* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:focus {
    -moz-outline-style: none;
    outline: none
}
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}
input[type="file"] {
    cursor: pointer;
}
html body {
    padding: 0;
}
*::-moz-selection {
    color: #fff;
    background: #ffd300;
}
*::selection {
    color: #fff;
    background: #ffd300;
}
*::-moz-selection {
    color: #fff;
    background: #ffd300;
}
*::-webkit-selection {
    color: #fff;
    background: #ffd300;
}
*::-ms-selection {
    color: #fff;
    background: #ffd300;
}
*::after,
*::before,
* {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body a {
    outline: none !important;
    transition: 0.5s all;
}
body a:focus {
    outline: none !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul:after,
li:after,
.container:after {
    clear: both;
    display: block;
    content: "";
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}
* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    outline: none !important;
}
form label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
}
iframe {
    display: block;
    width: 100%;
    height: 100%;
}
body ul,
body li,
body ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
    position: relative;
}
ul {
    margin: 0;
    padding: 0;
}
a,
span,
b,
i {
    display: inline-block;
    vertical-align: top;
}
body .fa, body .fas {
    font-family: 'FontAwesome';
    font-weight: normal;
}
footer#colophon .tp a.to-top {
    background: #191363;
    border: 2px solid #fff;
    font-weight: bold;
    margin: 0;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 45px;
    position: fixed;
    right: 20px;
    width: 45px;
    line-height: 37px;
    z-index: 999;
    bottom: 50px;
    text-align: center;
    font-size: 0px;
    border-radius: 5px;
    padding-left: 1px;
}
footer#colophon .tp a.to-top::before {
    content: "\f106";
    font-size: 28px;
    font-family: 'FontAwesome';
}
footer#colophon .tp a.to-top:hover {
    background: #000;
}
/*element css*/
/*contact form 7 error msg class and css*/
.wpcf7-not-valid-tip {
    font-size: 15px;
    color: red;
    line-height: 120%;
    margin-top: 1px;
    font-family: "Poppins", Sans-serif;
}
span.wpcf7-form-control-wrap.recaptcha > span.g-recaptcha {
    border: 1px solid transparent;
    width: 304px;
    height: 78px;
    border-radius: 4px;
}
.wpcf7-form input:not([type="submit"]).wpcf7-not-valid,
.wpcf7-form .wpcf7-not-valid {
    border-color: red!important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
body .success {
    color: red;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    padding: 7px 15px;
    border: 1px solid red;
    margin: 15px 0 0 0;
    font-family: "Poppins", Sans-serif;
}
html body .wpcf7 form.sent .wpcf7-response-output,
html body .success {
    color: green;
    border-color: green;
}
body textarea {
    resize: none;
    overflow: auto;
    height: 148px !important;
    padding-top: 15px !important;
}
body textarea:focus {
    box-shadow: none;
}
.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
header.header a.neve-skip-link {
    display: none;
}
/*contact form 7 error msg class and css*/
/*************************** BREAD-CRUMB (structure must be in ul li format)**********************************/
header#masthead ul.hfe-nav-menu li.current-menu-item a {
    font-weight: 500;
}
body .breadcrumbs .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 15px;
}
body .breadcrumbs .container ul {
    display: flex;
    align-items: center;
}
body .breadcrumbs .container ul li, body .breadcrumbs .container ul li a {
    font-size: 18px;
    line-height: 120%;
    font-family: "AvertaStd-Regular", sans-serif;
    color: #191363;
    font-weight: 500;
}
body .breadcrumbs .container ul li:not(:first-child) {
    padding-left: 20px;
    margin-left: 10px;
    position: relative;
}
body .breadcrumbs .container ul li:not(:first-child)::before {
    position: absolute;
    content: "\f101";
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    line-height: 22px;
    color:#191363;
    font-weight:normal;
}
body .breadcrumbs .container ul li:last-child {
	font-weight: 600;
}
body .breadcrumbs .container ul li a:hover {
    color: #111;
}
header#masthead .logo-menu-wrap {
    flex-wrap: nowrap;
    align-items: center;
}
header#masthead .logo-menu-wrap .logo-bar {
    max-width: 210px;
}
.footer-contact .address-wrap > p, .footer-contact .phone a, .footer-contact .email a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    line-height: 26px;
    padding:16px 50px 0px 50px;
    position: relative;
    font-family: "Poppins", Sans-serif;
}
.footer-contact .phone {
    padding:3px 0px 0px 0px;
}
.footer-contact .email {
    padding:11px 0px 0px 0px;
}
.social-links ul.social-media-main-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 37px 0px 0px;
}
#copy-right-text a {
    color: white;
}
.footer-contact > div {
    position: relative;
}
#colophon .social-links .social-media-main-wrap li,
.footer-contact .address-wrap p:nth-child(1):before,
.footer-contact .address-wrap p:nth-child(2):before,
.footer-contact .address-wrap p:nth-child(3):before,
.footer-contact .phone:before, .footer-contact .email:before   {
	width: 40px;
	height: 40px;
	border:1px solid #fff;
	border-radius: 13px 0px 13px 0px;
	margin:  0px 0px 0px 10px;
}
#colophon .social-links .social-media-main-wrap li a {
    text-align: center;
    display: block;
    color: #FFF;
    line-height: 40px;
    font-size: 22px;
}
#colophon a:hover {
    color: #ccc!important;
}
#colophon .social-links .social-media-main-wrap li a i {
    line-height: 38px;
}
.footer-contact .address-wrap p:nth-child(1):before, .footer-contact .address-wrap p:nth-child(3):before, .footer-contact .address-wrap p:nth-child(2):before, .footer-contact .phone:before, .footer-contact .email:before {
    content: "\f041";
    font-family: FontAwesome;
    left: 0;
    top: 22px;
    position: absolute;
    color: #ffff;
    display: inline-block;
    text-align: center;
    padding: 0px 0px;
    margin: 0;
    line-height: 39px;
}
.footer-contact .address-wrap p:nth-child(2):before {
	content: "\f041";
    top: 19px;
}
.footer-contact .phone:before {
    content: "\f095";
    top: 13px;
}
.footer-contact .email:before {
    content: "\f0e0";
}
.footer-heading h2::after {
    content: "";
    width: 50px;
    height: 3px;
    border-bottom: 3px solid white;
    position: absolute;
    bottom: -10px;
    left:0px;
}
main#content .custom-btn a {
    display: inline-block;
    width: auto;
    position: relative;
}
.custom-btn a::before, .blog-content-wrap .blog-btn a::before, .contact-btn.btn-common.btn-common-bluebtn-wrap.smart-btn::before{
    content: "";
    background: url("..//images/split-img.png");
    position: absolute;
    left: auto;
    background-position: 19px -1px;
    bottom: 0;
    height: 15px;
    width: 19px;
    top: 4px;
    right: 20px;
    margin: auto;
}
.custom-btn a:hover::before, .blog-content-wrap .blog-btn a:hover::before, .contact-btn.btn-common.btn-common-bluebtn-wrap.smart-btn:hover::before {
     background-position: 19px -20px;
}
/*//advantages section//*/
.advantage-box:before {
    content: "";
    background: url("..//images/cover-img.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: -23px;
    top: -14px;
    bottom: -20px;
    height: 140px;
    width: 134px;
    transform: rotateZ(-29deg);
}

    /*//Latest Blog//*/
li.blog {
    margin: 0px 15px;
}
.blog-wrap .image-wrap {
    height: 253px;
    border-radius: 40px  0 0 0;
    overflow: hidden;
}
.blog-wrap .image-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
ul.latest-blog-wrap {
    display: flex;
}
.blog-content-wrap {
    width: 340px;
    font-size: 16px;
    font-weight: 400;
    background-color: white;
    border-radius: 35px 0px 35px 0px;
    position: relative;
    padding: 40px 25px 34px 30px;
    margin-top: -56px;
    margin-left: 30px;
    box-shadow:0 0 20px rgba(0,0,0,0.05);
}
.blog-date {
    color: #333333;
    padding-bottom: 15px;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
}
.blog-title a{
    font-family: "Poppins", Sans-serif;
    font-size: 21px;
    color: #111111;
    font-weight: 500;
    letter-spacing: -0.7px;
}
.blog-title a:hover {
    color:#1A1463;
}
.blog-content-wrap .blog-btn a {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    color: #1A1463;
    position: relative;
    padding-right: 25px;
}
.blog-content-wrap .blog-btn a::before {
    background-position: 19px -20px;
    right: 0;
}
.blog-content-wrap .blog-btn a:hover {
    color: #000;
}
/*//form section//*/
main#content .contact-form-set > div {
    background: none;
}
.contact-form-set form.wpcf7-form {
    padding: 50px 90px;
    text-align: center;
    background: #003156;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    margin-top: 20px;
    border-radius: 10px;
     text-align: left;
     position: relative;
}
.full-filled {
    position: relative;
    margin-bottom: 25px;
}
.full-filled  br {
    display: none;
}
.full-filled input, .wpcf7-textarea {
    width: 100%;
    max-width: 643px;
    padding:15px 31px;
    border-radius: 19px;
    border: 1px solid transparent;
    background: #EEEE;
    font-family: "Poppins", Sans-serif;
    color:#545454;
    font-size:16px;
}
.full-filled  label {
    position: absolute;
    top: 16px;
    z-index: 111111;
    left: 30px;
    font-family: "Poppins", Sans-serif;
    color:#545454;
    font-size:16px;
    transition: all .3s;
}
.full-filled.input_focus label, .full-filled.input_value label {
    top: -12px;
    font-size: 12px;
    color: white;
    background: #191363;
    padding: 4px 4px; 
    border-radius: 5px;
    line-height: 1;
}
.contact-btn input {
    width: 100%;
    max-width: 236px;
    padding: 16px 60px 16px 30px;
    font-size: 16px;
    background: #191363;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    border: 1px solid transparent;
}
.contact-btn.btn-common.btn-common-bluebtn-wrap.smart-btn span.wpcf7-spinner {
    margin: 0;
    position: absolute;
    right: -30px;
    top: 15px;
}
.contact-btn .has-spinner:hover {
    background: #fff;
    border: 1px solid #191363;
    color: #191363;
}

