body,html {
	font-size: 16px;
	font-family: 'Lato';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #5b5f65;
}

@media(min-width: 1200px){
	.container{
		max-width: 1225px;
	}
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-family: 'Poppins', sans-serif;
}
.h1,.h2,h1,h2 {
	font-size: 3.25rem;
	line-height: 1.154;
	font-weight: 600;
}
.h2,h2 {
	font-size: 2.25rem;
	line-height: 1.222;
	margin-bottom: 1.5rem;
	color: #3e3b57;
}
.h3,h3 {
	font-size: 2rem;
	line-height: 1.25;
	font-weight: 500;
}
.h4,h4 {
	font-size: 1.75rem;
	line-height: 1.286;
	font-weight: 400;
}
.h5, h5, p.lead {
	font-size: 1.5rem;
}
.h5, h5 {
	line-height: 1.333;
	font-weight: 600;
}
.h6, h6 {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
}
p {
	font-size: 1.125rem;
	line-height: 1.364;
	font-family: 'Lato';
}
ul li, ol li {
	font-family: 'Lato';
}
p.lead {
	line-height: 1.417;
}
p.lg {
	font-size: 2.25rem;
	line-height: 1.25;
	font-weight: 500;
}
p.sm {
	font-size: 1.125rem;
	line-height: 1.444;
}
p.xs {
	font-size: 14px;
	line-height: 1.429;
}
.visuallyhidden {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0 0 99.9% 99.9%);
	clip-path: inset(0 0 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}
section {
	padding: 5rem 0;
}
button:active, button:focus {
	outline: 0;
}
.dark-blue-bg {
	background-color: #3e3b57;
	color: #fff;
}
.dark-blue-bg .h1,
.dark-blue-bg .h2,
.dark-blue-bg .h3,
.dark-blue-bg .h4,
.dark-blue-bg .h5,
.dark-blue-bg .h6,
.dark-blue-bg h1,
.dark-blue-bg h2,
.dark-blue-bg h3,
.dark-blue-bg h4,
.dark-blue-bg h5,
.dark-blue-bg h6 {
	color: #fff;
}
.light-grey-bg {
	background-color: #f0f1f2;
}
.intro {
	max-width: 875px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
}
.text-wrap ul {
	padding-left: 30px;
	list-style: none;
	margin: 0;
}
.text-wrap ul li {
	font-size: 1.375rem;
	color: #5b5f65;
	padding-left: 50px;
	position: relative;
	margin-bottom: 10px;
}
.text-wrap ul li:before {
	display: block;
	height: 29px;
	width: 29px;
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	background-image: url(/wp-content/uploads/2021/11/check-circle.svg);
}
.btn.white-button{
	background-color: #fff;
	color: #9d1c1c;
	border: 1px solid #9d1c1c;
	transition: all 1s;
}
.btn.white-button:hover{
	background-color: #9d1c1c;
	color: #fff;
	border: 1px solid #fff;
}
header .navbar-brand img{
	max-width: 260px;
}
.navbar, .navbar:before {
	transition: 300ms ease all;
}
.navbar {
	height: 100px;
	display: flex;
	align-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	background-color: #fff;
	z-index: 99;
}
.navbar:before {
	content: "";
	display: block;
}
.footer-lower .footer-social li,
.navbar-nav .nav-item,
.non-cta .footer-lower .footer-social li {
	margin: 0 0.5rem;
}
.navbar-nav .nav-item .nav-link {	
	font-weight: 600;
	text-transform: uppercase;
	color: #1c1a2e;
	padding: 40px 8px 31px;
}

header .navbar-nav{
	margin-left: auto;
}
.navbar-nav >.nav-item >.nav-link:after {
	content: "";
	border-bottom: 4px solid #fe0000;
	position: absolute;
	bottom: 0;
	width: 0%;
	height: 4px;
	margin: auto;
	display: block;
	left: 0;
	right: 0;
	transition: 0.5s all;
}

.navbar-nav >.nav-item:hover >.nav-link:after {
	width: 100%;
}

