@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Noto+Serif:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root{
    --dark-color: #00272D;
    --red-color: #EE3E59;
    --border-color:#00272D;
    --gap-top: 130px;
	--primary-font: 'Noto Serif', serif;
    --secondary-font: 'Lato', sans-serif;
}

body{
    font-family: var(--secondary-font);
}

h1, h2, h3, h4, h5, h6{
    font-family: var(--primary-font);
    line-height:1.3;
}
b, strong{
    font-weight:700;
}
h1{
	font-size: 42px;
	font-weight: 400;
	line-height: 48px;
}

h2{
	font-size: 28px;
	line-height: 39.2px;
	font-weight: 400;
	color: var(--dark-color);
}

p{
	font-weight: 300;
	color: var(--dark-color);
	line-height: 26px;	
}
html,
body {
    overflow-x: hidden;
}

.section-banner-lr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.section-banner-lr.row.noimg-section ul{
    margin-bottom:22px;
}
.cs-section-content .button-grp a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    color: var(--dark-color);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700 !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
}

img{
	max-width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 5px;
}

.img-overlay {
    position: relative;
    overflow: hidden;
}

.img-overlay:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    background: rgba(0, 39, 45, 1);
    opacity: 0.5;
    height: 100%;
    mix-blend-mode: exclusion;
    border-radius: 5px;
}

.red-title{
    color: var(--red-color);
}

.italic-title{
    font-style: italic;
}

.dark-title{
    color: var(--dark-color);
}

a{
	text-decoration:none;
}

.pos-relative{
	position: relative;
}
.align-center{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.no-top-border{
	border-top: 0 !important;
	padding-top: 0 !important;
}
/* homepage-css */

.top-footer-img-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(75% - 32px);
    flex: 0 0 calc(75% - 32px);
    max-width: calc(75% - 32px);
    position: relative;
}

.top-header {
    text-align: center;
    padding: 30px 0;
    position: relative;
}
.site-logo a{
	display:inline-block;
}
.site-logo img {
    width: 275px;
	transition: all 0.3s linear;
}
.top-header:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background: #00272D;
    bottom: 0;
    border-radius: 2px;
}

.bottom-header ul.nav-list {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 46px;
    margin: 0;
}

.bottom-header ul.nav-list a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: var(--dark-color);
    line-height: 24px;
    letter-spacing: 0.469px;
    position: relative;
}

.bottom-header ul.nav-list a:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    height: 100%;
    width: 2px;
    background: var(--dark-color);
    right: -23px;
}

.bottom-header ul.nav-list li:last-child a::before {
    display: none;
}

.home-banner-wrap {
    background: var(--red-color);
    height: calc(100vh - 185px);
	border-radius: 5px;
}

.home-banner {
    padding: 0 22px;
	background: none !important;
}

.home-banner-wrap .banner-txt {
    width: 725px;
    margin: 0 auto;
}
.home-banner-wrap .banner-txt h1{
    position:relative;
   min-height:165px;
}
.home-banner-wrap .banner-txt h1 p {
    font-size: 42px;
    font-weight: 400;
    line-height: 52px;
    color: var(--dark-color);
    letter-spacing: -0.5px;
    display:inline;
}


.dwn-btn-wrap {
    cursor: pointer;
    display: inline-block;
}

.dwn-btn-wrap span {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 4px;
    display: block;
}

.home-banner-wrap .container {
    height: 100%;
}

.home-banner-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}

.home-banner-content .scroll-dwn-btn {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 22px;
}

.service-list .service-list-wrap > h2,
.what-do-content h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    line-height: 48px;
    color: var(--red-color);
    margin-bottom: 14px;
}

.what-do-content p {
    text-align: center;
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 32px;
}

.what-do-content {
    max-width: 753px;
    margin: 0 auto;
}

ul.whatdo-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

ul.whatdo-list a {
    color: var(--dark-color);
    text-transform: uppercase;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 2;
}

