@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@import url(css/owl.carousel.min.css);

.popular-posts {
    padding: 20px 10px 0px;
    margin-top: 15px;
    border: 1px solid #eaeaea;
}
.popular-posts h3 {
    font-weight: 600;
    font-size: 20px;
    color: #0f1432;
    margin: 0 0 25px 10px;
    padding: 0 0 12px;
    position: relative;
}
.popular-posts h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #19a5a0;
    width: 55px;
    height: 4px;
}
.blog-details .blog-content .cta-new-cnt {
    margin: 0 0 20px 0;
    padding: 50px 50px;
    background: #015579;
    border-radius: 15px;
	position: relative;
}
.blog-details .blog-content .cta-new-cnt:after{
	position: absolute;
	right: 20px;
	bottom: 20px;
	content: '';
    background: url(images/ext-logo-circle.svg) no-repeat center center;
	width: 51px;
	height: 51px;
}
.blog-details .blog-content .cta-new-cnt p {
    margin: 0;
    padding: 0;
    font-size: 17px;
    text-align: left;
    color: #ffffff;
}
.blog-details .blog-content .cta-new-cnt p a {
    color: #000000;
    background: #efc028;
    margin: 25px 0 0 0;
    padding: 8px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
}
.blog-details .blog-content .cta-new-cnt p a:after{
	display: none;
}


.excerpt-wrapper {
	margin-bottom: 35px;
	position: relative;
	border-bottom: solid 1px #eaeaea;
	padding-bottom: 25px;
}
.excerpt-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    background: #19a5a0;
    width: 3px;
    height: 50px;
    top: 0;
}
.excerpt-text {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}
.excerpt-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.read-more-toggle {
	margin-top: 0;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	font-weight: 500;
	font-size: 18px;
	color: #465073;
}
.blog-details .blog-content .excerpt-wrapper p {
	font-size: 14px;
	margin-bottom: 12px;
	color: #2d2d2d;
	font-weight: 400;
}
.blog-details .blog-content .excerpt-wrapper p strong {
	color: #2d2d2d;
}
.blog-details .blog-content .excerpt-wrapper p span.summary-head{
	color: #15338c;
	font-weight: 600;
}
.blog-details .blog-content .excerpt-wrapper p a {
	font-size: 14px;
	color: #15338c;
}
.blog-details .blog-content .excerpt-wrapper p a:after{
	display:none;
}
.blog-details .blog-content .excerpt-wrapper h3 {
	font-size: 14px;
	padding-bottom: 0px;
	color: #2d2d2d;
}

.position-sticky.position-sticky {
    top: 120px;
}
.sidebar-fixed {
    right: 0;
    top: 0;
    z-index: 9;
}
.sidebar-fixed a {
    display: inline-block;
    /*margin-top: 65%;*/
}
.sidebar-fixed img {
    width: 100%;
}
.blog-details .blog-content .author-info a {
    background: #01a8df;
    margin-top: 20px;
    padding: 15px 15px 13px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    float: left;
}
.blog-details .blog-content .author-info a.linked-author {
    float: right;
    background: #0074a3;
    border: solid 1px #0074a3;
    color: #fff;
    margin-top: 25px;
    padding: 7px 11px;
}
#totop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 90px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    transition: inherit;
    width: 60px;
}
#totop:hover {
    --x: 100%;
}
.reqst-1 {
    --c1: #19a5a0;
    --c2: #23c8c3;
}
#totop span {
    color: #000;
    font-size: 10px;
}
#totop i {
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--c1, #19a5a0), var(--c2, #23c8c3) 51%, var(--c1, #19a5a0)) var(--x, 0) / 200%;
    width: 40px;
    height: 40px;
    font-weight: 900;
    color: #fff;
    font-size: 22px;
    margin-top: 3px;
}
* {
    margin: 0;
    padding: 0;
}
html {
    overflow-x: hidden;
}
body {
    font-family: "Outfit", sans-serif;
    color: #465073;
    font-size: 20px;
}
div.wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}
div.container {
    max-width: 1460px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: 600;
}
b, strong {
    font-weight: 500;
}
a {
    transition: all 0.3s ease 0s;
}
a:hover {
    text-decoration: none;
}
a,
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}
.btn,
.btn * {
    transition: all 0.3s ease 0s;
}
i {
    transition: all 0.4s ease-in-out 0s;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    list-style: outside none none;
}

.fw-semibold {
    font-weight: 600 !important;
}

