body{
      font-family: 'GeneralSans-Regular';
}

h1,h2,h3,h4,h5,h6{    
     font-family: 'GeneralSans-Bold';
}
a{text-decoration:none !important; transition: all 0.5s; cursor: pointer;}

.header {
    padding: 35px 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.25s ease;
}

.header .main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
	position:relative;
	z-index:11;
}

.header .main-header .logo {}

.header .main-header .logo a {
    display: block;
    width: 166px;
}

.header .main-header .logo a img {
    width: 100%;
}

.header .main-header .main-menu {}

.header .main-header .main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header .main-header .main-menu ul li {
    display: inline-block;
    margin: 0;
}

.header .main-header .main-menu ul li a {
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    display: block;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
}
.header .main-header .main-menu ul li.contact-btn {
	margin-left:16px;
}

.header .main-header .main-menu ul li.contact-btn a {
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    padding: 12px 42px;
    background: #7461FF;
}


.banner-section {background-size: cover;}

.banner-section .banner-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1132px;
}

.banner-section .banner-card .banner-text {}

.banner-section .banner-card .banner-text h1 {
    font-family: 'GeneralSans-Medium';
    font-weight: 600;
    font-style: Semibold;
    font-size: 70px;
    line-height: 74px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #fff;
    width: 72%;
    margin: 0 0 34px;
    position: relative;
    z-index: 1;
}
.banner-section .banner-card .banner-text h1 img {
    position: absolute;
    right: -37px;
    bottom: -17px;
    z-index: -1;
}
.banner-section .banner-card .banner-text p {
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
    margin: 0 0 30px;
}

.banner-section .banner-card .banner-text a {
    padding: 12px 42px;
    display: inline-block;
    background: #7461FF;
    color: #fff;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
}

.service-short-list {
    position: relative;
    margin: -120px 0 0;
    padding: 0 0 70px 0;
}

.service-short-list .service-short-card {
    background: #7461FF;
    overflow: hidden;
    border-radius: 20px;
    display: block;
}

.service-short-list .service-short-card .service-short-img {
    overflow: hidden;
}

.service-short-list .service-short-card .service-short-img img {
    width: 100%;
    transition: all 0.5s;
}
.service-short-list .service-short-card .service-short-img img:hover {
    transform: scale(1.1);
}
.service-short-list .service-short-card .service-short-text {}

.service-short-list .service-short-card .service-short-text h3 {
    font-family: 'GeneralSans-Medium';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    padding: 30px 40px;
    color: #fff;
}

.Trusted {
    padding: 30px 0;
}

.Trusted .Trusted-title {}

.Trusted .Trusted-title h5 {
    font-family: 'GeneralSans-Medium';
    font-weight: 600;
    font-size: 15px;
    line-height: 80px;
    letter-spacing: 9px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #010B26;
}

.Trusted {
    padding: 30px 0;
}

.Trusted .Trusted-title {}

.Trusted .Trusted-title h5 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 15px;
    line-height: 80px;
    letter-spacing: 9px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #010B26;
}

.services-section {
    padding: 70px 0;
}

.section-title {
    text-align: center;
    margin: 0 0 60px;
}

.section-title h5 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 15px;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    color: #010B26;
}

.section-title h2 {
    font-family: 'GeneralSans-Medium';
    font-weight: 600;
    font-size: 40px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
	color: #141230;
}

.section-title p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    width: 840px;
    margin: 0 auto;
    color: #141230;
}

.services-section .services-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.services-section .services-card .services-img {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.services-section .services-card .services-img img {
    width: 100%;
    transition: all 0.5s;
}

.services-section .services-card .services-img img:hover {
    transform: scale(1.1);
}


.services-section .services-card .services-text {
    padding: 0 72px;
}

.services-section .services-card .services-text h3 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 0px;
    vertical-align: middle;
    width: 75%;
    color: #141230;
}

.services-section .services-card .services-text p {
    margin: 20px 0;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #757575;
}

.services-section .services-card .services-text a {
    background: #7461FF;
    display: inline-block;
    color: #FFFFFF;
    padding: 12px 42px;
    text-decoration: none;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    margin: 30px 0 0;
}
.services-section .services-card .services-text a:hover{
    background: #3B2CA6;
}

.choose-section {
    padding: 70px 0;
}

.choose-section .choose-box {}

.choose-section .choose-box .choose-icon {
    margin: 0 0 15px;
    width: 36px;
    height: 36px;
}

.choose-section .choose-box .choose-icon img {
    width: 100%;
}

.choose-section .choose-box .choose-text {}

.choose-section .choose-box .choose-text h3 {font-family: 'GeneralSans-Semibold';font-weight: 600;font-size: 16px;line-height: 22px;letter-spacing: 0px;width: 175px; color:#000;}

.choose-section .choose-box .choose-text p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #757575;
}

.cta-section {
    padding: 52px 0;
    background-size: cover;
    background-position: bottom;
}
.cta-section .cta-card {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.cta-section .cta-text {}

.cta-section .cta-text h2 {
    font-family: 'GeneralSans-Bold';
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 22px;
    color: #fff;
    width: 100%;
}

.cta-section .cta-text p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    width: 83%;
}

.cta-section .cta-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cta-section a {
    padding: 12px 42px;
    border: 2px solid #7461FF;
    margin: 0 0 0 20px;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    color: #7461FF;
}
.cta-section a:hover{
    background: #7461FF;
    border: 2px solid #7461FF;
    color: #fff;
}
.cta-section a:last-child {
    background: #7461FF;
    color: #fff;
}
.cta-section a:last-child:hover{
    background: #3B2CA6;
    border: 2px solid #3B2CA6;
}

.footer-copy {
    background-size: cover;
    padding: 36px 0;
}

