@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,700;0,800;1,600&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
    scroll-behavior: smooth;
}


/* common classes */

.bg-light-grey {
    background-color: #E9EAEC;
}

.fixed-social-section {
    position: fixed;
    top: 30%;
    background-color: #0B57E3;
    left: 0;
    padding: 10px;
    /* box-shadow: 0 0 2px #444141; */
    z-index: 9;
}

.fixed-social-section ul li a i {
    transition: .6s;
}

.fixed-social-section ul li a:hover i {
    transform: scale(0.8);
}

.fixed-social-section ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.fixed-social-section ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.bg-dark-grey {
    background-color: #C7D2DC;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

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

.padding-top-bottom-80 {
    padding: 80px 0;
}

.custom-btn {
    background-color: #0B57E3 !important;
    color: #fff !important;
    font-size: 18px;
    /*min-width: 122px;*/
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    transition: all .3s ease-out;
    z-index: 3;
}

.banner-space {
    padding: 100px 0 120px 0;
}

.custom-btn:is(:hover,
 :focus) {
    transition: all .6s ease-out;
    box-shadow: inset 540px 0px 0 #031E50;
}

.color-white {
    color: #fff !important;
}

.lead-btn .custom-btn {
    background: #fff !important;
    color: #0B57E3 !important;
}

.lead-btn .custom-btn:hover {
    color: #fff !important;
}

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


/*.custom-btn:hover {
  transition: all .3s ease-out;
  box-shadow: inset 200px 0px 0 #031e50;
}*/

.top-space {
    padding-top: 100px;
}

.heading {
    color: #0E0E0E;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
}

.sub-heading {
    font-size: 20px;
    color: #0E0E0E;
    padding: 20px 0;
}


/* common classes end */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}


/* header  css */

.page-template-front-page-php .custom-header {
    position: relative;
    top: -82px;
    box-shadow: none;
}

header.custom-header {
    transition: .6s;
}

header.custom-header.newClass {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #fff;
    transition: 1s;
    box-shadow: 0px 2px 7px #cfc9c9;
}