span.num {
    font-weight: 300;
}
section {
    float: left;
    width: 100%;
    padding: 100px 0;
}
section h2 {
    color: #282d8c;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
}
#onetrust-consent-sdk #onetrust-banner-sdk {
    background-color: #1f1f1f !important;
    padding-bottom: 5px;
}
#onetrust-consent-sdk #onetrust-policy-title,
#onetrust-consent-sdk #onetrust-policy-text {
    color: #fff !important;
    margin: 0;
}
#onetrust-banner-sdk a,
#onetrust-pc-sdk a,
#ot-sdk-cookie-policy a {
    color: #ff711b !important;
    text-decoration: underline;
    margin-left: 5px !important;
}
#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler {
    background-color: inherit !important;
    border-width: 0px !important;
    color: #ff711b !important;
    margin: 0 !important;
    font-size: 20px;
}
.msg-sub-2.success-msg,
.msg-sub.success-msg {
    color: #eee;
    margin-top: 20px;
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;
}
.msg-sub-2.error-msg,
.msg-sub.error-msg {
    color: #eee;
    margin-top: 20px;
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #181f6f;
    z-index: 9999999;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.preloader.hide {
    opacity: 0;
    display: none;
}
.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}
.loader-1 .loader-outter {
    position: absolute;
    border: 4px solid #fff;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.loader-1 .loader-inner {
    position: absolute;
    border: 4px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
@-webkit-keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.sticky_menu {
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
    background: rgba(26, 33, 116, 1);
    padding: 5px 0 5px;
}
.sticky_menu .top-logo {
    padding: 10px 0;
}
.sticky_menu .top-right {
    padding: 4px 0 5px;
}
header {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    background-size: 100%;
}
header#home-header {
    transition: background-image 0.2s ease-in-out;
    -webkit-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    -moz-transition: background-image 0.2s ease-in-out;
    min-height: 850px;
    position: relative;
    background-size: cover !important;
}
header.inner-page-banner {
    background: #1a2174;
    position: relative;
    padding: 0 0 15px;
}
.top-logo {
    padding: 25px 0;
}
.top-right {
    text-align: right;
    padding: 23px 0 30px;
}
.top-right a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.top-right a.phone-icon {
    position: relative;
    margin: 0 15px 0 0;
    padding: 0 0 0 38px;
    line-height: 14px;
    font-size: 15px;
    font-weight: 700;
}
/*.sales-sec {
    display: inline-block;
    background: #01a8df;
    padding: 9px 10px 7px 20px;
    border-radius: 3px;
}
.top-right .phone-icon:before {
    position: absolute;
    content: "\f100";
    font-family: "Flaticon";
    left: -9px;
    top: -1px;
    color: #fff;
    font-size: 16px;
    background: none;
}*/
/*.sales-sec ul li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 90%;
    left: 0;
    top: 5%;
    background: #fff;
}
.sales-sec ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative;
    padding: 0 0 0 15px;
}
.sales-sec ul li a {
    display: block !important;
    line-height: 22px;
    padding: 0;
}
.sales-sec ul li:first-child {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.sales-sec ul li span {
    font-weight: 400;
}
.sales-sec ul li span b {
    font-weight: 700;
}*/
.top-right a.phone-icon {
    position: relative;
    margin: 0 15px 0 0;
    padding: 0 0 0 38px;
    line-height: 14px;
}
.top-right a.phone-icon span {
}
.top-right a.phone-icon:before {
    position: absolute;
    content: "\f100";
    font-family: "Flaticon";
    left: 0;
    top: 0;
    color: #27c8c3;
    font-size: 24px;
}
.top-right .reqst-quote {
    border-radius: 3px;
    margin: 0;
/*    padding: 22px 20px 23px;*/
    font-size: 15px;
    letter-spacing: 1px;
    background: linear-gradient(90deg, var(--c1, #19a5a0), var(--c2, #23c8c3) 51%, var(--c1, #19a5a0)) var(--x, 0) / 200%;
}
.reqst-quote {
    border-radius: 3px;
    margin: 0;
    padding: 15px 20px;
    font-size: 15px;
    letter-spacing: 1px;
    background: linear-gradient(90deg, var(--c1, #19a5a0), var(--c2, #23c8c3) 51%, var(--c1, #19a5a0)) var(--x, 0) / 200%;
}
.reqst-quote:hover {
    --x: 100%;
}
.reqst-1 {
    --c1: #19a5a0;
    --c2: #23c8c3;
}
.reqst-demo {
    background: linear-gradient(90deg, var(--c1, #f66302), var(--c2, #ff901b) 51%, var(--c1, #19a5a0)) var(--x, 0) / 200%;
    border-radius: 3px;
    margin: 0;
    padding: 22px 20px 23px;
    font-size: 15px;
    letter-spacing: 1px;
}
.reqst-demo:hover {
    --x: 100%;
}
.reqst-2 {
    --c1: #f66302;
    --c2: #ff901b;
}
.reqst-3 {
    --c1: #373aa6;
    --c2: #6566ea;
}
.top-btns-width{
  width: 192px !important;
  display: inline-block;
  text-align: center;
}

.breadcumb-wrapper {
    background: #f5f5f5;
    padding: 17px 0;
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
    float: left;
    width: 100%;
}
.breadcrumb_bar {
    display: flex;
    justify-content: space-between;
}
.breadcumb-wrapper ul,
.breadcumb-wrapper li {
    font-size: 17px;
    text-transform: none;
    color: #045ac4;
}
.breadcrumb_menu li {
    display: inline-block;
}
.breadcrumb_menu li a {
    color: #1a2174;
    font-weight: 600;
}
.breadcrumb_menu li:last-child {
    color: #0f1432;
    font-weight: 500;
}
.breadcrumb_menu .link-list li a::after {
    content: "\f105";
    font-family: fontawesome;
    margin: 0 10px;
}
.managed-table {
    box-shadow: 0 0 25px rgba(18, 24, 90, 0.2);
    border-radius: 15px;
    margin: 30px;
    width: 97%;
}
.managed-table tr.thead th {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    background: #3e456e;
    background: -moz-linear-gradient(top, #3e456e 0%, #363b5e 100%);
    background: -webkit-linear-gradient(top, #3e456e 0%, #363b5e 100%);
    background: linear-gradient(to bottom, #3e456e 0%, #363b5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e456e',endColorstr='#363b5e',GradientType=0);
}
.managed-table tr.thead th:last-child {
    box-shadow: none !important;
}
.managed-table tr:nth-child(even) {
    background-color: #f4f7fe;
}
.managed-table tr.thead th.radius1 {
    -moz-border-radius: 15px 0 0 0;
    -webkit-border-radius: 15px 0 0 0;
    border-radius: 15px 0 0 0;
    -khtml-border-radius: 15px 0 0 0;
}
.managed-table tr.thead th.radius2 {
    -moz-border-radius: 0 15px 0 0;
    -webkit-border-radius: 0 15px 0 0;
    border-radius: 0 15px 0 0;
    -khtml-border-radius: 0 15px 0 0;
}
.first-head {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.gridient1 {
    background: #258dc8;
    background: -moz-linear-gradient(top, #258dc8 0%, #1a54a0 100%);
    background: -webkit-linear-gradient(top, #258dc8 0%, #1a54a0 100%);
    background: linear-gradient(to bottom, #258dc8 0%, #1a54a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#258dc8',endColorstr='#1a54a0',GradientType=0);
}
.gridient2 {
    background: #1f78c2;
    background: -moz-linear-gradient(top, #1f78c2 0%, #1c6cac 100%);
    background: -webkit-linear-gradient(top, #1f78c2 0%, #1c6cac 100%);
    background: linear-gradient(to bottom, #1f78c2 0%, #1c6cac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f78c2',endColorstr='#1c6cac',GradientType=0);
}
.gridient3 {
    background: #28b5e8;
    background: -moz-linear-gradient(top, #28b5e8 0%, #1fa3d1 100%);
    background: -webkit-linear-gradient(top, #28b5e8 0%, #1fa3d1 100%);
    background: linear-gradient(to bottom, #28b5e8 0%, #1fa3d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28b5e8',endColorstr='#1fa3d1',GradientType=0);
}
.gridient4 {
    background: #19a5a0;
    background: -moz-linear-gradient(top, #19a5a0 0%, #21c0bb 100%);
    background: -webkit-linear-gradient(top, #19a5a0 0%, #21c0bb 100%);
    background: linear-gradient(to bottom, #19a5a0 0%, #21c0bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19a5a0',endColorstr='#21c0bb',GradientType=0);
    border-radius: 0 0 0 15px;
}
.blog-details .blog-content .managed-table ul {
    margin: 0;
    padding: 0 0 0 10px;
    /* padding: 0 0 0 20px;*/
}
.blog-details .blog-content .row {
    width: 100%;
}
.blog-details .blog-content .managed-table ul li {
    background: url(images/managed-bulleted-icon.png) left 14px no-repeat;
    color: #465073;
    font-size: 17px;
    padding: 8px 0 0 30px;
    text-align: left;
    font-weight: 500;
}
.blog-details .blog-content .managed-table td {
    padding: 20px 20px 30px;
    -webkit-box-shadow: 6px -1px 5px 0 rgba(18, 24, 90, 0.2);
    -moz-box-shadow: 6px -1px 5px 0 rgba(18, 24, 90, 0.2);
    box-shadow: 6px -1px 5px 0 rgba(18, 24, 90, 0.2);
}
.blog-details .blog-content .managed-table td:last-child {
    box-shadow: none;
}
.blog-details .blog-content .managed-table td h3 {
    margin: 0;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    padding: 0;
}
.blog-content-sec {
    padding: 40px 0 70px;
    float: left;
    width: 100%;
}
.blog-content-sec .blog-content .row {
    width: 100%;
}
.blog-content-sec h1 {
    color: #1a2174;
    font-size: 70px;
    font-weight: 700;
    line-height: 64px;
    margin: 0;
    padding: 0;
}
body.archive .blog-content-sec h1 {
    font-size: 50px;
}
.blog-content-sec h1 span {
    color: #27c8c3;
   font-weight: 400;
}
.blog-content-sec h1 img {
    vertical-align: top;
    margin-left: 8px;
}
.blog_box_wrapper {
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 40px 0 0;
}
.blog_img_wraper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.blog_img_wraper img {
    width: 100%;
}
.big-img .blog_btm_cntnt {
    width: 94%;
}
.blog_btm_cntnt {
    width: 90%;
    position: relative;
    padding: 50px 25px 25px;
    z-index: 1;
    margin: -45px 0 0;
    /*margin: -45px auto 0;*/
    background: #fff;
    text-align: left;
}
.blog_btm_cntnt .sub-head {
    position: absolute;
    background: #19a5a0;
    padding: 6px 20px 3px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    top: -15px;
    font-weight: 500;
}
.blog_btm_cntnt h2:before {
    position: absolute;
    bottom: 0;
    left: -25px;
    background: #19a5a0;
    width: 4px;
    height: 100%;
    content: "";
}
.blog_btm_cntnt h2.title {
    font-size: 35px;
    line-height: 42px;
}
.blog_btm_cntnt h2 {
    font-size: 23px;
    line-height: 28px;
    font-weight: 600;
    color: #0f1432;
    position: relative;
}
.blog_btm_cntnt h2 a {
    color: #0f1432;
}
.blog_btm_cntnt h2 a:hover {
    color: #1a2174;
}
.post-author-info {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    float: left;
}
.post-author-info img.avatar {
    border-radius: 50%;
    margin: 5px 0 0 0;
    float: left;
    width: 40px;
    height: 40px;
}
.post-author-info h6 {
    color: #797a7c;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    display: inline-block;
    margin: 10px 20px 0 15px;
    padding: 0;
    font-weight: 400;
}
.post-author-info h6 a {
    color: #232d37;
    font-weight: 700;
}
.blog_btm_cntnt p {
    font-size: 16px;
    color: #232d37;
}
.blog_btm_cntnt a.read::before {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #797a7c;
    border-bottom: 5px solid transparent;
    content: "";
    position: absolute;
    left: 130px;
    bottom: -4px;
}
.blog_btm_cntnt a.read {
    font-size: 15px;
    text-transform: uppercase;
    color: #232d37;
    position: relative;
    padding: 0 0 5px;
}
.blog_btm_cntnt a.read:hover {
    color: #19a5a0;
}
.blog_btm_cntnt a.read:hover::before {
    border-left: 10px solid #19a5a0;
}
.blog_btm_cntnt a.read:hover::after {
    background: #19a5a0;
}
.blog_btm_cntnt a.read:after {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #797a7c;
    width: 130px;
    height: 1px;
    content: "";
}
.pagination {
    width: 100%;
    padding: 40px 0 0;
}
.pagination .pagenav {
    text-align: center;
    width: 100%;
    float: left;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current,
.pagination .page-numbers:hover::before,
.pagination .page-numbers:hover::after {
    background: #27c8c3;
    color: #fff;
    text-decoration: none;
}
.pagination .page-numbers {
    padding: 5px 0;
    margin: 0 2px;
    background: #fff;
    border: solid 1px #dddacf;
    display: inline-block;
    color: #464544;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    width: 37px;
    text-align: center;
}
.sidebar-sec {
    float: left;
    width: 100%;
}
.sidebar-widget {
    position: relative;
    margin-bottom: 40px;
    padding: 30px 20px;
    border: 1px solid #eaeaea;
}
.sidebar-sec .search-box {
    position: relative;
    border: none;
    padding: 0;
}
.sidebar-sec .search-box .form-group {
    position: relative;
    margin: 0;
}
.sidebar-sec .search-box .form-group input[type="text"],
.sidebar-sec .search-box .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 14px;
    color: #5f6162;
    line-height: 28px;
    padding: 10px 25px;
    padding-right: 60px;
    height: 50px;
    width: 100%;
    border: 1px solid #eaeaea;
    background-color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sidebar-sec .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    display: block;
    font-size: 17px;
    color: #9698a7;
    background: none;
    font-weight: 400;
    border: none;
}
.sidebar-widget h3 {
    font-weight: 600;
    font-size: 22px;
    color: #0f1432;
    margin: 0 0 30px;
    padding: 0 0 12px;
    position: relative;
}
.sidebar-widget h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #19a5a0;
    width: 55px;
    height: 4px;
}

/*.social-icons ul {
    margin-bottom: 0px;
}*/
.social-icons ul li {
    display: inline-block;
    padding: 0 10px 0 10px;
}
.social-icons ul li:first-child {
    padding-left: 0px;
}
.social-icons ul li a {
    width: 36px;
    height: 36px;
    background: transparent;
    color: #797a7c;
    border-radius: 50%;
    border: 1px solid #b9b9b9;
    font-size: 16px;    
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.social-icons ul li a:hover {
    color: #fff;
    background: #232d37;
    border: 1px solid #232d37;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


/*.social-icons ul li {
    display: inline-block;
    padding: 0 0 0 12px;
}
.social-icons ul li a.facebook {
    background: #4d68a2;
}
.social-icons ul li a.linkedin {
    background: #417096;
}
.social-icons ul li a.twitter {
    background: #0F1419;
}
.social-icons ul li a.play {
    background: #e14e42;
}
.social-icons ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icons ul li a:hover {
    opacity: 0.6;
}

.social-icons ul li a img { 
    width: auto; height: 20px;  transition: .4s ease-in-out;
}*/


.sidebar-widget.most-read-posts {
    padding: 30px 20px 15px;
}
.blog-details .blog-content .blog-img.cta {
    margin: 25px 0 30px;
}
.blog-sidetabs-inn {
    margin: 0 0 15px;
    width: 100%;
    display: inline-block;
}
.blog-side-tab-img {
    width: 30%;
    margin: 0;
    padding: 0;
    float: left;
}
.blog-side-tab-img-inner {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 70px;
    width: 100%;
}
.blog-side-tab-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-side-tab-txt {
    width: 63%;
    float: right;
    margin: 0;
    padding: 0;
}
.blog-side-tab-txt h4 {
    font-size: 15px;
    line-height: 20px;
    color: #0f1432;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    margin: 0 0 4px;
}
.blog-side-tab-txt h4 a {
    color: #0f1432;
}
.blog-side-tab-txt h6 {
    color: #797a7c;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
    padding: 0;
}
.blog-side-tab-txt h6 a {
    color: #232d37;
    font-weight: 700;
}
.sidebar-widget.cta {
    padding: 0;
    border: none;
}
.sidebar-widget.cta img {
    width: 100%;
}
.blog-categories ul li {
    padding: 0 0 10px 0;
}
.blog-categories ul li:last-child {
    padding: 0;
}
.blog-categories ul li a {
    color: #5a5a5a;
    font-weight: 500;
    font-size: 16px;
}
.blog-categories ul li a:hover {
    color: #0f1432;
}
.blog-categories span {
    float: right;
}
.sidebar-widget.blog-newsletter {
    background: #f5f5f9;
    border: none;
    text-align: center;
    padding: 40px 30px;
}
.sidebar-widget.blog-newsletter h4 {
    color: #0f1432;
    font-size: 23px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding: 0;
    letter-spacing: 2px;
}
.sidebar-widget.blog-newsletter p {
    color: #5a5a5a;
    font-size: 18px;
    margin: 0 0 22px;
}
.sidebar-widget.blog-newsletter form input {
    color: #5f6162;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    /*border: 0 solid #d5dbe8;*/
    border: 1px solid #eaeaea;
    background: #fff;
    width: 100%;
    height: 45px;
}
form input:focus-visible {
    border: 1px solid #465073 !important;
    outline: none !important;
}
.sidebar-widget.blog-newsletter form button {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin: 6px 0 0;
    line-height: 45px;
    text-align: center;
    border: none;
    width: 100%;
    height: 45px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    letter-spacing: 1px;
    background: #01a8df;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.sidebar-widget.blog-newsletter form button:hover {
    background: #19a5a0;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.blog-content {
    /*text-align: center;*/
    /*padding: 30px 30px 30px 30px;*/
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.blog-content .blog-text {
    padding: 10px 30px 30px 0px;
    display: inline-block;
}
.blog-content .sub-head {
    position: absolute;
    bottom: -20px;
    left: 0;
    background: #19a5a0;
    padding: 10px 20px 10px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.blog-details .blog-content h1 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    color: #0f1432;
    position: relative;
    margin: 40px 0 10px;
    padding: 0 30px;
}
.blog-details .blog-content .post-author-info {
    padding: 15px 30px 20px;
    /*padding: 15px 0 20px;*/
    /*margin: 0;*/
    /*border-top: 1px solid #eaeaea;*/
}
.blog-details .blog-content .post-author-info.bord {
    border-bottom: 1px solid #eaeaea;
    border-top: 0;
    padding-top: 0;
    margin: -20px 0 0;
    padding: 0 0 10px;
    text-align: center;
}
.blog-details .blog-content .post-author-info.bord .share {
    float: none;
    margin: -5px 0 0;
}
.blog-details .blog-content .post-author-info.bord .share ul {
    float: none;
}
.blog-details .blog-content .share ul {
    width: auto;
    margin: -5px 15px 0 0;
}
.blog-details .blog-content .share ul li {
    background: none;
    padding: 8px 0 8px 10px;
}
.blog-details .blog-content .share {
    float: right;
    margin: 5px 0 0;
}
.blog-details .blog-content .share h6 {
    vertical-align: middle;
    margin: 0 0 0 5px;
}
.blog-details .blog-content .blog-img {
    margin: 0 0 25px;
    position: relative;
}
.blog-details .blog-content .blog-img img {
   max-width: 100%;
    height: auto;    
}
.blog-details .blog-content p {
    font-size: 17px;
    padding: 0 0px 0 30px;
    margin: 0 0 20px;
    text-align: left;
}
.blog-details .blog-content p strong,
.blog-details .blog-content ul li strong,
.blog-details .blog-content ol li strong {
    color: #15338c;
    font-weight: 600;
}
body.postid-1195 .blog-details .blog-content p strong {
    color: #333;
}

.blog-content .share ul li a:after {
    display: none !important;
}

.blog-details .blog-content p,
.blog-details .blog-content ul li,
.blog-details .blog-content ol li {
    font-size: 17px;
}

.blog-details .blog-content p a,
.blog-details .blog-content ul li a,
.blog-details .blog-content ol li a,
.blog-details .blog-content > a {
    color: #19a5a0;
    text-decoration: underline;
}

.blog-details .blog-content p a:after,
.blog-details .blog-content ul li a:after,
.blog-details .blog-content ol li a:after {
    font-family: FontAwesome;
    content: "\f08e";
    color: #15338c;
    font-size:12px;
    display:inline-block;
    margin-left: 3px;
    margin-right: 2px;
    top: -7px;
    position: relative;
    transition: all .3s ease-in-out;
}
.blog-details .blog-content p a.blog-cta-btn:after{
	display: none;
}
.blog-details .blog-content p a:hover:after,
.blog-details .blog-content ul li a:hover:after,
.blog-details .blog-content ol li a:hover:after {
    position: relative;
    transform: translateY(5px);
    transition: all .3s ease-in-out;
}

.blog-details .blog-content a:after img {
    display: none !important;
}

a.btn.blog-inner-btn {
    background: rgb(245, 102, 3);
    background: linear-gradient(90deg, rgba(245, 102, 3, 1) 0%, rgba(254, 145, 28, 1) 100%);
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
    border-radius: 0;
}
a.btn.blog-inner-btn:focus,
a.btn.blog-inner-btn:hover,
a.btn.blog-inner-btn:active,
a.btn.blog-inner-btn:visited {
    opacity: 0.8;
}
.blog-details .blog-content p a:hover {
    text-decoration: none;
}
blog-details .blog-content p img {
    max-width: 100% !important;
}
.blog-details .blog-content h2:before {
    content: "";
    position: absolute;
    left: 0;
    background: #19a5a0;
    width: 3px;
    height: 100%;
    top: 0;
}
.blog-details .blog-content h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 8px 0px 8px 30px;
    position: relative;
    text-align: left;
    color: #0f1432;
    float: left;
    width: 100%;
}
.blog-details .blog-content h2 strong,
.blog-details .blog-content h3 strong,
.blog-details .blog-content h4 strong {
    font-weight: 600;
} 
/*.blog-details .blog-content h3 {
	text-align: left;
	margin-left: 30px;
	padding: 20px 0 10px;
}*/
.blog-details .blog-content h3 {
font-size: 22px;
    margin: 0 0 0;
    padding: 8px 0 18px 30px;
    position: relative;
    text-align: left;
    color: #0f1432;
    float: left;
    width: 100%;
    font-weight: 600;
}
.blog-details .blog-content > h3 {
    font-size: 24px;
    margin: 0 0 0;
    padding: 8px 30px 18px 30px;
    position: relative;
    text-align: left;
    color: #0f1432;
    float: left;
    width: 100%;
    font-weight: 600;
}
.blog-details .blog-content h3 a {
    font-size: 22px;
    margin: 0 0 0;
    padding: 0 0 18px 0;
    position: relative;
    text-align: left;
    color: #15338c;
    float: left;
    width: 100%;
    font-weight: 600;
} 
.blog-details .blog-content h3 a:hover {
    text-decoration: underline;
    color: #0f1432;
}
.blog-details .blog-content h4 {
    font-size: 18px;
    margin: 0 0 0;
    padding: 8px 0 18px 30px;
    position: relative;
    text-align: left;
    color: #15338c;
    float: left;
    width: 100%;
   font-weight: 600;
}
.share ul {
    list-style: none;
    margin: 0 15px 0 0;
    padding: 0;
    display: none;
    vertical-align: middle;
}
.share ul.active {
    display: inline-block;
}
.share ul li {
    display: inline-block;
}
.share ul li a.facebook-icon {
    background: #3b5998;
}
.share ul li a.twitter-icon {
    background: #0F1419;
}
.share ul li a.linkedin-icon {
    background: #069;
}
.share ul li a {
    color: #ffffff !important;
    font-size: 14px;
    line-height: 26px;
    border-radius: 50%;
    margin: 0 0 0 5px;
    padding: 0;
    width: 23px;
    height: 23px;
    text-align: center;
    display: inline-block;
}
.blog-details .blog-content ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
    list-style: none;
    float: left;
    width: 100%;
}
.blog-details .blog-content ol {
    margin: 0 0 20px 0;
    padding: 0 0 0 50px;
    list-style: none;
    width: 100%;
}
.blog-details .blog-content ol li {
    color: #465073;
    font-size: 17px;
    padding: 8px 0 8px 10px;
    text-align: left;
    list-style: decimal;
}
.blog-details .blog-content ol li ul li {
    background: url(images/bullet-icon.png) left 10px no-repeat;
    color: #465073;
    font-size: 17px;
    padding: 8px 0 8px 30px;
    text-align: left;
    list-style: none;
}
.blog-details .blog-content ol li ul {
   padding: 0 0 0 0px;
}
.blog-details .blog-content ul li {
    background: url(images/bullet-icon.png) left 10px no-repeat;
    color: #465073;
    font-size: 17px;
    padding: 8px 0 8px 30px;
    text-align: left;
}

.blog-content figure {
    text-align: center;
}
.blog-content figure figcaption {
    font-weight: 400;
    font-style: italic;
    color: #15338c;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin: 15px 0 20px 0;
}

.blog-details .blog-arciles-img::before {
    position: absolute;
    top: 500;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 6%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 6%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 6%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#000',GradientType=0);
}

.blog-arciles:hover .blog-arciles-img::before {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.blog-details .blog-arciles {
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 40px 0 0;
}
.blog-details .blog-arciles .blog_btm_cntnt {
    margin: 0 auto;
    position: absolute;
    bottom: -5px;
    padding: 0 25px 25px;
    background: none;
}
.blog-details .blog-arciles .blog_btm_cntnt h3 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}
.blog-details .blog-arciles.second .blog_btm_cntnt {
    text-align: right;
}
.blog-details .blog-arciles.second .blog_btm_cntnt a::before {
    right: 0;
    bottom: 6px;
    left: auto;
    border-right: 0 solid #fff;
    border-left: 8px solid #fff;
}
.blog-details .blog-arciles.second .blog_btm_cntnt a::after {
    right: 0;
    left: auto;
}
.blog-details .blog-arciles.second .blog_btm_cntnt a {
    color: #fff;
    padding: 0 55px 0 0;
    position: relative;
}
.blog-details .blog-arciles .blog_btm_cntnt a::before {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 4px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
}
.blog-details .blog-arciles .blog_btm_cntnt a {
    color: #fff;
    padding: 0 0 0 55px;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
}
.blog-details .blog-arciles .blog_btm_cntnt a::after {
    position: absolute;
    bottom: 9px;
    left: 0;
    background: #fff;
    width: 45px;
    height: 1px;
    content: "";
}
.blog-details .blog-arciles .blog-arciles-img {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.blog-details .blog-arciles .blog-arciles-img img {
    width: 100%;
}
.blog-details .author-main {
    float: left;
    width: 100%;
    background: #f7f7fe;
    padding: 50px 40px 35px 50px;
    margin: 40px 0 0;
    display: flex;
    align-items: center;
}
.blog-details .author-main .author-img {
    width: 170px;
    margin: 0 20px 0 0;
}
.blog-details .author-main .author-img img {
    width: 150px;
    padding: 3px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
}
.blog-details .author-main .author-info {
    display: inline-block;
    width: 100%;
}
.blog-details .author-main .author-info h3 {
    color: #0f1432;
    font-weight: 500;
    font-size: 26px;
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
}
.blog-details .author-main .author-info p {
    font-size: 16px;
    padding: 0;
}

.common-help-desk {
    position: relative;
}
.number-section {
    float: left;
    width: 100%;
    margin: 40px 0 0;
}
.number-section h4:before {
    padding: 0 38px 0 0;
    content: "";
    position: absolute;
    left: 0;
    font-size: 15px;
    color: #fff;
    background: url(images/bullet-shape-icon.png) left top no-repeat;
    width: 46px;
    height: 65px;
    top: -1px;
}
.number-section h4 {
    text-align: left;
    padding: 20px 0 0 70px;
    position: relative;
    color: #1a2174;
    font-weight: 700;
    float: left;
    width: 100%;
    font-size: 22px;
    border-top: 1px solid #00aae1;
}
.number-section h4 span {
    position: absolute;
    left: 17px;
    top: 13px;
    color: #fff;
}
.number-section h4 span.last {
    left: 9px;
}

.number-section h3:before {
    padding: 0 38px 0 0;
    content: "";
    position: absolute;
    left: 0;
    font-size: 15px;
    color: #fff;
    background: url(images/bullet-shape-icon.png) left top no-repeat;
    width: 46px;
    height: 65px;
    top: -1px;
}
.number-section h3 {
    text-align: left;
    padding: 20px 0 0 70px !important;
    position: relative;
    color: #1a2174;
    font-weight: 700;
    float: left;
    width: 100%;
    font-size: 22px;
    border-top: 1px solid #00aae1;
	margin-left:0px !important;
}
.number-section h3 span {
    position: absolute;
    left: 17px;
    top: 13px;
    color: #fff;
}
.number-section h3 span.last {
    left: 9px;
}
.blog-details .blog-content .number-section p {
    padding: 0 0 0 70px;
}
.number-section .content-img {
    margin: 0 0 25px 0;
}
.number-section .content-img img {
    width: 100%;
    height: auto;
}

/* Related Article Box */

.blog-details .blog-content .related-callout {
    border: 1px solid #eaeaea;
    padding: 20px 30px;
    margin: 40px 0 40px 30px;
    box-shadow: 0 0.5rem 1rem rgba(26, 33, 116,0.08) !important;
    transition: 0.3s;
}
.blog-details .blog-content .related-callout p {
    color: #465073;
    font-weight: 500;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0px;
    padding: 0 0 0 0px;
    display: block;
}
.blog-details .blog-content .related-callout p span {
    color: #465073;
    font-weight: 600;
    font-size: 18px;
    margin-right: 20px;
}

.blog-details .blog-content .related-callout p a {
    color: #465073;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s;
}



/* Table Of Content - In content */
.blog-details .blog-content .ez-toc-title-container .ez-toc-title{
    color: #15338c;
    font-size: 20px !important;
    font-weight: 600;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}
.blog-details .blog-content .ez-toc-list a{
    font-size: 17px !important;
    text-decoration: none;
}
.blog-details .blog-content .ez-toc-list a::after {
    display: none !important;
}
.blog-details .blog-content .ez-toc-list a:hover {
    text-decoration: underline;
}
.blog-details .blog-content .ez-toc-list {
    margin: 0 0 40px 20px;
}
.blog-details .blog-content .ez-toc-list .ez-toc-page-1 {
    background: none;
    list-style: disc;
    padding: 5px 0 5px 10px;
}





/*.footer-logo-sec {
    background: #f5f6fe;
    padding: 30px 0;
    border-top: solid 1px #becedd;
    border-bottom: solid 1px #becedd;
}
.footer-logo-sec ul {
    float: right;
    margin: 6px 0 0 0;
}
.footer-logo-sec ul li {
    float: left;
}
.footer-logo-sec ul li a {
    background: linear-gradient(-45deg, var(--c1, #5056e1), var(--c2, #2e34a1) 51%, var(--c1, #5056e1)) var(--x, 0) / 200%;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
}
.footer-logo-sec ul li:last-child a {
    margin: 0;
}
.footer-logo-sec ul li a:hover {
    --x: 100%;
}
.footer-nav-sec {
    background: #f5f6fe;
    border-bottom: solid 1px #becedd;
    padding: 0;
}
.footer-nav-main {
    background: #fafafe;
    width: 100%;
    float: left;
}
.footer-nav {
    border-left: solid 1px #becedd;
    margin: 0;
    padding: 42px 30px 15px;
    float: left;
    min-height: 320px;
}
.footer-nav .form-search {
    position: relative;
}
.footer-nav .form-search .form-group {
    width: 100%;
}
.footer-nav .form-search .form-group input {
    background: url(../images/arrow-icon.png);
}
.footer-nav.one {
    width: 25%;
}
.footer-nav.two {
    width: 23%;
}
.footer-nav.three {
    width: 20%;
}
.footer-nav.four {
    width: 32%;
    padding: 42px 45px 0;
}
.footer-nav.four p:before {
    display: none;
}
.footer-nav.four p {
    padding: 0;
    color: #465073;
    font-weight: 400;
    margin: 0 0 8px;
}
.footer-nav.four .footer-btns {
    float: left;
    width: 100%;
}
.footer-nav.four .footer-btns .bttn.quote {
    border: 1px solid #f8b897;
    color: #f77733;
    background: #fdf7f3;
}
.footer-nav.four .footer-btns .bttn.quote:hover,
.footer-nav.four .footer-btns .bttn.quote:focus {
    background: #f77733;
    color: #fff;
    border: 1px solid #f8b897;
}
.footer-nav.four .footer-btns .bttn.demo {
    border: 1px solid #3faeaa;
    color: #3faeaa;
    background: #f1f9fb;
}
.footer-nav.four .footer-btns .bttn.demo:hover,
.footer-nav.four .footer-btns .bttn.demo:focus {
    background: #3faeaa;
    color: #fff;
    border: 1px solid #3faeaa;
}
.footer-nav.four .footer-btns .bttn {
    display: inline-block;
    font-size: 15px;
    padding: 10px 20px 7px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 2px;
}
.form-subscribe {
    position: relative;
    margin: 0 0 30px;
}
.form-subscribe .form-group {
    width: 100%;
}
.form-subscribe .form-control {
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: none;
    height: 48px;
    padding: 0 0 0 40px;
    background: #fff url(/images-new/arrow-icon.png) no-repeat 8px center;
}
.form-subscribe .btn {
    background: #373ba6;
    background: -moz-linear-gradient(left, #373ba6 0%, #6668ec 100%);
    background: -webkit-linear-gradient(left, #373ba6 0%, #6668ec 100%);
    background: linear-gradient(to right, #373ba6 0%, #6668ec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#373ba6',endColorstr='#6668ec',GradientType=1);
    padding: 9px 20px 7px;
    position: absolute;
    right: 4px;
    top: 4px;
    border: none;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
}
.form-subscribe .btn-dark:focus {
    box-shadow: none !important;
}
.footer-nav:last-child {
    border-right: solid 1px #becedd;
}
.footer-nav h6 {
    color: #282d8c;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.footer-nav ul li a {
    color: #465073;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 22px;
}
.footer-nav ul li a:hover {
    color: #282d8c;
}
.footer-nav ul li a:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 14px;
    height: 1px;
    background: #28c8c3;
}
.footer-nav p {
    color: #282d8c;
    font-size: 15px;
   font-weight: 500;
    margin: 0 0 25px;
    padding: 0 0 0 45px;
    position: relative;
}
.footer-nav p span {
    display: block;
    color: #465073;
    font-size: 16px;
    font-weight: 500;
}
.footer-nav p span a {
    color: #465073;
}
.footer-nav p span a:hover {
    color: #465073;
}
.footer-nav p:before {
    position: absolute;
    background: url(images/phone-icon1.png) no-repeat left center;
    width: 34px;
    height: 34px;
    left: 0;
    top: 0;
    content: "";
}
footer {
    background: #f5f6fe;
    padding: 35px 0;
    text-align: center;
    width: 100%;
    float: left;
}
footer p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}
footer p span {
}
footer p a {
    color: #465073;
    font-size: 15px;
    font-weight: 400;
}
footer p a:hover {
    color: #282d8c;
}

.footer-social li a img { 
    width: auto; 
    height: 16px; 
    margin-bottom: 6px; 
    transition: .4s ease-in-out;
}
*/
.search-box-item {
    color: #fff;
    cursor: pointer;
    width: auto;
    float: right;
    margin: 0 0 0 70px;
    padding: 15px 0 0;
    display: none;
}
.search-box-item .search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    background: #fff;
    z-index: 2;
    padding: 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    margin-top: 25px;
}
.search-box-item .search-overlay.search-popup .search-form {
    position: relative;
}
.search-box-item .search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eee;
    color: #212529;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 4px;
    padding-left: 10px;
}
.search-box-item .search-overlay.search-popup .search-form .search-input:focus {
    border-color: #3a8d00;
}
.search-box-item .search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: transparent;
    border: none;
    width: 50px;
    outline: 0;
    color: #102a82;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
    cursor: pointer;
}
.search-button .ti-search {
    margin: 15px 10px;
    float: right;
}
.search-box-item .search-overlay.search-popup .search-form .search-button:focus {
    color: #3a8d00;
}
.search-box-item p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    float: left;
    margin-right: 6px;
}
.search-box-item .search-btn {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.search-box-item .search-btn:hover {
    color: #fff;
}
.search-box-item .search-overlay {
    display: none;
}
.search-box-item .close-btn {
    cursor: pointer;
    display: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 22px;
}
.search-box-item .close-btn:hover {
    color: #fff;
}
.search-box-item .close-btn.active {
    display: inline-block;
}
.search-btn.ti-search {
    font-size: 22px;
}


/* CTA BOX 
============ */
.blog-content .content-cta {
    font-family: "Outfit", sans-serif;
    background: #d9f2fa;
    color: #071b27;
    border-radius: 15px;
    padding: 50px 40px;
    text-align: center !important;
    margin: 40px 0px 10px 30px;
    /*margin-bottom: 2rem;*/
}
.blog-content .content-cta p {
    text-align: center;
}
.blog-content .content-cta .cta-title {
    color: #262626;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
}

.blog-content .content-cta .cta-text {
    color: #071b27;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}
.blog-content .content-cta .cta-text strong {
    color: #0f1432;
    font-weight: 500;
}
.blog-content .content-cta .cta-btn {
    color: #FFFFFF !important;
    background: #01a8df;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 34px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-content .content-cta .cta-btn:hover {
    color: #1d212e !important;  
    background: #31d2f2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-content .content-cta .cta-btn:after,
.blog-content .content-cta .cta-btn:before {
    display: none !important;
}

@media (min-width: 768px) and (max-width: 1500px) {
    .blog-content .content-cta {
        padding: 40px;
    }
}
@media (max-width: 767.98px) {
    .blog-content .content-cta {
        padding: 25px;
    }
}


/* CTA Pop 
========== */
.cta-pop {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.cta-overlay {
/*     position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    display: none; /* Initially hidden */
}

/* Shortcut Keypress Event - Button
===================================  */
.short-key.reqst-demo:not(:disabled):not(.disabled).active, .short-key.reqst-demo:not(:disabled):not(.disabled):active {
    background: linear-gradient(90deg, var(--c1, #f66302), var(--c2, #ff901b) 51%, var(--c1, #19a5a0)) var(--x, 0) / 200%;
}
.short-key:hover {
    color: #fff;
}
.short-key:hover b {
    border-bottom: 1px solid #fff;
}

@media (min-width: 1800px) {
    .short-key.reqst-demo {
        font-size: 14px;
        position: fixed;
        top: 250px;
        right: 0px;
        z-index: 10;
        color: #fff;
        padding: 15px 15px 13px 20px;
        border-radius: 5px 0px 0px 5px;
        border-radius: 30px 0px 0px 30px;
        box-shadow: 0 .5rem 0.8rem rgba(0,0,0,.15);
    }
    .short-key.reqst-demo br {
        display: none;
    }
    
}

@media only screen and (min-width: 1200px) and (max-width: 1799.98px) {
    .short-key.reqst-demo {
        font-size: 12px;
        text-align: left;
        position: fixed;
        top: 183px;
        right: 0px;
        z-index: 10;
        color: #fff;
        padding: 8px 10px 8px 10px;
        border-radius: 3px 0px 0px 3px;
        box-shadow: 0 .5rem 0.8rem rgba(0,0,0,.15);
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .sticky_menu .main-nav .navbar-nav .nav-item:first-child {
        padding-left: 15px;
    }
    .blog-side-tab-txt h6 a {
        display: block;
    }
    /*.footer-nav.four {
        padding: 42px 18px 0;
    }*/
    .sidebar-fixed img {
        width: 100%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sales-sec {
        font-size: 14px;
    }
    /*.sales-sec ul li a {
        font-size: 14px;
    }*/
    .top-right .reqst-quote {
/*        padding: 24px 7px 24px;*/
        font-size: 13px;
    }
    .top-right .reqst-demo {
/*        padding: 24px 12px 24px;*/
        font-size: 13px;
    }
    .blog-details .blog-content h1 {
        font-size: 32px;
        line-height: 50px;
    }
    .managed-table tr.thead th {
        font-size: 16px;
    }
    .blog-details .blog-arciles .blog_btm_cntnt h3 {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 991.98px) {
    header.inner-page-banner {
        padding: 0 0 0px;
    }
    #sidebar {
        display: none;
    }
    .sidebar-sec {
        margin: 50px 0 0;
    }
    .blog_btm_cntnt h2.title,
    .blog_btm_cntnt h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .managed-table tr.thead th {
        font-size: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #sidebar {
        display: none;
    }
    .blog-details .blog-content h1 {
        font-size: 35px;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
.blog-details .blog-content .blog-img img {
	display: none;
}
    #sidebar {
        display: none;
    }
    .top-right {
        text-align: center;
        padding: 15px 0;
        margin: 20px -15px 0;
        background: #1a1f6f;
    }
    .top-right a.phone-icon:before {
        display: none;
    }
    .top-right a.phone-icon {
        position: relative;
        margin: 0;
        display: inline-block;
        vertical-align: top;
        padding: 0;
    }
    .top-right a.phone-icon img {
        vertical-align: top;
        margin: -5px 9px 0 0;
    }
    .top-right .reqst-quote {
        padding: 15px 10px;
        font-size: 12px;
        display: none;
    }
    .top-right .reqst-demo {
        display: none;
    }
    .top-right a {
        display: inline-block;
        clear: both;
        padding: 15px 10px;
        font-size: 16px;
    }
    .blog_box_wrapper {
        margin: 25px 0 0;
    }
    .blog-content-sec h1 {
        font-size: 60px;
    }
    .blog-details .blog-content h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .blog-details .blog-content .share {
        float: none;
        margin: 5px 0 0;
        display: block;
        width: 100%;
        float: left;
    }
    .blog-details .blog-content .share h6 {
        vertical-align: middle;
        margin: 0 0 0 5px;
        display: inherit;
    }
    .blog-details .blog-content .list ul {
        width: 100% !important;
    }
    .blog-details .blog-arciles .blog_btm_cntnt h3 {
        font-size: 20px;
        line-height: 29px;
    }
    .blog-details .blog-arciles-img::before {
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 10%, rgba(0, 0, 0, 0.9) 85%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 10%, rgba(0, 0, 0, 0.9) 85%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 10%, rgba(0, 0, 0, 0.9) 85%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#000',GradientType=0);
    }
    .blog-details .author-main {
        display: inherit;
        padding: 25px;
    }
    .blog-details .author-main .author-img {
        margin: 0;
    }
    .blog-details .author-main .author-info {
        margin: 30px 0 0;
    }
}
.text-green {
    color: #19a5a0 !important;
}
.multi-part-blog a.btn {
    width: 150px !important;
    margin: 10px;
    color: #fff;
    background: linear-gradient(90deg, var(--c1, #19a5a0), var(--c2, #23c8c3) 51%, var(--c1, #19a5a0)) var(--x, 0) / 200% !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2) !important;
    text-decoration: none;
}
.multi-part-blog a.btn:hover {
    --x: 100%;
}
.multi-part-blog a.btn i {
    font-weight: 900;
    font-size: 22px;
}
.Brd-Rad-Left {
    border-radius: 30px 0 0 30px;
}
.Brd-Rad-Right {
    border-radius: 0 30px 30px 0;
}
@media (max-width: 450px) {
    .multi-part-blog a.btn {
        width: 100px !important;
        font-size: 16px;
    }
}
.blog-details .blog-content .accordion {
    margin: 30px 0 30px 30px;
}
.blog-details .blog-content p a.blog-cta-btn,
.blog-details .blog-content a.blog-cta-btn {
   font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    padding: 20px 30px;
    display: inline-block;
    background: linear-gradient(90deg, var(--c1, #19a5a0), var(--c2, #23c8c3) 51%, var(--c1, #19a5a0)) var(--x, 0) / 200%;
}
.blog-details .blog-content p a.blog-cta-btn:hover,
.blog-details .blog-content a.blog-cta-btn:hover {
    --x: 100%;
}


/* FAQ Section - CSS 
==================== */

.blog-content .card {
    margin-bottom: 5px;
}
.blog-content .accordion .card-header {
    cursor: pointer;
    background: #f4f7fe; 
    padding: 16px 30px;   
}
.blog-content .accordion .card-header h5 {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.2;
    color: #465073;
    text-align: left;
    padding: 0px;
    margin-bottom: 0px;
}
.blog-content .accordion .card-body {
    padding: 20px 30px;
}
.blog-content .accordion .card-body p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    color: #465073;
    text-align: left;
    padding: 0px;
    margin-bottom: 10px;
}

.blog-content .accordion .card-header:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
    color: #15338c;
    font-size: 16px;
}
.blog-content .accordion .card-header.collapsed:before {
    float: right !important;
    content:"\f067";
    color: #15338c;
}

.blog-content .accordion ol {
    margin-bottom: 0px;
}

.blog-content .accordion p:empty {
  display: none;
}


/* Two color Table */
.myth-maindiv {
    padding: 0 0 30px 30px;
}
.row-wrapper {
    font-family: "Outfit", sans-serif;
    border: 1px solid #cbcef5;
    border-radius: 12px;
    overflow: hidden;
    margin-top: -1px;
}
.myth-label {
    background-color: #1b4ca9;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    padding: 8px;
    border-radius: 12px 0 0 0;
    min-width: 113px;
    min-height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.reality-label {
    background-color: #01a8df;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    padding: 8px;
    border-radius: 0 0 0 12px;
    min-width: 113px;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.myth-label:after, .reality-label:after {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
    right: -6px;
    border-width: calc(14px* .5) 0 calc(14px* .5) 7px;
}
.myth-label:after {
    border-left-color: #1b4ca9;
}
.reality-label:after {
    border-left-color: #01a8df;
}

.myth-text {
    background-color: #f7f8fb;
    font-weight: 600;
}
.reality-text {
    background-color: #fff;
    font-weight: 400;
    border-radius: 0 0 12px 0;
    border-top: 1px solid #cbcef5;
    border-top-right-radius: 0 !important;
}
.myth-text, .reality-text {
    color: #465073;
    padding: 8px 24px 8px 30px;
    border-radius: 0 12px 0 0;
    flex: 1;
    font-size: 17px;
    line-height: 1.4;
    /*display: flex;
    align-items: center;*/
}

@media (max-width: 576px) {
    .row-wrapper {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .flex-sm-row {
        flex-direction: column !important;
    }
    .reality-label {
        min-height: 60px;
    }
    .myth-label, .reality-label {
        border-radius: 12px 12px 0 0 !important;
    }
    .myth-text, .reality-text {
        border-radius: 0 0 12px 12px !important;
        padding: 15px 20px;
    }
}