@font-face {
    font-family: 'Sk-Modernist';
    src: url('../webfonts/Sk-Modernist-Bold.woff2') format('woff2'), url('../webfonts/Sk-Modernist-Bold.woff') format('woff'), url('../webfonts/Sk-Modernist-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sk-Modernist Mono';
    src: url('../webfonts/Sk-Modernist-Mono.woff2') format('woff2'), url('../webfonts/Sk-Modernist-Mono.woff') format('woff'), url('../webfonts/Sk-Modernist-Mono.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sk-Modernist';
    src: url('../webfonts/Sk-Modernist-Regular.woff2') format('woff2'), url('../webfonts/Sk-Modernist-Regular.woff') format('woff'), url('../webfonts/Sk-Modernist-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --clr-black: #131313;
    --clr-gray-durk: #666666;
    --clr-gray-text: #667085;
    --clr-gray: #7d7d7d;
    --clr-white: #fff;
    --clr-blue-text: #071e55;
    --clr-blue-normal: #4a3bd5;
    --clr-green-btn: #0330b8;
    --fnt-Montserrat: 'Sk-Modernist', sans-serif;
    font-size: 62.5%;
}

body {
    font-family: var(--fnt-Montserrat);
    color: var(--clr-durk-black);
    font-size: 1.6rem;
    font-weight: normal;
    top: 0px !important;
    overflow-x: hidden;
}

ul, ol, li, p{
    font-family: var(--fnt-Montserrat);
    font-size: 1.6rem;
    line-height: 2.3rem;
}

ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    font-size: 1.6rem;
    line-height: 2.3rem;
}

/*a {
    color: #0257a6;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}*/

/*a:hover{
    color: #0c6fc3 !important;
}*/

.text-hover {
    color: #ffffff !important;
}

.text-hover:hover {
    color: #ffffff !important;
}

.max-width-100 img{
    max-width: 100% !important;
}

.max-width-570 {
    max-width: 570px;
}
/* home page */
/* header */

.sticky-header{
    display: none;
    transition: all 0.5s ease-in-out !important;
}
.header-section-mobile{
    display: none;
}

.top-header{
	-webkit-box-shadow: 0px 3px 6px 0px rgba(62, 64, 82, 0.3);
    -moz-box-shadow: 0px 3px 6px 0px rgba(62, 64, 82, 0.3);
    box-shadow: 0px 3px 6px 0px rgba(62, 64, 82, 0.3);
}

.sticky-header.opaque{
    display: block !important;
    transition: all 0.5s ease-in-out !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    box-shadow: -2px 2px 19px -2px rgba(92, 92, 92, 0.75);
    -webkit-box-shadow: -2px 2px 19px -2px rgba(92, 92, 92, 0.75);
    -moz-box-shadow: -2px 2px 19px -2px rgba(92, 92, 92, 0.75);
}

.sticky-header.opaque section{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}



.sticky-logo img{
    max-width: 100% !important;
}

.header-section{
    position: absolute;
    width: 100%;
    z-index: 1;
}

.discover-btn-blue a{
    background: #0257a6;
	color: #fff !important;
    border-radius: 10px;
    padding: 10px 20px !important;
    margin-right: 0 !important ;
}

.discover-btn-blue a:hover{
    background: #4a3bd5 !important;
    color: #fff !important;
}

/*ul.elementskit-navbar-nav li.menu-item a:hover{
    background: #4a3bd5 !important;
    color: #fff !important;
}*/

/*ul.elementskit-navbar-nav li.menu-item a:hover i{
	color: #fff !important;
}*/

ul.elementskit-navbar-nav li.menu-item.discover-btn-blue.active a{
    color: #fff !important;
}

.elementskit-submenu-panel{
    padding: 0 !important;
}

.elementskit-submenu-panel li a{
    padding: 8px 15px !important;
}

.replaceh3-h{
    font-size: 2.7rem;
    color: var(--clr-white);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    line-height: normal;
}

.replaceh2-h{
    font-size: 7.2rem;
    color: var(--clr-white);
    font-weight: normal;
    text-transform: uppercase;
    line-height: 7.5rem;
    line-height: normal;
}

.bnr-btn a {
    font-size: 2rem;
    color: var(--clr-white);
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    background: transparent !important;
    padding: 0;
    transition: all 0.5s ease-in-out;
}

.bnr-btn a:hover{
    color: var(--clr-green-btn);
}

.bnr-btn a::before {
    content: "";
    width: 48px;
    height: 47px;
    background: url(../images/left-arrow.png);
    display: inline-block;
    margin-right: 10px;
}

.wrap {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rec-box {
    width: 250px;
    height: 250px;
    border: 10px solid var(--clr-blue-normal);
}

p.big-text {
    font-size: 17.5rem;
    color: #152860;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0 !important;
    position: absolute;
    top: 36px;
    left: 30px;
    background: #f4f4f4;
}

.wrap .right {
    margin-left: 97px;
}

p.md-text {
    font-size: 7.2rem;
    color: #152860;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

p.sm-text {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    color: #152860;
}



/* industries */

.industries::before {
    content: "";
    background: url(../images/industries-bottom-left.png);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 784px;
    height: 616px;
   
}

.industries::after {
    content: "";
    background: url(../images/industries-top-right.png);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 548px;
    height: 320px;
    
}

.industries .elementor-container {
    position: relative;
    z-index: 1;
}

.industries .box-wrap {
    margin-bottom: 55px;
    border: 3px solid #cbcbcc;
    height: 100%;
    width: 100%;
    padding: 20px;
    background: var(--clr-white);
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}

.industries .box-wrap .icon {
    margin-bottom: 0;
}

.box-wrap .content p.replaceh6 {
    font-size: 2.2rem;
    color: #131313;
    font-weight: 300;
    margin-bottom: 10px;
}

.box-wrap .content p {
    color: #666666;
    font-size: 1.6rem;
    margin-bottom: 60px;
}

a.arrow-btn {
    display: inline-block;
    border: none;
    background: none;
    font-weight: bold;
    font-size: 1.9rem;
    color: var(--clr-blue-normal);
    position: relative;
    padding-right: 20px;
}

.box-wrap .icon img {
    padding: 10px;
    background: var(--clr-white);
    margin-top: -90px;
}

.content a.arrow-btn {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    z-index: 9;
}

a.arrow-btn::before {
    content: "";
    width: 30px;
    height: 30px;
    background: var(--clr-green-btn);
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

a.arrow-btn:after {
    content: "";
    background: url(../images/arow-btn-black.png) no-repeat center;
    display: inline-block;
    width: 22px;
    height: 11px;
    margin-left: 5px;
    position: relative;
    z-index: 2;
}

/* service home */
.services-home.relative-element {
    position: relative;
    overflow: hidden;
}
.services-home .elementor-section .elementor-container{
    position: relative !important;
    z-index: 2;
}

.services-home ul.image-icon-list li {
    display: flex;
}

.services-home span.icon-img img {
    max-width: 57px;
    height: auto;
    margin-right: 15px;
}

.services-home p.sm-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #525252;
}

.services-home p {
    color: #666666;
    font-size: 1.6rem;
    line-height: 2.3rem;
}

ul.image-icon-list li {
    margin-bottom: 10px;
}

.services-home .image-icon-list {
    margin-bottom: 0;
}

.absolute-image-wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 50%;
}

.absolute-image-wrap img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    object-fit: cover;
    object-position: center;
}

.services-home .image-icon-list .cont a p {
    border-bottom: 1px solid var(--clr-white);
    display: inline-block;
}

.services-home .image-icon-list .cont a:hover p {
    color: var(--clr-green-btn);
    border-bottom: 1px solid var(--clr-green-btn);
}

.clr-green h4, .clr-green h5, .clr-green h6, .replaceh5 p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: normal;
}

.replaceh5 p {
    font-size: 2.2rem !important;
}

.clr-green p {
    color: var(--clr-green-btn) !important;
}

/* footer */

footer h4 {
    font-size: 1.6rem;
    color: var(--clr-white);
    margin-bottom: 20px;
}

ul.link-style li {
    margin-bottom: 8px;
    line-height: 20px;
}

ul.link-style li a {
    font-size: 12px;
    color: var(--clr-gray);
    font-weight: bold;
    font-family: var(--fnt-Montserrat);
}

ul.link-style li a:hover{
    color: var(--clr-white);
}

ul.link-style li a i {
    color: var(--clr-gray);
    font-size: 2rem;
    margin-right: 5px;
}




/* compliance page */

.compliance-box .box-body p{
    background: #f7f7f7;
}

.text-with-line .elementor-widget-container{
    position: relative;
}

.text-with-line .elementor-widget-container h2{
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 40px;
}

.text-with-line .elementor-widget-container::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #ccc;
    top: 63%;
    z-index: 1;
}