.footer-copy .footer-copy-text p {font-family: 'GeneralSans-Regular';font-size: 14px;line-height: 150%;color: #fff;margin: 0;letter-spacing: 1px;}

.footer-copy .footer-copy-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.footer-copy .footer-copy-text ul li {
    display: inline-block;
    margin: 0 0 0 40px;
}

.footer-copy .footer-copy-text ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'GeneralSans-Regular';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
}

.footer-copy .footer-copy-text {
}

.footer {
    padding: 50px 0;
}

.footer .footer-text {}

.footer .footer-text h2 {
    font-family: 'GeneralSans-Bold';
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
}

.footer .footer-text p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #616161;
    width: 100%;
}

.footer .quick-link {}

.footer .quick-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .quick-link ul li {
    margin: 0 0 12px 0;
}

.footer .quick-link ul li a {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000;
    text-decoration: none;
    color: #141230;
}

.footer .quick-link ul li:last-child {
    margin: 0;
}

.footer .footer-logo {}

.footer .footer-logo .logo {}

.footer .footer-logo .logo a {
    display: block;
    width: 258px;
    margin: 0 0 22px;
}

.footer .footer-logo .logo a img {
    width: 100%;
}

.footer .footer-logo .footer-text {}

.footer .footer-logo .footer-text p {
    margin: 0;
    font-family: 'GeneralSans-Regular';
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
}

.footer .footer-logo .footer-text p  span{
    color: #7461FF;
}

.page-header {
    background-size: cover;
}

.page-header .page-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 566px;
}

.page-header .page-title .page-details {}

.page-header .page-title .page-details h1 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 70px;
    line-height: 74px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #fff;
}

.page-header .page-title .page-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.page-header .page-title .page-details ul li {
    display: inline-block;
    margin: 0 30px 0 0;
    position: relative;
}

.page-header .page-title .page-details ul li:after {
    content: '/';
    position: absolute;
    right: -19px;
    top: 3px;
    color: #fff;
}

.page-header .page-title .page-details ul li:last-child:after {
    display: none;
}

.page-header .page-title .page-details ul li a {
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 8px;
    color: #fff;
    text-decoration: none;
}

.page-info-section {
    padding: 70px 0 0;
}

.page-info-section .page-info-text {
    margin: 0 0 90px;
}

.page-info-section .page-info-text h2 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 70px;
    line-height: 74px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #7461FF;
    margin: 0 0 30px;
}

.page-info-section .page-info-text p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #2B2B2B;
    margin: 0;
}

.page-info-section .page-info-text p strong {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #2B2B2B;
}

.page-info-section .page-info-text a {
    padding: 12px 42px;
    display: inline-block;
    background: #7461FF;
    color: #fff;
    text-decoration: none;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
	transition:all 0.5s;
}
.page-info-section .page-info-text a:hover{
    background: #3B2CA6;
}

.page-info-section .page-info-about {
    position: relative;
}

.page-info-section .page-info-about .page-info-img {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
    border-radius: 20px;
}

.page-info-section .page-info-about .page-info-img img {
    width: 100%;
    transition: all 0.5s;
}
.page-info-section .page-info-about .page-info-img img:hover {
  transform: scale(1.1);
}



.page-info-section .page-info-about h4 {
    width: 20%;
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0px;
    position: absolute;
    top: -40px;
}

.page-info-section .page-info-about p {
    margin: 0 0 20px;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #2B2B2B;
}

.state-section {
    padding: 0 0 50px;
}

.state-section .state-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.state-section .state-card .state-img {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.state-section .state-card .state-img img {
    width: 100%;
    transition: all 0.5s;
}
.state-section .state-card .state-img img:hover {
    transform: scale(1.1);
}


.state-section .state-card .state-text {}

.state-section .state-card .state-text span {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 15px;
    line-height: 80px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #7461FF;
}

.state-section .state-card .state-text p {
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #757575;
}

.state-section .state-card .state-text .state-number {
    margin: 10px 0;
}

.state-section .state-card .state-text .state-number h3 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 64px;
    line-height: 74px;
    letter-spacing: 0px;
    color: #7461FF;
    transition: all 0.5ms;
}
.state-section .state-card .state-text .state-number h3:hover {
    font-size: 64.5px;
    color: #4B48A5;
}

.state-section .state-card .state-text .state-number h4 {
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    margin: 0;
}

.state-section .state-card .state-text .state-number span {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0px;
    text-transform: inherit;
    line-height: 24px;
    color: #757575;
    width: 182px;
    display: block;
}


.state-section {
    padding: 50px 0 50px;
}

.state-section .state-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.state-section .state-card .state-img {
    width: 100%;
}

.state-section .state-card .state-img img {
    width: 100%;
}

.state-section .state-card .state-text {}

.state-section .state-card .state-text span {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 15px;
    line-height: 80px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #7461FF;
}

.state-section .state-card .state-text p {
    color: #757575;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
}

.state-section .state-card .state-text .state-number {
    margin: 10px 0;
}

.state-section .state-card .state-text .state-number h3 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 64px;
    line-height: 74px;
    letter-spacing: 0px;
    color: #7461FF;
}

.state-section .state-card .state-text .state-number h4 {
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    margin: 0;
}

.state-section .state-card .state-text .state-number span {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0px;
    text-transform: inherit;
    line-height: 24px;
    color: #757575;
    width: 182px;
    display: block;
}

.team-section {
    padding: 0 0 30px 0;
}

.team-section .team-title {
    margin: 0 0 100px;
}

.team-section .team-title h5 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 15px;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #010B26;
}

.team-section .team-title p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: center;
    width: 900px;
    margin: 0 auto;
    color: #141230;
}

.team-section .team-card {
    margin: 0 0 30px;
    text-align: center;
}

.team-section .team-card .team-image {
    width: 94px;
    height: 94px;
    margin: 0 auto 20px;
}

.team-section .team-card .team-text {}

.team-section .team-card .team-text h4 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    margin: 0;
    color: #010B26;
}

.team-section .team-card .team-text span {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #7461FF;
    display: block;
}

