@import url('https://fonts.googleapis.com/css?family=Raleway');
* {
    transition: all .5s linear;
    font-family: 'Raleway', sans-serif;
}
svg {
    display: block;
}
.mt-10 {
    margin-top: -10px;
}
.mt-20 {
    margin-top: -20px;
}
.mt-30 {
    margin-top: -30px;
}
.mt-40 {
    margin-top: -40px;
}
.mt-50 {
    margin-top: -50px;
}
.mt-60 {
    margin-top: -60px;
}
.mt-70 {
    margin-top: -70px;
}
.mt-80 {
    margin-top: -80px;
}
button {
    outline: 0 !important;
}
html, body {
    font-size: 120%;
}
@media (max-width: 992.98px) {
    html, body {
        font-size: 100%;
    }
}
/***************Header*************/
header {
    background: url(../img/header-bg.png) no-repeat;
    background-size: 90% 14.5rem;
    padding: 3rem 0rem 8rem;
    position: relative;
    z-index: 1;
}
.navbar-light .navbar-nav .nav-link {
    font-size: .8rem;
}
.bg-light {
    background-color: transparent !important;
}
.logo {
    width: 13.5rem;
}
@media (max-width: 380px) {
    .logo {
        width: 10rem;
    }
}
.navbar-light .navbar-nav .nav-link {
    color: #20435c;
    font-weight: 600;
    font-size: 1.0rem;
    text-align: center;
}
@media (max-width: 992.98px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
.navbar-light .navbar-toggler {
    border: none;
    outline: 0 !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,1);
    background: #bcdfc8;
    border-radius: 5rem;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu {
    border: none !important;
    background: transparent !important;
}
.dropdown-menu {
    top: 80%;
}
@media (min-width: 992px) {
    .dropdown-menu {
        left: -22px;
    }
}
.dropdown-item {
    text-align: center;
}
.navbar-toggler-icon {
    width: 2.5em;
    height: 2.5em;
}
@media (max-width: 380px) {
    .logo {
        width: 10rem;
    }
    .navbar-toggler-icon {
        width: 2em;
        height: 2em;
    }
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: none;
    border-bottom: 0;
    border-left: none;
}
.dropdown-item {
    color: #16181b;
    text-decoration: none;
    background-color: #e9eec8;
    border-radius: 20px;
    margin-bottom: 4px;
}
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #de6037;
    border-radius: 20px;
}
@media (max-width: 991.98px) {
    .nav-item.dropdown {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .nav-item.no-show {
        display: none;
    }
}
@media (min-width: 1700px) {
    header {
        padding-left: 1.5rem !important;
    }
}
/**********Section 1**********/
#section1 {
    position: relative;
    z-index: 2;
}
@media (max-width: 768.98px) {
    .text-center-sm {
        text-align: center;
    }
}
#section1 h1 {
    font-size: 1.7rem;
}
#section1 p {
     font-size: 1rem;
}
.start-now-btn {
    position: relative;
    z-index: 2;
    width: 20rem;
    margin-left: -2.8rem;
    margin-top: 3.5rem;
}
#section1 a:hover {
    text-decoration: none;
}
@keyframes widthAnim {
    0% {width: 0;}
    100% {width: 100%;}
}
@-webkit-keyframes dash {
    from {
      stroke-dashoffset: 2961;
    }
    to {
      stroke-dashoffset: 0;
    }
}
@keyframes dash {
    from {
      stroke-dashoffset: 2961;
    }
    to {
      stroke-dashoffset: 0;
    }
}
.orange-line-top-header {
    margin-top: -470px;
}
.orange-line-top-header path {
    stroke-dasharray: 2961;
    stroke-dashoffset: 0;
    animation: dash 2s linear;
}
@media (max-width: 1200.98px) {
    .orange-line-top-header {
        margin-top: -400px;
    }
}

/*************Section 2*************/
#section2 {
    padding: 5rem 0 4rem;
}
@media (max-width: 768.98px) {
    #section2 {
        padding: 4rem 0 2rem;
    }
} 
#section2 h1 {
    font-size: 1.7rem;
}
#section2 p {
    font-size: 1rem;
    margin: 1.5625rem 0;
}
#section2 .aqua-shadow {
    width: 80%;
    position: relative;
    z-index: 1;
    margin-top: 80px;
}
.section2-plane {
    position: absolute;
    z-index: 4;
    width: 50%;
    top: 0rem;
    left: 7rem;
}
.blue-curve-line {
    width: 25rem;
    margin-top: -450px;
    position: relative;
    z-index: 2;
}
.orange-curve-line {
    margin-top: -500px;
    position: relative;
    z-index: 3;
}
@media (max-width: 1200.98px) {
    .blue-curve-line {
        width: 24rem;
    }
    .orange-curve-line {
        margin-top: -465px;
    }
}

/***********Section3**************/
#section3 {
    position: relative;
    padding: 8rem 0 4rem;
}

