 

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


:root{
  --theme-color: #b73337;
  --theme-color-two: #26ba5e;
  --theme-color-three: #ce183d;
  --secondary-color: #1b1e31;
  --text-color: #000;
  --title-color: #1b1e31;
  --text-font: 'Mulish', sans-serif;
  --title-font: 'Mulish', 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: 1280px;
  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-bottom: 5px;
  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;
}



.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-image: linear-gradient(90deg, #7e2f34 0%, rgb(157 112 29) 100%) !important;
     border: none;
}

.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: var(--theme-color);
  border: 1px solid var(--theme-color);*/
      background-image: linear-gradient(90deg, #7e2f34 0%, rgb(157 112 29) 100%) !important;
  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: 80px 0px 70px 0px;
}

.mr-0{
  margin: 0px !important;
}

.scroll-top {
 width: 48px;
    height: 48px;
    line-height: 56px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 27px;
  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: 19px;
}

.sec-title .sub-title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px; 
  font-family: var(--title-font);
  color: #5c2722;
  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;
      box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
}

.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-top **/

.header-top{
  position: relative;
  background: var(--secondary-color);
  padding: 5px 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: #fff;
    font-size: 14px;
}

.header-top a:hover,
.header-top a span{
  color: #d8b771;
  font-weight: bold;
}

.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: 0;
}

.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: 22px;
}

.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:15px 50px;
}

.main-header .menu-area{
  position: relative;
  display: flex;
  align-items: center;
      justify-content: space-between;
}

.main-header .logo-box{
  position: relative;
  padding: 6px 0px;
  /*margin-right: 80px;*/
}
.logo-box a img{
  max-width: 220px
}
.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 10px;
  -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:19px;
  line-height:30px;
  font-family: var(--title-font);
  padding: 10px 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: 1px;
  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.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;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #0a0807;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.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: #fff;
  padding-right: 21px;
  height: auto;
  line-height: 28px;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 10px 12px;
  width: 100%;
  margin-bottom: 10px;
}
.nice-select .list {
  background-color: #585858;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #222222;
}
.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;
}
.nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.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;
  height: 550px
}
  
/*.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%;*/
 width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
  
.banner-carousel .content-box{
  position: relative;
  max-width: 650px;
  padding:95px 0px 50px 0px;
  width: 100%;
  z-index: 5;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    border: none;
}
.banner-carousel .content-box h2{
  position: relative;
  display: block;
  font-size: 65px;
  line-height: 72px;
  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: #fff;
  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: 40%;
    bottom: 43px;
  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: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    background: #eece77;
    color: var(--secondary-color);
    cursor: pointer;
    border-radius: 50%;
    transition: all 500ms ease;
    border: none;
}

.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: #b73337;
  padding: 21px 15px;
  font-size: 17px;
  line-height: 28px;
  font-family: var(--title-font);
  color: #fff;
  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: 70px 0px;    background-color: #edcd7633;
}

.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: 12px;
  margin-bottom: 15px;
}

.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-image: linear-gradient(90deg, #7e2f34 0%, rgb(157 112 29) 100%) !important;
  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: #fff;
  padding: 33px 73px 33px 40px;
}

.trading-block-one .inner-box .text:before{
  position: absolute;
  content: '';
  background: #efcf77;
  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: #000;
}

.trading-block-one .inner-box h3 a:hover{
  color: var(--theme-color);
}

.trading-block-one .inner-box p{
  color: #000;
      display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    line-height: 30px;
}

.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;
  color: #b73337;
}

.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:#eccc77;
}

.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: #b35053!important;
}


/** account-section **/

.account-section{
  position: relative;
  padding: 112px 0px 65px 0px;
}

.account-block-one{
  /*padding-right: 25px;*/ margin:20px 0;
}

.account-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px; padding:20px;
  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;
  height: 250px
}

.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 .lower-content .text-box h3 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  
}
.account-block-one .inner-box .lower-content .text-box h3 a {
 
  color: #7e2f34 !important;
}
.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: #f3d888;
  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;
      width: 25px;
}

.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 17px;
  border-bottom: 1px solid #e8e8e8;
}

.account-block-one .inner-box .lower-content .link-box{
  position: relative;
  padding: 14px 25px;

}
.lower-content1  p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    line-height: 30px
}
.link-box a,
.link-box button{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  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;
}


/** clients-section **/

.clients-section{
  position: relative;
}

.clients-section .inner-container{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-radius: 5px;
  padding: 43px 50px 50px 50px;
  margin-top: -146px;
  z-index: 1;
}

.clients-section .sec-title{
  margin-bottom: 0px;
}

.clients-section .title-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 28px;
  border-bottom: 1px solid #e8e8e8;
}

.clients-section .clients-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clients-section .clients-box .clients-logo{
  position: relative;
  display: block;
  padding-top: 40px;
  min-height: 80px;
}

.clients-section .clients-box .clients-logo:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 100%;
  height: 3px;
  left: 0px;
  top: -2px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.clients-section .clients-box .clients-logo:hover:before{
  transform: scale(1,1);
}

.clients-section .clients-box .clients-logo img{
  position: relative;
  display: inline-block;
  filter: grayscale(100%);
  transition: all 500ms ease;
}

.clients-section .clients-box .clients-logo:hover img{
  filter: grayscale(0%);
}


/** pricing-section **/

.pricing-section{
  position: relative;
  padding-bottom: 110px;
}

.pricing-section .tab-btn-box{
  position: relative;
  padding-left: 336px;
  margin-bottom: 20px;
}

.pricing-section .tab-btn-box .tab-btns{
  position: absolute;
  left: 0px;
  top: 0px;
}

.pricing-section .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  width: 158px;
  margin-right: 10px;
  padding: 13px 15px 15px 15px;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-section .tab-btn-box .tab-btns li:last-child{
  margin: 0px !important;
}

.pricing-section .tab-btn-box .tab-btns li.active-btn{
  background: #fff;
  border-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.pricing-section .tab-btn-box .tab-btns li h5{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #6e6e6e;
  font-weight: 700;
  padding-left: 26px;
  transition: all 500ms ease;
}

.pricing-section .tab-btn-box .tab-btns li.active-btn h5{
  color: var(--secondary-color);
}

.pricing-section .tab-btn-box .tab-btns li h5:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: 0px;
  top: 6px;
}

.pricing-section .tab-btn-box .tab-btns li h5:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 4px;
  top: 10px;
  transition: all 500ms ease;
}

.pricing-section .tab-btn-box .tab-btns li.active-btn h5:after{
  transform: scale(0,0);
}

.pricing-section .search-inner .form-group{
  position: relative;
  margin: 0px;
} 

.pricing-section .search-inner .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  font-size: 17px;
  color: var(--text-color);
  padding: 10px 50px 10px 20px;
  transition: all 500ms ease;
}

.pricing-section .search-inner .form-group input:focus{
  border-color: var(--theme-color);
}

.pricing-section .search-inner .form-group button[type='submit']{
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 18px;
  color: #6e6e6e;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-section .search-inner .form-group input:focus + button,
.pricing-section .search-inner .form-group button:hover{
  color: var(--theme-color);
}

.pricing-section .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  box-shadow: 0px 10px 10px 0px #f0f0f0;
  background: #fff;
}

.pricing-section .pricing-table {
  min-width: 1170px;
  width: 100%;
}

.pricing-section .pricing-table thead{
  position: relative;
  background: var(--secondary-color);
}

.pricing-section .pricing-table thead th{
  padding: 19px 40px;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--title-font);
  color: #fff;
  font-weight: 600;
}

.pricing-section .pricing-table tr td{
  position: relative;
  padding: 0px 40px;
}

.pricing-section .pricing-table tr td .name-box{
  padding: 19px 0px;
}

