@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
 font: inherit;
} 



body {
	font-size:18px;
	line-height:1.5;
    font-family: 'Graphik-Regular';
	color:#514d54;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
 display:block;
}
nav ul {
 list-style:none;
}
html * {
 outline:none;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
 quotes:none;
}
blockquote:before, blockquote:after,q:before, q:after {
 content:'';
 content:none;
}
a {
 margin:0;
 padding:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
 text-decoration:none;
	color: #a1ce3f;
}
/* change colours to suit your needs */
ins {
 background-color:#ff9;
 color:#000;
 text-decoration:none;
}
/* change colours to suit your needs */
mark {
 background-color:#ff9;
 color:#000; 
 font-style:italic;
 font-weight:bold;
}
del {
 text-decoration: line-through;
}
abbr[title], dfn[title] {
 border-bottom:1px dotted;
 cursor:help;
}
table {
 border-collapse:collapse;
 border-spacing:0;
}
hr {
 display:block;
 height:1px;
 border:0; 
 border-top:1px solid #cccccc;
 margin:1em 0;
 padding:0;
}
input, select {
 vertical-align:middle;
}
outline{
	border:0;
}
.lft{
	float:left;
}
.rgt{
	float:right;
}

.center{ text-align:center !important;}

a:hover{ cursor:pointer!important;}

.clear{
	clear:both; 
	line-height:0;
	 font-size:0;
	 }
.wrapper{
	width:1540px; 
	margin:0 auto;
	}
.parallax {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}


h1:not(.site-title):before, h2:before {
    display:none;
}

h1{
    font-size: 60px;
    line-height: 1.05;
    color: #291d35;
    font-family: 'Poppins';margin-bottom: 7px;
}
h1 strong{
    color:#a1ce3f;
}

h2 {
    font-family: 'Poppins-SemiBold';
    font-size: 2.7rem;
    line-height: 1.3;
    color: #291d35;
}
h3 {
    font-family: 'Poppins-SemiBold';
    font-size: 1.7rem;
    line-height: 1.2;
    color: #291d35;
    margin: 0px 0px 20px;
}
h4{
    font-family: 'Poppins-SemiBold';
    font-size:20px;
	line-height:1.1;
}
#main .form-column {
    box-shadow: 0px 0px 32px rgb(0 0 0 / 10%);
    padding: 35px;
    border-radius: 15px;
}

#main .section-border-bottom {
    border-bottom: 1px solid #ccc;
}
div#content.site-content {
    padding-top: 115px;
}

.site_header {
    background: #fff;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index:9999;
}
.admin-bar .site_header {
    top: 32px;
}
.site_header.fixed {
	box-shadow: 2px 0 20px 3px rgba(1,19,77,0.1);
	-webkit-box-shadow: 2px 0 20px 3px rgba(1,19,77,0.1);
}
.site_header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav ul {
    display: flex;
    align-items: center;
}

nav ul li {
    position: relative;
    margin-right: 60px;
}
nav ul.menu > li.menu-item-has-children > a{
    position: relative;
}
nav ul.menu > li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 7px;
    background-image: url(../images/mobile-menu-arrow-down.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    transform: translate(0);
    background-color: transparent;
    top: 12px;
    right: -20px;
    left: auto;
}
nav ul li a {
    font-size: 20px;
    line-height: 20px;
    color: #291d35;
    font-family: 'Poppins-Medium';
    position: relative;
}
nav ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #a1ce3f;
    transform-origin: left;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
}
nav ul li a:hover::after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

nav ul li a:hover {
    color: #a1ce3f;
}

ul.sub-menu {
    display: block; 
    position: absolute;
    max-width: 260px;
    flex-wrap: wrap;
	margin-left: -20px;
	padding: 10px 0px;
    min-width: 260px;
    background: #845aa7;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
nav ul.menu li > ul.sub-menu > li.menu-item-has-children {
    background-image: url(../images/mobile-menu-arrow.png);
    background-repeat: no-repeat;
    background-position: 97% center;
}
nav ul li.menu-item-has-children:hover ul.sub-menu{
    opacity: 1;
    visibility: visible;
}
ul.sub-menu li {
    width: 100%;
    padding: 0;
    border-bottom: none;
}
ul.sub-menu li:last-child{
    border-bottom: none;
}
ul.sub-menu li a {
    font-size: 1rem;
    display: block;
    padding: 10px 20px;
    line-height: 1.4;
    color: white;
	transition: .4s all;
}
ul.sub-menu li a:after {
    display: none;
}
ul.sub-menu li:hover > a {
    background: rgba(255,255,255,.1);
    color: white;
}
ul.sub-menu li > ul.sub-menu {
    right: 0;
    left: 0;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important;
    z-index: -1;
}
ul.sub-menu li:hover ul.sub-menu {
    left: 100%;
    opacity: 1 !important;
    visibility: visible !important;
}
.commonButton {
    display: inline-block;
    padding: 0 35px;
    height: 50px;
    line-height: 45px;
    border-radius: 50px;
    border: 2px solid transparent;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Poppins';
    color: #fff;
    text-align: center;
    transition: .4s all;
}
.greenButn{
    background:#a1ce3f;
    border: 2px solid #a1ce3f;
}
.greenButn:hover{
    color: #a1ce3f;
    background: transparent;
}

.blueButn{
    background:#845aa7;
    border: 2px solid #845aa7;
}
.blueButn:hover{
    color: #845aa7;
    background: transparent;
}
.banner_left .blueButn {
    margin-top: 17px;
}

.site_header a.logo {
    width: 97px;
}



.header_contact .commonButton {
    margin-left: 40px;
}
.header_contact .phone {
    color: #28133c;
    font-size: 20px;
    font-family: 'Poppins-SemiBold';
}
.header_contact .phone:hover {
    color: #a1ce3f;
}
.header_contact .phone i {
    font-size: 25px;
    margin-right: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color: #825ba6;
}
.header_contact .phone:hover i {
    color: #a1ce3f;
}




.home_banner {
    position: relative;
}
.home_banner .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.banner_left h1 + p {
    font-size: 19px;
    margin: 20px 0px 15px;
    line-height: 1.6;
}

.banner_left {
    width: 711px;
}
.ClienLogoWrapper {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}

.ClienLogoWrapper .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.ClienLogoWrapper .owl-nav .owl-prev {
    left: -90px;
}
.ClienLogoWrapper .owl-nav .owl-next {
    right: -90px;
}

.home-services-toggle-effect {
	padding-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.service-button-toggle {
	padding: 0 20px;
}
#content .home-services-toggle-effect .service-button-toggle a {
    border: none;
    background: rgb(255 255 255 / 15%);
    color: #fff;
    text-transform: none;
    font-size: 19px;
    font-family: 'Poppins-SemiBold';
    border-radius: 35px;
    padding: 16px 50px;
    height: auto;
    line-height: 1;
    transition: .4s all;
}
#content .home-services-toggle-effect .service-button-toggle a:hover {
    opacity: .8;
}
#content .home-services-toggle-effect .service-button-toggle.open a {
    background: white;
    color: rgb(132 90 167 / 100%);
}
.ServiceSection {
    padding: 80px 0 50px 0;
}
.ServiceSection h2 {
    margin-bottom: 40px;
    text-align: center;
}
.serviceInner {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
}
.services_box {
    width: 33.33%;
    padding: 0 20px 40px;
}
.services_box_inner {
    border: 1px solid #e1dde8;
    border-radius: 10px;
    padding: 50px 30px  30px 40px;
    box-sizing: border-box;
    min-height: 220px;
	height: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}
a.services_box_inner {
	color: inherit;
}
.services_box_inner:hover {
    background: #faf8fd;
}
.services_box_inner h6 {
    color: #291d35;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
}

.services_box_inner img {
    margin-right: 24px;
}
.services_box_inner p {
    font-size: 17px;
    line-height: 26px;
}

#content .ServiceSection.purple-background {
    background: url(https://tomo360.com/wp-content/uploads/2023/03/our-process-bg.webp) top center;
}
.purple-background .services_box_inner {
    background: white;
}
.ServiceSection.purple-background h2 {
    color: white;
}