.review-star .wrap .fa-star:before {
    content: "\f005";
    color: #FFBF00;
    font-size: 16px;
}
.review{
    padding-top: 52px;
    margin-bottom:50px;
}
span.review-img {
    width: 95px;
    height: 95px;
    background: #F58E33;
    border-radius: 100%;
    margin-top: 0px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    position: absolute;
    top: 15px;
    overflow: visible;
    right: 0;
    left: 0;
}
.owl-carousel span.review-img img {
    border-radius: 100%;
    height: auto;
    width: auto;
}
.contact-btn.btn-common.btn-common-bluebtn-wrap.smart-btn {
    display: table;
    margin: 0 auto;
    position: relative;
}
.recaptcha div {
    height: 100%;
}
span.review-img:before {
    content: "";
    background: url(..//images/clients-border.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: -21px;
    top: -15px;
    bottom: -20px;
    height: 122px;
    position: absolute;
    width: 120px;
    transform: rotateZ(-3deg);
}
header#masthead ul.sub-menu::after, header#masthead ul.sub-menu::before {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
header#masthead ul.sub-menu::after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFF;
	border-width: 9px;
	margin-left: -9px;
}
header#masthead ul.sub-menu::before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #CCC;
	border-width: 10px;
	margin-left: -10px;
}
main#content .banner-caption strong {
    font-family: "AvertaStd-Bold", sans-serif;
}
main#content .questionary-sec .elementor-toggle-item .elementor-toggle-icon > span {
    font-size: 0;
    width: 21px;
    height: 5px;
    background: #191363;
    margin-top: -13px;
    display: block;
}
main#content .questionary-sec .elementor-toggle-item .elementor-toggle-icon > span:first-child {
    width: 5px;
    height: 21px;
    display: block;
    margin: 0px 0 0 8px;
}
main#content .questionary-sec .elementor-toggle-item 
 .elementor-active .elementor-toggle-icon > span:first-child {
    opacity: 0;
}
.questionary-sec .elementor-toggle-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.questionary-sec .elementor-toggle-item  .elementor-tab-title {
    position: static;
    border-radius: 10px 10px 10px 10px;
}
.questionary-sec .elementor-toggle-item .elementor-tab-content p:not(:last-child) {
    margin-bottom: 10px;
}
.questionary-sec .elementor-toggle-item .elementor-tab-title::before {
    content: "";
    position: absolute;
    top: 0px;
    right: auto;
    left: 0px;
    bottom: 0;
    background: #D9D9E8;
    width: 10px;
    z-index: 1;
    border-radius: 10px 0px 0px 10px;
}
.questionary-sec .elementor-toggle-item .elementor-tab-title.elementor-active::before {
    background: #191363;
}
.review-slider.owl-carousel {
    width: auto;
}
.review-slider.owl-carousel .owl-stage-outer {
    padding: 10px 0px;
    box-sizing: border-box;
}
.review-wrap {
    font-family: poppins;
    text-align: center;
    padding:50px 20px 50px 20px;
    background-color: #fff;
    border-radius: 15px;
    height: 100%;
    box-shadow:0 0 20px rgba(0,0,0,0.05);
}
.review-title {
    font-weight: 500;
    font-size: 20px;
    color: #111111;
    padding-top: 30px;
}
.review-excerpt{
	 font-weight: 400;
	font-size: 16px;
	color: #555555;
}
.review-content {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    padding-top: 15px;
    height: 125px;
    overflow: hidden;
}
main#content .owl-carousel .owl-nav {
    display: block;
}
main#content .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 20px;
    margin: auto;
    background: #FFF!important;
    left:-70px;
    border-radius: 50%;
    font-size: 0;
    border: 1px solid transparent;
    color: #000;
}
main#content .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -70px;
}
main#content .owl-carousel .owl-nav button::after {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 34px;
}
main#content .owl-carousel .owl-nav button.owl-next::after {
     content: "\f105";
     padding-left: 5px;
}
main#content .owl-carousel .owl-nav button:hover {
    background: #191363;
    border-color:#FFF;
    color:#FFF;
}
.services-section .title a, .why-us-section .title {
    font-size: 21px;
    color: #191363;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.services-section .title a:hover {
    color: #000;
}


