/*
Theme Name: Matrikon Theme
Version: 1.0
Text Domain: matrikon
*/

/*------------------------------------------------------
	overwrite css start
------------------------------------------------------*/


body {
    font-family: 'HelveticaNeueLT Pro 45 Lt';
    font-weight: 300;
    letter-spacing: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #1f1f26;
}

body,
html {
    scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option, textarea { margin: 0; padding: 0; border: 0; outline: 0; box-sizing: border-box; }
h1,
.h1 {
    font-family: 'HelveticaNeueLT Pro 65 Md';
    font-weight: 500;
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 30px;
    margin-top: 0;
    color: #2e3192;
}

h2,
.h2 {
    font-size: 72px;
    line-height: 82px;
    font-family: 'HelveticaNeueLT Pro 45 Lt';
    font-style: normal;
    font-weight: 300;
    margin-bottom: 30px;
    color: #2e3192;
    margin-top: 0;
    line-height: 1;
    letter-spacing: 0.00em;
}

h3,
.h3 {
    font-size: 36px;
    line-height: 44px;
    font-family: 'HelveticaNeueLT Pro 45 Lt';
    margin-bottom: 18px;
    margin-top: 0;
    color: #2e3192;
    font-style: normal;
    font-weight: 300;
}

h4,
.h4 {
    font-family: 'HelveticaNeueLT Pro 55 Roman';
    color: #1f1f26;
    font-size: 26px;
    line-height: 34px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
}

h5,
.h5 {
    color: #2e3192;
    font-family: 'HelveticaNeueLT Pro 55 Roman';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
}

h6,
.h6 {
    color: #2e3192;
    font-family: 'HelveticaNeueLT Pro 55 Roman';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
}

b,
strong {
    font-weight: 700;
}

.single-line {
    width: 100%;
    height: 1px;
    background-color: #2e3192;
    margin-top: 0px;
    opacity: 1;
}

/* Spacer Style Start */
.spacer-100 {
  height: 100px;
    position: relative;
}

.spacer-190 {
  height: 190px;
    position: relative;
}
.spacer-105 {
  height: 105px;
    position: relative;
}
.spacer-30 {
  height: 30px;
    position: relative;
}
.spacer-60 {
  height: 60px;
  position: relative;  
}

/* Spacer Style End */

/* Link on hover line style start */

/*
p a{
    background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#1bdee0)) !important;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #1bdee0) !important;
    background-size: 100% 1px, 0 1px !important;
    background-position: 100% 100%, 0 100% !important;
    background-repeat: no-repeat !important;
    transition: background-size 400ms !important;
    display: inline !important;
    transition: all 0.5s ease-in-out !important;
}
p a:hover{
    text-decoration: none; 
    background-size: 0 1px, 100% 1px !important;
}
*/

.blog-single-post a { position: relative; display: inline-block; text-decoration: none; }
.blog-single-post a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #1bdee0; transform: scaleX(0); transform-origin: right; transition: transform 0.4s ease-in-out; }
.blog-single-post a:hover::after { transform: scaleX(1); transform-origin: left; }


p a { position: relative; display: inline-block; text-decoration: none; }
p a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #1bdee0; transform: scaleX(0); transform-origin: right; transition: transform 0.4s ease-in-out; }
p a:hover::after { transform: scaleX(1); transform-origin: left; }


/*
.blog-single-post a{ background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#1bdee0)) !important; background-position-x: 0%, 0%; background-position-y: 0%, 0%; background-repeat: repeat, repeat; background-size: auto, auto; background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #1bdee0) !important; background-size: 100% 1px, 0 1px !important; background-position: 100% 100%, 0 100% !important; background-repeat: no-repeat !important; transition: background-size 400ms !important; display: inline !important; transition: all 0.5s ease-in-out !important; }
.blog-single-post a:hover{ text-decoration: none;  background-size: 0 1px, 100% 1px !important; }
.blog-single-post a:not(:hover) { transition: none !important; background-size: 0% 1px !important; }
*/

/*
ul li a{
    background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#1bdee0)) !important;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #1bdee0) !important;
    background-size: 100% 1px, 0 1px !important;
    background-position: 100% 100%, 0 100% !important;
    background-repeat: no-repeat !important;
    transition: background-size 400ms !important;
    display: inline !important;
    transition: all 0.5s ease-in-out !important;
}
ul li a:hover{
    text-decoration: none; 
    background-size: 0 1px, 100% 1px !important;
}
*/

/* Link on hover line style end */
p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-family: 'HelveticaNeueLT Pro 45 Lt';
    margin-top: 0;
    color: #1f1f26;
}
.section-header p {
    font-size: 30px;
    line-height: 40px;
}
ul {
    margin-bottom: 25px;
}
ul li {
    list-style: none;
    padding-left: 25px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0;
    margin-bottom: 12px;
    font-family: 'HelveticaNeueLT Pro 45 Lt';
    margin-top: 0;
    color: #1f1f26;
    position: relative;
}
ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #2e3192;
}
ul li ul {
    margin: 15px 0 20px 0;
}
ul li ul li {
    padding-left: 37px;
}
ul li ul li:before {
    left: 13px;
    background-color: #1bdee0;
}
ol {
    margin-bottom: 25px;
    counter-reset: item;
}
ol li:before {
    content: counters(item, ".") ".";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'HelveticaNeueLT Pro 45 Lt';
    color: #1f1f26;
}
ol li {
    list-style: none;
    padding-left: 25px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0;
    margin-bottom: 12px;
    font-family: 'HelveticaNeueLT Pro 45 Lt';
    color: #1f1f26;
    margin-top: 0;
    position: relative;
    counter-increment: item;
}

ol li ol li {
    padding-left: 50px;
}
ol li ol {
    margin: 20px 0 20px 0;
}
.container {
    max-width: 1390px;
    margin: 0 auto;
    width: 100%;
    padding: 0 50px;
    position: relative;
    z-index: 111;
}

/* Link Arrow hover */

a,
button,
.text,
.supply-logo li {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}

b,
strong {
    font-weight: 600;
}

