@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {
  font-family: "Playfair Display", serif;
  font-weight: 300;
  font-style: normal;
}
.nav-link {
    color: #333333;
    font-size: 14px;
    padding: 0 20px;
    margin: 0;
    border-radius: 0;
    height: 90px;
    line-height: 90px;
    font-weight: 400;
}
.nav-link.active{
	color: #ffffff;
	background-color: #15497b
}
.nav-link:hover{
	color: #ffffff;
	background-color: #15497b
}
.quoteBtn {
    padding: 0 30px;
    text-decoration: none;
    background-color: #f68b1f;
	color: #ffffff;
    border-radius: 50px;
    font-size: 14px;
    line-height: 40px;
	font-weight: 500;
    margin: 0 0 0 20px;
	transition: all 0.3s ease
}
.quoteBtn:hover {
    background-color: #15497b;
	color: #ffffff;
}
.section-space {
    padding-top: 50px;
}
h2 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
	padding: 0 0 20px;
	margin: 0;
    color: #15497b;
    line-height: 50px;
    font-size: 40px;
    letter-spacing: 1px;
}
h3 {
    font-family: "Playfair Display", serif;
    font-weight: 300;
	padding: 0 0 20px;
	margin: 0;
    color: #333333;
    line-height: normal;
    font-size: 30px;
    letter-spacing: 1px;
}
.logo {
    width: 203px;
}
.subHeader{
	padding: 10px 0;
	background-color: #15497b;
}
.subHeaderitems{
	display: flex;
	align-items: center;
	justify-content: space-between
}
.subHeader a{
	font-size: 13px;
	line-height: normal;
	color: #ffffff;
	text-decoration: none
}
.img-border-radius{
	border-radius: 20px
}

span.heading {
    font-family: "Playfair Display", serif;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
}
.home-about-sec-content{
	position: relative
}
.home-about-sec-content::after {
    content: '';
    position: absolute;
    left: 70%;
    top: 50%;
    z-index: -1;
    width: 40%;
    height: 100%;
    background-color: rgba(246,139,31, 0.05);
    transform: translate(-50%, -50%);
    border-radius: 110px;
}
.bg-fafafa {
    background-color: #fafafa;
}
.project-counts {
    position: relative;
	text-align: center
}
.project-counts .count {
	font-weight: 800;
    color: #333333;
    font-size: 80px;
    line-height: 80px;
    padding-bottom: 20px;
}
.project-counts .title {
    font-weight: 300;
    color: #333333;
    font-size: 16px;
    line-height: normal;
}
.homebannerSwiper .swiper-button-next, .homebannerSwiper .swiper-rtl .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.4);
}
.homebannerSwiper .swiper-button-prev, .homebannerSwiper .swiper-rtl .swiper-button-next {
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,0.4);
}
.homebannerSwiper .swiper-button-next:hover, .homebannerSwiper .swiper-rtl .swiper-button-prev:hover {
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,1);
}
.homebannerSwiper .swiper-button-prev:hover, .homebannerSwiper .swiper-rtl .swiper-button-next:hover {
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,1);
}
.homebannerSwiper .swiper-button-next:after, .homebannerSwiper .swiper-rtl .swiper-button-prev:after {
  content: "";
  display: none;
}
.homebannerSwiper .swiper-button-prev:after, .homebannerSwiper .swiper-rtl .swiper-button-next:after {
  content: "";
  display: none;
}
.homebannerSwiper .svg-icon {
  width: 60px;
  height: 60px;
}
.homebannerSwiper .svg-icon path, .homebannerSwiper .svg-icon polygon, .homebannerSwiper .svg-icon rect {
  fill: #ffffff;
}
.homebannerSwiper .svg-icon circle {
  stroke: #ffffff;
  stroke-width: 1;
}
.homebannerSwiper .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 50px);
  right: auto; 
}
.homebannerSwiper .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 50px);
  left: auto;
}
.swiper-button-next svg, .swiper-button-prev svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
    transform-origin: center;
    color: #000;
}
.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: "Playfair Display", serif;
	font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  background-color: rgba(52, 75, 135, 0.6);
  text-align: left;
  padding: 20px;
}
.services-sec-home .card ul{
  margin: 0;
}
.services-sec-home .card ul li {
  margin-bottom: 25px;
}
.services-sec-home .card ul li:last-child{
	margin-bottom: 0
}
.rounded-rectangle {
  border: 2px solid #5970aa;
  border-radius: 50px;
  padding: 15px 50px;
  font-family: "Playfair Display", serif;
	font-weight: 300;
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
}
.rounded-rectangle a {
  font-family: "Playfair Display", serif;
	font-weight: 300;
  color: #f68b21;
  display: inline-block;
  text-decoration: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
footer{
	padding: 50px 0;
	background-color: #15497b;
	font-family: "Playfair Display", serif;
	font-weight: 300;
  color: #ffffff;
	font-size: 12px
}footer .logo{
	display: inline-block
}

.contact-section{
	padding: 100px 0;
	background-color: #f2f2f2
}
.contactForm input[type=text],
.contactForm input[type=email],
.contactForm input[type=tel],
.contactForm textarea{
	width: 100%;
	padding: 10px 20px;
	margin: 10px 0;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	resize: none
}
.submitBtn {
    border: none;
    padding: 10px 25px;
    margin: 0;
    font-size: 18px;
    color: #ffffff;
    background-color: #144a7b;
    font-weight: 700;
    border-radius: 5px;
    transition: all 0.5s ease;
}
.submitBtn:hover{
	background-color: #f68b22
}
.icons {
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0 0 0 30px;
    background-size: 20px;
    background-position: left top 5px;
    background-repeat: no-repeat;
}
.address{
	background-image: url(../images/location.png);	
}
.email{
	background-image: url(../images/email.png);	
}
.phone{
	background-image: url(../images/phone.png);	
}

























