﻿ 
/* Css For Bullion */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Experience section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


:root{
  --theme-color: #fe5924;
  --theme-color-two: #26ba5e;
  --theme-color-three: #ce183d;
  --secondary-color: #1b1e31;
  --text-color: #6e6e6e;
  --title-color: #1b1e31;
  --text-font: 'Mulish', sans-serif;
  --title-font: 'Syne', sans-serif;
}


body {
  font-size:17px;
  color:#6e6e6e;
  line-height:28px;
  font-weight:400;
  background:#ffffff;
  font-family: var(--text-font);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.mp7k4o2{
  max-width: 1450px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.mpb2dnn{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.mpe9d97{
  max-width:680px;
  margin:0 auto;
}

.mp3wiq5{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  font-family: var(--title-font);
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: var(--title-font);
  font-weight: 400;
  color: var(--title-color);
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.mpbfror {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  background: var(--secondary-color);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.mpjalpm{
  position: fixed;
  z-index: 99999999;
  font-size: 26px;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
}

.mpbfror .mpmue4v {
  position: absolute;
  z-index: 100;
}

.mpbfror .mpmue4v .mpx5tab{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.mpbfror .mpmue4v .mpa158w {
  text-align: center;
  user-select: none;
}

.mpbfror .mpmue4v .mpa158w .mp6753c:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.mpbfror .mpmue4v .mpa158w .mp6753c{
  font-family: var(--title-font);
  font-weight: 600;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.mpbfror .mpmue4v .mpa158w .mp6753c:nth-child(2):before {animation-delay: 0.2s;}
.mpbfror .mpmue4v .mpa158w .mp6753c:nth-child(3):before {animation-delay: 0.4s;}
.mpbfror .mpmue4v .mpa158w .mp6753c:nth-child(4):before {animation-delay: 0.6s;}
.mpbfror .mpmue4v .mpa158w .mp6753c:nth-child(5):before {animation-delay: 0.8s;}
.mpbfror .mpmue4v .mpa158w .mp6753c:nth-child(6):before { animation-delay: 1s;}
.mpbfror .mpmue4v .mpa158w .mp6753c:nth-child(7):before { animation-delay: 1.2s;}
.mpbfror .mpmue4v .mpa158w .mp6753c:nth-child(8):before { animation-delay: 1.4s;}
.mpbfror .mpcwc2t {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.mp9atjh .mprraml .mpmue4v {
  opacity: 0;
  transition: 0.3s ease-out;
}

.mpbfror .mpmue4v .mpa158w .mp6753c{
  color: #ffffff;
}

.mpbfror .mpmue4v .mpa158w .mp6753c:before{
  color: #ffffff;
}

.mpbfror .mpmue4v .mpx5tab{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .mpbfror .mpmue4v .mpx5tab {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .mpbfror .mpmue4v .mpx5tab {
    height: 7em;
    width: 7em;
  }
  .mpbfror .mpmue4v .mpa158w .mp6753c {font-size: 30px; letter-spacing: 10px;}
}


.centred{
  text-align: center;
}

.mpw28x8{
  float: left;
}

.mpi416c{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

/** button **/


.mpnbi52{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--title-font);
  color: #fff;
  text-align: center;
  padding: 11px 28px;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}

.mpnbi52:hover{
  color: #fff;
}

.mpnbi52.mpq7awo{
  background: var(--theme-color);
}

.mpnbi52.mpq7awo:hover{
  background: var(--secondary-color);
}

.mpnbi52 span{
  position: relative;
  padding-right: 25px;
}

.mpnbi52 span:before{
  position: absolute;
  content: "\f101";
  font-family: 'flaticon';
  top: -2px;
  right: 0px;
  font-size: 20px;
}

.mpnbi52.mp4424m{
  background: transparent;
  border: 1px solid var(--theme-color);
  padding: 17px 37px;
}

.mpnbi52.mp4424m:hover{
  background: var(--theme-color);
}

.mpnbi52.mpx5clg{
  background: var(--secondary-color);
  padding: 15px 37px;
}

.mpnbi52.mpx5clg:hover{
  background: var(--theme-color);
}




.row{
  --bs-gutter-x: 30px;
}

.mp3igu0{
  position: relative;
  display: block;
}

.mp3igu0 li{
  position: relative;
  display: inline-block;
  margin-right: 25px;
}

.mp3igu0 li:first-child{
  margin-right: 30px;
}

.mp3igu0 li:last-child{
  margin-right: 0px !important;
  padding-left: 5px;
}

.mp3igu0 li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--title-font);
  color: #a8a9b3;
  z-index: 1;
  transition: all 500ms ease;
}

.mp3igu0 li a:hover,
.mp3igu0 li a.current{
  color: #1b1e31;
}

.mp3igu0 li i{
  position: relative;
  font-size: 30px;
  color: #1b1e31;
  top: 12px;
  transition: all 500ms ease;
}

.mp3igu0 li a:hover i{
  color: var(--theme-color);
}

.mp3igu0 li a span{
  position: relative;
}

.mp3igu0 li a span:before{
  position: absolute;
  content: '';
  background: #a8a9b3;
  width: 6px;
  height: 1px;
  top: 14px;
  right: -18px;
}

.mp3igu0 li:nth-child(4) a span:before{
  display: none;
}

.mp7s3ck{
  padding: 113px 0px 120px 0px;
}

.mr-0{
  margin: 0px !important;
}

.mpix531 {
  width: 58px;
  height: 58px;
  line-height: 66px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 30px;
  z-index: 99;
  color: #fff;
  background: var(--secondary-color);
  border: 1px solid #32364f;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 1s ease;
}

.mpix531.open {
  bottom: 30px;
}

.mpix531:hover{
  background: var(--theme-color);
  border-color: var(--theme-color);
}



.mpdwgly{
  position: relative;
  display: block;
  margin-bottom: 49px;
}

.mpdwgly .mpok9k7{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px; 
  font-family: var(--title-font);
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.mpdwgly h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin: 0px;
}

.mpdwgly h2 span{
  color: var(--theme-color);
}

.mpx22g5 .mpdwgly h2 span{
  color: var(--theme-color-two);
}

.mpdwgly.mpl6m7c .mpok9k7{
  color: #a8a9b3;
}

.mpdwgly.mpl6m7c h2{
  color: #fff;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}





/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.mpi32d3{
  position:relative;
  left:0px;
  top:0px;
  right: 0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.mpfgkva{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.mpspn5z .mpfgkva{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*** Search Popup ***/

.mpmk0we {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.80);
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.mpmk0we.mpe338e {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.mpmk0we .mpdmffe{
  width: 100%;
  background: #fff;
  height: 100%;
}

.mpmk0we .mp1ztep{
  position: relative;
  padding: 70px 70px;
  z-index: 1;
}

.mpmk0we .mptolnc {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.mpmk0we .mpp2tyk {
  position: relative;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  z-index: 5;
  top: 11px;
  transition: all 500ms ease;
}

.mpmk0we .mpp2tyk:hover {
  color: red;
}

.mpmk0we .mph3v21 {
  position: relative;
  width: 100%;
  padding: 100px 0px 250px 0px;
}

.mpmk0we .mph3v21 .form-group{
  position: relative;
  margin: 0px;
}

.mpmk0we .mph3v21 fieldset input[type="search"] {
  position: relative;
  height: 90px;
  padding: 20px 0px;
  background: #ffffff;
  line-height: 30px;
  font-size: 20px;
  color: #808080;
  border: none;
  font-weight: 400;
  border-radius: 0px;
  padding-right: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.mpmk0we .mph3v21 fieldset button[type="submit"] {
  position: absolute;
  top: 35px;
  right: 0px;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  transition: all 500ms ease;
}

.mpmk0we .mph3v21 fieldset input[type="search"]:focus{
  border-color: #141417;
}

.mpmk0we .form-control:focus{
  box-shadow: none !important;
}

/** header-top **/

.mp8a946{
  position: relative;
  background: var(--secondary-color);
  padding: 11px 0px;
}

.mp8a946 .mphiok3{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px;
}

.mp8a946 p,
.mp8a946 a{
  color: #a8a9b3;
}

.mp8a946 a:hover,
.mp8a946 a span{
  color: var(--theme-color);
}

.mp8a946 a span{
  text-decoration: underline;
  transition: all 500ms ease;
}

.mp8a946 a:hover span{
  color: #fff;
}

.mp8a946 .mprqg2j,
.mp8a946 .text{
  position: relative;
  display: block;
  padding-left: 25px;
}

.mp8a946 .text{
  padding-left: 29px;
}

.mp8a946 .mprqg2j .mpbljd6,
.mp8a946 .text .mpbljd6{
  position: absolute;
  left: 0px;
  top: 0px;
}

.mp8a946 .text .mpbljd6{
  top: -2px;
}

.mp8a946 .mph8m8s{
  position: relative;
  display: flex;
  align-items: center;
}

.mp8a946 .mp5jmpj{
  position: relative;
  padding-left: 22px;
  margin-right: 30px;
}

.mp8a946 .mp5jmpj .mpbljd6{
  position: absolute;
  left: 0px;
  top: 0px;
}

.mp8a946 .mp8ubay{
  position: relative;
  padding-left: 26px;
  margin-right: 30px;
}

.mp8a946 .mp8ubay .mpbljd6{
  position: absolute;
  left: 0px;
  top: 0px;
}

.mp8a946 .mpn56ym{
  position: relative;
  padding-left: 28px;
}

.mp8a946 .mpn56ym .mpbljd6{
  position: absolute;
  left: 0px;
  top: -2px;
}

.mp8a946 .mpn56ym .nice-select{
  position: relative;
  font-size: 16px;
  color: #a8a9b3;
  font-family: var(--text-font);
  font-weight: 400;
  text-transform: capitalize;
}

.mp8a946 .mpn56ym .nice-select:after{
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #a8a9b3;
  border-right: 2px solid #a8a9b3;
  top: 12px;
  right: 5px;
  margin: 0px;
}

.nice-select .mp7gajw{
  min-width: 100px;
}

.mp8a946 .mpn56ym .nice-select .mp7gajw{
  left: inherit !important;
  right: 0px !important;
}


/** header-lower **/

.mpi32d3 .mptl0hg{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px;
}

.mpi32d3 .mp196wu{
  position: relative;
  display: flex;
  align-items: center;
}

.mpi32d3 .mp6viz5{
  position: relative;
  padding: 26px 0px;
  margin-right: 80px;
}

.mpi32d3 .mphe6js{
  position: relative;
  display: flex;
  align-items: center;
}

.mpi32d3 .mphe6js .mpzunbc{
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: var(--secondary-color);
  margin-right: 80px;
  cursor: pointer;
  top: 2px;
  transition: all 500ms ease;
}

.mpi32d3 .mphe6js .mpzunbc:hover{
  color: var(--theme-color);
}

.mpi32d3 .mphe6js .mpzunbc:before{
  position: absolute;
  content: '';
  background: #e8e8e8;
  width: 1px;
  height: 50px;
  top: -12px;
  right: -40px;
}

.mpi32d3 .mphe6js .mp5zesn{
  position: relative;
  padding: 11px 0px 11px 65px;
  margin-right: 40px;
}

.mpi32d3 .mphe6js .mp5zesn .mpbljd6{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f4f4f4;
  text-align: center;
  border-radius: 50%;
}

.mpi32d3 .mphe6js .mp5zesn a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-family: var(--title-font);
  color: var(--secondary-color);
  font-weight: 600;
  padding-right: 24px;
}

.mpi32d3 .mphe6js .mp5zesn a i{
  position: absolute;
  display: inline-block;
  top: 2px;
  right: 0px;
  font-size: 20px;
  color: var(--text-color);
  transition: all 500ms ease;
}

.mpi32d3 .mphe6js .mp5zesn a:hover,
.mpi32d3 .mphe6js .mp5zesn a:hover i{
  color: var(--theme-color);
}

.mpi32d3 .mphe6js .mp5zesn a:hover i{
  transform: rotate(-45deg);
}



/** main-menu **/

.mptksnm{
  float: left;
}

.mptksnm .navbar-collapse{
  padding:0px;
  display:block !important;
}

.mptksnm .mp1ir6p{
  margin:0px;
}

.mptksnm .mp1ir6p > li{
  position:inherit;
  float:left;
  z-index:2;
  margin: 0px 20px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.mptksnm .mp1ir6p > li:last-child{
  margin-right:0px !important;
}

.mptksnm .mp1ir6p > li:first-child{
  margin-left: 0px !important;
}

.mptksnm .mp1ir6p > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:17px;
  line-height:30px;
  font-family: var(--title-font);
  padding: 32px 0px;
  padding-right: 24px;
  font-weight:600;
  opacity:1;
  color: var(--secondary-color);
  z-index:1;
  text-transform: capitalize;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.mptksnm .mp1ir6p > li > a:before{
  position: absolute;
  content: "\f101";
  font-family: 'flaticon';
  font-size: 18px;
  top: 31px;
  right: 0px;
  color: #a8a9b3;
  transition: all 500ms ease;
}

.mptksnm .mp1ir6p > li.current > a,
.mptksnm .mp1ir6p > li:hover > a,
.mptksnm .mp1ir6p > li.current > a:before,
.mptksnm .mp1ir6p > li:hover > a:before{
  color: var(--theme-color);
}

.mptksnm .mp1ir6p > li > ul,
.mptksnm .mp1ir6p > li > .mpigk9q{
  position:absolute;
  left: inherit;
  top:100%;
  width:240px;
  z-index:100;
  background: #fff;
  display:none;
  opacity: 0;
  padding: 16px 0px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  visibility: hidden;
  border-radius: 5px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.mptksnm .mp1ir6p > li > ul:before,
.mptksnm .mp1ir6p > li > .mpigk9q:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  left: 0px;
  top: -10px;
  background: transparent;
}

.mptksnm .mp1ir6p > li > .mpigk9q{
  background: #212226;
}

.mptksnm .mp1ir6p > li > .mpigk9q a{
  display: inline-block !important;
}

.mptksnm .mp1ir6p > li > ul.from-right{
  left:auto;
  right:0px;  
}

.mptksnm .mp1ir6p > li > ul > li{
  position:relative;
  width:100%;
  padding: 8px 30px;
  padding-right: 0px;
}

.mptksnm .mp1ir6p > li > ul > li > a,
.mptksnm .mp1ir6p > li > .mpigk9q li > a{
  position:relative;
  display:block;
  line-height:24px;
  font-weight:400;
  font-size:17px;
  font-family: var(--text-font);
  color: var(--text-color);
  text-align: left;
  text-transform: capitalize;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.mptksnm .mp1ir6p > li > ul > li:last-child a{
  border-bottom: none;
}

.mptksnm .mp1ir6p > li > .mpigk9q li > a{
  padding-left: 0px;
  padding-right: 0px;
}

.mptksnm .mp1ir6p > li > .mpigk9q h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
}

.mptksnm .mp1ir6p > li > ul > li > a:hover,
.mptksnm .mp1ir6p > li > .mpigk9q li > a:hover{
  padding-left: 17px;
  color: var(--theme-color);
}

.mptksnm .mp1ir6p > li > ul > li > a:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 2px;
  height: 16px;
  left: 0px;
  top: 4px;
  opacity: 0;
  transition: all 500ms ease;
}

.mptksnm .mp1ir6p > li > ul > li > a:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 6px;
  height: 8px;
  left: -2px;
  top: 8px;
  opacity: 0;
  transition: all 500ms ease;
}

.mptksnm .mp1ir6p > li > ul > li > a:hover:before,
.mptksnm .mp1ir6p > li > ul > li > a:hover:after{
  opacity: 1;
}

.mptksnm .mp1ir6p > li > ul > li:last-child > a,
.mptksnm .mp1ir6p > li > .mpigk9q li:last-child > a{
  border-bottom: none;
}

.mptksnm .mp1ir6p > li > ul > li.dropdown:after{
  content: "\f101";
  font-family: 'flaticon';
  position:absolute;
  right:23px;
  top:6px;
  color: #a8a9b3;
  display:block;
  font-size:20px;
  font-weight:400;
  text-align:center;
  z-index:5;  
  transition: all 500ms ease;
}

.mptksnm .mp1ir6p > li > ul > li.dropdown.current:after,
.mptksnm .mp1ir6p > li > ul > li.dropdown:hover:after{
  color: var(--theme-color);
}

.mptksnm .mp1ir6p > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  margin-top: 15px;
  margin-left: 10px;
  width:240px;
  z-index:100;
  display:none;
  border-radius: 5px;
  padding: 16px 0px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  background: #fff;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.mptksnm .mp1ir6p > li > ul > li > ul:before{
  position: absolute;
  content: '';
  left: -10px;
  top: 0px;
  width: 10px;
  height: 100%;
}

.mptksnm .mp1ir6p > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.mptksnm .mp1ir6p > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 8px 30px;
  padding-right: 0px;
}

.mptksnm .mp1ir6p > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.mptksnm .mp1ir6p > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  line-height:24px;
  font-weight:400;
  font-size:17px;
  font-family: var(--text-font);
  color: var(--text-color);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.mptksnm .mp1ir6p > li > ul > li > ul > li > a:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 2px;
  height: 16px;
  left: 0px;
  top: 4px;
  opacity: 0;
  transition: all 500ms ease;
}

.mptksnm .mp1ir6p > li > ul > li > ul > li > a:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 6px;
  height: 8px;
  left: -2px;
  top: 8px;
  opacity: 0;
  transition: all 500ms ease;
}

.mptksnm .mp1ir6p > li > ul > li > ul > li > a:hover:before,
.mptksnm .mp1ir6p > li > ul > li > ul > li > a:hover:after{
  opacity: 1;
}

.mptksnm .mp1ir6p > li > ul > li > ul > li > a:hover{
  padding-left: 17px;
  color: var(--theme-color);
}

.mptksnm .mp1ir6p > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.mptksnm .mp1ir6p > li.dropdown:hover > ul,
.mptksnm .mp1ir6p > li.dropdown:hover > .mpigk9q{
  visibility:visible;
  opacity:1;
  margin-top: -15px;
  top: 100%;
}

.mptksnm .mp1ir6p li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top: 0%; 
  margin-top: 0px;
}

.mptksnm .mp1ir6p li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.mptksnm .mp1ir6p li.current.dropdown .dropdown-btn,
.mptksnm .mp1ir6p li:hover .dropdown-btn{
  
}

.mptksnm .mp1ir6p li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.mp196wu .mplk2wy {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.mp196wu .mplk2wy .mpgooy2{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #1c1c1c;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mp196wu .mplk2wy .mpgooy2:last-child{
  margin-bottom: 0px;
}


/** megamenu-style **/

.mptksnm .mp1ir6p > li.dropdown > .mpigk9q{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.mptksnm .mp1ir6p li.dropdown .mpigk9q li h4{
  margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mplk2wy{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mphcixq{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mphcixq .navbar-collapse{
  display:block !important; 
}

.mphcixq .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mpapc5n{
  overflow: hidden;
}

.mpapc5n .mphcixq{
  opacity: 1;
  visibility: visible;
}

.mphcixq .mp5dbft{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mpapc5n .mphcixq .mp5dbft{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mphcixq .mpukz86{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #0a0807;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mpapc5n .mphcixq .mpukz86{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mphcixq .mp302z0{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mpapc5n .mphcixq .mp302z0{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mphcixq .mp302z0:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mphcixq .mp1ir6p{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mphcixq .mp1ir6p li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mphcixq .mp1ir6p:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mphcixq .mp1ir6p li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mphcixq .mp1ir6p li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mphcixq .mp1ir6p li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mphcixq .mp1ir6p li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mphcixq .mp1ir6p li.current > a:before{
  height:100%;
}

.mphcixq .mp1ir6p li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mphcixq .mp1ir6p li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mphcixq .mp1ir6p li > ul,
.mphcixq .mp1ir6p li > ul > li > ul,
.mphcixq .mp1ir6p > li.dropdown > .mpigk9q{
  display: none;
}

.mphcixq .mp73dxi{
  position:relative;
  padding:0px 25px;
}

.mphcixq .mp73dxi li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mphcixq .mp73dxi li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mphcixq .mp73dxi li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mphcixq .mpwlgwi {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mphcixq .mpwlgwi h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mphcixq .mpwlgwi ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mphcixq .mpwlgwi ul li a{
  color: rgba(255,255,255,0.80);
}

.mphcixq .mpwlgwi ul li a:hover{
  
}

.mphcixq .mpwlgwi ul li:last-child{
  margin-bottom: 0px;
}

.mpi32d3 .mptl0hg{
  position: relative;
}

.nice-select{
  position: relative;
  background: transparent;
  border: none;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px;
  color: #d4c0cd;
  padding-right: 21px;
  height: auto;
  line-height: 28px;
}

.mp035fo .mpjoy0c{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mp035fo .mpjoy0c.mpe1lp8{
  display:block;  
}

.mp035fo .mpjoy0c{
  transform:scale(0.9,0.9) translateY(0px);
}

.mp035fo .mpjoy0c.mpe1lp8{
  transform:scale(1) translateY(0px);
}

.mpvjcy7{
  font-family: 'Carattere', cursive;
}



/** banner-section **/

.mp2zgla{
  position: relative;
  overflow: hidden;
}
  
.mpr5i8c .mph7227{
  position: relative;
}
  
.mpr5i8c .mph7227:before{
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  background: var(--secondary-color);
  top: 0px;
  left: 0px;
  opacity: 0.95;
  z-index: 1;
}
  
.mpr5i8c .mph7227 .mpqmen8{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}
  
.mpr5i8c .active .mph7227 .mpqmen8{
  -webkit-transform:scale(1.25);
  -ms-transform:scale(1.25);
  transform:scale(1.25);
}

.mpr5i8c .mph7227 .mpn34ls{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}

.mpr5i8c .owl-nav, .mpr5i8c .owl-dots{
  display: none!important;
}

  
.mpr5i8c .mp2w1mf{
  position: relative;
  max-width: 600px;
  padding: 50px 0px 290px 0px;
  width: 100%;
  z-index: 5;
}

.mpr5i8c .mp2w1mf h1{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.mpr5i8c .active .mp2w1mf h1{
  opacity: 1;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.mpr5i8c .mp2w1mf h1 span{
  color: var(--theme-color);
}

.mpr5i8c .mp2w1mf p{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #a8a9b3;
  margin-bottom: 42px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.mpr5i8c .active .mp2w1mf p{
  opacity: 1;
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.mpr5i8c .mp2w1mf .mpzrx25{
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.mpr5i8c .active .mp2w1mf .mpzrx25{
  opacity: 1;
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.mpr5i8c .owl-dots{
  position: absolute;
  left: 50%;
  bottom: 83px;
  margin-left: 93px;
}

.mpr5i8c .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  margin: 0px 10px;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.mpr5i8c .owl-dots .owl-dot.active span{
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.mpr5i8c .owl-dots .owl-dot span:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 6px;
  height: 6px;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.mpr5i8c .owl-dots .owl-dot.active span:before{
  transform: scale(1,1);
}

.mpr5i8c .owl-nav{
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -70px;
}

.owl-carousel .owl-nav button span{
  font-family: 'flaticon';
}

.nav-style-one .owl-nav button{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  background: #fff;
  color: var(--secondary-color);
  cursor: pointer;
  border-radius: 50%;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav button:hover{
  color: #fff;
  background: var(--theme-color);
}

.mpr5i8c .owl-nav button{
  display: block;
}

.mpr5i8c .owl-nav button.owl-prev{
  margin-bottom: 20px;
}

.mp2zgla .mp73dxi{
  position: absolute;
  left: 50px;
  top: 160px;
  z-index: 1;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
}

.mp2zgla .mp73dxi li{
  position: relative;
  display: inline-block;
  margin-top: 50px;
}

.mp2zgla .mp73dxi li:first-child{
  margin: 0px !important;
}

.mp2zgla .mp73dxi li a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-family: var(--title-font);
  color: #fff;
  font-weight: 600;
  padding-bottom: 23px;
}

.mp2zgla .mp73dxi li a:hover{
  color: var(--theme-color);
}

.mp2zgla .mp73dxi li a i{
  position: absolute;
  left: 3px;
  bottom: 0px;
}

.mp2zgla .mpjv1o2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 710px;
  background: #f4f4f4;
  border-radius: 5px 5px 0px 5px;
}

.mp2zgla .mpjv1o2 .mpne728{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 50px 32px 160px;
}

.mp2zgla .mpjv1o2 .mpne728 .mp1aexw{
  position: absolute;
  left: 28px;
  top: 24px;
  font-size: 36px;
  line-height: 40px;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--theme-color);
}

.mp2zgla .mpjv1o2 .mpne728 h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-right: 80px;
}

.mp2zgla .mpjv1o2 .mpne728 h3:before{
  position: absolute;
  content: '';
  background: #d8d8d8;
  width: 1px;
  height: 80px;
  top: -25px;
  right: 40px;
}

.mp2zgla .mpjv1o2 .mpne728 a{
  position: absolute;
  right: -185px;
  bottom: 0px;
  width: 185px;
  text-align: center;
  background: #f4f4f4;
  padding: 21px 15px;
  font-size: 17px;
  line-height: 28px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  border-top-right-radius: 5px;
}

.mp2zgla .mpjv1o2 .mpne728 a span{
  position: relative;
  padding-right: 25px;
}

.mp2zgla .mpjv1o2 .mpne728 a span:before {
  position: absolute;
  content: "\f101";
  font-family: 'flaticon';
  top: -2px;
  right: 0px;
  font-size: 20px;
}

.mp2zgla .mpjv1o2 .mpne728 a:hover{
  color: #fff;
  background: var(--theme-color);
}


/** about-section **/

.mpese6d{
  position: relative;
  padding: 120px 0px;
}

.mpese6d .mp42bep{
  position: relative;
  display: block;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 5px;
}

.mpese6d .mp42bep img{
  width: 100%;
  border-radius: 5px;
}

.mpese6d .mp42bep:before{
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.mpese6d .mp42bep:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.mpese6d .mp2w1mf{
  position: relative;
  display: block;
  margin-top: -5px;
}

.mpese6d .mp2w1mf .mpdwgly{
  margin-bottom: 31px;
}

.mpese6d .mp2w1mf .mprrt5v{
  position: relative;
  display: block;
  background: var(--secondary-color);
  padding: 22px 30px 22px 35px;
  border-left: 5px solid var(--theme-color);
  border-radius: 5px;
  margin-top: 32px;
  margin-bottom: 33px;
}

.mpese6d .mp2w1mf .mprrt5v h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}

.mpese6d .mp2w1mf .mpqvq1z{
  position: relative;
  display: block;
  margin-top: 30px;
}

.mpese6d .mp2w1mf .mpqvq1z li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
  padding-left: 35px;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 25px;
}

.mpese6d .mp2w1mf .mpqvq1z li:last-child{
  margin: 0px;
}

.mpese6d .mp2w1mf .mpqvq1z li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 6 Free';
  background: #ececec;
  width: 22px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
  left: 0px;
  top: 0px;
  font-weight: 900;
  font-size: 14px;
  color: var(--theme-color);
  border-radius: 3px;
}


/** trading-section **/

.mph010z{
  position: relative;
  background: var(--secondary-color);
}

.mpn0g93 .mpiyzvs{
  position: relative;
  display: block;
  background: #303449;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 15px;
  transition: all 500ms ease;
}

.mpn0g93 .mpiyzvs:hover{
  transform: translateY(-10px);
}

.mpn0g93 .mpiyzvs .text{
  position: relative;
  display: block;
  border-radius: 5px;
  background: #24283c;
  padding: 33px 100px 33px 40px;
}

.mpn0g93 .mpiyzvs .text:before{
  position: absolute;
  content: '';
  background: #35394f;
  width: 1px;
  height: calc(100% - 80px);
  top: 40px;
  right: 70px;
}

.mpn0g93 .mpiyzvs .mpbljd6{
  position: absolute;
  top: 54px;
  right: 20px;
  z-index: 1;
  transition: all 500ms ease;
}

.mpn0g93 .mpiyzvs .mp6j37z{
  position: absolute;
  top: 54px;
  right: 20px;
  transform: scale(0,0);
  z-index: 1;
  transition: all 500ms ease;
}

.mpn0g93 .mpiyzvs:hover .mpbljd6{
  transform: scale(0,0);
}

.mpn0g93 .mpiyzvs:hover .mp6j37z{
  transform: scale(1,1);
}

.mpn0g93 .mpiyzvs h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}

.mpn0g93 .mpiyzvs h3 a{
  display: inline-block;
  color: #fff;
}

.mpn0g93 .mpiyzvs h3 a:hover{
  color: var(--theme-color);
}

.mpn0g93 .mpiyzvs p{
  color: #a8a9b3;
}

.mpn0g93 .mpiyzvs .mpsa7ae{
  position: absolute;
  right: 7px;
  bottom: 103px;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
}

.mpn0g93 .mpiyzvs .mpsa7ae a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
}

.mpn0g93 .mpiyzvs .mpsa7ae a:hover{
  color: var(--theme-color);
}

.mpn0g93 .mpiyzvs .mpsa7ae a span{
  position: absolute;
  padding-bottom: 24px;
  padding-right: 0px;
}

.mpn0g93 .mpiyzvs .mpsa7ae a span:before{
  position: absolute;
  content: "\f10e";
  font-family: 'flaticon';
  left: -2px;
  bottom: 0px;
  top: inherit;
  font-size: 20px;
  transform: rotate(180deg);
  transition: all 500ms ease;
}

.mpn0g93 .mpiyzvs .mpsa7ae a:hover span:before{
  transform: rotate(135deg);
}

.mpn0g93 .mpiyzvs .mp9pyu0{
  position: relative;
  padding: 19px 40px 17px 40px;
}

.mpn0g93 .mpiyzvs .mp9pyu0 h6{
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
}

.mpn0g93 .mpiyzvs .mp9pyu0 h6 span{
  color: var(--theme-color);
}

.mph010z .mpnb68w .mpb3xe5{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mph010z .mpnb68w .mpdl58a{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 928px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mpsajol{
  background-color: #f4f4f4;
}


/** account-section **/

.mpv7ubr{
  position: relative;
  padding: 112px 0px 265px 0px;
}

.mpy3acg{
  padding-right: 25px;
}

.mpy3acg .mpiyzvs{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.mpy3acg .mpiyzvs .mp42bep{
  position: relative;
  display: block;
}

.mpy3acg .mpiyzvs .mp42bep .mpiu96g{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}

.mpy3acg .mpiyzvs .mp42bep .mpiu96g img{
  width: 100%;
  border-radius: 5px 5px 0px 0px;
  transition: all 500ms ease;
  height: 300px;
  object-fit: cover;
}

.mpy3acg .mpiyzvs:hover .mp42bep .mpiu96g img{
  transform: scale(1.05);
}

.mpy3acg .mpiyzvs .mp42bep .mpbpdxz{
  position: absolute;
  bottom: 25px;
  right: -25px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px 0px 15px 20px;
}

.mpy3acg .mpiyzvs .mp42bep .mpbpdxz h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.mpy3acg .mpiyzvs .mp42bep .mpbpdxz h3 a{
  display: inline-block;
  color: var(--secondary-color);
}

.mpy3acg .mpiyzvs .mp42bep .mpbpdxz h3 a:hover{
  color: var(--theme-color);
}

.mpy3acg .mpiyzvs .mp42bep .mpbpdxz .mpbljd6{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 85px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: var(--secondary-color);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}

.mpy3acg .mpiyzvs .mp42bep .mpbpdxz .mpbljd6 img{
  position: relative;
  display: inline-block;
  left: 8px;
  filter: grayscale(100%);
  transition: all 500ms ease;
}

.mpy3acg .mpiyzvs:hover .mp42bep .mpbpdxz .mpbljd6 img{
  filter: grayscale(0%);
}

.mpy3acg .mpiyzvs .mpummlr{
  position: relative;
}

.mpy3acg .mpiyzvs .mpummlr .mpc8j1v{
  padding: 17px 25px;
  border-bottom: 1px solid #e8e8e8;
}

.mpy3acg .mpiyzvs .mpummlr .mpsa7ae{
  position: relative;
  padding: 14px 25px;
}

.mpsa7ae a,
.mpsa7ae button{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: var(--secondary-color);
  font-weight: 600;
  transition: all 500ms ease;
}

.mpsa7ae a:hover,
.mpsa7ae button:hover{
  color: var(--theme-color);
}

.mpx22g5 .mpsa7ae a:hover{
  color: var(--theme-color-two);
}

.mpsa7ae a span,
.mpsa7ae button span{
  position: relative;
  padding-right: 27px;
}

.mpsa7ae a span:before,
.mpsa7ae button span:before{
  position: absolute;
  content: "\f101";
  font-family: 'flaticon';
  bottom: -3px;
  right: 0px;
  font-size: 20px;
  font-weight: 40;
  transition: all 500ms ease;
}

.mpsa7ae a:hover span:before,
.mpsa7ae button:hover span:before{
  transform: rotate(-45deg);
}

.mpv7ubr .owl-nav{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 50px;
}

.mpv7ubr .owl-nav button{
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.mpv7ubr .owl-nav .owl-prev{
  margin-right: 10px;
}

.mpv7ubr .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.mpv7ubr .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  visibility: hidden;
}

.mpv7ubr .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
  visibility: visible;
}


/** clients-section **/

.mplfd7l{
  position: relative;
}

.mplfd7l .mpefwia{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-radius: 5px;
  padding: 43px 50px 50px 50px;
  margin-top: -146px;
  z-index: 1;
}

.mplfd7l .mpdwgly{
  margin-bottom: 0px;
}

.mplfd7l .mpmtlah{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 28px;
  border-bottom: 1px solid #e8e8e8;
}

.mplfd7l .mp5zesn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mplfd7l .mp5zesn .mpj3u5v{
  position: relative;
  display: block;
  padding-top: 40px;
  min-height: 80px;
}

.mplfd7l .mp5zesn .mpj3u5v:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 100%;
  height: 3px;
  left: 0px;
  top: -2px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.mplfd7l .mp5zesn .mpj3u5v:hover:before{
  transform: scale(1,1);
}

.mplfd7l .mp5zesn .mpj3u5v img{
  position: relative;
  display: inline-block;
  filter: grayscale(100%);
  transition: all 500ms ease;
  max-width: 130px;
  object-fit: contain;
}

.mplfd7l .mp5zesn .mpj3u5v:hover img{
  filter: grayscale(0%);
}


/** pricing-section **/

.mp11bb2{
  position: relative;
  padding-bottom: 110px;
}

.mp11bb2 .mp50qv5{
  position: relative;
  padding-left: 336px;
  margin-bottom: 20px;
}

.mp11bb2 .mp50qv5 .mpox6p1{
  position: absolute;
  left: 0px;
  top: 0px;
}

.mp11bb2 .mp50qv5 .mpox6p1 li{
  position: relative;
  display: inline-block;
  float: left;
  width: 158px;
  margin-right: 10px;
  padding: 13px 15px 15px 15px;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.mp11bb2 .mp50qv5 .mpox6p1 li:last-child{
  margin: 0px !important;
}

.mp11bb2 .mp50qv5 .mpox6p1 li.mpg1uxu{
  background: #fff;
  border-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.mp11bb2 .mp50qv5 .mpox6p1 li h5{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #6e6e6e;
  font-weight: 700;
  padding-left: 26px;
  transition: all 500ms ease;
}

.mp11bb2 .mp50qv5 .mpox6p1 li.mpg1uxu h5{
  color: var(--secondary-color);
}

.mp11bb2 .mp50qv5 .mpox6p1 li h5:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: 0px;
  top: 6px;
}

.mp11bb2 .mp50qv5 .mpox6p1 li h5:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 4px;
  top: 10px;
  transition: all 500ms ease;
}

.mp11bb2 .mp50qv5 .mpox6p1 li.mpg1uxu h5:after{
  transform: scale(0,0);
}

.mp11bb2 .mpq0y5o .form-group{
  position: relative;
  margin: 0px;
} 

.mp11bb2 .mpq0y5o .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  font-size: 17px;
  color: var(--text-color);
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}

.mp11bb2 .mpq0y5o .form-group input:focus{
  border-color: var(--theme-color);
}

.mp11bb2 .mpq0y5o .form-group button[type='submit']{
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 18px;
  color: #6e6e6e;
  cursor: pointer;
  transition: all 500ms ease;
}

.mp11bb2 .mpq0y5o .form-group input:focus + button,
.mp11bb2 .mpq0y5o .form-group button:hover{
  color: var(--theme-color);
}

.mp11bb2 .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  box-shadow: 0px 10px 10px 0px #f0f0f0;
  background: #fff;
}

.mp11bb2 .mpe4l5z {
  min-width: 1170px;
  width: 100%;
}

.mp11bb2 .mpe4l5z thead{
  position: relative;
  background: var(--secondary-color);
}

.mp11bb2 .mpe4l5z thead th{
  padding: 19px 40px;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--title-font);
  color: #fff;
  font-weight: 600;
}

.mp11bb2 .mpe4l5z tr td{
  position: relative;
  padding: 0px 40px;
}

.mp11bb2 .mpe4l5z tr td .mpxq431{
  padding: 19px 0px;
}

.mp11bb2 .mpe4l5z tbody tr:nth-child(2n+1){
  background: #f4f4f4;
}

.mp11bb2 .mpe4l5z tr td .mpxq431 p{
  font-size: 14px;
  line-height: 26px;
  color: var(--secondary-color);
  font-weight: 600;
  text-transform: uppercase;
}

.mp11bb2 .mpe4l5z tr td .mpxq431 p i{
  position: relative;
  display: inline-block;
  margin: 0px 10px;
  color: #a8a9b3;
  font-size: 20px;
  top: 5px;
}

.mp11bb2 .mpe4l5z tr td{
  font-size: 15px;
  line-height: 26px;
}

.mp11bb2 .mpe4l5z tr td .mp84d6h{
  color: #e82e2e;
}

.mp11bb2 .mpe4l5z tr td .mp20f1k{
  color: #44aa20;
}

.mp11bb2 .mpe4l5z tr td a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #a8a9b3;
}

.mp11bb2 .mpe4l5z tr td a:hover{
  color: var(--theme-color);
}

.mp11bb2 .mpe4l5z tr td a:hover{
  transform: rotate(-45deg);
}

.mp11bb2 .mpsa7ae{
  margin-top: 41px;
}

.mp11bb2 .mpnb68w{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: calc(100% + 146px);
  background-size: cover;
  background-repeat: no-repeat;
}


/** tools-section **/

.mplhw81{
  position: relative;
  background: var(--secondary-color);
  padding: 120px 0px;
}

.mplhw81 .mp42bep{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 30px;
}

.mplhw81 .mp42bep:before{
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.mplhw81 .mp42bep:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.mplhw81 .mp42bep img{
  width: 100%;
  border-radius: 5px;
}

.mpvgjv4{
  max-width: 370px;
}

.mpvgjv4 .mpiyzvs{
  position: relative;
  display: block;
  background: #24283c;
  border: 1px solid #35394f;
  border-radius: 5px;
  padding: 50px 40px 40px 40px;
}

.mpvgjv4 .mpiyzvs .mpbljd6{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 31px;
}

.mpvgjv4 .mpiyzvs .mpbljd6 .mph62w7{
  position: relative;
  display: inline-block;
  padding-left: 12px;
}

.mpvgjv4 .mpiyzvs .mpbljd6 .mph62w7:before{
  position: absolute;
  content: '';
  background: #303449;
  width: 54px;
  height: 70px;
  left: -10px;
  top: -10px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.mpvgjv4 .mpiyzvs .mpmtlah{
  position: relative;
  display: block;
  padding-top: 17px;
  padding-bottom: 16px;
  border-top: 1px solid #35394f;
  border-bottom: 1px solid #35394f;
  margin-bottom: 36px;
}

.mpvgjv4 .mpiyzvs .mpmtlah h3{
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  max-width: 170px;
}

.mpvgjv4 .mpiyzvs .mpmtlah h3 a{
  display: inline-block;
  color: #fff;
}

.mpvgjv4 .mpiyzvs .mpmtlah h3 a:hover{
  color: var(--theme-color);
}

.mpvgjv4 .mpiyzvs .mpmtlah .mp1aexw{
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 30px;
  line-height: 40px;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--theme-color);
}

.mpvgjv4 .mpiyzvs .mpc8j1v{
  margin-bottom: 26px;
}

.mpvgjv4 .mpiyzvs .mpc8j1v p{
  color: #a8a9b3;
}

.mpvgjv4 .mpiyzvs .mpsa7ae a{
  color: #fff;
}

.mpvgjv4 .mpiyzvs .mpsa7ae a:hover{
  color: var(--theme-color);
}

.mplhw81 .mp2w1mf{
  position: relative;
  display: block;
}

.mplhw81 .mp2w1mf:before{
  position: absolute;
  content: '';
  background: #32364f;
  width: calc(100% - 78px);
  height: 1px;
  left: 0px;
  bottom: -50px;
}

.mplhw81 .owl-carousel .owl-stage-outer .owl-item{
  transform: scaleX(0);
  transform-origin: left;
  transition: all 500ms ease;
}

.mplhw81 .owl-carousel .owl-stage-outer .owl-item.active{
  transform: scaleX(1);
}

.mpvgjv4 .mpiyzvs .mpxr3jw{
  position: absolute;
  top: 30px;
  right: -100px;
  width: 100px;
  height: calc(100% - 60px);
  background: #303449;
  border: 1px solid #35394f;
  border-radius: 0px 5px 5px 0px;
  padding-top: 28px;
  padding-bottom: 40px;
  text-align: center;
  z-index: 2;
  transition: all 500ms ease;
}

.mpvgjv4 .mpiyzvs .mpxr3jw.mpq0d1n{
  right: -201px;
  width: 200px;
  background: #24283c;
  border-left: none;
  top: 61px;
  z-index: 1;
  border-bottom-left-radius: 0px;
  padding-left: 100px;
}

.mpvgjv4 .mpiyzvs .mpxr3jw .mp1aexw{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #a8a9b3;
  font-family: var(--title-font);
  font-weight: 600;
  margin-bottom: 32px;
  z-index: 1;
}

.mpvgjv4 .mpiyzvs .mpxr3jw.mpq0d1n:before{
  position: absolute;
  content: '';
  background: #35394f;
  width: 10px;
  height: 1px;
  left: -3px;
  bottom: -1px;
}

.mpvgjv4 .mpiyzvs .mpxr3jw h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #a8a9b3;
  font-weight: 700;
  writing-mode: vertical-lr;
  left: 34px;
}

.mplhw81 .owl-nav{
  position: absolute;
  right: -6px;
  bottom: -74px;
}

.mplhw81 .owl-nav button{
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: #fff;
  margin: 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.mplhw81 .owl-nav button.owl-prev{
  margin-right: 6px;
}

.mplhw81 .owl-nav button:hover{
  color: var(--theme-color);
}


/** working-section **/

.mpxy24o{
  position: relative;
}

.mpxy24o .mpr485x{
  position: relative;
  float: left;
  width: 25%;
}

.mpr485x .mpiyzvs{
  position: relative;
  display: block;
  width: 292px;
  height: 292px;
  border-radius: 50%;
  background: #f4f4f4;
  border: 1px solid #e9e9e9;
  overflow: hidden;
}

.mpr485x .mpiyzvs .mpp72cy{
  position: relative;
  padding-top: 40px;
}

.mpr485x .mpiyzvs .mpbljd6{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.mpr485x .mpiyzvs h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.mpr485x .mpiyzvs .mp1aexw{
  position: absolute;
  left: 50%;
  top: 230px;
  transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--title-font);
  color: var(--secondary-color);
  font-weight: 600;
  padding-top: 20px;
  transition: all 500ms ease;
}

.mpr485x .mpiyzvs:hover .mp1aexw{
  color: #fff;
  background: #303449;
}

.mpr485x .mpthj3a{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -26px;
  z-index: 1;
}

.mpr485x .mpthj3a a{
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 60px;
  background: #fff;
  border: 1px dashed #d8d8d8;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: var(--secondary-color);
}

.mpr485x .mpthj3a a:hover{
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.mpr485x .mpiyzvs .mp1mbn0{
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  background: var(--secondary-color);
  width: 100%;
  height: 100%;
  padding: 40px 40px 0px 40px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.mpr485x .mpiyzvs:hover .mp1mbn0{
  transform: scale(1,1);
}

.mpr485x .mpiyzvs .mp1mbn0 h4{
  color: #fff;
}

.mpr485x .mpiyzvs .mp1mbn0 p{
  color: #a8a9b3;
}

.mpxy24o .mpummlr p{
  margin-bottom: 20px;
}

.mpxy24o .mpummlr a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  color: var(--secondary-color);
  padding: 0px 0px 0px 36px;
}

.mpxy24o .mpummlr a:hover{
  color: var(--theme-color);
}

.mpxy24o .mpummlr a i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 26px;
  height: 26px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: var(--theme-color);
  border-radius: 50%;
}

.mpxy24o .mpummlr{
  margin-top: 50px;
}


/** chooseus-section **/

.mpq9af3{
  position: relative;
  background: var(--secondary-color);
  padding: 113px 0px 90px 0px;
}

.mpq9af3 .mpqmen8{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mpq9af3 .mpqmen8:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(27,30,49,1) 50%, rgba(27,30,49,0.05) 100%);
  top: 0px;
  right: 0px;
}

.mpw1e9v .mpiyzvs{
  position: relative;
  display: block;
  text-align: center;
  padding: 33px 30px 153px 30px;
  margin-bottom: 30px;
}

.mpw1e9v .mpiyzvs .mp81afv .mpch37c{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mpw1e9v{
  max-width: 370px;
  margin: 0 auto;
}

.mpw1e9v .mpiyzvs .mp81afv .mp07ctl{
  position: absolute;
  left: 29px;
  bottom: 0px;
  width: 312px;
  height: 121px;
  background-repeat: no-repeat;
  z-index: 1;
}

.mpw1e9v .mpiyzvs .mp81afv .mp8oejx{
  position: absolute;
  left: 30px;
  bottom: 0px;
  width: 340px;
  height: 120px;
  background-repeat: no-repeat;
  opacity: 0.15;
  filter: grayscale(100%);
  transition: all 500ms ease;
}

.mpw1e9v .mpiyzvs:hover .mp81afv .mp8oejx{
  filter: grayscale(0%);
  opacity: 1;
}

.mpw1e9v .mpiyzvs h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 9px;
}

.mpw1e9v .mpiyzvs h3 a{
  display: inline-block;
  color: var(--title-color);
}

.mpw1e9v .mpiyzvs h3 a:hover{
  color: var(--theme-color);
}

.mpw1e9v .mpiyzvs .mpbljd6{
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 2;
}

.mpw1e9v .mpiyzvs .mpbljd6 img{
  filter: grayscale(100%);
  transition: all 500ms ease;
}

.mpw1e9v .mpiyzvs:hover .mpbljd6 img{
  filter: grayscale(0%);
}


/** news-section **/

.mpvm5jx{
  position: relative;
}

.mpuzban .mpiyzvs{
  position: relative;
  display: block;
}

.mpuzban .mpiyzvs .mp42bep{
  position: relative;
  display: block;
}

.mpuzban .mpiyzvs .mp42bep .mpiu96g{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: var(--theme-color);
}

.mpuzban .mpiyzvs .mp42bep .mpiu96g img{
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.mpuzban .mpiyzvs:hover .mp42bep .mpiu96g img{
  opacity: 0.2;
  transform: scale(1.05);
}

.mpuzban .mpiyzvs .mp42bep .mpiu96g:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 70px;
  height: 100%;
  top: 0px;
  right: 0px;
  opacity: 0.95;
  z-index: 1;
  transition: all 500ms ease;
}

.mpuzban .mpiyzvs .mp42bep .mp6zl4d{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  width: 70px;
  height: 70px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  padding: 12px 0px;
  font-size: 20px;
  line-height: 20px;
  font-family: var(--title-font);
  color: var(--secondary-color);
  font-weight: 700;
  z-index: 2;
  transition: all 500ms ease;
}

.mpuzban .mpiyzvs .mpummlr{
  position: relative;
  display: block;
  padding-top: 23px;
}

.mpuzban .mpiyzvs .mpummlr h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 9px;
}

.mpuzban .mpiyzvs .mpummlr h3 a{
  display: inline-block;
  color: var(--title-color);
}

.mpuzban .mpiyzvs .mpummlr h3 a:hover{
  color: var(--theme-color);
}

.mpuzban .mpiyzvs .mpummlr p{
  position: relative;
  display: block;
  padding-bottom: 17px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e3e6e5;
}

.mpuzban .mpiyzvs .mpummlr .mpru44s{
  position: relative;
  display: block;
  padding-left: 60px;
}

.mpuzban .mpiyzvs .mpummlr .mpru44s .mp3lykm{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.mpuzban .mpiyzvs .mpummlr .mpru44s .mp3lykm img{
  width: 100%;
  border-radius: 50%;
}

.mpuzban .mpiyzvs .mpummlr .mpru44s h6{
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3px;
}

.mpuzban .mpiyzvs .mpummlr .mpru44s h6:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 12px;
  height: 9px;
  left: 0px;
  top: 3px;
  border-radius: 2px;
}

.mpuzban .mpiyzvs .mpummlr .mpru44s .mpepi2t li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-family: var(--title-font);
  font-weight: 600;
  color: #6e6e6e;
}

.mpuzban .mpiyzvs .mpummlr .mpru44s .mpepi2t li span{
  color: var(--secondary-color);
}

.mpuzban .mpiyzvs .mpummlr .mpru44s .mpepi2t li a{
  color: #6e6e6e;
}

.mpuzban .mpiyzvs .mpummlr .mpru44s .mpepi2t li a:hover{
  color: var(--secondary-color);
}


/** apps-section **/

.mp51cza{
  position: relative;
  padding: 120px 0px;
}

.mp51cza .mp42bep{
  position: relative;
  display: block;
  margin-right: 30px;
}

.mp51cza .mp42bep .mpiu96g{
  position: relative;
  display: block;
  border-radius: 5px;
}

.mp51cza .mp42bep .mpiu96g img{
  width: 100%;
  border-radius: 5px;
}

.mp51cza .mp42bep .mp8oixw{
  position: absolute;
  left: 25px;
  bottom: 25px;
  background: #fff;
  border-radius: 5px;
  width: 200px;
}

.mp51cza .mp42bep .mp8oixw .mpc8j1v{
  padding: 9px 25px 17px 25px;
}

.mp51cza .mp42bep .mp8oixw h2{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 1px;
}

.mp51cza .mp42bep .mp8oixw h2 span{
  font-size: 18px;
  position: relative;
  top: 7px;
}

.mp51cza .mp42bep .mp8oixw .mpwe5rx{
  position: relative;
  display: block;
  background: var(--theme-color);
  padding: 7px 25px 5px 25px;
  border-radius: 5px;
}

.mp51cza .mp42bep .mp8oixw .mpwe5rx li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  float: left;
  margin-right: 5px;
}

.mp51cza .mp42bep .mp8oixw .mpwe5rx li:last-child{
  margin: 0px;
}

.mp51cza .mp42bep .mp8oixw .mpwe5rx li:first-child{
  margin-right: 10px;
  top: -1px;
}

.mp51cza .mp2w1mf{
  position: relative;
  display: block;
  margin-top: -7px;
}

.mp51cza .mp2w1mf .mpdwgly{
  margin-bottom: 31px;
}

.mp51cza .mp2w1mf .mpc8j1v{
  margin-bottom: 34px;
}

.mp51cza .mp2w1mf .mpiyzvs{
  margin-bottom: 44px;
}

.mp51cza .mp2w1mf .mpiyzvs .mpne728{
  position: relative;
  display: block;
  padding: 0px 0px 0px 80px;
  margin-bottom: 36px;
}

.mp51cza .mp2w1mf .mpiyzvs .mpne728:last-child{
  margin-bottom: 0px;
}

.mp51cza .mp2w1mf .mpiyzvs .mpne728 .mpbljd6{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 8px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background: var(--theme-color);
  text-align: center;
  border-radius: 50%;
}

.mp51cza .mp2w1mf .mpiyzvs .mpne728 .mpbljd6:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 110px;
  height: 2px;
  top: 25px;
  right: 52px;
}

.mp51cza .mp2w1mf .mpiyzvs .mpne728 .mpbljd6:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 21px;
  right: 162px;
}

.mp51cza .mp2w1mf .mpiyzvs .mpne728 h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 6px;
}

.mp51cza .mpnb68w{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}


/** faq-section **/

.mpy58p7{
  position: relative;
}

.mpy58p7 .mpiyzvs{
  position: relative;
  display: block;
  max-width: 770px;
  margin: 0 auto;
}

.mphv0th .block .mp34tfg{
  position:relative;
  display:none;
}

.mphv0th .block .mp34tfg.current{
  display:block;  
}

.mpg1nto{
  position: relative;
  display: block;
  border-radius: 5px;
  border: 1px solid #f4f4f4;
  margin-bottom: 10px;
}

.mpg1nto:last-child{
  margin-bottom: 0px;
}

.mpg1nto.active-block{
  background: #f4f4f4;
}

.mpg1nto .mp3pwuh{
  position: relative;
  display: block;
  cursor: pointer;
  padding: 22px 60px 21px 110px;
}

.mpg1nto .mp3pwuh.active{
  padding-bottom: 0px;
}

.mpg1nto .mp3pwuh span{
  position: absolute;
  display: inline-block;
  left: 29px;
  top: 17px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #f4f4f4;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  font-family: var(--title-font);
  color: #6e6e6e;
  font-weight: 600;
}

.mpg1nto .mp3pwuh.active span{
  background: var(--theme-color);
  color: #fff;
}

.mpg1nto .mp3pwuh .mpbljd6{
  position: absolute;
  top: 28px;
  right: 30px;
  font-size: 20px;
  color: var(--secondary-color);
  font-weight: 700;
}

.mpg1nto .mp3pwuh.active .mpbljd6 i{
  opacity: 0;
}

.mpg1nto .mp3pwuh .mpbljd6:before{
  position: absolute;
  content: "\f105";
  font-family: 'flaticon';
  opacity: 0;
  font-weight: 400;
}

.mpg1nto .mp3pwuh.active .mpbljd6:before{
  opacity: 1;
}

.mpg1nto .mp3pwuh.active p{
  display: none;
}

.mpg1nto .mp3pwuh h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 6px;
}

.mpg1nto .mp34tfg{
  padding: 0px 60px 30px 110px;
}

.mpy58p7 .mpsa7ae{
  margin-top: 45px;
}


/** main-footer **/

.mpet1pk{
  position: relative;
  background: var(--secondary-color);
}

.mpet1pk .mp1xpsb{
  position: relative;
  padding: 112px 0px 103px 0px;
  border-bottom: 1px solid #32364f;
}

.mpet1pk .mpa1vzp{
  position: relative;
  display: block;
  padding-left: 17px;
  margin-bottom: 14px;
}

.mpet1pk .mpa1vzp:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 2px;
  height: 16px;
  left: 2px;
  top: 7px;
}

.mpet1pk .mpa1vzp:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 6px;
  height: 8px;
  left: 0px;
  top: 11px;
}

.mpet1pk h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}

.mpet1pk p,
.mpet1pk a{
  color: #a8a9b3;
  font-family: var(--text-font);
}

.mpet1pk a:hover{
  color: var(--theme-color);
}

.mpet1pk .mpkstte{
  margin-right: 30px;
}

.mpet1pk .mpkstte p{
  margin-bottom: 22px;
}

.mpet1pk .mpkstte form{
  margin-bottom: 33px;
}

.mpet1pk .mpkstte form .form-group{
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.mpet1pk .mpkstte form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 5px;
  font-size: 17px;
  color: #6e6e6e;
  padding: 10px 70px 10px 20px;
  border-bottom: 4px solid var(--theme-color);
}

.mpet1pk .mpkstte form .form-group  button[type='submit']{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--theme-color);
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.mpet1pk .mpkstte .mpdam9h h3{
  margin-bottom: 14px;
}

.mpet1pk .mp73dxi li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.mpet1pk .mp73dxi li:last-child{
  margin: 0px !important;
}

.mpet1pk .mp73dxi li a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #a8a9b3;
}

.mpet1pk .mp73dxi li a:hover{
  color: var(--theme-color);
}

.mpet1pk .mpybt05 .mp4yg1r li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.mpet1pk .mpahb7d .mpdam9h{
  position: relative;
  display: block;
  background: #24283c;
  border: 1px solid #35394f;
  border-radius: 5px;
  padding: 22px 29px 29px 29px;
  margin-top: 8px;
}

.mpet1pk .mpahb7d .mpdam9h h3{
  margin-bottom: 9px;
}

.mpet1pk .mpahb7d .mpdam9h p{
  margin-bottom: 22px;
}

.mpet1pk .mpahb7d .mpdam9h .mp6kifv{
  position: relative;
  display: block;
  background: #1b1e31;
  border-radius: 5px;
  padding: 22px 20px 22px 105px;
}

.mpet1pk .mpahb7d .mpdam9h .mp6kifv .mp4wo44{
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.mpet1pk .mpahb7d .mpdam9h .mp6kifv .mp4wo44:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--theme-color);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icons/icon-28.png);
  border-radius: 50%;
  top: 0px;
  right: -10px;
}

.mpet1pk .mpahb7d .mpdam9h .mp6kifv .mp4wo44 img{
  width: 100%;
  border-radius: 50%;
}

.mpet1pk .mpahb7d .mpdam9h .mp6kifv h5{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
}

.mpn99j4{
  position: relative;
  width: 100%;
  padding: 8px 0px;
}

.mpn99j4 .mpu2a02{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  text-align: center;
}

.mpn99j4 .mpu2a02 .mpile8c p span{
  color: var(--theme-color);
}

.mpn99j4 .mpu2a02 .mpile8c a{
  color: var(--theme-color);
}

.mpn99j4 .mpu2a02 .mpile8c a:hover{
  text-decoration: underline;
}

.mpn99j4 .mpktrx4{
  position: relative;
  top: 5px;
}

.mpn99j4 .mpktrx4 li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.mpn99j4 .mpktrx4 li:last-child{
  margin: 0px;
}

.mpn99j4 .mpktrx4 li a{
  position: relative;
  display: inline-block;
  font-size: 46px;
  color: #a8a9b3;
}

.mpn99j4 .mpktrx4 li a:hover{
  color: var(--theme-color);
}




/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/


/** header-style-two **/

.mpr5ye1{
  position: relative;
}

.mpr5ye1 .mp8a946{
  background: #fff;
}

.mp8a946 .mppy8jy{
  position: relative;
  display: flex;
  align-items: center;
}

.mpr5ye1 .mp8a946 .mpn56ym{
  margin-right: 60px;
}

.mpr5ye1 .mp8a946 .mpn56ym:before{
  position: absolute;
  content: '';
  background: #e6ebe9;
  width: 1px;
  height: 20px;
  top: 4px;
  right: -30px;
}

.mp8a946 .mp4yg1r li{
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.mp8a946 .mp4yg1r li:last-child{
  margin: 0px !important;
}

.mp8a946 .mp4yg1r li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #7b7c7b;
}

.mp8a946 .mp4yg1r li a:hover{
  color: var(--theme-color-two);
}

.mpr5ye1 .mp8a946 .mpn56ym .nice-select{
  color: #7b7c7b;
}

.mpr5ye1 .mph8m8s{
  position: relative;
  display: flex;
  align-items: center;
}

.mpr5ye1 .mph8m8s .mprqg2j{
  position: relative;
  display: block;
  padding-left: 26px;
  margin-right: 60px;
}

.mpr5ye1 .mph8m8s .mprqg2j:before{
  position: absolute;
  content: '';
  background: #e6ebe9;
  width: 1px;
  height: 20px;
  top: 4px;
  right: -30px;
}

.mpr5ye1 .mph8m8s .mprqg2j .mpbljd6{
  position: absolute;
  left: 0px;
  top: -3px;
}

.mpr5ye1 .mph8m8s .mprqg2j a{
  display: inline-block;
  font-size: 16px;
  font-family: var(--text-font);
  color: #7b7c7b;
}

.mpr5ye1 .mph8m8s .mprqg2j a:hover{
  color: var(--theme-color-two);
}

.mpr5ye1 .mph8m8s .mp73dxi li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.mpr5ye1 .mph8m8s .mp73dxi li:last-child{
  margin: 0px !important;
}

.mpr5ye1 .mph8m8s .mp73dxi li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: var(--text-font);
  color: #7b7c7b;
  padding-left: 29px;
}