.faq-section {
    padding: 50px 0 50px 0;
    background: #7461FF05;
}

.faq-section .faq-list {}

.faq-section .faq-list .accordion .accordion-item {
    border: none !important;
    background: transparent;
    border-radius: 0px;
    margin: 0;
}

.faq-section .faq-list .accordion {
    background: transparent;
}

.faq-section .faq-list .accordion .accordion-item h2 {
    background: transparent;
    border: none !important;
}

.faq-section .faq-list .accordion .accordion-item h2 button.accordion-button {
    border-radius: 0px;
    background: transparent;
    border: none !important;
    padding: 22px 40px;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    vertical-align: middle;
    text-transform: capitalize;
    color: #141230;
    position: relative;
}
.faq-section .faq-list .accordion .accordion-item h2 button:focus {
    outline: none;
    box-shadow: none;
}
.faq-section .faq-list .accordion .accordion-item h2 button.accordion-button.collapsed {}

.faq-section .faq-list .accordion .accordion-item h2 button.accordion-button.collapsed img.minus ,
.faq-section .faq-list .accordion .accordion-item h2 button.accordion-button img.plus {
    display: none;
}
.faq-section .faq-list .accordion .accordion-item h2 button.accordion-button.collapsed img.plus {
    display:block;
}

.faq-section .faq-list .accordion .accordion-item h2 button.accordion-button::after {
    display: none;
}

.faq-section .faq-list .accordion .accordion-item h2 button.accordion-button img {
    position: absolute;
    left: 0;
    top: 24px;
}
.faq-section .faq-list .accordion .accordion-item h2::after {
    display: none;
}


.faq-section .faq-list .accordion .accordion-item .accordion-collapse {
    border: none;
}

.faq-section .faq-list .accordion .accordion-item .accordion-collapse .accordion-body {
    border: none;
    padding: 10px 0px;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    vertical-align: middle;
    color: #757575;
}

.page-template-tpl-case-studies .page-info-section .page-info-about .page-info-img h4 {
    width: 30%;
    top: -33px;
}

.location-map {
    padding: 70px 0;
}

.location-map .map-box {}

.location-map .map-box img {
    width: 100%;
}

.get-touch {
    padding: 70px 0 30px 0;
}

.contact-info {}

.contact-info .contact-info-card {
    box-shadow: 6px 6px 15px 0px #00000026;
    border: 1px solid #7461FF;
    background: #7461FF05;
    border-radius: 20px;
    padding: 86px;
}

.contact-info .contact-info-card .contact-info-box {
    text-align: center;
}

.contact-info .contact-info-card .contact-info-box .contact-info-icon {
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 60px;
    background: #7461FF33;
    margin: 0 auto 10px;
    border-radius: 100px;
}

.contact-info .contact-info-card .contact-info-box .contact-info-icon img {}

.contact-info .contact-info-card .contact-info-box h3 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
    margin: 0;
}

.contact-info .contact-info-card .contact-info-box p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin: 10px 0;
    color: #757575;
}

.contact-info .contact-info-card .contact-info-box span {
    display: block;
}

.contact-info .contact-info-card .contact-info-box span a {
    display: block;
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    color: #7461FF;
}

.get-touch .get-touch-text {}

.get-touch .get-touch-text h2 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #000000;
}

.get-touch .get-touch-text p {
    font-family: 'GeneralSans-Regular';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    margin: 20px 0 30px;
    color: #757575;
}

.get-touch .get-touch-form {}

.get-touch .get-touch-form .form-group {
    margin: 0 0 20px;
}

.get-touch .get-touch-form .form-group label {
    display: block;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #000;
    margin: 0 0 10px;
}

input.form-control {}

.get-touch .get-touch-form .form-group input.form-control {
    border: 1px solid #C9C9C9;
    background: #F9F9F9;
    height: 60px;
    padding: 0 24px;
    border-radius: 5px;
    color: #616161;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0px;
    vertical-align: middle;
}
.get-touch .get-touch-form .form-group textarea.form-control {
    border: 1px solid #C9C9C9;
    background: #F9F9F9;
    height: 250px;
    padding: 0 24px;
    border-radius: 5px;
    color: #616161;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.get-touch .get-touch-form .form-check {
    margin: 0 0 30px;
	padding:0px;
}

.get-touch .get-touch-form .form-check label.form-check-label {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-left: 10px;
}

.get-touch .get-touch-form .form-check label.form-check-label a {
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}

.get-touch .get-touch-form .form-check input {
    border: 2px solid #D9D9D9;
    width: 20px;
    height: 20px;
    top: 4px;
    position: relative;
}

.get-touch .get-touch-form .form-submit {
    margin: 20px 0 0;
}

.get-touch .get-touch-form .form-submit input,.get-touch .get-touch-form .form-submit button {
    background: #7461FF;
    border: none;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    padding: 12px 42px;
}

.page-template-tpl-contact .page-info-section .page-info-text {
    margin: 0;
}
.page-template-tpl-career .page-info-section .page-info-text {
    margin: 0;
}

.work-with-us-section {
    padding: 0 0 70px 0;
}

.work-with-us-section .work-with-us-title {}

.work-with-us-section .work-with-us-title h2 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #000000;
    margin: 0 0 62px;
}

.work-with-us-section .work-with-us-box {}

.work-with-us-section .work-with-us-box img {}

.work-with-us-section .work-with-us-box h3 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    margin: 15px 0;
    color: #000000;
}

.work-with-us-section .work-with-us-box p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #757575;
}

.hr-line {
    width: 40%;
    margin: 0 auto 30px;
}

.hr-line hr {
    border-top: 1px solid #000000;
}

.roles-section {
    padding: 40px 0;
}

.roles-section .roles-text {
    margin: 0 0 62px;
}

.roles-section .roles-text h2 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #000;
}

.roles-section .roles-text p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #2B2B2B;
}

