:root {
  --primary: #1a0031;
  --secondary: #fa002b;
  --primary-light: #250144;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
li {
  list-style: none;
}
body {
  font-family: 'Montserrat', sans-serif;
  color:#fff;
  background: var(--primary);
}
h1{
  font-size: 69px;
  line-height: 69px;
  font-weight:700;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}
h2{
  font-size: 52px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
h3 {
  font-size: 27px;
  font-family: "Poppins";
  font-weight: 500;
}
p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}
h1 span{
  color: var(--secondary);
}
.container{
  max-width: 1200px;
}
.headerbg{
  background: var(--primary);
  transition: 0.3s ease-in-out;
}
.header-main {
  padding: 8px 0;
  z-index: 99;
}
.home-hero-img{
  z-index: 1;
}
.header-main .navbar-brand img{
  height: 45px;
  width: auto;
}
.header-main nav .container{
  padding: 0 30px !important;
}
.header-main .navbar-nav li a:hover{
  color: var(--secondary) !important;
}
.header-main .navbar-nav li a{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 14px;
  color: #ffffff !important;
  font-weight: 400;
  font-family: "Poppins";
}
a.btn:focus{
  box-shadow: none !important;
}
.custm-btn:hover,.custm-btn:active,.custm-btn:focus{
  background: var(--primary)!important;
}
.custm-btn{
  background: var(--primary);
  color: #fff;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 18px;
  border: none;
  padding: 14px 16px;
  border-radius: 0;
}
.outline-btn:hover,.outline-btn:active,.outline-btn:focus{
  background: transparent !important;
  border-color: #fff !important;
}
.outline-btn{
  border-color: #fff;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 0;
  border-radius: 0;
}
.home-hero-img img{
  height: 450px;
}
.home-hero h1 {
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.home-hero{
  padding: 140px 0 70px 0;
}
.dec-imgs img,.hero-shadows img{
  position: absolute;
  z-index: 0;
}
.leftshadow{
  left: 0;
  top: 0px;
}
.rightshadow{
  right: 0;
  top: 0;
}
.leftop{
 left: 0;
  top: 0px; 
}
.leftbottom{
  left: 40px ;
  bottom: 0;
}
.rightcenter{
  right: 145px;
  top: 0;
}
.leftshape{
  left: 0;
  bottom:65px;
}
.rightshape{
  right: -10px;
  top: 150px;
}
.our-goal-main{
  background: var(--secondary);
  padding: 110px 0;
}
.goal-right{
  position: relative;
}
.goal-right img{
  position: relative;
  z-index: 1;
  height: 415px;
  width: auto;
}
.goal-right::before{
  content: '';
  background: url(../images/one.png) no-repeat;
  height: 100%;
  width: 100%;
  display: inline-block;
  left: -123px;
  background-size: auto 100%;
  top: -55px;
  position: absolute;
  z-index: 0;
}
.goal-left h2{
  margin-bottom: 15px;
}
.goal-left p{
  margin-bottom: 30px;
}
.services-main{
  padding: 65px 0;
}
.services-box-main{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}
.services-box-main .service-box{
  background: var(--primary-light);
  text-align: center;
  padding: 60px 0 35px 0;
  width: 220px;
}
.services-box-main .service-box img{
  height: 90px;
  width: auto;
}
.services-box-main .service-box h3{
  margin-top: 20px;
}
.sub-heading{
  text-align: center;
}
.services-main h2{
  margin-bottom: 45px;
}
.our-work-main{
 padding: 65px 0 135px 0;
}
.our-work-main h2{
  margin-bottom: 35px;
}
.work-images-main{
  margin-top: 140px;
  position: relative;
  z-index: 1;
}
.work-images-main{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.work-images-main img{
  height: 300px;
  width: 300px;
  object-fit: cover;
}
.contact-us-main .form-control{
  background: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 0;
  color: #fff;
}
.contact-us-main input::placeholder,.contact-us-main textarea::placeholder{
  color: #fff !important;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Montserrat";
}

.contact-flex{
  display: flex;
  justify-content: center;
}
.contact-right{
  margin-left: 150px;
}
.contact-left {
  width: 460px;
}
.contact-left .form-group{
  margin-bottom: 20px;
}
.contact-left h2,.contact-right h2{
  margin-bottom: 20px;
}
.contact-right address{
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat";
}
.contact-us-main{
  padding-top: 130px;
  padding-bottom: 110px;
}
.footer-main{
  background: #0e001b;
  padding: 85px;
}
.leftround{
  left: 0;
  top: -370px;
}
.rightround{
  right: 0;
  bottom:-290px;
}
.servicetop{
  right: 0 ;
  top: -290px;
}
.services-main,.our-work-main,.home-hero,.our-goal-main{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.portleft{
  left: 0;
  top: 375px;
}
.portleft-n{
  left: 0;
  top: -140px;
}
.portright{
  right: 0;
  bottom: -70px;
}
.our-work-main::before{
  content: '';
  width: 100%;
  background: var(--secondary);
  display: inline-block;
  height: 500px;
  position: absolute;
  top: 40%;
}
.contact-us-main{
  background: var(--primary-light);
}
.hero-shadows img{
  z-index: 0;
}
.mobile-view{
  display: none;
}
.mobi-shadow {
  display: none;
}

@media all and (max-width: 1440px){
  .leftop {
    left: -50px;
    top: -30px;
  }
  .portright {
    right: -60px;
    bottom: -110px;
  }
  .leftshape {
    left: -20px;
    bottom: 50px;
  }
  .leftbottom {
    left: 20px;
    bottom: -20px;
  }
  .leftround {
    left: -40px;
    top: -390px;
  }
  .servicetop {
    right: -70px;
    top: -290px;
  }
  .rightround {
    right: -70px;
    bottom: -290px;
  }
}
@media all and (max-width: 1366px){
  .leftop {
    left: -80px;
    top: -40px;
  }
  .rightcenter {
    right: 115px;
    top: 0;
  }
  .rightshape {
    right: -30px;
  }
}
@media all and (max-width: 1024px){
  .dec-imgs{
    display: none;
  }
  h1 {
    font-size: 49px;
    line-height: 49px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 18px;
  }
  .home-hero-img img {
    height: 400px;
  }
  
   .our-goal-main{
    padding:70px 0 90px 0;
  }
  .services-main {
    padding: 70px 0;
  }
  .our-work-main{
    padding: 0 0 70px 0;
  }
  .contact-us-main{
    padding: 70px 0;
  }
  .contact-left {
    width: 400px;
  }
  .work-images-main{
    margin-top: 30px;
  }
  .our-work-main h2 {
    margin-bottom: 15px;
  }
  .services-main h2 {
    margin-bottom: 30px;
  }
  .goal-right img{
    height: 350px;
  }

  .services-box-main .service-box img {
    height: 60px;
  }
  .services-box-main .service-box{
    width: 180px;
  }
  .header-main nav .container{
    padding: 0 !important;
  }
  .work-images-main img {
    height: 240px;
    width: 240px;
  }
  .services-main .col-md-12,.our-work-main .col-md-12{
    padding: 0 15px !important;
  }
  .container{
    max-width: 100%;
  }
  .our-work-main::before{
    display: none;
  }
  .contact-right {
    margin-left: 70px;
  }
  .goal-right::before {
    left: -100px;
    top: -45px;
  }
  .mobi-shadow{
    display: block;
  }
  .mobi-shadow .mobishadow{
    display: none;
  }
  .mobileft {
  top: 160px;
  position: absolute;
}

}

@media all and (max-width: 991px){
  .desktop-view{
    display: none;
  }
  .hero-shadows{
    display: none;
  }
  .contact-right address br{
    display: none;
  }
  .contact-left,.contact-right{
    width: 50%;
  }
  .contact-right {
      margin-left: 50px;
  }
  .mobile-view{
    display: block;
  }
  .home-hero .d-flex,.our-goal-main .d-flex{
    justify-content: center !important;
    text-align: center;
  }

  .home-hero h1{
    margin-bottom: 30px;
  }
  .home-hero {
    padding: 140px 0 50px 0;
  }
 
  .our-goal-main .goal-left{
    width: 100%;
  }
  .our-goal-main .goal-left br{
    display: none;
  }
  .goal-right{
    margin-top: 30px;
  }
  .goal-right img{
    width: 100%;
    height: auto;
    margin-bottom: 55px;
  }
  .services-main{
    padding: 55px 0 70px 0;
  }
  .services-box-main .service-box {
    width: 148px;
  }
  .our-work-main {
    padding: 0 0 50px 0;
  }
  .contact-us-main {
    padding: 50px 0;
  }
  .navbar-dark .navbar-brand{
    padding: 0;
  }
  .home-hero{
    padding-top: 160px;
  }
  .home-hero h1{
    margin-bottom: 15px;
  }
  .home-hero-img img {
    height: auto;
    width: 76%;
  }
 .mobi-shadow .mobishadow{
    display: block;
  }
  
  .mobi-shadow .mobishadow {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
  }
  .mobileft{
    position: absolute;
    left: 0;
    top: 105px;
  }
  .header-main .navbar-toggler{
    border: none;
  }
  .header-main .navbar-toggler .navbar-toggler-icon{
    background: url(../images/menu.png) no-repeat;
  }
  .header-main .navbar-nav{
    background: var(--primary);
    margin-top: 10px;
  }
  .header-main .navbar-nav{
    padding: 10px;
  }
  .goal-right::before {
    left: -135px;
    top: -25px;
  }
}
@media all and (max-width: 767px){
  h1{
    font-size: 35px;
    line-height: 35px;
  }
  br{
    display: none;
  }
  p{
    font-size: 14px;
  }
  .home-hero h1 br{
    display: block;
  }
  .contact-left,.contact-right{
    width: 100%;
  }
  .contact-flex{
    flex-wrap: wrap;
  }
  .our-work-main::before{
    display: block;
    top: 25%;

  }
  .custm-btn{
    font-size: 14px;
    padding: 10px 14px;
  }
  .outline-btn{
    font-size: 14px;
  }
  .work-images-main img{
    box-shadow: 0 0 30px rgba(0,0,0,0.3)
  }
  .work-images-main img{
    height: 300px;
    width: 300px;
    margin: 0 auto;
    top: 140px;
  }
  .work-images-main {
    margin-top: 60px;
  }
   .our-goal-main .col-md-11,.services-main .col-md-12,.contact-us-main .col-md-11{
    padding: 0 42px 0 52px !important;
  }
  .goal-left p{
    font-size:14px;
  }
  .goal-right::before{
    left: -60px;   
    top: -35px; 
  }
  .services-box-main .service-box{
    width: 100%;
  }
  .services-box-main{
    flex-wrap: wrap;
  }
  .services-box-main .service-box img {
    height: 55px;
  }
  .services-box-main .service-box{
    margin-bottom: 10px;
    padding: 20px 0 10px 0;
  }
  .services-box-main .service-box h3 {
    margin-top: 10px;
  }
  .our-work-main .slick-slide{
    padding: 30px 0;
  }
  .our-work-main {
  padding: 0 0 20px 0;
}
.contact-left{
  width: 100%;
}
.contact-right{
 margin-left: 10px;
 margin-top: 50px;
}
.footer-main{
  padding: 35px;
}
  .work-images-main .slick-prev::before,.work-images-main .slick-next::before{
    content: '';
    height: 25px;
    width: 25px;
    display: inline-block;
  }
  .work-images-main .slick-prev::before{
    background: url('../images/left-arrow.png') no-repeat;
    background-size: 60%;
  }
  .work-images-main .slick-next::before{
    background: url('../images/right-arrow.png') no-repeat;
    background-size: 60%;
  }
  .work-images-main .slick-prev{
    z-index: 99;
    left: 0;
  }
  .work-images-main .slick-next{
    z-index: 99;
    right: 0;
  }
  .contact-us-main .form-control{
    font-size: 14px;
  }
  
}