@media (min-width:1551px) and (max-width:10000px) {
    .container {
        max-width: 1242px;
    }
}
@media screen and (max-width: 1599px){

    .container {
        max-width: 1242px;
    }
    
    
}

@media screen and (max-width: 1430px) {

	.container.container--wide {
		max-width: calc(100% - 30px);
	}
}




@media screen and (max-width: 1299px) {

    
    .container {
        max-width: 1150px;
    }
    html{
        font-size: 50%;
    }

    .navbar-expand-lg .navbar-nav{
        margin: 0 3rem 0 auto;
    }
}

@media screen and (max-width: 1199px) {

   
    .container {
        max-width: 970px;
    }

    .navbar-brand img{
        max-width: 200px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0 15px 0 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 12px;
    }
    .header-contact ul{
        gap: 10px 12px;
    }



    .about-cta{
        padding: 3rem;
    }
    .testimonial-content p{
        font-size: 20px;
        line-height: 30px;
    }
    .gy-50{
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
	.navbar-nav .dropdown {
		position: relative;
	}

	.navbar-nav .dropdown-menu {
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 240px;
		margin: 0;
		padding: 14px 0;
		background: #ffffff;
		border: 0;
		border-radius: 0;
		box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px);
		transition: all 0.25s ease;
		z-index: 9999;
	}

	.navbar-nav .dropdown:hover > .dropdown-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.navbar-nav .mobile-submenu-toggle {
		display: none;
	}

	.navbar-nav .dropdown-toggle-link::after {
		display: none;
	}
}

