<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&amp;display=swap');
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
}

::-moz-selection {
  color: #fff;
  background-color: #0068b1;
}

::selection {
  color: #fff;
  background-color: #0068b1;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  color: #111;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 1px;
  overflow: visible;
  background: #000;
  border: 0px;
  opacity: 0.1;
  margin: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 3.4em;
}

h2 {
  font-size: 2.7em;
}

h3 {
  font-size: 2.2em;
}

h4 {
  font-size: 1.8em;
}

h5 {
  font-size: 1.5em;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.6em;
}

ul {
  list-style: none;
  line-height: 1.4em;
}

img {
  width: 100%;
  display: block;
}

input,
select,
textarea {
  font-family: 'Raleway', sans-serif;
  width: 100%;
  padding: .8em;
  border: 0;
  outline: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

select {
  /* styling */
  background-color: white;
  /* reset */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="submit"i] {
  appearance: push-button;
  user-select: none;
  white-space: pre;
  align-items: flex-start;
  text-align: center;
  margin: 0;
}

/* Dead Simple Grid (c) 2015 Vladimir Agafonkin */

.row .row { margin:  0 -1.5em; }
.col      { padding: 0  1.5em; }

.row:after {
    content: "";
    clear: both;
    display: table;
}

@media only screen { .col {
    float: left;
    width: 100%;
    box-sizing: border-box;
}}

/* end  */

.container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 2em;
}

.btn {
    color: #fff;
    background: #9206e2;
    display: inline-block;
    padding: 15px 20px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}
    .btn:hover {
        background: #ba41ff
    }


/* header */

