
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
:root{
  --theme-color: #db240c;
  --secondary-color: #1b1e31;
  --text-color: #6e6e6e;
  --title-color: #1b1e31;
  --text-font: 'Mulish', sans-serif;
  --title-font: 'Syne', sans-serif;
}
body {
  font-size:17px;
  color:#6e6e6e;
  line-height:28px;
  font-weight:400;
  background:#ffffff;
  font-family: var(--text-font);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}
  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}
.large-container{
  max-width: 1450px;
  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{
  font-family: var(--title-font);
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
a:hover{
  text-decoration:none;
  outline:none;
}
input,button,select,textarea{
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 16px;
  background: transparent;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}
ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}
input{
  transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}
p{
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}
h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: var(--title-font);
  font-weight: 400;
  color: var(--title-color);
  margin: 0px;
  transition: all 500ms ease;
}
/* 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;
}
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: 17px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--title-font);
  color: #fff;
  text-align: center;
  padding: 11px 28px;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}
.theme-btn:hover{
  color: #fff;
}
.theme-btn.btn-one{
  background: var(--theme-color);
}
.theme-btn.btn-one:hover{
  background: var(--secondary-color);
}
.theme-btn span{
  position: relative;
  padding-right: 25px;
}
.theme-btn span:before{
  position: absolute;
  content: "\f101";
  font-family: 'flaticon';
  top: -2px;
  right: 0px;
  font-size: 20px;
}
.theme-btn.btn-two{
  background: transparent;
  border: 1px solid var(--theme-color);
  padding: 17px 37px;
}
.theme-btn.btn-two:hover{
  background: var(--theme-color);
}
.theme-btn.btn-three{
  background: var(--secondary-color);
  padding: 15px 37px;
}
.theme-btn.btn-three:hover{
  background: var(--theme-color);
}
.row{
  --bs-gutter-x: 30px;
}
.sec-pad{
  padding: 113px 0px 120px 0px;
}
.mr-0{
  margin: 0px !important;
}
.scroll-top {
  width: 58px;
  height: 58px;
  line-height: 66px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 30px;
  z-index: 99;
  color: #fff;
  background: var(--secondary-color);
  border: 1px solid #32364f;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 1s ease;
}
.scroll-top.open {
  bottom: 30px;
}
.scroll-top:hover{
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.sec-title{
  position: relative;
  display: block;
  margin-bottom: 49px;
}
.sec-title .sub-title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px; 
  font-family: var(--title-font);
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.sec-title h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin: 0px;
}
.sec-title h2 span{
  color: var(--theme-color);
}

.home_2 .sec-title h2 span{
  color: var(--theme-color-two);
}

.sec-title.light .sub-title{
  color: #a8a9b3;
}

.sec-title.light h2{
  color: #fff;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

/** 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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.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;
}

/*** Search Popup ***/

.search-popup {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.80);
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.search-popup .popup-inner{
  width: 100%;
  background: #fff;
  height: 100%;
}

.search-popup .upper-box{
  position: relative;
  padding: 70px 70px;
  z-index: 1;
}

.search-popup .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.search-popup .close-search {
  position: relative;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  z-index: 5;
  top: 11px;
  transition: all 500ms ease;
}

.search-popup .close-search:hover {
  color: red;
}

.search-popup .search-form {
  position: relative;
  width: 100%;
  padding: 100px 0px 250px 0px;
}

.search-popup .search-form .form-group{
  position: relative;
  margin: 0px;
}

.search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 90px;
  padding: 20px 0px;
  background: #ffffff;
  line-height: 30px;
  font-size: 20px;
  color: #808080;
  border: none;
  font-weight: 400;
  border-radius: 0px;
  padding-right: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.search-popup .search-form fieldset button[type="submit"] {
  position: absolute;
  top: 35px;
  right: 0px;
  font-size: 22px;
  color: #141417;
  cursor: pointer;
  transition: all 500ms ease;
}

.search-popup .search-form fieldset input[type="search"]:focus{
  border-color: #141417;
}

.search-popup .form-control:focus{
  box-shadow: none !important;
}

/** header-top **/

.header-top{
  position: relative;
  background: var(--secondary-color);
  padding: 11px 0px;
}

.header-top .outer-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px;
}

.header-top p,
.header-top a{
  color: #a8a9b3;
}

.header-top a:hover,
.header-top a span{
  color: var(--theme-color);
}

.header-top a span{
  text-decoration: underline;
  transition: all 500ms ease;
}

.header-top a:hover span{
  color: #fff;
}

.header-top .support-box,
.header-top .text{
  position: relative;
  display: block;
  padding-left: 25px;
}

.header-top .text{
  padding-left: 29px;
}

.header-top .support-box .icon-box,
.header-top .text .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
}

.header-top .text .icon-box{
  top: -2px;
}