/* Conversation form */

.form-wrap .field-wrap .form-field{
    width: 100%;
    height: 37px !important;
    padding: 8px !important;
    border: none !important;
    border-bottom: 1px solid #d1d1c7 !important;
    font-size: 19px !important;
    color: #667085 !important;
}

.form-wrap .field-wrap .wpcf7-phonetext.form-field{
    padding-left:79px !important;
    margin-bottom: 20px !important;
}

.form-wrap .field-wrap .form-field::placeholder{
    font-size: 19px !important;
    color: #667085 !important;
}

.form-wrap .field-wrap textarea.form-field{
    height: 100px !important;
}

.form-wrap .sub-btn .form-field-submit{
    margin-bottom: 0 !important;
    border: none !important;
    background: #2cbc63 !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: #ffffff;
    padding: 8px 20px !important;
    border-radius: 5px !important;
}

/* Get a quote */

.career-wrap-form .form-row {
    display: flex;
}

.career-wrap-form .form-row label{
    position: relative;
    font-size: 14px !important;
    font-weight: bold !important;
    padding-right: 10px;
    margin-bottom: 15px !important;
    display: inline-block;
    margin-bottom: 10px;
    color: #667085 !important;
}

.career-wrap-form .form-row .form-field{
    padding: 8px !important;
    font-size: 14px !important;
    margin-left: 0;
    font-weight: 300;
    height: 45px !important;
    border: 1px solid #d1d1c7 !important;
}