.header {
    color: #FFFFFF;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}


.navbar {
  /* background: #FFFFFF; */
  position: relative;
  padding: 1em 0;
  z-index: 2;
  margin-bottom: 4em;
}
.navbar .container {
  display: grid;
  grid-template-columns: .40fr 1fr;
  align-items: center;
  justify-content: center;
  grid-gap: 2em;
}
.navbar .brand {
  margin-right: 1em;
  max-width: 320px
}

.navbar .nav {
  text-align: right;
}
.navbar .nav .top-menu  {
  margin-bottom: .5em
}
/* .navbar .nav .top-menu img {
  width: 12px;
  display: inline-block;
  margin-right: 5px
} */
.navbar .nav .top-menu li {
  display: inline-block;
}
.navbar .nav .top-menu li a {
  color: #303030;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 7px;
}



.navbar .nav .main-menu li {
  display: inline-flex;
  padding: 5px 7px;
    align-items: center
}
/* .navbar .nav .main-menu li::before {
  color: #999;
  font-size: 20px;
  content: '\2022';
  margin-left: 0;
} */
    .navbar .nav .main-menu li a {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        /* border-bottom: 1px solid #fff; */
        margin: 1em 0;
        display: inline-flex;
        align-items: center
    }
.navbar .nav .main-menu li .fas {
    font-size: 12px!important;
    margin-right: 5px
}
.navbar .nav .main-menu li a.lnr-select {
  color: #303030;
  font-size: 9px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
    .navbar .nav .main-menu li a:hover {
        /* color: #000; */
        border-bottom: 2px solid #fff
    }
    .navbar .nav .main-menu li:last-child a {
        color: #fff;
        /* background: #fff; */
        display: inline-flex;
        padding: 12px 12px;
        text-decoration: none;
        border: 0;
        cursor: pointer;
        font-weight: 600;
        border: 1px solid #9206e2;
    }
    .navbar .nav .main-menu li:last-child a:hover {
            color: #fff;
            background: #9206e2
        }
.hero__text {
  position: relative;
  background: #303030;
  padding: 0 0 5em;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background-position: bottom;
}
.hero__text .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}
.hero__text .overlay {
  max-width: 100%;
  position: absolute;
  /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%); */
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero__text .container .col {
  padding: 0;
}
.hero__text .btn {
  font-size: .90em;
    font-weight: bold;
    padding: 15px 12px;
}

.hero__text .container .c1 {
  position: relative;
  width: 50%;
  z-index: 5;
}


.course__date p {
  color: #fff!important;
  background: #FFFFFF;
  padding: 0 10px;
  display: inline-block;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 10px;
}



.course__text {

    text-align: left
}
.course__text h2  {
  color: #fff;
  font-size: 4.5em;
    margin-bottom: 10px
}
.course__text p  {
  color: #fff;
}
.course__text h2 span {
  display: block;
  font-weight: 300;
  font-style: italic;
}
.course__text .btn {
  color: #111;
  font-size: 16px;
  display: inline-block;
  background: #fff;
  padding: 10px 25px;
  text-decoration: none;
  margin-right: 10px;
}
.course__text .btn1 {
  color: #fff;
  background: #cc7d00;
}
.course__text .btn2 {
  color: #fff;
  background: #303030;
  border: 1px solid #fff
}
.course__text .btn1:hover {
  background: #dc8e12;
}
.course__text .btn2:hover {
  background: #666;
}

.request__form {
  margin: auto;
    text-align: left;
    padding: 2em;
    background: rgba(0, 0, 0, 0 );
    max-width: 350px
}

.request__form h3 {
  color: #fff;
  font-size: 1.3em;
  margin-bottom: 20px;
  margin-top: 0;
}
.request__form .label {
  display: block!important;
}

.request__form input {
  display: block!important;
  width: 100%;
  font-size: 18px;
  padding: 15px 15px 15px 40px;
  margin: 10px 0;
  background: #fff;
  font-weight: normal;
  border: 1px solid #303030
}
.request__form input::placeholder {
  font-weight: normal;
}
.request__form .label {
  position: relative;
}
.request__form .label span.fas {
  position: absolute;
  font-size: 14px;
  color: #999;
  z-index: 10;
  top: 20px;
  left: 15px;
}
.request__form input[type=submit] {
    font-size: 14px!important;
  background: #264966;
  cursor: pointer;
  color: #fff
}
.request__form input[type=submit]:hover {
  background: #1057a9;
}
.request__form button {
  margin-top: 10px;
}
@media (max-width: 1000px) {
  .course__text p {
    max-width: 100%
  }
  .course__text h2  {
    font-size: 2.5em;
  }
  .brand  {
    max-width: 100%!important;
    text-align: center!important;
  }
  .brand img {
    width: 300px;
    margin: auto;
  }
.hero__text {
    padding-top: 2.5em!important
  }
  .navbar .nav .top-menu,
  .navbar .nav .main-menu {
    line-height: 2em;
  }
  .navbar .nav .main-menu li a {
    font-size: 14px;
  }
  .header .overlay {
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7 ) 50%, rgba(0, 0, 0, 1) 100%); */
  }
}
@media (max-width: 800px) {
    .hero__text .container .c1 {
  width: 100%;
}

  .request__form .label {
    display: block!important;
    width: 100%;
  }
.navbar .nav .top-menu {
  margin-bottom: 0;
}
.navbar .nav .main-menu li a {
  font-size: 14px;
  line-height: 20px;
}
.brand {
  width: 100%;
  text-align: center;
}

.hero__text {
  text-align: center;
  padding-top:0
}

.navbar .nav .top-menu {
  text-align: center;
}
.navbar .nav .main-menu {
  text-align: center;
}
  .navbar .container {
    grid-template-columns: 1fr;
    justify-content: center;
}
.course__title {
  width: 100%;
}
.hero__img {
  width: 100%
}
.course__title__content {
  max-width: 100%;
}
.request__form {
  max-width: 100%;
  padding-bottom: 0!important
}
.course__text h2 {
  font-size: 2em
}

.course__title__content {
  padding: 0;
}
.course__text .btn {
  margin-bottom: 1em
}

}


/* why us */

.why__us {
  color: #303030;
  padding: 7em 0 3.5em;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: content
}

.why__us .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.why__us .why__col {
  width: 33%;
  margin-bottom: 3em
}


.why__us .container span.lnr {
  display: block;
  font-size: 2em;
  margin-bottom: 10px;
  margin-top: 30px;
}
.why__us .container h3 {
  width: 100%;
  display: block;
  font-size: 36px;
  font-weight: 300;

}

.why__us .container h3 span {
  font-weight: bold;
}

.why__us .why__col i {
    margin-bottom: .15em
}


@media (max-width:1000px) {
  .why__us .why__col {
    width: 50%;
    margin-bottom: 2em;
  }

}

@media (max-width:800px) {
  .why__us .why__col {
    width: 100%;
    margin-bottom: 2em;
    padding: 2em
  }
}




/* fee__and__plans */

