:root {
  --main-color:#232C99;
  --white:#fff;
}
.container {
	width: 100%;
    max-width: 1640px;
}
.content {
    max-width: 100%;
    padding: 0;
}
.button-wrap{
    display: flex;
    justify-content: center;
	margin: 30px 0 0;
}
.align-items-center {
    align-items: center;
}

button, .button-wrap a {
    padding: 15px 43px;
    border-color: var(--main-color);
    font-weight: 500;
    font-size: 20px;
    display: flex;
    align-items: center;
    position: relative;
    border: none;
    height: auto;
    letter-spacing: 0.74px;
    background-color: var(--main-color);
    color: var(--white);
    border-radius: 42px;
	cursor: pointer;
}
.button-wrap a.transparent {
	border: 3px solid #fff;
    background-color: #33376B33;
}
.button-wrap a.transparent:hover {
	border: 3px solid var(--main-color);
    background-color: var(--main-color);
	color: var(--white);
}
.about-page-wrapper ul li,
.about-page-wrapper p {
    font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 26px;
}
.about-page-wrapper p small {
	margin-top: 15px;
	color: #838383;
	font-size: 16px;
	font-style: italic;
}
.mobile-md {
    display: none;
}
.about-page-wrapper h3,
.about-page-wrapper h4 {
    font-size: 26px;
    font-weight: 500;
}
.about-page-wrapper h2 {
	margin-top: 0;
	color: var(--main-color);
    font-weight: 500;
    font-size: 75px;
	line-height: 1.35;
}
.center {
    text-align: center;
}
.display-flex {
    display: flex;
}
.background-image {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    overflow: hidden;	
}
.background-image:before {
	content: '';
	display: block;
	padding-top: 50%;
}
.background-image > img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.overlay-text {
    position: absolute;
    top: 0;
	left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-line-box .text {
/* border-top: 1px solid var(--main-color); */
/* padding: 20px 0 0; */
/* margin: 30px 0 0; */
}
.icon-line-box .inner-box {
    color: var(--main-color);
}
.icon-line-box .text h3,
.icon-line-box .text h4 {
    margin: 0 0 20px;
	padding: 0 18%;
	color: var(--main-color);
	line-height: 1.35;
	text-transform: initial;
	letter-spacing: 1px;
}
.icon-line-box .text p {
    padding: 0 3%;
}
.header-cover-wrap {
	padding: 25rem 0;
}
.header-cover-wrap video {
	display: block;
	margin: 0 auto;	
}
.header-cover-wrap .content {
	max-width: 1287px;
	padding: 100px 50px;
	border: 1px solid #FAFAFA;
	border-radius: 65px;
	opacity: 1;
	backdrop-filter: blur(30px);
	color: var(--main-color);
	background-color: #2B35AE22;
}
.header-cover-wrap h1 {
    font-size: 52px;
	letter-spacing: 1.2px;
}
.header-cover-wrap h2 {
    font-size: 31px;
    font-weight: 700;
    letter-spacing: 0.7px;
}
.header-cover-wrap p {
	display: block;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
    font-size: 26px;
    letter-spacing: 0.52px;
	line-height: 1.3;
}
.header-cover-wrap .content h3 {
    font-size: 26px;
    color: var(--main-color);
    /* padding: 0 26%; */
    letter-spacing: 0.52px;
	line-height: 36px;
}
.header-cover-wrap .button-wrap a {
    cursor: pointer;
}
.about-page-wrapper {
    padding: 0;
}
.anchord-menu-content {
	margin-bottom: 6rem;
}
.anchord-menu-content ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
}
.anchord-menu-content ul li.box {
    width: 25%;
    padding: 25px 0;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.52px;
    color: #232C99;
    text-align: center;
	cursor: pointer;
	font-size: 26px;
}
.anchord-menu-content ul li.current_page_item.active, .anchord-menu-content ul li.box:hover {
    background-color: #E4E4FA;
}

/***about-nav***/
.header-left {
	display: flex;
}
#main-menu-container {
	display: flex;
	justify-content: flex-end;	
	align-items: center;
}
#main-menu-container .button-wrap a {
	margin-left: 40px;
	padding: 7px 30px;
	font-size: 16px;
	cursor: pointer;
}
body #main-menu-container .button-wrap a {
	border-color: var(--white);
	background-color: var(--white);
	color: var(--main-color);
}
body.sticky-nav #main-menu-container .button-wrap a {
	border-color: var(--main-color);
	background-color: var(--main-color);
	color: var(--white);
}
.logo.second img {
	width: 91px;
	margin-left: 20px;
	margin-top: 27px;
}
.menu-item a {
	cursor: pointer;
}

/***about-section-one***/
.about-section-one, .about-section-team {
    padding: 70px 0;
}
.about-section-one .row, .about-section-two .row, .about-section-blog .row, .about-section-team .row{
    margin-left: -8px;
    margin-right: -8px;
}
.about-section-one .row{
	display: flex;
}
.about-section-one .row .col-md-4.col-12, .about-section-two .row .col-sm-6.col-12, .about-section-blog .col-md-3, .about-section-team .col-md-2{
    padding-left: 8px;
    padding-right: 8px;
}
.about-section-one .box {
	height: 100%;
	background-color: #F4F4F3;
    border-radius: 33px;
}
.about-section-one .inner-box {
	height: 100%;
	padding: 20px 52px 30px;
}
.about-section-one .icon-wrap {
    text-align: center;
}
.about-section-one .icon-wrap img {
    width: 103px;
    height: 103px;
    margin: 0 auto;
}
.about-section-one .box .text {
    border-top: 1px solid var(--main-color);
    padding: 30px 0 0;
    margin: 30px 0 0;
}
.about-section-one .box p {
	font-size: 20px;
	line-height: 1.35;
    color: var(--main-color);
}
.about-section-one .box h3 {
    margin: 0 0 20px;
	font-size: 26px;
	line-height: 1.35;
    color: var(--main-color);
	letter-spacing: 0;
	text-transform: initial;
}
.about-section-one .box h4 {
    margin: 0 0 20px;
    color: var(--main-color);
}
/***about-section-two***/
.about-section-two {
    padding: 0 0 70px;
}
.about-section-two .image.background-image {
    border-radius: 33px;
    backdrop-filter: blur(3px);
	position: relative;
	transition: 0.5s;
}
.about-section-two .image .overlay-text {
	padding: 0 50px;
    color: var(--white);
	transition: 0.5s;
	cursor: pointer;
}