.pricing-section .pricing-table tbody tr:nth-child(2n+1){
  background: #f4f4f4;
}

.pricing-section .pricing-table tr td .name-box p{
  font-size: 14px;
  line-height: 26px;
  color: var(--secondary-color);
  font-weight: 600;
  text-transform: uppercase;
}

.pricing-section .pricing-table tr td .name-box p i{
  position: relative;
  display: inline-block;
  margin: 0px 10px;
  color: #a8a9b3;
  font-size: 20px;
  top: 5px;
}

.pricing-section .pricing-table tr td{
  font-size: 15px;
  line-height: 26px;
}

.pricing-section .pricing-table tr td .red{
  color: #e82e2e;
}

.pricing-section .pricing-table tr td .green{
  color: #44aa20;
}

.pricing-section .pricing-table tr td a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #a8a9b3;
}

.pricing-section .pricing-table tr td a:hover{
  color: var(--theme-color);
}

.pricing-section .pricing-table tr td a:hover{
  transform: rotate(-45deg);
}

.pricing-section .link-box{
  margin-top: 41px;
}

.pricing-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: calc(100% + 146px);
  background-size: cover;
  background-repeat: no-repeat;
}


/** 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);
}


/** apps-section **/

.apps-section{
  position: relative;
  padding: 100px 0px 50px; background:#edcd7633
}

.apps-section .image-box{
  position: relative;
  display: block;
  margin-right: 30px;
}

.apps-section .image-box .image{
  position: relative;
  display: block;
  border-radius: 5px;
}

.apps-section .image-box .image img{
  width: 100%;
  border-radius: 5px;
      height: 574px;
    object-fit: cover;
}

.apps-section .image-box .image-content{
  position: absolute;
  left: 25px;
  bottom: 25px;
  background: #fff;
  border-radius: 5px;
  width: 200px;
}

.apps-section .image-box .image-content .text-box{
  padding: 9px 25px 17px 25px;
}

.apps-section .image-box .image-content h2{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 1px;
}

.apps-section .image-box .image-content h2 span{
  font-size: 18px;
  position: relative;
  top: 7px;
}

.apps-section .image-box .image-content .rating{
  position: relative;
  display: block;
  background: var(--theme-color);
  padding: 7px 25px 5px 25px;
  border-radius: 5px;
}

.apps-section .image-box .image-content .rating li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  float: left;
  margin-right: 5px;
}

.apps-section .image-box .image-content .rating li:last-child{
  margin: 0px;
}

.apps-section .image-box .image-content .rating li:first-child{
  margin-right: 10px;
  top: -1px;
}

.apps-section .content-box{
  position: relative;
  display: block;
  margin-top: -7px;
}

.apps-section .content-box .sec-title{
  margin-bottom: 31px;
}

.apps-section .content-box .text-box{
  margin-bottom: 34px;
}

.apps-section .content-box .inner-box{
  margin-bottom: 44px;
}

.apps-section .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding: 0px 0px 0px 80px;
  margin-bottom: 36px;
}

.apps-section .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.apps-section .content-box .inner-box .single-item .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 8px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background: var(--theme-color);
  text-align: center;
  border-radius: 50%;
}

.apps-section .content-box .inner-box .single-item .icon-box:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 110px;
  height: 2px;
  top: 25px;
  right: 52px;
}

.apps-section .content-box .inner-box .single-item .icon-box:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 21px;
  right: 162px;
}

.apps-section .content-box .inner-box .single-item h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 6px;
}

.apps-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}


/** faq-section **/

.faq-section{
  position: relative;
}

.faq-section .inner-box{
  position: relative;
  display: block;
  max-width: 770px;
  margin: 0 auto;
}

.accordion-box .block .acc-content{
  position:relative;
  display:none;
}

.accordion-box .block .acc-content.current{
  display:block;  
}

.accordion{
  position: relative;
  display: block;
  border-radius: 5px;  
    box-shadow: 0 0 10px #e2e2e2;
  margin-bottom: 10px;
  background: #fff;
}

.accordion:last-child{
  margin-bottom: 0px;
}

.accordion.active-block{
  background: #efcf77;
}

.accordion .acc-btn{
  position: relative;
  display: block;
  cursor: pointer;
  padding: 22px 60px 21px 110px;
}

.accordion .acc-btn.active{
  padding-bottom: 0px;
}

.accordion .acc-btn span{
  position: absolute;
  display: inline-block;
  left: 29px;
  top: 17px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #f4f4f4;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  font-family: var(--title-font);
  color: #6e6e6e;
  font-weight: 600;
}

.accordion .acc-btn.active span{
  background: var(--theme-color);
  color: #fff;
}

.accordion .acc-btn .icon-box{
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 20px;
  color: var(--secondary-color);
  font-weight: 700;
}

.accordion .acc-btn.active .icon-box i{
  opacity: 0;
}

.accordion .acc-btn .icon-box:before{
  position: absolute;
  content: "\f105";
  font-family: 'flaticon';
  opacity: 0;
  font-weight: 400;
}

.accordion .acc-btn.active .icon-box:before{
  opacity: 1;
}

.accordion .acc-btn.active p{
  display: none;
}

.accordion .acc-btn h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 6px;
}

.accordion .acc-content{
  padding: 0px 60px 30px 110px;
}

.faq-section .link-box{
  margin-top: 45px;
}


/** main-footer **/

.main-footer{
  position: relative;
  background: #f2da95;
}

.main-footer .widget-section{
  position: relative;
    padding: 50px 0px 30px 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: #000;
  font-weight: 600;
}

.main-footer p,
.main-footer a{
  color: #000;
  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: #b73337;
}

.footer-bottom a{
  color: #fff
}
.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: 5px 0px;
    background: #7e2f34;
}

.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);
}




/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/


/** header-style-two **/

.header-style-two{
  position: relative;
}

.header-style-two .header-top{
  background: #fff;
}

.header-top .left-column{
  position: relative;
  display: flex;
  align-items: center;
}

.header-style-two .header-top .language-box{
  margin-right: 60px;
}

.header-style-two .header-top .language-box:before{
  position: absolute;
  content: '';
  background: #e6ebe9;
  width: 1px;
  height: 20px;
  top: 4px;
  right: -30px;
}

.header-top .links-list li{
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.header-top .links-list li:last-child{
  margin: 0px !important;
}

.header-top .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #7b7c7b;
}

.header-top .links-list li a:hover{
  color: var(--theme-color-two);
}

.header-style-two .header-top .language-box .nice-select{
  color: #7b7c7b;
}

.header-style-two .right-column{
  position: relative;
  display: flex;
  align-items: center;
}

.header-style-two .right-column .support-box{
  position: relative;
  display: block;
  padding-left: 26px;
  margin-right: 60px;
}

.header-style-two .right-column .support-box:before{
  position: absolute;
  content: '';
  background: #e6ebe9;
  width: 1px;
  height: 20px;
  top: 4px;
  right: -30px;
}

.header-style-two .right-column .support-box .icon-box{
  position: absolute;
  left: 0px;
  top: -3px;
}

.header-style-two .right-column .support-box a{
  display: inline-block;
  font-size: 16px;
  font-family: var(--text-font);
  color: #7b7c7b;
}

.header-style-two .right-column .support-box a:hover{
  color: var(--theme-color-two);
}

.header-style-two .right-column .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.header-style-two .right-column .social-links li:last-child{
  margin: 0px !important;
}

.header-style-two .right-column .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: var(--text-font);
  color: #7b7c7b;
  padding-left: 29px;
}