.Testimonials {
    background: #f8fafb;
    padding: 65px 0 100px 0;
}
.Testimonials .owl-carousel {
    width: 620px;
}
.Testimonials .owl-carousel .item{
    /*padding-right:100px;*/
}
.client_Wrapper {
    width: 512px;
    height: 512px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #e1e1e1;
    position: relative;
    padding: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.ClientImgBox {
    width: 140px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -80px;
    background: #fff;
    border: 2px solid #e1e1e1;
    border-radius: 50%;
    padding-top: 0px;
}
.ContentBox p {
    font-size: 16px;
    line-height: 1.5;
    color: #514d54;
    text-align: center;
    padding-right: 20px;
}
img.quott {
    width: auto !important;
    margin: 0 auto 30px auto;
}
img.rating{
	display: none !important;
    width: auto !important;
}
.client_nameArea h6 {
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 4px;
    text-align: center;
}
.client_nameArea {
    margin-top: 20px;
}
.Testimonials .wrapper {
    width: 1280px; position: relative;
}
.testimonial-content {
    max-height: 200px;
    overflow-y: scroll;
}
.testimonial-content::-webkit-scrollbar {
	width: 0px;
}
.Testimonials h2 {
    position: absolute;
    right: 113px;
    top: 70px;
}
img.cltBg {
    position: absolute;
    bottom: 0;
    right: 60px;
}
.Testimonials .owl-nav {
    bottom: 50px;
    position: absolute;
    left: calc(50% - 50px);
    transform: translate(-50%, 0px);
}
.Testimonials .owl-nav button.owl-prev {
    margin-right: 15px;
}
.Testimonials  button.owl-next.disabled,
.Testimonials  button.owl-prev.disabled {
    opacity: 0.3;
}

.ourSection {
    padding: 85px 0 ;
    background: url(../images/work-bg.png) no-repeat;
    background-size: cover;
}
.ourSection.white-background {
    background: white;
}
.workInner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -26px;
}
.workBox {
    width: 33.33%;
    padding: 0 26px;
    position: relative;
    margin-bottom: 40px;
}
.workName {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Poppins-Medium';
}
.ourSection h2 {
    margin-bottom: 50px;
    text-align: center;
}
.workBox a {
    border-radius: 8px;
    overflow: hidden;
    display: block;
    position: relative;
}
.workBox img {
    border-radius: 7px 7px 0 0;
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top center;
}
.workBox a::after {
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,0) 30%, rgba(0,0,0,0.65) 100%);
    height: 100%;
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
	transition: .4s all;
    right: 0;
}
.workBox a:before {
    content: '';
    background: #845aa7;
    height: 100%;
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
	transition: .4s all;
    right: 0;
	opacity: 0;
}
.workBox a:hover:before {
    opacity: .5;
}
.workBox .workName {
    z-index: 2;
}
.service-full-width-image-section {
    background: url(https://tomo360.com/wp-content/uploads/2023/03/our-process-bg.webp) top center;
    background-size: cover;
    padding: 100px 0;
}
.service-fw-image img {
    margin: 0 auto;
    text-align: center;
    display: block;
    background: white;
    padding: 25px;
}
.services_box_inner img {
    margin-right: 24px;
    max-width: 85px;
}
.transparentblueButn {
    color: #845aa7;
    border-color: #845aa7;
}
.transparentblueButn:hover {
    color: #fff;
    background: #845aa7;
}
.ourSection .commonButton {
    margin: 0 auto !important;
    width: 240px !important;
    display: block;
}
.maximizeWraper {
    padding: 70px 0;
    background: #845aa7;
}

.maximizeWraper .widget_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
}
.maximizeWraper h4 {
    color: #fff;
    font-size: 32px;
}
.whitebtn {
    color: #563274;
    background: #fff;
    margin-left: 15px;
}
.whitebtn:hover {
    color: #fff;
    background: #a1ce3f;
    border: 2px solid #a1ce3f;
}
.footer_top {
    padding: 55px 0 70px 0;
    border-bottom: 2px solid #f4f4f4;
}
.footer_top .wrapper{
    display: flex;
    justify-content: space-between;
}

.fotter_logo a.logo {
    width: 122px;
    display: block;
    margin: 0 auto;
}
.Quick_link {
    width: 530px;
    border-left: 2px solid #f4f4f4;
    border-right: 2px solid #f4f4f4;
    padding-left: 70px;
    padding-right: 40px;
    margin-left: 150px;
}
.recent_blog {
    width: 360px;
    padding-left: 70px;
    padding-right: 50px;
    border-right: 2px solid #f4f4f4;
}
.locationWrap {
    width: 280px;
    padding-left: 50px;
}

.footer_top h5 {
    font-size: 22px;
    line-height: 27px;
    color: #291d35;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 16px;
}

.footer_copyright p {
    color: #4b4a4a;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    font-family: 'Poppins-Regular';
}
.footer_copyright {
    padding: 40px 0;
}
.recent_blog li {
    margin-bottom: 10px;
}
.recent_blog a{
    color: #606060;
    font-size: 18px;
    line-height: 22px;
    display: block;
}
.Quick_link li a {
    color: #606060;
    font-size: 18px;
    line-height: 18px;
    display: block;
}
.recent_blog a:hover, .locationWrap li a:hover,
.Quick_link li a:hover {
    color: #a1ce3f;
}

.Quick_link li {
    margin-bottom: 20px;
}
.Quick_link ul {
    column-count: 2;
}
.locationWrap li {
    color: #606060;
    font-size: 18px;
    line-height: 18px;
    display: block;
    margin-bottom: 13px;
}
.locationWrap li p{
    font-size: 18px;
    line-height: 24px;
}
.locationWrap li strong {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 21px;
    color: #291d35;
    font-family: 'Poppins-SemiBold';
}
.locationWrap li a {
    color: inherit;
}
.fotter_logo ul {
    display: flex;
    margin-top: 20px;
}
.fotter_logo ul li{
    margin-right:10px;
}
.fotter_logo ul li:last-child{
    margin-right:0;
}
.fotter_logo ul li a {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a1ce3f;
    color: #fff;
}
.fotter_logo ul li a:hover {
    background: #845aaa;
}

div#mobile-bars {
    display: none;
}
.header_contact .commonButton i {
    display: none;
}

/************************************************************  Mobile Menu */

#mobile-menu {
    display: none;
    margin-left: auto;
}
#mobile-menu .shiftnav-toggle {
    background: transparent;
    color: #845aa7;
    font-size: 34px;
    padding: 0px;
    line-height: 100px;
}
#mobile-menu .shiftnav-toggle i {
    margin-right: 0px;
}
#shiftnav-main {
    width: 320px;
}
#shiftnav-main:after {
	display: none;
}
.shiftnav-search {
	padding: 60px 30px 0 !important;
}
#shiftnav-main .shiftnav-nav {
    padding-top: 100px;
    transform: none;
    opacity: 1;
}
#shiftnav-main .shiftnav-nav ul {
    margin: 0px;
    width: 100%;
	padding: 0px;
}
#shiftnav-main .shiftnav-nav li a {
    text-transform: none;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    padding: 10px 30px;
    font-family: 'Poppins-Medium';
}
#shiftnav-main .shiftnav-panel-close {
    color: white;
	background-color: #a1ce3f;
	border-radius: 0px;
}
#shiftnav-main .shiftnav-nav .shiftnav-submenu-activation {
    font-size: 12px;
    color: #a1ce3f;
	max-height: 52px;
	min-width: 80px;
}
#shiftnav-main .shiftnav-nav .sub-menu {
    opacity: 1;
    background: rgba(0,0,0,.1);
    margin: 0px;
    transform: none;
    left: 0px;
    width: 100%;
	box-shadow: none;
    max-width: 100%;
}
#shiftnav-main .sub-menu.shiftnav-sub-active {
    padding: 10px 0px;
}
#shiftnav-main .sub-menu li a {
    text-transform: none;
    font-weight: 400;
    font-size: 16px !important;
    padding: 8px 15px 8px 45px !important;
    font-family: inherit;
    color: #fff;
}
#shiftnav-main .sub-menu .sub-menu {
    background: transparent;
    display: block;
    position: relative;
    height: auto;
    visibility: visible;
    max-height: unset;
}
#shiftnav-main .sub-menu .sub-menu li a {
    padding: 6px 15px 6px 70px !important;
    font-size: 14px !important;
}
#shiftnav-main .sub-menu .sub-menu li a:before {
    content: " ";
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 45px;
    top: 15px;
    opacity: .3;
}
#shiftnav-main .shiftnav-nav .sub-menu .shiftnav-submenu-activation {
    display: none;
}
#shiftnav-main .sub-menu .menu-icon a {
    display: flex;
    align-items: flex-start;
}
#shiftnav-main .sub-menu .menu-icon a i {
    width: 30px;
    text-align: center;
    font-size: 19px;
    margin-right: 10px;
    transform: translate(0px, 2px);
}
#shiftnav-main .mm-quick-links {
    border-top: 1px solid rgba(64,133,246,.1);
    padding: 30px;
    background: rgba(64,133,246,0.1);
    margin-top: 15px;
}
#shiftnav-main .mm-quick-links h4,
#shiftnav-main .mm-socials h4,
#shiftnav-main .mm-contact h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    padding: 0px;
    margin: 0px 0px 15px;
    font-weight: 700;
    font-family: inherit;
}
#shiftnav-main .mm-quick-links a:not(:last-child) {
	margin-right: 20px;
}
#shiftnav-main .mm-quick-links a {
	font-weight: 700;
}
#shiftnav-main .mm-quick-links a img {
	padding-right: 10px;
}
#shiftnav-main .mm-buttons {
    background: rgba(0,0,0,.1);
    padding: 30px;
    margin-top: 20px;
}
#shiftnav-main .mm-socials {
    padding: 30px;
    background: transparent;
    text-align: center;
}
#shiftnav-main .mm-socials a {
    color: #fff;
    font-size: 19px;
    border: 1px solid white;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    line-height: 35px;
    margin: 0px 3px;
}
#shiftnav-main .mm-buttons li {
    margin-bottom: 10px;
}
#shiftnav-main .mm-buttons li:last-child {
    margin-bottom: 0px;
}
#shiftnav-main .mm-buttons li a {
    display: block;
    text-align: center;
    background: #a1ce3f;
    color: white;
    font-size: 17px;
    padding: 13px 10px;
    text-transform: uppercase;
    border-radius: 35px;
    font-weight: 600;
    border: none;
    font-family: 'Poppins-SemiBold';
}