.mpr5ye1 .mph8m8s .mp73dxi li a i{
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 24px;
  background: -webkit-linear-gradient(-90deg, #25b85d, #058b38 50%);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mpr5ye1 .mph8m8s .mp73dxi li a:hover{
  color: var(--theme-color-two);
}

.mpr5ye1 .mp8a946 .mpn56ym .mpbljd6{
  top: -1px;
}

.mpr5ye1 .mphg3c0{
  position: relative;
  width: 100%;
}

.mpr5ye1 .mphg3c0 .mphiok3{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: rgba(27, 29, 36, 0.90);
  border-radius: 30px 30px 0px 0px;
}

.mpr5ye1 .mptksnm .mp1ir6p > li.current > a, 
.mpr5ye1 .mptksnm .mp1ir6p > li:hover > a, 
.mpr5ye1 .mptksnm .mp1ir6p > li.current > a:before, 
.mpr5ye1 .mptksnm .mp1ir6p > li:hover > a:before{
  color: var(--theme-color-two);
}

.mpr5ye1 .mptksnm .mp1ir6p > li > a{
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.mpr5ye1 .mptksnm .mp1ir6p > li > a:before{
  top: 27px;
}

.mpr5ye1 .mp8a946 .mphiok3{
  padding-left: 300px;
}

.mpr5ye1 .mphg3c0 .mp6viz5{
  padding: 13px 30px 25px 30px;
  background: #fff;
  margin-top: -38px;
  border-radius: 5px;
}

.mpr5ye1 .mpfgkva .mp6viz5{
  padding: 19px 0px;
}

.mpr5ye1 .mpfgkva{
  background: #1b1d24;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mpr5ye1 .mptksnm .mp1ir6p > li > ul > li > a:hover, 
.mpr5ye1 .mptksnm .mp1ir6p > li > .mpigk9q li > a:hover{
  color: var(--theme-color-two);
}

.mpr5ye1 .mptksnm .mp1ir6p > li > ul > li > a:before,
.mpr5ye1 .mptksnm .mp1ir6p > li > ul > li > a:after{
  background: var(--theme-color-two);
}

.mpr5ye1 .mphe6js .mpzunbc{
  color: #fff;
}

.mpr5ye1 .mphe6js .mpzunbc:hover{
  color: var(--theme-color-two);
}

.mpr5ye1 .mphe6js .mpzunbc:before{
  background: #32343d;
}

.mpr5ye1 .mphe6js .mp5zesn .mpbljd6{
  background: #fff;
}

.mpr5ye1 .mphe6js .mp5zesn a,
.mpr5ye1 .mphe6js .mp5zesn a i{
  color: #fff;
}

.mpr5ye1 .mphe6js .mp5zesn a:hover,
.mpr5ye1 .mphe6js .mp5zesn a:hover i{
  color: var(--theme-color-two);
}

.mpr5ye1 .mphg3c0 .mptl0hg{
  padding-right: 0px;
}

.mpx22g5 .mpnbi52.mpq7awo{
  background: var(--theme-color-two);
}

.mpx22g5 .mpnbi52.mpq7awo:hover{
  background: #1b1d24;
}

.mpr5ye1 .mphg3c0 .mptl0hg .mpnbi52{
  padding: 25px 38px;
  border-radius: 0px 30px 0px 0px;
}

.mpr5ye1 .mptl0hg .mpnbi52:hover{
  background: #fff;
  color: var(--theme-color-two);
}

.mpr5ye1 .mptksnm .mp1ir6p > li > ul > li.dropdown:hover:after{
  color: var(--theme-color-two);
}

.mpr5ye1 .mptksnm .mp1ir6p > li > ul > li > ul > li > a:hover{
  color: var(--theme-color-two);
}

.mpr5ye1 .mptksnm .mp1ir6p > li > ul > li > ul > li > a:before,
.mpr5ye1 .mptksnm .mp1ir6p > li > ul > li > ul > li > a:after{
  background: var(--theme-color-two);
}


/** banner-style-two **/

.mptr0np{
  position: relative;
  background: #fff;
}

.mptr0np .mpr5i8c .mph7227{
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  padding: 260px 0px 210px 0px;
}

.mptr0np .mpr5i8c .mph7227:before{
  width: 100%;
  opacity: 1;
  background: -webkit-linear-gradient(90deg, rgba(27,29,36,1) 10%, rgba(27,29,36,0.40) 100%);
}

.mptr0np .mpr5i8c .mp2w1mf{
  max-width: 100%;
  padding: 0px;
}

.mpr5i8c .mp2w1mf .mpmiqto{
  position: relative;
  display: block;
  opacity: 0;
  margin-bottom: 15px;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.mpr5i8c .active .mp2w1mf .mpmiqto{
  opacity: 1;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.mpr5i8c .mp2w1mf .mpmiqto a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  padding-left: 36px;
}

.mpr5i8c .mp2w1mf .mpmiqto a i{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 26px;
  height: 26px;
  line-height: 30px;
  background: var(--theme-color-two);
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
}

.mpr5i8c .mp2w1mf .mpmiqto a:hover{
  color: var(--theme-color-two);
}

.mptr0np .mpr5i8c .mp2w1mf p{
  font-weight: 400;
  color: #fff;
}

.mptr0np .mpr5i8c .mp2w1mf .mpnbi52{
  padding: 18px 38px;
  background: -webkit-linear-gradient(0deg, #038735 0%, #26ba5e 100%);
}

.mptr0np .mpr5i8c .mp2w1mf .mpnbi52:hover{
  background: -webkit-linear-gradient(0deg, #1b1e31 0%, #1b1e31 100%);
}

.mptr0np .mpr5i8c .owl-nav{
  width: 100%;
  margin-top: -30px;
  right: 0px;
}

.mptr0np .mpr5i8c .owl-nav .owl-prev{
  left: 60px;
}

.mptr0np .mpr5i8c .owl-nav .owl-next{
  right: 60px;
}

.mptr0np .mpr5i8c .owl-nav button{
  display: inline-block;
  position: absolute;
  color: #fff;
  background: transparent;
  z-index: 1;
}

.mptr0np .mpr5i8c .owl-nav button:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
  transition: all 500ms ease;
}

.mptr0np .mpr5i8c .owl-nav button:hover:before{
  background: var(--theme-color-two);
  opacity: 1;
}

.mptr0np .mpnb68w{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 28px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}


/** funfact-section **/

.mp9ji2y{
  position: relative;
}

.mp9ji2y .mpiyzvs{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mpojx29{
  position: relative;
  width: 210px;
  padding: 19px 20px 117px 20px;
}

.mpojx29 .mp81afv .mpch37c{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 210px;
  height: 100%;
  background-repeat: no-repeat;
}

.mpojx29 .mp81afv .mp07ctl{
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 208px;
  height: 89px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.mpojx29:hover .mp81afv .mp07ctl{
  opacity: 0;
}

.mpojx29 .mp81afv .mp8oejx{
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 208px;
  height: 89px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.mpojx29:hover .mp81afv .mp8oejx{
  opacity: 1;
}

.mpojx29 .mpwr4mw{
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 50px;
  font-family: var(--title-font);
  color: #1b1d24;
  font-weight: 600;
  margin-bottom: 1px;
  min-height: 59px;
}

.mpojx29 .mpwr4mw .mp6uqg1{
  position: relative;
  right: 0px;
  bottom: -10px;
  font-size: 18px;
}

.mpojx29 p{
  display: block;
}

.mpojx29 .mpbljd6{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 26px;
}

.mp9ji2y .mpojx29:first-child,
.mp9ji2y .mpojx29:last-child{
  top: 60px;
}

.mp9ji2y .mpojx29:nth-child(2),
.mp9ji2y .mpojx29:nth-child(4){
  top: 30px;
}

.mp9ji2y .mp2qiv5{
  position: relative;
  display: inline-block;
  padding-left: 160px;
  text-align: left;
  margin-top: 88px;
}

.mp9ji2y .mp2qiv5 .mpru44s{
  position: absolute;
  left: 0px;
  top: 0px;
}

.mp9ji2y .mp2qiv5 .mpru44s:before{
  position: absolute;
  content: "\f10d";
  font-family: 'flaticon';
  font-size: 16px;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  top: 0px;
  right: -12px;
  z-index: 1;
}

.mpx22g5 .mp9ji2y .mp2qiv5 .mpru44s:before{
  background: var(--theme-color-two);
}

.mp9ji2y .mp2qiv5 .mpru44s li{
  position: relative;
  display: inline-block;
  float: left;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 4px solid #f5f8f7;
  margin-right: -12px;
}

.mp9ji2y .mp2qiv5 .mpru44s li img{
  width: 100%;
  border-radius: 50%;
}

.mp9ji2y .mp2qiv5 h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.mpy9q18{
  background-color: #1b1d24;
}


/** pricing-style-two **/

.mptzmmg{
  position: relative;
  padding-bottom: 112px;
}

.mptzmmg .mpnb68w{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mptzmmg .mpmtlah{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.mptzmmg .mpdwgly{
  margin-bottom: 0px;
}

.mptzmmg .mp460l2{
  position: relative;
  padding: 2px 0px 2px 86px;
}

.mptzmmg .mp460l2 .mpeevq2{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.mptzmmg .mp460l2 .mpeevq2:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--theme-color-two);
  background-image: url(../images/icons/icon-28.png);
  border-radius: 50%;
  top: 0px;
  right: -10px;
}

.mptzmmg .mp460l2 .mpeevq2 img{
  width: 100%;
  border-radius: 50%;
}

.mptzmmg .mp460l2 .mpsa7ae a{
  color: #fff;
}

.mpx22g5 .mptzmmg .mp460l2 .mpsa7ae a:hover{
  color: var(--theme-color-two);
}

.mplyb0y .mpiyzvs{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: #31333c;
}

.mplyb0y .mpiyzvs .mp73q20{
  position: relative;
  padding: 12px 25px;
}

.mplyb0y .mpiyzvs .mp73q20:before{
  position: absolute;
  content: '';
  left: 50%;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #464852;
}

.mplyb0y .mpiyzvs .mp73q20:after{
  position: absolute;
  content: "\f104";
  font-family: 'flaticon';
  background: #31333c;
  width: 36px;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
  border: 1px solid #464852;
  color: #a8aaaf;
  border-radius: 20px;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.mplyb0y .mpiyzvs .mp73q20 .mpqvq1z{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mplyb0y .mpiyzvs .mp73q20 .mpqvq1z li{
  position: relative;
  display: inline-block;
  padding-left: 36px;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}

.mplyb0y .mpiyzvs .mp73q20 .mpqvq1z li img{
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
}

.mplyb0y .mpiyzvs .mp2w1mf{
  position: relative;
  display: block;
  overflow: hidden;
  background: #292b33;
  border-radius: 5px;
  padding: 18px 25px;
}

.mplyb0y .mpiyzvs .mp2w1mf .mpqvq1z li{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: #a8aaaf;
}

.mplyb0y .mpiyzvs .mp2w1mf .mpqvq1z li span{
  float: right;
}

.mplyb0y .mpiyzvs .mp2w1mf .mpqvq1z li:last-child span{
  float: none;
}

.mplyb0y .mpiyzvs .mp2w1mf .mpqvq1z li .mp20f1k{
  color: #26ba5e;
}

.mplyb0y .mpiyzvs .mp2w1mf .mpqvq1z .mp84d6h{
  color: #d83730;
}

.mplyb0y .mpiyzvs .mp2w1mf .mpqvq1z .mpd70p5{
  color: #ed912e;
}

.mplyb0y .mpiyzvs .mp2w1mf .mpqvq1z li a{
  position: absolute;
  top: 11px;
  right: 0px;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 2px 14px;
  border: 1px solid var(--theme-color-two);
  border-radius: 4px;
  z-index: 1;
}

.mplyb0y .mpiyzvs .mp2w1mf .mpqvq1z li a:hover{
  background: var(--theme-color-two);
}

.mplyb0y .mpiyzvs .mpe4hwo{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  min-height: 72px;
}

.mptzmmg .mpsa7ae.centred{
  position: relative;
  display: block;
  margin-top: 41px;
}

.mptzmmg .mpsa7ae a{
  color: #fff;
}

.mpx22g5 .mptzmmg .mpsa7ae a:hover{
  color: var(--theme-color-two);
}


/** account-style-two **/

.mpms65z{
  position: relative;
  background: #f5f8f7;
}

.mp6cvcp .mpiyzvs{
  position: relative;
  display: block;
  background: #f5f8f7;
  border: 1px solid #dbdfdd;
  border-radius: 5px;
  overflow: hidden;
}

.mp6cvcp .mpiyzvs .mp1ztep{
  position: relative;
  display: block;
  padding: 31px 30px 153px 30px;
}

.mp6cvcp .mpiyzvs .mp1ztep h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 4px;
}

.mp6cvcp .mpiyzvs .mp1ztep .mpbljd6{
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}

.mp6cvcp{
  position: relative;
  max-width: 370px;
  margin: 0 auto;
  margin-top: 40px;
}

.mp6cvcp .mpiyzvs .mp1ztep .mp81afv{
  position: absolute;
  left: -1px;
  bottom: 1px;
  width: 370px;
  height: 248px;
  background-repeat: no-repeat;
}

.mp6cvcp .mpiyzvs .mp2w1mf .mpqvq1z li{
  position: relative;
  display: block;
  font-size: 17px;
  color: #1b1d24;
  padding: 13px 25px;
  background: #e7ecea;
}

.mp6cvcp .mpiyzvs .mp2w1mf .mpqvq1z li:nth-child(2n+1){
  background: #f5f8f7;
}

.mp6cvcp .mpiyzvs .mp2w1mf .mpqvq1z li span{
  float: right;
  color: #7b7c7b;
}

.mp6cvcp .mpiyzvs .mp2qiv5{
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #dbdfdd;
}

.mp6cvcp .mpiyzvs .mp2qiv5 .mpsa7ae a{
  position: relative;
  display: inline-block;
  color: #fff;
  background: #1b1d24;
  padding: 14px 21px;
}

.mp6cvcp .mpiyzvs .mp2qiv5 .mpsa7ae a:hover{
  background: var(--theme-color);
}

.mpx22g5 .mp6cvcp .mpiyzvs .mp2qiv5 .mpsa7ae a:hover{
  background: var(--theme-color-two);
}

.mp6cvcp .mpiyzvs .mp2qiv5 .mp41vgi a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: #1b1d24;
  font-weight: 600;
}

.mp6cvcp .mpiyzvs .mp2qiv5 .mp41vgi a:hover{
  color: var(--theme-color);
}

.mpx22g5 .mp6cvcp .mpiyzvs .mp2qiv5 .mp41vgi a:hover{
  color: var(--theme-color-two);
}

.mp6cvcp .mpiyzvs .mp2qiv5 .mp41vgi{
  padding: 0px 24px;
}

.mp6cvcp .mpu5wtm{
  position: absolute;
  left: 0px;
  top: -40px;
  width: 100%;
  border: 1px solid #dbdfdd;
  border-radius: 5px 5px 0px 0px;
  border-bottom: none;
  padding: 5.5px 15px;
  padding-bottom: 8px;
  text-align: center;
}

.mp6cvcp .mpu5wtm h6{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #7b7c7b;
  padding-left: 26px;
}

.mp6cvcp .mpu5wtm h6:before{
  position: absolute;
  content: "\f10d";
  font-family: 'flaticon';
  font-size: 18px;
  left: 0px;
  top: 0px;
  background: -webkit-linear-gradient(-90deg, #25b85d, #058b38 100%);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/** platform-section **/

.mpea3dc{
  position: relative;
}

.mpea3dc .mp2w1mf{
  position: relative;
  display: block;
}

.mpea3dc .mp2w1mf .mpdwgly{
  margin-bottom: 31px;
}

.mpea3dc .mp2w1mf .mpc8j1v{
  margin-bottom: 35px;
}

.mpea3dc .mp2w1mf .mpqvq1z li{
  position: relative;
  display: block;
  margin-bottom: 14px;
  padding-left: 20px;
}

.mpea3dc .mp2w1mf .mpqvq1z li:last-child{
  margin-bottom: 0px;
}

.mpea3dc .mp2w1mf .mpqvq1z li:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 2px;
  height: 14px;
  left: 2px;
  top: 8px;
}

.mpx22g5 .mpea3dc .mp2w1mf .mpqvq1z li:before{
  background: var(--theme-color-two);
}

.mpea3dc .mp2w1mf .mpqvq1z li:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 6px;
  height: 8px;
  left: 0px;
  top: 11px;
}

.mpx22g5 .mpea3dc .mp2w1mf .mpqvq1z li:after{
  background: var(--theme-color-two);
}

.mpea3dc .mp2w1mf .mpqvq1z li h4{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding-right: 26px;
}

.mpea3dc .mp2w1mf .mpqvq1z li h4 span{
  position: absolute;
  top: -13px;
  right: 0px;
  color: var(--theme-color);
}

.mpx22g5 .mpea3dc .mp2w1mf .mpqvq1z li h4 span{
  color: var(--theme-color-two);
}

.mpea3dc .mp2w1mf .mp2qiv5{
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 42px;
}

.mpea3dc .mp2w1mf .mp2qiv5 .mpnbi52{
  background: #1b1d24;
  padding: 15px 37px;
}

.mpea3dc .mp2w1mf .mp2qiv5 .mpnbi52:hover{
  background: var(--theme-color);
}

.mpx22g5 .mpea3dc .mp2w1mf .mp2qiv5 .mpnbi52:hover{
  background: var(--theme-color-two);
}

.mpea3dc .mp2w1mf .mp2qiv5 .mpzrx25{
  margin-right: 30px;
}

.mpea3dc .mp2w1mf .mpr4hw0 li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.mpea3dc .mp2w1mf .mpr4hw0 li:last-child{
  margin: 0px !important;
}

.mpea3dc .mp2w1mf .mpr4hw0 li a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #abaeab;
  border: 1px solid #e7ebea;
  border-radius: 50%;
  text-align: center;
}

.mpea3dc .mp2w1mf .mpr4hw0 li a:hover{
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.mpx22g5 .mpea3dc .mp2w1mf .mpr4hw0 li a:hover{
  background: var(--theme-color-two);
  border-color: var(--theme-color-two);
}

.mpea3dc .mp42bep{
  position: relative;
  display: block;
}

.mpea3dc .mp42bep img{
  position: relative;
  width: 100%;
}

.mpea3dc .mp42bep .mpitjw8 .mpch37c{
  position: absolute;
  left: 0px;
  top: -88px;
  width: 570px;
  height: 570px;
  background: #f5f8f7;
  border-radius: 50%;
}

.mpea3dc .mp42bep .mpitjw8 .mp07ctl{
  position: absolute;
  left: 0px;
  top: -88px;
  width: 570px;
  height: 570px;
  border-radius: 50%;
  background-repeat: no-repeat;
}

.mp9bl3k {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


/** chooseus-style-two **/

.mp4sd75{
  position: relative;
  background: #1b1d24;
}

.mp4sd75 .mpn34ls{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.mp4sd75 .mpiyzvs{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mp4sd75 .mpiyzvs .mppy8jy,
.mp4sd75 .mpiyzvs .mph8m8s{
  max-width: 310px;
}

.mp4sd75 .mpne728{
  position: relative;
  display: block;
  margin-bottom: 63px;
}

.mp4sd75 .mpne728:last-child{
  margin-bottom: 0px;
}

.mp4sd75 .mpne728 .mpbljd6{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #292b33;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.mp4sd75 .mpne728:first-child .mpbljd6{
  margin-bottom: 23px;
}

.mp4sd75 .mpne728:last-child .mpbljd6{
  margin-top: 23px;
}

.mp4sd75 .mpne728 .mpbljd6:before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-15.png);
  width: 56px;
  height: 59px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.mp4sd75 .mpne728:hover .mpbljd6:before{
  opacity: 0;
}

.mp4sd75 .mpne728 .mpbljd6 img{
  position: relative;
}

.mp4sd75 .mpne728 .mpbljd6:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  transition: all 500ms ease;
}

.mpx22g5 .mp4sd75 .mpne728 .mpbljd6:after{
  background: -webkit-linear-gradient(-90deg, #038735, #26ba5e 100%);
}

.mpxrp6h .mp4sd75 .mpne728 .mpbljd6:after{
  background: -webkit-linear-gradient(-90deg, #89103d, #ce193c 100%);
}

.mp4sd75 .mpne728:hover .mpbljd6:after{
  opacity: 1;
}

.mp4sd75 .mpne728 .mpbljd6 .mpiu96g{
  position: relative;
  z-index: 1;
}

.mp4sd75 .mpne728 h3{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 9px;
}

.mp4sd75 .mppy8jy .mpne728 h3{
  padding-right: 30px;
}

.mp4sd75 .mph8m8s .mpne728 h3{
  padding-left: 30px;
}

.mp4sd75 .mpne728 h3 span{
  position: absolute;
  top: -13px;
}

.mpx22g5 .mp4sd75 .mpne728 h3 span{
  color: var(--theme-color-two);
}

.mpxrp6h .mp4sd75 .mpne728 h3 span{
  color: var(--theme-color-three);
}

.mp4sd75 .mppy8jy .mpne728 h3 span{
  right: 0px;
}

.mp4sd75 .mph8m8s .mpne728 h3 span{
  left: 0px;
}

.mp4sd75 .mpne728 p{
  color: #a8aaaf;
}

.mp4sd75 .mpne728 .mp81afv{
  position: absolute;
  width: 165px;
  height: 59px;
  background-repeat: no-repeat;
}

.mp4sd75 .mppy8jy .mpne728 .mp81afv{
  left: 170px;
}

.mp4sd75 .mpne728:first-child .mp81afv{
  top: 34px;
}

.mp4sd75 .mpne728:last-child .mp81afv{
  bottom: 38px;
}

.mp4sd75 .mph8m8s .mpne728 .mp81afv{
  right: 170px;
}

.mp4sd75 .mpne728 .mp81afv:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #31333c;
  border-radius: 50%;
}

.mp4sd75 .mppy8jy .mpne728:first-child .mp81afv:before{
  right: -36px;
  bottom: -28px;
}

.mp4sd75 .mpne728 .mp81afv:after{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background: #31333c;
  border-radius: 50%;
}

.mp4sd75 .mppy8jy .mpne728:first-child .mp81afv:after{
  right: -29px;
  bottom: -21px;
}

.mp4sd75 .mppy8jy .mpne728:last-child .mp81afv:before{
  right: -36px;
  top: -28px;
}

.mp4sd75 .mppy8jy .mpne728:last-child .mp81afv:after{
  right: -29px;
  top: -21px;
}

.mp4sd75 .mph8m8s{
  text-align: right;
}

.mp4sd75 .mph8m8s .mpne728:first-child .mp81afv:before {
  left: -36px;
  bottom: -28px;
}

.mp4sd75 .mph8m8s .mpne728:first-child .mp81afv:after {
  left: -29px;
  bottom: -21px;
}

.mp4sd75 .mph8m8s .mpne728:last-child .mp81afv:before {
  left: -36px;
  top: -28px;
}

.mp4sd75 .mph8m8s .mpne728:last-child .mp81afv:after {
  left: -29px;
  top: -21px;
}

.mp4sd75 .mpdwgly{
  margin-bottom: 90px;
}

.mp4sd75 .mpnb68w{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center;
}


/** news-style-two **/

.mpxbhsf{
  position: relative;
}

.mpxbhsf .mpdwgly .mpsa7ae{
  position: absolute;
  right: 0px;
  bottom: 3px;
  z-index: 1;
}

.mpuzban .mpiyzvs .mpummlr h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mpuzban .mpiyzvs .mpummlr h4 a{
  display: inline-block;
  color: var(--secondary-color);
}

.mpx22g5 .mpuzban .mpiyzvs .mpummlr h4 a:hover{
  color: var(--theme-color-two);
}

.mpx22g5 .mpxbhsf .mpuzban .mpiyzvs .mp42bep .mpiu96g{
  background: var(--theme-color-two);
}

.mpxbhsf .mpuzban .mpiyzvs .mpummlr .mpru44s{
  padding-left: 0px;
}

.mpxbhsf .mpuzban .mpiyzvs .mpummlr .mpru44s .mpepi2t li span{
  margin-right: 3px;
}

.mpxbhsf .mpuzban .mpiyzvs .mpummlr .mpru44s .mpepi2t li span{
  color: var(--theme-color);
}

.mpx22g5 .mpxbhsf .mpuzban .mpiyzvs .mpummlr .mpru44s .mpepi2t li span{
  color: var(--theme-color-two);
}

.mpx22g5 .mpuzban .mpiyzvs .mpummlr .mpru44s h6:before{
  background: var(--theme-color-two);
}


/** testimonial-section **/

.mpmnq1f{
  position: relative;
  background: #f5f8f7;
  padding: 112px 0px;
}

.mpmnq1f .mpqdxs9{
  position: relative;
  display: block;
  padding-left: 300px;
  max-width: 870px;
  margin-bottom: 40px;
}

.mpmnq1f .mpqdxs9:last-child{
  margin-bottom: 0px;
  margin-left: 200px;
  padding-left: 200px;
  max-width: 100%;
}

.mpmnq1f .mpqdxs9:first-child{
  padding-left: 300px;
}

.mpmnq1f .mpqdxs9:last-child{
  padding-right: 300px;
}

.mpmnq1f .mpqdxs9:first-child .mp42bep{
  position: absolute;
  left: 0px;
  top: -92px;
}

.mpmnq1f .mpqdxs9:last-child .mp42bep{
  position: absolute;
  right: 0px;
  top: -206px;
}

.mpmnq1f .mpqdxs9 .mp2w1mf{
  position: relative;
  display: block;
  width: 370px;
  background: #f5f8f7;
  border: 1px solid #dbdfdd;
  border-radius: 5px;
  padding: 25px 20px 21px 30px;
}

.mpmnq1f .mpqdxs9 .mp2w1mf h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 37px;
}

.mpmnq1f .mpqdxs9 .mp2w1mf h3 img{
  position: absolute;
  left: 0px;
  top: 4px;
}

.mpmnq1f .mpqdxs9 .mp2w1mf p{
  margin-bottom: 20px;
}

.mpmnq1f .mpqdxs9 .mp2w1mf .mpwe5rx li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 18px;
  margin-right: 5px;
}

.mpx22g5 .mpmnq1f .mpqdxs9 .mp2w1mf .mpwe5rx li{
  color: var(--theme-color-two);
}

.mpmnq1f .mpqdxs9 .mp2w1mf .mpwe5rx li span{
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #1b1d24;
  font-weight: 500;
  padding-left: 5px;
  top: -5px;
}

.mpmnq1f .mpqdxs9 .mp2w1mf .mpnv1q1{
  position: relative;
  display: block;
}

.mpmnq1f .mpqdxs9:first-child .mpru44s{
  position: absolute;
  top: 30px;
  right: 27px;
}

.mpmnq1f .mpqdxs9 .mpru44s .mpeevq2{
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 18px;
}

.mpmnq1f .mpqdxs9 .mpru44s .mpeevq2 img{
  width: 100%;
  border-radius: 50%;
}

.mpmnq1f .mpqdxs9 .mpru44s h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.mpmnq1f .mpqdxs9 .mpru44s .mpkykdu{
  position: relative;
  display: block;
}

.mpx22g5 .mpmnq1f .mpqdxs9 .mpru44s .mpkykdu{
  color: var(--theme-color-two);
}

.mpmnq1f .mpqdxs9:last-child .mpru44s{
  position: absolute;
  left: 0px;
  bottom: 25px;
  text-align: right;
}


.mpmnq1f .mpqdxs9:first-child .mp2w1mf:before{
  position: absolute;
  content: '';
  background: #f5f8f7;
  width: 20px;
  height: 20px;
  top: 44px;
  right: -10px;
  transform: rotate(45deg);
  box-shadow: 1px -1px 0px 0px #dbdfdd;
}

.mpmnq1f .mpqdxs9:last-child .mp2w1mf:before{
  position: absolute;
  content: '';
  background: #f5f8f7;
  width: 20px;
  height: 20px;
  bottom: 40px;
  left: -10px;
  transform: rotate(45deg);
  box-shadow: -1px 1px 0px 0px #dbdfdd;
}

.mpmnq1f .mpsa7ae{
  position: relative;
  display: block;
  margin-top: 42px;
}


/** location-section **/

.mphjk0l{
  position: relative;
}

.mphjk0l .mp2w1mf{
  position: relative;
  display: block;
}

.mphjk0l .mp2w1mf .mpnbi52{
  background: #1b1d24;
  padding: 15px 37px;
}

.mpx22g5 .mphjk0l .mp2w1mf .mpnbi52:hover{
  background: var(--theme-color-two);
}

.mphjk0l .mp2w1mf .mpdwgly{
  margin-bottom: 21px;
}

.mphjk0l .mp2w1mf p{
  margin-bottom: 32px;
}

.mphjk0l .mpbqehj{
  position: relative;
  min-height: 376px;
}

.mphjk0l .mpbqehj .mpsfiwn{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mphjk0l .mpbqehj .mp4pg17{
  position: absolute;
}

.mphjk0l .mpbqehj .mp4pg17:first-child{
  left: 135px;
  top: 75px;
}

.mphjk0l .mpbqehj .mp4pg17:nth-child(2){
  left: 200px;
  bottom: 100px;
}

.mphjk0l .mpbqehj .mp4pg17:nth-child(3){
  top: 25px;
  right: 270px;
}

.mphjk0l .mpbqehj .mp4pg17:nth-child(4){
  top: 115px;
  right: 200px;
}

.mphjk0l .mpbqehj .mp4pg17:last-child{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.mphjk0l .mp1ztep{
  margin-bottom: 60px;
}

.mphjk0l .mp2qiv5 .form-inner .form-group{
  position: relative;
  margin-bottom: 0px;
}

.mphjk0l .mp2qiv5 .form-inner .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  border: 1px solid #e6ebe9;
  border-radius: 5px;
  font-size: 18px;
  font-family: var(--title-font);
  color: #1b1d24;
  font-weight: 600;
  padding: 10px 85px;
  transition: all 500ms ease;
}

.mpx22g5 .mphjk0l .mp2qiv5 .form-inner .form-group input:focus{
  border-color: var(--theme-color-two);
}

.mphjk0l .mp2qiv5 .form-inner .form-group .mph62w7{
  position: absolute;
  left: 30px;
  top: 24px;
  z-index: 1;
}

.mphjk0l .mp2qiv5 .form-inner .form-group button[type='submit']{
  position: absolute;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 52px;
  background: #f5f8f7;
  font-size: 30px;
  color: #1b1d24;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  top: 18px;
  right: 30px;
  transition: all 500ms ease;
}

.mphjk0l .mp2qiv5 .form-inner .form-group input:focus + button[type='submit'],
.mphjk0l .mp2qiv5 .form-inner .form-group button[type='submit']:hover{
  color: #fff;
}

.mpx22g5 .mphjk0l .mp2qiv5 .form-inner .form-group input:focus + button[type='submit'],
.mpx22g5 .mphjk0l .mp2qiv5 .form-inner .form-group button[type='submit']:hover{
  background: var(--theme-color-two);
}

.mphjk0l .mp2qiv5 .mpwwz3v button,
.mphjk0l .mp2qiv5 .mpwwz3v a{
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--title-font);
  color: #7b7c7b;
  font-weight: 600;
  border: 1px solid #e6ebe9;
  border-radius: 5px;
  padding: 25px 30px;
  cursor: pointer;
  text-align: center;
  transition: all 500ms ease;
}

.mphjk0l .mp2qiv5 .mpwwz3v button:hover,
.mphjk0l .mp2qiv5 .mpwwz3v a:hover{
  color: #fff;
}

.mpx22g5 .mphjk0l .mp2qiv5 .mpwwz3v button:hover,
.mpx22g5 .mphjk0l .mp2qiv5 .mpwwz3v a:hover{
  background: var(--theme-color-two);
  border-color: var(--theme-color-two);
}


/** clients-style-two **/

.mpjvsel{
  position: relative;
  padding: 112px 0px;
  background: #f5f8f7;
}

.mpjvsel .mpwmwfa li{
  position: relative;
  display: block;
  float: left;
  width: 25%;
}

.mpjvsel .mpwmwfa li .mp5zesn{
  position: relative;
  padding: 37px 0px;
  border-right: 1px solid #dbdfdd;
}

.mpjvsel .mpwmwfa li:nth-child(4) .mp5zesn,
.mpjvsel .mpwmwfa li:last-child .mp5zesn{
  border-right: none;
}

.mpjvsel .mpwmwfa{
  position: relative;
}

.mpjvsel .mpwmwfa:before{
  position: absolute;
  content: '';
  background: #dbdfdd;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 50%;
}

.mpjvsel .mpwmwfa li .mp5zesn img{
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  transition: all 500ms ease;
}

.mpjvsel .mpwmwfa li .mp5zesn img:hover{
  transform: scale(1.05);
}

.mpjvsel .mpsa7ae{
  margin-top: 41px;
}


/** awards-section **/

.mpx0vk9{
  position: relative;
  padding: 110px 0px 130px 0px;
}

.mpx0vk9 .mpuzebn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.mphekj4 .mpiyzvs{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: #1b1d24;
  padding: 40px 40px 32px 40px;
}

.mphekj4 .mpiyzvs .mpbljd6{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.mphekj4 .mpiyzvs h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 19px;
  padding-bottom: 32px;
}

.mphekj4 .mpiyzvs h3:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.mpx22g5 .mphekj4 .mpiyzvs h3:before{
  background: var(--theme-color-two);
}

.mphekj4 .mpiyzvs p{
  color: #a8aaaf;
}

.mphekj4 .mpiyzvs .mp81afv{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 205px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mpx0vk9 .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.mpx0vk9 .owl-dots button span{
  display: none !important;
}

.mpx0vk9 .owl-dots button{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  color: #abaeab;
  font-weight: 600;
  margin: 0px 20px;
  margin-left: 15px;
}

.mpx0vk9 .owl-dots button:before{
  position: absolute;
}

.mpx0vk9 .owl-dots button:first-child:before{
  content: '1';
}

.mpx0vk9 .owl-dots button:nth-child(2):before{
  content: '2';
}

.mpx0vk9 .owl-dots button:nth-child(3):before{
  content: '3';
}

.mpx0vk9 .owl-dots button:nth-child(4):before{
  content: '4';
}

.mpx0vk9 .owl-dots button:nth-child(5):before{
  content: '5';
}

.mpx0vk9 .owl-dots button:last-child(6):before{
  content: '6';
}

.mpx0vk9 .owl-dots button.active{
  color: #1b1d24;
}

.mpx0vk9 .owl-dots button:after{
  position: absolute;
  content: '';
  background: #abaeab;
  width: 6px;
  height: 1px;
  left: -17px;
  top: 17px;
}

.mpx0vk9 .owl-dots button:first-child:after{
  display: none;
}

.mpx0vk9 .owl-nav{
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  width: 205px;
  margin: 0 auto;
}

.mpx0vk9 .owl-nav button{
  position: absolute;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  color: #1b1d24;
  transition: all 500ms ease;
}

.mpx0vk9 .owl-nav button.owl-prev{
  left: 0px;
}

.mpx0vk9 .owl-nav button.owl-next{
  right: 0px;
}

.mpx22g5 .mpx0vk9 .owl-nav button:hover{
  color: var(--theme-color-two);
}


/** cta-section **/

.mp3wje9{
  position: relative;
  padding: 180px 0px 120px 0px;
}

.mp3wje9 h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 10px;
}

.mp3wje9 p{
  margin-bottom: 31px;
}

.mp3wje9 .mpnbi52{
  background: #1b1d24;
  padding: 15px 37px;
}

.mpx22g5 .mp3wje9 .mpnbi52:hover{
  background: var(--theme-color-two);
}

.mp3wje9 .mpnbi52:hover{
  background: var(--theme-color);
}

.mp3wje9 .mpnb68w{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 380px;
  background-size: cover;
  background-repeat: repeat-x;
}

.mp3wje9 .mphk7tk{
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  font-size: 250px;
  line-height: 200px;
  font-family: var(--title-font);
  color: #f5f8f7;
  font-weight: 700;
  text-transform: capitalize;
}


/** footer-style-two **/

.mptx68w{
  position: relative;
}

.mptx68w .mp1xpsb{
  background: #1b1d24;
  padding: 113px 0px 111px 0px;
  border-radius: 0px 0px 20px 20px;
}

.mptx68w .mp814hb{
  margin-top: 7px;
}

.mptx68w .mp814hb .mp7ocv0{
  margin-bottom: 27px;
}

.mptx68w .mp814hb .mpckuoi{
  position: relative;
  display: block;
  padding-bottom: 21px;
  margin-bottom: 23px;
}

.mptx68w .mp814hb .mpckuoi:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  left: 0px;
  bottom: 0px;
  border-radius: 5px;
}

.mpx22g5 .mptx68w .mp814hb .mpckuoi:before{
  border-bottom: 5px solid var(--theme-color-two);
}

.mptx68w .mp814hb .mpc8j1v p{
  color: #a8aaaf;
}

.mptx68w .mp814hb .mpckuoi h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
}

.mptx68w .mp814hb .mpckuoi h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
}

.mptx68w .mp814hb .mpckuoi .mpsa7ae{
  position: absolute;
  right: 0px;
  bottom: 17px;
}

.mptx68w .mp814hb .mpckuoi .mpsa7ae a{
  color: #fff;
}

.mpx22g5 .mptx68w .mp814hb .mpckuoi .mpsa7ae a:hover{
  color: var(--theme-color-two);
}

.mptx68w .mpa1vzp{
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.mptx68w .mpa1vzp h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}

.mptx68w .mpybt05 .mp4yg1r li{
  position: relative;
  display: block;
  margin-bottom: 9px;
}

.mptx68w .mpybt05 .mp4yg1r li:last-child{
  margin-bottom: 0px;
}

.mptx68w .mpybt05 .mp4yg1r li a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #a8aaaf;
}

.mpx22g5 .mptx68w .mpybt05 .mp4yg1r li a:hover{
  color: var(--theme-color-two);
}

.mp0gd42{
  margin-left: 60px;
}

.mpbglya{
  margin-left: 15px;
}

.mp1l8ih{
  margin-left: 80px;
}

.mptx68w .mp52cvv{
  position: relative;
}

.mptx68w .mp52cvv:before{
  position: absolute;
  content: '';
  background: #32343d;
  width: 1px;
  height: calc(100% - 8px);
  top: 7px;
  right: -15px;
  min-height: 259px;
}

.mptx68w .mp52cvv:last-child:before{
  display: none;
}

.mptx68w .mp52cvv:nth-child(2):before{
  right: 30px;
}


/** footer-bottom-two **/

.mpjvogp{
  position: relative;
  padding: 21px 0px;
}

.mpjvogp .mpu2a02{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mpjvogp .mpu2a02 .mp5jmpj h5{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 24px;
  padding-left: 65px;
}

.mpjvogp .mpu2a02 .mp5jmpj h5 a{
  color: #1b1d24;
}

.mpx22g5 .mpjvogp .mpu2a02 .mp5jmpj h5 a:hover{
  color: var(--theme-color-two);
}

.mpjvogp .mpu2a02 .mp5jmpj h5 i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 58px;
  font-size: 26px;
  color: #abaeab;
  border: 1px solid #e6ebe9;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.mpjvogp .mpu2a02 .mp5jmpj h5 a:hover i{
  color: #fff;
}

.mpx22g5 .mpjvogp .mpu2a02 .mp5jmpj h5 a:hover i{
  background: var(--theme-color-two);
  border-color: var(--theme-color-two);
}

.mpjvogp .mpu2a02 .mpi8jt9{
  position: relative;
  display: block;
  text-align: center;
}

.mpjvogp .mpu2a02 .mpi8jt9 p{
  color: #1b1d24;
  margin-bottom: 9px;
}

.mpx22g5 .mpjvogp .mpu2a02 .mpi8jt9 p span,
.mpx22g5 .mpjvogp .mpu2a02 .mpi8jt9 p a{
  color: var(--theme-color-two);
}

.mpjvogp .mpu2a02 .mpi8jt9 p a:hover{
  text-decoration: underline;
}

.mpjvogp .mpu2a02 .mpi8jt9 .mpydzll li{
  position: relative;
  display: inline-block;
  margin: 0px 20px;
}

.mpjvogp .mpu2a02 .mpi8jt9 .mpydzll li a{
  display: inline-block;
  color: #7b7c7b;
}

.mpx22g5 .mpjvogp .mpu2a02 .mpi8jt9 .mpydzll li a:hover{
  color: var(--theme-color-two);
}

.mpjvogp .mpu2a02 .mpi8jt9 .mpydzll li:before{
  position: absolute;
  content: '..';
  font-size: 17px;
  right: -25px;
  bottom: 1px;
  color: var(--theme-color-two);
}

.mpjvogp .mpu2a02 .mpi8jt9 .mpydzll li:last-child:before{
  display: none;
}

.mpjvogp .mp73dxi li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.mpjvogp .mp73dxi li:last-child{
  margin: 0px;
}

.mpjvogp .mp73dxi li a,
.mpjvogp .mp73dxi li.mpy9i2o{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e7ecea;
  border-radius: 50%;
  font-size: 22px;
  color: #abaeab;
  text-align: center;
}

.mpjvogp .mp73dxi li a:hover{
  color: #fff;
  background: var(--theme-color-two);
  border-color: var(--theme-color-two);
}

.mpjvogp .mp73dxi li.mpy9i2o{
  font-size: 30px;
  color: var(--theme-color-two);
  line-height: 60px;
  cursor: pointer;
  transition: all 500ms ease;
}

.mpjvogp .mp73dxi li.mpy9i2o:hover{
  border-color: var(--theme-color-two);
}




/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/


/** header-style-three **/

.mpd9s2t{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.mpd9s2t .mp8a946{
  background: transparent;
  border-bottom: 1px solid #dbdad9;
  padding: 10px 0px;
}

.mp8a946 .mpu4ei6{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mpd9s2t .mp8a946 p, 
.mpd9s2t .mp8a946 a{
  color: #7c7b7a;
  font-family: var(--text-font);
}

.mpd9s2t .mp8a946 a:hover{
  color: var(--theme-color-three);
}

.mpd9s2t .mp8a946 a span{
  text-decoration: none;
  color: #1b1d24;
  font-weight: 700;
  padding-right: 20px;
}

.mpxrp6h .mpd9s2t .mp8a946 a:hover span{
  color: var(--theme-color-three);
}

.mpd9s2t .mp8a946 a span:before{
  position: absolute;
  content: "\f101";
  font-family: 'flaticon';
  font-size: 20px;
  top: 0px;
  right: 0px;
  font-weight: 400;
  transition: all 500ms ease;
}

.mpd9s2t .mp8a946 a:hover span:before{
  transform: rotate(-45deg);
}

.mpd9s2t .mp8a946 .mpn56ym{
  position: relative;
  margin-right: 40px;
}

.mpd9s2t .mp8a946 .mpn56ym:before,
.mp8a946 .mpdlypr:before{
  position: absolute;
  content: '';
  background: #dbdad9;
  width: 1px;
  height: 16px;
  top: 7px;
  right: -20px;
}

.mp8a946 .mpdlypr{
  position: relative;
  margin-right: 40px;
}

.mp8a946 .mpdlypr li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 18px;
  padding-left: 25px;
}

.mp8a946 .mpdlypr li:last-child{
  margin: 0px !important;
}

.mp8a946 .mpdlypr li .mph62w7{
  position: absolute;
  left: 0px;
  top: -1px;
}

.mp8a946 .mpdlypr li a{
  display: inline-block;
  color: #7c7b7a;
}

.mp8a946 .mpdlypr li a:hover{
  color: var(--theme-color-three);
}

.mpd9s2t .mp8a946 .mp73dxi li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
  top: 2px;
}

.mpd9s2t .mp8a946 .mp73dxi li:last-child{
  margin: 0px;
}

.mpd9s2t .mp8a946 .mp73dxi li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #a6a4a1;
}

.mpd9s2t .mp8a946 .mp73dxi li a:hover{
  color: var(--theme-color-three);
}

.mpd9s2t .mptl0hg{
  padding: 0px;
}

.mpd9s2t .mp6viz5{
  margin-right: 0px;
}

.mpd9s2t .mptksnm .mp1ir6p > li.current > a, 
.mpd9s2t .mptksnm .mp1ir6p > li:hover > a, 
.mpd9s2t .mptksnm .mp1ir6p > li.current > a:before, 
.mpd9s2t .mptksnm .mp1ir6p > li:hover > a:before{
  color: var(--theme-color-three);
}

.mpd9s2t .mptksnm .mp1ir6p > li > ul > li > a:hover, 
.mpd9s2t .mptksnm .mp1ir6p > li > .mpigk9q li > a:hover{
  color: var(--theme-color-three);
}

.mpd9s2t .mptksnm .mp1ir6p > li > ul > li > a:before,
.mpd9s2t .mptksnm .mp1ir6p > li > ul > li > a:after,
.mpd9s2t .mptksnm .mp1ir6p > li > ul > li > ul > li > a:before,
.mpd9s2t .mptksnm .mp1ir6p > li > ul > li > ul > li > a:after{
  background: var(--theme-color-three);
}

.mpd9s2t .mptksnm .mp1ir6p > li > ul > li.dropdown.current:after, 
.mpd9s2t .mptksnm .mp1ir6p > li > ul > li.dropdown:hover:after{
  color: var(--theme-color-three);
}

.mpd9s2t .mptksnm .mp1ir6p > li > ul > li > ul > li > a:hover{
  color: var(--theme-color-three);
}

.mpd9s2t .mphe6js .mpzunbc{
  margin-right: 30px;
  margin-left: 60px;
}

.mpd9s2t .mphe6js .mpzunbc:before{
  right: inherit;
  left: -30px;
}

.mpd9s2t .mphe6js .mpzunbc:hover{
  color: var(--theme-color-three);
}

.mpxrp6h .mpnbi52.mpq7awo{
  background: var(--theme-color-three);
}

.mpxrp6h .mpnbi52.mpq7awo:hover{
  background: #1b1d24;
}


/** banner-style-three **/

.mpgem9y{
  position: relative;
  padding: 270px 0px 75px 0px;
}

.mpgem9y .mpnb68w .mpb3xe5{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.mpgem9y .mpnb68w .mpdl58a{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1180px;
  background-size: cover;
  background-repeat: repeat-x;
  z-index: 1;
}

.mpgem9y .mp2w1mf{
  position: relative;
  z-index: 5;
}

.mpgem9y .mp1ztep h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 20px;
}

.mpgem9y .mp1ztep h2 span{
  color: var(--theme-color-three);
}

.mpgem9y p{
  margin-bottom: 34px;
}

.mpgem9y .mpnbi52{
  background: #1b1d24;
  padding: 18px 37px;
}

.mpgem9y .mpnbi52:hover{
  background: var(--theme-color-three);
}

.mpgem9y .mp1ztep{
  margin-bottom: 160px;
}

.mpgem9y .mp2qiv5 .mpbljd6{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.20);
  margin-bottom: 27px;
}

.mpgem9y .mp2qiv5 .mpwe5rx li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--theme-color-three);
}

.mpgem9y .mp2qiv5 p{
  position: relative;
  display: block;
  margin-top: 4px;
}

.mpgem9y .mp2qiv5 p a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #1b1d24;
  font-weight: 600;
}