.jy-top-banner {
    background-image: url(/wp-content/uploads/2022/11/jy-banner.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.custom-header .navbar {
    padding: 10px;
}

.active-fixed a {
    color: #0b57e3 !important;
    text-decoration: underline;
    font-weight: 600;
}

.custom-header.newClass .navbar .line-bottom {
    display: none;
}

.newClass a.navbar-brand img {
    width: 140px;
}

.newClass .custom-header .navbar-nav li a {
    font-size: 18px;
    color: #0E0E0E;
}

.custom-header .navbar-nav li a.active-fixed {
    font-weight: 600;
    color: #0B57E3;
    text-decoration: underline;
}

.page-template-front-page-php .custom-header nav.navbar {
    background-color: #fff;
    padding: 20px 40px;
}

.custom-header .navbar-nav li a {
    font-size: 22px;
    color: #0E0E0E;
}

.custom-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #fff;
    transition: 1s;
    box-shadow: 0px 2px 7px #cfc9c9;
}

.custom-header .navbar-nav li a:hover {
    color: #0B57E3 !important;
    text-decoration: underline;
}

.custom-header .navbar-nav li {
    padding-right: 50px;
}

.custom-header .navbar-nav {
    justify-content: center !important;
    width: 100%;
}

.line-bottom:before,
.line-bottom:after {
    content: '';
    border-style: solid;
    border-width: 7px;
    width: 0;
    height: 0;
    top: 0;
    position: absolute;
}

.page-template-front-page-php .line-bottom {
    position: absolute;
    bottom: -14px;
    height: 14px;
    background-color: #c7d2dc;
    right: 14px;
    left: 14px;
}

.line-bottom:after {
    right: -14px;
    border-color: #0b57e3 transparent transparent #0b57e3;
}

.line-bottom:before {
    left: -14px;
    border-color: #0b57e3 #0b57e3 transparent transparent;
}


/* header  css end */


/* banner css */

.banner-space .row {
    align-items: center;
}

.banner-person-image figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner-person-image figure {
    margin-bottom: 0;
    width: 514px;
    height: 100%;
    overflow: hidden;
}

.banner-person-image {
    display: flex;
    justify-content: flex-end;
}

.banner-heading {
    color: #0E0E0E;
    font-size: 68px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
}

.banner-sub-heading {
    color: #0E0E0E;
    font-size: 50px;
    line-height: 1;
    width: 90%;
    padding: 20px 0 40px;
    letter-spacing: 0;
}


/* banner css end*/


/*about us section*/

.about-bg {
    background-image: url(/wp-content/uploads/2022/10/about-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-bg .row {
    align-items: center;
}

.man-image figure {
    width: 522px;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.man-image figure {
    margin-bottom: 0;
}

.man-image figure img {
    width: auto;
    object-fit: cover;
    height: auto;
}

.man-image {
    display: flex;
    justify-content: flex-end;
}


/*about us section end*/


/*service section */

.section-top {
    padding: 100px 0;
}

.services-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 30px;
    margin-bottom: 40px;
}

.service-full-details-content {
    width: 82%;
}

.services-icons {
    width: 15%;
}

.service-box-heading {
    color: #0E0E0E;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-box-pera {
    color: #8D8D8D;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 110px;
}

.services-icons figure {
    width: 58px;
    overflow: hidden;
    height: 58px;
}

.services-icons figure img {
    width: 90%;
    height: auto;
    object-fit: cover;
}

.services-box:before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0B57E3;
    height: 6px;
    z-index: -1;
    transition: all .3s ease-out;
}

.services-box:hover:before {
    height: 100%;
}

.services-box:hover p,
.services-box:hover h3 {
    color: #fff;
}

.btn-space {
    padding-top: 100px;
}


/*service section end*/


/*happy clients section*/

.happy-client {
    padding: 70px 0;
}

.client-outer {
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
}

.client-box {
    width: 25%;
    margin-bottom: 20px;
}

.client-box figure {
    width: 208px;
    height: 100px;
    overflow: hidden;
}

.client-box figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.client-box figure img:hover {
    filter: none;
}


/*happy clients section end*/


/*cutomer count section */

.contact-business {
    background-image: url('/wp-content/uploads/2022/10/bg-section-02.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
}

p.sub-heading-text {
    width: 80%;
    margin: auto;
    padding-top: 15px;
}

.info-icon {
    background: #E9EAEC;
    padding: 15px;
    transition: 0.6s;
}

.count-box:hover .info-icon {
    -webkit-box-shadow: 0 18px 18px rgb(0 8 67 / 15%);
    -khtml-box-shadow: 0 18px 18px rgba(0, 8, 67, .15);
    -moz-box-shadow: 0 18px 18px rgba(0, 8, 67, .15);
    -ms-box-shadow: 0 18px 18px rgba(0, 8, 67, .15);
    -o-box-shadow: 0 18px 18px rgba(0, 8, 67, .15);
    box-shadow: 0 18px 18px rgb(0 8 67 / 15%);
    -webkit-transform: translateY(-13px);
    -khtml-transform: translateY(-13px);
    -moz-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    -o-transform: translateY(-13px);
    transform: translateY(-13px);
    background-color: #fff;
}

.count-box {
    width: 23%;
}

.info-icon figure {
    width: 58px;
    height: 58px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.info-icon figure img {
    width: auto;
    height: auto;
    object-fit: cover;
}

.total-count {
    font-size: 30px;
    font-weight: 600;
}

.count-info {
    font-size: 18px;
    width: 90%;
    margin: auto;
    padding-top: 10px;
}

.counts-outer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}


/*cutomer count section end*/


/*Lead banner section */

.lead-opportunity {
    padding: 70px 0;
}


/*Lead banner section end*/


/*Blog section */

section.bg-dark-grey.padding-top-bottom-80.blog-section {
    display: block;
}

.section-ids {
    height: 130px;
    display: block;
    margin-top: -130px;
}

.blog-section .sub-heading {
    width: 73%;
    margin: auto;
}

.blog-image figure img {
    width: 100%;
    height: auto;
}

.blog-image figure img {
    width: 100%;
    height: auto;
}

.blog-box {
    background: #FFFFFF;
    padding: 40px;
}

.blog-info {
    display: flex;
    color: #8D8D8D;
    font-size: 14px;
    padding: 13px 0;
}

.single .blog-outer .blog-detail-left h2 {
    font-size: 24px;
    padding: 10px 0 20px 0;
    font-weight: 600;
}

.single .blog-info {
    padding: 22px 0;
}

.date {
    font-size: 14px;
    color: #8D8D8D;
    margin-right: 20px;
}

p.blog-small-display {
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 43px;
}

.blog-heading {
    color: #0E0E0E;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 10px;
}

.blog-heading {
    color: #0E0E0E;
    font-size: 20px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 87px;
}

.owner p span {
    padding-right: 4px;
}

.date p span {
    padding-right: 4px;
}


/*Blog section end*/


/* owl slider */

#j-blog .owl-dots {
    margin-top: 25px;
}

#j-blog .owl-dots button span {
    width: 16px;
    height: 16px;
    background-color: #a1b9dd;
}

#j-blog .owl-dots .active span {
    background-color: #0B57E3;
}


/* owl slider */


/* team slider */

.team-box {
    background-color: #fff;
    margin: 10px;
    overflow: hidden;
    box-shadow: 0 0 16px #00000026;
}

.designation {
    color: #8D8D8D;
    font-size: 16px;
    min-height: 48px;
}