.header-top .right-column{
  position: relative;
  display: flex;
  align-items: center;
}

.header-top .guide-box{
  position: relative;
  padding-left: 22px;
  margin-right: 30px;
}

.header-top .guide-box .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
}

.header-top .help-center{
  position: relative;
  padding-left: 26px;
  margin-right: 30px;
}

.header-top .help-center .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
}

.header-top .language-box{
  position: relative;
  padding-left: 28px;
}

.header-top .language-box .icon-box{
  position: absolute;
  left: 0px;
  top: -2px;
}

.header-top .language-box .nice-select{
  position: relative;
  font-size: 16px;
  color: #a8a9b3;
  font-family: var(--text-font);
  font-weight: 400;
  text-transform: capitalize;
}

.header-top .language-box .nice-select:after{
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #a8a9b3;
  border-right: 2px solid #a8a9b3;
  top: 12px;
  right: 5px;
  margin: 0px;
}

.nice-select .list{
  min-width: 100px;
}

.header-top .language-box .nice-select .list{
  left: inherit !important;
  right: 0px !important;
}


/** header-lower **/

.main-header .outer-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px;
}

.main-header .menu-area{
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .logo-box{
  position: relative;
  padding: 26px 0px;
  margin-right: 80px;
}

.main-header .menu-right-content{
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .menu-right-content .search-box-outer{
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: var(--secondary-color);
  margin-right: 80px;
  cursor: pointer;
  top: 2px;
  transition: all 500ms ease;
}

.main-header .menu-right-content .search-box-outer:hover{
  color: var(--theme-color);
}

.main-header .menu-right-content .search-box-outer:before{
  position: absolute;
  content: '';
  background: #e8e8e8;
  width: 1px;
  height: 50px;
  top: -12px;
  right: -40px;
}

.main-header .menu-right-content .clients-box{
  position: relative;
  padding: 11px 0px 11px 65px;
  margin-right: 40px;
}

.main-header .menu-right-content .clients-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f4f4f4;
  text-align: center;
  border-radius: 50%;
}

.main-header .menu-right-content .clients-box a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-family: var(--title-font);
  color: var(--secondary-color);
  font-weight: 600;
  padding-right: 24px;
}

.main-header .menu-right-content .clients-box a i{
  position: absolute;
  display: inline-block;
  top: 2px;
  right: 0px;
  font-size: 20px;
  color: var(--text-color);
  transition: all 500ms ease;
}

.main-header .menu-right-content .clients-box a:hover,
.main-header .menu-right-content .clients-box a:hover i{
  color: var(--theme-color);
}

.main-header .menu-right-content .clients-box a:hover i{
  transform: rotate(-45deg);
}

/** main-menu **/

.main-menu{
  float: left;
}