.mpgem9y .mp2qiv5 p a span{
  position: relative;
  padding-right: 20px;
}

.mpgem9y .mp2qiv5 p a span:before{
  position: absolute;
  content: "\f101";
  font-family: 'flaticon';
  bottom: -3px;
  right: 0px;
  font-size: 20px;
  font-weight: 40;
  transition: all 500ms ease;
}

.mpgem9y .mp2qiv5 p a:hover span:before{
  transform: rotate(-45deg);
}

.mpgem9y .mp2qiv5 p a:hover{
  color: var(--theme-color-three);
}

.mpgem9y .mp2w1mf .mpiyzvs{
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  width: 170px;
  background: #fff;
  border-radius: 5px;
  padding: 20px 20px 25px 20px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
}

.mpgem9y .mp2w1mf .mpiyzvs h5{
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 3px;
}

.mpgem9y .mp2w1mf .mpiyzvs h2{
  display: block;
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  color: var(--theme-color-three);
  margin-bottom: 18px;
}

.mpgem9y .mp2w1mf .mpiyzvs h2 span{
  position: relative;
  font-size: 20px;
  top: 12px;
  right: 10px;
}

.mpgem9y .mpn34ls .mpumqdt{
  position: absolute;
  left: 30px;
  bottom: 0px;
}