.header-style-two .right-column .social-links li a i{
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 24px;
  background: -webkit-linear-gradient(-90deg, #25b85d, #058b38 50%);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-style-two .right-column .social-links li a:hover{
  color: var(--theme-color-two);
}

.header-style-two .header-top .language-box .icon-box{
  top: -1px;
}

.header-style-two .header-lower{
  position: relative;
  width: 100%;
}

.header-style-two .header-lower .outer-container{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: rgba(27, 29, 36, 0.90);
  border-radius: 30px 30px 0px 0px;
}

.header-style-two .main-menu .navigation > li.current > a, 
.header-style-two .main-menu .navigation > li:hover > a, 
.header-style-two .main-menu .navigation > li.current > a:before, 
.header-style-two .main-menu .navigation > li:hover > a:before{
  color: var(--theme-color-two);
}

.header-style-two .main-menu .navigation > li > a{
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-style-two .main-menu .navigation > li > a:before{
  top: 27px;
}

.header-style-two .header-top .outer-container{
  padding-left: 300px;
}

.header-style-two .header-lower .logo-box{
  padding: 13px 30px 25px 30px;
  background: #fff;
  margin-top: -38px;
  border-radius: 5px;
}

.header-style-two .sticky-header .logo-box{
  padding: 19px 0px;
}

.header-style-two .sticky-header{
  background: #1b1d24;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.header-style-two .main-menu .navigation > li > ul > li > a:hover, 
.header-style-two .main-menu .navigation > li > .megamenu li > a:hover{
  color: var(--theme-color-two);
}

.header-style-two .main-menu .navigation > li > ul > li > a:before,
.header-style-two .main-menu .navigation > li > ul > li > a:after{
  background: var(--theme-color-two);
}

.header-style-two .menu-right-content .search-box-outer{
  color: #fff;
}

.header-style-two .menu-right-content .search-box-outer:hover{
  color: var(--theme-color-two);
}

.header-style-two .menu-right-content .search-box-outer:before{
  background: #32343d;
}

.header-style-two .menu-right-content .clients-box .icon-box{
  background: #fff;
}

.header-style-two .menu-right-content .clients-box a,
.header-style-two .menu-right-content .clients-box a i{
  color: #fff;
}

.header-style-two .menu-right-content .clients-box a:hover,
.header-style-two .menu-right-content .clients-box a:hover i{
  color: var(--theme-color-two);
}

.header-style-two .header-lower .outer-box{
  padding-right: 0px;
}

.home_2 .theme-btn.btn-one{
  background: var(--theme-color-two);
}

.home_2 .theme-btn.btn-one:hover{
  background: #1b1d24;
}

.header-style-two .header-lower .outer-box .theme-btn{
  padding: 25px 38px;
  border-radius: 0px 30px 0px 0px;
}

.header-style-two .outer-box .theme-btn:hover{
  background: #fff;
  color: var(--theme-color-two);
}

.header-style-two .main-menu .navigation > li > ul > li.dropdown:hover:after{
  color: var(--theme-color-two);
}

.header-style-two .main-menu .navigation > li > ul > li > ul > li > a:hover{
  color: var(--theme-color-two);
}

.header-style-two .main-menu .navigation > li > ul > li > ul > li > a:before,
.header-style-two .main-menu .navigation > li > ul > li > ul > li > a:after{
  background: var(--theme-color-two);
}


/** banner-style-two **/

.banner-style-two{
  position: relative;
  background: #fff;
}

.banner-style-two .banner-carousel .slide-item{
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  padding: 260px 0px 210px 0px;
}

.banner-style-two .banner-carousel .slide-item:before{
  width: 100%;
  opacity: 1;
  background: -webkit-linear-gradient(90deg, rgba(27,29,36,1) 10%, rgba(27,29,36,0.40) 100%);
}

.banner-style-two .banner-carousel .content-box{
  max-width: 100%;
  padding: 0px;
}

.banner-carousel .content-box .video-btn{
  position: relative;
  display: block;
  opacity: 0;
  margin-bottom: 15px;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .video-btn{
  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 .video-btn a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  padding-left: 36px;
}

.banner-carousel .content-box .video-btn a i{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 26px;
  height: 26px;
  line-height: 30px;
  background: var(--theme-color-two);
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
}

.banner-carousel .content-box .video-btn a:hover{
  color: var(--theme-color-two);
}

.banner-style-two .banner-carousel .content-box p{
  font-weight: 400;
  color: #fff;
}

.banner-style-two .banner-carousel .content-box .theme-btn{
  padding: 18px 38px;
  background: -webkit-linear-gradient(0deg, #038735 0%, #26ba5e 100%);
}

.banner-style-two .banner-carousel .content-box .theme-btn:hover{
  background: -webkit-linear-gradient(0deg, #1b1e31 0%, #1b1e31 100%);
}

.banner-style-two .banner-carousel .owl-nav{
  width: 100%;
  margin-top: -30px;
  right: 0px;
}

.banner-style-two .banner-carousel .owl-nav .owl-prev{
  left: 60px;
}

.banner-style-two .banner-carousel .owl-nav .owl-next{
  right: 60px;
}

.banner-style-two .banner-carousel .owl-nav button{
  display: inline-block;
  position: absolute;
  color: #fff;
  background: transparent;
  z-index: 1;
}

.banner-style-two .banner-carousel .owl-nav button:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
  transition: all 500ms ease;
}

.banner-style-two .banner-carousel .owl-nav button:hover:before{
  background: var(--theme-color-two);
  opacity: 1;
}

.banner-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 28px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}


/** funfact-section **/

.funfact-section{
  position: relative;
}

.funfact-section .inner-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.funfact-block-one{
  position: relative;
  width: 210px;
  padding: 19px 20px 117px 20px;
}

.funfact-block-one .shape .shape-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 210px;
  height: 100%;
  background-repeat: no-repeat;
}

.funfact-block-one .shape .shape-2{
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 208px;
  height: 89px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.funfact-block-one:hover .shape .shape-2{
  opacity: 0;
}

.funfact-block-one .shape .shape-3{
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 208px;
  height: 89px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.funfact-block-one:hover .shape .shape-3{
  opacity: 1;
}

.funfact-block-one .count-outer{
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 50px;
  font-family: var(--title-font);
  color: #1b1d24;
  font-weight: 600;
  margin-bottom: 1px;
  min-height: 59px;
}

.funfact-block-one .count-outer .small-text{
  position: relative;
  right: 0px;
  bottom: -10px;
  font-size: 18px;
}

.funfact-block-one p{
  display: block;
}

.funfact-block-one .icon-box{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 26px;
}

.funfact-section .funfact-block-one:first-child,
.funfact-section .funfact-block-one:last-child{
  top: 60px;
}

.funfact-section .funfact-block-one:nth-child(2),
.funfact-section .funfact-block-one:nth-child(4){
  top: 30px;
}

.funfact-section .lower-box{
  position: relative;
  display: inline-block;
  padding-left: 160px;
  text-align: left;
  margin-top: 88px;
}

.funfact-section .lower-box .author-box{
  position: absolute;
  left: 0px;
  top: 0px;
}

.funfact-section .lower-box .author-box:before{
  position: absolute;
  content: "\f10d";
  font-family: 'flaticon';
  font-size: 16px;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  top: 0px;
  right: -12px;
  z-index: 1;
}

.home_2 .funfact-section .lower-box .author-box:before{
  background: var(--theme-color-two);
}

.funfact-section .lower-box .author-box li{
  position: relative;
  display: inline-block;
  float: left;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 4px solid #f5f8f7;
  margin-right: -12px;
}

.funfact-section .lower-box .author-box li img{
  width: 100%;
  border-radius: 50%;
}

.funfact-section .lower-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.bg-color-2{
  background-color: #1b1d24;
}


/** pricing-style-two **/

.pricing-style-two{
  position: relative;
  padding-bottom: 112px;
}

.pricing-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-style-two .title-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.pricing-style-two .sec-title{
  margin-bottom: 0px;
}

.pricing-style-two .chat-box{
  position: relative;
  padding: 2px 0px 2px 86px;
}

.pricing-style-two .chat-box .thumb-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.pricing-style-two .chat-box .thumb-box:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--theme-color-two);
  background-image: url(../images/icons/icon-28.png);
  border-radius: 50%;
  top: 0px;
  right: -10px;
}

.pricing-style-two .chat-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.pricing-style-two .chat-box .link-box a{
  color: #fff;
}

.home_2 .pricing-style-two .chat-box .link-box a:hover{
  color: var(--theme-color-two);
}

.pricing-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: #31333c;
}

.pricing-block-one .inner-box .currency-box{
  position: relative;
  padding: 12px 25px;
}

.pricing-block-one .inner-box .currency-box:before{
  position: absolute;
  content: '';
  left: 50%;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #464852;
}

.pricing-block-one .inner-box .currency-box:after{
  position: absolute;
  content: "\f104";
  font-family: 'flaticon';
  background: #31333c;
  width: 36px;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
  border: 1px solid #464852;
  color: #a8aaaf;
  border-radius: 20px;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.pricing-block-one .inner-box .currency-box .list-item{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing-block-one .inner-box .currency-box .list-item li{
  position: relative;
  display: inline-block;
  padding-left: 36px;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}

.pricing-block-one .inner-box .currency-box .list-item li img{
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
}

.pricing-block-one .inner-box .content-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #292b33;
  border-radius: 5px;
  padding: 18px 25px;
}

.pricing-block-one .inner-box .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: #a8aaaf;
}

.pricing-block-one .inner-box .content-box .list-item li span{
  float: right;
}

.pricing-block-one .inner-box .content-box .list-item li:last-child span{
  float: none;
}

.pricing-block-one .inner-box .content-box .list-item li .green{
  color: #26ba5e;
}

.pricing-block-one .inner-box .content-box .list-item .red{
  color: #d83730;
}

.pricing-block-one .inner-box .content-box .list-item .yellow{
  color: #ed912e;
}

.pricing-block-one .inner-box .content-box .list-item li a{
  position: absolute;
  top: 11px;
  right: 0px;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 2px 14px;
  border: 1px solid var(--theme-color-two);
  border-radius: 4px;
  z-index: 1;
}

.pricing-block-one .inner-box .content-box .list-item li a:hover{
  background: var(--theme-color-two);
}

.pricing-block-one .inner-box .graph-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  min-height: 72px;
}

.pricing-style-two .link-box.centred{
  position: relative;
  display: block;
  margin-top: 41px;
}

.pricing-style-two .link-box a{
  color: #fff;
}

.home_2 .pricing-style-two .link-box a:hover{
  color: var(--theme-color-two);
}


/** account-style-two **/

.account-style-two{
  position: relative;
  background: #f5f8f7;
}

.account-block-two .inner-box{
  position: relative;
  display: block;
  background: #f5f8f7;
  border: 1px solid #dbdfdd;
  border-radius: 5px;
  overflow: hidden;
}

.account-block-two .inner-box .upper-box{
  position: relative;
  display: block;
  padding: 31px 30px 153px 30px;
}

.account-block-two .inner-box .upper-box h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 4px;
}