ul.whatdo-list a span {
    margin-right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.what-we-do-section {
    padding-top: 200px;
}

.service-sub-title h3 {
    display: inline-block;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
    border-radius: 5px;
    margin-bottom: 40px;
    font-family: var(--secondary-font);
}

.service-list {
    padding-top: 100px;
}

.service-list-img {
    margin-bottom: 20px;
	height: 263px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.service-list-img img{
	height:200px;
	width:auto;
	-o-object-fit:contain;
	   object-fit:contain;
	-o-object-position:center;
	   object-position:center;
}
.service-list-item h4 {
    font-size: 28px;
    font-weight: 400;
    color: var(--dark-color);
    max-width: 300px;
    margin-bottom: 16px;
}

.service-list-item p {
    font-size: 17px;
    font-weight: 300;
    color: var(--dark-color);
    max-width: 360px;
    height: 77px;
}

.highlight-txt {
    padding-top: 90px;
    min-height: 200px;
}

.highlight-txtwrap h2 {
    width: 100%;
    line-height: 44.8px;
    color: #883B4B;
    font-weight: 400;
    font-size: 28px;
    margin: 0 auto;
	padding: 0 65px;
}

h2.top-txt-highlight {
    margin-bottom: 0;
}

h2.top-txt-highlight {
    margin-bottom: 0;
    color: var(--red-color);
}

.highlight-txtwrap {
    margin-left: auto;
}

.highlight-txtwrap {
    position: relative;
    padding: 10px 0;
}

.highlight-txtwrap:before {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='45' height='200' viewBox='0 0 45 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Prominence Frame Graphic_Red Right 1'%3E%3Cpath id='Vector' d='M44.9581 0.0742188H1.06201V15.7328H2.17518C6.29392 15.7328 10.2271 16.0297 13.9377 16.6605C17.6112 17.2542 20.8765 18.4787 23.6594 20.2969C26.4423 22.115 28.6687 24.7124 30.3013 28.0149C31.934 31.3544 32.7503 35.7328 32.7503 41.2245V157.514C32.7503 163.34 31.934 168.015 30.3013 171.54C28.6687 175.065 26.4795 177.737 23.7336 179.629C21.0249 181.521 17.7967 182.746 14.0861 183.377C10.4127 183.97 6.40524 184.304 2.17518 184.304H1.06201V199.963H44.9581V0.0742188Z' fill='%23EF405A'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 44px;
    /* height: 200px; */
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    right: 0;
    background-position: center right;
    min-height: 200px;
}

.highlight-txtwrap:after {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='45' height='200' viewBox='0 0 45 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Prominence Frame Graphic_Red Left 1' clip-path='url(%23clip0_886_2354)'%3E%3Cpath id='Vector' d='M0.222656 0.0742188H44.1188V15.7328H43.0056C38.8868 15.7328 34.9907 16.0297 31.2802 16.6605C27.6067 17.2542 24.3414 18.4787 21.5585 20.2969C18.7755 22.115 16.5492 24.7124 14.9165 28.0149C13.2839 31.3544 12.4676 35.7328 12.4676 41.2245V157.514C12.4676 163.34 13.2839 168.015 14.9165 171.54C16.5492 175.065 18.7384 177.737 21.4842 179.629C24.193 181.521 27.4212 182.746 31.1317 183.377C34.8052 183.97 38.8126 184.304 43.0427 184.304H44.1559V199.963H0.222656V0.0742188Z' fill='%23EF405A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_886_2354'%3E%3Crect width='44.1558' height='200' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 44px;
    /* height: 200px; */
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    background-position: center left;
    min-height: 200px;
}

.meet-team-section {
    padding-top: var(--gap-top);
}

.meet-team-wrap h3 {
    font-size: 42px;
    color: var(--red-color);
    font-weight: 400;
    margin-bottom: 14px;
}

.meet-team-wrap p {
    color: var(--dark-color);
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    max-width: 330px;
    margin-bottom: 14px;
}

.more-abt-team a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
}

.more-abt-team a span {
    margin-left: 6px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
}

.meet-team-wrap div:nth-child(2) img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 345px;
    border-radius: 5px;
}

.meet-team-work {
    height: 100%;
    background: #00272D;
    border-radius: 5px;
    padding: 35px;
}

.meet-team-wrap .meet-team-work h3 {
    max-width: 190px;
}

.meet-team-wrap .meet-team-work p, .meet-team-wrap .meet-team-work .more-abt-team a span {
    color: #fff;
}

.footer-section {
    padding-top: var(--gap-top);
}

.footer-contact-link-wrap {
    padding: 24px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

img.footer-pen {
    width: 460px;
    height: auto;
    position: absolute;
    bottom: 9%;
    mix-blend-mode: multiply;
    right: -240px;
    max-width: none;
}

.bg-red {
    background: var(--red-color);
}

.footer-contact-link-wrap h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 36.4px;
    margin-bottom: 0;
    margin-top: 14px;
}

.footer-contact-link-wrap h2 span {
    color: var(--dark-color);
}

.center-footer {
    margin-top: 60px;
    position: relative;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--dark-color);
}

.footer-nav-listing ul.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 40px;
}

.footer-nav-listing ul.footer-nav a {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: var(--dark-color);
}

.center-footer:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background: var(--dark-color);
    top: -30px;
    border-radius: 2px;
}

.footer-logo {
    text-align: right;
}

.footer-nav-listing {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.btm-footer {
    margin-top: 30px;
}

.btm-footer p {
    font-size: 14px;
    font-weight: 400;
    color: var(--dark-color);
    line-height: 22.4px;
}

.footer-social-link {
    text-align: right;
}

.footer-social-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: var(--dark-color);
}

.footer-social-link a span {
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 8px;
    font-weight: 600;
}
.home .animation-home-wrapper{
	margin:15px;
}

.site-header {
   --height: 190px;
	min-height:var(--height);
	
}
.site-header .header-warp{
	position:fixed;
	z-index:5;
	left:0;
	right:0;
	 padding: 0 22px;
	background:#fff;
	top:0;
}
.site-header.fixed-header .site-logo img{
	width:200px;
}
.site-header.fixed-header .top-header{
	padding: 22px 0;
}
body.home header.site-header{
	--height:0 !important;
}

.footer-logo img {
    height: 43px;
}

ul.sub-menu {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    /* width: 250px; */
    padding: 0;
    list-style: none;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    z-index: 1111;
    background: var(--dark-color);
    padding: 24px;
    border-radius: 0px 0px 5px 5px;
    left: -23px;
}

.site-nav .nav-wrap ul.nav-list li a:hover {
    color: var(--red-color);
}



.nav-wrap li.menu-item {
    position: relative;
    padding: 15px 0;

}
.nav-list > li.menu-item{
    margin-bottom:0;
}

.nav-wrap .menu-item:hover .sub-menu li a:before {
    content: none;
}

.nav-wrap .menu-item .sub-menu li a {
    color: #fff !important;
    white-space: nowrap;
}

