@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
 
/* Css For Aizenius */

/************ 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



**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
 * {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:17px;
  color:#837b8e;
  line-height:28px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Space Grotesk', sans-serif;
  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;
  }
}

.large-container{
  max-width: 1550px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  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: 'Space Grotesk', sans-serif;
  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: 'Space Grotesk', sans-serif;
  color: #837b8e;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  color: #272e39;
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  background: #272e39;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader-close{
  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;
  color: red;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  color: #ffffff;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  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) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 30px; letter-spacing: 10px;}
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}

.special_fonts{
  font-family: 'DM Sans', sans-serif;
}


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 **/


.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
  text-align: center;
  padding: 14px 30px;
  text-transform: uppercase;
  border-radius: 5px;
  color: #fff !important;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn.btn-one{

}

.theme-btn span{
  position: relative;
  padding-left: 30px;
}

.theme-btn span:before{
  position: absolute;
  content: "\F4CB";
  font-family: 'bootstrap-icons';
  font-size: 18px;
  left: 0px;
  top: -3px;
  font-weight: 400;
}

.theme-btn.btn-one:hover{
  background: #0d0b15;
}

.theme-btn.btn-two{
  background: #0d0b15;
}


.row{
  --bs-gutter-x: 30px;
}

.pagination{
  position: relative;
  display: block;
}

.pagination li{
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}

.pagination li:last-child{
  margin: 0px !important;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 54px;
  width: 54px;
  line-height: 54px;
  font-family: 'Space Grotesk', sans-serif;
  text-align: center;
  color: #aca9b1;
  border: 1px solid #edeaf1;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  color: #fff;
}

.pagination li a i{
  position: relative;
  top: 2px;
}

.sec-pad{
  padding: 114px 0px 120px 0px;
}

.sec-pad-2{
  padding: 120px 0px;
}


.mr-0{
  margin: 0px !important;
}

.scroll-top {
  width: 56px;
  height: 56px;
  line-height: 56px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 20px;
  z-index: 99;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 30px;
}

.scroll-top i{
  position: relative;
  display: inline-block;
  transform: rotate(180deg);
}



.sec-title{
  position: relative;
  display: block;
  margin-bottom: 52px;
}

.sec-title h6{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  margin: 0px;
}

.sec-title.light h2{
  color: #fff;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.sec-title p{
  display: block;
  margin-top: 10px;
  color: #948fa7;
}





/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  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;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background-color: #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;
}

.fixed-header .sticky-header{
  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;
}

.header-style-one{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  background:rgb(0 0 0 / 60%);
}

.header-style-one .outer-container{
  position: relative;
  padding: 0px 50px;
  border-bottom: 1px solid #302b45;
}

.main-header .outer-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .outer-box .left-column{
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .outer-box .logo-box{
  margin-right: 140px;
}

.main-header .menu-right-content{
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .menu-right-content .user-box{
  position: relative;
  margin-right: 10px;
}

.main-header .menu-right-content .user-box a{
  position: relative;
  display: inline-block;
  width: 90px;
  background: #2d2746;
  padding: 6px;
  border-radius: 5px;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  padding-left: 14px;
}

.main-header .menu-right-content .user-box a span{
  position: absolute;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  color: #fff;
  background: #1b172c;
  text-align: center;
  border-radius: 5px;
  font-family: 'flaticon';
  top: 6px;
  right: 6px;
}

.main-header .theme-btn{
  padding: 10px 18px;
}

.main-header .theme-btn:hover{
  background: #fff;
}

.main-header .sticky-header{
  background: #0d0b15;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}


/** language-switcher **/

.language-picker label{
  display: none;
}

.language-picker .nice-select{
  display: none;
}


.language-picker {
  position: relative;
  display: inline-block;
  margin-right: 40px;
}

.language-picker__button .icon {
  display: none;
}

.language-picker__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  padding: 15px 25px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  text-align: left;
  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
}

.language-picker__button[aria-expanded=true]+.language-picker__dropdown {
  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
}

.language-picker__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.language-picker__item:hover {

}

.language-picker__button{
  border: none !important;
  padding: 0px;
}

.language-picker__flag {
  position: relative;
  font-size: 15px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  color: #222;
  padding-left: 33px;
  text-transform: uppercase;
}

.language-picker__flag.language-picker__label:after {
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-1.png);
  width: 10px;
  height: 6px;
  top: 6px;
  right: 0px;
  background-repeat: no-repeat;
}

.language-picker__flag.language-picker__label{
  padding-left: 34px;
  padding-right: 0px;
  color: #fff;
  padding-right: 16px;
}

.language-picker__flag em{
  font-style: normal;
}

.language-picker__flag::before {
  position: absolute;
  content: '';
  height: 24px;
  width: 24px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.language-picker__flag.language-picker__label:before{
  top: -3px;
  left: 0px;
}

.language-picker__dropdown .language-picker__flag::before {
  margin-right: .5rem;
  margin-right: var(--space-xs);
  top: -1px;
}

.language-picker__flag--deutsch::before {
  background-image: url(../images/icons/flag-deutsch.png);
}

.language-picker__flag--english::before {
  background-image: url(../images/icons/flag-english.png);
}

.language-picker__flag--francais::before {
  background-image: url(../images/icons/flag-francais.png);
}

.language-picker__flag--italiano::before {
  background-image: url(../images/icons/flag-italiano.png);
}

.language-picker--hide-label .language-picker__button .icon {
  margin-left: 0
}

.language-picker--hide-label .language-picker__button em {
  display: none
}

.language-picker--hide-label .language-picker__button .language-picker__flag::before {
  margin-right: .25rem;
  margin-right: var(--space-xxxs)
}

.language-picker__flag.language-picker__label{
  padding-right: 22px;
}



/** main-menu **/

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  margin: 0px 22px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:16px;
  line-height:30px;
  padding: 24px 0px;
  font-weight:600;
  font-family: 'Space Grotesk', sans-serif;
  opacity:1;
  color: #fff;
  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;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  
}

.main-menu .navigation > li.dropdown > a{
  padding-right: 20px;
}

.main-menu .navigation > li.dropdown > a:before{
  position: absolute;
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
  width: 10px;
  height: 6px;
  top: 23px;
  right: 0px;
  font-weight: 900;
  background-repeat: no-repeat;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left: inherit;
  top:100%;
  width:240px;
  margin-top: -20px;
  z-index:100;
  background: #e1d0f9;
  display:none;
  opacity: 0;
  padding: 0px 0px;
  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;
}

.main-menu .navigation > li > ul:before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-38.png);
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: center;
  border-radius: 5px;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  line-height:24px;
  font-weight:400;
  font-size:17px;
  font-family: 'Space Grotesk', sans-serif;
  color:#0d0b15;
  text-align: left;
  padding: 14px 0px;
  text-transform: capitalize;
  transition:all 500ms ease;
  border-bottom: 1px solid #c8b6e1;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a:hover{
  
}

.main-menu .navigation > li > ul > li > a:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 12px;
  left: -30px;
  top: 20px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover:before{
  transform: scale(1,1);
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  position:absolute;
  content: "\f108";
  font-family: 'flaticon';
  right:0px;
  top:14px;
  display:block;
  line-height:24px;
  font-size:20px;
  text-align:center;
  z-index:5;  
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown.current > a:after,
.main-menu .navigation > li > ul > li.dropdown > a:hover:after{

}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  margin-top: 15px;
  margin-left: 10px;
  width:255px;
  z-index:100;
  display:none;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  visibility: hidden;
  border-radius: 25px 25px 0px 25px;
  padding: 10px 0px;
  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;
}

.main-menu .navigation > li > ul > li > ul:before{
  position: absolute;
  content: '';
  left: -10px;
  top: 0px;
  width: 10px;
  height: 100%;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  line-height:24px;
  font-weight:400;
  font-size:17px;
  font-family: 'Space Grotesk', sans-serif;
  color:#75727b;
  text-align: left;
  padding: 14px 0px;
  text-transform: capitalize;
  transition:all 500ms ease;
  border-bottom: 1px solid #e7e3ee;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  padding-left: 18px;
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-1.png);
  width: 11px;
  height: 16px;
  left: 0px;
  top: 18px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover:before{
  opacity: 1;
}

.main-menu .navigation > 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;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  margin-top: -10px;
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top: 0%; 
  margin-top: 0px;
}

.main-menu .navigation 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;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  cursor: pointer;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #FFFFFF;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  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;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  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;
}

.mobile-menu-visible .mobile-menu .menu-box{
  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%);
}

.mobile-menu .close-btn{
  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;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation 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; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation 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; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation 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;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links 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; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.main-header .outer-box{
  position: relative;
}

.tabs-box .tab{
  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;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.special-text{
  font-family: 'Carattere', cursive;
}



/** banner-section **/

.banner-section{
  position: relative;
  background: #0d0b15;
  padding:150px 0px 100px 0px;
}

.banner-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section .content-box{
  position: relative;
  display: block;
  z-index: 5;
}

.banner-section .upper-box h5{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #b3afc4;
  font-weight: 600;
  margin-bottom: 30px;
  border-radius: 3px;
  padding: 0px 10px;
  box-shadow: inset 0px 0px 15px 0px rgba(255, 255, 255, 0.20);
  background: #27223a;
}

.banner-section .upper-box h5 span{
  color: #fff;
}

.banner-section .upper-box h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.banner-section .upper-box h2 span{
  position: relative;
  padding-right: 77px;
}

.banner-section .upper-box h2 span:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-2.png);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  right: 2px;
  top: 14px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.banner-section .upper-box a{
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 70px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-weight: 700;
  padding: 5px 27px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 23px;
}

.banner-section .upper-box h6{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: #948fa7;
}

.banner-section .upper-box{
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.banner-section .lower-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.banner-section .lower-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border:10px solid #fff;
  /* border-image:linear-gradient(0deg, #bc81ff 50%, #89a9ff 80%); */
}

.banner-section .lower-box .left-column,
.banner-section .lower-box .right-column{
  position: relative;
  width: 50%;
}

.banner-section .lower-box .left-column{
  float: left;
}

.banner-section .lower-box .right-column{
  float: right;
  padding: 40px 40px;
}

.banner-section .lower-box .right-column .shape-2{
  position: absolute;
  top: 5px;
  right: 5px;
  width: calc(100% - 5px);
  height: calc(100% - 10px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section .lower-box .right-column .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.banner-section .lower-box .right-column .image-box img{
  width: 100%;
  border-radius: 10px;
}

.banner-section .lower-box .left-column{
  min-height: 520px;
}

.banner-section .lower-box .left-column .robot-image{
  position: absolute;
  left: 5px;
  bottom: 5px;
  width:100%;
  max-width: 732px;
  height: calc(100% - 10px);
  background-repeat: no-repeat;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

    .banner-section .lower-box .left-column .text-box {
        position: absolute;
        top: 120px;
        /* right: 40px;
        width: 170px;*/
        right: 0px;
        width: 250px;
        background: #fff;
        border-radius: 5px;
        padding: 9px 10px;
        text-align: center;
    }

.banner-section .lower-box .left-column .text-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.banner-section .lower-box .left-column .text-box h5 span{

}

.banner-section .lower-box .left-column .text-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 24px;
  height: 25px;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.banner-section .lower-box .left-column .form-inner{
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: calc(100% - 80px);
}

.banner-section .lower-box .left-column .form-inner .form-group{
  position: relative;
  margin: 0px;
  padding-right: 165px;
}

.banner-section .lower-box .left-column .form-inner .form-group input[type='text']{
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  background: rgba(13, 11, 21, 0.85);
  font-size: 17px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}

.banner-section .lower-box .left-column .form-inner .form-group button[type='submit']{
  position: absolute;
  top: 0px;
  right: 0px;
}

.banner-section .upper-box .copyright{
  position: absolute;
  display: inline-block;
  left: -220px;
  top: 0px;
  transform: rotate(-25deg);
  z-index: 1;
}

.banner-section .upper-box .copyright:before{
  position: absolute;
  content: '';
  border: 1px solid #fd8f63;
  border-radius: 5px;
  left: 0px;
  top: 0px;
  transform: rotate(-5deg);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-section .upper-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  background: #fff;
  padding: 12px 14px 12px 48px;
  border-radius: 5px;
}

.banner-section .upper-box .copyright h4 i{
  position: absolute;
  left: 14px;
  top: 15px;
  color: #fd8f63;
  font-weight: 400;
}

.banner-section .upper-box .ratings{
  position: absolute;
  display: inline-block;
  right: -220px;
  top: 4px;
  transform: rotate(25deg);
  z-index: 1;
}

.banner-section .upper-box .ratings:before{
  position: absolute;
  content: '';
  border: 1px solid #64c6fd;
  border-radius: 5px;
  left: 0px;
  top: 0px;
  transform: rotate(-5deg);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-section .upper-box .ratings h4 i{
  position: absolute;
  left: 14px;
  top: 15px;
  color: #64c6fd;
  font-weight: 400;
}

.banner-section .upper-box .icon-box{
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 80px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.banner-section .upper-box .icon-box.icon-one{
  background: #64c6fd;
  left: 0px;
}

.banner-section .upper-box .icon-box.icon-two{
  background: #fd8f63;
  right: 0px;
}

.bg-color-1{
  background: #f3f0f7;
}


/** service-section **/

.service-section{
  position: relative;
  padding: 120px 0px 90px 0px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(169, 104, 250, 0.10);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.service-block-one .inner-box .content-box{
  padding: 40px 30px 43px 30px;
}

.service-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 21px;
}

.service-block-one .inner-box h3 a{
  color: #0d0b15;
}

.service-block-one .inner-box h3 a:hover{

}

.service-block-one .inner-box h3 a span{
  position: relative;
  display: inline-block;
  background: #f3f0f7;
}

.service-block-one .inner-box h3 a span:last-child{
  display: block;
  border-radius: 0px 5px 5px 5px;
  padding: 0px 15px 3px 15px;
}

.service-block-one .inner-box h3 a span:first-child{
  border-radius: 5px 5px 0px 0px;
  padding: 4px 15px 0px 15px;
}

.service-block-one .inner-box p{
  display: block;
  /*margin-bottom: 35px;*/
}

.service-block-one .inner-box .link-box{
  position: relative;
  display: block;
  padding-left: 50px;
}

.service-block-one .inner-box .link-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.service-block-one .inner-box .link-box .icon-box:before{
  position: absolute;
  content: '';
  background: #f3f0f7;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: 11px;
  top: -16px;
  z-index: -1;
}

.service-block-one .inner-box .link-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #0d0b15;
  z-index: 1;
}

.service-block-one .inner-box .link-box a:hover{

}

.service-block-two .inner-box{
  position: relative;
  display: block;
  padding: 39px 30px 36px 30px;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}

.service-block-two .inner-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-block-two .inner-box .sec-title{
  margin-bottom: 10px;
}

.service-block-two .inner-box .text-box p{
  color: #fff;
  margin-bottom: 23px;
}

.service-block-two .inner-box .theme-btn:hover{
  background: #fff;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  padding: 30px 30px 30px 0px;
  margin-left: -30px;
}

.service-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
}

.service-block-one .inner-box .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.tabs-box .tab{
  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;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}


/** beneficiaries-section **/

.beneficiaries-section{
  position: relative;
  padding: 120px 0px;
}

.beneficiaries-section .title-box{
  position: relative;
  display: block;
  margin-top: -6px;
}

.beneficiaries-section .title-box p{
  margin-top: 10px;
}

.beneficiaries-section .tab-btns li{
  position: relative;
  display: block;
}

.beneficiaries-section .sec-title{
  margin-bottom: 36px;
}

.beneficiaries-section .tab-btns .tab-btn{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 10px;
  padding-left:0px;
  transition: all 500ms ease;
}
.nav-tabs .nav-link{
  color: #aca9b1;
}
.beneficiaries-section .tab-btns .tab-btn:last-child{
  margin-bottom: 0px;
}

.beneficiaries-section .tab-btns .tab-btn.active-btn{
  color: #0d0b15;
}


.beneficiaries-section .tabs-content .content-box{
  position: relative;
  display: block;
  background: -webkit-linear-gradient(-90deg, #0d0b15 30%, #a968fa 100%);
  padding: 42px 50px 50px 50px;
  border-radius: 10px;
}

.beneficiaries-section .tabs-content .content-box .shape{
  background-image: url(../shape-4.png);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.beneficiaries-section .tabs-content .content-box h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 4px;
}

.beneficiaries-section .tabs-content .content-box h3{
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 23px;
}

.beneficiaries-section .tabs-content .content-box p{
  color: #948fa7;
  margin-bottom: 32px;
}

.beneficiaries-section .tabs-content .content-box .feature-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.beneficiaries-section .tabs-content .content-box .feature-list li span{
  
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Space Grotesk', sans-serif;
  color: #837b8e;
  font-weight: 600;
  background: #fff;
  padding: 11px 15px 11px 45px;
  border-radius: 5px;
}



.beneficiaries-section .tabs-content .content-box .feature-list li span:before,
.beneficiaries-section .tabs-content .content-box .feature-list li a:before{
  position: absolute;
    content: "\F272";
    font-family: 'bootstrap-icons';
    font-weight: 900;
    font-size: 12px;
    left: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%
}


.beneficiaries-section .tabs-content .content-box .feature-list li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  padding: 10px 15px 10px 45px;
}


.beneficiaries-section .tabs-content .content-box .feature-list li a:hover{
  background: #fff;
}


.beneficiaries-section .tabs-content .content-box .feature-list li span:before{
	color: #a968fa;
	border: 1px solid #a968fa;
}

.beneficiaries-section .tabs-content .content-box .feature-list li a:before{
  color: #ffffff;
  border: 1px solid #fff;
}
.beneficiaries-section .tabs-content .content-box .feature-list li a:hover{
	color: #a968fa;
}
.beneficiaries-section .tabs-content .content-box .feature-list li a:hover:before{
	color: #a968fa;
	border: 1px solid #a968fa;
}

.beneficiaries-section .tabs-content .content-box .feature-list{
  padding-bottom: 40px;
}

.beneficiaries-section .tabs-content .content-box .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
  border: 1px solid #efecf3;
}

.beneficiaries-section .tabs-content .content-box .image-box img{
  width: 100%;
  border-radius: 10px;
}

.beneficiaries-section .tabs-content .content-box .icon-box{
  position: absolute;
  display: inline-block;
  left: -130px;
  top: 50%;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #f3f0f7;
  text-align: center;
  border-radius: 50%;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.tab-pane.fade.show.active .icon-box{
  transform: scale(1,1);
}

.bg-color-2{
  background-color: #0d0b15;
}


.tab-btns .nav-tabs,
.nav-tabs .nav-link.active, 
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover, 
.nav-tabs .nav-item.show .nav-link{
  border-color: transparent !important;
}

.tab-btn .nav-link::before{
    content: '';
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" fill="%23a968fa" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 448.011 448.011" style="enable-background:new 0 0 448.011 448.011" xml:space="preserve"><g><g><path d="M438.731,209.463l-416-192c-6.624-3.008-14.528-1.216-19.136,4.48c-4.64,5.696-4.8,13.792-0.384,19.648l136.8,182.4 l-136.8,182.4c-4.416,5.856-4.256,13.984,0.352,19.648c3.104,3.872,7.744,5.952,12.448,5.952c2.272,0,4.544-0.48,6.688-1.472 l416-192c5.696-2.624,9.312-8.288,9.312-14.528S444.395,212.087,438.731,209.463z"></path></g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
    width: 24px;
    height: 24px;
    background-size: contain; 
    background-repeat: no-repeat;
    display: none;
    position: absolute;
    left: -22px;
    top: 12px;
}

.tab-btn .nav-link.active::before{
  display: inline-block;
}

/** working-section **/

.working-section{
  position: relative;
  padding: 120px 0px;
}

.working-section .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  top: -240px;
  z-index: 1;
}

.working-section .inner-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.working-section .inner-box .image-box{
  position: relative;
  display: block;
  padding: 40px 40px 64px 40px;
}

.working-section .inner-box .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.working-section .inner-box .image-box img{
  width: 100%;
  border-radius: 10px;
}

.working-section .inner-box .tab-btns .tab-btn{
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
  font-size: 15px;
  line-height: 26px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #aca9b1;
  text-transform: uppercase;
  background: #fff;
  padding: 14px 15px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.working-section .inner-box .tab-btns .tab-btn span{
  position: absolute;
  left: 0px;
  top: -31px;
  width: 100%;
  text-align: center;
  color: #0d0b15;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.working-section .inner-box .tab-btns .tab-btn.active-btn span{
  transform: scale(1,1);
}

.working-section .inner-box .tab-btns .tab-btn.active-btn{
  color: #0d0b15;
}

.working-section .inner-box .tab-btns .tab-btn:nth-child(even){
  background: #f3f0f7;
}

.working-section .inner-box .tab-btns .tab-btn:before{
  position: absolute;
  content: '';
  width: calc(100% - 50px);
  height: 4px;
  left: 25px;
  top: -3px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.working-section .inner-box .tab-btns .tab-btn.active-btn:before{
  transform: scale(1,1);
}

.working-section .content-box{
  position: relative;
  display: block;
  background: #1f1b2f;
  border-radius: 10px;
  padding: 43px 50px 47px 50px;
  overflow: hidden;
}

.working-section .content-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.working-section .content-box h2{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 22px;
}

.working-section .content-box h2 span{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  color: #948fa7;
}

.working-section .content-box h3{
  display: block;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 21px;
}

.working-section .content-box p{
  display: block;
  color: #948fa7;
  margin-bottom: 27px;
}

.working-section .content-box .list-item li{
  position: relative;
  display: block;
  color: #948fa7;
  margin-bottom: 8px;
  padding-left: 36px;
}

.working-section .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.working-section .content-box .list-item li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 12px;
  left: 0px;
  top: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}

.working-section .image-layer{
  position: absolute;
  left: 450px;
  bottom: -30px;
}

.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;
}

.rotate-me {
  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;
}

.working-section .big-text{
  position: absolute;
  top: -136px;
  right: 55px;
  width: 100%;
  text-align: right;
  font-size: 120px;
  line-height: 120px;
  font-family: 'Space Grotesk', sans-serif;
  color: #f3f0f7;
  text-transform: uppercase;
  font-weight: 700;
}


/** chooseus-section **/

.chooseus-section{
  position: relative;
}

.chooseus-section .image-box{
  position: relative;
  display: block;
}

.chooseus-section .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
}

.chooseus-section .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.chooseus-section .single-item{
  position: relative;
  display: block;
  margin-bottom: 154px;
}

.chooseus-section .single-item:last-child{
  margin-bottom: 0px;
}

.chooseus-section .single-item .icon-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f3f0f7;
  text-align: center;
  border-radius: 50%;
}



.chooseus-section .single-item .text-box{
  position: relative;
  display: block;
}

.chooseus-section .left-column .single-item .text-box{
  padding-right: 45px;
  padding-left: 0px;
}

.chooseus-section .right-column .single-item .text-box,
.chooseus-section .left-column .single-item.third-post .text-box,
.chooseus-section .left-column .single-item.fourth-post .text-box{
  padding-left: 45px;
  padding-right: 0px;
}

.chooseus-section .single-item h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 9px;
}