.roles-section .roles-filter {
    margin: 0 0 62px;
}

.roles-section .roles-filter .roles-filter-card {
    position: relative;
}

.roles-section .roles-filter .roles-filter-card .form-control {
    border: 1px solid #C9C9C9;
    background: #F9F9F9;
    border-radius: 1px;
    height: 40px;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #969696;
}
.roles-section .roles-filter .roles-filter-card .form-control:placeholder {
    border: 1px solid #C9C9C9;
    background: #F9F9F9;
    border-radius: 1px;
    height: 40px;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #969696;
}

.roles-section .roles-filter .roles-filter-card img {
    position: absolute;
    top: 15px;
    right: 15px;
}


.roles-section .roles-list {}

.roles-section .roles-list .roles-box {}

.roles-section .roles-list .roles-box h3 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
}

.roles-section .roles-list .roles-box p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #757575;
    width: 570px;
    margin: 0;
}

.roles-section .roles-list .roles-box .types {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.roles-section .roles-list .roles-box .types span {
    display: block;
    border: 1px solid #7461FF;
    background: #7461FF33;
    border-radius: 5px;
    margin: 17px 10px 17px 0;
    padding: 3px 20px;
    color: #7461FF;
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
}

.roles-section .roles-list .roles-box a {
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #B8B8B8;
    text-decoration: none;
    margin: 0 0 40px;
    display: inline-block;
}

.roles-section .roles-list .roles-box .types span.mode {
    background: #42389233;
    border: 1px solid #423892;
    color: #423892;
}


.page-template-tpl-services .page-info-text {
    margin: 0;
}

.services-list-section {
    padding: 70px 0 0;
}

.services-list-section .services-page-card {background: #F9F9F9;border-radius: 20px;margin: 0 0 32px;overflow: hidden;}

.services-list-section .services-page-card .services-page-img {
    width: 100%;
    transition: 0.3s;
}

.services-list-section .services-page-card .services-page-img img {
    width: 100%;
    transition: 0.3s;
	height:245px;
}

.services-list-section .services-page-card .services-page-text h2 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #000;
    /* padding: 45px 120px; */
    width: 185px;
    margin: 0 auto;
}

.serve-section {
    padding: 30px 0 30px 0;
}

.serve-section .serve-title {
    margin: 0 0 60px;
}

.serve-section .serve-title h5 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 15px;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0;
}

.serve-section .serve-title p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    width: 870px;
    margin: 0 auto;
    color: #141230;
}

.serve-section .serve-card {}

.serve-section .serve-card .serve-image {
    overflow: hidden;
    border-radius: 30px;
}

.serve-section .serve-card .serve-image img {
    width: 100%;
    border-radius: 30px;
    transition: all 0.5s;
}
.serve-section .serve-card .serve-image img:hover {
       transform: scale(1.1);
}

.serve-section .serve-card .serve-text {}

.serve-section .serve-card .serve-text h4 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000;
    margin: 20px 0;
}

.serve-section .serve-card .serve-text p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #757575;
}

.tech-stack-section {
    padding: 30px 0;
}

.tech-stack-section .tech-stack-title {
    margin: 0 0 60px;
}

.tech-stack-section .tech-stack-title h5 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 15px;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0;
}

.tech-stack-section .tech-stack-title p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    width: 60%;
    margin: 0 auto;
    color: #141230;
}


.tech-stack-card {
    box-shadow: 4px 4px 12.5px -5px #00000040;
    background: #fff;
    border-radius: 20px;
    margin: 40px 0 20px;
}

.tech-stack-card .tech-stack-title {
    display: grid;
    align-items: center;
    height: 100%;
    padding: 0 30px 0 70px;
    position: relative;
}
.tech-stack-card .tech-stack-title:after {
    content: '';
    position: absolute;
    height: 54px;
    width: 0.5px;
    background: #000;
    right: 0;
}
.tech-stack-card .tech-stack-title h3 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #7461FF;
/*     width: 50%; */
}

.tech-stack-card .tech-stack-text {
    padding: 30px 0;
}

.tech-stack-card .tech-stack-text p {
    margin: 0;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #141230;
}
.tech-stack-card .tech-stack-text p strong {
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    color: #141230;
}
.tech-stack-card:hover {
    background: #5043b0;
}
.tech-stack-card:hover .tech-stack-title h3, .tech-stack-card:hover .tech-stack-text p, .tech-stack-card:hover .tech-stack-text p strong {
    color: #fff;
}
.tech-stack-card:hover .tech-stack-title:after {
    background:#fff;
}


.challenge-section {
    padding: 70px 0;
}

.challenge-section .challenge-info-title {}

.challenge-section .challenge-info-title h2 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #7461FF;
    padding-left: 20px;
    border-left: solid 5px #7461FF;
    margin: 0;
    padding: 15px 0 15px 20px;
}

.challenge-section .challenge-info-title .challenge-info-text {
    margin-top: 10px;
    padding-left: 20px;
    border-left: solid 5px #7461FF80;
    width: 700px;
}

.challenge-section .challenge-info-title .challenge-info-text h4 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
}

.challenge-section .challenge-info-title .challenge-info-text p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #2B2B2B;
}

.results-section {
    padding: 0 0 70px 0;
}

.results-section .results-title {
    margin: 0 0 82px;
}

.results-section .results-title h2 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #000000;
}

.results-section .results-title p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #2B2B2B;
}

.results-section .results-card {
    background: #F9F9F9;
    text-align: center;
    padding: 60px;
    border-radius: 15px;
}

.results-section .results-card .results-card-icon {
    text-align: center;
    margin: 0 0 25px;
}

.results-section .results-card .results-card-icon img {
    width: 40px;
    height: 30px;
}

.results-section .results-card .results-card-text {}

.results-section .results-card .results-card-text p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    color: #2B2B2B;
	width: 70%;
    margin: 0 auto;
}

