/*--------------------------Header CSS ----------------------------*/

header {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}
 a:hover{
     cursor: pointer;
 }
body.logged-in.admin-bar {
    position: relative;
}
.header-full {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.navbar-fixed .header-full {
    padding: 15px 0;
}

.header-left {
    width:180px;
}

.header-right {
    width: calc(100% - 180px);
    display: flex;
    justify-content:flex-end;
    align-items: center;
}
.header-right > div {width: 100%;}
.header-right .hr-desk-view {display: flex; flex-flow: column-reverse wrap; align-items: flex-end; justify-content: flex-end; gap: 10px;}
.hr-desk-view .menubar {width: 100%;}

.header-logo a {display: inline-block;}
.header-logo img {
    height: auto;
    width: 100%;
}
.header-logo img.logo-dark{
    display: none;
}
.touch a {
    padding:10px 30px;
    color: var(--white);
    border:solid 2px var(--white);
    font-size:var( --fontSize18px);
    min-height: 44px;
    padding:2px 10px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
	font-size: 17px;
}
 
.touch a:hover{
background:var(--bgwhite);
color: var(--hcolor);
}
.navbar-fixed .touch a {border:solid 2px var(--bgbluenew); color: #fff; background-color: var(--bgbluenew);}
.navbar-fixed .touch a:hover {border:solid 2px var(--sitebluenew); color: #fff; background: var(--sitebluenew);}
.menubar nav>ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    padding: 0;
    margin: 0;
	list-style-type: none;
}

.menubar nav>ul>li {
    margin: 0;
    padding: 0
}

.menubar nav>ul>li>a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
	text-transform: uppercase;
	font-weight: 500;
}
.menubar nav>ul>li>a.arrow-nav {margin-left: 6px;}

.navbar-fixed .menubar nav>ul>li>a {
    color: var(--font-color)
}

.menubar nav>ul>li.menu-item-has-children a.arrow-nav span.menu-arw-desk, .navbar-fixed .menubar nav>ul>li.menu-item-has-children a.arrow-nav span.menu-arw-desk 
{
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url("../images/icons/menu_arw_ico.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center right;
    filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(2%) hue-rotate(4deg) brightness(114%) contrast(100%);
}
.navbar-fixed .menubar nav>ul>li.menu-item-has-children a.arrow-nav span.menu-arw-desk {filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(12%) hue-rotate(13deg) brightness(91%) contrast(100%);}
.menubar nav>ul>li.current-menu-item>a.arrow-nav>span.menu-arw-desk, .menubar nav>ul>li.current-menu-parent>a.arrow-nav>span.menu-arw-desk, .menubar nav>ul>li.current_page_item>a.arrow-nav>span.menu-arw-desk, .menubar nav>ul>li:hover>a.arrow-nav>span.menu-arw-desk {
    filter: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(3786%) hue-rotate(348deg) brightness(96%) contrast(99%) !important;
}
.menubar nav>ul>li:hover>a,.menubar nav>ul>li.current-menu-parent>a,.menubar nav>ul>li.current-menu-item>a, .menubar nav ul li.current-menu-ancestor>a, .menubar nav ul li.current-menu-item>a {
    display: inline-block;
    color: var(--bgbluenew);
    opacity: 1
}

.navbar-fixed .menubar nav>ul>li:hover>a,.navbar-fixed .menubar nav>ul>li.current-menu-parent>a,.navbar-fixed .menubar nav>ul>li.current-menu-item>a {
    color: var(--bgbluenew);
    opacity: 1
}
.header-right .hr-desk-view .toggle-menu {display: none;}
.navbar-fixed .hr-desk-view .touch {display: none;}

.t-menu{
    width: 30px;
    height: 30px;
    justify-content:flex-end;
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
}
.t-menu .nav-m{
    height: 2px;
    width:50%;
    background:var(--bgwhite);
    transition-duration: 0.2s;
}
.t-menu:hover .nav-m{
    width:80%;
    transition-duration: 0.2s;

}
.t-menu .nav-t{
    height: 2px;
    width:100%;
    background:#fff;
}
.navbar-fixed .t-menu .nav-t, .navbar-fixed .t-menu .nav-m{background: var(--bgbluenew)}
.side-menu{
    position: fixed;
    width: 100%;
    background:rgb(0, 0, 0,0.8);
    right:-100%;
    top:0;
    transition-duration:0.3s;
}
.side-menu.open{
    transition-duration:0.3s;
    right:0;
}
.side-menu ul.main-menu {
    max-width: 350px;
    background: #fff;
    margin-right: 0;
    opacity: 1;
    margin-left: auto;
    /* height: 100vh; */
    padding: 100px 30px 30px 50px;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    flex-direction: column;
    /* align-items: center; */
	overflow:auto;
}

.side-menu .mobile-menu-inner
{
    position: relative;
	max-width: 350px;
    background: #fff;
    margin-right: 0;
    opacity: 1;
    margin-left: auto;
    height: 100vh;
    padding: 100px 30px 100px 30px;

}
.side-menu .mobile-menu-inner .mobile-menu-wrap {height: calc(100vh - 220px); overflow-y: auto;}
.side-menu ul.main-menu {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    flex-direction: column;
	padding: 0;
}


.close {
    position: absolute;
    top: 45px;
    right: 40px;
    /* width: 30px; */
    cursor: pointer;
    transition-duration: 0.2s;
    z-index: 99;
}
.toggle-menu .close img{
    width:20px;
        filter: brightness(0%);
}
.close:hover {
    transition-duration:0.2s;
    transform: rotate(90deg);
}
.side-menu ul.main-menu li a {
    letter-spacing: 0.2px;
/*     color: var(--sitebluenew); */
	color: var(--hcolor);
    padding-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}
.side-menu ul.main-menu li a:hover {
     color: var(--bgbluenew);
}
.side-menu ul.main-menu li{
	padding-bottom: 10px;
	text-align:left;
}
.work-full h4{
    text-transform: uppercase;
}
.side-menu ul.main-menu li:last-child{
    padding-top:0px;
}
.slide-bg {
    background-color: #000000;
    height: auto !important;
    padding: 200px 0 80px;
    position: relative;
}
.menu-item-has-children>.sub-menu li {
    padding-bottom: 0px !important;
}
.menu-item-has-children>.sub-menu li:last-child {
    padding-bottom: 0px !important;
}

.navbar-fixed {
    /* animation: transY 1.6s linear; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 99999;
    -webkit-transform-origin: top;
    transform-origin: top;
    box-shadow: 0 7px 12px -6px rgb(0 0 0 / 15%);
    -webkit-animation: navtrans 0.3s ease-in;
    /* animation: navtrans 1s ease-in; */
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
       background: #fff;

    animation: transY .6s linear;
}
@keyframes transY {
    0% {
        opacity: 0;
        transform: translateY(-150px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes navtrans {
	0% {
		-webkit-transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}
@-webkit-keyframes navtrans1 {
    100%{transform: translateY(0%);}
    0%{transform: translateY(100%);}
}

@media (max-width: 1280px)
{
.header-right .hr-desk-view .toggle-menu {display: block;}
.header-right .hr-desk-view .menubar {display: none;}
	.header-right .hr-desk-view {flex-flow: row nowrap; align-items: center; gap: 15px;}
	.navbar-fixed .hr-desk-view .touch {display: block;}
}


.slide-content {text-align: center;}
.slide-content h1, .slide-content p{
color: var(--white);
	line-height: 1.2;
    /* text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.35); */
    text-align: center;
}
.slide-content h1 {width: 100%; max-width: 100% !important;}
.slide-content p {width: 100%; max-width: 100% !important; line-height: 1.4; font-weight: 400;}
.slide-content .site-button 
{
	width: auto;
    display: inline-block;
    margin-top: 20px;
}
footer {
	position: relative;
    padding:70px 0px 0;
    background-position: center;
}
footer:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
}
footer > .wrapper {position: relative;}
.footer-full {
    display: flex;
    flex-wrap: wrap;
    width:100%;
    justify-content: space-between;
    margin-bottom:20px;
}
.footer-one{
    width:33%;
}
.footer-one.one>p {
    margin-right:50px;
/* 	font-weight: 600; */
}
.footer-one:nth-child(2){
    width: 33%;
}
.footer-one:nth-child(3){
    width: 25%;
}
.footer-one:first-child p {
    margin-bottom: 20px;
    padding-bottom:0;
}
.foo-certify img {width: 200px !important; margin: 0 !important;}
.foo-certify {margin: 0 0 30px;}
.social p {
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.footer-one:first-child img{
    margin-bottom: 10px;
	width: 220px;
}
.footer-one h5{
    color: var(--white);
	padding-bottom: 15px;
}
.footer-one p{
    color: var(--white);
	font-size: 18px;
}
.footer-one.two p.email {
    display: flex;
    align-items: center;
    position: initial;
    padding-left: 0
}
.footer-one.two p.email.ico-size img {
    width: 33px;
    height: auto;
}
.footer-one.two p.email img {
    padding-right: 8px;
    position: initial;
}
.footer-one.two p.email:has(a:empty) {
    display: none;
}

.social{
    display: flex;
    flex-wrap:wrap;
}
.social ul{
    display: flex;
    width: 100%;
    padding-bottom: 0;
	padding-left: 0px;
	list-style-type: none;
	gap: 10px;
}
.social ul li {padding: 0;}
.social ul li a {
    width: 36px;
    display:inline-block;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.social ul li a img {margin: 0 !important;}
.quick-links{
/*     column-count:2; */
    padding-left:0;
	list-style-type: none;
}
.quick-links li a {
    color: var(--white);
/*     color: #FFFFFFab; */
	font-size: 18px;
}
.quick-links li a:hover{
    color: var(--white);
	opacity: 0.5;
}
.quick-links li {
    position: relative;
    padding-left: 25px;
    padding-bottom:10px;
}
.quick-links li:last-child {padding-bottom: 0px;}
.quick-links li::after {
    content: "";
    position: absolute;
    top:13px;
    left: 1px;
    width: 13px;
    height: 1px;
    background: #fff;
    transition: all .5s linear;
    opacity: 0;
}
.quick-links li a::before, .quick-links li a::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background: var(--white);
    background: #FFFFFFab;
    left: 0px;
    transition: all .5s linear;
transition-duration:0.5s;

}

.quick-links li a::before {
    transform: rotate(45deg);
    top: 11px;
}
.quick-links li a::after {
    transform: rotate(-45deg);
    top: 17px;
}
.email img {
    position: absolute;
    left:0;
    top: 0px;
}
.email{
    position: relative;
    padding-left: 38px;
}
.footer-one h6{
    font-weight: 500;
    text-transform: none;
    color:var(--white);
    padding-bottom:10px;
	font-size: 20px;
   
    font-weight: 600;
    /* font-family: "Work Sans"; */

}
.footer-one.three > div + div {margin-top: 20px;}
.email a {
    color: #fff;
	 
    font-size: 18px;
    font-weight: 400;
}

.footer-site-docs {
    padding: 8px 0 8px;
    border-top: solid 1px #727272;
    margin: 0;
}
.footer-site-docs h5 {
    color: #FFF;
    text-align: center;
    display: none;
}
.footer-site-docs .quick-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}
.footer-site-docs .quick-links li {
    padding: 0px 12px 0;
}
.footer-site-docs .quick-links li a {
    font-size: 14px;
    display: block;
    line-height: 1.4;
}
.footer-site-docs .quick-links li a::before {
    width: 1px;
    height: 70%;
    transform: rotate(0deg);
    top: 15%;
    left: 0px;
}
.footer-site-docs .quick-links li:first-child a::before{
    display: none;
}
.footer-site-docs .quick-links li a::after {
    opacity: 0;
}

.footer-bottom{
text-align: center;
padding:25px 0;
border-top:solid 1px #727272;
}
.footer-bottom p {
    font-size: 18px;
    color: var(--bgwhite);
}

.gotop.top-class{
    position: fixed;
    right: 30px;
    bottom: 100px;
    background: var(--hcolor);
/*     border: 2px solid #fff; */
	border: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.gotop.top-class i{
    color: var(--white);
    font-size: 15px;
}

.home-slider .slick-dots li button:hover:before, .home-slider .slick-dots li button:focus:before{
    display: none;
}
.home-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 25px;
    background-color: var(--white);
    height: 4px;
    padding: 1px;
    cursor: pointer;
    color:var(--white);
    border: 0;
    outline: none;
    opacity: 0.5;
}
.home-slider .slick-dots li button:hover{
    opacity: 1;
}

.home-slider .slick-dots li.slick-active button {
opacity: 1;
}
.home-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 6px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
}
.home-slider .slick-dots {
    bottom: 34px;
}

/* about section start */
.wp-block-columns{
    margin-bottom: 0;
}
.site-heading h2{
    position: relative;
}
.site-heading h2 span:before {
    content: "";
    display: inline-block;
    width: 70px;
    margin: 0;
    position: absolute;
    top: 14px;
    left: 0;
    border-color: var(--bgbluenew);
    border-style: solid;
    border-width: 1px 0 0;
}
span.top-head{
    font-size: 24px;
    margin-bottom:20px;
    color: var(--bgbluenew);
    margin-left:5rem;
}
.site-heading h2 span{
    display: block;
}
.about-full {
    display: flex;
    align-items: stretch !important;
    flex-wrap: wrap;
	gap: 80px;
}
.about-full .about-one:nth-child(1) {
    max-width: calc(50% - 0px);
}
.about-full .about-one:nth-child(2) {
    margin-right: 0px;
    flex: 1 0 calc(50% - 50px);
    max-width: calc(50% - 50px);
}
.about-full .about-one figure {margin: 0; height: 100%;}
.about-full .about-one figure img {height: 100%;}
.main-head{
    font-size:60px;
}
.about-full img{
    height: auto;
    object-fit: cover;
    object-position: 50% 25%;
}
.common-section .site-button{
    
    margin-top: 20px;

}
.site-button a, a.wp-block-button__link {
    padding: 10px 30px;
    color: #fff;
    border: solid 2px var(--bgbluenew);
    background-color: var(--bgbluenew);
    font-size: var( --fontSize18px);
    min-height: 47px;
    padding: 10px 25px;
    width: auto;
	min-width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    font-weight: 500;
}
.site-button a:hover, a.wp-block-button__link:hover {
    background: var(--sitebluenew);
	border: solid 2px var(--sitebluenew);
    color: #fff;
}
/* banner tab end */

/* Banner -- START */
.head-ser-bannner {
    position: relative;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    transition: all .5s ease-in-out;
    overflow: hidden;
    margin: 0 0 50px;
    z-index: 1;
}
.head-ser-bannner-innr {
    display: flex;
    align-items: center;
    height: 350px;
    margin: 0 auto !important;
}
.head-ser-bannner-innr h1 {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 0 60px;
}
.head-ser-bannner-innr h1::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 50px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
}
.head-ser-bannner-innr figure {
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.head-ser-bannner-innr figure img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
}
/* Banner -- END */

/* Title Block -- START */
.title-block {
    margin: 0 0 25px;
}
.title-block .wp-block-columns {

}
.title-block .wp-block-columns .wp-block-column {

}
.title-block .wp-block-columns .wp-block-column h3 {
    text-transform: uppercase;
    padding: 0 0 0;
}
.title-block .wp-block-columns .wp-block-column h3 span {
    display: block;
    color: var(--sitebluenew);
    font-weight: 300;
    margin: 0 0 5px;
}
/* Title Block -- END */

/* Service Block Page -- START */
.service-block {

}
.service-block:last-child,
.service-block:only-child {

}
.service-block .wp-block-column {
    position: relative;
    padding: 25px;
    background: #687a6b;
    box-shadow: 5px 7px 7px -4px rgb(0 0 0 / 15%);
    transition: all .5s linear;
	padding:45px;
}
.service-block .wp-block-column figure img {
    width: 80px;
    object-fit: contain;
 height: 60px; 
    margin-bottom: 46px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(81deg) brightness(106%) contrast(101%); 
}
.service-block .wp-block-column figure {
    text-align: right;
}
.service-block h4{
	color:#fff;
}
.service-block p, .service-block li{
	position: relative;
	color:#fff;
	padding-left: 20px;
}
.service-block li:before
{
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
}
.service-block ul {padding: 0; list-style-type: none;}
.service-block p:nth-child(1){
	color:#fff;
	    margin-bottom: 30px;
}
.ser-link{
	margin-top:20px
}
.service-block .ser-link a{
	color:#fff
}
.home .inner-page-spacing{
	padding: 0;
}
.about-section{
	padding-top:30px
}
.service-block .wp-block-column:hover {
    box-shadow: 5px 7px 7px -4px rgb(0 0 0 / 20%);
}   
.service-block .wp-block-column.column-dark {
    background: var(--sitebluenew);
	padding:45px;
}
.service-block .wp-block-column figure {

}
.service-block .wp-block-column figure img {

}
.service-block .wp-block-column h4 {
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 30px;
    font-size: var(--fontSize36px);
}
.service-block .wp-block-column h4::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 60px;
    height: 2px;
    background: var(--white);
}
.service-block .wp-block-column.column-dark h4::after {
    background: #fff;
}
.service-block .wp-block-column p {
    font-size: var(--fontSize24px);
}
.service-block .wp-block-column.column-dark h4 {
    color: #fff;
}
.service-block .wp-block-column.column-dark p {
    color: #fff;
}
/* Service Block Page -- END */

/* Section Banner -- START */
.section-banner {
    position: relative;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    overflow: hidden;
}
.section-banner .wp-block-column {
    padding: 100px 60px;
}
.section-banner .wp-block-column h3.wrapper {
    color: #fff;
}
.section-banner .wp-block-column p.wrapper {
    color: #fff;
    margin: 15px auto 0;
}
.service-block .wp-block-column p.ser-link a {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}
.service-block .wp-block-column p.ser-link a::after {
    content: "";
}
.service-block .wp-block-column.column-dark p.ser-link a {
    color: #fff;
}
.service-block .wp-block-column p.ser-link a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: all .5s linear;
}
.service-block .wp-block-column.column-dark p.ser-link a::after {
    background: #fff;
}
.service-block .wp-block-column p.ser-link a:hover::after {
    width: 100%;
}
.section-banner .wp-block-column figure {
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section-banner .wp-block-column figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 35%);
}
.section-banner .wp-block-column figure img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
}
/* Section Banner -- END */

