@font-face {
  font-family: 'libre_baskervillebold';
  src: url('../fonts/librebaskerville-bold-webfont.woff2') format('woff2'), url('../fonts/librebaskerville-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'libre_baskervilleregular';
  src: url('../fonts/librebaskerville-regular-webfont.woff2') format('woff2'), url('../fonts/librebaskerville-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsbold';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinslight';
  src: url('../fonts/poppins-light-webfont.woff2') format('woff2'), url('../fonts/poppins-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinssemibold';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'), url('../fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


#header{display: block}
#mobileheader{display: none}
body.fullScreen {
    overflow: hidden;
}
body{
	font-family: 'Open Sans';
}
.btn {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 200px;
    outline: 0;
    box-sizing: border-box;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(27,29,28,0);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000
}

.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn--hamburger {
    width: 40px;
    height: 40px
}
.navbar__hamburger {
	margin-left: 20px
}
.btn--hamburger__line {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 4px;
    background-color: #223871;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.65s ease-in-out;
    border-radius: 10px;
}
.btn--hamburger__text{
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'myriad_proregular';
    color: #d2dea7;
    font-size: 12px;
    line-height: normal;
    opacity: 1;
    transition: all 0.65s ease-in-out
}
.btn--hamburger__line.top {
    width: 75%;
    top: 10px;
}
.btn--hamburger__line.mid {
    width: 100%;
    top: 18px;
    opacity: 1;
}
.btn--hamburger__line.bottom {
    width: 75%;
    top: 65%;
}
.is-menu-active .btn--hamburger__line.top {
    top: 46%;
    transform: rotate(40deg);
    height: 2px;
}
.is-menu-active .btn--hamburger__line {
    background-color: #223871;
}
.is-menu-active .btn--hamburger__line.mid {
    opacity: 0
}
.is-menu-active .btn--hamburger__line.bottom {
    opacity: 1
}
.is-menu-active .btn--hamburger__line.bottom {
    width: 75%;
    top: 46%;
    transform: rotate(-400deg);
    height: 2px;
}
.is-menu-active .btn--hamburger__text{
    opacity: 0
}

.wrapper {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}
header {
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border-bottom: 1px solid #f2f2f2
}
header .logo img {
  max-width: 160px;
  transition: all 0.3s ease;
}
/*header.logoSmall .logo img{max-width: 100px}*/
.subnav {
  width: 100%;
  display: block;
  background-color: #223871;
  color: #ffffff
}
.subnav .fa-facebook-f, .subnav .fa-instagram {
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
  background-color: #677cb3;
  padding: 5px 8px;
  border-radius: 2px;
  transition: all 0.5s ease
}
.subnav .fa-facebook-f:hover, .subnav .fa-instagram:hover {
  background-color: #091940;
}
.subnav-item {
  font-family: 'poppinslight';
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
  max-width: 350px;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: normal;
}
.subnav-item a {
  font-family: 'Open Sans';
  font-size: 13px;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  border: none;
}
.subnav .phoneNumber a {
    background-color: #df342d;
    padding: 8px 20px 8px 18px;
    display: block;
    border-radius: 30px;
    margin: 5px 0
}
.subnav .phoneNumber a .fa {
    font-size: 14px;
    color: #ffffff;
    margin-right: 5px;
}
.socialicon a {
  display: inline-block;
  transition: all 0.5s ease;
  margin: 0;
  color: #ffffff
}
.socialicon img {
  filter: grayscale(1);
  transition: all 0.5s ease
}
.socialicon img:hover {
  filter: grayscale(0)
}
.nav-pills .nav-link {
  font-family: 'libre_baskervillebold';
  font-size: 14px;
  line-height: normal;
  color: #333333;
  margin: 0;
  border-radius: 5px;
  text-transform: capitalize;
  letter-spacing: 0.25px;
  background-color: transparent;
}
.nav-pills .nav-link.active, .nav-pills .nav-link:hover, .nav-pills .show > .nav-link {
  color: #ed1f0f;
  background-color: transparent
}
.home-banner {
	padding: 0;
	background-image: url("../images/home-banner.jpg");
	background-size: cover !important;
	background-position: center !important;
	position: relative
}
.home-banner h1, .homeannerSwiper h1 {
  font-family: 'libre_baskervillebold';
  font-size: 46px;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 20px
}
.home-banner p, .homeannerSwiper p {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px
}
.home-banner .know-more-btn, .homeannerSwiper .know-more-btn{
  font-family: 'libre_baskervillebold';
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  background-color: #df342d;
  padding: 20px 40px;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.home-banner .know-more-btn:hover {
  background-color: #000000
}
.home-banner .intro-logo {
  width: 267px;
  margin-bottom: 20px
}
.site-btn{
	font-family: 'libre_baskervillebold';
	font-size: 18px;
	line-height: normal;
	color: #ffffff;
	background-color: #df342d;
	padding: 20px 40px;
	margin: 0;
	text-decoration: none;
	display: inline-block;
	border-radius: 3px;
	transition: all 0.5s ease;
}
.site-btn:hover{
	color: #000000
}
.bg-eeeeee {
  background-color: #eeeeee
}
.bg-fafafa {
  background-color: #fafafa
}
.bg-blue {
  background-color: #223871
}
.bg-black {
  background-color: #333333
}
h2 {
  font-family: 'libre_baskervillebold';
  font-size: 40px;
  line-height: normal;
  color: #333333;
}
h3 {
  font-family: 'libre_baskervillebold';
  font-size: 18px;
  line-height: normal;
  color: #333333;
}
h4 {
  font-family: 'libre_baskervilleregular';
  font-size: 16px;
  line-height: normal;
  color: #333333;
  text-transform: uppercase;
}
.paragraph1{
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: normal
}
.address-wrap {
    padding: 0 0 0 40px;
    font-family: 'poppinsregular';
    font-size: 16px;
    color: #000000
}
.address-wrap a{
    color: #000000;
    text-decoration: none
}
.address{
    background-image: url("../images/location.png");
    background-position: top left;
    background-size: 24px;
    background-repeat: no-repeat
}
.mob-num{
    background-image: url("../images/mobile.png");
    background-position: top left;
    background-size: 24px;
    background-repeat: no-repeat
}
.phone-num{
    background-image: url("../images/telephone.png");
    background-position: top left;
    background-size: 24px;
    background-repeat: no-repeat
}
.phone-num{
    background-image: url("../images/telephone.png");
    background-position: top left;
    background-size: 24px;
    background-repeat: no-repeat
}
.email{
    background-image: url("../images/email.png");
    background-position: top left;
    background-size: 24px;
    background-repeat: no-repeat
}


.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}
.homeannerSwiper {
  padding-bottom: 0
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Caption styling */
    .slide-caption {
		position: absolute;
		top: 50%;
		left: -50%;
		transform: translateY(-50%);
		text-align: left;
		opacity: 0;
		transition: all 1s ease;
		width: 60%;
		padding: 0 0 0 100px;
		color: #ffffff
		
    }
.slide-caption h2{
	color: #ffffff
}

    /* When slide is active, animate caption */
    .swiper-slide-active .slide-caption {
      transform: translateY(-50%);
      left: 0%;
      opacity: 1;
    }
.swiper-button-next:after, .swiper-button-prev:after {
    color: #000000;
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
    font-size: 20px !important;
}
.services-sec-home {
  background-image: url("../images/linebg.jpg");
  background-position: left top;
  background-repeat: repeat;
  background-size: auto
}
.services-sec-home .card {
  font-family: 'libre_baskervilleregular';
  font-size: 16px;
  color: #ffffff;
  background-color: rgba(52, 75, 135, 0.6);
  text-align: left;
  padding: 20px;
}
.services-sec-home .card ul li {
  margin-bottom: 25px;
}
.rounded-rectangle {
    border: 2px solid #5970aa;
    border-radius: 50px;
    padding: 25px 50px;
    font-family: 'poppinslight';
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
}
.rounded-rectangle a {
  font-family: 'poppinsregular';
  color: #ff9900;
  display: inline-block;
  text-decoration: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.gallery-items .gallery-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 30px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 36px;
  font-family: 'libre_baskervillebold';
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  cursor: pointer
}
.gallery-items {
  position: relative;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.gallery-items img {
  transition: all 3.0s ease;
}
.gallery-items:hover img {
  transform: scale(1.1);
}
.gallery-items:hover .gallery-overlay {
  opacity: 1;
}
.clients-logo > div {
  border: 1px solid #e0e0e0;
  border-right: 0;
  transition: all 0.3s ease;
}
.clients-logo > div:nth-child(7),
.clients-logo > div:nth-child(8),
.clients-logo > div:nth-child(9),
.clients-logo > div:nth-child(10),
.clients-logo > div:nth-child(11),
.clients-logo > div:nth-child(12){
	border-top: 0
}
.clients-logo > div:last-child {
  border-right: 1px solid #e0e0e0
}
.clients-logo > div img {
  filter: grayscale(1);
  opacity: 0.5;
  transition: all 0.3s ease;
  cursor: pointer
}
.clients-logo > div:hover {
  background-color: #ffffff
}
.clients-logo > div:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.group-companies p {
  font-family: 'libre_baskervilleregular';
  color: #333333;
  font-size: 18px;
}
footer {
  background-color: #221f1f;
  font-family: 'libre_baskervilleregular';
  color: #999999;
  font-size: 12px;
  line-height: normal;
}
footer h3 {
  font-family: 'libre_baskervillebold';
  color: #f2f2f2;
  font-size: 20px;
  line-height: normal;
  margin: 0 0 30px 0;
  padding: 0
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0
}
footer ul li {
  margin-bottom: 20px
}
footer ul li a {
  font-family: 'libre_baskervilleregular';
  color: #999999;
  font-size: 12px;
  line-height: normal;
  text-decoration: none
}
footer ul li a:hover {
  color: #f2f2f2
}
footer p, footer p a {
  font-family: 'libre_baskervilleregular';
  color: #999999;
  font-size: 12px;
  line-height: 26px;
  text-decoration: none
}
footer p span {
  font-family: 'libre_baskervillebold';
  color: #f2f2f2;
  font-size: 13px;
  margin-right: 10px;
}
footer ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 300;
  padding-right: 12px;
  transition: .15s;
  color: #f2f2f2;
}
footer .fa-brands, footer .fab {
  font-size: 22px
}
.static-banner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  position: relative
}
.static-banner .overlay-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center
}
.static-banner .overlay-text h1 {
  font-family: 'libre_baskervillebold';
  color: #ffffff;
  font-size: 60px;
  line-height: normal;
  width: 100%
}
.static-banner .overlay-text p {
  font-family: 'libre_baskervilleregular';
  color: #ffffff;
  font-size: 26px;
  line-height: normal;
  width: 100%
}
.site-content h2 {
  font-family: 'libre_baskervillebold';
  color: #333333;
  font-size: 40px;
  line-height: 50px;
}
.site-content h5 {
  font-family: 'libre_baskervillebold';
  color: #333333;
  font-size: 25px;
  line-height: normal;
  
}
.site-content p {
    font-family: 'libre_baskervilleregular';
    color: #333333;
    font-size: 18px;
    line-height: 28px
}
.site-content ul li {
  font-family: 'libre_baskervilleregular';
  color: #333333;
  font-size: 18px;
  line-height: 28px;
}
.breadcrumb-wrap {
  padding: 10px 0;
  background-color: #f2f2f2;
}
.breadcrumb {
  margin-bottom: 0
}
.breadcrumb-item a {
  font-family: 'poppinslight';
  font-size: 12px;
  color: #979797;
  text-decoration: none;
  text-transform: uppercase
}
.phnumber {
  background-color: #df342d;
  border-radius: 50px;
  padding: 5px 15px;
  display: inline-block;
}
.fecilities-content {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  box-sizing: border-box;
  padding: 0 100px;
  background-color: #000000;
}
.fecilities-content h3 {
  font-family: 'libre_baskervillebold';
  color: #ffffff;
  font-size: 28px;
  line-height: normal
}
.fecilities-content p {
  font-family: 'libre_baskervilleregular';
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  display: none
}
.categoryName {
  font-family: 'libre_baskervilleregular';
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 15px
}
.fecilities-image {
  width: 50%;
}
.fecilities-container {
  float: left;
  width: 100%
}
.fecilities-container:nth-child(odd) .fecilities-content {
  float: left;
}
.fecilities-container:nth-child(2n) .fecilities-content {
  float: right;
}
.fecilities-container:nth-child(odd) .fecilities-image {
  float: left;
}
.fecilities-container:nth-child(2n) .fecilities-image {
  float: right;
}
.fecilities-content::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  background-color: #333;
  transition: all 0.5s ease
}
.fecilities-container:hover .fecilities-content::after {
  width: 100%;
}
.fecilities-container:nth-child(odd) .fecilities-content::after {
  right: 0;
}
.fecilities-container:nth-child(2n) .fecilities-content::after {
  left: 0;
}
.fecilities-content > div {
  position: relative;
  z-index: 2;
}
.project-counts {
  position: relative
}
.project-counts .count {
  font-family: 'libre_baskervillebold';
  color: #000000;
  font-size: 80px;
  line-height: 80px;
  padding-bottom: 20px;
}
.project-counts .title {
  font-family: 'libre_baskervilleregular';
  color: #686868;
  font-size: 20px;
  line-height: 30px;
}
.project-counts > div {
  border-right: 1px solid #ccc
}
.project-counts > div:last-child {
  border-right: 0
}
.project-title {
	width: 50%;
	padding: 0 0 0 25px;
	margin: 0;
	float: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%
}
.project-title span:nth-of-type(1){
	font-family: 'libre_baskervillebold';
    font-size: 22px;
    line-height: normal;
    color: #333333;
	width: 100%;
	padding: 0 0 10px;
	margin: 0;
	display: block
}
.project-title span:nth-of-type(2){
	font-family: 'Open Sans';
    font-size: 16px;
    line-height: normal;
    color: #333333;
	width: 100%;
	padding: 0 0 10px;
	margin: 0;
	display: block
}
.project-thumb{
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left
}
.contact-content, .contact-content a {
  font-family: 'libre_baskervilleregular';
  color: #686868;
  font-size: 22px;
  line-height: 32px;
}
.contact-content a {
  color: #df342d;
  text-decoration: none
}
.form-control {
  border-radius: 0;
  height: 50px
}
textarea.form-control {
  resize: none;
  height: 150px
}
.form-label {
  font-family: 'libre_baskervilleregular';
  color: #333333;
  font-size: 15px;
}
.fromSubmitbtn {
    outline: none;
    font-family: 'libre_baskervillebold';
    font-size: 18px;
    line-height: normal;
    color: #ffffff;
    background-color: #df342d;
    padding: 20px 60px;
    margin: 0;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    transition: all 0.5s ease;
    border: none
}
.fromSubmitbtn:hover{
    background-color: #b2120c
}
.leadershipTeam h3 {
  font-family: 'libre_baskervillebold';
  font-size: 30px;
  line-height: normal;
  color: #333333
}
.leadershipTeam p {
  font-family: 'libre_baskervilleregular';
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  padding: 10px 0 0;
}
.bg-dee2e6 {
  background-color: #eff4f8
}
.workGallery h2 {
  font-family: 'libre_baskervillebold';
  font-size: 60px;
  line-height: 70px;
  color: #ffffff;
}
.workGallery .galleryItem {
  padding-bottom: calc(var(--bs-gutter-x) * 1);
}
.workGallery .galleryItem a {
    border: 10px solid #fff;
    display: block;
    position: relative;
    overflow: hidden;
    height: 200px;
}
.workGallery .galleryItem a .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  scale: 0;
  transition: all 0.4s ease
}
.workGallery .galleryItem a:hover .overlay {
  scale: 1
}
.cwa-lightbox-image {
  border: 1px solid #fff
}
.sl-wrapper {
  background-color: rgba(0, 0, 0, 0.9)
}
.bg-eff4f8 {
  background-color: #eff4f8
}
.sl-wrapper .sl-navigation button, .sl-wrapper .sl-close, .sl-wrapper .sl-counter {
  color: #fff !important
}
.sl-image {
  border: 10px solid #fff
}
.sl-image img {
  max-height: 100%;
  max-width: 100%
}
.getQuote {
  background-color: #df342d;
  text-align: left
}
.getQuote .container {
  display: flex;
  align-content: center;
  justify-content: space-between
}
.getQuote h2 {
  font-family: 'libre_baskervillebold';
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.getQuote a {
  font-family: 'libre_baskervillebold';
  font-size: 20px;
  line-height: normal;
  color: #ffffff;
  background-color: #000000;
  padding: 20px;
  margin-left: 20px;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.5s ease
}
.getQuote a:hover {
  padding: 20px 30px;
}
.custom-py{
    padding-top:50px;
    padding-bottom:50px;
}
.gallery-list-wrapper {
    height: auto;
    margin: 20px 0 50px;
    padding-top: 50px;
    padding-left: calc(70px - 3%);
    padding-right: calc(70px - 3%);
    padding-bottom: 20px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-pack: start;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1360px;
}
.gallery-list {
    flex: 0 0 30.3333%;
    max-width: 30.3333%;
    margin: 0 1.5% 3%
}
.gallery-list figure {
    width: 100%;
    display: block;
    position: relative;
	margin: 0
}
.gallery-list-title {
    font-family: 'libre_baskervillebold';
    font-size: 20px;
    background: #000;
    color: #fff;
    line-height: normal;
    margin: 0;
    padding: 10px 25px;
    display: block;
    clear: both;
}
.project-list-wrapper{
	border-bottom: 1px solid #e9e9e9
}
.project-list-wrapper .col{
	padding: 20px;
	border: 1px solid #e9e9e9;
}
.project-list-wrapper .col:nth-child(odd){
	border-right: none;
	border-bottom: none
}
.project-list-wrapper .col:nth-child(even){
	border-bottom: none
}
.certification-block{
    padding: 100px 0;
    background-color: #ffffff
}
.certification-block .logo-2{
    width: 220px;
}
.certification-block h2 {
    margin: 25px 0 0 20px;
}
.certificate-thumb {
    width: 200px;
    display: inline-block;
    border: 1px solid #cccccc;
    margin: 0 2%;
}
.certification-wrap{
    background-color: #ffffff;
    margin: 0;
    padding: 50px 50px 0;
}
.certificate-thumb:nth-child(3){
    border: none;
    margin-left: 0
}

#wookmark1{
	list-style: none;
	margin: 0;
	padding: 0
}
#wookmark1 li{
	background-color: #fff;
	float: left;
	cursor: pointer;
	width: 200px;
	padding: 0 0 10px;
	margin: 0;
	display: block;
	transition: all 0.5s ease
}
#wookmark1 li a{
	display: block
}