.success-section {
    padding: 0 0 40px 0;
}

.success-section .success-title {}

.success-section .success-title h2 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #000;
}

.success-section .success-title p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #2B2B2B;
}

.success-section .success-card {
    position: relative;
}

.success-section .success-card .success-card-box {
    padding-left: 110px;
}

.success-section .success-card .success-card-box .success-card-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 30px;
}

.success-section .success-card .success-card-box .success-card-logo .success-card-logo-box {}

.success-section .success-card .success-card-box .success-card-logo .success-card-logo-box a {}

.success-section .success-card .success-card-box .success-card-logo .success-card-logo-box a img {}

.success-section .success-card .success-card-box .success-card-logo .success-card-logo-services {}

.success-section .success-card .success-card-box .success-card-logo .success-card-logo-services span {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #2B2B2B;
    margin: 0 0 0 20px;
    display: inline-block;
}

.success-section .success-card .success-card-box .success-card-text {}

.success-section .success-card .success-card-box .success-card-text h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    font-family: 'GeneralSans-Semibold';
    color: #2B2B2B;
}

.success-section .success-card .success-card-box .success-card-text p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #2B2B2B;
}

.success-section .success-card .success-card-box .success-card-text ul {
    padding: 0 0 0 25px;
    margin: 0;
}

.success-section .success-card .success-card-box .success-card-text ul li {
    color: #2B2B2B;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
}
.success-section .success-card .success-card-box {
    position: relative;
    margin: 0 0 60px;
}
.success-section .success-card .success-card-box:before {
    content: '';
    width: 72px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 30px;
    background: #7461FF;
}

.page-terms-section {
    padding: 70px;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
}

.page-terms-section span {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-style: Italic;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0px;
    margin: 0 0 20px;
    display: block;
}

.page-terms-section p {
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    margin: 0;
}

.page-terms-section h3 {
    margin: 20px 0 10px;
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
}

.page-terms-section ul {}

.page-terms-section ul li {
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    margin: 0;
}

.page-terms-section p a {    
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    margin: 0;
    color:#000;
}
.page-terms-section  a {    
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    margin: 0;
    color:#000;
}

.careers-details {
    padding: 60px 0;
}

.careers-details .careers-details-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}

.careers-details .careers-details-top .careers-details-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.careers-details .careers-details-top .careers-details-info .careers-details-title {margin-right: 15px;}

.careers-details .careers-details-top .careers-details-info .careers-details-title h1 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #000;
}

.careers-details .careers-details-top .careers-details-btn {}

.careers-details .careers-details-top .careers-details-btn a {
    background: #7461FF;
    animation-duration: 0ms;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    padding: 12px 42px;
    display: inline-block;
    text-decoration: none;
}

.careers-details .careers-details-role {
    margin: 0 0 30px;
}

.careers-details .careers-details-role h2 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #B8B8B8;
}

.careers-details .careers-details-role p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
}

.careers-details .careers-details-responsibilities {
    margin: 0 0 30px;
}

.careers-details .careers-details-responsibilities h2 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0px;
    font-style: italic;
}

.careers-details .careers-details-responsibilities ul {
    padding: 0 0 0 20px;
    margin: 15px 0;
}

.careers-details .careers-details-responsibilities ul li {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #2B2B2B;
}

.careers-details-responsibilities {
}

.careers-details-qualifications {
    margin: 0 0 30px;
}

.careers-details-qualifications h2 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0px;
    font-style: italic;
}

.careers-details-qualifications ul {
    padding: 0 0 0 20px;
    margin: 15px 0;
}

.careers-details-qualifications ul li {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #2B2B2B;
}

.contract-info {
    padding: 30px 0;
}

.contract-info .contract-info-card {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.contract-info .contract-info-card .contract-info-icon {
    margin-right: 10px;
}

.contract-info .contract-info-card .contract-info-icon img {}

.contract-info .contract-info-card .contract-info-text {}

.contract-info .contract-info-card .contract-info-text h4 {
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    margin: 0;
    color: #BBBBBB;
}

.contract-info .contract-info-card .contract-info-text span {
    display: block;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #BBBBBB;
}

.successfully-details {}

.successfully-details .successfully-icon {
    width: 233px;
    margin: 60px auto;
}

.successfully-details .successfully-icon img {
    width: 100%;
}

.successfully-details .successfully-text {
    text-align: center;
}

.successfully-details .successfully-text h3 {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
    margin: 30px auto;
    width: 900px;
}
.successfully-details .successfully-text h3 strong {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
}
.successfully-details .successfully-text p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
    margin: 30px auto;
    width: 900px;
}

.successfully-details .successfully-text span {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    color: #2B2B2B;
	display:block;
}

.successfully-details .successfully-text .btn-back {}

.successfully-details .successfully-text .btn-back a {
    display: inline-block;
    padding: 12px 42px;
    margin: 30px 0;
    background: #fff;
    color: #7461FF;
    text-decoration: none;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    border: solid 1px #7461FF;
    margin: 30px 10px;
}
.successfully-details .successfully-text .btn-back a.home-btn {
    background: #7461FF;
    color: #fff;
}
.get-touch .get-touch-form .form-check p {
    display: flex;
}

.get-touch .get-touch-form .form-check p span span span {
    margin: 0;
}

.Trusted-icon {
    width: 120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.Trusted-icon img {
    width: 100%;
    height: 100px;
        object-fit: contain;
}
.banner-section .banner-card .banner-text a:hover {
    background: #3B2CA6;

}


.contractor-center-text .get-touch-form .form-group {
    margin: 0 0 20px;
}

.contractor-center-text .get-touch-form .form-group label {
    display: block;
    color: #000;
    margin: 0 0 10px;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 14px;
    line-height: 22pz;
    letter-spacing: 0px;
}



.contractor-center-text .get-touch-form .form-group input.form-control {
    border: 1px solid #C9C9C9;
    background: #F9F9F9;
    height: 50px;
    padding: 0 24px;
    border-radius: 5px;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #969696;
}
.contractor-center-text .get-touch-form .form-group textarea.form-control {
     border: 1px solid #C9C9C9;
    background: #F9F9F9;
    height: 360px;
    padding: 0 24px;
    border-radius: 5px;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #969696;
}
}