/*****contact page design***/
.contact-detail {
    background-color: var(--sitebluenew);
    padding: 20px;
}
.contact-detail p {
    color: #fff;
    padding-left: 30px;
    position: relative;
}
.contact-detail p a{
    color: #fff;
}
.contact-detail p a:hover {
    color: #000;
}
.address:before {
    content: '\f041';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 4px;
    top: 0;
    font-size: 20px;
}
.mobile:before {
    content: '\f10b' !important;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 4px;
    top: 0;
    font-size: 20px;
}
.mail-field:before {
    content: '\f0e0' !important;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap textarea  {
    width: 100%;
    padding: 10px 18px;
    margin-bottom: 20px;
    font-size: 18px;
    border: solid 1px #cbcbcb;
}
.map {
    margin-bottom: 50px;
}
.wpcf7-form-control-wrap select {
    color: #888284;
}
.wpcf7-form.invalid .wpcf7-response-output {
    border: none;
}
.wpcf7-form-control-wrap textarea {
    resize: none;
    height: 151px;
}

.project-section .project-listing {
    
    padding: 30px 0px 0;
}
.home-team-sec .team-sec {
    padding: 80px 0px 80px;
}

.tab {
    overflow: hidden;
    border: 0;
    background-color: #fff;
    order: 2;
    width: 7%;
}
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  .tab button:hover {
    background-color: #ddd;
  }
  
  .tab button.active {
    background-color: #ccc;
  }
  
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 0;
    border-top: none;
    width: 93%;
    padding-right: 0;
}
.home-blog-full li{
    list-style-type: none;
}
.home-blog-full li.active {
    list-style-type: none;
    width: 90px;
    height: 90px;
    background-color: #004f7e;
    text-align: center;
    margin-right: 0px;
    color: #fff;
}
.home-blog-full li {
    list-style-type: none;
    width: 90px;
    height: 90px;
    background-color: #fff;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 34px;
    color: var(--hcolor);
    display: flex;
    font-weight: bold;
    /* font-family: "S FPro Display"; */
    text-align: center;
    margin-right: 0px;
    align-items: center;
    justify-content: center;
	padding-bottom:0;
}
.home-blog-full {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.home-blog-full h6{
    font-size: 24px;
    letter-spacing: 0px;
    /* line-height: 42px; */
    color: #004f7e;
    padding-bottom: 10px;
}
.home-blog-full h3{
    font-size: 34px;
    letter-spacing: 0px;
    /* line-height: 42px; */
    text-transform: uppercase;
    margin-bottom: 25px;
}
.home-blog-full h5{
    width: 395px;
    /* height: 61px; */
    font-size: var(--fontSize36px);
    letter-spacing: 0px;
    line-height: 40px;
    text-transform: capitalize;
    color: var(--hcolor);
    font-weight: bold;

}
.home-blog-full p {
    width: 380px;
    /* height: 157px; */
    font-size: var(--fontSize24px);
    line-height: 32px;
    color: var(--hcolor);
}
.bg-full {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.blog-one {
    width: 40%;
}
.blog-one:nth-child(2) {
    width: 55%;
}
.blog-one img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}
.tab {
    overflow: hidden;
    border: 0;
    background-color: #fff;
    order: 2;
    width: 7%;
}
.blog-btn{
    margin-top: 30px;
}
.blog-btn.site-button a {
    background: var(--bgbluenew);
	border: solid 2px var(--bgbluenew);
    color: #fff;
	text-transform: capitalize;
}
.blog-btn.site-button a:hover {
    background: var(--sitebluenew);
	border: solid 2px var(--sitebluenew);
    color: #fff;
}
.h-blogs .blog-btn.site-button a {
    background: var(--bgbluenew);
	border: solid 2px var(--bgbluenew);
    color: #fff;
}
.h-blogs .blog-btn.site-button a:hover {
    background: var(--sitebluenew);
	border: solid 2px var(--sitebluenew);
    color: #fff;
}

.team-des .team-full {
	padding-bottom:30px
}

.home-testi-full {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.testi-one:nth-child(1){
    width: 30%;
}
.home .testi-one:nth-child(1){
	display: none;
}
.testi-one:nth-child(2){
    width: 100%;
}
.testi-content{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
	width: 100%;
    position: relative;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 12%);
	transition: all 0.1s linear;
}
.h-testy .testi-content {margin: 15px;}
.testi-content img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 30px !important;
    margin: 0 auto;
	 object-fit: cover;
}
.testi-one:nth-child(1) img {
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.home-testi .testi-one:nth-child(1) img {
	height: 600px;
}
.page-id-372 .home-testi .testi-one:nth-child(1) img {
	height: 60px;
}
.testi-one:nth-child(2){
    padding: 65px;
}
.home-testi-full h2 {
    margin-bottom: 15px;
    font-size: 36px;
    text-align: center;
	
	margin-bottom: 0;
	padding-bottom: 15px !important;
}
.testi-content .description p{
    position: relative;
    margin-top: 50px;
    margin-bottom: 40px;
    max-width: 90%;
    margin: 0 auto;
}
.testi-content .description p:first-of-type:before {
    content: "";
    position: absolute;
    color: #fff;
    left: -40px;
    top: -23px;
    width: 26px;
    height: 26px;
    background-size: contain;
    background: url(../images/right-arrow.webp);
	filter: brightness(0) saturate(100%) invert(9%) sepia(73%) saturate(6385%) hue-rotate(351deg) brightness(105%) contrast(95%);
    background-size: contain;
    background-repeat: no-repeat;
}
.testi-content .description p:last-of-type:after {
    content: "";
    position: relative;
    display: inline-block;
    color: #fff;
    right: -20px;
    bottom: -23px;
    width: 26px;
    height: 26px;
    background-size: contain;
    background: url(../images/left-arrow.webp);
	filter: brightness(0) saturate(100%) invert(43%) sepia(98%) saturate(306%) hue-rotate(314deg) brightness(88%) contrast(84%);
    background-size: contain;
    background-repeat: no-repeat;
	display: none;
}

.prj-title h2 {
    padding-bottom: 5px;
    font-size: 36px;
}
.prj-details .prj-img img {
	height: auto;
}
.authoe-name {
    font-size: 26px;
    padding-bottom: 0px;
    color: var(--hcolor);
    font-weight: 600;
	margin-top:30px;
	font-family: 'Tenor Sans';
}
.ltst:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: solid 0px #666;
}
.designiation{
    font-size: 18px;
    padding-bottom: 5px;
    color: #9f9d9d;
    font-weight: 600;
}
.home-testi-full .slick-dots li.slick-active button{
    opacity: 1;
    
}
.home-testi-full .slick-dots li button:before {
   display: none;
}
.home-testi-full .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 0px;
    padding: 2px;
    cursor: pointer;
    color: transparent;
    opacity: 0.5;
    border: 0;
    outline: none;
    background: #939393;
}
.home-testi-full .slick-dots {
    position: absolute;
    bottom: -60px;
}
.testi-inner-content .testi-one{
    width: 100%;
}
.testi-inner-content .testi-content img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px !important;
    margin: 0 auto;
}
.author-content {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.author-content-full .designiation{
    display: block;
}


.testi-inner-content .testi-content{
    width: 100%;
    position: relative;
    padding: 30px;
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 12%);
	transition: all 0.1s linear;	
}
.testi-inner-content .testi-content .description {
    position: relative;
    margin-top: 50px;
    margin-bottom: 40px;
    max-width: 90%;
    margin: 0 auto;
/*     font-style: italic; */
    font-weight: 400;
}
/* blog section start */