a::after,
a::before,
button::after,
button::before,
.text::after,
.text::before,
.supply-logo li::after,
.supply-logo li::before {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
a:hover span {
    background-size: 0 1.5px, 100% 1.5px !important;
}
a span {
    background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#1bdee0)) !important;
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #1bdee0) !important;
    background-size: 100% 1.5px, 0 1.5px !important;
    background-position: 100% 100%, 0 100% !important;
    background-repeat: no-repeat !important;
    transition: background-size 400ms !important;
    display: inline !important;
    background-size: 100% 1.5px, 0 1.5px !important;
}
a {
    text-decoration: none;
    color: #4753dc;
    background-color: transparent;
}
a:hover {
    text-decoration: none;
    color: #1bdee0;
}

a::after,
a::before,
button::after,
button::before,
.text::after,
.text::before,
.supply-logo li::after,
.supply-logo li::before {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}


/* background color Options Start */

.light-gray-bg {
    background-color: #D8D8DB;
}

.cool-gray-bg {
    background-color: #8B8B94;
}

.charcoal-gray-bg {
    background-color: #3E3D4D;
}

.jet-black-bg {
    background-color: #1F1F26;
}

.lavender-mist-bg {
    background-color: #DADBF9;
}

.royal-blue-bg {
    background-color: #4753DC;
}

.persian-blue-bg {
    background-color: #2E3192;
}

.white-bg {
    background-color: #FFFFFF;
}

.black-bg {
    background-color: #000000;
}

.seashell-white-bg {
    background-color: #F4EFE9;
}

.ivory-bg {
    background-color: #F0EBDE;
}

.taupe-bg {
    background-color: #D9CDBD;
}

.pale-beige-bg {
    background-color: #EEEDD2;
}

.pastel-mustard-bg {
    background-color: #D5CF78;
}

.olive-green-bg {
    background-color: #ACA31C;
}

.pale-cyan-bg {
    background-color: #D0EEEF;
}

.teal-bg {
    background-color: #15ACAD;
}

.deep-teal-bg {
    background-color: #0C6061;
}

.pale-pink-bg {
    background-color: #EEDSDD;
}

.coral-pink-bg {
    background-color: #E47D83;
}

.crimson-red-bg {
    background-color: #D22630;
}

.peach-puff-bg {
    background-color: #FFEBD9;
}

.light-orange-bg {
    background-color: #FFB871;
}

.vivid-orange-bg {
    background-color: #FC8403;
}

.light-steel-blue-bg {
    background-color: #C3D4E5;
}

.sapphire-blue-bg {
    background-color: #0A4489;
}

.navy-blue-bg {
    background-color: #002254;
}

.ice-blue-bg {
    background-color: #D2FBFB;
}

.aqua-sky-bg {
    background-color: #4AEFF0;
}

.bright-cyan-bg {
    background-color: #1BDEE0;
}

/* background color Options End */

.bg-gradient-color {
    background: linear-gradient(45deg, #2E3192, #1BDEE0);
}

.bg-navy-blue-gradient-color {
    background: linear-gradient(to right,  rgba(0,34,84,1) 0%,rgba(31,31,38,1) 100%);
}

.bg-light-steel-gradient-color {
    background: linear-gradient(to bottom, rgba(195, 212, 229, 0) 0%, rgba(195, 212, 229, 1) 100%);
}
/* Text Color Options Start */

.light-gray-color h1,
.light-gray-color h2,
.light-gray-color h3,
.light-gray-color h4,
.light-gray-color h5,
.light-gray-color h6,
.light-gray-color p,
.light-gray-color ul li,
.light-gray-color ol li {
    color: #D8D8DB;
}

.cool-gray-color h1,
.cool-gray-color h2,
.cool-gray-color h3,
.cool-gray-color h4,
.cool-gray-color h5,
.cool-gray-color h6,
.cool-gray-color p,
.cool-gray-color ul li,
.cool-gray-color ol li {
    color: #8B8B94;
}

.charcoal-gray-color h1,
.charcoal-gray-color h2,
.charcoal-gray-color h3,
.charcoal-gray-color h4,
.charcoal-gray-color h5,
.charcoal-gray-color h6,
.charcoal-gray-color p,
.charcoal-gray-color ul li,
.charcoal-gray-color ol li {
    color: #3E3D4D;
}

.jet-black-color h1,
.jet-black-color h2,
.jet-black-color h3,
.jet-black-color h4,
.jet-black-color h5,
.jet-black-color h6,
.jet-black-color p,
.jet-black-color ul li,
.jet-black-color ol li {
    color: #1F1F26;
}

.lavender-mist-color h1,
.lavender-mist-color h2,
.lavender-mist-color h3,
.lavender-mist-color h4,
.lavender-mist-color h5,
.lavender-mist-color h6,
.lavender-mist-color p,
.lavender-mist-color ul li,
.lavender-mist-color ol li {
    color: #DADBF9;
}

.royal-blue-color h1,
.royal-blue-color h2,
.royal-blue-color h3,
.royal-blue-color h4,
.royal-blue-color h5,
.royal-blue-color h6,
.royal-blue-color p,
.royal-blue-color ul li,
.royal-blue-color ol li {
    color: #4753DC;
}

.persian-blue-color h1,
.persian-blue-color h2,
.persian-blue-color h3,
.persian-blue-color h4,
.persian-blue-color h5,
.persian-blue-color h6,
.persian-blue-color p,
.persian-blue-color ul li,
.persian-blue-color ol li {
    color: #2E3192;
}

.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color p,
.white-color .counter-number,
.white-color ul li,
.white-color ol li {
    color: #FFFFFF;
}

.black-color h1,
.black-color h2,
.black-color h3,
.black-color h4,
.black-color h5,
.black-color h6,
.black-color p,
.black-color .counter-number,
.black-color ul li,
.black-color ol li {
    color: #000000;
}

.seashell-white-color h1,
.seashell-white-color h2,
.seashell-white-color h3,
.seashell-white-color h4,
.seashell-white-color h5,
.seashell-white-color h6,
.seashell-white-color p,
.seashell-white-color ul li,
.seashell-white-color ol li {
    color: #F4EFE9;
}

.ivory-color h1,
.ivory-color h2,
.ivory-color h3,
.ivory-color h4,
.ivory-color h5,
.ivory-color h6,
.ivory-color p,
.ivory-color ul li,
.ivory-color ol li {
    color: #F0EBDE;
}

.taupe-color h1,
.taupe-color h2,
.taupe-color h3,
.taupe-color h4,
.taupe-color h5,
.taupe-color h6,
.taupe-color p,
.taupe-color ul li,
.taupe-color ol li {
    color: #D9CDBD;
}

.pale-beige-color h1,
.pale-beige-color h2,
.pale-beige-color h3,
.pale-beige-color h4,
.pale-beige-color h5,
.pale-beige-color h6,
.pale-beige-color p,
.pale-beige-color ul li,
.pale-beige-color ol li {
    color: #EEEDD2;
}

.pastel-mustard-color h1,
.pastel-mustard-color h2,
.pastel-mustard-color h3,
.pastel-mustard-color h4,
.pastel-mustard-color h5,
.pastel-mustard-color h6,
.pastel-mustard-color p,
.pastel-mustard-color ul li,
.pastel-mustard-color ol li {
    color: #D5CF78;
}

.olive-green-color h1,
.olive-green-color h2,
.olive-green-color h3,
.olive-green-color h4,
.olive-green-color h5,
.olive-green-color h6,
.olive-green-color p,
.olive-green-color ul li,
.olive-green-color ol li {
    color: #ACA31C;
}

.pale-cyan-color h1,
.pale-cyan-color h2,
.pale-cyan-color h3,
.pale-cyan-color h4,
.pale-cyan-color h5,
.pale-cyan-color h6,
.pale-cyan-color p,
.pale-cyan-color ul li,
.pale-cyan-color ol li {
    color: #D0EEEF;
}

.teal-color h1,
.teal-color h2,
.teal-color h3,
.teal-color h4,
.teal-color h5,
.teal-color h6,
.teal-color p,
.teal-color ul li,
.teal-color ol li {
    color: #15ACAD;
}

.deep-teal-color h1,
.deep-teal-color h2,
.deep-teal-color h3,
.deep-teal-color h4,
.deep-teal-color h5,
.deep-teal-color h6,
.deep-teal-color p,
.deep-teal-color ul li,
.deep-teal-color ol li {
    color: #0C6061;
}

.pale-pink-color h1,
.pale-pink-color h2,
.pale-pink-color h3,
.pale-pink-color h4,
.pale-pink-color h5,
.pale-pink-color h6,
.pale-pink-color p,
.pale-pink-color ul li,
.pale-pink-color ol li {
    color: #EEDSDD;
}

.coral-pink-color h1,
.coral-pink-color h2,
.coral-pink-color h3,
.coral-pink-color h4,
.coral-pink-color h5,
.coral-pink-color h6,
.coral-pink-color p,
.coral-pink-color ul li,
.coral-pink-color ol li {
    color: #E47D83;
}

.crimson-red-color h1,
.crimson-red-color h2,
.crimson-red-color h3,
.crimson-red-color h4,
.crimson-red-color h5,
.crimson-red-color h6,
.crimson-red-color p,
.crimson-red-color ul li,
.crimson-red-color ol li {
    color: #D22630;
}

.peach-puff-color h1,
.peach-puff-color h2,
.peach-puff-color h3,
.peach-puff-color h4,
.peach-puff-color h5,
.peach-puff-color h6,
.peach-puff-color p,
.peach-puff-color ul li,
.peach-puff-color ol li {
    color: #FFEBD9;
}

.light-orange-color h1,
.light-orange-color h2,
.light-orange-color h3,
.light-orange-color h4,
.light-orange-color h5,
.light-orange-color h6,
.light-orange-color p,
.light-orange-color ul li,
.light-orange-color ol li {
    color: #FFB871;
}

.vivid-orange-color h1,
.vivid-orange-color h2,
.vivid-orange-color h3,
.vivid-orange-color h4,
.vivid-orange-color h5,
.vivid-orange-color h6,
.vivid-orange-color p,
.vivid-orange-color ul li,
.vivid-orange-color ol li {
    color: #FC8403;
}

.light-steel-blue-color h1,
.light-steel-blue-color h2,
.light-steel-blue-color h3,
.light-steel-blue-color h4,
.light-steel-blue-color h5,
.light-steel-blue-color h6,
.light-steel-blue-color p,
.light-steel-blue-color ul li,
.light-steel-blue-color ol li {
    color: #C3D4E5;
}

.sapphire-blue-color h1,
.sapphire-blue-color h2,
.sapphire-blue-color h3,
.sapphire-blue-color h4,
.sapphire-blue-color h5,
.sapphire-blue-color h6,
.sapphire-blue-color p,
.sapphire-blue-color ul li,
.sapphire-blue-color ol li {
    color: #0A4489;
}

.navy-blue-color h1,
.navy-blue-color h2,
.navy-blue-color h3,
.navy-blue-color h4,
.navy-blue-color h5,
.navy-blue-color h6,
.navy-blue-color p,
.navy-blue-color ul li,
.navy-blue-color ol li {
    color: #002254;
}

.ice-blue-color h1,
.ice-blue-color h2,
.ice-blue-color h3,
.ice-blue-color h4,
.ice-blue-color h5,
.ice-blue-color h6,
.ice-blue-color p,
.ice-blue-color ul li,
.ice-blue-color ol li {
    color: #D2FBFB;
}

.aqua-sky-color h1,
.aqua-sky-color h2,
.aqua-sky-color h3,
.aqua-sky-color h4,
.aqua-sky-color h5,
.aqua-sky-color h6,
.aqua-sky-color p,
.aqua-sky-color ul li,
.aqua-sky-color ol li {
    color: #4AEFF0;
}

.bright-cyan-color h1,
.bright-cyan-color h2,
.bright-cyan-color h3,
.bright-cyan-color h4,
.bright-cyan-color h5,
.bright-cyan-color h6,
.bright-cyan-color p,
.bright-cyan-color ul li,
.bright-cyan-color ol li {
    color: #1BDEE0;
}

/* Text Color Options End */



span.sub-title {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.00em;
    text-transform: uppercase;
    padding-left: 6px;
    margin-bottom: 15px;
    display: block;
}

/* Slider Arrow and Dot's Style */

button.slick-arrow {
    position: absolute;
    bottom:0;
    right: 80px;
    border: none;
    background-color: #4753dc;
    border-radius: 30px;
    font-size: 0;
    width: 60px;
    height: 60px;
    color: #1482fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    z-index: 1;
    cursor: pointer;
}

button.slick-next.slick-arrow {
    right: 0;
}

button.slick-arrow:before {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

button.slick-arrow:hover {
    background-color: #1bdee0;
    color: #ffffff;
}
button.slick-prev.slick-arrow:before { content: "\f053" !important; color: #fff; }
button.slick-next.slick-arrow:before { content: "\f054" !important; color: #fff; }

ul.slick-dots {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    right: 24%;
    left: 0;
}

ul.slick-dots li {
    font-size: 0 !important;
    border: none;
    border-radius: 50%;
    padding: 0;
    margin: 0 10px 0 0;
    line-height: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

ul.slick-dots li:before {
    display: none;
}

ul.slick-dots li button {
    background-color: #ffffff;
    width: 74px;
    height: 6px;
    border-radius: 10px;
    border: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 0;
    padding: 0;
    cursor: pointer;
}

ul.slick-dots li.slick-active button {
    border-radius: 10px;
    background-color: #1bdee0;
}

/* Align Images Start */

.text-block-main .alignleft {
    float: left;
    margin-right: 67px;
    max-width: 100% !important;
    margin-top: 0;
}

.text-block-main .alignleft img {
    margin-bottom: 1rem;
    width: 100%;
    margin-top: 0;
}

.wp-caption img {
    margin-top: 0;
}

.text-block-main .alignright {
    margin-left: 30px;
    float: right;
    max-width: 100% !important;
}

.text-block-main .alignright img {
    margin-bottom: 1rem;
    width: 100%;
}

.text-block-main figcaption {
    color: #0c2335;
    padding-top: 14px;
    padding-left: 15px;
    letter-spacing: -0.03em;
    max-width: 100%;
    line-height: 1.3;
    position: relative;
    margin-bottom: 0;

    text-align: left;
    font-size: 14px;
}

.text-block-main figcaption:before {
    content: "";
    background-color: #1ee2af;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 3px;
    border-radius: 3px;
    margin-top: 9px;
}

.text-block-main ul,
.text-block-main ol {
    padding: 0;
    margin: 0 !important;
    margin-bottom: 30px !important;
    list-style: none;
}


.alignright .section-header {
    margin-left: auto;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.btn-wrap:before { content: ''; background: linear-gradient(45deg, #ffffff, #1bdee0, #4753dc, #4753dc, #1bdee0, #ffffff); position: absolute; top: -2px; left:-2px; background-size: 400%; z-index: -1; filter: blur(5px); width: calc(100% + 4px); height: calc(100% + 4px); animation: glowing 20s linear infinite; opacity: 0; transition: opacity .3s ease-in-out; border-radius:100px; }
.btn-wrap:active { color: #000 }
.btn-wrap:active:after { background: transparent; }
.btn-wrap:hover:before { opacity: 1; }
.btn-wrap:after { z-index: -1; content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 100px; }
.btn-wrap:hover .btn-stcolor { background: transparent; }

/*
.mac_.safari_ .btn-wrap { padding: 20px 25px 14px 25px; }
.mac_.chrome_ .btn-wrap { padding: 20px 25px 14px 25px; }
.mac_.mozilla_ .btn-wrap { padding: 20px 25px 14px 25px; }
*/
.mac_.safari_ ul li:before { top: 11px; }
.mac_.chrome_ ul li:before { top: 11px; }
.mac_.mozilla_ ul li:before { top: 11px; }
/*
.iphone_.safari_ .btn-wrap { padding: 17px 22px 10px 22px; }
.iphone_.chrome_ .btn-wrap { padding: 17px 22px 10px 22px; }
.iphone_.mozilla_ .btn-wrap { padding: 17px 22px 10px 22px; }

.iphone_.safari_ .btn-wrap { padding: 17px 22px 10px 22px; }
.iphone_.chrome_ .btn-wrap { padding: 17px 22px 10px 22px; }
.iphone_.mozilla_ .btn-wrap { padding: 17px 22px 10px 22px; }
*/

/*
.android_.safari_ .btn-wrap { padding: 17px 22px 10px 22px; }
.android_.chrome_ .btn-wrap { padding: 17px 22px 10px 22px; }
.android_.mozilla_ .btn-wrap { padding: 17px 22px 10px 22px; }
*/
/*
.mac_.safari_ .vision-for-industry-box .filter-tabs .filter-btn { padding: 12px 20px 7px 20px; }
.mac_.chrome_ .vision-for-industry-box .filter-tabs .filter-btn { padding: 12px 20px 7px 20px; }
.mac_.mozilla_ .vision-for-industry-box .filter-tabs .filter-btn { padding: 12px 20px 7px 20px; }


.iphone_.safari_ .vision-for-industry-box .filter-tabs .filter-btn { padding: 12px 20px 7px 20px; }
.iphone_.chrome_ .vision-for-industry-box .filter-tabs .filter-btn { padding: 12px 20px 7px 20px; }
.iphone_.mozilla_ .vision-for-industry-box .filter-tabs .filter-btn { padding: 12px 20px 7px 20px; }

*/


.btn-wrap { display: inline-block; padding: 18px 25px 18px 25px; border-radius: 100px; position: relative; border-style: solid; border-width: 1px; transition: all 0.5s ease-in-out; font-family: 'HelveticaNeueLT Pro 65 Md'; font-size: 20px; margin-right: 10px;  font-family: 'HelveticaNeue65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1; vertical-align: middle; text-align: center; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; display: inline-flex; align-items: center; justify-content: center;}

.btn-stcolor { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 100px;     transition: all 0.5s ease-in-out;} 
.btn-wrap span { position: relative; z-index: 11; display: inline-block;     transition: all 0.5s ease-in-out;}
.btn-hovercolor { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 100px;     transition: all 0.5s ease-in-out; }
.btn-wrap i { padding-left: 20px; font-weight: 300; font-size: 17px; position: relative; left: 0; transition: all 0.5s ease-in-out; }
.btn-wrap:hover i { left: 5px; }
.btn-wrap:hover span { background: transparent !important; }

/* Align Images End */

.btn-stcolor.bg-transparent {
    background: transparent;
}
/*
.btn-wrap.border-white.border-white-hover:hover { border-color: transparent; }
.btn-wrap.border-light-gray.border-light-gray-hover:hover { border-color: transparent; }
.btn-wrap.border-cool-gray.border-cool-gray-hover:hover { border-color: transparent; }
.btn-wrap.border-charcoal-gray.border-charcoal-gray-hover:hover { border-color: transparent; }
.btn-wrap.border-charcoal-gray.border-charcoal-gray-hover:hover { border-color: transparent; }
.btn-wrap.border-jet-black.border-jet-black-hover:hover { border-color: transparent; }
.btn-wrap.border-lavender-mist.border-lavender-mist-hover:hover { border-color: transparent; }
.btn-wrap.border-royal-blue.border-royal-blue-hover:hover { border-color: transparent; }
.btn-wrap.border-persian-blue.border-persian-blue-hover:hover { border-color: transparent; }
.btn-wrap.border-black.border-black-hover:hover { border-color: transparent; }
.btn-wrap.border-seashell-white.border-seashell-white-hover:hover { border-color: transparent; }
.btn-wrap.border-ivory.border-ivory-hover:hover { border-color: transparent; }
.btn-wrap.border-taupe.border-taupe-hover:hover { border-color: transparent; }
.btn-wrap.border-pale-beige.border-pale-beige-hover:hover { border-color: transparent; }
.btn-wrap.border-pastel-mustard.border-pastel-mustard-hover:hover { border-color: transparent; }
.btn-wrap.border-olive-green.border-olive-green-hover:hover { border-color: transparent; }
.btn-wrap.border-pale-cyan.border-pale-cyan-hover:hover { border-color: transparent; }
.btn-wrap.border-teal.border-teal-hover:hover { border-color: transparent; }
.btn-wrap.border-deep-teal.border-deep-teal-hover:hover { border-color: transparent; }
.btn-wrap.border-pale-pink.border-pale-pink-hover:hover { border-color: transparent; }
.btn-wrap.border-coral-pink.border-coral-pink-hover:hover { border-color: transparent; }
.btn-wrap.border-crimson-red.border-crimson-red-hover:hover { border-color: transparent; }
.btn-wrap.border-peach-puff.border-peach-puff-hover:hover { border-color: transparent; }
.btn-wrap.border-light-orange.border-light-orange-hover:hover { border-color: transparent; }
.btn-wrap.border-vivid-orange.border-vivid-orange-hover:hover { border-color: transparent; }
.btn-wrap.border-light-steel-blue.border-light-steel-blue-hover:hover { border-color: transparent; }
.btn-wrap.border-sapphire-blue.border-sapphire-blue-hover:hover { border-color: transparent; }
.btn-wrap.border-navy-blue.border-navy-blue-hover:hover { border-color: transparent; }
.btn-wrap.border-ice-blue.border-ice-blue-hover:hover { border-color: transparent; }
.btn-wrap.border-aqua-sky.border-aqua-sky-hover:hover { border-color: transparent; }
.btn-wrap.border-bright-cyan.border-bright-cyan-hover:hover { border-color: transparent; }
*/

/* Button color Options Start */
.btn-stcolor.light-gray,
.btn-wrap:hover .btn-hovercolor.light-gray {
    background-color: #D8D8DB;
}

.btn-stcolor.cool-gray,
.btn-wrap:hover .btn-hovercolor.cool-gray {
    background-color: #8B8B94;
}

.btn-stcolor.charcoal-gray,
.btn-wrap:hover .btn-hovercolor.charcoal-gray {
    background-color: #3E3D4D;
}

.btn-stcolor.jet-black,
.btn-wrap:hover .btn-hovercolor.jet-black {
    background-color: #1F1F26;
}

.btn-stcolor.lavender-mist,
.btn-wrap:hover .btn-hovercolor.lavender-mist {
    background-color: #DADBF9;
}

.btn-stcolor.royal-blue,
.btn-wrap:hover .btn-hovercolor.royal-blue {
    background-color: #4753DC;
}

.btn-stcolor.persian-blue,
.btn-wrap:hover .btn-hovercolor.persian-blue {
    background-color: #2E3192;
}

.btn-stcolor.black,
.btn-wrap:hover .btn-hovercolor.black {
    background-color: #000000;
}

.btn-stcolor.white,
.btn-wrap:hover .btn-hovercolor.white {
    background-color: #fff;
}

.btn-stcolor.seashell-white,
.btn-wrap:hover .btn-hovercolor.seashell-white {
    background-color: #F4EFE9;
}

.btn-stcolor.ivory,
.btn-wrap:hover .btn-hovercolor.ivory {
    background-color: #dae2ec;
}

.btn-stcolor.taupe,
.btn-wrap:hover .btn-hovercolor.taupe {
    background-color: #D9CDBD;
}

.btn-stcolor.pale-beige,
.btn-wrap:hover .btn-hovercolor.pale-beige {
    background-color: #EEEDD2;
}

.btn-stcolor.pastel-mustard,
.btn-wrap:hover .btn-hovercolor.pastel-mustard {
    background-color: #D5CF78;
}

.btn-stcolor.olive-green,
.btn-wrap:hover .btn-hovercolor.olive-green {
    background-color: #ACA31C;
}

.btn-stcolor.pale-cyan,
.btn-wrap:hover .btn-hovercolor.pale-cyan {
    background-color: #D0EEEF;
}

.btn-stcolor.teal,
.btn-wrap:hover .btn-hovercolor.teal {
    background-color: #15ACAD;
}

.btn-stcolor.deep-teal,
.btn-wrap:hover .btn-hovercolor.deep-teal {
    background-color: #0C6061;
}

.btn-stcolor.pale-pink,
.btn-wrap:hover .btn-hovercolor.pale-pink {
    background-color: #EEDSDD;
}

.btn-stcolor.coral-pink,
.btn-wrap:hover .btn-hovercolor.coral-pink {
    background-color: #E47D83;
}

.btn-stcolor.crimson-red,
.btn-wrap:hover .btn-hovercolor.crimson-red {
    background-color: #D22630;
}

.btn-stcolor.peach-puff,
.btn-wrap:hover .btn-hovercolor.peach-puff {
    background-color: #FFEBD9;
}

.btn-stcolor.light-orange,
.btn-wrap:hover .btn-hovercolor.light-orange {
    background-color: #FFB871;
}

.btn-stcolor.vivid-orange,
.btn-wrap:hover .btn-hovercolor.vivid-orange {
    background-color: #FC8403;
}

.btn-stcolor.light-steel-blue,
.btn-wrap:hover .btn-hovercolor.light-steel-blue {
    background-color: #C3D4E5;
}

.btn-stcolor.sapphire-blue,
.btn-wrap:hover .btn-hovercolor.sapphire-blue {
    background-color: #0A4489;
}

.btn-stcolor.navy-blue,
.btn-wrap:hover .btn-hovercolor.navy-blue {
    background-color: #002254;
}

.btn-stcolor.ice-blue,
.btn-wrap:hover .btn-hovercolor.ice-blue {
    background-color: #D2FBFB;
}

.btn-stcolor.aqua-sky,
.btn-wrap:hover .btn-hovercolor.aqua-sky {
    background-color: #4AEFF0;
}

.btn-stcolor.bright-cyan,
.btn-wrap:hover .btn-hovercolor.bright-cyan {
    background-color: #1BDEE0;
}


/*button text color css start here*/

.light-gray-tx,
.hover-light-gray-tx:hover {
    color: #D8D8DB;
}

.cool-gray-tx,
.hover-cool-gray-tx:hover {
    color: #8B8B94;
}

.charcoal-gray-tx,
.hover-charcoal-gray-tx:hover {
    color: #3E3D4D;
}

.jet-black-tx,
.hover-jet-black-tx:hover {
    color: #1F1F26;
}

.lavender-mist-tx,
.hover-lavender-mist-tx:hover {
    color: #DADBF9;
}

.royal-blue-tx,
.hover-royal-blue-tx:hover {
    color: #4753DC;
}

.persian-blue-tx,
.hover-persian-blue-tx:hover {
    color: #2E3192;
}

.black-tx,
.hover-black-tx:hover {
    color: #000000;
}

.white-tx,
.hover-white-tx:hover {
    color: #ffffff;
}

.seashell-white-tx,
.hover-seashell-white-tx:hover {
    color: #F4EFE9;
}

.ivory-tx,
.hover-ivory-tx:hover {
    color: #dae2ec;
}

.taupe-tx,
.hover-taupe-tx:hover {
    color: #D9CDBD;
}

.pale-beige-tx,
.hover-pale-beige-tx:hover {
    color: #EEEDD2;
}

.pastel-mustard-tx,
.hover-pastel-mustard-tx:hover {
    color: #D5CF78;
}

.olive-green-tx,
.hover-olive-green-tx:hover {
    color: #ACA31C;
}

.pale-cyan-tx,
.hover-pale-cyan-tx:hover {
    color: #D0EEEF;
}

.teal-tx,
.hover-teal-tx:hover {
    color: #15ACAD;
}

.deep-teal-tx,
.hover-deep-teal-tx:hover {
    color: #0C6061;
}

.pale-pink-tx,
.hover-pale-pink-tx:hover {
    color: #EEDSDD;
}

.coral-pink-tx,
.hover-coral-pink-tx:hover {
    color: #E47D83;
}

.crimson-red-tx,
.hover-crimson-red-tx:hover {
    color: #D22630;
}

.peach-puff-tx,
.hover-peach-puff-tx:hover {
    color: #FFEBD9;
}

.light-orange-tx,
.hover-light-orange-tx:hover {
    color: #FFB871;
}

.vivid-orange-tx,
.hover-vivid-orange-tx:hover {
    color: #FC8403;
}

.light-steel-blue-tx,
.hover-light-steel-blue-tx:hover {
    color: #C3D4E5;
}

.sapphire-blue-tx,
.hover-sapphire-blue-tx:hover {
    color: #0A4489;
}

.navy-blue-tx,
.hover-navy-blue-tx:hover {
    color: #002254;
}

.ice-blue-tx,
.hover-ice-blue-tx:hover {
    color: #D2FBFB;
}

.aqua-sky-tx,
.hover-aqua-sky-tx:hover {
    color: #4AEFF0;
}

.bright-cyan-tx,
.hover-bright-cyan-tx:hover {
    color: #1BDEE0;
}

/*border color css start here*/

.border-transparent,
.border-transparent-hover:hover {
    border-color: transparent;
    border-width: 1px;
}

.border-light-gray,
.border-light-gray-hover:hover {
    border-color: #D8D8DB;
}

.border-cool-gray,
.border-cool-gray-hover:hover {
    border-color: #8B8B94;
}

.border-charcoal-gray,
.border-charcoal-gray-hover:hover {
    border-color: #3E3D4D;
}

.border-jet-black,
.border-jet-black-hover:hover {
    border-color: #1F1F26;
}

.border-lavender-mist,
.border-lavender-mist-hover:hover {
    border-color: #DADBF9;
}

.border-royal-blue,
.border-royal-blue-hover:hover {
    border-color: #4753DC;
}

.border-persian-blue,
.border-persian-blue-hover:hover {
    border-color: #2E3192;
}

.border-white,
.border-white-hover:hover {
    border-color: #FFFFFF;
}

.border-black,
.border-black-hover:hover {
    border-color: #000000;
}

.border-seashell-white,
.border-seashell-white-hover:hover {
    border-color: #F4EFE9;
}

.border-ivory,
.border-ivory-hover:hover {
    border-color: #F0EBDE;
}

.border-taupe,
.border-taupe-hover:hover {
    border-color: #D9CDBD;
}

.border-pale-beige,
.border-pale-beige-hover:hover {
    border-color: #EEEDD2;
}

.border-pastel-mustard,
.border-pastel-mustard-hover:hover {
    border-color: #D5CF78;
}

.border-olive-green,
.border-olive-green-hover:hover {
    border-color: #ACA31C;
}

.border-pale-cyan,
.border-pale-cyan-hover:hover {
    border-color: #D0EEEF;
}

.border-teal,
.border-teal-hover:hover {
    border-color: #15ACAD;
}

.border-deep-teal,
.border-deep-teal-hover:hover {
    border-color: #0C6061;
}

.border-pale-pink,
.border-pale-pink-hover:hover {
    border-color: #EEDSDD;
}

.border-coral-pink,
.border-coral-pink-hover:hover {
    border-color: #E47D83;
}

.border-crimson-red,
.border-crimson-red-hover:hover {
    border-color: #D22630;
}

.border-peach-puff,
.border-peach-puff-hover:hover {
    border-color: #FFEBD9;
}

.border-light-orange,
.border-light-orange-hover:hover {
    border-color: #FFB871;
}

.border-vivid-orange,
.border-vivid-orange-hover:hover {
    border-color: #FC8403;
}

.border-light-steel-blue,
.border-light-steel-blue-hover:hover {
    border-color: #C3D4E5;
}

.border-sapphire-blue,
.border-sapphire-blue-hover:hover {
    border-color: #0A4489;
}

.border-navy-blue,
.border-navy-blue-hover:hover {
    border-color: #002254;
}

.border-ice-blue,
.border-ice-blue-hover:hover {
    border-color: #D2FBFB;
}

.border-aqua-sky,
.border-aqua-sky-hover:hover {
    border-color: #4AEFF0;
}

.border-bright-cyan,
.border-bright-cyan-hover:hover {
    border-color: #1BDEE0;
}

/* Button color Options End */


/*background-watermark css start here*/

.background-watermark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background-size: cover;*/
    background-position: bottom right;
    background-repeat: no-repeat;
}
.opacity-1 { opacity: 0.10 }
.opacity-2 { opacity: 0.20 }
.opacity-3 { opacity: 0.30 }
.opacity-4 { opacity: 0.40 }
.opacity-5 { opacity: 0.50 }
.opacity-6 { opacity: 0.60 }
.opacity-7 { opacity: 0.70 }
.opacity-8 { opacity: 0.80 }
.opacity-9 { opacity: 0.90 }
.opacity-10 { opacity: 100 }


/*background-image css start here*/
.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.background-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
}

/* Header Section Start */
body.hide-section .dropdown-full .container1 { display: none; }
body.show-now .dropdown-full .container1 { display: block; }
.social-icon { position: fixed; right: 30px; top: 250px; z-index: 999; }
.social-icon ul { margin: 0; padding: 0; }
.social-icon ul li { margin:0 0 10px 0; padding: 0; }
.social-icon ul li:before { display: none; }
.social-icon ul li a { width: 50px; height: 50px; background-color: rgb(71 83 220 / 70%); border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; transition: all 0.5s ease-in-out; }
.social-icon ul li a:hover { background-color: rgb(71 83 220 / 100%); }


header .menu-details {
    position: absolute;
    bottom: 0;
    left: calc((100% - 705px) / 2);
}
header ul.desktop-menu li:nth-child(2) .menu-details {
    left: calc((100% - 960px) / 2);
}
header ul.desktop-menu li:nth-child(3) .menu-details {
    left: calc((100% - 1240px) / 2);
}
header ul.desktop-menu li:nth-child(5) .menu-details {
    left: calc((100% - 1600px) / 2);
}
header ul.desktop-menu li:nth-child(6) .menu-details {
    left: calc((100% - 1885px) / 2);
}
header ul.desktop-menu li:nth-child(7) .menu-details {
    left: calc((100% - 2000px) / 2);
}

header .menu-lavel .menu-title a:hover {
    padding-left: 25px;
}
header .menu-lavel .menu-title a:hover span { background: no-repeat !important; }
.mac_.safari_ header .menu-lavel .menu-title a:before { top: -3px; }
.mac_.chrome_ header .menu-lavel .menu-title a:before { top: -3px; }
.mac_.mozilla_ header .menu-lavel .menu-title a:before { top: -3px; }
header .menu-lavel .menu-title a:before {
    content: "\f061";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
header .menu-lavel .menu-title a:hover:before {
    opacity: 1;
}
.dropdown-full:before {
    content: "";
    position: absolute;
    width: 200vw;
    height: 0;
    background-color: rgb(0 34 84 / 95%);
    left: -100vw;
    right: 0;
    margin: 0 auto;
    top: 40px;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    height:400px;
    
}
.dropdown-full:after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 0;
    background-color: rgb(0 34 84 / 95%);
    right: 0;
    margin: 0 auto;
    top: 40px;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    display: none;
}
.srolled ul.desktop-menu .dropdown-full:before { top: 20px; }
.srolled ul.desktop-menu .dropdown-full:after { top: 20px; }
.desktop-menu li.menu-lavel-1 > a i { font-size: 11px; color: #2e3192; }
.sub-menu-bg .dropdown-full:after, .sub-menu-bg .dropdown-full:before{ opacity: 1;  }
header.site-header { position: fixed; top: 0; left: 0; width: 100%; /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); */ transition: all 0.4s ease 0s; z-index: 999; background-color: #fff; box-shadow: 0 0 5px rgb(0 0 0 / 5%); }
.header-inner { position: relative; }
.header-inner .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-inner .header-wrap .header-menu {
    float: left;
    width: calc(100% - 280px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-header {
    display: none;
}

.srolled .brand-logo img.d-sticky-logo {
    display: block;
    width: 122px;
    margin-left: 18px;
}

.srolled.active .brand-logo img.d-sticky-logo {
    display: none;
}

header.srolled.active .brand-logo {
    width: 165px;
    margin-top: 0;
}
.header-wrap .header-logo a.brand-logo img.main-logo.sticky {
    display: none;
}
.desktop-menu li.menu-lavel-1 > a.active:after {
    opacity: 1;
}
.desktop-menu {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    border: none;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    margin-top: 0;
    margin: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.desktop-menu li.desktop-contact {
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-right: 30px;
    position: relative;
    z-index: 1;
    margin-top: -8px;
}

.desktop-menu li.desktop-contact:last-child {
    margin-right: 0;
}

.desktop-menu li.desktop-contact a {
    color: #ffffff;
    letter-spacing: -0.12em;
    text-transform: uppercase;
    font-size: 21px;
}

.desktop-menu li.menu-lavel-1 { margin-right: 20px; -webkit-transition: all 0.5s ease-in-out !important; -o-transition: all 0.5s ease-in-out !important; transition: all 0.5s ease-in-out !important; position: relative; padding-left: 0; margin-bottom: 0; line-height: normal; }
.desktop-menu li.menu-lavel-1:before { display: none; }

.desktop-menu li.menu-lavel-1:last-child {
    margin-right: 0; display: none;
}

a.brand-logo img {
    -webkit-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
}

.desktop-menu li.menu-lavel-1 > a {
    align-items: center;
    font-size: 20px;
    position: relative;
    z-index: 2;
    letter-spacing: 0.00em;
    background: none !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
    color: #2e3192;
    text-decoration: none;
    font-family: 'HelveticaNeueLT Pro 55 Roman';
}
.desktop-menu li.menu-lavel-1 > a:hover:after { opacity: 1; }
.sub-menu-bg .desktop-menu li.menu-lavel-1:hover > a:after { opacity: 1; }
.desktop-menu li.menu-lavel-1 > a:after { content: ""; position: absolute; bottom: -41px; left: 0; width: 100%; height: 3px; background-color: #497ddb; transition: all 0.5s ease-in-out; opacity: 0; }
.desktop-menu li.menu-lavel-1:hover > a,
.desktop-menu li.menu-lavel-1.active > a { color: #2e3192; text-decoration: none; }
.header-left-text .wf-box1 .menu-lavel { margin: 10px 0 10px 0; }
.site-header.srolled .desktop-menu li.menu-lavel-1 > a:after { bottom: -21px; }
.header-left-text .wf-box1 .menu-lavel a {
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    color: #025466;
    position: relative;
    background: none !important;
}

.header-left-text .wf-box1 .menu-lavel a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #FFF;
    left: -15px;
    top: 14px;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

.header-left-text .wf-box1 .menu-lavel a:hover:before {
    opacity: 1;
    background-color: #1ee2af;
    left: -10px;
}

.header-left-text .wf-box1 .menu-lavel a:hover {
    color: #1ee2af;
}

.header-left-text .wf-box1 .menu-lavel a {
    display: inline-block;
    position: relative;
}

.header-left-text .wf-box1 .menu-lavel a1:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.header-left-text .wf-box1 .menu-lavel a1:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
header .menu-details-block {
    max-width: 250px;
}
header .menu-details-block h2 {
    font-size: 44px;
    color: #fff;
    line-height: 54px;
}
header .menu-details-block p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.desktop-menu li.menu-btn {
    margin-left: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.desktop-menu li.menu-btn a.btn {
    font-size: 18px;
    background: #1ee2af !important;
    border-radius: 30px;
    font-weight: 600;
    padding: 16px 31px;
    letter-spacing: -0.015em;
    border: 1px solid #1ee2af;
    color: #fff !important;
}

.desktop-menu li.menu-btn a.btn:hover {
    background-color: #FFF !important;
    color: #1ee2af !important;
}

.dropdown-full .wf-box1 .menu-lavel .menu-links ul.third-submenu {
    margin-top: 7px;
    padding-left: 5px;
    margin-bottom: 17px;
}

.dropdown-full .wf-box1 .menu-lavel .menu-links ul.third-submenu li a {
    font-size: 15px;
    letter-spacing: 0.01em;
}

.dropdown-full .wf-box1 .menu-lavel .menu-links ul.third-submenu li {
    margin-bottom: 6px;
}

.dropdown-full .wf-box1 .menu-lavel .menu-links ul.third-submenu li a::before {
    background-color: #1482fb;
    width: 5px;
    height: 5px;
    border: none;
    left: 4px;
}

.dropdown-full .wf-box1 .menu-lavel .menu-links ul.third-submenu li a:hover {
    padding-left: 13px;
}

.dropdown-full {
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
    left:0px;
    right: 0;
    top: 100%;
    display: none;
    opacity: 0;
    transform: scale(0.9);
    transform-origin: top;
/*    background-color: rgb(0 34 84 / 95%);*/
    padding-top: 41px;
    width: 100%;
}

.dropdown-full .wf-container1 {
    width: 350px;
    display: block;
    height: 100%;
    line-height: initial;
    min-height:360px;
    padding: 20px 0;
}

.dropdown-full .wf-container1 .wf-box1 .menu-lavel .menu-links ul li a:before {
      content: "\f061";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    opacity: 0;
    transition: all 0.5s ease-in-out;   
}
.dropdown-full .wf-container1 .wf-box1 .menu-lavel .menu-links ul li a:hover:before {
    opacity: 1;
}
.dropdown-full .wf-container1 .wf-box1 .menu-lavel .menu-links ul li a:hover span {
    background: none !important;
}
.dropdown-full .wf-container1 .wf-box1 .menu-lavel .menu-links ul li a:hover {
    padding-left: 25px;
    color: #497ddb;
}

.dropdown-full .wf-container1 .wf-box1 .menu-lavel .menu-links ul li:last-child a {
    border: none;
}

.menu-lavel-1:hover .dropdown-full {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    display: block;
}
.menu-lavel .menu-title a:hover {
  color: #497ddb;   
}
.menu-lavel .menu-title a {
    position: relative; 
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    opacity: 1;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'HelveticaNeueLT Pro 45 Lt';
    transition: all 0.5s ease-in-out;
}

.dropdown-full .wf-container1 .wf-box1 {
    display: inline-block;
    width: 100%;
    line-height: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.dropdown-full .wf-container1 .wf-box1 .menu-lavel {
    display: inline-block;
    width: 100%;
    position: relative;
    line-height: 0;
}

.dropdown-full .wf-container1 .wf-box1 .menu-lavel .menu-title {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 6px 0 0;
}

.dropdown-full .wf-container1 .wf-box1 .menu-lavel .menu-links {
/*    background-color: #06132B;*/
    width: 310px;
    border-radius: 12px;
    display: block;
    height: 100%;
    position: absolute;
    right: -100%;
    opacity: 0;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.dropdown-full .wf-container1 .wf-box1 .menu-lavel .menu-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.dropdown-full .wf-container1 .wf-box1 .menu-lavel .menu-links ul li a {
    color: rgba(255, 255, 255, 0.54);
    font-size: 18.444px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
    opacity: 1;
    width: 100%;
    display: inline-block;
    padding: 13px 15px 7px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
    font-family: "Teko", sans-serif;
    letter-spacing: 0.00em;
}

.dropdown-full .wf-container1 .wf-box1 .menu-lavel:hover .menu-links {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.dropdown-full .wf-container1 .wf-box1:last-child .menu-lavel a {
    border: 0;
}
.dropdown-full .wf-container1 .wf-box1 .menu-lavel .menu-links ul {
    margin: 0;
    padding: 0;
}
.dropdown-full .wf-container1 .wf-box1 .menu-lavel .menu-links ul li {
    margin: 0;
    padding: 0 0 0 25px;
}
.dropdown-full .wf-container1 .wf-box1 .menu-lavel .menu-links ul li:before {
    display: none;
}
.dropdown-full .wf-container1 .wf-box1 .menu-lavel .menu-links ul li a {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    opacity: 1;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'HelveticaNeueLT Pro 45 Lt';
    transition: all 0.5s ease-in-out;
    padding: 0;
}
header.site-header.srolled .header-logo a img {
    width: 150px;
    display: block;
    padding: 18px 20px 12.9px 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.srolled ul.desktop-menu {
    padding-top: 13px;
    padding-bottom: 20px;
}

.srolled ul.desktop-menu .dropdown-full {
    padding-top: 39px;
}
.header-wrap .header-logo a.brand-logo img {
    display: inline-block;
    padding: 26px 0 0 0;
    width: 100%;
    background: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 244px;
    display: inline-block;
    text-align: center;
}

header.site-header.srolled:before {
    opacity: 1;
}

.header-wrap .header-logo a.brand-logo {
    padding: 0 !important;
}
.search-imput-des {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.search-imput-des input {
    position: absolute;
    left: 0;
    width: calc(100% - 280px);
    left: 290px;
    height: 100%;
    border: none;
    font-size: 20px;
    padding: 20px 40px 20px 20px;
    color: #2e3192;
    background-color: #fff;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.search-imput-des input::placeholder {
  color: #2e3192;  
  opacity: 1;
}
.search-imput-des input::-moz-placeholder {
  color: #2e3192;  
  opacity: 1;
}
.search-imput-des input:-ms-input-placeholder {
  color: #2e3192;  
  opacity: 1;
}
.search-imput-des input::-ms-input-placeholder { color: #2e3192;   opacity: 1; }
.search-imput-des .search-icon { margin-left: 0; position: relative; z-index: 2; cursor: pointer; font-size: 18px; color: #2e3192; }
header.active input.form-control.ds-input { opacity: 1; z-index: 2; }

.contact-btn { position: relative; z-index: 3; }
.contact-btn a:hover:before {width: 100vw; transition:all 0.5s ease-in-out;}
.contact-btn a { background-color: #d2fbfb; color: #2e3192; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 29px; font-size: 20px; font-family: 'HelveticaNeueLT Pro 55 Roman'; font-weight: 700; text-align: center; width: 100%; position: relative; transition:all 0.5s ease-in-out; }
.contact-btn a:hover { color: #fff; background-color: #1bdee0; }
.contact-btn a:before { content: ""; position: absolute; width: 0vw; height: 100%; background-color: #1bdee0; left: 0; transition:all 0.5s ease-in-out; z-index: 1;}
.contact-btn a span { position: relative; z-index: 111;transition:all 0.5s ease-in-out; }
.contact-btn a:hover:after { width: 100%; transition:all 0.5s ease-in-out; }
.contact-btn a:after { content: ""; position: absolute; width: 100vw; height: 100%; background-color: #d2fbfb; left: 0; transition: all 0.5s ease-in-out; }
header.site-header.srolled { box-shadow: 5px -2px 20px rgba(0, 0, 0, 0.2); }
/* Header Section End */


/*inner banner section start here*/
section.top-hero-banner.main-home-banner { min-height: auto; }
.top-hero-banner.main-home-banner .top-hero-banner-wrap { padding-top: 220px; }
.top-hero-banner { position: relative; overflow: hidden; min-height: 700px; display: flex; flex-wrap: wrap; align-items: flex-end; }
.top-hero-banner .top-hero-banner-block { background-size: cover; background-repeat: no-repeat; background-position: top center; position: absolute; width: 100%; height: 100%; }
.top-hero-banner .top-hero-banner-block  > div { height: 100%; }
.top-hero-banner .top-hero-banner-block > div video { object-fit: cover; -webkit-tap-highlight-color: red; width: 100%; height: 100%; }
.top-hero-banner .top-hero-banner-block:after { content: ""; position: absolute; width: 100%; height: 100%; background: linear-gradient(to top,  rgba(0,34,84,1) 0%,rgba(0,0,0,0.1) 100%); top: 0; left: 0; z-index: 1; opacity: 76%; }
.top-hero-banner .container { position: relative; z-index: 3; }
.top-hero-banner .overlay { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: end; -ms-flex-align: end; align-items: end;  position: absolute; height: 100%; }
.top-hero-banner .top-text-inner { display: block; max-width:750px; width: 100%; }
.top-hero-banner .top-hero-banner-wrap { padding:50px 0 110px; }
.top-hero-banner .top-text h1 { color: #fff; }
.top-hero-banner .top-text p { color: #fff; font-size: 30px; line-height: 40px;  }
.top-hero-banner .top-hero-banner-wrap .top-text { width: 60%; }
.top-hero-banner .top-hero-banner-wrap .right-btn { width: 45%; text-align: right; }
.top-hero-banner .top-hero-banner-wrap { display: flex; align-items: flex-end; }
.top-hero-banner .top-text p:last-child { margin-bottom: 0; }
.top-hero-banner .top-text-inner h4 { color: #fff; font-weight: 500; }


/*three column text section start here*/
.three-column-text { padding: 155px 0 105px; position: relative; }
.three-column-text .three-column-row { display:flex; margin:0 -15px; }
.three-column-text .three-column-row .three-column { width: 33.33%; padding:0 15px;; }
.three-column-text .section-header { max-width: 850px; margin-bottom: 60px; }
.three-column-text .section-header h2 { margin-bottom: 23px; }
.three-column-text .three-column-row .three-column img { width: 100%; height: 100%; object-fit: cover; border-radius: 25px; }
.three-column-text .three-column-row .three-column p { font-size:24px; line-height:36px; margin-bottom:34px; }
.three-column-text .three-column-row .three-column figure { height: 320px; margin-bottom: 48px; }
.three-column-text .three-column-row .three-column h4 { margin-bottom: 10px; }
.three-column-text .three-column-row .three-column .three-column-wow ul { list-style: none; padding: 0; margin-bottom: 0; }
.three-column-text .three-column-row .three-column .three-column-wow ul li { margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid #dadbf9; padding-left: 0;}
.three-column-text .three-column-row .three-column .three-column-wow ul li:before { display: none; }
.three-column-text .three-column-row .three-column .three-column-wow ul li:last-child { border-bottom: none; }
/*
.three-column-desc ul li a { position: relative; display: inline-block; background-image: linear-gradient(to right, #1bdee0, #1bdee0); background-position: 0% 100%; background-repeat: no-repeat; background-size: 0% 1px; transition: background-size 0.4s ease-in-out; }
.three-column-desc ul li a:hover { background-size: 100% 1px; }
.three-column-desc ul li a:not(:hover) { transition: none; background-size: 0% 1px; }
*/
.three-column-desc ul li a { position: relative; display: inline-block; text-decoration: none; }
.three-column-desc ul li a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #1bdee0; transform: scaleX(0); transform-origin: right; transition: transform 0.4s ease-in-out; }
.three-column-desc ul li a:hover::after { transform: scaleX(1); transform-origin: left; }


.readmore1 { color: #4753dc; letter-spacing: -0.05em; font-size: 30px; transition: ease 0.35s all; display: inline-block; overflow: hidden; position: relative; font-weight: 700; letter-spacing:-0.8px; font-family: 'HelveticaNeueLT Pro 55 Roman'; }
.readmore1:before { content: attr(data-text); color: #4753dc; position: absolute; top: -30px; transition: ease 0s all; }
.readmore1 i, .readmore1 svg { transition: all 0.28s ease; margin-left: 5px; width: 28px; font-size: 24px; transform: translateY(0px); }
/*.readmore1 i:last-child, .readmore1 svg:last-child { position: absolute; top: -30px; right: 0; transition: all 0.28s ease; }*/
.readmore1:hover { text-decoration: none; color: #1bdee0; }
.readmore1:hover i:last-child { top: 3px; }
.readmore1:hover span { background: none !important; }
.readmore1:hover i { margin-left: 12px; }

/*
.readmore1.left { font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase; }
.readmore1.left::before { content: attr(data-text); color: #1ee2af; position: absolute; top: -30px; left: 26.5px; transition: ease 0s all; }
.readmore1.left i, .readmore1.left svg { margin-right: 5px; margin-left: 0; }
.readmore1.left i:first-child, .readmore1.left svg:first-child { position: absolute; top: -30px; left: 0; transition: all 0.28s ease; }
.readmore1.left:hover i:first-child, .readmore1.left:hover svg:first-child { top: 9px; }
*/

/*Featured Blocks section css start here*/
.featured-blocks { padding:155px 0 115px; background: linear-gradient(45deg, #2E3192, #1BDEE0); position: relative; }
.featured-blocks .section-header { max-width: 900px; margin-bottom: 72px; }
.featured-blocks .section-header h2 { color: #fff; }
.featured-blocks .section-header p { color: #fff; } 
.featured-blocks .featured-blocks-row { display: flex; flex-wrap: wrap; margin:0 -15px; }
.featured-blocks .featured-blocks-column { width: 33.33%; margin-bottom:46px; padding:0 15px; }
.featured-blocks .featured-blocks-column h3 {font-weight: 700; color: #fff; font-family: 'HelveticaNeueLT Pro 55 Roman'; margin-bottom: 0; }
.featured-blocks .featured-blocks-column p { color: #fff; font-size: 24px; }
.featured-blocks.two-column .featured-blocks-column { width: 50%; }
/*Featured Blocks section css end here*/


/*Side-by-side Text + 3 images css start here*/
.side-by-side-text { padding: 215px 0 130px; position: relative;}
.side-by-side-text .side-by-side-text-wrap { display: flex; }
.side-by-side-text .side-by-side-text-wrap .section-header { width: 50%; padding-right: 15px; }
.side-by-side-text .side-by-side-text-wrap .side-by-side-text-row { width: 50%; padding-left: 15px; }
.side-by-side-text .side-by-side-text-row h4 { margin-bottom: 0; }
.side-by-side-text-three-img-row { display: flex; flex-wrap: wrap; margin: 0 -15px; margin-top: 50px; margin-bottom: 50px; }
.side-by-side-text-three-img-row .side-by-side-text-three-img-col { width: 33.33%; padding: 0 15px; }
.side-by-side-text-three-img-row .side-by-side-text-three-img-col img { width: 100%; height: 100%; object-fit: cover; border-radius: 25px; }
.side-by-side-text-three-img-row .side-by-side-text-three-img-col figure { height: 185px; }
.side-by-side-text .section-header ul { list-style: none; padding: 0; margin-bottom: 0; }
.side-by-side-text .section-header ul li { margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid #dadbf9; padding-left: 0;}
.side-by-side-text .section-header ul li:before { display: none; }
.side-by-side-text .section-header ul li:last-child { border-bottom: none; }

/*
.side-by-side-text-row ul li a{ background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#1bdee0)) !important; background-position-x: 0%, 0%; background-position-y: 0%, 0%; background-repeat: repeat, repeat; background-size: auto, auto; background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #1bdee0) !important; background-size: 100% 1px, 0 1px !important; background-position: 100% 100%, 0 100% !important; background-repeat: no-repeat !important; transition: background-size 400ms !important; display: inline !important; transition: all 0.5s ease-in-out !important; }
.side-by-side-text-row ul li a:hover{ text-decoration: none;  background-size: 0 1px, 100% 1px !important; }
*/
/*
.side-by-side-text-row ul li a { position: relative; display: inline-block; background-image: linear-gradient(to right, #1bdee0, #1bdee0); background-position: 0% 100%; background-repeat: no-repeat; background-size: 0% 1px; transition: background-size 0.4s ease-in-out; }
.side-by-side-text-row ul li a:hover { background-size: 100% 1px; }
.side-by-side-text-row ul li a:not(:hover) { transition: none; background-size: 0% 1px; }
*/
.side-by-side-text-row ul li a { position: relative; display: inline-block; text-decoration: none; }
.side-by-side-text-row ul li a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #1bdee0; transform: scaleX(0); transform-origin: right; transition: transform 0.4s ease-in-out; }
.side-by-side-text-row ul li a:hover::after { transform: scaleX(1); transform-origin: left; }

a:hover { background-size: 100% 1px; }
/*a:not(:hover) { transition: none !important; background-size: 0% 1px !important; }*/
/*p a:not(:hover) { transition: none !important; background-size: 0% 1px !important; }*/

/*Side-by-side Text + 3 images css end here*/


/*Text and Stacked Figures with Icons css start here*/
.text-stacked-figures-with-icons { padding: 165px 0; position: relative; }
.text-stacked-figures-with-icons-wrap { display: flex; flex-wrap: wrap; }
.text-stacked-figures-with-icons-wrap .section-header { width: 50%; padding-right: 20px; }
.text-stacked-figures-with-icons-wrap .stacked-figures-with-icons { width: 50%; }
.text-stacked-figures-with-icons-wrap .section-header .btn-wrap { margin-top: 18px; }
.text-stacked-figures-with-icons.black-color.white-bg .counter-number { color: #000;  }
/*Text and Stacked Figures with Icons css end here*/

/*Icons Full Width css start here*/
.icons-full-width { padding: 150px 0 150px; position: relative; }
.icons-full-width .section-header { max-width: 1100px; margin-bottom: 75px; }
.icons-full-width .icons-full-width-row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.icons-full-width .icons-full-width-column { padding: 0 15px; flex-grow: 1; width: 16.66%; }
.icons-full-width .icons-full-width-row.extended-layout .icons-full-width-column { padding: 0 15px; flex-grow: initial; width: 16.66%;  margin-bottom: 25px; }
.icons-full-width .icons-full-width-content h4 { font-size: 30px; line-height: 40px; margin-bottom: 10px; color: #2e3192; transition: all 0.5s ease-in-out; }
.icons-full-width .icons-full-width-content p { transition: all 0.5s ease-in-out; }
.icons-full-width .icons-full-width-column figure img { width: 100%; height: 100%; object-fit: contain; }
.icons-full-width .icons-full-width-column figure { max-width: 100px; height: 100px; margin-bottom: 20px; }
.icons-full-width .icons-full-width-column a:hover + .icons-full-width-content p { color: #4753dc; }
.icons-full-width .icons-full-width-column a:hover + .icons-full-width-content h4 { color: #4753dc; }
.icons-full-width-content a { display: inline-block; width: 100%; }
.icons-full-width-content a:hover h4 { color: #4753dc; }
.icons-full-width-content a:hover p { color: #4753dc; }
.icons-full-width-column a + .icons-full-width-content:hover p { color: #4753dc; }

/*Icons Full Width css end here*/

/*large cta with background image css start here*/
.large-cta-with-background-image { position: relative; padding: 212px 0; float: none !important; margin: 0 !important; }
.large-cta-with-background-image .section-header { max-width: 780px; }

.large-cta-with-background-image .section-header ul li a { position: relative; display: inline-block; text-decoration: none; }
.large-cta-with-background-image .section-header ul li a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #1bdee0; transform: scaleX(0); transform-origin: right; transition: transform 0.4s ease-in-out; }
.large-cta-with-background-image .section-header ul li a:hover::after { transform: scaleX(1); transform-origin: left; }
.large-cta-with-background-image .right-btn { margin-top: 35px; }
.large-cta-with-background-image.alignright .background-image:after { background: linear-gradient(to left,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); }
/*large cta with background image css end here*/

/*stacked figures with icons image css start here*/
.stacked-figures-with-icons .counter-number { color: #fff; font-size: 57px; font-family: 'HelveticaNeueLT Pro 55 Roman'; font-weight: 700; }
.stacked-figures-with-icons .stacked-counter-wrap { display: flex; flex-wrap: wrap; border-bottom: 1px solid #404040; margin-bottom: 34px; padding-bottom: 10px; }
.stacked-figures-with-icons .stacked-counter-wrap:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0;  }
.stacked-counter-wrap .stacked-counter-icon { width: 120px; text-align: center; }
.stacked-counter-wrap .stacked-counter-icon + .stacked-counter-content { width: calc(100% - 120px); padding-left: 15px; }
.stacked-counter-wrap .stacked-counter-content h4 { margin-bottom: 0px; }
.stacked-counter-wrap .stacked-counter-content p { font-size: 23px; }
/*stacked figures with icons  image css end here*/

/*testimonials css start here*/
.testimonials { padding: 205px 0; position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat; }
/*.bg-overlay-img:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(71 83 220 / 90%); }*/
.bg-overlay-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.testimonials .testimonials-item-inner { display: flex; flex-wrap: wrap; }
.testimonials-item { padding:0 1px; }
.testimonials .testimonials-quote span { font-size: 20px; color: #fff; width: 100%; display: inline-block; margin-bottom: 6px; }
.testimonials .testimonials-quote em { font-size: 20px; color: #fff; width: 100%; display: inline-block; margin-bottom: 8px; }
.testimonials .testimonials-quote strong { font-size: 20px; color: #fff; width: 100%; display: inline-block; }
.testimonials .testimonials-quote { width: 25%; }
.testimonials .testimonials-quote + .testimonials-content { width: calc(100% - 25%); padding-right: 20px; } 
.testimonials .testimonials-content { width: 100%; }
.testimonials .testimonials-quote figure { margin-bottom: 35px; }
.testimonials .testimonials-content p { font-size: 36px; line-height: 54px; }
.testimonials-slider .slick-arrow { background: transparent;  padding:0; display: inline-block; border: none; width: auto; height: auto; position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 50px;}
.testimonials-slider button.slick-prev.slick-arrow:before { content: '' !important; border: solid #fff; border-width: 0 2px 2px 0; display: inline-block; padding: 14px; transform: rotate(135deg); -webkit-transform: rotate(135deg); opacity: 1 !important; left: 2px; position: relative; }
.testimonials-slider button.slick-next.slick-arrow:before { content: '' !important; border: solid #fff; border-width: 0 2px 2px 0; display: inline-block; padding: 14px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); opacity: 1 !important; left: -2px; position: relative; }
.testimonials-slider .slick-arrow:hover { background-color: transparent; }
.testimonials-slider .slick-prev { left: -80px !important; }
.testimonials-slider .slick-next { right: -80px !important; }
/*testimonials css start here*/

/*images-and-text-module css start here*/
.images-and-text-module { padding:80px 0; position: relative; }
.images-and-text-module .images-and-text-module-wrap { display: flex; flex-wrap: wrap; }
.images-and-text-module .images-and-text-module-image { width: 40%; }
.images-and-text-module .section-header { width: 60%; }
.images-and-text-module .images-and-text-module-image img { width: 100%; border-radius: 25px; }
.images-and-text-module .images-and-text-module-image .image-item { margin-bottom: 25px; }
.images-and-text-module .section-header-content { max-width: 636px; margin-left: auto; padding-left: 20px; padding-right: 20px; }
.images-and-text-module .section-header-content p { font-size: 24px; }
.images-and-text-module .section-header-content h4 { margin-bottom: 0; }
.images-and-text-module .section-header-content .right-btn { margin-top: 35px; }
.images-and-text-module.align-right .images-and-text-module-image { order: 2; }
.images-and-text-module.align-right .section-header {order: 1;}
.images-and-text-module.align-right .section-header .section-header-content { margin: 0; }
.section-header-content .text-header-wrap p { font-size: 30px; line-height: 40px; }
/*images-and-text-module css end here*/



/*timeline css start here*/
@media screen and (min-width: 1200px) {
    .wf-container { width: 100%; }
    section.history_timeline .d-flex .slider-part .timeline-nav .slick-track { display: flex; width: 100% !important; justify-content: center; transform: none !important; opacity: 1; }
}
.history_timeline { padding:134px 0 0; position: relative; }
.history_timeline .section-header h2 { margin-bottom: 23px; }
.history_timeline .section-header { margin-bottom: 55px; max-width: 840px; }
.timeline-slide { position: relative; background-repeat: no-repeat; outline: none; background-size: auto 400px, cover; background-position: top; width: 80%; z-index: 1; background-size: cover; margin: 0px; }
 section.history_timeline .d-flex { flex-wrap: wrap; display: flex; } 
section.history_timeline .d-flex .slider-part { width: 71%; position: relative; } 
section.history_timeline .d-flex .side-text { width: 29%; } 
section.history_timeline .d-flex .slider-part .timeline-nav { margin: 0; position: absolute; left: 0; bottom: 0; width: 100%; background-color: rgb(0 34 84 / 48%); padding: 0px; text-align: center; } 
section.history_timeline .timeline-wrapper { margin: 0 auto 0px; height: 642px; } 
section.history_timeline .timeline-nav__item::before { display: none; } 
section.history_timeline .d-flex .slider-part .timeline-nav__item { padding: 25px 28px !important; margin: 0 !important; font-size: 36px; font-weight: 300; color: #FFF; cursor: pointer; } 
section.history_timeline .d-flex .slider-part .timeline-nav__item.slick-current { background: rgb(71 83 220 / 75%); } 
.timeline-nav.slick-initialized.slick-slider:before { display: none; } 
section.history_timeline .timeline-wrapper span.slide-arrow { position: absolute; transform: translate(0, -50%); top: 50%; cursor: pointer; z-index: 1; font-size: 45px; color: #fff; } 
section.history_timeline .timeline-wrapper span.slide-arrow svg { font-size: 55px; color: #FFF; } section.history_timeline .timeline-wrapper span.prev-arrow.slick-arrow { left: 100px;  } 
section.history_timeline .timeline-wrapper span.next-arrow.slick-arrow { right: 100px; } 
section.history_timeline .d-flex .side-text .timeline-slide__content { position: relative; opacity: 1; background: none; padding: 45px 60px 40px 60px; } 
section.history_timeline .d-flex .side-text { background: #222222; } 
.timeline .timeline-slide:after { background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); } 
section.history_timeline .timeline-year { font-size: 64px; font-family: 'HelveticaNeueLT Pro 55 Roman'; font-weight: 700; margin-bottom: 20px !important; display: inline-block; }
.timeline-slider .slick-list { overflow: hidden; height: 100%; } 
section.history_timeline .d-flex .side-text .slider-nav-2 { height: 100%; } 
section.history_timeline .d-flex .side-text .slider-nav-2 .slick-track { display: flex; height: 100%; } section.history_timeline .d-flex .side-text .slider-nav-2 .slick-list { height: 100%; } 
section.history_timeline .d-flex .side-text .slider-nav-2 .slick-track .text-part-cover { display: flex; align-items: flex-end; } 
.latest-news-part { position: relative; } 
section.logo-carousel { padding: 86px 0 80px 0; position: relative; } 
section.history_timeline .d-flex .side-text { background: linear-gradient(45deg, #2e3192, #1bdee0); }
.timeline .slick-track { height: 100%; }
.timeline .timeline-slider { height: 100%; }
.timeline-slide:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(46, 49, 146, 0.9); z-index: 2; }
section.history_timeline .timeline-text p { color: #fff; }
.history_timeline .timeline-nav .slick-prev { top: 25px; left: 0px !important; background: transparent; }
.history_timeline .timeline-nav button.slick-prev.slick-arrow:before { content: '' !important; border: solid #fff; border-width: 0 2px 2px 0; display: inline-block; padding: 8px; transform: rotate(135deg); -webkit-transform: rotate(135deg); opacity: 1 !important; left: 2px; position: relative; }
.history_timeline .timeline-nav .slick-next { top: 25px; right: 0px !important; background: transparent; }
.history_timeline .timeline-nav button.slick-next.slick-arrow:before { content: '' !important; border: solid #fff; border-width: 0 2px 2px 0; display: inline-block; padding: 8px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); opacity: 1 !important; left: -2px; position: relative; }
/*
.timeline-nav button.slick-arrow.slick-disabled { display: none; }
.timeline-slider button.slick-arrow.slick-disabled { display: none; }
*/
/*timeline css end here*/

/*.form section css start here*/
.form-section { padding: 127px 0; position: relative; border-bottom: 1px solid #2e3192; }
.form-section .section-header h2 { margin-bottom: 15px; }
.form-section .section-header { margin-bottom: 78px; max-width: 900px; }
.form-section .section-header ul li a { position: relative; display: inline-block; text-decoration: none; }
.form-section .section-header ul li a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #1bdee0; transform: scaleX(0); transform-origin: right; transition: transform 0.4s ease-in-out; }
.form-section .section-header ul li a:hover::after { transform: scaleX(1); transform-origin: left; }

.nf-form-content nf-fields-wrap .nf-field-label label { display: none; }
.nf-form-title h3 {font-size: 72px; line-height: 82px; font-family: 'HelveticaNeueLT Pro 45 Lt'; font-style: normal; font-weight: 300; margin-bottom: 30px; color: #2e3192; margin-top: 0; line-height: 1; letter-spacing: 0.00em; margin-bottom: 15px; }
.nf-form-content  nf-fields-wrap { display: flex; flex-wrap: wrap; margin:0 -15px; }
.nf-form-content  nf-fields-wrap nf-field { width: 33.33%; padding: 0 15px; }
.nf-form-content  nf-fields-wrap .nf-field-label label { font-weight: 300; margin: 0; padding: 0; font-size: 24px; font-family: 'HelveticaNeueLT Pro 45 Lt'; color: #1f1f26; }
.nf-form-content nf-fields-wrap nf-field:last-child { width: 100%; }
.nf-form-content nf-fields-wrap nf-field:last-child .submit-container { margin-bottom: 0 !important; }
.nf-form-content nf-fields-wrap nf-field:nth-child(7) { width: 100%; }
.nf-form-content nf-fields-wrap .nf-field .field-wrap { border-bottom: 1px solid #dadbf9; }
.nf-form-content nf-fields-wrap .nf-field .field-wrap.nf-error { border-color: red; }
.nf-field-element textarea { height: 90px !important; }
.nf-form-content nf-fields-wrap nf-field:last-child .nf-field .field-wrap { border-bottom: none; }
.nf-error.listimage-wrap .nf-field-element ul, .nf-error .ninja-forms-field { border: none !important; }
.field-wrap .pikaday__container, .field-wrap .pikaday__display, .field-wrap>div input, .field-wrap select, .field-wrap textarea { width: 100%; font-size: 24px; font-family: 'HelveticaNeueLT Pro 45 Lt'; font-style: normal; font-weight: 300; margin-bottom: 0px; color: #1f1f26; padding-bottom: 10px; background: transparent; }
.field-wrap>div input[type=checkbox], .field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit] { width: auto !important; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 100px; transition: all 0.5s ease-in-out; background-color: #4753DC; display: inline-block; padding: 18px 80px 18px 25px; border-radius: 30px; position: relative; border-style: solid; border-width: 1px; transition: all 0.5s ease-in-out; font-family: 'HelveticaNeueLT Pro 65 Md'; font-size: 20px; margin-right: 10px; color: #fff; cursor: pointer; margin-right: 0; transition: all 0.5s ease-in-out; font-family: 'HelveticaNeue65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1; vertical-align: middle; text-align: center; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; display: inline-flex ; align-items: center; justify-content: center;}


.field-wrap input[type=submit]:hover {background-color: #1BDEE0;  }
.nf-form-content nf-fields-wrap nf-field:last-child .nf-field-element { width: auto; position: relative; }
.nf-form-content nf-fields-wrap nf-field:last-child .nf-field-element:after { content: ""; position: absolute; background-image: url(./assets/images/form-right-arrow.png); background-repeat: no-repeat; background-position: 100% 50%; right: 35px; top: 50%; width: 16px; height: 14px; transform: translateY(-50%); }
#ninja_forms_required_items, .nf-field-container { margin-bottom: 43px !important; }
.nf-field-element select { cursor: pointer; appearance:none; -webkit-appearance:none; background-image: url(./assets/images/form-down-arrow.png); background-repeat: no-repeat; background-position: 100% 50%; }
.nf-form-fields-required { display: none; }
.nf-after-field .nf-error-msg { display: none; }
.nf-response-msg p { color: green; font-family: 'HelveticaNeueLT Pro 65 Md'; font-size: 20px; margin-bottom: 10px; line-height: 30px; }
::-webkit-input-placeholder { color: #1f1f26; }
::-moz-placeholder { color: #1f1f26; }
:-ms-input-placeholder { color: #1f1f26; }
:-moz-placeholder { color: #1f1f26; }
/*.form section css end here*/

body .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover { background-color:#1BDEE0 !important;  }
body .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton { text-transform: inherit; width: auto !important; position: absolute !important; top: 0 !important; left: 0 !important; transition: all 0.5s ease-in-out !important; background-color: #4753DC !important; display: inline-block !important; padding: 18px 80px 18px 25px !important; border-radius: 30px !important; position: relative !important; border-style: solid !important; border-width: 1px !important; transition: all 0.5s ease-in-out !important; font-family: 'HelveticaNeueLT Pro 65 Md' !important; font-size: 20px !important; margin-right: 10px !important; cursor: pointer !important; margin-right: 0; font-weight: 500 !important; line-height: 1; vertical-align: middle; text-align: center; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; display: inline-flex ; align-items: center; justify-content: center; height: auto !important; }
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select.mktoField, .mktoForm textarea.mktoField { -webkit-appearance: none; background-color: #fff; line-height: normal; padding: 10px 15px; min-height: auto !important; height: auto !important; font-size: 18px !important; font-weight: 300; border: 1px solid #d0d0d0 !important; color: #1f1f26 !important; }
.mktoForm .mktoCheckboxList > label { margin-left:35px !important; font-family: 'HelveticaNeueLT Pro 45 Lt' !important; margin-top: 0; color: #1f1f26; font-size: 18px !important; line-height: 28px !important;}
.mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix { position: relative; float: right !important; display: none;}
.form-section .mktoForm .mktoRequiredField label.mktoLabel {    margin: 0 !important; padding: 0; font-size: 24px !important; line-height: 30px; color: #303030; font-weight: 300 !important; width: 100%; font-size: 24px; font-family: 'HelveticaNeueLT Pro 45 Lt' !important; font-style: normal; font-weight: 300; margin-bottom: 0px; color: #1f1f26; padding-bottom: 0; background: transparent; width: auto !important; }
.mktoButtonRow span.mktoButtonWrap:after { content: "\f061"; font-family: "Font Awesome 6 Pro"; position: absolute; right: 35px; top: 50%; color: #fff; transform: translateY(-50%); font-size: 20px; } 
.mktoButtonRow span.mktoButtonWrap { position: relative; }
.form-section form { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.form-section form .mktoFormRow { width: 33.33%; padding: 0 15px; float: left; }
.form-section form .mktoFormRow:nth-child(13) { width: 100%; }
.form-section form .mktoFormRow:nth-child(10) { display: none; }
.mktoLogicalField.mktoCheckboxList.mktoHasWidth { padding: 0 !important; }
.mktoForm input[type=checkbox] + label:before, .mktoForm input[type=radio] + label:before { margin-left: -29px !important; border: 1px solid #1f1f26; left: 20px !important; }
body .mktoForm select.mktoField { cursor: pointer; appearance: none !important; -webkit-appearance: none !important; background-image: url(./assets/images/form-down-arrow.png) !important; background-repeat: no-repeat !important; }
.mktoForm .mktoLabel { float: none !important; }
.form-section .mktoForm input[type=url], .form-section .mktoForm input[type=text], .form-section .mktoForm input[type=date], .form-section .mktoForm input[type=tel], .form-section .mktoForm input[type=email], .form-section .mktoForm input[type=number], .form-section .mktoForm textarea.mktoField, .form-section .mktoForm select.mktoField { color: #1f1f26 !important; width: 100% !important; padding: 0; line-height: normal; font-size: 24px !important; border-bottom: 1px solid #dadbf9 !important; border-top: none !important; border-left: none !important; border-right: none !important; font-weight: 400 !important; font-family: 'HelveticaNeueLT Pro 45 Lt' !important; }
.form-section .mktoForm input[type=text]:focus, .form-section .mktoForm input[type=url]:focus, .form-section .mktoForm input[type=email]:focus, .form-section .mktoForm input[type=tel]:focus, .form-section .mktoForm input[type=number]:focus, .form-section .mktoForm input[type=date]:focus, .form-section .mktoForm select.mktoField:focus, .form-section .mktoForm textarea.mktoField:focus { border-top: none !important; border-left: none !important; border-right: none !important; border-bottom: 1px solid #dadbf9 !important; }

.form-section .mktoForm input.mktoField.mktoInvalid, .form-section .mktoForm textarea.mktoField.mktoInvalid, .form-section .mktoForm select.mktoField.mktoInvalid, .form-section .mktoForm .mktoLogicalField.mktoInvalid  { border-top: none !important; border-left: none !important; border-right: none !important; border-bottom: 1px solid #dadbf9 !important; }
.form-section .mktoForm .mktoError .mktoErrorMsg { font-size: 14px !important; padding: 0;  }


/*News & Events css start here*/
.news-events { padding: 40px 0 0 0; position: relative; }
.news-events .news-events-wrap { display: flex; padding: 0 120px 0 120px; }
.news-events .news-events-wrap .news-events-heading h3 { font-family: 'HelveticaNeueLT Pro 55 Roman'; font-size: 48px; line-height: 48px;  font-weight: 700; }
.news-events .news-events-wrap .news-events-heading { width: 15%; padding-right: 30px; }
.news-events .news-events-wrap .news-events-listing { width: 85%; display: flex; flex-wrap: wrap; margin: 0 -15px; }
.news-events .news-events-wrap .news-events-listing .news-events-listing-item { width: 25%; padding: 0 15px; border-left: 1px solid #fff; padding-left: 28px; padding-bottom: 60px; }
.news-events .news-events-wrap .news-events-listing .news-events-listing-item date { display: inline-block; font-family: 'HelveticaNeueLT Pro 55 Roman'; font-size: 20px; font-weight: 700; color: #fff; }
.news-events .news-events-wrap .news-events-listing .news-events-listing-item p { line-height: 30px; letter-spacing: -0.5px; margin-bottom: 10px; }
.news-events .news-events-wrap .news-events-listing .news-events-listing-item a { color: #fff; }
.news-events .news-events-wrap .news-events-listing .news-events-listing-item a:hover { color: #1bdee0; }
/*News & Events css end here*/


/*Accordions Module css start here*/
.industry-block { background: linear-gradient(to right,  rgba(46,49,146,1) 0%,rgba(27,222,224,1) 100%);
 padding:140px 0 60px; position: relative;}
.industry-block .industry-block-inner {position: relative; z-index: 111; }
.industry-block .industry-block-title h2 { color: #fff; margin-bottom: 23px; }
.industry-block .industry-block-title p { color: #fff; }
.industry-block .industry-block-title { max-width: 850px;  }
.industry-block .right-btn { margin-top: 40px; }

.industry-block .accordion__item:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-color: rgb(0 34 84 / 85%); }

/*.industry-block .accordion__item:before { content: ""; position: absolute; left: 0; top: 0; width: 60%; height: 100%; background: linear-gradient(to right, rgba(11, 12, 40, 1) 50%, rgba(11, 12, 40, 0.2) 100%); }*/
.industry-block .accordion__item { border-top: 1px solid #fff; position: relative; z-index: 11; background-repeat: no-repeat; background-size: cover; background-position: right center; background-color: #000; }
.industry-block .accordion__item .accordion__title { position: relative; display: block; padding:38px 0 38px 0; margin-bottom: 0px; color: #fff; text-decoration: none; border-radius: 0px; -webkit-transition: background-color 0.2s; transition: background-color 0.2s; cursor: pointer; font-family: 'HelveticaNeueLT Pro 45 Lt'; font-size: 36px; letter-spacing: -0.7px; }
.industry-block .accordion__item .accordion__title:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(to right, rgba(46, 49, 146, 1) 0%, rgba(27, 222, 224, 1) 100%); transition: all 0.6s ease-in-out; }
.industry-block .accordion__item .accordion__title.accordion-active:after { opacity: 0; transition: all 0.2s ease-in-out; }
.industry-block .accordion-content-bg-inner p { color: #fff; margin: 0 0 10px 0; }
.industry-block .accordion-content-bg-inner h1 { color: #fff; margin-bottom: 20px; }
.industry-block .accordion-content-bg-inner h4 { color: #fff; margin-bottom: 20px; }
.industry-block .accordion-content-bg-inner h3 { color: #fff; margin-bottom: 20px; }
.industry-block .accordion-content-bg-inner h5 { color: #fff; margin-bottom: 20px; }
.industry-block .accordion-content-bg-inner h6 { color: #fff; margin-bottom: 20px; }
.industry-block .accordion-content-bg-inner ol li { color: #fff; position: relative;  margin-bottom: 10px; padding-left:6px; }
.industry-block .accordion-content-bg-inner ol { padding:0 0 0 20px; }
.industry-block .accordion-content-bg-inner ol li:before { color: #fff; left: -15px; }
.industry-block .accordion-content-bg-inner ul li { color: #fff; list-style: none; position: relative;  margin-bottom: 10px; padding-left: 25px; }
.industry-block .accordion-content-bg-inner ul { padding-left: 0; margin-bottom: 15px; }
.industry-block .accordion-content-bg-inner ul li:before { content: ""; position: absolute; left: 6px; top: 14px; width: 8px; height: 8px; border-radius: 50%; }
.industry-block .accordion-content-bg-inner h2 { color: #1dccfd; font-size: 40px; font-weight: 700;  letter-spacing: 0; margin-bottom: 33px; }
/*.industry-block .accordion-content-bg {  background-repeat: no-repeat; background-size: 60%; background-position: right top; padding: 0px 0 38px 0; min-height: 480px; }*/
.industry-block .accordion-content-bg-inner .arrow figure img { width: 35px; margin-left: 18px;     transition: all 0.5s ease-in-out; }
.industry-block .accordion-content-bg-inner .arrow:hover img { margin-left: 24px; }
.industry-block .accordion-content-bg-inner .arrow figure { margin-bottom: 0; }
.industry-block .accordion-content-bg-inner .arrow { margin-top: 30px; display: flex; align-items: center; font-size: 22px; font-weight: 500;  color: #1dccfd; }
.industry-block .accordion__item .accordion__title:hover { transition: all 0.5s ease-out; }
.industry-block .accordion__item .accordion-active { background: transparent; padding-bottom: 38px; }
.industry-block .accordion__item .accordion__title .accordion__arrow { vertical-align: top; font-size: 50px; font-weight: 700;  height: 39px; display: inline-block; float: right; margin-top: -12px; }
.industry-block .accordion__item .accordion__rotate { transform: rotate(225deg); width: 100px; }
.industry-block .accordion__item .accordion__content { padding:0px 0 64px 0px; margin-bottom: 0px; font-size: 14px; display: none; background-color: transparent; max-width: 1460px; margin: 0 auto;  position: relative; }
.industry-block .accordion__item .accordion__arrow-item { font-weight: 300; color: #fff; }
.industry-block .accordion-content-bg-inner { position: relative; z-index: 11; }
.industry-block .accordion-content-bg { max-width: 830px; margin-left: auto; }
.expand-open { color: #fff; font-size: 28px; cursor: pointer; position: relative; padding-right: 33px; }
.expand-open:after { content: "\f063"; position: absolute; right: 0; top:8px; color: #fff; font-size: 24px; font-weight: 300; font-family: "Font Awesome 6 Pro"; }
.mac_.safari_ .expand-open:after { top: 4px; }
.mac_.chrome_ .expand-open:after { top: 4px; }
.mac_.mozilla_ .expand-open:after { top: 4px; }
span.expand-open.active:after { transform: rotate(180deg); }
.industry-block .industry-block-inner .section-header-wrap { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 60px; }
.expand-all span { display: inline-block; font-family: 'HelveticaNeueLT Pro 65 Md'; font-size: 30px; font-weight: 500; }
.industry-block .industry-block-title p:last-child { margin-bottom: 0; }
/*-------------------------------------*/
/*Accordions Module css end here*/

/*location css start here*/
.location-map .location-info { border-top: 1px solid #dae2ec; margin-top: 10px; }
.location-map { padding:120px 0; position: relative; }
.location-map #filter-controls { position: absolute; top: -100px; right: 0; width: 530px; background: rgb(255 255 255 / 80%); border-radius: 25px; padding: 30px 60px; box-shadow: 5px 0 30px rgb(0 0 0 / 20%); }
.location-map .local-rep-map { position: relative; }
.location-map .sbOptions li:before { display: none; }
.location-map .sbOptions li { margin: 0; }
.location-map .sbSelector { padding:0px; }
.location-map .sbOptions { list-style: none; left: -60px; margin: 0; padding: 0; position: absolute; width: 200px; z-index: 1; overflow-y: auto; top: 55px !important; box-shadow: 5px 0 30px rgb(0 0 0 / 20%); border-radius: 25px; width: 530px !important; }
.location-map .sbSelector > a { color: #4753dc; text-decoration: none; font-weight: 400; font-size: 24px; font-family: 'HelveticaNeueLT Pro 55 Roman'; padding: 0px; }
.location-map .sbOptions a { border-bottom: 1px solid #AFAFAF57; display: block; outline: none; padding: 13px 60px 13px 60px !important; font-size: 24px; font-family: 'HelveticaNeueLT Pro 55 Roman'; font-size: 20px; line-height: 1; color: #002254 !important; letter-spacing: 0.00em; text-transform: capitalize; background-color: #fff; display: inline-block; width: 100%; }
.location-map .location-info h3 { color: #1f1f26; font-size: 24px; font-weight: 700; font-family: 'HelveticaNeueLT Pro 55 Roman'; line-height: 34px; margin-bottom: 37px; }
.location-map .location-info { padding: 40px 0px 30px 0; }
.location-map .location-info p { margin-bottom: 0; }
.location-map .location-info p:nth-child(2) { margin-bottom: 35px !important; }
.location-map .sbHolder { border-bottom: none; height: 25px; }
.location-map .sbToggle { background: url(./assets//images/chevron-down.png); width: 19px; background-repeat: no-repeat; top: 15px; }
.location-map .map img { width: 100% !important; }
.location-area.section-header { max-width: 710px; }
/*location css end here*/

/*intro-section css start here*/
.intro-section { padding:117px 0 0; margin-bottom: 180px; }
.intro-section .aligned-right .section-header { text-align: right; padding-left: 0px; }
.intro-section .section-header { text-align: left; padding-left: 0px; padding-bottom: 170px; }
.intro-section .section-header-inner { padding-left: 70px; }
.intro-section .aligned-right .section-header .right-btn { margin-left:auto; margin-top:60px; margin-right: 0; }
.intro-section .section-header .right-btn { max-width: 500px; margin-right:auto; margin-top: 60px; }
.intro-section .section-header .right-btn .btn-wrap { margin: 0 0 35px 0; }
.intro-section .intro-vector-with-counter { display: flex; flex-wrap: wrap; position: relative; justify-content: flex-end;}
.intro-section .intro-counters { width: 60%; display: flex; text-align: left; position: absolute; right: -60px; top: -110px; }
.intro-section .intro-counters { width:60%; display: flex; text-align: left; position: absolute; right: -60px; bottom: -140px; }
.intro-section .intro-section-vector { width: 50%; position: absolute; left: -120px; bottom: -80px; }
.intro-section .intro-section-vector figure { margin: 0; padding: 0; }
.intro-section .intro-counter-content p { color: #2f5291; font-size: 26px; line-height: 36px; }
.intro-section .intro-counter-content .counter-number { color: #fff; font-size: 90px; font-family: 'HelveticaNeueLT Pro 55 Roman'; font-weight: 700; margin-bottom: 10px;}
.intro-counter-wrap { position: relative; padding: 0 40px; }
.intro-counter-wrap:after { content: ""; position: absolute; right: 0; background-color: #dae5f7; top: 50%; width: 1px; height: calc(100% - 50px); transform: translateY(-50%); }
.intro-counter-wrap:last-child:after { display: none; }
.intro-section .aligned-left .section-header-inner { padding-left: 0; padding-right: 70px; }
.intro-section .aligned-left .intro-section-vector { right: -120px; left: auto; }
.intro-section .aligned-left .intro-counters { right: auto; left: 0; }
.intro-section .aligned-left .intro-counter-wrap:first-child { padding-left: 0; }
/*intro-section css end here*/


/*Round Image and Text css start here*/
.round-image-and-text { padding:100px 0 220px; position: relative; }
.round-image-and-text .section-header { margin-bottom: 80px; max-width: 850px; }
.round-image-and-text-inner { display: flex; align-items: center; }
.round-image-and-text-inner .round-circle-image-and-text { width: 330px; height: 330px; background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 50%; border: 15px solid #fff; position: relative; transition: all 0.5s ease-in-out; }
.round-image-and-text-inner .round-circle-image-and-text:after { content: ""; position: absolute; left: -20px; top: -20px; border-radius: 50%; width: 340px; height: 340px; background-color: #4753dc; z-index: -1; transition: all 0.5s ease-in-out; }
.round-image-and-text-inner .round-circle-image-and-text + .round-image-and-text-row { width: calc(100% - 315px); padding-left: 80px; }
.round-image-and-text-inner .round-image-and-text-row { max-width: 830px; }
.round-image-and-text-inner .round-image-and-text-row ul li a { position: relative; display: inline-block; text-decoration: none; }
.round-image-and-text-inner .round-image-and-text-row ul li a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #1bdee0; transform: scaleX(0); transform-origin: right; transition: transform 0.4s ease-in-out; }
.round-image-and-text-inner .round-image-and-text-row ul li a:hover::after { transform: scaleX(1); transform-origin: left; }
.item.align-right .round-image-and-text-inner .round-image-and-text-row { text-align: right; padding: 0 90px 0 0; }
.round-image-and-text .round-image-and-text-row h3 { font-size: 45px; line-height: 50px; font-family: 'HelveticaNeueLT Pro 55 Roman'; font-weight: 700; letter-spacing: -0.5px; margin-bottom: 12px; }
.round-image-and-text .round-image-and-text-row p { font-size: 26px; line-height: 36px; color: #2e3192; }
.round-image-and-text .align-right .round-circle-image-and-text { order: 2; }
.round-image-and-text .align-right .round-image-and-text-inner { justify-content: flex-end; }
.round-image-and-text-inner .round-circle-image-and-text:before { content: ""; position: absolute; width: 100%; height: 100%; border-radius: 50%; background-color: rgb(71 83 220 / 20%); mix-blend-mode: soft-light; z-index: 1; }
.round-image-and-text-wrap .item a:hover span { background: none !important; }
.round-image-and-text-wrap #dynamic-video-container { position: absolute; left: 0; top: 0; }
.round-image-and-text-wrap #dynamic-video-container video { border-radius: 50%; width: 300px; height: 300px; object-fit: cover; }
.round-image-and-text-wrap .item { margin-bottom: 70px; }
.round-image-and-text-wrap .item:last-child { margin-bottom: 0; }
/*.round-image-and-text-wrap .item:nth-child(1) .round-image-and-text-row { padding-right: 0px; }*/
.round-image-and-text-inner .round-circle-image-and-text figure img { border-radius: 50%; width: 300px; transition: all 0.5s ease-in-out; height: 300px; object-fit: cover; }
.round-image-and-text-inner .round-circle-image-and-text figure { margin: 0; position: absolute; width: 300px; height: 300px; top: 0; left: 0; overflow: hidden; border-radius: 50%;}
.round-image-and-text-inner:hover .round-circle-image-and-text img { transform: scale(1.1); }
.round-image-and-text-inner:hover .round-circle-image-and-text:after { background-color: #1BDEE0; }

.round-image-and-text-inner:hover .border-transparent, .round-image-and-text-inner:hover .border-transparent-hover { border-color: transparent; border-width:1px; }
.round-image-and-text-inner:hover .white-tx, .round-image-and-text-inner:hover .hover-white-tx {color:#ffffff;}
.round-image-and-text-inner:hover .btn-stcolor.bright-cyan, .round-image-and-text-inner:hover .btn-wrap .btn-hovercolor.bright-cyan { background-color: #1BDEE0; }
/*.round-image-and-text-inner:hover .btn-wrap:before { opacity: 1; }*/

/*Round Image and Text css end here*/


/*Vision for Industry css start here*/
.vision-for-industry { position: relative; padding:120px 0 143px; }
.vision-for-industry .section-header { max-width: 760px; margin-bottom: 30px; }
.vision-for-industry .section-header h2 { margin-bottom: 20px; }
.vision-for-industry .vision-for-industry-row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.vision-for-industry .vision-for-industry-column { width: 33.33%; padding:0 15px; }
.vision-for-industry .vision-for-industry-column figure img { width: 100%; height: 100%; object-fit: cover; border-radius: 25px 25px 0 0;}
.vision-for-industry .vision-for-industry-column figure { height: 217px; border-radius: 25px 25px 0 0; margin: 0; position: relative; }
.vision-for-industry .vision-for-industry-column figure:after { content: ""; position: absolute; width: 100%; height: 70%; mix-blend-mode: soft-light; z-index: 1; left: 0; bottom: 0; border-radius: 25px 25px 0 0; background: linear-gradient(to bottom, rgba(46, 49, 146, 0.2) 0%, rgba(46, 49, 146, 1) 100%); opacity: 0.63; }
.vision-for-industry-column-inner { background: linear-gradient(to right, rgba(0, 34, 84, 1) 0%, rgba(46, 49, 146, 1) 100%); border-radius:30px 30px 25px 25px; height: 100%; }
.vision-for-industry .vision-for-industry-column a:hover:after { border-radius: 30px 30px 25px 25px; }
.vision-for-industry .vision-for-industry-column a { display: inline-block; width: 100%; height: 100%; position: relative; }
.vision-for-industry .vision-for-industry-column a:after { content: ""; position: absolute; left: 0; top: 0; box-shadow: 5px 0 30px rgb(0 0 0 / 60%); width: 100%; height: 100%; border-radius: 25px; transition: all 0.5s ease-in-out; opacity: 0;  }
.vision-for-industry .vision-for-industry-column { margin-bottom: 25px; }
.vision-for-industry .vision-for-industry-content { padding: 21px 34px 100px 34px;}
.vision-for-industry .vision-for-industry-content span { display: inline-block !important; color: #fff; font-family: 'HelveticaNeueLT Pro 55 Roman'; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.2px; transition:all 0.5s ease-in-out !important; }
.vision-for-industry .vision-for-industry-content p { color: #fff; line-height: 31px; transition: all 0.5s ease-in-out;}
.vision-for-industry .arrow i { color: #fff; font-weight: 100; font-size: 20px; transition: all 0.5s ease-in-out; }
.vision-for-industry .arrow { width: 51px; height: 51px; border: 1px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.5s ease-in-out; position: absolute; bottom: 25px; }
.vision-for-industry .vision-for-industry-column a:hover span { background: none !important; }
.vision-for-industry .vision-for-industry-column a:hover span { color: #1bdee0; }
.vision-for-industry .vision-for-industry-column a:hover p { color: #1bdee0; }
.vision-for-industry .vision-for-industry-column a:hover .arrow { border-color: #1bdee0; }
.vision-for-industry .vision-for-industry-column a:hover .arrow i { color: #1bdee0; }
.vision-for-industry .vision-for-industry-column a:hover:after { opacity: 1; }
.vision-for-industry-column.hidden { display: none; }
.vision-for-industry-box .filter-tabs .filter-btn { background: transparent; color: #4753dc; font-size: 18px; font-weight: 700; padding: 8px 20px 8px 20px; display: inline-block; border-radius: 200px; border: 1px solid #4753dc; margin-right: 10px; font-family: 'HelveticaNeueLT Pro 55 Roman'; cursor: pointer; transition: all 0.5s ease-in-out; margin-bottom: 12px; font-family: 'HelveticaNeue65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 1; vertical-align: middle; text-align: center; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; display: inline-flex; align-items: center; justify-content: center;}
.vision-for-industry-box .filter-tabs .filter-btn:hover { color: #1bdee0; border-color: #1bdee0; }
.vision-for-industry-box .filter-tabs { display: flex; flex-wrap: wrap; margin-bottom: 60px; }
.vision-for-industry-box .filter-tabs .filter-btn.active { background: #4753dc; color: #fff; }
/*Vision for Industry css end here*/

/*Corporate Links with Icons css start here*/
.corporate-links-with-icons { padding:124px 0 80px; position: relative; }
.corporate-links-with-icons .section-header { max-width: 760px; margin-bottom: 90px; }
.corporate-links-with-icons .section-header h2 { margin-bottom: 20px; }
.corporate-links-with-icons-row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.corporate-links-with-icons-item { flex-grow: 1; width: 25%; margin-bottom: 30px; display: flex; align-items: flex-end; padding: 0 15px; }
.item-inner-wrap{ width: 100%; margin-bottom: 30px; display: flex; align-items: flex-end; }
.item-inner-wrap .corporate-icon + .corporate-title { padding-left: 20px; width: calc(100% - 92px); }
.item-inner-wrap .corporate-icon { width: 92px; }
.corporate-title h4 { color: #2e3192; font-family: 'HelveticaNeueLT Pro 55 Roman'; font-weight: 700; font-size: 30px; line-height: 40px; transition: all 0.5s ease-in-out; }
.corporate-links-with-icons-item a:hover h4 { color: #4753dc; }
.corporate-links-with-icons-item a:hover figure { transform: translateY(-20px);  }
.item-inner-wrap .corporate-icon figure { margin: 0; transform: translateY( 0px); transition: all 0.5s ease-in-out;}
.item-inner-wrap .corporate-icon figure img { width: 100%; }
/*Corporate Links with Icons css end here*/


/*value-your-industry css start here*/
.value-your-industry { padding:130px 0 150px; position: relative; overflow: hidden; }
.value-your-industry .section-header { max-width: 850px; margin-bottom: 50px; }
.value-your-industry .section-header h2 { margin-bottom: 18px; }
.value-your-industry .slick-list.draggable { padding: 0 350px 0 0px !important; }
.value-your-industry .value-your-industry-slider { margin-right: -400px; }
.value-your-industry .item-inner { margin-right:0px; height: 540px; background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; border-radius: 25px;    display: flex
; align-items: flex-end; padding: 30px 45px 20px 45px; }
.value-your-industry .item-inner:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0;  background: linear-gradient(to top,  rgba(0,34,84,0.9) 0%,rgba(4,20,53,0.1) 59%,rgba(6,11,32,0.1) 100%); border-radius: 20px;  opacity: 100%; transition: all 0.5s ease-in-out; }
.value-your-industry-slider .item a:hover .item-inner:after {
    background: linear-gradient(to top, rgba(0, 34, 84, 0.9) 0%, rgba(4, 20, 53, 0.4) 80%, rgba(6, 11, 32, 0.2) 100%); }
.value-your-industry .item-inner .heading { position: relative; z-index: 11;  }
.value-your-industry .item-inner .heading h3 { font-size: 40px; line-height: 44px; font-family: 'HelveticaNeueLT Pro 65 Md'; font-weight: 500; }
.value-your-industry .item-inner .heading p { transition: all 0.5s ease-in-out; font-size: 20px; line-height: 26px;  }
.value-your-industry-slider .item { margin-bottom: 70px; margin-right: 30px; }
.value-your-industry-slider ul.slick-dots { margin-left: 17px; }
.value-your-industry-slider .item a { display: inline-block; width: 100%; }
.value-your-industry-slider .item a:hover .arrow { opacity: 1; }
.value-your-industry-slider .item a:hover .inner-desc { margin-bottom: 75px; }
.value-your-industry-slider .item .inner-desc { transition: all 0.5s ease-in-out; }
.value-your-industry .item-inner .arrow i { color: #fff; font-weight: 100; font-size: 20px; transition: all 0.5s ease-in-out; }
.value-your-industry .item-inner .arrow { width: 51px; height: 51px; border: 1px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.5s ease-in-out; position: absolute; bottom: 0; opacity: 0;}
.value-your-industry-slider .slick-arrow { bottom: auto; top: -110px; }
.value-your-industry-slider .slick-prev.slick-arrow { top: -110px; right: 485px; left: auto; }
.value-your-industry-slider .slick-next.slick-arrow { top: -110px; right: 405px; left: auto; }
/*value-your-industry css end here*/


/*page Not Found 404 css start here*/
.page-not-found { position:relative; min-height:calc(100vh - 180px); display: flex; align-items: flex-end; }
.page-not-found .title-404 { margin-bottom: 10px; }
.page-not-found .content-404 a { display: inline-block; }
.page-not-found #content { padding: 0 0 50px 0; }
.page-not-found .bg-image { width: 100%;  background-size: cover; background-repeat: no-repeat; background-position: center center; position: absolute; top: 0; left: 0; height: 100%; }
.page-not-found .bg-image:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(to top,  rgba(0,34,84,1) 0%,rgba(0,0,0,0.1) 100%); }
/*page Not Found 404 css end here*/

/*blog single post css start here*/
.blog-single-post { padding:70px 0; }
.blog-single-post .blog-single-post-inner { max-width: 1060px; margin: 0 auto; }
.blog-single-post .right-btn { text-align: right; margin-bottom: 35px;  }
.blog-single-post .right-btn .back-btn { color: #4753dc; font-size: 24px; font-family: 'HelveticaNeueLT Pro 55 Roman';  font-weight: 400; }
.blog-single-post .right-btn .back-btn i { font-size: 22px; }
.blog-single-post .right-btn .back-btn:hover { background: none !important; }
.blog-single-post .right-btn .back-btn:hover { color: #1bdee0 !important; }
.blog-single-post .right-btn .back-btn:hover:after { display: none; }
.blog-single-post h1 { font-family: 'HelveticaNeueLT Pro 45 Lt'; margin-bottom: 48px; }
.blog-single-post .featured-image img { width: 100%; border-radius: 15px; }
.blog-single-post figure.featured-image { margin-bottom: 55px; }
.blog-single-post .article-social { display: flex; flex-wrap: wrap; align-items: center; border-top: 1px solid #dadbf9; border-bottom: 1px solid #dadbf9; padding: 32px 0 25px; margin-bottom: 60px; }
.blog-single-post .article-meta { width: 60%; }
.blog-single-post ul.social-share { float: left; width: 40%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: end; margin: 0; }
.blog-single-post ul.social-share li { margin:0 19px 0; padding: 0; font-size: 20px; position: relative; }
.blog-single-post ul.social-share li:before { display: none; }
.blog-single-post ul.social-share li:last-child { margin-right: 0; }
.social-share li:first-child { margin-left: 0; }
.social-share li a { color: #4753dc; display: inline-block; position: relative; font-size: 20px; }
.social-share li a:hover { color: #4753dc; }
.social-share li a:hover:after { display: none; }
.social-share li a i { display: block; width: 20px; text-align: center; }
.social-share li a span { position: absolute; width: 100px; top: -20px; transform: translate(-50%, -100%); padding-top: 6px; padding-bottom: 6px; text-align: center; font-weight: bold; color: #fff; font-size: 14px; line-height: 1.2; background-color:#002254 !important; left: 50%; display: none !important; box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3); font-weight: 400; padding: 10px 10px; border-radius: 10px; }
.social-share li a:hover span { display: block !important; }
.social-share li a span::after { content: ""; width: 16px; height: 16px; position: absolute; left: calc(50% - 7.5px); bottom: -7px; background-color: #002254 !important; transform: rotate(45deg); box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3); }
.blog-single-post .article-meta span em { display: inline-block; color: #4753dc; font-style: normal; font-size: 24px; font-family: 'HelveticaNeueLT Pro 55 Roman';  font-weight: 400; }
.blog-single-post .article-meta span { display: inline-block; color: #1f1f26; width: 100%; font-size: 24px; margin-bottom: 5px; }
.blog-single-post .article-meta p { margin-bottom: 0px; display: flex; }
.blog-single-post .article-meta p span { width: auto; padding: 0 10px; }
.blog-single-post .article-meta p span:first-child { padding-left: 0; }
.blog-single-post a.btn-wrap:hover::after { display: none; }

.source-wrap { width: 100%; border-top: 1px solid #dadbf9; border-bottom: 1px solid #dadbf9; padding: 23px 0 31px; position: relative; margin: 33px 0 0 0; }
.source-wrap span { display: inline-block; width: 100%; color: #2e3192; font-size: 30px; line-height: 40px; font-weight: 700; font-family: 'HelveticaNeueLT Pro 55 Roman'; margin-bottom: 10px; }

.source-wrap a.link-button span { display: inline-block; width: 100%; color: #4753dc; font-size: 24px; line-height: 34px; margin-bottom: 2px; position: relative; font-family: 'HelveticaNeueLT Pro 45 Lt'; font-weight: 300; background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#4753dc)) !important; background-position-x: 0%, 0%; background-position-y: 0%, 0%; background-repeat: repeat, repeat; background-size: auto, auto; background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #4753dc) !important; background-size: 100% 1px, 0 1px !important; background-position: 100% 100%, 0 100% !important; background-repeat: no-repeat !important; transition: background-size 400ms !important; display: inline !important; background-size: 100% 1px, 0 1px !important; }

/*.source-wrap a.link-button { display: inline-block !important; width: 100%; }*/

.source-wrap .item { display: inline-block !important; width: 100%; }
.source-wrap a.link-button:after { content: ""; position: relative; right: -6px; top: 4px; background-image: url(./assets/images/link-arrow.png); background-repeat: no-repeat; width: 25px; height: 25px; display: inline-block; background-color: transparent; transform: scaleX(1); left: auto; }
.source-wrap-btn a { font-size: 24px; font-weight: 400; font-family: 'HelveticaNeueLT Pro 55 Roman'; }
.source-wrap-btn { position: absolute; right: 0; top: 28px; }
.source-wrap-btn a i { font-size: 20px; }
.source-wrap-btn a:after { display: none; }
.source-wrap a:hover span { background-size: 0 1px, 100% 1px !important; }
.source-wrap a.link-button:not(:hover) span { transition: none !important; background-size: 0% 1px !important; }
.source-wrap a.link-button { background: none !important; }
.source-wrap-btn a { background: none !important; }
.blog-single-post h4 { margin-bottom: 5px; }
.blog-single-post h3 { margin-bottom: 5px; }
img.alignleft { float: left; margin: 40px 50px 40px 0; max-width: 420px; border-radius: 25px; }
img.alignright { float:right; padding-left: 0px; margin-left: 40px; max-width: 420px; border-radius: 25px; }
.alignright { float: right; margin-left: 40px; margin-bottom: 20px;}
.alignleft { float: left; margin-right: 40px; margin-bottom: 20px;}
.wp-caption img { margin-bottom: 0; }
.blog-single-post .blog-single-post-inner img { border-radius: 15px; } 
.wp-caption .wp-caption-text { color: #3e3e4d; font-size: 13px; font-weight: 400; font-family: 'HelveticaNeueLT Pro 55 Roman'; position: relative; padding-left: 15px;}
.wp-caption .wp-caption-text:before { content: ""; position: absolute; left: 0; top: 6px; width: 5px; height: 5px; background-color: #4753dc; border-radius: 50%; }
.blog-content .right-btn { display: flex; flex-wrap: wrap; text-align: left; margin: 37px 0 30px 0; }
.resources-listing.resources-listing-single { padding-top: 30px; }
.resources-listing.resources-listing-single .coman-block-sec { margin-bottom: 60px; }
/*blog single post css end here*/



/* Resource filter Section Start */ 
.filter-wrap .sbToggle { background: url(./assets/images/filter-down-arrow.png) -1px -116px no-repeat; display: block; height: 9px; width: 15px; outline: none; position: absolute; right: 4px; top: 40%; background-size: contain; background-repeat: no-repeat; background-position: top center; transform: translateY(-50%);  }
.post-filter-wrap .filter-wrap .sbOptions li:first-child a:hover { background: transparent; }
.filter-wrap .sbSelector { height: 55px; }
.filter-wrap .sbHolder { border-bottom: 1px solid #fff; }
.filter-wrap .topic-dropdown a { color: #fff; font-size: 24px; }
.filter-wrap .topic-dropdown .sbSelector a { position: relative; left: 3px;}
.filter-wrap .type-dropdown .sbSelector a { position: relative; left: 3px;}
.filter-wrap .type-dropdown a { color: #fff; font-size: 24px; }
.post-filter-wrap { padding-top: 70px; padding-bottom: 65px; background: linear-gradient(to right,  #2e3192 20%,#1bdee0 100%); } 
.post-filter-wrap .filter-wrap { gap: 20px; row-gap: 40px; -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr); grid-template-columns: repeat(3, minmax(0, 1fr)); display: -ms-grid; display: grid; list-style: none; } 
.post-filter-wrap .filter-wrap .search-field input { width: 100%; font-family: 'HelveticaNeueLT Pro 45 Lt'; font-weight: 300;  font-size: 24px; border-bottom: 1px solid #fff; color: #fff; outline: none !important; box-shadow: none; padding: 3px 35px 7px 0px; background: url(./assets/images/search-icon.png) no-repeat; background-position: 99% 3px; background-size: 20px; border-radius: 0;}
.post-filter-wrap .filter-wrap .search-field input::placeholder { color:#ffffff; opacity: 1; } 
.post-filter-wrap .filter-wrap .search-field input::-ms-input-placeholder { color: #ffffff; } 
.pagination.resource-pagination { text-align: center; padding-top: 40px; }
.pagination.resource-pagination span, .pagination.resource-pagination a { margin: 0 10px; }
.pagination.resource-pagination span, .pagination.resource-pagination a { width: 46px; height: 46px; display: inline-block; background-color: transparent; border-radius: 50%; font-size: 24px; color: #4753dc; line-height: 45px; font-weight: 700; font-family: 'HelveticaNeueLT Pro 55 Roman'; } 
.pagination.resource-pagination a.current, .pagination.resource-pagination a:hover { background-color: #4753dc; color: #fff; } 
.pagination.resource-pagination span.page-link-blank { cursor: no-drop; }

.pagination.news-pagination { text-align: center; padding-top: 40px; }
.pagination.news-pagination span, .pagination.news-pagination a { margin: 0 10px; }
.pagination.news-pagination span, .pagination.news-pagination a { width: 46px; height: 46px; display: inline-block; background-color: transparent; border-radius: 50%; font-size: 24px; color: #4753dc; line-height: 45px; font-weight: 700; font-family: 'HelveticaNeueLT Pro 55 Roman'; } 
.pagination.news-pagination a.current, .pagination.news-pagination a:hover { background-color: #4753dc; color: #fff; } 
.pagination.news-pagination span.page-link-blank { cursor: no-drop; }


.post-filter-wrap .filter-wrap .sbOptions {background:#002254; top:-3px !important; left: 0px; padding:10px 0 20px 0px;}
.post-filter-wrap .filter-wrap .sbOptions li { background: transparent; padding: 0; margin: 0; }
.post-filter-wrap .filter-wrap .sbOptions li a { background: transparent; border: none; padding: 8px 25px 8px 25px; transition: all 0.5s ease-in-out; }
.post-filter-wrap .filter-wrap .sbOptions li a:hover { background: #4753dc;}
.post-filter-wrap .filter-wrap .sbOptions li:before { display: none; }
.filter-wrap .sbToggle.sbToggleOpen { background: url(./assets/images/up-arrow.png); top: 30px; right: 30px; z-index: 11; cursor: pointer; }


.sort-wrap { max-width: 200px; margin-left: auto; margin-bottom: 25px; }
.sort-wrap .sbSelector { justify-content: flex-end; left: 0px; padding-right: 35px;}
.sort-wrap .sbHolder { border: none;}
.sort-wrap .sbHolder .sbSelector a { color:#4753dc; font-size: 24px; }

.sort-wrap .sbOptions { background:#002254; top:0 !important;padding:10px 0 20px 0px; max-width: 200px; }
.sort-wrap .sbOptions li { background: transparent; padding: 0; margin: 0; }
.sort-wrap .sbOptions li a { background: transparent; border: none; padding: 8px 25px 8px 25px; transition: all 0.5s ease-in-out; color: #fff; font-size: 25px; }
.sort-wrap .sbOptions li a:hover { background: #4753dc;}
.sort-wrap .sbOptions li:before { display: none; }
.sort-wrap .sbToggle.sbToggleOpen { background: url(./assets/images/up-arrow.png); top: 25px; right: 30px; z-index: 11; cursor: pointer; background-repeat: no-repeat; }
.sort-wrap .sbToggle { background: url(./assets/images/short-down-arrow.png); background-repeat: no-repeat; top: 10px; transform: translateY(0); cursor: pointer;}
.sort-wrap .sbOptions li:first-child a:hover { background: transparent; }


footer  { padding:20px 0;  border-top: 1px solid #2e3192; }
footer .bottom-footer-wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
footer .bottom-footer-wrap .copy-rt { width: 50%; max-width: 400px; }
footer .bottom-footer-wrap .menu-footer-menu-container { width: 50%; display:flex; margin: 0; padding: 0; justify-content: flex-end;  }
footer .bottom-footer-wrap ul { display:flex; margin: 0; padding: 0; justify-content: flex-end;  }
footer .bottom-footer-wrap ul li { margin:0 20px 0 0; padding: 0; font-family: 'HelveticaNeueLT Pro 65 Md'; font-weight: 500; font-size: 14px; line-height: 24px; }
footer .bottom-footer-wrap ul li:last-child { margin-right: 0; }
footer .bottom-footer-wrap ul li:last-child:after { display: none; }
footer .bottom-footer-wrap ul li:after { content: ""; position: absolute; right: -10px; width: 1px; height: 14px; background-color: #2e3192; top: 5px; }
footer .bottom-footer-wrap ul li:before { display: none; }
footer .bottom-footer-wrap ul li a { font-family: 'HelveticaNeueLT Pro 65 Md'; font-weight: 500; font-size: 14px; line-height: 24px; color: #2e3192; transition: all 0.5s ease-in-out; }
footer .bottom-footer-wrap ul li a:hover { color: #4753dc; }
footer .bottom-footer-wrap .copy-rt p { margin: 0; color: #2e3192; font-family: 'HelveticaNeueLT Pro 65 Md'; font-weight: 500; font-size: 14px;line-height: 24px; }

/*back to top css start here*/
button.back-to-top{ margin: 0 !important; padding: 0 !important; background: #fff; height: 60px; width: 60px; overflow: hidden; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; color: transparent; clear: both; visibility: hidden; position: fixed; cursor: pointer; display: block; border: none;right: 150px; bottom: 75px; font-size: 0px; outline: 0 !important; z-index: 9999; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus,{ outline: 0 !important; }
button.back-to-top::before { content: "\f062"; font-family: "Font Awesome 6 Pro"; color: #fff; font-weight: 300; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
button.back-to-top.show::before{ visibility: visible; }
button.back-to-top.show { display: block; background: #4753dc; color: #00ab6c; font-size: 25px; right: 150px; bottom: 70px; height: 60px; width: 60px; visibility: visible; }

.resource-section-block { position: relative; z-index: 11; }
.resources-listing { padding: 55px 0 100px; }
.resources-listing .container { z-index: 0; }
.resources-listing .resources-listing-wrap { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.resources-listing .resources-listing-item { width: 33.33%; padding: 0 15px; margin-bottom: 30px; }
.resources-listing .resources-listing-item-inner { border:1px solid #dae2ec; border-radius:25px; height: 100%; position: relative; background-color: #fff; }
.resources-listing-item-inner figure { height: 180px; margin: 0; position: relative; }
.resources-listing-item-inner figure:after { content: ""; position:absolute; width:100%; height:100%; left: 0; top:0; background:rgb(91 70 249 / 16%); mix-blend-mode:soft-light; border-radius:25px 25px 0 0; }
.resources-listing-item-inner figure img { width: 100%; height: 100%; object-fit: cover; border-radius: 25px 25px 0 0; }
.resources-listing-item-inner .resources-listing-content label { color: #1bdee0; display: inline-block; font-size: 14px; font-weight: 700; text-transform: uppercase; font-family: 'HelveticaNeueLT Pro 55 Roman'; margin-bottom: 13px; }
.resources-listing-item-inner .resources-listing-content h4 { color: #2e3192; font-size: 30px; line-height: 40px; line-height: 30px; margin-bottom: 14px; font-weight: 700; font-family: 'HelveticaNeueLT Pro 55 Roman'; transition: all 0.5s ease-in-out;  }
.resources-listing-item-inner .resources-listing-content p { color: #1f1f26; font-size: 20px; line-height: 30px; transition: all 0.5s ease-in-out;  }
.resources-listing-item-inner .resources-listing-content { padding:44px 30px 16px 41px; }
.resources-listing-item-inner .resources-listing-item a { display: inline-block; width: 100%; position: relative; }
.resources-listing-item .resources-listing-item-inner:after { content:""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; box-shadow:3px 0 35px rgb(0 0 0 / 35%); opacity: 35%; opacity: 0; transition: all 0.5s ease-in-out; border-radius: 25px;}
.resources-listing-item a:hover .resources-listing-item-inner:after { opacity: 1; }
.resources-listing-item a:hover .resources-listing-item-inner h4 { color: #4753dc; }

p.not-found-post { font-family: 'HelveticaNeueLT Pro 55 Roman'; color: #2e3192; font-size: 34px; line-height: 34px; font-weight: 700; letter-spacing: 0; }

.resource-section-block.news-section-block .sort-wrap .sbOptions { max-width: 300px;  }
.resource-section-block.news-section-block .sort-wrap { max-width: 300px; }


/*no results css start here*/
.no-results-main { padding: 100px 0; background: #fff; }
.no-results-main h1.page-title { margin-bottom: 70px; }
.no-results-main article { background-color: #fff; border-radius: 18px; padding: 0px; margin-bottom: 50px; border-bottom: 1px solid #1f1f26; border-radius: 0; }
.no-results-main article p { font-size: 26px; line-height: 36px; color: #1f1f26; }
.no-results-main article h2 a { line-height: 30px;  font-size: 24px; font-family: 'HelveticaNeueLT Pro 55 Roman'; font-weight: 700; letter-spacing: -0.5px; margin-bottom: 12px; color:#4753dc !important; }
.no-results-main article.no-results h1 { margin-bottom: 15px;  color: #2e3192; }
.no-results-main article.no-results .search-form input { border: 1px solid #4753DC; padding: 10px; font-size: 18px; border-radius: 5px; font-family: 'HelveticaNeue65Md', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 500; transition: all 0.5s ease-in-out;}
.no-results-main article.no-results .search-form input.search-submit { background-color: #4753DC; color: #fff; cursor: pointer;}
.no-results-main article.no-results .search-form input.search-submit:hover { background-color: #1BDEE0; color: #fff; border-color:#1BDEE0; }
.no-results-main article h2 a:hover { color: #1bdee0 !important; }
.no-results-main article h2 { line-height: 30px;  font-size: 24px; margin-bottom: 15px; }
.no-results-main article img { border-radius: 20px; margin-bottom: 18px; }
.no-results-main article footer.entry-meta { font-size: 22px; }
.no-results-main .navigation a { color: #fff; font-family: 'HelveticaNeueLT Pro 55 Roman'; font-weight: 700; display: inline-block; margin: 0 0 30px 0; }
.no-results-main .navigation a:hover span { background: none !important; }
.no-results-main .navigation a span { font-size: 24px; position: relative; top: 0px; }

.no-results-main .navigation .page-numbers { color:#2e3192 !important; width: 46px; height: 46px; display: inline-block; background-color: transparent; border-radius: 50%; font-size: 24px; position: relative; color: #fff; font-weight: 700; font-family: 'HelveticaNeueLT Pro 55 Roman'; margin: 0; padding: 0; line-height: 44px; }
.no-results-main .navigation .page-numbers:hover { color:#fff !important;}
.no-results-main .navigation .page-numbers { margin: 0 10px; }
.no-results-main .navigation .page-numbers.current { background-color: #2e3192; color: #fff !important }
.no-results-main .navigation .page-numbers:hover { background-color: #2e3192; color: #fff; } 
.no-results-main .nav-links { text-align: center; }
.no-results-main .navigation a.prev.page-numbers { display: none; }
.no-results-main .navigation a.next.page-numbers { display: none; }
.no-results-main .navigation .assistive-text { display: none; }
/*
.no-results-main article h2 a { position: relative; display: inline-block; text-decoration: none; }
.no-results-main article h2 a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #1bdee0; transform: scaleX(0); transform-origin: right; transition: transform 0.4s ease-in-out; }
.no-results-main article h2 a:hover::after { transform: scaleX(1); transform-origin: left; }
*/


/*no results css end here*/
.images-and-text-module.align-right .section-header .section-header-content h3 { font-size: 26px; color: #1f1f26; font-weight: 700; font-family: 'HelveticaNeueLT Pro 55 Roman';  margin-bottom: 0;}
.images-and-text-module .listing-wrap .item a { color: #4753dc; font-size: 24px; line-height: 34px; position: relative; display: inline-block; pointer-events: none; }
a.link-button.popup-with-zoom-anim { pointer-events: auto !important; }
.images-and-text-module .listing-wrap .item a:hover { color: #2e3192; }
.images-and-text-module .listing-wrap .item a:before { content: ""; position: absolute; right: auto; top: 7px; background-image: url(./assets/images/link-arrow-light.png); background-repeat: no-repeat; width: 25px; height: 25px; display: inline-block; background-color: transparent; transform: scaleX(1); left: 0; }
.images-and-text-module .listing-wrap .item { margin-bottom: 2px; }
.images-and-text-module .listing-wrap .item span { margin-left: 32px; }
.images-and-text-module .listing-wrap .item a:hover span { background: no-repeat !important; }
.images-and-text-module .listing-wrap { margin: 35px 0 35px 0; }
/*.popup-active .mfp-bg { background-color: transparent; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); opacity: 1 !important; }*/
.mfp-bg { background-color: rgba(255, 255, 255, 0.8); -webkit-backdrop-filter: blur(17px); backdrop-filter: blur(17px); opacity: 1 !important; }
.popup-left-block .popup-descri-inner .link-button { color: #4753dc; font-size: 20px; font-family: 'HelveticaNeueLT Pro 55 Roman'; position: relative; }
.popup-left-block .popup-descri-inner .link-button:before {content: ""; position: absolute; right: auto; top: 0px; background-image: url(./assets/images/link-arrow-light.png); background-repeat: no-repeat; width: 25px; height: 25px; display: inline-block; background-color: transparent; transform: scaleX(1); left: 0; }
.images-and-text-module .listing-wrap .item a span { display: inline-block !important; }
.popup-text {
    max-width: 842px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
    padding: 70px 50px 75px 75px;
    position: relative;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    /* box-shadow: 0 0 1px 18px rgb(0 0 0 / 1.1%); */
    box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.3); }
.popup-active .popup-text {
    opacity: 1;
 }
.popup-text .popup-two-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.popup-text .popup-two-block .popup-left-block {
    float: left;
    width: 36.7%;
    display: flex;
    flex-wrap: wrap;
}
.popup-text .popup-two-block .popup-right-block {
    float: left;
    width: 51.4%;
    height: 560px;
    overflow-y: auto;
    max-height: 494px;
    padding-right: 20px;
}
.popup-left-block img {
    display: block;
    width: 100%;
}

.popup-right-block::-webkit-scrollbar-track
{	
	border-radius: 10px;
	background-color: #dadbf9;
}

.popup-right-block::-webkit-scrollbar
{
	width: 5px;
	background-color: #dadbf9;
}

.popup-right-block::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #4753dc;
}
.popup-left-block .popup-descri { margin-top: 27px; padding-left: 0; display: flex; align-items: end; }

.popup-left-block .popup-descri h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 9px;
    color: #2e3192;
    text-transform: inherit;
    font-family: 'HelveticaNeueLT Pro 55 Roman';
}

.popup-left-block .popup-descri p {
    text-transform: capitalize;
    margin-bottom: 25px;
    color: #1f1f26;
    max-width: 200px;
    font-size: 20px;
    line-height: 30px;
}
.popup-descri .social-icons {
    display: flex;
}
.popup-descri .social-icons {
    display: flex;
}

.popup-descri .social-icons a {
    margin-right: 20px;
    display: inline-block;
    color: #00a1c2;
    font-size: 20px;
}
.popup-descri .social-icons a:hover { color: #035774; }
.popup-left-block .popup-descri .social-icons a { font-size: 20px; margin-right: 7px; } 
.popup-right-block p { line-height: 1.5; margin-bottom: 12px; }
.popup-right-block h6 { font-size: 22px; color: #035774; font-weight: bold; letter-spacing: -0.00em; margin-bottom: 13px; line-height: 1.28; }
.popup-right-block h5 { font-size: 18px; letter-spacing: -0.00em; color: #424148; font-weight: bold; margin-bottom: 12px; }
.popup-left-block .popup-descri .social-icons a { font-size: 20px; margin-right: 7px; }
.popup-left-block .popup-descri .social-icons a:hover { color: #025466; } 
.popup-text button.mfp-close { position: absolute; left: -68px; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background-color: #4753dc; border-radius: 50%; opacity: 1; color: #fff; font-size: 38px; }
.popup-text button.mfp-close:hover{ background-color: #4753dc; }
.popup-left-block .popup-descri span { margin-left: 35px; }
.popup-left-block .popup-descri a:hover span { background: none !important; }

.mktoForm textarea.mktoField {
    resize: auto !important;
}
@media only screen and (max-width: 1800px) {
    .news-events .news-events-wrap { padding: 0 60px 0 60px; }
    .intro-section .intro-section-vector { left: -60px; }
    .intro-section .aligned-left .intro-section-vector { right: -60px; }
    .intro-section .aligned-left .intro-section-vector img { padding:0 50px; }
    .value-your-industry .value-your-industry-slider { margin-right: -300px; }
}
@media only screen and (max-width: 1600px) {
    .side-by-side-text { padding: 160px 0 110px; }
    .icons-full-width { padding: 100px 0 200px; }
    .icons-full-width .icons-full-width-row.extended-layout .icons-full-width-column { width: 20%; }
    .testimonials-slider .slick-prev { left: -60px !important; }
    .testimonials-slider .slick-next { right: -60px !important; }
    .testimonials-slider.slick-initialized.slick-slider { margin: 0 40px; }
    .testimonials { padding: 180px 0; }
    .teambio { padding: 130px 0 130px 0; }
    section.history_timeline .d-flex .slider-part .timeline-nav__item { font-size: 34px; }
    .news-events .news-events-wrap .news-events-heading h3 { font-size: 40px; line-height: 44px; }
    .news-events .news-events-wrap .news-events-listing .news-events-listing-item { padding-bottom: 30px; }
    .table-style { padding: 100px 0; }
    .location-map { padding: 80px 0; }
    .location-area.section-header h2 { margin-bottom: 15px; }
    .images-and-text-module .section-header-content { max-width: 675px; }
    .wide-videoimage { padding:100px 0; }
    .intro-section .intro-section-vector { left: 0px; }
    .intro-section .intro-counter-content .counter-number { font-size: 80px; }
    .intro-section .intro-section-vector img { width: 100%; padding-right: 70px; }
    .intro-section .aligned-left .intro-section-vector { right: 0; }
    .intro-section .aligned-left .intro-section-vector img { padding: 0 0 0 90px; }
    .value-your-industry .value-your-industry-slider { margin-right: -200px; }
    .value-your-industry .item-inner { padding: 30px 20px; }
    .value-your-industry .item-inner .heading h3 { font-size: 38px; line-height: 48px; }
    .value-your-industry-slider .slick-next.slick-arrow { right: 200px; }
    .value-your-industry-slider .slick-prev.slick-arrow { right: 285px; }
    .no-results-main { padding: 80px 0; }
}
@media only screen and (max-width: 1400px) {
    h1, .h1 { font-size: 66px; line-height: 70px; }
    h2, .h2 { font-size: 60px; line-height: 64px; }
    h3, .h3 { font-size: 32px; line-height: 40px; }
    p { font-size: 22px; line-height: 32px; }
     ul li { font-size: 22px; line-height: 30px; }
    ul li:before { top: 14px; }
    .top-hero-banner { min-height: 600px; }
    .section-header p { font-size: 28px; line-height: 38px; }
    .top-hero-banner .top-text p { font-size: 28px; }
    .header-wrap .header-logo a.brand-logo img { width: 200px; }
    .header-wrap .header-logo a.brand-logo img { padding:32px 0 0 0; }
    .contact-btn a { font-size: 18px; padding: 0 15px; }
    .desktop-menu li.menu-lavel-1 { margin-right: 15px; }
    .desktop-menu li.menu-lavel-1 > a { font-size: 18px; }
    header .menu-details { left: calc((100% - 720px) / 2); }
    header ul.desktop-menu li:nth-child(3) .menu-details { left: calc((100% - 1270px) / 2); }
    header ul.desktop-menu li:nth-child(6) .menu-details { left: calc((100% - 1750px) / 2); }
    .search-imput-des { margin: 0 20px; }
    .three-column-text { padding: 100px 0; }
    .three-column-text .three-column-row .three-column p { font-size: 22px; line-height: 34px; margin-bottom: 30px; }
    .featured-blocks { padding: 100px 0 40px; }
    .featured-blocks .section-header { margin-bottom: 50px; }
    .featured-blocks .featured-blocks-column p { font-size: 20px; line-height: 32px; }
    .side-by-side-text { padding: 90px 0 40px; }
    .text-stacked-figures-with-icons { padding:100px 0; }
    .stacked-figures-with-icons .counter-number { font-size: 45px; }
    .stacked-counter-wrap .stacked-counter-content p { font-size: 20px; line-height: 30px; }
    .icons-full-width .section-header { margin-bottom: 65px; }
    .icons-full-width { padding: 80px 0 160px; }
    .icons-full-width .icons-full-width-row.extended-layout .icons-full-width-column { width: 25%; }
    .icons-full-width .icons-full-width-content h4 { font-size: 26px; line-height: 32px; }
    .large-cta-with-background-image { padding:180px 0; }
    .testimonials { padding: 150px 0; }
    .testimonials .testimonials-content p { font-size: 30px; line-height: 40px; }
    .testimonials .testimonials-quote figure { margin-bottom: 25px; }
    .form-section { padding: 100px 0; }
    .form-section .section-header { margin-bottom: 50px; }
    .team_titlebox h3 { font-size: 32px; }
    .post-clm-section { padding-top: 150px; padding-bottom: 100px; }
    .post-wrap .post-inner-wrap .post-left-img + .post-right-c { width calc(100% - 150px); padding-left:20px; }
    .post-wrap .post-inner-wrap .post-left-img { width: 150px; }
    .post-wrap .post-inner-wrap .post-left-img figure { height: 150px; width: 150px; }
    .post-wrap .post-inner-wrap .post-left-img + .post-right-c { width: calc(100% - 150px); }
    .post-wrap .post-inner-wrap .post-right-c .cta-btn { margin-top: 20px; }
    .post-wrap .post-inner-wrap .post-right-c p { color: #fff; font-size: 32px; }
    .social-icon { right: 30px; }
    button.back-to-top.show { right: 10px; }
    button.back-to-top { right: 10px; }
    .tabing-section { padding-top: 100px; padding-bottom: 100px; }
    .industry-block { padding:100px 0; }
    .industry-block .accordion__item .accordion__title { padding: 25px 0 25px 0; }
    .industry-block .accordion__item .accordion__title { font-size: 30px; line-height: 40px }
    .industry-block .accordion__item .accordion__title .accordion__arrow { margin-top: -5px; }
    .industry-block .accordion__item .accordion__title.accordion-active .accordion__arrow { top: -13px; position: relative; right: -5px; }
    .industry-block .industry-block-inner .section-header-wrap { margin-bottom: 40px; }
    .industry-block .industry-block-title { max-width: 800px; }
    .history_timeline { padding:100px 0 0 0;}
    section.history_timeline .d-flex .slider-part .timeline-nav__item { font-size: 30px; line-height: 40px; }
    section.history_timeline .timeline-wrapper { height: 580px; }
    section.history_timeline .d-flex .side-text .timeline-slide__content { padding: 35px 30px 30px 30px; }
    section.history_timeline .d-flex .slider-part .timeline-nav { padding:0 20px; }
    section.history_timeline .d-flex .slider-part .timeline-nav__item { font-size: 26px; }
    .news-events .news-events-wrap .news-events-heading h3 { font-size: 34px; }
    .news-events .news-events-wrap .news-events-listing .news-events-listing-item p { line-height: 28px; font-size: 20px; }
    .news-events .news-events-wrap { padding: 0 20px 0 30px; }
    .table-style { padding: 60px 0; }
    .location-map { padding: 60px 0; }
    .images-and-text-module .section-header-content .text-header-wrap p { font-size: 28px; line-height: 36px; }
    .images-and-text-module .section-header-content p { font-size: 22px; line-height: 30px; }
    .wide-videoimage { padding:80px 0; }
    .wide-videoimage .section-header { margin-bottom: 30px; }
    .intro-section .intro-counter-content .counter-number { font-size: 70px; }
    .intro-section .intro-counters { top: -90px; padding-left: 30px; right: 0; }
    .intro-section-wrap.aligned-right .intro-counter-wrap:last-child { padding-right: 0; }
    .intro-section .intro-section-vector img { padding-right: 50px; }
    .intro-section .intro-counter-content p { font-size: 24px; line-height: 34px; }
    .intro-section .section-header{ padding-bottom: 120px; }
    .round-image-and-text-inner .round-circle-image-and-text + .round-image-and-text-row { width: calc(100% - 275px); padding-left: 40px; }
    .round-image-and-text-inner .round-circle-image-and-text { width: 290px; height: 290px; }
    .round-image-and-text-inner .round-circle-image-and-text:after { width: 300px; height: 300px; }
    .round-image-and-text-inner .round-circle-image-and-text figure { width: 260px; height: 260px; }
    .round-image-and-text-inner .round-circle-image-and-text figure img { width: 260px; height: 260px; }
    .round-image-and-text-wrap #dynamic-video-container video { width: 260px; height: 260px; }
    .round-image-and-text .round-image-and-text-row h3 { font-size: 40px; line-height: 45px; }
    .item.align-right .round-image-and-text-inner .round-image-and-text-row { padding: 0 40px 0 0; }
    .round-image-and-text { padding: 80px 0 180px; }
    .vision-for-industry { padding: 90px 0 100px; }
    .corporate-links-with-icons { padding: 80px 0 40px; }
    .corporate-links-with-icons .section-header { margin-bottom: 70px; }
    .corporate-title h4 { font-size: 26px; line-height: 30px; }
    .item-inner-wrap .corporate-icon + .corporate-title { padding-left: 15px; width: calc(100% - 72px); }
    .item-inner-wrap .corporate-icon { width: 72px; }
    .value-your-industry .item-inner .heading h3 { font-size: 34px; line-height: 44px; }
    .value-your-industry .slick-list.draggable { padding: 0 250px 0 0px !important; }
    .value-your-industry-slider .item { margin-bottom: 50px; }
    .value-your-industry { padding: 100px 0 120px; }
    .vision-for-industry-box .filter-tabs { margin-bottom: 40px; }
    button.back-to-top.show { right: 25px; }
    button.back-to-top { right: 25px; }
    .resources-listing-item-inner .resources-listing-content { padding: 35px 25px 10px 25px; }
    .value-your-industry-slider .item { margin-right: 15px;}
/*    .round-image-and-text-wrap .item:nth-child(1) .round-image-and-text-row { padding-right: 0; }*/
    .resources-listing.resources-listing-single .coman-block-sec { margin-bottom: 40px; }
    .no-results-main article p { font-size: 24px; line-height: 34px; }
    .round-image-and-text .section-header { margin-bottom: 60px; }
    .images-and-text-module .listing-wrap .item a { font-size: 22px; line-height: 32px; }
    .images-and-text-module.align-right .section-header .section-header-content { padding-left: 0; }
    .images-and-text-module.align-right .section-header .section-header-content h3 { margin-bottom: 10px; }
    .images-and-text-module .listing-wrap .item a:before { top: 5px; }
    header ul.desktop-menu li:nth-child(5) .menu-details { left: calc((100% - 1560px) / 2); }
    .no-results-main article { margin-bottom: 30px; }
}
@media only screen and (max-width: 1300px) {
    header .menu-details { left: calc((100% - 660px) / 2); }
    header ul.desktop-menu li:nth-child(3) .menu-details { left: calc((100% - 1140px) / 2); }
    header ul.desktop-menu li:nth-child(2) .menu-details { left: calc((100% - 880px) / 2); }
    header ul.desktop-menu li:nth-child(6) .menu-details { left: calc((100% - 1650px) / 2); }
    header ul.desktop-menu li:nth-child(7) .menu-details { left: calc((100% - 1650px) / 2); }
     .round-image-and-text-inner .round-circle-image-and-text { width: 280px; height: 280px; }
    .round-image-and-text-inner .round-circle-image-and-text:after { width: 290px; height: 290px; }
    .round-image-and-text-inner .round-circle-image-and-text figure { width: 250px; height: 250px; }
    .round-image-and-text-inner .round-circle-image-and-text figure img { width: 250px; height: 250px; }
    .round-image-and-text-wrap #dynamic-video-container video { width: 250px; height: 250px; }
}
@media only screen and (max-width: 1199px) {
    .container { padding:0 30px; }
    h1, .h1 { font-size: 60px; line-height: 60px; margin-bottom: 20px; }
    h2, .h2 { font-size: 52px; line-height: 54px; margin-bottom: 20px; }
    h3, .h3 { font-size: 28px; line-height: 36px; }
    p { font-size: 20px; line-height: 30px; }
    ul li { font-size: 20px; line-height: 28px; }
    ul li:before { top: 11px; }
    .brand-logo, header.srolled .brand-logo { max-width: 137.6px; margin-top: 0px; margin-left: 0px; }
    .brand-logo img { max-width: 100%; }
    .desktop-menu li.menu-lavel-1:last-child { display: block; }
    .slide-menu .slider { top: 70px; }
    .mobile-header { position: relative; z-index: 1111; border-bottom: solid 1px #E4E4E4 !important; height: 70px; background-color: #fff; }
    .mobile-header { display: flex; padding: 15px 30px 15px 30px; align-items: center; justify-content: space-between; }
    .header-inner { display: none; }
    button.btn.slide-menu-control { padding: 0; width: 26px; height: 18px; align-items: center; justify-content: center; box-shadow: none; margin-top: 0; outline:none; border:0; background: transparent !important; cursor: pointer; }
    .btn.slide-menu-control span { display: block; width: 25px; height: 2px; background-color: #4753dc; margin-bottom: 4px; border-radius: 1px; -webkit-transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965); -o-transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965); transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965); position: relative; }
    .btn.slide-menu-control:hover span { width: 30px; }
    .btn.slide-menu-control:hover span:nth-of-type(2n) { width: 30px; }
    .btn.slide-menu-control.btn-remove span { transform: rotate(45deg); top: 5px; }
    .btn.slide-menu-control.btn-remove span:nth-of-type(2n) { transform: rotate(-45deg); bottom: 5px; }
    .btn.slide-menu-control.btn-remove span, .btn.slide-menu-control.btn-remove:hover span { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: 5px; width: 25px; }
    .btn.slide-menu-control.btn-remove span:nth-of-type(2n), .btn.slide-menu-control.btn-remove:hover span:nth-of-type(2n) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: -1px; }
    .btn.slide-menu-control img { display: none; }
    header .slide-menu ul a { color: #4753dc; }
    header .slide-menu ul a.slide-menu-control { color: #1bdee0; }
    .mobile-menu-main li { border-bottom: solid 1px #dadbf9; padding: 0; margin: 0; position: initial !important; }
    .slide-menu ul a.slide-menu-control::after { width: 12px; height: 15px; position: absolute; background-image: none; left: 20px; top: 50%; transform: translateY(-50%) rotate(90deg); background-repeat: no-repeat; font-family: "Font Awesome 6 Pro"; font-weight: 900; font-size: 14px; content: "\f078"; color: #1bdee0; }
    .mobile-menu-main li:before { display: none; }
    .has-submenu::after { content: ''; width: 6px; height: 10px; position: absolute; background-image: none; right: 30px; top: 50%; transform: translateY(-50%) rotate(-90deg); background-repeat: no-repeat; font-family: "Font Awesome 6 Pro"; font-weight: 900; font-size: 14px; content: "\f078"; margin-top: 3px; color: #4753dc; }
    .form-control.ds-input { background: linear-gradient(45deg, #2e3192, #1bdee0); border-radius: 0; font-size: 18px; padding-left: 30px; padding-right: 72px; height: calc(1.5em + 1.4rem + 2px); background-repeat: no-repeat; background-position: calc(100% - 0px) center; border: none; color: #ffffff; outline: none; box-shadow: none; font-weight: 400; letter-spacing: 0; width: 100%; display: block; }
    body .btn-blank-search { border-radius: 0 !important; font-size: 18px !important; padding-left: 30px !important; padding-right: 72px !important; height: calc(1.5em + 1.4rem + 2px) !important; background-image: url(./assets/images/mobile-search.svg) !important; background-repeat: no-repeat !important; background-position: calc(100% - 26px) center !important; border: none !important; color: #ffffff !important; outline: none; box-shadow: none !important; font-weight: 400; letter-spacing: 0.01em; display: block; }
    
    .mobile-menu-main li.search-imput { position: relative !important; border-bottom: 1px solid #dadbf9 !important; }
    body .btn-blank-search { background-color: transparent !important; }
    .slide-menu { background: linear-gradient(80deg, #2e3192, #1bdee0); }
    
    .form-control.ds-input::-webkit-input-placeholder { color: #fff; }
    .form-control.ds-input::-moz-placeholder { color: #fff; }
    .form-control.ds-input:-ms-input-placeholder { color: #fff; }
    .form-control.ds-input:-moz-placeholder { color: #fff; }
    
    .top-hero-banner .top-hero-banner-wrap { padding: 50px 0 110px; }
    .top-hero-banner .top-text p { font-size: 24px; }
    .section-header p { font-size: 24px; }
    .three-column-text .section-header { margin-bottom:40px; }
    .three-column-text { padding: 70px 0; }
    .three-column-text .three-column-row .three-column ul li { margin-bottom: 18px; padding-bottom: 18px; }
    .readmore1 { font-size: 24px; }
    .readmore1 i, .readmore1 svg { font-size: 20px; }
    .readmore1:hover i:last-child { top: 6px; }
    .featured-blocks { padding: 70px 0; }
    .featured-blocks .featured-blocks-column { margin-bottom: 20px; }
    .side-by-side-text .section-header ul li { margin-bottom: 15px; padding-bottom: 15px; }
    .side-by-side-text-three-img-row .side-by-side-text-three-img-col figure { height: 150px; }
    .side-by-side-text-three-img-row .side-by-side-text-three-img-col { padding:0 10px; }
    .side-by-side-text-three-img-row { margin:0 -10px; }
    
    .stacked-counter-wrap .stacked-counter-icon + .stacked-counter-content { width: calc(100% - 80px); }
    .stacked-counter-wrap .stacked-counter-icon { width: 80px; }
    .stacked-counter-wrap .stacked-counter-icon figure img { width: 100%; }
    
    .text-stacked-figures-with-icons { padding: 60px 0; }
    .icons-full-width { padding: 70px 0 70px; }
    .icons-full-width .section-header { margin-bottom: 50px; }
    .icons-full-width .icons-full-width-content h4 { font-size: 26px; }
    .icons-full-width .icons-full-width-column figure { max-width: 80px; height: 80px; }
    .large-cta-with-background-image { padding:150px 0; }
    .testimonials .testimonials-content p { font-size: 26px; line-height: 40px; }
    .testimonials .testimonials-quote figure img { width: 90px; }
    .testimonials { padding: 100px 0; }
    .field-wrap .pikaday__container, .field-wrap .pikaday__display, .field-wrap>div input, .field-wrap select, .field-wrap textarea { font-size: 20px; }
    .form-section { padding: 80px 0; }
    .teambio_item .pvr { height: 400px; }
    .teambio { padding: 80px 0 80px 0; }
    .teambio_box { gap:25px; }
    .team_titlebox h3 { font-size: 30px; line-height: 40px; }
    .post-clm-section { padding-top: 100px; padding-bottom: 60px; } 
    .post-wrap .post-inner-wrap .post-right-c .btn.white { font-size: 26px; }
    .post-wrap .post-inner-wrap .post-right-c p { color: #fff; font-size: 28px; line-height: 38px; }
    .image-video-section { height: 450px; }
    .tab-btn-figma-vertical { padding: 20px 20px 20px 0px; }
    .tabing-section .coman-block-sec { margin-bottom: 50px; }
    .tab-inner-text .tab-right-text p { margin-bottom: 25px; }
    .tabing-section { padding-top: 80px; padding-bottom: 80px; }
    .industry-block { padding:80px 0; }
    .industry-block .industry-block-title { max-width: 700px; }
    .expand-all span { font-size: 25px; }
    .expand-open:after { font-size: 20px; }
    .industry-block .accordion__item .accordion__title { font-size: 26px; }
    .industry-block .accordion__item .accordion__content { padding: 0px 0 35px 0px; }
    .industry-block .accordion-content-bg-inner ul li:before { top: 11px; }
    .history_timeline { padding:80px 0 0 0; }
    section.history_timeline .timeline-wrapper { height: 550px; }
    section.history_timeline .d-flex .slider-part .timeline-nav { padding:0 20px; }
    section.history_timeline .d-flex .slider-part .timeline-nav__item { font-size:26px; text-align:center; }
    section.history_timeline .timeline-year { font-size: 54px; margin-bottom: 10px !important; }
    .news-events .news-events-wrap .news-events-listing .news-events-listing-item { padding: 0 10px 30px 10px; }
    .news-events .news-events-wrap .news-events-heading h3 { font-size: 30px; line-height: 40px; }
    .news-events .news-events-wrap .news-events-listing .news-events-listing-item p { line-height: 26px; font-size: 18px; }
    .is-table table th, .is-table table td { font-size: 22px; }
    .is-table table td { font-size: 22px; }
    .location-map { padding: 50px 0; }
    .location-map #filter-controls { padding:30px 30px; }
    .location-map #filter-controls { position: absolute; top: 0; }
    .location-map .sbOptions { left: -30px; }
    .location-map .map img { margin-top: 80px; }
    .location-map .sbOptions a { padding: 13px 30px 13px 30px !important; }
    .location-map .location-info { padding: 10px 0px 10px 0; }
    .location-map .location-info h3 { font-size: 22px; margin-bottom: 15px; }
    .location-map .location-info p:nth-child(2) { margin-bottom: 15px !important; }
    .location-map .location-info p { font-size: 18px; line-height: 28px; }
    .images-and-text-module { padding: 60px 0; }
    .wide-videoimage { padding:60px 0; }
    .video-container .play-button-wrapper div { width: 95px; height: 95px; }
    .video-popup a { width: 95px; height: 95px; }
    .video-popup a i { font-size: 35px; }
    .video-container .play-button-wrapper div i { font-size: 35px; }
    .wide-videoimage .section-header { margin-bottom: 20px; }
    .video-popup a span { height: 65px; }
    button.back-to-top.show { width: 50px; height: 50px; }
    button.back-to-top::before { font-size: 18px; top: -2px; position: relative; }
    .three-column-text .three-column-row .three-column p { font-size: 20px; line-height: 30px; }
    .intro-section .intro-counter-content p { font-size: 22px; line-height: 30px; }
    .intro-section .section-header { padding-bottom: 100px; }
    .intro-section { padding: 80px 0 0; margin-bottom: 150px; }
    .intro-counter-wrap { padding:0 30px; }
    .intro-section .aligned-right .section-header .right-btn { margin-top: 40px; }
    .intro-section .intro-counter-content .counter-number { font-size: 60px; }
    .intro-section .intro-counters { top: -75px; }
    .round-image-and-text .round-image-and-text-row h3 { font-size: 32px; line-height: 40px; }
    .round-image-and-text .round-image-and-text-row p { font-size: 24px; line-height: 34px; }
    .round-image-and-text { padding: 80px 0 150px; }
    .round-image-and-text-inner .round-circle-image-and-text { margin-left: 5px; }
    
     .round-image-and-text-inner .round-circle-image-and-text { width: 270px; height: 270px; }
    .round-image-and-text-inner .round-circle-image-and-text:after { width: 280px; height: 280px; }
    .round-image-and-text-inner .round-circle-image-and-text figure { width: 240px; height: 240px; }
    .round-image-and-text-inner .round-circle-image-and-text figure img { width: 240px; height: 240px; }
    .round-image-and-text-wrap #dynamic-video-container video { width: 240px; height: 240px; }
    .vision-for-industry .vision-for-industry-content { padding: 21px 25px 100px 25px; }
    .vision-for-industry .vision-for-industry-column figure { height: 180px; }
    .vision-for-industry { padding: 70px 0 60px; }
    .corporate-links-with-icons .section-header { margin-bottom: 50px; }
    .item-inner-wrap { align-items: center; }
    .corporate-title h4 { font-size: 24px; line-height: 28px; }
    .value-your-industry .value-your-industry-slider { margin-right: -100px; }
    .value-your-industry-slider .slick-next.slick-arrow { right: 100px; }
    .value-your-industry-slider .slick-prev.slick-arrow { right: 180px; }
    .value-your-industry .item-inner { margin-right: 0px; }
    .value-your-industry .item-inner { height: 500px; }
    .value-your-industry .item-inner .heading h3 { font-size: 30px; line-height: 40px; }
    ul.slick-dots li button { width: 60px; }
    .value-your-industry { padding: 70px 0 90px; }
    .value-your-industry .section-header { max-width: 780px; }
    .resources-listing-item-inner .resources-listing-content h4 { font-size: 26px; }
    .timeline-nav .slick-list.draggable { padding: 0 0 !important; }
    .post-filter-wrap { padding-top: 55px; padding-bottom: 55px; }
    .filter-wrap .topic-dropdown a { font-size: 22px; }
    .filter-wrap .type-dropdown a { font-size: 22px; }
    .post-filter-wrap .filter-wrap .search-field input { padding: 5px 35px 7px 0px; font-size: 22px; }
    .source-wrap a.link-button span { font-size: 22px; }
    .blog-single-post h1 { margin-bottom: 25px; }
    .blog-single-post .article-social { margin-bottom: 40px; }
    .blog-single-post { padding: 50px 0 20px; }
    .blog-single-post .right-btn { margin-bottom: 25px; }
    .blog-single-post .right-btn .back-btn { font-size: 22px; }
    .blog-single-post .right-btn .back-btn i { font-size: 18px; }
    .blog-single-post ul.social-share li { margin: 0 12px 0; }
    .blog-single-post .article-meta span { font-size: 20px; }
    .blog-single-post .article-meta span em { font-size: 20px; }
    .source-wrap-btn a { font-size: 22px; }
    .source-wrap a.link-button { margin-bottom: 7px; }
    .source-wrap a.link-button span { font-size: 22px; line-height: 32px; }
    .source-wrap a.link-button:after { width: 20px; height: 20px; background-size: 20px; }
    .resources-listing { padding: 55px 0 80px; }
    .value-your-industry-slider .slick-arrow { margin-right: 40px; }
    .resources-listing.resources-listing-single .coman-block-sec { margin-bottom: 30px; }
    .source-wrap { padding: 20px 0 20px; }
    .no-results-main { padding: 60px 0; }
    .no-results-main article p { font-size: 22px; line-height: 32px; }
    .no-results-main article { padding:0px; }
    .three-column-text .three-column-row .three-column .three-column-wow ul li { margin-bottom: 15px; padding-bottom: 15px; }
    .images-and-text-module .listing-wrap .item a { font-size: 20px; line-height: 30px; }
    .images-and-text-module .listing-wrap .item { margin-bottom: 4px; }
    .images-and-text-module .listing-wrap .item a:before { top: 2px; }
    .popup-left-block .popup-descri h3 { font-size: 26px; }
    header ul.desktop-menu li:nth-child(5) .menu-details { left: calc((100% - 1500px) / 2); }
    .form-section .mktoForm .mktoRequiredField label.mktoLabel { font-size: 22px !important; }
   .form-section .mktoForm input[type=url], .form-section .mktoForm input[type=text], .form-section .mktoForm input[type=date], .form-section .mktoForm input[type=tel], .form-section .mktoForm input[type=email], .form-section .mktoForm input[type=number], .form-section .mktoForm textarea.mktoField, .form-section .mktoForm select.mktoField { font-size: 22px !important; }
    .no-results-main h1.page-title { margin-bottom: 40px; }
}

@media only screen and (max-width: 1024px) {
    .image-video-section { background-attachment: inherit; }
    .intro-section .section-header .right-btn .btn-wrap { margin: 0 0 25px 0; }
    .social-icon { right: 0px; top: auto; bottom: 0; width: 100%;  }
    .social-icon ul { display: flex; width: 100%; }
    .social-icon ul li { width: 100%; margin: 0; text-align: center; }
    .social-icon ul li a { width: 100%; height: 50px; border-radius: 0; }
    button.back-to-top.show { width: 40px; height: 40px; bottom: 120px;}
    button.back-to-top { bottom: 120px;}
    footer { margin-bottom: 50px; }
    button.back-to-top::before { font-size: 16px; }
}
@media only screen and (max-width: 991px) {
    h1, .h1 { font-size:50px; line-height: 56px; }
    h2, .h2 { font-size:50px; line-height: 56px; }
    h3, .h3 { font-size: 28px; line-height: 36px; }
    h4, .h4 { font-size: 24px; line-height: 32px; }
    .tabbed-content-slider { display: block; }  
    .tabing-section .tabbed-card-figma { display: none; }
    .top-hero-banner .top-text p { font-size: 24px; line-height: 32px; }
    .section-header p { font-size: 24px; line-height: 32px; }
    .top-hero-banner .top-text-inner { max-width: 100%; }
    .top-hero-banner .top-hero-banner-wrap { padding: 50px 0 70px; }
    .three-column-text .three-column-row { flex-wrap: wrap; }
    .three-column-text .three-column-row .three-column { width:100%; }
    .three-column-text .three-column-row .three-column p { margin-bottom: 20px; }
    .three-column-text .three-column-row .three-column ul li:last-child { margin-bottom: 0; }
    .three-column-text { padding: 60px 0; }
    .featured-blocks .featured-blocks-column { width: 50%; }
    .featured-blocks .section-header { margin-bottom: 40px; }
    .featured-blocks .featured-blocks-column p { line-height:30px; }
    .side-by-side-text .side-by-side-text-wrap { flex-wrap: wrap; }
    .side-by-side-text .side-by-side-text-wrap .section-header { width: 100%; padding-right: 0; margin-bottom: 25px; }
    .side-by-side-text .side-by-side-text-wrap .side-by-side-text-row { width: 100%; padding-left: 0; }
    .side-by-side-text-three-img { margin-bottom: 15px; } 
    .text-stacked-figures-with-icons-wrap .section-header { width:100%; padding-right:0;margin-bottom:50px }
    .text-stacked-figures-with-icons-wrap .stacked-figures-with-icons { width: 100%; }
    .stacked-figures-with-icons .counter-number { font-size: 35px; }
     .stacked-counter-wrap .stacked-counter-icon + .stacked-counter-content { width: calc(100% - 60px); }
    .stacked-counter-wrap .stacked-counter-icon { width: 60px; }
    .text-stacked-figures-with-icons { padding: 60px 0; }
    .icons-full-width .icons-full-width-content h4 { font-size: 22px; margin-bottom: 5px; }
    .icons-full-width { padding: 50px 0 80px; }
    .icons-full-width .icons-full-width-content p { line-height: 28px; }
    .icons-full-width .icons-full-width-column { width: 50%; }
    .icons-full-width .icons-full-width-row.extended-layout .icons-full-width-column { width: 33.33%; }
    .large-cta-with-background-image { padding:130px 0; }
    .testimonials { padding: 80px 0; }
    .testimonials .testimonials-content p { font-size: 22px; line-height: 34px; }
    .testimonials .testimonials-quote span { font-size: 18px; }
    .testimonials .testimonials-quote em { font-size: 18px; }
    .testimonials .testimonials-quote strong { font-size: 18px; }
    .form-section { padding: 60px 0; }
    .teambio_box {  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr); grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .post-wrap .post-inner-wrap .post-right-c p { font-size: 24px; line-height: 34px; }
    .post-wrap .post-inner-wrap .post-right-c .btn.white { font-size: 22px; }
    .post-wrap .post-inner-wrap .post-right-c .btn.white i { left: 8px; font-size: 22px; top: 2px; }
    button.slick-arrow { width: 45px; height: 45px;  right: 60px; }
    .social-icon { right: 0px; top: auto; bottom: 0; width: 100%;  }
    .social-icon ul { display: flex; width: 100%; }
    .social-icon ul li { width: 100%; margin: 0; text-align: center; }
    .social-icon ul li a { width: 100%; height: 50px; border-radius: 0; }
    .tabing-section { padding-top: 70px; padding-bottom: 70px; }
    .tabs-content-top .slick-arrow { display: none; right: auto; top: 15px; }
    .tab-content-bottom .tab-inner-image { margin-bottom: 30px; height: 350px; }
    .tab-content-bottom .tab-inner-image img { border-radius: 20px; }
    .industry-block { padding:60px 0; }
    .industry-block .industry-block-inner .section-header-wrap { flex-wrap: wrap; }
    .industry-block .industry-block-title { max-width: 100%; margin-bottom: 20px; }
    span.accordion__title-text { padding-right: 25px; }
    .industry-block .accordion__item .accordion__title .accordion__arrow { font-size: 43px; }
/*    .industry-block .accordion__item:last-child .accordion__title { padding-bottom: 0; }*/
    .history_timeline { padding:60px 0 0 0; }
    section.history_timeline .timeline-wrapper { height: 500px; }
    section.history_timeline .timeline-wrapper span.prev-arrow.slick-arrow { left: 15px; }
    section.history_timeline .timeline-wrapper span.next-arrow.slick-arrow { right: 15px; }
    section.history_timeline .timeline-year { font-size: 45px; }
    .news-events .news-events-wrap { flex-wrap: wrap; }
    .news-events .news-events-wrap .news-events-heading { width: 100%; padding-right: 0; margin-bottom: 15px; }
    .news-events .news-events-wrap { padding: 0 30px 0 30px; }
    .news-events .news-events-wrap .news-events-listing { width:100%; display:flex; flex-wrap:wrap; margin:0; }
    .logo-carousel .d-flex { flex-wrap: wrap; margin-bottom: 30px;  }
    .logo-carousel .d-flex .left-part { width: 100%; padding-right: 0; }
    .logo-carousel .d-flex .right-part { width: 100%; }
    section.logo-carousel { padding: 60px 0 60px 0; }
    .is-table table th, .is-table table td { font-size: 20px; }
    .is-table table td { font-size: 20px; }
    .images-and-text-module .section-header-content .text-header-wrap p { font-size: 24px; line-height: 32px; }
    .images-and-text-module .section-header-content p { font-size: 20px; }
    .wide-videoimage .section-header .section-header-title { width: 100%; padding-right: 0; }
    .wide-videoimage .section-header .section-header-desc { width: 100%; }
    .wide-videoimage .section-header .section-header-desc p { margin-bottom: 10px; }
    .tabs-content-top .slick-slide h4 { font-size: 22px; font-weight: 700; border: none; padding: 20px 0px 10px 0px; cursor: pointer; outline: none; width: 100%; letter-spacing: 0.00em; background-color: transparent; border-bottom: 1px solid #d6d6d8; text-align: left; color: #4753dc; font-family: 'HelveticaNeueLT Pro 55 Roman'; letter-spacing: -0.8px; text-align: center; }
    .tabs-content-top .slick-slide.slick-current.slick-active h4 { color: #2e3192; }
    .tab-content-bottom .tab-inner-image img {  border-radius: 15px; width: 100%; height: 100%; object-fit: cover; }
    .tabing-section .coman-block-sec { margin-bottom: 30px; }
    .tabing-section .section-header h2 { margin-bottom: 15px; }
    .tabing-section a.btn.clr-btn { font-size: 20px; }
    .tabing-section a.btn.clr-btn i { font-size: 18px; top: 1px; }
    .tabs-content-top { margin: 0px 45px; }
    .tabs-content-top .slick-arrow.slick-prev { left: -40px; }
    .tabs-content-top .slick-arrow.slick-next { right: -40px; }
    .tabs-content-top .slick-slide h4 { border-bottom: none; }
    .tab-content-b-open { padding: 0 10px; }
    .post-wrap .post-inner-wrap .post-right-c .cta-btn { margin-top: 10px; }
    .side-by-side-text-three-img-row .side-by-side-text-three-img-col figure { height: 250px; }
    footer { margin-bottom: 50px; }
    .images-and-text-module .section-header-content .right-btn { max-width: 400px; }
    .images-and-text-module .section-header-content .right-btn a.btn-wrap { margin-bottom: 15px; }
    .location-map .map img { margin-top: 40px; }
    .intro-section .intro-section-vector { left: 0px; position: relative; bottom: 0; width: 100%; }
    .intro-section .intro-counters { top: 0; position: relative; width: 100%; right: 0; bottom: 0; }
    .intro-section .intro-counter-content p { color: #fff; }
    .intro-section { padding: 60px 0 60px; margin-bottom: 0; }
    .intro-section .intro-section-vector img { padding-right: 0; margin-bottom: 50px; }
    .intro-counter-wrap { padding: 0 20px; }
    .intro-section .section-header { padding-bottom: 50px; }
    .intro-section .section-header-inner { padding-left: 0; }
    .intro-section .intro-counter-content .counter-number { font-size: 50px; }
    .intro-section .intro-counter-content p { font-size: 20px; line-height: 28px; }
    .intro-section .aligned-left .intro-section-vector img { padding: 0; }
    .intro-section .section-header .right-btn { margin-top: 40px; }
    .intro-section .aligned-left .section-header-inner { padding-right: 0; }
    .round-image-and-text .round-image-and-text-row p { font-size: 22px; line-height: 32px; }
    .round-image-and-text .round-image-and-text-row h3 { font-size: 28px; line-height: 36px; }
    
    .round-image-and-text-inner .round-circle-image-and-text { width: 270px; height: 270px; }
    .round-image-and-text-inner .round-circle-image-and-text:after { width: 280px; height: 280px; }
    .round-image-and-text-inner .round-circle-image-and-text figure { width: 240px; height: 240px; }
    .round-image-and-text-wrap #dynamic-video-container video { width: 240px; height: 240px; }
    .round-image-and-text .round-image-and-text-row p { font-size: 20px; line-height: 30px; }
    .round-image-and-text { padding: 70px 0 100px; }
    .vision-for-industry .vision-for-industry-column { width: 50%; }
    .corporate-title h4 { font-size: 22px; line-height: 26px; }
    .corporate-links-with-icons-item { width: 50%; }
    .corporate-links-with-icons-item { flex-grow: initial; }
    .corporate-links-with-icons { padding: 60px 0 20px; }
    .value-your-industry .value-your-industry-slider { margin-right: -180px; }
    ul.slick-dots li button { width:45px; }
    .value-your-industry .section-header { max-width: 100%; margin-bottom: 80px; }
    .value-your-industry-slider .slick-prev.slick-arrow { right: 240px; top: -70px; }
    .value-your-industry-slider .slick-next.slick-arrow { right: 180px; top: -70px; }
    .value-your-industry .item-inner .heading h3 { margin-bottom: 10px; }
    .top-hero-banner .top-hero-banner-wrap .top-text { width: 60%; }
    .top-hero-banner .top-hero-banner-wrap .right-btn { width: 40%; }
    .large-cta-with-background-image .background-image { height: 450px; position: relative; }
    .large-cta-with-background-image .container {  padding-top: 40px; padding-bottom: 40px; }
    .large-cta-with-background-image { padding: 0 0 0px; }
    .resources-listing .resources-listing-item { width: 50%; }
    section.history_timeline .d-flex .slider-part .timeline-nav__item { font-size: 22px; }
    section.history_timeline .d-flex .slider-part .timeline-nav__item { padding: 20px 15px !important; }
    .post-filter-wrap .filter-wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sort-wrap .sbOptions li a { font-size: 22px; }
    .large-cta-with-background-image .section-header { max-width: 100%; }
    .sort-wrap .sbToggle.sbToggleOpen { top: 26px; }
    .resources-listing { padding: 55px 0 55px; }
    .pagination.resource-pagination { padding-top: 20px; }
    .intro-section .intro-counters { padding: 0; }
    .value-your-industry-slider .slick-arrow { margin-right: 0; }
    .blog-single-post .article-meta { width: 100%; margin-bottom: 20px; }
    .blog-single-post ul.social-share { float:none; width:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: end; justify-content: start; margin: 0; }
    .blog-single-post ul.social-share li:first-child { margin-left: 0; }
     .no-results-main article p { font-size: 20px; line-height: 30px; }
    button.back-to-top.show {  bottom: 125px; }
    button.back-to-top {  bottom: 125px; }
    .post-filter-wrap .filter-wrap .search-field { grid-column: span 2; }
    .popup-text button.mfp-close { width: 50px; height: 50px; font-size: 32px; right: 7px; top: 4px; left: inherit; }
    .pagination.news-pagination { padding-top: 20px; }
    .industry-block .accordion__item .accordion__title.accordion-active .accordion__arrow { right:-7px; top: -15px; }
        .industry-block .accordion__item .accordion__title.accordion-active .accordion__arrow { position: absolute; right: -10px; top: 15px; }
    .industry-block .accordion__item .accordion__arrow-item { position: absolute; right: 30px; }
    span.accordion__title-text { padding-right: 30px; display: inline-block; }
    .form-section form .mktoFormRow { width: 50%; }
}

@media only screen and (max-width: 767px) {
    h1, .h1 { font-size: 42px; line-height: 50px; margin-bottom: 15px; }
    h2, .h2 { font-size: 42px; line-height: 50px; margin-bottom: 15px; }
    .btn-wrap { padding: 14px 22px 14px 22px; font-size: 18px; }
    .top-hero-banner.main-home-banner .top-hero-banner-wrap { padding-top: 220px; padding-bottom: 50px; }
    .top-hero-banner .top-hero-banner-wrap { flex-wrap: wrap; }  
    .top-hero-banner .top-hero-banner-wrap .top-text { width: 100%; margin-bottom: 15px; }
    .top-hero-banner .top-text p { font-size: 22px; line-height: 30px; }
    .section-header p { font-size: 22px; line-height: 30px; }
    .three-column-text .three-column-row .three-column figure { height: 300px; margin-bottom: 30px; }
    .featured-blocks { padding: 50px 0 20px; }
    .featured-blocks .featured-blocks-column p { margin-bottom: 15px; }
    .side-by-side-text { padding: 50px 0 20px; }
    .stacked-counter-wrap .stacked-counter-content p { font-size: 18px; line-height: 28px; }
    .stacked-counter-wrap .stacked-counter-content h4 { margin-bottom: 10px; }
    .stacked-figures-with-icons .counter-number { margin-bottom: 10px; }
    .icons-full-width .icons-full-width-row.extended-layout .icons-full-width-column { width: 50%; }
    .large-cta-with-background-image { padding:110px 0; }
    .testimonials { padding: 60px 0; }
    .testimonials .testimonials-quote { width: 100%; margin-bottom: 20px; }
    .testimonials .testimonials-quote + .testimonials-content { width: 100%; }
    .testimonials-slider.slick-initialized.slick-slider { margin: 0 20px; }
    .testimonials-slider .slick-prev { left: -45px !important; }
    .testimonials-slider .slick-next { right: -45px !important; }
    .testimonials-slider button.slick-prev.slick-arrow:before { padding: 10px; }
    .testimonials-slider button.slick-next.slick-arrow:before { padding: 10px; }
    .testimonials .testimonials-content p { font-size: 20px; line-height: 30px; }
    .nf-form-content nf-fields-wrap nf-field { width: 50%; }
    .form-section { padding: 50px 0; }
    .teambio .section-header { margin-bottom: 30px; }
     footer .bottom-footer-wrap .copy-rt { width: 100%; max-width: 100%; text-align: center; }
    footer .bottom-footer-wrap .menu-footer-menu-container { width: 100%; display: flex; margin: 0; padding: 0; justify-content: center; }
    .post-clm-section { padding-top: 70px; padding-bottom: 50px; }
    .testimonials .testimonials-item-inner { padding: 0 8px; }
    .tabing-section { padding-top: 60px; padding-bottom: 60px; }
    .industry-block .accordion__item .accordion__title { font-size: 24px; }
    section.history_timeline .timeline-wrapper { height: 450px; }
    section.history_timeline .d-flex .slider-part { width: 100%; }
    section.history_timeline .d-flex .side-text { width: 100%; }
    .history_timeline .section-header h2 { margin-bottom: 13px; }
    .history_timeline .section-header { margin-bottom: 35px; }
    .news-events .news-events-wrap .news-events-listing .news-events-listing-item { width: 50%; margin-bottom: 25px; }
    section.logo-carousel { padding: 40px 0 40px 0; }
    .is-table table th, .is-table table td { font-size: 18px; }
    .is-table table td { font-size: 18px; }
    .table-style { padding: 50px 0; }
    .table-style .heading-coman-top { margin-bottom: 25px; }
    .location-map #filter-controls { position: relative;padding: 15px 15px; width: 100%; border-radius: 10px; }
    .location-map .sbSelector > a { font-size: 20px; }
    .location-map .sbOptions { left: -15px; top: 40px !important; width: 105% !important; }
    .location-map .sbOptions a { padding: 13px 25px 13px 20px !important; }
    .location-map .sbOptions { border-radius: 10px; }
    .location-map .sbOptions a { font-size: 20px; }
    .location-map .location-info h3 { font-size: 20px; margin-bottom: 10px; line-height: 30px; }
    .location-map .location-info p:nth-child(2) { margin-bottom: 10px !important; font-size: 16px; line-height: 24px; }
    .location-map .location-info p { font-size: 16px; line-height: 26px; }
    .images-and-text-module .images-and-text-module-image { width: 100%; }
    .images-and-text-module .section-header { width: 100%; }
    .images-and-text-module .section-header-content { max-width: 100%; padding: 0; margin: 0; }
    .images-and-text-module { padding: 50px 0; }
    .wide-videoimage { padding:50px 0; }
    .video-container .play-button-wrapper div { width: 65px; height: 65px; }
    .video-container .play-button-wrapper div i { font-size: 25px; }
    .wide-videoimage video { border-radius: 15px; }
    .video-container .play-button-wrapper div:before { border: 3px solid rgba(255, 255, 255, 0.5); }
    .video-container .play-button-wrapper div i { margin-left: 2px; }
    .video-popup a { width: 65px; height: 65px; }
    .video-popup a i { font-size: 25px; }
    .video-popup a span { height: 75px; }
    .video-popup { border-radius: 15px; }
    .post-clm-section .post-wrap .post-inner-wrap { padding-right: 25px; margin-bottom: 50px; }
    .post-wrap .post-inner-wrap .post-right-c p { font-size: 22px; line-height: 32px; }
    .post-wrap .post-inner-wrap .post-right-c .btn.white {  font-size: 20px; }
    .side-by-side-text-three-img-row .side-by-side-text-three-img-col figure { height: 185px; }
    .images-and-text-module .section-header-content .right-btn { max-width: 100%; }
    .tabing-section a.btn.clr-btn { font-size: 18px; }
    .intro-section .section-header { padding-bottom: 30px; }
    .round-image-and-text-inner { flex-wrap: wrap; }
    .round-image-and-text-inner .round-circle-image-and-text + .round-image-and-text-row { width: 100%; padding-left: 0; }
    .round-image-and-text-inner .round-circle-image-and-text { margin-bottom: 25px;}
    .item.align-right .round-image-and-text-inner .round-image-and-text-row { padding: 0; order: 2;}
    .vision-for-industry { padding: 60px 0 50px; }
    .corporate-links-with-icons .section-header h2 { margin-bottom: 15px; }
    .corporate-links-with-icons .section-header { margin-bottom: 40px; }
    .corporate-title h4 { font-size: 20px; line-height: 25px; }
    .value-your-industry .value-your-industry-slider { margin-right: -50px; }
    .value-your-industry { padding: 60px 0 60px; }
    .value-your-industry .section-header { max-width: 100%; margin-bottom: 100px; }
    .value-your-industry-slider .slick-next.slick-arrow { right: 40px; }
    .value-your-industry-slider .slick-prev.slick-arrow { right: 100px; }
    .item.align-right .round-image-and-text-inner .round-image-and-text-row { text-align: left; }
    .round-image-and-text .align-right .round-image-and-text-inner { justify-content: flex-start; }
    .round-image-and-text-wrap .item { margin-bottom: 50px; }
    .top-hero-banner .top-hero-banner-wrap .right-btn { width: 100%; text-align: left; }
    .top-hero-banner .top-hero-banner-wrap { padding: 200px 0 20px; }
    .large-cta-with-background-image { padding:0; }
    .post-filter-wrap { padding-top: 40px; padding-bottom: 40px; }
    .large-cta-with-background-image .background-image { height: 400px; }
    .alignleft { float: none; margin-right: 0; margin-bottom: 20px; width: 100% !important; }
    .alignright { float: none; margin-left: 0; margin-bottom: 20px; width: 100% !important; }
    .blog-single-post .blog-single-post-inner img { width: 100%; }
    .blog-single-post .article-meta span { font-size: 18px; }
    .blog-single-post .article-meta span em { font-size: 18px; }
    .no-results-main article img { width: 100%; object-fit: cover; height: 100%; }
    .top-hero-banner { min-height: 550px; }
    .images-and-text-module.align-right .images-and-text-module-image { order: 1; }
    .images-and-text-module .listing-wrap { margin: 30px 0 30px 0; }
    .popup-text { padding: 60px 50px 30px 30px; height: 600px; overflow: auto; }
    .popup-text .popup-two-block .popup-left-block { float: none; width: 100%; margin-bottom: 30px; }
    .popup-text .popup-two-block .popup-right-block { float: left; width: 100%; height: auto; overflow-y: auto; max-height: max-content; padding-right: 0; }
    .popup-text button.mfp-close { top: 9px; }
    .industry-block .accordion__item .accordion__title.accordion-active .accordion__arrow { right: -12px; }
    .value-your-industry-slider ul.slick-dots { flex-wrap: wrap; }
    .value-your-industry-slider ul.slick-dots li { margin: 0 30px 10px 0; }
    .value-your-industry-slider ul.slick-dots li button { width: 35px; }
}
@media only screen and (max-width: 640px) {
    .post-filter-wrap .filter-wrap .search-field { grid-column: span 1; }
  .featured-blocks .featured-blocks-column { width: 100%; }
    .teambio_box { -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr); grid-template-columns: repeat(1, minmax(0, 1fr)); }
    section.history_timeline .timeline-wrapper { height: 400px; }
    .tabing-section a.btn.clr-btn { width: 100%; }
    .iphone_.safari_ .slide-menu ul a.slide-menu-control:after { top: 45%;  }
    .intro-section .intro-counters { flex-wrap: wrap; }
    .intro-counter-wrap { width: 100%; padding: 0; border-bottom: 1px solid #fff; margin-bottom: 25px; padding-bottom: 10px; }
    .intro-counter-wrap:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
    .intro-counter-wrap:after { display: none; }
    .vision-for-industry .vision-for-industry-column { width: 100%; }
    .corporate-links-with-icons-item { width: 100%; }
    .item-inner-wrap { margin-bottom: 20px; }
    .value-your-industry .value-your-industry-slider { margin-right: -100px; }
    .value-your-industry-slider .slick-prev.slick-arrow { right: 150px; }
    .value-your-industry-slider .slick-next.slick-arrow { right: 90px; }
    .resources-listing .resources-listing-item { width: 100%; }
    .post-filter-wrap .filter-wrap { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .intro-section .aligned-right .section-header .right-btn span { line-height: 1.2; }
    
    .round-image-and-text-inner { justify-content: center; }
    .round-image-and-text .align-right .round-image-and-text-inner { justify-content: center; }
    .item.align-right .round-image-and-text-inner .round-image-and-text-row { text-align: center; }
    .round-image-and-text-inner .round-circle-image-and-text + .round-image-and-text-row{ text-align: center; }
    .iphone_.safari_ .video-container .play-button-wrapper div { width: 60px; height: 60px; }
    .iphone_.safari_ .video-container .play-button-wrapper { top: 48%; }
    .video-container .play-button-wrapper div:hover:before { opacity: 0;}
    .form-section form .mktoFormRow { width: 100%; }
}

@media only screen and (max-width: 575px) {
    h2, .h2 { font-size: 36px; line-height: 44px; }
    .btn-wrap { margin-bottom: 15px; }
    .top-hero-banner .top-text p { font-size: 20px; line-height: 28px; }
    .section-header p { font-size: 20px; line-height: 28px; }
    .three-column-text { padding: 45px 0; }
    .side-by-side-text-three-img-row .side-by-side-text-three-img-col figure { height: 100px; width: 100px; }
    .side-by-side-text-three-img { max-width: 310px; }
    .side-by-side-text-three-img-row .side-by-side-text-three-img-col img { border-radius: 15px; }
    .stacked-counter-wrap .stacked-counter-icon { width: 40px; }
    .stacked-counter-wrap .stacked-counter-icon + .stacked-counter-content { width: calc(100% - 40px); }
    .icons-full-width .icons-full-width-column { width: 100%; }
    .icons-full-width .icons-full-width-row.extended-layout .icons-full-width-column { width: 100%; }
    .large-cta-with-background-image { padding:0; }
    .testimonials { padding: 50px 0; }
    .nf-form-content nf-fields-wrap nf-field { width: 100%; }
    .post-wrap .post-inner-wrap .post-left-img + .post-right-c { width: 100%; padding: 0;  }
    .post-wrap .post-inner-wrap .post-left-img { width: 100%; }
    .post-clm-section .post-wrap .post-inner-wrap { flex-wrap: wrap; text-align: center; padding-right: 0; margin-bottom: 80px;}
    .post-wrap .post-inner-wrap .post-left-img figure { margin: 0 auto; margin-bottom: 20px; }
    .tabing-section { padding-top: 50px; padding-bottom: 50px; }
    .industry-block { padding:50px 0; }
    .industry-block .accordion__item .accordion__title { font-size: 22px; }
    .industry-block .accordion__item .accordion__title .accordion__arrow { font-size: 40px; }
    .history_timeline { padding:40px 0 0 0; }
    .news-events .news-events-wrap .news-events-listing .news-events-listing-item { width: 100%; }
    .table-style { padding: 40px 0; }
    .images-and-text-module { padding: 40px 0; }
    .wide-videoimage { padding:40px 0; }
    .video-container .play-button-wrapper div { width: 50px; height: 50px; }
    .video-container .play-button-wrapper div i { font-size: 15px; }
    .video-popup a { width: 50px; height: 50px; }
    .video-popup a i { font-size: 15px; }
    .video-popup a span { height: 81px; margin-left: 3px; }
    .iphone_.safari_ ul li:before { top: 8px; }
    .iphone_.chrome_ ul li:before { top: 8px; }
    .iphone_.mozilla_ ul li:before { top: 8px; }
    .location-map .sbOptions { width: 110% !important; }
    .value-your-industry .value-your-industry-slider { margin-right: 0; }
    .value-your-industry .slick-list.draggable { padding: 0px !important; }
    .value-your-industry .item-inner { margin:0 5px; height: 450px; }
    .value-your-industry-slider .slick-next.slick-arrow { right: 0; }
    .value-your-industry-slider .slick-prev.slick-arrow { right: 60px; }
    .post-clm-section button.slick-arrow { right: 0; left: 0; margin: 0 auto; }
    .post-clm-section button.slick-next.slick-arrow { left: 60px; }
    .post-clm-section button.slick-prev.slick-arrow { right: 60px; }
    .intro-section .section-header .right-btn .btn-wrap { font-size: 14px; line-height: 1.1; padding: 14px 12px 14px 12px; }
    .intro-section .section-header .right-btn .btn-wrap i { padding-left: 10px; }
    .intro-section .section-header .right-btn .btn-wrap i { top: 1px; }
    .intro-section .aligned-right .section-header .right-btn { max-width: 400px; }
    .vision-for-industry-box .filter-tabs .filter-btn { font-size: 16px; }
    .large-cta-with-background-image .background-image { height: 350px; }
    .source-wrap a.link-button span { font-size: 18px; line-height: 28px; }
    .source-wrap a.link-button:after { width: 20px; height: 20px; background-size: 20px; }
    .source-wrap a.link-button { margin-bottom: 10px; }
    .source-wrap-btn a { font-size: 22px; }
    .top-hero-banner.main-home-banner .top-hero-banner-wrap { padding-top: 220px; padding-bottom: 40px; }
    .blog-single-post .article-meta p { flex-wrap: wrap; }
    .tab-content-bottom .tab-inner-image { height: 300px; }
    .readmore1 { font-size: 22px; letter-spacing: -0.4px; }
    .featured-blocks.two-column .featured-blocks-column { width: 100%; }
}



.mktoForm input::placeholder {color: #1f1f26;}