.account-block-two .inner-box .upper-box .icon-box{
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}

.account-block-two{
  position: relative;
  max-width: 370px;
  margin: 0 auto;
  margin-top: 40px;
}

.account-block-two .inner-box .upper-box .shape{
  position: absolute;
  left: -1px;
  bottom: 1px;
  width: 370px;
  height: 248px;
  background-repeat: no-repeat;
}

.account-block-two .inner-box .content-box .list-item li{
  position: relative;
  display: block;
  font-size: 17px;
  color: #1b1d24;
  padding: 13px 25px;
  background: #e7ecea;
}

.account-block-two .inner-box .content-box .list-item li:nth-child(2n+1){
  background: #f5f8f7;
}

.account-block-two .inner-box .content-box .list-item li span{
  float: right;
  color: #7b7c7b;
}

.account-block-two .inner-box .lower-box{
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #dbdfdd;
}

.account-block-two .inner-box .lower-box .link-box a{
  position: relative;
  display: inline-block;
  color: #fff;
  background: #1b1d24;
  padding: 14px 21px;
}

.account-block-two .inner-box .lower-box .link-box a:hover{
  background: var(--theme-color);
}

.home_2 .account-block-two .inner-box .lower-box .link-box a:hover{
  background: var(--theme-color-two);
}

.account-block-two .inner-box .lower-box .more-link a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: #1b1d24;
  font-weight: 600;
}

.account-block-two .inner-box .lower-box .more-link a:hover{
  color: var(--theme-color);
}

.home_2 .account-block-two .inner-box .lower-box .more-link a:hover{
  color: var(--theme-color-two);
}

.account-block-two .inner-box .lower-box .more-link{
  padding: 0px 24px;
}

.account-block-two .recommended-box{
  position: absolute;
  left: 0px;
  top: -40px;
  width: 100%;
  border: 1px solid #dbdfdd;
  border-radius: 5px 5px 0px 0px;
  border-bottom: none;
  padding: 5.5px 15px;
  padding-bottom: 8px;
  text-align: center;
}

.account-block-two .recommended-box h6{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #7b7c7b;
  padding-left: 26px;
}

.account-block-two .recommended-box h6:before{
  position: absolute;
  content: "\f10d";
  font-family: 'flaticon';
  font-size: 18px;
  left: 0px;
  top: 0px;
  background: -webkit-linear-gradient(-90deg, #25b85d, #058b38 100%);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/** platform-section **/

.platform-section{
  position: relative;
}

.platform-section .content-box{
  position: relative;
  display: block;
}

.platform-section .content-box .sec-title{
  margin-bottom: 31px;
}

.platform-section .content-box .text-box{
  margin-bottom: 35px;
}

.platform-section .content-box .list-item li{
  position: relative;
  display: block;
  margin-bottom: 14px;
  padding-left: 20px;
}

.platform-section .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.platform-section .content-box .list-item li:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 2px;
  height: 14px;
  left: 2px;
  top: 8px;
}

.home_2 .platform-section .content-box .list-item li:before{
  background: var(--theme-color-two);
}

.platform-section .content-box .list-item li:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 6px;
  height: 8px;
  left: 0px;
  top: 11px;
}

.home_2 .platform-section .content-box .list-item li:after{
  background: var(--theme-color-two);
}

.platform-section .content-box .list-item li h4{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding-right: 26px;
}

.platform-section .content-box .list-item li h4 span{
  position: absolute;
  top: -13px;
  right: 0px;
  color: var(--theme-color);
}

.home_2 .platform-section .content-box .list-item li h4 span{
  color: var(--theme-color-two);
}

.platform-section .content-box .lower-box{
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 42px;
}

.platform-section .content-box .lower-box .theme-btn{
  background: #1b1d24;
  padding: 15px 37px;
}

.platform-section .content-box .lower-box .theme-btn:hover{
  background: var(--theme-color);
}

.home_2 .platform-section .content-box .lower-box .theme-btn:hover{
  background: var(--theme-color-two);
}

.platform-section .content-box .lower-box .btn-box{
  margin-right: 30px;
}

.platform-section .content-box .download-apps li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.platform-section .content-box .download-apps li:last-child{
  margin: 0px !important;
}

.platform-section .content-box .download-apps li a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #abaeab;
  border: 1px solid #e7ebea;
  border-radius: 50%;
  text-align: center;
}

