@import url('simple-line-icons.css');
@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}
.site-header__logo,
.btn,
.form-control,
table th,
code, kbd, samp,
code, kbd, tt,
body,
.site-header__nav a,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
}
h2[id] {
  font-weight: 700;
  font-size: 28px;
  color: #1f1f1f;
}
h3[id] {
  font-size: 24px;
}
p {
  color: #828282;
}
::-moz-selection{background:#295cab;color:#fff}
::selection{background:#295cab;color:#fff}
.site-header {
  height: auto;
  border-bottom: 0 none;
}
.site-header__logo {
  line-height: normal;
}
.site-header__logo img {
  line-height: 89px;
  margin-left: 0;
  margin-top: 12px;
  padding-bottom: 14px;
}
.site-header {
  background: #fff;
}
.site-header__nav a {
  line-height: normal;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}
.hero-subheader {
  background: url(../img/digital-slider.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-subheader.cart_subheader {
  background: #295cab;
}
@media (min-width: 768px) {
  .site-header+.hero-subheader {
    padding: 10rem 0 4.0625rem 0;
  }
}
.hero-subheader__desc {
  font-size: 18px;
  font-weight: 400;
}
.hero-subheader__desc,
.hero-subheader__title {
  color: #fff;
}
/* .hero-subheader.cart_subheader .hero-subheader__title {
  color: #1f1f1f;
}
.hero-subheader.cart_subheader .hero-subheader__desc {
  color: #828282;
} */
.hero-subheader__title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
}
.btn--dark {
  margin: 0 0px;
  padding: 10px 25px;
  position: relative;
  font-weight: bold;
  color: #fff!important;
  background: #295cab;
  border: 2px solid #295cab;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 10px;
}
.btn--dark-outline {
  margin: 0 0px;
  padding: 10px 25px;
  position: relative;
  font-weight: bold;
  color: #ffffff!important;
  background: transparent;
  border: 2px solid #ffffff;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 10px;
}
.btn--dark-outline:hover {
  color: #fff!important;
  background: #295cab;
  border: 2px solid #295cab;
}
.btn--dark.btn--w-icon:focus,
.btn--dark.btn--w-icon:visited,
.btn--dark.btn--w-icon:hover {
  color: #ffffff!important;
  background: transparent!important;
  border: 2px solid #295cab;
}
.btn--dark:hover {
  color: #295cab!important;
  background: transparent;
  border: 2px solid #295cab;
}
.sections-list {
  padding: 24px;
  border: 1px solid #e5e7f2;
  border-radius: 4px;
}
.sections-list ul {
  margin-bottom: 0;
}
.site-footer {
  padding: 2rem 0;
  background-color: #f7f9fb;
}
.site-footer__copyright {
  font-size: .875em;
  line-height: 1.8em;
  color: #828282 !important;
  margin-bottom: 0;
}
.content {
  margin-top: 10px;
  word-wrap: break-word;
}
.sections-list ul li a {
  display: block;
}
table th {
  font-size: 14px;
  font-weight: 900;
  background-color: #295cab;
  border-color: #fff;
  color: #fff;
}
table td {
  color: #828282;
}
@media (min-width: 768px) {
  .table>thead>tr>th {
    padding: .5125rem 1.25rem;
    vertical-align: middle;
    line-height: 1.8em;
    border-top: 2px solid #ececec!important;
    border-color: #ececec!important;
  }
  .table>tbody>tr>td {
    padding: .3125rem 1.25rem;
    vertical-align: middle;
    line-height: 1.8em;
  }
  .section.home_section {
    padding: 3.25rem 0 5rem 0;
  }
}
@media (max-width: 768px) {
  .hero-subheader__title {
    font-size: 34px;
  }
}
.callout {
  border-radius: 6px;
}
pre.highlight {
  border-radius: 6px;
  overflow: hidden;
}
.sections-list ul li.active {
  border-left-color: #295cab;
}
.sections-list ul li.active > a,
.sections-list ul li.has-submenu.active li.active a {
  color: #295cab;
}
.btn--w-icon .icon,
.btn--w-icon-left .icon {
  position: relative;
  top: -2px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.cb-container {
  background: #fff;
  text-align: left;
  cursor: pointer;
  border-radius: 4px;
  margin: 0px;
  padding: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 0;
  border: 1px solid #e5e7f2;
  background: #fff;
  color: #fff;
  transition: all 500ms;
}
.cb-img-area {
  display: inline-block;
  vertical-align: bottom;
  font-size: 42px;
  margin-bottom: 0;
  margin-right: 0;
  float: left;
  width: 100%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.cb-container .cb-img-area i {
  color: #295cab;
  transition: all 500ms;
  opacity: 1;
  display:inline-block;
}
.cb-img-area, .cb-text-area {
  display: inline-block;
  vertical-align: bottom;
  transition: transform .25s ease-in-out;
}
.cb-container h4.cb-heading {
  font-size: 24px;
  color: #1f1f1f;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin-top: 26px;
  transition: all 500ms;
}
.cb-text-area p {
  font-size: 16px;
  margin-bottom: 20px;
  opacity: 1;
  font-weight: 400;
}
.cb-container:hover {
  border: 1px solid #295cab;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.07);
  transition: all 500ms;
}
.cb-container:hover h4.cb-heading {
  color: #295cab;
  transition: all 500ms;
}
.cb-container:hover .cb-img-area i {
  -webkit-transform: scale(3.4);
  transform: scale(3.4);
  color: rgb(41, 92, 171);
  opacity: 0.1;
  transition: all 500ms;
}
table input {
  width: 60px;
  color: #828282;
  background-color: #f2f8ff;
  border: 2px solid #deedff;
  border-radius: 3px;
  text-align: center;
  padding: 4px 0px;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
table.cart_table th {
  font-size: 14px;
  font-weight: 900;
  background-color: #f5f5f5;
  border-color: #ececec;
  color: #333;
}
table td strong {
  color: #333;
  font-size: 20px;
}
.grand_total .single_amount {
  font-size: 20px;
}
.single_amount {
  color: #295cab;
}
.btn-block {
  display: block;
  width: 100%;
  padding: 6px 25px;
  line-height: unset;
}
.btn-block.btn--w-icon .icon {
  position: relative;
  top: 1px;
  margin-left: 0;
}
.btn-block.btn--dark.btn--w-icon:hover {
  color: #295cab;
  background: transparent;
  border: 2px solid #295cab;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  display: block;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
  min-width: 100%;
  background: #fff;
  box-shadow: none;
  letter-spacing: 0;
  outline: none;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  text-align: left;
  border-radius: 4px;
  font-weight: 600;
  border: 1px solid #ced4da;
  transition: all 250ms ease-in-out;
}
textarea.form-control {
  height: 150px;
}
.brand_thumb {
  border: 1px solid #e5e7f2;
  background: #fff;
  border-radius: 6px;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.client_carousel {
  width: 100%;
  height: 100%;
  position: relative;
}
.client_carousel .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.client_carousel .swiper-slide {
  text-align: center;
  font-size: 33px;
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}
.client_carousel img {
  width: 90px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.8;
}
.client_carousel .swiper-slide:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  cursor: pointer;
}
.modal-content {
  overflow: hidden;
}
.modal-content-inner {
  position: relative;
}
.modal-content-inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
.modal-content-inner form {
  position: relative;
  z-index: 9;
}
.modal-content-inner .form-group,
.modal-content-inner form label,
.modal-content-inner p,
.modal-content-inner h2{
  color: #fff;
  position: relative;
}
.modal-content-inner h2{
  border: 0 none;
}
.modal-content-inner .btn-group .btn{
  margin-bottom: 0;
}
.btn.btn-primary {
  color: #fff;
  background: #295cab;
  border: 2px solid #295cab;
}
.btn.btn-primary i {
  position: relative;
  top: 2px;
}
.btn.btn-default i {
  position: relative;
  top: 2px;
}
.btn.btn-default {
  color: #222;
  background: rgb(239, 239, 239);
  border: 2px solid rgb(239, 239, 239);
}
.label-primary {
  white-space: normal;
}
.container .content a {
  color: #295cab;
}
b, strong {
  font-weight: 700;
  color: #222;
}
.btn--dark:focus {
  background: #fff!important;
}
.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}

.editor-block{
  background: #000;
  min-height: 60px;
  padding: 20px;
  border-radius: 10px;
}

select{
  padding-right: 10px;
  background: black;
  color: #fff;
  font-weight: 800;
  border: none;
    /* width: 200px; */
}

#select-request option{
  padding: 5px;
  margin: 15px;
  margin-right: 60px!important;
}
.code-block{
  display: none;
}
.code-open{
/*  padding: 10px;*/
  display: block;
}
.hljs {
     background: #000 !important; 
    color: #444;
}
pre {
  word-wrap: break-word;
    padding: 10px;
}
pre::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}