.about-section-two .image .overlay-text:hover {
    /* color: var(--main-color);
    background-color: #ffffff59; */
}
.about-section-two .image .overlay-text .text {
	color: #fff;
    width: 432px;
	/* height: 194px; */
	height: 231px;
    margin: 0 auto;
    border-top: 1px solid;
}
.about-section-two .image .overlay-text .text h3 {
    margin: 30px 0 15px;
	color: #fff;	
	font-size: 28px;
	line-height: 1.35;
}
.about-section-two .image .overlay-text .text h4 {
    margin: 30px 0 15px;
}
.about-section-two .image .overlay-text .text p {
    /* font-weight: 700; */
	font-size: 26px;
	line-height: 1.35;
}
.about-section-two .row>div:last-child .image .overlay-text .text {
	border-color: var(--main-color);
}
.about-section-two .row>div:last-child .text h3 {
    color: var(--main-color);
}
.about-section-two .row>div:last-child .text p {
    color: var(--main-color);
}
.popup-icon {
    cursor: pointer;
}
.about-section-two .background-image:before {
    padding-top: 44%;
}
/**about-section-three***/
.about-section-three .overlay-text {
	max-width: 1200px;
    margin: 0 auto;
    color: var(--white);
}
.about-section-three .overlay-text h2, 
.about-section-team .text h2 {
    margin: 0 0 50px;
}
.about-section-three .overlay-text p {
    line-height: 26px;
    letter-spacing: 0.36px;
    color: #FAFAFA;
    padding: 0 10%;
}
.about-section-three h2 {
	margin-bottom: 40px;
	color: #fff;
}
.about-section-three p {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.36px;
}
.about-section-three .background-image:before {
    padding-top: 25%;
}
/***about-section-team***/

.about-section-team .image {
    width: 100%;
    max-width: 290px;
    border-radius: 100%;
    margin: 0 auto 20px;
}
.about-section-team .image img {
    border: 1px solid #8FB4DC77;
	border-radius: 50%;
}
.about-section-team .col-md-2 {
        width: 20%;
}
.about-section-team .text h2 {
    color: var(--main-color);
    margin: 0 0 70px;
}
.name {
    font-size: 26px;
    color: var(--main-color);
	line-height: 36px;
}
.des p {
    color: var(--main-color);
}
.about-section-team .icon-wrapper {
    justify-content: center;
}
.about-section-team .icon-wrapper .icon-wrap, 
.about-section-team .icon-wrapper .popup-icon {
    width: 35px;
    height: 35px;
    display: block;
    margin: 0 3px;
}
.about-section-team .icon-wrapper .icon-wrap a {
	outline: 0;
}
.about-section-team .icon-wrapper .icon-wrap a circle {
  stroke: white;
}
.about-section-team .text {
    padding: 10px 0 30px;
}
.about-section-team .popup-teams-wrap.active {
    display: block !important;
    position: absolute;
    background: #F4F4F3;
    border: 1px solid #DFD3FB;
    border-radius: 33px;
    top: 0;
    width: 509px;
    left: -30%;
    padding: 45px 40px 40px;
    z-index: 1;
}
.about-section-team .popup-teams-wrap .close-button {
    right: 15px;
    top: 15px;
	width: 52px;
    height: 52px;
	border: 1px solid var(--main-color);
    border-radius: 100%;
	background-color: var(--white);
    overflow: hidden;
}
.about-section-team .popup-teams-wrap .close-button svg {
    width: 100%;
    height: 100%;
}
.about-section-team .popup-teams-wrap .popup-icon {
    cursor: pointer;
}
.about-section-team .popup-teams-wrap .text {
    padding: 10px 0 10px;
}
.about-section-team .popup-teams-wrap .name {
    font-weight: 800;
    margin-bottom: 10px;
}
.about-section-team .popup-teams-wrap .des p {
    letter-spacing: normal;
}
.about-section-team .row-team {
	display: flex;
	justify-content: center;
}
.about-section-team .row-team .col-md-2, 
.about-section-team .row-team .col-sm-4, 
.about-section-team .row-team .col-xs-6 {
	float: initial;
}
/**popup-partner**/
.popup-partner.popup {
	background-color: transparent;
	overflow: auto;
}
.popup-partner.popup .bg-for-close-popup {
    background-color: rgba(0, 0, 0, 0.7);
}
.popup-partner.popup .inner-content {
    display: block;
    background: transparent;
    border-radius: 33px;
	overflow: hidden;
}
.popup-partner.popup .inner-content .form-box {
    background-color: #F4F4F3;
    padding: 30px 0 15px;
}
.popup-partner.popup .inner-content .image {
    border-radius: 35px 35px 0 0;
    overflow: hidden;
}
.popup-partner.popup .inner {
    padding-top:15%;
    width: 1184px;
}
.popup-partner .form-inner-box form .row > .box,
.popup-partner .form-inner-box form .row > .col-md-12.col-12 {
    padding: 0 7px;
}
.wpcf7-spinner {
    position: absolute;
}
.popup-partner .form-inner-box h2 {
    font-size: 70px;
    color: var(--main-color);
    line-height: 80px;
	margin: 0px 0 20px;
	font-weight: 500;
}
.popup-partner .form-inner-box p {
    font-size: 40px;
    color: var(--main-color);
	margin: 0;
}
.popup-partner .form-inner-box form {
    width: 765px;
    margin: 30px auto 0;
}
.popup-partner .form-inner-box input, .form-inner-box textarea {
    background: #FFFFFF;
    border: 1px solid #CCCCCC !important;
    border-radius: 9px;
    height: 60px;
    font-size: 20px;
    color: #2B2B2B;
    font-weight: 500;
    padding: 0px 29px 0px;
}
.popup-partner .form-inner-box textarea {
    height: 216px;
    padding: 20px 29px;
}
.popup-partner .button-wrap {
    margin: 10px 0 0;
}
.popup-partner .form-inner-box input.button {
    padding: 15px 43px;
    border-color: var(--main-color) !important;
    background-color: var(--main-color) !important;
    color: var(--white);
    border-radius: 33px;
    height: auto;
}
.popup-partner .close-button {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 1px solid var(--white);
}
.popup-partner .close-button .close-icon {
    display: flex;
}
.popup-partner .close-button svg {
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: transparent;
}
.popup-partner .wpcf7-form-control-wrap {
    margin-top: 0px;
}