.sub-menu li {
    margin-bottom: 15px;
    padding: 0 !important;
}

/* end of home-page css */

/* industry-css */


.case-study-listing .cs-section-title {
    margin-bottom: 35px;
}
.organization-gallery {
    margin-bottom: 56px;
}

.industry-list-section {
    padding-top: 70px;
}
.industry-list-section .industry-list-wrap{
    padding-bottom: 50px;
    border-bottom: 1px solid var(--border-color);
}

.organization-gallery .section-title h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    margin-top: 56px;
    margin-bottom: 0;
}

.organization-gallery img {
    width: 205px;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
}

.industry-listing-txt span {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
    color: #000;
    margin-bottom: 30px;
    display: inline-block;
}

.industry-list-wrap .list-wrap {
    position: relative;
    padding-bottom: 30px;
}

.industry-list-wrap .img-block img {
    height: 315px;
    border-radius: 5px;
    position: relative;
}

.industry-list-wrap .img-block img:before {
    /* content: ''; */
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,.2);
    position: absolute;
}

.industry-list-wrap .list-wrap .title-block {
    position: absolute;
    z-index: 1;
    bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 25px;
    right: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
p a:hover,
p a{
    color:var(--red-color);
}

.industry-list-wrap .list-wrap .title-block h3 {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
}

/* end of industry-css */


.section-banner-wrap {
    margin-top: 55px;
}

.section-banner-lr .content-section span.custome-title {
    text-transform: uppercase;
    color: var(--blue-color);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    display:inline-block;
    color: var(--dark-color);
}

.section-banner-lr .content-section h2 {
    font-size: 42px;
    font-weight: 400;
    color: var(--red-color);
    line-height: 48px;
    margin-bottom: 16px;
	max-width: 500px
}

.section-banner-lr .content-section h3 {
    font-family: 'Noto Serif';
    font-size: 28px;
    font-weight: 400;
    color: var(--dark-color);
    max-width: 618px;
    margin-bottom: 16px;
    line-height:1.3;
}

.lrgtxt-wrap p {
    font-family: var(--primary-font);
    font-size: 28px;
    font-weight: 400;
    line-height: 39.2px;
    color: var(--dark-color);
    margin-bottom: 24px;
    max-width: 750px;
}

.lrgtxt-sec {
    margin-top: 80px;
}


.lrgtxt-wrap p strong {
    font-weight: 400;
    line-height: 39.2px;
    font-size: 28px;
    color: var(--blue-color);
    max-width: 756px;
}

.about-listing-section {margin-top: var(--gap-top);}

.about-listing-section .icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: var(--red-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
}

.about-listing-section h2 {
    font-size: 20px;
    font-weight: 400;
    color: #04132A;
    line-height: 32px;
}

.about-listing-section p {
    font-weight: 300;
    color: #04132A;
    line-height: 26px;
}

.industry-list-wrap .img-block {
    overflow: hidden;
    position: relative;
}

.industry-list-wrap .img-block:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: -o-linear-gradient(199deg, rgba(0,39,45,0.12648809523809523) 10%, rgba(0,39,45,0.6895133053221288) 80%);
    background: linear-gradient(251deg, rgba(0,39,45,0.12648809523809523) 10%, rgba(0,39,45,0.6895133053221288) 80%);
    border-radius: 5px;
}

.color-lg-section {
    padding-top: var(--gap-top);
}

.color-lg-section h2 {
    max-width: 860px;
    font-size: 28px;
    font-weight: 400;
    line-height: 39.2px;
    color: var(--black-color);
}

.color-lg-section span {
    color: var(--red-color);
}

/* team css */

.team-member-list {
    margin-top: 70px;
}

.team-member-list .team-details img {
    height: 263px;
    border-radius: 5px;
    margin-bottom: 16px;
}

.team-member-list .team-details h3.team-name {
    font-size: 28px;
    font-weight: 400;
    color: var(--dark-color);
}

.team-member-list .team-details  span.team-po {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--dark-color);
    line-height: 23px;
}

.team-member-list .team-content h4 p strong {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: var(--dark-color);
    margin-bottom: 32px;
}

.team-member-list .team-content p {
    font-size: 16px;
    color: var(--dark-color);
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 22px;
}

/* end of team css */

.cta-btn-section {
    padding-top: 100px;
}

.cta-wrapper {
    background: #00272D;
    padding: 24px;
    border-radius: 5px;
}

.cta-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-family: var(--primary-font);
    text-decoration: none;
    color: #fff;
}

.cta-wrapper a span.btn-icon {
   margin-right: 8px;
    height: 42px;
    position: relative;
    top: 1px;
}

.cta-wrapper a span.cta-color {
    color: var(--red-color);
}

/* service css */

.service-inner-content {
    max-width: 852px;
}

.service-inner-wrap{
    margin-top: 70px;
    padding-top: 70px;
    border-top: 1px solid var(--dark-color);
}

.service-inner-wrap h3.red-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 39.2px;
    margin-bottom: 16px;
}

.service-inner-wrap h3.dark-title {
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 39.2px;
}

.service-inner-wrap p {
    font-weight: 300;
    color: var(--dark-color);
    line-height: 26px;
}

.about-listing-wrap div {
    margin-bottom: 45px;
}

.lrgtxt-wrap {
    border-top: 1px solid var(--dark-color);
    padding-top: 70px;
}

.paragraph-sec {
    margin-top: 70px;
}