.platform-section .content-box .download-apps li a:hover{
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.home_2 .platform-section .content-box .download-apps li a:hover{
  background: var(--theme-color-two);
  border-color: var(--theme-color-two);
}

.platform-section .image-box{
  position: relative;
  display: block;
}

.platform-section .image-box img{
  position: relative;
  width: 100%;
}

.platform-section .image-box .image-shape .shape-1{
  position: absolute;
  left: 0px;
  top: -88px;
  width: 570px;
  height: 570px;
  background: #f5f8f7;
  border-radius: 50%;
}

.platform-section .image-box .image-shape .shape-2{
  position: absolute;
  left: 0px;
  top: -88px;
  width: 570px;
  height: 570px;
  border-radius: 50%;
  background-repeat: no-repeat;
}

.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;
}


/** chooseus-style-two **/

.chooseus-style-two{
  position: relative;
  background: #1b1d24;
}

.chooseus-style-two .image-layer{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.chooseus-style-two .inner-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chooseus-style-two .inner-box .left-column,
.chooseus-style-two .inner-box .right-column{
  max-width: 310px;
}

.chooseus-style-two .single-item{
  position: relative;
  display: block;
  margin-bottom: 63px;
}

.chooseus-style-two .single-item:last-child{
  margin-bottom: 0px;
}

.chooseus-style-two .single-item .icon-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #292b33;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.chooseus-style-two .single-item:first-child .icon-box{
  margin-bottom: 23px;
}

.chooseus-style-two .single-item:last-child .icon-box{
  margin-top: 23px;
}

.chooseus-style-two .single-item .icon-box:before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-15.png);
  width: 56px;
  height: 59px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.chooseus-style-two .single-item:hover .icon-box:before{
  opacity: 0;
}

.chooseus-style-two .single-item .icon-box img{
  position: relative;
}

.chooseus-style-two .single-item .icon-box:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  transition: all 500ms ease;
}



/** cta-section **/

.cta-section{
  position: relative;
  padding: 180px 0px 120px 0px;
}

.cta-section h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cta-section p{
  margin-bottom: 31px;
}

.cta-section .theme-btn{
  background: #1b1d24;
  padding: 15px 37px;
}

.home_2 .cta-section .theme-btn:hover{
  background: var(--theme-color-two);
}

.cta-section .theme-btn:hover{
  background: var(--theme-color);
}

.cta-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 380px;
  background-size: cover;
  background-repeat: repeat-x;
}

.cta-section .big-text{
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  font-size: 250px;
  line-height: 200px;
  font-family: var(--title-font);
  color: #f5f8f7;
  font-weight: 700;
  text-transform: capitalize;
}



/** contact-section **/

.contact-section{
  position: relative;
  background: #1b1d24;
}

/** language-switcher **/

.language-picker label{
  display: none;
}

.language-picker .nice-select{
  display: none;
}

.language-picker{
  position: absolute;
  top: 10px;
  right: 10px;
}

.language-picker .language-picker__button{
  background: #262830;
  border-radius: 5px;
  padding: 9.5px 15px;
  z-index: 9999999;
  text-align: left;
  width: 78px;
}

.language-picker .language-picker__button:before{
  position: absolute;
  content: '\f0d7';
  font-family: 'Font Awesome 6 Free';
  font-size: 16px;
  top: 11px;
  right: 15px;
  color: #a8a9b3;
  font-weight: 900;
}

.language-picker__button .icon {
  display: none;
}

.language-picker__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 78px;
  background-color: #262830;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  padding: 15px 15px;
  border-radius: 5px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
  transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
  transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.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;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.language-picker__flag em{
  font-style: normal;
}

.language-picker__flag::before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.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)
}

.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:after{
  position: absolute;
  content: "\f13c";
  font-family: 'flaticon';
  font-size: 20px;
  right: 0px;
  top: -4px;
  font-weight: 400;
}


.account-section1 .owl-nav{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 50px;
}

.account-section1 .owl-nav button{
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.account-section1 .owl-nav .owl-prev{
  margin-right: 10px;
}

/*.account-section1 .owl-carousel .owl-stage-outer{
  overflow: visible;
}
*/
.account-section1 .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  visibility: hidden;
}

.account-section1 .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
  visibility: visible;
}
.contact-section .left-content{
  position: relative;
  display: block;
  /*border: 1px solid #353840;*/
  border-radius: 5px;
}

.contact-section .form-group{
  position: relative;
  /*border-bottom: 1px solid #353840;*/
}

.contact-section .form-group:last-child{
  border-bottom: none;
}

.contact-section .form-group input[type='text'],
.contact-section .form-group input[type='email'],
.contact-section .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  text-align: left;
  font-size: 17px;
  color: #a8a9b3;
  padding: 10px 100px 10px 30px;
  transition: all 500ms ease;
  border: 1px solid #ececec;
}

.contact-section .form-group input:focus,
.contact-section .form-group textarea:focus{
  color: #fff;
}

.contact-section .form-group textarea{
  height: 145px;
  border: 1px solid #353840;
  border-radius: 5px;
  resize: none;
  padding-top: 15px;
}

.contact-section .check-box{
  margin-top: 42px;
  margin-bottom: 25px;
}

.check-box input {
  display: none;
}

.check-box label {
  position: relative;
  font-size: 17px;
  color: #a8a9b3;
  padding-left: 24px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
}

.check-box label:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 7px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #353840;
  background: transparent;
}

.check-box label:after {
  position: absolute;
  content: '';
  left: 4px;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--theme-color);
  opacity: 0;
  transition: all 500ms ease;
}
/** contact-style-two **/

.contact-style-two{
  position: relative;
  background-color: #edcd7633;
}

.contact-style-two .sec-title p{
  margin-top: 21px;
}

.contact-style-two .sec-title{
  margin-bottom: 42px;
}

.abt{ color:#9d3333}
.info-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 27px 41px 27px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-radius: 5px;
  text-align: center;
  transition: all 500ms ease;
}

.info-block-one .inner-box:hover{
  transform: translateY(-10px);
}

.info-block-one .inner-box .icon-box{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.info-block-one .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
      color: #7e2f34;
}

.info-block-one .inner-box p{
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.contact-style-two .inner-content{
 position: relative;
    display: block;
        background-image: linear-gradient(90deg, #7e2f34 0%, rgb(157 112 29) 100%) !important;
    padding: 35px 30px 40px 30px;
    border-radius: 17px;
    margin-top: 4px;
    box-shadow: 0 3px 15px rgb(0 0 0 / 20%);
}

.contact-style-two .inner-content h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 32px;
  color: #efcf77;
  font-weight: bold;
  margin-bottom: 1px;
}

.contact-style-two .inner-content .info-list li{
  position: relative;
  display: block;
  padding: 18px 0px 18px 45px;
  border-bottom: 1px solid #32364f;
}

.contact-style-two .inner-content .info-list li .icon-box{
  position: absolute;
  left: 0px;
  top: 16px;
}

.contact-style-two .inner-content .info-list li:first-child .icon-box{
  top: 22px;
}

.contact-style-two .inner-content .info-list li p{
  color: #fff;
}

.contact-style-two .inner-content .info-list li a{
  display: inline-block;
  color: #fff;
  font-family: var(--text-font);
}

.contact-style-two .inner-content .info-list li a:hover{
  color: var(--theme-color);
}

.contact-style-two .inner-content .info-list{
  margin-bottom: 28px;
}

.contact-style-two .inner-content .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.contact-style-two .inner-content .social-links li:last-child{
  margin: 0px !important;
}

.contact-style-two .inner-content .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #a8a9b3;
}

.contact-style-two .inner-content .social-links li a:hover{
  color: var(--theme-color);
}

.contact-style-two .inner-content .social-links{
  margin-bottom: 34px;
}

.contact-style-two .inner-content .theme-btn{
  width: 100%;
  padding: 14px 37px;
}

.contact-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 623px;
  background-size: cover;
  background-repeat: no-repeat;
      opacity: 0.1;
}


.contact-section.alternat-2 {
    background: #fff;
    padding-top: 43px;
}

