/* google font link */
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway: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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway: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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat: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=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway: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&display=swap');

/* google font link on top */
/* all web. */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* header & navbar */
.header .navbar{
    background: rgba(27, 47, 69, 0.9);
    padding: 20px 0;
}
.header .navbar .navbar-brand{
    color: white;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.navbar .navbar-nav .nav-item{
    padding: 0 10px;
}
.navbar .navbar-nav .nav-item .nav-link{
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    transition: 0.6s;
    font-family: 'Open Sans', sans-serif;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
    color: white;
    transition: 0.6s;
}
@media (min-width: 1365px) {
  .hero {
    background-attachment: fixed;
  }
}

/* hero section */
.hero .container {
  z-index: 1;
}

.hero {
  width: 100%;
  min-height: 100vh;
  background:linear-gradient(rgba(27, 47, 69, 0.6),rgba(27, 47, 69, 0.6)), url("../img1/nova-bg.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 120px 0;
  z-index: 3;
}
@media (min-width: 1034px) {
  .hero:after {
    position: absolute;
    content: "";
    width: 40%;
    background: #1b2f45;
    top: 0;
    bottom: 0;
  }
}
.hero h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  font-family: 'Raleway', sans-serif;
}

.hero blockquote {
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  border-left: 2px solid #56b8e6;
  margin: 40px 0;
  z-index: -1;
}
.get-started-btn{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    color: #fff;
    background: #56b8e6;
    text-decoration: none;
}
.watch-video-btn i{
    font-size: 40px;
    margin-left: 27px;
    color: #56b8e6;
}
.watch-video-btn{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    color: #fff;
}
.watch-video-btn span{
    margin-left: 10px;
}

/* Section */
section {
  overflow: hidden;
  padding: 80px 0 0 0;
}
.section-header {
  text-align: center;
  padding-bottom: 30px;
}
.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background:#56b8e6;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* Why Choose Us Section */
.why-us .bg-img{
    min-height: 550px;
    background-size: cover;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f7f9fc;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 140px 40px 0px 40px;
}

.why-us .slides {
  background-color: #f7f9fc;
}

.why-us h3 {
  font-size: 24px;
  font-weight: 700;
  color:#1b2f45;
}

.why-us h4 {
  font-size: 18px;
  font-weight: 400;
  color: #29486a;
  font-family: 'Raleway', sans-serif;
}

.why-us .swiper-button-prev:after,
.why-us .swiper-button-next:after {
  font-size: 24px;
  color:#1b2f45;
}
@media (max-width: 1200px) {
    .swiper-slide{
        padding-top: 30px;
    }
}

/* Our Services Section */
.services-list .icon i{
    font-size: 32px;
    margin-right: 20px;
}
.services-list .title {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.services-list .title a{
    color: black;
    text-decoration: none;
}
.services-list .description{
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
}
.services-list .service-item{
    margin-bottom: 40px;
}

/* call to action section */
.call-to-action{
    background-image:linear-gradient(rgba(27, 47, 69, 0.8),rgba(27, 47, 69, 0.8)), url(../img1/Project-Photo-02.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.call-to-action h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.call-to-action p {
    color: #fff;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.call-to-action .cta-btn{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    margin: 10px;
    color: #fff;
    background: #2aa5df;
    text-decoration: none;
}

/* Features Section */
.Features h3{
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.Features .icon-list{
  margin-bottom: 15px;
}
.Features .icon-list i{
  font-size: 18px;
  margin-top: 8px;
}
.Features .icon-list span{
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding-left: 15px;
  color: #29486a;
}
.iphone-div{
  position: relative;
}
.Features .iphone-div .iphone{
  position: absolute;
  right: 0;
  top: 90px;
}
.Features .iphone-div .iphone img{
  width: 340px;
}
.Features .details{
  margin-top: 65px;
  background-color: #f7f9fc;
}
.Features .details h4{
  color: #1b2f45;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    padding-top: 115px;
}
.Features .details p{
  margin-bottom: 20px;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.Features .details a{
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px 32px;
  border-radius: 50px;
  background-color: #56b8e6;
  color: #fff;
  text-decoration: none;
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  .Features .iphone-div .iphone {
    position: relative;
  }
}
@media (max-width: 768px) {
  .Features .iphone-div .iphone img{
    width: 100%;
  }
}
/* blog section */
.blog .post{
  padding-bottom: 120px;
}
.blog .post{
  cursor: pointer;
}
.post .post-img{
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
}
.blog .post:hover img{
  transform: scale(1.1);
  transition: 0.5s;
}
.post .post-text{
  padding-top: 10px;
}
.post .post-text span{
  font-size: 15px;
  font-weight: 400;
  color: #56b8e6;
}
.post .post-text h3{
  font-size: 18px;
  color: #1b2f45;
  font-weight: 700;
  margin: 15px 0 0 0;
  transition: 0.3s;
}
.post .post-text h3:hover{
  color: #2aa5df;
  transition: 0.3s;
}
.post .post-text p{
  margin: 15px 0 0 0;
  color: rgba(27, 47, 69, 0.7);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.post .post-text a{
  text-decoration: none;
  color: #2aa5df;
  transition: 0.3s;
  position: absolute;
  margin-top: 15px;
  font-weight: 600;
}
/* footer */
.footer{
  background-color: #f7f9fc;
}
.footer .footer-info ,.footer .footer-links ,.footer .footer-contact{
  padding: 40px 0 40px 0;
}
.footer .footer-info a{
  color:#1b2f45;
  text-decoration: none;
}
.footer .footer-info a h3{
  font-size: 30px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  margin-top: 3px;
}
.footer .footer-info p{
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  color:#1b2f45;
  padding-right: 30px;
}
.footer .footer-info i{
  color: white;
  background-color: #2aa5df;
  border-radius: 50%;
  padding: 2px 5px;
  margin-left: 10px;
}
.footer .footer-links h4{
  font-size: 16px;
  font-weight: bold;
  color: #29486a;
  position: relative;
  padding-bottom: 12px;
}
.footer-links ul{
  list-style: none;
}
.footer .footer-links ul li {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
}
.footer .footer-links ul li i{
  color: #2aa5df;
}
.footer .footer-links ul li a{
  color: #1b2f45;
  text-decoration: none;
  transition: 0.3s;
}
.footer .footer-links ul li a:hover{
  color: #2aa5df;
  transition: 0.3s;
}
.footer .footer-contact h4{
  font-size: 16px;
  font-weight: bold;
  color: #29486a;
  position: relative;
  padding-bottom: 12px;
}
.footer .footer-contact p{
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
/* copyright section */
.copyright {
  background: #fff;
  padding: 24px 0;
  box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.12);
}
.copyright p {
  padding-top: 5px;
  text-align: center ;
  font-size: 14px;
}
.copyright p:nth-child(1){
  padding: 0;
}