/**about-section-blog**/
.about-section-blog {
    background-color: #F4F4F3;
    padding: 70px 0 100px;
}
.about-section-blog h2 {
    color: var(--main-color);
    padding-bottom: 63px;
}
.about-section-blog .box {
    background: transparent linear-gradient(180deg, #232C99 0%, #6858DC 100%);
	background: transparent linear-gradient(180deg, #123A99 0%, #1239A2 75%, #478DD3 100%) 0% 0% no-repeat padding-box;
    border-radius: 33px 33px;
    overflow: hidden;
	color: var(--white);
	cursor: pointer;
}
.about-section-blog .box .background-image:before {
    padding-top: 81%;
}
.about-section-blog .box .inner-box {
    padding: 30px 24px;
}
.about-section-blog .box .text h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 36px;
    color: var(--white);
    letter-spacing: initial;
    text-transform: inherit;
}
/**whyus-section-one**/
.whyus-section-one {
    padding: 0 0 70px;
}
.whyus-section-one .head {
	margin-bottom: 70px;
}
.whyus-section-one .image.background-image:after {
    content: "";
    background: transparent linear-gradient(212deg, #232C9900 0%, #232C99 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: soft-light;
    opacity: 0.73;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.whyus-section-one .row.align-items-center {
    position: relative;
    z-index: 1;
	padding-left: 20px;
}
.whyus-section-one .overlay-text {
    color: var(--white);
	padding-right: 100px;
	position: unset;
}
.whyus-section-one .overlay-text h2 {
    margin: 0 0 50px;
}
.whyus-section-one .box {
    max-width: 377px;
    height: 416px;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 0px solid var(--white);
	position: relative;
	overflow: hidden;
}

#unlockingsectwo-1 .des {
    padding: 0 18%;
}

.whyus-section-one .box .text {
    color: var(--white);
    text-align: center;
    position: absolute;
	padding: 30px;
}

.whyus-section-one .box .text .text-title {
    font-size: 70px;
}
.whyus-section-one .box .text .sub-title {
    font-size: 26px;
}
.whyus-section-one .box .text .des {
    font-size: 18px;
    font-weight: 600;
}
.whyus-section-one .col-sm-6:last-child .row {
    display: flex;
    align-items: center;
}
.whyus-section-one .col-sm-6:last-child .row .col-sm-6:last-child {
    padding: 0 15px 0 0px;
}
.whyus-section-one .image.background-image {
    padding: 30px 0;
}
.whyus-section-one .background-image:before {
    padding-top: 0%;
}
#unlockingsec-1 .des {
    padding: 10px 17% 0;
}
.whyus-section-one p {
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 1.5;
}


/**whyus-section-two**/
.why-section-two {
    padding: 70px 0;
}
.why-section-two .text > h2 {
    color: var(--main-color);
    margin-bottom: 50px;
}
.why-section-two.unique-capabilities {
    padding: 0 0 70px;
}
.why-section-two.unique-capabilities .inner-box {
    padding: 0px 16.5%;
}

/**technology-section-one**/

.technology-section-one {
	padding: 0px 0 250px;
	background-size: 98% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.technology-section-one h2 {
    color: var(--main-color);
    padding: 0px 8%;
    margin: -20px 0 60px;
}
.technology-list-wrap {
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: 0 auto;
	padding: 100px 31px 152px;
	background-size: 98% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.technology-list-wrap .box {
	position: relative;
    width: 100%;
    /* height: 100%; */
    border-radius: 13px;
    max-width: 13%;
	background-size: 100% 100%;
}
.technology-list-wrap .box.bg-blue {
	background: transparent linear-gradient(142deg, #6858DC 0%, #0396A6 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(142deg, #111A8C 0%, #0396A6 100%) 0% 0% no-repeat padding-box;
}
.technology-list-wrap .box.bg-grey {
	background: #E1E1E1 0% 0% no-repeat padding-box;
}
.technology-list-wrap .box .image {
    position: relative;
	/* height: 292px; */
	/* padding: 69px 10px 30px; */
	padding: 69px 6px 8px;
	text-align: center;
}
.technology-list-wrap .box .image.boder-line-grey {
    padding-top: 100px;
}
.technology-list-wrap .box .image .icon-wrap {
    position: absolute;
    top: -15%;
    left: -4%;
    width: 116px;
    height: 116px;
}
.technology-list-wrap .box .image .text-overlay-image {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 30% 5% 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
}
.technology-section-one .popup-button-wrap {
	position: absolute;
	top: calc(100% + 5px);
	width: 100%;
	z-index: 2;
}
.technology-section-one .platform-box-bottom.text {
	display: none;
}
.technology-section-one .platform-box-bottom.text.active {
    display: block !important;
}
.technology-section-one .platform-box-bottom.text .inner {
	position: absolute;
	z-index: 1;
	top: calc(100% + 37px);
	left: 0;
    width: 800px;
	margin-left: -70%;
    padding: 50px 40px 40px;
    border: 1px solid #DFD3FB;
    border-radius: 33px;
    background: #F4F4F3 0% 0% no-repeat padding-box;
	color: var(--main-color);
	transition: all 0.3s;
}
.technology-list-wrap .box .image .text-overlay-image h4 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: 30px;
    margin: 0 0 5px;
}
.technology-section-one .drug-text-top {
    width: 100%;
    padding: 0 0 0.2% 35%;
    font-size: 26px;
    color: var(--main-color);
}
.technology-section-one .platform-box-bottom.text p strong {
    display: block;
    margin-bottom: 30px;
    font-size: 26px;
	line-height: 1.2;
}
.technology-section-one .platform-box-bottom ul {
    padding-left: 20px;
}
.popup-button-wrap button {
	width: 22px;
	height: 22px;
	min-height: 22px;
	background: #DFD3FB 0% 0%;
    border-radius: 100%;
    display: flex;
    padding: 0;
    background-color: #cccccc;
    border: none !important;
	margin: 10px auto 0;
	transition: 0.35s;
}
.popup-button-wrap button:after {
    position: absolute;
    left: -11px;
    content: "";
    border: 22px solid #dfd3fb99;
    border-radius: 100%;
	z-index: 2;
	transition: all 0.3s;
}
.popup-button-wrap button.circle-icon.active:after {
    /* border: 39px solid #dfd3fb99; */
    /* left: -20px; */
	transform: scale(1);
}



/**technology-section-two**/
.technology-section-two .image {
    padding: 170px 0;
}
.technology-section-two .image > img {
    display: none;
}
.technology-section-two .background-image:before {
    padding-top: 0%;
}
.technology-section-two .text {
    padding: 0 17% 70px;
}
.technology-section-two .text h2 {
    color: #fff;
}
.technology-section-two iframe {
	display: flex;
    max-width: 910px;
    height: 450px;
    margin: 0 auto;
	position: relative;
    z-index: 1;
}

/***section-technology-section-three***/
.technology-section-three {
    padding: 70px 0px;
}
.technology-section-three .box {
    height: 100%;
    background: #F4F4F3;
    border-radius: 33px;
    padding: 17px 30px 17px 24px;
    color: var(--main-color);
}
.technology-section-three .box h4 {
    margin: 20px 0;
}
.technology-section-three .box ul {
    margin: 0;
    padding-left: 20px;
}
.technology-section-three .box ul li {
    font-size: 18px;
    margin-bottom: 20px;
}
.technology-section-three .box ul li small {
    color: #838383;
}
.technology-section-three #image-divider-wrap {
	position: relative;
	width: 100%;
	height: 38vw;
}
.technology-section-three .image-divider {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 87.5vw auto;
	background-repeat: no-repeat;
}
.technology-section-three #leftImage {
	left: 0;
	background-position: left center;
}
.technology-section-three #rightImage {
	right: 0;
	background-position: right center;
}
.technology-section-three #divider {
	position: absolute;
	height: 100%;
	width: 0; 
	cursor: col-resize;
}
.technology-section-three #divider:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: ;
	height: 96%;
	width: 3px;
	background-color: var(--main-color); 
}
.technology-section-three #divider:after {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 3.75vw);
	left: calc(-0.76vw + 1px);
	height: 7.5vw;
	width: 1.55vw;
	border-radius: 1vw;
	background-color: var(--main-color); 
}
/***collaboration-section-one**/
.collaboration-section-one {
    padding: 0 0 70px;
}
.collaboration-section-one h2 {
    color: var(--main-color);
    margin: 0 0 60px;
}