.contractor-center-text .get-touch-form .form-group select.form-control {
    border: 1px solid #C9C9C9;
    background: #F9F9F9;
    height: 70px;
    padding: 0 24px;
    border-radius: 5px;
}

.contractor-center-text .get-touch-form .form-group textarea.project-box {
    border: 1px solid #C9C9C9;
    background: #F9F9F9;
    height: 140px;
    padding: 24px;
    border-radius: 5px;
    resize: none;
}

.contractor-center-text .get-touch-form .form-check {
    margin: 0 0 30px;
	padding:0px;
}

.contractor-center-text .get-touch-form .form-check label.form-check-label {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-style: Italic;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0px;
    margin-left: 30px;
}

.contractor-center-text .get-touch-form .form-check label.form-check-label a {
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}

.contractor-center-text .get-touch-form .form-check input {
    border: 2px solid #D9D9D9;
    width: 20px;
    height: 20px;
    top: 4px;
    position: relative;
    left: 22px;
}

.contractor-center-text .get-touch-form .form-submit {
    margin: 20px 0 0;
}

.contractor-center-text .get-touch-form .form-submit input,.contractor-center-text .get-touch-form .form-submit button {
    background: #7461FF;
    border: none;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    padding: 12px 42px;
}

.contractor-center-text .get-touch-form .form-group .upload-box {}

.contractor-center-text .get-touch-form .form-group .upload-box label.upload-area {
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    height: 300px;
    display: flex;
    align-items: center;
}

.contractor-center-text .get-touch-form .form-group .upload-box label.upload-area img {
    width: 45%;
    margin: 0 auto;
    display: block;
}

.contractor-center-text .get-touch-form .question-block {
    margin-bottom: 30px;
}

.contractor-center-text .get-touch-form .question-block p {
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #000;
}

.contractor-center-text .get-touch-form .radio-wrap {
    display: inline-flex;
    align-items: center;
    margin-right: 30px;
    color: #666;
    cursor: pointer;
    position: relative;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #949494;
}

.contractor-center-text .get-touch-form .radio-wrap input {
    display: none;
}

.contractor-center-text .get-touch-form .custom-radio {
    width: 18px;
    height: 18px;
    border: 2px solid #d5d5d5;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
}

.contractor-center-text .get-touch-form .radio-wrap input:checked + .custom-radio {
    border-color: #6b5cff;
}

.contractor-center-text .get-touch-form .radio-wrap input:checked + .custom-radio::after {
    content: "";
    width: 18px;
    height: 18px;
    background: #6b5cff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contractor-center-text .get-touch-form .radio-wrap input:checked ~ span,
.contractor-center-text .get-touch-form .radio-wrap input:checked + .custom-radio + span {
    color: #6b5cff;
}


.contractor-section {
    padding: 50px 0;
}

.contractor-section .contractor-top-text {
    margin: 0 0 40px;
}

.contractor-section .contractor-top-text a {
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
    vertical-align: middle;
    font-size: 21px;
    color: #B8B8B8;
    display: inline-block;
    margin: 0 0 30px;
}

.contractor-section .contractor-top-text a img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px 0 0;
}

.contractor-section .contractor-top-text h1 {
    font-family: 'GeneralSans-Bold';
    font-weight: 600;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #000;
}

.contractor-section .contractor-top-text p {
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #bbb;
}

.contractor-section .contractor-top-text p span {
    display: inline-block;
    color: red;
    margin: 0 10px 0 0;
}

.contractor-section .contractor-footer-text {
    margin: 50px 0 0;
}

.contractor-section .contractor-footer-text p {
    font-family: 'GeneralSans-Bold';
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
}

.how-we-card {
    display: flex;
    align-items: flex-start;
    margin: 25px 0;
}

.how-we-card .how-we-left {
    margin: 0 30px 0 0px;
}

.how-we-card .how-we-left h4 {
    font-family: 'GeneralSans-Bold';
    font-weight: 700;
    font-size: 96px;
    line-height: 62px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #7461FF;
}

.how-we-card .how-we-right {}

.how-we-card .how-we-right h4 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000000;
}

.how-we-card .how-we-right p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #757575;
    width: 260px;
}

.How-we-section {
    position: relative;
	padding:0 0 60px;
}

.How-we-section .site-icon {
    position: absolute;
    bottom: 50px;
    width: 340px;
    left: 0;
}

.How-we-section .site-icon img {
    width: 100%;
}
.How-we-section {
    position: relative;
}

.How-we-section .site-icon {
    width: 298px;
    height: auto;
    position: absolute;
    bottom: 140px;
    left: 0;
}

.header .main-header .main-menu .mobile-icon {
    width: 40px;
    height: 40px;
    display: none;
}

.header .main-header .main-menu .mobile-icon span {
    width: 100%;
    height: 3px;
    background: #fff;
    display: block;
    margin: 10px 0;
    border-radius: 100px;
}
.header .main-header .main-menu .mobile-icon span:last-child {
    margin: 0;
}


.mobile-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1111;
    transition: all 0.5s;
}

.mobile-menu .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.mobile-menu .mobile-menu-header .mobile-logo {}

.mobile-menu .mobile-menu-header .mobile-logo a {
    display: block;
}

.mobile-menu .mobile-menu-header .mobile-logo a img {}

.mobile-menu .mobile-menu-header .close-menu {}

.mobile-menu .mobile-menu-header .close-menu span {
    width: 40px;
    height: 40px;
    display: block;
    background: #7461ff;
    text-align: center;
    color: #fff;
    line-height: 40px;
}