.team-image figure {
    overflow: hidden;
}

.logo-div img {
    width: 190px;
}

.team-box:hover img {
    transform: scale(1.1);
}

.owl-carousel .owl-item img {
    transition: 1s;
}

.team-box:hover img {
    transition: 1s;
}

.person-name {
    color: #0B57E3;
    font-size: 20px;
}

.designation {
    color: #8D8D8D;
    font-size: 16px;
}

.team-slider {
    padding-top: 50px;
}

.person-info {
    padding: 20px;
}

#j-team {
    position: relative;
}

#j-team .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#j-team .owl-nav button.owl-prev {
    left: 0px;
}

#j-team .owl-nav button.owl-next {
    right: 0px;
}

#j-team .owl-nav button.owl-next {
    right: -24px;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    font-size: 29px;
    border: 2px solid #0B57E3;
    color: #0B57E3;
}

#j-team .owl-nav button.owl-prev,
#logo-items .owl-nav button.owl-prev {
    left: -24px;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    font-size: 29px;
    border: 2px solid #0B57E3;
    color: #0B57E3;
}

#j-team .owl-dots button span,
#logo-items .owl-dots button span {
    width: 16px;
    height: 16px;
    background-color: #a1b9dd;
}

#j-team .owl-dots .active span,
#logo-items .owl-dots .active span {
    background-color: #0B57E3;
}

#j-team .owl-dots {
    margin-top: 25px;
}


/* team slider */
.single img.blog-inner-image {
    margin: 20px 0 30px 0;
}

/* contact us */

.contact-from-bg {
    background-image: url(/wp-content/uploads/2022/10/contact-us.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.contact-from-bg .wpcf7 form.invalid .wpcf7-response-output {
    color: #000;
}

.form-outer form {
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: center;
    padding-top: 50px;
    flex-wrap: wrap;
}

.left-fields {
    width: 40%;
    margin-right: 30px;
}

.right-fields {
    width: 40%;
}

.form-outer form input,
.form-outer form select {
    border: 1px solid #D8D8D8;
    height: 55px;
    border-radius: 0;
    color: #9B9B9B;
}

.submit-btn .custom-btn {
    width: 100%;
}


/* contact us end */


/*about us css */

.middle {
    align-items: center;
}

.abt-info {
    padding: 80px 0;
}

.page-banner-center {
    text-align: center;
}

.page-banner-center h1 {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Poppins';
}

.page-banner-center .breadcrumb a {
    text-decoration: none;
}

.page-banner-center .breadcrumb {
    justify-content: center;
    margin-top: 20px;
}

body .breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "-");
}

section.timelines {
    display: block;
    overflow: hidden;
}

.abt-section h3 {
    font-size: 36px;
    margin-bottom: 20px;
    font-family: 'Poppins';
    font-weight: bold;
}

.abt-section p {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Poppins';
}

.abt-section a {
    background-color: #0B57E3;
    color: #fff;
    text-decoration: none;
    padding: 14px 29px;
    display: inline-block;
    margin-top: 25px;
    font-size: 18px;
    font-family: 'Poppins';
    text-transform: capitalize;
}

.abt-section a:hover {
    background-color: #031E50;
}

.ag-format-container {
    width: 1160px;
    margin: 0 auto;
    position: relative;
}