/*--- strst portfolio page style---*/

#content .portfolio_banner:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    z-index: 9;
    opacity: .5;
}
#content .portfolio_banner .wrapper {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: flex;
    height: 550px;
    justify-content: center;
    align-items: center;
	z-index: 10;
}
#content .portfolio_banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.portfolio_banner p {
    color: #514d54;
}
.portfolio_section {
    padding: 115px 0;
}
.portfolioInner {
    margin: 0 -15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.portfolioBox {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 40px;
}
.childBox {
    position: relative;
}
.childBox::after {
    content: '';
    background: #a1ce3f;
    width: 100px;
    height: 5px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    z-index: 2;
}
.childBox .portfolio-thumbnail::before {
    content: '';
    background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 30%, rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 22%, rgba(0,0,0,0.9) 100%);
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    border-radius:5px;
}
.childBox .portfolio-thumbnail:after {
    content: '';
    background: #845aa7;
    height: 100%;
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
	transition: .4s all;
    right: 0;
	opacity: 0;
}
.childBox .portfolio-thumbnail:hover:after {
    opacity: .5;
}
.portfolio-thumbnail {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: 56.25%;
    border-radius: 8px;
}
.portfolio-thumbnail img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: top center;
	width: 100%;
	height: 100%;
}
.childBox img {
    width: 100%;
    display: block;
    border-radius: 6px;
}
.portfolioName {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 30px 0 30px;
    box-sizing: border-box;
    z-index: 3;
}
.portfolioName h6 {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.portfolioName h6 a {
	color: inherit;
}
.portfolioName h5 {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Poppins';
}
.pagination_wrap {
    padding-top: 40px;
    display: flex;
    justify-content: center;
}
.archive-holder .pagination {
    width: 100%;
    position: relative;
    opacity: 1;
    left: auto;
    top: auto;
    transform: none;
}
span.page-numbers, a.page-numbers {
    width: 41px;
    height: 41px;
    line-height: 42px;
    display: block;
    text-align: center;
    align-items: center;
    color: #504e4f;
    border: 1px solid #c3c2c2;
    margin: 0 5px;
    border-radius: 50%;
    font-size: 18px;
    font-family: 'Poppins-Medium';
}
#page .wp-block-button {
    margin: 10px 0px 0px;
}
#page .wp-block-button a {
    background: #a1ce3f;
    border: 2px solid #a1ce3f;
    text-transform: uppercase;
    font-family: 'Poppins-Bold';
    font-size: 19px;
    padding: 19px 35px 17px;
    transition: .4s all;
    color: white;
    line-height: 1;
    height: auto;
}
#page .wp-block-button a:hover {
	background: transparent;
	color: #a1ce3f;
}
.page-numbers.current,
a.page-numbers:hover { background:#845aa7; color:#fff; border: 1px solid #845aa7;}

a.prev.page-numbers,
a.next.page-numbers {
    border: none;
    color: #c3c2c2;    
}
a.page-numbers {
    outline: unset;
    outline-style: unset; text-decoration: unset;
}
a.prev.page-numbers:hover,
a.next.page-numbers:hover {
    color: #845aa7;background: none;
}
body .fancybox__container {
    z-index: 99999;
}

/*  end portfolio page style*/

.custom_wordPress_website_banner {
    padding-top: 115px;
    padding-bottom: 333px;
    text-align: center;
	position: relative;
}
.custom_wordPress_website_banner:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
    z-index: 1;
}
.custom_wordPress_website_banner .wrapper {
    position: relative;
    z-index: 10;
}
.custom_wordPress_website_banner h1 {
    color: #fff;
    margin-bottom: 0;
}
.bText img.bigImg {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 2px 2px 30px 3px rgb(0 0 0 / 20%);
    -wekit-box-shadow: 2px 2px 30px 3px rgb(0 0 0 / 20%);
}
.bText {
    padding-top: 55px;
    margin-bottom: -645px;
}
.Community_Teamwork{
    padding-top:390px;  
    background:url(../images/comm-bg.jpg) no-repeat;
     background-size: cover; 
}
.Community_Teamwork h3{
    text-align: center;
}

.bText a {
    width: 230px;
    display: block;
    margin: 0 auto;
    padding-top: 45px;
    color: #434242;
    font-size: 16px;
    letter-spacing: 1px;
}
.bText a img{
    display: inline-block;
}
.bText a img {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
}
.bText a:hover { color:#845aa7;}

.commInner {
    max-width: 1280px;
    margin: 70px auto 0 auto;
    border: 1px solid #ddd7e9;
    border-radius: 10px;
    box-shadow: 2px 2px 30px 2px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 2px 2px 30px 2px rgb(0 0 0 / 5%);
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.ComBox {
    width: 50%;
    box-sizing: border-box;
    padding: 45px 60px;
    border-right: 1px solid #ddd7e9;
    background: #f5f5f5;
}
.ComBox + .ComBox {
    background: #eeeeee;
}
.ComBox:last-child {border-right: none;}

.comHeadg {
    display: flex;
    align-items: center;
    margin-bottom: 37px;
}
.comHeadg img {margin-right: 31px;}
.Community_Teamwork h2 {
    text-align: center;
}
.comHeadg h5 {
    color: #291d35;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Poppins-Medium';
}

.comDescribe ul li {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 19px;
    padding-left: 25px;
    position: relative;
}
.comDescribe ul li::before {
    content: '';
    background: #291d35;
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 50%;
    top: 7px;
    left: 0;
}
.comDescribe p {
    font-size: 17px;
    line-height: 34px;
}

.fully_resposive {
    padding-top: 250px;
    padding-bottom: 80px;
    margin-top: -180px;
    background: #fff;
    background: #311f41;
}
.fully_resposive h2 {
    color: #fff;
    margin-bottom: 65px;
    text-align: center;
}
.fullyInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
	margin: 0 auto;
}
.fullyBox {
    width: 50%;
    box-sizing: border-box;
}
.fulyContent {
    padding-left: 70px;
}
.fulyContent p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}
.fulyContent h3 {
    margin-bottom: 20px;
    color: #fff;
}


.Find_Contacts {
    padding-top: 90px;
    padding-bottom: 110px;
    /*background:url(../images/find-bg.jpg) no-repeat;*/
    background-color: #fff;
    background-size: cover;
}
.findInner {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    align-items: center;
    column-gap: 30px;
    row-gap: 30px;
}
.findBox {
    width: 50%;
}
.findBox img.alignnone {
    display: block;
    margin-bottom: 20px;
}

.findContent h3,
.findContent p,
.comDescribe p{
    margin-top: 0px;
    margin-bottom: 20px;
}
.findBox p {
    font-size: 18px;
    line-height: 26px;
}
.findBoxImg {
    width: 50%;
}
.findBoxImg {
    margin-right: 0px;
}
.findBoxImg img{
    /*margin-bottom: -130px;*/
}

.before_after_Section {
    padding-top: 70px;
    background: #291937;
    padding-bottom: 70px;
}

.before_after_Section h2 {
    color: #fff;
    margin-bottom: 60px;
	text-align: center;
}
.childBox.bf::before {
    left: 0;
    right: 0;
    bottom: 0;
}
.childBox.bf::after {
    bottom: 0px;
	opacity: 0
}
.childBox.bf h5 {
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    margin: 0px 0px 10px;
}

