@font-face {
     font-family: 'roboto-regular';
     src: url('fonts/Roboto-Regular.ttf');
}
@font-face {
     font-family: 'playfair-display';
     src: url('fonts/PlayfairDisplay-VariableFont_wght.ttf');
}
@font-face {
     font-family: 'womby-regular';
     src: url('fonts/Womby-Regular.ttf');
     src: url('fonts/Womby-Regular.otf');
     src: url('fonts/Womby-Regular.woff');
}
@font-face {
     font-family: 'montserrat-medium';
     src: url('fonts/Montserrat-Medium.ttf');
}
@font-face {
     font-family: 'montserrat-regular';
     src: url('fonts/Montserrat-Light.ttf');
}

html {
    margin-top: 0 !important;
}
.wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.inner-page-header {
    background: #003366 !important;
    padding: 15px 0;
    position: fixed !important;
}
section#home-banner {
    background: url(https://roysencio.com/wp-content/uploads/2024/07/Banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
}
header#masthead {
    position: absolute;
    background: transparent;
    z-index: 999;
    left: 0;
    right: 0;
    margin-top: 20px;
    transition: 1s;
}
.fixed-header {
    background: #003366 !important;
    padding: 15px 0;
    transition: 1s;
}
.site-branding {
    text-align: left !important;
    margin: 0 !important;
}
.head-mobile-hidden-menu {
    display: none;
}
.hiddden-mobile-menu ul li a {
    font-family: montserrat-regular;
    color: #fff;
    font-size: 23px;
}
.hiddden-mobile-menu li {
    line-height: 42px;
}
.hiddden-mobile-menu ul {
    list-style: none !important;
    margin: 0 20px !important;
}
.hddenmenu-close-icon {
    color: #fff;
    font-size: 27px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.hiddden-mobile-menu {
    background: #091225;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    padding-top: 60px;
}
ul#menu-page-header-menu {
    margin: 0 !important;
}
section#contact,
section#home-banner {
    overflow: hidden;
}
.site-branding img {
    width: 252px;
}
nav.header-navigation ul li a {
    font-family: montserrat-medium;
    color: #fff;
    font-size: 16px;
}
nav.header-navigation ul li a:hover {
    color: #3B9CF6 !important;
    text-decoration: underline; !important;
    transition: .4s;
}
ul#menu-menu-1 {
    list-style: none;
    margin: 0;
}

.header-div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
nav.header-navigation li {
    display: inline-block;
    padding: 0 16px;
}
section#home-banner {
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    position: relative;
}
.home-banner-con {
    position: relative;
    padding-bottom: 150px;
}
.banner-button-container {
    margin-top: 46px;
}
.banner-button-container a {
    z-index: 999999;
}
button.head-btn {
    color: #fff;
    width: 180px;
    border-radius: 10px;
    background: #3B9CF6;
    box-shadow: none !important;
    border: 1px solid #3B9CF6 !important;
    font-size: 18px;
    text-shadow: none !important;
    font-family: montserrat-medium;
    padding: 20px 0px;
}
button.head-btn:hover {
    background: transparent !important;
    transition: 1s;
}
button.head-btn img {
    width: 8px;
    margin-left: 6px;
    margin-top: -3px;
}
a.tel-icon-btn {
    font-family: montserrat-medium;
    color: #fff;
    font-size: 18px;
    margin-left: 30px;
}
.header-button-menu a.tel-icon-btn {
    font-size: 16px !important;
    margin-right: 30px;
    margin-left: 0 !important;
}
.header-button-menu a.tel-icon-btn img {
    width: 25px !important;
}
.header-button-menu .head-btn {
    width: 190px !important;
    font-size: 16px !important;
}
a.tel-icon-btn:hover {
    color: #3B9CF6 !important;
    text-decoration: none !important;
    transition: 1s;
}

a.tel-icon-btn img {
    width: 37px;
    margin-right: 6px;
}
button:focus {
    outline: none;
}
.banner-text {
    max-width: 800px;
}
.banner-text h1 {
    font-size: 77px;
    line-height: 95px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
    font-family: womby-regular;
}
.site-heading-line {
    font-family: 'womby-regular';
    color: #3B9CF6;
    font-size: 30px;
}
.blue-txt {
    color: #3B9CF6 !important;
}