/* blog section start */
.blog .blog-d {
    overflow: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
	background: #ffffff;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.blog .blog-d .part-img img {
    width: 100%;
    height: 300px;
	height:270px;
    object-fit: cover;
}
.part-img img{
	 width: 100%;
    height: 300px;
	height:270px;
    object-fit: cover;
}
.blog .blog-d .part-txt {
    padding: 25px 25px 75px 25px;
    position: relative;
    height: 100%;
}
.blog-cat {margin-bottom: 15px;}
.blog-cat a {font-size: 16px; color: var(--bgbluenew); text-transform: uppercase; font-weight: 600;}
.blog-cat a:hover {color: var(--sitebluenew);}
.blog-d .site-button{
    margin-top: auto;
	position: absolute;
    left: 25px;
    width: auto;
    bottom: 25px;
    max-width: calc(100% - 50px);
}
.blog .blog-d .part-txt .date {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #000;
    letter-spacing: 0;
    font-weight: 500;
}
.blog .blog-d .blog-inner:hover .part-txt .date:after {
    background: var(--bgwhite);
    border-color: var(--siteblue);
    -webkit-animation: 5s spin linear infinite;
    animation: 5s spin linear infinite;
}
.blog .blog-d .part-txt h2 {
	font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-bottom:15px;
	padding-bottom: 0;
/* 	font-family: 'Mulish'; */
}
.blog .blog-d .part-txt h2 a{
    
    font-size: var(--listhdfontSize);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--hcolor);
    margin-bottom: 15px;
}
.blog .blog-d .part-txt h2 a:hover{
	color: var(--sitebluenew);
}