.ag-timeline-block {
    padding: 20px 0;
    background: url(/wp-content/uploads/2022/11/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ag-timeline_title-box {
    padding: 0 0 30px;
    text-align: center;
}

.ag-timeline_tagline {
    font-size: 40px;
    color: rgb(84, 89, 95);
}

.ag-timeline_title {
    background-image: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    color: transparent;
    font-size: 80px;
}

.ag-timeline_item {
    margin: 0 0 50px;
    position: relative;
}

.ag-timeline_item:nth-child(2n) {
    text-align: right;
}

.ag-timeline {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.ag-timeline_line {
    width: 8px;
    background-color: #C7D2DC;
    position: absolute;
    top: 2px;
    left: 50%;
    bottom: 0;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #C7D2DC;
    border-radius: 10px;
}

.ag-timeline_line-progress {
    width: 100%;
    height: 20%;
    background-color: #0B57E3;
}

.ag-timeline-card_box {
    padding: 0 0 20px 50%;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 50% 20px 0;
}

.js-timeline-card_point-box.ag-timeline-card_point-box:before {
    content: "";
    background: url(/wp-content/uploads/2022/11/dotted-line.png);
    position: absolute;
    left: -23px;
    width: 190px;
    height: 10px;
    background-repeat: no-repeat;
    top: 13px;
}

.ag-timeline-card_point-box {
    display: inline-block;
    margin: 0 63px 0 -12px;
    position: relative;
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0px -13px 0 63px;
}

.js-ag-active .ag-timeline-card_point {
    color: #fff;
    background-color: #0B57E3;
}

.ag-timeline-card_point {
    height: 25px;
    line-height: 20px;
    width: 25px;
    border: 6px solid #fff;
    background-color: #0B57E3;
    text-align: center;
    font-family: 'ESL Legend', sans-serif;
    font-size: 20px;
    color: #FFF;
    -moz-border-radius: 50%;
    transform: rotate(95deg);
    transform: rotate(45deg);
}

.ag-timeline-card_meta-box {
    display: inline-block;
}

.ag-timeline-card_meta {
    margin: 10px 0 0;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 36px;
    color: #0B57E3;
    padding: 50px 51px;
    z-index: 9;
    position: relative;
}

.ag-timeline_item:nth-child(even) .ag-timeline-card_meta-box .ag-timeline-card_meta:after {
    background: url(/wp-content/uploads/2022/11/image-10.png);
    background-size: 91% auto;
    background-position: center right;
    background-repeat: no-repeat;
}

.ag-timeline_item:first-child .ag-timeline-card_point-box:before {
    content: none;
}

.ag-timeline_item:nth-child(even) .ag-timeline-card_point-box:before {
    left: -64px;
}

.ag-timeline-card_meta-box .ag-timeline-card_meta:after,
.ag-timeline-card_title:after {
    content: "";
    background: url(/wp-content/uploads/2022/11/year-bg.png);
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center left;
}

.ag-timeline-card_item {
    display: inline-block;
    width: 45%;
    margin: -117px 0 0;
    opacity: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    -webkit-transition: -webkit-transform .5s, opacity .5s;
    -moz-transition: -moz-transform .5s, opacity .5s;
    -o-transition: -o-transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    position: relative;
}

.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item {
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
}

.js-ag-active.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
.js-ag-active.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.ag-timeline-card_arrow {
    height: 18px;
    width: 18px;
    margin-top: 20px;
    background-color: #282828;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
    margin-left: calc(-18px / 2);
    margin-right: calc(-18px / 2);
}

.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
    margin-left: -10px;
    right: auto;
    left: 0;
}

.ag-timeline-card_img {
    width: 100%;
}

.ag-timeline-card_info {
    padding: 5px 30px 20px;
}

.ag-timeline-card_title {
    display: none;
    margin: 10px 0 0;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 36px;
    color: #0B57E3;
    padding: 50px 51px;
    z-index: 9;
    position: relative;
}

.ag-timeline-card_desc {
    line-height: 1.45;
    font-size: 18px;
    color: #FFF;
    text-align: left;
}

.ag-timeline-card_desc h3 {
    font-size: 26px;
    font-family: 'Poppins';
    font-weight: bold;
    margin-bottom: 15px;
}

.ag-timeline-card_desc p {
    font-size: 18px;
}

.ag-timeline_item:nth-child(odd) .ag-timeline-card_desc {
    text-align: right;
}

.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    margin-top: 125px;
}

.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 4px solid #1e73be;
    border-bottom: 4px solid #1e73be;
    margin: 0 0 -4px 4px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.unu {
    margin-top: 1px;
}

.unu,
.doi {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
}

.unu {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: alternate;
}

.doi {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -webkit-animation-direction: alternate;
    animation-delay: 0.2s;
    animation-direction: alternate;
    margin-top: -6px;
}


/* footer form css */

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #FFB900;
    color: #fff;
    margin: 0 0 35px;
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 767px) {
    .ag-timeline_line {
        left: 30px;
    }
    .ag-timeline_item:nth-child(2n) {
        text-align: left;
    }
    .ag-timeline-card_box,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
        padding: 0 0 20px;
    }
    .ag-timeline-card_meta-box {
        display: none;
    }
    .ag-timeline-card_point-box,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
        margin: 0 0 0 8px;
    }
    .ag-timeline-card_point {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
    .ag-timeline-card_item {
        width: auto;
        margin: -65px 0 0 75px
    }
    .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_item,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
    }
    .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
        right: auto;
        left: 0;
    }
    .ag-timeline-card_title {
        display: block;
        margin: -47px 0 15px;
        font-size: 20px;
        padding: 40px 47px;
    }
    .ag-timeline_item:nth-child(even) .ag-timeline-card_point-box:before {
        left: -28px;
        top: 19px;
    }
    .js-timeline-card_point-box.ag-timeline-card_point-box:before {
        top: 18px;
    }
    .ag-timeline_item:nth-child(odd) .ag-timeline-card_desc {
        text-align: left;
    }
    .ag-timeline-card_desc p {
        font-size: 16px;
    }
    .ag-timeline-card_desc h3 {
        font-size: 22px;
    }
    .ag-timeline-card_title:after {
        background-size: 120px;
    }
    .ag-timeline-card_arrow {
        margin-top: 12px;
    }
    .ag-format-container {
        width: 96%;
    }
    .ag-timeline-card_img {
        height: auto;
        width: auto;
    }
}