.hero-profile img {
    position: absolute;
    bottom: -6px;
    width: 539px;
    right: 0;
}
.hero-profile-img img {
    z-index: 1;
}
.ellipse-img img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 900px;
}
.footer-copyright {
    font-family: montserrat-regular;
    color: #CFCFCF;
    font-size: 20px;
}
footer#colophon {
    background: #091225;
    padding: 40px 0px;
}
.site-footer {
    margin-bottom: 0 !important;
}
.media-icon {
    display: inline-block;
    padding: 0 8px;
}
.footer-smm {
    margin-top: 35px !important;
    margin-bottom: 52px !important;
}
.meet-roy h2 {
    font-family: womby-regular;
    color: #fff;
    font-size: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.meet-roy p {
    font-family: montserrat-regular;
    color: #CFCFCF;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 16px;
}
.meet-roy ul,
.meet-roy ol{
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.meet-roy li:before {
    content: "";
    background-color: #3B9CF6;
    width: 13px;
    height: 13px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
.meet-roy li {
    font-family: montserrat-regular;
    color: #CFCFCF;
    font-size: 20px;
    line-height: 30px;
    list-style: none;
    position: relative;
    padding-left: 20px;
}
.invi-number {
    font-family: montserrat-regular;
    color: #FFFFFF33;
    font-size: 100px;
    line-height: 70px;
}
span.invi-text {
    font-family: montserrat-regular;
    color: #fff;
    font-size: 28px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.project-counts {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 70px;
    margin-bottom: 20px;
}
.pc-item.pc0item-center {
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}
.pc-item {
    width: 370px;
    text-align: center;
    position: relative;
}
.work-with-me h3 {
    font-family: womby-regular;
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-bottom: 40px;
}
p.work-with-subtext {
    font-family: montserrat-regular;
    color: #CFCFCF;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 16px;
}
section#about {
    padding: 80px 0;
    background: #091225;
}
section#about .wrapper {
    max-width: 1200px;
}
.about-readmore-btn {
    text-align: center;
    margin-top: 45px;
}
section#why-work-with {
    background: #0E182D;
    padding: 80px 0;
    position: relative;
}
#why-work-with .ellipse-img img {
    height: 100%;
    width: 100%;
}
.work-item {
    display: inline-flex;
    padding: 30px 0px;
    border-bottom: solid 1px #FFFFFF40;
}
.work-text h4 {
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #3B9CF6;
    font-family: montserrat-medium;
}
.work-text p {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #CFCFCF;
    font-family: montserrat-regular;
    margin-bottom: 0 !important;
    margin-top: 15px;
}
.work-icon {
    display: flex;
    align-items: center;
    background: #D9D9D933;
    height: 80px;
    width: 80px;
    justify-content: center;
    border: solid 1px #fff;
    border-radius: 50%;
    margin-top: 7px;
}

.work-text {
    margin-left: 50px;
}
.work-icon img {
    width: 35px !important;
}
.work-left-item {
    margin: 30px 0;
}
.even-item .work-item {
    background: #000 !important;
}
.work-with-me-img img {
    margin-top: -40px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 100% !important;
    height: 680px;
    object-fit: cover;
}
.work-with-me-img {
    background: #003366;
    margin-top: 70px;
}
.work-with-me .row .col-md-7 {
    padding-right: 60px;
}
section#services {
    background: #091225;
    padding: 80px 0;
}
.services-con h2 {
    font-family: womby-regular;
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-bottom: 40px;
}
p.services-con-pp {
    font-family: montserrat-regular;
    color: #CFCFCF;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0;
    width: 1176px;
}
.services-item h3 {
    font-family: Roboto-Regular;
    color: #000000;
    font-size: 25px;
    text-align: left;
}
.services-item p {
    font-family: Roboto-Regular;
    color: #000;
    font-size: 16px;
    text-align: left;
    margin-top: 15px;
}
.services-item button {
    color: #fff;
    width: 180px;
    border-radius: 36px;
    background: #00a9a5;
    box-shadow: none !important;
    border: 0 !important;
    font-size: 19px;
    text-shadow: none !important;
    font-family: Roboto-Regular;
    padding: 17px 0px;
    margin-top: 20px;
    position: absolute;
    bottom: 30px;
}
.services-item {
    border: solid 1px #00A9A5;
    padding: 30px;
    border-radius: 20px;
    min-height: 430px;
    position: relative;
}
.services-list .row .col-md-4 {
    padding: 20px;
}
.services-list {
    margin-top: 30px;
}
.services-number {
    font-family: Roboto-Regular;
    color: #171414;
    font-size: 22px;
    border-radius: 50%;
    text-align: left;
    margin-bottom: 50px;
}