main#content .server-steps > div ul.content-service > li .content {
    font-size: 18px;
    font-weight: 300;
    color: #333333;
    line-height: 31px;
    position: absolute;
    max-width: 670px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    background: #FFF;
    left:-120px;
    top: 80px;
    border-top:6px solid #191363;
    border-radius: 20px;
    z-index: 99;
    padding: 30px 40px;
    z-index: 99;
}
main#content .server-steps > div ul.content-service > li .content:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #191363;
	border-width: 18px;
	margin-left: -18px;
}
main#content .server-steps > div ul.content-service > li:nth-child(2n) .content {
    left: auto;
    right: -100px;
}
main#content .server-steps > div ul.content-service > li:hover .content {
    display: block!important;
}
main#content .server-steps > div ul.content-service > li .content ul {
    display: block;
}
main#content .server-steps > div ul.content-service > li .content ul li {
    padding: 0 0 0 20px;
    margin: 0 0 3px 0;
    width: 100%;
    min-height: 0;
    text-align: left;
    max-width: 100%;
    font-weight: 500;
}
main#content .server-steps > div ul.content-service > li .content ul li::after {
    width: 7px;
    height: 7px;
    background: #191363;
    content: "";
    left: 0;
    position: absolute;
    top: 11px;
    border-radius: 50%;
}
main#content .server-steps {
    z-index: 9;
}
main#content .sapretor-line-bg {
    left: 220px;
    overflow: hidden;
    width: auto;
    right: 0;
    background-position: 0 0;
    bottom: -60px;
}
.services-section .content {
    font-size: 18px;
    font-weight: 300;
    color: #333333;
    line-height: 31px;
}
main#content .server-steps > div ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.services-section li {
    padding: 0px 50px 0px 50px;
    margin-top: 73px;
    display: inline-block;
}
.services-section li {
    padding: 0px 50px 0px 50px;
    margin-top: 73px;
    width: 50%;
    max-width: 50%;
    min-height: 130px;
}
.services-section li p.title {
    margin-top: 30px;
}
.services-section .alignnone:nth-child(3){
float: right;
}
.services-section li:nth-child(1), .services-section li:nth-child(3) {
    text-align: right;
    padding:0px 320px 0px 0px;
}
.services-section li:nth-child(2), .services-section li:nth-child(4) {
    padding:0px 10px 0px 320px;
}
body main#content .why-us-section > div ul {
	display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap:40px;
    align-items: center;
}
body:not(.elementor-editor-active) .why-us-section li {
    background: #fff;
    border-radius: 0px 60px 0px 60px;
    display: flex;
    flex-wrap: wrap;
    min-height: 334px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
body:not(.elementor-editor-active) .why-us-section li:nth-child(1), body:not(.elementor-editor-active) .why-us-section li:nth-child(4) {
    border-radius: 0px 60px;
}
body:not(.elementor-editor-active) .why-us-section li:nth-child(2), body:not(.elementor-editor-active) .why-us-section li:nth-child(3) {
    border-radius: 60px 0px;
}
.why-us-section .title{
    color: #1a1463;
    margin-bottom: 5px;
}
body:not(.elementor-editor-active) .why-us-section li:nth-child(2), body:not(.elementor-editor-active) .why-us-section li:nth-child(4) {
    padding: 55px 120px 60px 70px;
    text-align: right;
    justify-content: flex-end;
}
body:not(.elementor-editor-active) .why-us-section li:nth-child(1), body:not(.elementor-editor-active) .why-us-section li:nth-child(3) {
    padding:55px 80px 60px 120px;
}
body:not(.elementor-editor-active) .why-us-section li:nth-child(4) {
    padding-left: 100px;
}
body:not(.elementor-editor-active) .why-us-section li:nth-child(2) img, body:not(.elementor-editor-active) .why-us-section li:nth-child(4) img {
    position: absolute;
    right: 23px;
    top: 33px;
}
body:not(.elementor-editor-active) .why-us-section li:nth-child(1) img, body:not(.elementor-editor-active) .why-us-section li:nth-child(3) img {
    position: absolute;
    left: 23px;
    top: 33px;
}
body:not(.elementor-editor-active) .why-us-center:before {
    content: "";
    background-image: url("../images/common-img.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: -15px;
    left: -41px;
    bottom: -20px;
    height: 261px;
    position: absolute;
    width: 254px;
    transform: rotatez(-6deg);
}
main#content .why-us-sec {
    padding-top: 35px;
    padding-bottom:0px;
}
main#content .srvices-section-center {
    margin: auto;
    top: auto;
    right: 0;
    left: 0;
    bottom:50px;
    z-index: -1;
}
.srvices-section-center:before {
    content: "";
    width: 480px;
    height: 460px;
    border: 1px dashed #CCCCCC;
    border-radius: 100%;
    margin: -19px 0px 0px -22px;
}
.services-section .service-img {
    height: 170px;
    width: 170px;
    position: absolute;
    background: url("../images/services-bg.png") no-repeat 0 0;
}
.services-section .service-img img {
   padding: 50px;
}
main#content .server-steps > div, main#content .why-us-sec > div {
    columns: auto;
}
.services-section li:nth-child(3),
.services-section li:nth-child(4) {
    margin-top: 140px;
}
.services-section li:nth-child(1) .service-img, .services-section li:nth-child(3) .service-img{
    right: 120px;
    top: -35px;
}
.services-section li:nth-child(2) .service-img, .services-section li:nth-child(4) .service-img {
    left: 120px;
    top: -20px;
    transform: rotate(90deg);
}
.services-section li:nth-child(3) .service-img {
    transform: rotate(-80deg);
}
.services-section li:nth-child(3) .service-img img {
    transform: rotate(80deg);
}
.services-section li:nth-child(2) .service-img img {
    transform:rotate(-90deg);
}
.services-section li:nth-child(4) .service-img {
    transform: rotate(-190deg);    
    top: -35px;
}
.services-section li:nth-child(4) .service-img img{
    transform: rotate(190deg);
}
.services-section .service-img:hover {
    background-position: -190px 0px;
}
body:not(.elementor-editor-active) main#content .services-section-stepbar > div {
    width: auto;
    display: block;
    position: absolute;
    right: 0;
    left: 14%;
    background: #1A1463;
    height: 24px;
    bottom: 65px;
    border-radius: 25px 0 0 25px;
}
body:not(.elementor-editor-active) main#content .services-section-stepbar > div > div {
    width: 100%;
    display: block;
    max-width: 100%;
    position: absolute;
    right: 0;
}
main#content .services-section-stepbar > div ul {
    display: flex;
    justify-content: flex-end;
}
body:not(.elementor-editor-active) main#content .services-section-stepbar > div ul li {
    margin-right: 24px;
    width: 24px;
    height: 24px;
    background: #FFF;
    display: block;
    font-size: 0;
}
.services-section::before, body:not(.elementor-editor-active) main#content .advantage-section::before {
    content: "";
    height: 100%;
    width: 50%;
    background: #E8E9EE;
    border-radius: 0px 0px 201px 0px;
    /* margin-top: 140px; */
    margin-top: 65px;
}
body:not(.elementor-editor-active) main#content .advantage-section::before {
    left: auto;
    right: 0;
    border-radius: 0px 0 0 201px;
}
body:not(.elementor-editor-active) main#content .services-section-stepbar.advatange > div {
    left: 24px;
    right: 12%;
    border-radius: 0 25px 25px 0;
}
body:not(.elementor-editor-active) main#content .services-section-stepbar.advatange > div ul {
    justify-content: flex-start;
}
body:not(.elementor-editor-active) main#content .services-section-stepbar.advatange > div ul li {
    margin-right: 0;
    margin-left: 25px;
}
main#content .form-bottom-img {
    right: 110px;
    bottom: -40px;
}
/********************************************************/
body .error404-wrapper {
    text-align: center;
    padding: 100px 15px 0;
}
body h1.section-heading {
    font-size: 100px;
    color: #191363;
    font-family:"AvertaStd-Regular", Sans-serif;
    margin-top: -22px;
}
body .error-404 .page-content h2 {
    color: #333;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 500;
}
body .error-404 .page-content p {
    color: #333333;
    font-size: 18px;
    font-family: "Poppins", Sans-serif;
    padding: 14px;
}
body .custom-btn a {
    font-family: "Poppins", Sans-serif;
    padding: 13px 44px 14px 23px;
    border-radius: 35px;
    background-color: #191363;
    color: #FFF;
    font-size: 14px;
    border: 1px solid transparent;
}
.custom-btn a:hover {
    border-color: #191363;
    background: transparent;
    color:#191363;
}