.collab-list-wrap .box {
    padding: 0 8px;
}
.collaboration-section-one .collab-list-wrap {
    display: flex;
    justify-content: center;
	margin: 0;
}
.collaboration-section-one .icon-row-wrap img {
	max-width: 100%;
	height: auto;
}
.collab-list-wrap .box .text {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 70px;
    border: 1px solid #DFD3FB;
    border-radius: 33px;
    background: #F4F4F3 0% 0% no-repeat padding-box;
    color: var(--main-color);
}
.collab-list-wrap .box .text ul {
	width: 50%;
    list-style: none;
    justify-content: center;
}
.collab-list-wrap .box#popmb-4 .text ul {
	height: 141px;
}
.collab-list-wrap .box .text ul:first-of-type {
    border-right: 1px solid;
}
.collab-list-wrap .box .text h3,
.collab-list-wrap .box .text h4 {
	width: 100%;
    margin: 20px 0;
	padding: 0 24px;
	color: var(--main-color);
    font-size: 24px;
    font-weight: 600;
    text-align: center;
	text-transform: initial;
	letter-spacing: 0;	
	
}
.collab-list-wrap .box .text ul li {
    padding: 0 34px;
	margin-bottom: 10px;
	font-size: 18px;
}
.collab-list-wrap .box .text ul li:first-child {
    /* height: 26px; */
    padding: 3px 34px;
    background: transparent linear-gradient(90deg, #232C99 0%, #6858DC 18%, #6858DC00 100%);
    color: #fff;
}
.collab-list-wrap .box .text ul:last-of-type li {
    background: no-repeat;
    color: var(--main-color);
    /* padding: 0; */
}
.collab-list-wrap .box .text p {
	position: absolute;
	bottom: 0;
	left: 10%;
	max-width: 80%;
	padding: 10px 45px;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}
.collab-icon-wrap {
    display: flex;
    justify-content: center;
    padding: 100px 0;
	position: relative;
}
.collab-icon-wrap:after {
	display: none;
    position: absolute;
    top: 47%;
    width: 74%;
    height: 13px;
    content: "";
    opacity: 0.5;
    width: 984px;
    background: transparent linear-gradient(102deg, #6858DC 0%, #86dce6 70%);
}
.collab-icon-wrap .box {
    width: 17%;
    text-align: center;
}
.collab-icon-wrap .icon-wrap {
    position: relative;
}
.collab-icon-wrap .box .icon-wrap img {
    position: relative;
    z-index: 1;
}
.collab-icon-wrap .box .icon-wrap:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 5rem;
    background-color: #232C99;
	left: 50%;
}
.collab-icon-wrap #collab-1 .icon-wrap:after, .collab-icon-wrap #collab-3 .icon-wrap:after, .collab-icon-wrap #collab-5 .icon-wrap:after {
	top: 100%;
    height: 7rem;
}
.collab-icon-wrap #collab-2 .icon-wrap:after, .collab-icon-wrap #collab-4 .icon-wrap:after {
    top: -60%;
    height: 8rem;
}
.collaboration-section-two {
    padding: 40px 0 70px;
}
.collaboration-section-two .icon-line-box .text h3 {
	padding: 0;
	border-bottom: 1px solid var(--main-color);
	padding-bottom: 10px;
	font-size: 26px;
}
.collaboration-section-two .icon-line-box .text p {
	padding: 0;
}

