/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
*{box-sizing: border-box;}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
  font-family: 'Muli';
}
body {
  color: #545051;
  font-weight: 300;
  font-family: 'Muli';
    overflow-x: hidden;
}

@font-face {
    font-family:RusticLoveTattoo;
    src: url(../fonts/RusticLoveTattoo.otf);
}
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Italic.woff2') format('woff2'),
        url('../fonts/Muli-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Muli-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Light.woff2') format('woff2'),
        url('../fonts/Muli-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-ExtraLight.woff2') format('woff2'),
        url('../fonts/Muli-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-LightItalic.woff2') format('woff2'),
        url('../fonts/Muli-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Black.woff2') format('woff2'),
        url('../fonts/Muli-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Regular.woff2') format('woff2'),
        url('../fonts/Muli-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-SemiBold.woff2') format('woff2'),
        url('../fonts/Muli-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Muli-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-BoldItalic.woff2') format('woff2'),
        url('../fonts/Muli-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-BlackItalic.woff2') format('woff2'),
        url('../fonts/Muli-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Muli-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-ExtraBold.woff2') format('woff2'),
        url('../fonts/Muli-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Bold.woff2') format('woff2'),
        url('../fonts/Muli-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Material Design Icons';
    src: url('../fonts/MaterialDesignIcons.woff2') format('woff2'),
        url('../fonts/MaterialDesignIcons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Material Design Icons';
    src: url('../fonts/MaterialDesignIcons.woff2') format('woff2'),
        url('../fonts/MaterialDesignIcons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Material Design Icons';
    src: url('../fonts/MaterialDesignIcons.woff2') format('woff2'),
        url('../fonts/MaterialDesignIcons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover { text-decoration: none }

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}
.header-area .container {
	max-width: 1170px;
}

.container {
  max-width: 1170px;
}

/* Header bar section start */

.header-area {
  border: 0px none rgb(0, 0, 0);
  box-shadow: blue 0px 0px 0px 0px;
  background: #392d7c;
  height: 125px;
  display: flex;
  align-items: center;
}
.header-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-menu ul li {
  display: inline-block;
  margin-right: 30px;
}
.header-menu ul li a {
  font-family: Montserrat Light, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.header-logo a img {
  max-width: 235px;
}
.header-ri-fl {
  display: flex;
  align-items: center;
}
.header-logo {
  margin-right: 170px;
}
.header-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-btn a {
  height: 45px;
  width: 150px;
  border-radius: 15px;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.996);
  background: rgba(255, 255, 255, 0) none repeat scroll 0% 0%;
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat Light, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.996);
  margin-left: 15px;
  transition: .3s;
}
.header-btn a:hover {
	background: #fff;
	/*border-color: ;*/
	border: 2px solid transparent;
	/*cco: ;*/
	color: #000;
}
.sty {
    width: 200px !important;
    border-radius: 20px 20px 20px 20px !important;
    border-color: #e3017d !important;
    background: #e3017d !important;
}
.sty-2 {
    border-color: transparent !important;
}
.header-btn {
  display: flex;
  align-items: center;
}


/* Header bar section  END */

/* hero-area-style-start */


.hero-area {
    height: 800px;
    background-size: cover;
    background-position: center;
    position: relative;

}
.hero-wrap {
    text-align: left;
}
.hero-wrap h2 {
    padding-top: 100px;
    font-size: 75px;
    color: rgb(255, 255, 255);
    -webkit-text-fill-color: rgb(255, 255, 255);
    font-weight: 700;
}
.hero-wrap {
    max-width: 610px;
    margin: auto;
    position: relative;
}
.hero-wrap p {
    font-size: 35px;
    color: rgb(255, 255, 255);
    -webkit-text-fill-color: rgb(255, 255, 255);
    font-weight: 500;
    position: relative;
    z-index: 99;
}
.hero-wrap a {
    height: 50px;
    margin-bottom: 10px;
    border-radius: 25px;
    cursor: pointer;
    border: 2px solid rgba(227, 1, 125, 0.996);
    background: #e3017d;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat Semi Bold, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.996);
    text-decoration: none;
    transition: .3s !important;

}
.hero-wrap a:hover {
    background: #ed5aae !important;
    color: #fff;
    border: 2px solid transparent;
}

.btn-hero {
    height: 50px;
    margin-bottom: 10px;
    border-radius: 25px;
    cursor: pointer;
    border: 2px solid rgba(227, 1, 125, 0.996);
    background: #e3017d;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat Semi Bold, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.996);
    text-decoration: none;
    transition: .3s !important;

}
.btn-hero:hover {
    background: #ed5aae !important;
    color: #fff;
    border: 2px solid transparent;
}

.img1 {
    position:absolute;
    top:-7px;
    left:10px;
    width: auto;
    height: 80%;
}

.img2 {
    height: auto;
    position:absolute;
    top:-4px;
    left:300px;
}

.scrl img {
    max-width: 50px;
}
.scrl {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    animation: myAnim 15s ease 0s infinite normal forwards;
}
.hero-area .container {
    max-width: 85%;
}


.hero-sp-1 {
    position: absolute;
    top: -52%;
    right: -54px;
    max-width: 96px;
}
.hero-sp-2 {
    position: absolute;
    max-width: 96px;
    left: -84px;
    top: -15%;
}
.hero-sp-3 {
    position: absolute;
    max-width: 96px;
    bottom: 25%;
    right: -4px;
}
.hero-sp-4 {
    position: absolute;
    max-width: 96px;
    bottom: -50px;
    left: 30%;
    z-index: 99;
}
.hero-sp-5 {
    position: absolute;
    bottom: -50px;
    max-width: 96px;
    right: 27%;
    z-index: 999;
}
.hero-sc-br {
    position: absolute;
    height: 279px !important;
    top: -147px;
    left: -39%;
}
.hero-sc-br img {
    height: 235px;
}

.hero-sc-br2 {
    height: 280px;
    position: absolute;
    bottom: 31px;
    right: -33%;
}
.hero-sc-br2 img {
    height: 134%;
}


/* hero-area-style-end */

/* para-area-start */


.para-area {
  padding-top: 130px;
  padding-bottom: 90px;
  background: #fff;
  position: relative;
  background-size: 100% 100%;
  background-position: center;
}
.para-left {
  width: 48%;
}
.para-ri {
  width: 49%;
  position: relative;
}
.para-ri img {
  width: 100%;
}
.para-ri span {
  font-size: 43px;
    color: rgb(228, 1, 125);
  font-weight: 700;
  font-family: montserrat;
}

.para-text {
  position: absolute;
  top: 27px;
  width: 338px;
  left: 92px;
}
.para-text p {
  font-size: 15px;
  font-family: montserrat;
  color: #212529;
  font-weight: 400;
}
.para-left h2 {
    font-size: 43px;
    color: rgb(67, 54, 138);
    font-weight: 700;
    margin-bottom: 0;
}
.para-left h5 {
  font-size: 43px;
  color: rgb(0, 0, 0);
  margin: 0;
  font-weight: 700;
}

.para-left p {
  line-height: 1.6;
  font-size: 20px;
  color: #000;
  margin: 0;
}
.para-left p span {
  font-weight: 700;
}
.para-fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.para-sp {
  position: absolute;
  height: 290px;
  left: 17%;
  top: 110px;
  width: 17px;
}
.para-sp img {
  height: 149%;
}


.para-sp2 {
  height: 280px;
  position: absolute;
  right: 17%;
  bottom: 15%;
  width: 17px;
}
.para-sp2 img {
  height: 100%;
}

.pailar-area {
  padding: 90px 0;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
}
.pailar-title {
  text-align: center;
}
.pailar-title h3 {
  color: rgb(255, 255, 255);
  -webkit-text-fill-color: rgb(255, 255, 255);
  font-size: 43px;
  font-weight: 700;
  margin: 0;
}
.pailar-title {
  margin-bottom: 50px;
}
.pailer-wp {
    border-radius: 25px;
    background: rgba(238, 235, 245, 0.04) none repeat scroll 0% 0%;
    height: 156px;
    width: 260px;
    min-height: 50px;
    border: 2px solid rgba(210, 14, 127, 0.996);
    box-shadow: blue 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.pailer-img a {
  color: #ffffff;
  font-size: 50px;
  margin: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pailer-img {
  margin-bottom: 5px;
}
.pailar-tx {
  text-align: center;
}
.pailar-tx p {
    font-size: 16px;
    color: rgb(255, 255, 255);
    -webkit-text-fill-color: rgb(255, 255, 255);
    font-weight: 600;
    margin: 0;
    line-height: 20px;
}
.pailer-wp:hover {
  transform: scale(1.1) !important;
}


.pailer-btn {
  margin-top: 50px;
}
.pailer-btn a {
    height: 45px;
    width: 247px;
    border-radius: 20px;
    cursor: pointer;
    transform: rotate(0deg) scale(1);
    border: 2px solid rgba(67, 211, 158, 0);
    background: rgba(228, 1, 125, 0.996) none repeat scroll 0% 0%;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Montserrat Semi Bold, sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.996);
    margin: auto;
    transition: .3s !important;
}
.pailer-btn a:hover {
    background: rgba(238, 90, 175, 0.996094);
    color: #fff;
    border: 2px solid transparent;
}

.paio-sp-1 {
	max-width: 80px;
	position: absolute;
	top: -38px;
	left: 25%;
}

.pailar-bar {
  height: 280px;
  position: absolute;
  left: 17%;
  top: 29px;
  width: 17px;
}
.pailar-bar img {
  height: 100%;
}

.pailar-bar2 {
  position: absolute;
  height: 280px;
  right: 17%;
  bottom: 20%;
  width: 17px;
}
.pailar-bar2 img {
  height: 100%;
  width: 100%;
}


.pailar-br-lf {
  max-width: 80px;
  position: absolute;
  bottom: 60px;
  right: 20%;
}
/* para-area-end */


/* project-area-start */

.project-area {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
.project-title h2 {
  color: #000;
  font-size: 43px;
  font-weight: 700;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
.project-title h2 span {
	color: rgb(67, 54, 138);
}
.project-title {
  margin-bottom: 40px;
}
.project-icon a {
    width: 72px;
    height: 72px;
    background: rgba(67, 54, 138, 0.996);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid rgba(224, 224, 224, 0.996);
    border-radius: 20%;
    font-size: 26px;
    color: #fff;
    position: relative;
    margin-right: 7px;
    transition: .3s;
}
.project-icon a:hover {
	background: #E0E0E0 !important;
}
.project-icon:before {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 2px transparent;
    content: "";
    left: -8px;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
    margin: auto;
}
.project-icon {
  width: 80px;
  position: relative;

  border-radius: 52px;
  top: 0;
}

.project-conent h4 {
  font-size: 20px;
  color: rgb(0, 0, 0);
  -webkit-text-fill-color: rgb(0, 0, 0);
  margin: 0;
}
.project-conent p {
  font-family: Montserrat,sans-serif;
  margin: 0;
  font-size: 15px;
  color: rgb(102, 102, 102);
  -webkit-text-fill-color: rgb(102, 102, 102);
}
.project-conent {
  max-width: 636px;
}
.project-single-fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 736px;
  margin-bottom: 50px;
}

.project-icon.ic2 a {
  background: #ED1360;
}
.project-icon.ic3 a {
	background: #01C0A3;
}

.project-si1 {
  max-width: 350px;
}
.project-img-fx {
  position: relative;
}

.project-si1.prj-2 {
  position: absolute;
  top: 140px;
  left: 216px;
  z-index: 999;
}
.project-si1.prj-3 {
  position: absolute;
  bottom: -267px;
  left: 0;
}
.project-image-wrap {
  position: relative;
  top: 10%;
  /*right: 161px;
  width: 612px;*/
  width: 150%;
}

.prjct-sp1 {
  height: 280px;
  position: absolute;
  left: 17%;
  top: 15%;
}
.prjct-sp1 img {
  width: 17px;
  height: 363px;
}
.prjct-sp2 {
  position: absolute;
  height: 280px;
  right: 17%;
  bottom: 6%;
  width: 17px;
}
.prjct-sp2 img {
  height: 100%;
}

.project-tp1 {
  position: absolute;
  max-width: 80px;
  top: -30px;
  left: 20%;
}
.project-tp2 {
  position: absolute;
  max-width: 80px;
  bottom: -37px;
  right: 26%;
  z-index: 9;
}


/* project-area-emd */


/* como-area-style-start */

.como-area {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  padding: 100px 0;
}
.como-title {
  text-align: center;
}
.como-title h3 {
  font-size: 43px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  margin: 0;
}
.como-title {
  margin-bottom: 50px;
}
.como-fx {
  width: 260px;
  margin: auto;
  text-align: center;
  margin-bottom: 100px;
}
.como-icon a {
  width: 80px;
  height: 80px;
  background: rgba(228, 1, 125, 0.996);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 19px;
  color: #fff;
  font-size: 45px;
  margin: auto;
  margin-bottom: 10px;
}

.como-txt h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.como-txt p {
  margin: 0;
  font-size: 18px;
  color: #fff;
}

.como-icon {
  position: relative;
}
.como-icon:before {
  position: absolute;
  width: 240px;
  height: 2px;
  border: 6px solid #fff;
  content: "";
  border-style: dotted;
  margin: auto;
  left: 210px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: blue 0px 0px 0px 0px;
  border-radius: 0;
  overflow: hidden;
  border-top: 0;
}
.como-icon.mmd::before {
	display: none;
}

.como-fx.mmb:after {
  position: absolute;
  height: 42px;
  border-right: 6px solid #fff !important;
  content: "";
  border-style: dotted !important;
  bottom: 27px;
  overflow: hidden;
  width: 1px;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
}
.como-icon.mnd::before {
	left: -254px;
	width: 328px;
}
.como-fx.mmjd::before {
	position: absolute;
	width: 1px;
	height: 124px;
	border-left: 6px solid #fff;
	content: "";
	bottom: -42px;
	border-style: dotted;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
}
.como-fx.mar-nn {
	margin-bottom: 0;
}

.com-bar-1 {
  height: 280px;
  position: absolute;
  top: -8%;
  left: 17%;
}
.com-bar-1 img {
  height: 235px;
  width: 17px;
}

.com-bar-2 {
  position: absolute;
  height: 410px;
  width: 17px;
  right: 15%;
  bottom: 8%;
}
.com-bar-2 img {
  height: 100%;
  width: 100%;
}


/* como-area-style-end */

/* panel-area-style-start */



.panel-area {
  padding: 100px 0;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.panel-lf {
  width: 48%;
}
.panel-content h2 {
  font-size: 43px;
  color: #000;
  font-weight: 700;
  font-family: Montserrat,sans-serif;
}
.panel-content h2 span {
    color: rgb(67, 54, 138);
    -webkit-text-fill-color: rgb(67, 54, 138);
}
.panel-content p {
  font-size: 22px;
  font-family: Montserrat Light,sans-serif;
  margin: 0;
  color: #212529;
}

.single-img {
  width: 370px !important;
  height: 308px !important;
}
.single-img img {
  width: 100%;
  height: 100%;
}
.slider-actv.owl-carousel.owl-loaded.owl-drag {
	width: 365px;
}

.panel-ri {
  width: 59%;
  position: relative;
}
.panel-frame {
  position: absolute;
  top: -31px;
  left: -110px;
}
.panel-fx {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 999;
}

.pn-sp-1 {
  position: absolute;
  height: 280px;
  top: 3%;
  left: 16%;
}
.pn-sp-1 img {
  height: 363px;
  width: 17px;
}
.pn-sp-2 {
  position: absolute;
  height: 280px;
  right: 18%;
  top: 16%;
}
.pn-sp-2 img {
  height: 235px;
  width: 17px;
}



/* panel-area-style-end */


/* dashboars-area-style-start */

.dashboard-box {
    background: linear-gradient(90deg, rgb(94, 75, 192) 0%, rgb(67, 54, 138) 100%);
    width: 100%;
    border-radius: 35px;
    padding-top: 94px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.dashboars-top-icn a {
  font-family: Lato Black, sans-serif;
  font-size: 45px;
  text-align: center;
  font-weight: 700;
  font-style: initial;
  color: rgba(255, 255, 255, 0.996);
  width: 80px;
  height: 80px;
  background: #FE5C75;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  transition: .3s !important;
}
.dashboars-top-title h3 {
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: 700;
    margin-left: 10px;
}
.dashboard-single-iteam {
  width: 32%;
  margin-bottom: 20px;
}
.dashboard-top-fx {
  display: flex;
  align-items: center;
  /*! justify-content: space-between; */
  margin-bottom: 10px;
}
.dash-bd-tx p {
  margin: 0;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 27px;
}

.dashboard-fx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.dashboars-top-icn.ic1 a {
  background: #FEBE0C;
}
.dashboars-top-icn.ic2 a {
  background: #6755E2;
}
.dashboars-top-icn.ic3 a {
  background: #F94D9A;
}
.dashboars-top-icn.ic4 a {
  background: #FE8E28;
}
.dashboars-top-icn.ic5 a {
  background: #35BFE7;
}

.bnd-si a {
  padding: 8px 21px;
  max-width: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 7px;
  height: 50px;
}
.brans-fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nass-ri {
  width: 44%;
}
.single-bnd-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 70px;
  position: relative;
}
.single-bnd-top:before {
  position: absolute;
  width: 350px;
  height: 1px;
  border: 1px solid #D5D5D5;
  content: "";
  bottom: 35px;
}
.single-bnd-top:after {
  position: absolute;
  width: 2px;
  height: 64px;
  border: 1px solid #D5D5D5;
  content: "";
  bottom: 2px;
}
.bnd-si {
  margin-bottom: 35px;
  position: relative;
}
.bnd-si:before {
  position: absolute;
  width: 2px;
  height: 34px;
  border: 1px solid #D5D5D5;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: -35px;
}
.nas-lf {
  width: 42%;
}
.nas-lf h3 {
  font-size: 43px;
  color: #000;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.nas-lf p {
  font-size: 19px;
  margin: 0;
  font-weight: 500;
}
.nas-fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nass-box {
  /*background: #EAEAEA;*/
  padding: 30px;
  border-radius: 20px;
  margin-top: 40px;
  /*background: -moz-linear-gradient(left, rgba(234,234,234,1) 0%, rgba(234,234,234,0.32) 50%, rgba(234,234,234,1) 100%);
  background: -webkit-linear-gradient(left, rgba(234,234,234,1) 0%,rgba(234,234,234,0.32) 50%,rgba(234,234,234,1) 100%);
  background: linear-gradient(to right, rgba(234,234,234,1) 0%,rgba(234,234,234,0.32) 50%,rgba(234,234,234,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea',GradientType=1 );*/
}
.single-bnd-top a {
    max-width: 157px;
    background: rgba(67, 54, 138, 0.996);
    padding: 7px 22px;
    border-radius: 9px;
}

.pn-bt-2 {
  height: 280px;
  position: absolute;
  bottom: 8%;
  left: 18%;
}
.pn-bt-2 img {
  height: 100%;
}

.pn-bt-3 {
  position: absolute;
  height: 280px;
  width: 21px;
  right: 17%;
  bottom: 2%;
}
.pn-bt-3 img {
  height: 100%;
  width: 100%;
}

/* dashboars-area-style-end */

/* conta-area-start */


.conta-area {
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
.conta-wrap {
  max-width: 500px;
}
.conta-text h3 {
  font-size: 43px;
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.conta-text p {
  font-family: Montserrat Light,sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.conta-btn a img {
  max-width: 134px;
}
.conta-btn {
  display: flex;
  justify-content: center;
}
.conta-btn a {
  margin: 0 10px;
  margin-top: 10px;
}
.conta-mobil {
	position: absolute;
	top: -69px;
	max-width: 777px;
	right: 242px;
}

.conta-c1 {
  position: absolute;
  height: 280px;
  left: 17%;
  width: 17px;
}
.conta-c1 img {
  height: 100%;
  width: 100%;
}
.conta-sp {
  position: absolute;
  max-width: 80px;
  top: -30px;
  left: 22%;
}

.conta-c1-2 img {
  transform: rotate(180deg);
}
.conta-c1-2 img {
  width: 100%;
  height: 100%;
}
.conta-c1-2 {
  position: absolute;
  width: 17px;
  height: 280px;
  right: 17%;
  bottom: 27%;
}
.conta-sp-2 {
  position: absolute;
  max-width: 80px;
  bottom: -40px;
  left: 21%;
}

.seja-aera {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
.seja-wrap {
  max-width: 550px;
  margin: auto;
  text-align: center;
}
.seja-wrap h3 {
  font-family: montserrat;
  font-size: 43px;
  color: #000;
  font-weight: 700;
}
.seja-wrap span {
    color: rgb(67, 54, 138);
    -webkit-text-fill-color: rgb(67, 54, 138);
}
.seja-wrap p {
  margin: 0;
  font-size: 18px;
  color: #212529;
  margin-bottom: 30px;
}
.seja-wrap a {
    font-size: 16px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.996);
    text-decoration: none;
    height: 42px;
    width: 284px;
    border-radius: 20px;
    cursor: pointer;
    transform: rotate(0deg) scale(1);
    border: 2px solid rgba(67, 211, 158, 0);
    background: rgba(228, 1, 125, 0.996);
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: .3s;
}
.seja-wrap a:hover {
    background: rgba(238, 90, 175, 1);
    color: #fff;
    border: 2px solid transparent;
}

.saja-sp-1 {
  position: absolute;
  width: 17px;
  height: 280px;
  left: 17%;
  top: 0;
}
.saja-sp-1 img {
  height: 100%;
  width: 100%;
}
.saja-sp-2 {
  position: absolute;
  height: 280px;
  width: 17px;
  top: 221px;
  right: 19%;
  z-index: 9;
}
.asa-sp-2 {
	max-width: 80px;
	position: absolute;
	right: 22%;
}


/* conta-area-end */

/* fopoter-area-style-start */



.footer-area {
    background: rgba(65, 53, 138, 0.996);
    padding: 100px 0;
    position: relative;
    border-style: none;
    border-color: rgb(30, 79, 118);
    border-width: 0px;
}
.footer-logo a img {
    max-width: 190px;
    padding-bottom: 20px;
}
.footer-ri-single {
  width: 27%;
}
.ftr-tx p {
  color: #fff;
  margin: 0;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-family: Montserrat,sans-serif;
}
.footer-mid {
  width: 17%;
}
.footer-mid h3 {
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin-bottom: 25px;
}
.footer-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-list ul li a {
  color: rgb(255, 255, 255);
  line-height: 40px;
  font-weight: 500;
  font-size: 15px;
}
.heder-lf-si h3 {
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin-bottom: 25px;
}
.contact-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-list ul li a {
  color: rgb(255, 255, 255);
  line-height: 40px;
  font-weight: 500;
  font-size: 15px;
}
.ride-icn a {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 28px;
  margin-right: 9px;
  background: transparent;
  transition: .3s;
}
.ride-icn {
  display: flex;
  align-items: center;
}
.ride-icn a:hover {
  background: #fff;
}
.heder-lf-si {
  width: 23%;
}
.footer-fx {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.ride {
  margin-top: 41px;
}
.copy-ri p {
	margin: 0;
	margin-top: 40px;
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.dashboars-top-icn a:hover {
	background: #fff;
}
.dashboars-top-icn a:hover i {
	filter: invert(47%) sepia(84%) saturate(1439%) hue-rotate(317deg) brightness(102%) contrast(101%);
}
.como-icon a:hover {
	background: #fff;
}
.para-ri.para-ri-mbl {
	display: none;
	margin-bottom: 30px;
}
.project-image-wrap.project-mobile {
	display: none;
}
.como-mobile-wrap {
	display: none;
}


.header-area.scroll-header {
	position: fixed;
	background: #3b3081;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	width: 100%;
	left: 0;
	top: 0;
}
.bar {
	display: none;
}
.sty:hover {
    background: #ed5aae !important;
    border: 2px solid transparent !important;
    color: #fff !important;
}

.sty-2:hover {
    background: transparent !important;
    border: 2px solid transparent !important;
    color: #fff !important;
}




/* fopoter-area-style-end */

@keyframes myAnim {
  0%,
  100% {
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70% {
    transform: translateY(-8px);
  }

  20%,
  40%,
  60% {
    transform: translateY(8px);
  }

  80% {
    transform: translateY(6.4px);
  }

  90% {
    transform: translateY(-6.4px);
  }
}





.offcanva {
  width: 320px;
  height: 100%;
  background: #392d7c;
  z-index: 9999999;
  position: fixed;
  left: -100%;
  top: 0;
  transition: .3s;
}
.offcanvfa-men ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offcanvfa-men ul li a {
  font-size: 18px;
  color: #fff;
  padding: 10px 20px;
  display: block;
  border-bottom: 1px solid #ddd;
  transition: .3s;
}
.offcanvfa-men ul li a:hover {
  padding-left: 40px;
}
.offcanvfa-men {
  margin-top: 80px;
}

.cross a {
  font-size: 25px;
  color: #fff;
}
.cross {
  position: absolute;
  right: 15px;
  top: 4px;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999;
  opacity: 0.7;
  left: -100%;
  top: 0;
  transition: .3s;
}

.offcanva.active {
  left: 0;
}
.overlay.active {
  left: 0;
}
.como-icon a:hover {
    color: rgba(228, 1, 125, 0.996);
}




.hero-wrap{
    padding-left: 3%;
    padding-right: 3%;
}

/* RESPONSIVIDADE */

@media (max-width: 850px){
    .hero-wrap h2{
        padding-left: 3%;
        padding-right: 3%;
    }
    .hero-wrap p{
        padding-left: 3%;
        padding-right: 3%;
    }
}
@media (max-width: 650px){
    .seja-wrap h3{
        padding-left: 3%;
        padding-right: 3%;
    }
    .seja-wrap p{
        padding-left: 3%;
        padding-right: 3%;
    }
}

/*project imagens aqui*/
@media (min-width: 1201px){
    /*.project-single-fx{
        width: 580px;
    }*/
}

@media (min-width: 992px) and (max-width: 1200px){
    .project-inner{
        padding-left: 15px;
    }
    .conta-wrap{
        padding-left: 3%;
    }
}

@media (min-width: 1701px){
    .conta-wrap{
        padding-left: 3%;
    }
    .saja-sp-2{
        right: 17%;
    }
    .hero-sc-br{
        left: -53%;
    }
    .hero-sc-br2{
        right: -53%;
    }
}
@media (min-width: 1450px) and (max-width: 1700px){
    .para-sp{
        left: 10%;
    }
    .para-sp2{
        right: 10%;
    }
    .pailar-bar2{
        right: 10%;
    }
    .pailar-bar{
        left: 10%;
    }
    .prjct-sp1{
        left: 10%;
    }
    .prjct-sp2{
        right: 10%;
    }
    .conta-c1-2{
        right: 10%;
    }
    .conta-c1{
        left: 10%;
    }
    .conta-wrap{
        padding-left: 3%;
    }
    .conta-mobil{
        right: 100px;
    }
    .saja-sp-2{
        right: 10%;
    }
    .pn-bt-2{
        left: 10%;
    }
    .pn-bt-3{
        right: 10%;
    }
    .com-bar-1{
        left: 10%;
    }
    .com-bar-2{
        right: 10%;
    }
    .pn-sp-1{
        left: 10%;
    }
    .pn-sp-2{
        right: 10%;
    }
}
@media (min-width: 1450px) and (max-width: 1800px){
    .para-left{
        padding-left: 30px;
    }
    .para-ri{
        padding-right: 3%;
    }
    .panel-wrap h2{
        padding-left: 4%;
        padding-right: 3%;
    }
    .panel-wrap p{
        padding-left: 4%;
        padding-right: 3%;
    }
    .project-single-fx{
        width:50%;
        padding-left: 3%;
    }
    .project-img-fx {
        /*left: 30%;*/
    }
}
@media (min-width: 1201px) and (max-width: 1449px){
    .project-single-fx{
        width:60%;
        padding-left: 3%;
    }
    .project-img-fx {
        /*left: 40%;*/
    }
}
@media (min-width: 768px) and (max-width: 1449px){
    .para-left{
        padding-left: 3%;
    }
}
@media (min-width: 768px) and (max-width: 1449px){
    .para-left{
        padding-left: 3%;
    }
    .para-ri{
        padding-right: 3%;
    }
    .panel-wrap h2{
        padding-left: 4%;
        padding-right: 3%;
    }
    .panel-wrap p{
        padding-left: 4%;
        padding-right: 3%;
    }
}
@media (max-width: 767px){
    .para-left{
        padding-left: 3%;
        padding-right: 3%;
    }
}
@media (max-width: 767px){
    .panel-wrap h2{
        padding-left: 3%;
        padding-right: 3%;
    }
    .panel-wrap p{
        padding-left: 3%;
        padding-right: 3%;
    }

}


@media (max-width: 767px){
    .fix-home-area-bg{
        background-color: #1F1F1F !important;
        background-image: none !important;
    }
    .fix-para-area-bg{
        background-color: #F4F4F4 !important;
        background-image: none !important;
    }
    .fix-pailar-area-bg{
        background-color: #312572 !important;
        background-image: none !important;
    }
    .fix-project-area-bg{
        background-color: #F4F4F4 !important;
        background-image: none !important;
    }
    .fix-como-area-bg{
        background-color: #312572 !important;
        background-image: none !important;
    }
    .fix-panel-area-bg{
        background-color: #F4F4F4 !important;
        background-image: none !important;
    }
    .fix-conta-area-bg{
        background-color: #43368a !important;
        background-image: none !important;
    }
    .fix-seja-area-bg{
        background-color: #F4F4F4 !important;
        background-image: none !important;
    }
}

.fix-home-area-bg{
    background-color: #392d7c !important;
}
.fix-para-area-bg{
    background-color: #F4F4F4 !important;
}
.fix-pailar-area-bg{
    background-color: #312572 !important;
}
.fix-project-area-bg{
    background-color: #F4F4F4 !important;
}
.fix-como-area-bg{
    background-color: #312572 !important;
}
.fix-panel-area-bg{
    background-color: #F4F4F4 !important;
}
.fix-conta-area-bg{
    background-color: #43368a !important;
}
.fix-seja-area-bg{
    background-color: #F4F4F4 !important;
}






.section.section-about {
    position: relative;
    overflow: hidden; }
.section.section-about .about-img {
    width: 100%; }
.section.section-about .screen {
    width: 100%; }
.section.section-about-us {
    overflow: hidden; }
.section.section-about-us .section-title {
    margin-bottom: 20px; }
.section.section-about-us .section-description {
    margin-bottom: 20px; }
.box-about {
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 29px;
    background: rgba(65, 53, 154, 0.996);
    height: 649px;
    width: 827px;
    min-height: 50px;
    border: 0px none rgb(0, 0, 0);
    box-shadow: blue 0px 0px 0px 0px;
}
.flex.center {
    justify-content: center; }
.box-img-about {
    width: 148px;
    padding: 5px;
    margin: 0px auto;
    margin-top: 15px;
    left: 340.5px;
    z-index: auto;
    max-width: 500px;

}
.box-title-about {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 17px;
    display: block;
    text-align: center;
    margin-top: 50px;
    color: rgb(255, 255, 255);
}

.box-text-about {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 13px;
    display: block;
    text-align: center;
    margin-top: 45px;
    color: rgb(255, 255, 255);
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 500px;
    line-height: 15px;
}

.box-footer-about {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 20px;
    display: block;
    text-align: center;
    margin-top: 35px;
    color: rgb(228, 1, 125);
    -webkit-text-fill-color: rgb(228, 1, 125);

}


/*============================== Box Contact ====================================*/

.box-contact {
    margin: 0 auto;
    border-radius: 32px;
    background: rgba(65, 53, 154, 0.996);
    height: 700px;
    width: 600px;
    min-height: 50px;
    border: 0px none rgb(0, 0, 0);
    box-shadow: blue 0px 0px 0px 0px;

}

.box-img-contact {
    width: 161px;
    padding: 5px;
    margin: 0px auto;
    left: 238.5px;
    top: 33.8906px;
    z-index: auto;
    max-width: 500px;
}

.box-title-contact {
    font-family: Muli, sans-serif;
    font-size: 24px;
    font-weight: 400px;
    color: #fff;
    display: block;
    line-height: 1em;
    text-align: center;
    margin-top: 40px;
    color: rgb(255, 255, 255);
}

.box-text-contact {
    margin-top: 20px;
    margin-bottom: 1rem;
    font-size: 13px;
    display: block;
    text-align: center;
    color: rgb(255, 255, 255);

    font-weight: 500px;
    line-height: 15px;
}

.box-form-contact
{
    left: 62.5px;
    padding: 15px;
    z-index: auto;
    max-width: 500px;
    margin: 0px auto;
    width: 519px;
    top: 312px;
    color: rgb(0, 0, 0);
    border-radius: 0.25rem;
}

.box-textarea-contact {
    max-width: 470px;
    margin: 0px auto;
    width: 519px;
    color: rgb(0, 0, 0);
    border-radius: 0.25rem;
}

.box-btn-contact {
    min-height: 40px;
    left: 62.5px;
    z-index: auto;
    max-width: 470px;
    margin: 0px auto;
    width: 519px;
    top: 312px;
    border: 2px none rgb(0, 0, 0);
    border-radius: 2px;
    background: rgba(228, 1, 125, 0.996);
    box-shadow: rgba(91, 91, 91, 0) 0px 1px 1px 1px inset;
    color: rgb(255, 255, 255);
}

.box-btn-contact:hover {
    min-height: 40px;
    left: 62.5px;
    z-index: auto;
    max-width: 470px;
    margin: 0px auto;
    width: 519px;
    top: 312px;
    border: 2px none rgb(0, 0, 0);
    border-radius: 2px;

    background: #ed5aae !important;
    color: #fff;
    border: 2px solid transparent;

    box-shadow: rgba(91, 91, 91, 0) 0px 1px 1px 1px inset;

}


.section.section-contact {
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    background-color: #ffffff; }
.section.section-contact .contact-form {
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 #ffff;
    box-shadow: 0 17px 43px #e1e4e5;
    padding: 60px;
    background: #fff;
    border-radius: 10px; }
@media screen and (max-width: 576px) {
    .section.section-contact .contact-form {
        padding: 25px 15px; } }
.section.section-contact .feather {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    color: #a9a9a9;
    margin-right: 20px; }
.section.section-contact .contact-info-list-item {
    overflow: hidden;
    display: flex;
    margin-bottom: 30px; }
.section.section-contact .contact-info-list-item p {
    font-weight: 400;
    color: #c1c1c1;
    font-size: 16px; }
.section.section-contact .contact-info-list-item h3 {
    font-weight: 900;
    margin-top: 5px;
    color: #fff;
    font-size: 25px; }
.section.section-contact .contact-info-list-item.pdt-50:last-child span {
    margin-right: 50px; }
.section.section-contact h4.contact-heading {
    border-bottom: 1px solid #ddd;
    margin-bottom: -40px; }
/*============================== END Box Contact ====================================*/



/*============================== Box Page ====================================*/

.box-page {
    margin: 0 auto;
    border-radius: 32px;
    background: rgba(65, 53, 154, 0.996);
    width: 100%;
    min-height: 50px;
    border: 0px none rgb(0, 0, 0);
    box-shadow: blue 0px 0px 0px 0px;
    padding-bottom: 40px;

}
.box-img-page {
    width: 161px;
    padding: 5px;
    margin: 0px auto;
    left: 238.5px;
    top: 33.8906px;
    z-index: auto;
    max-width: 500px;
}
.box-title-page {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    display: block;
    line-height: 1em;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
    color: rgb(255, 255, 255);
}
.box-text-page {
    font-family: Muli Light,sans-serif;
    margin-top: 20px;
    margin-bottom: 1rem;
    font-size: 13px;
    display: block;
    text-align: justify;
    color: rgb(255, 255, 255);
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 40px;
    margin-right: 40px;
    margin-left: 40px;
}
.box-form-page
{
    left: 62.5px;
    padding: 15px;
    z-index: auto;
    max-width: 500px;
    margin: 0px auto;
    width: 519px;
    top: 312px;
    color: rgb(0, 0, 0);
    border-radius: 0.25rem;
}

.box-btn-contact {
    min-height: 40px;
    left: 62.5px;
    z-index: auto;
    max-width: 470px;
    margin: 0px auto;
    width: 519px;
    top: 312px;
    border: 2px none rgb(0, 0, 0);
    border-radius: 2px;
    background: rgba(228, 1, 125, 0.996);
    box-shadow: rgba(91, 91, 91, 0) 0px 1px 1px 1px inset;
    color: rgb(255, 255, 255);
}
.section.section-contact {
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    background-color: #ffffff; }
.section.section-contact .contact-form {
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 #ffff;
    box-shadow: 0 17px 43px #e1e4e5;
    padding: 60px;
    background: #fff;
    border-radius: 10px; }
@media screen and (max-width: 576px) {
    .section.section-contact .contact-form {
        padding: 25px 15px; } }
.section.section-contact .feather {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    color: #a9a9a9;
    margin-right: 20px; }
.section.section-contact .contact-info-list-item {
    overflow: hidden;
    display: flex;
    margin-bottom: 30px; }
.section.section-contact .contact-info-list-item p {
    font-weight: 400;
    color: #c1c1c1;
    font-size: 16px; }
.section.section-contact .contact-info-list-item h3 {
    font-weight: 900;
    margin-top: 5px;
    color: #fff;
    font-size: 25px; }
.section.section-contact .contact-info-list-item.pdt-50:last-child span {
    margin-right: 50px; }
.section.section-contact h4.contact-heading {
    border-bottom: 1px solid #ddd;
    margin-bottom: -40px; }
/*============================== END Box Contact ====================================*/


.btn-auth a {
    height: 45px;
    width: 247px;
    border-radius: 20px;
    cursor: pointer;
    transform: rotate(0deg) scale(1);
    border: 2px solid rgba(67, 211, 158, 0);
    background: rgba(228, 1, 125, 0.996) none repeat scroll 0% 0%;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Montserrat Semi Bold, sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.996);
    margin: auto;
    transition: .3s !important;
}
.btn-auth a:hover {
    background: rgba(238, 90, 175, 0.996094);
    color: #fff;
    border: 2px solid transparent;
}

.btn-auth-outline{
    height: 45px;
    width: 247px;
    cursor: pointer;
    transform: rotate(0deg) scale(1);

    border: 2px solid rgb(228, 1, 125);
    border-radius: 2px;
    background: rgba(65, 53, 138, 0.996);
    box-shadow: rgba(91, 91, 91, 0) 0px 1px 1px 1px;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Montserrat Semi Bold, sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.996);
    margin: auto;
    transition: .3s !important;
}
.btn-auth-outline:hover {
    background: rgba(228, 1, 125, 0.996) none repeat scroll 0% 0%;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
    color: rgba(255, 255, 255, 0.996);
    border: 2px solid transparent;
}

.forgot-link{
    color: rgb(228, 1, 125);
    -webkit-text-fill-color: rgb(228, 1, 125);
    margin-right: 10px;
    font-size: 1.2rem;
}







.section.section-register {
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    background-color: #ffffff; }
.section.section-register .contact-form {
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 #ffff;
    box-shadow: 0 17px 43px #e1e4e5;
    padding: 60px;
    background: #fff;
    border-radius: 10px; }
@media screen and (max-width: 576px) {
    .section.section-register .contact-form {
        padding: 25px 15px; } }
.section.section-register .feather {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    color: #a9a9a9;
    margin-right: 20px; }
.section.section-register .contact-info-list-item {
    overflow: hidden;
    display: flex;
    margin-bottom: 30px; }
.section.section-register .contact-info-list-item p {
    font-weight: 400;
    color: #c1c1c1;
    font-size: 16px; }
.section.section-register .contact-info-list-item h3 {
    font-weight: 900;
    margin-top: 5px;
    color: #fff;
    font-size: 25px; }
.section.section-register .contact-info-list-item.pdt-50:last-child span {
    margin-right: 50px; }
.section.section-register h4.contact-heading {
    border-bottom: 1px solid #ddd;
    margin-bottom: -40px; }
.box-register {
    margin: 0 auto;
    border-radius: 32px;
    background: rgba(65, 53, 154, 0.996);
    min-height: 700px;
    width: 600px;
    border: 0px none rgb(0, 0, 0);
    box-shadow: blue 0px 0px 0px 0px;
    padding-bottom: 30px;
}


@media screen and (max-width: 1080px) {
    a.btn-register{
        display: none;
    }
}