/******************************************************************************/
body main#content .we-are-one-sec > div ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 50px;
    align-items: center;
}
body main#content .we-are-one-sec > div ul li {
    height: 236px;
    width: 225px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    padding: 70px 5px 70px 45px;
    background: url("../images/we-are-one-sec.png") no-repeat 0 0;
    justify-content: center;
    line-height: 28px;
    font-style: italic;
	align-content: center;
}

body main#content .we-are-one-sec > div ul li::after {
    content: "";
    background: #FFF;
    left: 34px;
    right: -5px;
    top: 20px;
    bottom: 20px;
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}
body main#content .we-are-one-sec > div ul li strong, body main#content .we-are-one-sec > div ul li p {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #1A1463;
    font-size: 18px;
    line-height: 150%;
    vertical-align: middle;
    width: 100%;
    font-style: normal;
}
body main#content .we-are-one-sec > div ul li p {
    font-family: "averta-light", sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.inner-banner h2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1200px;
    padding: 0 15px;
    top: 0;
    bottom: 0;
    height: 60px;
    font-size: 60px;
    font-family: "AvertaStd-Bold", sans-serif;
    color: #191363;
}
.blog .inner-banner h2 {
	height: auto;
	max-width: 1000px;
	padding: 0px;
}
figure.wp-block-image.size-large img {
    width: 100%;
    vertical-align: middle;
}
body.blog .inner-banner,
body.single .inner-banner {
    position: relative;
    min-height: 300px;
    margin-bottom: 15px;
}
body.blog .inner-banner figure img,
body.single .inner-banner figure img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nv-page-title h1 {
    color: #191363;
    font-family: "AvertaStd-Regular", Sans-serif;
    font-size: 60px;
    font-weight: 400;
    text-align: center;
    position: relative;
    display: table;
    margin: 50px auto;
    padding-top: 80px;
}
.nv-page-title h1::after {
   /* content: "Blog";*/
	content: "";
    color: #DEDDE3;
    font-family: "Autography", Sans-serif;
    font-size: 100px;
    font-weight: 500;
    position: absolute;
    top: 0px;
    left: -30px;
    z-index: -1;
}
body.blog  .posts-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}
body.blog .posts-wrapper .blog-content-wrap {
    border: 0;
    background: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: auto;
    box-shadow: none;
    text-align: center;
}
body.blog .posts-wrapper .blog-date {
    padding-bottom: 5px;
}
body.home .blog-content-wrap .blog-title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
body.blog .posts-wrapper .image-wrap img {
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
body.blog .posts-wrapper .image-wrap a {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
body.blog .posts-wrapper .image-wrap {
    background: url("../images/contact-top-img.png") no-repeat 0 0;
    width: 362px;
    height: 380px;
    padding: 35px 0px 40px 67px;
    margin-bottom: 22px;
}
body.blog .posts-wrapper .blog-title {
    padding-bottom: 10px;
}
body.blog ul.page-numbers {
    display: flex;
    margin: 50px auto 0;
    justify-content: center;
}
body.blog ul.page-numbers li span, body.blog ul.page-numbers li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #D9D9E8;
    margin: 0 4px;
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #000;
    position: relative;
    border-radius: 50%;
}
body.blog ul.page-numbers li a.prev,
body.blog ul.page-numbers li a.next {
    font-size: 0;
}
body.blog ul.page-numbers li a.prev::before,
body.blog ul.page-numbers li a.next::before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 24px;
}
body.blog ul.page-numbers li a.next::before {
    content: "\f105";
    padding-left: 3px;
}
body.blog ul.page-numbers li .current, 
body.blog ul.page-numbers li a:hover {
	background:#1A1463;
    color: #FFF;
}
.container .breadcrumbs .container {
    padding: 0;
}
.container.single-post-container {
    padding-top: 100px;
}
.single-post-container .blog-thumbnail {
    height: 500px;
    width: 100%;
    display: flex;
    background: #F0F0F0;
    align-items: center;
    border-radius: 50px 0 50px 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.single-post-container .author-date-wrap {
    display: flex;
    align-items: center;
}
.single-post-container .author-date-wrap > div {
    font-family: "Poppins", sans-serif;
    color: #333;
    font-size: 16px;
    padding-left: 30px;
    margin: 0 33px 15px 0;
    position: relative;
}
.single-post-container .author-date-wrap > div::before {
    content: "\f073";
    font-family: 'FontAwesome';
    position: absolute;
    left: 1px;
    top: 3px;
    color: #191363;
    font-size: 18px;
}
.single-post-container .author-date-wrap > div.blog-detail-author::before {
    content: "\f007";
    left: 7px;
}
.single-post-container .blog-content, .single-post-container .blog-content p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 170%;
    font-weight: 400;
    margin-bottom: 20px;
}
.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4,.blog-content h5, .blog-content h6 {
    font-family: "Poppins", sans-serif;
    line-height: 150%;
    color: #191363;
    font-weight: 600;
    position: relative;
    margin: 0 0 15px;
}
.blog-content h1{font-size: 30px;} 
.blog-content h2{font-size: 25px;} 
.blog-content h3{font-size: 20px;} 
.blog-content h4{font-size: 16px;}
.blog-content h5{font-size: 14px;} 
.blog-content h6{font-size: 12px;}
.single-post-container .blog-title {
    font-size: 26px;
    color: #191363;
    font-weight: 600;
    letter-spacing: 0;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
}
.single-post-container .blog-content p a {
    display: inline;
}
.single-post-container .blog-content p a:hover {
   color: #191363;
}
.single-post-container .blog-content ul li {
    list-style: disc;
    margin-left: 18px;
}
.single-post-container .blog-content ul, .single-post-container .blog-content ol {
    margin-bottom: 20px;
}
.single-post-container .blog-content ol li {
    list-style: decimal;
    margin-left: 16px;
}
.single-post-container .blog-content .shar-this-wrap {
    display: flex;
    align-items: center;
}
.single-post-container .blog-content .shar-this-wrap p {
    margin: 0 5px 0 0;
}
.single-post-container .blog-content .shar-this-wrap .addtoany_shortcode a {
    padding: 0;
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    border: 1px solid #333;
    border-radius: 10px 0 10px 0;
    text-align: center;
    line-height: 37px;
    opacity: 1;
}
.single-post-container .blog-content .shar-this-wrap .addtoany_shortcode a span {
    background: transparent!important;
    margin: auto;
    vertical-align: middle;
    width: 28px;
    opacity: 1;
    line-height: 8px;
}
.single-post-container .blog-content .shar-this-wrap .addtoany_shortcode a path {
    fill: #191363;
}
.single-post-container .blog-content .shar-this-wrap .addtoany_shortcode a:hover {
	background:#191363;
	border-color:#191363;
}
.single-post-container .blog-content .shar-this-wrap .addtoany_shortcode a:hover path {
    fill: #FFF;
}
.questionary-sec .elementor-toggle-item a {
    color: #4839ff;
}
.questionary-sec .elementor-toggle-item a:hover {
    color: #000;
}
main#content .images-box > div {
    height: 114px;
    margin: 0 20px;
}
main#content .images-box > div > div {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 225px;
    width: 225px;
    margin: 0;
}
main#content .listing ul li, .questionary-sec .elementor-toggle-item ul li {
    background: url("../images/listing-arrow.png") no-repeat 0 4px;
    margin-top: 10px;
    padding-left: 30px;
    line-height: 150%;
}

