/*
 Theme Name:   Delta Theme
 Theme URI:    https://example.com/delta-theme
 Description:  Child theme for Twenty Twenty
 Template:     twentytwenty
 Version:      1.0.0
*/
*{
    margin: 0px;
    padding: 0px;
}
html {
    scroll-behavior: inherit !important;
}

input, p, label, div, a, span, ul, li{
	font-family: "Inter", sans-serif;
} 
h1, h2, h3, h4, h5, h6{
	font-family: "Geist", sans-serif;
    letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6, .faux-heading {
    letter-spacing: 0;
}
body {
    overflow-x: hidden;
    background:#D6ECF0 !important;
}
.custom-menu .header-inner,
.container {
/* 	max-width: 1430px !important; */
	max-width: 1350px !important;
}
section {
    padding: 120px 0 !important;
}
section.collaborate{
	padding: 80px 0 !important;
}
/* header style */
.custom-menu .nav-toggle .toggle-inner {
    padding-top: 0;
}
.custom-menu .nav-toggle .toggle-icon, .custom-menu .nav-toggle svg {
    height: 29px;
    width: 38px;
}
header#site-header.custom-menu .toggle-wrapper {
         margin-right: 29px;
    }
.menu-modal .menu-wrapper .menu-item:first-child {
    border: 0;
}
header#site-header.custom-menu {
    background: #0f2f4e;
}
.home header#site-header.custom-menu {
    background: #1D395B;
    width: 100%;
}
a.header-call, .hdrcontact a {
    background: #5EBECC;
    padding: 15px 28px;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
	font-size: 18px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
a.header-call:hover, .hdrcontact a:hover{
	background: #fff;
	color: #5EBECC;
}
a.custom-logo-link svg {
    width: 280px;
}
.footer-logo svg {
    width: 280px;
    max-width: 100%;
}
.process-circle .step {
   text-transform: capitalize;
}
.header-inner .toggle path {
    fill: #5EBECC !important;
}
.custom-menu .header-inner .toggle {
        height: 5.4rem;
}
nav.new-menu {
	display: none;
}
.custom-menu .header-toggles .toggle {
	padding: 0;
}
.primary-menu-wrapper + .header-toggles {
	margin: 0;
}
.custom-menu .header-toggles {
	margin-right: 0;
}
.custom-menu .header-navigation-wrapper {
	width: 30%;
	display: flex;
	justify-content: flex-end;
}
.search-toggle-wrapper.custom-search,
.custom-menu .header-toggles .toggle-wrapper:before{
	display: none;
}
a.header-call {
	display: flex;
/* 	margin-right: 28px; 
    font-size: 20px;
	color: #14395E;*/
	text-decoration: none;
	align-items: center;
}
a.header-call span {
    margin-right: 10px;
}
.custom-menu .header-inner {
        padding: 0;
        height: 102px;
    }
section.headerslider {
    padding: 0 !important;
	position: relative;
}
.topbanner-new {
    height: calc(100vh - 185px);
/*     height: calc(624px - 104px); */
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: top;
}
section.headerslider .home-carousel .owl-nav button:hover {
    background: transparent;
}
section.headerslider .home-carousel .owl-nav button.owl-next {
    rotate: 180deg;
}
.home-carousel .owl-nav {
    position: absolute;
    bottom: 20px;
    text-align: center;
	justify-content: center;
	width: 100%;
	margin: 0;
}
.header-banner-new h3 {
    text-align: center;
    color: #1d395b;
    font-size: 45px;
    margin: 0;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 0.2px;
}
.header-banner-new h1 {
    font-size: 85px;
    font-weight: 700;
	text-align: center;
	/*max-width: 54%;*/
	color: #1d395b;
	margin-top: 0px;
	line-height: 98px;
	letter-spacing: 0.1px;
}
.header-banner-new h1 span{
	color: #00AFF0;
}
.header-banner-new {
    position: relative;
/*    transform: scale(0.8);
    transform-origin: top;*/
/*     bottom: 120px;
    left: 0;
    width: 100%; */
}

section.headerslider .home-carousel .owl-nav button,
section.headerslider .home-carousel .owl-nav button svg,
section.headerslider .home-carousel .owl-nav button svg g {
/*     opacity: 1; */
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
section.headerslider .home-carousel .owl-nav button:hover svg g {
    opacity: 1;
}
.headerslider button svg path,
.headerslider button svg rect {
	transition: stroke 0.3s ease; /* smooth hover */
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

/* Hover effect */
.headerslider button:hover svg path,
.headerslider button:hover svg rect {
	opacity: 1;
    stroke: #5EBFCA; /* hover color */
}
.home-carousel.owl-theme .owl-nav [class*=owl-] {
    margin: 0px 13px;
}
.menu-modal .menu-bottom,
.home-carousel .owl-nav{
	display: none;
}
.menu-modal nav ul li a {
    color: #5EBECC;
    font-weight: 500 !important;
}
.welcome-inner {
    display: flex;
    align-items: center;
}
section.small-business {
	background: url(/wp-content/uploads/2025/09/website-audit-bg.png);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 !important;
}
section.small-business .business-inner {
	display: flex;
}
section.small-business.bottom-sec .business-inner {
	display: flex;
	justify-content: flex-end
}
section.small-business.bottom-sec .right {
    top: -50%;
}
section.small-business.bottom-sec .business-inner .left {
    padding-right: 0;
    padding-left: 80px;
}
.title-new h2 {
    margin: 0;
	font-size: 47px;
    color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.title-new h2 span{
	font-weight: 300;
	font-family: "Geist", sans-serif;
}
.business-inner .title-new h2 {
    margin-bottom: 15px;
}
.btnclrdarkblue.bookbtn a
{
    background: #1D395B;
}
.bookbtn a {
    background: #fff;
    padding: 20px 40px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
	letter-spacing: 0.2px;
	position:relative;
	z-index: 2;
	 transition: 0.7s;
	-webkit-transition: 0.7s;
	text-transform: capitalize;
}
.bookbtn a:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 0px;
    height: 61px;
    background: #5ebecc;
    border-radius: 10px;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    top: 0;
    z-index: -1;
    opacity: 0;
}
.bookbtn a:hover
{
	color: #fff;
}

section.small-business.website .bookbtn a:hover {
    color: #1D395B;
}
section.small-business.website .bookbtn a:hover:before {
    background: #fff;
}
.bookbtn a:hover:before {
	width: 100%;
	opacity: 1;
	z-index: -1;
}
.bookbtn {
    display: flex;
    margin-top: 20px;
}
section.small-business.bottom-sec .bookbtn a {
    background: #5EBECC;
    color: #fff;
}
section.small-business.bottom-sec .bookbtn a:hover{
	 color: #5EBECC;
/* 	background: #fff; */
}
section.small-business.bottom-sec .bookbtn a:hover:before {
    background: #fff;
}
.business-inner .title-new p {
    margin: 0;
    width: 90%;
}
.business-inner .left {
	padding-right: 130px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.business-inner .right {
    padding-left: 20px;
}
.title-new p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
	font-weight: 300;
}

.zoom-img {
    overflow: hidden;
    position: relative;
}
.zoom-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.zoom-img img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
}
.page-id-262 section.testimonials.home-testi {
    background: #f8fdfe;
    padding: 60px 0 !important;
}
.home section.testimonials.home-testi, .page-id-302 section.testimonials.home-testi, .page-id-338 section.testimonials.home-testi {
    padding-bottom: 100px !important;
}

section.letscolaborate_fullwidth {
    padding: 8rem 0 !important;
    background: #5ebecc;
}
.formfullwidth .submit-btn {
    margin-top: 0;
}
.formfullwidth .d-flex p {
    margin: 0;
}
/*.formfullwidth .submit-btn input.wpcf7-submit {
    padding: 16px 33px;
}*/
section.letscolaborate_fullwidth .wpcf7-textarea, section.letscolaborate_fullwidth .wpcf7-text, section.letscolaborate_fullwidth .privacypolicy span.wpcf7-list-item input {
    border-color:#fff !important;
    color:#fff !important;
}
.formfullwidth span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    font-size: 13px;
    float: right;
    position: absolute;
    right: 15px;
    top: 17px;
}

section.letscolaborate_fullwidth .privacypolicy span.wpcf7-list-item-label a, section.letscolaborate_fullwidth .title-new h2, section.letscolaborate_fullwidth .title-new p, section.letscolaborate_fullwidth .form-wraper label, section.letscolaborate_fullwidth .acceptancefield a, section.letscolaborate_fullwidth .wpcf7-textarea {
    color: #fff;
}
section.letscolaborate_fullwidth .wpcf7-text::placeholder,
section.letscolaborate_fullwidth .wpcf7-textarea::placeholder {
    color: #fff !important;
    opacity: 1; /* make sure it's fully visible */
}
.acceptancefield {
    padding: 10px 0;
}
/*.zoom-img:after {
    content: '';
    background: url(/wp-content/themes/child-theme/assets/images/bnr-overlay-withoutsqaure.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.9;
    background-position: center;
}*/
/*.zoom-img:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}*/
section.small-business.website .title-new h2 {
    color: #1D395B;
}

section.small-business.website .title-new p{
	color: #1D395B;
}

section.small-business.website .bookbtn a{
	background: #1D395B;
	color: #5EBECC;
}
section.small-business.website {
	background: url(/wp-content/uploads/2025/09/whowehelp.png);
}
section.aboutus.small-business.website .right {
    top: -36.5%;
}
.title-new h2, .title-new p {
    color: #1D395B;
/*     text-align: center; */
}
.custom-container{
	position: relative;
}

.business-inner .right {
    padding-left: 0px;
    position: absolute;
    right: 0;
    top:-40%;
    border: 15px solid #BBE0E6;
	border-radius: 20px;
	z-index: 11;
}
.freeauditsection .left-img.zoom-img img {
    height: 350px;
}
.freeauditsection .business-inner .right {
    position: relative;
}
section.whychoose .title-new {
    max-width: 75%;
	margin: 0 auto;
	margin-bottom: 60px;
}
section.whychoose .title-new h2 {
    margin-bottom: 25px;
}
section.whychoose .title-new h2,
section.whychoose .title-new p {
    text-align: center;
}
.choose-inner {
    display: flex;
	flex-wrap: wrap;
	background: #D6ECF0;
	border-radius: 20px;
	overflow: hidden;
}
section.whychoose .choose-box .title-new {
    max-width: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin: 0px;
}
section.whychoose .choose-box .title-new h3 {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 13px;
    font-size: 24px;
    font-weight: 500;
    color: #1D395B;
	letter-spacing: 0.1px;
}
section.whychoose .choose-box .title-new p {
	margin: 0;
	font-size: 15px;
	color: #676767;
	line-height: 23px;
	font-weight: 400;
    padding: 0 35px;
}
.choose-box {
  border-left: 1px solid hsl(0deg 0% 0% / 10%); /* default border */
}
.choose-box svg {
    height: 50px;
}
/* har row ka first item (1, 4, 7, 10 …) */
.choose-box:nth-child(3n+1) {
  border: none;
}
.choose-box {
    position: relative;
}

.choose-box .title-new:after {
    content: '';
    border-bottom: 1px solid hsl(0deg 0% 0% / 10%);
    position: absolute;
    left: 21px;
    bottom: 0px;
    width: 90%;
    height: 1px;
    right: 0px;
}
.choose-inner .choose-box:nth-child(6) .title-new:after, .choose-inner .choose-box:nth-child(4) .title-new:after, .choose-inner .choose-box:nth-child(5) .title-new:after {
    display: none;
}

.choose-box:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 0;
/*     background: url(/wp-content/uploads/2025/08/whychoos-bg-new.png); */
    transition: 0.7s;
    -webkit-transition: 0.7s;
    top: 0;
	z-index: -1;
	opacity: 0;
	background-repeat: repeat-x;
	background-size: cover;
	background: linear-gradient(to bottom, #d5edf4 0%, #ffffff 100%);
}
section.small-business.bottom-sec .business-inner .right {
	left: 0;
	border: 15px solid #5EBECC;
}
.choose-box:hover:before {
    height: 100%;
    top: 0;
    z-index: -1;
    opacity: 1;
}
section.collaborate {
    background: #5EBECC;
}
.collaborate-inner .title-new p,
.collaborate-inner .title-new h2 {
	color: #1D395B;
	text-transform: capitalize;
}
.collaborate-inner .title-new p {
    margin: 0;
    margin-top: 10px;
}
.collaborate-inner {
    display: flex;
    align-items: center;
}
.form-wraper p br {
    display: none;
}
.form-wraper label {
    font-size: 16px;
    color: #1D395B;
	margin: 0px;
	position: relative;
	font-weight: 500;
}
.form-wraper textarea,
.form-wraper input {
    background: transparent !important;
    border: 0 !important;
	border-bottom: 1px solid #1d395b !important;
	color: #1D395B !important;
	outline: none;
	padding: 10px 0px !important;
	font-size: 13px !important;
}
/*.form-wraper input {
    height: 60px;
    
}*/
.form-wraper span.wpcf7-not-valid-tip{
	font-size: 14px;
}
.form-wraper .left-form {
    padding-left: 0;
}
.collaborate-inner .wpcf7.js .screen-reader-response {
    position: relative;
    overflow: hidden;
    clip: auto;
    clip-path: none;
    height: auto;
    width: 100%;
    margin: -1px;
    padding: 0;
    border: 0;
}
.screen-reader-response p {
    background: #1D395B;
    margin-top: 20px;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.screen-reader-response ul li {
    font-size: 14px;
}
.screen-reader-response ul {
    margin: 0;
}
.collaborate-inner .wpcf7.js .screen-reader-response *:empty {
    display: none;
}
.privacypolicy span.wpcf7-list-item {
	margin: 0;
	margin-right: 35px;
}
.privacypolicy span.wpcf7-list-item input {
	border: 1px solid #1d395b !important;
	padding: 8px !important;
	border-radius: 3px;
}
.privacypolicy span.wpcf7-list-item-label {
    margin-left: 2px;
}
.privacypolicy span.wpcf7-list-item-label a {
	color: #1d395b;
	font-weight: 700;
}
.form-wraper textarea {
    height: 90px;
}
section.small-business .title-new h2, section.small-business .title-new p {
    color: #fff;
}
.privacypolicy input[type="checkbox"]:checked::before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E);
    position: absolute;
    display: inline-block;
    margin: -1rem 0 0 -1rem;
    height: 1.9rem;
    width: 1.9rem;
    background-color: #ffffff;
    border-radius: 3px;
    border-radius: 4px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

.form-wraper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #1D395B;
}
.form-wraper input::-moz-placeholder { /* Firefox 19+ */
	color: #1D395B;
}