.text-right{
  text-align: right;
}

.chooseus-section .single-item .text-box:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.chooseus-section .single-item .text-box:after{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.chooseus-section .left-column .single-item.first-post .text-box:before{
  right: 0px;
  top: -2px;
}

.chooseus-section .left-column .single-item.second-post .text-box:before{
  right: 0px;
  bottom: -1px;
}

.chooseus-section .left-column .single-item.third-post .text-box:before{
  left: 0px;
  top: -2px;
}

.chooseus-section .left-column .single-item.fourth-post .text-box:before{
  left: 0px;
  bottom: -1px;
}

.chooseus-section .left-column .single-item.first-post .text-box:after{
  right: 7px;
  top: 5px;
}

.chooseus-section .left-column .single-item:last-child .text-box:after,
.chooseus-section .left-column .single-item.second-post .text-box:after{
  right: 7px;
  bottom: 6px;
}

.chooseus-section .left-column .single-item.third-post .text-box:after{
  left: 7px;
  top: 5px;
}

.chooseus-section .left-column .single-item.fourth-post .text-box:after{
  left: 7px;
  bottom: 6px;
}

.chooseus-section .left-column .single-item.first-post .shape{
  position: absolute;
  right: 36px;
  top: 27px;
  width: 164px;
  height: 66px;
  background-repeat: no-repeat;
}

.chooseus-section .left-column .single-item.second-post .shape{
  position: absolute;
  right: 34px;
  bottom: 26px;
  width: 164px;
  height: 67px;
  background-repeat: no-repeat;
}

.chooseus-section .left-column .single-item.third-post .shape{
  position: absolute;
  left: 36px;
  top: 27px;
  width: 167px;
  height: 66px;
  background-repeat: no-repeat;
}

.chooseus-section .left-column .single-item.fourth-post .shape{
  position: absolute;
  left: 34px;
  bottom: 26px;
  width: 167px;
  height: 67px;
  background-repeat: no-repeat;
}

.chooseus-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}


/** masterpiece-section **/

.masterpiece-section{
  position: relative;
  padding: 120px 0px 0px 0px;
}

.masterpiece-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 542px;
  background-repeat: no-repeat;
}

.masterpiece-section .title-box .title-text{
  margin-top: 28px;
}

.masterpiece-section .title-box .title-text p{
  color: #fff;
}

.masterpiece-section .inner-box .image-box{
  position: relative;
  display: block;
  padding: 40px;
  overflow: hidden;
}

.masterpiece-section .inner-box .image-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.masterpiece-section .inner-box .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.masterpiece-section .inner-box .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.masterpiece-section .inner-box{
  position: relative;
  display: block;
  background: -webkit-linear-gradient(-90deg, #f3f0f7, #ffffff 100%);
  padding: 100px;
  padding-bottom: 70px;
  border-radius: 10px;
}

.masterpiece-section .inner-box .content-box{
  position: relative;
  display: block;
  margin-top: -9px;
}

.masterpiece-section .inner-box .content-box h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 46px;
  color: #0d0b15;
  font-weight: 700;
  margin-bottom: 31px;
}

.masterpiece-section .inner-box .content-box .text-box{
  position: relative;
  display: block;
  padding-left: 100px;
}

.masterpiece-section .inner-box .content-box .text-box p{
  margin-bottom: 14px;
}

.masterpiece-section .inner-box .content-box .text-box .shape{
  position: absolute;
  left: 11px;
  top: -22px;
  width: 60px;
  height: 87px;
  background-repeat: no-repeat;
}

.masterpiece-section .inner-box .content-box .text-box .theme-btn{
  margin-top: 18px;
}

.owl-nav span{
  font-family: 'flaticon';
}

.masterpiece-section .owl-nav{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.masterpiece-section .owl-nav button{
  position: absolute;
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.masterpiece-section .owl-nav button:hover{
  color: #fff;
}

.masterpiece-section .owl-nav button.owl-prev{
  left: 0px;
}

.masterpiece-section .owl-nav button.owl-next{
  right: 0px;
}

.masterpiece-section .owl-dots{
  position: absolute;
  bottom: -9px;
  width: calc(100% - 260px);
  height: 2px;
  left: 130px;
  counter-reset: slides-num;
}

.masterpiece-section .owl-dots:before{
  position: absolute;
  content: '';
  background: #edeaf1;
  width: 100%;
  height: 2px;
  left: 0px;
  top: 19px;
  z-index: -1;
}

.masterpiece-section .owl-dots::after {
  position: absolute;
  right: -30px;
  top: 6px;
  content: "0" counter(slides-num);
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #aca9b1;
  font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
}

.masterpiece-section .owl-dots button{
  top: -4px;
  left: 0px;
  counter-increment: slides-num;
  width: 25%;
  height: 2px;
  background: transparent;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
}

.masterpiece-section .owl-dots button.active:before{
  position: absolute;
  left: -17px;
  top: 7px;
  position: absolute;
  content: counter(slides-num);
}

.masterpiece-section .owl-dots button.active:after{
  position: absolute;
  content: '0';
  top: 7px;
  left: -30px;
}

.masterpiece-section .owl-dots button span{
  display: none !important;
}


/** clients-section **/

.clients-section{
  position: relative;
  padding: 150px 0px 240px 0px;
}

.clients-section .animation{
  position: relative;
}

.clients-section .clients-logo{
	position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.clients-section .clients-logo a{
	position:relative;	
	min-width:220px;
	width:100%;
	height: 84px;
	line-height:84px;
	display:block;
	text-align: center;
    border: 1px solid #e3dfe8;
    border-radius: 8px;
}

.clients-section .clients-logo a:hover{
  transform: rotate(-7deg);
}

.clients-section .clients-logo a img{
  position: relative;
  display: inline-block;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  opacity: 0.3;
  transition: all 500ms ease;
}

.clients-section .clients-logo a:hover img{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  opacity: 1;
}

.clients-section .clients-carousel{
  margin-bottom: 20px;
}

.clients-section .btn-box{
  padding-top: 40px;
}

.clients-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.tabs-box-2 .tab-2{
  position:relative;
  display:none;
}

.tabs-box-2 .tab-2.active-tab-2{
  display:block;  
}

.tabs-box-2 .tab-2{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box-2 .tab-2.active-tab-2{
  transform:scale(1) translateY(0px);
}



/** main-footer **/

.main-footer{
  position: relative;
}

.main-footer .widget-section{
  position: relative;
  padding: 112px 0px;
}

.main-footer .widget-title{
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.main-footer .footer-widget h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
}

.main-footer .about-widget .clients-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: -12px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
}

.main-footer .about-widget .clients-list li:before{
  position: absolute;
  content: '';
  border: 2px solid #0d0b15;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 2px;
  border-radius: 50%;
}

.main-footer .about-widget .clients-list li img{
  width: 100%;
  border-radius: 50%;
}

.main-footer .about-widget .clients-list li h5{
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
}

.main-footer .about-widget .clients-list{
  margin-bottom: 29px;
}

.main-footer .about-widget .widget-content h3{
  margin-bottom: 14px;
}

.main-footer .about-widget .widget-content p{
  color: #948fa7;
  margin-bottom: 15px;
}

.main-footer .about-widget .widget-content h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.main-footer .about-widget .widget-content .designation{
  position: relative;
  display: block;
  margin-bottom: 28px;
}

.main-footer .about-widget .widget-content h6{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  padding-left: 35px;
  text-transform: uppercase;
}

.main-footer .about-widget .widget-content h6 a{
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #312c46;
}

.main-footer .about-widget .widget-content h6 i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 4px;
  font-size: 24px;
}

.main-footer .about-widget .widget-content h6 a:hover{

}

.main-footer .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.main-footer .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #948fa7;
}

.main-footer .links-widget .links-list li a:hover{
  padding-left: 18px;
}

.main-footer .links-widget .links-list li a:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: 0px;
  top: 11px;
  border-radius: 50%;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.main-footer .links-widget .links-list li a:hover:before{
  transform: scale(1,1);
}

.main-footer .links-widget .widget-title{
  margin-bottom: 24px;
}

.main-footer .links-widget .widget-content h3{
  padding-top: 12px;
  padding-bottom: 12px;
}

.main-footer .subscribe-widget p{
  color: #948fa7;
  margin-bottom: 22px;
}

.main-footer .subscribe-widget .form-inner{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  padding: 5px 20px 25px 20px;
  margin-bottom: 32px;
}

.main-footer .subscribe-widget .form-inner .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-footer .subscribe-widget .form-inner .form-group{
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.main-footer .subscribe-widget .form-inner .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 17px;
  color: #948fa7;
  padding-right: 30px;
  margin-bottom: 7px;
}

.main-footer .subscribe-widget .form-inner .form-group .icon{
  position: absolute;
  top: 12px;
  right: 0px;
}

.main-footer .subscribe-widget .form-inner .form-group .theme-btn{
  width: 100%;
  background: #fff;
  color: #0d0b15 !important;
}

.main-footer .subscribe-widget h3{
  margin-bottom: 17px;
}

.main-footer .subscribe-widget .form-inner .form-group .theme-btn:hover{
  color: #fff !important;
}

.main-footer .subscribe-widget .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.main-footer .subscribe-widget .social-links li:last-child{
  margin: 0px !important;
}

.main-footer .subscribe-widget .social-links li a{
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  background: #1d192c;
  color: #948fa7;
}

.main-footer .subscribe-widget .social-links li a:hover{
  color: #fff;
}

.main-footer .subscribe-widget .widget-title{
  margin-bottom: 24px;
}


.footer-bottom{
  position: relative;
  width: 100%;
  background: #1d192c;
  padding: 21px 0px;
}

.footer-bottom .bottom-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content:center;
}

.footer-bottom .bottom-inner .copyright p{
  color: #948fa7;
}

.footer-bottom .bottom-inner .copyright p a{
  display: inline-block;
}

.footer-bottom .bottom-inner .copyright p a:hover{
  color: #fff;
}

.footer-nav{
  position: relative;
  display: flex;
  align-items: center;
}

.footer-nav li{
  position: relative;
  margin-right: 25px;
}

.footer-nav li:last-child{
  margin: 0px;
}

.footer-nav li a{
  display: inline-block;
  color: #948fa7;
}

.footer-nav li a:hover{

}

.footer-nav li:before{
  position: absolute;
  content: '';
  background: #948fa7;
  width: 2px;
  height: 2px;
  top: 15px;
  right: -13px;
  border-radius: 50%;
}

.footer-nav li:last-child:before{
  display: none;
}



/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/
.header-top p{
  display: inline-block;
  color: #948fa7;
  padding-left: 25px;
}

.header-top p img{
  position: absolute;
  left: 0px;
  top: 7px;
}

.header-top p a{
  display: inline-block;
  color: #fff;
  line-height: 18px;
  border-bottom: 1px solid #38334e;
}

.header-top p a:hover{
  border-color: #fff;
}

.header-style-two .outer-box{
  padding: 0px 120px;
}

.header-style-two .header-lower .main-menu .navigation > li > a{
  color: #0d0b15;
  padding-top: 39px;
  padding-bottom: 39px;
}

.header-style-two .header-lower .main-menu .navigation > li.dropdown > a:before{
  top: 37px;
}

.header-style-two .header-lower .language-picker__flag.language-picker__label{
  color: #0d0b15;
}

.header-style-two .header-lower .menu-right-content .user-box a{
  background: #fff;
  color: #0d0b15;
}

.header-style-two .header-lower .menu-right-content .user-box a span{
  background: #f3f0f7;
  color: #0d0b15;
}

.main-header .menu-right-content .user-box a i{
  position: relative;
  top: 4px;
}

.header-style-two .header-lower .language-picker__flag.language-picker__label:after{
  background-image: url(../images/icons/icon-20.png);
}


/** banner-style-two **/

.banner-style-two{
  position: relative;
  background: #fff;
  padding: 200px 0px 150px 0px;
}

.banner-style-two .pattern-layer .pattern-1{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 660px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-style-two .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-style-two .outer-container{
  position: relative;
  max-width: 1720px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.banner-style-two .content-box{
  position: relative;
  max-width: 550px;
  width: 100%;
  z-index: 1;
}

.banner-style-two .content-box h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  margin-bottom: 36px;
}

.banner-style-two .content-box h2 span{
  position: relative;
  display: inline-block;
  z-index: 1;
}

.banner-style-two .content-box h2 span:before{
  position: absolute;
  content: '';
  background: #e0cef8;
  width: 100%;
  height: 16px;
  left: 0px;
  bottom: 8px;
  z-index: -1;
}

.banner-style-two .content-box .list-item{
  padding-bottom: 22px;
}

.banner-style-two .content-box .list-item li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Space Grotesk', sans-serif;
  color: #837b8e;
  font-weight: 600;
  background: #f3f0f7;
  padding: 11px 15px 11px 45px;
  border-radius: 5px;
}

.banner-style-two .content-box .list-item li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 12px;
  left: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}

.banner-style-two .content-box p{
  position: relative;
  display: block;
  margin-bottom: 32px;
  padding-left: 24px;
}

.banner-style-two .content-box p:before{
  position: absolute;
  content: '';
  background: #fd8f63;
  width: 4px;
  height: calc(100% - 16px);
  left: 0px;
  top: 8px;
}

.banner-style-two .image-box{
  position: relative;
  display: block;
  padding-left: 3px;
}

.banner-style-two .image-box .image-1{
  position: relative;
  display: block;
  border-radius: 20px;
}

.banner-style-two .image-box .image-1 img{
  width: 100%;
  border-radius: 20px;
}

.banner-style-two .image-box .image-2{
  position: absolute;
  left: -310px;
  bottom: 12px;
}


/** clients-style-two **/

.clients-style-two{
  position: relative;
}

.clients-style-two .clients-list li{
  position: relative;
  display: flex;
  float: left;
  width: 16.666%;
  text-align: center;
  min-height: 46px;
  align-items: center;
  margin-bottom: 50px;
}

.clients-style-two .clients-list li img{
  position: relative;
  display: inline-block;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  opacity: 0.3;
  transition: all 500ms ease;
}

.clients-style-two .clients-list li img:hover{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  opacity: 1;
}

.clients-style-two .rating-box{
  position: relative;
  display: inline-block;
  background: #0d0b15;
  border-radius: 7px;
  padding: 14px 15px 14px 145px;
}