@media screen and (max-width: 991px) {

    .container {
        max-width: 730px;
    }

    body .btn.btn-primary{
        padding: 10px 20px;
        font-size: 14px;
    }

    .home .navbar-brand img {
        opacity: 1;
    }
    
    .desktop-contact{
        display: none;
    }
    .mobile-contact{
        display: block;
    }
    .header-contact{
        margin: 0 ;
        /* position: absolute;
        bottom: 0;
        left: 0; */
        width: 100%;
        padding:0 20px 20px 0;
    }
    .header-contact ul{        
		justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav{
        margin: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        color: #161A3D;
		color: #ffffff;
    }
    .top-closebar{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin: 0 0 20px 0;
    }
    .header .offcanvas {
        padding: 20px;
		max-width: 350px;
		border-radius: 10px 0 0 10px;
		height: fit-content;
    }
	.header .offcanvas {
		width: calc(100% - 30px);
		max-width: 365px;
		height: 100vh;
		height: 100dvh;
		max-height: 100dvh;
		padding: 20px 28px 30px;
		border: 0;
		border-radius: 10px 0 0 10px;
		background-color: #30325f;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
	}
.header .top-closebar {
		position: sticky;
		top: -20px;
		z-index: 10;

		display: flex;
		align-items: flex-start;
		justify-content: space-between;

		margin: -20px -28px 20px;
		padding: 20px 28px 12px;

		background-color: #30325f;
	}
	
	.header .offcanvas.offcanvas-end {
	position: fixed;
	top: 0;
	right: 0;
	left: auto;

	width: calc(100% - 30px);
	max-width: 365px;

	height: 100vh;
	height: 100dvh;
	max-height: 100dvh;

	padding: 20px 28px 30px;

	border: 0;
	border-radius: 10px 0 0 10px;

	background-color: #30325f;

	overflow-x: hidden;
	overflow-y: auto;

	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;

	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);

	-webkit-transition:
		-webkit-transform 0.4s ease-in-out;

	transition:
		transform 0.4s ease-in-out;

	will-change: transform;
}

.header .offcanvas.offcanvas-end.show,
.header .offcanvas.offcanvas-end.showing {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.header .offcanvas.offcanvas-end.hiding {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

    .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 18px;
        line-height: 32px;
        padding: 7px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
		font-weight: 400;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin: 0;
        padding: 0px;
        background-color: transparent;
        border: none;
        box-shadow: none;
		margin-left: 20px;
		border-bottom: 1px solid #D83E68;
    }
    .navbar-expand-lg .navbar-nav .dropdown-item {
        color: #ffffff;
        font-size: 16px;
        padding: 8px 0 8px 12px;
        
    }
    .navbar-expand-lg .navbar-nav .dropdown-item:hover,
    .navbar-expand-lg .navbar-nav .dropdown-item:focus {
        color: #D83E68;
    }
    .top-closebar .navbar-brand img{
        opacity: 1;
    }
	.navbar-expand-lg .navbar-nav .dropdown-menu::after,
    .navbar-expand-lg .navbar-nav .dropdown-menu::before{
        display: none;
    }
    .dropdown-toggle::after{
        display: table;
        border-top: 8px solid;
        border-right: 8px solid transparent;
        border-bottom: 0;
        border-left: 8px solid transparent;
    }


    /* New menu CSS */
    .navbar-collapse,
	.mobile-menu {
		background: #30325f;
		color: #ffffff;
		padding: 28px 28px 32px;
		max-width: 365px;
		width: calc(100% - 54px);
		border-radius: 0 0 8px 8px;
	}

	.navbar-nav {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.navbar-nav .nav-item,
	.navbar-nav .dropdown-submenu-item {
		position: relative;
		margin: 0;
		padding: 0;
	}

.navbar-nav .nav-link,
.navbar-nav .dropdown-item {
	display: block;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.2px;
	background: transparent;
}

.navbar-nav .nav-link {
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
	padding: 7px 42px 7px 0;
}

.navbar-nav .dropdown-item {
	font-size: 16px;
	line-height: 24px;
	text-transform: none;
	padding: 8px 0 8px 12px;
}

.navbar-nav .nav-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	padding: 8px 42px 8px 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	text-transform: uppercase;
	text-decoration: none;
}

.navbar-nav .dropdown-item {
	display: block;
	min-height: 44px;
	padding: 8px 0 8px 12px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-transform: none;
	text-decoration: none;
}


	.navbar-nav .nav-link:hover,
	.navbar-nav .dropdown-item:hover,
	.navbar-nav .active > a,
	.navbar-nav a.active {
		color: #ef3f72;
		background: transparent;
	}

.navbar-nav .active .mobile-submenu-toggle span {
    border-top: 10px solid #ef3f72;
}

	.navbar-nav .menu-item-has-children > .nav-link,
	.navbar-nav .menu-item-has-children > .dropdown-item {
		/* color: #ef3f72; */
	}

	.navbar-nav .mobile-submenu-toggle {
		position: absolute;
		top: 2px;
		right: 0;
		width: 34px;
		height: 34px;
		padding: 0;
		border: 0;
		background: transparent;
		cursor: pointer;
		z-index: 2;
	}

	.navbar-nav .mobile-submenu-toggle span {
		display: block;
		width: 0;
		height: 0;
		margin: auto;
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-top: 10px solid #ef3f72;
		border-top: 10px solid #ffffff;
		transition: transform 0.25s ease;
		rotate: -90deg;
	}

	.navbar-nav .submenu-open > .mobile-submenu-toggle span {
		transform: rotate(90deg);
	}

	.navbar-nav .dropdown-menu {
		position: static;
		float: none;

		display: block;
		max-height: 0;
		overflow: hidden;

		margin: 0 0 0 24px;
		padding: 0;

		background: transparent;
		border: 0;
		border-bottom: 1px solid transparent;
		box-shadow: none;

		opacity: 0;
		visibility: hidden;
		transform: translateY(-8px);

		transition:
			max-height 0.35s ease,
			opacity 0.25s ease,
			transform 0.35s ease,
			padding 0.35s ease,
			margin 0.35s ease,
			border-color 0.35s ease;
	}

	.navbar-nav .submenu-open > .dropdown-menu {
		max-height: 600px;

		margin-bottom: 12px;
		padding: 4px 0 12px;

		border-bottom-color: #ef3f72;

		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.navbar-nav .dropdown-menu li a {
		color: #ffffff;
	}

	.navbar-nav .dropdown-menu li a:hover,
	.navbar-nav .dropdown-menu li.active a {
		color: #ef3f72;
	}
    /* New Menu Css END  */

    .three-column-section--profile .three-column-title {
		font-size: 22px;
		line-height: 30px;
	}

	.three-column-section--logo .three-column-image__img,
	.three-column-section--logo .three-column-editor-content img {
		max-width: 180px;
	}
    

    .testimonial-content p{
        font-size: 18px;
        line-height: 28px;
    }


    .single-news-header__inner,
	.single-news-body__inner {
		max-width: 760px;
	}

	.single-news-header__archive-title {
		font-size: 38px;
		line-height: 48px;
	}

	.single-news-title {
		font-size: 26px;
		line-height: 34px;
	}

    .foot-hours h5 br{
        display: none;
    }

    .error-404-section {
		min-height: 540px;
		padding: 90px 0;
	}

	.error-404-code {
		font-size: 100px;
	}

	.error-404-title {
		font-size: 36px;
		line-height: 46px;
	}
	p.footer-copyright {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 930px) {

	.container.container--narrow {
		max-width: calc(100% - 30px);
	}
}

@media screen and (max-width: 767px) {
    

    .navbar{
        padding: 15px 0;
        min-height: auto;
    }
    
    .navbar-toggler{
        margin: 0 0 0 auto;
    }

    /* Page Builder: One Column */

    .one-column-section .one-column-heading {
        margin-bottom: 16px;
    }

    .one-column-section .eyebrow,
    .one-column-section .section-kicker {
        margin-bottom: 14px;
    }

    .one-column-section .section-introduction {
        max-width: 100%;
    }


	.services-intro {
		margin-bottom: 30px;
	}

	.service-card,
	.service-card-link {
		min-height: 250px;
	}

	.service-card-content {
		width: 90%;
	}


    .about-content{
        text-align: center;
    }

    .about-cta {
        padding: 30px;
    }

    .about-cta-content {
        text-align: center;
    }

    .about-cta-button {
        justify-content: center;
    }

    .about-cta-button .button {
        margin: 0 auto;
    }

  
    /* Page Builder: Client Reviews */

    .testimonial-intro {
        margin-bottom: 30px;
    }

    .testimonial-row {
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
    }

    .testimonial-icon {
        display: none;
    }

    .testimonial-content {
        width: 100%;
    }

    .testimonial-rating {
        justify-content: center;
    }

    .testimonial-icon-mobile {
        display: block;
        margin: 0 0 10px;
    }

    .testimonial-icon-mobile .testimonial-quote-icon {
        width: 50px;
    }

    .testimonial-quote p {
        font-size: 18px;
        line-height: 28px;
    }

    .testimonial-author {
        text-align: left;
    }
    /*********/

    .testimonial-row{
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }
    .testimonial-content ul{
        justify-content: center;
    }
    .testimonial-content{
        width: 100%;
    }
    .testimonial-icon{
        display: none;
    }
    .testimonial-icon-img{
        display: block;
        margin-bottom: 10px;
        width: 50px;
    }

    .three-column-intro {
		margin-bottom: 30px;
	}

	.three-column-row {
		--bs-gutter-y: 50px;
	}

	.three-column-section--icon .three-column-row {
		--bs-gutter-y: 30px;
	}

	.three-column-section--logo .three-column-row {
		--bs-gutter-y: 40px;
	}

	.three-column-section--profile .three-column-image,
	.three-column-section--profile .three-column-editor-content img {
		margin-bottom: 24px;
	}

	.three-column-section--profile .three-column-title {
		font-size: 22px;
		line-height: 30px;
	}

	.three-column-action {
		padding-top: 24px;
	}

    .multilingual-row{
        gap: 30px 0;
    }
    .multilingual-item{
        width: 50%;
    }


    .accreditations-row{
        flex-direction: column;
    }

    /****** News Listing *******/
    .news-listing-item {
		padding: 45px 0;
	}

	.news-listing-item__inner {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.news-listing-item__image-img {
		height: auto;
		aspect-ratio: 16 / 10;
	}

	.news-listing-item__title {
		font-size: 21px;
		line-height: 28px;
	}

	.news-listing-item__excerpt {
		margin-bottom: 22px;
	}

	.news-pagination {
		padding: 40px 0 55px;
	}
    /*********/
    .single-news-header {
		padding: 65px 0 30px;
	}

	.single-news-header__archive-title {
		margin-bottom: 16px;
		font-size: 32px;
		line-height: 42px;
	}

	.single-news-header__eyebrow {
		margin-bottom: 18px;
		font-size: 10px;
		line-height: 16px;
	}

	.single-news-title {
		font-size: 23px;
		line-height: 31px;
	}

	.single-news-body {
		padding: 10px 0 50px;
	}

	.single-news-featured-image {
		margin-bottom: 30px;
	}

	.single-news-featured-image__img {
		max-height: none;
		aspect-ratio: 16 / 10;
		object-fit: cover;
	}

	.single-news-content {
		font-size: 15px;
		line-height: 25px;
	}

	.single-news-content p {
		margin-bottom: 20px;
	}

	.single-news-content h2,
	.single-news-content h3,
	.single-news-content h4,
	.single-news-content h5,
	.single-news-content h6 {
		margin-top: 28px;
	}

	.single-news-content h2 {
		font-size: 23px;
		line-height: 31px;
	}

	.single-news-content h3 {
		font-size: 19px;
		line-height: 27px;
	}

	.single-news-navigation {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 35px;
	}

	.single-news-navigation__previous,
	.single-news-navigation__next {
		text-align: left;
	}

	.single-news-navigation__next {
		text-align: right;
	}


    .footer{
        padding: 60px 0 0 0;
    }
    .footer-wrapper .gy-50{
        --bs-gutter-y: 7rem;
    }
    .footer-wrapper{
        padding: 0 20px;
        padding-bottom: 7rem;
    }
    .foot-hours h5 br{
        display: block;
    }
    .footer-bottom-content{
        padding: 20px 0;
    }
    .back-to-top{
        position: static;
    }

    .contact-info .form-group h4{
        text-align: left;
    }
    .contact-info .about-content p{
        text-align: left;
    }
    .contact-info .about-content{
        margin-bottom: 46px;
    }

    .search-results-section {
		padding: 45px 0 60px;
	}

	.search-form {
		flex-direction: column;
	}

	.search-submit {
		width: 100%;
		justify-content: center;
	}

	.search-result-item {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 22px;
	}

	.search-result-item__image-img {
		height: auto;
		aspect-ratio: 16 / 10;
	}

	.search-result-item__title {
		font-size: 21px;
		line-height: 28px;
	}

	.search-no-results-content {
		padding: 40px 22px;
	}

    .error-404-section {
		min-height: 500px;
		padding: 75px 0;
	}

	.error-404-code {
		margin-bottom: 10px;
		font-size: 76px;
	}

	.error-404-title {
		margin-bottom: 18px;
		font-size: 30px;
		line-height: 39px;
	}

	.error-404-text {
		margin-bottom: 26px;
		font-size: 16px;
		line-height: 27px;
	}

   
}

@media (min-width:576px) and (max-width:767px) {

    

}

@media screen and (max-width: 600px) {

	.header-contact.mobile-contact a {
		font-size: 24px;
	}

	p {
		font-size: 18px;
		line-height: 30px;
	}
	h6 {font-size:15px}

	.service-card-content p {
		font-size: 18px;
		line-height: 26px;
	}

	.foot-text p {
		color: #8496a6;
		font-size: 15px;
		line-height: 25px;
	}
	p.contact-llp {margin-left:10px !important}
	.foot-hours h5 {font-size: 13px;}
	
}

@media screen and (max-width: 480px) {

	.single-news-navigation {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.single-news-navigation__previous,
	.single-news-navigation__next {
		width: 50%;
	}

	.single-news-navigation a {
		font-size: 9px;
		letter-spacing: 0.12em;
	}
}