.contact-section.alternat-2 .left-content{
  /*border-color: #e8e8e8;*/
}

.contact-section.alternat-2 .form-group{
  border-color: #e8e8e8;
}

.contact-section.alternat-2 .form-group input[type='text'], 
.contact-section.alternat-2 .form-group input[type='email'], 
.contact-section.alternat-2 .form-group textarea{
  color: #6e6e6e;
}

.contact-section.alternat-2 .form-group textarea{
  border-color: #e8e8e8;
}

label.error{
  display: none !important;
}

.contact-section.alternat-2 .language-picker .language-picker__button{
  background: #f4f4f4;
}

.contact-section.alternat-2 .language-picker .language-picker__button:before{
  color: #a8a9b3;
}

.contact-section.alternat-2 .check-box label:before{
  border-color: #e8e8e8;
}

.contact-section.alternat-2 .check-box label{
  color: #1b1e31;
}

.form-group input[type='text'],  .form-group input[type='email'],  .form-group textarea, .form-group select {
   position: relative;
    display: block;
    width: 100%;
    /* height: 72px; */
    text-align: left;
    font-size: 16px;
    color: #fff;
    padding: 10px 10px 10px 10px;
    transition: all 500ms ease;
    border: 0;
    border: 1px solid #fff;
    margin-bottom: 10px;
}
 .form-group textarea {
   border: 0;
   border: 1px solid #fff;
    border-radius: 0;
    resize: none;
    padding-top: 15px;
    /*border-bottom: 2px solid #767676;*/
}
.slogan-area {
  position: relative;
  display: block;
  background-color: rgb(26, 28, 35);
}

.slogan-content-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 75px 0;
  z-index: 1;
}

.slogan-content-box-bg {
  position: absolute;
  top: 0;
  left: 300px;
  bottom: 0;
  right: 100px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  /*background-color: #1a1c23;*/
  background-blend-mode: luminosity;
  z-index: -1;
}

.slogan-content-box-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(26, 28, 35);
  background: linear-gradient(270deg, rgba(26, 28, 35, 1) 0%, rgba(26, 28, 35, 1) 5%, rgba(26, 28, 35, 0.4990371148459384) 40%, rgba(26, 28, 35, 1) 95%, rgba(26, 28, 35, 1) 100%);
}

.slogan-content-box .inner-title {
  position: relative;
  display: block;
}

.slogan-content-box .inner-title h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  margin: 0 0 7px;
}

.slogan-content-box .inner-title p {
  color: #b8b4b1;
}



.get-app-box {
  position: relative;
  display: block;
}

.get-app-box ul {
  position: relative;
  display: block;
}

.get-app-box ul li {
  position: relative;
  display: block;
  float: left;
  margin-right: 20px;
}

.get-app-box ul li:last-child {
  margin-right: 0;
}

.get-app-box ul li a {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f8f6f3;
  padding: 16px 30px 17px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}



.get-app-box ul li a:hover {
  background-color: var(--thm-base);
}

.get-app-box ul li a .icon {
  width: 30px;
  line-height: 0;
}