.navbar-nav .nav-item .nav-link:hover {
	color: #fe0000;
}
.navbar-nav .nav-item .sub-menu {
	list-style: none;
	margin: 0;
	position: absolute;
	border: 1px solid #dbdbdb;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 10px 15px;
	background-color: #fff;
	display: none;
}
.navbar-nav .nav-item .sub-menu .nav-item .nav-link {
	padding: 0.5rem;
	border-bottom: 0;
}
.navbar-nav .nav-item.current_page_item .nav-link {
	border-bottom: 3px solid #fe0000;
}
.navbar-toggler {
	width: 30px;
	height: 30px;
	margin-top: 10px;
	position: relative;
	z-index: 10;
}
.navbar-toggler .navbar-toggler-icon {
	display: block;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	background-color: #3e3b57;
	transition: 300ms ease all;
}
.navbar-toggler .navbar-toggler-icon:nth-child(1) {
	top: 4px;
}
.navbar-toggler .navbar-toggler-icon:nth-child(2) {
	top: 15px;
}
.navbar-toggler .navbar-toggler-icon:nth-child(3) {
	top: 26px;
}
.navbar-toggler.open .navbar-toggler-icon {
	background-color: #fff;
}
.navbar-toggler.open .navbar-toggler-icon:nth-child(1) {
	top: 15px;
	transform: rotate(45deg);
}
.navbar-toggler.open .navbar-toggler-icon:nth-child(2) {
	opacity: 0;
}
.navbar-toggler.open .navbar-toggler-icon:nth-child(3) {
	top: 15px;
	transform: rotate(-45deg);
}