.fee__and__plans {
  color: #fff;
  padding: 6em 0 ;
  position: relative;
  background-size: cover!important;
  background-position: right;
  background-repeat: no-repeat;
}
.fee__and__plans .overlay {
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.fee__and__plans h2 {
  color: #fff;
  margin-bottom: 1em
}

.fee__and__plans .container {
  position: relative;
  z-index: 2;
}

.fee__and__plans .fee__col {
  width: 100%;
  padding: 0 2em!important
}

.fee__and__plans .discount__img {
  width: 100%;
  margin: auto;
}
@media (max-width:800px) {
  .fee__and__plans {
    padding: 3em 0;
  }
  .fee__and__plans .fee__col {
    width: 100%;
    padding: 0;
    margin-bottom: 1em
  }
}
.fee__and__plans .fasttrack__mode {
  display: inline-block;
  border: 1px solid #000;
  max-width: 400px;
  background: linear-gradient(45deg, black, transparent);
  padding: 2em;
  margin-right: 2em;
}

@media (max-width:800px) {
  .fee__and__plans .fasttrack__mode {
    margin-right: 0;
    margin-bottom: 2em;
  }
}

.fee__and__plans .fasttrack__mode h3 {
    color: #fff;
    background: #9206e2;
    display: inline-block;
    padding: 5px 10px;
    font-size: 22px
}
.fee__and__plans .fasttrack__mode h4 {
    font-size: 3em;
    color: #fff;
    margin-bottom: 0;
    /* border-bottom: 1px solid #fff; */
    display: inline-block
}

.fee__and__plans .fasttrack__mode ul {
  margin-top: 1em
}
.fee__and__plans .fasttrack__mode ul li {
  position: relative;
  display: inline-block;
  padding: 10px;
  background: none;
    /* border:1px #fff solid; */
  font-size: 14px;
  margin-right: 5px
}


.fee__and__plans .fasttrack__mode ul li span.plan {
  display: inline-block;
  color: #060c39;
  background: #fff;
  border-bottom: 0;
  padding: 2px 10px;
  font-size: 12px;
  margin-bottom: 5px
}

.fee__and__plans .fasttrack__mode ul li span.price {
  font-size: 22px;
  font-weight: 700;
  display: block;
  color: #fff;
  margin: 8px 0;
}

/* --- */

.fee__and__plans .standard__mode {
  display: inline-block;
  border: 1px solid #000;
  max-width: 400px;
  background: linear-gradient(45deg, black, transparent);
  padding: 2em;
  margin-right: 2em;
}

    .fee__and__plans .standard__mode h3 {
        color: #fff;
        background: #9206e2;
        display: inline-block;
        padding: 5px 10px;
        font-size: 22px
    }
.fee__and__plans .standard__mode h4 {
    font-size: 3em;
    color: #fff;
    margin-bottom: 0;
    /* border-bottom: 1px solid #fff; */
    display: inline-block;
}
.fee__and__plans .standard__mode ul {
  margin-top: 1em
}
.fee__and__plans .standard__mode ul li {
  position: relative;
  display: inline-block;
  padding: 10px;
  background: none;
    /* border:1px #fff solid; */
  font-size: 14px;
  margin-right: 5px
}

.fee__and__plans .standard__mode ul li span.plan {

  display: inline-block;
  color: #303030;
  background: #fff;
  border-bottom: 0;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.fee__and__plans .standard__mode ul li span.price {
  font-size: 22px;
  font-weight: 700;
  display: block;
  color: #fff;
  margin: 8px 0;
}



/* courses style */
.courses {
  padding: 5em 0;
  background: #f5f5f5;
  padding: 7em 0 3.5em;
  background-position: -100px top;
  background-repeat: no-repeat;
  background-size: content
}
.courses h2 {
  color: #303030;
  margin-bottom: 10px;
}
.courses .container .course__head{
  text-align: center;
  margin-bottom: 5em!important
}
.courses .container .course__head p{
  color: #303030;
  font-size: 16px;
}
.courses .course__menu ul {
  text-align: center;
  margin: 1em 0;
}

.courses .course__menu ul li a {
    
    color: #303030;
  display: block;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  margin: 0 10px;
  padding: 10px 0;
  text-align: center;
}
.courses .course__menu ul li a span {
  font-size: 16px;
}

.courses .course__menu ul li {
    position: relative;
  display: inline-block;
  max-width: 300px;
  margin: auto;
    margin-bottom: 3px;
    border: 1px solid #333
}
.courses .course__menu ul li a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.courses .course__menu ul li a:hover {
    color: #fff!important;
}

    .courses .course__menu ul li:hover {
        background: #9206e2;
    }
.courses .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 2em;
}

.courses .col {
  padding: 0 1em;
}
.courses .course__col {
  max-width: 960px;
  position: relative;
  padding: 0;
  background: #fff;
}

.courses .course__col .content .col {
  padding: 0
}

.courses hr {
  margin: 1em auto 2.5em;
}
.courses .course__col .content {
  padding: 3em 2em 2em;
}

.courses .course__col .content h3 {
  font-size: 18px;
}
.courses .course__col .content h4 {
  font-size: 16px;
  display: inline-block;
}
.courses  h5 {
  color: #fff
}
.courses .course__col .content p {
  font-weight: bold;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
  margin: 20px 0!important;
}
.courses .course__col .content ul.last-list {
  margin-bottom: 1em!important
}
.courses .course__col .content h4.display1 {
  color: #d07300;
  background: #fff;
  padding: 5px 15px;
}
.courses .course__col .content h4.display2 {
  color: #060c39;
  background: #fff;
  padding: 5px 15px;
}
.courses .course__col .content ul {
  margin-bottom: 2em;
  position: relative;
}
.courses .course__col .content ul li::before {
  position: absolute;
  font-family: 'Linearicons-Free';
  font-size: 9px;
  content: "\e876";
  margin-left: -1.5em;
  margin-right: 5px;
}

.courses .course__col .content table {
    width: 100%;
    margin: 2em 0 2.5em;
}
.courses .course__col .content table thead{
  font-weight: bold;
}
.courses .course__col .content table tr td{
  padding: 5px 0px 5px 0px;
}
.courses .course__col .content table tbody td {
  border-bottom: 1px solid #e6e6e6;
}

.courses .course__col .content ul li {
  margin-left: 1.5em;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.courses .course__col .btn__block {
  margin-top: 1em;
}

    .courses .course__col .btn__block .btn1 {
        display: inline-block;
        padding: .6em 1em;
        margin-bottom: 10px;
        margin-right: 5px;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        background: #9206e2;
    }
    .courses .course__col .btn__block .btn1:hover {
        background: #ba41ff;
    }
    .courses .course__col .btn__block .btn2 {
        display: inline-block;
        padding: .6em 1em;
        margin-bottom: 10px;
        margin-right: 5px;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        background: #111;
    }
        .courses .course__col .btn__block .btn2:hover {
            background: #444;
        }

.courses .course__col .btn__block .btn3 {
  display: inline-block;
  padding: .5em 1em;
  margin-bottom: 10px;
  margin-right: 5px;
  color: #303030;
  font-size: 16px;
  border: 1px solid #4d5386;
  text-decoration: none;
}
.courses .course__col .btn__block .btn3:hover {
  color: #000;
  border: 1px solid #000;
}

@media (max-width:1000px) {
  .courses .course__col .content h4.display1 {
    font-size: 16px
  }
  .courses .course__col .content h4.display2 {
    font-size: 16px
  }
}

@media (max-width:800px) {
  .courses .course__menu ul {
    margin-bottom: 1em
  }
  .courses {
    padding: 5em 0 1em;
  }
  .courses .course__col {
    width: 100%;
    margin-bottom: 0
  }
  .courses .col {
    padding: 0;
  }
  .courses .course__col::before {
    left: .3em;
  }
  .courses .course__menu ul li {
    margin-bottom: 1.3em;
  }
  .fee__and__plans .standard__mode ul li:nth-child(3) {
    margin-top: 2em
  }
}


/* benifits style */

.benifits {
  color: #303030;
  background: #fff;
  padding: 5em 0;
}
.benifits .container {
  max-width: 100%;
}
.benifits .container h3 {
  font-size: 26px;
}
.benifits .benifits__col {
  width: 33.3%;
  padding: 0 1em;
}
.benifits .benifits__col .fas {
  display: block;
  font-size: 3em;
  margin-bottom: 15px;
}

@media (max-width:900px) {
  .benifits .benifits__col {
    width: 100%;
    margin-bottom: 2em;
    padding: 0

  }
}

/* testimonial */

.testimonial {
    padding: 5em 0;
    background: #111;
}
.testimonial h2{
  color: #fff;
  margin-bottom: 1em!important;
}

.testimonial .col {
  padding: 0 .5em;
}
.testimonial .custom_col {
  position: relative;
  width: 33%;
}
.testimonial .quote {
  /* border: 4px solid #fff; */
  padding: 2em 2em 3em;
}
.testimonial .quote img {
  display: block;
  margin-bottom: 2em;
  width: 90px;
  border-radius: 50px;
}
.testimonial .quote::before {
  content: "\201D";
  font-size: 5em;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 50px;
    opacity: 0.1
}
.testimonial h2 {
  margin-bottom: 2em
}
.testimonial .custom_col h3 {
  font-size: 16px;
  color: #fff
}
.testimonial .custom_col p {
  font-size: 14px;
  color: #fff
}
.testimonial .custom_col .fas {
  color: #e5b60c;
}
.testimonial .second__row {
  margin-top: 2em;
}

@media (max-width:1000px) {
  .testimonial .col {
    padding: 0
  }
  .testimonial .custom_col {
    width: 100%;
    margin-bottom: 5em;
  }
  .testimonial .quote img {
    left: 0;
    right: 0
  }
  .testimonial .quote::before {
    left: 0;
    right: 0
  }
}

/* countertext */

.countertext {
  padding: 4em 0;
    background-position: left -30px bottom ;
    background-repeat: no-repeat;
    background-size: content;
}
.countertext .col {
  width: 33.3%
}
.countertext h3 {
  margin: 0;
  font-size: 4em
}
.countertext h4 {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0;
}
.countertext p {
  font-size: 1.3em;
  font-weight: normal;
}

@media (max-width: 800px) {
  .countertext .col {
    width: 100%;
    margin-bottom: 5em
  }
}



/* partners */
.partners {
  color: #fff;
  padding: 5em 0;
  background: #eee;
}
.partners .btn {
  margin: 1em 0 0;
}

.partners .btn:hover {
  color: #fff;
  background: #9206e2;
}
.partners .container {
  max-width: 1350px;
}
.partners .partners__col {
  width: 100%;
  text-align: left;
  padding: 0
}
.partners .brands img {
  display: inline-block;
  max-width: 250px;
  opacity: 0.5
}
.partners .partners__col h2 {
  font-size: 2em;
  color: #303030;
  max-width: 500px;
}
.partners .partners__col p {
  font-size: 14px;
  color: #303030
}
@media (max-width:900px) {
  .partners {
    padding-bottom: 3em;
  }
  .partners .col {
    padding: 0;
  }
  .partners .partners__col {
    width: 100%;
    margin-bottom: 2em;
  }
  .partners .brands img {
    max-width: 190px;
  }
}

/* footer style */
.footer {
    font-size: 14px;
    color: #fff;
    background: #000;
    padding: 3em 0 5em;
}
.footer h3 {
  font-size: 18px;
  font-weight: bold;
}
.footer .container {
  max-width: 100%
}
.footer .footer__col {
  width: 33.3%;
}
.footer .logo img {
  display: inline-block;
}
.footer .logo1 {
  width: 200px;
  margin-bottom: 20px;
}
.footer .logo2 {
  width: 300px;
  margin-bottom: 20px;
  margin-right: 30px;
}
.footer .mini-logo img {
  width: 70px;
  margin: 30px 0 10px
}
.footer .contact {
  margin-top: 30px;
}
.footer .contact img {
  width: 16px;
  display: inline-block;
  margin-right: 5px;
}
.footer a {
  color: #fff;
  text-decoration: underline;
  line-height: 26px;
}
.footer a:hover {
  text-decoration: none;
}
.footer .payment img {
  width: 250px;
}
.footer .payment h4 {
  margin-top: 3em;
  font-size: 16px;
}

.footer .social-media {
  margin-top: 40px
}
.footer .social-media img {
  width: 24px;
  margin-right: 10px;
  background: #fff;
}
.footer .social-media a {
  display: inline-block;
}
.footer .social-media h3 {
  margin-top: 25px;
}
.footer .terms ul {
  margin-bottom: 1em
}
.footer .terms ul li  {
  display: inline;
  margin-right: .7em;
}
.footer .terms ul li a {
  color: #fff;
  text-decoration: underline;
}
.footer .terms ul li a:hover {
  text-decoration: none;
}
.footer__form {
  margin-top: 25px;
}
.footer__form input {
  margin-bottom: 10px;
  font-size: 1em;
  border: 1px solid rgba(0, 65, 139, 0.5);
  padding: 15px 15px 15px 40px;
}
.footer__form textarea {
  margin-bottom: 7px;
  font-size: 1em;
  border: 1px solid rgba(0, 65, 139, 0.5);
  padding: 15px 15px 15px 40px;
}
.footer__form .label {
  position: relative;
}
.footer__form .label span.fas {
  position: absolute;
  font-size: 14px;
  color: #999;
  z-index: 10;
  top: 18px;
  left: 15px;
}
.footer__form [type='submit'] {
  color: #fff;
  background: #9206e2;
  cursor: pointer;
}
.footer__form [type='submit']:hover {
  background: #ba41ff
}

@media (max-width:800px) {
  .footer .footer__col {
    width: 100%;
    margin-bottom: 3em
  }
}

.gototop span {
  position: fixed;
  left: 15px;
  bottom: 15px;
  padding: .6em;
  color: #fff;
  font-weight: bold;
  background: #264966;
  z-index: 10;
}
.gototop span:hover {
  background: #9206e2;
}
</pre></body></html>