.get-app-box ul li a .icon span {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 20px;
  line-height: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.get-app-box ul li a:hover .icon span {
  color: #ffffff;
}


.get-app-box ul li a .text {
  position: relative;
  flex: 1;
}

.get-app-box ul li a .text h4 {
  color: var(--thm-black);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.get-app-box ul li a:hover .text h4 {
  color: #ffffff;
}


.get-app-box ul li a.style2 {
  background-color: var(--thm-base);
}

.get-app-box ul li a.style2 .icon span {
  color: #ffffff;
}

.get-app-box ul li a.style2 .text h4 {
  color: #ffffff;
}

.get-app-box ul li a.style2:hover {
  background-color: #f8f6f3;
}

.get-app-box ul li a.style2:hover .icon span {
  color: var(--thm-base);
}

.get-app-box ul li a.style2:hover .text h4 {
  color: var(--thm-base);
}


.footer_nav2 {padding:0;margin:0;list-style:none;;}
.footer_nav2 li{display:block;margin:0 0 7px;display:block;color:#000;font-size:15px;padding:0 0 0 34px;position:relative;line-height:25px;}
.footer_nav2 li i{position:absolute;left:0;margin-top:2px;font-size:20px;color:#b73337}

.f_social_icon a {
width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    color: #1b1e31;
    display: inline-block;
    border: 1px solid #b73337;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.f_social_icon a:hover {
  background: #df0024;
  color: #fff;
  border-color: #df0024;
}

.tp-about-thumb-wrapper-2 .img-1 {
    margin-top: 100px;
    /*margin-left: -30px;*/
}

.tp-about-thumb-wrapper-2 img {
    border-radius: 10px;
}.tp-about-thumb-wrapper-2 .img-2 {
    position: absolute;
    top: 0;
    right: 20px;
    overflow: hidden;
}.tp-about-thumb-wrapper-2 img {
    border-radius: 10px;
}.tp-about-thumb-wrapper-2 .img-2::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}
.tp-about-thumb-wrapper-2 .img-3 {
    position: absolute;
    top: 0;
    left: -60px;
    z-index: -1;
}
.tp-about-thumb-wrapper-2 img {
    border-radius: 10px;
}.tp-about-progressbar {
    position: absolute;
    bottom: 2%;
    right: 45px;
    height: 268px;
    width: 232px;
    padding: 53px;
    text-align: center;
    border-radius: 10px;
    background: var(--tp-common-white);
    box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.05);
    animation: updown-two 2.6s linear 0s infinite alternate;
}.tp-about-progressbar .circular {
    margin-bottom: 15px;
}.tp-about-progressbar h3 {
    font-family: var(--tp-ff-p);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.4px;
    color: #2B2B5E;
}
@media(min-width: 991px){
  .why-ch-p{
    max-width: 900px;
            margin: auto;
  }
}


.page-title{
  position: relative;
 padding: 37px 0px 37px 0px;
}

.page-title .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .bg-layer:before{
  position: absolute;
  content: '';
  background: #1b1e31;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.6;
}

.page-title h1{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}

.page-title p{
  display: block;
  color: #ceced6;
  /*margin-bottom: 134px;*/
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  font-family: var(--title-font);
  font-weight: 600;
  margin-right: 36px;
}

.page-title .bread-crumb li:last-child{
  margin: 0px !important;
}

.page-title .bread-crumb li a{
  display: inline-block;
  color: #fff;
}

.page-title .bread-crumb li a:hover{
  color: var(--theme-color);
}

.page-title .bread-crumb li:before{
  position: absolute;
  content: "\f103";
  font-family: 'flaticon';
  font-size: 20px;
  top: 0px;
  right: -27px;
  color: var(--theme-color);
  font-weight: 400;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}
.about-style-two {
    position: relative;
    padding: 120px 0px;
}

.about-style-two{
  position: relative;
  padding: 70px 0px;    background-color: #edcd7633;
}
.about{    background-color: #edcd7633; padding:40px 0;}

.about-style-two .image-box{
  position: relative;
  display: block;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.about-style-two .image-box img{
  width: 100%;
}

.about-style-two .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-style-two .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-style-two .content-box{
  position: relative;
  display: block;
  margin-top: -7px;
}

.about-style-two .content-box .sec-title{
  margin-bottom: 31px;
}

.about-style-two .content-box .inner-box{
  position: relative;
  display: block;
  margin-top: 29px;
  margin-bottom: 23px;
  padding-bottom: 20px;
}

.about-style-two .content-box .inner-box:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 100%;
  height: 5px;
  left: 0px;
  bottom: 0px;
  border-radius: 5px;
}

.about-style-two .content-box .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.about-style-two .content-box .inner-box h2{
  display: block;
  font-size: 60px;
  line-height: 50px;
  font-weight: 600;
}

.about-style-two .content-box .inner-box .link-box{
  position: absolute;
  right: 0px;
  bottom: 16px;
}

.about-style-two .content-box .btn-box{
  display: block;
  margin-top: 42px;
}
.account-block-one1 {
    /* padding-right: 25px; */
    margin-bottom: 30px;
}

/** statements-section **/

.statements-section{
     position: relative;
    padding: 70px 0px; 
    background: #9f3137;
}

.statements-section .tabs-box{
  position: relative;
  width: 100%;
  padding-left: 200px;
}

.statements-section .tabs-box .tab-btn-box{
  position: absolute;
  left: 0px;
  top: 0px;
}

.statements-section .tabs-content .inner-box{
  position: relative;
  padding-right: 420px;
}

.statements-section .tabs-content .inner-box .image-box{
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 5px;
}

.statements-section .tabs-content .inner-box .image-box img{
  width: 100%;
  border-radius: 5px;
}

.statements-section .tabs-content .content-box{
  position: relative;
  display: block;
  background: #fff;
     padding: 70px 80px 86px 80px;
  /*border-radius: 5px;*/
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
  z-index: 1;
}

.statements-section .tabs-content .content-box .sec-title{
  margin-bottom: 21px;
}

.statements-section .tabs-content .content-box p{
  margin-bottom: 26px;
}

.statements-section .tabs-content .content-box .list-style-one{
  margin-bottom: 33px;
}

.statements-section .tabs-content .content-box .link-box{
  position: relative;
  padding: 9px 0px 9px 60px;
}

.statements-section .tabs-content .content-box .link-box .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 42px;
  background: #1b1e31;
  text-align: center;
  border-radius: 50%;
}

.statements-section .tab-btns li{
  position: relative;
  display: block;
  width: 150px;
  height: 170px;
  text-align: center;
  margin-bottom: 20px;
  z-index: 1;
  cursor: pointer;
  transition: all 500ms ease;
}

.statements-section .tab-btns li:before{
  position: absolute;
  content: '';
  background-image: url(../../assets/images/shape/shape-46.png);
  width: 150px;
  height: 170px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.statements-section .tab-btns li.active-btn:before{
  opacity: 0;
}

.statements-section .tab-btns li:after{
  position: absolute;
  content: '';
  background-image: url(../../assets/images/shape/shape-47.png);
  width: 150px;
  height: 170px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 500ms ease;
}

.statements-section .tab-btns li.active-btn:after{
  opacity: 1;
}

.statements-section .tab-btns li:last-child{
  margin-bottom: 0px;
}

.statements-section .tab-btns li span{
  position: absolute;
  left: 7px;
  top: 0px;
  height: 170px;
  text-align: center;
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #1b1e31;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  transition: all 500ms ease;
  z-index: 1;
}

.statements-section .tab-btns li.active-btn span{
  color: #fff;
}

.statements-section .tab-btns li .icon-box{
  position: absolute;
  top: 14px;
  right: 0px;
  width: 107px;
  height: 142px;
  line-height: 142px;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.statements-section .tab-btns li .icon-box img{
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 500ms ease;
}

.statements-section .tab-btns li.active-btn .icon-box img{
  filter: grayscale(0%);
  opacity: 1;
}

.chooseus-style-two .single-item .icon-box:after{
  background: var(--theme-color);
}

.chooseus-style-two .single-item h3 span{
  color: var(--theme-color);
}

.home_2 .awards-section .owl-nav button:hover{
  color: var(--theme-color-two);
}

.awards-section .owl-nav button:hover{
  color: var(--theme-color);
}


/** team-section **/

.team-section{
  position: relative;
  padding: 113px 0px 112px 0px;
  background: #f4f4f4;
}

.team-block-one{
  max-width: 250px;
  margin: 0 auto;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 43px;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: inline-block;
  width: 250px;
  height: 250px;
  background: #fff;
  border-radius: 50%;
  padding: 16px;
  z-index: 1;
}

.team-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  border: 1px solid var(--theme-color);
  z-index: 1;
}

.team-block-one .inner-box .image-box .image img{
  width: 100%;
  border-radius: 50%;
  transition: all 500ms ease;
}

.team-block-one .inner-box .image-box .share-box{
  position: absolute;
  top: 0px;
  right: 0px;
}

.team-block-one .inner-box .image-box .share-box:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 100px;
  height: 60px;
  border-radius: 0px 50px 50px 0px;
  transform: rotate(-45deg);
  top: 14px;
  right: -6px;
}

.team-block-one .inner-box .image-box .share-box .share-icon{
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  top: 7px;
  right: 7px;
  transition: all 500ms ease;
}

.team-block-one .inner-box .image-box .share-box .share-icon img{
  position: relative;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 500ms ease;
}

.team-block-one .inner-box .image-box .share-box:hover .share-icon img{
  filter: grayscale(0%);
  opacity: 1;
}

.team-block-one .inner-box .image-box .share-box .share-links{
  position: absolute;
  top: 80px;
  right: 0px;
  width: 44px;
  z-index: 2;
  transform-origin: top center;
  transform: scaleY(0);
  opacity: 0;
  transition: all 500ms ease;
}

.team-block-one .inner-box .image-box .share-box .share-links:before{
  position: absolute;
  content: '';
  background: transparent;
  width: 100%;
  height: 20px;
  left: 0px;
  top: -20px;
}

.team-block-one .inner-box .image-box .share-box:hover .share-links{
  transform: scaleY(1);
  opacity: 1;
}

.team-block-one .inner-box .image-box .share-box .share-links li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.team-block-one .inner-box .image-box .share-box .share-links li:last-child{
  margin-bottom: 0px;
}

.team-block-one .inner-box .image-box .share-box .share-links li a{
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
}

.team-block-one .inner-box .image-box .share-box .share-links li:first-child a{
  background: #3b5998;
}

.team-block-one .inner-box .image-box .share-box .share-links li:nth-child(2) a{
  background: #55acee;
}

.team-block-one .inner-box .image-box .share-box .share-links li:last-child a{
  background: #3f729b;
}

.team-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 23px;
}

.team-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 2px;
}

.team-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #1b1e31;
}

.team-block-one .inner-box .lower-content h3 a:hover{
  color: var(--theme-color);
}

.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-weight: 600;
}

.team-section .owl-nav{
  position: absolute;
  top: -118px;
  right: 0px;
}

.team-section .owl-nav .owl-prev{
  margin-right: 10px;
}

