 
/* 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: 'Outfit', 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;
  color:inherit;
}

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

input,button,select,textarea{
  font-family: 'Outfit', 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: 'Outfit', sans-serif;
  color: #000000;
  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: "\f103";
  font-family: 'flaticon';
  font-size: 22px;
  left: 0px;
  top: -3px;
  font-weight: 400;
}

.theme-btn.btn-one:hover{
  background: #0d0b15;
}

.theme-btn.btn-two{
  background: #0d0b15;
}

.theme-btn.btn-two:hover{

}





.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: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: transparent;
}

.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:15px;
  line-height:30px;
  padding: 24px 0px;
  font-weight:600;
  font-family: 'Space Grotesk', sans-serif;
  opacity:1;
  color: #fff;
  z-index:1;
  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;
}

.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;
  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: 'Outfit', 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: '\f105';
  font-family: 'Font Awesome 5 Pro';
  right:0px;
  top:14px;
  display:block;
  line-height:24px;
  font-size:14px;
  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;
  width:240px;
  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 > 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 > 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: 'Outfit', 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 > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  color: #a968fa;
}

.main-menu .navigation > li > ul > 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 > ul > li > a:hover:before {
  transform: scale(1,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;
  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 {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #1c1c1c;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.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;  
}

.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 a:hover{
  
}

.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: 200px 0px 125px 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;
}

.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: 732px;
  height: calc(100% - 10px);
  background-repeat: no-repeat;
  border-bottom-left-radius: 10px;
}

.banner-section .lower-box .left-column .text-box{
  position: absolute;
  top: 120px;
  right: 40px;
  width: 170px;
  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% - 100px);
}

.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: 22px;
  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: 15px;
  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 240px 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;
  color: #aca9b1;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 26px;
  padding-left: 30px;
  transition: all 500ms ease;
}

.beneficiaries-section .tab-btns .tab-btn:last-child{
  margin-bottom: 0px;
}

.beneficiaries-section .tab-btns .tab-btn.active-btn{
  color: #0d0b15;
}

.beneficiaries-section .tab-btns .tab-btn:before{
  position: absolute;
  content: "\f107";
  font-family: 'flaticon';
  font-size: 18px;
  left: 0px;
  top: 0px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.beneficiaries-section .tab-btns .tab-btn.active-btn:before{
  transform: scale(1,1);
}

.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{
  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{
  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%;
}

.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:before {
  position: absolute;
  content: "\f107";
  font-family: 'flaticon';
  font-size: 14px;
  left: 15px;
  top: 10px;
  transition: all 500ms ease;
}

.beneficiaries-section .tabs-content .content-box .feature-list li a:hover{
  background: #fff;
}

.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;
}

.beneficiaries-section .tabs-content .active-tab .content-box .icon-box{
  transform: scale(1,1);
}

.bg-color-2{
  background-color: #0d0b15;
}


/** 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);
}


/** pricing-section **/

.pricing-section{
  position: relative;
}

.pricing-section .inner-container{
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 120px 0px 120px 0px;
  margin-top: -120px;
  z-index: 1;
}

.pricing-section .inner-container:before{
  position: absolute;
  content: '';
  background: -webkit-linear-gradient(-90deg, #1d192c, #0d0b15 100%);
  width: calc(100% + 240px);
  height: 100%;
  left: -120px;
  top: 0px;
  border-radius: 10px;
  z-index: -1;
}

.pricing-section .inner-container .sec-title h6{

}

.pricing-section .sec-title{
  margin-bottom: 32px;
}

.pricing-section .tab-btn-one{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.pricing-section .tab-btn-one .tab-btn{
  position: relative;
  display: block;
  max-width: 225px;
  width: 100%;
  background: #2d2746;
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  padding: 13px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-section .tab-btn-one .tab-btn.active-btn{

}

.pricing-section .tab-btn-one .tab-btn:last-child{
  margin-bottom: 0px;
}

.pricing-section .tab-btn-one .tab-btn img{
  position: absolute;
  top: 15px;
  right: 20px;
  opacity: 0.5;
  transition: all 500ms ease;
}

.pricing-section .tab-btn-one .tab-btn.active-btn img{
  opacity: 1;
}

.pricing-section .tab-btn-one .tab-btn:first-child:before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-18.png);
  width: 300px;
  height: 86px;
  left: 271px;
  top: 27px;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  opacity: 0.2;
  transition: all 500ms ease;
}

.pricing-section .tab-btn-one .tab-btn.active-btn:first-child:before{
  opacity: 1;
  filter: grayscale(0%);
}

.pricing-section .tab-btn-one .tab-btn:nth-child(2):before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-19.png);
  width: 300px;
  height: 18px;
  left: 271px;
  top: 19px;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  opacity: 0.2;
  transition: all 500ms ease;
}