.custom_program {
    padding: 90px 0;
     background:url(../images/custom-bg.jpg) no-repeat;
     background-size: cover;
}


.programInner {
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 0 auto;
}
.progBoxImg {
    width: 50%;
    box-sizing: border-box;
    padding-right: 40px;
}
.progBoxCont {
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
}
.before_after_Section p {
    text-align: center;
    color: white;
    margin-bottom: 20px;
}
.progBoxCont p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}

.findContent h3,
.progBoxCont h3 {
    margin-bottom: 20px;
}



.home_banner.our_work_banner .wrapper{
    top: 63%;
}
.our_work_banner h1{
    text-align: center;
    color: #fff;
}
.about-wrap {
    margin: 100px 0px;
}
.about-wrap.no-margin-bottom {
    margin-bottom: 0px;
}
.our-work-wrap .wrapper{
    width: 100%;
    max-width: 1230px;
}
.about-wrap{
    font-size: 18px;
	line-height: 1.5;
}
.about-wrap p{
    margin-bottom: 15px;
}
.about-wrap p:last-child{
    margin-bottom: 0;
}
.about-wrap h2{
    margin-bottom: 20px;
}
.about-wrap .wp-block-column + .wp-block-column{
    margin-left: 0 !important;
}
.learn-mor-btn a {
    display: inline-block;
    padding: 0 35px;
    height: 50px;
    line-height: 48px;
    border-radius: 50px;
    border: 2px solid transparent;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Poppins';
    color: #fff;
    text-align: center;
    background-color: #845aa7;
}
.learn-mor-btn-green a{
    background-color: #a1ce3f;
}
.learn-mor-btn a:hover{
    color: #845aa7;
    background: transparent;
    border-color:#845aa7 ;
}
.learn-mor-btn-green a:hover{
    color: #a1ce3f;
    border-color:#a1ce3f;
}
.our-work-testimonial .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.our-work-testimonial .col-left {
    width: 540px;
}
.our-work-testimonial .col-right {
    width: 620px;
}
.our-work-testimonial {
    background: #845aa7 url(../images/testi-bg.png) top center no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    padding: 100px 0;
}
.our-work-testimonial .col-left li {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    display: flex;
    padding: 42px 30px;
    justify-content: center;
    align-items: center;
}
.our-work-testimonial .col-left li:last-child{
    margin-bottom: 0;
}
.our-work-testimonial .col-left li .counter {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    color: #291d35;
	line-height: 1;
    margin: 0 0 0 20px;
}
.our-work-testimonial .col-left li .left-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.our-work-testimonial .col-left li .content {
    font-size: 19px;
    color: #514d54;
    max-width: 142px;
    line-height: 1.4;
}
.our-work-testimonial li .box-content p {
    font-size: 20px;
    line-height: 1.5;
}


.testi-box {
    background: #fff;
    border-radius: 10px 10px 0 0;
    color: #514d54;
    line-height: 1.5;
    padding: 40px 60px;
    font-size: 19px;
    border-bottom: 5px solid #a2cf40;
	height: 100%;
}
.testi-box img{
    width: auto !important;
}
.testi-box .autor-img img {
    width: 108px !important;
    height: 108px;
    padding: 10px;
    border: 2px solid #cccccc;
    border-radius: 50%;
    background: #fff;
	object-fit: contain;
}
.testi-box .autor-info {
    display: flex;
    align-items: flex-start;
    margin: 30px 0px 0px;
}
.testi-box .autor-name {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #291d35;
    margin: 0 0 0 20px;
    display: flex;
    align-items: center;
}
.reviews .testi-box .content {
    max-height: 200px;
	height: 200px;
    overflow-y: scroll;
    padding-right: 10px;
}
.reviews .testi-box .content::-webkit-scrollbar,
.review .testi-box .content::-webkit-scrollbar {
    width: 5px;
    background: #f5f5f5;
    border-radius: 35px;
}
.reviews .testi-box .content::-webkit-scrollbar-thumb,
.review .testi-box .content::-webkit-scrollbar-thumb {
    background: #845aa7;
    border-radius: 35px;
}
.our-work-testimonial .col-right .owl-carousel {
    overflow: hidden;
}
.our-work-testimonial .owl-carousel .owl-stage-outer{
    overflow: visible;
}
.our-work-testimonial h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.how-we-did-it {
    padding: 100px 0px 125px;
    background: url(../images/how-did-bg.png) top center no-repeat;
    background-size: cover;
}
.how-we-did-it.light-purple-bg {
    background: #F8F2FE;
    padding: 90px 0px;
}
.how-we-did-it h2,
.related-blogs h2 {
    margin-bottom: 30px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.how-we-did-it p,
.our-review p,
.related-blogs p {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.how-we-did-it p + ul,
.related-blogs p + .blog-row {
    margin-top: 45px;
}
.how-we-did-it ul {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.how-we-did-it ul li {
    width: 25%;
    text-align: center;
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-bottom: 1px solid #e7e4ed;
    border-right: 1px solid #e7e4ed;
    transition: all 0.3s ease-in-out;
    padding: 30px;
}
.how-we-did-it ul li:nth-child(4),
.how-we-did-it ul li:last-child {
    border-right: none;
}
.how-we-did-it ul li:nth-child(n+5) {
    border-bottom: none;
}
.how-we-did-it ul li .icon {
    margin: 0 0 15px;
}
.how-we-did-it ul li .icon img {
    margin: 0 auto;
    height: 100px;
    width: 100px;
}
.how-we-did-it ul li .content {
    width: 100%;
    font-size: 23px;
    color: #291d35;
}
/*
.how-we-did-it ul li:hover {
    background: #faf8fd;
    transform: scale(1.1);
    border-radius: 10px;
    border-top: 1px solid #ccc5d7;
    border-bottom: 1px solid #ccc5d7;
    border-color: #ccc5d7;
}
*/
.how-it-looked .wrapper{
    max-width: 1540px;
}
.left-gallery ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left-gallery ul li {
    width: 30%;
    padding: 5px;
    border-radius: 8px;
    overflow: hidden;
}
.left-gallery ul li:nth-child(1),
.left-gallery ul li:nth-child(6) {
    width: 40%;
}
.left-gallery ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 100%;
    border-radius: 6px;
}
.left-gallery ul li:nth-child(1) a,
.left-gallery ul li:nth-child(6) a {
    padding-bottom: 74.41%;
}
.left-gallery ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
	transition: .4s all;
}
.left-gallery ul li a:hover img {
    transform: scale(1.05);
}
.right-gallery .big-image {
    margin: 5px;
}
.right-gallery .big-image a {
    position: relative;
    padding-bottom: 140.9%;
    display: block;
    overflow: hidden;
    border-radius: 6px;
}
.right-gallery .big-image a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s all;
}
.right-gallery .big-image a:hover img {
    transform: scale(1.05);
}