.footer-upper {
	padding: 3rem 0;
	background-color: #fbfbfb;
}
.footer-upper .footer-col{
	padding-left: 30px;
	padding-right: 30px;
}
.footer-upper .footer-heading{
	border-bottom: 1px solid #4C4C4C;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.footer-upper .footer-heading a{
	padding: 0;
}
.footer-upper a img{
	max-width: 200px;
	height: 50px;
	object-fit: contain;
	margin-bottom: 20px;
}
.footer-upper .footer-heading h3{
	color: #3e3b57;
	font-size: 20px;
	color: #3e3b57;
	margin-bottom: 0;
}
.footer-upper .footer-content{
	color: #3e3b57;
	font-size: 16px;
}
.footer-upper .footer-content p{
	color: #3e3b57;
	font-size: 18px;
	line-height: 29px;
}
.footer-upper .footer-content p a{
	color: #3e3b57;
	font-size: 14px;
	display: block;
	margin-top: 15px;
}
.footer-upper .footer-content a{
	color: #3e3b57;
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 15px;
	display: block;
}
.footer-upper .footer-content ul{
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	line-height: 20px;
}
.footer-upper .footer-content ul li{
	font-size: 14px;
	color: #3e3b57;
}
.footer-upper .footer-content ul .list-wrap{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.footer-upper .footer-content ul .list-wrap i{
	margin-right: 10px;
}
.footer-lower .social-media{
	display: flex;
	align-items: center;
}
.footer-lower .social-media .social {
	margin-left: 20px;
}
.footer-lower .social-media .social:first-child {
	margin-left: 0;
}
.footer-lower .social-media .social i{
	font-size: 25px;
	transition: all 0.5s;
	color: #fff;
}
.footer-lower .social-media .social:hover i{
	color: #e62e2d;
}
.footer-lower .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-upper .footer-nav {
	max-width: 550px;
}
.footer-upper .footer-nav a:not(.btn) {
	color: #3e3b57;
	display: inline-block;
	margin: 1rem 1.5rem 1rem 0;
	font-size: 1.25rem;
}
.footer-upper .footer-nav a:not(.btn):last-child {
	display: none;
}
.footer-upper .footer-nav .btn,
.non-cta .footer-upper .footer-nav .btn {
	padding: 0.25rem 1rem;
	font-size: 12px;
}
.footer-upper .footer-nav.term-link a:not(.btn):last-child {
	display: inline-block;
}

.footer-lower {
	background-color: #303030;
	color: #fff;
	padding: 1.5rem;
}
.footer-lower .copyright-social,
.non-cta .footer-upper > .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-lower .copyright {	
	font-size: 1.125rem;
}
.footer-lower .footer-social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
.footer-lower .footer-social li a {
	padding: 0.5rem;
	opacity: 0.45;
}
.footer-lower .footer-social li a svg,
.non-cta .footer-lower .footer-social li a svg {
	fill: #fff;
}
.footer-lower .footer-social li a:hover,
.non-cta .footer-lower .footer-social li a:hover {
	opacity: 1;
}
.footer-lower hr,
.non-cta .footer-lower hr {
	border-color: #514e6f;
	margin: 3rem 0 2rem;
}
.non-cta .footer-upper {
	padding: 3rem 0;
	background-color: #2b283e;
}
.non-cta .footer-upper .footer-nav a:not(.btn) {
	color: #fff;
	display: inline-block;
	margin: 1rem 1.5rem 1rem 0;
	font-size: 1.25rem;
}

.non-cta .footer-lower {
	background-color: #303030;
	color: #fff;
	padding: 1.5rem;
}
.non-cta .footer-lower .copyright-social {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.non-cta .footer-lower .copyright {
	font-size: 1.125rem;
}
.non-cta .footer-lower .footer-social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
.non-cta .footer-lower .footer-social li a {
	padding: 0.5rem;
	opacity: 0.45;
}

/*********************** HOME PAGE ***********************/

.homepage .banner-section{
	padding: 0;
	overflow: hidden;
}
.Advance-Slider {
  float: left;
  width: 100%;
  overflow: hidden;
	margin-bottom: 0 !important;
}
.Advance-Slider .img-fill {
  position: relative;
  height: 100%;
}

.Advance-Slider .item {
  height: 100%;
  overflow: hidden;
  outline: none;
}
.Advance-Slider button.slick-next.slick-arrow {
  right: 0;
  left: auto;
}

.Advance-Slider .slick-next {
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 1;
	display: none;
	background-color: #fff;
}
.Advance-Slider .slick-prev  {
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	width: 50px;
	height: 50px;
	z-index: 1;
	background-color: #fff;
	display: none;
}
.Advance-Slider button.slick-arrow:before {
	display:none;
}
.Advance-Slider button.slick-next.slick-arrow:before {
  transform: scaleX(-1);
  display: block;
}
.Advance-Slider ul.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.Advance-Slider ul.slick-dots li {
  display: inline-block;
  height: auto;
  padding: 0 5px;
  line-height: 0px;
}
.Advance-Slider ul.slick-dots li button {
  height: 5px;
  width: 35px;
  border-radius: 0;
  background: #e62e2d;
  border: none;
  font-size: 0px;
  padding: 0px;
  opacity: 0.5;
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.Advance-Slider .slick-dots li{
	width: 35px;
}
.Advance-Slider ul.slick-dots li.slick-active button {
  opacity: 1;
}
.Advance-Slider button.slick-arrow {
  perspective: 360px;
}
.Advance-Slider button.slick-arrow .thumb {
  position: absolute;
  height: 100px;
  width: 150px;
  left: 100%;
  top: -28px;
  transform-origin: 0% 0%;
  transform: rotate3d(1, 0, 0, 90deg);
}
.Advance-Slider button.slick-arrow .thumb img {
  height: 100%;
  width: 100%;
}
.Advance-Slider button.slick-next {
}
.Advance-Slider button.slick-next .thumb {
  left: auto;
  right: 100%;
}
.Advance-Slider button.slick-prev.hover-out .thumb,
.Advance-Slider button.slick-prev .thumb {
  animation: out-left 300ms ease 0ms 1 forwards;
}
.Advance-Slider button.slick-prev.hover-in .thumb {
  animation: in-left 300ms ease 0ms 1 forwards;
}
.Advance-Slider button.slick-next.hover-out .thumb,
.Advance-Slider button.slick-next .thumb {
  animation: out-right 300ms ease 0ms 1 forwards;
  transform-origin: 100% 50%;
}
.Advance-Slider button.slick-next.hover-in .thumb {
  animation: in-right 300ms ease 0ms 1 forwards;
}

.Advance-Slider button.slick-prev:hover {
  transform: translateX(-100%);
}
.Advance-Slider button.slick-prev {
  transition: all 0.3s ease;
}
.Advance-Slider button.slick-next:hover {
  transform: translateX(100%);
}
.Advance-Slider button.slick-next {
  transition: all 0.3s ease;
}
.Advance-Slider ul.slick-dots li button img {
  height: 0;
  width: 20px;
  top: 0;
  object-fit: cover;
  transition: height 0.2s ease 0.2s, width 0.2s ease 0s;
  position: relative;
  left: -50%;
}
.Advance-Slider ul.slick-dots li button a {
  position: absolute;
  height: 90px;
  bottom: calc(100%);
  width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all 0.2s ease 0.2s;
  padding-bottom: 10px;
}
.Advance-Slider ul.slick-dots li button {
  position: relative;
  display: flex;
  justify-content: center;
}
.Advance-Slider ul.slick-dots li button:hover a img {
}
.Advance-Slider ul.slick-dots li button:hover img {
  height: 80px;
  width: 140px;
  transition: height 0.2s ease, width 0.2s ease 0.2s;
}
.Advance-Slider ul.slick-dots li button:hover a {
  width: 140px;
  transition: all 0.3s ease 0s;
}
.Advance-Slider ul.slick-dots li button:hover {
  opacity: 1;
}

.Advance-Slider ul.slick-dots li button:hover:before {
  opacity: 1;
  transition: 0.3s ease 0s;
}
.Advance-Slider .item.slick-active {
  /* animation: Slick-FastSwipeIn 1s both; */
}
.Advance-Slider .slick-dots li button:before{
	display: none;
}
.Advance-Slider .item .contain-wrapper .dots-contain {
  display: none;
}
.Advance-Slider .item h3 {
  margin: 0px;
  color: #fff;
  font-size: 84px;
  font-weight: 300;
  text-transform: capitalize;
}
.Advance-Slider .item h5 {
  font-size: 32px;
  font-weight: 300;
  padding: 10px 0 0;
  margin: 0;
  text-transform: capitalize;
}
.Advance-Slider .item .contain-wrapper .info {
  max-width: 1200px;
}
.Advance-Slider .item h5 span {
  color: #00bcd4;
}
.Advance-Slider .item h3 span {
  color: #00bcd4;
}
.Advance-Slider .item h3 {
  animation: fadeOutRight 1s both;
}
.Advance-Slider .item.slick-active h3 {
  animation: fadeInDown 1s both 1s;
}
.Advance-Slider .item h5 {
  animation: fadeOutLeft 1s both;
}
.Advance-Slider .item.slick-active h5 {
  animation: fadeInLeft 1s both 1.5s;
}

@keyframes myMove {
  from {
    transform: scale(1, 1);
    transform-origin: 50% 50%;
  }
  to {
    transform: scale(1.8, 1.9);
    transform-origin: 50% 0%;
  }
}
@keyframes Slick-FastSwipeIn {
  0% {
    transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}

@keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 86deg);
    transform: rotate3d(0, 1, 0, 86deg);
  }
}
@keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
    transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 86deg);
    transform: rotate3d(0, -1, 0, 86deg);
  }
}