.paragraph-sec .paragraph-content p {
    font-weight: 300;
    max-width: 879px;
    line-height: 26px;
    color: var(--dark-color);
}

.highlight-txt .container {
    min-height: 200px;
}

.highlight-txt .container .highlight-txtwrap {
    min-height: 200px;
}

.highlight-txt .container .highlight-txtwrap h2 {
    min-height: 200px;
    margin: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sub-menu li:last-child {
    margin-bottom: 0;
}

.section-banner-lr .content-section h3 span {
    display: block;
    margin-bottom: 16px;
}

.section-banner-wrap .noimg-section .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(80%);
            flex: 0 0 calc(80%);
    max-width: calc(80%);
}

.section-banner-wrap .noimg-section .col-md-7 h3 {
    max-width: 100%;
}

.paragraph-wrap strong {
    max-width: 756px !important;
    font-size: 28px;
    font-weight: 400;
    font-family: var(--primary-font);
    display: block;
}
.section-banner-wrap .main-title{
    color:var(--red-color);
    margin-bottom:20px;
    line-height:1.2;
}


.paragraph-wrap strong a {
    color: var(--red-color);
}

.home .site-header .container {
    max-width: 100%;
    padding: 0;
}


.section-banner-lr p {
    font-weight: 300;
    font-size: 16px;
    color: var(--dark-color);
    line-height: 26px;
    margin-bottom: 20px;
}

.paragraph-sec div.paragraph-title {
    font-size: 28px;
    font-family: var(--primary-font);
    color: var(--red-color);
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 39.2px;
}

.paragraph-sec .paragraph-content h4 strong {
    font-size: 28px;
    font-family: var(--primary-font);
    color: var(--dark-color);
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 39.2px;
    display: block;
    max-width: 852px;
}

.service-features-section {
    margin-top: 56px;
}

.service-features-section .title h3 {
    font-size: 28px;
    font-weight: 400;
    color: var(--red-color);
    line-height: 39.2px;
    margin-bottom: 0 !important;
}

.service-features-section h4.service-sub-title {
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 16px;
    line-height: 26px;
    min-height: 52px;
    color: var(--dark-color);
}

body.wp-admin ul{
	list-style: inherit;
	margin-bottom: inherit;
	padding-bottom: inherit;
}

ul{
    list-style: none;
    margin-bottom: 20px;
    padding-left: 28px;
}

body.wp-admin ul li{
	font-weight: inherit;
	color: inherit;
	line-height: inherit;
}

ul li{
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: var(--dark-color);
    position: relative;
    margin-bottom:4px;
}

body.wp-admin ul li:before{
	content: none;	
}

ul li:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: var(--red-color);
    top: 7px;
    left: -28px;
    border-radius: 2px;
}

body .site-header ul{
	list-style: none;
	padding: 0;
	margin:0;
}

body .site-header ul li::before{
	content: none;
}

body .site-header ul.sub-menu{
	padding: 24px;
}

.footer-nav-listing ul li::before {
    content: none;
}

.section-banner-lr .content-img {
    height: 415px;
}

.section-banner-lr .content-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.section-banner-lr .content-section h4 {
    font-size: 28px;
    max-width: 615px;
    line-height: 39.2px;
    font-weight: 400;
    color: var(--dark-color);
}

.section-banner-lr.noimg-section h4 {
    max-width: 100%;
}

.case-study-listing {
    margin-top: 70px;
}

.cs-section-wrapper .main-filters.main-filter-btn-group {
    padding-top: 70px;
    position: relative;
}

.cs-section-wrapper .main-filters.main-filter-btn-group:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    background: var(--dark-color);
    height: 1px;
    top: 0;
}

.case-study-listing .cs-section-title h2 {
    font-size: 28px;
    font-weight: 400;
    color: var(--red-color);
    margin-bottom: 0px;
}
.cs-section-content .img-holder{
	background-color:var(--dark-color);
	margin-bottom: 24px;
	border-radius: 5px;
}
.cs-section-content img {
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    
    width: 100%;
	mix-blend-mode: exclusion;
}

.cs-section-content .cat span {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 6px;
    line-height: 23px;
    color: var(--dark-color);
}

.cs-section-content .title h3 {
    font-weight: 400;
    font-size: 28px;
    letter-spacing: -0.333px;
    color: var(--dark-color);
    margin-bottom: 60px;
}

.button-grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.button-grp span {
    margin-right: 7px;
}

.button-grp {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--dark-color);
    line-height: 24px;
}

.cs-section-content .button-grp {
    padding-bottom: 50px;
    border-bottom: 1px solid var(--dark-color);

}

body a:hover {
    text-decoration: none;
}
.cs-section-wrap .col-md-12.cs-section-full {
	margin-bottom:40px;
}
.col-md-4.cs-section-content{
    margin-top: 40px !important;
    height: auto;
}

.full-width-banner {
    margin-top: 70px;
}

.full-width-banner .banner-img {
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 48px;
    position: relative;
    border-radius: 5px;
	background-size: cover;
    background-repeat: no-repeat;
}

.full-width-banner .banner-img:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: -o-linear-gradient(199deg, rgba(0,39,45,0.12648809523809523) 10%, rgba(0,39,45,0.6895133053221288) 80%);
    background: linear-gradient(251deg, rgba(0,39,45,0.12648809523809523) 10%, rgba(0,39,45,0.6895133053221288) 80%);
    border-radius: 5px;
}