.career-wrap-form .form-row textarea.form-field{
    height: 120px !important;
}

.career-wrap-form .form-row .form-field:focus {
    outline: 0;
    box-shadow: none;
    outline: none;
    border: 1px solid #5264AE !important;
    background: rgb(232, 240, 254) !important;
}

.career-wrap-form .form-row label + br{
    display: none;
}

.career-wrap-form .form-row label span.red-clr{
    position: absolute;
    right: 0;
    top: 0;
    color: #ff0000 !important;
    z-index: 1;
    font-size: 14px !important;
}

.career-wrap-form .form-row .wpcf7-validates-as-phonetext.form-field{
    padding-left:79px !important;
}

/* file */

.career-wrap-form .fusion-file-input{
    width: 60%;
}

.career-wrap-form .fusion-file-input .wpcf7-form-control-wrap {
    position: relative;
}

.career-wrap-form .fusion-file-input .wpcf7 input[type="file"] {
    cursor: pointer;
}

.career-wrap-form .fusion-file-input .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.career-wrap-form .fusion-file-input label {
    padding: 7px 12px 11px 13px;
    border-radius: 3px;
    border: dashed 1px #2971d7;
    font-size: 16px;
    width: 100%;
    color: #2971d7;
}

.career-wrap-form .fusion-file-input label span{
    color: #2971d7 !important;
    font-size: 14px !important;
    display: inline-block !important;
}

.career-wrap-form .fusion-file-input .img {
    width: 14px;
    float: right;
    position: relative;
    top: 6px;
}

.career-wrap-form .fusion-file-input br{
	display:none;
}