.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 20px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.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:17px;
  line-height:30px;
  font-family: var(--title-font);
  padding: 32px 0px;
  padding-right: 24px;
  font-weight:600;
  opacity:1;
  color: var(--secondary-color);
  z-index:1;
  text-transform: capitalize;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li > a:before{
  position: absolute;
  content: "\f101";
  font-family: 'flaticon';
  font-size: 18px;
  top: 31px;
  right: 0px;
  color: #a8a9b3;
  transition: all 500ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before{
  color: var(--theme-color);
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:240px;
  z-index:100;
  background: #fff;
  display:none;
  opacity: 0;
  padding: 16px 0px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  visibility: hidden;
  border-radius: 5px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul:before,
.main-menu .navigation > li > .megamenu:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  left: 0px;
  top: -10px;
  background: transparent;
}

.main-menu .navigation > li > .megamenu{
  background: #212226;
}

.main-menu .navigation > li > .megamenu a{
  display: inline-block !important;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 8px 30px;
  padding-right: 0px;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  line-height:24px;
  font-weight:400;
  font-size:17px;
  font-family: var(--text-font);
  color: var(--text-color);
  text-align: left;
  text-transform: capitalize;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child a{
  border-bottom: none;
}

.main-menu .navigation > li > .megamenu li > a{
  padding-left: 0px;
  padding-right: 0px;
}

.main-menu .navigation > li > .megamenu h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{
  padding-left: 17px;
  color: var(--theme-color);
}

.main-menu .navigation > li > ul > li > a:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 2px;
  height: 16px;
  left: 0px;
  top: 4px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 6px;
  height: 8px;
  left: -2px;
  top: 8px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover:before,
.main-menu .navigation > li > ul > li > a:hover:after{
  opacity: 1;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown:after{
  content: "\f101";
  font-family: 'flaticon';
  position:absolute;
  right:23px;
  top:6px;
  color: #a8a9b3;
  display:block;
  font-size:20px;
  font-weight:400;
  text-align:center;
  z-index:5;  
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown.current:after,
.main-menu .navigation > li > ul > li.dropdown:hover:after{
  color: var(--theme-color);
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  margin-top: 15px;
  margin-left: 10px;
  width:240px;
  z-index:100;
  display:none;
  border-radius: 5px;
  padding: 16px 0px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  background: #fff;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul:before{
  position: absolute;
  content: '';
  left: -10px;
  top: 0px;
  width: 10px;
  height: 100%;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 8px 30px;
  padding-right: 0px;
}

.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: var(--text-font);
  color: var(--text-color);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 2px;
  height: 16px;
  left: 0px;
  top: 4px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 6px;
  height: 8px;
  left: -2px;
  top: 8px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover:before,
.main-menu .navigation > li > ul > li > ul > li > a:hover:after{
  opacity: 1;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  padding-left: 17px;
  color: var(--theme-color);
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  margin-top: -15px;
  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.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;  
  padding-bottom: 50px;
}
.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; 
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}


.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.main-header .outer-box{
  position: relative;
}

.nice-select{
  position: relative;
  background: transparent;
  border: none;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px;
  color: #d4c0cd;
  padding-right: 21px;
  height: auto;
  line-height: 28px;
}

.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;
  overflow: hidden;
}
  
.banner-carousel .slide-item{
  position: relative;
}
  
.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  background: var(--secondary-color);
  top: 0px;
  left: 0px;
  opacity: 0.95;
  z-index: 1;
}
  
.banner-carousel .slide-item .bg-layer{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}
  
.banner-carousel .active .slide-item .bg-layer{
  -webkit-transform:scale(1.25);
  -ms-transform:scale(1.25);
  transform:scale(1.25);
}

.banner-carousel .slide-item .image-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
  
.banner-carousel .content-box{
  position: relative;
  max-width: 600px;
  padding: 155px 0px 290px 0px;
  width: 100%;
  z-index: 5;
}

.banner-carousel .content-box h2{
  position: relative;
  display: block;
  font-size: 50px;
  /* line-height: 82px; */
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h2{
  opacity: 1;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box h2 span{
  color: var(--theme-color);
}

.banner-carousel .content-box p{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #a8a9b3;
  margin-bottom: 42px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box .btn-box{
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .owl-dots{
  position: absolute;
  left: 50%;
  bottom: 83px;
  margin-left: 93px;
}

.banner-carousel .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  margin: 0px 10px;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-carousel .owl-dots .owl-dot.active span{
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.banner-carousel .owl-dots .owl-dot span:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 6px;
  height: 6px;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.banner-carousel .owl-dots .owl-dot.active span:before{
  transform: scale(1,1);
}

.banner-carousel .owl-nav{
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -70px;
}

.owl-carousel .owl-nav button span{
  font-family: 'flaticon';
}

.nav-style-one .owl-nav button{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  background: #fff;
  color: var(--secondary-color);
  cursor: pointer;
  border-radius: 50%;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav button:hover{
  color: #fff;
  background: var(--theme-color);
}

.banner-carousel .owl-nav button{
  display: block;
}

.banner-carousel .owl-nav button.owl-prev{
  margin-bottom: 20px;
}

.banner-section .social-links{
  position: absolute;
  left: 50px;
  top: 160px;
  z-index: 1;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
}

.banner-section .social-links li{
  position: relative;
  display: inline-block;
  margin-top: 50px;
}

.banner-section .social-links li:first-child{
  margin: 0px !important;
}

.banner-section .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-family: var(--title-font);
  color: #fff;
  font-weight: 600;
  padding-bottom: 23px;
}

.banner-section .social-links li a:hover{
  color: var(--theme-color);
}

.banner-section .social-links li a i{
  position: absolute;
  left: 3px;
  bottom: 0px;
}

.banner-section .highlights-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 710px;
  background: #f4f4f4;
  border-radius: 5px 5px 0px 5px;
}

.banner-section .highlights-box .single-item{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 50px 32px 125px;
}

.banner-section .highlights-box .single-item .count-text{
  position: absolute;
  left: 28px;
  top: 17px;
  font-size: 36px;
  line-height: 40px;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--theme-color);
}

.banner-section .highlights-box .single-item h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-right: 80px;
}

.banner-section .highlights-box .single-item h3:before{
  position: absolute;
  content: '';
  background: #d8d8d8;
  width: 1px;
  height: 80px;
  top: -25px;
  right: 40px;
}

.banner-section .highlights-box .single-item a{
  position: absolute;
  right: -185px;
  bottom: 0px;
  width: 185px;
  text-align: center;
  background: #f4f4f4;
  padding: 21px 15px;
  font-size: 17px;
  line-height: 28px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  border-top-right-radius: 5px;
}

.banner-section .highlights-box .single-item a span{
  position: relative;
  padding-right: 25px;
}

.banner-section .highlights-box .single-item a span:before {
  position: absolute;
  content: "\f101";
  font-family: 'flaticon';
  top: -2px;
  right: 0px;
  font-size: 20px;
}

.banner-section .highlights-box .single-item a:hover{
  color: #fff;
  background: var(--theme-color);
}


/** about-section **/

.about-section{
  position: relative;
  padding: 120px 0px;
}

.about-section .image-box{
  position: relative;
  display: block;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 5px;
}

.about-section .image-box img{
  width: 100%;
  border-radius: 5px;
}

.about-section .image-box:before{
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.about-section .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.about-section .content-box{
  position: relative;
  display: block;
  margin-top: -5px;
}

.about-section .content-box .sec-title{
  margin-bottom: 31px;
}

.about-section .content-box .quote-box{
  position: relative;
  display: block;
  background: var(--secondary-color);
  padding: 22px 30px 22px 35px;
  border-left: 5px solid var(--theme-color);
  border-radius: 5px;
  margin-top: 32px;
  margin-bottom: 33px;
}

.about-section .content-box .quote-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}

.about-section .content-box .list-item{
  position: relative;
  display: block;
  margin-top: 30px;
}

.about-section .content-box .list-item li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
  padding-left: 35px;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 25px;
}

.about-section .content-box .list-item li:last-child{
  margin: 0px;
}

.about-section .content-box .list-item li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 6 Free';
  background: #ececec;
  width: 22px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
  left: 0px;
  top: 0px;
  font-weight: 900;
  font-size: 14px;
  color: var(--theme-color);
  border-radius: 3px;
}


/** trading-section **/

.trading-section{
  position: relative;
  background: var(--secondary-color);
}

.trading-block-one .inner-box{
  position: relative;
  display: block;
  background: #303449;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 15px;
  transition: all 500ms ease;
}

.trading-block-one .inner-box:hover{
  transform: translateY(-10px);
}

.trading-block-one .inner-box .text{
  position: relative;
  display: block;
  border-radius: 5px;
  background: #24283c;
  padding: 33px 100px 33px 40px;
}

.trading-block-one .inner-box .text:before{
  position: absolute;
  content: '';
  background: #35394f;
  width: 1px;
  height: calc(100% - 80px);
  top: 40px;
  right: 70px;
}

.trading-block-one .inner-box .icon-box{
  position: absolute;
  top: 54px;
  right: 20px;
  z-index: 1;
  transition: all 500ms ease;
}

.trading-block-one .inner-box .overlay-icon{
  position: absolute;
  top: 54px;
  right: 20px;
  transform: scale(0,0);
  z-index: 1;
  transition: all 500ms ease;
}

.trading-block-one .inner-box:hover .icon-box{
  transform: scale(0,0);
}

.trading-block-one .inner-box:hover .overlay-icon{
  transform: scale(1,1);
}

.trading-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}