main#content .partner-slider figure.swiper-slide-inner {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 5px 25px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 28px rgb(0 0 0 / 8%);
    height: 114px;
}
main#content .partner-slider .elementor-swiper-button {
    display: none;
}
main#content .partner-slider .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    background: #CBC9DD;
    opacity: 1;
    margin: 35px 5px 0px;
    max-width: 225px;
}
main#content .partner-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
main#content .partner-slider .swiper-pagination-bullet:hover {
    background: #191363;
}
main#content .services-section .services-sub-tax ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
}
main#content .services-section .services-sub-tax ul li {
    padding: 0;
    width: 100%;
    margin: 20px 0 0;
    border: 0;
}
main#content .services-section .services-sub-tax ul li .service-img {
    position: static;
    margin: 0 auto 20px;
    transform: rotate(44deg);
    background-position: -190px 0px;
}
main#content .services-section .services-sub-tax ul li img {
    transform: rotate(-44deg);
    padding: 50px;
}
main#content .services-section .services-sub-tax ul li p.title {
    text-align: center;
    padding: 0 30px;
    display: block;
    color: #191363;
    font-size: 18px;
    font-weight: 500;
}
body:not(.home) main#content  .services-section::before {
    left: auto;
    right: 0;
    border-radius: 0px 0px 0 201px;
}
.nv-page-title small.nv--yoast-breadcrumb {
    display: none;
}
div#contact-details > div.contact-box {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}
main#content .services-section-stepbar.advatange > div.bottom-end {
    bottom: 30px;
}
main#content .contact-details a:hover{
	color: #1A1463;
}