.homepage .overview-section h2{
	text-align: center;
	font-size: 30px;
	max-width: 900px;
	margin: auto;
	margin-bottom: 30px;
}
.homepage .overview-section .content-wrap{
	box-shadow: 0px 7px 13px rgba(0, 0, 0, .1607843137);
	border-radius: 5px;
}
.homepage .overview-section .content-wrap .image-wrap img{
	border-radius: 5px 5px 0 0;
	height: 200px;
	object-fit: cover;
	width: 100%;
	object-position: center;
}
.homepage .overview-section .text-wrap{
	text-align: center;
	padding: 30px 15px;
	background-color: #fbfbfb;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: 3px solid #0104fe;
}
.homepage .overview-section .text-wrap h3{
	font-size: 25px;
	position: relative;
	padding: 7px 0;
	margin-bottom: 20px;
}
.homepage .overview-section .text-wrap h3:before{
	content: "";
	border-top: 3px solid;
	min-width: 126px;
	min-height: 3px;
	position: absolute;
	color: #fe0000;
	bottom: 0;
	left: 50%;
	margin-left: -63px;
}
.homepage .overview-section .text-wrap p{
	font-size: 16px;
}
.our-clients-section {
	background-color: #f5f5f5;
	text-align: center;
}
.our-clients-section .image-wrap{
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	box-shadow: 0px 3px 15px #0000000f;
	border: 1px solid #dfdfe0;
	overflow: hidden;
	padding: 20px;
	margin: 0 15px;
	background-color: #fff;
}
.our-clients-section .slick-dots li button:before{
	display: none;
}
.our-clients-section .slick-dots li {
	width: 35px;
	height: 5px;
}
.our-clients-section .slick-dots li button{
	width: 35px;
	height: 5px;
	border-radius: 0;
	padding: 3px;
}
.our-clients-section .image-wrap img{
	max-height: 100%;
	max-width: 100%;
	height: 105px;
	width: auto;
	object-fit: contain;
}
.our-clients-section .slick-dots li button{
	border: 1px solid #e62e2d;
}
.our-clients-section .slick-dots li.slick-active button {
	background-color: #e62e2d;
}