.clients-style-two .rating-box .rating{
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 1px 10px 7px 10px;
  border: 1px solid #312c46;
  border-radius: 5px;
}

.clients-style-two .rating-box .rating li{
  position: relative;
  float: left;
  margin-right: 5px;
  line-height: 20px;
}

.clients-style-two .rating-box .rating li:last-child{
  margin: 0px !important;
}

.clients-style-two .rating-box h6{
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.clients-style-two .rating-box h6 span{

}

.clients-style-two .rating-box h6 a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 22px;
  margin-left: 20px;
}

.clients-style-two .rating-box h6 a:before{
  position: absolute;
  content: "\f107";
  font-family: 'flaticon';
  font-size: 14px;
  left: 0px;
  top: 0px;
}

.clients-style-two .rating-box h6 a:hover{
  text-decoration: underline;
}


/** service-style-two **/

.service-style-two{
  position: relative;
  background: #a968fa;
  padding: 114px 0px 90px 0px;
}

.service-style-two .title-box .title-text{
  margin-top: 28px;
}

.service-style-two .title-box .title-text p{
  color: #ded5e9;
}

.service-style-two .service-block-one .inner-box{
  border: 1px solid #fff;
  margin-bottom: 30px;
}

.service-style-two .service-block-one .inner-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** working-style-two **/

.working-style-two{
  position: relative;
}

.working-style-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 90px;
}

.working-style-two .inner-box:last-child{
  margin-bottom: 0px;
}

.working-style-two .inner-box .image-box{
  position: relative;
  display: block;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 100px;
}

.working-style-two .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.working-style-two .inner-box .image-box .image img{
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.working-style-two .inner-box:hover .image-box .image img{
  transform: scale(1.05);
}

.working-style-two .inner-box .image-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}

.working-style-two .inner-box .content-box{
  position: relative;
  display: block;
  padding: 40px 0px 36px 100px;
}

.working-style-two .inner-box .content-box:before{
  position: absolute;
  content: '';
  width: 1px;
  height: calc(100% + 90px);
  left: -15px;
  top: 0px;
  border-left: 1px dashed #a968fa;
}

.working-style-two .inner-box:nth-child(2) .content-box:before{
  border-color: #fd8f63;
}

.working-style-two .inner-box:last-child .content-box:before{
  border-color: #64c6fd;
  height: calc(100% + 30px);
}

.working-style-two .inner-box .content-box .count-text{
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  background: #a968fa;
  top: -70px;
  left: -45px;
}

.working-style-two .inner-box:nth-child(2) .content-box .count-text{
  background: #fd8f63;
}

.working-style-two .inner-box:last-child .content-box .count-text{
  background: #64c6fd;
}

.working-style-two .inner-box .content-box .icon-box{
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.working-style-two .inner-box .content-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.working-style-two .inner-box .content-box p{
  display: block;
  margin-bottom: 26px;
}

.list-style-one li{
  position: relative;
  display: block;
  margin-bottom: 9px;
  padding-left: 35px;
}

.list-style-one li:last-child{
  margin-bottom: 0px;
}

.list-style-one li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 12px;
  left: 0px;
  top: 4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}

.working-style-two .inner-box:nth-child(2) .content-box .list-style-one li:before{
  color: #fd8f63;
  border-color: #fd8f63;
}

.working-style-two .inner-box:last-child .content-box .list-style-one li:before{
  color: #64c6fd;
  border-color: #64c6fd;
}

.working-style-two .sec-title{
  margin-bottom: 82px;
}

.working-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** chooseus-style-two **/

.chooseus-style-two{
  position: relative;
  padding: 120px 0px 80px 0px;
}

.chooseus-style-two .sec-title.light h6{

}

.chooseus-style-two .sec-title{
  margin-bottom: 42px;
}

.chooseus-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.chooseus-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #312c46;
  padding: 39px 39px 33px 39px;
  margin-bottom: 40px;
}

.chooseus-block-one .inner-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.chooseus-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 23px;
  z-index: 1;
}

.chooseus-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  left: -10px;
  top: -10px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.chooseus-block-one .inner-box:hover .icon-box:before{
  transform: scale(1,1);
}

.chooseus-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 9px;
}

.chooseus-block-one .inner-box p{
  color: #948fa7;
}


/** masterpiece-style-two **/

.masterpiece-style-two{
  position: relative;
  padding-top: 114px;
}

.masterpiece-style-two .inner-container{
  position: relative;
  padding: 100px 0px;
  z-index: 1;
}

.masterpiece-style-two .inner-container:before{
  position: absolute;
  content: '';
  width: calc(100% + 200px);
  height: 100%;
  left: -100px;
  top: 0px;
  background: -webkit-linear-gradient(-90deg, #f3f0f7, #ffffff 100%);
  z-index: -1;
}

.masterpiece-style-two .image-box{
  position: relative;
  display: block;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
}

.masterpiece-style-two .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.masterpiece-style-two .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.masterpiece-style-two .image-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}

.masterpiece-style-two .content-box{
  position: relative;
  margin-top: -24px;
  max-height: 404px;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: all-scroll;
}

.masterpiece-style-two ::-webkit-scrollbar
{
  display: none !important;
}

.masterpiece-style-two .single-item{
  position: relative;
  display: block;
  padding: 16px 0px 20px 0px;
  border-bottom: 1px solid #d3cddd;
  transition: all 500ms ease;
}

.masterpiece-style-two .single-item h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 4px;
}

.masterpiece-style-two .single-item a{
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  color: #aca9b1;
  border: 1px solid #d4cede;
  top: 25px;
  right: 0px;
  transform: rotate(-45deg);
}

.masterpiece-style-two .single-item:hover a{
  background: #fff;
  border-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  transform: rotate(0deg);
}

.masterpiece-section .sec-title.light h6{
  color: #fff;
}

.service-style-two .title-box .sec-title.light h6{
  color: #fff;
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #312c46;
  border-radius: 10px;
  padding: 39px 25px 33px 28px;
}

.testimonial-block-one .inner-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}

.testimonial-block-one .inner-box .clients-logo{
  position: relative;
  display: block;
  min-height: 25px;
  margin-bottom: 28px;
}

.testimonial-block-one .inner-box h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}

.testimonial-block-one .inner-box p{
  display: block;
  color: #948fa7;
  margin-bottom: 23px;
}

.testimonial-block-one .inner-box h6{
  position: relative;
  display: block;
  padding-left: 26px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 24px;
}

.testimonial-block-one .inner-box h6 img{
  position: absolute;
  left: 0px;
  top: 5px;
}

.testimonial-block-one .inner-box .author-box{
  position: relative;
  display: block;
  padding: 0px 0px 0px 72px;
}

.testimonial-block-one .inner-box .author-box .quote{
  position: absolute;
  top: -45px;
  right: 0px;
}

.testimonial-block-one .inner-box .author-box .thumb-box{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 4px;
}

.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
}

.testimonial-section .owl-dots{
  position: absolute;
  top: -81px;
  right: 41px;
  counter-reset: slides-num;
}

.testimonial-section .owl-dots::after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "0" counter(slides-num);
  display: inline-block;
  font-size: 14px;
  color: #948fa7;
  font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
}

.testimonial-section .owl-dots:before{
  position: absolute;
  content: '';
  right: 23px;
  top: 14px;
  width: 3px;
  height: 1px;
  background: #948fa7;
}    

.testimonial-section .owl-dots button span{
  display: none !important;
}

.testimonial-section .owl-dots button{
  position: absolute;
  top: -3px;
  right: 43px;
  counter-increment: slides-num;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
}

.testimonial-section .owl-dots button.active:before{
  position: absolute;
  content: counter(slides-num);
}

.testimonial-section .owl-dots button.active:after{
  position: absolute;
  content: '0';
  top: 0px;
  right: 0px;
}

.testimonial-section .owl-nav{
  position: absolute;
  top: -83px;
  right: 0px;
}

.testimonial-section .owl-nav button{
  position: absolute;
  top: 0px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-section .owl-nav button:hover{

}

.testimonial-section .owl-nav button.owl-next{
  right: 0px;
}

.testimonial-section .owl-nav button.owl-prev{
  left: -141px;
}


/** pricing-style-two **/

.pricing-style-two{
  position: relative;
}

.pricing-style-two .tab-buttons .tab-btn{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  color: #aca9b1;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 26px;
  padding-left: 30px;
  transition: all 500ms ease;
}

.pricing-style-two .tab-buttons .tab-btn:last-child{
  margin: 0px !important;
}

.pricing-style-two .tab-buttons .tab-btn:before{
  position: absolute;
  content: '';
  font-family: 'Font Awesome 5 Pro';
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border: 1px solid #e4e1e9;
  border-radius: 50%;
  left: 0px;
  top: 2px;
}

.pricing-style-two .tab-buttons .tab-btn.active-btn:before{
  content: "\f00c";
  background: #f3f0f7;
}

.pricing-style-two .tab-buttons{
  margin-bottom: 77px;
}

.pricing-table-two{
  margin-bottom: 10px;
}

.pricing-table-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  padding: 0px 30px 30px 30px;
  text-align: center;
}

.pricing-table-two .inner-box:before{
  position: absolute;
  content: '';
  background: #edeaf1;
  width: calc(100% - 20px);
  height: 100%;
  left: 10px;
  top: 10px;
  border-radius: 10px;
  z-index: -1;
}

.pricing-table-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 82px;
  height: 82px;
  line-height: 82px;
  background: #f6f3f9;
  text-align: center;
  border-radius: 50%;
  margin-top: -27px;
  top: -14px;
  margin-bottom: 10px;
}

.pricing-table-two .inner-box h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.pricing-table-two .inner-box p{
  display: block;
  margin-bottom: 20px;
}

.pricing-table-two .inner-box .price-box{
  position: relative;
  display: block;
  background: #f3f0f7;
  padding: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.pricing-table-two .inner-box .price-box h4{
  position: relative;
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  font-size: 22px;
  line-height: 45px;
  font-weight: 700;
}

.pricing-table-two .inner-box .price-box h4 span{
  position: relative;
  font-size: 14px;
  top: -7px;
}

.pricing-table-two .inner-box .price-box a{
  position: relative;
  float: right;
  width: 50%;
  text-align: center;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Space Grotesk', sans-serif;
  color: #0d0b15;
  font-weight: 700;
  background: #fff;
  padding: 11px 15px;
  border-radius: 5px;
}

.pricing-table-two .inner-box .price-box a:hover{
  color: #fff;
}

.pricing-table-two .inner-box .feature-list{
  position: relative;
  display: block;
  text-align: left;
}

.pricing-table-two .inner-box .feature-list li{
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-right: 30px;
}

.pricing-table-two .inner-box .feature-list li:last-child{
  margin-bottom: 0px;
}

.pricing-table-two .inner-box .feature-list li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 12px;
  right: 0px;
  top: 4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #edeaf1;
  color: #aca9b1;
  background: #f4f2f8;
}

.pricing-table-two.active-block .inner-box{
  background: #0d0b15;
}

.pricing-table-two.active-block .inner-box:before{
  background: #3d3754;
}

.pricing-table-two.active-block .inner-box .icon-box{

}

.pricing-table-two.active-block .inner-box h3{
  color: #fff;
}

.pricing-table-two.active-block .inner-box p{
  color: #948fa7;
}

.pricing-table-two.active-block .inner-box .price-box{
  background: #fff;
}

.pricing-table-two.active-block .inner-box .price-box a{
  color: #fff;
  background: #0d0b15;
}

.pricing-table-two.active-block .inner-box .price-box a:hover{

}

.pricing-table-two.active-block .inner-box .feature-list li{
  color: #948fa7;
}

.pricing-table-two.active-block .inner-box .feature-list li:before{
  background: transparent;
  color: #aca9b1;
  border-color: #37324d;
}


/** contact-section **/

.contact-section{
  position: relative;
}

.contact-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.check-box input {
  display: none;
}

.check-box label {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  padding-left: 36px;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.check-box label:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 1px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: #705d91;
  background-repeat: no-repeat;
  background-position: center;
}

.check-box input:checked + label:before {
  background-image: url(../images/icons/icon-36.png);
  background-color: #fff;
  border-color: #fff;
}

.contact-section .content-box{
  position: relative;
  display: block;
}

.contact-section .content-box .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #fff;
}

.contact-section .content-box .sec-title{
  margin-bottom: 30px;
}

.contact-section .content-box .list-item li{
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.contact-section .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.contact-section .form-inner{
  position: relative;
  display: block;
  background: #fff;
  padding: 34px 40px 40px 40px;
  border-radius: 10px;
}

.contact-section .form-inner .form-group{
  position: relative;
  margin-bottom: 24px;
}

.contact-section .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.contact-section .form-inner .form-group .text{
  position: relative;
  display: block;
  padding-left: 23px;
  margin-bottom: 14px;
}

.contact-section .form-inner .form-group .text .icon{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: -2px;
  font-size: 14px;
}

.contact-section .form-inner .form-group label{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  color: #0d0b15;
  margin-bottom: 0px;
}

.contact-section .form-inner .form-group input[type='text'],
.contact-section .form-inner .form-group input[type='email'],
.contact-section .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #edeaf1;
  border-radius: 5px;
  font-size: 17px;
  color: #aca9b1;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.contact-section .form-inner .form-group textarea{
  height: 120px;
  resize: none;
}

.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus{

}

.contact-section .form-inner .form-group.message-btn{
  padding-top: 6px;
}

.contact-section .form-inner .form-group .theme-btn{
  width: 100%;
}


/** footer-style-two **/

.footer-style-two{
  position: relative;
}

.footer-style-two .widget-section{
  position: relative;
  padding: 92px 0px 85px 0px;
}

.footer-style-two .widget-title{
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.footer-style-two .widget-title h3{
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

.footer-style-two .about-widget .widget-content p{
  margin-bottom: 24px;
}

.footer-style-two .about-widget .widget-content .copyright{
  position: relative;
  display: block;
  color: #0d0b15;
  margin-bottom: 22px;
}

.footer-style-two .about-widget .widget-content .copyright a{
  display: inline-block;
}

.footer-style-two .about-widget .widget-content .copyright a:hover{
  text-decoration: underline;
}

.footer-style-two .links-widget{
  margin-left: 70px;
}

.footer-style-two .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.footer-style-two .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #837b8e;
}

.footer-style-two .links-widget .links-list li a:hover{
  padding-left: 18px;
}

.footer-style-two .links-widget .links-list li a:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: 0px;
  top: 10px;
  border-radius: 50%;
  opacity: 0;
  transition: all 500ms ease;
}

.footer-style-two .links-widget .links-list li a:hover:before{
  opacity: 1;
}