.full-width-banner .banner-img .banner-text-content span {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 8px;
    font-size: 16px;
    display: block;
}
.full-width-banner .banner-img .banner-text-content{
    color:#fff;
}

.full-width-banner .banner-img .banner-text-content {
    z-index: 1;
    max-width: 690px;
}

.full-width-banner .banner-img .banner-text-content h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    line-height: 48px;
}

.full-width-banner .banner-img .banner-text-content h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 39.2px;
}

.paragraph-sec .paragraph-wrap h4{
    font-size: 28px;
    font-weight: 400;
    font-family: var(--primary-font);
    max-width: 852px;
    line-height: 39.2px;
    color: var(--dark-color);
	margin-bottom: 16px;
}

.paragraph-sec .paragraph-content p strong{
	font-weight: 700;
	line-height: 26px;
	color: var(--dark-color);
	text-transform: inherit;
}

.service-feature-content p strong {
    font-weight: 700;
    text-transform: uppercase;
    min-height: 20px;
    line-height: 26px;
    color: var(--dark-color);
}


.paragraph-sec .paragraph-wrap p {
    font-size: 28px;
    font-family: var(--primary-font);
    max-width: 820px;
    line-height: 39.2px;
    color: var(--dark-color);
    font-weight: 400;
}
.content-section li{
    margin-bottom:4px;
}
.organization-gallery .col-md-3 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.no-border {
    padding-top: 0 !important;
    border-top: 0 !important;
}

.bottom-header ul.nav-list {
    border-bottom: 1px solid var(--dark-color);
}

ul.whatdo-list li::before {
    content: none;
}

/* case-study css */

.main-filters.main-filter-btn-group ul li:before {
    content: none;
}

.main-filters.main-filter-btn-group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 100px;
    margin-bottom: 120px;
}

.main-filters.main-filter-btn-group ul button.button {
    background: none;
    border: 1px solid var(--dark-color);
    padding: 0 8px;
    border-radius: 5px;
    height: 32px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: var(--dark-color);
    line-height: 26px;
}

.main-filters.main-filter-btn-group ul li {
    padding-right: 4px;
}

.main-filters.main-filter-btn-group ul button.button.is-active {
    background: var(--dark-color);
    color: #fff;
}

.cs-section-wrap.filter-grid .col-md-12 .button-grp {
    border-bottom: 0;
}

.lamp-holder img{
	position: absolute;
	z-index: 0;
	height: auto;
	mix-blend-mode: multiply;
	left: -199px;
	top: 37px;
	width: 415px;
	margin: inherit;
	right: auto;
	height: auto;
	display: inline-block;
	max-width: none;
}

.bg-red-wrapper {
    display: block;
    height: 300px;
    width: 300px;
    background: var(--red-color);
    border-radius: 5px;
}

.case-std-banner {
    padding-top: 70px;
}

.cs-section-wrap.filter-grid .col-md-12 .img-holder img {
    height: 320px;
}

.main-filters.main-filter-btn-group ul li span {
    font-size: 14px;
    text-transform: uppercase;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    color: #000;
    margin-right: 16px;
}

.case-study-listing .scroll-btn.loadmore {
    text-align: center;
}

.case-study-listing .scroll-btn.loadmore button {
    background: none;
    border: 1px solid var(--red-color);
    border-radius: 50px;
    padding: 6px 14px 6px 38px;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    color: var(--dark-color);
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

.case-study-listing .scroll-btn.loadmore button:before {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect x='24' width='24' height='24' rx='12' transform='rotate(90 24 0)' fill='%23EE3E59'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.20078 7.2L12.0296 18L16.8008 7.32874C15.4751 8.41552 13.8428 9.05669 12.0774 9.05669C10.2434 9.05669 8.55292 8.36471 7.20078 7.2Z' fill='white'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    left: 6px;
    background-size: contain;
    background-repeat: no-repeat;
}

.case-study-listing .scroll-btn.loadmore {
    padding-top: 50px;
}

.cs-section-wrap.filter-grid .col-md-12 .title h3 {
    margin-bottom: 21px !important;
    min-height: inherit;
}

/* end of case-std css */

/* contact css */

.contact-info-section .contact-info-wrapper {
    margin-top: 70px;
    padding-top: 70px;
    border-top: 1px solid var(--dark-color);
}

.contact-info-section .contact-info i {
    font-size: 31px;
    margin-right: 32px;
    position: relative;
    top: 3px;
}

.contact-info-section .contact-info div {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contact-info-section .contact-info a {
    font-size: 28px;
    font-family: var(--primary-font);
    color: var(--dark-color);
    line-height: 38px;
    display: inline-block;
}

.contact-info-section .contact-info {
    padding-left: 50px;
    border-left: 1px solid var(--dark-color);
}

.contact-info-section .info-title h3 {
    font-size: 42px;
    color: var(--red-color);
    font-weight: 400;
}

.contact-info-section .contact-info div:last-child {
    margin-bottom: 0;
}


.contact-banner-wrapper .content-img {
    position: relative;
    height: 320px;
    background: var(--red-color);
    border-radius: 5px;
}
.error404 .contact-banner-wrapper .content-img{
    background: #CAAA77;
    border-radius: 5px;
    mix-blend-mode: multiply;
}

.contact-banner-wrapper .content-img img {
    position: absolute !important;
    width: 521px;
    max-width: none !important;
    height: auto;
    z-index: 0;
    mix-blend-mode: multiply;
    right: 106px;
    top: 52px;
}

.contact-banner-wrapper .content-section h4 {
    max-width: 450px;
}

.contact-banner-wrapper .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% + 53px);
            flex: 0 0 calc(50% + 53px);
    max-width: calc(50% + 53px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

body.page-id-140 .footer-section {
    padding-top: 70px !important;
}

.home-banner-wrap .banner-txt img {
    width: 230px;
    height: auto;
    margin-bottom: -10px;
    margin-left: 10px;
}

.more-abt-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.more-abt-team span {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 6px;
    font-weight: 700;
}

.prominence-banner .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.prominence-banner .row .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
    display: block;
}

.prominence-banner .row .col-md-7 .content-section {
    max-width: 100%;
    padding-top: 0px;
    padding-left: 40px;
}

.page-template-page-contact .section-banner-lr.row,
.section-banner-wrap.main-banner-wrap.prominence-banner .section-banner-lr.row.img-left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.prominence-banner .row .col-md-7 .content-section h4 {
    max-width: 100%;
}

.contact-banner-wrapper.prominence-banner .content-img img {
    width: 420px;
    top: 0;
}

.service-features-section .show-divide-line {
    padding-bottom: 14px;
}

.service-features-section .show-divide-line div.col-md-6 .service-feature-content p strong {
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    text-transform: initial;
}

.service-features-section .show-divide-line div.col-md-6:first-child {
    border-right: 1px solid var(--dark-color);
}

/* single-case-std css */

.single-casestudy {
    padding-top: 70px;
}

.single-casestudy .back-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--dark-color);
    font-weight: 700;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.single-casestudy .back-btn a span {
    margin-right: 7px;
}