.form-wraper input:-ms-input-placeholder { /* IE 10+ */
	color: #1D395B;
}

.form-wraper input:-moz-placeholder { /* Firefox 18- */
	color: #1D395B;
}
section.contact-form-bottom .form-wraper input::-webkit-input-placeholder{
	color: #1D395B !important;
}
section.contact-form-bottom .form-wraper input::-moz-placeholder{
	color: #1D395B !important;
}
section.contact-form-bottom .form-wraper input:-moz-placeholder{
	color: #1D395B !important;
}
section.contact-form-bottom .form-wraper input:-ms-input-placeholder{
	color: #1D395B !important;
}
.row {
    margin: 0;
}

textarea::-webkit-input-placeholder {
	color: #1D395B;
}

textarea:-moz-placeholder { /* Firefox 18- */
	color: #1D395B;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #1D395B;  
}

textarea:-ms-input-placeholder {
	color: #1D395B;  
}

section.contact-form-bottom .form-wraper textarea::-webkit-input-placeholder {
	color: #1D395B;
}

section.contact-form-bottom .form-wraper textarea:-moz-placeholder { /* Firefox 18- */
	color: #1D395B;  
}

section.contact-form-bottom .form-wraper textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #1D395B;  
}

section.contact-form-bottom .form-wraper textarea:-ms-input-placeholder {
	color: #1D395B;  
}