.left-gallery ul li:nth-last-child(2),.left-gallery ul li:nth-last-child(3), .left-gallery ul li:last-child{
        margin-bottom: 0;
}
.left-gallery {
    width: 70%;
}
.right-gallery {
    width: 30%;
}
.how-it-looked-gallery {
    display: flex;
    justify-content: space-between;
}
.right-gallery img {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.how-it-looked {
    padding: 100px 0 100px;
    background: #ffffff;
}
.how-it-looked h2{
    margin-bottom: 65px;
	text-align: center;
}
.contact-quote.dark-bg {
    background-color: #8156a5;
    background-blend-mode: multiply;
}
.contact-quote.dark-bg h2 {
    color: white;
}
#content .contact-quote.dark-bg legend {
    color: white;
}
#content .contact-quote.dark-bg input,
#content .contact-quote.dark-bg textarea {
    color: white;
}
#content .our-work-steps .our-process {
    background: #F5EFFD;
}
#content .our-work-steps .our-process h4 {
    color: #291d35;
}
#content .our-work-steps .our-process .acc-head:before,
#content .our-work-steps .our-process .acc-head:after {
    background: #291d35;
}
#content .acc:last-child {
    margin-bottom: 0px;
}
#content .acc-content p,
#content .acc-content ul,
#content .acc-content ol {
    margin-bottom: 15px;
}
#content .acc-content > *:last-child {
    margin-bottom: 0px;
}
#content .acc-content ul li {
    list-style: disc;
    margin-left: 25px;
}
.form-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 860px;
    margin: 0 auto;
}
.form-wrap > div {
    width: 48%;
}
.form-wrap fieldset {
    width: 100%;
    border: 1px solid #ccc7d0;
    border-radius: 8px;
    margin: 0 0 40px;
}
.form-wrap fieldset legend {
    line-height: 1;
    font-size: 14px;
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
    margin: 0 0 0 30px;
    padding: 0 11px;
    color: #291d35;
    letter-spacing: 2px;
}
.form-wrap fieldset > p{
    margin: 0;
}
.form-wrap .wpcf7-form-control {
    width: 100%;
    box-sizing: border-box;
    border: none;
    background: transparent;
    font-family: 'Poppins-Medium';
    font-size: 19px;
    height: 60px;
    padding: 8px 20px;
}
.form-wrap .wpcf7-form-control.wpcf7-textarea{
    height: 140px;
    resize: none;
}
.contact-quote {
    padding: 90px 0;
    background: url(../images/contact-quote-bg.png) top center no-repeat;
    background-size: cover;
}
.contact-quote h2{
    margin-bottom: 70px;
	text-align: center;
}
.form-wrap > p{
    width: 100%;
    margin: 0;
}
.contact-quote .wpcf7-submit {
    display: block;
    padding: 0 35px !important;
    height: 50px;
    line-height: 48px;
    border-radius: 50px;
    border: 2px solid transparent;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Poppins';
    color: #fff;
    text-align: center;
    background: #a1ce3f;
    border: 2px solid #a1ce3f;
    max-width: 200px;
    margin: 0 auto;
}
.contact-quote .wpcf7-submit:hover, .contact-quote .wpcf7-submit:focus{
    color: #a1ce3f;
    background: transparent;
}
.contact-quote .wpcf7-spinner{
    display: none;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    font-size: 12px;
    background: #dc3232;
    font-weight: bold;
    padding: 2px 5px;
    /* left: 0; */
    right: 0;
    bottom: -16px;
    border-radius: 5px;
    line-height: 1.5;
}
.wpcf7-not-valid-tip::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #dc3232;
    position: absolute;
    top: -6px;
    right: 7px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    line-height: 1.5;
    width: 100%;
    text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
    width: 100%;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    line-height: 1.5;
    width: 100%;
    text-align: center;
}
.arrodian-wrap ul{
    /*column-count: 2;*/
}
.arrodian-wrap ul li .content{
    display: none;
}

.service-wrap .wrapper, .about-wrap .wrapper{
    max-width: 1280px;
}

.arrodian-wrap ul li {
    border: 1px solid #cfbfdc;
    border-radius: 5px;
    position: relative;
    padding: 31px 40px;
    margin: 0 0 30px;
}
.arrodian-wrap ul li .toggle {
    position: absolute;
    right: 40px;
    top: 35px;
    color: #fff;
    font-size: 1rem;
}
.arrodian-wrap ul li .toggle i + i{
    display: none;
}
.arrodian-wrap ul li.active .content{
    display: block;
}
.our-process, .service-gallery-section {
    background: url(https://tomo360.com/wp-content/uploads/2023/03/our-process-bg.webp) top center;
    background-size: cover;
    padding: 100px 0;
}
.our-process h2{
    color: #fff;
    margin-bottom: 50px;
}
.service-gallery-section h2 {
	text-align: center;
	color: #fff;
}
#content .light-bg .our-process h2, #content .light-bg .service-gallery-section h2 {
    color: #291d35;
    text-align: center;
}
.acc {
    border: 1px solid #cfbfdc;
    border-radius: 5px;
    position: relative;
    padding: 31px 40px;
    margin: 0 0 30px;
}
.acc.active {
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
}

.acc-head {
    position: relative;
    cursor: pointer;
}
.acc-head  h4{
    font-size: 25px;
    color: #fff;
}
.acc-head.active h4{
    color: #291d35;
}

 .acc-head::before,
 .acc-head::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #fff;
  transition: all .3s;
 }

 .acc-head.active::before, .acc-head.active::after{
        background-color: #291d35;
 }

.acc-head::before {
    right: 26px;
    width: 3px;
    height: 13px;
    margin-top: -7px;
}

.acc-head::after {
    right: 21px;
    width: 13px;
    height: 3px;
    margin-top: -2px;
}

.acc-head p {
    color: #fff;
    font-weight: bold;
}

.acc-content {
    font-size: 18px;
    padding: 15px 0;
    display: none;
    line-height: 1.53;
}
        
.acc-head.active::before {
    transform: rotate(90deg);
}
.accordion-wrap{
    display: flex;
    justify-content: center;
	align-items: center;
}
.acc-container{
    max-width: 100%;
	width: 1000px;
}

.social-media-plans {
    padding: 125px 0;
}
.social-media-plans-head {
    display: flex;
    margin: 0 0 100px;
}
.social-media-plans-head h2, .social-media-plans-head  p{ width: 50%; }
.social-media-plans-head h2{ text-align: left; }
.social-media-plans-head p{ font-size: 18px; }

.mobile-table{ display: none; }

