@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* 
font-family: 'Open Sans', sans-serif;
font-family: 'Spartan', sans-serif;
*/
*{
  margin:0;
  padding:0;
}
body{
  overflow-x: hidden;
}
html {
  box-sizing: border-box;
  /* scroll-behavior: smooth; */
}
.nav{
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.1);
}
.nav a{
  color: #484848;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.5s ease;
  border-bottom: 2px solid #FFF;
  padding-bottom: 8px;
}
.nav a:hover{
  border-bottom: 2px solid #EB4559;
  color: #EB4559;
  padding-bottom: 8px;
}
.nav li.active a{
  border-bottom: 2px solid #EB4559;
  color: #EB4559;
  padding-bottom: 8px;
}
li.menu-nav-item{
  padding: 0px 15px;
}
.section{
  padding:120px 0px;
}
.menu{
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0px 15px 0px 0px;
}
.hire-us{
  color: #FFFFFF !important;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  background-color: #0F3057;
  min-height: 80px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  border-bottom: unset !important;
}
.hire-us:hover{
  border-bottom: unset !important;
}
/* .nav-left{} */
.nav-right{
  display: flex;
  align-items: center;
  flex-direction: row;
}
.site-logo{
  padding-left: 20px;
}
.header-bg{
  background-color: #0F3057;
  height: 100vh;
  position: relative;
}
.header-content{
  display: flex;
  justify-content: space-around;
  height: 80vh;
  align-items: center;
}
.header-tagline .tagline-1{
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  letter-spacing: 6px;
  font-family: 'Open Sans', sans-serif;
}
.header-tagline .tagline-2{
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  color: #FFFFFF;
  font-family: 'Spartan', sans-serif;
  margin-top: 35px;
}
.header-illustration{
  position: absolute;
  top: 0;
  left: 0;
}
/* About CSS start */
.about-content{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.about-column-left{
  width: 45%;
}
.about-column-right{
  width: 50%;
  margin-left: 20px;
}
.about-column-right .about-us-content{
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #727272;
  font-family: 'Open Sans', sans-serif;
}
.section-style{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.left-content-position{
  position: relative;
}
.about-title-position{
  position: absolute;
  top: 50%;
  left: 30%;
}
.title-style{
  font-weight: 800;
  font-size: 45px;
  line-height: normal;
  font-family: 'Spartan', sans-serif;
  color: #0F3057;
}
.bottom-line{
  background-color: #EB4559;
  height: 3px;
  width: 150px;
  margin-top: 5px;
}
/* About CSS End */
.section-bg{
  background-color: #FBFBFB;
}
.sub-heading{
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  color:#727272;
  font-family: 'Open Sans', sans-serif;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}
.rc-container{
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  flex-wrap: wrap;
}
.rc-column{
  width: 30%;
  margin-bottom: 5%;
}
.rc-column-100{
  width: 100%;
}
.services-column{
  display: flex;
  flex-direction: row;
}
.service-icon{
  margin-right: 15px;
}
.service-title{
  font-weight: 500;
  font-size: 16px;
  color: #0F3057;
  font-family: 'Spartan', sans-serif;
  margin-bottom: 15px;
  margin-top: 5px;
}
.about-service{
  font-weight: normal;
  font-size: 14px;
  color: #727272;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
.rc-margin-bottom-zero{
  margin-bottom: 0px;
}
.rc-label{
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}
.label-left{
  font-family: 'Spartan', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #727272;
  line-height: 20px;
}
.label-right{
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #cccccc;
}
.rc-control{
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  height: 40px;
  font-size: 14px;
  color: #484848;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 4px solid #103057;
  transition: all 0.5s ease;
}
.rc-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #103057;
  outline: 0;
  box-shadow: unset;
}
.rc-column-100 .rc-control{
  height: auto;
  resize: unset;
}
.rc-form-button{
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.rc-button{
  background-color: #EB4559;
  border: unset;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 45px;
  color: #ffffff;
  font-family: 'Spartan', sans-serif;
}
.rc-button:focus {
  outline: 0;
  box-shadow: unset;
}
.rc-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
}
.social-links{
  display: flex;
}
.social-links a{
  width: 40px;
  height: 40px;
  background-color: #C4C4C4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #fff;
  margin-right: 10px;
  transition: all 0.5s ease;
}
.social-links a:hover{
  background-color: #EB4559;
}
.social-links a:last-child{
  margin-right: 0px;
}
.rc-copyright{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #484848;
  padding-top: 5px;
  font-family: 'Open Sans', sans-serif;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
/* Quick contact */
.quick-contact{
  max-width: 640px;
  margin: 0 auto;
}
.mainDiv{
  width:100%;
  height:100vh;
  position: relative;
}
.positoin1{
 position: relative;
}
.innerDiv-1{
  height: 150px;
  background-color:#103057;
  position: absolute;
  width: 100%;
}
.innerDiv-2{
  height: 150px;
  background-color: white;
  position: absolute;
  border-bottom-right-radius: 100px;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.positoin2{
 position: relative;
  top:150px;
}
.innerDiv-3{
  height: calc(100vh - 150px);
  background-color: white;
  position: absolute;
  width: 100%;
}
.innerDiv-4{
  height: calc(100vh - 150px);
  background-color: #103057;
  position: absolute;
  border-top-left-radius: 100px;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.quick-links{
  display: flex;
  flex-direction: column;
}
.quick-links a{
  background-color: #ffffff;
  margin-bottom: 10px;
  border-radius: 50px;
}
.provider-icon{
  display: flex;
  flex-direction: row;
  padding: 10px;
  align-items: center;
  min-width: 200px;
}
.quick-social-icon{
  width: 40px;
  height: 40px;
  background-color: #103057;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-right: 10px;
}
.quick-label{
  color: #103057;
}
/* Quick contact */
/* side navbar */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #FFF;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
  /* padding: 8px 8px 8px 32px; */
  text-decoration: none;
  font-size: 25px;
  color: #000;
  display: block;
  transition: 0.3s;
  font-family: 'Open Sans', sans-serif;
}
.sidenav .closebtn {
  position: absolute;
  top: 16px;
  right: 8px;
  /* font-size: 36px; */
  /* margin-left: 50px; */
}
.hideOnDesktop{
  display: none;
}
.sideNavigation{
  padding:10px;
}
.sideNavHeader{
  display: flex;
  justify-content: flex-end;
  padding: 0px 15px;
}
.mobile-menu{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20%;
}
.qr-code{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0px 0px 0px;
}
.qr-code-style{
  border: 4px solid #103057;
  border-radius: 20px;
  padding: 15px;
}
.qr-text{
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
  color: #103057;
  font-family: 'Open Sans', sans-serif;
}
.quick-contact{
  display: none;
}
/* .project-name{
  position: relative;
}
.project-name .project-name{
  display: none;
}
.project-name .project-name:hover{
  display: block;
}
.project-name{
  position: absolute;
}
.blur-bg img{
  transition: all 0.5s ease;
}
.blur-bg img:hover{
  filter: blur(2px);
  -webkit-filter: blur(2px);
} */

.blur-bg {
  position: relative;
}
.blur-bg .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.project-name {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.blur-bg:hover .image {
  opacity: 0.95;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.blur-bg:hover .project-name {
  opacity: 1;
  background-color: #103057;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.65);
  -moz-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.65);
  box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.65);
}
.project-status{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.blur-bg:hover .project-status {
  opacity: 1;
  /* background-color: #EB4559; */
  color: #fff;
  /* padding: 8px 12px;
  border-radius: 6px; */
  font-size: 12px;
  font-weight: 800;
  /* -webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.65);
  -moz-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.65);
  box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.65); */
}