.mobile-menu .mobile-menu-body {
    padding: 20px;
}

.mobile-menu .mobile-menu-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-menu .mobile-menu-body ul li {}

.mobile-menu .mobile-menu-body ul li a {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000;
    text-decoration: none;
    color: #141230;
    display: block;
    padding: 9px 0;
}

.go-top {
    position: fixed;
    width: 60px;
    height: 60px;
    background: #7461ff;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;display: none; 
}

.go-top img {
    margin: 0 auto;
    display: block;
    width: 30px;
}
.team-section .join-team {
    margin: 50px 0 0;
}

.team-section .join-team h3,.team-section .join-team h3 p {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    color: #7461FF;
}

.team-section .join-team p {font-family: 'GeneralSans-Regular';font-weight: 400;font-size: 20px;line-height: 30px;letter-spacing: 0px;text-align: center;color: #141230; width: 89%;}
.faq-section .section-title {}

.faq-section .section-title hr {
    border-top: 1px solid #7461FF;
    width: 10%;
    margin: 0 auto;
    opacity: 1;
}
/* 
.services-list-section .services-page-card p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #757575;
    padding: 0 30px 30px;
    text-align: center;
    display: none;
}

.services-list-section .services-page-card:hover p {
    display: block;
}
.services-list-section .services-page-card:hover h2{
    padding-bottom:0px;
    padding-top: 32px;
    transform: scale(1.1);
}
.services-list-section .services-page-card:hover .services-page-img img {height: 150px;}
.services-page-card {} */
 .services-page-card{
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: all .4s ease;
}

.services-page-card .services-page-img{
    height: auto;
    overflow: hidden;
    border-radius: 20px;
    transition: height .4s ease;
}

.services-page-card .services-page-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.services-page-card .services-page-text{
    padding: 20px;
}

.services-page-card .services-page-text p{
    opacity: 0;
    transform: translateY(10px);
    transition: all .4s ease;
    margin-top: 10px;
    display:none;
    text-align:center;
}

/* Hover Effect */
.services-page-card:hover .services-page-img{
    height: 210px; 
}

.services-page-card:hover .services-page-img img{
    transform: scale(1.1); 
}

.services-page-card:hover .services-page-text p{
    opacity: 1;
    transform: translateY(0);
    display:block;
    text-align:center;
}
.mobile-banner{
        display: none;
}
 .banner-section{
    display: block;
 }
 .page-template-tpl-contact .page-info-section {
    padding-bottom: 70px;
}
.page-template-tpl-case-studies .page-info-section .page-info-about h4 {
    width: 27%;
    top: -21px;
}
.page-template-tpl-career .page-info-section .page-info-text p {
    width: 80%;
}
.page-template-tpl-about {}

.page-template-tpl-about .page-info-text {
    margin: 0 0 90px;
}

.page-template-tpl-about .page-info-text a {
    display: inline-block;
    margin: 20px 0 0;
}
.page-template-tpl-home {}

.page-template-tpl-home  .Trusted {
    padding-top: 0;
}

.page-template-tpl-home .services-section {
    padding-top: 0;
}

.page-template-tpl-home .choose-section {padding-top: 0;}
.mail-box {
    margin: 20px 0;
}

.mail-box .mail-input {
    position: relative;
    width: 250px;
}

.mail-box .mail-input input.form-control {
    height: 50px;
    width: 100%;
    border: 1px solid #D6D6D6;
    background: #FFFFFF;
    color: #141230;
    border-radius: 6px;
}

.mail-box .mail-input button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: #7461ff;
    border-radius: 0px 6px 6px 0;
    height: 50px;
    width: 50px;
}
.mail-box .mail-input {
    position: relative;
    width: 250px;
}
.join_us .mail-box {
    margin: 0;
}

.join_us .mail-box .mail-input {
    width: 100%;
}
.join_us {
    padding: 50px 0;
}

.join_us .join-us-title h4 {font-family: 'GeneralSans-Semibold';font-weight: 600;font-size: 32px;line-height: 35px;letter-spacing: 0px;margin: 0 0 20px; color:#000;}

.join_us .join-us-text p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #2B2B2B;
}

.mobile-page-header {
    background-size: cover;
	display:none;
    background-repeat: no-repeat;
}

.mobile-page-header .mobile-page-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 268px;
}

.mobile-page-header .mobile-page-title .mobile-page-details {}

.mobile-page-header .mobile-page-title .mobile-page-details h1 {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #fff;
}

.mobile-page-header .mobile-page-title .mobile-page-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-page-header .mobile-page-title .mobile-page-details ul li {
    display: inline-block;
    margin: 0 30px 0 0;
    position: relative;
}

.mobile-page-header .mobile-page-title .mobile-page-details ul li:after {
    content: '/';
    position: absolute;
    right: -19px;
    top: 3px;
    color: #fff;
}

.mobile-page-header .mobile-page-title .mobile-page-details ul li:last-child:after {
    display: none;
}

.mobile-page-header .mobile-page-title .mobile-page-details ul li a {
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 8px;
    color: #fff;
    text-decoration: none;
}

.careers-details .careers-details-top .careers-details-info .careers-details-title a {
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
    vertical-align: middle;
    font-size: 21px;
    color: #B8B8B8;
    display: inline-block;
    margin: 0 0 30px;
}
.page-template-tpl-project-form .contractor-center-text .get-touch-form  .form-check {}

.page-template-tpl-project-form .contractor-center-text .get-touch-form .form-check label.form-check-label {
    margin: 0;
}

.page-template-tpl-project-form .contractor-center-text .get-touch-form .form-check label.form-check-label span.wpcf7-list-item.first.last {
    margin: 0;
}

.page-template-tpl-project-form .contractor-center-text .get-touch-form .form-check label.form-check-label span.wpcf7-list-item.first.last input[type="checkbox"] {
    left: 0;
}