.footer-style-two .social-widget .social-list li{
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.footer-style-two .social-widget .social-list li a{
  position: relative;
  display: block;
  color: #837b8e;
}

.footer-style-two .social-widget .social-list li a i{
  position: absolute;
  top: 5px;
  right: 0px;
}

.footer-style-two .social-widget .social-list li a:hover{

}

.footer-style-two .social-widget .chat-box button{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 13px 23px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.footer-style-two .social-widget .chat-box button span{
  position: relative;
  padding-left: 35px;
}

.footer-style-two .social-widget .chat-box button span:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-40.png);
  width: 22px;
  height: 20px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

.footer-style-two .social-widget .chat-box button:hover{
  background: #0d0b15;
}

.footer-style-two .social-widget .chat-box{
  position: relative;
  padding-top: 13px;
}

.footer-bottom-two{
  position: relative;
  width: 100%;
  background: #f3f0f7;
  padding: 21px 0px;
}

.footer-bottom-two .bottom-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom-two .scroll-top-two{
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  color: #0d0b15;
  padding-left: 45px;
  cursor: pointer;
  transition: all 500ms ease;
}

.footer-bottom-two .scroll-top-two i{
  position: absolute;
  left: 0px;
  top: -3px;
  display: inline-block;
  transform: rotate(180deg);
}

.footer-bottom-two .scroll-top-two:hover{

}



/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/


/** header-style-three **/

.header-style-three{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.header-top-two{
  position: relative;
  width: 100%;
  padding: 11px 0px;
  border-bottom: 1px solid #d3cddd;
  background: #f3f0f7;
}

.header-top-two .top-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-two .text p{
  position: relative;
  display: block;
  color: #0d0b15;
}

.header-top-two .text p a{
  display: inline-block;
  color: #837b8e;
}

.header-top-two .text p a:hover{

}

.header-top-two .right-column{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top-two .right-column .account-box{
  margin-right: 30px;
}

.header-top-two .right-column .nice-select{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  color: #0d0b15;
  padding-right: 20px;
}

.header-top-two .right-column .nice-select:before{
  position: absolute;
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  top: -1px;
  right: 0px;
  font-size: 10px;
  color: #837b8e;
}

.header-style-three .outer-box .logo-box{
  margin: 0px;
}

.header-style-three .header-lower .main-menu .navigation > li > a{
  color: #0d0b15;
  padding-top: 35px;
  padding-bottom: 35px;
}

.header-style-three .header-lower .main-menu .navigation > li.dropdown > a:before{
  top: 33px;
}


/** banner-style-three **/

.banner-style-three{
  position: relative;
  background: #f3f0f7;
  padding: 263px 0px 150px 0px;
}

.banner-style-three .content-box{
  position: relative;
  display: block;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

.banner-style-three .content-box .icon-box{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #0d0b15;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 38px;
}

.banner-style-three .content-box h6{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.banner-style-three .content-box h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
  margin-bottom: 18px;
}

.banner-style-three .content-box p{
  display: block;
  margin-bottom: 32px;
}

.banner-style-three .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-three .pattern-layer .pattern-2{
  position: absolute;
  left: 220px;
  top: 0px;
  width: 470px;
  height: 470px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 10s infinite linear;
  animation: zoom-fade 10s infinite linear;
}

.banner-style-three .pattern-layer .pattern-3{
  position: absolute;
  right: 220px;
  top: 110px;
  width: 470px;
  height: 470px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}

.banner-style-three .image-layer .image{
  position: absolute;
  border-radius: 10px;
  border: 1px solid #e0dce7;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.banner-style-three .image-layer .image img{
  width: 100%;
  border-radius: 10px;
}

.banner-style-three .image-layer .image-1{
  left: 70px;
  top: 210px;
}

.banner-style-three .image-layer .image:before{
  position: absolute;
  content: '';
  background: #e4dfeb;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
}

.banner-style-three .image-layer .image-1:before{
  right: 10px;
  bottom: 10px;
}

.banner-style-three .image-layer .image-2:before{
  left: 10px;
  top: 10px;
}

.banner-style-three .image-layer .image-2{
  right: 70px;
  bottom: 160px;
}


/** clients-style-three **/

.clients-style-three{
  position: relative;
  background: #f3f0f7;
}

.clients-style-three .inner-container{
  position: relative;
  background: #0d0b15;
  border-radius: 10px;
  padding: 50px 50px;
  z-index: 1;
}

.clients-style-three .inner-container li{
  position: relative;
  display: block;
}

.clients-style-three .inner-container li img{
  position: relative;
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  transition: all 500ms ease;
}

.clients-style-three .inner-container li img:hover{
  transform: scale(1.05);
}

.clients-style-three .owl-carousel .owl-item{
  position: relative;
  display: flex;
  align-items: center;
}


/** review-section **/


.review-section{
  position: relative;
  background: #f3f0f7;
  padding: 110px 0px 100px 0px;
}

.review-block-one .inner-box{
  position: relative;
  padding: 0px 0px;
}

.review-block-one .inner-box .logo-box{
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.review-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

.review-block-one .inner-box h5{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #837b8e;
  padding-left: 25px;
  margin-bottom: 27px;
}

.review-block-one .inner-box h5 img{
  position: absolute;
  left: 0px;
  top: 5px;
}

.review-block-one .inner-box h6{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.review-block-one .inner-box h6 a{
  display: inline-block;
  color: #0d0b15;
}

.review-block-one .inner-box h6 a:hover{

}

.review-block-one .inner-box h6 a span{
  position: relative;
  transition: all 500ms ease;
}

.review-block-one .inner-box h6 a:hover span{
  padding-left: 22px;
}

.review-block-one .inner-box h6 a span:before{
  position: absolute;
  content: "\f107";
  font-family: 'flaticon';
  font-size: 14px;
  font-weight: 400;
  left: 0px;
  top: -3px;
  opacity: 0;
  transition: all 500ms ease;
}

.review-block-one .inner-box h6 a:hover span:before{
  opacity: 1;
}

.review-section .pattern-layer{
  position: absolute;
  left: 60px;
  top: -70px;
  width: calc(100% - 120px);
  height: 483px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
}


/** service-style-three **/

.service-style-three{
  position: relative;
  background: #f3f0f7;
  padding-bottom: 120px;
}

.service-style-three .tab-btns{
  position: relative;
  width: 100%;
  background: #fff;
  padding: 6px;
  border-radius: 5px;
  margin-bottom: 80px;
  z-index: 1;
}

.service-style-three .tab-btns .tab-btn{
  position: relative;
  display: inline-block;
  float: left;
  width: calc(25% - 4.5px);
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Space Grotesk', sans-serif;
  color: #0d0b15;
  font-weight: ;
  text-align: center;
  border-radius: 0px;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: 700;
  margin-right: 6px;
}

.service-style-three .tab-btns .tab-btn:last-child{
  margin: 0px !important;
}

.service-style-three .tab-btns .tab-btn:first-child{
  background: #f3f0f7;
}

.service-style-three .tab-btns .tab-btn:nth-child(2){
  background: #f9f4f2;
}

.service-style-three .tab-btns .tab-btn:nth-child(3){
  background: #f3f6f8;
}

.service-style-three .tab-btns .tab-btn:last-child{
  background: #eef7ee;
}

.service-style-three .content-box{
  position: relative;
  display: block;
  max-width: 570px;
  margin: 0 auto;
}

.service-style-three .content-box .icon-box{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #0d0b15;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
}

.service-style-three .content-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-style-three .content-box p{
  display: block;
  margin-bottom: 55px;
}

.service-style-three .content-box .image-box{
  position: relative;
  display: block;
  padding: 0px 20px;
}

.service-style-three .content-box .image-box .image{
  position: relative;
  display: block;
}

.service-style-three .content-box .image-box img{
  width: 100%;
}

.service-style-three .content-box .image-box .shape{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: 984px;
  height: 983px;
  background-repeat: no-repeat;
  z-index: -1;
}


/** article-section **/

.article-section{
  position: relative;
  background: #f3f0f7;
  min-height: 65px;
}


.article-section .article-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.article-section .article-list li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Space Grotesk', sans-serif;
  color: #0d0b15;
  font-weight: 600;
  background: #e0cef8;
  border-radius: 5px;
  padding: 11px 15px 11px 45px;
}

.article-section .article-list li a:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 12px;
  left: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}

.article-section .article-list li a:hover{
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}


/** benefit-section **/

.benefit-section{
  position: relative;
  background: #f3f0f7;
}

.benefit-block-one .inner-box{
  position: relative;
  display: block;
  border: 1px solid #d3cddd;
  border-radius: 10px;
  overflow: hidden;
  padding: 39px 30px 41px 39px;
  transition: all 500ms ease;
}

.benefit-block-one .inner-box:hover{
  transform: translateY(-10px);
}

.benefit-block-one .inner-box .block-shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.benefit-block-one .inner-box .icon-box{
  position: relative;
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 42px;
}

.benefit-block-one .inner-box .icon-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.benefit-block-one .inner-box .icon-box .icon{
  position: relative;
  display: inline-block;
}

.benefit-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 9px;
}

.benefit-block-one .inner-box h3 a{
  display: inline-block;
  color: #0d0b15;
}

.benefit-block-one .inner-box h3 a:hover{
  padding-left: 22px;
}

.benefit-block-one .inner-box h3 a:before{
  position: absolute;
  content: "\f107";
  font-family: 'flaticon';
  font-size: 14px;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.benefit-block-one .inner-box h3 a:hover:before{
  opacity: 1;
}

.benefit-block-one .inner-box p{
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.benefit-block-one .inner-box .list-item li{
  position: relative;
  display: block;
  padding-left: 22px;
  margin-bottom: 8px;
}

.benefit-block-one .inner-box .list-item li:last-child{
  margin-bottom: 0px;
}

.benefit-block-one .inner-box .list-item li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  left: 0px;
  top: 1px;
  font-weight: 900;
}


/** exploring-section **/

.exploring-section{
  position: relative;
  background: #f3f0f7;
  padding-bottom: 112px;
}

.exploring-section .video-inner{
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  text-align: center;
  padding: 113px 0px 106px 0px;
  max-width: 640px;
}

.exploring-section .video-inner .btn-box a{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 15px;
}

.exploring-section .video-inner .btn-box a:before,
.exploring-section .video-inner .btn-box a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.exploring-section .video-inner .btn-box a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.exploring-section .video-inner .btn-box h6{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.exploring-section .content-box{
  position: relative;
  display: block;
  margin-top: -6px;
}

.exploring-section .content-box .sec-title{
  margin-bottom: 20px;
}

.exploring-section .content-box .bold-text{
  position: relative;
  display: block;
  color: #0d0b15;
  margin-bottom: 14px;
}

.exploring-section .upper-box{
  position: relative;
  margin-bottom: 51px;
}

.exploring-section .lower-box .single-item{
  position: relative;
  display: block;
  padding: 0px 0px;
}

.exploring-section .lower-box .single-item h3{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 11px;
  padding-left: 34px;
}

.exploring-section .lower-box .single-item h3:before{
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-47.png);
  width: 24px;
  height: 30px;
  left: 0px;
  top: 1px;
  background-repeat: no-repeat;
}

.exploring-section .pattern-layer{
  position: absolute;
  left: 60px;
  bottom: 0px;
  width: calc(100% - 120px);
  height: 657px;
  background-repeat: no-repeat;
}


/** tools-section **/

.tools-section{
  position: relative;
  background: #f3f0f7;
  padding: 114px 0px 190px 0px;
}

.tools-section .other-links{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  z-index: 2;
}

.tools-section .other-links li{
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.tools-section .other-links li a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}

.tools-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.tools-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.tools-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.tools-section .single-item{
  position: relative;
  display: block;
  padding: 0px 20px;
}

.tools-section .single-item .shape{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -31px;
  width: 370px;
  height: 370px;
  background-repeat: no-repeat;
}

.tools-section .single-item .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 22px;
}

.tools-section .single-item .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.tools-section .single-item .image-box .image img{
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.tools-section .single-item:hover .image-box .image img{
  transform: scale(1.05);
  opacity: 0.5;
}

.tools-section .single-item .image-box .view-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(0,0);
  transition: all 500ms ease;
}

.tools-section .single-item:hover .image-box .view-btn{
  transform: translate(-50%,-50%) scale(1,1);
}

.tools-section .single-item .image-box .view-btn a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
}

.tools-section .single-item .image-box .view-btn img{
  display: inline-block;
  width: auto;
}

.tools-section .single-item h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

.tools-section .single-item h3 a{
  display: inline-block;
  color: #0d0b15;
}

.tools-section .single-item h3 a:hover{

}

.tools-section .owl-nav{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -47px;
}

.tools-section .owl-nav button{
  position: absolute;
  display: inline-block;
  top: 0px;
  font-size: 18px;
  color: #aca9b1;
  cursor: pointer;
  transition: all 500ms ease;
}

.tools-section .owl-nav button:hover{
  
}

.tools-section .owl-nav button.owl-prev{
  left: -67px;
}

.tools-section .owl-nav button.owl-next{
  right: -70px;
}

.tools-section .owl-dots{
  position: absolute;
  width: 0px;
  counter-reset: slides-num;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}

.tools-section .owl-dots:before{
  position: absolute;
  content: '';
  background: #0d0b15;
  width: 3px;
  height: 1px;
  left: 4px;
  top: 15px;
  z-index: -1;
}

.tools-section .owl-dots::after {
  position: absolute;
  right: -30px;
  top: 0px;
  content: "0" counter(slides-num);
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #0d0b15;
  font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
}

.tools-section .owl-dots button{
  position: absolute;
  top: -10px;
  left: 4px;
  counter-increment: slides-num;
  width: 25%;
  height: 2px;
  background: transparent;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
}

.tools-section .owl-dots button.active:before{
  position: absolute;
  left: -17px;
  top: 7px;
  position: absolute;
  content: counter(slides-num);
}

.tools-section .owl-dots button.active:after{
  position: absolute;
  content: '0';
  top: 7px;
  left: -30px;
}

.tools-section .owl-dots button span{
  display: none !important;
}

/** footer-home-three **/

.footer-home-three{
  background: #f3f0f7;
}

.footer-home-three .pattern-layer{
  position: absolute;
  left: 60px;
  top: 0px;
  width: calc(100% - 120px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 10px;
}

.footer-home-three .logo-widget{
  position: relative;
  margin-top: 8px;
}

.footer-home-three .logo-widget .footer-logo{
  margin-bottom: 32px;
}

.footer-home-three .logo-widget p{
  margin-bottom: 9px;
}

.footer-home-three .logo-widget h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.footer-home-three .logo-widget .email-box a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  text-decoration: underline;
}

.footer-home-three .logo-widget .email-box {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.footer-home-three .logo-widget .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.footer-home-three .logo-widget .social-links li:last-child{
  margin: 0px !important;
}

.footer-home-three .logo-widget .social-links li a{
  display: inline-block;
  font-size: 22px;
  color: #aca9b1;
}

.footer-home-three .logo-widget .social-links li a:hover{

}

.footer-home-three .links-widget{
  margin-left: 0px;
}

.footer-home-three .links-widget .links-list li{
  margin-bottom: 8px;
}

.footer-home-three .links-widget .links-list li a:before{
  display: none;
}

.footer-home-three .links-widget .links-list li a:hover{
  padding-left: 0px;
}

.footer-home-three .download-widget p{
  margin-bottom: 22px;
}

.footer-home-three .download-widget .download-list li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.footer-home-three .download-widget .download-list li:last-child{
  margin-bottom: 0px;
}

.footer-home-three .download-widget .download-list li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background: #0d0b15;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  padding: 15px 20px;
}

.footer-home-three .download-widget .download-list li a img{
  position: relative;
  margin-right: 10px;
  top: -2px;
}

.footer-home-three .download-widget .download-list li a:hover{

}

.footer-home-three .footer-bottom-two{
  padding: 0px;
}

.footer-home-three .footer-bottom-two .bottom-inner{
  position: relative;
  padding: 27px 0px;
  border-top: 1px solid #d3cddd;
}

.footer-home-three .footer-bottom-two .copyright p a{

}

.footer-home-three .footer-bottom-two .copyright p a:hover{
  text-decoration: underline;
}

.footer-home-three .widget-section {
  padding: 112px 0px 104px 0px;
}



/*** 

====================================================================
                        Inner-Page
====================================================================

***/


/** page-title **/

.page-title{
  position: relative;
  background: #100e1a;
  padding: 218px 0px 143px 0px;
}

.page-title .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title h1{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Space Grotesk', sans-serif;
  color: #948fa7;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 22px;
  margin-right: 6px;
}

.page-title .bread-crumb li:last-child{
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .bread-crumb li a{
  display: inline-block;
  color: #948fa7;
}

.page-title .bread-crumb li a:hover{

}

.page-title .bread-crumb li:before{
  position: absolute;
  content: "\f107";
  font-family: 'flaticon';
  font-size: 12px;
  top: -1px;
  right: 0px;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}


.exploring-section.about-page{
  padding-top: 120px;
  background-color: #fff;
}


/** values-section **/

.values-section{
  position: relative;
}

.values-section .sec-title{
  margin-bottom: 0px;
}

.values-section .title-box{
  position: relative;
  padding-bottom: 48px;
  border-bottom: 1px solid #d3cddd;
}

.values-section .title-box .title-text{
  position: relative;
  margin-top: 24px;
}

.values-section .tab-btn{
  position: relative;
  display: block;
  width: 100%;
  font-size: 22px;
  line-height: 32px;
  font-family: 'Space Grotesk', sans-serif;
  color: #aca9b1;
  font-weight: 700;
  cursor: pointer;
  transition: all 500ms ease;
  padding: 27px 0px 32px 0px;
}

.values-section .tab-btn.active-btn{

}

.values-section .tab-btn:before{
  position: absolute;
  content: '';
  background: #d3cddd;
  width: 1170px;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.values-section .tab-btn a{
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  color: #aca9b1;
  border: 1px solid #d4cede;
  top: 20px;
  right: 0px;
  transform: rotate(-45deg);
}

.values-section .tab-btn:hover a{
  background: #fff;
  border-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  transform: rotate(0deg);
}

.values-section .content-box{
  position: relative;
  display: block;
  margin-left: 110px;
  max-width: 350px;
  background: #0d0b15;
  border-radius: 10px;
  padding: 43px 40px 42px 40px;
}

.values-section .content-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: rotate(4deg);
  border-radius: 10px;
  z-index: -1;
}

.values-section .content-box h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 19px;
}

.values-section .content-box p{
  color: #948fa7;
}

.values-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** funfact-section **/

.funfact-section{
  position: relative;
  padding: 113px 0px 25px 0px;
}

.funfact-block-one{
  position: relative;
  display: block;
  padding-right: 50px;
  margin-bottom: 79px;
}

.funfact-block:nth-child(2) .funfact-block-one,
.funfact-block:last-child .funfact-block-one{
  padding-left: 100px;
  padding-right: 0px;
}

.funfact-block-one h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 21px;
}

.funfact-block-one .inner-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
}

.funfact-block-one .inner-box .count-outer{
  position: relative;
  font-size: 60px;
  line-height: 70px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-weight: 700;
  margin-right: 30px;
}

.funfact-block-one .inner-box p{
  color: #ded5e9;
}

.funfact-section .inner-container{
  position: relative;
}

.funfact-section .inner-container:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.30);
  width: 1px;
  height: calc(100% - 100px);
  left: 50%;
  top: 7px;
}

.funfact-section .inner-container:after{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.30);
  width: 100%;
  height: 1px;
  left: 0;
  top: 40%;
  margin-top: -4px;
}

.funfact-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** team-section **/

.team-section{
  position: relative;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  background: #f3f0f7;
  border-radius: 10px;
  overflow: hidden;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
  opacity: 0.1;
}

.team-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 18px 25px 19px 25px;
}

.team-block-one .inner-box .lower-content .share-box{
  position: absolute;
  right: 25px;
  top: 19px;
  z-index: 2;
}

.team-block-one .inner-box .lower-content .share-box .share-icon{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #aca9b1;
  cursor: pointer;
  transition: all 500ms ease;
}

.team-block-one .inner-box .lower-content .share-box:hover .share-icon{

}

.team-block-one .inner-box .lower-content .share-box .social-links li{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.team-block-one .inner-box .lower-content .share-box .social-links li:last-child{
  margin-bottom: 20px;
}

.team-block-one .inner-box .lower-content .share-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #fff;
}

.team-block-one .inner-box .lower-content .share-box .social-links{
  position: absolute;
  left: 0px;
  bottom: 40px;
  z-index: 1;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: all 500ms ease;
}

.team-block-one .inner-box .lower-content .share-box .social-links:before{
  position: absolute;
  content: '';
  background: transparent;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: -50px;
}

.team-block-one .inner-box .lower-content .share-box:hover .social-links{
  transform: scaleY(1);
}

.team-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d3cddd;
}

.team-block-one .inner-box .lower-content h3 a{
  position: relative;
  display: inline-block;
  color: #0d0b15;
}

.team-block-one .inner-box .lower-content h3 a:hover{

}

.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.team-section .owl-nav{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 60px;
}

.team-section .owl-nav button{
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  cursor: pointer;
  margin: 0px 10px;
  transition: all 500ms ease;
}

.team-section .owl-nav button:hover{
  color: #fff;
}

.faq-page-section{
  position: relative;
}

.faq-page-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.faq-page-section .accordion:last-child{
  margin-bottom: 0px;
}


/** user-form-section **/

.user-form-section{
  position: relative;
  background: #0d0b15;
  padding: 114px 0px 114px 0px;
}

.user-form-section .inner-box{
  position: relative;
  max-width: 570px;
  margin: 0 auto;
}

.user-form-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.user-form-section .form-inner{
  position: relative;
  padding: 34px 40px 40px 40px;
  border-radius: 10px;
  overflow: hidden;
  background: #211c33;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 31px;
}

.user-form-section .form-inner .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.user-form-section .form-inner .form-group{
  position: relative;
  margin-bottom: 24px;
}

.user-form-section .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.user-form-section .form-inner .form-group .text-box{
  position: relative;
  display: block;
  padding-left: 22px;
  margin-bottom: 14px;
  text-align: left;
}

.user-form-section .form-inner .form-group .text-box .icon{
  position: absolute;
  left: 0px;
  top: -3px;
}

.user-form-section .form-inner .form-group .text-box h6{
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
}

.user-form-section .form-inner .form-group input[type='text'],
.user-form-section .form-inner .form-group input[type='email'],
.user-form-section .form-inner .form-group input[type='password'],
.user-form-section .form-inner .form-group input[type='tel']{
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #38334e;
  border-radius: 5px;
  text-align: left;
  font-size: 17px;
  color: #948fa7;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.user-form-section .form-inner .form-group input:focus{

}

.user-form-section .form-inner .option-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2px;
}