.plan-table tr th:first-child{
    background-color: transparent;
}
.plan-table tr th {
    border: none;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    background: #a1ce3f;
    font-family: 'Poppins-Bold';
    color: #fff;
    padding: 20px 20px;
}
.plan-table tr th:nth-child(2){
    border-radius: 10px 0 0 0;
    background: #8eb92f;
}
.plan-table tr th:nth-child(3){
    border-radius: 10px 10px 0 0;
    position: relative;
    background: #8db82f;
}
.plan-table tr th:nth-child(3) span {
    display: block;
    position: relative;
    top: -10px;
}
.plan-table tr th:nth-child(3):before {
    content: "";
    position: absolute;
    border-radius: 10px 10px 0 0;
    background-color: #8db82f;
    height: 50px;
    width: 100%;
    left: 0;
    bottom: auto;
    top: -30px;
    z-index: -1;
}
.plan-table tr th:nth-child(4){
    border-radius: 0 10px 0 0;
    background: #7aa420;
}
.plan-table tr td {
    color: #291d35;
    font-family: 'Poppins-SemiBold';
    font-size: 17px;
    border: none;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 5px;
}
.plan-table tr td:not(:first-child){
    border-left: 1px solid #eaeaea;
    font-size: 16px;
    color: #69686a;
    font-family: 'Graphik-Regular';
} 
.plan-table tr td:first-child {
    padding-left: 60px;
}
.plan-table tr:last-child td{
    border-bottom: none;
}
table.plan-table tbody {
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.our-review {
    background: url(../images/review-bg.png) top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 130px;
}
.our-review h2{
    margin-bottom: 30px;
}
.reviews {
    display: flex;
    justify-content: space-between;
}
.our-review p + .reviews {
    margin-top: 50px;
}
.reviews.slick-slider, .reviews .slick-list, .reviews .slick-track {
	display: flex !important;
	align-items: stretch;
	width: 100%;
}
.reviews .slick-next {
	right: -30px;
}
.reviews .slick-prev {
	left: -30px;
}
.reviews .item {
    width: 32.5%;
	padding: 0 12px;
}
.reviews .testi-box{
    padding: 40px 45px;
}
.reviews .testi-box .content{
    font-size: 17px;
}
.reviews .testi-box .content p {
    font-size: inherit;
}
.autor-img {
    margin-right: 15px;
}
.reviews .testi-box .autor-img img {
    width: 93px !important;
	min-width: 93px;
    height: 93px;
    padding: 5px;
}
.reviews .testi-box .autor-name {
    font-size: 16px;
    margin: 0 0 0 0px;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.3;
}
.reviews .testi-box .autor-name img {
    width: 100px !important;
    margin: 10px 0px 0px;
}
.archive-holder {
    padding: 90px 0px;
}
.blog-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 30px;
}
.blog-row article.blog-block {
    width: calc(100% / 3 - 30px);
    border-radius: 5px;
    border: 1px solid #e4e3e3;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    overflow: hidden;
    padding-bottom: 75px;
    position: relative;
}
.related-blogs {
    margin: 70px 0;
}
article.blog-block h4 {
    font-size: 21px;
    color: #291d35;
    line-height: 1.3;
    margin: 0 0 10px;
}
article.blog-block h4 a{
    color: inherit;
}
article.blog-block .date {
    font-size: 14px;
    font-family: 'Poppins-SemiBold';
    background: #a1ce3f;
    border-radius: 3px;
    display: inline-block;
    padding: 12px 17px 10px;
    color: #fff;
    margin: 0;
    position: relative;
    top: -23px;
    left: 30px;
}
article.blog-block  .content {
    font-size: 18px;
    line-height: 1.5;
    color: #848484;
    padding: 0 30px 30px;
}
.blog-block .link-more {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.blog-block .link-more a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 6px;
    font-family: 'Poppins-SemiBold';
    font-size: 18px;
}
.archive-holder .pagination {
    width: 100%;
}
.archive-holder .pagination .nav-links {
    margin-left: 0px;
    width: 100%;
}
.archive-holder .pagination .nav-links > * {
    padding: 0px;
    border: none;
}
.video-holder {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.archive-holder .pagination .nav-links .next {
    margin-left: auto;
    white-space: nowrap;
    width: auto;
    color: inherit;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.our-work-wrap.service-wrap .contact-quote {
    background-color: #8156a5;
    background-blend-mode: multiply;
}
.our-work-wrap.service-wrap .contact-quote h2, .our-work-wrap.service-wrap .form-wrap fieldset legend{
    color: #fff;
}
.our-work-wrap.service-wrap .form-wrap .wpcf7-form-control{
    color: #fff;
}
.our-work-wrap.service-wrap .contact-quote h2 {
    text-align: center;
}
.meet-with-team {
    padding: 100px 0;
    background: url(../images/meet-bg.jpg) top center no-repeat;
    background-size: cover;
    margin-top: 100px;
}
.meet-with-team h2{
    margin-bottom: 50px;
}
#content .wp-block-embed {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 6px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
}
#content .wp-block-embed iframe {
    border-radius: 15px;
    overflow: hidden;
}
.acc-content ol li {
    list-style: decimal;
    margin: 0px 0px 8px 25px;
}
.acc-content ul li {
    list-style: disc;
    margin: 0px 0px 8px 25px;
}
#content .acc-content blockquote {
    background: rgb(161 206 63 / 15%);
    border: none;
    font-style: italic;
    padding: 25px;
    border-radius: 5px;
}
#content .acc-content blockquote p:last-child {
    margin-bottom: 0px;
}
ul.team {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.team li {
    width: 25%;
    padding: 0 13px;
    margin: 0 0 25px;
}
ul.team li img{
    width: 100%;
}
.team-box {
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.team-box .department {
    font-size: 14px;
    color: #737373;
    margin: 0 0 10px;
    line-height: 1.3;
    min-height: 40px;
}
.team-box h4 {
    color: #291d35;
    font-size: 20px;
    line-height: 1;
    padding: 0 0 13px;
    position: relative;
}
.team-box h4::after{
    content: "";
    position: absolute;
    width: 65px;
    height: 5px;
    background-color: #a1ce3f;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 5px;
}
.team-box .caption {
    background: #fff;
    margin: -30px 0 0;
    position: relative;
    border-radius: 8px;
    padding: 30px 10px;
    transition: all 0.3s ease-in-out;
}
ul.team li:hover .caption{
    background-color: #835aa9;
}
ul.team li:hover .department{color: #fff;}
ul.team li:hover h4{ color: #fff; }



.youtube-container {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 6px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
}

.youtube-player {
    display: block;
    margin 20px auto: ;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block;
}

img.youtube-thumbnail {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
}
div.youtube-play-btn {
    height: 92px;
    width: 92px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("../images/play-btn.png") no-repeat center center;
    background-size: 72px 72px;
    animation: pulse-animation 2s infinite;
    border-radius: 50%;
    /* filter: drop-shadow(0 0px 13px black); */
    border: 10px solid rgba(255,255,255,0.3);
}
div.youtube-play-btn::before {
    content: "";
    position: absolute;
    width: 187px;
    height: 114px;
    background: url("../images/click-here.png") no-repeat center center;
    top: auto;
    bottom: -100px;
    left: 50px;
}
.youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255,255,255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255,255,255, 0);
  }
}

.watch-video {
    background: url(../images/video-bg.jpg) top center;
    background-repeat: no-repeat;
    padding: 70px 0px;
    background-color: #f5f4f5;
    background-size: cover;
}
.watch-video h2 {
    color: #fff;
    margin-bottom: 50px;
}
.partners-section {
    background: #f5f4f5;
    padding: 70px 0px;
}
.white-background.partners-section {
	background: white;
}
.about-partners {
    margin: 0px 0 50px;
}
.about-partners h2 {
    color: #291d35;
    margin-bottom: 20px;
}
.about-partners p{
    color: #514d54;
}
.partners-logo {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}
.partners-logo li {
    display: inline-block;
    padding: 0 40px;
}
.partners-logo li .logo-box {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners-logo li .logo-box img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
}
.service-single-banner > img{
    width: 100%;
}
.popup-bg{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.popup-bg.open{
    visibility: visible;
    opacity: 0.8;
}
.team-popup {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 999999999;
    outline: none!important;
    top: 50px;
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    transform: none;
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
}
.team-popup::-webkit-scrollbar {
	width: 0px;
}
.popup-content .content p {
    margin-bottom: 15px;
}
.team-popup.open{
    opacity: 1;
    visibility: visible;
}
.popup-head .member-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.popup-head {
    text-align: center;
    color: #fff;
    margin: 0 0 30px;
}
.popup-head h4{ font-size: 25px; }
.popup-head .department {
    font-size: 20px;
    line-height: normal;
}
.team-popup .content {
    color: #333;
    font-size: 1.125rem;
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    line-height: 1.6;
    max-height: 400px;
    overflow: auto;
}
.team-popup .content ul{
    margin-left: 1.5rem;
    list-style: disc;
}
.popup-close{
    background: #fff;
    font-size: 1rem;
    display: block;
    padding: 10px 20px;
    max-width: 110px;
    text-align: center;
    color: #df0a0a;
    margin: 30px auto 0;
}
.popup-close:hover{
    color: #fff;
    background: #333;
}

/* Industries */

.wp-block-columns {
    column-gap: 50px;
}
.home_banner h1 {
    max-width: 800px;
}
.wp-block-image.is-style-rounded img {
    box-shadow: 0px 0px 60px rgb(0 0 0 / 20%);
}
.our-review.dark-bg {
    background: url(https://tomo360.com/wp-content/uploads/2023/03/our-process-bg.webp) top center;
    color: white;
}
.our-review.dark-bg h2 {
    color: white;
}
.our-review.dark-bg > .wrapper > p a {
    color: white;
    text-decoration: underline;
}
.post-image-holder {
    position: relative;
    padding-bottom: 56.25%;
    display: block;
    overflow: hidden;
}
.post-image-holder img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s all;
}
.post-image-holder:hover img {
    transform: scale(1.05);
}

/* Blog */

.simple-banner, .plain-banner {
    background: #FAFBFF;
    padding: 50px 0px;
    text-align: center;
}
.simple-banner .banner-title, .plain-banner .banner-title {
    font-family: 'Poppins-SemiBold';
    font-size: 4rem;
    line-height: 1.3;
    color: #291d35;
}
#primary.sidebar-holder .wrapper {
    display: flex;
    padding: 50px 0px;
	max-width: 1310px;
}
#primary.sidebar-holder #main {
    width: calc(100% - 325px);
    padding-right: 65px;
}
#primary.sidebar-holder #main .entry-content {
    max-width: 100%;
    padding: 0px 65px 0px 0px;
    width: 100%;
    margin: 0px;
    font-size: 19px;
    line-height: 1.7;
}
#primary.sidebar-holder #main .entry-content > * {
    max-width: 100%;
	clear: unset;
}
#primary.sidebar-holder #main .entry-content ul li {
    list-style-type: disc;
    margin-left: 25px;
}
#primary.sidebar-holder #main .entry-content ol li {
    list-style: decimal;
    margin-left: 25px;
}
#main .single-post-title {
    font-size: 2.7rem;
    line-height: 1.3;
}
#main .post-meta {
    font-size: 17px;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: rgb(131 90 168 / 10%);
    padding: 20px;
    border-radius: 8px;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 15px;
}
#main .post-meta span {
    display: flex;
    align-items: center;
    font-weight: 600;
    flex-wrap: wrap;
    position: relative;
    padding-left: 50px;
	min-height: 30px;
}
#main .post-meta .post-categories {
    row-gap: 10px;
}
#main .post-meta span a {
    color: inherit;
    margin-left: 5px;
}
#main .post-meta span a:first-of-type {
    margin-left: 0px;
}
#main .post-meta img {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0px;
}
.sidebar-holder #main h2 {
    font-size: 2.4rem;
}
#primary.sidebar-holder #main h3 {
    font-size: 1.4rem;
    line-height: 1.5;
}
.sidebar-holder #main h1,
.sidebar-holder #main h2,
.sidebar-holder #main h3,
.sidebar-holder #main h4,
.sidebar-holder #main h5,
.sidebar-holder #main ul,
.sidebar-holder #main ol,
.sidebar-holder #main p {
    margin-top: 0px;
    margin-bottom: 20px;
}
#primary.sidebar-holder #sidebar {
    width: 325px;
}
#sidebar .widget_block {
    background: #835AA8;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 35px;
}
#sidebar .widget_block h3 {
    color: white;
    font-size: 1.7rem;
    line-height: 1.3;
    margin-bottom: 20px;
}
#sidebar .widget_block ul li {
    font-size: 18px;
    line-height: 1;
    padding: 12px 0px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