.trading-block-one .inner-box h3 a{
  display: inline-block;
  color: #fff;
}

.trading-block-one .inner-box h3 a:hover{
  color: var(--theme-color);
}

.trading-block-one .inner-box p{
  color: #a8a9b3;
}

.trading-block-one .inner-box .link-box{
  position: absolute;
  right: 7px;
  bottom: 103px;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
}

.trading-block-one .inner-box .link-box a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
}

.trading-block-one .inner-box .link-box a:hover{
  color: var(--theme-color);
}

.trading-block-one .inner-box .link-box a span{
  position: absolute;
  padding-bottom: 24px;
  padding-right: 0px;
}

.trading-block-one .inner-box .link-box a span:before{
  position: absolute;
  content: "\f10e";
  font-family: 'flaticon';
  left: -2px;
  bottom: 0px;
  top: inherit;
  font-size: 20px;
  transform: rotate(180deg);
  transition: all 500ms ease;
}

.trading-block-one .inner-box .link-box a:hover span:before{
  transform: rotate(135deg);
}

.trading-block-one .inner-box .lower-text{
  position: relative;
  padding: 19px 40px 17px 40px;
}

.trading-block-one .inner-box .lower-text h6{
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
}

.trading-block-one .inner-box .lower-text h6 span{
  color: var(--theme-color);
}

.trading-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.trading-section .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 928px;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-color-1{
  background-color: #f4f4f4;
}


/** account-section **/

.account-section{
  position: relative;
  padding: 70px;
}

.account-block-one{
  padding-right: 25px;
}

.account-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.account-block-one .inner-box .image-box{
  position: relative;
  display: block;
}

.account-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}

.account-block-one .inner-box .image-box .image img{
  width: 100%;
  border-radius: 5px 5px 0px 0px;
  transition: all 500ms ease;
}

.account-block-one .inner-box:hover .image-box .image img{
  transform: scale(1.05);
}