.user-form-section .form-inner .option-box .check-box label{
  font-size: 17px;
  color: #948fa7;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  padding-left: 28px;
}

.user-form-section .form-inner .option-box .check-box label:before{
  border-color: #312c46;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  top: 6px;
}

.user-form-section .form-inner .option-box .forgot-button{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all 500ms ease;
}

.user-form-section .form-inner .option-box .forgot-button:hover{
  text-decoration: underline;
}

.user-form-section .form-inner .message-btn .theme-btn{
  width: 100%;
  background: #fff;
  color: #0d0b15 !important;
}

.user-form-section .form-inner .message-btn .theme-btn:hover{
  color: #fff !important;
}

.user-form-section .other-text{
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 33px;
}

.user-form-section .other-text:before{
  position: absolute;
  content: '';
  background: #312c46;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 14px;
}

.user-form-section .other-text h6{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  background: #0d0b15;
  padding: 0px 10px;
  text-transform: uppercase;
}

.user-form-section .download-list li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.user-form-section .download-list li:last-child{
  margin-bottom: 0px;
}

.user-form-section .download-list li a{
  position: relative;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  padding: 15px 30px;
  background: #201b2f;
  overflow: hidden;
  vertical-align: middle;
  z-index: 1;
}

.user-form-section .download-list li a:before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-52.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  z-index: -1;
}

.user-form-section .download-list li a img{
  position: relative;
  margin-right: 10px;
  top: -1px;
}

.user-form-section .download-list{
  margin-bottom: 23px;
}

.user-form-section .lower-text h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #948fa7;
  font-weight: 500;
}

.user-form-section .lower-text h6 a{
  display: inline-block;
}

.user-form-section .lower-text h6 a:hover{
  text-decoration: underline;
}


/** error-section **/

.error-section{
  position: fixed;
  padding: 250px 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d0b15;
}

.error-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.error-section .content-box{
  position: relative;
  display: block;
}

.error-section .content-box .image-box{
  position: relative;
  display: block;
  margin-bottom: 39px;
}

.error-section .content-box .image-box h3{
  position: absolute;
  left: 28px;
  top: 0px;
  width: 100%;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-align: left;
}

.error-section .content-box h2{
  display: block;
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.error-section .content-box p{
  display: block;
  margin-bottom: 11px;
  color: #948fa7;
}

.error-section .scroll-text{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.error-section .scroll-text .text-box-one,
.error-section .scroll-text .text-box-two{
  position: absolute;
  width: 100%;
  min-width: 5500px;
  padding: 20px 0px;
}

.error-section .scroll-text .text-box-one{
  right: 0px;
}

.error-section .scroll-text .text-box-two{
  left: 0px;
}

.error-section .scroll-text .text-inner.text-one{
  -moz-animation: scroll-right 90s linear infinite;
  -webkit-animation: scroll-right 90s linear infinite;
  animation: scroll-right 90s linear infinite;
}

.error-section .scroll-text .text-inner.text-two{
  -moz-animation: scroll-left 90s linear infinite;
  -webkit-animation: scroll-left 90s linear infinite;
  animation: scroll-left 90s linear infinite;
}

@-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%); }
}

@-moz-keyframes scroll-right {
  0% { -moz-transform: translateX(0%); }
  100% { -moz-transform: translateX(100%); }
}

@-webkit-keyframes scroll-right {
  0% { -webkit-transform: translateX(0%); }
  100% { -webkit-transform: translateX(100%); }
}

.error-section .scroll-text .text-box-one{
  top: 0px;
}

.error-section .scroll-text .text-box-two{
  bottom: 0px;
}

.error-section .scroll-text h3{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0px 22px;
  text-transform: capitalize;
}

.error-section .content-box .theme-btn:hover{
  background: #fff;
}

.error-section .form-inner .form-group{
  position: relative;
  max-width: 370px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.error-section .form-inner .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #312c46;
  font-size: 17px;
  color: #fff;
  padding: 10px 0px;
  transition: all 500ms ease;
}

.error-section .form-inner .form-group button{
  position: absolute;
  top: 17px;
  right: 0px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.error-section .form-inner .form-group input:focus{

}

.error-section .form-inner .form-group input:focus + button,
.error-section .form-inner .form-group button:hover{

}


/** cases-page-section **/

.cases-page-section{
  position: relative;
  padding: 120px 0px 90px 0px;
}

.cases-page-two-section{
  padding-top: 193px;
}


/** case-details **/

.case-details{
  position: relative;
  padding: 223px 0px 120px 0px;
}

.case-details .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.case-details .sec-title .icon-box{
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 0px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  background: #e0cef8;
  text-align: center;
  border-radius: 50%;
}

.case-details .sec-title p{
  color: #948fa7;
  font-size: 19px;
  line-height: 30px;
  margin-top: 18px;
}

.case-details .sec-title{
  margin-bottom: 35px;
}

.case-details .sec-title h6{
  margin-bottom: 11px;
}

.case-details .sec-title h2{
  font-size: 60px;
  line-height: 70px;
}

.case-details .content-box{
  position: relative;
  display: block;
}

.case-details .content-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 26px;
}

.case-details .content-box .inner-text{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 41px;
}

.case-details .content-box .inner-text h2{
  display: block;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  margin-right: 30px;
}

.case-details .content-box .inner-text p{
  color: #948fa7;
}

.case-details .content-box .btn-box{
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.case-details .content-box .btn-box .theme-btn:hover{
  background: #fff;
}

.case-details .content-box .list-item li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 17px;
  color: #948fa7;
  margin-right: 20px;
  padding-left: 23px;
}

.case-details .content-box .list-item li:last-child{
  margin: 0px !important;
}

.case-details .content-box .list-item li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  left: 0px;
  top: 0px;
  font-size: 14px;
}

.case-details .content-box .list-item{
  margin-bottom: 39px;
}

.case-details .content-box .scroll-btn{
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 64px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  color: #0d0b15;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.case-details .content-box .scroll-btn:hover{
  color: #fff;
}

.case-details .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
  margin-top: 8px;
}

.case-details .image-box img{
  width: 100%;
  border-radius: 10px;
}

.case-details .inner-box{
  position: relative;
}

.case-details .inner-box .shape{
  position: absolute;
  right: 350px;
  bottom: -60px;
  width: 470px;
  height: 470px;
  background-repeat: no-repeat;
}

.chooseus-block-one .inner-box h3 a{
  position: relative;
  display: inline-block;
  color: #fff;
}

.chooseus-block-one .inner-box h3 a:hover{
  padding-left: 25px;
}

.chooseus-block-one .inner-box h3 a:before{
  position: absolute;
  content: "\f107";
  font-family: 'flaticon';
  font-size: 18px;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.chooseus-block-one .inner-box h3 a:hover:before{
  opacity: 1;
}

.benefit-section.case-details-page{
  padding-bottom: 240px;
}

.working-section.case-details-page .big-text{
  color: #e3dfe8;
}

.pricing-style-two.pricing-page{
  padding-bottom: 240px;
}

.clients-section.pricing-page{
  padding: 114px 0px 120px 0px;
}



/** news-section **/

.news-section{
  position: relative;
  padding: 120px 0px;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  margin-top: 35px;
  padding-bottom: 44px;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
}

.news-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0px 10px 10px 10px;
}

.news-block-one .inner-box .image-box .image img{
  width: 100%;
  border-radius: 0px 10px 10px 10px;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img{
  transform: scale(1.05);
}

.news-block-one .inner-box .image-box .category{
  position: absolute;
  left: 0px;
  top: -35px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 15px 5px 28px;
  background: #f3f0f7;
  border-radius: 10px 10px 0px 0px;
}

.news-block-one .inner-box .image-box .category:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 11px;
  left: 15px;
  top: 12px;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 22px;
}

.news-block-one .inner-box .lower-content .admin{
  position: relative;
  display: block;
  margin-bottom: 4px;
}

.news-block-one .inner-box .lower-content .admin a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #0f0d19;
}

.news-block-one .inner-box .lower-content .admin a:hover{

}

.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 17px;
  color: #837b8e;
  margin-right: 26px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child{
  margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li:before{
  position: absolute;
  content: '';
  background: #d3cddd;
  width: 1px;
  height: 16px;
  top: 6px;
  right: -12px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before{
  display: none;
}

.news-block-one .inner-box .lower-content .post-info{
  margin-bottom: 12px;
}

.news-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 22px;
}

.news-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #0e0c17;
}

.news-block-one .inner-box .lower-content h3 a:hover{

}

.news-block-one .inner-box .lower-content h6{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.news-block-one .inner-box .lower-content h6 a{
  position: relative;
  display: inline-block;
  color: #0f0e1a;
  padding-left: 22px;
}

.news-block-one .inner-box .lower-content h6 a:hover{

}

.news-block-one .inner-box .lower-content h6 a:before{
  position: absolute;
  content: "\f107";
  font-family: 'flaticon';
  font-size: 14px;
  left: 0px;
  top: 0px;
}

.pagination-wrapper{
  padding-top: 10px;
}


/** sidebar-page-container **/

.sidebar-page-container{
  position: relative;
  padding: 120px 0px;
}

.news-block-one .inner-box .lower-content h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 13px;
}

.news-block-one .inner-box .lower-content h2 a{
  display: inline-block;
  color: #0e0c17;
}

.news-block-one .inner-box .lower-content h2 a:hover{

}

.news-block-one .inner-box .lower-content p{
  margin-bottom: 22px;
}

.sidebar-page-container .news-block-one .inner-box{
  padding-bottom: 54px;
}

.blog-sidebar{
  position: relative;
  display: block;
}

.blog-sidebar .search-widget{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.blog-sidebar .sidebar-widget{
  margin-bottom: 40px;
  border: 1px solid #edeaf1;
  padding: 32px 35px 35px 35px;
  border-radius: 10px;
}

.blog-sidebar .sidebar-widget:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .search-widget .form-group{
  position: relative;
  margin-bottom: 0px;
}

.blog-sidebar .search-widget .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #edeaf1;
  border-radius: 10px;
  font-size: 17px;
  color: #837b8e;
  padding: 10px 20px 10px 50px;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .form-group button[type='submit']{
  position: absolute;
  top: 17px;
  left: 21px;
  font-size: 18px;
  color: #0d0b15;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .form-group input:focus{

}

.blog-sidebar .search-widget .form-group input:focus + button,
.blog-sidebar .search-widget .form-group button:hover{

}

.blog-sidebar .widget-title{
  position: relative;
  display: block;
  margin-bottom: 11px;
}

.blog-sidebar .widget-title h3{
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.blog-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
}

.blog-sidebar .category-widget .category-list li a{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 25px;
  font-family: 'Space Grotesk', sans-serif;
  color: #837b8e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 0px;
  border-bottom: 1px solid #edeaf1;
  z-index: 1;
}

.blog-sidebar .category-widget .category-list li:last-child a{
  border-bottom: none;
}

.blog-sidebar .category-widget .category-list li a span{
  float: right;
}

.blog-sidebar .category-widget .category-list li a:hover{
  color: #0d0b15;
}

.blog-sidebar .category-widget .category-list li a:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 0px;
  left: -35px;
  top: 18px;
  z-index: -1;
  transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:before{
  height: 11px;
}

.blog-sidebar .category-widget{
  padding-bottom: 21px;
}

.blog-sidebar .post-widget .post{
  position: relative;
  display: block;
  padding-left: 90px;
  padding-bottom: 21px;
  border-bottom: 1px solid #edeaf1;
  margin-bottom: 16px;
  min-height: 105px;
}

.blog-sidebar .post-widget .post:last-child{
  border-bottom: none;
  margin-bottom: 0px;
}

.blog-sidebar .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 9px;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
}

.blog-sidebar .post-widget .post .post-thumb img{
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.blog-sidebar .post-widget .post:hover .post-thumb img{
  transform: scale(1.05);
}

.blog-sidebar .post-widget .post .post-date{
  position: relative;
  display: block;
  font-size: 15px;
  color: #837b8e;
  margin-bottom: 3px;
}

.blog-sidebar .post-widget .post h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.blog-sidebar .post-widget .post h5 a{
  display: inline-block;
  color: #0d0b15;
}

.blog-sidebar .post-widget .post h5 a:hover{

}

.blog-sidebar .post-widget .widget-title{
  margin-bottom: 24px;
}

.blog-sidebar .post-widget{
  padding-bottom: 13px;
}

.blog-sidebar .tags-widget .tags-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog-sidebar .tags-widget .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #837b8e;
  background: #f3f0f7;
  border-radius: 5px;
  padding: 4px 15px;
  text-align: center;
}

.blog-sidebar .tags-widget .tags-list li a:hover{
  color: #fff;
}

.blog-sidebar .tags-widget .widget-title{
  margin-bottom: 33px;
}

.blog-sidebar .tags-widget{
  padding-bottom: 29px;
}

.blog-sidebar .banner-widget .inner-box{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding: 50px 30px;
  background: #0d0b15;
}

.blog-sidebar .banner-widget .inner-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-sidebar .banner-widget .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 22px;
}

.blog-sidebar .banner-widget .inner-box h3{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 32px;
}

.blog-sidebar .banner-widget .inner-box .theme-btn{
  background: #fff;
  color: #0d0b15 !important;
}

.blog-sidebar .banner-widget .inner-box .theme-btn:hover{
  background: #0d0b15;
  color: #fff !important;
}

.page-title h6{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  font-weight: 700;
  padding-left: 14px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.page-title h6:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 11px;
  left: 0px;
  top: 7px;
}

.page-title.alternet-2 h1{
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 21px;
}

.news-block-one .inner-box .lower-content .share-box{
  position: absolute;
  top: 8px;
  right: 0px;
}

.news-block-one .inner-box .lower-content .share-box a{
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: #f3f0f7;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #aca9b1;
}

.news-block-one .inner-box .lower-content .share-box a:hover{
  color: #fff;
}

.blog-details-content .news-block-one .inner-box{
  padding: 0px;
  margin: 0px;
}

.blog-details-content .news-block-one .inner-box .lower-content{
  padding-top: 0px;
}

.blog-details-content .news-block-one .inner-box .lower-content .post-info{
  margin-bottom: 34px;
}

.blog-details-content .news-block-one .inner-box .image-box .image img{
  border-radius: 10px;
  transform: scale(1) !important;
}

.blog-details-content .news-block-one .inner-box{
  margin-bottom: 42px;
}

.blog-details-content .content-one{
  margin-bottom: 40px;
}

.blog-details-content .content-one p{
  margin-bottom: 24px;
}

.blog-details-content .content-one blockquote{
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin: 18px 0px 0px 0px;
  padding: 34px 40px;
  background: #0d0b15;
}

.blog-details-content .content-one blockquote h5{
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
  padding-bottom: 12px;
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.blog-details-content .content-one blockquote h5 a{
  display: inline-block;
  color: #fff;
}

.blog-details-content .content-one blockquote h5 a:hover{
  text-decoration: underline;
}

.blog-details-content .content-one h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}

.blog-details-content .content-one .designation{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 25px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-details-content .content-one .quote-box{
  position: absolute;
  right: 40px;
  bottom: -7px;
}

.blog-details-content .content-one .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-details-content h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-details-content .content-two{
  margin-bottom: 52px;
}

.blog-details-content .content-two p{
  margin-bottom: 27px;
}

.blog-details-content .content-two .list-item{
  margin-left: 30px;
}

.blog-details-content .content-two .list-item li{
  position: relative;
  display: block;
  margin-bottom: 16px;
  padding-left: 35px;
}

.blog-details-content .content-two .list-item li:last-child{
  margin-bottom: 0px;
}

.blog-details-content .content-two .list-item li:before{
  position: absolute;
  content: "\f107";
  font-family: 'flaticon';
  font-size: 18px;
  left: 0px;
  top: 0px;
}

.blog-details-content .content-two .list-item li h4{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.blog-details-content .content-two .list-item{
  margin-bottom: 42px;
}

.blog-details-content .content-two .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
}

.blog-details-content .content-two .image-box img{
  width: 100%;
  border-radius: 10px;
}

.blog-details-content .content-three p{
  margin-bottom: 26px;
}

.blog-details-content .content-three h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 17px;
}

.blog-details-content .content-three .list-item{
  margin-left: 30px;
  margin-bottom: 32px;
}

.blog-details-content .content-three .list-item li{
  position: relative;
  display: block;
  padding-left: 36px;
  margin-bottom: 8px;
}

.blog-details-content .content-three .list-item li:last-child{
  margin-bottom: 0px;
}

.blog-details-content .content-three .list-item li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 12px;
  left: 0px;
  top: 6px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}

.blog-details-content .content-three .list-item.list-two li:before{
  content: '\f00d';
  color: #fd8f63;
  border-color: #fd8f63;
}

.blog-details-content .content-three{
  padding-bottom: 26px;
}

.blog-details-content .post-tags{
  position: relative;
  padding: 23px 0px 26px 0px;
  border-top: 1px solid #edeaf1;
  border-bottom: 1px solid #edeaf1;
  margin-bottom: 55px;
}

.blog-details-content .post-tags .tags-list li,
.blog-details-content .post-tags .social-box li{
  position: relative;
  display: inline-block;
}

.blog-details-content .post-tags .tags-list li h5,
.blog-details-content .post-tags .social-box li h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  padding-left: 26px;
}

.blog-details-content .post-tags .tags-list li h5 i,
.blog-details-content .post-tags .social-box li h5 i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 16px;
}

.blog-details-content .post-tags .tags-list li a{
  display: inline-block;
  color: #837b8e;
}

.blog-details-content .post-tags .tags-list li a:hover{

}

.blog-details-content .post-btn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 53px;
}

.blog-details-content .post-btn .single-btn{
  position: relative;
  display: block;
}