.pricing-section .tab-btn-one .tab-btn.active-btn:nth-child(2):before{
  opacity: 1;
  filter: grayscale(0%);
}

.pricing-section .tab-btn-one .tab-btn:last-child:before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-20.png);
  width: 300px;
  height: 86px;
  left: 271px;
  bottom: 27px;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  opacity: 0.2;
  transition: all 500ms ease;
}

.pricing-section .tab-btn-one .tab-btn.active-btn:last-child:before{
  opacity: 1;
  filter: grayscale(0%);
}

.pricing-section .left-content .lower-box{
  position: relative;
  display: block;
  width: 100%;
  padding: 35px 70px 43px 200px;
  border-radius: 10px;
  overflow: hidden;
}

.pricing-section .left-content .lower-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-section .left-content .lower-box .icon-box{
  position: absolute;
  left: 63px;
  top: 56px;
  z-index: 1;
}

.pricing-section .left-content .lower-box .icon-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  left: -24px;
  top: -13px;
  z-index: -1;
}

.pricing-section .left-content .lower-box h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
}

.pricing-section .left-content .lower-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  padding: 6px 25px;
}

.tabs-box-2 .tab-btn-two{
  margin-bottom: 26px;
}

.tabs-box-2 .tab-btn-two .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Space Grotesk', sans-serif;
  color: #948fa7;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 30px;
  padding-left: 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.tabs-box-2 .tab-btn-two .tab-btns li.active-btn-2{
  color: #fff;
}

.tabs-box-2 .tab-btn-two .tab-btns li:before{
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #67617f;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  background: transparent;
  transition: all 500ms ease;
}

.tabs-box-2 .tab-btn-two .tab-btns li.active-btn-2:before{
  background: #2d2746;
}

.tabs-box-2 .tab-btn-two .tab-btns li:after{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 12px;
  left: 0px;
  top: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.tabs-box-2 .tab-btn-two .tab-btns li.active-btn-2:after{
  transform: scale(1,1);
}

.pricing-table-one{
  position: relative;
  display: block;
  border-radius: 10px;
  border: 1px solid #312c46;
  padding: 35px 49px 49px 49px;
}

.pricing-table-one:before{
  position: absolute;
  content: '';
  border-radius: 10px;
  border: 1px solid #312c46;
  background-image: url(../images/shape/shape-21.png);
  width: calc(100% - 40px);
  height: 100%;
  left: 20px;
  top: 20px;
  z-index: -1;
}

.pricing-table-one .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}

.pricing-table-one .table-header{
  position: relative;
  display: block;
  padding-bottom: 33px;
  border-bottom: 1px solid #38334e;
  padding-right: 150px;
}

.pricing-table-one .table-header .icon-box{
  position: absolute;
  display: inline-block;
  top: 8px;
  right: 0px;
  width: 82px;
  height: 82px;
  line-height: 82px;
  font-size: 40px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  border-radius: 50%;
}

.pricing-table-one .table-header h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 9px;
}

.pricing-table-one .table-header p{
  color: #948fa7;
  line-height: 25px;
}

.pricing-table-one .table-content{
  position: relative;
  padding: 36px 0px;
}

.pricing-table-one .feature-list li{
  position: relative;
  display: block;
  color: #948fa7;
  margin-bottom: 12px;
}

.pricing-table-one .feature-list li:last-child{
  margin-bottom: 0px;
}

.pricing-table-one .feature-list li.light{
  opacity: 0.5;
}

.pricing-table-one .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 #38334d;
  color: #948fa7;
}

.pricing-table-one .tags{
  position: absolute;
  top: -49px;
  right: 50px;
  font-size: 18px;
  line-height: 64px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-weight: 700;
  width: 168px;
  height: 49px;
  text-align: center;
  z-index: 1;
}

.pricing-table-one .tags:before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-22.png);
  width: 168px;
  height: 49px;
  left: 0px;
  top: 0px;
  z-index: -1;
  background-repeat: no-repeat;
}

.pricing-table-one .table-footer{
  position: relative;
  display: flex;
  background: #fff;
  padding: 4px;
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
}

.pricing-table-one .table-footer h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  padding-left: 16px;
}

.pricing-table-one .table-footer h3 span{
  font-size: 15px;
  color: #aca9b1;
}

.pricing-table-one .table-footer .theme-btn{
  padding: 10px 25px;
}

.accordion-box .block .acc-content{
  position:relative;
  display:none;
}

.accordion-box .block .acc-content.current{
  display:block;  
}


/** faq-section **/

.faq-section{
  position: relative;
}

.faq-section .inner-box{
  position: relative;
  display: block;
  max-width: 770px;
  margin: 0 auto;
}