.account-block-one .inner-box .image-box .title-text{
  position: absolute;
  bottom: 25px;
  right: -25px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px 0px 15px 20px;
}

.account-block-one .inner-box .image-box .title-text h3{
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.account-block-one .inner-box .image-box .title-text h3 a{
  display: inline-block;
  color: var(--secondary-color);
}

.account-block-one .inner-box .image-box .title-text h3 a:hover{
  color: var(--theme-color);
}

.account-block-one .inner-box .image-box .title-text .icon-box{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 85px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: var(--secondary-color);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}

.account-block-one .inner-box .image-box .title-text .icon-box img{
  position: relative;
  display: inline-block;
  left: 8px;
  filter: grayscale(100%);
  transition: all 500ms ease;
}

.account-block-one .inner-box:hover .image-box .title-text .icon-box img{
  filter: grayscale(0%);
}

.account-block-one .inner-box .lower-content{
  position: relative;
}

.account-block-one .inner-box .lower-content .text-box{
  padding: 17px 25px;
  border-bottom: 1px solid #e8e8e8;
}

.account-block-one .inner-box .lower-content .link-box{
  position: relative;
  padding: 14px 25px;
}

.link-box a,
.link-box button{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: var(--secondary-color);
  font-weight: 600;
  transition: all 500ms ease;
}

.link-box a:hover,
.link-box button:hover{
  color: var(--theme-color);
}

.home_2 .link-box a:hover{
  color: var(--theme-color-two);
}

.link-box a span,
.link-box button span{
  position: relative;
  padding-right: 27px;
}

.link-box a span:before,
.link-box button span:before{
  position: absolute;
  content: "\f101";
  font-family: 'flaticon';
  bottom: -3px;
  right: 0px;
  font-size: 20px;
  font-weight: 40;
  transition: all 500ms ease;
}

.link-box a:hover span:before,
.link-box button:hover span:before{
  transform: rotate(-45deg);
}

.account-section .owl-nav{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 50px;
}

.account-section .owl-nav button{
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.account-section .owl-nav .owl-prev{
  margin-right: 10px;
}

.account-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.account-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  visibility: hidden;
}

.account-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
  visibility: visible;
}
/** tools-section **/
.tools-section{
  position: relative;
  background: var(--secondary-color);
  padding: 120px 0px;
}

.tools-section .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 30px;
}

.tools-section .image-box:before{
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.tools-section .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.tools-section .image-box img{
  width: 100%;
  border-radius: 5px;
}

.tools-block-one{
  max-width: 370px;
}

.tools-block-one .inner-box{
  position: relative;
  display: block;
  background: #24283c;
  border: 1px solid #35394f;
  border-radius: 5px;
  padding: 50px 40px 40px 40px;
}

.tools-block-one .inner-box .icon-box{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 31px;
}

.tools-block-one .inner-box .icon-box .icon{
  position: relative;
  display: inline-block;
  padding-left: 12px;
}

.tools-block-one .inner-box .icon-box .icon:before{
  position: absolute;
  content: '';
  background: #303449;
  width: 54px;
  height: 70px;
  left: -10px;
  top: -10px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.tools-block-one .inner-box .title-box{
  position: relative;
  display: block;
  padding-top: 17px;
  padding-bottom: 16px;
  border-top: 1px solid #35394f;
  border-bottom: 1px solid #35394f;
  margin-bottom: 36px;
}

.tools-block-one .inner-box .title-box h3{
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  max-width: 170px;
}

.tools-block-one .inner-box .title-box h3 a{
  display: inline-block;
  color: #fff;
}

.tools-block-one .inner-box .title-box h3 a:hover{
  color: var(--theme-color);
}

.tools-block-one .inner-box .title-box .count-text{
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 30px;
  line-height: 40px;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--theme-color);
}

.tools-block-one .inner-box .text-box{
  margin-bottom: 26px;
}

.tools-block-one .inner-box .text-box p{
  color: #a8a9b3;
}

.tools-block-one .inner-box .link-box a{
  color: #fff;
}

.tools-block-one .inner-box .link-box a:hover{
  color: var(--theme-color);
}

.tools-section .content-box{
  position: relative;
  display: block;
}

.tools-section .content-box:before{
  position: absolute;
  content: '';
  background: #32364f;
  width: calc(100% - 78px);
  height: 1px;
  left: 0px;
  bottom: -50px;
}

.tools-section .owl-carousel .owl-stage-outer .owl-item{
  transform: scaleX(0);
  transform-origin: left;
  transition: all 500ms ease;
}

.tools-section .owl-carousel .owl-stage-outer .owl-item.active{
  transform: scaleX(1);
}

.tools-block-one .inner-box .overlay-title{
  position: absolute;
  top: 30px;
  right: -100px;
  width: 100px;
  height: calc(100% - 60px);
  background: #303449;
  border: 1px solid #35394f;
  border-radius: 0px 5px 5px 0px;
  padding-top: 28px;
  padding-bottom: 40px;
  text-align: center;
  z-index: 2;
  transition: all 500ms ease;
}

.tools-block-one .inner-box .overlay-title.style-two{
  right: -201px;
  width: 200px;
  background: #24283c;
  border-left: none;
  top: 61px;
  z-index: 1;
  border-bottom-left-radius: 0px;
  padding-left: 100px;
}

.tools-block-one .inner-box .overlay-title .count-text{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #a8a9b3;
  font-family: var(--title-font);
  font-weight: 600;
  margin-bottom: 32px;
  z-index: 1;
}

.tools-block-one .inner-box .overlay-title.style-two:before{
  position: absolute;
  content: '';
  background: #35394f;
  width: 10px;
  height: 1px;
  left: -3px;
  bottom: -1px;
}

.tools-block-one .inner-box .overlay-title h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #a8a9b3;
  font-weight: 700;
  writing-mode: vertical-lr;
  left: 34px;
}