.blog-details-content .post-btn .single-btn h6{
  display: block;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.blog-details-content .post-btn .single-btn h6 a{
  position: relative;
  display: inline-block;
  color: #aca9b1;
}

.blog-details-content .post-btn .single-btn h6 a:hover{

}

.blog-details-content .post-btn .single-btn.prev-btn h6 a{
  padding-left: 22px;
}

.blog-details-content .post-btn .single-btn.prev-btn h6 a i{
  position: absolute;
  left: 0px;
  top: 2px;
}

.blog-details-content .post-btn .single-btn.next-btn h6 a{
  padding-right: 22px;
}

.blog-details-content .post-btn .single-btn.next-btn h6 a i{
  position: absolute;
  top: 2px;
  right: 0px;
}

.blog-details-content .post-btn .single-btn.next-btn{
  text-align: right;
}

.blog-details-content .post-btn .single-btn h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.blog-details-content .post-btn .icon-box{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f3f0f7;
  text-align: center;
  border-radius: 50%;
}

.blog-details-content .author-box{
  position: relative;
  display: block;
  border: 1px solid #edeaf1;
  border-radius: 25px;
  padding: 32px 30px 28px 195px;
  margin-bottom: 52px;
}

.blog-details-content .author-box .author-thumb{
  position: absolute;
  left: 39px;
  top: 39px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.blog-details-content .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .author-box .social-box{
  position: absolute;
  top: 37px;
  right: 38px;
}

.blog-details-content .author-box .social-box a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #3b5998;
}

.blog-details-content .author-box h5{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.blog-details-content .author-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 17px;
}

.blog-details-content .author-box p{
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.blog-details-content .author-box h6{
  position: relative;
  display: block;
  font-size: 15px;
  height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-details-content .author-box h6 a{
  display: inline-block;
  color: #0d0b15;
}

.blog-details-content .author-box h6 a:hover{

}

.blog-details-content .comment-box h2{
  margin-bottom: 24px;
}

.blog-details-content .comment-box .comment{
  position: relative;
  display: block;
  padding-left: 110px;
  margin-bottom: 27px;
  min-height: 131px;
  padding-right: 45px;
}



.blog-details-content .comment-box .comment .comment-thumb{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 7px;
  width: 80px;
  height: 80px;
  border-radius: 50px;
}

.blog-details-content .comment-box .comment .comment-thumb img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .comment-box .comment h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 9px;
}

.blog-details-content .comment-box .comment h4 span{
  display: inline-block;
  font-size: 17px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  color: #aca9b1;
}

.blog-details-content .comment-box .comment p{
  display: block;
  margin-bottom: 12px;
}

.blog-details-content .comment-box .comment h6{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-details-content .comment-box .comment h6 a{
  display: inline-block;
  color: #0d0b15;
  padding-left: 0px;
}

.blog-details-content .comment-box .comment h6 a img{
  position: absolute;
  left: 0px;
  top: 5px;
}

.blog-details-content .comment-box .comment h6 a:hover{

}

.blog-details-content .comment-box .comment-inner{
  position: relative;
  width: 100%;
  max-height: 289px;
  overflow-x: hidden;
  overflow-y: auto;
}

.blog-details-content .comment-box ::-webkit-scrollbar-track
{
  border-radius: 10px;
  background-color: #f3f0f7;
}

.blog-details-content .comment-box ::-webkit-scrollbar
{
  width: 8px;
  background-color: #f3f0f7;
  border-radius: 10px;
}

.blog-details-content .comment-box ::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: #d3cddd;
}

.blog-details-content .comment-box{
  margin-bottom: 54px;
}

.blog-details-content .comment-form-area{
  position: relative;
  display: block;
  background: #fff;
  padding: 32px 40px 40px 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
}

.blog-details-content .comment-form-area .title-box h2{
  margin-bottom: 8px;
}

.blog-details-content .comment-form-area .title-box{
  margin-bottom: 26px;
}

.blog-details-content .comment-form-area .form-inner .form-group{
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.blog-details-content .comment-form-area .form-inner .single-column:last-child .form-group{
  margin-bottom: 0px;
}

.blog-details-content .comment-form-area .form-inner .form-group .text{
  position: relative;
  padding-left: 23px;
  margin-bottom: 14px;
}

.blog-details-content .comment-form-area .form-inner .form-group .text .icon{
  position: absolute;
  left: 0px;
  top: -3px;
}

.blog-details-content .comment-form-area .form-inner .form-group .text label{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Space Grotesk', sans-serif;
  color: #0d0b15;
  font-weight: 500;
}

.blog-details-content .comment-form-area .form-inner .form-group input[type='text'],
.blog-details-content .comment-form-area .form-inner .form-group input[type='email'],
.blog-details-content .comment-form-area .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #edeaf1;
  border-radius: 5px;
  font-size: 17px;
  color: #aca9b1;
  padding: 10px 20px;
}

.blog-details-content .comment-form-area .form-inner .form-group textarea{
  height: 120px;
  resize: none;
}

.blog-details-content .comment-form-area .form-inner .form-group input:focus,
.blog-details-content .comment-form-area .form-inner .form-group textarea:focus{

}

.blog-details-content .comment-form-area .check-box label{
  color: #837b8e;
  font-size: 17px;
  font-family: 'Space Grotesk', sans-serif;
  text-transform: none;
  font-weight: 400;
  padding-left: 26px;
}

.blog-details-content .comment-form-area .check-box label:before{
  border-radius: 5px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-color: #edeaf1;
  top: 4px;
}

.blog-details-content .comment-form-area{
  margin-bottom: 52px;
}

.blog-details-content .related-post .news-block-one .inner-box .lower-content .post-info{
  margin-bottom: 12px;
}

.blog-details-content .related-post .news-block-one .inner-box .lower-content{
  padding-top: 22px;
}

.blog-details{
  padding: 120px 0px 120px 0px;
}

.blog-details-content .related-post h2{
  margin-bottom: 56px;
}


/** contact-info-section **/

.contact-info-section{
  position: relative;
}

.contact-info-section .sec-title{
  margin-bottom: 44px;
}

.contact-info-section .sec-title p{
  margin-bottom: 17px;
  margin-top: 40px;
}

.contact-info-section .sec-title h6{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-info-section .sec-title h6 a{
  position: relative;
  display: inline-block;
  color: #0d0b15;
  padding-left: 21px;
}

.contact-info-section .sec-title h6 a i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 14px;
  font-weight: 400;
}

.contact-info-section .sec-title h6 a:hover{

}

.info-block-one .inner-box{
  position: relative;
  display: block;
  border: 1px solid #edeaf1;
  border-radius: 10px;
  padding: 26px 30px 28px 124px;
  margin-bottom: 50px;
}

.info-block-one .inner-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 34px;
  top: 34px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f3f0f7;
  text-align: center;
  border-radius: 50%;
}

.info-block-one .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 3px;
}

.info-block-one .inner-box p{
  display: block;
  margin-bottom: 10px;
}

.info-block-one .inner-box a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #0d0b15;
}

.info-block-one .inner-box a:hover{

}

.contact-info-section .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}

.contact-info-section .social-links li a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #edeaf1;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #aca9b1;
}

.contact-info-section .social-links li a:hover{
  color: #fff;
}














































/*custom frondend*/
.dialog-widget-content {
    background-color: var(--e-a-bg-default);
    position: absolute;
    border-radius: 3px;
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
    overflow: hidden
}

.dialog-message {
    line-height: 1.5;
    box-sizing: border-box
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-block-start:15px;right: 15px;
    color: var(--e-a-color-txt);
    font-size: 15px;
    line-height: 1;
    transition: var(--e-a-transition-hover)
}

.dialog-close-button:hover {
    color: var(--e-a-color-txt-hover)
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.elementor-editor-active .elementor-popup-modal {
    background-color: initial
}

.dialog-type-alert .dialog-widget-content,.dialog-type-confirm .dialog-widget-content {
    margin: auto;
    width: 400px;
    padding: 20px
}

.dialog-type-alert .dialog-header,.dialog-type-confirm .dialog-header {
    font-size: 15px;
    font-weight: 500
}

.dialog-type-alert .dialog-header:after,.dialog-type-confirm .dialog-header:after {
    content: "";
    display: block;
    border-block-end:var(--e-a-border);padding-block-end: 10px;
    margin-block-end:10px;margin-inline-start:-20px;margin-inline-end:-20px}

.dialog-type-alert .dialog-message,.dialog-type-confirm .dialog-message {
    min-height: 50px
}

.dialog-type-alert .dialog-buttons-wrapper,.dialog-type-confirm .dialog-buttons-wrapper {
    padding-block-start:10px;display: flex;
    justify-content: flex-end;
    gap: 15px
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 16px;
    outline: none;
    border: none;
    border-radius: var(--e-a-border-radius);
    background-color: var(--e-a-btn-bg);
    color: var(--e-a-btn-color-invert);
    transition: var(--e-a-transition-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    border: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    background-color: var(--e-a-btn-bg-hover);
    color: var(--e-a-btn-color-invert)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active {
    background-color: var(--e-a-btn-bg-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]) {
    cursor: pointer
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled {
    background-color: var(--e-a-btn-bg-disabled);
    color: var(--e-a-btn-color-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon {
    display: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt {
    background: transparent;
    color: var(--e-a-color-txt)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover {
    background: var(--e-a-bg-hover);
    color: var(--e-a-color-txt-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled {
    background: transparent;
    color: var(--e-a-color-txt-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border {
    border: 1px solid var(--e-a-color-txt-muted)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success {
    background-color: var(--e-a-btn-bg-success)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover {
    background-color: var(--e-a-btn-bg-success-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary {
    background-color: var(--e-a-btn-bg-primary);
    color: var(--e-a-btn-color)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover {
    background-color: var(--e-a-btn-bg-primary-hover);
    color: var(--e-a-btn-color)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt {
    background: transparent;
    color: var(--e-a-color-primary-bold)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover {
    background: var(--e-a-bg-primary)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro {
    background-color: var(--e-a-btn-bg-accent)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover {
    background-color: var(--e-a-btn-bg-accent-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active {
    background-color: var(--e-a-btn-bg-accent-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info {
    background-color: var(--e-a-btn-bg-info)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover {
    background-color: var(--e-a-btn-bg-info-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning {
    background-color: var(--e-a-btn-bg-warning)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover {
    background-color: var(--e-a-btn-bg-warning-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger {
    background-color: var(--e-a-btn-bg-danger)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover {
    background-color: var(--e-a-btn-bg-danger-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button i,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i {
    margin-inline-end:5px}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited {
    color: initial
}

.flatpickr-calendar {
    width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300
}

.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
    width: 280px
}

.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px
}

.elementor-hidden {
    display: none
}

.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.e-logo-wrapper {
    background: var(--e-a-bg-logo);
    display: inline-block;
    padding: .75em;
    border-radius: 50%;
    line-height: 1
}

.e-logo-wrapper i {
    color: var(--e-a-color-logo);
    font-size: 1em
}

.elementor *,.elementor :after,.elementor :before {
    box-sizing: border-box
}

.elementor a {
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    margin: 0;
    background-color: transparent
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0
}

.elementor embed,.elementor iframe,.elementor object,.elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.elementor .elementor-background-video-container {
    transition: opacity 1s;
    pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.elementor .elementor-background-video {
    max-width: none
}

.elementor .elementor-html5-video {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width: 1024px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width:100%
    }
}

@media (max-width: 767px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width:100%
    }
}

.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self)
}

.elementor-element.elementor-absolute,.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-element:where(.e-con-full,.elementor-widget) {
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap)
}

.elementor-invisible {
    visibility: hidden
}

.elementor-align-center {
    text-align: center
}

.elementor-align-center .elementor-button {
    width: auto
}

.elementor-align-right {
    text-align: right
}

.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-left {
    text-align: left
}

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0,0,0,.3)
}

.elementor-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0,0,0,.3))
}

.elementor-custom-embed-play i,.elementor-custom-embed-play svg {
    opacity: .8;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg {
    animation: eicon-spin 2s linear infinite
}

.elementor-tag {
    display: inline-flex
}

.elementor-ken-burns {
    transition-property: transform;
    transition-duration: 10s;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    transform: scale(1.3)
}

@media (max-width: 1200px) {
    .elementor-tablet_extra-align-center {
        text-align:center
    }

    .elementor-tablet_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

    .elementor-tablet_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

    .elementor-tablet_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .elementor-tablet-align-center {
        text-align:center
    }

    .elementor-tablet-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet-align-right {
        text-align: right
    }

    .elementor-tablet-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }

    .feature-title{
        left:0 !important;
    }
}


@media (max-width: 767px) {
    .elementor-mobile-align-center {
        text-align:center
    }

    .elementor-mobile-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile-align-right {
        text-align: right
    }

    .elementor-mobile-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

:root {
    --page-title-display: block
}

.elementor-page-title,h1.entry-title {
    display: var(--page-title-display)
}

@keyframes eicon-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: eicon-spin 2s linear infinite
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (max-width: 1024px) {
    .elementor-section .elementor-container {
        flex-wrap:wrap
    }
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    align-items: flex-end
}

@media (min-width: 768px) {
    .elementor-section.elementor-section-height-full {
        height:100vh
    }

    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%
    }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: flex
}

@media (max-width: 1024px) {
    .elementor-row {
        flex-wrap:wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: flex
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width: 768px) {
    .elementor-column.elementor-col-10,.elementor-column[data-col="10"] {
        width:10%
    }

    .elementor-column.elementor-col-11,.elementor-column[data-col="11"] {
        width: 11.111%
    }

    .elementor-column.elementor-col-12,.elementor-column[data-col="12"] {
        width: 12.5%
    }

    .elementor-column.elementor-col-14,.elementor-column[data-col="14"] {
        width: 14.285%
    }

    .elementor-column.elementor-col-16,.elementor-column[data-col="16"] {
        width: 16.666%
    }

    .elementor-column.elementor-col-20,.elementor-column[data-col="20"] {
        width: 20%
    }

    .elementor-column.elementor-col-25,.elementor-column[data-col="25"] {
        width: 25%
    }

    .elementor-column.elementor-col-30,.elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33,.elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40,.elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50,.elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60,.elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66,.elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70,.elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75,.elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80,.elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83,.elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90,.elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100,.elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width: 479px) {
    .elementor-column.elementor-xs-10 {
        width:10%
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }

    .elementor-column.elementor-xs-20 {
        width: 20%
    }

    .elementor-column.elementor-xs-25 {
        width: 25%
    }

    .elementor-column.elementor-xs-30 {
        width: 30%
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }

    .elementor-column.elementor-xs-40 {
        width: 40%
    }

    .elementor-column.elementor-xs-50 {
        width: 50%
    }

    .elementor-column.elementor-xs-60 {
        width: 60%
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }

    .elementor-column.elementor-xs-70 {
        width: 70%
    }

    .elementor-column.elementor-xs-75 {
        width: 75%
    }

    .elementor-column.elementor-xs-80 {
        width: 80%
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }

    .elementor-column.elementor-xs-90 {
        width: 90%
    }

    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width: 767px) {
    .elementor-column.elementor-sm-10 {
        width:10%
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }

    .elementor-column.elementor-sm-20 {
        width: 20%
    }

    .elementor-column.elementor-sm-25 {
        width: 25%
    }

    .elementor-column.elementor-sm-30 {
        width: 30%
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }

    .elementor-column.elementor-sm-40 {
        width: 40%
    }

    .elementor-column.elementor-sm-50 {
        width: 50%
    }

    .elementor-column.elementor-sm-60 {
        width: 60%
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }

    .elementor-column.elementor-sm-70 {
        width: 70%
    }

    .elementor-column.elementor-sm-75 {
        width: 75%
    }

    .elementor-column.elementor-sm-80 {
        width: 80%
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }

    .elementor-column.elementor-sm-90 {
        width: 90%
    }

    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width:10%
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%
    }

    .elementor-column.elementor-md-20 {
        width: 20%
    }

    .elementor-column.elementor-md-25 {
        width: 25%
    }

    .elementor-column.elementor-md-30 {
        width: 30%
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%
    }

    .elementor-column.elementor-md-40 {
        width: 40%
    }

    .elementor-column.elementor-md-50 {
        width: 50%
    }

    .elementor-column.elementor-md-60 {
        width: 60%
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%
    }

    .elementor-column.elementor-md-70 {
        width: 70%
    }

    .elementor-column.elementor-md-75 {
        width: 75%
    }

    .elementor-column.elementor-md-80 {
        width: 80%
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%
    }

    .elementor-column.elementor-md-90 {
        width: 90%
    }

    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width: -1) {
    .elementor-reverse-widescreen>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 1025px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 1201px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 1025px) and (max-width:1200px) {
    .elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order:0
    }

    .elementor-reverse-tablet_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: -1) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 768px) and (max-width:-1) {
    .elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order:0
    }

    .elementor-reverse-mobile_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (max-width: 767px) {
    .elementor-reverse-mobile>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1,1fr)
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2,1fr)
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3,1fr)
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4,1fr)
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5,1fr)
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6,1fr)
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7,1fr)
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8,1fr)
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9,1fr)
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10,1fr)
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11,1fr)
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12,1fr)
}

@media (min-width: -1) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: -1) {
    .elementor-grid-laptop-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: 1200px) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: 1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: -1) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: 767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (min-width: 1201px) {
    #elementor-device-mode:after {
        content:"desktop"
    }
}

@media (min-width: -1) {
    #elementor-device-mode:after {
        content:"widescreen"
    }
}

@media (max-width: -1) {
    #elementor-device-mode:after {
        content:"laptop"
    }
}

@media (max-width: 1200px) {
    #elementor-device-mode:after {
        content:"tablet_extra"
    }
}

@media (max-width: 1024px) {
    #elementor-device-mode:after {
        content:"tablet"
    }
}

@media (max-width: -1) {
    #elementor-device-mode:after {
        content:"mobile_extra"
    }
}

@media (max-width: 767px) {
    #elementor-device-mode:after {
        content:"mobile"
    }
}