.mpgem9y .mpn34ls .mpwvbo0{
  position: absolute;
  top: 180px;
  right: 290px;
}

.mpgem9y .mpn34ls .mpglf1b{
  position: absolute;
  right: 160px;
  top: 430px;
  z-index: 1;
}

.mpgem9y .mpn34ls .mpc2g5l{
  position: absolute;
  right: 340px;
  bottom: 220px;
  z-index: 1;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


/** feature-section **/

.mpyf1bj{
  position: relative;
  padding-bottom: 120px;
  z-index: 1;
}

.mp9foft .mpiyzvs{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #eae8e5;
  background: #fff;
  padding: 69px 30px 31px 29px;
  transition: all 500ms ease;
}

.mp9foft .mpiyzvs:hover{
  border-color: transparent;
}

.mp9foft .mpiyzvs:before{
  position: absolute;
  content: '';
  background: -webkit-linear-gradient(-90deg, #890f3d 0%, #ce193d 100%);
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  transition: all 500ms ease;
}

.mp9foft .mpiyzvs:hover:before{
  height: 100%;
}

.mp9foft .mpiyzvs .mp076cn{
  position: relative;
  display: inline-block;
  margin-bottom: 33px;
}

.mp9foft .mpiyzvs .mpbljd6{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.mp9foft .mpiyzvs .mp076cn .mp81afv{
  position: absolute;
  width: 110px;
  height: 110px;
  top: -30px;
  right: -30px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.mp9foft .mpiyzvs:hover .mp076cn .mp81afv{
  opacity: 0.2;
}

.mp9foft .mpiyzvs h6{
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
  transition: all 500ms ease;
}

.mpxrp6h .mp9foft .mpiyzvs h6{
  color: var(--theme-color-three);
}

.mp9foft .mpiyzvs:hover h6{
  color: #fff;
}

.mp9foft .mpiyzvs h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 14px;
}

.mp9foft .mpiyzvs h3 a{
  display: inline-block;
  color: #1b1d24;
}

.mp9foft .mpiyzvs h3 a:hover{
  text-decoration: underline;
}

.mp9foft .mpiyzvs:hover h3 a,
.mp9foft .mpiyzvs:hover p{
  color: #fff;
}

.mp9foft .mpiyzvs p{
  margin-bottom: 19px;
  transition: all 500ms ease;
}

.mp9foft .mpiyzvs:hover .mpsa7ae a{
  color: #fff;
}


/** pricing-style-three **/

.mp29qxq{
  position: relative;
  padding: 112px 0px 112px 0px;
  background: #f6f4f2;
}

.mpxrp6h .mpdwgly h2 span{
  color: var(--theme-color-three);
}

.mpd263b .mpiyzvs{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-radius: 5px;
  padding: 16px 20px 15px 65px;
  margin-bottom: 30px;
}

.mpd263b .mpiyzvs .mpthj3a{
  position: absolute;
  left: 20px;
  top: 20px;
}

.mpd263b .mpiyzvs .mpthj3a a{
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 40px;
  font-size: 24px;
  background: #f5f3f1;
  text-align: center;
  border-radius: 50%;
}

.mpd263b .mpiyzvs .mpthj3a.mp84d6h a{
  color: #ec404c;
}

.mpd263b .mpiyzvs .mpthj3a.mp20f1k a{
  color: #51b662;
}

.mpd263b .mpiyzvs .mpthj3a a:hover{
  background: #1b1d24;
}

.mpd263b .mpiyzvs .mp73q20{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mpd263b .mpiyzvs .mp73q20 .mpqvq1z li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #1b1d24;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
}

.mpd263b .mpiyzvs .mp73q20 .mpqvq1z li:last-child{
  margin: 0px !important;
}

.mpd263b .mpiyzvs .mp73q20 .mpqvq1z li i{
  position: relative;
  font-size: 20px;
  color: #a6a4a1;
  top: 2px;
}

.mpd263b .mpiyzvs .mp84d6h{
  color: #ec404c;
}

.mpd263b .mpiyzvs .mp20f1k{
  color: #51b662;
}

.mpd263b .mpiyzvs p{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  line-height: 24px;
  margin-top: 6px;
}

.mpd263b .mpiyzvs .mpfgpbj{
  position: relative;
  font-size: 15px;
  line-height: 24px;
  top: -2px;
}

.mpxrp6h .mpsa7ae a:hover{
  color: var(--theme-color-three);
}

.mp29qxq .mpsa7ae{
  padding-top: 12px;
}

.mp29qxq .mpnb68w{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** markets-section **/

.mpuswhu{
  position: relative;
}

.mpuswhu .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.mpuswhu .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.mpuswhu .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.mpiw275{
  padding: 0px 20px;
  max-width: 370px;
  margin: 0 auto;
}

.mpiw275 .mpiyzvs{
  position: relative;
  display: block;
  background: #f5f3f1;
  border-radius: 5px;
  text-align: center;
}

.mpiw275 .mpiyzvs .mp42bep{
  position: relative;
  display: block;
  overflow: hidden;
}

.mpiw275 .mpiyzvs .mp42bep .mpiu96g{
  position: relative;
  display: block;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

.mpiw275 .mpiyzvs .mp42bep .mpiu96g img{
  width: 100%;
  border-radius: 5px 5px 0px 0px;
  transition: all 500ms ease;
}

.mpiw275 .mpiyzvs:hover .mp42bep .mpiu96g img{
  transform: scale(1.05);
}

.mpiw275 .mpiyzvs .mp42bep .mp81afv{
  position: absolute;
  left: 0px;
  bottom: -30px;
  width: 100%;
  height: 122px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.mpiw275 .mpiyzvs:hover .mp42bep .mp81afv{
  bottom: 0px;
  opacity: 1;
}

.mpiw275 .mpiyzvs .mpummlr{
  position: relative;
  display: block;
  padding: 0px 30px 26px 30px;
}

.mpiw275 .mpiyzvs .mpummlr h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  padding: 14px 15px;
  z-index: 1;
  margin-bottom: 28px;
}

.mpiw275 .mpiyzvs .mpummlr h3:before{
  position: absolute;
  content: '';
  background: #fff;
  width: calc(100% + 100px);
  height: 100%;
  left: -50px;
  top: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  z-index: -1;
}

.mpiw275 .mpiyzvs .mpummlr h3 a{
  display: inline-block;
  color: #1b1d24;
}

.mpiw275 .mpiyzvs .mpummlr h3 a:hover{
  color: var(--theme-color);
}

.mpxrp6h .mpiw275 .mpiyzvs .mpummlr h3 a:hover{
  color: var(--theme-color-three);
}

.mpiw275 .mpiyzvs .mpummlr p{
  margin-bottom: 14px;
}

.mpuswhu .owl-nav{
  position: absolute;
  top: -118px;
  right: 0px;
}

.mpuswhu .owl-nav button{
  border: 1px solid #eae8e5;
  width: 58px;
  height: 58px;
  line-height: 58px;
}

.mpuswhu .owl-nav button.owl-prev{
  margin-right: 10px;
}

.mpuswhu .owl-nav button:hover{
  background: var(--theme-color-three);
  border-color: var(--theme-color-three);
}


/** ebook-section **/

.mp1fv46{
  position: relative;
  background: #f5f3f1;
  padding: 120px 0px;
}

.mp1fv46 .mp42bep{
  position: relative;
  display: block;
  margin-right: 38px;
}

.mp1fv46 .mp42bep img{
  position: relative;
  width: 100%;
}

.mp1fv46 .mp42bep .mpitjw8{
  position: absolute;
  left: -60px;
  top: 0px;
  width: 508px;
  height: 508px;
  background-repeat: no-repeat;
}

.mp1fv46 .mp2w1mf{
  position: relative;
  display: block;
  margin-top: -6px;
}

.mp1fv46 .mp2w1mf .mpdwgly{
  margin-bottom: 31px;
}

.mp1fv46 .mp2w1mf .mpc8j1v{
  margin-bottom: 22px;
}

.mp1fv46 .mp2w1mf h6{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid var(--theme-color);
  margin-bottom: 22px;
}

.mpxrp6h .mp1fv46 .mp2w1mf h6{
  border-bottom: 2px solid var(--theme-color-three);
}

.mp1fv46 .mp2w1mf .mpqvq1z li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.mp1fv46 .mp2w1mf .mpqvq1z li{
  position: relative;
  display: block;
  margin-bottom: 14px;
  padding-left: 20px;
}

.mp1fv46 .mp2w1mf .mpqvq1z li:last-child{
  margin-bottom: 0px;
}

.mp1fv46 .mp2w1mf .mpqvq1z li:before{
  position: absolute;
  content: '';
  width: 2px;
  height: 14px;
  left: 2px;
  top: 8px;
  background: var(--theme-color);
}

.mp1fv46 .mp2w1mf .mpqvq1z li:after{
  position: absolute;
  content: '';
  width: 6px;
  height: 8px;
  left: 0px;
  top: 11px;
  background: var(--theme-color);
}

.mpxrp6h .mp1fv46 .mp2w1mf .mpqvq1z li:after,
.mpxrp6h .mp1fv46 .mp2w1mf .mpqvq1z li:before{
  background: var(--theme-color-three);
}

.mp1fv46 .mp2w1mf .mpqvq1z li h4{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding-right: 26px;
}

.mp1fv46 .mp2w1mf .mpqvq1z li h4 span{
  position: absolute;
  top: -13px;
  right: 0px;
}

.mpxrp6h .mp1fv46 .mp2w1mf .mpqvq1z li h4 span{
  color: var(--theme-color-three);
}

.mp1fv46 .mp2w1mf .mpqvq1z{
  margin-bottom: 42px;
}

.mp1fv46 .mp2w1mf .mpzrx25 .mpnbi52{
  background: #1b1d24;
  padding: 15px 37px;
}

.mpxrp6h .mp1fv46 .mp2w1mf .mpzrx25 .mpnbi52:hover{
  background: var(--theme-color-three);
}

.mp1fv46 .mp2w1mf .mpzrx25 .mpnbi52:hover{
  background: var(--theme-color);
}


/** platform-style-two **/

.mpo0lbu{
  position: relative;
  padding: 113px 0px 90px 0px;
}

.mpo0lbu .mp42bep{
  position: relative;
  display: block;
  margin-right: 30px;
  padding-right: 85px;
}

.mpo0lbu .mp42bep img{
  position: relative;
  width: 100%;
}

.mpo0lbu .mp42bep .mpitjw8{
  position: absolute;
  top: -60px;
  right: 0px;
  width: 480px;
  height: 480px;
  background-repeat: no-repeat;
}

.mpo0lbu .mp2w1mf{
  position: relative;
  display: block;
}

.mpo0lbu .mp2w1mf .mpdwgly{
  margin-bottom: 31px;
}

.mpo0lbu .mp2w1mf .mpc8j1v{
  margin-bottom: 32px;
}

.mpo0lbu .mp2w1mf .mp9gti1 li{
  position: relative;
  display: block;
  margin-bottom: 21px;
  padding-left: 60px;
}

.mpo0lbu .mp2w1mf .mp9gti1 li:last-child{
  margin-bottom: 0px;
}

.mpo0lbu .mp2w1mf .mp9gti1 li .mpbljd6{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 24px;
  width: 21px;
  color: var(--theme-color);
}

.mpxrp6h .mpo0lbu .mp2w1mf .mp9gti1 li .mpbljd6{
  color: var(--theme-color-three);
}

.mpo0lbu .mp2w1mf .mp9gti1 li .mpbljd6:before{
  position: absolute;
  content: '';
  background: #eae8e5;
  width: 1px;
  height: 30px;
  top: 0px;
  right: -18px;
}

.mpo0lbu .mp1ztep{
  margin-bottom: 100px;
}

.mpo0lbu .mpne728{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.mpo0lbu .mpne728 .mpp72cy{
  position: relative;
  display: block;
  border: 1px solid #eae8e5;
  border-radius: 5px;
  padding: 24px 30px;
  background: #fff;
}

.mpo0lbu .mpne728 .mpp72cy h4{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding-left: 45px;
  padding-right: 25px;
}

.mpo0lbu .mpne728 .mpp72cy h4 img{
  position: absolute;
  left: 0px;
  top: 2px;
}

.mpo0lbu .mpne728 .mpp72cy h4 span{
  position: absolute;
  top: -13px;
  right: 0px;
  color: #a6a4a1;
}

.mpo0lbu .mpne728 .mp1mbn0{
  position: absolute;
  left: 0px;
  top: 20px;
  width: 100%;
  height: 100%;
  background: #1b1d24;
  border-radius: 5px;
  padding: 12px 30px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}

.mpo0lbu .mpne728 .mp1mbn0 p{
  color: #a8aaaf;
}

.mpo0lbu .mpne728:hover .mp1mbn0{
  top: 0px;
  opacity: 1;
}

.mpo0lbu .mp2qiv5{
  position: relative;
}

.mpo0lbu .mp2qiv5 .mp81afv{
  position: absolute;
  left: 0px;
  bottom: -30px;
  width: 100%;
  height: 466px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}


/** benefits-section **/

.mpwbhiw{
  position: relative;
  padding: 120px 0px;
  overflow: hidden;
}

.mpwbhiw .mpqmen8{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.mpwbhiw .mpqmen8:before{
  position: absolute;
  content: '';
  background: #1b1d24;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.mpwbhiw .mp2w1mf{
  position: relative;
  display: block;
  background: #fff;
  padding: 39px 50px 50px 50px;
  border-radius: 5px;
  overflow: hidden;
}

.mpwbhiw .mp2w1mf .mpdwgly{
  margin-bottom: 30px;
}

.mpwbhiw .mp2w1mf h3{
  position: relative;
  display: inline-block;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  padding-right: 28px;
  margin-bottom: 13px;
}

.mpwbhiw .mp2w1mf h3 span{
  position: absolute;
  top: -11px;
  right: 0px;
  color: var(--theme-color-three);
  font-size: 20px;
}

.mpwbhiw .mp2w1mf .mpqvq1z li{
  position: relative;
  display: block;
  padding-left: 34px;
  margin-bottom: 11px;
}

.mpwbhiw .mp2w1mf .mpqvq1z li:last-child{
  margin-bottom: 0px;
}

.mpwbhiw .mp2w1mf .mpqvq1z li:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-55.png);
  left: 0px;
  top: 9px;
  width: 14px;
  height: 12px;
  background-repeat: no-repeat;
}

.mpwbhiw .mp2w1mf .mpqvq1z{
  margin-bottom: 33px;
}

.mpwbhiw .owl-nav{
  position: absolute;
  right: 50px;
  bottom: 50px;
}

.mpwbhiw .owl-nav button{
  border: 1px solid #eae8e5;
}

.mpwbhiw .owl-nav button.owl-prev{
  margin-right: 10px;
}

.mpxrp6h .mpwbhiw .owl-nav button:hover{
  background: var(--theme-color-three);
  border-color: var(--theme-color-three);
}

.mpwbhiw .mp2w1mf .mpnbi52{
  background: #1b1d24;
  padding: 15px 37px;
}

.mpxrp6h .mpwbhiw .mp2w1mf .mpnbi52:hover{
  background: var(--theme-color-three);
}

.mpwbhiw .mp2w1mf .mp81afv{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 312px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mpwbhiw .mpnb68w{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 1543px;
  height: 519px;
  background-repeat: no-repeat;
}


/** news-style-three **/

.mpjpu29{
  position: relative;
  padding: 112px 0px 80px 0px;
}

.mpjpu29 .mpdwgly h2{
  margin-bottom: 13px;
}

.mpjpu29 .mpdwgly p{
  margin-bottom: 21px;
}

.mpjpu29 .mpxekle{
  position: relative;
  display: block;
  border: 2px solid var(--theme-color-three);
  border-radius: 5px;
  padding: 26px 30px 33px 30px;
}

.mpjpu29 .mpxekle h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 4px;
}

.mpjpu29 .mpxekle p{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.mpjpu29 .form-inner .form-group{
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.mpjpu29 .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.mpjpu29 .form-inner .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  background: #f5f3f1;
  border: 1px solid #f5f3f1;
  border-radius: 5px;
  padding: 10px 50px 10px 20px;
  font-size: 17px;
  color: #7c7b7a;
  transition: all 500ms ease;
}

.mpxrp6h .mpjpu29 .form-inner .form-group input[type='email']:focus{
  border-color: var(--theme-color-three);
}

.mpjpu29 .form-inner .form-group .mph62w7{
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 18px;
  color: var(--theme-color-three);
  z-index: 1;
}

.mpjpu29 .form-inner .form-group button[type='submit']{
  background: #1b1d24;
  padding: 15px 37px;
}

.mpxrp6h .mpjpu29 .form-inner .form-group button[type='submit']:hover{
  background: var(--theme-color-three);
}

.mpjpu29 .mpdwgly{
  margin-bottom: 68px;
}

.mpjpu29 .mpuzban .mpiyzvs{
  padding-left: 400px;
  margin-bottom: 40px;
}

.mpjpu29 .mpuzban .mpiyzvs .mp42bep{
  position: absolute;
  left: 0px;
  top: 0px;
}

.mpjpu29 .mpuzban .mpiyzvs .mpummlr{
  padding: 0px !important;
  top: -4px;
}

.mpxrp6h .mpuzban .mpiyzvs .mp42bep .mpiu96g{
  background: var(--theme-color-three);
}

.mpjpu29 .mpuzban .mpiyzvs .mpummlr h3{
  font-size: 24px;
  line-height: 34px;
}

.mpxrp6h .mpuzban .mpiyzvs .mpummlr h3 a:hover{
  color: var(--theme-color-three);
}

.mpxrp6h .mpuzban .mpiyzvs .mpummlr .mpru44s h6:before{
  background: var(--theme-color-three);
}

.mpxrp6h .mpuzban .mpiyzvs .mpummlr .mpru44s .mpepi2t li span.mpxjwtk{
  color: var(--theme-color-three);
}

.mpjpu29 .mpuzban .mpiyzvs .mpummlr .mpru44s .mpepi2t li span.mpxjwtk{
  margin-right: 3px;
}

.mpuzban .mpiyzvs .mpummlr .mpsa7ae{
  margin-top: 27px;
}

.mpjpu29 .mpeafng{
  margin-top: -7px;
}


/** contact-section **/

.mpvo47u{
  position: relative;
  background: #1b1d24;
}

/** language-switcher **/

.mpo90sn label{
  display: none;
}

.mpo90sn .nice-select{
  display: none;
}

.mpo90sn{
  position: absolute;
  top: 10px;
  right: 10px;
}

.mpo90sn .mptnvsv{
  background: #262830;
  border-radius: 5px;
  padding: 9.5px 15px;
  z-index: 9999999;
  text-align: left;
  width: 78px;
}

.mpo90sn .mptnvsv:before{
  position: absolute;
  content: '\f0d7';
  font-family: 'Font Awesome 6 Free';
  font-size: 16px;
  top: 11px;
  right: 15px;
  color: #a8a9b3;
  font-weight: 900;
}

.mptnvsv .mph62w7 {
  display: none;
}

.mpg2wao {
  position: absolute;
  left: 0;
  top: 100%;
  width: 78px;
  background-color: #262830;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  padding: 15px 15px;
  border-radius: 5px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
  transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
  transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.mptnvsv[aria-expanded=true]+.mpg2wao {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  transition: opacity .2s, -webkit-transform .2s ease-out;
  transition: opacity .2s, transform .2s ease-out;
  transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.mpbfnic span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.mpbfnic:hover {

}

.mptnvsv{
  border: none !important;
  padding: 0px;
}

.mp1flt7 {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.mp1flt7 em{
  font-style: normal;
}

.mp1flt7::before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mp1flt7.mpi1j70:before{
  top: 3px;
  left: 0px;
}

.mpg2wao .mp1flt7::before {
  margin-right: .5rem;
  margin-right: var(--space-xs)
}

.mpwoxlq::before {
  background-image: url(../images/icons/flag-deutsch.png);
}

.mp8uf0l::before {
  background-image: url(../images/icons/flag-english.png);
}

.mpvt91j::before {
  background-image: url(../images/icons/flag-francais.png);
}

.mp4o308::before {
  background-image: url(../images/icons/flag-italiano.png);
}

.mpyszv7 .mptnvsv .mph62w7 {
  margin-left: 0
}

.mpyszv7 .mptnvsv em {
  display: none
}

.mpyszv7 .mptnvsv .mp1flt7::before {
  margin-right: .25rem;
  margin-right: var(--space-xxxs)
}

.mp1flt7.mpi1j70:after{
  position: absolute;
  content: "\f13c";
  font-family: 'flaticon';
  font-size: 20px;
  right: 0px;
  top: -4px;
  font-weight: 400;
}

.mpvo47u .mpeafng{
  position: relative;
  display: block;
  border: 1px solid #353840;
  border-radius: 5px;
}

.mpvo47u .form-group{
  position: relative;
  border-bottom: 1px solid #353840;
}

.mpvo47u .form-group:last-child{
  border-bottom: none;
}

.mpvo47u .form-group input[type='text'],
.mpvo47u .form-group input[type='email'],
.mpvo47u .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 72px;
  text-align: left;
  font-size: 17px;
  color: #a8a9b3;
  padding: 10px 100px 10px 30px;
  transition: all 500ms ease;
}

.mpvo47u .form-group input:focus,
.mpvo47u .form-group textarea:focus{
  color: #fff;
}

.mpvo47u .form-group textarea{
  height: 293px;
  border: 1px solid #353840;
  border-radius: 5px;
  resize: none;
  padding-top: 15px;
}

.mpvo47u .mpweybm{
  margin-top: 42px;
  margin-bottom: 25px;
}

.mpweybm input {
  display: none;
}

.mpweybm label {
  position: relative;
  font-size: 17px;
  color: #a8a9b3;
  padding-left: 24px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
}

.mpweybm label:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 7px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #353840;
  background: transparent;
}

.mpweybm label:after {
  position: absolute;
  content: '';
  left: 4px;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--theme-color);
  opacity: 0;
  transition: all 500ms ease;
}

.mpxrp6h .mpweybm label:after{
  background: var(--theme-color-three);
}

.mpweybm input:checked + label:after {
  opacity: 1;
}

.mpxrp6h .mpvo47u .mpovg9z .mpnbi52{
  background: #fff;
  color: #1b1d24;
  padding: 15px 37px;
}

.mpxrp6h .mpvo47u .mpovg9z .mpnbi52:hover{
  background: var(--theme-color-three);
}

.mpvo47u .mpovg9z .mpnbi52:hover{
  color: #fff;
}

.mpvo47u .mpnb68w{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}


/** footer-style-three **/

.mp2tsfv{
  position: relative;
  background: #fff;
}

.mp2tsfv .mp1xpsb{
  position: relative;
  padding: 112px 0px 110px 0px;
  border-bottom: 1px solid #eae8e5;
}

.mp2tsfv .mp814hb .mp7ocv0{
  margin-bottom: 22px;
}

.mp2tsfv h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.mp2tsfv .mp814hb{
  margin-top: 8px;
}

.mp2tsfv .mp814hb h3{
  margin-bottom: 9px;
}

.mp2tsfv .mp814hb p{
  display: block;
  margin-bottom: 20px;
}

.mp2tsfv a{
  display: inline-block;
  color: #7c7b7a;
  font-family: var(--text-font);
}

.mp2tsfv p{
  color: #7c7b7a;
}

.mp2tsfv a:hover{
  color: var(--theme-color-three);
}

.mp2tsfv .mp73dxi li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.mp2tsfv .mp73dxi li:last-child{
  margin: 0px !important;
}

.mp2tsfv .mp73dxi li a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #a6a4a1;
}

.mp2tsfv .mp73dxi li a:hover{
  color: var(--theme-color-three);
}

.mp2tsfv .mpa1vzp{
  position: relative;
  display: block;
  padding-left: 17px;
  margin-bottom: 15px;
}

.mp2tsfv .mpa1vzp:before{
  position: absolute;
  content: '';
  background: var(--theme-color-three);
  width: 2px;
  height: 16px;
  left: 2px;
  top: 7px;
}

.mp2tsfv .mpa1vzp:after{
  position: absolute;
  content: '';
  background: var(--theme-color-three);
  width: 6px;
  height: 8px;
  left: 0px;
  top: 11px;
}

.mp2tsfv .mpybt05 .mp4yg1r li{
  margin-bottom: 10px;
}

.mp2tsfv .mpybt05 .mp4yg1r li:last-child{
  margin-bottom: 0px;
}

.mp2tsfv .mpi3wm2 p{
  color: #1b1d24;
  margin-bottom: 11px;
}

.mp2tsfv .mpi3wm2 .mpr4hw0 li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 8px;
}

.mp2tsfv .mpi3wm2 .mpr4hw0 li:last-child{
  margin: 0px !important;
}

.mp2tsfv .mpi3wm2 .mpr4hw0 li a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #abaeab;
  border: 1px solid #e7ebea;
  border-radius: 50%;
  text-align: center;
}

.mp2tsfv .mpi3wm2 .mpr4hw0 li a:hover{
  color: #fff;
  background: var(--theme-color-three);
  border-color: var(--theme-color-three);
}

.mp2tsfv .mpi3wm2 .mpqvq1z li{
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 30px;
}

.mp2tsfv .mpi3wm2 .mpqvq1z li:last-child{
  margin-bottom: 0px;
}

.mp2tsfv .mpi3wm2 .mpqvq1z{
  margin-bottom: 22px;
}

.mp2tsfv .mpi3wm2 .mpqvq1z li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 6 Free';
  left: 0px;
  top: 0px;
  color: var(--theme-color-three);
  font-weight: 900;
}

.mpa5x24{
  padding: 22px 0px;
}

.mpa5x24 p a{
  color: var(--theme-color-three);
}

.mpa5x24 p a:hover{
  text-decoration: underline;
}

.mp2tsfv .mpnb68w{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 155px;
  background-repeat: repeat-x;
}


/** page-title **/

.mpyxmqr{
  position: relative;
  padding: 137px 0px 31px 0px;
}

.mpyxmqr .mpqmen8{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mpyxmqr .mpqmen8:before{
  position: absolute;
  content: '';
  background: #1b1e31;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.6;
}

.mpyxmqr h1{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}

.mpyxmqr p{
  display: block;
  color: #ceced6;
  margin-bottom: 134px;
}

.mpyxmqr .mp4shys li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  font-family: var(--title-font);
  font-weight: 600;
  margin-right: 36px;
}

.mpyxmqr .mp4shys li:last-child{
  margin: 0px !important;
}

.mpyxmqr .mp4shys li a{
  display: inline-block;
  color: #fff;
}

.mpyxmqr .mp4shys li a:hover{
  color: var(--theme-color);
}

.mpyxmqr .mp4shys li:before{
  position: absolute;
  content: "\f103";
  font-family: 'flaticon';
  font-size: 20px;
  top: 0px;
  right: -27px;
  color: var(--theme-color);
  font-weight: 400;
}

.mpyxmqr .mp4shys li:last-child:before{
  display: none;
}


/** markets-page-section **/

.mpkt08t{
  position: relative;
  padding-top: 120px;
  padding-bottom: 68px;
}

.mpkt08t .mpiw275 .mpiyzvs{
  margin-bottom: 50px;
}

.mpkt08t .mpiw275 .mpiyzvs .mp42bep .mp81afv{
  width: calc(100% + 4px);
  left: -2px;
  bottom: -2px;
  opacity: 1;
}

.mpkt08t .mpiw275 .mpiyzvs:hover .mp42bep .mp81afv{
  opacity: 0;
  bottom: -30px;
}


/** markets-style-two **/

.mp3zcsd{
  position: relative;
  padding-top: 120px;
}

.mp3zcsd .mpefwia{
  position: relative;
  width: 100%;
  padding: 100px 0px;
  z-index: 1;
}

.mp3zcsd .mpefwia:before{
  position: absolute;
  content: '';
  background: #1b1e31;
  width: calc(100% + 200px);
  height: 100%;
  left: -100px;
  top: 0px;
  border-radius: 5px;
}

.mp3zcsd .mp2w1mf{
  position: relative;
  display: block;
  margin-top: -7px;
}

.mp3zcsd .mp2w1mf .mpdwgly{
  margin-bottom: 30px;
}

.mp3zcsd .mp2w1mf .mpc8j1v{
  position: relative;
  margin-bottom: 42px;
}

.mp3zcsd .mp2w1mf .mpc8j1v h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.mp3zcsd .mp2w1mf .mpc8j1v p{
  color: #a8a9b3;
}

.mp3zcsd .mp2w1mf .mprw1et{
  position: relative;
  display: flex;
  align-items: center;
}

.mp3zcsd .mp2w1mf .mprw1et .mpzrx25{
  margin-right: 30px;
}

.mp3zcsd .mp2w1mf .mprw1et .mpsa7ae a{
  color: #fff;
}

.mp3zcsd .mp2w1mf .mprw1et .mpzrx25 .mpnbi52{
  padding: 15px 37px;
}

.mp3zcsd .mp2w1mf .mprw1et .mpnbi52:hover{
  background: #fff;
  color: var(--theme-color);
}

.mp3zcsd .mp42bep{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.mp3zcsd .mp42bep:before{
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.mp3zcsd .mp42bep:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.mp3zcsd .mp42bep img{
  width: 100%;
  border-radius: 5px;
}

.mp3zcsd .mp81afv{
  position: absolute;
  left: -100px;
  top: 0px;
  width: calc(100% + 200px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mpq9af3 .owl-nav{
  position: absolute;
  top: -118px;
  right: 0px;
}

.mpq9af3 .owl-nav button{
  background: transparent;
  border: 1px solid #32364f;
  color: #fff;
}

.mpq9af3 .owl-nav button.owl-prev{
  margin-right: 10px;
}

.mpq9af3.mpdzuc4 .mpw1e9v .mpiyzvs h3 a{
  color: #fff;
}

.mpq9af3.mpdzuc4 .mpw1e9v .mpiyzvs h3 a:hover{
  color: var(--theme-color);
}

.mpq9af3.mpdzuc4 .mpw1e9v .mpiyzvs p{
  color: #a8a9b3;
}


/** video-section **/

.mpmfnn5{
  position: relative;
  padding: 120px 0px;
}

.mpmfnn5 .mp3xzco{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 163px 0px;
  max-width: 540px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mpmfnn5 .mp3xzco .mpmiqto a{
  position: relative;
  display: inline-block;
}

.mpmfnn5 .mp2w1mf{
  position: relative;
  display: block;
}

.mpmfnn5 .mp2w1mf .mpdwgly{
  margin-bottom: 30px;
}

.mpmfnn5 .mp2w1mf .mpc8j1v p{
  margin-bottom: 30px;
}

.mpxrp6h .mpix531:hover{
  background: var(--theme-color-three);
  border-color: var(--theme-color-three);
}

.mpmfnn5 .mp2w1mf .mpc8j1v a{
  position: relative;
  display: inline-block;
  padding-left: 36px;
  font-size: 17px;
  line-height: 26px;
  color: #1b1e31;
  font-weight: 600;
}

.mpmfnn5 .mp2w1mf .mpc8j1v a:hover{
  color: var(--theme-color);
}

.mpmfnn5 .mp2w1mf .mpc8j1v a i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 26px;
  height: 26px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  background: var(--theme-color);
  text-align: center;
  border-radius: 50%;
}

.mpmfnn5 .mpnb68w .mpb3xe5{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mpmfnn5 .mpnb68w .mpdl58a{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 1147px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mpy58p7{
  padding-bottom: 110px;
}

.mpo0lbu.mpkjfnf .mp42bep{
  padding-right: 0px;
}

.mpo0lbu.mpkjfnf .mp42bep .mpitjw8{
  right: 120px;
}

.mpo0lbu .mpnb68w{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 379px;
  background-repeat: repeat-x;
}

.mpv7ubr.mpiaixj{
  padding-bottom: 120px;
}

.mpms65z.mpiaixj{
  background: #fff;
}

.mpms65z.mpiaixj .mp6cvcp .mpu5wtm h6:before{
  background: -webkit-linear-gradient(-90deg, #fe5924, #fe5924 100%);
  -webkit-background-clip: text;
}

.mp6cvcp .mpiyzvs .mp1ztep .mploigd {
  position: absolute;
  left: -1px;
  bottom: 1px;
  width: 370px;
  height: 248px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.mp6cvcp .mpiyzvs:hover .mp1ztep .mploigd{
  opacity: 1;
}


/** account-details **/

.mpd9ubv{
  position: relative;
}

.mpd9ubv .mpqyxwy{
  position: relative;
  padding-top: 113px;
  padding-bottom: 70px;
}

.mpd9ubv .mpqyxwy:before{
  position: absolute;
  content: '';
  background: #f4f4f4;
  width: 5000px;
  height: 100%;
  top: 0px;
  right: 35px;
}

.mp6vqus{
  position: relative;
  display: block;
  margin-right: 100px;
}

.mp6vqus .mpa1vzp{
  position: relative;
  display: block;
  padding-left: 17px;
  margin-bottom: 22px;
}

.mp6vqus .mpa1vzp:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 2px;
  height: 16px;
  left: 2px;
  top: 7px;
}

.mp6vqus .mpa1vzp:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 6px;
  height: 8px;
  left: 0px;
  top: 11px;
}

.mp6vqus .mpa1vzp h3{
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.mp6vqus .mpjfw5m .mpdam9h li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.mp6vqus .mpjfw5m .mpdam9h li:last-child{
  margin-bottom: 0px;
}

.mp6vqus .mpjfw5m .mpdam9h li a{
  position: relative;
  display: block;
  background: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid #fff;
}

.mp6vqus .mpjfw5m .mpdam9h li a:hover,
.mp6vqus .mpjfw5m .mpdam9h li a.current{
  background: transparent;
  border-color: var(--theme-color);
}

.mp6vqus .mpjfw5m .mpdam9h li a h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding-right: 25px;
  transition: all 500ms ease;
}

.mp6vqus .mpjfw5m .mpdam9h li a:hover h5,
.mp6vqus .mpjfw5m .mpdam9h li a.current h5{
  color: var(--theme-color);
}

.mp6vqus .mpjfw5m .mpdam9h li a h5:before{
  position: absolute;
  content: "\f101";
  font-family: 'flaticon';
  top: 0px;
  right: 0px;
  font-size: 20px;
  font-weight: 400;
  color: #a1a1a1;
  transition: all 500ms ease;
}

.mp6vqus .mpjfw5m .mpdam9h li a:hover h5:before,
.mp6vqus .mpjfw5m .mpdam9h li a.current h5:before{
  transform: rotate(-45deg);
  color: var(--theme-color);
}

.mp6vqus .mpjfw5m{
  margin-bottom: 42px;
}

.mp6vqus .mpkstte .mpdam9h{
  position: relative;
  display: block;
  background: #1b1e31;
  padding: 23px 20px 34px 20px;
  border-radius: 5px;
}

.mp6vqus .mpkstte .mpc8j1v{
  padding-bottom: 22px;
  border-bottom: 1px solid #32364f;
}

.mp6vqus .mpkstte .mpc8j1v p{
  color: #afb0bd;
}

.mp6vqus .mpkstte .mptorzp li{
  position: relative;
  display: block;
  padding: 18px 0px 18px 35px;
  border-bottom: 1px solid #32364f;
}

.mp6vqus .mpkstte .mptorzp li .mph62w7{
  position: absolute;
  left: 0px;
  top: 18px;
}

.mp6vqus .mpkstte .mptorzp li a{
  color: #afb0bd;
  font-family: var(--text-font);
}

.mp6vqus .mpkstte .mptorzp li a:hover{
  color: var(--theme-color);
}

.mp6vqus .mpkstte .mp6kifv{
  position: relative;
  display: block;
  padding: 1px 0px 3px 85px;
  margin-top: 30px;
}

.mp6vqus .mpkstte .mp6kifv .mp4wo44{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.mp6vqus .mpkstte .mp6kifv .mp4wo44:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--theme-color);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icons/icon-28.png);
  border-radius: 50%;
  top: 0px;
  right: -10px;
}

.mp6vqus .mpkstte .mp6kifv .mp4wo44 img{
  width: 100%;
  border-radius: 50%;
}

.mp6vqus .mpkstte .mp6kifv .mpsa7ae a{
  color: #fff;
}

.mp6vqus .mpkstte .mp6kifv .mpsa7ae a:hover{
  color: var(--theme-color);
}

.mp6vqus .mpkstte{
  margin-bottom: 50px;
}

.mp6vqus .mpblpz4{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  text-align: center;
}

.mp6vqus .mpblpz4 .mp42bep{
  position: relative;
  display: block;
}

.mp6vqus .mpblpz4 .mp42bep img{
  width: 100%;
}

.mp6vqus .mpblpz4 .mp2w1mf{
  position: relative;
  display: block;
  padding: 25px 30px 30px 30px; 
}

.mp6vqus .mpblpz4 .mp2w1mf h4{
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.mp6vqus .mpblpz4 .mp2w1mf h6{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--theme-color);
  margin-bottom: 17px;
}

.mp6vqus .mpblpz4 .mp2w1mf .mpnbi52{
  background: #1b1d24;
  padding: 15px 37px;
}

.mp6vqus .mpblpz4 .mp2w1mf .mpnbi52:hover{
  background: var(--theme-color);
}

.mpp7nys{
  position: relative;
  display: block;
  padding: 113px 0px 80px 0px;
}

.mpp7nys h2{
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 21px;
}

.mpp7nys .mppmern{
  position: relative;
  margin-top: 45px;
  margin-bottom: 43px;
}

.mpp7nys .mppmern .mp42bep{
  position: relative;
  display: block;
  margin-top: 8px;
}

.mpp7nys .mppmern .mp42bep img{
  width: 100%;
}

.mpp7nys .mphv0th .mpg1nto .mp3pwuh,
.mpp7nys .mphv0th .block .mp34tfg{
  padding: 0px;
}

.mpp7nys .mpg1nto .mp3pwuh.active p{
  display: block;
}

.mpp7nys .mphv0th .mpg1nto{
  border: none;
  background: transparent;
  margin-bottom: 24px;
}

.mpp7nys .mphv0th .mpg1nto:last-child{
  margin-bottom: 0px;
}

.mpp7nys .mphv0th .mpg1nto h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 9px;
}

.mpp7nys .mpg1nto .mp3pwuh{
  position: relative;
  padding-left: 26px !important;
}

.mpp7nys .mpg1nto .mp3pwuh:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 2px;
  height: 16px;
  left: 2px;
  top: 7px;
}

.mpp7nys .mpg1nto .mp3pwuh:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 6px;
  height: 8px;
  left: 0px;
  top: 11px;
}

.mpp7nys .mpg1nto .mp34tfg{
  position: relative;
  padding-top: 10px !important;
}

.mpp7nys .mpg1nto .mp34tfg .mpqvq1z li{
  position: relative;
  display: block;
  padding-left: 40px;
  margin-bottom: 8px;
}

.mpp7nys .mpg1nto .mp34tfg .mpqvq1z li:last-child{
  margin-bottom: 0px;
}

.mpp7nys .mpg1nto .mp34tfg .mpqvq1z li:before{
  position: absolute;
  content: '';
  background: #dce0df;
  width: 26px;
  height: 1px;
  left: 0px;
  top: 14px;
}

.mpp7nys h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 9px;
}

.mpp7nys .mphp72a .mpc8j1v{
  margin-bottom: 32px;
}

.mpp7nys .mphp72a .mpqvq1z li{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: #1b1e31;
  padding: 13px 25px 13px 50px; 
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  margin-bottom: 20px;
}

.mpp7nys .mphp72a .mpy66fk:first-child .mpqvq1z li:nth-child(2),
.mpp7nys .mphp72a .mpy66fk:last-child .mpqvq1z li:first-child,
.mpp7nys .mphp72a .mpy66fk:last-child .mpqvq1z li:last-child{
  background: #f4f4f4;
  border-color: #f4f4f4;
}

.mpp7nys .mphp72a .mpqvq1z li .mpbljd6{
  position: absolute;
  left: 17px;
  top: 13px;
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 700;
}

.mpp7nys .mphp72a .mpqvq1z li .mpbljd6 i:first-child{
  color: #ffb9a2;
  margin-right: -3px;
}

.mpp7nys .mphp72a .mpqvq1z li span{
  float: right;
  color: #6e6e6e;
}

.mpp7nys .mphp72a .mpy66fk{
  padding: 0px 10px;
}

.mpp7nys .mphp72a .mpqvq1z{
  margin: 0px 5px;
}

.mpp7nys .mphp72a{
  padding-bottom: 32px;
}

.mpp7nys .mprprkx .mpne728{
  position: relative;
  display: block;
  max-width: 300px;
  margin-bottom: 32px;
}

.mpp7nys .mprprkx .mpc8j1v{
  margin-bottom: 33px;
}

.mpp7nys .mprprkx .mpne728 .mpbljd6{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #e2e3e6;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 23px;
  transition: all 500ms ease;
}

.mpp7nys .mprprkx .mpne728:hover .mpbljd6{
  border-color: var(--theme-color);
}

.mpp7nys .mprprkx .mpne728 .mpbljd6 .mp81afv{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 62px;
  height: 65px;
  background-repeat: no-repeat;
  z-index: -1;
}

.mpp7nys .mprprkx .mpne728 h3{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  padding-right: 25px;
  margin-bottom: 9px;
}

.mpp7nys .mprprkx .mpne728 h3 span{
  position: absolute;
  top: -13px;
  right: 0px;
}


.mp1fv46.mptfjoi{
  background: #f4f4f4;
}


/** courses-section **/

.mpaayyp{
  position: relative;
  padding: 113px 0px 140px 0px;
}

.mpjt7cx .mpvrh8q {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}

.mpjt7cx .mpvrh8q.mpe1lp8 {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 5;
}

.mpjt7cx .mptg02u {
  position: relative;
  display: block;
}

.mpjt7cx .mpvrh8q.mpe1lp8 .mptht6b {
  opacity: 1;
  top: 0px;
  -webkit-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.mpjt7cx .mpvrh8q .mptht6b {
  opacity: 0;
  top: 10px;
}

.mpjt7cx .mpj92h3 .mp0wv9v{
  position: relative;
  display: inline-block;
  margin-right: 80px;
  cursor: pointer;
  transition: all 500ms ease;
}

.mpjt7cx .mpj92h3 .mp0wv9v:last-child{
  margin: 0px !important;
}

.mpjt7cx .mpj92h3 .mp0wv9v h5{
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #6e6e6e;
  font-weight: 700;
  transition: all 500ms ease;
}

.mpjt7cx .mpj92h3 .mp0wv9v.mpg1uxu h5{
  color: #1b1e31;
}

.mpjt7cx .mpj92h3{
  position: relative;
  width: 100%;
  padding-bottom: 22px;
  margin-bottom: 53px;
  border-bottom: 1px solid #e8e8e8;
}

.mpjt7cx .mpj92h3 .mp0wv9v .mp322c7{
  position: absolute;
  background: #d8d8d8;
  width: 3px;
  border-radius: 3px;
  bottom: 8px;
  transition: all 500ms ease;
}

.mpjt7cx .mpj92h3 .mp0wv9v.mpg1uxu .mp322c7{
  background: var(--theme-color);
}

.mpjt7cx .mpj92h3 .mp0wv9v .mp322c7.mpfdhc9{
  left: -8px;
  height: 13px;
}

.mpjt7cx .mpj92h3 .mp0wv9v .mp322c7.mpi2gd9{
  height: 13px;
  left: -19px;
}

.mpjt7cx .mpj92h3 .mp0wv9v .mp322c7.mp13xxm{
  height: 16px;
  left: -13px;
}

.mpjt7cx .mpj92h3 .mp0wv9v .mp322c7.mppnzov{
  left: -24px;
  height: 13px;
}

.mpjt7cx .mpj92h3 .mp0wv9v .mp322c7.mpxd7e6{
  left: -19px;
  height: 16px;
}

.mpjt7cx .mpj92h3 .mp0wv9v .mp322c7.mpj2yex{
  left: -13px;
  height: 19px;
}

.mpitafl .mpiyzvs{
  position: relative;
  display: block;
  padding: 0px 30px;
}

.mpitafl .mpiyzvs h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 29px;
}

.mpitafl .mpiyzvs h3 a{
  display: inline-block;
  color: #1b1e31;
}

.mpitafl .mpiyzvs h3 a:hover{
  color: var(--theme-color);
}

.mpitafl .mpiyzvs .mp3xzco{
  position: relative;
  max-width: 269px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 33px;
  padding: 77.5px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.mpitafl .mpiyzvs .mp3xzco .mpmiqto a img{
  display: inline-block;
}

.mpitafl .mpiyzvs p{
  margin-bottom: 11px;
}

.mpaayyp .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.mpaayyp .owl-dots button span{
  display: none !important;
}

.mpaayyp .owl-dots button{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  color: #abaeab;
  font-weight: 600;
  margin: 0px 20px;
  margin-left: 15px;
}

.mpaayyp .owl-dots button:before{
  position: absolute;
}

.mpaayyp .owl-dots button:first-child:before{
  content: '1';
}

.mpaayyp .owl-dots button:nth-child(2):before{
  content: '2';
}

.mpaayyp .owl-dots button:nth-child(3):before{
  content: '3';
}

.mpaayyp .owl-dots button:nth-child(4):before{
  content: '4';
}

.mpaayyp .owl-dots button:nth-child(5):before{
  content: '5';
}

.mpaayyp .owl-dots button:last-child(6):before{
  content: '6';
}

.mpaayyp .owl-dots button.active{
  color: #1b1d24;
}

.mpaayyp .owl-dots button:after{
  position: absolute;
  content: '';
  background: #abaeab;
  width: 6px;
  height: 1px;
  left: -17px;
  top: 17px;
}

.mpaayyp .owl-dots button:first-child:after{
  display: none;
}

.mpaayyp .owl-nav{
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  width: 205px;
  margin: 0 auto;
}

.mpaayyp .owl-nav button{
  position: absolute;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  color: #1b1d24;
  transition: all 500ms ease;
}

.mpaayyp .owl-nav button.owl-prev{
  left: 0px;
}

.mpaayyp .owl-nav button.owl-next{
  right: 0px;
}

.mpaayyp .owl-nav button:hover{
  color: var(--theme-color);
}


/** education-details **/

.mpeyrjp{
  position: relative;
}

.mpxvcrp{
  position: relative;
  display: block;
}

.mpxvcrp .mp1ztep .mpdtp6h li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
  padding-left: 27px;
  padding-top: 2px;
}

.mpxvcrp .mp1ztep .mpdtp6h li:last-child{
  margin: 0px !important;
  padding-left: 32px;
}

.mpxvcrp .mp1ztep .mpdtp6h li .mpbljd6{
  position: absolute;
  left: 0px;
  top: 0px;
}

.mpxvcrp .mp1ztep .mpdtp6h{
  margin-bottom: 15px;
}

.mpxvcrp .mp1ztep h2{
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  max-width: 650px;
  margin-bottom: 19px;
}

.mpxvcrp .mp1ztep .mpru44s{
  position: relative;
  display: block;
  padding-left: 61px;
}

.mpxvcrp .mp1ztep .mpru44s .mp3lykm{
  position: absolute;
  left: 0px;
  top: -1px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.mpxvcrp .mp1ztep .mpru44s .mp3lykm img{
  width: 100%;
  border-radius: 50%;
}

.mpxvcrp .mp1ztep .mpru44s h5{
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.mpxvcrp .mp1ztep .mpru44s .mpkykdu{
  position: relative;
  display: block;
}

.mpxvcrp .mp1ztep .mp4yg1r{
  position: absolute;
  right: 0px;
  bottom: 3px;
  z-index: 1;
}

.mpxvcrp .mp1ztep .mp4yg1r li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.mpxvcrp .mp1ztep .mp4yg1r li:last-child{
  margin: 0px !important;
}

.mpxvcrp .mp1ztep .mp4yg1r li button,
.mpxvcrp .mp1ztep .mp4yg1r li a{
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #a8a9b3;
  transition: all 500ms ease;
}

.mpxvcrp .mp1ztep .mp4yg1r li button:hover,
.mpxvcrp .mp1ztep .mp4yg1r li a:hover{
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.mpxvcrp .mp1ztep{
  position: relative;
  margin-bottom: 47px;
}

.mpxvcrp .mp035fo .mpox6p1{
  position: relative;
  width: 100%;
  padding: 9px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  margin-bottom: 42px;
}

.mpxvcrp .mp035fo .mpox6p1 li{
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
  padding: 11px 15px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  border-radius: 5px;
  transition: all 500ms ease;
}

.mpxvcrp .mp035fo .mpox6p1 li.mpg1uxu{
  background: var(--theme-color);
}

.mpxvcrp .mp035fo .mpox6p1 li h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #6e6e6e;
  font-weight: 600;
  transition: all 500ms ease;
}

.mpxvcrp .mp035fo .mpox6p1 li.mpg1uxu h5{
  color: #fff;
}

.mpxvcrp .mp035fo h3{
  display: block;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 8px;
}

.mpxvcrp .mpj26ga .mpc8j1v p{
  position: relative;
  display: block;
  padding-left: 26px;
}

.mpxvcrp .mpj26ga .mpc8j1v p i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 16px;
  color: var(--theme-color);
}

.mpxvcrp .mpj26ga .mpc8j1v{
  margin-bottom: 23px;
}

.mpxvcrp .mpj26ga .mp9gti1{
  position: relative;
  display: block;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  margin-bottom: 43px;
}

.mpxvcrp .mpj26ga .mp9gti1 li{
  position: relative;
  display: block;
  padding: 24px 30px;
  border-bottom: 1px solid #e8e8e8;
}

.mpxvcrp .mpj26ga .mp9gti1 li:last-child{
  border-bottom: none;
}

.mpxvcrp .mpj26ga .mp9gti1 li button{
  position: relative;
  display: block;
  width: 100%;
  padding-left: 40px;
  font-size: 17px;
  color: #6e6e6e;
  cursor: pointer;
  text-align: left;
  transition: all 500ms ease;
}

.mpxvcrp .mpj26ga .mp9gti1 li button i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 24px;
  color: #a8a9b3;
}

.mpxvcrp .mpj26ga .mp9gti1 li button.downloaded{
  color: #1b1e31;
  font-weight: 700;
}

.mpxvcrp .mpj26ga .mp9gti1 li button span{
  position: absolute;
  top: 0px;
  right: 0px;
  color: #6e6e6e;
  font-weight: 400;
  padding-right: 40px;
}

.mpxvcrp .mpj26ga .mp9gti1 li button span:before{
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #a8a9b3;
  top: -1px;
  right: 0px;
  font-size: 18px;
}

.mpxvcrp .mpj26ga .mp9gti1 li button.downloaded span:before{
  top: -5px;
  color: #ffbba5;
}

.mpxvcrp .mpj26ga .mp9gti1 li button.downloaded span:after{
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--theme-color);
  top: 3px;
  right: 0px;
  font-size: 18px;
}

.mpxvcrp .mpj26ga .mphp72a p{
  margin-bottom: 24px;
}

.mpxvcrp .mphp72a h3{
  margin-bottom: 17px;
}

.mpxvcrp .mp035fo h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.mppyicz li{
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 8px;
}

.mppyicz li:last-child{
  margin-bottom: 0px;
}

.mppyicz li:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 2px;
  height: 14px;
  left: 2px;
  top: 8px;
}