.tools-section .owl-nav{
  position: absolute;
  right: -6px;
  bottom: -74px;
}

.tools-section .owl-nav button{
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: #fff;
  margin: 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.tools-section .owl-nav button.owl-prev{
  margin-right: 6px;
}

.tools-section .owl-nav button:hover{
  color: var(--theme-color);
}
/** working-section **/
.working-section{
  position: relative;
}

.working-section .working-block-one{
  position: relative;
  float: left;
  width: 25%;
}

.working-block-one .inner-box{
  position: relative;
  display: block;
  width: 292px;
  height: 292px;
  border-radius: 50%;
  background: #f4f4f4;
  border: 1px solid #e9e9e9;
  overflow: hidden;
}

.working-block-one .inner-box .static-content{
  position: relative;
  padding-top: 40px;
}

.working-block-one .inner-box .icon-box{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.working-block-one .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.working-block-one .inner-box .count-text{
  position: absolute;
  left: 50%;
  top: 230px;
  transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--title-font);
  color: var(--secondary-color);
  font-weight: 600;
  padding-top: 20px;
  transition: all 500ms ease;
}

.working-block-one .inner-box:hover .count-text{
  color: #fff;
  background: #303449;
}

.working-block-one .link{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -26px;
  z-index: 1;
}

.working-block-one .link a{
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 60px;
  background: #fff;
  border: 1px dashed #d8d8d8;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: var(--secondary-color);
}

.working-block-one .link a:hover{
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.working-block-one .inner-box .overlay-content{
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  background: var(--secondary-color);
  width: 100%;
  height: 100%;
  padding: 40px 40px 0px 40px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.working-block-one .inner-box:hover .overlay-content{
  transform: scale(1,1);
}

.working-block-one .inner-box .overlay-content h4{
  color: #fff;
}

.working-block-one .inner-box .overlay-content p{
  color: #a8a9b3;
}

.working-section .lower-content p{
  margin-bottom: 20px;
}

.working-section .lower-content a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  color: var(--secondary-color);
  padding: 0px 0px 0px 36px;
}

.working-section .lower-content a:hover{
  color: var(--theme-color);
}

.working-section .lower-content a i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 26px;
  height: 26px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: var(--theme-color);
  border-radius: 50%;
}

.working-section .lower-content{
  margin-top: 50px;
}


/** chooseus-section **/

.chooseus-section{
  position: relative;
  background: var(--secondary-color);
  padding: 113px 0px 90px 0px;
}

.chooseus-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.chooseus-section .bg-layer:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(27,30,49,1) 50%, rgba(27,30,49,0.05) 100%);
  top: 0px;
  right: 0px;
}

.chooseus-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  padding: 33px 30px 153px 30px;
  margin-bottom: 30px;
}

.chooseus-block-one .inner-box .shape .shape-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.chooseus-block-one{
  max-width: 370px;
  margin: 0 auto;
}

.chooseus-block-one .inner-box .shape .shape-2{
  position: absolute;
  left: 29px;
  bottom: 0px;
  width: 312px;
  height: 121px;
  background-repeat: no-repeat;
  z-index: 1;
}

.chooseus-block-one .inner-box .shape .shape-3{
  position: absolute;
  left: 30px;
  bottom: 0px;
  width: 340px;
  height: 120px;
  background-repeat: no-repeat;
  opacity: 0.15;
  filter: grayscale(100%);
  transition: all 500ms ease;
}

.chooseus-block-one .inner-box:hover .shape .shape-3{
  filter: grayscale(0%);
  opacity: 1;
}

.chooseus-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 9px;
}

.chooseus-block-one .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.chooseus-block-one .inner-box h3 a:hover{
  color: var(--theme-color);
}