.blog .blog-d .part-txt p {
/*    font-size: 18px; */
    margin-bottom: 15px;
    margin-top: auto;
	padding: 0;
}
.blog-details .blog-details-one .part-txt .date:after{
	display:none;
}
.recent-post h4{
	display:none
}
.pagination {
	 margin-top: 50px;
    width: 100%;
    text-align: center;
}
nav.pagination:empty {display: none;}

.page-numbers {
	 display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--hcolor);
    border: 2px solid var(--hcolor);
    line-height: 20px;
    width: 45px;
    height: 45px;
    color:#fff;
	font-size: 16px;
	border-radius: 50%;
}

.page-numbers.current, .page-numbers:hover {
    background-color: var(--bgbluenew);
    border: 2px solid var(--bgbluenew);
    color: #fff;
}

.blog .blog-d:hover {
    -webkit-box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
}

.blog-full{
    display: flex;
    flex-flow:wrap;
    justify-content: flex-start;
    width: 100%;
	gap: 30px;
}
.blog-d{
    -webkit-box-flex: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc(33.333% - 20px);
   
}
.blog-details-full .blog-d {width: calc(50% - 15px);}
.blog-d .blog-inner{

    display: flex;
    flex-direction: column;
    margin: 0 0px 0;
    height: 100%;
    overflow: hidden;
    
}
.blog-details-full{
    display: flex;
    flex-flow:wrap;
    justify-content: space-between;
    width: 100%;
}
.blog-details-one{
    margin-right: 30px;
    flex: 1 0 calc(70% - 30px);
    max-width: calc(70% - 30px);
    text-align: left;
    background-color: var(--bgwhite);
}
.blog-details-one:nth-child(2){
    margin-right: 0px;
    flex: 1 0 calc(30% - 0px);
    max-width: calc(30% - 0px);
    
    background-color: var(--bgwhite);
}
.blog-details .blog-details-one .part-img img {
    width: 100%;
	    height: auto;
}
.blog-details .blog-details-one .part-txt {
    padding: 0px;
    position: relative;
}
.single-cpt-case-studies .blog-details-one .part-img img {
    width: 100%;
    height: auto;
	max-width: 250px;
}
.blog-details .blog-details-one .part-txt .date {
	display: none;
    position: absolute;
    bottom: 100%;
    left: 25px;
    text-align: center;
    width: auto;
    height: 51px;
    line-height: 50px;
    border-radius: 0;
    color: var(--bgwhite);
    font-size: 15px;
    text-transform: uppercase;
    padding: 0px 15px;
    margin-bottom: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 2;
    background-color: var(--sitebluenew);
}
.blog-details .blog-details-one .part-txt .date:hover{
	color:#fff;
}
.blod-details-content h2 {
/*     font-size: 30px; */
    text-transform: capitalize;
    margin-top: 30px;
/* 	line-height:36px; */
	padding-bottom: 15px;
}
.blod-details-content ol {padding-left: 45px; padding-bottom: 20px;}
.blog-details .blog-details-one .blog-inner:hover .part-txt .date:after {
    background: var(--bgwhite);
    border-color: var(--siteblue);
    -webkit-animation: 5s spin linear infinite;
    animation: 5s spin linear infinite;
}
.cpt-case-studies-template-default .blog-details-one:nth-child(2) ul {
    padding-bottom: 35px;
}
.cpt-case-studies-template-default .sidebar .side-blog{
	margin-bottom:0px
}
.blog-details .blog-details-one .part-txt .date:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:var(--sitebluenew);
    border: 1px dashed var(--bgwhite);
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
}
.blog-details .blog-details-one:hover .part-txt .date {
    color: #fff;
}
.tags p.wp-block-tag-cloud {display: flex; flex-flow: row wrap; align-items: center; gap: 10px;}
.tags a {
    height: auto;
    line-height: 1.2;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 26px;
    font-size: 16px !important;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--colorblack);
	margin-right: 0;
}

