* {
  margin: 0px;
  padding: 0px;
  outline: none;
  box-sizing: border-box;
}

a, a:hover, button:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}


button {
  font-size: 16px !important;
  outline: none!important;
  box-shadow: initial!important;
}

button:active, button:focus, button, a:active, a:focus {
  outline: none !important;
}

p, label {
  margin: 0px;
}

p {
  color: #344D4C;
  font-weight: 300;
  font-size: 16px;
}

img {
  max-width: 100%;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  background-color: #F5F5F5;
}

input {
  outline: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0px;
  font-family: "Rajdhani", sans-serif;
}
button {
  margin: 0px;
  font-family: "Rajdhani", sans-serif;
  font-weight:600;
}
.main-banner{
  overflow: hidden;
  background: #FBFBFE;
  background-image: url('../images/banner.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: right bottom;
  background-color: #0D1C39;
  padding-left:150px;
  position: relative;
}
.top-header{
  background-color: #2B2C41;
  color:#ffffff;
  padding:13px 0px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  padding-left: 45px;
  padding-right: 45px;
}
.top-header-left{
  display: inline-block;
}
.header-info{
  display: inline-block;
  margin-right:20px;
}
.header-info i{
  color:#FF2E4B;
  display: inline-block;
  margin-right: 5px;
}
.header-info span{
  color: #ffffff;
}
.header-social{
  list-style: none;
  padding: 0px;
  float: right;
  margin-bottom: 0px;
}
.header-social li{
  display: inline-block;
}
.header-social li a{
  color: #ffffff;
  padding: 0px 10px;
}
.main .header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.theme-btn{
  background: #FF2E4B;
  color: #ffffff;
  display: inline-block;
  border:none;
  padding: 10px 20px;
}
.theme-btn i{
  font-size: 12px;
}

header nav.navbar-expand-lg {
  padding: 0px !important;
  background: none!important;
}

.navbar-brand img {
  height:33px;
}
header{
  background: none;
  border-bottom:1px solid rgba(255, 255, 255, .37);
  padding-left:45px;
  padding-right:45px;
}
header .navbar .navbar-nav li a {
  color: #ffffff!important;
  font-size: 16px;
  padding:20px 15px !important;
  border-bottom:2px solid transparent;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
}
header .navbar .navbar-nav li a:focus{
  border-bottom:2px solid #ffffff;
  color:#FF2E4B;
}
header .navbar .navbar-nav li:hover a {
  border-bottom:2px solid #ffffff;
  color:#FF2E4B;
}
.navbar-collapse{
  display: flex;
  justify-content: space-between;
}
.banner{
  width: 100%;
  height: calc(100vh - 117px);
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 45px;
  padding-right: 45px;
}

.banner-left{
  display: inline-block;
}
.banner-left label{
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 15px;
  background: #2B2C41;
  letter-spacing: 2px;
  font-family: "Rajdhani", sans-serif;
  display: inline-block;
  padding: 5px 10px;
}
.banner-left h1{
  font-size:60px;
  font-weight:700;
  width:100%;
  margin-bottom: 25px;
}
.banner-left h1 span{
  font-weight:600;
}
.banner .container{
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.banner-left p{
  color: #ffffff;
  font-size: 16px;
  width: 70%;
  margin-bottom: 30px;
}
.logo-outer{
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.75);
  width:150px;
  text-align: center;
}
.logo-outer img{
  height: 213px;
  display: inline-block;
  margin-top:30px;
}
.clients{
  background:#2B2C41;
  display: block;
  padding: 40px 0px;
}
.client-logo{
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: space-around;
  padding: 0px;
}
.client-logo li{
  display: inline-block;
  padding: 0px 15px;
}
.client-logo li img{
  height: 50px;
}
.about-left label{
  color:#FF2E4B;
  font-size: 14px;
  font-weight: bold;
  font-family: "Rajdhani", sans-serif;
  display: block;
  margin-bottom: 10px;
}
.title{
  font-family: "Rajdhani", sans-serif;
  color:#2B2C41;
  font-size: 40px;
  display: block;
  font-weight: bold;
}
.about-left {
  padding: 100px 0px;
}
.about-left span{
  color:#2B2C41;
  font-size: 18px;
  display: block;
  margin-bottom: 25px;
}
.about-left p{
  font-size: 16px;
  margin-bottom: 25px;
}

.author{
  position: relative;
  display: inline-flex;
  padding-left: 120px;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
}
.author h3{
  color:#2B2C41;
  font-size: 20px;
  font-weight: bold;
}
.author p{
  margin-bottom: 0px;
}
.author img{
  position: absolute;
  left: 0px;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
}
.our-mission{
  background-color: #FF2E4B;
  padding:30px;
  color:#ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
.our-mission h4{
  font-size: 24px;
  display: block;
  font-weight: 700;
  margin-top:15px;
  text-align: left;
}
.our-mission p{
  color:#ffffff;
  margin-top:15px;
  width:60%;
}
.about-right > div{
  flex:1;
  height: 50%;
}
.about-right > div img.about-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.title-outer{
  text-align:center;
  color:#FF2E4B;
  font-family: "Rajdhani", sans-serif;
  display:block;
  font-weight: bold;
  font-size: 14px;
}
.service-outer{
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 20px;
}
.service-outer img{
  position: absolute;
  right: 30px;
  top: 21px;
  height: 74px;
}
.service-outer h5{
  font-size: 24px;
  font-weight: 700;
  color:#2B2C41;
  display: block;
  margin-bottom:15px;
}
.service-outer:after{
  content:'';
  width:100px;
  height: 5px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #FF2E4B;
  position: absolute;
  bottom:2px;
  left:50%;
  margin-left: -50px;
}
.features-outer .row{
  margin: 0px!important;
}
.features img{
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}
.features{
  position: relative;
  font-family: "Rajdhani", sans-serif;
  transition:all 2s;
}
.features .count{
  position: absolute;
  left: 27px;
  top: 0px;
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
  padding-top: 50px;
  font-size: 30px;
  z-index: 2;
}
.features .count::after{
  content:'';
  position:absolute;
  left:13px;
  top:0px;
  width: 1px;
  height: 50px;
  background: #ffffff;
  
}
.feature-overlay{
  background-color: rgba(43, 44, 65, .8);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom:0px;
  transition: all linear  .5s;
}
.feature-overlay p{
  position: absolute;
  bottom: 10px;
  padding:20px;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  color: #ffffff;
  font-weight: bold;
  min-height: 100px;
  width: 100%;
  font-size: 20px;
}
.features:hover .feature-overlay{
  height:140px;
  background-color:#FF2E4B;
}
.staff img{
  height: 314px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.connect{
  display: inline-block;
  transform: rotate(-90deg);
  background: #ffffff;
  padding: 3px 10px;
  text-transform: uppercase;
  position: absolute;
  right: 0px;
  bottom: 29px;
  width: 90px;
  height: 26px;
  margin-right: -32px;
  overflow: hidden;
}
.staff h3{
  font-family: "Rajdhani", sans-serif;
  color: #ffffff;
  font-weight: bold;
  font-size: 28px;
  color:#2B2C41;
  display: block;
  text-align: center;
}
.staff p{
  display: block;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  color: #FF2E4B;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.contact-staff{
  max-width: 500px;
  display: flex;
  margin: auto;
  margin-top: 50px;
}
.contact-staff img{
  width: 50px;
  min-width:50px;
  height: 50px;
  display: inline-block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  overflow: hidden;
  margin-left: -11px;
  border: 2px solid #fff;
}
.contact-staff p{
  color:#2B2C41;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
  padding-left: 10px;
}
.contact-staff p a{
  color:#FF2E4B;
}
.why-choose{
  /* background: url('../images/why-choose.png'); */
  background-color: #ffffff;
  background-size:no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  display: block;
  margin-bottom: 200px;
  padding-top: 100px!important;
}
.why-choose-left{
  text-align: left;
}
.why-choose-left .title-outer, .why-choose-left .title-outer .title, .why-choose-left .title-outer p, .why-choose-left span, .why-choose-left p{
  text-align: left;
  /* color:#ffffff; */
}
.why-choose-left span{
  font-size: 24px;
  font-weight: bold;
  font-family: "Rajdhani", sans-serif;
  display: block;
  margin-bottom: 10px;
}
.why-choose .accordion-header{
  border-bottom: 1px solid #ddd;
}
.accordion-button.collapsed{
  background:#FF2E4B;
}
.accordion-item{
  background: none;
  border:none;
}
 .accordion-body{
  /* color:#ffffff; */
  padding:20px 15px;
} 
.accordion-text-img{
  display: flex;
}
.accordion-text-img img{
  margin-right: 10px;
}
.accordion-text-img p{
  font-size: 15px;
}
.accordion-button{
  padding: 15px;
  background-color: #ffffff!important;
}
.accordion-button:not(.collapsed){
  background: #FF2E4B!important;
  color: #ffffff;
}
.accordion-button:not(.collapsed)::after{
  color: #ffffff;
}
.accordion-item{
  margin-bottom:1px;
}
.video-bg{
  max-width: 100%;
  height: 295px;
  display: block;
  background-image: url(../images/video-bg.png);
  background-repeat: no-repeat;
  background-position:left center;
  background-size: cover;
  margin-bottom: -203px;
  margin-top: 100px;
}
.project-body{
  background-color: #ffffff;
  display: inline-block;
  padding: 20px;
  margin-left: 20px;
  position: relative;
  margin-top: -20px;
  width:calc(100% - 20px);
}
.project-body label{
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  color:#FF2E4B;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.project-body span{
  font-size: 24px;
  color:#101010;
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  line-height: 25px;
  margin: 10px 0px;
}
.project-body p{
  font-size: 13px;
}
.project-date{
  display: inline-block;
  transform: rotate(-90deg);
  position: absolute;
  left: -54px;
  top: 68px;
  color: #666666;
  font-size: 13px;
}
.footer{
  padding: 50px 0px;
  display: block;
  background-image: url('../images/footer-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.newsletter{
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.newsletter input{
  height: 40px;
  padding: 15px;
  border:1px solid #ffffff;
  width: 200px;
  background: none;
  color:#ffffff;
  margin-right: 10px;
}
.newsletter input::placeholder{
  color:#ffffff;
}
.newsletter span{
  font-size: 24px;
  color:#ffffff;
  font-weight:600;
  font-family: "Rajdhani", sans-serif;
}
.project-outer > img{
  width: 100%;
}
.link-title{
  font-size: 26px;
  color:#ffffff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.contact-number{
  font-size: 30px;
  color:#FF2E4B;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  display: block;
  margin-bottom: 20px;
}
.address{
  font-size: 15px;
  color: #ffffff;
  display: block;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.address i{
  position: absolute;
  left: 0px;
  top:-3px;
  color:#FF2E4B;
  font-size: 24px;
}
.footer-links a{
  display: block;
  color:#ffffff;
  margin-bottom: 12px;
}
.footer-links a i{
  font-size: 11px;
}
.social-outer a{
  display: block;
  color:#ffffff;
  margin-bottom: 12px;
  color:#FF2E4B;
}
.social-outer a i{
  font-size: 11px;
  margin-right: 8px;
  color:#ffffff;
}
.footer-body{
  border-top:1px solid rgba(255, 255, 255, .2);
  padding:50px 0px;
}
.copyright{
  border-top:1px solid rgba(255, 255, 255, .2);
  padding: 30px 0px 0px;
  font-size: 13px;
  color:#ffffff;
}
.about{
  background: #ffffff;
}
.mission-img{
  position: relative;
}
.mission-img::after{
  content: '';
  width: calc(7vw + 4px);
  left: 100%;
  bottom: 0px;
  top: 0px;
  position: absolute;
  background-color: #2B2C41;
}
.our-mission{
  position: relative;
}
.our-mission .carousel{
  width: 100%;
  padding: 0px 42px;
  margin-top: -40px;
}
.our-mission .carousel-control-next, .our-mission .carousel-control-prev{
  width: auto;
  top:37px;
}
.our-mission .carousel-indicators [data-bs-target]{
  width:10px;
  height: 10px;
  border-radius: 20px;
  --webkit-border-radius: 20px;
  background-clip: initial;
  border:none;
}
.carousel-indicators{
  margin-left: 39px;
  width: auto;
  right:inherit;
  margin-bottom: -40px;
}
.our-mission::after{
  content: '';
  width: calc(7vw + 4px);
  left: 100%;
  bottom: 0px;
  top: 0px;
  position: absolute;
  background-color: #F5F5F5;
}
.ship-video{
  object-fit: cover;
}
.go-top{
  width: 50px;
  height: 50px;
  background-color: #FF2E4B;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content:center;
  position: fixed;
  right:20px;
  bottom:20px;
  z-index: 1;
  color:#ffffff;
}
.connect-inner{
  display: flex;
}
.connect-inner span{
  display: flex;
  padding: 0px 10px;
  width: 66px;
}
.connect-inner span a{
  padding: 0px 6px;
  color:#2B2C41;
}
.connect-inner span a:hover{
  color:#FF2E4B;
}
.staff:hover .connect-inner{
  margin-left: -81px;
  width: 152px;
}
.tag-line{
  font-size: 14px;
  text-transform: uppercase;
}
.service-outer p{
  height: 144px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, #FF2E4B, transparent) transparent;
}