@media (max-width: 768.98px) {
    #section3 {
        padding: 2rem 0;
    }
}
#section3 h1 {
    font-size: 1.7rem;
}
#section3 p {
    font-size: 1rem;
    margin: 1rem 0;
}
.section3-shadow {
    position: relative;
    z-index: 1;
    width: 70%;
    margin-top: 12rem;
    float: right;
}
.section3-bird {
    position: absolute;
    z-index: 3;
    width: 20rem;
    top: 0rem;
}
.orange-curve-line2 {
    position: relative;
    z-index: 2;
    margin-top: -400px;
}
.blue-curve-line2 {
    position: relative;
    z-index: 2;
    margin-top: -100px;
}
@media (max-width: 1200.98px) {
    .orange-curve-line2 {
        margin-top: -340px;
    }
    .blue-curve-line2 {
        margin-top: -85px;
    } 
}

/***********Section4*************/
#section4 {
    padding: 8rem 0 4rem;
}
@media (max-width: 768.98px) {
    #section4 {
        padding: 2rem 0;
    }
}
#section4 h1 {
    font-size: 1.7rem;
}
#section4 p {
    font-size: 1rem;
    margin: 1rem 0;
}
.section4-shadow {
    position: relative;
    z-index: 1;
    width: 100%;
}
.section4-dog {
    position: absolute;
    z-index: 2;
    width: 90%;
    top: 10rem;
    left: 7rem;
}
@media (max-width: 992.98px) {
    .section4-dog {
        top: 8rem;
        left: 6rem;
    }
}

/***********Section5*************/
#section5 {
    padding: 8rem 0 4rem;
}
@media (max-width: 768.98px) {
    #section5 {
        padding: 2rem 0;
    }
}
.book-demo-btn {
    position: relative;
    z-index: 2;
    width: 20rem;
    margin: auto;
}
.last-blue-curve-line {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: -165px;
}

/***********footer***********/
footer a:first-child {
    display: none;
}
footer a {
    color: #20435c;
    margin-right: 5%;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
}
.footer {
    background: #20435c;
    color: #bcdfc8;
    margin-top: 20px;
    padding: 20px 0 200px;
    font-size: 1rem;
}
@media (max-width: 768px) {
    .footer {
        font-size: 1.2rem;
    }
}
.footer2 a {
    color: #bcdfc8;
    font-weight: 100;
}

/**********************Solution Page**********************/
.piegon-img-top {
    width: 53%;
    float: right;
    margin-top: -100px;
}
.swan-img-top {
    width: 72%;
    float: right;
    margin-top: -180px;
}
@media (max-width: 992.98px) {
    .swan-img-top {
        width: 48%;
        float: right;
        margin-top: -100px;
    } 
}
.left-side-img, .right-side-img {
    width: 80%;
}
.left-side-img {
    float: left;
}
.right-side-img {
    float: right;
}
.mobile-icons {
    display: block;
    width: 40%;
    margin: auto;
}
@media (max-width: 1200.98px) {
    .left-side-img, .right-side-img {
        margin-top: 0px;
    }
}
@media (max-width: 992.98px) {
    .left-side-img, .right-side-img {
        margin-top: 20px;
        width: 100%;
    }
    .piegon-img-top {
        margin-top: 0px;
    }
}
.dash.img-fluid {
    width: 77%;
    display: block;
    margin: auto;
}
@media (max-width: 992.98px) {
    .dash.img-fluid {
        width: 60%;
    }
}
/************************Contact Page***************************/
.heading1 {
    font-size: 1.7rem;
}
.heading2 {
    font-size: 1.7rem;
}
.para {
    font-size: 1rem;
    margin: 1rem 0;
}
label {
    font-size: 1rem;
}
.form-control {
    width: 100%;
    height: calc(2.875rem + 2px); 
    padding: .5rem 1rem; 
    font-size: 1rem;
    line-height: 1.5; 
    border-radius: 1rem;
    border-color: transparent;
    background: #eee;
}
.form-control:focus {
    background: #bcdfc8;
    border: none !important;
    box-shadow: none;
}
option {
    font-size: 1rem;
}
form {
    margin: 40px auto 60px;
}
.send-btn {
    border: none;
    background: transparent;
    display: block !important;
    margin: 40px auto;
    width: 100%;
    position: relative;
    z-index: 2;
}
.send-btn svg {
    width: 20rem;
    margin: auto;
}
.contact-page-star {
    width: 87%;
    margin-top: -120px;
    position: relative;
    z-index: 0;
} 
@media (max-width: 992.98px) {
    .contact-page-star {
        width: 80%;
        margin-top: -90px;
        float: right;
    }
}
.star-mobile {
    display: block;
    margin: auto;
}  
@media (max-width: 768.98px) {
    .send-btn svg {
        width: 260px;
    }
}
.top-margin {
    margin-top: -40px;
}
@media (min-width: 768px) and (max-width: 992.98px) {
    .top-margin {
        margin-top: -20px;
    }
}
@media (max-width: 767.98px) {
    .top-margin {
        margin-top: -100px;
    }
}
.alert {
    padding: .4rem 0 0;
    border-radius: 1rem;
    font-size: 1rem;
    margin-top: 60px;
}
#alert {
    display: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.mail-sending {
    width: 150px;
    margin-top: -170px;
    position: relative;
    z-index: 1;
    display: none;
}

/*************************************/
::selection {
    background: #bcdfc8;
}
::-moz-selection {
    background: #bcdfc8;
}
@media (min-width: 768px) {
    .extra-margin {
        margin-top: -6rem;
    }
}
@media (max-width: 768.98px) {
    .left-side-img, .right-side-img {
        margin-top: 0px;
        width: 70%;
    }
}