.chooseus-block-one .inner-box .icon-box{
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 2;
}

.chooseus-block-one .inner-box .icon-box img{
  filter: grayscale(100%);
  transition: all 500ms ease;
}

.chooseus-block-one .inner-box:hover .icon-box img{
  filter: grayscale(0%);
}


/** news-section **/

.news-section{
  position: relative;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
}

.news-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: var(--theme-color);
}

.news-block-one .inner-box .image-box .image img{
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img{
  opacity: 0.2;
  transform: scale(1.05);
}

.news-block-one .inner-box .image-box .image:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 70px;
  height: 100%;
  top: 0px;
  right: 0px;
  opacity: 0.95;
  z-index: 1;
  transition: all 500ms ease;
}

.news-block-one .inner-box .image-box .post-date{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  width: 70px;
  height: 70px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  padding: 12px 0px;
  font-size: 20px;
  line-height: 20px;
  font-family: var(--title-font);
  color: var(--secondary-color);
  font-weight: 700;
  z-index: 2;
  transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 23px;
}

.news-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 9px;
}

.news-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: var(--title-color);
}

.news-block-one .inner-box .lower-content h3 a:hover{
  color: var(--theme-color);
}

.news-block-one .inner-box .lower-content p{
  position: relative;
  display: block;
  padding-bottom: 17px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e3e6e5;
}

.news-block-one .inner-box .lower-content .author-box{
  position: relative;
  display: block;
  padding-left: 60px;
}

.news-block-one .inner-box .lower-content .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.news-block-one .inner-box .lower-content .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.news-block-one .inner-box .lower-content .author-box h6{
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3px;
}

.news-block-one .inner-box .lower-content .author-box h6:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 12px;
  height: 9px;
  left: 0px;
  top: 3px;
  border-radius: 2px;
}

.news-block-one .inner-box .lower-content .author-box .post-info li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-family: var(--title-font);
  font-weight: 600;
  color: #6e6e6e;
}

.news-block-one .inner-box .lower-content .author-box .post-info li span{
  color: var(--secondary-color);
}

.news-block-one .inner-box .lower-content .author-box .post-info li a{
  color: #6e6e6e;
}

.news-block-one .inner-box .lower-content .author-box .post-info li a:hover{
  color: var(--secondary-color);
}

/** main-footer **/

.main-footer{
  position: relative;
  background: var(--secondary-color);
}

.main-footer .widget-section{
  position: relative;
  padding: 112px 0px 103px 0px;
  border-bottom: 1px solid #32364f;
}

.main-footer .widget-title{
  position: relative;
  display: block;
  padding-left: 17px;
  margin-bottom: 14px;
}

.main-footer .widget-title:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 2px;
  height: 16px;
  left: 2px;
  top: 7px;
}

.main-footer .widget-title:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 6px;
  height: 8px;
  left: 0px;
  top: 11px;
}

.main-footer h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
}

.main-footer p,
.main-footer a{
  color: #a8a9b3;
  font-family: var(--text-font);
}

.main-footer a:hover{
  color: var(--theme-color);
}

.main-footer .contact-widget{
  margin-right: 30px;
}

.main-footer .contact-widget p{
  margin-bottom: 22px;
}

.main-footer .contact-widget form{
  margin-bottom: 33px;
}

.main-footer .contact-widget form .form-group{
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.main-footer .contact-widget form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 5px;
  font-size: 17px;
  color: #6e6e6e;
  padding: 10px 70px 10px 20px;
  border-bottom: 4px solid var(--theme-color);
}

.main-footer .contact-widget form .form-group  button[type='submit']{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--theme-color);
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-footer .contact-widget .widget-content h3{
  margin-bottom: 14px;
}

.main-footer .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.main-footer .social-links li:last-child{
  margin: 0px !important;
}

.main-footer .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #a8a9b3;
}

.main-footer .social-links li a:hover{
  color: var(--theme-color);
}

.main-footer .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.main-footer .assistance-widget .widget-content{
  position: relative;
  display: block;
  background: #24283c;
  border: 1px solid #35394f;
  border-radius: 5px;
  padding: 22px 29px 29px 29px;
  margin-top: 8px;
}

.main-footer .assistance-widget .widget-content h3{
  margin-bottom: 9px;
}

.main-footer .assistance-widget .widget-content p{
  margin-bottom: 22px;
}

.main-footer .assistance-widget .widget-content .assistance-box{
  position: relative;
  display: block;
  background: #1b1e31;
  border-radius: 5px;
  padding: 22px 20px 22px 105px;
}

.main-footer .assistance-widget .widget-content .assistance-box .assistance-thumb{
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.main-footer .assistance-widget .widget-content .assistance-box .assistance-thumb:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--theme-color);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icons/icon-28.png);
  border-radius: 50%;
  top: 0px;
  right: -10px;
}