.single-casestudy .back-btn {
    margin-bottom: 20px;
}

.single-casestudy .page-title {
    margin-bottom: 36px;
}

.single-casestudy .img-holder img {
    height: 320px;
    width: 100%;
    border-radius: 5px;
}

.single-casestudy .cat span {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: var(--dark-color);
    font-weight: 400;
}

.single-casestudy .single-cs-title h2 {
    line-height: 34px;
    margin-bottom: 32px;
}

.single-casestudy .single-content p:first-child {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: var(--dark-color);
}

.home .bottom-header ul.nav-list {
    border-bottom: 0 !important;
}

.service-features-section .show-divide-line .service-feature-wrap {
    border-top: 0 !important;
    margin: 0 -56px;
}

.service-features-section .show-divide-line .service-feature-wrap div.col-md-6 {
    padding: 0 56px;
}

.cs-section-wrap.filter-grid .col-md-12 .title h3 a {
    color: var(--dark-color);
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
}

.service-features-section .service-feature-wrap .title {
    min-height: 56px;
}

.case-study-listing .cs-section-content .cat {
    margin-bottom: 6px;
}

.paragraph-sec .content-paragraph-wrapper .paragraph-content li {
    max-width: 537px;
    margin-bottom: 4px;
}

.single-casestudy .back-btn span {
    height: 24px;
}

.section-gaps hr.wp-block-separator {
	border-width: 0px;
	margin-bottom: 140px;
	margin-top: 0px;
	position: relative;
}

.case-study-listing .scroll-btn.loadmore button:hover{
    text-decoration: underline;
    -webkit-text-decoration-color: var(--red-color);
            text-decoration-color: var(--red-color);
}

.main-filters.main-filter-btn-group ul button.button:hover {
    background-color: var(--dark-color);
    color: #fff;
}

.footer-contact-link-wrap:hover svg rect {
	 fill: var(--dark-color);
}

.contact-info-section .contact-info i{
	cursor: pointer;
	color: var(--dark-color);
}

.service-list-wrap .service-list-item a:hover .service-list-more-btn svg rect {
    fill: var(--red-color);
}

.service-list-wrap .service-list-item a:hover .service-list-more-btn svg path {
    fill: #fff;
}

.section-gaps hr.wp-block-separator:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 1px;
    background: var(--dark-color);
    width: 100%;
    bottom: 70px;
}

.section-gaps hr.wp-block-separator.thick-line:before {
    height: 6px;
    bottom: 70px;
    border-radius: 2px;
}

.section-gaps hr.wp-block-separator.thick-line {
    margin-bottom: 140px;
}

.cs-section-wrap .col-md-12 {
    position: relative;
}

.cs-section-wrap .col-md-12:after {
    content: '';
    right: 0;
    width: 100%;
    height: 6px;
    border-radius: 2px;
    background: var(--dark-color);
    bottom: 0;
    display: block;
    margin-top: 70px;
}

.service-list-wrap .service-list-item a:hover  h4 {
    color: var(--red-color);
}

.related-case-study .cs-section-wrapper {
    padding-top: 70px;
    position: relative;
}

.related-case-study .cs-section-wrapper:before {
    content: '';
    background: var(--dark-color);
    height: 6px;
    width: 100%;
    position: absolute;
    top: 0;
    border-radius: 2px;
}

.container.line-seprator:before {
    content: '';
    width: 100%;
    height: var(--height);
    background-color: var(--background);
	display: block;
	border-radius: var(--radius);
}

.notfound .content-img img {
    top: 50px !important;
    right: 180px;
    width: 350px !important;
}

.notfound h2.main-title {
    font-size: 120px;
    font-weight: 500;
    margin-bottom: 14px;
    line-height: 1;
}

.notfound p {
    font-size: 16px;
    font-weight: 400;
    max-width: 450px;
}

