/* ----------------------------------------------------------------------------------------
Template: Arda - Bitcoin and Cryptocurrency ICO HTML Template
Version: 1.0
Author: tempload - support@tempload.com
 -----------------------------------------------------------------------------------------*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. pre-loader
03. global styles
04. buttons
05. token box
06. header
07. welcome area
08. services
09. roadmap
10. team
11. parallax
12. faq
13. footer & contact
--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* @import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700"); */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Wix+Madefor+Display:wght@400..800&display=swap");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, /*header,*/ /*nav,*/ section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

label {
  color: #252c31;
  font-weight: 500;
  font-size: 14px;
}
flash__message {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px 15px 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #cccccc;
  z-index: 9999;
  position: absolute !important;
  width: 80% !important;
  top: 13% !important;
  transition: all 1s !important;
}
:root {
  scroll-behavior: var(--scroll);
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* header, nav, section, article, aside, footer, hgroup {
  display: block;
} */

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
pre-loader
--------------------------------------------- 
*/

.loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 16px;
  /* background-image: linear-gradient(134deg, #516093 0%, #7A88F1 100%); */
  background-color: #3a96d8;
  z-index: 99999;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.loading {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

.loading > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: loading 1s 0s linear infinite;
  animation: loading 1s 0s linear infinite;
}

.loading > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

.loading > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
::selection {
  background: #747feb;
  color: #fff;
}

.background {
  background-color: #3a96d8;
}

::-moz-selection {
  background: #747feb;
  color: #fff;
}

.m-bottom-100 {
  margin-bottom: 100px;
}

.m-bottom-60 {
  margin-bottom: 60px;
}

.m-bottom-70 {
  margin-bottom: 70px;
}

.m-bottom-30 {
  margin-bottom: 30px;
}

.m-bottom-0 {
  margin-bottom: 0px !important;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg-bottom {
  background: url(../images/section-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-top {
  background: url(../images/section-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 400;
  font-size: 30px;
  color: #3b566e;
  letter-spacing: 1.3px;
  line-height: 40px;
  margin-bottom: 20px;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #252c31;
  line-height: 32px;
  margin-bottom: 30px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.left-text.light {
  /* color: #D5D8F3; */
  color: #e9ecef;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3b566e;
}

.left-text ul {
  /* color: #D5D8F3; */
  color: #e9ecef;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.18px;
  margin-bottom: 30px;
  padding-left: 30px;
}

.left-text ul li {
  /* height: 32px;
  line-height: 32px; */
  position: relative;
  /* padding-left: 30px; */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* .left-text ul li:before {
  position: absolute;
  left: 0px;
  content: "\f178";
  font-family: FontAwesome;
  height: 38px;
  line-height: 38px;
} */

/* .left-text ul li:hover {
  padding-left: 10px;
} */

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #d5d8f3;
}

.center-text p {
  margin-bottom: 30px;
}

.gradient {
  background-image: linear-gradient(134deg, #516093 0%, #7a88f1 100%);
  position: relative;
}

.gradient:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/section-bg-top.png) center top no-repeat;
  top: 0px;
  left: 0px;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

@media (max-width: 1200px) {
  html,
  body {
    overflow-x: hidden;
  }
  .mobile-bottom-fix {
    margin-bottom: 60px;
  }
}

/* 
---------------------------------------------
buttons
--------------------------------------------- 
*/
.btn-secondary-box {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  height: 46px;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  border: 1px solid #1b90e4;
  background: #1b90e4;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
  /* text-transform: uppercase; */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-left: 30px;
  padding-right: 30px;
  outline: none !important;
  cursor: pointer;
}

.btn-red-box {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  height: 46px;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  border: 1px solid #dc3545;
  background: #dc3545;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
  /* text-transform: uppercase; */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-left: 30px;
  padding-right: 30px;
  outline: none !important;
  cursor: pointer;
}

.btn-secondary-line {
  display: inline-block;
  height: 46px;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: relative;
  border: 1px solid #fb236a;
  font-weight: 500;
  font-size: 14px;
  color: #fb236a;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-left: 30px;
  padding-right: 30px;
  outline: none !important;
  cursor: pointer;
}

.btn-secondary-line:hover {
  background: #fb236a;
  color: #fff;
}

.btn-primary-line {
  width: 100%;
  display: inline-block;
  height: 46px;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: relative;
  border: 1px solid #747feb;
  font-weight: 500;
  font-size: 14px;
  color: #747feb;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none !important;
  cursor: pointer;
}

.btn-primary-line:hover {
  background: #3a96d8;
  color: #fff;
}

.btn-info-line {
  /* width: 100%; */
  display: inline-block;
  height: 46px;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: relative;
  border: 1px solid #3a96d8;
  font-weight: 500;
  font-size: 14px;
  color: #3a96d8;
  /* color: #747FEB; */
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none !important;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-info-line:hover {
  background: #3a96d8;
  color: #fff;
}

/* .btn-info-line:hover {
  background: #747FEB;
  color: #fff;
} */

.btn-white-line {
  display: inline-block;
  height: 46px;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: relative;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none !important;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-white-line:hover {
  background: #fff;
  color: #3b566e;
}

.app-download {
  display: inline-block;
  margin-right: 10px;
}

/* 
---------------------------------------------
faq
--------------------------------------------- 
*/
.faq {
  background: #ffffff;
  box-shadow: 0 1px 18px 10px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #cee1f8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  min-height: 60px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: #f3f8ff;
  padding-left: 10px;
}

.faq .card .card-header .faq-title {
  min-height: 60px;
  line-height: 20px;
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  color: #3b566e;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  margin: 0;
  padding: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #747feb;
  color: #fff;
  font-size: 13px;
  margin-right: 10px;
  border: 1px solid #747feb;
}

.faq .card .card-header .faq-title .badge-num {
  display: inline-block;
  width: 20px;
  height: 20px;
  /* -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; */
  text-align: center;
  /* color: #747FEB; */
  color: #3a96d8;
  /* color: #fff; */
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  /* border: 1px solid #747FEB; */
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #f3f8ff;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

.faq .card .card-body ul li {
  margin-left: 16px;
  list-style: disc;
}

@media (max-width: 1200px) {
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

/* 
---------------------------------------------
footer & contact
--------------------------------------------- 
*/
.contacts {
  height: 500px;
  background: #f7f9fb;
  /* padding-top:120px; */
}

.contacts .contact {
  margin-top: 90px;
}

.contacts .contact .section-title {
  font-weight: 500;
  font-size: 22px;
  color: #3b566e;
  letter-spacing: 0.77px;
  line-height: 46px;
  margin-bottom: 10px;
}

.contacts .contact p {
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.contacts .contact ul.list li {
  overflow: hidden;
}

.contacts .contact ul.list li i {
  float: left;
  height: 40px;
  line-height: 40px;
  width: 30px;
  font-size: 16px;
  /* color: #747FEB; */
  color: #3a96d8;
}

.contacts .contact ul.list li a,
.contacts .contact ul.list li span {
  float: left;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #3b566e;
  letter-spacing: 0.69px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts .contact ul.list li a:hover,
.contacts .contact ul.list li span:hover {
  padding-left: 10px;
}

.contacts .contact .social {
  float: left;
  margin-top: 20px;
}

.contacts .contact .social li {
  float: left;
  margin-right: 15px;
}

.contacts .contact .social li a {
  font-size: 22px;
  color: #747feb;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts .contact-form {
  background: #ffffff;
  box-shadow: 0 1px 18px 10px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 40px;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}

.contacts .contact-form .section-title {
  font-weight: 500;
  font-size: 18px;
  color: #3b566e;
  letter-spacing: 0.77px;
  margin-bottom: 30px;
}

.subpage .contact-form .form-element input,
.subpage .contact-form .form-element textarea {
  width: 100%;
  height: 46px;
  border: 1px solid #c5cfd5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.subpage .contact-form .form-element input:focus,
.subpage .contact-form .form-element textarea:focus {
  padding-left: 30px;
  border: 1px solid #c5cfd5;
}

.subpage .contact-form .form-element textarea {
  height: 120px;
  padding: 20px;
  resize: none;
}

.subpage .contact-form .form-element button {
  width: 100%;
}

.subpage .contact-form .form-element button:hover {
  border: 1px solid #fb236a;
  color: #fb236a;
}

@media (max-width: 1200px) {
  .contacts .contact-form {
    padding: 20px;
  }
}

footer .footer-bottom {
  padding-top: 30px;
  /* background-image: linear-gradient(134deg, #516093 0%, #7A88F1 100%); */
  background-color: #3a96d8;
  position: relative;
}

footer .footer-bottom.slim {
  padding-top: 20px;
}

footer .footer-bottom.slim .copyright {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}

footer .footer-bottom:before {
  content: "";
  position: absolute;

  height: 100%;
  background: url(../images/section-bg-bottom.png) center bottom no-repeat;
  top: 0px;
  left: 0px;
}

footer .footer-bottom .copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #f3f8ff;
  letter-spacing: 1.7px;
  text-align: left;
  margin-top: -15px;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .contacts {
    height: auto;
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .contacts .contact {
    margin-top: 0px;
  }
  footer .footer-bottom {
    padding-top: 40px;
  }
  footer .footer-bottom .copyright {
    margin: 0px;
    margin-bottom: 30px;
    text-align: center;
  }
  .menu-trigger:focus {
    outline: none;
  }
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active до версии 2.1.8 */ {
  opacity: 0;
}

.form-element input,
.form-element textarea {
  width: 100%;
  /* height: 46px; */
  border: 1px solid #cee1f8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-element input:focus,
.form-element textarea:focus {
  padding-left: 30px;
  border: 1px solid #747feb;
  box-shadow: none;
}

.form-element input::placeholder,
.form-element textarea::placeholder {
  color: #c5cfd5;
}

.request-step-title {
  color: #252c31;
  /* letter-spacing: 1.30px; */
  line-height: 30px;
  font-weight: 600;
}

.col-form-label {
  color: #3b566e;
  letter-spacing: 0.77px;
}

/* .nav-link {
  color: #3b566e;
  letter-spacing: 0.77px;
} */

/* .nav-link:hover {
  color: #fb236a;
} */

.custom-control-label {
  font-family: "Montserrat", sans-serif;
  color: #252c31;
  letter-spacing: 0.77px;
}

.card-header {
  background-color: #f7f9fb !important;
}

/* .content .container {
  padding-top:120px;
} */

.text-body ul {
  margin-left: 30px !important;
}

.text-body li {
  list-style-type: disc;
}

.input-group-text {
  background-color: #ffffff !important;
  /* border: 1px solid #CEE1F8 !important; */
}

.text-muted ul {
  margin-left: 25px;
}

table tbody tr.tr-row:hover {
  cursor: pointer;
}

table.table {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}

.table th {
  border-top: 0 !important;
}

.td-url {
  word-break: break-word;
  white-space: normal;
}

.help {
  position: fixed;
  bottom: 80px;
  right: 50px;
  z-index: 999;
  padding: 10px;
  border: 1px solid #6c757d;
  border-radius: 5px;
  color: #6c757d;
  background-color: white;
}

@media (max-width: 1000px) {
  .help {
    display: none;
  }
}

.table-new-msg {
  font-weight: 600;
}

/* tabs */

.tabs-component {
  /* margin: 4em 0; */
}

.tabs-component-tabs {
  border: solid 1px #ddd;
  border-radius: 6px;
  margin-bottom: 5px;
}

@media (min-width: 700px) {
  .tabs-component-tabs {
    border: 0;
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    margin-bottom: -1px;
  }
}

.tabs-component-tab {
  color: #999;
  font-size: 14px;
  font-weight: 600;
  margin-right: 0;
  list-style: none;
}

.tabs-component-tab:not(:last-child) {
  /* border-bottom: dotted 1px #ddd; */
  border-bottom: solid 1px #ddd;
}

.tabs-component-tab:hover {
  color: #666;
}

.tabs-component-tab.is-active {
  color: #000;
}

.tabs-component-tab.is-disabled * {
  color: #cdcdcd;
  cursor: not-allowed !important;
}

@media (min-width: 700px) {
  .tabs-component-tab {
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 3px 3px 0 0;
    margin-right: 0.5em;
    /* transform: translateY(2px); */
    transition: transform 0.3s ease;
  }

  .tabs-component-tab.is-active {
    border-bottom: solid 1px #fff;
    z-index: 2;
    transform: translateY(0);
  }
}

.tabs-component-tab-a {
  align-items: center;
  color: inherit;
  display: flex;
  padding: 0.75em 1em;
  text-decoration: none;
}

.tabs-component-panels {
  /* padding: 4em 0; */
}

@media (min-width: 700px) {
  .tabs-component-panels {
    border-top-left-radius: 0;
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 0 6px 6px 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* padding: 4em 2em; */
  }
}

.prefix,
.suffix {
  align-items: center;
  border-radius: 1.25rem;
  display: flex;
  font-size: 0.75rem;
  flex-shrink: 0;
  height: 1.25rem;
  justify-content: center;
  line-height: 1.25rem;
  min-width: 1.25rem;
  padding: 0 0.1em;
}

.prefix {
  background-color: #d1e8eb;
  color: #0c5174;
  margin-right: 0.35em;
}

.suffix {
  background-color: #c03;
  color: #fff;
  margin-left: 0.35em;
}

@media (min-width: 700px) {
  .suffix {
    position: absolute;
    right: -0.725em;
    top: -0.725em;
  }
}

.tdClass {
  cursor: pointer;
}

.table-new {
  font-weight: 600;
}

.custom-select {
  border: 1px solid #c5cfd5 !important;
}

.form-control {
  border: 1px solid #c5cfd5 !important;
  outline: none;
  box-shadow: none;
}

.clearfix:after,
#header:after,
#header .header-top:after,
#header .header-main:after,
.social-networks:after,
.menu-holder:after,
/* #nav:after, */
.testimonial-sec:after,
.testimonial-sec .testimonial-slider:after {
  content: "";
  display: block;
  clear: both;
}

a,
#header .language-holder,
#header .language-holder .btn-default,
#header .dropdown-menu,
#header .contact-list li .icon,
#header .contact-list li .icon:after,
.menu-holder .icon-holder .opener,
/* #nav .sub-menu, */
.banner-sec .next-sec:after,
.about-sec .financial-list .icon,
.service-col .icon,
.testimonial-sec .testimonial-slider .slick-prev,
.testimonial-sec .testimonial-slider .slick-next,
.testimonial-sec .slide.slick-active.slick-center,
.project-block:hover img,
.project-block img,
.project-block .contant-holder,
.post-col .img-holder img,
.post-col .img-holder.overlay:after,
.post-col .img-holder a,
.blog-sec .footer-tag .tag-list a,
.blog-sec .leave-form .btn-primary,
.blog-col .img-holder img,
.contact-form .btn-primary,
#footer .subscribe-form .btn-primary,
.breadcrumb a,
.team-col .social-networks,
.team-col .social-networks a,
.partners-sec .partner-holder,
.pagination-holder .pagination-list a,
.widget a,
.widget .tag-list .tag {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.b-pagination {
  justify-content: center;
  /* margin-top: 20px; */
}

.b-pagination .page-link {
  border-radius: 8px !important;
  border: 1px solid #e4e4ef;
  margin: 0 2px;
  font-size: 13px;
  color: #333333;
  font-weight: bold;
}

.b-pagination .active .page-link {
  background-color: #1b90e4;
  color: white;
  border-color: transparent;
}