/*//Services Tab CSS*/

div#sp-wp-tabs-wrapper_148 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
}
#sp-wp-tabs-wrapper_148.sp-tab__lay-default > .sp-tab__tab-content .sp-tab__tab-pane {
    border: 0px;
    border-top: 0px;
    background-color: transparent;
}
#sp-wp-tabs-wrapper_148.sp-tab__lay-default > ul .sp-tab__nav-item {
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden;
}
#sp-wp-tabs-wrapper_148.sp-tab__lay-default > ul {
    border-bottom: 0 !important;
    border-right: solid 1px #fff;
}
li.sp-tab__nav-item {
    background: transparent !important;
    border-color: #fff !important;
    border-bottom: solid 1px #fff;
}
li.sp-tab__nav-item:last-child {
    border: 0;
}
ul#sp-tab__ul {
    width: 50% !important;
}
span.sp-tab__nav-link.sp-tab__active {
    background: #3B9CF6 !important;
}
#sp-wp-tabs-wrapper_148 > .sp-tab__nav-tabs .sp-tab__nav-link {
    border: 0 !important;
}
.sp-tab__tab-content {
    width: 50% !important;
}
h2.sp-tab__section_title_148 {
    display: none;
}
h4.sp-tab__tab_title {
    font-family: montserrat-medium;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: normal !important;
}
.sp-tab__tab-content h2,
.sp-tab__tab-content h3,
.sp-tab__tab-content h4 {
    font-family: womby-regular;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: normal !important;
    text-align: center;
    margin-bottom: 20px;
}
.sp-tab__tab-content strong {
    color: #fff !important;
    font-family: montserrat-medium;
    margin-bottom: 20px;
    display: inline-block;
}
.sp-tab__nav-link {
    display: flex;
    align-items: flex-start;
    padding: 26px 40px !important;
    position: relative;
}
.sp-tab__nav-link:after {
    background: url(https://roysencio.com/wp-content/uploads/2024/07/Icon.png);
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-position: 0;
    position: absolute;
    right: 30px;
}
.sp-tab__tab-pane .wp-tab-iframe-container iframe {
    border-radius: 20px !important;
}
.sp-tab-content p {
    font-family: montserrat-regular;
    color: #CFCFCF;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
}
button.quote-btn {
    color: #fff;
    border-radius: 10px;
    background: #3B9CF6;
    box-shadow: none !important;
    border: 1px solid #3B9CF6 !important;
    font-size: 18px;
    text-shadow: none !important;
    font-family: montserrat-medium;
    padding: 20px 0px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 60px;
}
button.quote-btn:hover {
    background: transparent !important;
    transition: 1s;
}
button.quote-btn:after {
    background: url(https://roysencio.com/wp-content/uploads/2024/07/Icon.png);
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-position: 0;
    position: absolute;
    right: 30px;
}
button.quote-btn:after {
    background: url(https://roysencio.com/wp-content/uploads/2024/07/Icon.png);
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-position: 0;
    position: absolute;
    background-size: 8px;
    margin-top: -1px;
}
/*// end Services Tab CSS*/

.featured-ss-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.stories-con h2 {
    font-family: womby-regular;
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-bottom: 60px;
}
.txt-storries-excerpt p {
    font-family: montserrat-regular;
    color: #CFCFCF;
    font-size: 20px;
    white-space: nowrap;
}
.cat-ss-heading-con span {
    font-family: montserrat-regular;
    color: #CFCFCF;
    font-size: 15px;
    margin: 0 2px;
}
span.cat-ss-date {
    margin-left: 50px;
}
.cat-ss-heading {
    margin-bottom: 30px;
}
.con-ss-btn {
    margin-top: 40px;
}
.con-ss-btn img {
    display: inline-block !important;
}
.carousel-ss-container {
    position: relative;
}
.slide-number {
    position: absolute;
    right: 93px;
    padding: 5px 10px;
    border-radius: 5px;
    top: 35px;
    font-family: montserrat-regular;
    color: #fff;
    font-size: 15px;
}
span.cat-ss-divider {
    color: #fff !important;
}
.featured-ss-img {
    position: relative;
}
.popup-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
}
.popup-video iframe {
    width: 100% !important;
    height: 100% !important;
}
.close-videoicon {
    position: absolute;
    top: 11px;
    left: 9px;
    z-index: 9999;
    font-family: montserrat-regular;
    color: #fff;
    font-size: 13px;
    padding: 7px 15px;
    border-radius: 14px;
    background: #3B9CF6 !important;
}
.bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .3);
}
.success-stories-descriptiontext {
    border-top: 1.07px solid #FFFFFF;
    border-bottom: 1.07px solid #FFFFFF;
    padding: 40px 0;
    position: relative;
}
.custom-next.custom-btn-item:after {
    background: #fff;
    content: url(https://roysencio.com/wp-content/uploads/2024/08/Icon-blue.svg);
    height: 20px;
    width: 20px;
    transform: rotate(20deg);
}
.custom-prev.custom-btn-item:after {
    background: #fff;
    content: url(https://roysencio.com/wp-content/uploads/2024/08/Icon-blue.svg);
    height: 20px;
    width: 20px;
}
.custom-btn-item {
    font-size: 0 !important;
    background: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    box-shadow: none !important;
    text-shadow: none !important;
}
.custom-btn-item:hover {
    background: #3B9CF6 !important;
    transition: .5s;
}
.custom-prev:disabled,
.custom-next:disabled {
    background: #3B9CF6 !important;
}
.custom-prev:disabled::after,
.custom-next:disabled::after {
    filter: brightness(0) invert(1);
}
.custom-next.custom-btn-item {
    transform: rotate(180deg);
}
.custom-btn-item:hover::after {
    filter: brightness(0) invert(1);
}
.custom-prev.custom-btn-item {
    margin-right: 50px !important;
}
.custom-btn-item  {
    position: absolute;
    right: 0;
    top: 31px;
    z-index: 9999;
}
.slick-arrow {
    display: none !important;
}
.stories-item h3 {
    font-family: womby-regular;
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px;
}
.con-ss-btn img {
    height: unset !important;
}
section#success-stories {
    padding: 80px 0;
    background: #0E182D;
    position: relative;
}
.stories-con .ellipse-img img {
    position: absolute;
    top: 0;
    right: unset;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    /* transform: rotate(0deg); */
}
.stories-con .row .col-md-6 {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section#trust-service {
    background: #091225;
    position: relative;
    padding: 80px 0;
}
.trust-service-con {
    text-align: center;
}
section#contact {
    background: #0E182D;
    position: relative;
    padding-bottom: 80px;
    padding-top: 80px;
}
.trust-service-con h2 {
    font-family: womby-regular;
    color: #fff;
    font-size: 50px;
    margin-bottom: 40px;
}
.ts-line {
    border: 1.07px solid #FFFFFF;
    width: 600px;
    text-align: center;
    margin: 0 auto;
}
.ts-item {
    display: inline-block;
    margin: 0 40px;
}
.trust-service-logo {
    margin-top: 60px;
}
.ts-item img {
    filter: brightness(0) invert(1);*/
    width: 202px;
    height: 100px;
    object-fit: contain;
    text-align: center;
    margin: 0 auto;
}
.contact-item h2 {
    font-family: womby-regular;
    color: #fff;
    font-size: 50px;
    text-align: left;
    margin-bottom: 40px;
}
.contact-item img {
    position: absolute;
    /*bottom: -87px;*/
    width: 570px;
    right: 21px;
    z-index: 1;
}
.wpforms-container .wpforms-form * {
    z-index: 9999;
}
.contact-item label.wpforms-field-label {
    font-family: montserrat-regular;
    color: #FFFFFF80 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}
.contact-item .wpforms-field-container input {
    background: transparent !important;
    border: 0 !important;
    border-bottom: solid 1px #fff !important;
    width: 100% !important;
    max-width: 100% !important;
    color: #fff !important;
    font-size: 15px !important;
    font-family: montserrat-regular !important;
}
.contact-item .wpforms-field-container textarea {
    background: transparent !important;
    border: 0 !important;
    border-bottom: solid 1px #fff !important;
    width: 100% !important;
    max-width: 100% !important;
    color: #fff !important;
    font-size: 15px !important;
    font-family: Roboto-Regular !important;
}
.contact-item .wpforms-error {
    font-family: Roboto-Regular;
    font-size: 12px !important;
    margin-top: 5px !important;
}
input:focus,
textarea:focus  {
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}
.contact-item span.wpforms-required-label {
    color: #3B9CF6;
}

.contact-item button#wpforms-submit-48 {
    color: #fff;
    width: 180px;
    border-radius: 10px;
    background: #3B9CF6;
    box-shadow: none !important;
    border: 1px solid #3B9CF6 !important;
    font-size: 18px;
    text-shadow: none !important;
    font-family: montserrat-medium;
    padding: 22px 0;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 60px;
    height: inherit;
}
button#wpforms-submit-48:after {
    background: url(https://roysencio.com/wp-content/uploads/2024/07/Icon.png);
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-position: 0;
    position: absolute;
    background-size: 8px;
    margin-top: -1px;
    margin-left: 10px;
}
button[type=submit]:focus:after {
    position: unset !important;
    border: 0 !important;
}
.contact-item button#wpforms-submit-48:hover {
    background: transparent !important;
    transition: 1s;
}
.contact-item .wpforms-submit-container {
    margin-top: 40px !important;
}