.mppyicz li:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 6px;
  height: 8px;
  left: 0px;
  top: 11px;
}

.mpxvcrp .mp035fo .mppyicz{
  margin-bottom: 43px;
}

.mpxvcrp .mpj26ga .mp3xzco{
  position: relative;
  width: 100%;
  padding: 178px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  border-radius: 5px;
}

.mpnbi52.mpx5clg{
  background: #1b1e31;
  padding: 15px 37px;
}

.mpnbi52.mpx5clg:hover{
  color: var(--theme-color);
  color: #fff;
}

.mpxvcrp .mp8z568 .mpws8fk{
  position: relative;
  display: block;
  padding-left: 100px;
}

.mpxvcrp .mp8z568 .mpws8fk .mp4xlqe{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.mpxvcrp .mp8z568 .mpws8fk .mp4xlqe img{
  width: 100%;
  border-radius: 50%;
}

.mpxvcrp .mp8z568 .mpws8fk h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mpxvcrp .mp8z568 .mpws8fk h4 span{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  color: #6e6e6e;
}

.mpxvcrp .mp8z568 .mpws8fk p{
  display: block;
  margin-bottom: 9px;
}

.mpxvcrp .mp8z568 .mpws8fk .mpwe5rx li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 18px;
  color: var(--theme-color);
  margin-right: 5px;
}