body main#content .we-are-one-sec > div ul li span {

font-style: italic;

width: 100%;

}

main#content .owl-carousel .owl-nav button:hover{
background: #191363;
}

.blog .inner-banner .chw-widget:nth-child(2) {
    max-width: 1200px;
    margin: 0 auto;
 
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog .inner-banner h2 {
    height: auto;
    max-width: 1000px;
    width: 72%;
    position: relative;
    margin-left: 0px;
    font-size: 40px;
}

/* new */



figure.wp-block-image.size-large img {
  width: 100%;
  vertical-align: middle;
}

body.blog .inner-banner,
body.single .inner-banner {
  position: relative;
  min-height: 300px;
  margin-bottom: 15px;
}

body.blog .inner-banner figure img,
body.single .inner-banner figure img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nv-page-title h1 {
  color: #191363;
  font-family: "AvertaStd-Regular", Sans-serif;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  position: relative;
  display: table;
  margin: 50px auto;
  padding-top: 80px;
}

.nv-page-title h1::after {
  /*content: "Blog";*/
	content: "";
  color: #DEDDE3;
  font-family: "Autography", Sans-serif;
  font-size: 100px;
  font-weight: 500;
  position: absolute;
  top: 0px;
  left: -30px;
  z-index: -1;
}

body.blog .posts-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

body.blog .posts-wrapper .blog-content-wrap {
  border: 0;
  background: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
}

body.blog .posts-wrapper .blog-date {
  padding-bottom: 5px;
}

body.home .blog-content-wrap .blog-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

body.blog .posts-wrapper .image-wrap img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

body.blog .posts-wrapper .image-wrap a {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

body.blog .posts-wrapper .image-wrap {
  background: url("../images/contact-top-img.png") no-repeat 0 0;
  width: 362px;
  height: 380px;
  padding: 35px 0px 40px 67px;
  margin-bottom: 22px;
}

body.blog .posts-wrapper .blog-title {
  padding-bottom: 10px;
}

body.blog ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.blog ul.page-numbers li span,
body.blog ul.page-numbers li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #D9D9E8;
  margin: 0 4px;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #000;
  position: relative;
  border-radius: 50%;
}

body.blog ul.page-numbers li a.prev,
body.blog ul.page-numbers li a.next {
  font-size: 0;
}

body.blog ul.page-numbers li a.prev::before,
body.blog ul.page-numbers li a.next::before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 24px;
}

body.blog ul.page-numbers li a.next::before {
  content: "\f105";
  padding-left: 3px;
}

body.blog ul.page-numbers li .current,
body.blog ul.page-numbers li a:hover {
  background: #1A1463;
  color: #FFF;
}

.container .breadcrumbs .container {
  padding: 0;
}

.container.single-post-container {
  padding-top: 100px;
}

.single-post-container .blog-thumbnail {
  height: 500px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F0F0F0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.single-post-container .author-date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-post-container .author-date-wrap>div {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 16px;
  padding-left: 30px;
  margin: 0 33px 15px 0;
  position: relative;
}

.single-post-container .author-date-wrap>div::before {
  content: "\f073";
  font-family: "FontAwesome";
  position: absolute;
  left: 1px;
  top: 3px;
  color: #191363;
  font-size: 18px;
}

.single-post-container .author-date-wrap>div.blog-detail-author::before {
  content: "\f007";
  left: 7px;
}

.single-post-container .blog-content,
.single-post-container .blog-content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 170%;
  font-weight: 400;
  margin-bottom: 20px;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  font-family: "Poppins", sans-serif;
  line-height: 150%;
  color: #191363;
  font-weight: 600;
  position: relative;
  margin: 0 0 15px;
}