a.ntfound-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--darkcolor);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    background: none;
    border: 1px solid var(--red-color);
    border-radius: 50px;
    padding: 6px 10px 6px 9px;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    color: var(--dark-color);
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

a.ntfound-btn svg {
    margin-right: 7px;
}

a.ntfound-btn:hover {
    text-decoration: none;
    -webkit-text-decoration-color: var(--red-color);
            text-decoration-color: var(--red-color);
    background: var(--dark-color);
    color: #fff;
    text-decoration: none !important;
    border-color: var(--dark-color);
}

.notfound h3 {
    font-size: 32px !important;
}

.top-footer-wrap {
    position: relative !important;
}

.site-nav .nav-wrap .nav-list li.sub-nav-active a, .site-nav .nav-wrap ul.nav-list li.current_page_item a, .site-nav .nav-wrap ul.nav-list li.current-menu-ancestor a, .footer-nav-listing ul li:hover a, .footer-social-link a:hover span, .whatdo-listing ul.whatdo-list li:hover a, .more-abt-team a:hover span, .more-abt-team:hover span, .contact-info-section .contact-info > div:hover a, .case-study-listing .cs-section-wrapper .cs-section-content a:hover .button-grp, .case-study-listing .cs-section-wrapper .cs-section-content a:hover .title h3, .cs-section-wrap .col-md-12 .button-grp a:hover{
    color: var(--red-color);
}

.nav-wrap ul.sub-menu li a:hover, .site-nav .nav-wrap ul.nav-list li.current-menu-ancestor .sub-menu li.current-menu-item a {
    color: var(--red-color) !important;
}

.industry-list-wrap .list-wrap a:hover .img-block::before {
    background: var(--dark-color);
    opacity: 70%;
}

.news-load-more-btn .more-btn button:hover {
    background: var(--dark-color);
    color: #fff;
    text-decoration: none !important;
    border-color: var(--dark-color);
}

.case-study-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
}

.case-std-banner .case-studies-header {
    width: 674px;
}

.cs-section-content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.hamburger-menu > div {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--dark-color);
  border-radius: 2px;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

.hamburger-menu > div:nth-child(1) {
  top: 0px;
}

.hamburger-menu > div:nth-child(2) {
  top: 9px;
}

.hamburger-menu > div:nth-child(3) {
  top: 18px;
}

.hamburger-menu {
    width: 50px;
    height: 23px;
    cursor: pointer;
    display: none;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: 0px;
}

.top-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-header .site-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
}

.cs-section-wrap .col-md-12 .button-grp {
    padding-bottom: 0px;
}

.cs-section-wrap .col-md-12 img {
    margin-bottom: 0px;
}

.notfound-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

p.service-feature-subtitle {
    min-height: 26px;
}

.service-features-section .show-divide-line .title {
    min-height: auto;
    margin-bottom: 12px;
}

.center-footer-log-wrap .footer-social-link {
    display: none;
}

.paragraph-wrap h2 {
    max-width: 852px;
}

.single-casestudy .back-btn a:hover{
	color: var(--red-color);
}
.parent-pageid-126 .service-features-section {
    margin-top: 0 !important;
}
.cta-btn-section .text-wrap span,
.cta-wrapper .text-wrap span {
    color: var(--red-color);
}
.two-col-layout ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 10px;
}

.two-col-layout ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    max-width:calc(50% - 10px);
}

.animation-home-wrapper{
   background: rgb(238, 62, 89);
    margin: 15px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.animation-home-wrapper #animation_container{
    margin:auto;
}
.page-template-page-performance .content-paragraph-wrapper,
.page-template-page-strategy .content-paragraph-wrapper, 
.page-template-page-project .content-paragraph-wrapper{
    padding-top: 70px;
}
.about-listing-section {
    margin-top: 80px;
}
.team-member-list .team-items{
    border-top: 1px solid var(--border-color);
    padding-top:70px;
    margin-top:70px;
}
.paragraph-sec .content-paragraph-wrapper{
    border-top: 1px solid var(--border-color);
    padding-top:60px;
}
:is(.page-template-page-ourpeople, .page-template-page-workwithus) .paragraph-sec .content-paragraph-wrapper {
    border-top: none;
    padding-top: 0;
}
:is(.page-template-page-ourpeople, .page-template-page-workwithus)  .paragraph-sec + .highlight-txt {
    padding-top: 60px;
}
.section-banner-wrap + .case-study-listing .cs-section-wrapper,
.service-border-section {
    border-top: 1px solid var(--border-color);
    padding-top: 70px;
}
.section-banner-lr .highlight-txt {
    padding-top: 50px;
}
.section-banner-lr.row.noimg-section .content-section .main-title {
    color: var(--red-color);
}
.service-border-section + .service-border-section {
     
    margin-top: 70px;
}
.team-member-list .team-items h4{
    font-weight:400;
    margin-bottom:30px;
}
body.page-template-templates .cta-btn-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-banner-lr .highlight-txt {
    padding-top: 50px;
}

.content-paragraph-wrapper .paragraph-content {
    margin-top: 30px;
}