.career-wrap-form .fusion-file-input .wpcf7-form-control-wrap{
    margin-bottom: 0 !important;
}

.career-wrap-form .fusion-file-input .form-row input[type=submit].form-field-submit{
    background-color: #4cb951 !important;
}

.career-wrap-form .sub-btn {
    text-align: center;
}

.career-wrap-form .sub-btn .form-field-submit{
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 18px !important;
    font-weight: bold !important;
    border: none;
    background: #2cbc63 !important;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 5px;
}


/* culture */

.box-wrap {
    position: relative;
}

.box-wrap:hover {
    cursor: pointer;
}

.box-wrap .hover-box {
    position: absolute;
    bottom: 10px;
    right: 10px;
    top: 10px;
    left: 10px;
    opacity: 0;
    background: #000;
    padding: 15px;
}

.box-wrap:hover .hover-box {
    opacity: 1;
    z-index: 9;
    /*  width: 90%;
    height: 90%; */
}

.hover-box h4 {
    font-size: 2.7rem;
    font-weight: bold;
}

.hover-box p {
    font-size: 1.6rem;
    color: var(--clr-white);
    line-height: 2rem;
}

.culture-box .box-wrap {
    margin-right: 10px;
}

.culture-box .box-wrap:last-child {
    margin-right: 0;
}

.green-box {
    width: 13px;
    height: 17px;
    background: #2cbc63;
    position: absolute;
    left: 0;
    top: 0;
}

.plus-icon {
    height: 50px;
    width: 50px;
    background: #2cbc63;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.box-wrap:hover .plus-icon {
    display: none;
}

.hover-box h4 {
    font-size: 2.7rem;
    line-height: 2.9rem;
    font-weight: bold;
    color: #2cbc63;
    margin-bottom: 15px;
}

.plus-icon i::before{
    color: #000 !important;
}



/* footer */

.footer-section .elementor-nav-menu li a{
    padding: 8px 0  !important;
}


.d-flex {
    display: flex;
}

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

/* insights page */

.whitepaper-wrap .item .d-flex .image-thumb{
    max-width: 200px;
    margin-right: 30px;
}

.whitepaper-wrap .item .d-flex .image-thumb img{
    width: 100%;
}

.whitepaper-wrap .item .d-flex .content-box{
    width: 90%;
}

.whitepaper-wrap .item .d-flex .content-box .text-box span{
    padding: 3px 15px;
    border-radius: 31px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    background: #55c3bb;
    opacity: 0.8;
}

.whitepaper-wrap .item .d-flex .content-box .heading-style-3 {
    font-size: 35px !important;
    color: #071E55;
    font-family: "Sk-Modernist", Sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 42px;
    letter-spacing: 0.5px;
}

.whitepaper-wrap .item .d-flex .content-box .content{
    font-size: 16px !important;
    margin-bottom: 20px;
}

.whitepaper-wrap .item .d-flex .content-box .wp-block-button{
    margin: 0;
}

.whitepaper-wrap .item .d-flex .content-box .wp-block-button a.wp-block-button__link{
    padding: 10px 20px !important;
    background: #2cbc63 !important;
    color: #fff !important;
    display: inline-block !important;
    border-radius: 6px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    border: none !important;
}

.whitepaper-wrap .item .d-flex .content-box .wp-block-button a.wp-block-button__link svg{
    display: inline-block;
    width: 16px;
    margin-left: 10px;
}

/* popup style */

.pum-theme-1665 .pum-container {
    border: none;
    padding: 0 !important;
    max-width: 600px !important;
}

.pum-theme-1665 .pum-container .box-wrap{
    position: relative;
}

.pum-theme-1665 .pum-container .box-wrap.d-flex{
    align-items: center;
}

.pum-theme-1665 .pum-container .box-wrap button.pum-close{
    position: absolute;
    top: -20px;
    right: -20px;
    padding: 5px 10px;
    line-height: 25px;
    font-size: 25px;
    border-radius: 50%;
    background: #000;
}