section.contact-form-bottom .privacypolicy span.wpcf7-list-item-label, section.contact-form-bottom .privacypolicy span.wpcf7-list-item-label a {
	color: #1D395B;
	font-weight: 400;
}
.submit-btn p {
    margin: 0;
}
.submit-btn {
    margin-top: 30px;
    display: flex;
	width: 133px;
	height: 67px;
	position: relative;
	transition: 0.7s;
	-webkit-transition: 0.7s;
}
.submit-btn:before{
	content: '';
	position: absolute;
	left: 0px;
	width: 0px;
	height: 67px;
	background: #14395e;
	border-radius: 10px;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	top: 0;
	z-index: 1;
	opacity: 0;
}
.submit-btn:hover:before {
    width: 100%;
    opacity: 1;
    z-index: 1;
}

.submit-btn:hover input.wpcf7-submit {
    position: relative;
    z-index: 2;
    color: #1d395b !important;
    background: transparent;
	text-decoration: none !important;
}
.contact-form-bottom .submit-btn:before {
    height: 53px;
    background: #ffffff !important;
    z-index: 11;
}
.contact-form-bottom .submit-btn input.wpcf7-submit {
    background: #5EBECC;
}
.contact-form-bottom .submit-btn:hover input.wpcf7-submit {
    color: #5EBECC !important;
    z-index: 1000;
    background: transparent !important;
}
.message.privacypolicy p {
    margin-bottom: 10px;
    margin-top: 20px;
}
.submit-btn input.wpcf7-submit {
    background: #1D395B;
    color: #5EBECC;
    padding: 22px 33px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}
/* .submit-btn input.wpcf7-submit {
    background: #fff;
    color: #5EBECC;
    padding: 22px 33px;
    border-radius: 10px;
} */
.submit-btn:before{
	background: #ffffff;
}
footer#site-footer {
    background: #1D395B;
	padding-top: 70px;
	position: relative;
	z-index: 100;
}
.footer-inner .left p {
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
}
.footer-inner {
    display: flex;
    align-items: flex-start;
}
.footer-inner h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    color: #5EBECC;
	margin-bottom: 15px;
}
.footer-left ul, .footer-left ul li {
    margin: 0;
    list-style: none;
}
.footer-left ul li a {
    font-size: 15px;
    color: #fff;
    padding: 9px 0px;
	display: flex;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.footer-left ul li a:hover{
	color: #5EBECC;
	text-decoration: none !important;
}
.footer-column.center .footer-left li {
    display: flex;
    
}
.footer-column.center .footer-left ul {
/*     display: flex;
    flex-wrap: wrap; */
	columns:2;
}
.footer-column.menu-column.center {
    padding-left: 30px;
}
.right .footer-left ul li {
    display: flex;
    margin-bottom: 18px;
}
.right .footer-left ul li label {
    margin: 0;
    margin-right: 13px;
}
.right .footer-left ul li a {
    padding: 0;
}
.copyright-bottom {
    background: #1d395b;
    padding: 25px 0;
    border-top: 1px solid #ffffff2e;
}
.copyright-bottom p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
a#scroll {
    position: fixed;
    z-index: 100000;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    background: #5ebecc;
    left: 20px;
    bottom: 15px;
}
.section.our-services .service-inner {
    display: flex;
}
section.our-services h2 {
    width: 40%;
}
section.our-services p {
    width: 60%;
	margin: 0px;
}
.service-inner .title-new {
    display: flex;
    align-items: center;
}
.service-wrape .grid .link-box {
    width: 32%;
    max-width: 32%;
    flex: 0 0 32%;
    display: flex;
    height: 220px;  
    position: relative;
}
.service-wrape .grid .link-box:hover
{
    z-index: 1;
}
.front-svg {
    display: flex;
    align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}
