/* Base CSS */

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  color: #303033;
  font-weight: 900;
}

body {
  color: #6C6C6C;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  background: #000000;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1125px;
}

.container.ex-container {
  max-width: 1300px;
}

a {
  text-decoration: none;
}

/* Header area css start */

.site__main__menu ul li a {
  color: #8F8F8F;
  -webkit-transition: .3s;
  transition: .3s;
}

.site__main__menu ul li a:hover {
  color: #7885ff;
}

.site__main__menu ul li {
  display: inline-block;
  margin-left: 40px;
}

.site__main__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.site__main__menu ul li:first-child {
  margin: 0;
}

.header_right_btn a {
  font-size: 16px;
  font-weight: 500;
  background: #151515;
  color: #fff;
  width: 137px;
  height: 42px;
  display: block;
  text-align: center;
  line-height: 42px;
  border-radius: 34px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header_right_btn a:hover {
  background: #7885ff;
}

.header__area {
  padding: 24px 0;
}

.header__area .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site__main__menu {
  margin-top: 10px;
}

.hero__content h2 {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 34px;
}

.hero__content h2 span {
  display: block;
  color: #7785FF;
}

.hero__content p {
  font-size: 20px;
  line-height: 34px;
  padding-right: 50px;
}

.hero__content {
  max-width: 450px;
  padding: 300px 0;
}

.top_blk h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #757575;
}

.top_blk_wrp {
  background: #101010;
  padding: 8px;
  border-radius: 36px;
  display: inline-block;
  padding-right: 23px;
  margin-bottom: 40px;
}

.top_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_blk h4 span {
  color: #fff;
}

.top_blk a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #7785FF;
  background: #1b1b1b;
  border-radius: 27px;
  width: 61px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-right: 8px;
}

.hero_btn {
  width: 182px;
  height: 45px;
  background: #7885ff;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 37px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: 45px;
}

.hero__area {
  position: relative;
}

.hero_img {
  position: absolute;
  right: 0;
  top: -5px;
  width: 1050px;
}

.header__area {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

/* Header area css end */

/* Summary area css start */

.summary__items h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 13px;
}

.summary__items p {
  font-size: 18px; 
  font-weight: 500;
  color: #6C6C6C;
  line-height: 1.4;
  margin: 0;
}

.summary__area {
  padding-bottom: 150px;
}

/* Summary area css end */

/* Client area css start */

.section__title h4 {
  color: #6C6C6C;
  font-size: 18px;
  font-weight: 500;
}

.section__title h2 {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
}

.clinets__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
}

.single_client_logo {
  max-width: 12.5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  text-align: center;
  height: 320px;
}