.e-con {
    --border-radius: 0;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    --border-style: initial;
    --border-color: initial;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --content-width: min(100%,var(--container-max-width,1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --padding-top: var(--container-default-padding-top,10px);
    --padding-right: var(--container-default-padding-right,10px);
    --padding-bottom: var(--container-default-padding-bottom,10px);
    --padding-left: var(--container-default-padding-left,10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing,20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0.3s;
    --e-con-grid-template-columns: repeat(3,1fr);
    --e-con-grid-template-rows: repeat(2,1fr);
    position: var(--position);
    width: var(--width);
    min-width: 0;
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    z-index: var(--z-index);
    overflow: var(--overflow);
    transition: background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);
    margin-block-start:var(--margin-block-start);margin-inline-end: var(--margin-inline-end);
    margin-block-end:var(--margin-block-end);margin-inline-start: var(--margin-inline-start);
    padding-inline-start:var(--padding-inline-start);padding-inline-end: var(--padding-inline-end);
    --margin-block-start: var(--margin-top);
    --margin-block-end: var(--margin-bottom);
    --margin-inline-start: var(--margin-left);
    --margin-inline-end: var(--margin-right);
    --padding-inline-start: var(--padding-left);
    --padding-inline-end: var(--padding-right);
    --padding-block-start: var(--padding-top);
    --padding-block-end: var(--padding-bottom);
    --border-block-start-width: var(--border-top-width);
    --border-block-end-width: var(--border-bottom-width);
    --border-inline-start-width: var(--border-left-width);
    --border-inline-end-width: var(--border-right-width)
}

body.rtl .e-con {
    --padding-inline-start: var(--padding-right);
    --padding-inline-end: var(--padding-left);
    --margin-inline-start: var(--margin-right);
    --margin-inline-end: var(--margin-left);
    --border-inline-start-width: var(--border-right-width);
    --border-inline-end-width: var(--border-left-width)
}

.e-con.e-flex {
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,.e-con>.e-con-inner {
    text-align: var(--text-align);
    padding-block-start:var(--padding-block-start);padding-block-end: var(--padding-block-end)
}

.e-con-full.e-flex,.e-con.e-flex>.e-con-inner {
    flex-direction: var(--flex-direction)
}

.e-con,.e-con>.e-con-inner {
    display: var(--display)
}

.e-con.e-grid {
    --grid-justify-content: start;
    --grid-align-content: start;
    --grid-auto-flow: row
}

.e-con.e-grid,.e-con.e-grid>.e-con-inner {
    grid-template-columns: var(--e-con-grid-template-columns);
    grid-template-rows: var(--e-con-grid-template-rows);
    justify-content: var(--grid-justify-content);
    align-content: var(--grid-align-content);
    grid-auto-flow: var(--grid-auto-flow);
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}

.e-con-boxed.e-flex {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal
}

.e-con-boxed.e-grid {
    justify-items: legacy;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.e-con-boxed {
    text-align: initial;
    gap: initial
}

.e-con.e-flex>.e-con-inner {
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto
}

.e-con.e-grid>.e-con-inner {
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}

.e-con>.e-con-inner {
    gap: var(--gap);
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding-inline-start:0;padding-inline-end:0;height: 100%
}

:is(.elementor-section-wrap,[data-elementor-id])>.e-con {
    --margin-left: auto;
    --margin-right: auto;
    max-width: min(100%,var(--width))
}

.e-con .elementor-widget.elementor-widget {
    margin-block-end:0}

.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    transition: var(--overlay-transition,.3s);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width:var(--border-block-start-width);border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width:var(--border-block-end-width);border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-top-width));
    left: calc(0px - var(--border-left-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width),100%);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width),100%)
}

.e-con:before {
    transition: background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)
}

.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container {
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width:var(--border-block-start-width);border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width:var(--border-block-end-width);border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-top-width));
    left: calc(0px - var(--border-left-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width),100%);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width),100%)
}

@media (max-width: 767px) {
    :is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone {
        display:none
    }
}

:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before {
    z-index: 1
}

:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before {
    z-index: 2
}

.e-con .elementor-widget {
    min-width: 0
}

.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper {
    width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container {
    height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget {
    max-width: 100%
}

@media (max-width: 767px) {
    .e-con.e-flex {
        --width:100%;
        --flex-wrap: wrap
    }
}

.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    flex-grow: 1
}

.elementor-field-group {
    flex-wrap: wrap;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #69727d;
    background-color: transparent;
    color: #1f2124;
    vertical-align: middle;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    flex-basis: 100%;
    padding-inline-end:20px}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0,0,0,.3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: flex;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-inline-end:10px}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-inline-start:.2em}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit {
    justify-content: center
}

.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
}

@media screen and (max-width: 1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis:100%
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

@media screen and (max-width: 767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis:100%
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-inline-end:5px}

.elementor-message.elementor-message-danger {
    color: #d9534f
}

.elementor-message.elementor-message-danger:before {
    content: "\e87f"
}

.elementor-message.form-message-success {
    color: #5cb85c
}

.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

.elementor-form .elementor-button>span {
    display: flex;
    justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element .elementor-widget-container {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s
}

.elementor-button:focus,.elementor-button:hover,.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: flex;
    justify-content: center
}

.elementor-button-icon {
    flex-grow: 0;
    order: 5
}

.elementor-button-icon svg {
    width: 1em;
    height: auto
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    order: 15
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    order: 5
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-tab-title a {
    color: inherit
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #69727d;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #69727d;
    border: 3px solid #69727d;
    background-color: transparent
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #69727d
}

.elementor-icon i,.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before,.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

.e-transform .elementor-widget-container {
    transform: perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
    transform: perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));
    transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.elementor-element,.elementor-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-element .swiper-container .swiper-slide figure,.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper-container .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure {
    line-height: 0
}

.elementor-element .swiper-container .elementor-lightbox-content-source,.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper-container .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source {
    display: none
}

.elementor-element .swiper-container .elementor-swiper-button,.elementor-element .swiper-container~.elementor-swiper-button,.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper-container .elementor-swiper-button,.elementor-lightbox .swiper-container~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0,0%,93.3%,.9);
    top: 50%;
    transform: translateY(-50%)
}

.elementor-element .swiper-container .elementor-swiper-button svg,.elementor-element .swiper-container~.elementor-swiper-button svg,.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper-container .elementor-swiper-button svg,.elementor-lightbox .swiper-container~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: hsla(0,0%,93.3%,.9);
    height: 1em;
    width: 1em
}

.elementor-element .swiper-container .elementor-swiper-button-prev,.elementor-element .swiper-container~.elementor-swiper-button-prev,.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: 10px
}

.elementor-element .swiper-container .elementor-swiper-button-next,.elementor-element .swiper-container~.elementor-swiper-button-next,.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper-container~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: 10px
}

.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container .swiper-pagination-custom,.elementor-element .swiper-container .swiper-pagination-fraction,.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container~.swiper-pagination-custom,.elementor-element .swiper-container~.swiper-pagination-fraction,.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container .swiper-pagination-custom,.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container~.swiper-pagination-custom,.elementor-lightbox .swiper-container~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction {
    bottom: 5px
}

.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button {
    transform: translate3d(0,-50%,1px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.elementor-element.elementor-pagination-position-outside .swiper,.elementor-element.elementor-pagination-position-outside .swiper-container,.elementor-lightbox.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button {
    top: calc(50% - 30px / 2)
}

.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper {
    position: relative
}

.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper {
    position: static
}

.elementor-element.elementor-arrows-position-outside .swiper,.elementor-element.elementor-arrows-position-outside .swiper-container,.elementor-lightbox.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
    left: 0
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
    right: 0
}

.elementor-lightbox {
    --lightbox-ui-color: hsla(0,0%,93.3%,0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: none;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    animation-duration: .3s;
    height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: .75em;
    margin-top: 13px;
    padding: .25em;
    z-index: 2;
    line-height: 1;
    display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
    height: 1em;
    width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button {
    color: var(--lightbox-ui-color);
    transition: all .3s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg,.elementor-lightbox .elementor-swiper-button svg {
    fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg,.elementor-lightbox .elementor-swiper-button:hover svg {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper,.elementor-lightbox .swiper-container {
    height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}

@media (max-width: 767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding:70px 0
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover {
    opacity: 1;
    filter: none;
    border: none
}

.elementor-lightbox .elementor-lightbox-image {
    box-shadow: 0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);
    border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape,.elementor-lightbox .elementor-video-container .elementor-video-portrait,.elementor-lightbox .elementor-video-container .elementor-video-square {
    width: 100%;
    height: 100%;
    margin: auto
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-square iframe {
    border: 0;
    background-color: #000
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video,.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video {
    aspect-ratio: var(--video-aspect-ratio,1.77777)
}

@supports not (aspect-ratio: 1/1) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape,.elementor-lightbox .elementor-video-container .elementor-video-portrait,.elementor-lightbox .elementor-video-container .elementor-video-square {
        position:relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio, 1.77777))
    }

    .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video,.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video {
    width: min(90vh,90vw);
    height: min(90vh,90vw)
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video {
    width: 100%;
    max-height: 90vh
}

.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video {
    height: 100%;
    max-width: 90vw
}

@media (min-width: 1025px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width:85vw;
        max-height: 85vh
    }

    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 85vh;
        max-width: 85vw
    }
}

@media (max-width: 1024px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width:95vw;
        max-height: 95vh
    }

    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 95vh;
        max-width: 95vw
    }
}

.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next {
    right: 0
}

.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-pagination-fraction {
    width: -moz-max-content;
    width: max-content;
    color: #fff
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: flex;
    align-items: center;
    width: 15%;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

@media (max-width: 767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline:none
    }

    .elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }

    .elementor-lightbox .elementor-swiper-button-next i,.elementor-lightbox .elementor-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0,0,0,.5)
    }

    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        justify-content: flex-start
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        justify-content: flex-end
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -moz-max-content;
    width: max-content
}

.elementor-slideshow__footer,.elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: .3s
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: flex;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-inline-start:1em;padding-inline-end:2.6em;top: 0;
    align-items: center;
    z-index: 10
}

.elementor-slideshow__header>i,.elementor-slideshow__header>svg {
    cursor: pointer;
    padding: .25em;
    margin: 0 .35em
}

.elementor-slideshow__header>i {
    font-size: inherit
}

.elementor-slideshow__header>i:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header>svg {
    box-sizing: content-box;
    fill: var(--lightbox-ui-color);
    height: 1em;
    width: 1em
}

.elementor-slideshow__header>svg:hover {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
    margin-inline-end:auto}

.elementor-slideshow__header .elementor-icon-share {
    z-index: 5
}

.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
    color: #0c0d0e
}

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    border-radius: 3px;
    padding: 14px 20px;
    transform: scale(0);
    opacity: 0;
    transform-origin: 90% 10%;
    transition: all .25s .1s;
    box-shadow: 0 4px 15px rgba(0,0,0,.3)
}

.elementor-slideshow__share-links a {
    text-align: start;
    color: #3f444b;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
    color: #000
}

.elementor-slideshow__share-links a i,.elementor-slideshow__share-links a svg {
    margin-inline-end:.75em}

.elementor-slideshow__share-links a i {
    font-size: 1.25em
}

.elementor-slideshow__share-links a svg {
    height: 1.25em;
    width: 1.25em
}

.elementor-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: .5em;
    border: .45em solid transparent;
    border-bottom-color: #fff;
    transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}

.elementor-slideshow__description,.elementor-slideshow__title {
    margin: 0
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700
}

.elementor-slideshow__description {
    font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,.elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,.elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0,0,0,.5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0,0,0,.5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
    opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
    color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
    color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
    color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
    color: #9da5ae
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
    fill: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
    fill: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
    fill: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
    fill: #9da5ae
}

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.animated {
    animation-duration: 1.25s
}

.animated.animated-slow {
    animation-duration: 2s
}

.animated.animated-fast {
    animation-duration: .75s
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        animation: none
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
    z-index: -1
}

.elementor-shape-bottom {
    bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page>.ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #3f444b;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px
}

#wp-admin-bar-elementor_inspector>.ab-item:before {
    content: "\f348";
    top: 2px
}

#wpadminbar * {
    font-style: normal
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    transition: none
}

#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right,flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content,space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 1024px) {
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content:var(--flex-right,flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content,space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content:var(--flex-right,flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content,space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone {
        display:none
    }
}

@media (min-width: -1) and (max-width:-1) {
    .elementor .elementor-hidden-mobile_extra {
        display:none
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display:none
    }
}

@media (min-width: 1025px) and (max-width:1200px) {
    .elementor .elementor-hidden-tablet_extra {
        display:none
    }
}

@media (min-width: -1) and (max-width:-1) {
    .elementor .elementor-hidden-laptop {
        display:none
    }
}

@media (min-width: 1201px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display:none
    }
}

@media (min-width: -1) {
    .elementor .elementor-hidden-widescreen {
        display:none
    }
}

.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment,start)
}

.elementor-widget-text-path svg {
    width: var(--width);
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: var(--word-spacing);
    transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1))
}

.elementor-widget-text-path svg path {
    vector-effect: non-scaling-stroke;
    fill: var(--path-fill,transparent);
    stroke: var(--stroke-color,transparent);
    stroke-width: var(--stroke-width,1px);
    transition: var(--stroke-transition) stroke,var(--stroke-transition) fill
}

.elementor-widget-text-path svg:hover path {
    --path-fill: var(--path-fill-hover);
    --stroke-color: var(--stroke-color-hover);
    --stroke-width: var(--stroke-width-hover)
}

.elementor-widget-text-path svg text {
    --fill: var(--text-color);
    fill: var(--fill);
    direction: var(--direction,ltr);
    transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill
}

.elementor-widget-text-path svg text:hover {
    --color: var(--text-color-hover,var(--text-color));
    --fill: var(--color);
    color: var(--color)
}

.elementor-widget-n-tabs {
    --n-tabs-color-accent-fallback: #61ce70;
    --n-tabs-color-secondary-fallback: #54595f;
    --n-tabs-default-padding-block: 15px;
    --n-tabs-default-padding-inline: 35px;
    --n-tabs-background-color: transparent;
    --n-tabs-display: flex;
    --n-tabs-direction: column;
    --n-tabs-gap: 10px;
    --n-tabs-heading-display: flex;
    --n-tabs-heading-direction: row;
    --n-tabs-heading-grow: initial;
    --n-tabs-heading-justify-content: center;
    --n-tabs-heading-width: initial;
    --n-tabs-heading-overflow-x: initial;
    --n-tabs-heading-wrap: nowrap;
    --n-tabs-border-width: 1px;
    --n-tabs-border-color: #d5d8dc;
    --n-tabs-content-display: flex;
    --n-tabs-title-color: var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));
    --n-tabs-title-color-hover: #fff;
    --n-tabs-title-color-active: #fff;
    --n-tabs-title-background-color: #f1f2f3;
    --n-tabs-title-background-color-hover: var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));
    --n-tabs-title-background-color-active: var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));
    --n-tabs-title-width: initial;
    --n-tabs-title-height: initial;
    --n-tabs-title-font-size: 1rem;
    --n-tabs-title-white-space: initial;
    --n-tabs-title-justify-content-toggle: initial;
    --n-tabs-title-align-items-toggle: center;
    --n-tabs-title-justify-content: center;
    --n-tabs-title-align-items: center;
    --n-tabs-title-text-align: center;
    --n-tabs-title-direction: row;
    --n-tabs-title-gap: 10px;
    --n-tabs-title-flex-grow: 0;
    --n-tabs-title-flex-basis: content;
    --n-tabs-title-flex-shrink: initial;
    --n-tabs-title-order: initial;
    --n-tabs-title-padding-top: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-bottom: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-left: var(--n-tabs-default-padding-inline);
    --n-tabs-title-padding-right: var(--n-tabs-default-padding-inline);
    --n-tabs-title-border-radius: initial;
    --n-tabs-title-transition: 0.3s;
    --n-tabs-icon-color: var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));
    --n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
    --n-tabs-icon-color-active: #fff;
    --n-tabs-icon-gap: 5px;
    width: 100%;
    max-width: 100%;
    --n-tabs-title-padding-inline-start: var(--n-tabs-title-padding-left);
    --n-tabs-title-padding-inline-end: var(--n-tabs-title-padding-right);
    --n-tabs-title-padding-block-start: var(--n-tabs-title-padding-top);
    --n-tabs-title-padding-block-end: var(--n-tabs-title-padding-bottom)
}

body.rtl .elementor-widget-n-tabs {
    --n-tabs-title-padding-inline-start: var(--n-tabs-title-padding-right);
    --n-tabs-title-padding-inline-end: var(--n-tabs-title-padding-left)
}

.elementor-widget-n-tabs .e-n-tabs {
    display: var(--n-tabs-display);
    flex-direction: var(--n-tabs-direction);
    gap: var(--n-tabs-gap);
    text-align: start;
    min-width: 0
}

.elementor-widget-n-tabs .e-n-tabs-heading {
    display: var(--n-tabs-heading-display);
    flex-basis: var(--n-tabs-heading-width);
    flex-direction: var(--n-tabs-heading-direction);
    flex-shrink: 0;
    justify-content: var(--n-tabs-heading-justify-content);
    gap: var(--n-tabs-title-gap);
    overflow-x: var(--n-tabs-heading-overflow-x);
    flex-wrap: var(--n-tabs-heading-wrap);
    -ms-overflow-style: none;
    scrollbar-width: none
}