/*********************** HOME PAGE ***********************/

/*********************** GROUP PAGE ***********************/

.group-section h2{
	text-align: center;
}

.group-section .group-wrap{
	border: 1px solid #dfdfe0;
	border-radius: 15px;
	padding: 20px;
	text-align: center;
	margin-bottom: 40px;
}
.group-section .group-wrap .title-wrap{
	margin-bottom: 20px;
}
.group-section .group-wrap .title-wrap h3{
	font-size: 20px;
	font-weight: 900;
}
.group-section .group-wrap .content-wrap .list-wrap i{
	font-size: 25px;
	margin-bottom: 10px;
}
.group-section .group-wrap .content-wrap .list-wrap i.fa-mobile-alt{
	color: #9d1c1b;
}
.group-section .group-wrap .content-wrap .list-wrap i.fa-map-marker-alt{
	color: #04bfea;
}
.group-section .group-wrap .content-wrap .list-wrap p{
	font-size: 16px;
}



/*********************** GROUP PAGE ***********************/

/*********************** Certifications PAGE ***********************/

.certifications-section h2{
	text-align: center;
	margin-bottom: 50px;
}

.certifications-section .image-wrap{
	border: 1px solid #dfdfe0;
	border-radius: 20px;
	padding: 10px;
	text-align: center;
	margin-bottom: 40px;
}

.certifications-section .image-wrap img{
	max-height: 200px;
	object-fit: contain;
}


/*********************** Certifications PAGE ***********************/

/*********************** MAP ***********************/

.map-section{
	padding: 0;	
}

/*********************** MAP ***********************/

/*********************** CTA ***********************/

.cta-section{
	background-color: #5454fe;
	padding: 3rem 0;
}
 
.cta-section .cta-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cta-section .cta-wrap .content-wrap h2{
	color: #fff;
	margin-bottom: 15px;
}

.cta-section .cta-wrap .content-wrap p{
	color: #fff;
	font-size: 16px;
}
.cta-section .cta-wrap .white-button i{
	margin-left: 15px;
}

/*********************** CTA ***********************/

/*********************** Company Section ***********************/
	.company-row{
		margin-left: 30px;
		margin-right: 30px;
	}
	.company-col{
		padding-left: 30px; 
		padding-right: 30px;
	}
	.company-col:first-child{
    border-right: 1px solid #adadad;		
	}
	.company-section{
		padding: 60px 0;
		background-color: #f7f7f7;
	}
	.company-section h2{
		text-align: center;
		margin-bottom: 40px;
	}	
	.company-section p{
		font-size: 18px;
		line-height: 28px;
	}	
	.company-section ul li{
		font-size: 18px;
		line-height: 28px;
	}	
	.company-section ul{
		padding-left: 0;
	}	
	.company-section h3{
		font-weight: bold;
		margin-bottom: 25px;
		font-size: 24px;
	}	
	.company-section a.btn{
		margin-top: 25px;
	}
/*********************** Company Section ***********************/

/*********************** 404 ***********************/