.main-footer .assistance-widget .widget-content .assistance-box .assistance-thumb img{
  width: 100%;
  border-radius: 50%;
}

.main-footer .assistance-widget .widget-content .assistance-box h5{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
}

.footer-bottom{
  position: relative;
  width: 100%;
  padding: 8px 0px;
}

.footer-bottom .bottom-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .bottom-inner .copyright p span{
  color: var(--theme-color);
}

.footer-bottom .bottom-inner .copyright a{
  color: var(--theme-color);
}

.footer-bottom .bottom-inner .copyright a:hover{
  text-decoration: underline;
}
.footer-bottom .footer-card{
  position: relative;
  top: 5px;
}
.footer-bottom .footer-card li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.footer-bottom .footer-card li:last-child{
  margin: 0px;
}
.footer-bottom .footer-card li a{
  position: relative;
  display: inline-block;
  font-size: 46px;
  color: #a8a9b3;
}
.footer-bottom .footer-card li a:hover{
  color: var(--theme-color);
}
.platform-style-two.alternat-2 .image-box{
  padding-right: 0px;
}

.platform-style-two.alternat-2 .image-box .image-shape{
  right: 120px;
}

.platform-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 379px;
  background-repeat: repeat-x;
}

.account-section.account-page{
  padding-bottom: 120px;
}

.account-style-two.account-page{
  background: #fff;
}

.account-style-two.account-page .account-block-two .recommended-box h6:before{
  background: -webkit-linear-gradient(-90deg, #fe5924, #fe5924 100%);
  -webkit-background-clip: text;
}

.account-block-two .inner-box .upper-box .overlay-shape {
  position: absolute;
  left: -1px;
  bottom: 1px;
  width: 370px;
  height: 248px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.account-block-two .inner-box:hover .upper-box .overlay-shape{
  opacity: 1;
}
/** blog-grid **/
.blog-grid{
  position: relative;
  padding: 120px 0px 118px 0px;
}

.blog-grid .news-block-one .inner-box:hover .image-box .image:before{
  width: 100%;
}

.blog-grid .news-block-one .inner-box .image-box .image{
  background: transparent;
}

.blog-grid .news-block-one .inner-box:hover .image-box .post-date{
  opacity: 0;
}

.news-block-one .inner-box .image-box .link{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.news-block-one .inner-box .image-box .link a{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 80px;
  font-size: 30px;
  color: #fff;
  background: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  transform: scale(0,0);
}

.news-block-one .inner-box .image-box .link a:hover{
  background: #fff;
  color: var(--theme-color);
}

.news-block-one .inner-box:hover .image-box .link a{
  transform: scale(1,1);
}

.blog-grid .news-block-one .inner-box{
  margin-bottom: 50px;
}

.blog-grid-content .news-block-one .inner-box{
  margin-bottom: 42px;
}

.blog-list .content-side{
  position: relative;
}

.blog-list .content-side:before{
  position: absolute;
  content: '';
  background: #e8e8e8;
  width: 1px;
  height: calc(100% + 240px);
  top: -120px;
  right: 50px;
}

.blog-list-content{
  position: relative;
  display: block;
  padding-right: 100px;
}

.news-block-one .inner-box .lower-content h2{
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 13px;
}

.news-block-one .inner-box .lower-content h2 a{
  display: inline-block;
  color: #1b1e31;
}

.news-block-one .inner-box .lower-content h2 a:hover{
  color: var(--theme-color);
}

.news-block-one .inner-box .lower-content .author-box .post-info li.dots{
  color: var(--theme-color);
}

.news-block-one .inner-box .lower-content .author-box .share-box{
  position: absolute;
  right: 0px;
  bottom: 1px;
}

.news-block-one .inner-box .lower-content .author-box .share-box a{
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}

.news-block-one .inner-box .lower-content .author-box .share-box a:hover{
  border-color: var(--theme-color);
}

.news-block-one .inner-box .lower-content .author-box .share-box a img{
  display: inline-block;
  width: 42px;
  height: 40px;
  border-radius: 50%;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content .author-box .share-box a:hover img{
  opacity: 1;
  filter: grayscale(0%);
}

.blog-list-content .news-block-one .inner-box .lower-content{
  padding-top: 26px;
}

.blog-list-content .news-block-one .inner-box .lower-content p{
  padding-bottom: 22px;
  margin-bottom: 30px;
}

.blog-list-content .news-block-one .inner-box{
  margin-bottom: 60px;
}

.blog-list-content .news-block-one .inner-box .lower-content .author-box .post-info li span.dots{
  color: var(--text-color);
}
.icon-box i{
  font-size: 50px;
  color: var(--theme-color);
}
.md-30{
margin-bottom: 30px;
}