.content-paragraph-wrapper .paragraph-content + .paragraph-content {
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
    margin-top: 40px;
}
.service-feature-item{
    padding-top: 55px;
   
}
.service-feature-item + .service-feature-item{
    border-top: 1px solid var(--border-color);
    margin-top: 55px;
}
.page-template-page-strategy .service-border-section.img-section-wrap {
    border: none;
    padding: 0;
}
.page-template-page-strategy .service-border-section.img-section-wrap:before{
    height: 6px;
    background-color: var(--border-color) !important;
    content: '';
    border-radius: 3px;
    display: block;
    margin-bottom:70px;
}
.full-width-banner + .section-banner-wrap .service-border-section {
    border-top: none;
    padding-top: 20px;
}
.case-study-listing + .paragraph-sec .content-paragraph-wrapper {
    border-top: none;
    padding-top: 0px;
}
.service-border-section.img-section-wrap h3.main-title {
    color: var(--red-color);
}
.service-feature-wrap .title{
    color:var(--red-color);
    margin-bottom:20px;
    font-size:30px;
}
.section-gallery-list .organization-gallery:not(:last-child) .box-gallery {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--border-color);
}

body:is(.page-template-page-government, .page-template-page-healthcommunity, .page-template-page-infrastructure) .cta-btn-section{
    padding-top: 20px;
    padding-bottom: 70px;
}
.section-gallery-list .section-title {
    margin-bottom: 25px;
}
body:is(.page-template-page-government, .page-template-page-healthcommunity, .page-template-page-infrastructure) .industry-list-section .industry-list-wrap{
    
    padding-bottom: 0;
    border-bottom: none;
}
.case-study-listing .row.cs-section-wrap {
    --bs-gutter-y: 20px;
}
.case-study-listing.related-case-study{
    margin-top: 90px;
}
.industry-list-section.no-border-service .industry-list-wrap {
    border-bottom: none;
    padding-bottom: 0;
}
.page-template-page-contact .section-banner-lr .content-img,
.section-banner-wrap.main-banner-wrap.prominence-banner .content-img.no-container{
    position:relative;
}
.section-banner-wrap.main-banner-wrap.prominence-banner .content-img.no-container img {
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    left: -36%;
}
.page-template-page-contact .section-banner-lr .content-img:before,
.section-banner-wrap.main-banner-wrap.prominence-banner .content-img.no-container:before{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    border-radius: 5px;
    background: #CAAA77;
    mix-blend-mode: multiply;
    height: 300px;
    z-index:2;
}
.page-template-page-contact .section-banner-lr .content-img:before{
	height: 64%;
    width: 85%;
    margin-right: auto;
}


.page-template-page-contact .section-banner-lr .content-section {
    padding-right: 10rem;
    padding-top:40px;
}
.page-template-page-contact .section-banner-lr .content-img{
    height: 440px;
	text-align:right;
}
.page-template-page-contact .section-banner-lr .content-img img {
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    right: -3rem;
    -o-object-position: 0px right;
    object-position: 0px right;
}
.page-template-page-service .cta-btn-section {
    padding-bottom: 0 !important;
}
.industry-list-section + .paragraph-sec .content-paragraph-wrapper {
    border-top: none;
    padding-top: 0;
}
body.page-template-page-defence .content-paragraph-wrapper .paragraph-content {
    margin-top: 0;
}
.section-banner-wrap.main-banner-wrap.prominence-banner + .section-banner-wrap .section-banner-lr.row.noimg-section {
    padding-top: 70px;
    border-top: 1px solid var(--border-color);
}
.page-template-page-whyprominence .section-banner-wrap .section-banner-lr.row.noimg-section{
    border-top: 1px solid var(--border-color);
    padding-top: 60px;
    margin-top: 70px;
}


.service-features-section .show-divide-line.service-feature-wrapper {
    border-top: 1px solid var(--border-color);
    padding-top: 70px;
}

.service-features-section .show-divide-line.service-feature-wrapper:not(:first-child) {
    margin-top: 60px;
}
.section-banner-wrap.main-banner-wrap.prominence-banner + .section-banner-wrap {
    margin-top: 25px;
}

.section-banner-wrap.main-banner-wrap.prominence-banner + .section-banner-wrap .section-banner-lr.noimg-section {
    border-top: 1px solid var(--dark-color);
    padding-top: 70px;
}
.contact-info-section .contact-info i.fa-solid.fa-location-dot{
    top:-15px;
}
.page-template-page-about .highlight-txt {
    padding-top: 60px;
    padding-bottom: 50px;
}
.footer-contact-link-wrap.bg-red, .case-std-banner .lamp-holder .bg-red-wrapper {
    background: #CAAA77;
}
.page-template-page-about .section-banner-lr .content-img, .page-template-page-ourpeople .section-banner-lr .content-img {
    position: relative;
}
.highlight-txt + .industry-list-section .industry-list-wrap.row {
    border-bottom: none;
    padding-bottom: 0;
}
body.page-template-page-contact .section-banner-lr .content-section h3 span {
    color: var(--dark-color);
}

.home-banner-mobile-img{
    position:relative;   
	margin:10px;
}
.scroll-down-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    width: 80px;
    height: 80px;
    
    margin: 0 auto;
}
.scroll-down-btn a{
    color: #fff;
    display:inline-block;
}

.scroll-down-btn svg {display: block;margin: 0 auto 5px;}
.page-template-page-strategy .service-list {
    padding-top: 0;
}

.bottom-header {
    border-bottom: 1px solid var(--dark-color);
}
.admin-bar .header-warp {
		top: 32px;
	}
.top-footer-img-wrap img {
    width: 100%;
    height: 430px;
}
@media (min-width:1200px) {
    .container{
        max-width: 1140px;
    }
}