@font-face {
    font-family: medium;
    src: url(../fonts/Figtree/Figtree-Medium.ttf);
}

@font-face {
    font-family: bold;
    src: url(../fonts/Figtree/Figtree-Bold.ttf);
}

@font-face {
    font-family: regular;
    src: url(../fonts/Figtree/Figtree-Regular.ttf);
}

@font-face {
    font-family: semiBold;
    src: url(../fonts/Figtree/Figtree-SemiBold.ttf);
}

@font-face {
    font-family: light;
    src: url(../fonts/Figtree/Figtree-Light.ttf);
}


@font-face {
    font-family: 'interMedium';
    src: url(../fonts/Inter/Inter_18pt-Medium.ttf);
}

@font-face {
    font-family: 'interBold';
    src: url(../fonts/Inter/Inter_18pt-Bold.ttf);
}

@font-face {
    font-family: 'interRegular';
    src: url(../fonts/Inter/Inter_18pt-Regular.ttf);
}

@font-face {
    font-family: 'interSemiBold';
    src: url(../fonts/Inter/Inter_18pt-SemiBold.ttf);
}

@font-face {
    font-family: 'interLight';
    src: url(../fonts/Inter/Inter_18pt-Light.ttf);
}



* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: regular;
}

ul li {
    list-style: none;
}

.container {
    max-width: 1180px;
    width: 1180px;
    position: relative;
    margin: auto;
}

.main-section {
    position: relative;
    width: 100%;
}

.clear {
    clear: both;
}

.twenty_gap {
    margin-top: 20px;
}

.thirty_gap {
    margin-top: 30px;
}

.fourty_gap {
    margin-top: 40px;
}

.fifty_gap {
    margin-top: 50px;
}

.sixty_gap {
    margin-top: 60px;
}

.eighty_gap {
    margin-top: 80px;
}

.alignedRight {
    float: right;
}

.desktop_show {
    display: block;
}

.device_show {
    display: none;
}

.ipad_show {
    display: none !important;
}

.ipad_hide {
    display: block !important;
}