.mpxvcrp .mp8z568 .mpws8fk .mpwe5rx li:last-child{
  margin: 0px !important;
}

.mpxvcrp .mp8z568 .mpws8fk{
  margin-bottom: 23px;
}

.mpxvcrp .mp8z568 .mpws8fk:last-child{
  margin-bottom: 0px;
}

.mpxvcrp .mp8z568 .mp0pf5q{
  margin-bottom: 33px;
}

.mpxvcrp .mp8z568 .mp41wkp .mpc8j1v{
  margin-bottom: 32px;
}

.mpxvcrp .mp8z568 .mp41wkp form{
  position: relative;
  margin: 0px 5px;
}

.mpxvcrp .mp8z568 .mp41wkp .mpc8j1v p span{
  color: var(--theme-color);
}

.mpxvcrp .mp035fo .mp8z568 h3{
  margin-bottom: 25px;
}

.mpxvcrp .mp8z568 .mp41wkp h3{
  margin-bottom: 3px;
}

.mp3m9yx .form-group{
  position: relative;
  margin-bottom: 20px;
  padding: 0px 10px;
}

.mp3m9yx .form-group:last-child{
  margin-bottom: 0px;
}

.mp3m9yx .form-group input[type='text'],
.mp3m9yx .form-group input[type='email'],
.mp3m9yx .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  font-size: 17px;
  color: #6e6e6e;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.mp3m9yx .form-group textarea{
  display: block;
  height: 120px;
  resize: none;
}

