* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

body {
  background-color: #141A28;
}

h1, h2, h3, h4, h5, p {
  font-family: 'Lato', sans-serif;
}

a {
  color: #141A28;
  transition: 300ms;
}

a:hover {
  color: #616364;
  transition: 300ms;
  text-decoration: none;
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.homenewdawn {
  width: 100%;
  height: 80vh;
  background-image: linear-gradient(#FFCC00, #E52535);
}

.homenewdawntop {
  padding-top: 30px;
}

.homenewdawntop .navtoggle {
  float: right;
}

.homenewdawntext {
  text-align: center;
  margin-top: 200px;
}

@media (min-width: 1000px) {
  .homenewdawntext h1 {
    font-family: 'Lato', sans-serif;
    color: #141A28;
    font-weight: 800;
    font-size: 5em;
  }
}

@media (max-width: 1000px) {
  .homenewdawntext h1 {
    font-family: 'Lato', sans-serif;
    color: #141A28;
    font-weight: 800;
    font-size: 2em;
  }
}

@media (min-width: 1000px) {
  .homenewdawntext h2 {
    font-family: 'Lato', sans-serif;
    color: #141A28;
    font-weight: 800;
    font-size: 2.13em;
    margin-top: -10px;
  }
}

@media (max-width: 1000px) {
  .homenewdawntext h2 {
    font-family: 'Lato', sans-serif;
    color: #141A28;
    font-weight: 800;
    font-size: 1em;
    margin-top: -10px;
  }
}

.homenewdawnbtn {
  background-color: transparent;
  border: 3px solid #141A28;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  color: #141A28;
  margin-top: 40px;
  transition: 500ms;
  cursor: pointer;
}

.homenewdawnbtn:hover {
  border: 3px solid #141A28;
  background-color: #141A28;
  color: #ef751e;
  transition: 500ms;
  cursor: pointer;
}

/* Navigation */

.open-slide {
  margin-top: 10px;
  display: block;
  float: right;
}

#side-menu {
  z-index: 1000;
}

.side-nav {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #141A28;
  overflow-x: hidden;
  padding-top: 100px;
  transition: 700ms;
  text-align: center;
}

.side-nav .navlogo {
  margin-top: 10vh;
  margin-bottom: 5vh;
  transition: 500ms;
}

.side-nav .navlogo:hover {
  transform: scale(1.1);
  transition: 500ms;
}

.side-nav .navlink {
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  color: #EDF0F7;
  display: block;
  transition: 500ms;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 1em;
}

.side-nav .navlink:hover {
  background: linear-gradient(90deg, #FFCC00 30%, #E52535 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 500ms;
}

.side-nav .btn-close {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 3em;
  margin-right: 10%;
  color: #EDF0F7;
  transition: 300ms;
}

.side-nav .btn-close:hover {
  text-decoration: none;
  color: #c0c3cb;
  transition: 300ms;
}

.side-nav .divider {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #616364;
  margin-top: 40px;
  margin-bottom: 40px;
  opacity: 0.3;
}

.side-nav .active {
  background: linear-gradient(90deg, #FFCC00 30%, #E52535 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.side-menu-social li {
  display: inline-block;
}

.side-nav a i {
  color: #616364;
  margin-left: 10px;
  margin-right: 10px;
  transition: 300ms;
}

.side-nav a i:hover {
  color: #EDF0F7;
  transition: 300ms;
}

@media (max-width: 1060px) {
  .side-nav a .menutag {
    display: none;
  }

  .side-nav a {
    padding: 10px 30px 10px 30px;
  }
}

/* Navigation End */

/* Footer */

footer {
  background-color: #141A28;
  background-image: url('../images/a-new-dawn.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  footer {
    background-image: none;
  }
}

footer h1 {
  position: absolute;
  font-size: 20em;
  color: #EDF0F7;
  text-align: center;
}

footer .footernav {
  margin-top: 30px;
}

footer .footernav ul {
  list-style: none;
  text-decoration: none;
  display: block;
}

@media (min-width: 1000px) {
  footer .footernav ul li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 1000px) {
  footer .footernav ul li {
    display: block;
    margin-bottom: 20px;
  }
}

footer .footernav ul li a {
  color: #EDF0F7;
  transition: 300ms;
}

footer .footernav ul li a:hover {
  color: #616364;
  transition: 300ms;
  text-decoration: none;
}

footer .footersocial {
  margin-top: 30px;
}

footer .footersocial ul {
  display: block;
  list-style: none;
  text-decoration: none;
}

footer .footersocial ul li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

footer .footersocial ul li a {
  color: #EDF0F7;
  transition: 300ms;
}

footer .footersocial ul li a:hover {
  color: #616364;
  transition: 300ms;
  text-decoration: none;
}

footer .footerprivacy {
  margin-top: 30px;
}

footer .footerprivacy a {
  color: #EDF0F7;
  transition: 300ms;
}

footer .footercopyright p {
  color: #EDF0F7;
}

footer .footerprivacy a:hover {
  color: #616364;
  transition: 300ms;
  text-decoration: none;
}

footer .footercopyright a {
  color: #EDF0F7;
  transition: 300ms;
}

footer .footercopyright a:hover {
  color: #616364;
  transition: 300ms;
  text-decoration: none;
}

footer .footerlocations {
  margin-top: 30px;
  margin-bottom: 30px;
}

footer .footerlocations ul {
  display: block;
  list-style: none;
  text-decoration: none;
}

footer .footerlocations ul li {
  display: block;
  margin-bottom: 10px;
}

footer .footerlocations p {
  color: #EDF0F7;
  margin-bottom: 20px;
}

footer .footerlocations a {
  color: #EDF0F7;
  transition: 300ms;
}

footer .footerlocations a:hover {
  color: #616364;
  transition: 300ms;
  text-decoration: none;
}

.branded {
  background: linear-gradient(to top right, #FFCC00, #E52535);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home1 {
  width: 100%;
  background-color: #E52535;
}

.home1 .home1wrapper {
  display: block;
  background-color: #141A28;
  padding-bottom: 80px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.home1wrapper h1 {
  color: #EDF0F7;
}

.home1wrapper h2 {
  color: #EDF0F7;
}

.home1wrapper h3 {
  color: #EDF0F7;
}

.home1wrapper h4 {
  color: #EDF0F7;
}

.home1wrapper h5 {
  color: #EDF0F7;
}

.home1wrapper p {
  color: #EDF0F7;
}

.home1services {
  margin-bottom: 40px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.home1services i {
  font-size: 4em;
  margin-bottom: 20px;
  margin-top: 40px;
}

.shape-divider-bottom {
    position: relative;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: -140px;
}

.shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(150% + 1.3px);
    height: 70px;
}

.shape-divider-bottom .shape-fill {
    fill: #EDF0F7;
}

.shape-divider-bottom-dark {
    position: relative;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: -70px;
}

.shape-divider-bottom-dark svg {
    position: relative;
    display: block;
    width: calc(150% + 1.3px);
    height: 70px;
}

.shape-divider-bottom-dark .shape-fill {
    fill: #141A28;
}

.shape-divider-footer {
    position: relative;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: -70px;
}

.shape-divider-footer svg {
    position: relative;
    display: block;
    width: calc(150% + 1.3px);
    height: 70px;
}

.shape-divider-footer .shape-fill {
    fill: #141A28;
}

.home2 {
  display: block;
  width: 100%;
  background-color: #E52535;
}

.home2wrapper {
  display: block;
  position: inherit;
  background-color: #EDF0F7;
  padding-bottom: 120px;
  width: 100%;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.home2wrapper h1 {
  color: #141A28;
}

.home2wrapper h2 {
  color: #141A28;
}

.home2wrapper h3 {
  color: #141A28;
}

.home2wrapper h4 {
  color: #141A28;
}

.home2wrapper h5 {
  color: #141A28;
}

.home2wrapper p {
  color: #141A28;
}

.home2wrapper a {
  color: #EF7B30;
  transition: 500ms;
}

.home2wrapper a:hover {
  color: #141A28;
  transition: 500ms;
}

.home2services {
  margin-bottom: 40px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.home2clients {
  margin-bottom: -60px;
}

/* Testimonials */
#demo {
    max-width: 500px;
    margin: auto
}

#testimonial {
    background: #b784a7;
    max-width: 100%;
    margin: auto
}

.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    text-align: center;
}

@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        text-align: center;
    }

    .home2clients {
      margin-bottom: -20px;
    }
}

.fa-arrow-right::before {
    background-color: #EDF0F7;
padding: 1.4rem;
color: #b7b8bc;
}

@media(max-width:767px) {
    .fa-arrow-right::before {
        padding: 0.8rem
    }
}

.fa-arrow-left::before {
    background-color: #EDF0F7;
padding: 1.4rem;
color:  #b7b8bc;
}

@media(max-width:767px) {
    .fa-arrow-left::before {
        padding: 0.8rem;
    }
}

.carousel-control-prev {
    justify-content: flex-start
}

.carousel-control-next {
    justify-content: flex-end
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset
}

.home3 {
  width: 100%;
  height: 660px;
  background-color: #141A28;
}

.home3contactform {
  width: 40%;
  height: 660px;
  background-image: linear-gradient(#FFCC00, #E52535);
  margin-top: -100px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: block;
}

@media(max-width:767px) {
  .home3contactform {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.home3right {
  padding-left: 40px;
  color: #EDF0F7;
  margin-top: 110px;
}

.home3right a {
  color: #EF7B30;
  transition: 500ms;
}

.home3right a:hover {
  color: #EDF0F7;
  transition: 500ms;
}

@media(max-width:991px) {
  .home3right {
    display: none;
  }
}


.home4 {
  width: 100%;
  background-color: #EDF0F7;
  padding-top: 60px;
  padding-bottom: 160px;
}

.home4services {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  display: block;
}

.home4services a {
  color: #EF7B30;
  transition: 500ms;
}

.home4services a:hover {
  color: #141A28;
  transition: 500ms;
}

.topbreadcrumb {
  margin-top: 55px;
  color: #141A28;
  font-weight: 600;
}

.topbreadcrumb a {
  color: #141A28;
  font-family: 'Lato', sans-serif;
}

.topbreadcrumb a:hover {
  color: #141A28;
  text-decoration: none;
}

.plans {
  width: 100%;
  background-color: #141A28;
  padding-bottom: 280px;
  display: block;
}

.plans .divider {
  width: 100%;
  height: 1px;
  background-color: #444;
}

.plan {
  color: #EDF0F7;
  margin-top: 110px;
  display: block;
  text-align: center;
}

footer .footerpayment {
  margin-top: 30px;
  margin-bottom: 30px;
}

footer .footerpayment ul {
  display: block;
  list-style: none;
  text-decoration: none;
}

footer .footerpayment ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

footer .footerpayment ul li img {
  height: 16px;
  width: auto;
}

footer .footerpayment p {
  color: #EDF0F7;
  margin-bottom: 20px;
}