@media only screen and (max-width: 1440px), only screen and (max-device-width: 1440px){
.banner .intro-logo {
	width: 170px;
}
.banner h1, .static-banner .overlay-text h1 {
    font-size: 36px;
    line-height: normal;
}
.gallery-items .gallery-overlay{
	font-size: 20px
}	
.static-banner .overlay-text p {
    font-size: 16px;
}
h2 {
	font-size: 28px;
}
h4 {
    font-size: 12px;
}
header .logo img {
	max-width: 120px;
	transition: all 0.3s ease;
}
.logo-2{
    width: 120px;
}
.banner .know-more-btn {
    padding: 15px 30px;
    font-size: 14px;
}
	.site-content h2 {
    font-family: 'libre_baskervillebold';
    color: #333333;
    font-size: 34px;
    line-height: normal;
}

.site-content h2 {
    font-size: 28px
}
.swiper-slide {
    border: 10px solid #fff;
}
.homeannerSwiper .swiper-slide {
    border: none;
}	
.slide-caption {
		width: 60%
 }
.home-banner p, .homeannerSwiper p {
	font-size: 18px;
	margin-bottom: 10px
}
.home-banner h1, .homeannerSwiper h1 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 10px;
}
	.home-banner .know-more-btn, .homeannerSwiper .know-more-btn {
    padding: 17px 30px
}
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
	h2 {
    font-size: 22px;
}
	.site-content p, .site-content ul li {
    font-size: 14px;
    line-height: 24px
}
	#header{display: none}
	#mobileheader{display: block}
	.home-banner {
	background-image: url("../images/home-banner-sm.jpg");
}
	.nav {
		display: block;
		flex-wrap: inherit;
		padding: 10%;
		margin-bottom: 0;
		list-style: none;
		position: fixed;
		top: 127px;
		left: -110%;
		z-index: 9999;
		width: 100%;
		height: calc(100% - 127px);
		background-color: #223871;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s ease
	}
	.nav.nav-menu-active {
		left: 0;
		opacity: 1;
		visibility: visible;
}
	.nav-pills .nav-link {
    	font-size: 18px;
		color: #FFFFFF
	}
	.subnav-item a .fa{
		font-size: 15px
	}
	.banner p {
    font-size: 14px
}
	.home-banner .intro-logo {
    width: 147px;
    margin-bottom: 20px;
    margin-top: 20px
}
	.home-banner h1, .homeannerSwiper h1 {
    font-size: 24px;
    line-height: 34px
}
	.home-banner p, .homeannerSwiper p {
    font-size: 18px
}
	.home-banner .know-more-btn, .homeannerSwiper .know-more-btn {
    font-size: 16px;
    padding: 15px 35px
}
	footer .socialicon{
	display: flex;
	align-items: center;
	justify-content: center
}
	footer .socialicon a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 10px
}
	.clients-logo{
		padding: 0 30px
}
	.clients-logo > div img {
    filter: grayscale(0);
    opacity: 1
}
	.clients-logo > div {
    border: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    background-color: #FFF
}
	.project-counts .count {
    font-size: 50px;
    line-height: 50px
}
	.project-counts .title {
    font-size: 15px;
    line-height: 30px
}
	.project-counts > div:nth-child(1) {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	.project-counts > div:nth-child(2) {
	border-right: 0;
	border-bottom: 1px solid #ccc;
	}
	.project-counts > div:nth-child(4) {
	border-right: 0
	}
	.leadershipTeam h3 {
    font-size: 18px
}
	.leadershipTeam p {
    font-size: 12px;
    line-height: 18px
}
	.getQuote .container {
    display: block;
    text-align: center;
}
	
	.getQuote h2 {
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 15px 0;
    justify-content: center;
    width: 100%;
}
	.getQuote a {
    font-size: 14px;
    padding: 20px 50px;
    margin: 0;
}
	footer h3 {
    margin: 0 0 10px 0;
}
	
h3 {
    font-size: 16px
}
	.address-wrap {
    padding: 0 0 0 30px;
}
.address-wrap a{
    color: #000000;
    text-decoration: none
}
.address,
.mob-num,
.phone-num,
.phone-num,
.email{
    background-size: 20px;
}
.gallery-list-wrapper {
    padding-top: 30px;
    padding-left: calc(40px - 3%);
    padding-right: calc(40px - 3%);
    margin: 20px 0
}
.gallery-list {
    flex: 0 0 47%;
    max-width: 47%
}
.static-banner .overlay-text h1 {
        font-size: 26px;
        line-height: normal;
        padding: 0 50px;
    }
	.slide-caption {
		width: 100%;
		padding: 0 50px;
    }
	.project-title span:nth-of-type(1) {
    font-size: 16px;
}
	.project-title span:nth-of-type(2) {
    font-size: 13px;
}
	
	#wookmark1 li{
	width: 160px;
}
	
}
@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {
	
	.fecilities-image {
    width: 100%
}
	.fecilities-content {
    width: 100%;
    padding: 30px
}
	.fecilities-content h3 {
    font-size: 22px
}
	.categoryName {
    font-size: 14px
}
	.home-banner h1, .homeannerSwiper h1 {
    font-size: 20px;
    line-height: 30px
}
	.home-banner p, .homeannerSwiper p {
    font-size: 14px;
}
	.swiper-button-next:after, .swiper-button-prev:after {
    padding: 15px;
    font-size: 15px !important
}
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,5px)
}
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,5px);
}
	.fecilities-container{
		margin: 0 0 50px 0
	}
	.workGallery .galleryItem a {
    height: 140px;
		border: 5px solid #fff;
}
	.contact-content, .contact-content a {
    font-size: 15px;
    line-height: 25px
	}
	.certification-block .logo-2 {
    width: 170px;
}
.certification-wrap {
    background-color: #ffffff;
    margin: 0;
    padding: 25px 25px 0;
    width: 100%;
}
	
}



