.mp3m9yx .form-group input:focus,
.mp3m9yx .form-group textarea:focus{
  border-color: var(--theme-color);
}

.mp3m9yx .mpweybm label:before{
  border-color: #e8e8e8;
  background: #f4f4f4;
}

.mp3m9yx .mpweybm{
  padding-bottom: 6px;
}

.mpxvcrp .mph0d8l h3{
  margin-bottom: 30px;
}

.mpxvcrp .mp035fo .mpg1nto .mp3pwuh h4{
  margin-bottom: 5px;
}

.mpbnq71{
  position: relative;
  display: block;
  margin-left: 30px;
  border: 2px solid var(--theme-color);
  border-radius: 5px;
  padding: 30px 28px 38px 28px;
}

.mpbnq71 .mp1ztep{
  margin-bottom: 20px;
}

.mpbnq71 .mp1ztep h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 8px;
}

.mpbnq71 .mp1ztep h3 del{
  color: #a8a9b3;
  margin-left: 8px;
}

.mpbnq71 .mp1ztep p{
  margin-bottom: 12px;
}

.mpbnq71 .mp1ztep .mpwe5rx li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  color: #767877;
  margin-right: 5px;
}

.mpbnq71 .mp1ztep .mpwe5rx li:last-child{
  margin: 0px !important;
}

.mpbnq71 .mp1ztep .mpwe5rx li i{
  position: relative;
  top: 2px;
  color: var(--theme-color);
  font-size: 18px;
}

.mpbnq71 .mp1ztep .mpwe5rx li span{
  font-size: 17px;
  font-weight: 600;
  color: #1b1e31;
}

.mpbnq71 .mp1ztep .mpwe5rx{
  margin-bottom: 8px;
}

.mpbnq71 .mptorzp li{
  position: relative;
  display: block;
  border-bottom: 1px solid #e8e8e8;
  padding: 16px 0px;
  padding-left: 27px;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--title-font);
  color: #1b1e31;
  font-weight: 600;
}

.mpbnq71 .mptorzp li:last-child{
  border-bottom: none;
}

.mpbnq71 .mptorzp li i{
  position: absolute;
  left: 0px;
  top: 19px;
  font-size: 18px;
  color: #b5b5be;
  font-weight: 400;
}

.mpbnq71 .mptorzp li span{
  position: relative;
  float: right;
  font-size: 17px;
  font-family: var(--text-font);
  color: #6e6e6e;
  font-weight: 400;
}

.mpbnq71 .mptorzp{
  margin-bottom: 19px;
}

.mpbnq71 .mpzrx25 .mpnbi52{
  width: 100%;
}

.mpbnq71 .mpzrx25{
  margin-bottom: 40px;
}

.mpbnq71 .mp73dxi li{
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}

.mpbnq71 .mp73dxi li a{
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #a8a9b3;
}

.mpbnq71 .mp73dxi li a:hover{
  color: #fff;
  border-color: var(--theme-color);
  background: var(--theme-color);
}


/** about-style-two **/

.mpy6lq3{
  position: relative;
  padding: 120px 0px;
}

.mpy6lq3 .mp42bep{
  position: relative;
  display: block;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.mpy6lq3 .mp42bep img{
  width: 100%;
}

.mpy6lq3 .mp42bep:before{
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.mpy6lq3 .mp42bep:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.mpy6lq3 .mp2w1mf{
  position: relative;
  display: block;
  margin-top: -7px;
}

.mpy6lq3 .mp2w1mf .mpdwgly{
  margin-bottom: 31px;
}

.mpy6lq3 .mp2w1mf .mpiyzvs{
  position: relative;
  display: block;
  margin-top: 29px;
  margin-bottom: 23px;
  padding-bottom: 20px;
}

.mpy6lq3 .mp2w1mf .mpiyzvs:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 100%;
  height: 5px;
  left: 0px;
  bottom: 0px;
  border-radius: 5px;
}

.mpy6lq3 .mp2w1mf .mpiyzvs h4{
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.mpy6lq3 .mp2w1mf .mpiyzvs h2{
  display: block;
  font-size: 60px;
  line-height: 50px;
  font-weight: 600;
}

.mpy6lq3 .mp2w1mf .mpiyzvs .mpsa7ae{
  position: absolute;
  right: 0px;
  bottom: 16px;
}

.mpy6lq3 .mp2w1mf .mpzrx25{
  display: block;
  margin-top: 42px;
}


/** statements-section **/

.mpklty2{
  position: relative;
  padding: 120px 0px;
}

.mpklty2 .mp035fo{
  position: relative;
  width: 100%;
  padding-left: 200px;
}

.mpklty2 .mp035fo .mp50qv5{
  position: absolute;
  left: 0px;
  top: 0px;
}

.mpklty2 .mpw1t2s .mpiyzvs{
  position: relative;
  padding-right: 420px;
}

.mpklty2 .mpw1t2s .mpiyzvs .mp42bep{
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 5px;
}

.mpklty2 .mpw1t2s .mpiyzvs .mp42bep img{
  width: 100%;
  border-radius: 5px;
}

.mpklty2 .mpw1t2s .mp2w1mf{
  position: relative;
  display: block;
  background: #fff;
  padding: 70px 80px 80px 80px;
  border-radius: 5px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
  z-index: 1;
}

.mpklty2 .mpw1t2s .mp2w1mf .mpdwgly{
  margin-bottom: 21px;
}

.mpklty2 .mpw1t2s .mp2w1mf p{
  margin-bottom: 26px;
}

.mpklty2 .mpw1t2s .mp2w1mf .mppyicz{
  margin-bottom: 33px;
}

.mpklty2 .mpw1t2s .mp2w1mf .mpsa7ae{
  position: relative;
  padding: 9px 0px 9px 60px;
}

.mpklty2 .mpw1t2s .mp2w1mf .mpsa7ae .mpbljd6{
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 42px;
  background: #1b1e31;
  text-align: center;
  border-radius: 50%;
}

.mpklty2 .mpox6p1 li{
  position: relative;
  display: block;
  width: 150px;
  height: 170px;
  text-align: center;
  margin-bottom: 20px;
  z-index: 1;
  cursor: pointer;
  transition: all 500ms ease;
}

.mpklty2 .mpox6p1 li:before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-46.png);
  width: 150px;
  height: 170px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.mpklty2 .mpox6p1 li.mpg1uxu:before{
  opacity: 0;
}

.mpklty2 .mpox6p1 li:after{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-47.png);
  width: 150px;
  height: 170px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.mpklty2 .mpox6p1 li.mpg1uxu:after{
  opacity: 1;
}

.mpklty2 .mpox6p1 li:last-child{
  margin-bottom: 0px;
}

.mpklty2 .mpox6p1 li span{
  position: absolute;
  left: 7px;
  top: 0px;
  height: 170px;
  text-align: center;
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #1b1e31;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  transition: all 500ms ease;
  z-index: 1;
}

.mpklty2 .mpox6p1 li.mpg1uxu span{
  color: #fff;
}

.mpklty2 .mpox6p1 li .mpbljd6{
  position: absolute;
  top: 14px;
  right: 0px;
  width: 107px;
  height: 142px;
  line-height: 142px;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.mpklty2 .mpox6p1 li .mpbljd6 img{
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 500ms ease;
}

.mpklty2 .mpox6p1 li.mpg1uxu .mpbljd6 img{
  filter: grayscale(0%);
  opacity: 1;
}

.mp4sd75 .mpne728 .mpbljd6:after{
  background: var(--theme-color);
}

.mp4sd75 .mpne728 h3 span{
  color: var(--theme-color);
}

.mpx22g5 .mpx0vk9 .owl-nav button:hover{
  color: var(--theme-color-two);
}

.mpx0vk9 .owl-nav button:hover{
  color: var(--theme-color);
}


/** team-section **/

.mpz97uf{
  position: relative;
  padding: 113px 0px 112px 0px;
  background: #f4f4f4;
}

.mpb3b80{
  max-width: 250px;
  margin: 0 auto;
}

.mpb3b80 .mpiyzvs{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 43px;
}

.mpb3b80 .mpiyzvs .mp42bep{
  position: relative;
  display: inline-block;
  width: 250px;
  height: 250px;
  background: #fff;
  border-radius: 50%;
  padding: 16px;
  z-index: 1;
}

.mpb3b80 .mpiyzvs .mp42bep .mpiu96g{
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  border: 1px solid var(--theme-color);
  z-index: 1;
}

.mpb3b80 .mpiyzvs .mp42bep .mpiu96g img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: all 500ms ease;
  aspect-ratio: 1/1;
}

.mpb3b80 .mpiyzvs .mp42bep .mphplte{
  position: absolute;
  top: 0px;
  right: 0px;
}

.mpb3b80 .mpiyzvs .mp42bep .mphplte:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 100px;
  height: 60px;
  border-radius: 0px 50px 50px 0px;
  transform: rotate(-45deg);
  top: 14px;
  right: -6px;
}

.mpb3b80 .mpiyzvs .mp42bep .mphplte .mptju0u{
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  top: 7px;
  right: 7px;
  transition: all 500ms ease;
}

.mpb3b80 .mpiyzvs .mp42bep .mphplte .mptju0u img{
  position: relative;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 500ms ease;
}

.mpb3b80 .mpiyzvs .mp42bep .mphplte:hover .mptju0u img{
  filter: grayscale(0%);
  opacity: 1;
}

.mpb3b80 .mpiyzvs .mp42bep .mphplte .mp4erdp{
  position: absolute;
  top: 80px;
  right: 0px;
  width: 44px;
  z-index: 2;
  transform-origin: top center;
  transform: scaleY(0);
  opacity: 0;
  transition: all 500ms ease;
}

.mpb3b80 .mpiyzvs .mp42bep .mphplte .mp4erdp:before{
  position: absolute;
  content: '';
  background: transparent;
  width: 100%;
  height: 20px;
  left: 0px;
  top: -20px;
}

.mpb3b80 .mpiyzvs .mp42bep .mphplte:hover .mp4erdp{
  transform: scaleY(1);
  opacity: 1;
}

.mpb3b80 .mpiyzvs .mp42bep .mphplte .mp4erdp li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.mpb3b80 .mpiyzvs .mp42bep .mphplte .mp4erdp li:last-child{
  margin-bottom: 0px;
}

.mpb3b80 .mpiyzvs .mp42bep .mphplte .mp4erdp li a{
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
}

.mpb3b80 .mpiyzvs .mp42bep .mphplte .mp4erdp li:first-child a{
  background: #3b5998;
}

.mpb3b80 .mpiyzvs .mp42bep .mphplte .mp4erdp li:nth-child(2) a{
  background: #55acee;
}

.mpb3b80 .mpiyzvs .mp42bep .mphplte .mp4erdp li:last-child a{
  background: #3f729b;
}

.mpb3b80 .mpiyzvs .mpummlr{
  position: relative;
  display: block;
  padding-top: 23px;
}

.mpb3b80 .mpiyzvs .mpummlr h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 2px;
}

.mpb3b80 .mpiyzvs .mpummlr h3 a{
  display: inline-block;
  color: #1b1e31;
}

.mpb3b80 .mpiyzvs .mpummlr h3 a:hover{
  color: var(--theme-color);
}

.mpb3b80 .mpiyzvs .mpummlr .mpkykdu{
  position: relative;
  display: block;
  font-weight: 600;
}

.mpz97uf .owl-nav{
  position: absolute;
  top: -118px;
  right: 0px;
}

.mpz97uf .owl-nav .owl-prev{
  margin-right: 10px;
}

.mpz97uf .owl-nav button{
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.mp9ji2y .mp2qiv5 .mpru44s:before{
  background: var(--theme-color);
}


/** growth-section **/

.mpd7ze1{
  position: relative;
  background: #1b1e31;
  padding: 114px 0px 157px 0px;
}

.mpd7ze1 .mp2w1mf{
  position: relative;
  display: block;
  margin-right: 70px;
}

.mpd7ze1 .mp2w1mf .mpdwgly{
  margin-bottom: 21px;
}

.mpd7ze1 .mp2w1mf .mpc8j1v p{
  color: #a8a9b3;
  margin-bottom: 32px;
}

.mpd7ze1 .mp2w1mf .mpnbi52{
  padding: 15px 37px;
}

.mpd7ze1 .mp2w1mf .mpnbi52:hover{
  background: #fff;
  color: var(--theme-color);
}

.mpx5fdo{
  position: relative;
  display: block;
  margin-bottom: 38px;
}

.mpx5fdo:last-child{
  margin-bottom: 0px;
}

.mpx5fdo .mp322c7{
  position:relative;
  width:100%;
  height:8px;
  background: #24283c;
}
  
.mpx5fdo .mp3qavb{
  position:relative;
  display:block;
  background: -webkit-linear-gradient(0deg, #1b1e31, #fe5924 100%);
  width:0px;
  height:8px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.mpx5fdo .mp3qavb:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 15px;
  height: 16px;
  top: -4px;
  right: -14px;
  clip-path: polygon(0% 0%, 100% 50%, 100% 50%, 0% 100%, 0% 0%);
}
  
.mpx5fdo .mp1aexw{
  position: absolute;
  top: -39px;
  right: 19px;
  font-size: 18px;
  line-height: 26px;
  font-family: var(--title-font);
  font-weight: 600;
  color: #fff;
}

.mpx5fdo h6{
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
  margin-left: 20px;
}

.mpd7ze1 .mpdaq7x{
  position: relative;
  display: block;
}

.mpd7ze1 .mpdaq7x h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  padding-left: 20px;
  margin-bottom: 55px;
}

.mpd7ze1 .mpdaq7x h5:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0px;
  top: 10px;
}

.mpd7ze1 .mpiaxqv{
  position: relative;
  padding-bottom: 34px;
}

.mpd7ze1 .mpiaxqv .mpsa7ae{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  min-height: 278px;
}

.mpd7ze1 .mpiaxqv .mpsa7ae .mpviklp{
  position: absolute;
  bottom: 0px;
  width: 1px;
  height: 100%;
  background: #32364f;
}

.mpd7ze1 .mpiaxqv .mpsa7ae .mp5io34{
  z-index: 1;
}

.mpd7ze1 .mpiaxqv .mpsa7ae .mpznxu4{
  left: 20%;
}

.mpd7ze1 .mpiaxqv .mpsa7ae .mp5ecg1{
  left: 40%;
}

.mpd7ze1 .mpiaxqv .mpsa7ae .mp03cxg{
  left: 60%;
}

.mpd7ze1 .mpiaxqv .mpsa7ae .mp9pxmu{
  left: 80%;
}

.mpd7ze1 .mpiaxqv .mpsa7ae .mpyga33{
  left: 100%;
  z-index: 1;
}

.mpd7ze1 .mpiaxqv .mpy3hd2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.mpd7ze1 .mpiaxqv .mpy3hd2 .text{
  position: absolute;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  color: #a8a9b3;
  bottom: -40px;
}

.mpd7ze1 .mpiaxqv .mpy3hd2 .mpa5z60{
  left: 19%;
}

.mpd7ze1 .mpiaxqv .mpy3hd2 .mpoe0gz{
  left: 39%;
}

.mpd7ze1 .mpiaxqv .mpy3hd2 .mpwkk0q{
  left: 59%;
}

.mpd7ze1 .mpiaxqv .mpy3hd2 .mpjrazd{
  left: 79%;
}

.mpd7ze1 .mpiaxqv .mpy3hd2 .mpg43ve{
  left: 95%;
}

.mphekj4 .mpiyzvs .mpbljd6 img{
  filter: grayscale(100%);
  transition: all 500ms ease;
}

.mphekj4 .mpiyzvs:hover .mpbljd6 img{
  filter: grayscale(0%);
}


/** history-section **/

.mpeiwav{
  position: relative;
  padding: 120px 0px 120px 0px;
}

.mpeiwav .mpiyzvs{
  position: relative;
  display: block;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 45px;
}

.mpeiwav .mpiyzvs:last-child{
  margin-bottom: 0px;
}

.mpeiwav .mp42bep{
  position: relative;
  display: block;
  border-radius: 5px;
}

.mpeiwav .mp42bep img{
  width: 100%;
  border-radius: 5px;
}

.mp1shx4{
  margin-right: 30px;
}

.mplrtl2{
  margin-left: 30px;
}

.mpeiwav .mp2w1mf{
  position: relative;
  display: block;
}

.mpeiwav .mp2w1mf h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 33px;
}

.mpeiwav .mpiyzvs .mp2w1mf h2:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 2px;
  height: 50px;
  top: 30px;
  left: -46px;
}

.mpeiwav .mpiyzvs:nth-child(2n+1) .mp2w1mf h2:before{
  right: -46px;
  left: inherit;
}

.mpeiwav .mpiyzvs .mp2w1mf h2:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 26px;
  height: 30px;
  top: 8px;
  left: -46px;
  clip-path: polygon(0% 0%, 100% 50%, 100% 50%, 0% 100%, 0% 0%);
}

.mpeiwav .mpiyzvs:nth-child(2n+1) .mp2w1mf h2:after{
  right: -46px;
  left: inherit;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 50%, 0% 0%);
}

.mpeiwav .mp2w1mf h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 4px;
}

.mpeiwav .mp2w1mf h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 9px;
}

.mpeiwav .mp2w1mf p{
  margin-bottom: 24px;
}

.mpeiwav .mpefwia{
  position: relative;
  padding-top: 62px;
  padding-bottom: 62px;
}

.mpeiwav .mpefwia .mpe0cip{
  position: absolute;
  background: #e8e8e8;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0px;
  margin-left: -1px;
}

.mpeiwav .mpefwia .mpe0cip:before{
  position: absolute;
  content: '';
  background: #fff;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  left: -5px;
  top: 0px;
  width: 12px;
  height: 12px;
}

.mpeiwav .mpefwia .mpe0cip:after{
  position: absolute;
  content: '';
  background: #fff;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  left: -5px;
  bottom: 0px;
  width: 12px;
  height: 12px;
}

.mpbfbjk{
  position: relative;
  padding: 120px 0px 40px 0px;
  background: #f4f4f4;
}

.mpbfbjk .mpb3b80 .mpiyzvs{
  margin-bottom: 72px;
}



/** blog-grid **/

.mpns7rt{
  position: relative;
  padding: 120px 0px 118px 0px;
}

.mpns7rt .mpuzban .mpiyzvs:hover .mp42bep .mpiu96g:before{
  width: 100%;
}