.blog-details-one .sidebar ul#sidebar-blog {padding: 0;}

.blod-details-content h3, .blod-details-content h4, .blod-details-content h5, .blod-details-content h6 {
    margin-top: 20px;
	padding-bottom: 20px;
}
.blod-details-content h3+h4, .blod-details-content h4+h5, .blod-details-content h5+h6, .blod-details-content h3+h5 {
    margin-top: 0px;
}

.navbar-fixed .header-logo img {
    margin: 0px 0;
}

.navbar-fixed .header-logo img.logo-light{
    display: none;
}
.navbar-fixed .header-logo img.logo-dark{
    display: block;
}
.tags a:hover {
    background-color: var(--sitebluenew);
    color: #fff;
    border: 1px solid var(--sitebluenew);
}
 .sidebar .category {
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
    padding-top: 25px;
    margin-bottom: 30px;
	 padding-bottom:25px;
}
.sidebar .category h3 {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--siteblue);
    padding: 0 40px 25px;
    margin-bottom: 0;
}
.sidebar .category ul {
    padding: 0 40px;
    margin: 0;
}
.sidebar .category ul li {
    list-style: none;
    margin-bottom: 0;
    display: flex;
}
.sidebar .category ul li span{
    padding: 15px 0 15px 0px;
    width:5%;
}
.sidebar .category ul li a {
    display: block;
    font-size: 20px;
    width: 95%;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--hcolor);
    padding: 15px 0 15px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}
.sidebar .category ul li{
	padding-bottom:0px;
}
.sidebar .side-blog {
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
    padding-top: 30px;
    margin-bottom: 30px;
	padding-bottom:40px;
}
.sidebar .side-blog h3 {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--siteblue);
    padding: 0 40px 25px;
    margin-bottom: 0;
}
.sidebar .side-blog ul {
    padding: 0 40px;
    margin: 0;
}
.sidebar .side-blog ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar .wp-block-group.grp {
    -webkit-box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
    padding: 25px;
    margin-bottom: 30px;
}
.sidebar .wp-block-group.grp:last-child {margin-bottom: 0;}
.sidebar .wp-block-group.grp h3 {
	color: var(--hcolor);
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.sidebar .wp-block-group.grp ul {
	padding: 0;
}

.rcs-post .side-blog {padding: 0 !important; box-shadow: none !important;}
.rcs-post .side-blog  h3 {display: none !important;}
.sidebar .grp.r-post.rcs-post ul li {border-top: none; padding-top: 0;}
.sidebar .grp.r-post.rcs-post ul li:last-child {padding-bottom: 0;}

.sidebar .tags ul {display: flex; flex-wrap: wrap;}
.sidebar .tags ul li {
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    border: 1px solid var(--siteblue);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--siteblue);
    margin-bottom: 20px;
    margin-right:15px
}
.sidebar .tags ul li a {
   
    font-weight: 600;
    text-transform: capitalize;
    color: var(--siteblue);
    
}
.sidebar .tags ul li:hover {
    color: var(--bgwhite);
    background: var(--siteblue);
}
.sidebar .tags ul li:hover a {
    color: var(--bgwhite);
}
.sidebar .grp.categ ul {list-style-type: none;} 
.sidebar .grp.categ ul li, .sidebar-categories.wp-block-group.grp li {font-size: 18px; margin-bottom: 0;}
.sidebar .grp.categ ul li a, .sidebar-categories.wp-block-group.grp li a {font-size: 18px; text-transform: capitalize;} 
.sidebar .grp.r-post ul li 
{
	display: grid;
    grid-template-columns: 60px auto;
    gap: 15px;
    align-items: flex-start;
}
.sidebar .grp.r-post ul li a.wp-block-latest-posts__post-title, .sidebar .side-blog ul li a {font-size: 18px;}
.sidebar .grp.r-post.rcs-post ul li {display: flex; flex-flow: row nowrap; align-items: center;}
.sidebar .grp.r-post.rcs-post ul li img {width: 60px; height: auto; object-fit: contain;}
.sidebar .grp.r-post.rcs-post ul li a {width: calc(100% - 75px);}

 .home-testi.common-section{
    padding-bottom:0px;
    padding-top:0px;
 }
 #tab-01{
    display: block;
 }
 .home-blog-full .tabcontent{
    padding:0;
 }