.common_btn {
    border-radius: 30px;
    background: linear-gradient(109deg, #5E9EE4 9.02%, #69CED0 70.24%, #95DDDF 94.27%);
    display: inline-flex;
    padding: 12px 16px;
    padding-right: 40px;
    align-items: center;
    color: #20242C;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    cursor: pointer;
    font-family: medium;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.common_btn::before {
    content: "";
    position: absolute;
    right: 16px;
    width: 14px;
    height: 15px;
    background-image: url(../assets/right_arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.common_btn:hover {
    background: linear-gradient(109deg, #95DDDF 9.02%, #69CED0 70.24%, #5E9EE4 94.27%);
}

.common_btn.white {
    background: #fff;
}

.common_btn.white:hover {
    background: #69CED0
}

.common_btn.noArrow {
    padding: 12px 16px;
}

.common_btn.noArrow::before {
    display: none;
}

.common_btn.waiting {
    padding-left: 50px;
}

.common_btn.waiting:after {
    content: '';
    position: absolute;
    left: 20px;
    width: 20px;
    height: 20px;
    background-image: url(../assets/Preloader.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section {
    position: relative;
    width: 100%;
    padding: 50px 0px;
}

.section_center {
    position: relative;
    width: 100%;
    z-index: 2;
}

.device {
    display: none;
}

.dummy_header {
    position: relative;
    width: 100%;
    height: 80px;
    display: none;
}


/************** preloader css starts ***********/

.preloaderBg {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #000;
}

.preloader {
    margin: auto;
    background: url(../assets/logo.svg) no-repeat center;
    background-size: 150px;
    width: 300px;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.preloader2 {
    /* border: 5px solid #0a0a0a;
    border-top: 5px solid #69CED0;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    animation: spin 1s ease-in-out infinite;
     */
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #5cbccb 94%, rgba(0, 0, 0, 0)) top / 15.5px 15.5px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #5cbccb);
    -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 13.5px), #000 0);
    animation: spinner 1.2s infinite linear;
}

@keyframes spinner {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/************* preloader css ends *************/




/************ banner section starts **************/
.banner {
    position: relative;
    width: 100%;
}

.banner img {
    position: relative;
    width: 100%;
}

.banner .video_box {
    position: relative;
}

.banner .video_box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 4px;
    background-image: url(../assets/webp/banner/banner_layer.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.banner .video_box video {
    position: relative;
    width: 100%;
}

/************ banner section ends **************/

/************ header section starts **************/

.header {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0;
}

.header_sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    transition: 0.3s ease;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: rgb(39 55 73);
    box-shadow: 0 2px 4px rgba(7, 37, 68, 0.1);
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

.header.header_sticky .header_inner .navigation ul li a {
    padding: 26px 10px;
}

.header.white.header_sticky {
    background-color: #fff;
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}



.header .header_inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    position: relative;
    width: 140px;
    cursor: pointer;
}

.header .logo img {
    position: relative;
    width: 100%;
}

.navigation {
    position: relative;

}

.navigation ul {
    display: flex;
}

.navigation ul li {
    position: relative;
}

.navigation ul li a {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin: 4px 10px;
    padding: 10px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
    padding: 50px 10px;
    display: block;
}

.navigation.black ul li a {
    color: #303030;
}

.navigation ul li.active a,
.navigation ul li:hover a {
    color: #69CED0;
}

.navigation ul li.active a {
    font-weight: bold;
}

.navigation ul li a svg {
    position: absolute;
    right: -14px;
    top: 0;
    bottom: 0;
    margin: auto;
    fill: #fff;
    outline: #fff;
    transition: all 0.2s ease-in-out;
}

.navigation ul li a svg path {
    fill: #fff;
    transition: all 0.2s ease-in-out;
}

.navigation ul li:hover a svg path,
.navigation ul li.active a svg path {
    fill: #69CED0;
}

.navigation ul li a svg.black path {
    fill: #303030;
    transition: all 0.2s ease-in-out;
}

.navigation ul li:hover a svg.black path,
.navigation ul li.active a svg.black path {
    fill: #69CED0;
}


.blog_social {
    position: relative;
    display: flex;
    align-items: center;
}

.copy_link {
    position: relative;
    color: #D9D9D9;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 6px;
    border: 1px solid #383838;
    background: #222;
    box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
    display: flex;
    padding: 8px 16px;
    padding-left: 46px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.copy_link::before {
    content: '';
    position: absolute;
    left: 0;
    width: 34px;
    height: 24px;
    background-image: url(../assets/icons/mage_copy.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 16px;
}

.blog_social .social {
    margin-left: 20px;
}

.social {
    position: relative;
}

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

.social ul li {
    height: 20px;
    width: 20px;
    margin: 0px 10px;
    cursor: pointer;
}

.social ul li svg {
    width: 100%;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.social ul li svg path {
    transition: all 0.2s ease-in-out;
}

.social ul li:hover svg {
    color: #33c4c6;
    fill: #33c4c6;
}

.social ul li:hover svg path {
    fill: #33c4c6;
}

.navigation ul li .sub_nav {
    border-radius: 8px;
    background: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;
    width: 300px;
    padding: 20px 40px;
    background: linear-gradient(90deg, #DFF0FE -12.98%, #ffffff 56.27%);
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.navigation ul li .sub_nav ul {
    position: relative;
    display: block;
}

.navigation ul li .sub_nav ul li {
    position: relative;
    width: calc(50% - 8px);
    color: #20242C;
    float: left;
    margin: 4px;
    padding: 0px 0px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}

.navigation ul li .sub_nav ul li a {
    color: #20242C;
    padding: 10px 0px;
    transition: all 0.2s ease-in-out;
    text-align: left;
    font-weight: normal;
    margin: 0;
}

.navigation ul li .sub_nav ul li:hover a,
.navigation ul li .sub_nav ul li.active a {
    color: #1D7DB9;
}


.navigation ul li:hover .sub_nav {
    opacity: 1;
    visibility: visible;
}

.header_sticky .navigation ul li .sub_nav {
    top: 76px;
}


.header.header_sticky .header_inner .navigation ul li .sub_nav ul li {
    margin: 4px;
    padding: 0px 0px;
}

.header.header_sticky .header_inner .navigation ul li .sub_nav ul li a {
    padding: 10px 0px;
    margin: 0;
}

.mobile-dotsIcon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none;
}

.toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 30px;
}

.toggle-menu span {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 1px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 26px;
}

.toggle-menu span:after,
.toggle-menu span:before {
    background-color: #000;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    background-color: #fff;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color .2s ease-in-out, top .2s .2s ease-out, -webkit-transform .2s linear;
    transition: background-color .2s ease-in-out, top .2s .2s ease-out, transform .2s linear;
    transition: background-color .2s ease-in-out, top .2s .2s ease-out, transform .2s linear, -webkit-transform .2s linear;
    width: 26px;
}

.toggle-menu span:before {
    width: 17px;
    top: 7px;
    right: 0;
    /* height: 3px; */
}

.toggle-menu span:after {
    top: -7px;
}

.toggle-menu.active span {
    background-color: transparent;
}

.toggle-menu.active span:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    width: 26px;
    height: 2px;
    background-color: #fff;
}

.toggle-menu.active span:after {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    background-color: #fff;
}


.mobile-nav.open {
    display: block;
}

.mobile-nav {
    top: 80px;
    height: calc(100vh - 80px);
    box-sizing: border-box;
    overflow: scroll;
    position: fixed;
    left: 0;
    right: 0;
    display: none;
    background-color: #fff;
    z-index: 100;
    border-top: 1px solid #dcdcdc;
}

.mobile-nav .navigation {
    display: block;
}


.main-nav .navigation ul {
    display: block;
}

.main-nav .navigation ul li {
    margin: 0px 0px;
    padding: 8px 0px;
    border-bottom: 1px solid #ccc;
}

.main-nav .navigation ul li a {
    color: #555;
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: calc(100% - 60px);
}

.main-nav .navigation ul li svg {
    fill: #555;
    width: 100%;
    height: 100%;
}


.main-nav .navigation ul li svg path {
    fill: #555;
    margin: 4px 0px 0px 4px;
}

.main-nav .navigation ul li .down_arrow {
    position: absolute;
    right: 0;
    top: 15px;
    margin: auto;
    width: 32px;
    height: 32px;
}

.main-nav .navigation ul li .down_arrow svg {
    transform: rotate(270deg);
}

.main-nav .navigation ul li .down_arrow.active svg {
    transform: rotate(0deg);
}

.main-nav .contact_btn {
    margin-top: 30px;
}

.main-nav .contact_btn .common_btn {
    display: table;
    margin: auto;
}

.sub_mobile_nav {
    position: relative;
    display: none;
}

.sub_mobile_nav ul {
    margin-left: 20px;
}

.sub_mobile_nav ul li {
    margin: 0px !important;
    padding: 0px !important;
    border-bottom: 1px solid #e8e8e8 !important;
}

.sub_mobile_nav ul li a {
    width: 100% !important;
    padding: 14px 0px !important;
    margin: 0px;
    font-weight: normal !important;
}

.sub_mobile_nav ul li.active a {
    font-weight: bold !important;
}


/************ header section ends **************/


/************ banner section patch starts **************/
.banner.no_image {
    height: 480px;
    background: linear-gradient(109deg, #E0F1FF 20.02%, #ffffff 48.27%);
}

.banner.no_image.no_background {
    background: #fff;
    height: 400px;
    background: linear-gradient(90deg, #E0F1FF -43%, #f9fffe 48%, #E0F1FF 128%);
}

.banner.no_image.privacy {
    background: linear-gradient(90deg, #E0F1FF -43%, #f9fffe 48%, #E0F1FF 128%);
    height: 400px;
}

.banner.no_image.privacy .banner_patch,
.banner.no_image.no_background .banner_patch {
    top: 180px;
    height: 140px;
}

.banner.no_image.casestudy {
    background: linear-gradient(156deg, #3babff -190%, #ffffff 75%);
    padding-bottom: 10px;
}

.banner.no_image .banner_patch {
    bottom: auto;
    top: 170px;
}

.banner.no_image .banner_patch.case,
.banner.no_image .banner_patch.blog {
    top: 200px;
}

.banner.no_image.blog {
    background: #1E1E23;
    padding-bottom: 10px;
    height: 600px;
}

.privacy_elipse {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 280px;
}

.privacy_elipse img,
.case_elipse img {
    width: 100%;
}

.case_elipse {
    position: absolute;
    right: 0;
    top: 180px;
    width: 280px;
}

.banner_patch {
    position: absolute;
    width: 100%;
    z-index: 5;
    left: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 240px;
}

.banner_patch .left_patch {
    width: 650px;
}

.banner_patch .left_patch.about {
    width: 750px;
}

.banner_patch .left_patch.case,
.banner_patch .left_patch.blog {
    width: 850px;
}

.banner_patch.center .left_patch {
    margin: auto;
    display: table;
    width: 80%;
    text-align: center;
}

.banner_patch.center .left_patch p.multicolor {
    width: 100%;
    margin-top: 20px;
}

.banner_patch .left_patch h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    background: linear-gradient(110deg, #1860AE -9.19%, #69CED0 63.13%, #F3FFFF 97.09%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_patch .left_patch h1.multicolor {
    line-height: 112%;
    background: linear-gradient(110deg, #1860AE 29.69%, #52E2E4 78.6%, #F3FFFF 97.06%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_patch .left_patch h1.multicolor span {
    color: #0F0B33;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    background: #0F0B33;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_patch .left_patch h1 span.white {
    color: #fff;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_patch .left_patch h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-top: 10px;
}

.banner_patch .left_patch p {
    color: #BFBFBF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 40px;
}

.banner_patch .left_patch p.multicolor {
    color: #0F0B33;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 90%;
}

.banner_patch .left_patch p.multicolor.about {
    width: 100%;
}

.banner_patch.resources .left_patch {
    width: 80%;
}

.banner_patch.resources .left_patch h1 span {
    display: block;
}

.banner_patch.resources .left_patch .common_btn,
.banner_patch.about .left_patch .common_btn,
.banner_patch.investors .left_patch .common_btn {
    margin-top: 30px;
}

.banner_patch.investors .left_patch {
    width: 800px;
}

.banner_patch .left_patch h1.case,
.banner_patch .left_patch h1.case span {
    color: #121212;
    background: transparent;
    -webkit-text-fill-color: #121212;
}

.banner_patch .left_patch p.case {
    color: #667085;
}

.banner_patch .left_patch.blog h1 {
    -webkit-text-fill-color: #fff;
    color: #fff;
    background: none;
}

.banner_patch .left_patch h4.case_circle {
    position: relative;
    color: #1860AE;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 20px;
    margin-bottom: 16px;
}

.banner_patch .left_patch h4.case_circle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0px;
    margin: auto;
    width: 14px;
    height: 14px;
    background-color: #1860AE;
    border-radius: 100%;
}

.banner_patch .left_patch h4.blog_circle {
    position: relative;
    color: #A6D0FF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 20px;
    margin-bottom: 16px;
}

.banner_patch .left_patch h4.blog_circle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0px;
    margin: auto;
    width: 14px;
    height: 14px;
    background-color: #1860AE;
    border-radius: 100%;
}

.banner_relative_image {
    position: relative;
    width: 100%;
    /* margin-top: -100px; */
    background: linear-gradient(135deg, #e9f5ff 4.02% 4.02%, #ffffff 40.27%);
}

.banner_relative_image img {
    width: 100%;
    border-radius: 20px;
}

.banner_relative_image.blog {
    background: #1E1E23;
}


/************ banner section patch ends **************/

.title {
    color: rgba(78, 169, 197, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sub_title,
.sub_title span {
    color: #161616;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    font-family: light;
}

.til_desc,
.til_desc span {
    color: #555;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.til_desc.white,
.til_desc.white span {
    color: #fff;
}

.til_desc.w_color,
.til_desc.w_color span {
    color: #BFBFBF;
}

.sub_title span,
.til_desc span {
    display: block;
}

.sub_title.white,
.sub_title.white span {
    color: #fff;
}

.sub_title.center {
    text-align: center;
}

.til_desc.right {
    text-align: right;
}

.title_list {
    position: relative;
    padding-left: 16px;
}

.title_list li {
    color: #C3C3C3;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    list-style: disc;
    margin: 6px 0px;
}

/************ services section starts **************/
.section.white {
    background: #fff !important;
}

.section.services {
    position: relative;
    background: linear-gradient(109deg, #F3F9FF 4.02%, #ffffff 40.27%);
}

.section.services.top {
    margin-top: -130px;
    background: none;
}

.section.services.top::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 126px;
    bottom: 0;
    background: linear-gradient(100deg, #d5ebfd 4.02%, #ffffff 40.27%);
}

.section.services.top .section_center {
    background: linear-gradient(110deg, #D3EDFD 20%, #F2FBFF 80%);
    padding-top: 80px;
}



.section.services .section_center {
    border-radius: 6px;
    background: #F2FBFF;
    padding: 40px 80px;
    box-sizing: border-box;
}

.section_top {
    position: relative;
    margin: auto;
    display: table;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.section_top .sec_left {
    width: 70%;
}

.section_top .sec_right {
    width: 30%;
}

.section_top .sec_right.about_impact {
    width: 36%;
}

.section_top .sec_right .common_btn {
    float: right;
}

.section_top.center {
    display: block;
    text-align: center;
}


.services_slick {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.services_slick .slick_wrapper {
    position: relative;
}

.left_right_arrow .slick-arrow {
    background-size: 36px;
    background-position: center;
    background-repeat: no-repeat;
    width: 38px;
    height: 36px;
    transition: all 0.2s ease-in-out;
}

.left_right_arrow .slick-arrow::before {
    display: none;
}

.left_right_arrow .slick-prev.slick-arrow {
    background-image: url(../assets/slick_left_arrow.svg);
    left: -50px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.left_right_arrow .slick-next.slick-arrow {
    background-image: url(../assets/slick_right_arrow.svg);
    right: -50px;
    transform: rotate(0deg);
}

.left_right_arrow.white .slick-prev.slick-arrow {
    background-image: url(../assets/slick_white_left_arrow.svg);
    left: -50px;
}

.left_right_arrow.white .slick-next.slick-arrow {
    background-image: url(../assets/slick_white_right_arrow.svg);
    right: -50px;
}

.left_right_arrow .slick-prev.slick-arrow:hover {
    transform: rotate(-30deg);
}

.left_right_arrow .slick-next.slick-arrow:hover {
    transform: rotate(30deg);
}


.left_right_arrow .slick-dots li {
    margin: 0 2px;
}

.left_right_arrow .slick-dots li button::before {
    color: #848484;
    font-size: 12px;

}

.left_right_arrow .slick-dots li.slick-active button::before {
    color: #3F7DBF;
}

.blog_slick_wrapper.left_right_arrow .slick-dots {
    right: 0;
    top: -80px;
    bottom: auto;
    left: auto;
    width: auto;
}

.partner_logo {
    margin-left: 8px;
    width: 130px;
}


.services_slick .slick-track {
    position: relative;
}

.services_slick .slick_slide {
    border-radius: 6px;
    background: #FFF;
    width: calc(33.33% - 20px);
    margin: 10px;
    border: 2px solid #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}


.services_slick .slick_slide .slide_inner {
    padding: 30px;
    position: relative;
    min-height: 240px;
}

.services_slick.small .slick_slide .slide_inner {
    min-height: 220px;
}

.services_slick .slick_slide .slide_inner .icon {
    width: 37px;
    height: 37px;
    border-radius: 6px;
    background: rgba(0, 181, 184, 0.80);
    position: relative;
    margin-bottom: 20px;
}

.services_slick .slick_slide .slide_inner .icon svg {
    fill: #20242C;
    stroke-width: 0.15px;
    stroke: #20242C;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.services_slick .slick_slide .slide_inner h1 {
    color: #535353;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.services_slick .slick_slide .slide_inner p {
    color: #4E4E4E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 30px 0px;
    margin-bottom: 0px;
}

.services_slick .slick_slide:hover .slide_inner h1 {
    color: #161616;
}

.services_slick .slick_slide:hover .slide_inner p {
    color: #222;
}

.services_slick .slick_slide:hover {
    border-radius: 6px;
    border: 2px solid #2470B3;
    background: #FFF;
}

.services_slick .slick_slide:hover .slide_inner .read_more {
    color: #2673B4;
}

.read_more {
    color: #464646;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    position: relative;
    padding-right: 25px;
    display: table;
    text-decoration: none;
}

.read_more::before {
    content: "";
    position: absolute;
    right: 0;
    width: 15px;
    height: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../assets/color_right_arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.services_slick .slick_slide .slide_inner .read_more {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.read_more.border {
    border-radius: 30px;
    border: 2px solid #1860AE;
    padding: 12px 16px;
    padding-right: 40px;
    color: #FFF;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.read_more.border::before {
    background-image: url(../assets/right_white_arrow.svg);
    right: 14px;
}


.read_more.border:hover {
    border: 2px solid #2470B3;
    background: linear-gradient(90deg, #2470B3 0%, #00B5B8 100%)
}

.view_all {
    position: relative;
    padding: 12px 16px;
    border-radius: 30px;
    border: 1px solid #1860AE;
    color: #1E1E23;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    display: table;
    padding-right: 36px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.view_all::before {
    content: "";
    position: absolute;
    right: 14px;
    width: 15px;
    height: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../assets/black_right_arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
}


.view_all:hover {
    background-color: #1860AE;
    color: #fff;
}

.view_all:hover::before {
    background-image: url(../assets/white_right_arrow.svg);
}


.view_all.white {
    color: #fff;
    border: 1px solid #fff;
}

.view_all.white::before {
    background-image: url(../assets/white_right_arrow.svg);
}


.view_all.white:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
}

.view_all.white:hover::before {
    background-image: url(../assets/black_right_arrow.svg);
}



/************ services section ends **************/



/************ about section ends **************/
.section.about {
    background: #1E2223;
}


.section.about .section_top .sec_left {
    width: 60%;
}

.section.about .section_top .sec_right {
    width: 38%;
}

.about_section_body {
    position: relative;
}

.growth_sec {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.growth_sec .growth_left {
    position: relative;
    width: 68%;
    border-radius: 6px;
    background: #20252D;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 20px;
    box-sizing: border-box;
    height: 370px;
}

.chat_sec {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat_sec .chat_left {
    width: 40%;
}

.chat_sec .chat_left img {
    width: 100%;
}

.chat_sec .chat_left h4 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 20px;
}

.chat_sec .chat_right {
    width: 54%;
}

.chat_sec .chat_right ul {
    position: relative;
}

.chat_right ul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 36px 0px;
}

.chat_right ul li .num {
    background-color: rgba(57, 197, 154, 0.10);
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.chat_right ul li .num h2 {
    color: #00B5B8;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    line-height: 40px;
}

.chat_right ul li .num_text {
    width: calc(100% - 70px);
}

.chat_right ul li .num_text h1 {
    color: #03C0C3;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.chat_right ul li .num_text p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
}

.growth_sec .growth_right {
    position: relative;
    width: 30%;
    border-radius: 6px;
    background: #20252D;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 30px 20px;
    box-sizing: border-box;
    height: 370px;
}

.growth_sec .growth_right h1 {
    background: var(--Gradient, linear-gradient(110deg, #1860AE 0%, #69CED0 66.04%, #F3FFFF 97.06%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.growth_sec .growth_right h2 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%;
    letter-spacing: 0.56px;
}

.growth_sec .growth_right p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    margin-top: 130px;
}

/************ about section ends **************/







/************ Our PARTNERSHIP section starts **************/
.section.partnership {
    position: relative;
    background: linear-gradient(109deg, #F3F9FF 4.02%, #ffffff 20.27%);
    background: linear-gradient(30deg, #ffffff 58.27%, #DFF1FF 100.02%);
}

.partnership_wrapper {
    position: relative;
}

.partnership_item {
    position: relative;
}

.partnership_slick_wrapper {
    position: relative;
    width: 100%;
}

.partnership_slick_wrapper .slick-dots {
    bottom: -34px;
}

.partnership_sec {
    position: relative;
    display: flex;
    align-items: center;
}

.partnership_left {
    width: 60%;
    height: 510px;
    width: calc(100% - 486px);
    background: #1A2B3B;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 70px 50px;
    padding-top: 100px;
    box-sizing: border-box;
    border-radius: 4px 0px 0px 4px;
}

.partnership_left.first {
    padding: 40px 50px;
    padding-top: 80px;
}

.partnership_left::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../assets/lines_pattern.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.partnership_left .patch {
    position: relative;
    z-index: 2;
}

.partnership_left .title_list {
    margin: 40px 0px;
    margin-bottom: 0px;
    width: 90%;
}

.partnership_left .part_desc {
    position: relative;
    padding-top: 10px;
}

.partnership_left .part_desc p {
    color: #C3C3C3;
    margin-top: 30px;
    font-size: 15px;
    line-height: 22px;
}

.partnership_left .part_desc p:nth-of-type(1) {
    margin-top: 0;
}

.partnership_left .partner_btn {
    margin-top: 30px;
}

.partnership_left .part_logo {
    margin-bottom: 20px;
}

.partnership_left .part_logo img {}

.partnership_left .sub_title,
.partnership_left .sub_title span {
    font-size: 24px;
}

.partnership_right {
    width: 486px;
    height: 510px;
    border-radius: 0px 4px 4px 0px;
}

.partnership_right.device {
    display: none;
}

.partnership_right img {
    width: 100%;
}

/************ Our PARTNERSHIP section ends **************/


/************* TESTIMONIALS section starts ****************/
.section.testimonials {
    position: relative;
    background: #1E1E23;
}

.testimonials_slick {
    position: relative;
}

.testimonials_slick .testimonials_wrapper {
    position: relative;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.testimonials_wrapper .test_slide {
    position: relative;
    border-radius: 14px;
    border: 1px solid #5E5E64;
    background: #20252D;
    padding: 35px 30px;
    box-sizing: border-box;
    width: calc(33.33% - 20px);
    margin: 10px;
}

.testimonials_wrapper .test_slide .top {
    position: relative;
}

.testimonials_wrapper .test_slide .top img {
    width: 60px;
    height: 60px;
}

.testimonials_wrapper .test_slide .top .text {
    width: calc(100% - 80px);
}

.testimonials_wrapper .test_slide .top .text h1 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: interSemiBold;
}

.testimonials_wrapper .test_slide .top .text h2 {
    color: #CCC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 4px 0px;
    font-family: interLight;
}

.testimonials_wrapper .test_slide .top .text .star_sec {
    display: flex;
    margin-top: 12px;
    position: relative;
}

.testimonials_wrapper .test_slide .top .text .star_sec .star {
    display: flex;
}

.testimonials_wrapper .test_slide .top .text .star_sec .star img {
    width: 24px;
    height: 24px;
}

.testimonials_wrapper .test_slide .top .text .star_sec h5 {
    color: #CCC;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    margin-left: 8px;
    font-family: interLight;
}

.testimonials_wrapper .test_slide p {
    color: #CCC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-top: 16px;
    font-family: interLight;
}

/************* TESTIMONIALS section ends ****************/





/************** footer section starts ********************/
.footer {
    position: relative;
    background: #1E1E23;
    padding: 40px 0px;
}

.letter_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0px;
    margin-bottom: 60px;
}

.letter_footer .left_letter {
    position: relative;
    width: 46%;
}

.letter_footer .left_letter h1 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140.2%;
}

.letter_footer .left_letter h2 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.letter_footer .right_letter {
    width: 46%;
    position: relative;
}

.input_box_block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input_box_block .input_div {
    position: relative;
    width: calc(100% - 140px);
}

.input_box_block input {
    border-radius: 30px;
    outline: none;
    padding: 10px 24px;
    width: 100%;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border-radius: 50px;
    border: 1px solid rgba(245, 245, 245, 0.00);
    background: #232D39;
    color: #C9CFCF;
}

.input_box_block .common_btn {
    position: relative;
}



.footer_top {
    position: relative;
}

.footer_top ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_top ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0px 20px;
}

.footer_top ul li svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.footer_top ul li p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer_top p.fot_text {
    color: #A6A6A6;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer_top .common_btn {
    margin: auto;
    display: table;
    margin-top: 60px;
}

.footer .header {
    position: relative;
}

.footer .header .header_inner {
    padding-bottom: 30px;
}

.footer .footer_bottom {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #5E5E64;
    padding-top: 20px;
}

.footer .footer_bottom .left {
    position: relative;
}

.footer .footer_bottom .left ul {
    display: flex;
}

.footer .footer_bottom .left ul li {
    margin-right: 30px;
}

.footer .footer_bottom .left ul li a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    position: relative;
    padding-left: 26px;
    display: block;
}

.footer .footer_bottom .left ul li a svg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 14px;

}

.footer .footer_bottom .left ul li:nth-of-type(1) a svg {
    width: 20px;
    height: 20px;

}

.footer .footer_bottom .right {
    position: relative;
}

.footer .footer_bottom .right ul {
    display: flex;
}

.footer .footer_bottom .right ul li {
    margin-left: 30px;
}

.footer .footer_bottom .right ul li a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.footer .footer_bottom .right ul li:hover a {
    color: #69CED0;
}

.footer_copyright {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: flex-end;
    margin-top: 20px;
}

.footer_copyright p {
    color: #808080;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.eclipse {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30%;


}

.eclipse img {
    width: 100%;
    height: 100%;
}

.eclipse.sectors {
    top: -188%;
}

.eclipse.right_bottom {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
}

.eclipse.left_bottom {
    bottom: 0;
    left: 0;
    top: auto;
}

.eclipse.right_top {
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
    width: 40%;
    height: 100%;
}

.eclipse.right_center {
    left: auto;
    top: auto;
    right: 0;
    bottom: -100px;
}

.section.questions .eclipse.right_bottom {
    bottom: -20%;
}

/************** footer section ends ********************/


/************* solutions section starts ******************/

.section.solutions {
    background: linear-gradient(36deg, #24323C, 1.02%, #1E2223 20.27%);
}

.solutions_body {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.solutions_body .solutions_item {
    border-radius: 6px;
    background: #20252D;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 30px 24px;
    box-sizing: border-box;
    margin: 10px;
    width: calc(50% - 20px);
    float: left;
    min-height: 390px;
    position: relative;
}

.solutions_body .solutions_item img {
    width: 40.742px;
}

.solutions_body .solutions_item h1,
.solutions_body .solutions_item h1 span {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 142%;
    letter-spacing: 0.44px;
    margin-top: 20px;
}

.solutions_body .solutions_item h1 span {
    display: block;
    margin-top: 0;
}

.solutions_body .solutions_item p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 147%;
    margin: 20px 0px;
}

.solutions_body .solutions_item h2 {
    color: #00B5B8;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 147%;
}

.solutions_body .solutions_item h3 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 147%;
    margin-top: 10px;
}

.solutions_body .solutions_item .read_more {
    position: absolute;
    bottom: 30px;
    left: 24px;
}

/************* solutions section ends ********************/

/************* AI solutions section starts ********************/
.section.ai_solutions {
    background: #F2FBFF;
}

.section.ai_solutions .section_top .til_desc {
    color: #819398;
    width: 55%;
    margin: auto;
}

.solutions_slick {
    position: relative;
}

.solutions_scroll_wrapper {
    position: relative;
}

.simply-scroll .simply-scroll-list li {
    width: 320px !important;
    height: auto;
    margin: 0px 5px;
}

.solutions_scroll_wrapper .slick_slide {
    min-height: 126px;
    padding: 14px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #F2FBFF;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.solutions_scroll_wrapper .slick_slide .inner_center {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.solutions_scroll_wrapper .slick_slide:hover {
    border-radius: 10px;
    border: 2px solid #2A78B5;
    background-color: #fff;
}

.solutions_scroll_wrapper .slick_slide:hover .icon {
    background-color: #E5F7F7;
}

.solutions_scroll_wrapper .slick_slide:hover .icon svg {
    fill: #00B5B8;
}

.solutions_scroll_wrapper .slick_slide .icon svg path {
    fill: rgb(155, 153, 153);
}

.solutions_scroll_wrapper .slick_slide:hover .icon svg path {
    fill: #00B5B8;
}

.solutions_scroll_wrapper .slick_slide .icon {
    width: 50px;
    height: 50px;
    background-color: #EDF0F1;
    border-radius: 100%;
    position: relative;
}

.solutions_scroll_wrapper .slick_slide .icon.ai svg {
    width: 90px;
    height: 90px;
    margin-top: -14px;
    margin-left: -20px;
}

.solutions_scroll_wrapper .slick_slide .icon svg {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.solutions_scroll_wrapper .slick_slide .text {
    width: calc(100% - 70px);
}

.solutions_scroll_wrapper .slick_slide .text h1 {
    color: #1D293F;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.solutions_scroll_wrapper .slick_slide .text p {
    color: #7C8087;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 6px;
}

/************* AI solutions section ends ********************/


/***** success stories section starts *********/
.section.stories {
    position: relative;
    background: linear-gradient(144deg, #E1F1FF 5.02%, #ffffff 30.27%);
}

.section.stories .section_top .til_desc,
.section.stories .section_top .til_desc span {
    color: #B4B4B4;
}

.section.stories .section_top {
    z-index: 2;
}


.section.stories .section_center {
    border-radius: 10px;
    background: #1A2B3B;
    box-shadow: 0px 4px 76.9px 0px rgba(0, 0, 0, 0.15);
    padding: 40px 80px;
    box-sizing: border-box;
}

.section.stories .section_center::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../assets/lines_pattern.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.stories_section {
    position: relative;
    z-index: 2;
    width: 100%;
}

.stories_wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 10px);
}

.stories_wrapper .slick-list,
.stories_wrapper .slick-list .slick-track {
    width: 100%;
}

.stories_wrapper .item {
    margin: 10px;
    position: relative;
    width: calc(33.33% - 24px);
    border-radius: 10.235px;
    border: 2px solid #20252D;
    background: #20252D;
    padding: 20px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    box-sizing: border-box;
}

.stories_wrapper .item:hover {
    border: 2px solid #1860AE;
}

.stories_wrapper .item:hover .text h2 {
    color: #fff;
}

.stories_wrapper .item:hover .text p {
    color: #e1e1e1;
}

.stories_wrapper .item img {
    width: 100%;
}

.stories_wrapper .item .text {
    position: relative;
    margin-top: 20px;
    min-height: 180px;
}

.stories_wrapper .item .text h1 {
    color: #3D8CCE;
    font-size: 9.076px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    padding-left: 16px;
}

.stories_wrapper .item .text h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #3D8CCE;
    border-radius: 100%;
    width: 10px;
    height: 10px;
}

.stories_wrapper .item .text h2 {
    color: rgba(255, 255, 255, 0.60);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 20px;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

.stories_wrapper .item .text p {
    color: #626262;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    transition: all 0.2s ease-in-out;
}

.stories_wrapper .item .text .read_more {
    transition: all 0.2s ease-in-out;
    color: #757575;
    position: absolute;
    bottom: 0;
    left: 0;
}

.stories_wrapper .item:hover .text .read_more {
    color: #fff;
}

/*********** success stories section ends ************* /



/*************** section industries starts ***************/
.section.industries {
    background: #1E1E23;
}

.industries_slick {
    position: relative;
}

.industries_scroll {
    position: relative;
    width: 100%;
}

.industries_wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}

.industries_wrapper .slick-list.draggable {
    padding-left: 0px !important;
}

.industries_wrapper .slide {
    margin: 10px;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
}

.industries_wrapper .slide .slide_center {
    position: relative;
}

.industries_wrapper .slide .slide_center svg {
    width: 30px;
    height: 30px;
    transition: all 0.2s ease-in-out;
}

.industries_wrapper .slide .slide_center h1 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
    transition: all 0.2s ease-in-out;
}

.industries_wrapper .slide:hover svg,
.industries_wrapper .slide:hover svg path,
.industries_wrapper .slide.active svg,
.industries_wrapper .slide.active svg path {
    fill: #00B5B8;
    outline: #00B5B8;
    transition: all 0.2s ease-in-out;
}

.industries_wrapper .slide:hover h1,
.industries_wrapper .slide.active h1 {
    color: #00B5B8;
}

.industries_wrapper .slide::before {
    background-color: #1e1e23;
    width: 80%;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
}

.industries_wrapper .slide:hover::before,
.industries_wrapper .slide.active::before {
    opacity: 1;
    visibility: visible;
    background-color: #00B5B8;
}

.challenges_section {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.challenges_section .left {
    width: 40%;
    position: relative;
}

.challenges_section .left .read_more.border {
    margin-top: 20px;
}

.challenges_section .right {
    width: 55%;
}

.challenge_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
}

/*************** section industries ends ***************/

/***************** accordion starts *****************/
.accordion {
    position: relative;
}

.accordion .accordion_item {
    position: relative;
    border-bottom: 1px solid #676666;
    padding: 20px 10px;
}

.accordion .head {
    position: relative;
    cursor: pointer;
}

.accordion .accordion_item .head h1 {
    color: #A7A7A7;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    letter-spacing: -0.2px;
    width: 80%;
}

.accordion .accordion_item .head .icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-image: url(../assets/icons/plus_icon.svg);
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.accordion .accordion_item.active .head .icon {
    background-image: url(../assets/icons/minus_icon.svg);
}

.accordion .accordion_item .body {
    position: relative;
    display: none;
    margin-top: 10px;
}

.accordion .accordion_item .body p {
    color: #E2E2E2;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.accordion .accordion_item.active .body {
    display: block;
}

.accordion .accordion_item.active .head h1 {
    color: #03C0C3;
}

.accordion.arrow .accordion_item .head .icon {
    display: none;
}

.accordion.arrow .accordion_item.active .head .icon {
    width: 18px;
    height: 18px;
    background-image: url(../assets/icons/accordion_right_arrow.svg);
    background-size: 18px;
    display: block;
}

.le_re_text {
    display: flex;
    justify-content: space-between;
}

.le_re_text .le_text {
    width: 48%;
}

.le_re_text .re_text {
    width: 30%;
}

.le_re_text .le_text h4,
.le_re_text .re_text h4 {
    color: #C3C3C3;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 5px;
}

/*******************accordion ends ******************/



/********************** section sectors starts ***************/
.section.sectors {
    position: relative;
    background: #1E1E23;
}

.section.sectors_about {
    background: #1A2B3B;
}

.section.sectors.inve {
    background: rgba(78, 169, 197, 0.10);
}

.section.sectors .section_center {
    border-radius: 10px;
    background: #17171B;
    box-shadow: 0px 4px 76.9px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 40px;
    box-sizing: border-box;
}

.section.sectors .section_center::before,
.section.sectors_about::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../assets/lines_pattern.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.sectors_sec {
    z-index: 2;
    position: relative;
}



.sectors_sec .sec_right .til_desc.right {
    color: #fff;
}

.sectors_box {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding-top: 40px;
    border-top: 2px solid #6B8095;
}

.sectors_box .sectors_item {
    position: relative;
    margin: 10px;
    width: calc(25% - 20px);
}

.sectors_box .sectors_item .icon {
    border-radius: 5px;
    background: #00B5B8;
    width: 56px;
    height: 56px;
    position: relative;
}

.sectors_box .sectors_item .icon img {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.sectors_box .sectors_item h1 {
    color: #00B5B8;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.56px;
}

.sectors_box .sectors_item h2 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 16px;
    margin-bottom: 8px;
}

.sectors_box .sectors_item p {
    color: rgba(255, 255, 255, 0.69);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}



.sectors_box.small .sectors_item h1 {
    font-size: 36px;
}

.sectors_box.small .sectors_item h2 {
    font-size: 16px;
}

.sectors_box.small .sectors_item p {
    font-size: 14px;
}

/*********************section sectors ends ****************/



/*********************resources section starts ****************/
.section.resources {
    position: relative;
    background: rgba(78, 169, 197, 0.10);
    margin-top: -4px;
    background: linear-gradient(100deg, #d5ebfd 4.02%, rgba(78, 169, 197, 0.10) 40.27%);
}

.button_parent {
    position: relative;
}

.button_parent.five {}

.button_parent.six {}

.button_parent.four {}

.button_parent.four {}



.button_group {
    position: relative;
}

.button_group ul {
    display: flex;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
}

.button_group li {
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    margin: 10px;
    color: #707070;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
}

.button_group li.active,
.button_group li.active:hover {
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    background: #1860AE;
    color: #FFF;
}

.button_group li:hover {
    color: #1860AE;
    border-radius: 8px;
    border: 1px solid #1860AE;
}

.button_group li.close_btn {
    padding-right: 26px;
}

.button_group li.close_btn::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-image: url(../assets/icons/cross-outline.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*********************resources section ends ****************/


/******************* pagination_section starts ************/
.pagination_section {
    position: relative;
}

.pagination_body {
    position: relative;
}

.grid_wrapper {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.grid_wrapper .grid_item {
    position: relative;
    padding: 20px;
    margin: 10px;
    border-radius: 10.235px;
    background: #FFF;
    float: left;
    width: calc(33.33% - 22px);
    box-sizing: border-box;
    border: 1px solid #fff;
    transition: all 0.2s ease-in-out;
    min-height: 480px;
    border: 1px solid #f2f2f2;
}

.grid_wrapper.high .grid_item {
    min-height: 540px;
}


.grid_wrapper .grid_item .layer_btn {
    border-radius: 8px;
    background: #1860AE;
    padding: 10px 20px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    z-index: 1;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    text-decoration: none;
}

.grid_wrapper .grid_item .layer_btn.download {
    padding-right: 40px;
}

.grid_wrapper .grid_item .layer_btn.download::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-image: url(../assets/icons/download.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.grid_wrapper .grid_item:hover {
    border: 1px solid #1860AE;
}

.grid_wrapper .grid_item img {
    border-radius: 6.519px;
    width: 100%;
}

.grid_wrapper .grid_item .text {
    position: relative;
    margin-top: 10px;
}

.grid_wrapper .grid_item .text h1 {
    color: #626262;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.grid_wrapper .grid_item .text h1 .logoipsum_logo {
    position: absolute;
    right: 0;
    width: 80px;
    top: -5px;
}

.grid_wrapper .grid_item .text h1 .logoipsum_logo img {
    width: 100%;
}

.grid_wrapper .grid_item:hover .text h1 {
    color: #1860AE;
    font-weight: 600;
    padding-left: 16px;
}

.grid_wrapper .grid_item:hover .text h1::before {
    content: '';
    width: 9.076px;
    height: 9.076px;
    background-color: #1860AE;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
}


.grid_wrapper .grid_item:hover .read_more {
    color: #1860AE;
}

.grid_wrapper .grid_item .text h2 {
    color: #1E1E23;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 13px;
}

.grid_wrapper .grid_item .text p {
    color: #626262;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}

.grid_wrapper .grid_item .read_more {
    margin-top: 16px;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.grid_wrapper.related_grid_slick .grid_item .read_more {
    margin-top: 16px;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.pagination_bottom {
    position: relative;
}

.pagination_buttons {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    margin-top: 16px;
}

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

.pagination_buttons.left {
    align-items: flex-start;
    justify-content: start;
}

.pagination_buttons li {
    padding: 10px;
    color: #626262;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #626262;
    border-radius: 4px;
    margin: 4px;
    cursor: pointer;
    font-family: 'medium';
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    line-height: 20px;
}

.pagination_buttons li.prev {
    margin-right: 20px;
    border: none;
    width: auto;
    color: #000;
}

.pagination_buttons li.next {
    margin-left: 20px;
    border: none;
    width: auto;
    color: #000;
}

.pagination_buttons li.disabled {
    color: #828282;
}

.pagination_buttons li.active,
.pagination_buttons li:hover {
    background-color: #1860AE;
    border: 1px solid #1860AE;
    color: #fff;
}

.pagination_buttons li.prev:hover,
.pagination_buttons li.next:hover {
    border: none;
    color: #000;
    background-color: transparent;
}

.pagination_buttons li.disabled:hover {
    color: #828282;
}


.pagination_buttons.white li {
    border: 0.787px solid rgba(178, 178, 178, 0.10);
    color: rgba(172, 172, 172, 0.80);
}

.pagination_buttons.white li.active,
.pagination_buttons.white li:hover {
    background-color: #17767F;
    border: 1px solid #17767F;
    color: #fff;
}


.pagination_buttons.white li.next {
    color: #585858;
    border: none;
    background: transparent
}

.pagination_buttons.white li.prev {
    color: #585858;
    border: none;
    background: transparent
}


.pagination_buttons.white li.disabled {
    color: #828282;
    border: none;
    background: transparent
}

/****************** pagination_section ends *************** /



/*************** blog section starts ***************/
.section.blog {
    background: #1E1E23;
}

.blog_slick {
    position: relative;
}

.blog_slick_wrapper {
    position: relative;
}

.blog_slick_wrapper .slick_slide {
    position: relative;
    border-radius: 11.321px;
    border: 1.617px solid #1860AE;
    background: rgba(130, 130, 130, 0.10);
    backdrop-filter: blur(17.789880752563477px);
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog_slick_wrapper .slick_slide .left {
    width: 46%;
}

.blog_slick_wrapper .slick_slide h1 {
    color: #E3E3E3;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
    padding-left: 30px;
    position: relative;
}

.blog_slick_wrapper .slick_slide h1 svg {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.blog_slick_wrapper .slick_slide h2,
.blog_slick_wrapper .slick_slide h2 span {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.blog_slick_wrapper .slick_slide h2 span {
    display: block;
}

.blog_slick_wrapper .slick_slide p {
    color: #9E9E9E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 26px;
}

.blog_slick_wrapper .slick_slide .read_more {
    margin-top: 40px;
}

.blog_slick_wrapper .slick_slide .right {
    width: 42%;
}

.blog_slick_wrapper .slick_slide .right img {
    width: 100%;
    border-radius: 6px;
}

/*************** blog section ends ****************/


/************** webinars_section starts ***********/
.section.market {
    background: linear-gradient(53deg, rgb(224 241 255) 23%, rgb(247 249 249) 63%, rgb(226 242 249) 74%);
    margin-top: -4px;
}

.webinars_section {
    position: relative;
}

.section.resources.webinars {
    background: linear-gradient(100deg, #EEF7FA 4.02%, #C9E6FA 40.27%);
    margin-top: 0;
}

.webinars_wrapper {
    position: relative;
}

.webinars_wrapper .webinars_item {
    position: relative;
    padding: 20px;
    margin: 10px;
    border-radius: 10.235px;
    background: #FFF;
    width: calc(33.33% - 22px);
    box-sizing: border-box;
    border: 1px solid #fff;
    transition: all 0.2s ease-in-out;
}

.webinars_wrapper .webinars_item .image {
    position: relative;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.webinars_wrapper .webinars_item img {
    border-radius: 6.519px;
    width: 100%;
}

.webinars_wrapper .webinars_item .image .image_name_text {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    padding: 8px 24px;
    border-radius: 8px;
    background: rgba(24, 96, 174, 0.10);
    color: #092646;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.webinars_wrapper .webinars_item .image .image_name_text.three {
    background: rgba(193, 193, 193, 0.60);
}

.webinars_wrapper .webinars_item .text {
    position: relative;
    margin-top: 10px;
    min-height: 190px;
}

.webinars_wrapper .webinars_item .text .date_time {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.webinars_wrapper .webinars_item .text .date_time .date {
    color: #8F8F8F;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    padding-left: 20px;
}

.webinars_wrapper .webinars_item .text .date_time .date svg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.webinars_wrapper .webinars_item .text .date_time .time {
    color: #8F8F8F;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    padding-left: 20px;
}

.webinars_wrapper .webinars_item .text .date_time .time svg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.webinars_wrapper .webinars_item h2 {
    color: #1E1E23;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 13px;
}

.webinars_wrapper .webinars_item p {
    color: #626262;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 6px;
}

.webinars_wrapper .webinars_item .read_more {
    bottom: 0;
    position: absolute;
    left: 0;
    color: #1860AE;
}

/************ webinars_section ends ***************/



/************ questions section starts ***************/
.section.questions {
    position: relative;
    background: #1E1E23;
}

.questions_sec {
    display: flex;
    justify-content: space-between;
}

.questions_sec .left {
    width: 55%;
}

.questions_sec .right {
    width: 34%;
}

.glossary {
    position: relative;
    border-radius: 11.321px;
    border: 1.617px solid #1860AE;
    background: rgba(227, 222, 222, 0.04);
    backdrop-filter: blur(17.789880752563477px);
    width: 100%;
    box-sizing: border-box;
}

.glossary h1 {
    color: #06DDE0;
    border-radius: 0px 0px 8px 8px;
    background: #1F242F;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    display: table;
    padding: 12px 14px;
    margin-left: 20px;
}

.glossary ul {
    position: relative;
    margin: 30px;
}

.glossary ul li {
    border-top: 1px solid #434347;
    position: relative;
    padding: 20px 0px;
}

.glossary ul li:nth-of-type(1) {
    border-top: none;
    padding-top: 0;
}

.glossary ul li .icon_text {
    display: flex;
}

.glossary ul li .icon_text .icon {
    border-radius: 20.313px;
    background: rgba(8, 190, 198, 0.10);
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 10.691px;
    flex-shrink: 0;
}

.glossary ul li .icon_text .icon svg {
    width: 18.618px;
    height: 18.618px;
}

.glossary ul li .icon_text h2 {
    color: #03C0C3;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-left: 10px;
    letter-spacing: -0.24px;
}

.glossary ul li h5 {
    margin-top: 10px;
    color: #C3C3C3;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

/************ questions section ends *****************/


/***************** section newsletter starts ****************/
.section.newsletter {
    position: relative;
    background: linear-gradient(100deg, #FFFFFF 24.02%, #CDE8FF 79.27%);
}

.newsletter_sec {
    border-radius: 12px;
    background: #283C4C;
    padding: 20px 50px;
    position: relative;
}

.newsletter_sec::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../assets/lines_pattern.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.letter_box {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.letter_box .left {
    width: 55%;
    position: relative;
}

.letter_box .right {
    position: relative;
    width: 40%;
}

.letter_box .title {
    font-size: 14px;
}

.letter_box .sub_title,
.letter_box .sub_title span {
    font-size: 28px;
}

.letter_box.faq .left {
    width: calc(100% - 160px)
}

.letter_box.faq .right {
    width: 160px
}

.input_box {
    position: relative;
}

.input_box input {
    border-radius: 30px;
    background: #FFF;
    outline: none;
    padding: 14px 24px;
    width: 100%;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border: 1px solid #fff;
}

.input_box input.error {
    border: 1px solid #f00;
}


.input_box .inputBtn {
    position: absolute;
    right: 8px;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.input_box .common_btn {
    position: relative;
    margin: auto;
    height: 40px;
    box-sizing: border-box;
}

.loaderCls {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #5fa1e2;
    border-radius: 30px;
    display: none;

}

.loaderCls:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 20px;
    height: 20px;
    background-image: url(../assets/Preloader.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.status_message {
    width: 100%;
    color: #1E1E23;
    font-size: 14px;
    font-style: normal;
    padding-left: 24px;
    line-height: normal;
    margin-bottom: 10px;
    position: absolute;
    top: -28px;
    display: none;
}

.status_message::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-position: 0px;
    background-size: 18px;
    background-repeat: no-repeat;
}

.status_message.success {
    color: #fff;
}

.status_message.error {
    color: red;
}

.status_message.success::before {
    background-image: url(../assets/success-check.svg);
}

.status_message.error::before {
    background-image: url(../assets/error-warning.png);
}

/***************** section newsletter ends ****************/



/**************** strategic starts *****************/
.strategic {
    background: #1E1E23;
    position: relative;
    padding: 50px 0px;
}

.strategic .section_center {
    position: relative;
}

.strategic::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../assets/lines_pattern.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.strategic_box {
    position: relative;
    z-index: 2;
    border-radius: 150px;
    background: rgba(78, 77, 77, 0.20);
    padding: 26px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.strategic_box .left {
    position: relative;
    display: flex;
    align-items: center;
}

.strategic_box .left .icon {
    border-radius: 32.5px;
    background: rgba(24, 96, 174, 0.10);
    width: 64px;
    height: 64px;
    text-align: center;
    margin-right: 20px;
}

.strategic_box .left .icon svg {
    width: 22.237px;
    height: 28.908px;
    margin: 16px;
}

.strategic_box .left h1,
.strategic_box .left h1 span {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.strategic_box .left h1 span {
    font-weight: bold;
}

/**************** strategic ends ********************/





/**************** vision section starts ********************/
.section.vision {
    position: relative;
    background: #1E1E23;
    margin-top: -4px;
    background: linear-gradient(150deg, #1E1E23 39.02%, #365e8a 158.27%);
}

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

.vision_sec .vision_left {
    width: 46%;
}

.vision_sec .vision_right {
    width: 44%;
}

.vision_sec .vision_right img {
    width: 100%;
}

.vision_list {
    position: relative;
}

.vision_list li {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.vision_list.extra li {
    margin-top: 60px;
}

.vision_list li .num {
    background: rgba(57, 197, 154, 0.10);
    width: 40px;
    height: 40px;
    color: #00B5B8;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 8px;
    border-radius: 100%;
    line-height: 25px;
    box-sizing: border-box;
}

.vision_list li .text {
    width: calc(100% - 70px);
}

.vision_list li .text h3 {
    color: #03C0C3;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.vision_list li .text p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
}

/**************** vision section ends ********************/




/*************** Areas section starts ******************************/
.section.areas {
    position: relative;
    background: rgba(78, 169, 197, 0.10);
}

.section.section.areas.investors_area {
    background: linear-gradient(38deg, #ffffff 65.02%, #b4e4ff 110.27%);
    background: linear-gradient(25deg, rgb(224 241 255) 0%, rgb(255 255 255) 46%, rgb(224 241 255) 100%);
}

.section.areas.about_area {
    background: linear-gradient(91deg, #EEF7FA 0%, #EBF6FA 46%, #D0E9FA 100%);
}

.areas .section_top .sec_right {
    width: 68%;
}

.areas_grid {
    position: relative;
}

.areas_grid .slick-list.draggable {
    padding-left: 0px !important;
}

.areas_grid ul {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}

.areas_grid ul li {
    border-radius: 15px;
    background: #FFF;
    width: calc(16.6% - 16px);
    margin: 8px;
    padding: 30px 14px;
    padding-bottom: 20px;
    float: left;
    min-height: 234px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.hover_effect ul li:hover {
    background-image: url(../assets/area_hover_background.png);
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in-out;
}

.areas_grid ul li .icon {
    width: 34px;
    height: 34px;
}

.areas_grid ul li .icon img {
    width: 100%;
}

.areas_grid ul li h3 {
    color: #F2F2F2;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.areas_grid ul li h4 {
    color: #223547;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin: 20px 0px;
    margin-bottom: 26px;
}

.areas_grid ul li p {
    color: #555;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
}


.hover_effect ul li:hover h4,
.hover_effect ul li:hover p {
    color: #fff;
}

.areas_grid.what_we_do_grid ul li {
    width: calc(25% - 16px);
    border-radius: 8px;
    border: 1px solid #1860AE;
    background: #FFF;
    box-sizing: border-box;
    padding: 30px 20px;
    min-height: 270px;
}

.areas_grid.what_we_do_grid ul li h4 {
    font-size: 22px;
}

.areas_grid.what_we_do_grid ul li .icon {
    width: 52px;
    height: 52px;
}

/*************** Areas section ends ********************************/

/******************* section privacy starts **********************/
.privacy_sticky {
    position: sticky;
    top: 90px;
}

.section.privacy {
    position: relative;
    background: linear-gradient(80deg, #E0F1FF -43%, #f9fffe 48%, #E0F1FF 128%);
}

.privacy_block {
    display: flex;
    justify-content: space-between;
}

.privacy_block .left_privacy {
    width: 25%;
}

.privacy_block .left_privacy h3 {
    color: #1860AE;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.24px;
}

.privacy_list {
    position: relative;
}

.privacy_list li {
    color: #666;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.24px;
    margin: 10px 0px;
    cursor: pointer;
}

.privacy_list li.active {
    color: rgba(24, 96, 174, 0.90);
}

.privacy_block .right_privacy {
    width: 70%;
}

.privacy_item {
    position: relative;
    margin-top: 40px;
}

.privacy_item:nth-of-type(1) {
    margin-top: 0px;
}

.privacy_title {
    color: #252424;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
    margin-bottom: 16px;
}

.privacy_sub_title {
    color: #252424;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 16px;
}

.privacy_third_title {
    color: #2D2D2D;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 10px;
}

.privacy_desc {
    color: #2D2D2D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 26px;
}

.privacy_desc strong {
    font-weight: bold;
}

.privacy_desc a {
    color: #1860AE;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}

.privacy_desc a:hover {
    color: #5E9EE4;
}

.privacy_ul {
    position: relative;
    margin-bottom: 20px;
}

.privacy_ul li {
    list-style: disc;
    color: #2D2D2D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 12px;
    margin-left: 20px;
}

.privacy_ul li a {
    color: #252424;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}

.privacy_ul li a:hover {
    color: #1860AE;
}

.privacy_table {
    border: 0.769px solid #828282;
    background: #FFF;
    border-spacing: 0px;
}

.privacy_table thead {
    border-radius: 3.076px 0px 0px 0px;
    border: 1px solid #828282;
    background: #E5E5E5;
}

.privacy_table thead tr {}

.privacy_table thead tr th {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.841px;
    text-align: center;
    padding: 10px;
    border-left: 1px solid #828282;
}

.privacy_table thead tr th:nth-of-type(1) {
    width: 60%;
    border-left: 1px solid #E5E5E5;
}

.privacy_table thead tr th:nth-of-type(2) {
    width: 40%;
}

.privacy_table tbody {}

.privacy_table tbody tr {}

.privacy_table tbody tr td {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.379px;
    padding: 10px;
    border-top: 1px solid #828282;
    border-collapse: collapse;
    border-left: 1px solid #828282;
}

.privacy_table tbody tr td:nth-of-type(1) {
    border-left: 1px solid #fff;
}

/******************* section privacy ends **********************/



/********************* outline search starts **********************/
.outline_search {
    position: relative;
    width: 100%;
}

.outline_search input {
    border-radius: 4px;
    border: 2px solid #525252;
    color: #ADADAD;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    outline: none;
    background-color: transparent;
    padding: 14px 16px;
    padding-left: 40px;
    box-sizing: border-box;
    width: 100%;
}

.outline_search .icon {
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-image: url(../assets/icons/search-rounded.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/********************* outline search ends ************************/



.error_msg {
    position: absolute;
    bottom: -20px;
    color: #f00;
    font-size: 14px;
    display: none;
}



.related_block {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.related_block.no_top {
    margin-top: 0px;
}

.related_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.related_top .sub_title {
    margin: 0px;
}

/*********************** media screens starts *************************/
@media screen and (max-width: 1300px) {
    .areas_grid.what_we_do_grid ul li h4 {
        font-size: 21px;
    }

    .areas_grid.what_we_do_grid ul li {
        min-height: 290px;
    }

    .container {
        max-width: none;
        width: 88%;
    }

    .header .logo {
        width: 134px;
    }

    .navigation ul li a {
        font-size: 14px;
    }

    .common_btn {
        font-size: 13px;
    }

    .common_btn::before {
        width: 13px;
        height: 14px;
    }

    .banner_patch .left_patch h1,
    .banner_patch .left_patch h1 span,
    .banner_patch .left_patch h1.multicolor,
    .banner_patch .left_patch h1.multicolor span {
        font-size: 44px;
    }


    .banner_patch .left_patch h2,
    .banner_patch .left_patch h2 span {
        font-size: 44px;
    }

    .banner_patch .left_patch p,
    .banner_patch .left_patch p span {
        font-size: 19px;
    }

    .banner_patch {
        height: 220px;
    }

    .title,
    .title span {
        font-size: 15px;
    }

    .sub_title,
    .sub_title span {
        font-size: 28px;
    }

    .til_desc,
    .til_desc span {
        font-size: 16px;
    }

    .services_slick .slick_slide .slide_inner h1 {
        font-size: 16px;
    }

    .services_slick .slick_slide .slide_inner p {
        font-size: 15px;
    }

    .read_more::before {
        width: 13px;
        height: 13px;
    }

    .growth_sec .growth_right h1 {
        font-size: 74px;
    }

    .growth_sec .growth_right h2 {
        font-size: 26px;
    }

    .title_list li {
        font-size: 17px;
    }

    .testimonials_wrapper .test_slide p {
        font-size: 12px;
    }

    .solutions_body .solutions_item h1,
    .solutions_body .solutions_item h1 span {
        font-size: 20px;
    }

    .solutions_body .solutions_item p,
    .solutions_body .solutions_item h3 {
        font-size: 15px;
    }

    .solutions_body .solutions_item img {
        width: 38px;
    }

    .solutions_scroll_wrapper .slick_slide .text h1 {
        font-size: 17px;
        line-height: 25px;
    }

    .solutions_scroll_wrapper .slick_slide .icon {
        width: 44px;
        height: 44px;
    }

    .solutions_scroll_wrapper .slick_slide .icon.ai svg {
        width: 86px;
        height: 86px;
        margin-top: -17px;
        margin-left: -21px;
    }

    .sectors_box .sectors_item h1 {
        font-size: 52px;
    }

    .sectors_box.small .sectors_item h1 {
        font-size: 32px;
    }



    .left_right_arrow .slick-arrow {
        background-size: 32px;
        width: 34px;
        height: 34px;
    }

    .left_right_arrow.white .slick-prev.slick-arrow,
    .left_right_arrow .slick-prev.slick-arrow {
        left: -40px;
    }

    .left_right_arrow.white .slick-next.slick-arrow,
    .left_right_arrow .slick-next.slick-arrow {
        right: -40px;
    }

    .blog_slick_wrapper .slick_slide {
        padding: 44px;
    }

    .strategic_box .left h1,
    .strategic_box .left h1 span {
        font-size: 26px;
    }

    .strategic_box .left .icon {
        width: 60px;
        height: 60px;
    }

    .strategic_box .left .icon svg {
        width: 20.237px;
        height: 26.908px;
    }


    .webinars_wrapper .webinars_item h2 {
        font-size: 18px;
        margin-top: 12px;
    }

    .glossary ul li .icon_text h2 {
        font-size: 20px;
        line-height: 150%;
    }

    .glossary ul li h5 {
        font-size: 15px;
    }

    .blog_slick_wrapper .slick_slide h2,
    .blog_slick_wrapper .slick_slide h2 span {
        font-size: 26px;
    }

    .blog_slick_wrapper .slick_slide p {
        font-size: 15px;
    }

    .grid_wrapper .grid_item {
        min-height: 520px;
    }

    .grid_wrapper.list .grid_item {
        min-height: 480px;
    }

    .services_slick .slick_slide .slide_inner {
        min-height: 250px;
        padding: 16px;

    }

    .services_slick.small .slick_slide .slide_inner {
        min-height: 230px;
    }

}

@media screen and (max-width: 1200px) {
    .grid_wrapper .grid_item {
        min-height: 500px;
    }

    .stories_wrapper .item .text {
        min-height: 200px;
    }

    .grid_wrapper.list .grid_item {
        min-height: 460px;
    }

    .partnership_left.first {
        padding: 50px 40px;
    }

    .partnership_left .part_desc p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .partnership_left {
        padding: 30px 30px;
        padding-top: 70px;
    }

}

@media screen and (max-width: 1150px) {
    .banner_patch {
        height: 200px;
    }

    .services_slick .slick_slide .slide_inner {
        min-height: 260px;
    }

    .services_slick.small .slick_slide .slide_inner {
        min-height: 240px;
    }

    .areas_grid.what_we_do_grid ul li {
        min-height: 310px;
    }

    .banner_patch .left_patch.about {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .services_slick .slick_slide .slide_inner {
        min-height: 280px;
    }

    .services_slick.small .slick_slide .slide_inner {
        min-height: 240px;
    }

    .stories_wrapper .item .text {
        min-height: 220px;
    }
}

@media screen and (max-width: 1024px) {
    .privacy_item {
        margin-top: 35px;
    }

    .partnership_left.first {
        padding: 30px 30px;
    }

    .blog_social .social {
        margin-left: 15px;
    }

    .copy_link {
        padding: 8px 12px;
        padding-left: 38px;
        font-size: 13px;
    }

    .copy_link::before {
        width: 32px;
        height: 24px;
        background-size: 18px;
        background-position: 12px;
    }

    .services_slick.small .slick_slide .slide_inner {
        min-height: 220px;
    }

    .banner.no_image.blog {
        height: 550px;
    }

    .view_all {
        padding: 12px 14px;
        font-size: 13px;
        padding-right: 36px;
    }


    .banner_patch .left_patch h4.case_circle,
    .banner_patch .left_patch h4.blog_circle {
        font-size: 17px;
    }

    .banner_patch .left_patch h4.case_circle::before,
    .banner_patch .left_patch h4.blog_circle::before {
        width: 13px;
        height: 13px;
    }

    .banner_patch .left_patch.case,
    .banner_patch .left_patch.blog {
        width: 100%;
    }

    .sectors_box .sectors_item .icon {
        width: 50px;
        height: 50px;
    }

    .sectors_box .sectors_item .icon img {
        width: 30px;
        height: 30px;
    }

    .partner_logo {
        width: 120px;
    }

    .banner.no_image {
        height: 430px;
    }

    .banner_patch {
        height: 140px;
    }

    .banner_patch .left_patch h1,
    .banner_patch .left_patch h1 span,
    .banner_patch .left_patch h1.multicolor,
    .banner_patch .left_patch h1.multicolor span,
    .banner_patch .left_patch h2,
    .banner_patch .left_patch h2 span {
        font-size: 36px;
    }

    .banner_patch .left_patch p {
        margin-top: 30px;
    }


    .banner_patch .left_patch p.multicolor,
    .banner_patch .left_patch p,
    .banner_patch .left_patch p span {
        font-size: 16px;
    }

    .sub_title,
    .sub_title span {
        font-size: 26px;
    }

    .letter_box .sub_title,
    .letter_box .sub_title span {
        font-size: 26px;
    }

    .partnership_left .sub_title,
    .partnership_left .sub_title span {
        font-size: 22px;
    }


    .title,
    .title span {
        font-size: 14px;
    }

    .grid_wrapper.high .grid_item {
        min-height: 580px;
    }

    .grid_wrapper.list .grid_item {
        min-height: 500px;
    }

    .grid_wrapper .grid_item .read_more {
        left: 16px;
        bottom: 16px;
    }

    .services_slick .slick_slide .slide_inner p {
        padding: 20px 0px;
        margin: 0px;
    }

    .services_slick .slick_slide .slide_inner .read_more {
        bottom: 20px;
        left: 20px;
    }

    .section.services .section_center,
    .section.stories .section_center {
        padding: 30px 60px;
    }

    .growth_sec .growth_right h1 {
        font-size: 64px;
    }

    .growth_sec .growth_right h2 {
        font-size: 22px;
    }

    .chat_right ul li {
        margin: 30px 0px;
    }

    .partnership_left .title_list {
        margin: 35px 0px;
        margin-bottom: 0px;
        width: 100%;
    }

    .title_list li {
        font-size: 16px;
        line-height: 25px;
        margin-top: 8px;
    }

    .testimonials_wrapper .test_slide .top .text h1 {
        font-size: 16px;
    }

    .testimonials_wrapper .test_slide .top .text h2 {
        font-size: 13px;
    }

    .testimonials_wrapper .test_slide p {
        font-size: 12px;
        line-height: 18px;
    }

    .navigation ul li a {
        font-size: 13px;
    }

    .header .logo {
        width: 130px;
    }

    .social ul li {
        margin: 0px 8px;
    }

    .footer .footer_bottom .left ul li a svg {
        width: 16px;
        height: 13px;
    }

    .footer .footer_bottom .left ul li:nth-of-type(1) a svg {
        width: 18px;
        height: 18px;
    }

    .footer .footer_bottom .left ul li a,
    .footer .footer_bottom .right ul li a {
        font-size: 13px;
    }

    .footer_top p.fot_text {
        font-size: 16px;
    }

    .sectors_box .sectors_item h1 {
        font-size: 44px;
    }

    .sectors_box .sectors_item h2 {
        font-size: 16px;
    }

    .sectors_box .sectors_item p {
        font-size: 14px;
        line-height: 18px;
    }

    .sectors_box.small .sectors_item h1 {
        font-size: 24px;
    }

    .sectors_box.small .sectors_item h2 {
        font-size: 14px;
    }

    .sectors_box.small .sectors_item p {
        font-size: 12px;
    }


    .fourty_gap {
        margin-top: 30px;
    }

    .fifty_gap {
        margin-top: 40px;
    }

    .sixty_gap {
        margin-top: 50px;
    }

    .eighty_gap {
        margin-top: 60px;
    }


    .accordion .accordion_item .head h1 {
        font-size: 16px;
    }

    .accordion .accordion_item .body p {
        font-size: 14px;
        line-height: 21px;
    }

    .stories_wrapper .item .text h2 {
        font-size: 16px;
    }

    .section.services .section_center,
    .section.stories .section_center {
        padding: 25px 50px;
    }



    .solutions_scroll_wrapper .slick_slide .icon {
        width: 40px;
        height: 40px;
    }

    .solutions_scroll_wrapper .slick_slide .icon.ai svg {
        width: 80px;
        height: 82px;
        margin-top: -17px;
        margin-left: -20px;
    }

    .solutions_scroll_wrapper .slick_slide .text {
        width: calc(100% - 60px);
    }

    .solutions_scroll_wrapper .slick_slide .text h1 {
        font-size: 16px;
        line-height: 25px;
    }

    .solutions_scroll_wrapper .slick_slide .text p {
        font-size: 13px;
        line-height: 18px;
    }

    .left_right_arrow .slick-arrow {
        background-size: 28px;
        width: 30px;
        height: 30px;
    }

    .left_right_arrow.white .slick-prev.slick-arrow,
    .left_right_arrow .slick-prev.slick-arrow {
        left: -34px;
    }

    .left_right_arrow.white .slick-next.slick-arrow,
    .left_right_arrow .slick-next.slick-arrow {
        right: -34px;
    }

    .webinars_wrapper .webinars_item h2 {
        font-size: 16px;
        margin-top: 12px;
    }

    .webinars_wrapper .webinars_item .text .date_time .date,
    .webinars_wrapper .webinars_item .text .date_time .time {
        font-size: 10px;
    }

    .glossary ul li .icon_text h2 {
        font-size: 18px;
        line-height: 140%;

    }

    .glossary ul li h5 {
        font-size: 14px;
    }

    .glossary ul li .icon_text .icon {
        width: 32px;
        height: 32px;
    }

    .glossary ul li .icon_text .icon svg {
        width: 15px;
        height: 15px;
    }


    .button_group li {
        font-size: 13px;
    }

    .blog_slick_wrapper .slick_slide h2,
    .blog_slick_wrapper .slick_slide h2 span {
        font-size: 22px;
    }

    .blog_slick_wrapper .slick_slide p {
        font-size: 14px;
    }

    .blog_slick_wrapper .slick_slide h1 {
        font-size: 13px;
    }

    .input_box input {
        font-size: 14px;
    }

    .strategic_box .left h1,
    .strategic_box .left h1 span {
        font-size: 22px;
    }

    .strategic_box .left .icon {
        width: 54px;
        height: 54px;
    }

    .strategic_box .left .icon svg {
        width: 17px;
        height: 23px;
    }

    .strategic_box {
        padding: 20px 26px;
    }

    .newsletter_sec {
        padding: 18px 36px;
    }

    .blog_slick_wrapper .slick_slide {
        padding: 30px;
        min-height: 350px;
    }

    .grid_wrapper .grid_item {
        position: relative;
        padding: 16px;
    }

    .solutions_body .solutions_item {
        padding: 22px 20px;
    }

    .solutions_body .solutions_item {
        min-height: 350px;
    }

    .solutions_body .solutions_item h1,
    .solutions_body .solutions_item h1 span {
        font-size: 18px;
    }

    .solutions_body .solutions_item p,
    .solutions_body .solutions_item h3 {
        font-size: 14px;
    }

    .solutions_body .solutions_item h2 {
        font-size: 15px;
    }

    .solutions_body .solutions_item img {
        width: 34px;
    }

    .stories_wrapper .item {
        padding: 16px;
    }

    .industries_wrapper .slide .slide_center h1 {
        font-size: 16px;
    }

    .chat_sec .chat_left h4 {
        font-size: 16px;
    }

    .testimonials_wrapper .test_slide {
        padding: 25px 20px;
    }

    .testimonials_wrapper .test_slide .top img {
        width: 50px;
        height: 50px;
    }

    .testimonials_wrapper .test_slide .top .text {
        width: calc(100% - 66px);
    }

    .grid_wrapper .grid_item {
        width: calc(50% - 20px);
        min-height: 480px;
    }

    .areas_grid ul li {
        min-height: 260px;
    }

    .areas_grid ul li h3 {
        font-size: 42px;
    }

    .areas_grid ul li h4 {
        font-size: 20px;
        margin: 20px 0px;
        margin-bottom: 20px;
    }

    .section.section.areas.investors_area {
        background: linear-gradient(25deg, rgb(224 241 255) 0%, rgb(224 241 255) 46%, rgb(224 241 255) 100%);
    }

    .areas_grid ul li {
        min-height: 200px;
    }

    .areas_grid.what_we_do_grid ul li h4 {
        font-size: 20px;
    }

    .privacy_title {
        font-size: 22px;
    }


    .privacy_sub_title {
        font-size: 19px;
    }

    .privacy_third_title {
        font-size: 17px;
    }

    .privacy_desc {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .privacy_ul li {
        font-size: 17px;
        margin-top: 10px;
    }

    .privacy_block .left_privacy h3 {
        font-size: 19px;
    }

    .privacy_list li {
        font-size: 18px;
    }

    .grid_wrapper .grid_item .text h2 {
        font-size: 18px;
    }

    .testimonials_wrapper .test_slide .top .text .star_sec {
        margin-top: 10px;
    }

    .testimonials_wrapper .test_slide p {
        margin-top: 14px;
    }

}

@media screen and (max-width: 999px) {

    .stories_wrapper .item .text {
        min-height: 190px;
    }

    .banner_patch .left_patch h4.case_circle,
    .banner_patch .left_patch h4.blog_circle {
        font-size: 16px;
    }

    .banner_patch .left_patch h4.case_circle::before,
    .banner_patch .left_patch h4.blog_circle::before {
        width: 14px;
        height: 14px;
    }

    .section.services.top {
        margin-top: -90px;
    }

    .section.services.top::before {
        top: 90px;
    }

    .privacy_title {
        font-size: 20px;
    }

    .privacy_sub_title {
        font-size: 18px;
    }

    .privacy_third_title {
        font-size: 16px;
    }

    .privacy_desc {
        font-size: 16px;
    }

    .privacy_ul li {
        font-size: 16px;
    }

    .privacy_block .left_privacy h3 {
        font-size: 18px;
    }

    .privacy_list li {
        font-size: 17px;
    }

    .banner.no_image {
        height: 360px;
    }

    .banner.no_image .banner_patch {
        top: 100px;
    }

    .dummy_header {
        display: block;
    }

    .header .header_inner {
        padding: 24px 0px;
    }

    .desktop {
        display: none;
    }

    .device {
        display: block;
    }


    .header.white.header_sticky {
        background: rgb(39 55 73);
    }

    .solutions_body .solutions_item {
        min-height: 360px;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        width: 100%;
        transition: 0.3s ease;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        background: rgb(39 55 73);
        box-shadow: 0 2px 4px rgba(7, 37, 68, 0.1);
        animation: none;
    }

    .mobile-dotsIcon {
        display: block;
    }

    .ipad_show {
        display: block !important;
    }

    .ipad_hide {
        display: none !important;
    }

    .banner_patch {
        height: 200px;
    }

    .banner_patch.about {
        height: 260px;
    }

    .services_slick .slick_slide .slide_inner {
        min-height: 210px;
    }

    .services_slick.small .slick_slide .slide_inner {
        min-height: 190px;
    }

    .questions_sec .left {
        width: 56%;
    }

    .questions_sec .right {
        width: 38%;
    }

    .navigation {
        display: none;
    }

    .header .contact_btn {
        display: none;
    }

    .services_slick .slick_slide .slide_inner .read_more {
        bottom: 17px;
        left: 16px;
    }

    .header.footer_center {
        background-color: transparent;
    }

    .industries_wrapper .slide .slide_center h1 {
        font-size: 14px;
    }

    .industries_wrapper .slide .slide_center svg {
        width: 26px;
        height: 26px;
    }

    .industries_wrapper .slide {
        padding-bottom: 6px;
    }

    .growth_sec {
        display: block;
    }

    .growth_sec .growth_left {
        width: 100%;
        height: auto;
    }

    .growth_sec .growth_right {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .growth_sec .growth_right p {
        margin-top: 50px;
    }




    .partnership_sec {
        display: block;
    }

    .partnership_left {
        width: 100%;
        height: auto;
        border-radius: 0px;
        padding: 30px;
        min-height: 330px;
    }

    .partnership_left.first {
        padding: 30px;
    }

    .partnership_right {
        display: none;
        width: 100%;
        height: auto;
        margin-top: 0px;
    }

    .partnership_right.device {
        display: block;
    }


    .partnership_left .title_list {
        margin: 30px 0px;
        margin-bottom: 0px;
    }

    .partnership_left .part_desc p {
        margin-top: 10px;
    }

    .partnership_left .part_desc p:nth-of-type(1) {
        margin-top: 0;
    }

    .partnership_left .part_desc {
        margin-top: 0;
    }

    .partnership_left .part_logo img {
        width: 200px;
    }

    .partnership_left .partner_btn {
        margin-top: 20px;
    }

    .title_list li {
        font-size: 15px;
        line-height: 22px;
        margin-top: 6px;
    }

    .footer .footer_bottom {
        display: block
    }

    .footer .footer_bottom .right ul li {
        margin-left: 0;
        margin-right: 30px;
    }

    .footer .footer_bottom .right {
        margin-top: 20px;
    }

    .testimonials_slick .testimonials_wrapper {
        display: block;
    }

    .testimonials_wrapper .test_slide {
        width: calc(100% - 20px);
    }

    .sectors_box {
        display: block;
        overflow: hidden;
    }

    .sectors_box .sectors_item {
        width: calc(50% - 20px);
        float: left;
        min-height: 160px;
    }

    .questions_sec {
        display: block;
    }

    .questions_sec .left,
    .keyInvestment .newsletter_sec .letter_box .left {
        width: 100%;
    }

    .questions_sec .right {
        width: 100%;
        margin-top: 20px;
    }

    .newsletter_sec {
        padding-bottom: 22px;
    }

    .letter_box.letter {
        display: block;
    }

    .letter_box.letter .left {
        width: 100%;
    }

    .letter_box.letter .right {
        width: 100%;
        margin-top: 20px;
    }


    .grid_wrapper.high .grid_item {
        min-height: 560px;
    }

    .grid_wrapper .grid_item {
        min-height: 500px;
    }

    .vision_sec {
        display: block;
    }

    .vision_sec .vision_left img {
        width: 50%;
        margin: 30px 0px;
    }

    .vision_sec .vision_left,
    .vision_sec .vision_right {
        width: 100%;
    }

    .banner_patch.investors .left_patch {
        width: 100%;
    }

    .areas_grid.what_we_do_grid ul li h4 {
        font-size: 18px;
    }

    .areas_grid.what_we_do_grid ul li {
        width: calc(50% - 16px);
        min-height: 240px;
    }

    .webinars_wrapper .webinars_item .text {
        min-height: 170px;
    }

    .banner.no_image .banner_patch.case,
    .banner.no_image .banner_patch.blog {
        top: 140px;
    }


    .banner.no_image.blog {
        height: 500px;
    }

}

@media screen and (max-width: 900px) {
    .grid_wrapper.list .grid_item {
        min-height: 480px;
    }

    .services_slick.small .slick_slide .slide_inner {
        min-height: 220px;
    }
}

@media screen and (max-width: 800px) {
    .services_slick .slick_slide .slide_inner {
        min-height: 220px;
    }

    .services_slick.small .slick_slide .slide_inner {
        min-height: 220px;
    }

    .grid_wrapper .grid_item {
        min-height: 480px;
    }

    .grid_wrapper.high .grid_item {
        min-height: 540px;
    }
}

@media screen and (max-width: 768px) {
    .privacy_item {
        margin-top: 30px;
    }

    .partnership_left {
        min-height: 350px;
    }

    .preloader {
        background-size: 130px;
        width: 260px;
        height: 260px;
    }

    .preloader2 {
        width: 210px;
        height: 210px;
    }

    .banner_patch .left_patch h4.case_circle,
    .banner_patch .left_patch h4.blog_circle {
        font-size: 15px;
    }

    .banner_patch .left_patch h4.case_circle::before,
    .banner_patch .left_patch h4.blog_circle::before {
        width: 12px;
        height: 12px;
    }

    .sectors_box .sectors_item .icon {
        width: 44px;
        height: 44px;
    }

    .sectors_box .sectors_item .icon img {
        width: 26px;
        height: 26px;
    }

    .letter_box {
        display: block;
    }

    .letter_box .right {
        width: 100%;
        margin-top: 20px;
    }

    .letter_box.faq .left {
        width: 100%;
    }

    .letter_box.faq .right {
        width: 100%;
    }


    .alignedRight {
        float: none;
    }

    .privacy_title {
        font-size: 18px;
    }

    .privacy_sub_title {
        font-size: 17px;
    }

    .privacy_third_title {
        font-size: 15px;
    }

    .privacy_desc {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .privacy_table thead tr th {
        font-size: 15px;
    }

    .privacy_ul li {
        font-size: 15px;
        margin-top: 8px;
    }

    .privacy_block .left_privacy h3 {
        font-size: 17px;
    }

    .privacy_list li {
        font-size: 16px;
    }

    .fourty_gap {
        margin-top: 30px;
    }

    .fifty_gap {
        margin-top: 30px;
    }

    .sixty_gap {
        margin-top: 40px;
    }

    .eighty_gap {
        margin-top: 50px;
    }

    .areas_grid ul li {
        min-height: 180px;
    }

    .section {
        padding: 40px 0px;
    }

    .banner_patch .left_patch p {
        margin-top: 20px;
    }

    .left_right_arrow .slick-arrow {
        background-size: 24px;
        width: 26px;
        height: 26px;
    }

    .left_right_arrow.white .slick-prev.slick-arrow,
    .left_right_arrow .slick-prev.slick-arrow {
        left: -30px;
    }

    .left_right_arrow.white .slick-next.slick-arrow,
    .left_right_arrow .slick-next.slick-arrow {
        right: -30px;
    }

    .button_group ul {
        display: block;
        margin-left: -5px;
        margin-right: -5px;
    }

    .button_group li {
        display: inline-block;
        margin: 5px;
    }

    .blog_slick_wrapper .slick_slide {
        min-height: 310px;
    }

    .blog_slick_wrapper .slick_slide .left {
        width: 100%;
    }

    .blog_slick_wrapper .slick_slide .right {
        width: 100%;
        display: none;
    }

    .industries_scroll {
        overflow-x: auto;
    }

    .industries_wrapper {
        width: 900px;
    }

    .grid_wrapper.related_grid_slick .grid_item {
        margin: 10px;
    }

    .grid_wrapper .grid_item {
        width: calc(100% - 0px);
        margin: 10px 0px;
        min-height: 530px;
    }

    .grid_wrapper {
        margin-left: 0px;
        margin-right: 0px;
    }

    .grid_wrapper.list .grid_item {
        min-height: 10px;
    }

    .grid_wrapper .grid_item .read_more {
        position: relative;
        bottom: unset;
        margin-top: 20px;
        left: 0;
    }

    .grid_wrapper.blogs_slick .grid_item {
        margin: 20px 10px;
    }

    .grid_wrapper.blogs_slick .grid_item .read_more {
        margin-top: 16px;
        position: absolute;
        left: 20px;
        bottom: 20px;
    }


    .banner_patch .left_patch,
    .banner_patch.resources .left_patch {
        width: 100%;
    }

    .services_slick .slick_slide .slide_inner {
        min-height: 190px;
    }

    .services_slick.small .slick_slide .slide_inner {
        min-height: 170px;
    }

    .banner_patch .left_patch h1,
    .banner_patch .left_patch h1 span,
    .banner_patch .left_patch h1.multicolor,
    .banner_patch .left_patch h1.multicolor span,
    .banner_patch .left_patch h2,
    .banner_patch .left_patch h2 span {
        font-size: 30px;
    }

    .banner_patch .left_patch p.multicolor,
    .banner_patch .left_patch p,
    .banner_patch .left_patch p span {
        font-size: 15px;
    }

    .sub_title,
    .sub_title span {
        font-size: 22px;
    }

    .letter_box .sub_title,
    .letter_box .sub_title span {
        font-size: 22px;
    }

    .partnership_left .sub_title,
    .partnership_left .sub_title span {
        font-size: 20px;
    }


    .title,
    .title span {
        font-size: 12px;
    }

    .section_top {
        display: block;
    }

    .section_top .sec_left {
        width: 100%;
    }

    .section_top .sec_right {
        width: 100%;
        margin-top: 20px;
    }

    .section_top .sec_right.about_impact {
        width: 100%;
    }

    .section_top .sec_right .common_btn {
        float: none;
    }

    .footer .footer_bottom .right {
        position: relative;
        margin-top: 20px;
    }

    .section.about .section_top .sec_left,
    .section.about .section_top .sec_right {
        width: 100%;
    }

    .til_desc.right {
        text-align: left;
    }

    .section.ai_solutions .section_top .til_desc {
        width: 100%;
    }

    .solutions_body .solutions_item {
        margin: 10px 0px;
        width: calc(100% - 0px);
        float: none;
        min-height: 10px;
    }

    .solutions_body .solutions_item .read_more {
        position: relative;
        margin-top: 20px;
        left: 0;
        bottom: auto;
    }

    .solutions_body .solutions_item h1,
    .solutions_body .solutions_item h1 span {
        font-size: 16px;
    }

    .solutions_body .solutions_item h1 span {
        display: inline;
    }

    .stories_wrapper .item .text {
        min-height: 170px;
    }

    .partner_logo {
        width: 110px;
    }

    .stories_wrapper .item .text h2 {
        width: 100%;
    }

    .challenges_section {
        display: block;
    }

    .challenges_section .left {
        width: 100%;
    }

    .challenges_section .right {
        width: 100%;
        margin-top: 20px;
    }

    .challenge_bottom {
        position: relative;
        margin-top: 20px;
    }

    .areas .section_top .sec_right {
        width: 100%;
    }

    .areas_grid.what_we_do_grid ul li h4 {
        font-size: 16px;
    }

    .areas_grid.what_we_do_grid ul li {
        min-height: 260px;
    }

    .sectors_box {
        padding-top: 30px;
    }

    .blog_slick_wrapper .slick_slide h2,
    .blog_slick_wrapper .slick_slide h2 span {
        font-size: 20px;
    }

    .webinars_wrapper .webinars_item .text {
        min-height: 140px;
    }


    .banner.no_image.blog {
        height: 450px;
    }

}

@media screen and (max-width: 700px) {
    .grid_wrapper .grid_item {
        min-height: 500px;
    }

    .partnership_left {
        min-height: 370px;
    }
}

@media screen and (max-width: 650px) {

    .partnership_left {
        min-height: 390px;
        padding-bottom: 20px;
    }

    .testimonials_wrapper .test_slide .top .text .star_sec {
        margin-top: 8px;
    }

    .testimonials_wrapper .test_slide .top .text .star_sec .star img {
        width: 22px;
        height: 22px;
    }

    .testimonials_wrapper .test_slide .top .text .star_sec h5 {
        font-size: 15px;
    }

    .testimonials_wrapper .test_slide .top .text h1 {
        font-size: 15px;
    }

    .testimonials_wrapper .test_slide p {
        margin-top: 12px;
    }

    .privacy_item {
        margin-top: 25px;
    }
}


@media screen and (max-width: 600px) {
    .partnership_left {
        min-height: 370px;
        padding: 30px 20px;
    }

    .partnership_left.first {
        padding: 30px 20px;
    }

    .partnership_left .part_logo img {
        width: 180px;
        margin: auto;
    }

    .title_list li {
        list-style: none;
    }

    .blog_slick_wrapper .slick-list.draggable {
        padding-left: 0px !important;
    }

    .view_all {
        padding: 10px 12px;
        font-size: 12px;
        padding-right: 32px;
    }

    .view_all::before {
        right: 12px;
        width: 13px;
        height: 12px;
    }

    .banner_patch .left_patch h4.case_circle,
    .banner_patch .left_patch h4.blog_circle {
        font-size: 14px;
    }

    .banner_patch .left_patch h4.case_circle::before,
    .banner_patch .left_patch h4.blog_circle::before {
        width: 10px;
        height: 10px;
    }

    .banner_patch .left_patch h4.blog_circle {
        color: #1860AE;
    }

    .banner_patch .left_patch.blog h1 {
        color: #121212;
        background: transparent;
        -webkit-text-fill-color: #121212;
    }

    .banner.no_image.blog {
        height: auto;
    }

    .banner_patch.blog .left_patch p {
        color: #667085;
    }

    .services_slick {
        margin-left: 0px;
        margin-right: 0px;
    }

    .blog_slick_wrapper .slick_slide h2,
    .blog_slick_wrapper .slick_slide h2 span {
        font-size: 18px;
    }

    .blog_slick_wrapper .slick_slide p {
        margin-top: 20px;
    }

    .read_more.border {
        padding: 10px 14px;
        padding-right: 36px;
    }

    .read_more {
        font-size: 13px;
    }

    .read_more::before {
        background-size: 12px;
    }

    .container {
        width: 92%;
    }

    .privacy_title {
        font-size: 17px;
        margin-bottom: 10px;
    }


    .privacy_sub_title {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .privacy_third_title {
        font-size: 14px;
    }


    .privacy_desc {
        font-size: 14px;
    }

    .privacy_table thead tr th {
        font-size: 14px;
    }

    .privacy_table tbody tr td {
        font-size: 13px;
    }

    .privacy_ul li {
        font-size: 14px;
    }

    .privacy_block .left_privacy h3 {
        font-size: 16px;
    }

    .privacy_list li {
        font-size: 15px;
    }

    .privacy_block {
        display: block;
    }

    .privacy_block .left_privacy {
        display: none;
    }

    .privacy_block .right_privacy {
        width: 100%;
    }


    .sixty_gap {
        margin-top: 30px;
    }

    .eighty_gap {
        margin-top: 30px;
    }

    .section {
        padding: 30px 0px;
    }

    .footer {
        padding: 30px 0px;
    }

    .footer .eclipse {
        display: none;
    }

    .desktop_show {
        display: none;
    }

    .device_show {
        display: block;
    }

    .chat_sec {
        display: block;
    }

    .chat_sec .chat_left {
        width: 80%;
        margin: auto;
    }

    .chat_sec .chat_right {
        width: 100%;
        margin-top: 20px;
    }

    .accordion .accordion_item .head h1 {
        font-size: 15px;
    }

    .banner_patch .left_patch h1,
    .banner_patch .left_patch h1 span,
    .banner_patch .left_patch h1.multicolor,
    .banner_patch .left_patch h1.multicolor span,
    .banner_patch .left_patch h2,
    .banner_patch .left_patch h2 span {
        font-size: 26px;
    }

    .banner_patch .left_patch p.multicolor,
    .banner_patch .left_patch p,
    .banner_patch .left_patch p span {
        font-size: 14px;
    }

    .banner_patch {
        top: auto;
        height: auto;
        bottom: 50px;
    }

    .sub_title {
        margin-bottom: 10px;
    }

    .sub_title,
    .sub_title span {
        font-size: 20px;
    }

    .sub_title span {
        display: inline;
    }

    .partnership_left .sub_title,
    .partnership_left .sub_title span {
        font-size: 18px;
    }


    .letter_box .sub_title,
    .letter_box .sub_title span {
        font-size: 20px;
    }

    .title,
    .title span {
        font-size: 11px;
    }

    .d_center {
        text-align: center;
    }

    .section.services .section_center {
        padding: 0px;
    }

    .section.stories .section_center,
    .section.sectors .section_center {
        padding: 25px 20px;
    }

    .services_slick .slick_slide {
        transform: scale(0.9);
        margin: 10px 0px;
    }

    .services_slick .slick_slide.slick-current.slick-active {
        transform: scale(1);
    }

    .growth_sec .growth_right p {
        margin-top: 30px;
    }

    .footer_top .logo {
        margin-bottom: 20px;
    }

    .footer_top ul {
        display: block;
    }

    .footer_top ul li {
        margin: 10px 0px;
    }

    .footer_top .sub_title,
    .fot_text {
        text-align: left !important;
    }

    .footer_top .sub_title span {
        color: #A6A6A6;
        font-size: 16px;
        display: block;
        margin-top: 5px;
    }

    .footer_top .common_btn {
        margin: 30px;
        margin-left: 0;
    }

    .footer .footer_bottom .left ul {
        display: block;
    }


    .footer .footer_bottom {
        border: none;
    }

    .footer .footer_bottom .left ul li {
        margin: 10px 0px;
    }

    .footer .header .header_inner {
        display: block;
        padding: 0;
        margin: 0;
    }

    .header.footer_center .navigation {
        display: block;
    }

    .header.footer_center .navigation ul {
        display: block;
        overflow: hidden;
    }

    .header.footer_center .navigation ul li {
        margin: 6px 16px;
        float: left;
        margin-left: 0;
    }

    .header.footer_center .navigation ul li a {
        padding: 4px 0px;
        margin: 0px 0px;
        text-align: left;
    }

    .social ul {
        justify-content: flex-start;
    }

    .social {
        margin-top: 20px;
    }

    .blog_social .social {
        margin-top: 0px;
    }

    .social ul li {
        margin: 0px 16px;
        margin-left: 0;
    }

    .banner_device_btn {
        display: table;
        margin-top: 20px;
    }

    .sectors_box .sectors_item h1 {
        font-size: 30px;
    }

    .sectors_box .sectors_item h2 {
        font-size: 14px;
    }

    .sectors_box .sectors_item p {
        font-size: 12px;
    }

    .sectors_box .sectors_item {
        min-height: 130px;
    }


    .blog_slick_wrapper.left_right_arrow .slick-dots {
        top: auto;
        bottom: -30px;
        left: 0;
    }

    .blog_slick_wrapper .slick_slide {
        margin: 10px;
        padding: 20px;
        min-height: 330px;
    }

    .strategic_box {
        border-radius: 4px;
        display: block;
    }

    .strategic_box .left {
        display: block;
    }

    .strategic_box .left .icon {
        margin: auto;
        margin-bottom: 16px;
    }

    .strategic_box .common_btn {
        margin: auto;
        display: table;
        margin-top: 26px;
    }

    .newsletter_sec {
        padding: 50px 20px;
    }

    .input_box input {
        border-radius: 6px;
        padding: 10px 20px;
    }

    .input_box {
        overflow: hidden;
    }

    .input_box .common_btn {
        position: relative;
        right: 0;
        left: auto;
        float: right;
        height: 36px;
    }

    .input_box .inputBtn {
        height: 36px;
    }

    .section.services.top {
        margin-top: 0;
    }

    .section.services.top::before {
        top: 0;
        background: #F2FBFF;
    }

    .section.services.top .section_center {
        background: #F2FBFF;
        padding-top: 0px;
    }

    .webinars_wrapper .webinars_item {
        width: calc(100% - 0px);
        margin-left: 0;
        margin-right: 0;
        min-height: 10px;
        display: flex;
        justify-content: space-between;
        padding: 15px;
    }


    .webinars_wrapper .webinars_item .image,
    .webinars_wrapper .webinars_item img {
        width: 150px;
    }

    .webinars_wrapper .webinars_item .text {
        width: calc(100% - 165px);
        min-height: 10px;
    }

    .webinars_wrapper .webinars_item .image .image_name_text {
        display: none;
    }

    .webinars_wrapper .webinars_item .read_more {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 10px;
        font-size: 12px;
    }

    .webinars_wrapper .webinars_item h2 {
        font-size: 14px;
        margin-top: 8px;
    }

    .webinars_wrapper .webinars_item p {
        font-size: 11px;
    }

    .button_parent.four,
    .button_parent.five,
    .button_parent.six {
        overflow-x: auto;
    }

    .button_parent.four .button_group {
        width: 415px;
    }

    .button_parent.five .button_group {
        width: 555px;
    }

    .button_parent.six .button_group {
        width: 765px;
    }

    .vision_list li {
        display: block;
    }

    .vision_list li .text {
        width: calc(100% - 0px);
        margin-top: 20px;
    }

    .areas_grid ul li {
        min-height: 200px;
    }


    .areas_grid.what_we_do_grid ul li {
        min-height: 280px;
    }

    .banner.no_image .banner_patch,
    .banner.no_image.no_background .banner_patch {
        top: auto;
        height: auto;
        bottom: 50px;
        text-align: left;
    }

    .banner.no_image .banner_patch.case,
    .banner.no_image .banner_patch.blog {
        top: auto;
    }

    .banner.no_image .banner_patch .left_patch {
        width: 100%;
        text-align: left;
    }

    .banner.no_image.no_background {
        background: #fff;
        height: 300px;
        height: auto;
        background: linear-gradient(100deg, #C9E6FA 4.02%, #EEF7FA 66.27%);
    }

    .banner.no_image {
        height: auto;
        background: none;
    }

    .banner.no_image.privacy {
        height: auto;
        background: none;
    }

    .privacy_elipse {
        display: none;
    }

    .banner.no_image.privacy .banner_patch {
        top: auto;
        height: auto;
        bottom: 50px;
    }

    .services_slick .slick_slide .slide_inner {
        min-height: 220px;
    }

    .services_slick.small .slick_slide .slide_inner {
        min-height: 190px;
    }

    .webinars_wrapper .webinars_item .text .date_time .date,
    .webinars_wrapper .webinars_item .text .date_time .time {
        font-size: 9px;
    }

    .outline_search input {
        font-size: 14px;
    }

    .grid_wrapper .slick-list.draggable {
        padding-left: 0px !important;
    }

    .grid_wrapper .grid_item {
        min-height: 470px;
    }

    .grid_wrapper .grid_item .layer_btn {
        font-size: 13px;
    }

    .grid_wrapper .grid_item .layer_btn.download::before {
        width: 22px;
        height: 22px;
    }

    .grid_wrapper .grid_item .text h2 {
        font-size: 16px;
    }

    .grid_wrapper .grid_item {
        border: 1px solid #f2f2f2;
    }

    .footer_copyright {
        justify-content: flex-start;
    }

    .footer_copyright p {
        color: #fff;
    }


    .stories_wrapper .slick-list.draggable {
        padding-left: 0px !important;
    }

    .partnership_left .title_list {
        padding: 0px;
    }

}

@media screen and (max-width: 550px) {

    .grid_wrapper .grid_item {
        min-height: 460px;
    }
}


@media screen and (max-width: 500px) {
    .preloader {
        background-size: 110px;
        width: 220px;
        height: 220px;
    }

    .preloader2 {
        width: 180px;
        height: 180px;
    }

    .blog_slick_wrapper .slick_slide {
        padding: 20px 10px;
    }


    .pagination_buttons,
    .pagination_buttons.left {
        align-items: center;
        justify-content: center;
    }

    .pagination_buttons li.prev {
        margin-right: 10px;
    }

    .pagination_buttons li.next {
        margin-left: 10px;
    }

    .pagination_buttons li {
        font-size: 12px;
        width: 36px;
        height: 36px;
        line-height: 28px;
        padding: 5px;
    }

    .chat_sec .chat_left {
        width: 100%;
        margin: auto;
    }

    .stories_wrapper .item .text {
        min-height: 200px;
    }

    .areas_grid.what_we_do_grid ul li {
        min-height: 270px;
        padding: 20px 12px;
    }

    .header .header_inner {
        padding: 20px 0px;
    }

    .mobile-nav {
        top: 73px;
    }

    .partner_logo {
        width: 100px;
    }

    .dummy_header {
        height: 73px;
    }

    .services_slick .slick_slide .slide_inner {
        min-height: 250px;
    }

    .services_slick.small .slick_slide .slide_inner {
        min-height: 230px;
    }

    .sectors_box .sectors_item {
        min-height: 150px;
    }

    .grid_wrapper .grid_item {
        min-height: 450px;
    }

    .grid_wrapper .grid_item .layer_btn {
        font-size: 12px;
        padding: 10px 15px;
    }

    .grid_wrapper .grid_item .layer_btn.download {
        padding-right: 36px;
    }

    .grid_wrapper .grid_item .layer_btn.download::before {
        right: 8px;
    }

    .le_re_text .re_text {
        width: 38%;
    }

    .accordion.arrow .accordion_item.active .head .icon {
        background-size: 16px;
    }

    .testimonials_wrapper .test_slide p {
        margin-top: 10px;
    }

    .partnership_left .sub_title,
    .partnership_left .sub_title span {
        font-size: 16px;
    }

    .til_desc,
    .til_desc span {
        font-size: 15px;
    }
}


@media screen and (max-width: 450px) {
    .partnership_left {
        min-height: 420px;
        padding-bottom: 10px;
    }

    .blog_slick_wrapper .slick_slide {
        min-height: 340px;
    }
}

@media screen and (max-width: 430px) {
    .services_slick .slick_slide .slide_inner {
        min-height: 280px;
    }

    .services_slick.small .slick_slide .slide_inner {
        min-height: 260px;
    }
}

@media screen and (max-width: 420px) {
    .services_slick .slick_slide .slide_inner {
        min-height: 270px;
    }

    .services_slick.small .slick_slide .slide_inner {
        min-height: 250px;
    }
}

@media screen and (max-width: 400px) {
    .partnership_left {
        min-height: 440px;
    }

    .preloader {
        background-size: 100px;
        width: 200px;
        height: 200px;
    }

    .preloader2 {
        width: 170px;
        height: 170px;
    }

    .blog_slick_wrapper .slick_slide {
        min-height: 350px;
    }

    .grid_wrapper .grid_item {
        min-height: 440px;
    }

    .sectors_box .sectors_item .icon {
        width: 40px;
        height: 40px;
    }

    .sectors_box .sectors_item .icon img {
        width: 22px;
        height: 22px;
    }


    .partner_logo {
        display: none;
    }

    .webinars_wrapper .webinars_item .text .date_time .date,
    .webinars_wrapper .webinars_item .text .date_time .time {
        font-size: 8px;
    }

    .webinars_wrapper .webinars_item {
        padding: 10px;
    }


    .stories_wrapper .item .text {
        min-height: 220px;
    }

    .sectors_box .sectors_item {
        min-height: 160px;
    }

    .areas_grid ul li {
        min-height: 220px;
    }

    .areas_grid.what_we_do_grid ul li {
        min-height: 300px;
    }

    .services_slick .slick_slide .slide_inner {
        min-height: 270px;
    }

    .services_slick.small .slick_slide .slide_inner {
        min-height: 240px;
    }

    .banner_patch .left_patch h1,
    .banner_patch .left_patch h1 span,
    .banner_patch .left_patch h1.multicolor,
    .banner_patch .left_patch h1.multicolor span,
    .banner_patch .left_patch h2,
    .banner_patch .left_patch h2 span {
        font-size: 24px;
    }

}


@media screen and (max-width: 380px) {
    .partnership_left {
        min-height: 460px;
    }

    .sectors_box .sectors_item {
        min-height: 10px;
        width: calc(100% - 20px);
        float: none;
        margin-top: 20px;
    }

    .sectors_box .sectors_item:nth-of-type(1) {
        margin-top: 0;
    }

    .services_slick .slick_slide .slide_inner {
        min-height: 280px;
    }

    .services_slick.small .slick_slide .slide_inner {
        min-height: 260px;
    }
}

@media screen and (max-width: 350px) {
    .partnership_left {
        min-height: 500px;
    }

    .services_slick .slick_slide .slide_inner {
        min-height: 310px;
    }

    .services_slick.small .slick_slide .slide_inner {
        min-height: 290px;
    }

    .stories_wrapper .item .text {
        min-height: 240px;
    }


}

/*********************** media screens ends ***************************/