.single_client_logo a {
  display: block;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single_client_logo {
  position: relative;
}

.single_client_logo::after {
  position: absolute;
  right: 0;
  top: -70px;
  width: 1px;
  content: "";
  height: 400px;
  background-image: url(../img/br.png);
  background-size: cover;
  background-position: center bottom;
}

/* Client area css end */

/* Slider area css start */

.single_slide_item h3 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.single_slide_item {
  text-align: center;
}

.single_slide_item p {
  padding: 0 25px;
}

.sl-img img {
  max-width: 197px;
  margin: 0 auto;
}

.sl-img {
  margin-bottom: 48px;
}

.single_slide_item h3 {
  margin-bottom: 27px;
}

.slider_blk_wrap {
  position: relative;
}

.border_2 {
  position: absolute;
  top: 0;
  left: 146px;
  width: 722px;
}

.slider_blk_wrap .owl-nav button {
  width: 58px !important;
  height: 58px !important;
  background: #0a0a0a !important;
  border-radius: 50%;
  color: #fff !important;
  font-size: 28px !important;
  position: absolute;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.slider_blk_wrap .owl-nav button:hover {
  background: #7885ff !important;
}

.slider_blk_wrap .owl-nav button.owl-next {
  left: auto;
  right: -45px;
}

/* Slider area css end */

/* Api area css start */

.api_content p {
  font-size: 20px;
  line-height: 34px;
}

.api_content h3 {
  font-size: 36px;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, right top, from(#7785FF), to(#E3E6FF));
  background: linear-gradient(to right, #7785FF 0%, #E3E6FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.api_content img {
  margin-bottom: 16px;
}

.api_img.rt_img {
  padding-left: 55px;
}

.api_img.lft_img {
  padding-right: 55px;
}

.api_img {
  position: relative;
}

.glow-img {
  position: absolute;
  left: -32px;
  top: -42px;
  z-index: -1;
  max-width: 248px;
}

.glow-img.gl2 {
  left: auto;
  right: -105px;
  top: 67%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 495px;
  max-width: 500px;
}

.api__area {
  padding: 80px 0;
  padding-bottom: 195px;
}

.api_content.bottom_blk h4 {
  font-size: 24px;
  font-weight: 500;
  color: #6C6C6C;
}

.api_content.bottom_blk h2 {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 55px;
}

.api_content.bottom_blk p {
  max-width: 402px;
}

.call__to__action_blk {
  padding: 56px;
  border-radius: 27px;
  background-size: cover;
  background-position: center center;
  height: 266px;
  position: relative;
  margin-top: 170px;
}

.c_left h4 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.c_left h3 {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  margin: 0;
}

.c_left h3 span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #D7D7D7;
  margin-top: 11px;
}

.call__to__action_blk a {
  position: absolute;
  right: 49px;
  bottom: 49px;
  width: 182px;
  height: 54px;
  background: #000000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 54px;
  border-radius: 45px;
  -webkit-transition: .3s;
  transition: .3s;
}

.call__to__action_blk a:hover {
  background: #a3abf4;
}

/* Api area css end */

/* Footer css start */

/* Dashboard css start */

.dashboard__area {
  position: relative;
  padding: 130px 0px;
}

.dashboard__tab__Wrapper .nav-tabs button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: transparent;
  outline: none;
  border: 0;
  padding: 0;
  margin-bottom: 35px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.3;
  color: #6C6C6C;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: transparent;
  color: #fff;
}

.dashboard__tab__Wrapper .nav-tabs button:hover span, .dashboard__tab__Wrapper .nav-tabs button.active span {
  opacity: 1;
}

.dashboard__tab__Wrapper .nav-tabs button:hover {
  color: #fff;
}

.dashboard__tab__Wrapper .nav-tabs {
  border: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 2px solid #1A1A1A;
  margin-right: 20px;
  height: 100%;
}

.dashboard__tab__Wrapper nav {
  height: 100%;
}

.dashboard__tab__Wrapper .nav-tabs button span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  top: -2px;
  min-width: 27px;
  text-align: center;
  margin-right: 15px;
  opacity: 0.5;
  -webkit-transition: .3s;
  transition: .3s;
}

.dashboard__tab__Wrapper {
  padding-top: 55px;
}

.admin__dashboard__content {
  background: #141414;
  display: block;
  height: 460px;
  width: 100%;
}

/* Dashboard css end */

.footer__area {
  background: #0a0a0a;
  font-size: 17px;
  padding: 100px 0;
}

.widget_title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.footer_menu ul li a {
  color: #666666;
  font-size: 16px;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer_menu ul li a:hover {
  color: #8b96ff;
}

.footer_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer_menu ul li {
  line-height: 33px;
}

.footer_menu ul li a:hover {
  text-decoration: underline;
}

.footer_logo {
  margin-bottom: 30px;
}

.sc_icons a {
  width: 33px;
  height: 33px;
  background: #151515;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  border-radius: 3px;
  color: #646464;
  margin-right: 13px;
  -webkit-transition: .3s;
  transition: .3s;
}

.sc_icons a:hover {
  background: #8b96ff;
  color: #fff;
}

.sc_icons {
  margin-top: 35px;
}

.cp-text {
  margin-top: 84px;
}

.cp-text p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin: 0;
}

/* Footer css end */