.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar {
    display: none
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active {
    position: relative
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active:before {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline: -1000vw;
    z-index: 2
}

.elementor-widget-n-tabs .e-n-tabs-content {
    display: var(--n-tabs-content-display);
    flex-grow: 1;
    min-width: 0
}

.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active) {
    display: none
}

.elementor-widget-n-tabs .e-n-tabs:not(.e-activated)>.e-n-tabs-content>.e-con:first-child {
    display: flex
}

.elementor-widget-n-tabs .e-n-tab-title {
    all: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: var(--n-tabs-title-align-items-toggle,var(--n-tabs-title-align-items));
    flex-direction: var(--n-tabs-title-direction);
    justify-content: var(--n-tabs-title-justify-content-toggle,var(--n-tabs-title-justify-content));
    gap: var(--n-tabs-icon-gap);
    border-width: var(--n-tabs-border-width);
    position: relative;
    cursor: pointer;
    outline: none;
    flex-grow: var(--n-tabs-title-flex-grow);
    flex-basis: var(--n-tabs-title-flex-basis);
    flex-shrink: var(--n-tabs-title-flex-shrink);
    padding-block-start:var(--n-tabs-title-padding-block-start);padding-inline-end: var(--n-tabs-title-padding-inline-end);
    padding-block-end:var(--n-tabs-title-padding-block-end);padding-inline-start: var(--n-tabs-title-padding-inline-start);
    border-radius: var(--n-tabs-title-border-radius);
    height: var(--n-tabs-title-height);
    width: var(--n-tabs-title-width);
    white-space: var(--n-tabs-title-white-space);
    transition: background var(--n-tabs-title-transition),color var(--n-tabs-title-transition),border var(--n-tabs-title-transition),box-shadow var(--n-tabs-title-transition),text-shadow var(--n-tabs-title-transition),stroke var(--n-tabs-title-transition),stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-color var(--n-tabs-title-transition),transform var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title:focus-visible {
    outline: 5px auto -webkit-focus-ring-color
}

.elementor-widget-n-tabs .e-n-tab-title span i,.elementor-widget-n-tabs .e-n-tab-title span svg {
    transition: color var(--n-tabs-title-transition),fill var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title-text {
    display: flex;
    align-items: center;
    font-size: var(--n-tabs-title-font-size);
    text-align: var(--n-tabs-title-text-align)
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    order: var(--n-tabs-icon-order);
    overflow: hidden
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
    font-size: var(--n-tabs-icon-size,var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
    width: var(--n-tabs-icon-size,var(--n-tabs-title-font-size));
    height: var(--n-tabs-icon-size,var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
    display: none
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] {
    background-color: var(--n-tabs-title-background-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false],.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a {
    color: var(--n-tabs-title-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i {
    color: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i:last-child,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg:last-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true],.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a {
    color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i:first-child,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:active,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:focus,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:hover {
    transform: none;
    animation: initial
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover,.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover a {
    color: var(--n-tabs-title-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover a {
    color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:first-child,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:active,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:focus,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:hover {
    transform: none;
    animation: initial
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:last-child,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:last-child {
    transform: none;
    height: auto;
    opacity: 1
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--n-tabs-title-background-color-hover);
    background-image: none
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--n-tabs-title-background-color-active);
    background-image: none
}

@media (max-width: 767px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile {
        --n-tabs-direction:column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {
        margin-block-start:var(--n-tabs-title-gap)}

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width: -1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra {
        --n-tabs-direction:column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title:not(:first-child) {
        margin-block-start:var(--n-tabs-title-gap)}

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width: 1024px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet {
        --n-tabs-direction:column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title:not(:first-child) {
        margin-block-start:var(--n-tabs-title-gap)}

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width: 1200px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra {
        --n-tabs-direction:column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title:not(:first-child) {
        margin-block-start:var(--n-tabs-title-gap)}

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width: -1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop {
        --n-tabs-direction:column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title:not(:first-child) {
        margin-block-start:var(--n-tabs-title-gap)}

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

.elementor-widget-n-accordion {
    --n-accordion-title-font-size: 20px;
    --n-accordion-title-flex-grow: initial;
    --n-accordion-title-justify-content: initial;
    --n-accordion-title-icon-order: -1;
    --n-accordion-border-width: 1px;
    --n-accordion-border-color: #d5d8dc;
    --n-accordion-border-style: solid;
    --n-accordion-item-title-flex-grow: initial;
    --n-accordion-item-title-space-between: 0px;
    --n-accordion-item-title-distance-from-content: 0px;
    --n-accordion-padding: 10px;
    --n-accordion-border-radius: 0px;
    --n-accordion-icon-size: 15px;
    --n-accordion-title-normal-color: #1f2124;
    --n-accordion-title-hover-color: #1f2124;
    --n-accordion-title-active-color: #1f2124;
    --n-accordion-icon-normal-color: var(--n-accordion-title-normal-color);
    --n-accordion-icon-hover-color: var(--n-accordion-title-hover-color);
    --n-accordion-icon-active-color: var(--n-accordion-title-active-color);
    --n-accordion-icon-gap: 0 10px;
    width: 100%
}

.elementor-widget-n-accordion .e-n-accordion details>summary::-webkit-details-marker {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item {
    display: flex;
    flex-direction: column;
    position: relative
}

.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
    margin-block-end:var(--n-accordion-item-title-space-between)}

.elementor-widget-n-accordion .e-n-accordion-item-title,: where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con) {
    border:var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: var(--n-accordion-padding);
    justify-content: var(--n-accordion-title-justify-content);
    border-radius: var(--n-accordion-border-radius);
    flex-grow: var(--n-menu-title-flex-grow);
    gap: var(--n-accordion-icon-gap);
    color: var(--n-accordion-title-normal-color);
    align-items: center;
    cursor: pointer
}

.elementor-widget-n-accordion .e-n-accordion-item-title-header {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item-title-header h1,.elementor-widget-n-accordion .e-n-accordion-item-title-header h2,.elementor-widget-n-accordion .e-n-accordion-item-title-header h3,.elementor-widget-n-accordion .e-n-accordion-item-title-header h4,.elementor-widget-n-accordion .e-n-accordion-item-title-header h5,.elementor-widget-n-accordion .e-n-accordion-item-title-header h6,.elementor-widget-n-accordion .e-n-accordion-item-title-header p {
    margin-block-start:0;margin-block-end:0}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    font-size: var(--n-accordion-title-font-size);
    align-items: center
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    order: var(--n-accordion-title-icon-order);
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
    height: var(--n-accordion-icon-size);
    width: auto
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-normal-color);
    font-size: var(--n-accordion-icon-size)
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-normal-color);
    height: var(--n-accordion-icon-size)
}

.elementor-widget-n-accordion .e-n-accordion-item-title>span {
    cursor: pointer
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    margin-block-end:var(--n-accordion-item-title-distance-from-content);color: var(--n-accordion-title-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title {
    color: var(--n-accordion-title-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-normal-color)
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-normal-color)
}

.elementor-widget-n-accordion .e-n-accordion-item>span {
    cursor: pointer
}

/*post*/
.elementor-34 .elementor-element.elementor-element-569eb86 {
    z-index: 10;
}

.elementor-34 .elementor-element.elementor-element-f4d87e4 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --justify-content: space-between;
    --gap: 30px 30px;
    --flex-wrap: wrap;
    --background-transition: 0.3s;
    --border-radius: 10px 10px 10px 10px;
    --padding-top: 120px;
    --padding-bottom: 90px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-34 .elementor-element.elementor-element-f4d87e4:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-f4d87e4 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #F3F0F7;
}

.elementor-34 .elementor-element.elementor-element-f4d87e4, .elementor-34 .elementor-element.elementor-element-f4d87e4::before {
    --border-transition: 0.3s;
}

.elementor-34 .elementor-element.elementor-element-e353f80 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-34 .elementor-element.elementor-element-256780c > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-34 .elementor-element.elementor-element-626968e {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --background-transition: 0.3s;
    --border-radius: 10px 10px 10px 10px;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-34 .elementor-element.elementor-element-626968e:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-626968e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url("https://wp1.themevibrant.com/newwp/aizenius/wp-content/uploads/2023/08/shape-3-1.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.elementor-34 .elementor-element.elementor-element-626968e, .elementor-34 .elementor-element.elementor-element-626968e::before {
    --border-transition: 0.3s;
}

.elementor-34 .elementor-element.elementor-element-d27024b .aizenius-title {
    text-align: center;
}

.elementor-34 .elementor-element.elementor-element-d27024b .te-subtitle {
    padding: 40px 0px 0px 0px !important;
    color: #FFFFFF;
}

.elementor-34 .elementor-element.elementor-element-d27024b .te-title {
    color: #FFFFFF !important;
}

.elementor-34 .elementor-element.elementor-element-d27024b .te-text {
    color: #FFFFFF !important;
    font-family: "Outfit", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}

.elementor-34 .elementor-element.elementor-element-d27024b > .elementor-widget-container {
    padding: 0px 15px 0px 0px;
}

.elementor-34 .elementor-element.elementor-element-51def22 .te-btn {
    text-align: center;
}

.elementor-34 .elementor-element.elementor-element-dd4848b {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-34 .elementor-element.elementor-element-90c4365 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --background-transition: 0.3s;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-34 .elementor-element.elementor-element-33eb4ef {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --background-transition: 0.3s;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-34 .elementor-element.elementor-element-2f15103 > .elementor-container {
    max-width: 1200px;
}

.elementor-34 .elementor-element.elementor-element-2f15103:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-2f15103 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url("https://wp1.themevibrant.com/newwp/aizenius/wp-content/uploads/2023/11/shape-12.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.elementor-34 .elementor-element.elementor-element-2f15103 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 114px 0px 120px 0px;
}

.elementor-34 .elementor-element.elementor-element-2f15103 > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-34 .elementor-element.elementor-element-7624e88 .aizenius-title {
    text-align: center;
    margin: 0px 0px 20px 0px !important;
}

.elementor-34 .elementor-element.elementor-element-982b5e5 > .elementor-container {
    max-width: 1200px;
}

.elementor-34 .elementor-element.elementor-element-982b5e5 .elementor-column-gap-custom .elementor-column > .elementor-element-populated {
    padding: 15px;
}

.elementor-34 .elementor-element.elementor-element-907615d .te-title {
    margin: 025px 0px 10px 0px !important;
}

.elementor-34 .elementor-element.elementor-element-907615d > .elementor-widget-container {
    margin: 0px 0px 130px 0px;
}

.elementor-34 .elementor-element.elementor-element-d8166c6 .te-text {
    margin: 10px 0px 25px 0px !important;
}

.elementor-bc-flex-widget .elementor-34 .elementor-element.elementor-element-2ba0c59.elementor-column .elementor-widget-wrap {
    align-items: center;
}

.elementor-34 .elementor-element.elementor-element-2ba0c59.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center;
}

.elementor-34 .elementor-element.elementor-element-ed4c0ca .single-item {
    text-align: right !important;
}

.elementor-34 .elementor-element.elementor-element-ed4c0ca .te-title {
    margin: 25px 0px 10px 0px !important;
}

.elementor-34 .elementor-element.elementor-element-ed4c0ca > .elementor-widget-container {
    margin: 0px 0px 130px 0px;
}

.elementor-34 .elementor-element.elementor-element-0f29f94 .single-item {
    text-align: right !important;
}

.elementor-34 .elementor-element.elementor-element-0f29f94 .te-text {
    margin: 10px 0px 25px 0px !important;
}

.elementor-34 .elementor-element.elementor-element-b233a6a:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-b233a6a > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url("https://wp1.themevibrant.com/newwp/aizenius/wp-content/uploads/2023/08/shape-13-1.png");
    background-position: top center;
    background-repeat: repeat-x;
}

.elementor-34 .elementor-element.elementor-element-b233a6a {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 0px 0px;
}

.elementor-34 .elementor-element.elementor-element-b233a6a > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-34 .elementor-element.elementor-element-1c2aaa7 > .elementor-container {
    max-width: 1200px;
}

.elementor-34 .elementor-element.elementor-element-1c2aaa7 {
    padding: 0px 0px 0px 0px;
}

.elementor-34 .elementor-element.elementor-element-f19f581 .te-subtitle {
    color: #FFFFFF;
}

.elementor-34 .elementor-element.elementor-element-f19f581 .te-title {
    color: #FFFFFF !important;
}

.elementor-34 .elementor-element.elementor-element-f19f581 > .elementor-widget-container {
    margin: 0px 0px 50px 0px;
}

.elementor-34 .elementor-element.elementor-element-7ede1e3 .te-text {
    margin: 25px 0px 0px 0px !important;
    color: #FFFFFF !important;
}

.elementor-34 .elementor-element.elementor-element-42c44f8:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-42c44f8 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url("https://wp1.themevibrant.com/newwp/aizenius/wp-content/uploads/2023/11/shape-16.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.elementor-34 .elementor-element.elementor-element-42c44f8 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 150px 0px 240px 0px;
}

.elementor-34 .elementor-element.elementor-element-42c44f8 > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-34 .elementor-element.elementor-element-d47818f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
}

.elementor-34 .elementor-element.elementor-element-8e62f2e .aizenius-title {
    text-align: center;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}

.elementor-34 .elementor-element.elementor-element-8e62f2e > .elementor-widget-container {
    padding: 0px 0px 52px 0px;
}

.elementor-34 .elementor-element.elementor-element-031225f > .elementor-widget-container {
    padding: 0px 0px 0px 0px;
}

.elementor-34 .elementor-element.elementor-element-3105511 > .elementor-widget-container {
    padding: 0px 0px 0px 0px;
}

.elementor-34 .elementor-element.elementor-element-a45533b .te-btn {
    text-align: center;
    margin: 15px 0px 0px 0px !important;
}

.elementor-34 .elementor-element.elementor-element-a45533b > .elementor-widget-container {
    margin: 30px 0px 0px 0px;
}

.elementor-34 .elementor-element.elementor-element-dd8e783 {
    --display: flex;
    --background-transition: 0.3s;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-34 .elementor-element.elementor-element-180b9e3:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-180b9e3 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url("https://wp1.themevibrant.com/newwp/aizenius/wp-content/uploads/2023/08/shape-23-1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.elementor-34 .elementor-element.elementor-element-180b9e3 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 115px 0px 120px 0px;
}

.elementor-34 .elementor-element.elementor-element-180b9e3 > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-34 .elementor-element.elementor-element-6573751 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
}

.elementor-34 .elementor-element.elementor-element-6573751 > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-34 .elementor-element.elementor-element-123834b > .elementor-container {
    max-width: 1200px;
}

.elementor-34 .elementor-element.elementor-element-9ff2098 .aizenius-title {
    text-align: center;
}

@media(min-width: 768px) {
    .elementor-34 .elementor-element.elementor-element-f4d87e4 {
        --content-width:1170px;
    }

    .elementor-34 .elementor-element.elementor-element-e353f80 {
        --width: 30%;
    }

    .elementor-34 .elementor-element.elementor-element-626968e {
        --width: 44.8%;
    }

    .elementor-34 .elementor-element.elementor-element-dd4848b {
        --width: 25%;
    }

    .elementor-34 .elementor-element.elementor-element-90c4365 {
        --width: 48.5%;
    }

    .elementor-34 .elementor-element.elementor-element-33eb4ef {
        --width: 48.5%;
    }

    .elementor-34 .elementor-element.elementor-element-b8d8244 {
        width: 33.3333%;
    }

    .elementor-34 .elementor-element.elementor-element-2ba0c59 {
        width: 32.999%;
    }
   
}

@media(max-width: 1024px) and (min-width:768px) {
    .elementor-34 .elementor-element.elementor-element-e353f80 {
        --width:100%;
    }

    .elementor-34 .elementor-element.elementor-element-626968e {
        --width: 100%;
    }

    .elementor-34 .elementor-element.elementor-element-dd4848b {
        --width: 100%;
    }

    .elementor-34 .elementor-element.elementor-element-90c4365 {
        --width: 100%;
    }

    .elementor-34 .elementor-element.elementor-element-33eb4ef {
        --width: 100%;
    }

    .elementor-34 .elementor-element.elementor-element-b8d8244 {
        width: 100%;
    }

    .elementor-34 .elementor-element.elementor-element-2ba0c59 {
        width: 100%;
    }

    .elementor-34 .elementor-element.elementor-element-213b0c3 {
        width: 100%;
    }
}

@media(max-width: 1200px) {
    .elementor-34 .elementor-element.elementor-element-626968e:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-626968e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-size:cover;
    }
}

@media(max-width: 1024px) {
    .elementor-34 .elementor-element.elementor-element-626968e:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-626968e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-size:cover;
    }

    .elementor-34 .elementor-element.elementor-element-626968e {
        --margin-top: 15px;
        --margin-bottom: 0px;
        --margin-left: 10px;
        --margin-right: 10px;
    }

    .elementor-34 .elementor-element.elementor-element-dd4848b {
        --margin-top: 15px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    .elementor-34 .elementor-element.elementor-element-90c4365 {
        --margin-top: 10px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    .elementor-34 .elementor-element.elementor-element-3d094eb .ai-service-section {
        margin: 0px 0px 0px 0px !important;
    }

    .elementor-34 .elementor-element.elementor-element-3d094eb > .elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-34 .elementor-element.elementor-element-33eb4ef {
        --margin-top: 10px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    .elementor-34 .elementor-element.elementor-element-3eaf123 img {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .elementor-34 .elementor-element.elementor-element-e353f80 {
        --margin-top:0px;
        --margin-bottom: 20px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    .elementor-34 .elementor-element.elementor-element-626968e:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-626968e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-size: cover;
    }

    .elementor-34 .elementor-element.elementor-element-626968e {
        --margin-top: 0px;
        --margin-bottom: 0px;
        --margin-left: 10px;
        --margin-right: 10px;
        --padding-top: 15px;
        --padding-bottom: 30px;
        --padding-left: 15px;
        --padding-right: 15px;
    }

    .elementor-34 .elementor-element.elementor-element-dd4848b {
        --margin-top: 20px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    .elementor-34 .elementor-element.elementor-element-33eb4ef {
        --margin-top: 10px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
    }

    .elementor-34 .elementor-element.elementor-element-2f15103 {
        padding: 114px 15px 120px 15px;
    }

    .elementor-34 .elementor-element.elementor-element-f19f581 > .elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-34 .elementor-element.elementor-element-b15482d > .elementor-element-populated {
        margin: 0px 0px 30px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .elementor-34 .elementor-element.elementor-element-7ede1e3 .te-text {
        margin: 0px 0px 0px 0px !important;
    }

    .elementor-34 .elementor-element.elementor-element-42c44f8 {
        padding: 50px 15px 120px 15px;
    }
}


@media(max-width: 1024px) {
  .header-style-one .outer-container{
    padding: 10px;
  }
  .main-menu{
      display: none;
      position: absolute;
      top: 50px;
      left: -10px;
      right: 0;
      width: 100%;
      height: 100vh;
      background: rgb(0 0 0 / 60%);
  }
  .main-menu .navigation > li{
    float: none;
    width: 100%;
  }
  .main-menu .navigation > li > a{
    text-align: left;
  }
  .main-menu .navigation > li:first-child {
    margin-left: 22px !important;
  }
  .menu-area .mobile-nav-toggler{
    display: block;
    position: absolute;
    top:10px;
    left:10px;
  }

  .main-header .outer-box .logo-box{
    margin-right:0px;
    margin-left: 60px;
  }
  .main-header .theme-btn {
    padding: 10px;
}
  .banner-section .lower-box .left-column .text-box {
    right: 33%;
  }

  .banner-section .lower-box .left-column{
    min-height: 440px;
    position: relative;
    width: 100%;
    float: none !important;
  }
  .banner-section .lower-box .shape{
    border:0px;
  }
  .banner-section .lower-box .left-column .robot-image {
    left:0px;
    border-radius: 10px;
    border: 10px solid #fff;
}
  .banner-section .lower-box .right-column {
   display: none;
  }

    .banner-section .lower-box .left-column .form-inner .form-group {
        display: flex;
        flex-direction: row;
        gap: 10px;
        flex-wrap: wrap;
        padding-right: 15px;
    }

    .banner-section .lower-box .left-column .form-inner .form-group button[type='submit'] {
        position: unset;
        top: 0px;
    }

  .elementor-34 .elementor-element.elementor-element-f4d87e4:not(.elementor-motion-effects-element-type-background) {
    background-color: #F3F0F7;
    padding-left: 20px;
    padding-right: 20px;
  }
  .beneficiaries-section {
    position: relative;
    padding: 120px 40px;
}
}

@media(max-width: 769px) {
  
    .tab-btns.tab-buttons.vertical-tabs {
        margin-left: 20px;
    }

    .banner-section .lower-box .left-column .text-box {
      right: 13%;
    }
    .banner-section .lower-box .left-column .form-inner {
      position: absolute;
      left:10px;
      bottom: 40px;
      width: auto;
    }
    .banner-section .lower-box .left-column .form-inner .form-group{
      display: flex;
      flex-direction: row;
      gap: 10px;
      flex-wrap: wrap;
      padding-right:15px;
    }
    .banner-section .lower-box .left-column .form-inner .form-group button[type='submit'] {
      position: unset;
      top: 0px;
    }
}


@media(max-width:600px) {
  .banner-section .lower-box .left-column .form-inner .form-group{
    justify-content: center;
  }
  .banner-section .lower-box .left-column .text-box {
    display: none;
  }
  .service-block-one .inner-box .image-box {
    padding: 30px;
    margin-left: 0px;
  }
  .beneficiaries-section {
    padding: 80px 20px;
  }
}



.feature-title {
    position: relative;
    display: block;
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    margin: 0 auto;
    /*left: 130px;*/
    top: 88px;
}