/***collaboration-section-three***/
.collaboration-section-three h2 {
	color: #fff;
}
.collaboration-section-three.background-image:before {
    content: '';
    display: block;
    padding-top:6%;
}
.collaboration-section-three .overlay-title {
    color: var(--white);
    padding-bottom: 70px;
}
.collaboration-section-three.background-image .container {
    position: relative;
    z-index: 1;
}
.map-wrap {
    position: relative;
}
.map-wrap ul.map-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.collaboration-section-three .overlay-title {
    color: var(--white);
}

.collaboration-section-three.background-image .container {
    position: relative;
    z-index: 1;
}


.map-wrap {
    position: relative;
}
.map-wrap ul.map-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.map-wrap ul.map-inner .pointer .country-flag {
    width: 70px;
    height: 98px;
    margin: 0 auto 12px;
    background-image: url(.././assets/img/location-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
	text-align: center;
}
.map-wrap ul.map-inner .pointer .country-flag img {
	width: 48px;
	height: 48px;
	margin-top: 10px;
}
.map-wrap ul.map-inner .pointer .box {
    width: fit-content;
    margin: 0 auto;
    position: relative;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.map-wrap ul.map-inner .pointer .country-name {
    font-size: 18px;
    text-align: center;
    color: var(--main-color);
    font-weight: 700;
}
.country-location {
    width: 509px;
    background: var(--white);
    border: 1px solid #DFD3FB;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: stretch;
    font-size: 24px;
    padding: 30px 20px;
    text-align: center;
    color: var(--main-color);
    font-weight: 600;
    display: none;
    margin-bottom: 30px;
	transition: all 0.3s;
	z-index: 1;
	position: absolute;
    bottom:  100%;
	left: 50%;
	transform: translateX(-50%);
}

.map-wrap ul.map-inner .pointer {
    list-style: none;
	position: absolute;
}

.logos-wrap {
    padding: 0 0 70px;
}
.logos-wrap ul {
    justify-content: center;
    align-items: center;
    height: 100%;
	margin-bottom: 30px;
}
.logos-wrap ul li {
    list-style: none;
    padding: 0 2%;
    border-right: 1px solid;
    color: var(--main-color);
    height: 100%;
}
.logos-wrap ul li:last-child {
    border-right: 0px solid;
}

/***responsive-style***/
@media (min-width: 767px) {
	.technology-section-three .box {
		padding: 50px 60px 30px;
	}
	.about-section-three p {
		max-width: 84%;
	}
	.whyus-section-one .head {
		margin-right: auto;
		margin-left: auto;
		max-width: 80%;
	}
	.whyus-section-one p {
	  max-width: 84%;
	}
	.why-section-two ~ .why-section-two .row.display-flex {
		justify-content: space-between;
	}
	.why-section-two ~ .why-section-two .row.display-flex .col-md-4 {
		width: 25%;
	}
	.popup-button-wrap button.circle-icon.active {
		transform: scale(1.75);
	}
	.pointer:hover .country-location {
		display: flex;
	}
}
@media (max-width: 1400px) {
    .header-cover-wrap .content {
		padding: 30px;
		max-width: 90%;
	}
	.about-page-wrapper h2 {
		font-size: 50px;
	}
	.whyus-section-one .overlay-text {
		padding-right: 20px;
	}
	.whyus-section-one .box .text .text-title {
		font-size: 45px;
	}
	.whyus-section-one .box .text {
		padding: 10px;
	}
	.about-page-wrapper h4 {
		font-size: 19px;
	}
	.about-page-wrapper p {
		font-size: 14px;
		letter-spacing: 0px;
		line-height: 18px;
	}
	.technology-list-wrap .box .image .icon-wrap {
		position: absolute;
		top: -15%;
		left: -4%;
		width: 90px;
		height: 90px;
	}
	.technology-list-wrap {
		padding: 73px 31px 123px;
		background-size: 97.25% auto;
	}
}


@media (max-width: 991px) {
	.container {
		width: 100%;
	}
	.button-wrap {
		margin: 20px 0 0;
	}
	button, .button-wrap a {
		padding: 12px 40px;
		font-size: 18px;
	}
	/**popup-partner**/
	.popup-partner.popup .inner {
		padding-top: 100px;
		width: 90%;
		height: auto;
	}
	.popup-partner .form-inner-box form {
		width: 90%;
		margin: 20px auto 0;
	}
	.popup-partner .form-inner-box h2 {
		font-size: 40px;
		line-height: normal;
		margin: 0;
	}
	.popup-partner .form-inner-box .form-group {
		margin-bottom: 10px;
	}
	.popup-partner .form-inner-box input, .form-inner-box textarea {
		height: 50px;
		font-size: 16px;
		padding: 0px 20px 0px;
	}
	.popup-partner .form-inner-box p {
		font-size: 20px;
	}
	.popup-partner .form-inner-box textarea {
		height: 120px;
		padding: 10px 20px;
	}
	.popup-partner .close-button {
		top: -15px;
		right: -15px;
		width: 40px;
		height: 40px;
		background-color: var(--main-color);
		border: 1px solid var(--white);
	}
	.popup-partner.popup .inner .form-inner-box {
		padding: 0 15px;
	}
	/***header-cover-wrap***/
	.header-cover-wrap {
		padding: 200px 0 100px;
		overflow: hidden;
	}
	.header-cover-wrap h1 {
		font-size: 36px;
	}
	.header-cover-wrap h2 {
		padding: 10px 0 0;
		font-size: 26px;
	}
	.header-cover-wrap .content h3 {
		font-size: 20px;
		padding: 0 0%;
		line-height: normal;
	}
	
	/**about-page-wrapper**/
	
	.about-page-wrapper {
		padding: 40px 0 0;
	}
	.about-page-wrapper h4 {
		font-size: 20px;
		font-weight: 500;
	}
	.about-section-two .image .overlay-text .text h4 {
	  margin: 14px 0 5px;
	}
	.about-page-wrapper h2 {
		font-size: 36px;
	}
	.about-page-wrapper p {
		font-size: 16px;
		line-height: 22px;
	}
	.anchord-menu-content ul li.box {
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 15px 10px;
		width: 100%;
    }
	/**mobile-tab-wrap**/
	.mobile-tab-wrap.tab-nav-wrap {
		position: relative;
		z-index: 1;
		height: 72px;
		padding: 0;
		background: #fff;
	}	
	.mobile-tab-wrap.tab-nav-wrap.active {
		height: auto;
	}
	.tab-nav-wrap ul{
		position: relative;
		z-index: 1;
		padding-top: 5.5rem;
		max-height: 0;
		overflow: hidden;
		transition: max-height 1s ease-out;
		margin:0;
		display: block;
		box-shadow: 0px 3px 10px #2D446626;
		border: none;
		border-radius: 10px;
	}
	.tab-nav-wrap ul li.box.current_page_item  {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: var(--main-color);
        color: var(--white);
	}
	.tab-nav-wrap.active ul {
		transition: max-height 1sease-out;
		height: auto;
		max-height: 746px;
		width: 100%;
		box-shadow: 0px 3px 10px #2D446626;
	} 
	.tab-nav-wrap ul li.current_page_item:after, 
	.tab-nav-wrap li.active:after {
        display: block;
		display: none;
        content: '';
        position: absolute;
        z-index: 0;
        right: 1rem;
        top: calc(56% - 1.05rem);
        width: 3rem;
        height: 1rem;
        background-image: url(.././assets/img/white-arrow-down.png);
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.5s;
    }
	.tab-nav-wrap.active ul li.current_page_item:after, 
	.tab-nav-wrap.active li.active:after {
		
        transform: scale(-1);
    }
	/**mobile-tab-wrap-end**/
	/**about-section-one**/
	.about-section-one, .about-section-team, .why-section-two {
		padding: 40px 0;
	}
	.about-section-one .inner-box {
		height: auto;
		padding: 20px 30px 30px;
		margin-bottom: 20px;
	}
	.about-section-one .col-md-4:last-child .inner-box, .about-section-two .row .col-sm-6:last-child .image.background-image{
		margin-bottom: 0px;
	}
	.about-section-one .box {
		margin-bottom: 30px;
	}
	.about-section-one .box h4 {
		margin: 0 0 10px;
	}
	.about-section-one .box .text {
		padding: 15px 0 0;
	}
	.about-section-one .icon-wrap img {
		width: 80px;
		height: 80px;
	}
	/**about-section-two**/
	.about-section-two .image.background-image {
		margin-bottom: 20px;
	}
	.about-section-two .background-image:before {
		padding-top: 60%;
	}
	/**about-section-three**/
	.about-section-three .overlay-text p {
		padding: 0 1%;
	}
	.about-section-three .overlay-text {
		max-width: 90%;
	}
	.about-section-three .background-image:before {
		padding-top: 40%;
	}
	/**about-section-team**/
	.about-section-team .row {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.about-section-team .text h2 {
		margin: 0 0 30px;
	}
	.about-section-team .image {
		max-width: 200px;
	}
	.about-section-team .col-md-2 {
		width: 50%;
		margin-bottom: 20px;
	}
	.about-section-team .popup-teams-wrap.active {
		width: 90%;
		top: -40px;
		left: 4%;
		padding: 35px 40px 20px;
	}
	.about-section-team .popup-teams-wrap .close-button {
		width: 40px;
		height: 40px;
	}
	/**about-section-blog**/
	
	.about-section-blog {
		padding: 40px 0 40px;
	}
	.about-section-blog h2 {
		padding-bottom: 30px;
	}
	.about-section-blog .box {
		margin-bottom: 30px;
	}
	.about-section-blog .box .text h3 {
		font-size: 22px;
		line-height: normal;
	}
	.scroll-mobile {
		overflow: auto;
	}
	.scroll-mobile .row {
		display: flex;
		width: 180vw;
		overflow: auto;
	}
	.scroll-mobile .row .col-md-3 {
		width: 75vw;
	}
	/**whyus-section-one**/
	.whyus-section-one {
		padding: 20px 0 0;
	}
	.whyus-section-one .overlay-text {
		padding: 0 0 30px;
	}
	.whyus-section-one .box .text {
		padding: 10px;
	}
	.whyus-section-one .row.align-items-center {
		padding-left: 0px;
		display: block;
	}
	.whyus-section-one .row.align-items-center .col-sm-6 {
		width: 100%;
	}
	.whyus-section-one .col-sm-6:last-child .row {
		display: block;
	}
	.whyus-section-one .col-sm-6:last-child .row .col-sm-6{
		width: 50%;
	}
	.whyus-section-one .box .image {
		width: 100%;
	}
	.why-section-two .row.display-flex {
		display: block;
	}
	/**collaboration-section-two**/
	.collaboration-section-two .row.display-flex {
		display: block;
	}
	/**technology-section-two**/
	.technology-section-two .image {
		padding: 30px 0 50px;
	}
	.technology-section-two .text {
		padding: 0 5% 40px;
	}
	.technology-section-two iframe {
		max-width: 90%;
		height: 260px;
		margin: 0 auto;
	}
	
	
}

@media (max-width: 767px) {
	#main-menu-container {
		flex-wrap: wrap;
	}
	#main-menu-container .button-wrap {
		width: 100%;
		justify-content: flex-start;
	}
	#main-menu-container .button-wrap a {
		margin-left: 0;
		margin-bottom: 40px;
	}
	footer {
		overflow: hidden;
	}
	.display-flex {
		display: block;
	}
	.desktop-md {
		display: none;
	}
	.mobile-md {
		display: block;
	}
	/**about-section-one**/
	.about-section-one .row {
		display: block;
	}
	/**about-section-three**/
	.about-section-three .background-image:before {
		padding-top: 100%;
	}
	.about-section-team .icon-wrapper .icon-wrap, .about-section-team .icon-wrapper .popup-icon {
		width: 20px;
		height: 20px;
		margin: 0 10px;
	}
	.name {
		font-size: 20px;
		line-height: normal;
	}
	.about-section-team .col-md-2 {
        width: 100%;
        margin-bottom: 50px;
    }
	.about-section-team .image {
        max-width: 130px;
		margin-bottom: 0;
    }
	.about-section-team .popup-teams-wrap.active {
        position: fixed;
        width: 80%;
        top: 100px;
        left: 10%;
		padding: 0;
        z-index: 99;
    }
	.about-section-team .popup-teams-wrap.active:after {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		background-color: rgba(0, 0, 0, 0.85);
	}
	.text-wrap {
		border: 1px solid #DFD3FB;
		border-radius: 33px;
		position: relative;
		z-index: 99;
		background-color: #fff;
		padding: 35px 40px 20px;
	}
	
	/**about-section-team**/
	.about-section-team .icon-wrapper {
		display: flex;
	}
	.about-section-team .text {
		padding: 10px 0 10px;
	}
	/**about-section-blog**/
	.about-section-blog .box .background-image:before {
		padding-top: 75%;
	}
	.about-section-blog .col-md-3:last-child .box {
		margin: 0;
	}
	.scroll-mobile .row {
        width: 250vw;
    }
	.about-section-blog .box .inner-box {
		padding: 20px 15px;
	}
	.about-section-blog .box {
        margin-bottom: 0px;
        height: 100%;
    }
	/**whyus-section-one**/
	.whyus-section-one .col-sm-6:last-child .row {
		display: block;
	}
	.whyus-section-one .overlay-text h2 {
		margin: 0 0 20px;
	}
	.whyus-section-one .box {
		max-width: 100%;
		height: auto;
		
		max-width: 200px;
		margin: 20px auto;
		border-radius: 15px;
	}
	.whyus-section-one .box#unlockingsec-1 {
		margin-bottom: 0;
	}
	.whyus-section-one .overlay-text {
		padding-right: 0;
		position: unset;
		display: block;
		margin-bottom: 30px;
		
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.whyus-section-one .box .text .text-title {
		font-size: 36px;
	}
	.whyus-section-one .col-sm-6:last-child .row .col-sm-6:last-child {
		padding: 0 15px;
	}
	.whyus-section-one .col-sm-6:last-child .row .col-xs-12 {
		width: 50%;
	}
	.whyus-section-one .box .text .des {
		font-size: 16px;
	}
	
	/**whyus-section-two**/
	
	.why-section-two .box {
		margin-bottom: 50px;
	}
	/**map-wrap**/
	.map-wrap ul.map-inner .pointer .country-name {
		font-size: 16px;
	}
	.map-wrap ul.map-inner .pointer .country-flag {
		width: 35px;
		height: 50px;
	}
	.map-wrap ul.map-inner .pointer .country-flag img {
		width: 25px;
		height: 35px;
	}
	.pointer.clicked .country-location {
		display: flex;
	}
	
	/**logos-wrap**/
	.logos-wrap ul {
		display: flex;
		padding: 0 4%;
	}
	.logos-wrap ul li .image {
		width: auto;
	}
	/*technology-section-one*/
	.technology-section-one {
		padding: 40px 0;
	}
	.technology-section-one .image {
		display: none;
	}
	.technology-list-wrap {
		margin-top: 0;
		padding: 10px;
		flex-wrap: wrap;
		background-image: initial!important;
	}
	.technology-list-wrap .box {
        width: 100%;
        background: transparent;
        margin-bottom: 70px;
        position: initial;
        max-width: 46%;
    }
	.technology-list-wrap p {
        font-size: 14px;
        line-height: 18px;
    }
	.technology-list-wrap .box .image {
		display: block;
		position: unset;
		height: 245px;
		padding: 40px 10px 10px;
	}
	.technology-list-wrap .box .image.boder-line-grey {
		padding-top: 40px;
	}
	.boder-line-grey:after, .boder-line-blue:after {
		display: none;
        background-image: url(.././assets/img/gray-border-img.png);
		background-size: 100% auto;
		background-position: bottom;
		background-repeat: no-repeat;
		content: "";
		width: calc(100% + 22px);
		height: calc(100% + 22px);
		position: absolute;
		bottom: -13px;
		left: -11px;
    }
	.boder-line-grey:after {
		/* top: 7px; */
		display: none;
	}
	.boder-line-blue:after {
        background-image: url(.././assets/img/blue-border-img.png);
    }
	.image.boder-line-blue:before {
		display: none;
		position: absolute;
		top: 138px;
		left: -27px;
		width: 16%;
		height: 11px;
		background-color: #cebadb;
		content: "";
	}
	#tech-3 .image.boder-line-blue:before {
		display: none;
	}
	.technology-list-wrap .box .image .text-overlay-image {
		align-items: flex-start;
		padding: 30% 10% 0;
	}
	.technology-list-wrap .box .image .text-overlay-image .text-inner {
		text-align: center;
		width: 100%;
	}
	.technology-section-one h2 {
		padding: 0px 8px 12%;
		margin: 0 0 30px;
	}
	.technology-list-wrap .box .image .icon-wrap {
		width: 68px;
		height: 68px;
		position: initial;
		margin-top: -72px;
		margin-left: -16px;
	}
    .technology-section-one .drug-text-top {
		position: initial;
		right: initial;
		top: initial;
		width: fit-content;
		margin-top: -27px;
		margin-left: auto;
		padding: 6px 10px;
		border-radius: 20px;
		background-color: #DFD3FB;
		font-weight: 700;
		font-size: 11px;
    }

	.technology-list-wrap .box .image .text-overlay-image h4 {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 5px;
	}
	.technology-section-one .popup-button-wrap {
		top: calc(100% - 5px);
	}
	.technology-section-one .popup-button-wrap {
		position: initial;
		top: calc(100% + -5px);
		width: 100%;
		margin-bottom: -21px;
	}
	.technology-section-one .container-wrap {
		position: relative;
		padding-top: 40px;
		margin-top: -40px
	}
	.technology-section-one .platform-box-bottom.text {
		position: absolute;
		z-index: 4;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
	}
	.technology-section-one .platform-box-bottom.text .inner {
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 90%;
		margin-left: initial;
		padding: 50px 40px 40px;
		border: 1px solid #DFD3FB;
		border-radius: 33px;
		background: #F4F4F3 0% 0% no-repeat padding-box;
		color: var(--main-color);
		transition: all 0.3s;
	}
	.technology-section-one .platform-box-bottom.text .inner .close {
		display: flex;
		justify-content: center;
		align-items: center;
		float: initial;
		margin-top: -115px;
		margin-bottom: 40px;
		margin-left: auto;
		margin-right: auto;
		width: 47px;
		height: 47px;
		border-radius: 50%;
		border: 1px solid #fff;
		background-color: rgba(255,255,255,0.5);
		color: #fff;
		opacity: 1;
		cursor: pointer;
	}
	
	
	/*technology-section-three*/
	.technology-section-three {
		padding: 40px 0px 10px;
		margin-bottom: 40px;
	}
	.technology-section-three #image-input-wrap  {
		position: relative;
		height: 75vw;
	}
	.technology-section-three #image-input-wrap .image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		transition: all 0.3s;
	}
	.technology-section-three #image-input-wrap .image.right {
		opacity: 0;
	}
	.technology-section-three #image-input-wrap .image.left {
		opacity: 1;
	}
	.technology-section-three #image-input-wrap.active .image.right {
		opacity: 1;
	}
	.technology-section-three #image-input-wrap.active .image.left {
		opacity: 0;
	}
	.technology-section-three #image-input-wrap .input-wrap {
		position: absolute;
		bottom: 50px;
		left: 0;
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.technology-section-three #image-input-wrap .input-inner {
		position: relative;
	}
	.technology-section-three #image-input-wrap .input-wrap label {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 48px;
		width: 238px;
		padding-right: 0px;
		padding-left: 35px;
		border-radius: 24px;
		background-color: var(--main-color);
		color: var(--white);
	}
	.technology-section-three #image-input-wrap .input-wrap label::before {
		display: block;
		content: "";
		position: absolute;
		top: 4px;
		right: calc(100% - 46px);
		width: 40px;
		height: 40px;
		margin: auto;
		border-radius: 50%;
		transition: 0.15s;
		background-color: #fff;
	}
	.technology-section-three #image-input-wrap.active .input-wrap label {
		padding-right: 35px;
		padding-left: 0px;
		background-color: var(--main-color);
	}
	.technology-section-three #image-input-wrap.active .input-wrap label::before {
		right: 4px;
	}
	.technology-section-three input[type="checkbox"] {
		opacity: 0;
		position: absolute;
		z-index: 3;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	.technology-section-three .input-wrap .box {
		padding: 0;
		margin: 0;
	}
	.technology-section-three .box {
		margin-bottom: 30px;
	}
	.technology-section-three .box h4 {
		font-size: 18px;
		font-weight: bold;
	}
	.buttonhideshow {
		padding: 0 20px;
	}
	.buttonhideshow .button-wrap {
		margin: 20px 0 25px;
	}
	.buttonhideshow .button-wrap button.btn {
		padding: 10px 0;
		color: var(--white);
		border-radius: 30px;
		height: auto;
		font-size: 16px;
		border: none !important;
		outline: none;
	}
	
	

	.collab-list-wrap .box .text {
		display: none;
	}
	.collab-list-wrap .box.active .text {
		display: flex;
	}
	.collab-icon-wrap #collab-2 .icon-wrap:after, .collab-icon-wrap #collab-4 .icon-wrap:after, .collab-icon-wrap .box .icon-wrap:after {
		display:flex;
	}
	.collaboration-section-one .collab-icon-wrap-all {
		display: flex;
		justify-content: center;
	}
	.collaboration-section-one .collab-icon-wrap {
		display: flex;
		justify-content: center;
		position: relative;
		max-width: 361px;
		width: 100%;
		height: 50px;
		padding: 0;
	}
	.collaboration-section-one .collab-list-wrap {
		flex-wrap: wrap;
	}
	.collaboration-section-one .collab-icon-wrap .box {
		width: 16%;
		margin: 0px 2.4%;
		text-align: center;
	}
	.collaboration-section-one .collab-icon-wrap .box:first-child {
		margin-left: 0;
	}
	.collaboration-section-one .collab-icon-wrap .box:last-child {
		margin-right: 0;
	}
	.collaboration-section-one .icon-row-wrap {

	}
	.collaboration-section-one .icon-row-wrap img {
		max-width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
	}
	.collab-list-wrap .box .text h4 {
		padding: 0 66px;
	}
	.collab-list-wrap .box .text .close {
		display: flex;
		justify-content: center;
		align-items: center;
		float: initial;
		position: absolute;
		right: 18px;
		width: 47px;
		height: 47px;
		padding: 10px;
		border: 2px solid #232C99;
		border-radius: 50%;
		box-shadow: initial;
		background-color: rgba(255,255,255,0.5);
		color: #232C99;
		opacity: 1;
	}
	.collab-list-wrap .box .text ul {
		width: 100%;
	}
	.collab-list-wrap .box .text ul:first-of-type {
		border-right: 0;
	}
	.collab-list-wrap .box .text ul:first-of-type:after {
		content: '';
		display: block;
		width: 83%;
		height: 2px;
		margin-right: auto;
		margin-left: auto;
		background-color: #232C99;
		margin-top: 20px;
		margin-bottom: 17px;
	}
	.collab-list-wrap .box .text ul li:first-child {
		max-width: 70%;
	}
	.map-wrap ul.map-inner .pointer .country-flag {
		width: 6vw;
		height: 9vw;
		margin: 0 auto 0vw;
	}
	.map-wrap ul.map-inner .pointer .country-flag img {
		width: 4vw;
		height: 4vw;
		margin-top: 1vw;
	}
	.map-wrap ul.map-inner .pointer .country-name {
		font-size: 2vw;
	}
	
	.popup-map-location-text {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.popup-map-location-text.clicked {
		display: block;
	}
	.popup-map-location-text .box {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	.mobile-md .country-location {
		display: block;
	}
	.country-location {
		position: initial;
		width: 300px;
		margin: 0;
		transform: initial;
	}
	.country-location .close {
		float: initial;
		width: 19px;
		margin-top: -18px;
		margin-right: -4px;
		margin-left: auto;
		opacity: 1;
	}
	.about-section-blog > .container {
		padding: 0;
	}
}

@media (max-width: 480px) {
	.about-section-two .background-image:before {
		padding-top: 60%;
	}
	/**about-section-three**/
	.about-section-three .background-image:before {
		padding-top: 120%;
	}
	.whyus-section-one .col-sm-6:last-child .row .col-xs-12 {
		width: 100%;
	}
	 .technology-list-wrap .box .image .text-overlay-image h4 {
        font-size: 16px;
    }
	.technology-list-wrap p {
        font-size: 13px;
    }
}
@media (max-width: 425px) {

}