.mpns7rt .mpuzban .mpiyzvs .mp42bep .mpiu96g{
  background: transparent;
}

.mpns7rt .mpuzban .mpiyzvs:hover .mp42bep .mp6zl4d{
  opacity: 0;
}

.mpuzban .mpiyzvs .mp42bep .mpthj3a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.mpuzban .mpiyzvs .mp42bep .mpthj3a a{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 80px;
  font-size: 30px;
  color: #fff;
  background: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  transform: scale(0,0);
}

.mpuzban .mpiyzvs .mp42bep .mpthj3a a:hover{
  background: #fff;
  color: var(--theme-color);
}

.mpuzban .mpiyzvs:hover .mp42bep .mpthj3a a{
  transform: scale(1,1);
}

.mpns7rt .mpuzban .mpiyzvs{
  margin-bottom: 50px;
}



/** sidebar-page-container **/

.mp5cvlu{
  position: relative;
  padding: 120px 0px;
}

.mp0z3fa{
  position: relative;
  display: block;
}

.mp0z3fa .mpbjfag{
  margin-bottom: 42px;
}

.mp0z3fa .mpbjfag .mph3v21 .form-group{
  position: relative;
  margin: 0px;
}

.mp0z3fa .mpbjfag .mph3v21 .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  font-size: 17px;
  color: #6e6e6e;
  padding: 10px 70px 10px 20px;
  transition: all 500ms ease;
}

.mp0z3fa .mpbjfag .mph3v21 .form-group input[type='search']:focus{
  border-color: var(--theme-color);
}

.mp0z3fa .mpbjfag .mph3v21 .form-group button[type='submit']{
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 5px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: #f4f4f4;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.mp0z3fa .mpa1vzp{
  position: relative;
  display: block;
  margin-bottom: 22px;
  padding-left: 18px;
}

.mp0z3fa .mpa1vzp:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 2px;
  height: 16px;
  left: 2px;
  top: 8px;
}

.mp0z3fa .mpa1vzp:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 6px;
  height: 8px;
  left: 0px;
  top: 12px;
}

.mp0z3fa .mpa1vzp h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.mp0z3fa .mpauhcd .mp42bep{
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 24px;
}

.mp0z3fa .mpauhcd .mp42bep .mpiu96g{
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid var(--theme-color);
  z-index: 1;
}

.mp0z3fa .mpauhcd .mp42bep .mpiu96g img{
  width: 100%;
  border-radius: 50%;
  transition: all 500ms ease;
}

.mp0z3fa .mpauhcd .mp42bep .mphplte{
  position: absolute;
  top: 0px;
  right: 0px;
}

.mp0z3fa .mpauhcd .mp42bep .mphplte:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 100px;
  height: 54px;
  border-radius: 0px 50px 50px 0px;
  transform: rotate(-45deg);
  top: -4px;
  right: -27px;
}

.mp0z3fa .mpauhcd .mp42bep .mphplte .mptju0u a{
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  top: -12px;
  right: -12px;
  transition: all 500ms ease;
}

.mp0z3fa .mpauhcd .mp42bep .mphplte .mptju0u img{
  position: relative;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 500ms ease;
}

.mp0z3fa .mpauhcd .mp42bep .mphplte .mptju0u a:hover img{
  filter: grayscale(0%);
  opacity: 1;
}

.mp0z3fa .mpauhcd .mpdam9h{
  position: relative;
  display: block;
  background: #f4f4f4;
  padding: 50px 20px 31px 20px;
  border-radius: 5px;
}

.mp0z3fa .mpauhcd .mpdam9h h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.mp0z3fa .mpauhcd .mpdam9h h5{
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 14px;
}

.mp0z3fa .mpauhcd .mpdam9h p{
  line-height: 24px;
  margin-bottom: 16px;
}

.mp0z3fa .mpauhcd{
  margin-bottom: 43px;
}

.mp0z3fa .mpjfw5m .mpcz199 li{
  position: relative;
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid #e8e8e8;
}

.mp0z3fa .mpjfw5m .mpdam9h{
  position: relative;
  display: block;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 12px 30px 11px 30px;
}

.mp0z3fa .mpjfw5m .mpcz199 li:last-child{
  border-bottom: none;
}

.mp0z3fa .mpjfw5m .mpcz199 li a{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #6e6e6e;
  font-weight: 700;
  text-transform: uppercase;
}

.mp0z3fa .mpjfw5m .mpcz199 li a span{
  position: relative;
  display: inline-block;
  float: right;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background: var(--theme-color);
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  transition: all 500ms ease;
}

.mp0z3fa .mpjfw5m .mpcz199 li a:hover span{
  opacity: 1;
}

.mp0z3fa .mpjfw5m .mpcz199 li a:hover{
  padding-left: 20px;
  color: #1b1e31;
}

.mp0z3fa .mpjfw5m .mpcz199 li a:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 12px;
  height: 9px;
  left: 0px;
  top: 8px;
  border-radius: 2px;
  opacity: 0;
  transition: all 500ms ease;
}

.mp0z3fa .mpjfw5m .mpcz199 li a:hover:before{
  opacity: 1;
}

.mp0z3fa .mpjfw5m{
  margin-bottom: 44px;
}

.mp0z3fa .mpcls0b .mpa1vzp{
  margin-bottom: 25px;
}

.mp0z3fa .mpcls0b .mpdq0m7{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.mp0z3fa .mpcls0b .mpdq0m7:last-child{
  margin-bottom: 0px;
}

.mp0z3fa .mpcls0b .mpdq0m7 h6{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.mp0z3fa .mpcls0b .mpdq0m7 h6:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 12px;
  height: 9px;
  left: 0px;
  top: 7px;
  border-radius: 2px;
}

.mp0z3fa .mpcls0b .mpdq0m7 .mp42bep{
  position: relative;
  display: block;
  border-radius: 5px;
  margin-bottom: 13px;
  overflow: hidden;
}

.mp0z3fa .mpcls0b .mpdq0m7 .mp42bep img{
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.mp0z3fa .mpcls0b .mpdq0m7:hover .mp42bep img{
  transform: scale(1.05);
}

.mp0z3fa .mpcls0b .mpdq0m7 h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.mp0z3fa .mpcls0b .mpdq0m7 h5 a{
  display: inline-block;
  color: #1b1e31;
}

.mp0z3fa .mpcls0b .mpdq0m7 h5 a:hover{
  color: var(--theme-color);
}

.mp0z3fa .mpcls0b .owl-nav{
  position: relative;
  display: block;
  margin-top: 17px;
  left: -6px;
}

.mp0z3fa .mpcls0b .owl-nav button{
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #1b1d24;
  cursor: pointer;
  margin: 0px;
  transition: all 500ms ease;
}

.mp0z3fa .mpcls0b .owl-nav button:hover{
  color: var(--theme-color);
}

.mp0z3fa .mpcls0b{
  margin-bottom: 26px;
}

.mp0z3fa .mpc0y5g .mp3blik li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.mp0z3fa .mpc0y5g .mp3blik li a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-family: var(--text-font);
  color: #6e6e6e;
  background: #f4f4f4;
  padding: 6px 10px;
  border-radius: 5px;
}

.mp0z3fa .mpc0y5g .mp3blik li a:hover{
  color: #fff;
  background: var(--theme-color);
}

.mp0z3fa .mpc0y5g .mpa1vzp{
  margin-bottom: 30px;
}

.mp0z3fa .mpc0y5g{
  margin-bottom: 45px;
}

.mp0z3fa .mprblh6 .mpdam9h{
  position: relative;
  display: block;
  background: #1b1e31;
  padding: 31px 20px 40px 20px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}

.mp0z3fa .mprblh6 .mpdam9h h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 7px;
}

.mp0z3fa .mprblh6 .mpdam9h p{
  display: block;
  color: #a8a9b3;
  margin-bottom: 207px;
}

.mp0z3fa .mprblh6 .mpdam9h .mpnbi52{
  padding: 14px 36px;
}

.mp0z3fa .mprblh6 .mpdam9h .mpqmen8{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mpwzs4c .mpuzban .mpiyzvs{
  margin-bottom: 42px;
}

.mpstog0 .mpl2m1l{
  position: relative;
}

.mpstog0 .mpl2m1l:before{
  position: absolute;
  content: '';
  background: #e8e8e8;
  width: 1px;
  height: calc(100% + 240px);
  top: -120px;
  right: 50px;
}

.mpjjslj{
  position: relative;
  display: block;
  padding-right: 100px;
}

.mpuzban .mpiyzvs .mpummlr h2{
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 13px;
}

.mpuzban .mpiyzvs .mpummlr h2 a{
  display: inline-block;
  color: #1b1e31;
}

.mpuzban .mpiyzvs .mpummlr h2 a:hover{
  color: var(--theme-color);
}

.mpuzban .mpiyzvs .mpummlr .mpru44s .mpepi2t li.mpxjwtk{
  color: var(--theme-color);
}

.mpuzban .mpiyzvs .mpummlr .mpru44s .mphplte{
  position: absolute;
  right: 0px;
  bottom: 1px;
}

.mpuzban .mpiyzvs .mpummlr .mpru44s .mphplte a{
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}

.mpuzban .mpiyzvs .mpummlr .mpru44s .mphplte a:hover{
  border-color: var(--theme-color);
}

.mpuzban .mpiyzvs .mpummlr .mpru44s .mphplte a img{
  display: inline-block;
  width: 42px;
  height: 40px;
  border-radius: 50%;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 500ms ease;
}

.mpuzban .mpiyzvs .mpummlr .mpru44s .mphplte a:hover img{
  opacity: 1;
  filter: grayscale(0%);
}

.mpjjslj .mpuzban .mpiyzvs .mpummlr{
  padding-top: 26px;
}

.mpjjslj .mpuzban .mpiyzvs .mpummlr p{
  padding-bottom: 22px;
  margin-bottom: 30px;
}

.mpjjslj .mpuzban .mpiyzvs{
  margin-bottom: 60px;
}

.mpjjslj .mpuzban .mpiyzvs .mpummlr .mpru44s .mpepi2t li span.mpxjwtk{
  color: var(--text-color);
}


/** blog-details **/

.mpaj0yc{
  position: relative;
  margin-right: 100px;
}

.mpkebgw .mpl2m1l{
  position: relative;
}

.mpkebgw .mpl2m1l:before{
  position: absolute;
  content: '';
  background: #e8e8e8;
  width: 1px;
  height: calc(100% + 240px);
  top: -120px;
  right: 50px;
}

.mpaj0yc .mpuzban .mpiyzvs .mpummlr{
  padding-top: 0px;
  padding-bottom: 28px;
}

.mpaj0yc .mpuzban .mpiyzvs .mpummlr h2{
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0px;
  margin-top: 22px;
}

.mpaj0yc .mpuzban .mpiyzvs:hover .mp42bep .mpiu96g img{
  opacity: 1;
  transform: scale(1);
}

.mpaj0yc .mpuzban .mpiyzvs{
  margin-bottom: 53px;
}

.mpaj0yc .mppmern p{
  margin-bottom: 19px;
}

.mpaj0yc .mppmern p:last-child{
  margin-bottom: 0px;
}

.mpaj0yc .mppmern p:first-child{
  margin-bottom: 0px;
  padding-left: 55px;
}

.mpaj0yc .mppmern p span{
  position: absolute;
  left: 0px;
  top: 7px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--theme-color);
  border-radius: 5px;
  text-align: center;
  font-size: 30px;
  font-family: var(--title-font);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.mpaj0yc .mppmern{
  margin-bottom: 34px;
}

.mpaj0yc h3{
  display: block;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 18px;
}

.mpaj0yc .mphp72a blockquote{
  position: relative;
  display: block;
  padding: 32px 50px 32px 140px;
  margin: 42px 0px 53px 0px;
  z-index: 1;
}

.mpaj0yc .mphp72a blockquote:before{
  position: absolute;
  content: '';
  background: #f4f4f4;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  z-index: -1;
  transform: skew(-10deg);
}

.mpaj0yc .mphp72a blockquote:after{
  position: absolute;
  content: '';
  border: 1px solid var(--theme-color);
  width: 100%;
  height: 100%;
  left: 10px;
  top: 10px;
  border-radius: 5px;
  z-index: -2;
  transform: skew(-10deg);
}

.mpaj0yc .mphp72a blockquote .mpbljd6{
  position: absolute;
  left: 50px;
  top: 38px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--theme-color);
  text-align: center;
  border-radius: 50%;
}

.mpaj0yc .mphp72a blockquote h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-bottom: 14px;
}

.mpaj0yc .mphp72a blockquote h6{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #6e6e6e;
  padding-left: 21px;
}

.mpaj0yc .mphp72a blockquote h6:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 12px;
  height: 9px;
  left: 0px;
  top: 7px;
  border-radius: 2px;
}

.mpaj0yc .mphp72a{
  margin-bottom: 34px;
}

.mpaj0yc .mprprkx p{
  margin-bottom: 19px;
}

.mpaj0yc .mprprkx p:last-child{
  margin-bottom: 0px;
}

.mpaj0yc .mprprkx h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.mpaj0yc .mprprkx .mppyicz{
  margin-bottom: 21px;
}

.mpaj0yc .mprprkx{
  margin-bottom: 52px;
}

.mpaj0yc .mplph4f{
  position: relative;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 52px;
  border-bottom: 1px solid #e8e8e8;
}

.mpaj0yc .mplph4f .mp3blik li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 4px;
}

.mpaj0yc .mplph4f .mp3blik li:last-child{
  margin: 0px !important;
}

.mpaj0yc .mplph4f .mp3blik li h6{
  display: block;
  font-size: 15px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 14px;
}

.mpaj0yc .mplph4f .mp3blik li a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-family: var(--text-font);
  color: #6e6e6e;
  background: #f4f4f4;
  border-radius: 5px;
  padding: 6px 10px;
}

.mpaj0yc .mplph4f .mp3blik li a:hover{
  color: #fff;
  background: var(--theme-color);
}

.mpaj0yc .mphrie5{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mpaj0yc .mphrie5{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.mpaj0yc .mphrie5 h5{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 7px;
}

.mpaj0yc .mphrie5 h5 a{
  position: relative;
  display: inline-block;
  color: #6e6e6e;
}

.mpaj0yc .mphrie5 h5 a:hover{
  color: var(--theme-color);
}

.mpaj0yc .mphrie5 h5 a i{
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin-left: 5px;
  top: 5px;
}

.mpaj0yc .mphrie5 h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.mpaj0yc .mphrie5 h4 a{
  display: inline-block;
  color: #1b1e31;
}

.mpaj0yc .mphrie5 h4 a:hover{
  color: var(--theme-color);
}

.mpaj0yc .mphrie5 .mp1sofc{
  text-align: right;
}

.mpaj0yc .mpr6cfm .mpzrx25 a{
  position: relative;
  display: block;
  width: 100%;
  font-size: 17px;
  line-height: 28px;
  font-family: var(--title-font);
  color: #1b1e31;
  text-align: center;
  padding: 12px 30px;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  transition: all 500ms ease;
}

.mpaj0yc .mpr6cfm .mpzrx25 a:hover{
  color: #fff;
  background: var(--theme-color);
}

.mpaj0yc .mpr6cfm .mpzrx25 a span{
  position: relative;
  padding-left: 25px;
}

.mpaj0yc .mpr6cfm .mpzrx25 a span:before{
  position: absolute;
  content: "\f110";
  font-family: 'flaticon';
  font-size: 20px;
  color: var(--theme-color);
  left: 0px;
  top: -3px;
  transition: all 500ms ease;
}

.mpaj0yc .mpr6cfm .mpzrx25 a:hover span:before{
  color: #fff;
}

.mpaj0yc .mpr6cfm{
  margin-bottom: 50px;
}

.mpkebgw .mp4e1zu{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.mpkebgw .mp4e1zu h2{
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 0px;
}

.mpaj0yc .mp0pf5q .mpjckp7{
  position: relative;
  display: block;
  padding-left: 100px;
  margin-bottom: 24px;
}

.mpaj0yc .mp0pf5q .mpjckp7:last-child{
  margin-bottom: 0px;
}

.mpaj0yc .mp0pf5q .mpjckp7 .mp4xlqe{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 5px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.mpaj0yc .mp0pf5q .mpjckp7 .mp4xlqe img{
  width: 100%;
  border-radius: 50%;
}

.mpaj0yc .mp0pf5q .mpjckp7 h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mpaj0yc .mp0pf5q .mpjckp7 .mp6zl4d{
  position: absolute;
  top: 3px;
  right: 0px;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--title-font);
  color: #6e6e6e;
  font-weight: 600;
}

.mpaj0yc .mp0pf5q .mpjckp7 p{
  margin-bottom: 8px;
}

.mpaj0yc .mp0pf5q{
  margin-bottom: 51px;
}

.mpaj0yc .mpduqke{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-radius: 5px;
  padding: 41px 50px 50px 50px;
}

.mpkebgw .mp4e1zu p{
  margin-top: 3px;
}

.mpaj0yc .mpduqke .mp41wkp .form-group{
  position: relative;
  padding: 0px 10px;
  margin-bottom: 20px;
}

.mpaj0yc .mpduqke .mp41wkp .form-group:last-child{
  margin-bottom: 0px;
}

.mpaj0yc .mpduqke .mp41wkp form{
  position: relative;
  margin: 0px 5px;
}

.mpaj0yc .mpduqke .mp41wkp .form-group input[type='text'],
.mpaj0yc .mpduqke .mp41wkp .form-group input[type='email'],
.mpaj0yc .mpduqke .mp41wkp .form-group textarea{

}

.mpaj0yc .mpduqke .mp4e1zu{
  margin-bottom: 32px;
}

.mpaj0yc{
  margin-bottom: 51px;
}

.mpkebgw .mpf5np6{
  margin-right: 100px;
}


/** contact-style-two **/

.mpv3kdk{
  position: relative;
}

.mpv3kdk .mpdwgly p{
  margin-top: 21px;
}

.mpv3kdk .mpdwgly{
  margin-bottom: 42px;
}

.mpszqij .mpiyzvs{
  position: relative;
  display: block;
  background: #fff;
  padding: 49px 30px 41px 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-radius: 5px;
  text-align: center;
  transition: all 500ms ease;
}

.mpszqij .mpiyzvs:hover{
  transform: translateY(-10px);
}

.mpszqij .mpiyzvs .mpbljd6{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.mpszqij .mpiyzvs h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mpszqij .mpiyzvs p{
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.mpv3kdk .mp2jx1m{
  position: relative;
  display: block;
  background: #1b1e31;
  padding: 35px 30px 40px 30px;
  border-radius: 5px;
  margin-top: 4px;
}

.mpv3kdk .mp2jx1m h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1px;
}

.mpv3kdk .mp2jx1m .mptorzp li{
  position: relative;
  display: block;
  padding: 18px 0px 18px 45px;
  border-bottom: 1px solid #32364f;
}

.mpv3kdk .mp2jx1m .mptorzp li .mpbljd6{
  position: absolute;
  left: 0px;
  top: 16px;
}

.mpv3kdk .mp2jx1m .mptorzp li:first-child .mpbljd6{
  top: 22px;
}

.mpv3kdk .mp2jx1m .mptorzp li p{
  color: #a8a9b3;
}

.mpv3kdk .mp2jx1m .mptorzp li a{
  display: inline-block;
  color: #a8a9b3;
  font-family: var(--text-font);
}

.mpv3kdk .mp2jx1m .mptorzp li a:hover{
  color: var(--theme-color);
}

.mpv3kdk .mp2jx1m .mptorzp{
  margin-bottom: 28px;
}

.mpv3kdk .mp2jx1m .mp73dxi li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.mpv3kdk .mp2jx1m .mp73dxi li:last-child{
  margin: 0px !important;
}

.mpv3kdk .mp2jx1m .mp73dxi li a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #a8a9b3;
}

.mpv3kdk .mp2jx1m .mp73dxi li a:hover{
  color: var(--theme-color);
}

.mpv3kdk .mp2jx1m .mp73dxi{
  margin-bottom: 34px;
}

.mpv3kdk .mp2jx1m .mpnbi52{
  width: 100%;
  padding: 14px 37px;
}

.mpv3kdk .mpnb68w{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 623px;
  background-size: cover;
  background-repeat: no-repeat;
}


.mpvo47u.mpkjfnf{
  background: #fff;
}

.mpvo47u.mpkjfnf .mpeafng{
  border-color: #e8e8e8;
}

.mpvo47u.mpkjfnf .form-group{
  border-color: #e8e8e8;
}

.mpvo47u.mpkjfnf .form-group input[type='text'], 
.mpvo47u.mpkjfnf .form-group input[type='email'], 
.mpvo47u.mpkjfnf .form-group textarea{
  color: #6e6e6e;
}

.mpvo47u.mpkjfnf .form-group textarea{
  border-color: #e8e8e8;
}

label.error{
  display: none !important;
}

.mpvo47u.mpkjfnf .mpo90sn .mptnvsv{
  background: #f4f4f4;
}

.mpvo47u.mpkjfnf .mpo90sn .mptnvsv:before{
  color: #a8a9b3;
}

.mpvo47u.mpkjfnf .mpweybm label:before{
  border-color: #e8e8e8;
}

.mpvo47u.mpkjfnf .mpweybm label{
  color: #1b1e31;
}


/** faq-page-section **/

.mp2a1qo{
  position: relative;
  padding: 120px 0px;
}

.mp2a1qo .mph3v21{
  position: relative;
  margin-bottom: 60px;
}

.mp2a1qo .mph3v21 .form-group{
  position: relative;
  margin: 0px;
}

.mp2a1qo .mph3v21 .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  font-size: 17px;
  color: #6e6e6e;
  padding: 10px 60px 10px 30px;
  transition: all 500ms ease;
}

.mp2a1qo .mph3v21 .form-group input:focus{
  border-color: var(--theme-color);
}

.mp2a1qo .mph3v21 .form-group button[type='submit']{
  position: absolute;
  top: 18px;
  right: 30px;
  font-size: 18px;
  color: #787878;
  cursor: pointer;
  transition: all 500ms ease;
}

.mp2a1qo .mph3v21 .form-group input:focus + button,
.mp2a1qo .mph3v21 .form-group button:hover{
  color: var(--theme-color);
}

.mptz94h{
  position: relative;
  display: block;
  padding-right: 100px;
}

.mp2a1qo .mpqyxwy{
  position: relative;
}

.mp2a1qo .mpqyxwy:before{
  position: absolute;
  content: '';
  background: #e8e8e8;
  width: 1px;
  height: 100%;
  top: 0px;
  right: 85px;
}

.mptz94h .mpcz199 li{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.mptz94h .mpcz199 li:last-child{
  margin-bottom: 0px;
}

.mptz94h .mpcz199 li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #6e6e6e;
  font-weight: 700;
  padding-right: 26px;
}

.mptz94h .mpcz199 li a:hover{
  color: #1b1e31;
}

.mptz94h .mpcz199 li a:before{
  position: absolute;
  content: "\f103";
  font-family: 'flaticon';
  font-size: 22px;
  top: 0px;
  right: 0px;
  color: #1b1e31;
  font-weight: 400;
  opacity: 0;
  transition: all 500ms ease;
}

.mptz94h .mpcz199 li a:hover:before{
  opacity: 1;
}



/** error-section **/

.mp2pzma{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 180px 0px;
}

.mp2pzma .mp2w1mf{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.mp2pzma .mp8pye9{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.mp2pzma .mp8pye9 .mpgku9k,
.mp2pzma .mp8pye9 .mp762ns{
  position: absolute;
  left: 0px;
  width: 100%;
  min-width: 7000px;
  padding: 20px 0px;
  background: var(--theme-color);
}

.mp2pzma .mp8pye9 .mpqfc93{
  -moz-animation: scroll-left 90s linear infinite;
  -webkit-animation: scroll-left 90s linear infinite;
  animation: scroll-left 90s linear infinite;
}

.mp2pzma .mp8pye9 .mpgku9k{
  top: 0px;
}

.mp2pzma .mp8pye9 .mp762ns{
  bottom: 0px;
}

.mp2pzma .mp8pye9 h4{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px 32px;
}

@-moz-keyframes scroll-left {
  0% { -moz-transform: translateX(0%); }
  100% { -moz-transform: translateX(-100%); }
}

@-webkit-keyframes scroll-left {
  0% { -webkit-transform: translateX(0%); }
  100% { -webkit-transform: translateX(-100%); }
}

.mp2pzma .mp2w1mf h3{
  position: relative;
  display: block;
  text-align: left;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: var(--theme-color);
}

.mp2pzma .mp2w1mf h1{
  display: block;
  font-size: 300px;
  line-height: 180px;
  font-weight: 600;
  margin-bottom: 92px;
}

.mp2pzma .mp2w1mf h1:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-89.png);
  width: 220px;
  height: 220px;
  left: 50%;
  transform: translateX(-50%);
  top: 23px;
  background-repeat: no-repeat;
}

.mp2pzma .mp2w1mf h2{
  display: block;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mp2pzma .mp2w1mf p{
  display: block;
  margin-bottom: 32px;
}

.mp2pzma .mpnb68w{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 1543px;
  height: 725px;
  background-repeat: no-repeat;
}

.mp1d8bi{
  display: none!important;

}


.mphyrk8 img{
  max-width: 150px;
}





@media(max-width: 580px){
  .mpr5i8c .mp2w1mf h1{
    font-size: 34px;
  }
  .mpr5i8c .mp2w1mf{
    padding: 50px 0px 200px 0px;
  }
}


.mpklty2 .mpw1t2s .mpiyzvs .mp42bep{
  height: 100%;
}


.mpklty2 .mpw1t2s .mpiyzvs .mp42bep img{
  height: 100%;
}





.mpaj0yc .mppmern p:first-child{
  margin-bottom: 16px;
  padding-left: 0;
}

.mpaj0yc .mppmern ul, .mpaj0yc .mppmern ul li{
  list-style: inside!important;
}

.mpkebgw .mpl2m1l:before{
  content: none!important;
}

.mpaj0yc .mppmern ul{
  margin-bottom: 16px;
}



