.accordion{
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  transition: all 500ms ease;
}

.accordion.active-block{
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.accordion .acc-btn{
  position: relative;
  border: 1px solid #ece9f0;
  border-radius: 10px;
  padding: 14px 60px 18px 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.accordion .acc-btn.active{
  border-radius: 10px 10px 0px 0px;
}

.accordion .acc-btn h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #a9a9b2;
  transition: all 500ms ease;
}

.accordion .acc-btn.active h4{
  color: #fff;
}

.accordion .acc-content{
  position: relative;
  padding: 22px 30px 23px 30px;
}

.accordion .acc-content p{
  max-width: 510px;
}

.accordion .acc-btn .icon-box{
  position: absolute;
  top: 21px;
  right: 29px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #e4e0e9;
  background: #f3f0f7;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  transition: all 500ms ease;
}

.accordion .acc-btn .icon-box:before{
  position: absolute;
  content: "\2b";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  left: -1px;
  top: -1px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.accordion .acc-btn.active .icon-box:before{
  content: "\f068";
  color: #fff;
}

.accordion .acc-btn.active .icon-box{
  background: transparent;
  border-color: #fdfcff;
}

.faq-section .btn-box .theme-btn{
  width: 100%;
}

.faq-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** easier-section **/

.easier-section{
  position: relative;
  padding-top: 120px;
}

.easier-section .sec-title{
  margin-bottom: 0px;
}

.easier-section .sec-title h2{
  color: #fff;
  margin-bottom: 25px;
  font-size: 60px;
  line-height: 72px;
}

.easier-section .inner-box{
  position: relative;
  display: block;
  padding: 63px 100px 70px 70px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

.easier-section .inner-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.easier-section .inner-box .theme-btn{
  background: #fff;
  color: #0d0b15 !important;
}

.easier-section .inner-box .theme-btn span:before{

}

.easier-section .content-box{
  position: relative;
  display: block;
  text-align: right;
}

.easier-section .content-box .list-item li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Space Grotesk', sans-serif;
  color: #837b8e;
  font-weight: 500;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 5px;
  padding: 11px 15px 11px 46px;
}

.easier-section .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.easier-section .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%;
}

.easier-section .content-box .list-item{
  position: relative;
}

.easier-section .content-box .list-item:before{
  position: absolute;
  content: '';
  background: rgba(169, 104, 250, 0.15);
  width: 370px;
  height: 370px;
  border-radius: 50%;
  left: -30px;
  top: -55px;
}


/** 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: space-between;
}

.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-style-two{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.header-top{
  position: relative;
  padding: 11px 0px;
}

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

.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: 118px 0px 100px 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: 9px;
}

.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: 'Outfit', 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;
  margin-bottom:30px;
}

.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{
  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;
  margin-bottom:0px;
  margin-top:22px;
}

.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{

}

.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;
}

.search-widget .form-group,
.wp-block-search__inside-wrapper {
  position: relative;
  margin-bottom: 0px;
}

.search-widget .form-group input[type='search'],
.wp-block-search__inside-wrapper input{
  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;
}

.wp-block-search__inside-wrapper input{
	padding-left:100px;
}

.search-widget .form-group button[type='submit'],
.wp-block-search__inside-wrapper button{
  position: absolute;
  top: 17px;
  left: 21px;
  font-size: 18px;
  color: #0d0b15;
  cursor: pointer;
  transition: all 500ms ease;
}

.footer-widget .search-widget .form-group button[type='submit']{
	color:#ffffff;
}

.wp-block-search__inside-wrapper button{
	top:0px;
	left:0px;
	padding:0 20px;
	margin:0px;
	height:60px;
	display:flex;
	align-items:center;
}

.blog-sidebar .widget-title,
.widget h2,
.widget .wp-block-search__label{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-sidebar .widget-title h3,
.widget h2,
.widget .wp-block-search__label{
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
  color: #272e39;
}

.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: 28px;
}

.blog-details-content .news-block-one .inner-box .image-box .image img{
  border-radius: 10px;
  transform: scale(1) !important;
}

.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 .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-top: 40px;
}

.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;
  margin-bottom:0px;
}

.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-top: 55px;
}

.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;
  margin-bottom:0px;
}

.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-top: 55px;
}

.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: 35px;
}



.blog-details-content .comment-box .comment .comment-thumb{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  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: flex;
  justify-content:space-between;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-details-content .comment-box .comment h4 span{
  display: inline-block;
  font-size: 17px;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  color: #aca9b1;
}

.blog-details-content .comment-box .comment h6.cmt-btn{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin:25px 0 0 0;
}

.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%;
}

.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: 'Outfit', 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;
}












