.blog-content h1 {
  font-size: 30px;
}

.blog-content h2 {
  font-size: 25px;
}

.blog-content h3 {
  font-size: 20px;
}

.blog-content h4 {
  font-size: 16px;
}

.blog-content h5 {
  font-size: 14px;
}

.blog-content h6 {
  font-size: 12px;
}

.single-post-container .blog-title {
  font-size: 26px;
  color: #191363;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}

.single-post-container .blog-content p a {
  display: inline;
}

.single-post-container .blog-content p a:hover {
  color: #191363;
}

.single-post-container .blog-content ul li {
  list-style: disc;
  margin-left: 18px;
}

.single-post-container .blog-content ul,
.single-post-container .blog-content ol {
  margin-bottom: 20px;
}

.single-post-container .blog-content ol li {
  list-style: decimal;
  margin-left: 16px;
}

.single-post-container .blog-content .shar-this-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-post-container .blog-content .shar-this-wrap p {
  margin: 0 5px 0 0;
}

.single-post-container .blog-content .shar-this-wrap .addtoany_shortcode a {
  padding: 0;
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  border-radius: 10px 0 10px 0;
  text-align: center;
  line-height: 37px;
  opacity: 1;
}

.single-post-container .blog-content .shar-this-wrap .addtoany_shortcode a span {
  background: transparent !important;
  margin: auto;
  vertical-align: middle;
  width: 28px;
  opacity: 1;
  line-height: 8px;
}

.single-post-container .blog-content .shar-this-wrap .addtoany_shortcode a path {
  fill: #191363;
}

.single-post-container .blog-content .shar-this-wrap .addtoany_shortcode a:hover {
  background: #191363;
  border-color: #191363;
}

.single-post-container .blog-content .shar-this-wrap .addtoany_shortcode a:hover path {
  fill: #FFF;
}

.questionary-sec .elementor-toggle-item a {
  color: #4839ff;
}

.questionary-sec .elementor-toggle-item a:hover {
  color: #000;
}

main#content .images-box>div {
  height: 114px;
  margin: 0 20px;
}

main#content .images-box>div>div {
  padding: 20px;
  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;
  min-width: 225px;
  width: 225px;
  margin: 0;
}

main#content .listing ul li,
.questionary-sec .elementor-toggle-item ul li {
  background: url("../images/listing-arrow.png") no-repeat 0 4px;
  margin-top: 10px;
  padding-left: 30px;
  line-height: 150%;
}

main#content .partner-slider figure.swiper-slide-inner {
  padding: 20px;
  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;
  margin: 15px 5px 25px;
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
  height: 114px;
}

main#content .partner-slider .elementor-swiper-button {
  display: none;
}

main#content .partner-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  background: #CBC9DD;
  opacity: 1;
  margin: 35px 5px 0px;
  max-width: 225px;
}

main#content .partner-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
main#content .partner-slider .swiper-pagination-bullet:hover {
  background: #191363;
}

main#content .services-section .services-sub-tax ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

main#content .services-section .services-sub-tax ul li {
  padding: 0;
  width: 100%;
  margin: 20px 0 0;
  border: 0;
}

main#content .services-section .services-sub-tax ul li .service-img {
  position: static;
  margin: 0 auto 20px;
  -webkit-transform: rotate(44deg);
  transform: rotate(44deg);
  background-position: -190px 0px;
}

main#content .services-section .services-sub-tax ul li img {
  -webkit-transform: rotate(-44deg);
  transform: rotate(-44deg);
  padding: 50px;
}

main#content .services-section .services-sub-tax ul li p.title {
  text-align: center;
  padding: 0 30px;
  display: block;
  color: #191363;
  font-size: 18px;
  font-weight: 500;
}

body:not(.home) main#content .services-section::before {
  left: auto;
  right: 0;
  border-radius: 0px 0px 0 201px;
}

.nv-page-title small.nv--yoast-breadcrumb {
  display: none;
}

div#contact-details>div.contact-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

main#content .services-section-stepbar.advatange>div.bottom-end {
  bottom: 30px;
}

main#content .contact-details a:hover {
  color: #1A1463;
}

body main#content .we-are-one-sec>div ul li span {
  font-style: italic;
  width: 100%;
}

main#content .owl-carousel .owl-nav button:hover {
  background: #191363;
}