#sidebar .widget_block ul {
    border-top: 1px solid rgba(255,255,255,.2);
}
#sidebar .widget_block ul li a {
    color: white;
	transition: .4s all;
}
#sidebar .widget_block ul li > a:hover {
	color: #a1ce3f;
}
#sidebar .gfield input,
#sidebar .gfield select {
    font-family: "Graphik-Regular";
    color: #514d54;
    padding: 15px;
    border: none;
    height: 55px;
    border-radius: 8px;
    font-size: 16px;
}
#sidebar .gform_footer {
    padding: 20px 0px 0px;
}
#sidebar .gform_footer .gform_button {
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 17px;
	margin: 0px;
    padding: 16px 35px;
    line-height: 1;
	transition: .4s all;
}
#sidebar .gform_footer .gform_button:hover {
    background: white;
    color: #514d54;
    border: 2px solid #fff;
}

/* Basic Pages */

#main .wp-block-group {
    padding-top: 70px;
    padding-bottom: 70px;
}
#main .wp-block-group__inner-container {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
}
#main .wp-block-group h2,
#main .wp-block-group h3,
#main .wp-block-group h4,
#main .wp-block-group p,
#main .wp-block-group ul,
#main .wp-block-group ol {
    margin-top: 0px;
    margin-bottom: 20px;
}
#main .wp-block-group .wp-block-column > *:last-child {
    margin-bottom: 0px;
}
#main .wp-block-group strong {
    font-family: 'Poppins-SemiBold';
}
#main .wp-block-group.fw-row {
    padding-top: 0px;
    padding-bottom: 0px;
}
#main .wp-block-group.fw-row .wp-block-group__inner-container {
    max-width: 100%;
    width: 100%;
}

.ClienLogoWrapper .slick-slider {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

.ClienLogoWrapper .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ClienLogoWrapper .slick-slide {
    width: calc(25% - 24px) !important;
    margin: 0 24px 0 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ClienLogoWrapper .slick-slide  a {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ClienLogoWrapper .slick-slide img {
    max-width: 150px;
    max-height: 85px;
}

/*Slick style*/

.slick-prev, .slick-next {
    padding: 5px 0px;
    background-color: transparent;
    border: none;
    color: #ffffff;
    border-radius: 0;
	width: 30px;
    font-size: 35px;
    cursor: pointer;
    line-height: 1;
    opacity: 0.9;
    position: absolute;
    z-index: 99;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-property: background-color, opacity;
    transition-property: background-color, opacity;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
 	opacity: 0.7;
	background:transparent !important;
}
.slick-prev {
  left: 0;
  top: 50%;
}
.slick-next {
  right: 0;
  top: 50%;
}

/*Page Banner with Image*/
.page-banner {
	background: rgb(250,251,255);
	color: #ffffff;
	overflow: hidden;
	position: relative;
}
.page-banner:after {
    content: '';
    background: linear-gradient(90deg, rgba(250,251,256,2) 42%, rgba(250,251,255,0) 59%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page-banner .container {
	max-width: 1600px;
	height: inherit;
}

.page-banner .banner-content {
	display: flex;
	align-items: stretch !important;
	flex-direction: row;
	height: 500px;
}

.page-banner  .banner-content  .left-col-banner{
	width: calc(((100% - 1540px) / 2) + 700px);
	padding-right: 0px;
	display: flex;
    align-items: stretch;
    justify-content: flex-end;
	position: relative;
	z-index: 4;
}

.page-banner  .banner-content  .left-col-banner .banner-icon {
	position: absolute;
	width: 100%;
	height: 104%;
	bottom: -30px;
	left: -130px;
	opacity: .3;
}
.page-banner  .banner-content  .left-col-banner .banner-title {
display: flex;align-items: center; justify-content: center;}
.page-banner  .banner-content  .left-col-banner .banner-icon img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.page-banner .banner-content .left-col-banner p {
    color: #291d35;
    font-size: 20px;
    line-height: 1.5;
    margin: 20px 0px 0px;
}
.page-banner .banner-content  .left-col-banner h1{
	font-size: 60px;
    line-height: 1.05;
    color: #291d35;
    font-family: 'Poppins';
    margin-bottom: 7px;
}
.page-banner  .banner-content  .right-col-banner{
	width: 66%;
	position: relative;
}
.page-banner .banner-content  .right-col-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-title-text {
	align-self: center;
	margin: 0 auto 0 0;
	width: 600px;
}
.banner-title-text {
	padding-left: 20PX;
}
.banner-title-text, .banner-title {
	position: relative;
}

#top #header #header_main_alternate .mega-menu > li a {
    font-family: "News Gothic";
    line-height: 50px;
    height: 50px;
    transition: .4s all;
    font-size: 21px;
    padding: 0px 30px;
    letter-spacing: .75px;
}
#top #header #header_main_alternate .mega-menu .mega-menu-flyout li a {
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 0px;
    padding: 12px 30px;
    line-height: 1.2;
    height: auto;
}

/* Mega Menu */

#header #mega-menu-avia .mega-menu-grid > .mega-sub-menu {
    display: none !important;
}
#header #mega-menu-avia .mega-menu-grid:hover > .mega-sub-menu,
#header #mega-menu-avia .mega-menu-grid:focus-within > .mega-sub-menu {
    display: block !important;
}
#header_main_alternate .mega-menu-row > .mega-sub-menu {
    display: flex !important;
    padding: 35px 0px !important;
}
#header_main_alternate .mega-menu-column > .mega-sub-menu > li > .mega-sub-menu {
    padding-top: 16px !important;
}
#header_main_alternate .mega-menu-column > .mega-sub-menu > li > .mega-sub-menu > li:before {
    display: none !important;
}
#header_main_alternate .mega-menu-column {
    padding-right: 40px !important;
    position: relative;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
#header_main_alternate .mega-menu-column:after {
    content: " ";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 20px;
    background: #000;
    opacity: .15;
    visibility: visible;
    display: block !important;
}
#header_main_alternate .mega-menu-column:last-child {
    padding-right: 0px !important;
}
#header_main_alternate .mega-menu-column:last-child:after {
    display: none !important;
}
#header_main_alternate .mega-menu-column > .mega-sub-menu > li {
    padding: 0px !important;
    margin: 0px 0px 20px !important;
}
#header_main_alternate .mega-menu-column > .mega-sub-menu > li:last-child {
    margin-bottom: 0px !important;
}
#top #header_main_alternate .mega-menu-column > .mega-sub-menu > li > a {
    font-size: 22px !important;
    font-weight: 600 !important;
    transition: .4s all !important;
    color: #1B1B1B !important;
    margin: 0px !important;
    display: inline-block !important;
    height: auto !important;
    line-height: 1.2 !important;
}
#top #header_main_alternate .mega-menu-column > .mega-sub-menu > li > a {
    font-size: 24px !important;
    font-weight: 600 !important;
    transition: .4s all !important;
    color: #1B1B1B !important;
    margin: 0px !important;
    display: block !important;
    height: auto !important;
    line-height: 1.2 !important;
    padding: 0px !important;
}
#top #header_main_alternate .mega-menu-column > .mega-sub-menu > li > .mega-sub-menu > li > a:hover {
    color: #00B1B0 !important;
	text-decoration: underline !important;
}
#top #header_main_alternate .mega-menu-column > .mega-sub-menu .mega-sub-menu > li > a {
    font-size: 16px !important;
    font-family: "Open Sans" !important;
    height: auto !important;
    line-height: 1.2 !important;
    padding: 7px 0px !important;
    letter-spacing: 0px !important;
    color: #1B1B1B !important;
    font-weight: 500 !important;
}
#header_main_alternate .mega-menu-column > .mega-sub-menu .mega-sub-menu > li > a:after {
    content: "\f105";
    font-family: "FontAwesome";
    visibility: visible !important;
    display: inline-block !important;
    font-size: 20px;
    color: #78A22F;
    margin-left: 10px;
    font-weight: 400;
    position: absolute;
    right: 0px;
    top: calc(50% - 11px);
}
#header_main_alternate .mega-menu-column > .mega-sub-menu > li > .mega-sub-menu > li > a:hover {
    color: #00B1B0 !important;
}
#top #header_main_alternate .mega-menu-column > .mega-sub-menu > li.column-title > a {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 15px !important;
}
#top #header_main_alternate .mega-menu-column > .mega-sub-menu > li.column-title > a:after {
    content: " ";
    width: 50px;
    height: 5px;
    background: #9C0059;
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
}
#header_main_alternate .mega-menu-column > .mega-sub-menu > li.menu-icon {
    margin-bottom: 20px !important;
}
#header_main_alternate .mega-menu-column > .mega-sub-menu > li.menu-icon:last-child {
    margin-bottom: 0px !important;
}
#top #header_main_alternate .mega-menu-column > .mega-sub-menu > li.menu-icon > a {
    display: flex !important;
    align-items: center;
    text-transform: none !important;
    font-size: 22px !important;
    letter-spacing: 0px !important;
}
#top #header_main_alternate .mega-menu-column > .mega-sub-menu > li.menu-icon > a i {
    color: #9C0059;
    width: 35px;
    font-size: 25px;
    text-align: center;
    min-width: 35px;
    margin-right: 10px;
}
#top #header_main_alternate .mega-menu-column > .mega-sub-menu > li.menu-icon > a:hover {
    color: #00B1B0 !important;
	text-decoration: underline !important;
}
#header .mega-menu .widget_media_image img {
    border-radius: 10px;
}