.not-found-section{
	background: linear-gradient(to bottom, #898989, #60c0eb);
	text-align: center;
	color: #fff;
	padding: 100px 0;
}

/*********************** GALLERY ***********************/

.gallery-section .popup-gallery .col-sm-12{
  margin-bottom: 30px;
}
.gallery-section .popup-gallery .col-sm-12 img{
	height: 350px;
	width: 350px;
	object-fit: cover;
	object-position: center;
}

/*********************** GALLERY ***********************/

.not-found-section{
	background: linear-gradient(to bottom, #898989, #60c0eb);
	text-align: center;
	color: #fff;
	padding: 100px 0;
}

/*********************** 404 ***********************/


.nf-form-title{
	display: none;
}
.contact-us-description .footer-heading {
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.contact-us-description .footer-heading h3 {
	color: #3e3b57;
	font-size: 30px;
	color: #3e3b57;
	margin-bottom: 0;
}
.contact-us-description .footer-content {
	color: #3e3b57;
	font-size: 16px;
}
.contact-us-description .footer-content ul {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	line-height: 20px;
}
.contact-us-description .footer-content ul .address-wrap {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	flex-direction: column;
}
.contact-us-description .footer-content ul .list-wrap {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}
.contact-us-description .footer-content ul .list-wrap:last-child {
	border-bottom:0 ;
}
.contact-us-description .footer-content ul .list-wrap i {
	margin-right: 15px;
	margin-top: 9px;
	font-size: 15px;
}
.contact-us-description .footer-content ul li {
	font-size: 14px;
	color: #3e3b57;
	line-height: 27px;
}

.footer-upper .footer-heading {
	border-bottom: 1px solid #4C4C4C;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.portfolio-page .portfolio-banner {
	padding-bottom: 0;
}
.portfolio-page .standard-btn_ {
	font-size: 14px;
	line-height: 34px;
	display: inline-flex;
	align-items: center;
	text-transform: unset;
	background-color: #c93;
	padding: 0 10px;
	margin-bottom: 13px;
	font-family: "Poppins", sans-serif;
	z-index: 9;
	color: #fff;
	position: relative;
}
.portfolio-page .slick-dots > li {
	display: inline-block;
}
.portfolio-page .slick-dots > li:only-child {
	display: none;
}
.portfolio-page .listing-section {
	background-color: #f5f7f9;
	padding-bottom: 40px;
}
.portfolio-page .listing-section .filter-bar .filter-btn {
	color: #000;
	text-transform: capitalize;
}
.portfolio-page .logo-wrap {
	background-color: #fff;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: 0px 7px 13px rgba(0,0,0,.1607843137);
	transition: all .8s ease;
	position: relative;
	background: #fff 0% 0% no-repeat padding-box;
	box-shadow: 0px 7px 13px rgba(0,0,0,.1607843137);
	border-radius: 10px; 
}
.portfolio-page .logo-wrap:hover {
	transform: scale(1.02);
}
.portfolio-page a.logo-wrap {
	border: 4px solid rgba(0,0,0,0);
}
.portfolio-page .logo-wrap img {
	margin-top: 0;
	transition: all .8s ease;
	height: 400px;
	object-fit: cover;
	border-radius: 20px;
}
.portfolio-page a.logo-wrap img {
	margin-top: -10px !important;
}
.portfolio-page .slick-dotted.slick-slider{
	overflow: hidden;
	margin: 0;
}
.portfolio-page .featured-portfolio-slider .featured-portfolio-slide .image-wrap{
	height: 90vh;
}
.portfolio-page .featured-portfolio-slider .featured-portfolio-slide .image-wrap img{
	height: 90vh;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.secondary-btn {
	color: #af8736;
	font-size: 1rem;
	line-height: 1.75rem;
	font-weight: 500;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}
.portfolio-page .logo-wrap span.secondary-btn {
	overflow: hidden;
	margin-top: 0;
	justify-self: flex-end;
	position: absolute;
	bottom: 10px;
}
.portfolio-page a.logo-wrap span.secondary-btn {
	margin-bottom: 0;
	margin-top: 15px;
}
.portfolio-page ul.slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.portfolio-page ul.slick-dots li {
	display: inline-block;
	height: auto;
	padding: 0 5px;
	line-height: 0px;
}
.portfolio-page .slick-dots li {
	width: 35px;
}
.portfolio-page ul.slick-dots li button {
	height: 5px;
	width: 35px;
	border-radius: 0;
	background: #e62e2d;
	border: none;
	font-size: 0px;
	padding: 0px;
	opacity: 0.5;
	outline: none;
	transition: all 0.3s ease;
	cursor: pointer;
}
.portfolio-page ul.slick-dots li.slick-active button {
	opacity: 1;
}
.portfolio-page .slick-dots li button:before{
	display: none;
}
.portfolio-filter-bar .filter-bar h3 {
	margin-right: auto;
	margin-bottom: 0;
}
.filter-bar-wrap {
	display: flex;
	margin-bottom: 30px;
}
.filter-bar {
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-right: 0;
	margin-left: -12px;
	width: 100%;
}
.portfolio-filter-bar .filter-bar {
	margin-left: 0;
	justify-content: flex-end;
}
.portfolio-filter-bar .filter-bar .filter-button {
	border: 0;
	background: none;
	display: flex;
	align-items: center;
	outline: 0;
	color: #112369;
	font-size: 1rem;
}
.portfolio-filter-bar .filter-bar .filter-button:after {
	content: "";
	display: block;
	width: 13px;
	height: 8px;
	margin-left: 8px;
	margin-top: 2px;
	border: 0;
	transform: rotate(180deg);
	transition: 300ms ease all;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2713.513%27 height=%277.756%27 viewBox=%270 0 13.513 7.756%27%3E%3Cpath id=%27dropdown-arrow%27 d=%27M-1259.582-756.145l5.342,5.342,5.342-5.342%27 transform=%27translate%28-1247.484 -749.803%29 rotate%28180%29%27 fill=%27none%27 stroke=%27%23c93%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27/%3E%3C/svg%3E");
}
.portfolio-filter-bar .filter-bar .dropdown-menu {
	border-radius: 10px;
	box-shadow: 0px 7px 13px rgba(0,0,0,.1607843137);
	border: 1px solid #eee;
	width: 253px;
	padding: 10px 0 10px 0;
	z-index: 9;
}
.portfolio-filter-bar .filter-bar [data-popper-placement=bottom-start] {
	margin-top: 12px !important;
}
.portfolio-filter-bar .filter-bar .dropdown-item {
	padding: 10px 20px;
	text-decoration: none;
	color: #000;
	font-size: 1rem;
	line-height: 22px;
	white-space: unset;
	clear: unset;
}
.portfolio-page .listing-section .filter-bar .filter-btn {
	color: #112369;
	text-transform: capitalize;
}
.filter-bar .filter-btn.active {
	color: #af8736;
}

.filter-bar .filter-btn .circle {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	flex-shrink: 0;
	transition: 300ms ease all;
}
.filter-bar .filter-btn.active .circle {
	background-color: #e62e2d70;
}
.portfolio-page .listing-section .filter-bar .filter-btn {
	color: #112369;
	text-transform: capitalize;
}
.filter-bar .filter-btn .circle:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-color: #7d92b5;
	border-radius: 50%;
	transition: 300ms ease all;
}
.filter-bar .filter-btn.active .circle:before {
	background-color: #e62e2d;
}
.filter-bar .filter-btn {
	color: #112369;
	border: 0;
	background: none;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	font-family: "Poppins",sans-serif;
	text-transform: uppercase;
	padding: 0 12px;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.portfolio-page .portfolio-banner .breadcrumb-wrap {
		margin-left: -25px;
 }
}


@media (min-width: 992px) {
	.navbar-nav .nav-item:hover .sub-menu {
		display: block;
	}
}
@media (max-width: 991px) {
	.h1, h1 {
		font-size: 2.75rem;
	}
	.h2, h2 {
		font-size: 2rem;
		font-weight: 500;
	}
	p.lg {
		font-size: 1.875rem;
		line-height: 1.5;
	}
	.navbar-nav {
		padding-top: 100px;
	}
	.navbar-nav .nav-item {
		text-align: right;
	}
	.navbar-nav .nav-item .sub_toggle {
		position: absolute;
		right: 200px;
		top: 15px;
		border: solid #fff;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
	}
	.navbar-nav .nav-item .sub-menu {
		padding: 0;
		position: static;
		box-shadow: inherit;
		background-color: transparent;
		margin-left: auto;
	}
	.navbar-nav .nav-item .sub-menu .nav-item .nav-link {
		font-size: 12px;
	}
	.navbar-nav .nav-item .nav-link {
		padding: 0.5rem 1rem;
		color: #fff;
	}
	.offcanvas-collapse {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 100%;
		width: 80%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		visibility: hidden;
		transition: all 300ms ease-in-out;
		background-color: #3e3b57;
	}
	.offcanvas-collapse.open {
		visibility: visible;
		transform: translateX(-100%);
	}
	.mobile-nav-open .navbar:before {
		content: "";
		display: block;
		width: 100vw;
		height: 100vh;
		background-color: #fff;
		opacity: 0.75;
		position: fixed;
		left: 0;
		top: 0;
	}
	.footer-upper > .container {
		flex-direction: column-reverse;
	}
	.footer-upper .footer-logo {
		margin-bottom: 30px;
	}
	
	.homepage .overview-section .content-wrap .image-wrap img {
		width: 100%;
	}
	.homepage .overview-section .content-wrap {
		margin-bottom: 40px;
	}
	.homepage .overview-section .row {
		justify-content: center;
	}
	.cta-section .cta-wrap {
    flex-direction: column;
		text-align: center;
	}
	.about-page .qse-section ul {
    column-count: 1;
	}
	.about-page .qse-section ul li{
    margin-bottom: 30px;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.h1, h1 {
		font-size: 1.875rem;
	}
	.h2, h2 {
		font-size: 1.5625rem;
	}
	.h3, h3 {
		font-size: 1.375rem;
	}
	.h4, h4, p.lead {
		font-size: 1.25rem;
	}
	.h5, h5, p {
		font-size: 1.125rem;
	}
	p.lg {
		font-size: 1.5625rem;
	}
	p.xs {
		font-size: 12px;
	}
	.footer-upper > .container {
		flex-direction: column;
	}
	.footer-upper .footer-logo {
		order: 1;
		max-width: 208px;
		margin-bottom: 0;
	}
	.footer-upper .footer-nav {
		order: 2;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
	}
	.footer-upper .footer-nav a:not(.btn) {
		margin: 0.25rem 0;
		font-size: 1rem;
	}
	.footer-upper .footer-nav .btn {
		margin: 0.5rem 0;
	}
	.footer-lower {
		text-align: center;
	}
	.footer-lower .copyright-social {
		display: flex;
		flex-direction: column;
	}
	.footer-lower .copyright {
		order: 2;
		font-size: 0.875rem;
	}
	.footer-lower .footer-social {
		order: 1;
		margin-bottom: 1.5rem;
	}
	.footer-lower hr {
			margin: 2rem 0;
	}
	
	.non-cta .footer-upper > .container {
		flex-direction: column;
	}
	.non-cta .footer-upper .footer-logo {
		order: 1;
		max-width: 208px;
	}
	.non-cta .footer-upper .footer-nav {
		order: 2;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
	}
	.non-cta .footer-upper .footer-nav a:not(.btn) {
		margin: 0.25rem 0;
		font-size: 1rem;
	}
	.non-cta .footer-upper .footer-nav .btn {
		margin-top: 2rem;
	}
	.non-cta .footer-lower {
		text-align: center;
	}
	.non-cta .footer-lower .copyright-social {
		display: flex;
		flex-direction: column;
	}
	.non-cta .footer-lower .copyright {
		order: 2;
		font-size: 0.875rem;
	}
	.non-cta .footer-lower .footer-social {
		order: 1;
		margin-bottom: 1.5rem;
	}
	.non-cta .footer-lower hr {
		margin: 2rem 0;
	}
	.Advance-Slider button.slick-next.slick-arrow, .Advance-Slider button.slick-prev.slick-arrow {
		display: none !important;
	}
	.gallery-section .popup-gallery .col-sm-12 img{
		height: auto;
		width: 100%;
	}
	
}
/*
     FILE ARCHIVED ON 22:13:16 Apr 07, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:35:43 Dec 09, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 72.787
  exclusion.robots: 0.179
  exclusion.robots.policy: 0.172
  cdx.remote: 0.063
  esindex: 0.009
  LoadShardBlock: 44.406 (3)
  PetaboxLoader3.datanode: 97.082 (5)
  load_resource: 145.401
  PetaboxLoader3.resolve: 44.143
  loaddict: 77.798
*/