
@import url('https://fonts.googleapis.com/css2?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');
/* #Primary
================================================== */

body{
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #212112;
	background-color: #fff;
	overflow-x: hidden;
    transition: all 200ms linear;
}
::selection {
	color: #fff;
	background-color: #fcb51f;
}
::-moz-selection {
	color: #fff;
	background-color: #fcb51f;
}


/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 1s ease-out;
	transition : all 1s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 1s ease-out;
	transition : all 1s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 65px;
	-webkit-transition : all 1s ease-out;
	transition : all 1s ease-out;
}
.navigation-wrap{
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 75px;
	width: auto;
	display: block;
  filter: brightness(100%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #fcb51f !important;
}
.nav-item .nav-link{
	color: #777 !important;
    text-transform: uppercase;
}
.nav-item.active .nav-link, .nav-item .nav-link.text-black, .text-black{
	color: #000 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #fcb51f;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}
.call-icon{
    width:50px;
height:50px;
background-color: #1d3e6b;
padding: 10px;
}
/* #Primary style
================================================== */
.bg-yellow{
    background-color: #fcb51f;
}
.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 85vh;
    background-image: url(../images/Banner.webp);
    background-size: cover;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
.absolute-center-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    transform: translateY(0);
    z-index: 20;
    display: flex;
    align-items: center;
    height: 100%;
}
a:hover{
    text-decoration: none;
}
h1{
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: #212112;
	text-align: center;
}
p{
	margin: 0;
	padding-top: 0;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}


.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}

/* Home Page */
.h1-heading{
    font-size: clamp(24px, 5vw, 72px);
}
.text-yellow{
    color:#fcb51f !important;
}
.bg-blue{
	background-color: #1d3e6b;
}
.banner-description>p, .f-25{
    font-size: clamp(16px, 5vw, 25px);
    line-height: 40px;
}
.f-45{
    font-size: clamp(22px, 5vw, 45px);
    line-height: 50px;
}
.w-40px{
    width:40px;
}
.w-85{
    width:85%;
}
.w-60{
    width:60%;
}
.w-70px{
    width:70px;
}
.left-40{
    left:40%;
}
.top-m-75{
    top:-75px
}
.mt-75{
    margin-top:75px
}
.text-grey-dark{
    color:#777
}
.text-blue{
    color: #1d3e6b;
}
.f-20{
    font-size: 1.3rem;
    line-height: 2rem;
}
.pl-40{
padding-left:40px
}
ul.custom-lists{
    list-style-type: none;
}
ul.custom-lists li{
    background-image: url(../images/Tick-Box.webp);
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left:40px;
    font-size:1.3rem
}
.h2-heading{
    display:inline-block;
    width:auto;
    position:relative;
    padding-left: 55px;
    font-size: clamp(22px, 5vw, 45px);
}
.h2-heading::before{
    content:'';    
    position:absolute;
    width:50px;
    height: 2px;
    background-color: #fcb51f;
    margin-left:-55px;
    margin-top:28px;
	left:auto
}
.h2-heading::after{
    content:'';    
    position:absolute;
    width:50px;
    height: 2px;
    background-color: #fcb51f;
    margin-right:0;
    margin-top:28px;
	right:-55px;	
}
.about-section{
    background-image: url(../images/About-BG_1.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}
.quote-section{
	background-image: url(../images/Building-Trust.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.testimonials-section{
    background-image: url(../images/BG-1.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
}
.footer-section{
    background-image: url(../images/footer.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.rounded-lg{
	border-radius: 0.7rem;
}

.carousel-indicators li {
    cursor: pointer;
    border-radius: 50% !important;
    width: 10px;
    height: 10px;
	background-color: #c3d1e6;
}
.carousel-indicators li.active{
	background-color: #1d3e6b;
}
.footer-list{
    list-style-type: none;
}
.footer-list li{
    position: relative;
    display: inline;
    padding: 0 25px;
    padding-left:0 !important;
}
.footer-list li:last-child{
    padding-right:0 !important;
}
.footer-list li::after{
    content:'';
    position: absolute;
    width:30px;
    height:2px;
    background-color:#fcb51f;
    bottom:-5px;
    left:0;
}
.hr-2{
    height:2px;
    background-color:#fcb51f;
}

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}
body.dark .logo img {
  filter: brightness(100%);
}
.br-20{
    border-radius: 20px;
}
.hr-white{
    background-color: #fff;
    height: 2px;
    width:95%;
    margin:0 auto;
}
.w-30px{
    width:30px;
}
.border-1{
    border:1px solid #ddd;
}
.w-95{
    width:95%;
}
.h-25px{
    height: 25px;
}
.w-50px{
    width: 50px;
}
.h-50px{
    height: 50px;
}
/*Contact Page*/
.contact-banner{
    background-image: url(../images/Contact_Banner.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height:300px;
}
#contact-form input, #contact-form select{
    border:1px solid #ddd;
    border-left: 0;
    padding:5px 10px;
}
.bg-lightblue{
    background-color:#e9f8ff;
}



.faq-list {
    list-style: none;
    padding: 0;
}

.faq-list li {
   margin: 0;
    border-bottom: 2px solid #fff;
    padding: 27px 30px 27px 0;
    text-align: left;
    width: 100%;
}


.faq-list .faq-heading::before {
    content: '+';
   font-size: 40px;
    display: block;
    position: absolute;
  right: -40px;
    top: -12px;
    color:#000;
}

.faq-list .the-active .faq-heading::before {
    content: '-';
}

.faq-heading {
  position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    width: 95%;
    color:#000;
}

.faq-heading:hover {
    color: var(--theme-color);
}

.faq-text {
    display: none;
}
.container {
  width: 1200px;
  margin: auto;
}
.art-box svg {
  width:100%;
}
.row {
  display:flex;
}
.row .col {
  flex-basis: 50%;
}
.read {
    color: rgb(100, 100, 100);
    font-size: 16px;
    line-height: 1.5;
    margin-top: 25px;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}
.br-tb-20{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.modal button.close {
    padding: 0;
    background-color: #fff;
    border: 0;
    -webkit-appearance: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.3rem;
    outline: none;
}
.project-title-section {
    background-color: #19406b;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 12px 0;
    position: relative;
    text-transform: uppercase;
    transition: all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -moz-transition: all ease-in 400ms;
    width: 75%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.project-title-section::after{
    background-color: #19406b;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right:-25px;
    transform: skewX(35deg);
    -webkit-transform: skewX(35deg);
    width: 50px;
    transition: all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -moz-transition: all ease-in 400ms;
    z-index: -1;
}
.plus-readmore {
    width: 45px;
    height: 45px;
    font-size: 1.8rem;
    position: absolute;
    bottom: 25%;
    right: -43px;
    z-index: 9;
}
.loader-sec, #response-message{
    display:none
 }
ul.footer-list li>a{
    text-transform: capitalize;
}
.scroll-on{
    position: fixed;
}
.cursor-pointer{
    cursor:pointer;
}
html {
  overflow-y: scroll;
}
body.modal-open {
  padding-right: 0 !important;
}
.h-350{
    height:350px;
}
.object-fit-cover{
    object-fit: cover;
}