.ser-link{
	display:none;
}
.gotop a{
	font-size:15px;
	color: #fff;
}
.gotop.top-class img {height: 22px;}
.gotop.top-class:hover{
	background-color: var(--bgbluenew);
}
.gotop.top-class:hover a{
	color:#fff;
}
.social ul li a:hover {
	opacity: 0.5;
}
.social ul li a:hover i{
	color:#fff;
}
.email a:hover{
	 color: var(--white);
	opacity: 0.5;
}
.team-des .team-sec {
    padding: 0px 0px 0px;
}
.team-text h4:hover{
	color: var(--sitebluenew);
}
.team-text h4 a {color: var(--hcolor); text-transform: uppercase; font-size: var(--listhdfontSize);}
.team-text h4 a:hover {color: var(--sitebluenew);}
.home-blog-full li{
	padding:0;
}
.blog-btn.site-button.project-button{
	    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.team-sec h2{
	font-size:36px;
	line-height: 1;
}
.home-testi .blog-btn.site-button a{
	margin-right:0px;
	margin-top: 10px;
}
.testi-slide.slick-dotted.slick-slider {width: 100%; max-width: 1200px; margin-bottom: 60px; margin-right: auto; margin-left: auto;}
.home-testi-full .slick-dots {
    position: absolute;
    bottom: -50px;
}
.page-id-372 .home-testi-full{
	padding:70px 0;
}
.page-id-30 .team-sec {
    padding: 70px 0px 70px;
	background-color: #f2f2f2;
}
.menu-item-has-children.menuselected .sub-menu {
display: block !important;
	vertical-align: middle;
	}
	.menu-item-has-children>.sub-menu li a {
    border-bottom: none;
}
	.menu-item-has-children>.sub-menu li {
    width: 100%;
}
.menu-item-has-children>.sub-menu li {
   
		width: 100%;
	}
.control-label{
		cursor:pointer;
	}
	.control-label:after{
		position:absolute;
		font-size:25px;
		content:'\f105';
		right:3px;
		top:-2px;
		color:#fff;
		    font-family: 'FontAwesome';
			transition-duration:0.5s;
	}
	.menuselected>.control-label:after{
		transform:rotate(90deg);
			transition-duration:0.5s;
	}
	.menu-item-has-children>.sub-menu li a{
		border-bottom:none;
		font-size: 16px !important;
		position:relative;
		text-transform: uppercase;
		font-weight: 500;
	}
		.menu-item-has-children.menuselected .sub-menu{
		min-height:auto;
		height:auto;
		max-height:1000px;
		transition-duration:0.5s;
			
	}
	
		.menu-item-has-children>ul.sub-menu:before{
		display:none;
	}
.mobile-menu li.menu-item-has-children.down> .fa-angle-right {
/*     transform: rotate(90deg); */
	    transform: rotate(270deg);
    transition-duration: 0.5;
}
.mobile-menu li.menu-item-has-children {
    position: relative;
}
.mobile-menu li.menu-item-has-children a.arrow-nav {
    position: absolute;
    top: -2px;
	right: 0px;
    width: 40px;
    text-align: center;
	padding-right: 0;
}
.mobile-menu li.menu-item-has-children a.arrow-nav span.menu-arw-fa 
{
    width: 30px;
    height: 20px;
    display: inline-block;
    background-image: url("../images/icons/menu_arw_ico.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right;
}

.mobile-menu li.current-menu-item>a.arrow-nav>span.menu-arw-fa, .mobile-menu li.current-menu-parent>a.arrow-nav>span.menu-arw-fa, .mobile-menu li.current_page_item>a.arrow-nav>span.menu-arw-fa, .mobile-menu li:hover>a.arrow-nav>span.menu-arw-fa {
    filter: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(3786%) hue-rotate(348deg) brightness(96%) contrast(99%);
}

.mobile-menu li.menu-item-has-children .fa-angle-right {
	position: relative;
	right: 5px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    transform: rotate(90deg);
}

.mobile-menu li.menu-item-has-children .sub-menu {
    transform-origin: top;
    margin-left: 10px;
    margin-top: 10px;
	padding: 0;
	list-style-type: none;
}
.side-menu ul.main-menu li.current_page_ancestor>a, .side-menu ul.main-menu li.current_page_item>a, .side-menu ul.main-menu li.current-menu-item>a, .side-menu ul.main-menu li.current-menu-ancestor>a{
	 color: var(--bgbluenew);
	font-weight: 500;
}
.inner-page-spacing h3{
	font-size: 30px;
}
textarea::-webkit-input-placeholder {
    font-size: 20px;
   font-family: 'Mulish';
}

textarea:-moz-placeholder { /* Firefox 18- */
    font-size: 20px;
    font-family: 'Mulish';
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    font-size: 20px;
    font-family: 'Mulish';
}
.email-one h3{
	font-size:22px
}

textarea:-ms-input-placeholder {
    font-size: 18px; 
    font-family: 'Mulish';
}
.email-one .wp-block-image {
	border: 1px dashed var(--hcolor) !important;
}
.email-one:nth-child(3) .wp-block-image img{
	position:relative;
	top:-3px;
}
.social p{
	font-weight:600;
	margin: 0px 0 15px !important;
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-linkedin:before {
  content: "\f0e1";
}
select{
	-webkit-appearance: menulist;
	background: transparent;
	border-radius:0px
}
input,
option
 {
   -webkit-appearance: none;
  
   background: transparent;
	 border-radius:0px
}
.about-team .blog-btn.site-button a{
	margin-right:0px;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap textarea{
	appearance:none;
}
.wpcf7-form-control-wrap select{
	position:relative;
	 -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
	cursor:pointer;
}
.blog-btn.site-button a{
	margin-right:0px
}
.team-img figure:after{
	display:none;
}
.case h2:hover{
	color: var(--sitebluenew);
}
.inner-ban-image {position: relative;}
.inner-ban-image:before{
    content:'';
    position:absolute;
	top:0;
	left:0;
	display:inline-block;
	width:100%;
	height:100%;
    background: rgba(0, 0, 0, 0.3);
}
.in-ban-content .wrapper {
    position: absolute;
    bottom: 80px;
    max-width: 1920px;
    width: 100%;
}
.inner-ban-image img{
	width:100%;
	height: 450px;
	object-fit:cover;
	object-position: 50%;
}
.in-ban-content{
	padding:0 !important
}
.pj-content h2{
    text-transform: uppercase;
}
.pj-content h2 a{
    font-size: var(--listhdfontSize);
	color: var(--hcolor);
}
.pj-content h2 a:hover{
	color: var(--sitebluenew);
}
.minus.title{
    font-size: 28px;
	line-height: 1.2;
}
.home-blog-full h3{
    display: none;
}
.pop-ff h3{
	text-transform:capitalize !important;
}

.privacy-policy .inner-page-spacing h3 {
    font-size: 30px;
    text-transform: capitalize;
	margin-top: 20px;
}
.privacy-policy .inner-page-spacing h4 {margin-top: 20px;}
.slide-bg::before{
	content:'';
	display:inline-block;
    display: none !important;
	position:absolute;
	top:0;
	left:0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0,0.3);
}
.banner-bg{
	height:750px;
	width:100%;
	object-fit:cover;
}
.overlay{
	position: absolute;
    top: 40%;
    max-width: 1920px;
    width: 100%;
}
.header-bottom{
	    position: absolute;
    bottom: 20px;
    /* right: 180px; */
    left: 30px;
    right: auto !important;
    cursor: pointer;
    transition-duration: 0.2s;
    z-index: 99;
}
.header-bottom .social {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    text-align: center;
}
.header-bottom .social ul {
    display: flex;
    padding-bottom: 0;
    padding-left: 14px;
    padding-left: 0;
}
.header-bottom .social ul li {padding: 0;}
.header-bottom .social ul li a:hover{
	background-color:transparent;
}
.header-bottom .social p {
    font-weight: 600;
    color: var(--hcolor);
    padding: 0;
    margin-left: 10px;
	    font-size: 17px;
}
.header-bottom .social ul li a {
    width: auto;
    display: inline-block;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.header-bottom .social ul li a img {height: 15px; width: auto; filter: brightness(0) saturate(100%) invert(12%) sepia(43%) saturate(2818%) hue-rotate(190deg) brightness(89%) contrast(103%);}
.prj-detail-full .latest-post {
    padding: 40px 45px;
    background: #e7e7e7;
}
.max-para-80{
	max-width:70%;
	margin:0 auto;
}

.desktop-view .menu-item-has-children
{
    position: relative;
}
.desktop-view ul.sub-menu
{
    position: absolute;
    left: 0%;
    width: auto;
    min-width: 250px;
    height: auto;
    z-index: 99;
    background-color: #fff;
    padding: 15px 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transform-origin: top;
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
	    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s cubic-bezier(.165,.84,.44,1);
    transition: all 0.2s cubic-bezier(.165,.84,.44,1);
}
.desktop-view .menu-item-has-children:hover > ul.sub-menu
{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s cubic-bezier(.165,.84,.44,1);
    transition: all 0.2s cubic-bezier(.165,.84,.44,1);
}
.desktop-view ul.sub-menu > li
{
    display: block;
    width: 100%;
    list-style-type: none;
    margin: 0 0 8px;
    transition: all 0.2s linear;
}
.desktop-view .menu-item-has-children > ul.sub-menu > li {transform: translateY(5px) ; opacity: 0; transition: all 0.2s linear;}
.desktop-view ul.sub-menu > li {margin-left: 0 !important;}
.desktop-view ul.sub-menu > li:last-child {margin: 0;}
.desktop-view .menu-item-has-children:hover > .sub-menu li
{
    transform: translateY(0);
    opacity: 1;
    transition: all 0.3s linear 0.1s;
}
.desktop-view ul.sub-menu > li > a
{
    display: inline-block;
    list-style-type: none;
    color: #343231;
    width: 100%;
    padding: 0 15px;
    position: relative;
    font-size: 16px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.desktop-view ul.sub-menu > li > a:hover, .desktop-view ul.sub-menu li.current_page_item > a
{
    color: var(--bgbluenew);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.desktop-view ul.sub-menu ul.sub-menu {left: 250px; top: 0; box-shadow: none;}
.desktop-view ul.sub-menu > li > a:before {display: none !important;}
.desktop-view > ul > li.current-menu-parent > a, .desktop-view > ul > li.current_page_item > a {color: #343231; border-color: var(--bgbluenew);}

.hide, .wp-block-columns.hide { display: none !important; }
.hidden{ visibility: hidden !important}

/*--------------*/

.main-slider.slick-slider {margin: 0 !important;}

.h-ysm-wrapper {background-color: #fef9ef;}
.h-ysm-wrapper h2, .h-ywb-wrapper h2, .h-kpf-heading h2, .h-wpc-wrapper h2 {color: #efc5a8; padding: 0 !important; margin: 0 0 50px; font-size: 48px !important;}
.h-ysm-wrapper h2 strong, .h-ywb-wrapper h2 strong, .h-kpf-heading h2 strong {color: #687a6b;}
.h-wpc-wrapper h2 strong {color: #fff;}
.h-ysm-wrapper p {width: 100%; max-width: 920px; margin: 0 auto; display: table;}
.h-wpc-wrapper h2 strong {display: block; margin-top: 10px;}

.h-lcon-section {background-color: #687a6b;}
.h-lcon-section .site-heading h2 span:before {display: none;}
.h-lcon-section .site-heading h2, .h-about-section .site-heading h2 {padding-bottom: 25px;}
.h-lcon-section h2, .h-lcon-section p, .h-lcon-section li {color: #fff;}
.h-lcon-section .site-button a {
    color: #fff;
    border: solid 2px #ffff;
    background-color: transparent;
}
.h-lcon-section .site-button a:hover {
    color: #687a6b;
    border: solid 2px #ffff;
    background-color: #fff;
}

.hm-faq-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}

.wp-block-columns.h-kpf-3cols {display: flex !important; flex-flow: row wrap !important; gap: 35px;}
.wp-block-columns.h-kpf-3cols figure.wp-block-image {margin: 0 -30px 30px;}
.wp-block-columns.h-kpf-3cols h3 {padding-bottom: 25px; line-height: 1.3;}
.wp-block-columns.h-kpf-3cols .wp-block-column {padding: 0 30px 40px; background-color: #fff; box-shadow: 0 0 12px rgba(0,0,0,0.2);}
.h-kpf-btn {margin-top: 40px;}

.foo-disc {font-size: 16px; line-height: 1.4; color: #fff; margin: 0 0 20px; padding: 20px 0 0; border-top: solid 1px #727272;}
.foo-disc b {font-weight: 600; color: #f3c7ab;}

.h-wpc-wrapper {background-color: #687a6b;}
.wp-block-columns.h-wpc-blocks {display: flex !important; flex-flow: row wrap !important; gap: 30px;}
.wp-block-columns.h-wpc-blocks > .wp-block-column {width: calc(33.333% - 20px); flex-basis: calc(33.333% - 20px) !important; padding: 40px; background-color: #fff; box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);}
.wp-block-columns.h-wpc-blocks > .wp-block-column h3 {text-transform: none; line-height: 1.3; font-size: 26px;}
.wp-block-columns.h-wpc-blocks > .wp-block-column:nth-child(even) { background: var(--sitebluenew);color: #FFF;}
.wp-block-columns.h-wpc-blocks > .wp-block-column:nth-child(even) h3, .wp-block-columns.h-wpc-blocks > .wp-block-column:nth-child(even) p{ color: #FFF; }

.mobile-menu li.menu-item-has-children > .fa-angle-right {display: none;}

.wp-block-group.gm-service-grp.grp1 {
    padding: 30px 0 50px;
}
.wp-block-columns.h-wpc-blocks.gm-service-block > .wp-block-column {
    padding: 40px;
    background-color: #687a6b;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);
}

.wp-block-columns.h-wpc-blocks.gm-service-block > .wp-block-column:nth-child(even){
    background: var(--sitebluenew);
}
.wp-block-columns.h-wpc-blocks.gm-service-block > .wp-block-column h3,
.wp-block-columns.h-wpc-blocks.gm-service-block > .wp-block-column p{
    color: #FFF;
}

.bl-bott-fl 
{
	display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.bl-bott-fl > div
{
	display: grid;
    grid-template-columns: 20px auto;
    gap: 10px;
}
.bl-bott-fl > div span, .bl-bott-fl > div a {font-size: 17px; color: var(--font-color);}
.bl-bott-fl .categories a {text-transform: capitalize;}
.bl-bott-fl > div a:hover {font-size: 17px; color: var(--sitebluenew);}
.bl-bott-fl > div img {filter: brightness(0) saturate(100%) invert(9%) sepia(73%) saturate(6385%) hue-rotate(351deg) brightness(105%) contrast(95%);}
figcaption.wp-element-caption {text-align: center; color: var(--sitebluenew);}

.fancybox-container {z-index: 99999999 !important;}
.fancybox-slide {padding: 20px !important;}

.abt-team-wrapper {border-top: 1px solid #ccc;}

.page-id-13 .inner-page-spacing .about-team h2 {padding-bottom: 15px;}

.h-casest .case-study-sec, .h-blogs .blog-section, .h-about-section {background-color: #f5f5f5;}
.h-about-section, .h-blogs .blog-section, .h-casest .case-study-sec {background-position: center; background-repeat: repeat; background-size: cover;}
.h-about-section {background-image: url("../images/bg_pattern_left.jpg");}
.h-blogs .blog-section:nth-child(2), .h-casest .case-study-sec {background-image: url("../images/bg_pattern_center.jpg");}

.h-casest .site-headding h2, .h-blogs .site-headding h2 {text-align: center; margin-bottom: 15px; text-align: center;}
.h-casest .blog-btn, .h-blogs .blog-btn.site-button {margin-top: 50px;}

.h-relo-form {padding: 70px 0;}
.h-relo-form-hd {margin-bottom: 50px !important;margin-bottom: 35px !important;}
.h-relo-form-hd p {width: 100%; max-width: 920px; margin: 0 auto; display: table;}
.free-relo-wrap {display: flex; flex-flow: row wrap; gap: 20px;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 15%);
    padding: 40px;
}
.free-relo-wrap .free-relo-col2 {width: calc(50% - 10px);}
.free-relo-wrap .free-relo-col1 {width: calc(100% - 0px);}
.free-relo-wrap input {margin: 0;}
.free-relo-wrap .radio label {display: inline-block; width: 100%; margin-bottom: 5px; font-size: 18px; font-weight: 700;}
.free-relo-wrap .radio .wpcf7-list-item-label {font-size: 18px;}
.free-relo-wrap .subm {text-align: center; position: relative;}
.free-relo-wrap .wpcf7-spinner {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: 0;}

.home-slider .overlay {position: static !important; top: calc(50% + 52px); transform: translateY(0%); max-width: 100%;}

body .uwy {z-index: 999 !important;}
body .uwy.uon {z-index: 999999999999999 !important;}

/*---------ADA Update-----------*/

a:focus, button:focus, h2.accodian-title:focus
{
    outline: 2px dashed var(--sitebluenew) !important;
    outline-offset: 3px;
	transition: all 0s !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="submit"]:focus,
textarea:focus, select:focus 
{
    outline: 2px dashed var(--sitebluenew) !important;
    outline-offset: 3px;
	transition: all 0s !important;
}
.h-blogs .blog-btn.site-button a:focus, .contact-section input[type="submit"]:focus, .free-relo-wrap input[type="submit"]:focus, .team-text h4 a:focus, .pj-content h2 a:focus, .blog .blog-d .part-txt h2 a:focus {outline: 2px dashed var(--sitebluenew) !important;}
.blog .blog-d .part-txt h2 a:focus, .side-menu ul.main-menu li a:focus {outline-offset: -1px;}
.video-list-text .blog-content h4 a {outline-offset: -4px;}
.desktop-view ul.sub-menu > li > a {outline-offset: -2px;}
.lighthouse-text {
    display: none !important;
}
.gotop a:focus
{
    outline: 2px dashed #fff !important;
    outline-offset: 8px;
}

.single-cpt-case-studies .blog-inner .part-img {display: none; border: 1px solid rgba(0, 0, 0, 0.1); padding: 40px; text-align: center;}
.single-cpt-case-studies .blod-details-content h2, .single-cpt-case-studies .blod-details-content h3 {margin-top: 0;}
.single-cpt-case-studies .blod-details-content h2 {color: var(--sitebluenew);}
.mt-0 {margin-top: 0 !important;}

.wp-block-columns.cast-2cols-img {display: flex !important; align-items: center !important; gap: 20px; margin-top: 15px;}
.wp-block-columns.cast-2cols-img figure {margin-bottom: 0;}
.wp-block-columns.cast-2cols-img figure img {height: 100%; width: 100%; object-fit: cover;}


.sidebar li.cat-item, .sidebar-categories.wp-block-group.grp li.cat-item
{
    position: relative;
    padding-left: 30px;
}
.sidebar li.cat-item:before, .sidebar-categories.wp-block-group.grp li.cat-item:before
{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
	width: 20px;
	height: 20px;
	background-image: url("../images/cat_ico.svg");
	filter: brightness(0) saturate(100%) invert(9%) sepia(73%) saturate(6385%) hue-rotate(351deg) brightness(105%) contrast(95%);
	background-size: contain;
	background-repeat: no-repeat;
    transition: all 0.2s linear;
}
.sidebar-categories.wp-block-group.grp ul {list-style-type: none;}

.inner-page-spacing .num-count-hd h2 {padding-bottom: 15px;}
.num-count-hd {margin-bottom: 40px;}
.num-count-cols.wp-block-columns
{
	width: 100%;
    max-width: 1080px;
    margin: 0 auto;
	display: flex !important;
    flex-flow: row nowrap;
    gap: 30px;
}
.num-count-cols .counter 
{
    text-align: center;
    font-size: 42px;
    font-family: 'Tenor Sans';
    font-weight: bold;
    margin: 0 0 20px;
	line-height: 1;
	color: var(--hcolor);
}
.num-count-cols .wp-block-column
{
	padding: 30px;
	background: #ffffff;
    box-shadow: 0 0 12px rgb(0 0 0 / 10%);
}

.num-count-cols .wp-block-column img
  {
	filter: brightness(0) saturate(100%) invert(9%) sepia(73%) saturate(6385%) hue-rotate(351deg) brightness(105%) contrast(95%);
    height: 45px;
    width: auto;
    margin: 0 auto 25px;
    display: table;
}

@media screen and (min-width:1800px)
{
	.blog .blog-d .part-img img {
	height:300px;
}
.part-img img{
	height:300px;
}
}

@media (max-width: 1200px)
{
	.num-count-cols .counter {font-size: 38px;}
}

@media (max-width: 991px)
{
	.num-count-cols .counter {font-size: 36px;}
	
	.menu-item-has-children>.sub-menu li {padding-bottom: 10px !important;}
    .menu-item-has-children>.sub-menu li:last-child {padding-bottom: 0px !important;}
	.menu-item-has-children>.sub-menu li a{font-size: 14px !important;}
	
	.wp-block-columns.h-wpc-blocks > .wp-block-column {width: calc(50% - 15px); flex-basis: calc(50% - 15px) !important; padding: 30px;}
	
.h-casest .blog-btn, .h-blogs .blog-btn.site-button {margin-top: 40px;}
}

@media (max-width: 781px)
{
	.num-count-cols .wp-block-column {width: 100%; max-width: 400px; margin: 0 auto;}
	.num-count-cols .counter {font-size: 32px;}
}

@media (max-width: 767px)
{
	.wp-block-columns.h-wpc-blocks {gap: 20px;}
	.wp-block-columns.h-wpc-blocks > .wp-block-column {width: calc(50% - 10px); flex-basis: calc(50% - 10px) !important; padding: 25px;}
.h-casest .blog-btn, .h-blogs .blog-btn.site-button {margin-top: 30px;}
}

@media (max-width: 576px)
{
	.wp-block-columns.h-wpc-blocks > .wp-block-column {width: calc(100% - 0px); flex-basis: calc(100% - 0px) !important;}
}


.mod-intro-para
{
	width: 100%;
    max-width: 920px;
    margin: 0 auto 50px;
}
.sln-mod-full h2, .mod-intro-para h2, .sln-hero-sec h2 {color: var(--bgbluenew);}
/* style changes */

.menubar nav > ul > li > a:focus,
.header-logo a:focus,
.desktop-view ul.sub-menu > li > a:focus,
.touch a:focus
{
	outline:none !important;
}
.menubar nav>ul>li:hover>a, 
.menubar nav>ul>li.current-menu-parent>a, 
.menubar nav>ul>li.current-menu-item>a, 
.menubar nav>ul>li.current-menu-ancestor>a, 
.menubar nav>ul>li.current-menu-item>a
{
	color: var(--bgbluenew);
}
.h-blogs > .wp-block-column > .blog-section:first-child
{
	background-color:#fff;
}

.sln-textimg-layout p + h3, .sln-textimg-layout ul + h3, .sln-textimg-layout ol + h3 {margin-top: 30px;}

@media screen and (max-width:600px)
{
.mod-intro-para
{
    margin: 0 auto 40px;
}
}

.btns-mt.wp-block-buttons {margin-top: 20px;}
.team-goback.site-button {margin-bottom: 30px;}
.team-goback.site-button a {display: inline-block; min-width: 210px; padding: 10px; text-align: center;}
.team-goback.site-button a img
{
	width: 20px;
    height: auto;
    margin-right: 8px;
}

/*---------------FAQ--------------*/

.faq-block-wrap {
	display: flex;
	flex-wrap: wrap;
	    align-items: flex-start;
	justify-content: space-between
}

.faq-block-wrap .faq-block {
	width: calc(100% - 350px)
}

.faq-block-wrap .faq-Tab {
	width: 320px;
	box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
    padding: 25px;
	position: relative;
	top: 10px
}
.faq-tab-list {
	padding: 0;
	list-style: none;
	position: sticky;
	top: 100px
}

.sidebar .faq-tab-list li {
	padding: 5px 0 0 20px
}
.sidebar .faq-tab-list li:last-child {margin: 0 !important;}
.faq-block-wrap .faq-Tab h2 {
    color: var(--hcolor);
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.faq-block-wrap .sidebar li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px
}

.faq-block-wrap .sidebar li:before {
	content: '-';
	position: absolute;
	top: 2px;
	left: 0;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .2s linear;
	font-size: 22px
}
@media screen and (max-width: 767px) {
	.faq-block-wrap {
		flex-wrap: wrap-reverse
	}

	.faq-block-wrap .faq-Tab {
		width: 100%;
		top: 0;
		margin-bottom: 30px
	}

	.faq-block-wrap .faq-block {
		width: calc(100% - 0px)
	}
}

/*------------FAQ---------------*/

.single-faq {
    box-shadow: 0 3px 6px #00000029;
    overflow: hidden;
    border-radius: 10px
}

.single-faq h3 {
    margin-bottom: 0;
    display: block;
    background-color: var(--bgbluenew);
    color: #fff;
    padding: 20px;
    font-size: 22px;
}

.single-faq .answer {
    background-color: #f2f2f2;
    padding: 20px;
}

.desktop-view ul.menu.main-menu > li.menu-item:last-child > ul.sub-menu {left: auto !important; right: 0% !important;}