/*.service-wrape .grid .link-box *
{
    transition: all 0.5s ease-in-out;
}*/
.service-wrape .grid .link-box figure.effect-lily {
    display: flex;
    align-items:center;
    justify-content: center;
    text-align: center;
    padding: 35px 30px;
    position: absolute;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 10px;
    background: #D6ECF0;
    height: 220px;  
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
.service-wrape .grid .link-box:hover figure.effect-lily
{
    height: 465px;
    background: #1D395B;
}
.service-wrape .grid .link-box:hover figure.effect-lily h2,
.service-wrape .grid .link-box:hover figure.effect-lily p,
.service-wrape .grid .link-box:hover figure.effect-lily a
{
    color: #fff;
}
.service-wrape .grid .link-box:nth-child(-n+3) figure.effect-lily {
  top: 0;
}

.service-wrape .grid .link-box:nth-child(n+4):nth-child(-n+6) figure.effect-lily {
  bottom: 0;
}
.service-wrape .grid .link-box h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    width: 70%;
    text-transform: capitalize;
    color: #1D395B;
	letter-spacing: 0.1px;
    margin: 0 auto;
}
.peragraf {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-wrape .grid .link-box p {
	width: 100%;
	font-size: 15px;
	margin-top: 15px;
	color: #676767;
	overflow: hidden;
	display: -webkit-box;
	/* 	-webkit-line-clamp: 3; */
	-webkit-box-orient: vertical;
	padding: 0 8px;
}
.peragraf a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    margin-top: 30px;
	display: flex;
	align-items: center;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.link-box .peragraf {
    opacity: 0;
    overflow: hidden;
   transition: all 0.9s ease-in-out;
    transform: translateY(20px);
    width: 100%;
    margin-bottom: -170px;
    height: 175px;
}
span.iconsvg {
    height: 70px;
}
.peragraf a svg {
    margin-left: 8px;
}
.peragraf a:hover {
    color: #5ebecc;
}

.link-box:hover {
    background: #D6ECF0;
}
.link-box:hover .peragraf {
    max-height: 470px;
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 0;
    height: 180px;
}
.service-wrape .grid {
    display: flex;
    gap: 25px;
	flex-wrap: wrap;
}
.service-inner {
    margin-bottom: 70px;
}
section.newheader-banner {
    position: relative;
    height: 550px;
    display: flex;
    align-items: center;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
}
.page-id-262 section.newheader-banner {
    background-position: center;
}
.formfullwidth .submit-btn:before {
    display: none;
}
.formfullwidth .submit-btn input.wpcf7-submit {
    background: #5EBECC;
    color: #1D395B;
}
.submit-btn:before {
    background: #ffffff;
}
section.newheader-banner:before {
    content: '';
	background: rgb(81 78 78 / 50%);
	background: url(/wp-content/uploads/2025/09/blue-overlay.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.newheader-banner .title-new h2 {
	font-size: 75px;
	color: #1D395B;
	font-weight: 800;
	text-align: center;
}
.assist-wrape .title-new {
    position: relative;
    z-index: 11;
}
.testimonials-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.testimonial-item {
    padding: 30px;
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: 10px;
    width: 32%;
    max-width: 32%;
	flex: 0 0 32%;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	position: relative;
}
.testimonial-item p {
	color: #1D395B;
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
	margin-top: 25px;
	margin-bottom: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	height: 272px;
}
.company-logo {
	display: flex;
	align-items: center;
	background: #1D395B;
	padding: 26px 30px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}
.company-logo h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
	margin: 0;
	margin-left: 0;
	margin-bottom: 7px;
	letter-spacing: 0.5px;
}
.client-title {
	margin-left: 15px;
	display: flex;
	flex-wrap: wrap;
	width: 83%;
}
.client-title h4.testimonial-name {
    width: 100%;
}
.client-logo {
	border-radius: 100px;
	border: 1px solid rgb(0 0 0 / 15%);
	width: 17%;
	background: #fff;
	padding: 0px;
	overflow: hidden;
}
.white-quote {
    padding: 30px 30px;
    padding-bottom: 10px;
}
section.testimonials .title-new.testi-title {
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 60px;
}
section.testimonials .title-new.testi-title h2 {
    margin-bottom: 10px;
}
/* section.newheader-banner .title-new h2 {
    font-size: 65px;
} */
.testi-wrape.testimonials-new {
    overflow: hidden;
}
.testi-wrape.testimonials-new .owl-stage {
    display: flex;
}
.testimonials-new .testimonial-item {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
/* .testi-wrape.testimonials-new .testimonials-wrapper {
    padding: 0 20px;
} */
.testimonials-icon button {
    padding: 0;
    background: transparent;
}
.testimonials-icon {
	display: flex;
	justify-content: space-between;
	width: 106%;
	position: absolute;
	left: -41px;
	right: 0;
	top: 48%;
}

.testimonial-item:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 0;
/*     background: url(/wp-content/uploads/2025/08/whychoos-bg-new.png); */
    transition: 0.7s;
    -webkit-transition: 0.7s;
    top: 0;
	z-index: -1;
	opacity: 0;
	background-repeat: repeat-x;
	background-size: cover;
	background: linear-gradient(to bottom, #d5edf4 0%, #ffffff 100%);
}
.testimonial-item:hover:before {
    height: 60%;
    top: 0;
    z-index: -1;
    opacity: 1;
}
section.testimonials.home-testi .bookbtn a {
    background: #5EBECC;
    color: #fff;
}
section.testimonials.home-testi .bookbtn {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.whychoose .title-new p {
    color: #676767;
}

.counter-inner {
    background: transparent;
	display: flex;
	width: 85%;
	position: relative;
	background: #1d395b;
	height: 167px;
	border-radius: 10px;
}
.counter-inner h2 {
	color: #5EBECC;
	font-size: 32px;
	margin: 0;
	margin-bottom: 7px;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.slider-counter {
	position: relative;
	width: 100%;
	display: flex;
    max-width: 100%;
    z-index: 101;
}
.slider-counter .text-center {
	position: absolute;
	bottom: -80px;
    left: 0;
	z-index: 11;
	padding: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.counter-wrape h4 {
	font-size: 20px;
	font-weight: normal;
	color: #5EBECC;
	text-align: left;
	padding-left: 0;
	margin: 0;
	font-family: "Inter", sans-serif;
	letter-spacing: 0.5px;
}
.counter-inner .counter-wrape:after {
	content: '';
	position: absolute;
	right: 2px;
	height: 100%;
	width: 0px;
	background: transparent;
	border-left: 1px solid rgb(255 255 255 / 46%);
	rotate: 192deg;
}
.counter-inner .counter-wrape:last-child:after{
	display: none;
}
.counter-wrape {
    display: flex;
    flex-wrap: wrap;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0;
/*     align-items: center; */
    justify-content: center;
	padding: 25px 29px;
/* 	padding-right: 20px;
	flex-direction: column; */
	text-align: left;
	align-items: center;
	position: relative;
}

.counter-inner .counter-wrape:first-child {
    padding-left: 13px;
}
.counter-left {
    margin-right: 20px;
}
section.whychoose {
	padding: 170px 0px !important;
	position: relative;
	background: #F8FDFE;
	overflow: hidden;
}
/* section.small-business.bottom-sec .right {
    position: inherit;
} */
/*section.whychoose:before {
    content: '';
    background: url(/wp-content/uploads/2025/09/why-choose-bg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 130px;
}*/

.ourlogo {
    background: #fff;
}
.ourlogo ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.ourlogo ul li {
    list-style: none;
    padding: 25px 30px;
    border-bottom: 2px solid #BBE0E6;
    margin: 0;
	width: 33.33%;
	max-width: 33.33%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F8FDFE;
}
/* section.contact-wrape.contactus {
	padding-bottom: 0 !important; 
	background: #0f2f4e;
	background-image: linear-gradient(rgb(15 47 78 / 94%) 0%, rgba(15, 47, 78, 0.83) 100%), url(/wp-content/uploads/2025/08/slider-2.png);
	background: #F5F5F5;
}*/
.contactus .title-new p,
.contactus .title-new h2 {
    color: #fff;
    text-align: center;
}
.contactus .title-new p {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    font-size: 18px;
    margin-top: 20px;
}
section.testimonials.home-testi .testimonials-wrapper {
    gap: 0;
}
section.testimonials.home-testi .testi-wrape.testimonials-new {
    border-radius: 10px;
}
.contact-inner ul {
    display: flex;
    margin: 0 auto;
    width: 100%;
/* 	align-items: center; */
	justify-content: center;
	margin-bottom: 40px;
}
.contact-inner ul li {
    display: flex;
    margin: 0;
    width: 33.33%;
	position: relative;
}
.contact-inner ul li strong {
	color: #1D395B;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 0px;
}
.contact-inner ul li a, .contact-inner ul li p {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    margin: 0;
}
/* .contact-inner ul li:after {
    content: '';
    position: absolute;
    right: 0;
    background: #5fc3ce;
    width: 1px;
    height: 100%;
} */
.contact-inner ul li .contact-text a {
    font-size: 16px;
    color: #1D395B;
}
.contact-inner ul li:last-child:after {
    display: none;
}
/* .maplocation.contact {
    padding: 20px;
    border: 1px solid #5fc3ce;
    width: 85%;
    margin: 0 auto;
} */
section.maplocation .maplocation.contact {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}
section.contact-wrape.contactus {
	padding: 80px 0px !important;
	background: #f8fdfe;
	position: relative;
	overflow: hidden;
}
/*section.contact-wrape.contactus:before {
    background: url(/wp-content/uploads/2025/09/contactpage-border.svg);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}*/
.contact-form-bottom {
    background: #5EBECC;
}
.contact-form-bottom .title-new h2 {
    color: #1D395B;
    text-transform: capitalize;
	font-weight: 600;
	text-align: left;
	margin-bottom: 15px;
}
.contact-form-bottom .title-new h2 span{
	font-weight: 400;
}
.contact-form-bottom .form-wraper {
	/*     flex-direction: column; */
	display: flex;
	flex-wrap: wrap;
}
/* .contact-form-bottom .form-wraper .right-form, .contact-form-bottom .form-wraper .left-form {
    width: 100%;
} */
section.contact-form-bottom .right.contact-right {
	width: 80%;
	margin: 0 auto;
	background: #D6ECF0;
	border-radius: 20px;
	padding: 45px 42px;
	padding-bottom: 42px;
}
.contact-inner ul li:last-child .contact-text {
    width: 71%;
}

.contact-inner ul li:last-child {
    width: 39%;
}
.contact-inner ul li:first-child {
    width: 31%;
}
section.contact-wrape.contactus .contact-text p {
    font-size: 16px;
}
.contact-form-bottom .form-wraper label {
    display: none;
}
/* .contact-form-bottom .form-wraper input {
    background: #fff !important;
    height: 50px;
} */
.contact-form-bottom .form-wraper textarea, .contact-form-bottom .form-wraper input {
	border: 0 !important;
	background: #fff !important;
	padding: 16px !important;
	border-radius: 10px;
	color: #1D395B !important;
	border-left: 3px solid #5EBECC !important;
}
.form-wraper p {
    padding: 0;
}
.message.privacypolicy.form-wraper h4 {
    color: #1D395B;
    font-size: 16px;
    margin-bottom: 19px;
    margin-top: 38px;
    font-weight: 700;
    letter-spacing: 0.3px;
}
.contact-form-bottom .message.privacypolicy.form-wraper.top {
    margin-bottom: 18px;
}
.contact-form-bottom .message.privacypolicy.form-wraper.top span.wpcf7-list-item {
    margin-bottom: 9px;
}
.contact-form-bottom .form-wraper textarea {
    height: 140px;
}
.contact-form-bottom .message.privacypolicy.form-wraper label {
    display: inline-block;
}
.contact-form-bottom .message.privacypolicy p {
    margin: 0;
	padding: 0px;
}
.contact-form-bottom .form-wraper .left-form, .contact-form-bottom .form-wraper .right-form {
    padding: 0;
}
.form-wraper .title-new {
    padding: 0;
}
.contact-form-bottom .form-wraper.collumn .left-form, .contact-form-bottom .form-wraper.collumn .right-form {
    width: 32%;
    max-width: 32%;
    flex: 0 0 32%;
}
.contact-form-bottom .form-wraper.collumn {
    justify-content: space-between;
}
.contact-form-bottom .submit-btn input.wpcf7-submit {
/*     background: #fff; */
    color: #5EBECC;
    padding: 15px 33px;
}
.contact-form-bottom .privacypolicy span.wpcf7-list-item input {
	border: 1px solid #5EBECC !important;
	border-radius: 4px;
}
.contact-form-bottom .submit-btn:hover input.wpcf7-submit {
	 background: #ffffff00
}
/* .contact-form-bottom .submit-btn input.wpcf7-submit {
    background: #5EBECC;
    color: #ffffff;
    padding: 15px 33px;
    border-radius: 10px;
} */
.contact-form-bottom .submit-btn:before {
    height: 55px;
}
.contact-form-bottom .form-wraper span.wpcf7-not-valid-tip {
    font-size: 14px;
    position: absolute;
}
.contact-form-bottom .form-wraper .title-new p {
    color: #1D395B;
}
.contactus .title-new h2 {
    font-weight: 400;
}
.contact-form-bottom .message.privacypolicy.form-wraper label {
    display: inline-block;
}
/* brand logo  */
.brand-wrape-bottom{
	background: url(/wp-content/uploads/2025/04/service-bg.png);
	padding: 120px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

section.header-banner {
/*     height: 324px; */
height: 380px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
display: flex;
align-items: center;
/* 	height: calc(100vh - 116px); */
}
section.header-banner.jointeam{
	/* 	height: calc(100vh - 116px); */
	height: 380px;
	display: flex;
	align-items: center;
}
.header-banner:before {
	content: '';
	opacity: 0.9;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgb(38 72 125);
    background: linear-gradient(85deg, #26487d 8%, #26487d 7%, rgb(38, 72, 125, 0.8) 48%, rgba(255, 255, 255, 0) 100%);
}
.banner-new {
    flex-direction: column;
    height: 200px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.banner-new h1 {
    font-size: 66px;
    font-weight: 700;
    color: #1d395b;
    letter-spacing: 0;
	line-height: 80px;
	padding-bottom: 0;
	margin: 0;
    text-align: center;
}
section.news-detail .single-news-text .title-new h2 {
    font-size: 28px;
    margin-top: 20px;
}
.latest_news_content strong {
    color: #1d395b;
}
.latest_news_content ul {
    margin-bottom: 24px;
}
.single-news-text p:empty {
    display: none;
}
.single-news-text .title-new h2 {
    margin-bottom: 8px;
}
section.brand-logo .title-new {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 50px;
}
.brand-wrape {
    padding: 0;
}

.brand-logo-inner .about-left {
    padding: 0;
}
.brand-left {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.brand-left .brand-new {
    background: #D6ECF0;
    border-radius: 10px;
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.brand-logo-inner {
    display: flex;
    flex-wrap: wrap;
}
section.brand-logo {
    margin-bottom: 0px;
}
.brand-logo-inner {
    background: #fff;
    padding: 50px;
    padding-bottom: 0;
}
/*.client-logo img {
	width: 62px;
	border-radius: 100px;
	border: 1px solid #0000001f;
}*/
/* brand logo end */

section.testimonials.page-testimonials .testimonial-item {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
section.testimonials.page-testimonials .testimonial-item p {
	-webkit-line-clamp: inherit;
	height: auto;
}
section.testimonials.page-testimonials {
    background: #D6ECF0;
}
.page-template-testimonials section.testimonials.home-testi {
    display: none;
}
section.testimonials.page-testimonials .title-new h2, section.testimonials.page-testimonials .title-new p {
    color: #1D395B;
}
section.testimonials.page-testimonials .testimonial-item{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
section.testimonials.page-testimonials .testimonial-item:nth-child(odd){
    background-image: linear-gradient(rgba(15, 47, 78, 0.83) 0%, rgba(15, 47, 78, 0.83) 100%), url(/wp-content/uploads/2025/08/slider-2.png);
}
section.testimonials.page-testimonials .testimonial-item:nth-child(even) {
    background: #fff;
}
section.testimonials.page-testimonials .testimonial-item {
    border-radius: 0px;
}
section.testimonials.page-testimonials .testimonial-item:nth-child(odd) h3.company-title, section.testimonials.page-testimonials .testimonial-item:nth-child(odd) p, section.testimonials.page-testimonials .testimonial-item:nth-child(odd) h4 {
    color: #fff;
}
section.testimonials.page-testimonials .testimonial-item:nth-child(odd) .client-logo {
    border-color: #ffffff6b;
}
section.testimonials.page-testimonials .testi-top {
    display: flex;
    justify-content: space-between;
}

section.testimonials.page-testimonials .star-testi {
    display: flex;
    width: 50%;
    justify-content: flex-end;
}
.star-testi img {
    width: 30px;
    margin-left: 4px;
}
/* section.testimonials.page-testimonials .client-title img {
    display: none;
} */
.star-testi {
    display: none;
}
h3.company-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
}
.testi-top h3.company-title {
    font-size: 20px;
	margin-top: 28px;
	margin-bottom: 10px;
	color: #1D395B;
}
p.testimonial-desc {
    margin-top: 0;
}
section.testimonials.page-testimonials .testimonial-item h3.company-title {
	margin: 0;
	margin-top: 25px;
	margin-bottom: 15px;
	width: 50%;
	font-size: 29px;
	-webkit-line-clamp: inherit;
	height: auto;
}
section.testimonials.page-testimonials .testimonial-item {
    padding: 50px 70px;
}
.single-news-text.services {
    display: flex;
}
.single-right-service {
    padding-left: 50px;
}
.single-right-service .latest_news_content .title-new h2 {
    font-size: 28px;
}
.breadcrum-inner {
    margin-bottom: 15px;
}
section.newheader-banner .title-new {
    width: 100%;
}
section.news-listing .title-new {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
/*section.testimonials.page-testimonials .title-new p{
	font-size: 20px;
}*/
section.news-listing .title-new p {
    /*font-size: 20px;*/
    margin-top: 10px;
}
section.news-listing .title-new {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.news-text .zoom-img img {
    width: 100%;
}
.news-text .zoom-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.news-text .info-box h4 {
	margin: 0;
	font-size: 20px;
	margin-bottom: 6px;
	color: #1d395b;
}
.news-text .info-box p {
    font-size: 16px;
    color: #1D395B;
}
.news-text .info-box {
/*     margin-top: 10px; */
	padding: 15px;
	padding-bottom: 0px;
}
.news-date {
    position: absolute;
    top: 15px;
    left: -35px;
    background: #fff;
    padding: 10px;
    width: 126px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.news-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 13px 0px;
	padding: 0px;
	width: 30%;
	max-width: 30%;
	flex: 0 0 30%;
	position: relative;
    background: #ffffff;
}
.custom-news-inner {
    display: flex;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: center;
	margin-top: 50px;
}
section.brand-wrape-bottom .brand-new img {
	width: auto;
	border-radius: 0;
	border: 0px;
}
.page-template-client-logo.page-template-client-logo-php img {
    border-radius: 0px;
}

section.contact-form-bottom input, section.contact-form-bottom textarea {
    color: #fff !important;
}
section.our-services {
    padding: 140px 0px !important;
    position: relative;
    background: #F8FDFE;
}
/*section.our-services:before {
    content: '';
    background: url(/wp-content/uploads/2025/09/services-border.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-position: right;
    background-repeat: no-repeat;
}*/
.container-new {
    position: relative;
    z-index: 111;
}
section.our-services .title-new p {
    padding-left: 120px;
}
section.testimonials.home-testi .testimonial-item {
	background: #5EBECC;
	padding: 0px;
}
section.testimonials.home-testi .testimonial-item p{
	padding: 30px;
    padding-top: 10px;
}
/*section.testimonials.home-testi:before {
    content: '';
    background: url(/wp-content/uploads/2025/09/testimonials-border.png);
    position: absolute;
    width: 100%;
    height: 100%;
	top: 34px;
	background-repeat: no-repeat;
	background-position: right top;
}*/
section.testimonials .bookbtn a:hover:before {
   background: #1d395b;
}
section.collaborate,
section.small-business.website.new-small {
	background: url(/wp-content/uploads/2025/08/website-bg.png);
	position: relative;
}
section.collaborate .collaborate-inner .right {
    padding-right: 100px;
}
section.collaborate .collaborate-inner .right:before {
    content: '';
    position: absolute;
    background: #5EBECC;
    width: 48%;
    height: 100%;
    left: -30px;
    border-top-right-radius: 30px;
}
.screen-reader-response ul {
    margin: 0;
    padding-top: 20px;
}
section.collaborate .collaborate-inner .right form.wpcf7-form.init {
    padding-top: 50px;
}
section.collaborate .left {
    padding-top: 120px;
}
section.small-business.website.new-small .bookbtn a {
    background: #5EBECC;
    color: #fff;
}
.page-id-262 section.small-business.website.new-small {
    padding: 80px 0 !important;
}
section.small-business.website.new-small .bookbtn a:hover:before{
	background: #1d395b;
}
section.small-business.website.new-small .right {
    border-color: #5ebecc;
}
section.small-business.website.new-small{
	padding-bottom: 0px !important;
}
.page-id-262 section.small-business.website.new-small .business-inner .right {
    top: -34%;
}
section.testimonials.page-testimonials .client-logo {
    width: auto;
}
.page-template-client-logo.page-template-client-logo-php {
    width: 100%;
    border-radius: 0px;
    margin: 0;
    padding: 0;
    border: 0px;
}
section.testimonials.page-testimonials .star-testi {
  display: none;
}
section.testimonials.page-testimonials .white-quote {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 20px;
}
section.testimonials.page-testimonials .company-logo {
    padding: 0;
    background: transparent;
}
section.testimonials.page-testimonials .testimonial-item:nth-child(even) h4.testimonial-name {
    color: #0f2f4e;
}
section.testimonials.page-testimonials .testimonial-item:nth-child(even) .white-quote {
	background: url(/wp-content/uploads/2025/08/quote-icon.svg);
	width: 29px;
	height: 24px;
	margin-bottom: 30px;
}
section.testimonials.page-testimonials .client-title img {
    width: 20px;
    margin-right: 4px;
}
footer#site-footer .menunone {
    display: none;
}
.faqs-new.privacy-policy {
    padding: 120px 0px;
}
.faqs-new.privacy-policy strong {
    color: #5EBECC;
	font-size: 20px;
}
.faqs-new.privacy-policy ul {
    margin-bottom: 18px;
}
.faqs-new.privacy-policy ul li, .faqs-new.privacy-policy a, .faqs-new.privacy-policy p {
    color: #1D395B !important;
}
.faqs-new.privacy-policy ul li,
.faqs-new.privacy-policy p{
	font-size: 16px;
}
.news-box .news-date {
    display: none;
}
.page-template-contact-us section.collaborate {
    display: none;
}
.page-template-contact-us section.small-business.website.new-small {
    padding-bottom: 80px !important;
}
.page-template-contact-us footer#site-footer {
    padding-top: 120px;
}
section.maplocation {
    padding: 0 !important;
}
.page-template-testimonials .business-inner .right {
    right: -40px;
    top: -30%;
}
section.contact-wrape.contactus h2 {
	color: #1D395B;
	font-weight: bold;
}
section.contact-wrape.contactus p{
	color: #1D395B;
}
.contact-text {
    display: flex;
    flex-direction: column;
}
.contact-icon {
    margin-right: 15px;
    background: #5ebecc;
    width: 54px;
    height: 54px;
    display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}
section.behind.whychoose .title-new {
    margin-bottom: 0;
}
section.behind.whychoose{
	padding: 200px 0px !important;
}
section.aboutus.whychoose {
    padding: 100px 0px !important;
}
section.behind.whychoose .title-new {
    max-width: 60%;
}
section.aboutus.whychoose:before,
section.behind.whychoose:before{
	display: none;
}
section.behind.whychoose:before {
    content: '';
    background: url(/wp-content/uploads/2025/09/bg-behind-logo.png.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.15;
    display: inline;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
}

section.contact-wrape.contactus.seo .title-new {
    max-width: 72%;
    margin: 0 auto;
}
/*section.contact-wrape.contactus.seo:before {
    content: '';
    background: url(/wp-content/uploads/2025/09/seo-border.png);
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
}
*/.seo-service {
	background: #1D395B;
	padding: 60px 30px;
	padding-top: 29px;
	width: 31%;
}
.seo-service h4 {
    color: #5EBECC;
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    margin: 14px 0px;
}

.seo-service .seo-icon {
    height: 67px;
    position: relative;
}
.seo-service p {
    font-size: 16px;
    color: #fff;
	margin: 0px;
	line-height: 28px;
}
section.small-business.website.seo-service .business-inner {
	gap: 26px;
	display: flex;
	justify-content: space-between;
}
.seo-service .seo-icon svg {
    position: absolute;
    right: 25px;
}
section.small-business.website.seo-service .title-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}
section.small-business.website.seo-service .title-new p {
    margin: 0;
}
section.small-business.website.seo-service .title-new p {
    margin-top: 15px;
}
.box-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    position: relative;
    z-index: 0;
}
.inner-box-slider {
    display: flex;
}


.inner-box-slider {
  display: flex;
/*   gap: 24px; */
  flex-wrap: wrap;
}

.sliderbox {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	background: #fff;
	border: 0px solid rgb(0 0 0 / 10%);
}
.sliderbox .box-image{
	padding: 0;
    position: relative;	
}
/*.sliderbox .box-image:before {
    background: url(/wp-content/themes/child-theme/assets/images/bannerbg.png);
    content: '';
    position: absolute;
    left: 2px;
    background-position: center;
    background-size: 160%;
    opacity: 0.8;
    right: 2px;
    top: 2px;
    bottom: 2px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}*/
.box-image img {
  display: block;
  width: 100%;
  height: 305px;
  transition: transform .5s ease;
}

.sliderbox:hover .box-image img, .sliderbox:hover .box-image:before  {
  transform: scale(1.05);
}
.box-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; /* fix position */
  min-height: 180px;
  padding: 20px;
  color: #fff;
  background: rgb(29,57,91,0.9);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(65%);
  transition: transform .8s ease;
  z-index: 2;
}
.box-text h3 {
	margin: 0;
	font-size: 22px;
	line-height: 1.3;
	transform: translateY(0);
	transition: transform .5s ease;
	font-weight: 600;
	color: #fff;
    padding: 10px 0;
    letter-spacing: 0;
}
.box-text p {
    margin: 6px 0 0;
    font-size: 18px;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(30px);
    transition: transform .5s ease, opacity .5s ease;
    color: #fff;
    height: 0;
}
.sliderbox:hover .box-text {
  transform: translateY(0);
}
.sliderbox:hover .box-text p{
    height: auto;
}

/* Hover: shift title up */
.sliderbox .box-text h3 {
    transform: translateY(-12px);
}
.sliderbox:hover .box-text h3 {
  transform: translateY(0px);
}

/* Hover: reveal paragraph */
.sliderbox:hover .box-text p {
  opacity: 1;
  transform: translateY(0);
}
.inner-box-slider .owl-stage {
    display: flex;
}
.inner-box-slider {
    overflow: hidden;
}
section.inner-slider .owl-nav.disabled {
    display: none;
}
section.inner-slider {
    background: #f8fdfe;
	position: relative;
}
/*section.inner-slider:before {
    content: '';
    background: url(/wp-content/uploads/2025/09/expect-border.png);
    position: absolute;
    left: 50px;
    top: 50px;
    width: 216px;
    height: 173px;
}*/
section.inner-slider h2 {
    text-align: center;
    margin-bottom: 42px;
}
section.newheader-banner.seo:before {
    background-image: url(/wp-content/uploads/2025/09/seo-header-overley.png);
}
.believing .testimonial-item {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.seeing-quot {
	position: absolute;
	bottom: 58px;
	right: 36px;
}
.seeing-testimonial .company-logo {
    background: transparent;
    padding: 0;
}
section.seeing {
    background: url(/wp-content/uploads/2025/08/website-bg.png);
}
.seeing-testimonial .white-quote {
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.seeing-testimonial .star-testi img {
    width: 22px;
}
.seeing-testimonial .white-quote h3 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
	color: #1D395B;
}
.seeing-testimonial .client-logo {
    border: 0;
    width: auto;
    background: #F8FDFE;
    padding: 15px;
}
.client-logo img {
    width: 70px;
    object-fit: cover;
	border-radius: 100px;
}
.seeing-testimonial .client-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1D395B;
}
.seeing-testimonial .client-title p {
    font-size: 18px;
    font-weight: 600;
    color: #1D395B;
    margin: 0;
}
.seeing-testimonial p.testimonial-desc {
    font-size: 16px;
    color: #1D395B;
    font-weight: 300;
    line-height: 29px;
}
.seeing-testimonial .company-logo {
    margin-top: 30px;
}
.seeing-testimonial {
    border-radius: 40px;
    background: #fff;
    padding: 40px;
    position: relative;
}
.seeing-testimonial .star-testi {
     display: flex;
}

section.newheader-banner:before{
    background: url(/wp-content/themes/child-theme/assets/images/bannerbg.png);
}
section.contenttop
{
    padding: 75px 0 50px 0 !important;
}
.centertitle h2 {
    color: #1D395B;
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}
.centertitle p, .clr-sectiontitle p {
    text-align: center;
    padding: 0 16%;
    font-size: 16px;
    color: #1D395B;
    line-height: 1.6;
}
a#scroll img {
    border: 0;
    height: 30px;
}
.centertitle h2 strong, .clr-sectiontitle strong {
    font-weight: 600;
}
section.lightbluesection {
    background: url(/wp-content/themes/child-theme/assets/images/whowehelp.png);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 !important;
}
.clr-sectiontitle h3 {
    color: #1D395B;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 300;
    text-align: center;
    line-height: 1.4;
}
.industry {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.industrycaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    z-index: 1;
}
.industrycarousel {
    margin-top: 70px;
}
.industry img {
    width: 100% !important;
    height: 450px;
    object-fit: cover;
}
.industrycaption h4 {
    font-size: 23px;
    color: #fff;
    margin: 10px 0;
    font-weight: 600;
    letter-spacing: 0;
}
.industrycaption p {
    font-size: 16px;
    color: #FFFFFF;
}
.industry:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 1, 1, 0) 1%, rgba(29, 56, 90, 1) 99%, rgba(29, 57, 91, 0.7) 100%);
    opacity: 0.9;
}
.industry:hover:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 1, 1, 0) 1%, rgba(29, 56, 90, 1) 99%, rgba(29, 57, 91, 1) 100%);
}
.industrysection .owl-nav, .industrysection .owl-dots
{
    display: none;
}
.industry {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
button.burgermenu {
    padding: 0;
    background: transparent;
    display: none;
}
body.home button.burgermenu
{
    display: flex;
}
.headermenu {
    display: flex;
    padding: 0 30px;
    align-items: center;
}
.headermenu ul {
    margin: 0;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headermenu ul li {
    list-style: none;
    margin: 0.8rem 2rem 0 2rem;
}
.headermenu ul a {
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.headermenu ul .current-menu-item a, .headermenu ul a:hover
{
    color: #5EBECC !important;
    text-decoration: none !important;
}
.site-logo img {
    max-width: 250px;
}
nav.menu-primary-container {
    display: flex;
    margin-right: 0px;
}
body.home .headermenu nav.menu-primary-container {
    opacity: 0;
    visibility: hidden;
}
body.home .headermenu nav.menu-primary-container.active {
    opacity: 1;
    visibility: visible;
}
.burgermenu {
  width: 35px;
  height: 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.burgermenu span {
  display: block;
  height: 3px;
  width: 100%;
  background: #5EBECC;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
/* When active (toggle state) */
.burgermenu.open span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 6px);
}
.burgermenu.open span:nth-child(2) {
  opacity: 0;
}
.burgermenu.open span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}


.believing {
    display: flex;
    align-items: center;
}
.seeing-testimonial{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.believing .right {
    padding-left: 63px;
}
.believing .right {
    padding-left: 40px;
    padding-right: 30px;
}
.believing .left {
    padding-right: 40px;
}
.page-id-374 .believing .right {
    padding-left: 50px;
    padding-right: 15px;
}
section.seeing .bookbtn a {
    background: #5EBECC;
    color: #fff;
}
.believing .right h2 {
    margin-bottom: 20px;
}
section.seeing .bookbtn a:before {
   background: #1D395B;
}
section.package{
	position: relative;
	background: #f8fdfe;
}
.polygon-img img {
    padding-left: 50px;
}
/*section.package:before {
    content: '';
    background: url(/wp-content/uploads/2025/09/packeg-border.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 30px;
    left: 30px;
}*/
section.package .bookbtn a {
    background: #5EBECC;
    margin-right: 15px;
    color: #fff;
}
.believing .client-logo img {
    border: 0;
}
section.package .title-new h2 {
	letter-spacing: 0;
	line-height: normal;
	margin-bottom: 20px;
	font-size: 40px;
}
section.package .bookbtn a:before {
    background: #1D395B;
}
section.package .title-new p {
    padding-right: 90px;
    font-weight: 300;
}
.title-new ul li::marker {
    color: #5ebecc;
}
.title-new ul {
    margin: 0;
}
.title-new ul li {
    color: #1D395B;
    font-size: 16px;
    font-weight: 300;
}
section.package .bookbtn a.darkbtn {
    background: #1D395B;
}
section.package .bookbtn a.darkbtn:before {
	background: #5EBECC;
}
.business-inner.development .seo-service {
	padding: 20px;
	width: 19%;
	display: flex;
	justify-content: space-between;
    flex-direction: column;
}
section.migrations .business-inner.development .seo-service
{
	width: 16%;
	height: 216px;
}
.light-blue{
	background: #BCE0E6;
}
.normal-blue{
	background: #77BCC9;
}
.dark-blue{
	background: #223655;
}
.package-inner {
    display: flex;
}
.package-inner .right {
    display: flex;
    flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}
section.package.support .package-inner p span {
    font-weight: 700;
    color: #5EBECC;
}
section.package.support .package-inner .right {
    align-items: center;
}
.package-inner.bottom {
    margin-top: 80px;
}
/*section.package.support:before {
    background: url(/wp-content/uploads/2025/09/suports-border.png);
    background-repeat: no-repeat;
}*/
.testimonials-wrapper .owl-nav {
    display: none;
}
.package-inner.bottom .polygon-img img {
    padding: 0;
}
section.small-business.website.seo-service .business-inner.development {
    gap: 10px;
}



.package-inner .right .package-box {
    display: flex;
    width: 31.7%;
    height: 208px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	border-radius: 20px;
	overflow: hidden;
}
.package-box h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
	text-align: center;
	margin: 0;
	font-family: "Inter", sans-serif;
	letter-spacing: 0.5px;
	line-height: 28px;
}
.package-box label {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: 1px solid #fff;
	border-radius: 100px;
	margin-bottom: 13px;
	transition: all 0.5s ease;
}
section.package .bookbtn a.darkbtn {
    margin-right: 0;
}
.package-inner .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.package-box p {
    font-size: 16px;
    font-weight: 400;
    padding: 0px 10px;
}
section.contact-wrape.contactus.seo .title-new p {
    margin-bottom: 0;
}
section.contact-wrape.contactus.seo .title-new.domain {
    max-width: 78%;
}
section.small-business.website.seo-service .title-new p{
	text-align: center;
}
.development .seo-service .seo-icon svg {
    right: 0;
}
.development .seo-service h4 {
    margin-bottom: 0;
}

.development .seo-service h4 {
    margin-bottom: 0;
	font-size: 26px;
	font-weight: 600;
	line-height: 30px;
}
.development .seo-service:nth-child(even) h4 {
    color: #1d395b;
}
.development .seo-service:nth-child(even) {
    background: #D6ECF0;
}
section.contact-wrape.contactus.seo .bookbtn {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.contact-wrape.contactus.seo .bookbtn a {
    background: #5EBECC;
    color: #fff;
}
section.contact-wrape.contactus.seo .bookbtn a:before {
    background: #1d395b;
}
section.package .title-new ul {
    margin-top: 16px;
}
section.package .title-new ul li {
    color: #1D395B;
    font-size: 16px;
    font-weight: 300;
}
section.package .title-new strong {
    color: #1D395B;
    font-weight: 700;
    font-size: 16px;
    margin: 25px 0px;
    display: flex;
}
section.package.support .package-inner p {
    padding-right: 0;
}

.seo-service-icon .seo-icon {
    width: 178px;
    height: 178px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3C8BD9;
    border-radius: 100%;
}
.seo-service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
}
.seo-service-icon:nth-child(2) .seo-icon {
    background: #FF0000;
}
.seo-service-icon:nth-child(3) .seo-icon {
    background: #008272;
}
.seo-service-icon:nth-child(4) .seo-icon {
    background: #395896;
}
.seo-service-icon:nth-child(5) .seo-icon {
    background: #F8930F;
}
.seo-service-icon:nth-child(6) .seo-icon {
    background: #0A66C3;
}
section.small-business.website.seo-service .business-inner.customers {
    background: #1D395B;
    padding: 50px 60px;
    border-radius: 20px;
}
.marketing-box h3 {
    font-size: 24px;
    color: #1D395B;
    margin-top: 11px;
    margin-bottom: 20px;
}
.marketing-box {
    background: #D6ECF0;
    padding: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
	border: 1px solid #5EBECC;
	border-radius: 10px;
	width: 31.3%;
}
section.inner-slider.advertising .marketing {
    display: flex;
    flex-wrap: wrap;
	gap: 40px;
}
.marketing-box p {
    font-size: 16px;
    color: #1D395B;
}
section.inner-slider.advertising .title-new {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
section.inner-slider.advertising .marketing .title-new h2 {
    margin-top: 90px;
    margin-bottom: 40px;
}
/*section.inner-slider.advertising:before {
    background: url(/wp-content/themes/child-theme/assets/images/marketing-services-border.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 80px;
    left: 30px;
}
*/


.package-box h4 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease;
}

/* Paragraph hidden by default */
.package-box p {
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.5s ease;
	height: 0px;
}

/* Hover state */
.package-box:hover h4 {
	opacity: 0;
	transform: translateY(-20px);
	height: 0px;
}

.package-box:hover p {
	opacity: 1;
	transform: translateY(0);
	height: auto;
	text-align: center;
}

.package-box.dark-blue:hover p {
    color: #fff;
}
section.package.support.migrations .package-inner.bottom {
    margin: 0;
}
section.package.support.migrations .package-inner.bottom {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
section.package.support.migrations .package-inner.bottom .title-new p {
    max-width: 75%;
    margin: 0 auto;
}
.digram-img {
    margin-top: 60px;
    margin-bottom: 40px;
}
section.testimonials.home-testi {
    background: #f8fdfe;
    padding: 70px 0 !important;
    position: relative;
}
.page-template-website-migrations section.testimonials.home-testi,
.page-template-website-migrations section.small-business.bottom-sec {
    display: none;
}
/*section.package.support.migrations:before{
	background: url(/wp-content/themes/child-theme/assets/images/migration-border.png);
	background-repeat: no-repeat;
}*/
.industrysection .bookbtn a:hover {
    color: #1D395B;
}
.industrysection .bookbtn a:before {
    background: #D6ECF0;
}
.page-id-157 .headermenu ul .hdrcontact a {
    color: #fff !important;
}
.page-id-157 .headermenu ul .hdrcontact a:hover{
	color: #5EBECC !important;
}
section.news-listing .title-new {
    width: 70%;
}
.text-news p {
	color: #1D395B;
}
.processformobile
{
    display: none;
}
@media screen and (max-width: 767px) {
.package-inner .right .package-box {
    background: #223655 !important;
}
.processformobile
{
    display: block;
}
.processfordesktop
{
    display: none;
}
}
.page-id-114 section.small-business.website.new-small {
    display: none;
}
.page-id-114 section.small-business.bottom-sec .business-inner .right {
    right: 0;
    left: inherit;
}
.page-id-114 section.small-business.bottom-sec .business-inner {
    flex-direction: row-reverse;
}
.headermenu ul.sub-menu {
    flex-direction: column;
    background: #fff !important;
    align-items: flex-start;
}
.headermenu ul.sub-menu li {
    margin: 0;
}
.primary-menu li.menu-item-has-children > ul {
    right: inherit;
    left: 0;
}
.primary-menu li.menu-item-has-children > ul.sub-menu {
    display: none;
}
.primary-menu li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
} 
body:not(.overlay-header) .primary-menu > li > ul:after {
    border-bottom-color: #fff !important;
    right: initial;
    left: 1.8rem;
}
.primary-menu ul.sub-menu
{
    width: 30rem;
}
.headermenu ul.sub-menu li a {
    color: #0f2f4e !important;
    text-transform: inherit;
    padding: 1rem 1.5rem;
}
.headermenu ul.sub-menu li a:hover
{
    color: #5ebecc !important;
}
.primary-menu .icon::before, .primary-menu .icon::after
{
    background-color: #5ebecc !important;
}
.anchor.singles-news-pages, .text-news li {
    color: #1D395B;
}
section.package.design-development.tab .title-new {
    margin: 0 5%;
    margin-bottom: 60px;
}
section.news-listing .zoom-img::after {
    display: none;
}



/* new style */


section.letscolaborate_fullwidth,
section.package.design-development.tab,
section.package.design-development{
	 display: none;
}
section.small-business.website.new-small.brand {
    padding: 80px 0 !important;
}
section.small-business.website.new-small.brand .business-inner .right {
    padding-left: 0px;
    position: absolute;
    right: 0;
    top: -35%;
}
.page-id-632 footer#site-footer, .page-id-629 footer#site-footer, .page-id-635 footer#site-footer{
    padding-top: 120px;
}
section.testimonials.home-testi.new .client-logo {
    width: auto;
}
/* section.small-business.bottom-sec.freeauditsection.brand .business-inner .right {
    position: absolute;
    top: -50%;
} */
section.small-business.bottom-sec.freeauditsection.brand .left-img.zoom-img img {
    height: auto;
}

/* new style end*/


/* new style 1-22-2026 */
.custom-slider.location-inner {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.location-inner .sliderbox .box-text h3 {
    font-size: 20px;
}
.location-inner .bookbtn{
	transition: transform .3s ease, opacity .3s ease;
}
.location-inner .bookbtn a {
	padding: 11px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1d395b;
	font-size: 15px;
	font-weight: normal;
	background: #5ebecc;
	border-radius: 5px;
}
.location-inner .box-text p {
    font-size: 16px;
}
.location-inner .bookbtn a:before {
    height: 41px;
    background: #ffffff;
}
section.inner-slider.location {
    background: #5EBECC;
}
.copyright-bottom a {
    color: #fff;
    text-decoration: none;
}
.location-btn {
    display: flex;
}
.location-btn .bookbtn.newbtn {
    margin-left: 15px !important;
}
.location-btn .bookbtn.newbtn a {
    background: #fff;
}
.location-btn .bookbtn.newbtn a:before {
    background: #5ebecc;
}
.location-btn .bookbtn a:before {
      border-radius: 5px !important;
}
.brand-left a {
    width: 100%;
}
/* new style end */