.pum-theme-1665 .pum-container .box-wrap button.pum-close:hover{
    color: #fff;
}

.pum-theme-1665 .pum-container .box-wrap .wrap-download-form .field-wrap .form-field{
    width: 100%;
    border: none;
    border-bottom: 1px solid #a8a8a8;
    padding: 0px 7px;
    border-radius: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.13);
    box-shadow: 0;
}

.pum-theme-1665 .pum-container .box-wrap .wrap-download-form .field-wrap{
    margin-bottom: 13px;
}

.pum-theme-1665 .pum-container .box-wrap .right{
    width: 50%;
}

.pum-theme-1665 .pum-container .box-wrap .right #div_insights_img{
    width: 300px !important;
    height: 400px !important;
}

.pum-theme-1665 .pum-container .box-wrap .right #div_insights_img img{
    height: 100%;
    width: 100%;
}

.wpcf7-phonetext.form-field{
    padding-left: 47px !important;
}

.pum-theme-1665 .pum-container .box-wrap .wrap-download-form .field-wrap-sub input.wpcf7-submit{
    border: none;
    background: #2cbc63;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    /* padding-right: 20px; */
    padding: 8px 20px;
    border-radius: 5px;
    margin-top: 20px;
}

.pum-theme-1665 .pum-container .box-wrap .left{
    padding: 15px;
    width: 50%;
}

.pum-theme-1665 .pum-container .box-wrap .left .popup_heading {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}

/* Blog listing page */

.elementor-posts-container article.elementor-post .elementor-post__card .elementor-post__text{
    padding: 0 20px !important;
}

.elementor-posts-container article.elementor-post .elementor-post__card .elementor-post__text .elementor-post__title{
    margin-bottom: 15px;
}

.elementor-posts-container article.elementor-post .elementor-post__card .elementor-post__text .elementor-post__excerpt{
    margin-bottom: 8px;
}

.elementor-posts-container article.elementor-post .elementor-post__card .elementor-post__text .elementor-post__read-more{
    margin-bottom: 10px;
}

.elementor-posts-container article.elementor-post .elementor-post__card .elementor-post__meta-data{
    padding: 8px 20px !important;
}

.elementor-posts-container article.elementor-post .elementor-post__card .elementor-post__meta-data span{
    font-size: 12px;
}

.search-form label{ 
    display: none;
}

.search-form{
    display: flex;
}

.elementor-posts-container article.elementor-post .elementor-post__card .elementor-post__thumbnail img{
    max-width: 100% !important;
}


.search-field {
    display: block;
    width: 53%;
    margin: 0 !important;
    height: 50px;
    margin-top: 15px !important;
}

.search-submit {
    width: 30%;
    display: block;
    margin-top: 15px !important;
    padding: 12px 20px !important;
	color: #ffffff !important;
    background: #0330b8 !important;
}

.search-submit:hover{
    border: none;
    color: #ffffff !important;
}

/* blog details page */

.post-template-default.single .elementor-widget-container p {
    font-size: 16px;
    line-height: 22px;
    color: #667085;
    margin-bottom: 15px;
}

.post-template-default.single .elementor-widget-container p strong{
    color: #333;
}

.post-template-default.single .elementor-widget-container h2{
    font-size: 30px !important;
    line-height: 38px !important;
    margin-bottom: 15px;
}

.post-template-default.single .elementor-widget-container h3{
    font-size: 26px !important;
    line-height: 34px !important;
    margin-bottom: 15px;
    color: #071E55;
}

.elementor-widget-container .box-wrap .image-wrap img{
    width: 100% !important;
}

 .single.single-post .blog-details ul{
	margin-bottom: 10px;
	padding-left: 30px;
}

 .single.single-post .blog-details ul li{
	margin-bottom: 10px;
	list-style: disc;
	
}