.blog .inner-banner .chw-widget:nth-child(2) {
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog .inner-banner h2 {
  height: auto;
  max-width: 1000px;
  width: 72%;
  position: relative;
  margin-left: 0px;
  font-size: 40px;
}

/* Custom Styling 18 December 2025 */
.default-list ul {
  list-style: disc;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}

.default-list ul li {
  list-style: disc;
  padding-bottom: 14px;
}

.services-inner-pages .elementor-button {
  cursor: pointer;
}

.services-inner-pages footer .footer-width-fixer .one-accounting-footer {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .services-inner-pages footer .footer-width-fixer .one-accounting-footer {
    padding-inline: 16px;
  }
}

@media (max-width: 767.98px) {
  footer .footer-width-fixer .one-accounting-footer {
    padding-inline: 16px;
  }
}

footer .footer-width-fixer .one-accounting-footer .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (hover: hover) {
  footer .footer-width-fixer .one-accounting-footer .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text:hover {
    color: #ffffff;
  }
}

@media (max-width: 767.98px) {
  footer .footer-width-fixer .one-accounting-footer .elementor-heading-title.elementor-size-default {
    font-size: 20px;
  }
}

footer .footer-width-fixer .one-accounting-footer .elementor-social-icons-wrapper.elementor-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

footer .footer-width-fixer .one-accounting-footer .membership_img.elementor-widget-image {
  max-width: 50%;
}

@media (max-width: 767.98px) {
  footer .footer-width-fixer .one-accounting-footer .footer-top-bar {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  footer .footer-width-fixer .one-accounting-footer #copy-right-text {
    margin-inline: -16px;
    max-width: unset;
    background-color: #120E4B;
  }
}

.consultation-form .elementor-form .elementor-form-fields-wrapper {
  margin-inline: 0;
}

.consultation-form .elementor-form .elementor-form-fields-wrapper .elementor-field-group {
  margin-bottom: 20px;
}

.consultation-form .elementor-form .elementor-form-fields-wrapper .elementor-field-group label.elementor-field-label {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #000;
}

.consultation-form .elementor-form .elementor-form-fields-wrapper .elementor-field-group .elementor-button.elementor-size-sm {
  height: 52px;
}

@media (hover: hover) {
  .consultation-form .elementor-form .elementor-form-fields-wrapper .elementor-field-group .elementor-button.elementor-size-sm:hover {
    background-color: #2A1EC2;
  }
}

.banner-call-icon a .elementor-button-content-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-call-icon a .elementor-button-icon svg {
  width: 28px;
  height: 28px;
}

@media (max-width: 767.98px) {
  .elementor-widget-testimonial-carousel .swiper-pagination {
    bottom: 40px;
  }
}

.elementor-widget-testimonial-carousel .swiper-pagination .swiper-pagination-bullet {
  background-color: #FFFFFF;
}

.elementor-widget-testimonial-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

.elementor-widget.elementor-widget-toggle .elementor-widget-container .elementor-toggle .elementor-toggle-item {
  -webkit-border-after: 1px solid #d5d8dc;
  border-block-end: 1px solid #d5d8dc;
}

.elementor-widget.elementor-widget-toggle .elementor-widget-container .elementor-toggle .elementor-toggle-item .elementor-tab-title,
.elementor-widget.elementor-widget-toggle .elementor-widget-container .elementor-toggle .elementor-toggle-item .elementor-tab-content {
  border: none !important;
}

.elementor-widget.elementor-widget-toggle .elementor-widget-container .elementor-toggle .elementor-toggle-item .elementor-tab-content {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  line-height: 1.3;
}

@media (max-width: 767.98px) {
  .elementor-widget.elementor-widget-toggle .elementor-widget-container .elementor-toggle .elementor-toggle-item .elementor-tab-content {
    font-size: 16px;
  }
}

@media (max-width: 1499.98px) {
  .ehf-header #masthead {
    max-width: 100vw !important;
/*     overflow-x: hidden; */
  }
}
.questionary-sec .elementor-toggle .elementor-toggle-item .elementor-tab-content { 
  padding-inline-start: 3.125rem !important;
  padding-inline-end: 2.8125rem;
}

.wac-clients-swiper .elementor-testimonial--layout-image_left .elementor-testimonial{
    justify-content: center;
}
.wac-partner-slider  .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -30px;
}   

@media only screen and (max-width: 1024px) {
  footer#colophon .footer-top-bar > div:last-child {
    width: 100% !important;
  }
   header#masthead .logo-menu-wrap .logo-bar {
        max-width: 100px;
    }
   body .hfe-nav-menu__toggle.elementor-clickable{
        margin-right: 0px !important;
    }
    body header#masthead .logo-menu-wrap .logo-bar {
        max-width: 200px;
    }
}
@media only screen and (max-width: 767px) {
    .wac-clients-swiper  .elementor-main-swiper{
        width: 100%;
    }
    .wac-clients-swiper .swiper-slide{
        padding: 0 !important;
     }
     body header#masthead .logo-menu-wrap .logo-bar {
        max-width: 112px;
    }
    
}
.home .one-accounting-footer{
    margin-top: 0;
}


/* 23/02/2026 */

body:not(.elementor-editor-active) .why-us-section li{
	height:100%;
}
.wac-partner-slider .swiper-slide{
	background-color:#FFF !important;
}
.elementor-button-icon{
	padding-inline-end: 8px;
}
.hfe-nav-menu .sub-menu {
  min-width: 235px;
}
/* #phone-btn .elementor-button-content-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#phone-btn .elementor-button-icon {
    display: flex;
    align-items: center;
} */

.blog footer .e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner {
  height: var(--container-widget-height,var(--spacer-size));
}
button#scroll-to-top {
    display: none;
}
.wac-service_professional#why_us-points .elementor-widget-image-box {
	height: 100% !important;
}
.wac-service_professional .elementor-widget-image-box:hover .elementor-widget-container {
	border-width:0 !important;
	border-style:none;
	
}
p a, p span{
	display: inline;
}
@media (max-width: 768px){
.wsib-feature-content h3{
	padding-bottom: 20px
}	
}
.header{
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 99;
}
.header .elementor-nav-menu--main .elementor-nav-menu a{
        padding: 7px 12px !important;
}
.wac-service_professional .elementor-image-box-title {
    min-height: 60px !important;
}

.advantage-section .e-con-full.e-flex.e-con.e-child {
    justify-content: start !important;
}
.questionary-sec .elementor-toggle-item .elementor-tab-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
/* body.home .elementor-form .elementor-field-type-recaptcha .elementor-field:not(.elementor-select-wrapper){
    background: transparent !important;
} */
 body.home .home-form-consultation .elementor-field-type-recaptcha .elementor-field:not(.elementor-select-wrapper){
    background: transparent !important;
} 
.wac-service_professional{
     padding-bottom: 30px;
}

.clients-say-home .testimonial-hme .elementor-testimonial__text .read-more {
    color: #0073aa;
    cursor: pointer;
    font-weight: 600;
    margin-left: 5px;
}

.clients-say-home .testimonial-hme .elementor-testimonial__text .read-more:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .wac-service_professional .elementor-image-box-title {
        min-height: 0 !important;
    }
    footer .one-accounting-footer{
        padding-left:0px !important;
        padding-right:0px !important;
    }
    
.questionary-sec .elementor-toggle-item .elementor-tab-title{
    justify-content: start;
}


}