section#pp-tc {
    padding-top: 200px;
}
.pptc-con h1 {
    font-family: Roboto-Regular;
    color: #000000;
    font-size: 60px;
    text-align: center;
    margin-bottom: 50px;
}
.pptc-con h2,
.pptc-con h3,
.pptc-con h4,
.pptc-con h5 {
    font-family: Roboto-Regular;
    color: #000000;
    font-size: 30px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 30px;
}
.pptc-con p {
    font-family: Roboto-Regular;
    color: #171414;
    font-size: 17px;
    text-align: left;
    margin-bottom: 16px;
}

button.thankyou-btn {
    color: #fff;
    width: 230px;
    border-radius: 36px;
    background: #00a9a5;
    box-shadow: none !important;
    border: 0 !important;
    font-size: 19px;
    text-shadow: none !important;
    font-family: Roboto-Regular;
    padding: 17px 0px;
    margin-top: 46px;
}
.thank-you-btn {
    text-align: center;
}
.thankyou-text p {
    text-align: center;
    font-size: 24px;
}

.thankyou-text {
    text-align: center;
}


 /*//CSS play button Animation*/
 
 @keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.stroke-dotted {
  opacity: 0;
  stroke-dasharray: 4, 5;
  stroke-width: 1px;
  transform-origin: 50% 50%;
  animation: spin 4s infinite linear;
  transition: opacity 1s ease, stroke-width 1s ease;
}

.stroke-solid {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 4px;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.icon {
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out;
}

.playpp-video:hover .stroke-dotted {
  stroke-width: 4px;
  opacity: 1;
}

.playpp-video:hover .stroke-solid {
  opacity: 0;
  stroke-dashoffset: 300;
}

.playpp-video:hover .icon {
  transform: scale(1.3);
}


.playpp-video {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/* Your Changes */  
  width:5em;
  height:auto;
  display:block;
}
/*END CSS play button animation*/