@media only screen and (max-width: 1200px) {
    .sticky-header.opaque section{
       padding-left: 30px !important;
       padding-right: 30px !important;
    }

    .sticky-header.opaque .elementskit-navbar-nav{
        padding-left: 0 !important;
    }

    .sticky-header.opaque .elementskit-navbar-nav li.menu-item{
        margin-right: 15px !important;
    }

    .header-section .elementskit-navbar-nav li.discover-btn-blue{
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 1024px) {
    .header-section{
        display: none !important;
    }

    .header-section-mobile{
        position: absolute;
        width: 100%;
        z-index: 1;
        display: block !important;
    }

    .footer-section .elementor-nav-menu--dropdown{
        background: transparent !important;
        margin-top: 0 !important;
    }

    .footer-section .elementor-nav-menu--dropdown ul li a{
        color: #7D7D7D;
    }

    .footer-section .elementor-nav-menu--dropdown ul li a:hover{
        color: #65a2ff;
    }

    .footer-section .elementor-nav-menu--dropdown ul li.current_page_item a.elementor-item-active{
        background: transparent !important;
        color: #7D7D7D;
    }

    /* mobile menu */

    .elementskit-menu-container.active{
        z-index: 9999999;
    } 

    .elementskit-menu-container.active .elementskit-site-title{
        display: none !important;
    }

    .elementskit-menu-container.active .elementskit-navbar-nav li.menu-item a.ekit-menu-nav-link i{
        border-radius: 5px;
        border-color: #131313;
       background: #2cbc63;
    }

    .elementskit-menu-container.active .elementskit-navbar-nav li.menu-item{
        margin-right: 0;
    }

    .elementor-750 .elementor-element.elementor-element-ea7c640 .elementskit-menu-hamburger:hover {
        background-color: #000000;
    }

    .elementskit-menu-container.active .elementskit-navbar-nav li.discover-btn-blue a {
        background: #2cbc63;
        border-radius: 0;
        padding: 10px 15px !important;
        margin-right: 0 !important;
        line-height: 20px;
    }
    
    
}

@media only screen and (max-width: 991px) {
    .industries::before{
        display: none;
    }

    .industries::after{
        display: none;
    }

    .rec-box {
        width: 175px;
        height: 190px;
        border: 10px solid #3bdd66;
    }

    .whitepaper-sec .elementor-widget-container .item .d-flex .image-thumb img{
        width: 100%;
    }

    .whitepaper-sec .item .d-flex .image-thumb {
        max-width: 230px;
    }
}

@media only screen and (max-width: 767px) {
    .rec-box {
        width: 104px;
        height: 150px;
    }
    p.big-text {
        font-size: 70px;
    }
    p.md-text {
        font-size: 52px;
    }

    .image-icon-list li{
        margin-bottom: 30px !important;
    }

    .replaceh2-h {
        font-size: 50px;
        line-height: 57px;
    }

    .elementskit-accordion .elementskit-card .elementskit-card-header .ekit-accordion-title{
        font-size: 20px;
        line-height: 26px;
    }

    .elementskit-accordion .elementskit-card .show  .elementskit-card-body {
        padding: 30px 15px 30px 15px !important;
    }

    .whitepaper-sec .item .d-flex{
        flex-direction: column;
        text-align: center;
    }

    .whitepaper-wrap .item .d-flex .content-box {
        width: 100%;
    }

    .whitepaper-wrap .item .d-flex .content-box .wp-block-button {
        display: block !important;
        width: 100%;
        text-align: center;
    }

    .whitepaper-sec .item .d-flex .image-thumb {
        margin: auto;
        margin-bottom: 30px;
    }

    .career-wrap-form .form-row {
        display: flex;
        flex-direction: column;
    }
	
	.elementor-750 .elementor-element.elementor-element-cb73d8a img {
    width: 230px !important;
	}
}

@media only screen and (max-width: 585px){
    .pum-theme-1665 .pum-container .box-wrap .right #div_insights_img {
        width: auto!important;
        height: 200px !important;
    }

    .pum-theme-1665 .pum-container .box-wrap .right {
        width: 30%;
    }

    .pum-theme-1665 .pum-container .box-wrap .left {
        width: 70%;
    }
}