@media only screen and (max-width: 639px) {
    .ag-timeline_title {
        font-size: 60px;
    }
    .ag-timeline-card_info {
        padding: 10px 15px;
    }
    .ag-timeline-card_desc {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
        width: 750px;
    }
}

@media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
        width: 960px;
    }
}


/*about us css */


/* Footer css */

.bg-image-footer {
    background-image: url(/wp-content/uploads/2022/10/footer.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.footer-outer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding: 80px 15px;
}

.footer-copy-right-bar {
    background: #000;
    color: #fff;
    padding: 15px 0;
}

.footer-heading {
    color: #FFFFFF;
    font-size: 20px;
    padding-bottom: 20px;
}

.quick-links {
    padding: 0;
    list-style: none;
}

.quick-links li a {
    color: #ffff;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: .4px;
}

.contact-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.email-link {
    margin-left: 20px;
    width: 80%;
}

.email-link a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.contact-emial {
    width: 18%;
}

figure.on-hover-only {
    display: none;
}

.services-box:hover .default {
    display: none;
}

section.page-banner {
    padding: 130px 0;
    background-position: center center;
    margin-top: 85px;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner-center {
    visibility: hidden;
}

.line-bottom {
    display: none;
}

.page-template-front-page-php .line-bottom {
    display: block;
}

.page-template-template-aboutus .custom-logo-link img,
.page-template-template-services .custom-logo-link img {
    width: 115px;
    height: auto;
}

.page-template-template-aboutus .custom-header .navbar,
.page-template-template-services .custom-header .navbar {
    padding: 10px !important;
}

.page-banner-center .breadcrumb li a {
    color: #fff;
    font-size: 18px;
}

.page-banner-center h1 {
    color: #fff;
    font-size: 36px;
}

.services-box:hover figure.on-hover-only {
    display: block;
}

.news-letter input {
    background: transparent;
    height: 50px;
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
}

.news-letter {
    position: relative;
}

.news-letter .custom-btn {
    position: absolute;
    top: 0px;
    right: 1px;
    border-left: 1px solid #fff;
}

.follow-me h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.jy-top-banner {
    display: none;
}

.page-template-front-page-php .jy-top-banner {
    display: block;
}

.socials ul {
    list-style: none;
    display: flex;
    padding-left: 15px;
    margin-bottom: 0;
}

.socials ul li a:hover {
    background: #0b57e3;
    color: #fff;
}

.socials ul li a {
    width: 34px;
    height: 34px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-decoration: none;
}

.socials ul li {
    margin-right: 10px;
}

.footer-box {
    width: 24%;
}

.email-link a:hover {
    color: #0b57e3;
}

.quick-links li a:hover {
    color: #0b57e3;
}

.social-media {
    display: flex;
    align-items: center;
    position: relative;
    top: -10px;
}

ul.quick-links li {
    padding-bottom: 8px;
}

span.wpcf7-spinner {
    display: none;
}

.page-template-front-page-php a.custom-logo-link {
    width: 190px;
    height: 112px;
}

.page-template-front-page-php .custom-logo-link img {
    height: auto;
    width: 100%;
    object-fit: contain;
}

.custom-logo-link img {
    width: 115px;
    height: auto;
}


/* footer css end */


/*service page*/


/*service banner section*/

.page-template-service section.service-banner-section {
    background-color: #0B57E3;
    padding: 115px 0 80px 0;
    display: block;
    margin: 85PX 0;
    display: flex;
    overflow: hidden;
    background-image: url(../images/service-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 750px;
    align-items: center;
    justify-content: center;
}

.page-template-service section.service-banner-section .service-banner-img {
    display: none;
}

.page-template-service section.service-banner-section .row {
    align-items: center;
    justify-content: center;
}

.page-template-service section.service-banner-section .service-banner-content h6 {
    font-size: 18px;
    letter-spacing: 3.6px;
    color: #fff;
    font-family: 'Poppins';
    line-height: 28px;
    padding-bottom: 15px;
}

.page-template-service section.service-banner-section .service-banner-content h1 {
    font-size: 62px;
    line-height: 72px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: bold;
    padding-bottom: 30px;
}

.page-template-service section.service-banner-section .service-banner-content p {
    font-size: 28px;
    color: #fff;
    line-height: 38px;
    font-weight: normal;
    font-family: 'Poppins';
}

.page-template-service section.service-banner-section .service-banner-img img {
    width: 100%;
    height: 100%;
}


/*jeremy section*/

.page-template-service section.jeremy-section {
    padding: 100px 0;
    display: block;
    overflow: hidden;
}

.page-template-service section.jeremy-section .row {
    align-items: center;
    justify-content: center;
}

.page-template-service section.jeremy-section .jeremy-solution-img {
    width: 100%;
    max-width: 530px;
}

.page-template-service section.jeremy-section .jeremy-solution-img img {
    width: 100%;
}

.page-template-service section.jeremy-section h2,
.page-template-service section.business-opportunity-section h2,
.page-template-service .cost-comparison .cost-table h2,
.page-template-service section.staffing-service h2 {
    font-size: 36px;
    line-height: 54px;
    color: #0E0E0E;
    font-family: 'Poppins';
    font-weight: bold;
    padding-bottom: 15px;
}

.page-template-service section.jeremy-section p,
.page-template-service section.business-opportunity-section p,
.page-template-service .cost-comparison .cost-table p,
.page-template-service .cost-comparison .cost-table h6 {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Poppins';
    color: #0E0E0E;
}


/*staffing service*/


/*staffing service*/

.page-template-service section.staffing-service {
    padding: 100px 0 160px;
    display: block;
    overflow: hidden;
    background-color: #E9EAEC;
}

.page-template-service section.staffing-service h2 {
    text-align: center;
    padding-bottom: 45px;
}

.page-template-service section.staffing-service .staffing-service-div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    flex-wrap: wrap;
}

.page-template-service section.staffing-service .staffing-service-inner-div {
    position: relative;
    transition: 0.3s all linear;
    width: 18.5%;
}

.page-template-service section.staffing-service .staffing-service-inner-div a {
    color: #0E0E0E;
    cursor: context-menu;
}

.page-template-service section.staffing-service .staffing-service-div .staffing-service-inner-div .staffing-service-img-content .staffing-card-content h5 {
    font-size: 19px;
    line-height: 26px;
    padding: 50px 20px;
}

.page-template-service section.staffing-service .staffing-service-img-content {
    overflow: hidden;
}

.page-template-service section.staffing-service .staffing-service-div .staffing-service-inner-div .staffing-service-img-content .staffing-card-content {
    background-color: #fff;
    width: 100%;
    max-width: 300px;
    height: 100%;
    margin: 0 auto;
    margin-top: -50px;
    z-index: 2;
    position: relative;
    min-height: 118px;
    max-height: 118px;
    display: flex;
    align-items: center;
}

.page-template-service section.staffing-service .staffing-service-div .staffing-service-inner-div .staffing-service-img-content figure {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.3s all linear;
    overflow: hidden;
    margin: 0;
}

.page-template-service section.staffing-service .staffing-service-div .staffing-service-inner-div:hover .staffing-service-img-content figure {
    filter: none;
    transition: 0.3s all linear;
}

.page-template-service section.staffing-service .staffing-service-div .staffing-service-inner-div .staffing-service-img-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all linear;
}

.page-template-service section.staffing-service .staffing-service-div .staffing-service-inner-div .staffing-card-content {
    background-color: #fff;
    width: 100%;
    max-width: 90%;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
    position: absolute;
    min-height: 118px;
    max-height: 118px;
    bottom: 0%;
    left: 5%;
    justify-content: start;
    display: flex;
    transform: translate(0%, 50%);
    align-items: center;
    box-shadow: 0px 10px 10px #0000001A;
}

.page-template-service section.staffing-service .staffing-service-div .staffing-service-inner-div .staffing-card-content h5 {
    padding-right: 10px;
    padding-left: 25px;
    font-size: 19px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 26px;
}

.page-template-service section.staffing-service .staffing-service-div .staffing-service-inner-div .staffing-card-content:after {
    content: '+';
    font-size: 25px;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #000;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
}

.page-template-service section.staffing-service .staffing-service-div .staffing-service-inner-div:hover .staffing-service-img-content figure {
    filter: none;
    transition: 0.3s all linear;
}

.page-template-service section.staffing-service .staffing-service-div .staffing-service-inner-div:hover .staffing-service-img-content figure img {
    transform: scale(1.1);
    transition: 0.3s all linear;
}

.page-template-service section.staffing-service .staffing-service-inner-div:hover .staffing-service-img-content figure:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent linear-gradient(180deg, #0B57E300 0%, #0B57E369 76%, #0B57E3 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
}

.page-template-service section.staffing-service .staffing-service-inner-div:hover .staffing-card-content:after {
    transition: 0.3s all linear;
    background: #0B57E3;
}


/*business opp section*/

.page-template-service section.business-opportunity-section {
    padding: 100px 0;
    display: block;
    overflow: hidden;
    background-color: #C7D2DC;
}

.page-template-service section.business-opportunity-section .row {
    align-items: center;
    justify-content: center;
}

.page-template-service section.business-opportunity-section .business-opportunity-img img {
    width: 100%;
}


/*cost comparison*/

.page-template-service .cost-comparison {
    padding: 90px 0;
    display: block;
    overflow: hidden;
}

.page-template-service .cost-comparison .cost-table h2,
.page-template-service .cost-comparison .cost-table p,
.page-template-service .cost-comparison .cost-table h6 {
    text-align: center;
}

.page-template-service .cost-comparison .cost-table h2 {
    padding-bottom: 20px;
}

.page-template-service .cost-comparison .cost-table p {
    padding-bottom: 25px;
}

.page-template-service .cost-comparison .cost-table h6 {
    padding-bottom: 35px;
}

.page-template-service .cost-comparison .cost-table table th {
    font-size: 26px;
    color: white;
    line-height: 28px;
    text-align: center;
    padding: 40px 61px;
    font-family: 'Poppins';
    font-weight: 600;
}

.page-template-service .cost-comparison .cost-table table th span {
    font-weight: 400;
}

.page-template-service .cost-comparison .cost-table table,
thead {
    table-layout: fixed;
    box-shadow: 0px 6px 10px #00000033;
    border-radius: 50px 50px 50px 50px;
    opacity: 1
}

.page-template-service .cost-comparison .cost-table .table-responsive {
    border-radius: 65px;
}

.page-template-service .cost-comparison .cost-table table td {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #0E0E0E;
    padding: 60px 51px 25px 51px;
    vertical-align: middle;
    font-family: 'Poppins';
}

.page-template-service .cost-comparison .cost-table table tr {
    vertical-align: middle;
}

.page-template-service .cost-comparison .cost-table table th:nth-child(1) {
    background: #8D8D8D;
    border-radius: 30px 0px 0px 0px;
}

.page-template-service .cost-comparison .cost-table table th:nth-child(2) {
    background: #0E0E0E;
}

.page-template-service .cost-comparison .cost-table table th:nth-child(3) {
    background: #0B57E3;
    border-radius: 0px 30px 0px 0px;
}

.page-template-service section.staffing-service .staffing-service-div .staffing-service-inner-div .staffing-card-content h5 {
    font-size: 16px;
    line-height: 24px;
}


/*end service page*/


/* blog list page */

.blog-box-list {
    box-shadow: 0px 10px 30px #00000026;
    padding: 30px;
    margin-bottom: 30px;
}

.tab-sections {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 50px 0 80px 0;
}

.tab-area ul li {
    display: inline-block;
}

.tab-area ul li a {
    border: 1px solid #E9EAEC;
    padding: 0px 25px;
    color: #0E0E0E;
    margin-right: 20px;
    text-decoration: none;
    font-size: 18px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.active-list a {
    background: #0B57E3;
    color: #fff !important;
    border: 1px solid #0B57E3;
}

a.search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    border: 1px solid #E9EAEC;
    color: #0E0E0E;
    text-decoration: none;
}

.tab-area {
    text-align: right;
    width: 70%;
}

.search-div {
    position: relative;
}

.search-div input {
    border: 1px solid #E9EAEC;
    height: 45px;
    border-radius: 0;
}

.tab-area ul li a:hover {
    background: #0B57E3;
    color: #fff !important;
}

.tab-area ul {
    padding: 0;
}

.blog-outer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.blog-catagory-right {
    width: 25%;
}

.blog-detail-left {
    width: 100%;
}

h1.blog-detail-title {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 600;
}

.blog-detail-left figure img {
    width: 100%;
}

.all-catagories {
    margin-top: 50px;
}

h3.catagories-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
}