.team-section .owl-nav button{
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.funfact-section .lower-box .author-box:before{
  background: var(--theme-color);
}

.chooseus-style-two{
  position: relative;
  background: #1b1d24;
}

.chooseus-style-two .image-layer{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.chooseus-style-two .inner-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chooseus-style-two .inner-box .left-column,
.chooseus-style-two .inner-box .right-column{
  max-width: 310px;
}

.chooseus-style-two .single-item{
  position: relative;
  display: block;
  margin-bottom: 63px;
}

.chooseus-style-two .single-item:last-child{
  margin-bottom: 0px;
}

.chooseus-style-two .single-item .icon-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #292b33;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.chooseus-style-two .single-item:first-child .icon-box{
  margin-bottom: 23px;
}

.chooseus-style-two .single-item:last-child .icon-box{
  margin-top: 23px;
}

.chooseus-style-two .single-item .icon-box:before{
  position: absolute;
  content: '';
  background-image: url(../../assets/images/shape/shape-15.png);
  width: 56px;
  height: 59px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.chooseus-style-two .single-item:hover .icon-box:before{
  opacity: 0;
}

.chooseus-style-two .single-item .icon-box img{
  position: relative;
}

.chooseus-style-two .single-item .icon-box:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  transition: all 500ms ease;
}

.home_2 .chooseus-style-two .single-item .icon-box:after{
  background: -webkit-linear-gradient(-90deg, #038735, #26ba5e 100%);
}

.home_3 .chooseus-style-two .single-item .icon-box:after{
  background: -webkit-linear-gradient(-90deg, #89103d, #ce193c 100%);
}

.chooseus-style-two .single-item:hover .icon-box:after{
  opacity: 1;
}

.chooseus-style-two .single-item .icon-box .image{
  position: relative;
  z-index: 1;
}

.chooseus-style-two .single-item h3{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 9px;
}

.chooseus-style-two .left-column .single-item h3{
  padding-right: 30px;
}

.chooseus-style-two .right-column .single-item h3{
  padding-left: 30px;
}

.chooseus-style-two .single-item h3 span{
  position: absolute;
  top: -13px;
}

.home_2 .chooseus-style-two .single-item h3 span{
  color: var(--theme-color-two);
}

.home_3 .chooseus-style-two .single-item h3 span{
  color: var(--theme-color-three);
}

.chooseus-style-two .left-column .single-item h3 span{
  right: 0px;
}

.chooseus-style-two .right-column .single-item h3 span{
  left: 0px;
}

.chooseus-style-two .single-item p{
  color: #a8aaaf;
}

.chooseus-style-two .single-item .shape{
  position: absolute;
  width: 165px;
  height: 59px;
  background-repeat: no-repeat;
}

.chooseus-style-two .left-column .single-item .shape{
  left: 170px;
}

.chooseus-style-two .single-item:first-child .shape{
  top: 34px;
}

.chooseus-style-two .single-item:last-child .shape{
  bottom: 38px;
}

.chooseus-style-two .right-column .single-item .shape{
  right: 170px;
}

.chooseus-style-two .single-item .shape:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #31333c;
  border-radius: 50%;
}

.chooseus-style-two .left-column .single-item:first-child .shape:before{
  right: -36px;
  bottom: -28px;
}

.chooseus-style-two .single-item .shape:after{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background: #31333c;
  border-radius: 50%;
}

.chooseus-style-two .left-column .single-item:first-child .shape:after{
  right: -29px;
  bottom: -21px;
}

.chooseus-style-two .left-column .single-item:last-child .shape:before{
  right: -36px;
  top: -28px;
}

.chooseus-style-two .left-column .single-item:last-child .shape:after{
  right: -29px;
  top: -21px;
}

.chooseus-style-two .right-column{
  text-align: right;
}

.chooseus-style-two .right-column .single-item:first-child .shape:before {
  left: -36px;
  bottom: -28px;
}

.chooseus-style-two .right-column .single-item:first-child .shape:after {
  left: -29px;
  bottom: -21px;
}

.chooseus-style-two .right-column .single-item:last-child .shape:before {
  left: -36px;
  top: -28px;
}

.chooseus-style-two .right-column .single-item:last-child .shape:after {
  left: -29px;
  top: -21px;
}

.chooseus-style-two .sec-title{
  margin-bottom: 50px;
}

.chooseus-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center;
}

.list-style-one li{
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 8px;
      color: #000;
}

.list-style-one li:last-child{
  margin-bottom: 0px;
}

.list-style-one li:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 2px;
  height: 14px;
  left: 2px;
  top: 8px;
}

.list-style-one li:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 6px;
  height: 8px;
  left: 0px;
  top: 11px;
}
.text-box1 h3{
   font-size: 27px !important;
    line-height: 50px !important;
   
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
 .text-box1 {
   
    border-bottom: 0px solid #e8e8e8 !important;
}
.pc_whatsapp {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    left: 0;
    /* background: #34ab49; */
    padding: 5px 19px;
    text-align: center;
}
.pc_whatsapp a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.account-details-content{
  position: relative;
  display: block; 
}
.account-section1{    background-color: #edcd7633;
    padding: 40px 0;}
.account-details-content h2{
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 21px;
}

.account-details-content .content-one{
  position: relative;
  margin-top: 45px;
  margin-bottom: 43px;
}

.account-details-content .content-one .image-box{
  position: relative;
  display: block;
  margin-top: 8px;
}

.account-details-content .content-one .image-box img{
  width: 100%;
      border-radius: 15px;
}

.account-details-content .accordion-box .accordion .acc-btn,
.account-details-content .accordion-box .block .acc-content{
  padding: 0px;
}

.account-details-content .accordion .acc-btn.active p{
  display: block;
}

.account-details-content .accordion-box .accordion{
  border: none;
  background: transparent;
  margin-bottom: 24px;
}

.account-details-content .accordion-box .accordion:last-child{
  margin-bottom: 0px;
}

.account-details-content .accordion-box .accordion h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 9px;
}

.account-details-content .accordion .acc-btn{
  position: relative;
  padding-left: 26px !important;
}

.account-details-content .accordion .acc-btn:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 2px;
  height: 16px;
  left: 2px;
  top: 7px;
}

.account-details-content .accordion .acc-btn:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 6px;
  height: 8px;
  left: 0px;
  top: 11px;
}

.account-details-content .accordion .acc-content{
  position: relative;
  padding-top: 10px !important;
}

.account-details-content .accordion .acc-content .list-item li{
  position: relative;
  display: block;
  padding-left: 40px;
  margin-bottom: 8px;
}

.account-details-content .accordion .acc-content .list-item li:last-child{
  margin-bottom: 0px;
}

.account-details-content .accordion .acc-content .list-item li:before{
  position: absolute;
  content: '';
  background: #dce0df;
  width: 26px;
  height: 1px;
  left: 0px;
  top: 14px;
}

.account-details-content h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 9px;
}

.account-details-content .content-two .text-box{
  margin-bottom: 32px;
}

.account-details-content .content-two .list-item li{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  color: #1b1e31;
  padding: 13px 25px 13px 50px; 
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  margin-bottom: 20px;
}

.account-details-content .content-two .list-column:first-child .list-item li:nth-child(2),
.account-details-content .content-two .list-column:last-child .list-item li:first-child,
.account-details-content .content-two .list-column:last-child .list-item li:last-child{
  background: #f4f4f4;
  border-color: #f4f4f4;
}

.account-details-content .content-two .list-item li .icon-box{
  position: absolute;
  left: 17px;
  top: 13px;
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 700;
}

.account-details-content .content-two .list-item li .icon-box i:first-child{
  color: #ffb9a2;
  margin-right: -3px;
}

.account-details-content .content-two .list-item li span{
  float: right;
  color: #6e6e6e;
}

.account-details-content .content-two .list-column{
  padding: 0px 10px;
}

.account-details-content .content-two .list-item{
  margin: 0px 5px;
}

.account-details-content .content-two{
  padding-bottom: 32px;
}

.account-details-content .content-three .single-item{
  position: relative;
  display: block;
  max-width: 300px;
  margin-bottom: 32px;
}

.account-details-content .content-three .text-box{
  margin-bottom: 33px;
}

.account-details-content .content-three .single-item .icon-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #e2e3e6;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 23px;
  transition: all 500ms ease;
}

.account-details-content .content-three .single-item:hover .icon-box{
  border-color: var(--theme-color);
}

.account-details-content .content-three .single-item .icon-box .shape{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 62px;
  height: 65px;
  background-repeat: no-repeat;
  z-index: -1;
}

.account-details-content .content-three .single-item h3{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  padding-right: 25px;
  margin-bottom: 9px;
}

.account-details-content .content-three .single-item h3 span{
  position: absolute;
  top: -13px;
  right: 0px;
}


.ebook-section.education-page{
  background: #f4f4f4;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
}
.form-group select option{
  color: #000;
}
.select-box select {
  color: #a8a9b3;
  padding: 0 0;
  border: none;
}
.select-box select option{
  background: #555555;
  color: #fff;
}