.contractor-center-text .get-touch-form .form-group .upload-box {
    position: relative;
}

.contractor-center-text .get-touch-form .form-group .upload-box p span.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    height: 300px;
    position: absolute;
    overflow: hidden;
    left: 0;
    z-index: 1;
}

.contractor-center-text .get-touch-form .form-group .upload-box p span.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.contractor-center-text .get-touch-form .question-block span.wpcf7-list-item {
    margin: 0 30px 0 0px;
}

.contractor-center-text .get-touch-form .question-block span.wpcf7-list-item label {}

.contractor-center-text .get-touch-form .question-block span.wpcf7-list-item label input[type="radio"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.contractor-center-text .get-touch-form .question-block span.wpcf7-list-item label span.wpcf7-list-item-label {
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #949494;
}
.contractor-center-text .get-touch-form .form-check span.wpcf7-list-item {
    margin: 0 !important;
}

.contractor-center-text .get-touch-form .form-check input {
    left: 0;
}

.contractor-center-text .get-touch-form .form-check span.wpcf7-list-item span.wpcf7-list-item-label {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #949494;
}

.page-conditions-section {
    padding: 50px 0;
}

.page-conditions-section .page-conditions-top {
    margin: 0 0 40px;
}

.page-conditions-section .page-conditions-top span {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    margin: 0 0 30px;
    display: block;
    color: #BBBBBB;
    font-style: italic;
}

.page-conditions-section .page-conditions-top p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
     font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: red;
    color: #2B2B2B;
    margin: 0;
}

.page-conditions-section .page-conditions-text {}

.page-conditions-section .page-conditions-text h4 {
    font-family: 'GeneralSans-Bold';
    font-weight: 600;
     font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #2B2B2B;
    margin: 20px 0 10px;
}

.page-conditions-section .page-conditions-text .Policy {
    margin: 0 0 20px;
}

.page-conditions-section .page-conditions-text .Policy p {
    margin: 0;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
}

.page-conditions-section .page-conditions-text p {
    margin: 0;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
}

.page-conditions-section .page-conditions-text ul {
    margin: 10px 0;
}

.page-conditions-section .page-conditions-text ul li {
    margin: 0;
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
}
.custom-footer {
    padding: 30px 0;
}

.custom-footer .footer-copy-text {}

.custom-footer .footer-copy-text p {
    margin: 0;
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -2%;
    color: #000000;
}

.custom-footer .footer-copy-text {
}

.custom-footer .footer-copy-text ul {
    text-align: right;
    margin: 0;
    padding: 0;
}

.custom-footer .footer-copy-text ul li {
    display: inline-block;
}

.custom-footer .footer-copy-text ul li a {
    display: block;
    font-family: 'GeneralSans-Medium';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000;
    padding: 0 20px;
}

.custom-footer .footer-copy-text ul li:last-child a {
    padding-right: 0;
}
.header-custom {
    padding: 20px 0;
}
.roles-section .roles-list .roles-box a img {
    rotate: 180deg;
    margin: 0 0 0 10px;
    vertical-align: baseline;
}
.footer .footer-logo .footer-text ul {
    padding: 20px 0 0;
    margin: 0;
    list-style: none;
}

.footer .footer-logo .footer-text ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.footer .footer-logo .footer-text ul li a {
    display: block;
}
.header .main-header .main-menu ul li.contact-btn a:hover {
    background: #3B2CA6;
}
.results-section .col-md-4.col-xl-4.col-lg-4:nth-child(2) p {
    width: 50%;
}
.desktop-view{
    display: flex;
}

.mobile-view{
    display: none;
}




.contractor-center-text .get-touch-form .form-group label span.red {
    color: red;
}

.Trusted {
    display: none;
}

.choose-section .section-title {
    width: 491px;
    margin: 0 auto 60px;
}

.choose-section .section-title p {
    width: auto;
}
.How-we-section .section-title p {
    width: 500px;
}

.faq-section .section-title p {
    width: 60%;
}
.page-info-section .page-info-about p strong {
    font-size: 18px;
    line-height: 30px;
    font-family: 'GeneralSans-Medium';
}
.state-section .state-card .state-text .state-number p {
    font-family: 'GeneralSans-Regular';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: inherit;
    line-height: 24px;
    color: #757575;
    width: 182px;
    display: block;
}

.page-template-tpl-services .faq-section .section-title p {
    width: 60%;
    font-size: 18px;
    line-height: 28px;
}

.page-template-tpl-case-studies .page-info-section .page-info-about p {
    width: 88%;
}

.challenge-section .challenge-info-title .challenge-info-text p strong {
    font-family: 'GeneralSans-Semibold';
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #2B2B2B;
}

.results-section .results-title h2 {
    width: 20%;
}

.success-section .success-title {
    margin: 0 0 40px;
}
.page-template-tpl-contact .page-info-section .page-info-text p {
    width: 85%;
}
.team-section {
    display: none;
}
.fix-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.fix-img img {
    width: 100%;
}
/* .header.is-fixed-start {
  transform: translateY(-20px);
  opacity: 0;
} */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  border-radius: 0 0 40px 40px;
  overflow: hidden;

  animation: slideDown 0.35s ease forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* .fixed-header .fix-img{
	display:block;
} */
input[type="radio"],
input[type="checkbox"] {
  accent-color: #7461FF; /* blue */
}

.footer .footer-logo .footer-text p a {
    color: #7461ff;
}

.page-template-tpl-project-form .contractor-section .contractor-top-text h1 {
    font-size: 24px;
    line-height: 34px;
}
.get-touch .get-touch-form .form-group label span.red {
    color: red;
}
.banner-section {
    display: block;
    overflow: hidden;
    border-radius: 0 0 100px 100px;
}
.banner-section .banner-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 922px;
}
.page-header {
    background-size: cover;
    overflow: hidden;
    border-radius: 0 0 100px 100px;
}
.page-header .page-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 456px;
}