h3.catagories-title:before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #0b57e3;
    background-image: -webkit-gradient(linear, left top, right top, from(#0b57e3), to(#0b57e3));
    background-image: -webkit-linear-gradient(left, #0b57e3, #0b57e3);
    background-image: -moz-linear-gradient(left, #0b57e3, #0b57e3);
    background-image: -ms-linear-gradient(left, #0b57e3, #0b57e3);
    background-image: -o-linear-gradient(left, #0b57e3, #0b57e3);
    background-image: linear-gradient(left, #0b57e3, #0b57e3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#0b57e3', endColorStr='#0b57e3', gradientType='1');
    position: absolute;
    bottom: 0;
    left: 0;
}

.all-catagories ul li a:before {
    content: "\f105";
    font-family: fontawesome;
    margin-right: 8px;
}

.all-catagories ul li a span {
    width: 27px;
    height: 27px;
    display: inline-block;
    background-color: #eee;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    color: #222;
    -webkit-transition: all 0ms linear 0ms;
    -khtml-transition: all 0ms linear 0ms;
    -moz-transition: all 0ms linear 0ms;
    -ms-transition: all 0ms linear 0ms;
    -o-transition: all 0ms linear 0ms;
    transition: all 0ms linear 0ms;
}

.count.right {
    float: right;
}

.all-catagories ul {
    list-style: none;
    padding: 0;
}

.all-catagories ul li a:hover {
    padding-left: 23px;
    color: #0b57e3 !important;
}

.all-catagories ul li a {
    color: #222 !important;
    display: block;
    transition: .6s;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 13px 12px 13px 16px;
    position: relative;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ececf0;
}

ul.catagories-tags li {
    display: inline-block;
}

ul.catagories-tags li a:before {
    display: none;
}

ul.catagories-tags li a {
    background-color: initial;
    padding: 0 21px;
    color: #222;
    display: inline-block;
    font-size: 15px!important;
    line-height: 30px;
    margin-right: 1px;
    margin-bottom: 11px;
    position: relative;
    z-index: 1;
    border: 1px solid #eeecec;
}

ul.catagories-tags {
    padding: 0;
    margin-top: 20px;
}

.full-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.all-catagories ul {
    margin-top: 20px;
}


/* end blog list css */


/*resources*/

button.srch-btn {
    position: absolute;
    right: 10px;
    top: 0;
    transform: translateX(0px);
    border: none;
    background: transparent;
    border-left: 1px solid #E9EAEC;
    width: 47px;
    height: 44px;
}

button.srch-btn i.fa.fa-search {
    color: #0E0E0E;
    font-size: 18px;
}

.search-div input::placeholder {
    font-size: 14px;
    line-height: 22px;
    color: #0E0E0E;
}

.page-banner .page-banner-center {
    visibility: hidden;
}

.search-div input {
    padding: 0.375rem 5.95rem 0.375rem 1rem;
}

.pagination {
    justify-content: center;
    padding-top: 66px;
    align-items: center;
}

.blog-image {
    height: 100%;
    max-height: 188px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.blog-image  figure {
    margin: 0;
}
.page-numbers:hover {
    background-color: #0B57E3;
    color: #fff;
}
.blog-image figure img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out;
}
.blog-image figure img:hover {
    transform: scale(1.2);
}
.page-numbers {
    background-color: #FFFFFF;
    color: #000;
    border: 2px solid #E9EAEC;
    padding: 0;
    border-radius: 25px 25px 25px 25px;
    margin-right: 13px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    /* line-height: 50px; */
    text-decoration: none;
    vertical-align: middle;
    align-items: center;
}

.page-numbers.current {
    background-color: #0B57E3;
    border: none;
    color: #fff;
}

.tab-area ul li a.active {
    background-color: #0B57E3;
    color: #fff;
}

.section-top {
    padding: 100px 0 70px 0;
}

.search-div {
    padding-right: 14px;
    margin-bottom: 40px;
    width: 100%;
    display: inline-block;
    max-width: 315px;
    margin-left: auto;
}

.arrow-icon.prev {
    /* background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='5' height='10' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)' %3E%3Cpath d='M 65.75 90 c 0.896 0 1.792 -0.342 2.475 -1.025 c 1.367 -1.366 1.367 -3.583 0 -4.949 L 29.2 45 L 68.225 5.975 c 1.367 -1.367 1.367 -3.583 0 -4.95 c -1.367 -1.366 -3.583 -1.366 -4.95 0 l -41.5 41.5 c -1.367 1.366 -1.367 3.583 0 4.949 l 41.5 41.5 C 63.958 89.658 64.854 90 65.75 90 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3C/g%3E%3C/svg%3E"); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* height: 30px; */
    /* width: 15px; */
    display: block;
    margin: 0 auto;
}

.arrow-icon.next {
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='5' height='10' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)' %3E%3Cpath d='M 24.25 90 c -0.896 0 -1.792 -0.342 -2.475 -1.025 c -1.367 -1.366 -1.367 -3.583 0 -4.949 L 60.8 45 L 21.775 5.975 c -1.367 -1.367 -1.367 -3.583 0 -4.95 c 1.367 -1.366 3.583 -1.366 4.95 0 l 41.5 41.5 c 1.367 1.366 1.367 3.583 0 4.949 l -41.5 41.5 C 26.042 89.658 25.146 90 24.25 90 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3C/g%3E%3C/svg%3E"); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* height: 30px; */
    /* width: 13px; */
    display: block;
    margin: 0 auto;
}

.blog-detail-left figure {
    height: 100%;
    max-height: 557px;
    overflow: hidden;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: var(--bs-breadcrumb-divider, "-");
    padding-top: 4px;
}

.our-resources-blog {
    padding: 100px 0;
}

.resources-blog-back-button {
    margin-bottom: 30px;
}

.search-result-display {
    padding: 0 20px 20px 20px;
}

.blog-para {
    padding-bottom: 40px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

ul li.current-menu-item a.nav-link {
    color: #0b57e3 !important;
}

.page-template-front-page-php .custom-header.newClass img.custom-logo {
    width: 115px;
}

.page-template-front-page-php .custom-header.newClass a.custom-logo-link {
    width: 190px;
    height: 53px;
}


/*resources*/