/*services Home toggle*/
.serviceMarketingList {
	display: none;
}

.service-button-toggle.open a{
	color: #845aa7;
    background: transparent;
}
.homeServiceList { animation: fadeIn .55s;
}


@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.service-cta-box {
	padding: 100px 0  130px;
	text-align: center;
}
#content .service-cta-box-details {
    margin: 70px auto 0px;
    text-align: center;
    padding: 0px 15px;
    max-width: 850px;
    font-size: 18px;
}
#content .service-cta-box-details h2 {
    margin-bottom: 20px;
}
#content .service-cta-box-details .service-cta-box-content {
    color: white;
}
#content .service-cta-box-details .service-cta-box-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    font-size: 20px;
    line-height: 1.2;
    max-width: 300px;
    margin: 0 auto;
}
#content .service-cta-box-details .service-cta-box-button i {
    margin-right: 10px;
    font-size: 26px;
}
.service-cta-box h2, .service-cta-box-content { margin-bottom: 30px;}

.our-work-testimonial .wrapper div:only-child ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.our-work-testimonial .wrapper div:only-child {
	width: 100%;
}

.our-work-testimonial .wrapper div:only-child ul li {
    width: 100%;
    margin: 0px 15px;
    max-width: 500px;
}
.box-content {
	padding-left: 20px;
}
.our-work-testimonial .wrapper div:only-child ul li:first-child {
	margin-right: 30px;
}

.our-work-testimonial  .left-block .icon {
	flex-shrink: 0;
	width: 40px;
}
.our-work-testimonial .testi-box .autor-info {
    display: flex;
    align-items: center;
    margin: 30px 0px 0px;
}
.our-work-testimonial .wrapper {
	justify-content: space-around;
}
.our-work-testimonial .testi-box .autor-name {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5px;
}

/* Mega Menu */

#page .site_header nav .main-menu-more {
    display: none;
}
#page .site_header nav .mega-menu > li {
    margin-left: 35px !important;
}
#page .site_header nav .mega-menu > li:first-child {
    margin-left: 0px !important;
}
#page .site_header nav .mega-menu > li > a {
    height: auto !important;
    line-height: 1 !important;
    font-family: 'Poppins-Medium' !important;
	transition: .4s all !important;
}
#page .site_header nav .mega-menu > li > a {
    height: auto !important;
    line-height: 1 !important;
    font-family: 'Poppins-Medium' !important;
}
#page .site_header nav .mega-menu .mega-menu-flyout .mega-sub-menu {
    margin-left: -20px !important;
}
#page .site_header nav .mega-menu .mega-menu-flyout .mega-sub-menu .mega-mobile-parent-nav-menu-item {
    display: none;
}
#page .site_header nav .mega-menu .mega-menu-flyout .mega-sub-menu li a {
    font-family: 'Poppins-Regular' !important;
    font-weight: 400 !important;
    padding: 12px 20px 10px !important;
    line-height: 1.3 !important;
    height: auto !important;
    transition: .4s all !important;
}
#page .site_header nav .mega-menu > li.mega-menu-grid > a:before {
    font-family: inherit !important;
    content: attr(aria-label) !important;
}
#page .site_header nav .mega-menu > li.mega-menu-grid > a .mega-indicator {
    display: inline !important;
}
#page .site_header nav .mega-menu > li.mega-menu-grid > .mega-sub-menu {
    margin-left: -20px !important;
	overflow: hidden !important;
}
#page .site_header nav .mega-menu > li.mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu:before {
    content: " ";
    width: 325px;
    height: 325px;
    background: url(/wp-content/uploads/2022/12/transparent-icon.png);
    position: absolute;
    left: -5px;
    bottom: -5px;
    display: block !important;
    filter: brightness(0) invert(1);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .5;
}
#page .site_header nav .mega-menu > li.mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu {
    display: flex !important;
    align-items: unset;
}
#page .site_header nav .mega-menu > li.mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu .mega-menu-column {
    padding: 30px !important;
}
#page .site_header nav .mega-menu > li.mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu .mega-menu-column > .mega-sub-menu > li {
    padding: 0px !important;
}
#page .site_header nav .mega-menu > li.mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu .mega-menu-column > .mega-sub-menu > li.mega-menu-item-has-children > a {
    font-family: 'Poppins-SemiBold' !important;
    font-size: 19px !important;
    text-transform: none !important;
    position: relative !important;
    padding-left: 65px !important;
	transition: .4s color !important;
}
#page .site_header nav .mega-menu > li.mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu .mega-menu-column > .mega-sub-menu > li.mega-menu-item-has-children > a:hover {
	color: #a1ce3f !important;
}
#page .site_header nav .mega-menu > li.mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu .mega-menu-column > .mega-sub-menu > li.mega-menu-item-has-children > a:before {
    content: " ";
    width: 50px !important;
    height: 50px !important;
    position: absolute !important;
    left: 0 !important;
    top: calc(50% - 25px) !important;
    background: url(/wp-content/uploads/2022/12/idea-3.svg) center no-repeat !important;
    display: block !important;
    background-size: contain !important;
}
#page .site_header nav .mega-menu > li.mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu .mega-menu-column > .mega-sub-menu > li.mega-menu-item-has-children.marketing-icon > a:before {
	background-image: url(/wp-content/uploads/2022/12/social-media.svg) !important;
}
#page .site_header nav .mega-menu > li.mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu .mega-menu-column > .mega-sub-menu > li.mega-menu-item-has-children > .mega-sub-menu {
    margin-top: 20px !important;
}
#page .site_header nav .mega-menu > li.mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu .mega-menu-column > .mega-sub-menu > li.mega-menu-item-has-children > .mega-sub-menu > li.mega-mobile-parent-nav-menu-item {
    display: none;
}
#page .site_header nav .mega-menu > li.mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu .mega-menu-column > .mega-sub-menu > li.mega-menu-item-has-children > .mega-sub-menu > li > a {
    font-family: 'Poppins-Regular' !important;
    font-size: 15px !important;
    padding: 8px 0px 8px 22px !important;
    height: auto !important;
    line-height: 1.3 !important;
	transition: .4s color !important;
    display: block !important;
}
#page .site_header nav .mega-menu > li.mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu .mega-menu-column > .mega-sub-menu > li.mega-menu-item-has-children > .mega-sub-menu > li > a:hover {
	color: #a1ce3f !important;
}
#page .site_header nav .mega-menu > li.mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu .mega-menu-column > .mega-sub-menu > li.mega-menu-item-has-children > .mega-sub-menu > li > a:before {
    content: " ";
    width: 8px !important;
    height: 8px !important;
    position: absolute !important;
    left: 3px;
    top: 12px !important;
    border-right: 2px solid #a1ce3f;
    border-bottom: 2px solid #a1ce3f;
    display: block !important;
    transform: rotate(-45deg);
}

.service-gallery-grid {
  padding: 1rem;
  column-count: 3;

}

.service-gallery-grid img{
  	width: 100%;
  	margin-bottom: 1rem;   
	border-radius: 8px;
}
#content .our-work-wrap.cover-bg-image {
    margin: 0px;
}
#content .our-work-wrap.cover-bg-image .watch-video {
    background-size: cover;
}
.ClientImgBox img {
	border-radius: 100%;
}

.review.no-slider {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.review.no-slider .item{
	padding: 12px;
	width: 33%;
}