@import url("https://fonts.googleapis.com/css?family=Dosis&display=swap");
@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700,800,900");
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
.datepicker.datepicker-dropdown th.next, .datepicker.datepicker-dropdown th.datepicker-switch, .datepicker.datepicker-dropdown th.prev {
  background: #ffe4e5;
  border-color: #ffe4e5;
  cursor: pointer;
}

.datepicker.datepicker-dropdown .datepicker-days td,
.datepicker.datepicker-dropdown .datepicker-days th {
  padding: 5px !important;
  border-color: #ffffff;
}

.datepicker.datepicker-dropdown .datepicker-days td.active.day, .datepicker.datepicker-dropdown .datepicker-days td:hover {
  background-color: #09347a;
}

.datepicker.datepicker-dropdown .datepicker-decades .decade,
.datepicker.datepicker-dropdown .datepicker-centuries .century,
.datepicker.datepicker-dropdown .datepicker-years .year,
.datepicker.datepicker-dropdown .datepicker-months .month {
  margin: -1px -1px 0 0;
  display: inline-block;
  padding: 0 10px;
  padding: 5px;
  border: 1px solid #ccc;
}

.datepicker.datepicker-dropdown .datepicker-decades .decade:hover,
.datepicker.datepicker-dropdown .datepicker-centuries .century:hover,
.datepicker.datepicker-dropdown .datepicker-years .year:hover,
.datepicker.datepicker-dropdown .datepicker-months .month:hover {
  background-color: #09347a;
  color: #ffffff;
  cursor: pointer;
}

.theme-liquid .dataTables_length label {
  font-weight: 500;
  padding: 2px 0;
  margin-bottom: 0;
  border-radius: 3px;
  margin-left: 1px;
  margin-bottom: 10px;
  font-size: 14px;
}

.theme-liquid .dataTables_length label select {
  border: 1px solid #eee;
  text-align: center;
  text-align: center;
  padding: 2px 4px;
  min-height: 34px;
}

.theme-liquid .dataTables_filter label {
  font-weight: 500;
  margin-bottom: 0;
}

.theme-liquid .dataTables_filter {
  padding: 4px 4px;
  border-radius: 2px;
  font-size: 14px;
}

.theme-liquid .dataTables_filter input {
  border: 1px solid #eee;
  min-height: 34px;
}

.theme-liquid .dataTables_wrapper {
  border-top: 1px solid #eee;
  padding-top: 8px;
}

.theme-liquid table.dataTable thead th, .theme-liquid table.dataTable thead td {
  font-weight: 500;
  border-color: transparent;
  padding: 8px;
}

.theme-liquid table.dataTable.no-footer {
  border-bottom-color: #eee;
}

.theme-liquid .dataTables_wrapper .dataTables_paginate .paginate_button.current, .theme-liquid .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #09347a !important;
  padding: 2px 8px;
  border-color: #09347a;
  color: #ffffff !important;
  font-size: 14px;
}

.theme-liquid .dataTables_wrapper .dataTables_length, .theme-liquid .dataTables_wrapper .dataTables_filter, .theme-liquid .dataTables_wrapper .dataTables_info, .theme-liquid .dataTables_wrapper .dataTables_processing, .theme-liquid .dataTables_wrapper .dataTables_paginate {
  font-size: 14px;
}

.theme-liquid .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #09347a;
  border-color: #09347a;
  /* transform: scale(1); */
  padding: 2px 8px;
}

.theme-liquid .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .theme-liquid .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .theme-liquid .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  opacity: .5;
}

.theme-liquid .dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: #eee;
  padding: 2px 8px;
}

.action_table {
  padding: 5px 0;
}

.action_table li {
  list-style: none;
  padding: 0 10px;
}

.action_table li a::after {
  display: none;
}

.action_table ul {
  left: -80px;
  top: 0%;
}

.action_table ul li a {
  padding: 5px 0px;
  margin: 5px 0;
}

.action_table ul li .btn-danger {
  color: #fff;
}

.action_table ul li .bg-blue {
  border-color: #0073b7;
}

.action_table ul li .bg-blue:hover {
  border-color: #0073b7;
}

a.dropdown-toggle i {
  color: #c8323f;
}

.btn,
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 4px;
  padding: 9px 12px;
}

.btn *,
.button *,
button *,
input[type="submit"] *,
input[type="reset"] *,
input[type="button"] * {
  -webkit-transition: all 0.3s ease 0ms;
  -moz-transition: all 0.3s ease 0ms;
  -ms-transition: all 0.3s ease 0ms;
  -o-transition: all 0.3s ease 0ms;
}

.btn:hover, .btn:active, .btn:focus,
.button:hover,
.button:active,
.button:focus,
button:hover,
button:active,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus {
  outline: 0;
  border-color: #eaf1fb;
  background-color: #ffffff;
}

.btn.btn-arrow,
.button.btn-arrow,
button.btn-arrow,
input[type="submit"].btn-arrow,
input[type="reset"].btn-arrow,
input[type="button"].btn-arrow {
  position: relative;
  overflow: hidden;
  padding-right: 50px;
}

.btn.btn-arrow:hover .icon,
.button.btn-arrow:hover .icon,
button.btn-arrow:hover .icon,
input[type="submit"].btn-arrow:hover .icon,
input[type="reset"].btn-arrow:hover .icon,
input[type="button"].btn-arrow:hover .icon {
  right: -5px;
}

.btn.btn-arrow .icon,
.button.btn-arrow .icon,
button.btn-arrow .icon,
input[type="submit"].btn-arrow .icon,
input[type="reset"].btn-arrow .icon,
input[type="button"].btn-arrow .icon {
  float: right;
  display: block;
  height: 44px;
  line-height: 44px;
  width: 60px;
  color: #4a5161;
  font-size: 18px;
  background-color: #f4f4f4;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  position: absolute;
  right: -8px;
  top: 0;
  padding-right: 8px;
}

.btn.btn-arrow .icon .fa,
.button.btn-arrow .icon .fa,
button.btn-arrow .icon .fa,
input[type="submit"].btn-arrow .icon .fa,
input[type="reset"].btn-arrow .icon .fa,
input[type="button"].btn-arrow .icon .fa {
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

.btn.btn-default:hover,
.button.btn-default:hover,
button.btn-default:hover,
input[type="submit"].btn-default:hover,
input[type="reset"].btn-default:hover,
input[type="button"].btn-default:hover {
  background: #43445d;
  color: #ffffff;
  border-color: #43445d;
}

.btn.btn-default:hover .icon,
.button.btn-default:hover .icon,
button.btn-default:hover .icon,
input[type="submit"].btn-default:hover .icon,
input[type="reset"].btn-default:hover .icon,
input[type="button"].btn-default:hover .icon {
  background-color: #3a3a3a;
}

.btn.btn-default:hover .icon .fa:before,
.button.btn-default:hover .icon .fa:before,
button.btn-default:hover .icon .fa:before,
input[type="submit"].btn-default:hover .icon .fa:before,
input[type="reset"].btn-default:hover .icon .fa:before,
input[type="button"].btn-default:hover .icon .fa:before {
  color: #ffffff;
}

.btn.btn-request,
.button.btn-request,
button.btn-request,
input[type="submit"].btn-request,
input[type="reset"].btn-request,
input[type="button"].btn-request {
  background: #027fff !important;
  color: #ffffff !important;
  border-color: #027fff !important;
  border-radius: 30px;
  padding: 6px 14px;
  font-size: 16px;
}

.btn.btn-request:hover,
.button.btn-request:hover,
button.btn-request:hover,
input[type="submit"].btn-request:hover,
input[type="reset"].btn-request:hover,
input[type="button"].btn-request:hover {
  background: #027fff !important;
  color: #ffffff !important;
  border-color: #027fff !important;
}

.btn.btn-request:hover .icon,
.button.btn-request:hover .icon,
button.btn-request:hover .icon,
input[type="submit"].btn-request:hover .icon,
input[type="reset"].btn-request:hover .icon,
input[type="button"].btn-request:hover .icon {
  background-color: #ffffff;
}

.btn.btn-request:hover .icon .fa:before,
.button.btn-request:hover .icon .fa:before,
button.btn-request:hover .icon .fa:before,
input[type="submit"].btn-request:hover .icon .fa:before,
input[type="reset"].btn-request:hover .icon .fa:before,
input[type="button"].btn-request:hover .icon .fa:before {
  color: #ffffff;
}

.btn.btn-about-ftr,
.button.btn-about-ftr,
button.btn-about-ftr,
input[type="submit"].btn-about-ftr,
input[type="reset"].btn-about-ftr,
input[type="button"].btn-about-ftr {
  background: #ffffff;
  color: #777777;
  border-color: #ffffff;
  padding: 16px 40px;
  font-size: 16px;
  margin: 0 15px;
}

.btn.btn-about-ftr:hover,
.button.btn-about-ftr:hover,
button.btn-about-ftr:hover,
input[type="submit"].btn-about-ftr:hover,
input[type="reset"].btn-about-ftr:hover,
input[type="button"].btn-about-ftr:hover {
  background: #43445d;
  color: #ffffff;
  border-color: #43445d;
}

.btn.btn-about-ftr:hover .icon,
.button.btn-about-ftr:hover .icon,
button.btn-about-ftr:hover .icon,
input[type="submit"].btn-about-ftr:hover .icon,
input[type="reset"].btn-about-ftr:hover .icon,
input[type="button"].btn-about-ftr:hover .icon {
  background-color: #ffffff;
}

.btn.btn-about-ftr:hover .icon .fa:before,
.button.btn-about-ftr:hover .icon .fa:before,
button.btn-about-ftr:hover .icon .fa:before,
input[type="submit"].btn-about-ftr:hover .icon .fa:before,
input[type="reset"].btn-about-ftr:hover .icon .fa:before,
input[type="button"].btn-about-ftr:hover .icon .fa:before {
  color: #ffffff;
}

.btn.btn-contact-pricing,
.button.btn-contact-pricing,
button.btn-contact-pricing,
input[type="submit"].btn-contact-pricing,
input[type="reset"].btn-contact-pricing,
input[type="button"].btn-contact-pricing {
  background: #027fff;
  color: #ffffff;
  border-color: #027fff;
  border-radius: 20px !important;
  padding: 12px 50px !important;
}

.btn.btn-contact-pricing i,
.button.btn-contact-pricing i,
button.btn-contact-pricing i,
input[type="submit"].btn-contact-pricing i,
input[type="reset"].btn-contact-pricing i,
input[type="button"].btn-contact-pricing i {
  padding-left: 10px !important;
}

.btn.btn-contact-pricing:hover,
.button.btn-contact-pricing:hover,
button.btn-contact-pricing:hover,
input[type="submit"].btn-contact-pricing:hover,
input[type="reset"].btn-contact-pricing:hover,
input[type="button"].btn-contact-pricing:hover {
  background: #027fff;
  color: #ffffff;
  border-color: #027fff;
}

.btn.btn-contact-pricing:hover .icon,
.button.btn-contact-pricing:hover .icon,
button.btn-contact-pricing:hover .icon,
input[type="submit"].btn-contact-pricing:hover .icon,
input[type="reset"].btn-contact-pricing:hover .icon,
input[type="button"].btn-contact-pricing:hover .icon {
  background-color: #ffffff;
}

.btn.btn-contact-pricing:hover .icon .fa:before,
.button.btn-contact-pricing:hover .icon .fa:before,
button.btn-contact-pricing:hover .icon .fa:before,
input[type="submit"].btn-contact-pricing:hover .icon .fa:before,
input[type="reset"].btn-contact-pricing:hover .icon .fa:before,
input[type="button"].btn-contact-pricing:hover .icon .fa:before {
  color: #fff;
  padding-left: 10px;
}

.btn.btn-pricing,
.button.btn-pricing,
button.btn-pricing,
input[type="submit"].btn-pricing,
input[type="reset"].btn-pricing,
input[type="button"].btn-pricing {
  background: #ffffff;
  color: #6e6e8d;
  border-color: #ffffff;
  border-radius: 50px;
  padding: 12px 0px;
}

.btn.btn-pricing:hover,
.button.btn-pricing:hover,
button.btn-pricing:hover,
input[type="submit"].btn-pricing:hover,
input[type="reset"].btn-pricing:hover,
input[type="button"].btn-pricing:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.btn.btn-pricing:hover .icon,
.button.btn-pricing:hover .icon,
button.btn-pricing:hover .icon,
input[type="submit"].btn-pricing:hover .icon,
input[type="reset"].btn-pricing:hover .icon,
input[type="button"].btn-pricing:hover .icon {
  background-color: #ffffff;
}

.btn.btn-pricing:hover .icon .fa:before,
.button.btn-pricing:hover .icon .fa:before,
button.btn-pricing:hover .icon .fa:before,
input[type="submit"].btn-pricing:hover .icon .fa:before,
input[type="reset"].btn-pricing:hover .icon .fa:before,
input[type="button"].btn-pricing:hover .icon .fa:before {
  color: #fff;
}

.btn.btn-success,
.button.btn-success,
button.btn-success,
input[type="submit"].btn-success,
input[type="reset"].btn-success,
input[type="button"].btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn.btn-success:hover, .btn.btn-success:active, .btn.btn-success:focus,
.button.btn-success:hover,
.button.btn-success:active,
.button.btn-success:focus,
button.btn-success:hover,
button.btn-success:active,
button.btn-success:focus,
input[type="submit"].btn-success:hover,
input[type="submit"].btn-success:active,
input[type="submit"].btn-success:focus,
input[type="reset"].btn-success:hover,
input[type="reset"].btn-success:active,
input[type="reset"].btn-success:focus,
input[type="button"].btn-success:hover,
input[type="button"].btn-success:active,
input[type="button"].btn-success:focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn.btn-danger,
.button.btn-danger,
button.btn-danger,
input[type="submit"].btn-danger,
input[type="reset"].btn-danger,
input[type="button"].btn-danger {
  background-color: #dd4b39;
  border-color: #d73925;
}

.btn.btn-danger:hover, .btn.btn-danger:active, .btn.btn-danger:focus,
.button.btn-danger:hover,
.button.btn-danger:active,
.button.btn-danger:focus,
button.btn-danger:hover,
button.btn-danger:active,
button.btn-danger:focus,
input[type="submit"].btn-danger:hover,
input[type="submit"].btn-danger:active,
input[type="submit"].btn-danger:focus,
input[type="reset"].btn-danger:hover,
input[type="reset"].btn-danger:active,
input[type="reset"].btn-danger:focus,
input[type="button"].btn-danger:hover,
input[type="button"].btn-danger:active,
input[type="button"].btn-danger:focus {
  color: #fff;
  background-color: #dd4b39;
  border-color: #d73925;
}

.btn.btn-secondary,
.button.btn-secondary,
button.btn-secondary,
input[type="submit"].btn-secondary,
input[type="reset"].btn-secondary,
input[type="button"].btn-secondary {
  background-color: #80ab80;
  color: #fff;
  border-color: #80ab80;
}

.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus,
.button.btn-secondary:hover,
.button.btn-secondary:active,
.button.btn-secondary:focus,
button.btn-secondary:hover,
button.btn-secondary:active,
button.btn-secondary:focus,
input[type="submit"].btn-secondary:hover,
input[type="submit"].btn-secondary:active,
input[type="submit"].btn-secondary:focus,
input[type="reset"].btn-secondary:hover,
input[type="reset"].btn-secondary:active,
input[type="reset"].btn-secondary:focus,
input[type="button"].btn-secondary:hover,
input[type="button"].btn-secondary:active,
input[type="button"].btn-secondary:focus {
  background-color: #75bf75;
  color: #fff;
  border-color: #75bf75;
}

.btn.btn-pay,
.button.btn-pay,
button.btn-pay,
input[type="submit"].btn-pay,
input[type="reset"].btn-pay,
input[type="button"].btn-pay {
  background-color: #80ab80;
  color: #fff;
  border-color: #80ab80;
  padding: 5px;
}

.btn.btn-pay:hover, .btn.btn-pay:active, .btn.btn-pay:focus,
.button.btn-pay:hover,
.button.btn-pay:active,
.button.btn-pay:focus,
button.btn-pay:hover,
button.btn-pay:active,
button.btn-pay:focus,
input[type="submit"].btn-pay:hover,
input[type="submit"].btn-pay:active,
input[type="submit"].btn-pay:focus,
input[type="reset"].btn-pay:hover,
input[type="reset"].btn-pay:active,
input[type="reset"].btn-pay:focus,
input[type="button"].btn-pay:hover,
input[type="button"].btn-pay:active,
input[type="button"].btn-pay:focus {
  background-color: #75bf75;
  color: #fff;
  border-color: #75bf75;
}

.btn.btn-login,
.button.btn-login,
button.btn-login,
input[type="submit"].btn-login,
input[type="reset"].btn-login,
input[type="button"].btn-login {
  background-color: #00bbd9;
  border: 2px solid #00bbd9;
  color: #fff;
  width: 100%;
}

.btn.btn-login:hover, .btn.btn-login:active, .btn.btn-login:focus,
.button.btn-login:hover,
.button.btn-login:active,
.button.btn-login:focus,
button.btn-login:hover,
button.btn-login:active,
button.btn-login:focus,
input[type="submit"].btn-login:hover,
input[type="submit"].btn-login:active,
input[type="submit"].btn-login:focus,
input[type="reset"].btn-login:hover,
input[type="reset"].btn-login:active,
input[type="reset"].btn-login:focus,
input[type="button"].btn-login:hover,
input[type="button"].btn-login:active,
input[type="button"].btn-login:focus {
  background-color: #00bbd9;
  border: 2px solid #00bbd9;
  opacity: .8;
  color: #fff;
}

.btn.btn-info,
.button.btn-info,
button.btn-info,
input[type="submit"].btn-info,
input[type="reset"].btn-info,
input[type="button"].btn-info {
  background-color: #f3eded !important;
  color: #444;
  border-color: #e0d5d5 !important;
}

.btn.btn-info:hover, .btn.btn-info:active, .btn.btn-info:focus,
.button.btn-info:hover,
.button.btn-info:active,
.button.btn-info:focus,
button.btn-info:hover,
button.btn-info:active,
button.btn-info:focus,
input[type="submit"].btn-info:hover,
input[type="submit"].btn-info:active,
input[type="submit"].btn-info:focus,
input[type="reset"].btn-info:hover,
input[type="reset"].btn-info:active,
input[type="reset"].btn-info:focus,
input[type="button"].btn-info:hover,
input[type="button"].btn-info:active,
input[type="button"].btn-info:focus {
  background-color: #d6bebf !important;
  color: #fff;
  border-color: #d6bebf !important;
}

.btn.btn-primary,
.button.btn-primary,
button.btn-primary,
input[type="submit"].btn-primary,
input[type="reset"].btn-primary,
input[type="button"].btn-primary {
  -webkit-box-shadow: 0 5px 0 0px #af2d32;
          box-shadow: 0 5px 0 0px #af2d32;
  background: #ce454a;
  border: 0;
  min-width: 150px;
  height: 40px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
}

.btn.btn-primary .icon,
.button.btn-primary .icon,
button.btn-primary .icon,
input[type="submit"].btn-primary .icon,
input[type="reset"].btn-primary .icon,
input[type="button"].btn-primary .icon {
  background-color: #027fff;
}

.btn.btn-primary .icon .fa,
.button.btn-primary .icon .fa,
button.btn-primary .icon .fa,
input[type="submit"].btn-primary .icon .fa,
input[type="reset"].btn-primary .icon .fa,
input[type="button"].btn-primary .icon .fa {
  color: #ffffff;
}

.btn.btn-primary:hover,
.button.btn-primary:hover,
button.btn-primary:hover,
input[type="submit"].btn-primary:hover,
input[type="reset"].btn-primary:hover,
input[type="button"].btn-primary:hover {
  opacity: 0.7;
  border-color: none;
}

.btn.btn-primary:hover .icon,
.button.btn-primary:hover .icon,
button.btn-primary:hover .icon,
input[type="submit"].btn-primary:hover .icon,
input[type="reset"].btn-primary:hover .icon,
input[type="button"].btn-primary:hover .icon {
  background-color: #027fff;
}

.btn.btn-port,
.button.btn-port,
button.btn-port,
input[type="submit"].btn-port,
input[type="reset"].btn-port,
input[type="button"].btn-port {
  background-color: #ffffff;
  border-color: #027fff;
  color: #6c6c6c;
  padding: 5px 20px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0px;
  border: 2px solid #027fff;
  outline: none;
}

.btn.btn-port .icon,
.button.btn-port .icon,
button.btn-port .icon,
input[type="submit"].btn-port .icon,
input[type="reset"].btn-port .icon,
input[type="button"].btn-port .icon {
  background-color: #e87a33;
}

.btn.btn-port .icon .fa,
.button.btn-port .icon .fa,
button.btn-port .icon .fa,
input[type="submit"].btn-port .icon .fa,
input[type="reset"].btn-port .icon .fa,
input[type="button"].btn-port .icon .fa {
  color: #ffffff;
}

.btn.btn-port:hover, .btn.btn-port:active, .btn.btn-port:focus,
.button.btn-port:hover,
.button.btn-port:active,
.button.btn-port:focus,
button.btn-port:hover,
button.btn-port:active,
button.btn-port:focus,
input[type="submit"].btn-port:hover,
input[type="submit"].btn-port:active,
input[type="submit"].btn-port:focus,
input[type="reset"].btn-port:hover,
input[type="reset"].btn-port:active,
input[type="reset"].btn-port:focus,
input[type="button"].btn-port:hover,
input[type="button"].btn-port:active,
input[type="button"].btn-port:focus {
  background-color: #027fff;
  border-color: #ffffff;
  color: #ffffff;
  border: 2px solid #027fff;
}

.btn.btn-port:hover .icon, .btn.btn-port:active .icon, .btn.btn-port:focus .icon,
.button.btn-port:hover .icon,
.button.btn-port:active .icon,
.button.btn-port:focus .icon,
button.btn-port:hover .icon,
button.btn-port:active .icon,
button.btn-port:focus .icon,
input[type="submit"].btn-port:hover .icon,
input[type="submit"].btn-port:active .icon,
input[type="submit"].btn-port:focus .icon,
input[type="reset"].btn-port:hover .icon,
input[type="reset"].btn-port:active .icon,
input[type="reset"].btn-port:focus .icon,
input[type="button"].btn-port:hover .icon,
input[type="button"].btn-port:active .icon,
input[type="button"].btn-port:focus .icon {
  background-color: #027fff;
}

.btn.btn-green,
.button.btn-green,
button.btn-green,
input[type="submit"].btn-green,
input[type="reset"].btn-green,
input[type="button"].btn-green {
  background: #006934;
}

.btn.btn-green .icon,
.button.btn-green .icon,
button.btn-green .icon,
input[type="submit"].btn-green .icon,
input[type="reset"].btn-green .icon,
input[type="button"].btn-green .icon {
  background-color: #88ad40;
}

.btn.btn-green .icon .fa,
.button.btn-green .icon .fa,
button.btn-green .icon .fa,
input[type="submit"].btn-green .icon .fa,
input[type="reset"].btn-green .icon .fa,
input[type="button"].btn-green .icon .fa {
  color: #ffffff;
}

.btn.btn-green:hover,
.button.btn-green:hover,
button.btn-green:hover,
input[type="submit"].btn-green:hover,
input[type="reset"].btn-green:hover,
input[type="button"].btn-green:hover {
  background-color: #88ad40;
}

.btn.btn-green:hover .icon,
.button.btn-green:hover .icon,
button.btn-green:hover .icon,
input[type="submit"].btn-green:hover .icon,
input[type="reset"].btn-green:hover .icon,
input[type="button"].btn-green:hover .icon {
  background-color: #759932;
}

.btn.btn-purple,
.button.btn-purple,
button.btn-purple,
input[type="submit"].btn-purple,
input[type="reset"].btn-purple,
input[type="button"].btn-purple {
  background: #9b5c8f;
}

.btn.btn-purple .icon,
.button.btn-purple .icon,
button.btn-purple .icon,
input[type="submit"].btn-purple .icon,
input[type="reset"].btn-purple .icon,
input[type="button"].btn-purple .icon {
  background-color: #8d5382;
}

.btn.btn-purple .icon .fa,
.button.btn-purple .icon .fa,
button.btn-purple .icon .fa,
input[type="submit"].btn-purple .icon .fa,
input[type="reset"].btn-purple .icon .fa,
input[type="button"].btn-purple .icon .fa {
  color: #ffffff;
}

.btn.btn-purple:hover,
.button.btn-purple:hover,
button.btn-purple:hover,
input[type="submit"].btn-purple:hover,
input[type="reset"].btn-purple:hover,
input[type="button"].btn-purple:hover {
  background-color: #8d5382;
}

.btn.btn-purple:hover .icon,
.button.btn-purple:hover .icon,
button.btn-purple:hover .icon,
input[type="submit"].btn-purple:hover .icon,
input[type="reset"].btn-purple:hover .icon,
input[type="button"].btn-purple:hover .icon {
  background-color: #854f7b;
}

.btn.btn-grey,
.button.btn-grey,
button.btn-grey,
input[type="submit"].btn-grey,
input[type="reset"].btn-grey,
input[type="button"].btn-grey {
  background: #3a3a3a;
}

.btn.btn-grey .icon,
.button.btn-grey .icon,
button.btn-grey .icon,
input[type="submit"].btn-grey .icon,
input[type="reset"].btn-grey .icon,
input[type="button"].btn-grey .icon {
  background-color: #43445d;
}

.btn.btn-grey .icon .fa,
.button.btn-grey .icon .fa,
button.btn-grey .icon .fa,
input[type="submit"].btn-grey .icon .fa,
input[type="reset"].btn-grey .icon .fa,
input[type="button"].btn-grey .icon .fa {
  color: #ffffff;
}

.btn.btn-grey:hover,
.button.btn-grey:hover,
button.btn-grey:hover,
input[type="submit"].btn-grey:hover,
input[type="reset"].btn-grey:hover,
input[type="button"].btn-grey:hover {
  background-color: #191919;
}

.btn.btn-grey:hover .icon,
.button.btn-grey:hover .icon,
button.btn-grey:hover .icon,
input[type="submit"].btn-grey:hover .icon,
input[type="reset"].btn-grey:hover .icon,
input[type="button"].btn-grey:hover .icon {
  background-color: #3a3a3a;
}

body {
  background: #ffffff;
}

*:focus {
  outline: none;
}

ul {
  padding: 0;
}

li {
  list-style-type: none;
}

a:link,
a:visited {
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.tab__filter {
  padding: 0 10px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}

.modal-footer {
  border: none;
}

.modal-header {
  border: none;
}

.form-group label span {
  font-weight: 100;
}

.profile-user-img {
  width: 180px;
}

.gift_image.icon i {
  font-size: 120px;
  padding: 0 20px;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  border-bottom: 1px solid #333;
  font-size: 20px;
}

.Video_grid_portion h4 {
  padding: 0 15px;
  color: #333;
  margin: 15px 0;
}

.Video_grid_portion .btn-success {
  margin-right: 15px;
}

.picture_grid_portion h4 {
  padding: 0 15px;
  color: #333;
  margin: 15px 0;
}

.picture_grid_portion .btn-success {
  margin-right: 15px;
}

.container_paid {
  position: relative;
  width: 100%;
  border: 2px solid grey;
  min-height: 258px;
  max-height: 100%;
  background: grey;
}

.image_paid {
  opacity: 0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #ddd;
  min-height: 260px;
  max-height: 100%;
}

.middle {
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.text {
  background-color: black;
  color: white;
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 4px;
}

h4.login-box-msg {
  text-align: left !important;
  color: #333;
  padding: 0 0;
  margin: 15px 0px;
  font-weight: 600;
  font-size: 18px;
}

.login-page,
.register-page {
  height: auto;
  min-height: 100% !important;
  overflow: hidden !important;
  background-repeat: no-repeat;
  width: 100% !important;
  background-image: url(../img/cover.jpg) !important;
  background-color: transparent;
}

.signup-page,
.register-page {
  height: auto;
  min-height: 100% !important;
  overflow: hidden !important;
  background-repeat: no-repeat;
  width: 100% !important;
  background-image: url(../img/cover.jpg) !important;
  background-color: transparent;
}

.remember_me a {
  font-size: 14px;
  float: right;
  margin-top: 10px;
}

.login-box,
.register-box {
  width: 360px;
  margin: 10% auto !important;
}

.reason.form-group textarea {
  border-radius: 4px;
}

.reason.form-group h4 {
  color: #333;
  text-align: left;
}

.pages_client-page.login-page .main-footer {
  display: none;
}

.pages_admin-page.login-page .main-footer {
  display: none;
}

.pages_client-page.signup-page .main-footer {
  display: none;
}

.social .btn-googleplus {
  color: #fff !important;
  background-color: #c23321 !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
}

.social p {
  margin: 15px 0 !important;
}

.login-box-body {
  min-height: 400px !important;
  max-height: 100% !important;
}

.fa-star.checked {
  color: orange;
}

input.change_amount {
  border: none;
  width: 80px;
  background-color: transparent;
}

h3.box-title {
  color: #333 !important;
}

.hed.vector-bg h2::before {
  content: "";
  display: block;
  height: 38px;
  background-repeat: no-repeat;
  background: url(../img/vector-hdng.png);
  width: 52px;
  margin: 5px auto 0;
  top: -15px;
  position: relative;
}

select {
  /*background-image: url("../images/common/select-bg.png") !important;*/
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-size: 24px;
  /*-webkit-appearance: textarea;*/
}

input:not(:empty) {
  -webkit-box-shadow: 0 0 0px 1px #6ee84f inset;
          box-shadow: 0 0 0px 1px #6ee84f inset;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #c8323f !important;
  border: 1px solid #c8323f !important;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0px !important;
}

/*.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single {
    padding: 8px 0 !important;
    border-radius: 0px !important;
}*/
::-moz-selection {
  background: #3599ff;
  color: #ffffff;
}
::selection {
  background: #3599ff;
  color: #ffffff;
}

/* Safari */
::-moz-selection {
  background: #3599ff;
  color: #ffffff;
}

/* Firefox */
html body {
  font-family: "Dosis", sans-serif;
  color: #8d9498 !important;
  font-weight: 400 !important;
  background-color: #f4f4f4;
}

.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  font-family: "Dosis", sans-serif;
  color: #ffffff !important;
}

p {
  line-height: 1.2;
}

.container {
  padding: 0;
}

.nav-tabs {
  border-bottom-color: #09347a;
}

.nav-tabs > li > a {
  background-color: #ffffff;
  border-radius: 0;
  color: #4a5161;
  top: -1px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-radius: 0;
  background-color: #027fff;
  color: #ffffff;
  border-color: #027fff;
  cursor: pointer;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tfoot > tr > td {
  background-color: #f3eded;
  font-weight: 500;
}

.table {
  font-size: 14px;
}

.table > tbody > tr:nth-child(odd) {
  background: #fbfbfb;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle !important;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
  font-weight: 600;
}

.theme-liquid .pagination > li > a {
  margin: 0 2px;
  border-radius: 0;
  font-size: 16px;
}

.breadcrumb {
  background: #fff;
}

.breadcrumb li {
  text-transform: uppercase;
  color: #444444 !important;
  font-size: 12px  !important;
  font-weight: 400;
  color: #ce454a;
  font-size: 12px;
}

.breadcrumb li a {
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  color: #444444 !important;
  font-size: 12px  !important;
  font-weight: 400;
  margin-right: 6px;
}

.breadcrumb li a i {
  color: #ce454a;
  font-size: 16px;
  -webkit-transition: .5s;
  transition: .5s;
}

.breadcrumb li a i:hover {
  color: #000;
}

.breadcrumb li:before {
  content: none !important;
}

* {
  text-decoration: none;
}

*:hover {
  text-decoration: none;
}

header {
  width: 100%;
  z-index: 3;
  position: relative;
  /* Common style */
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  /*-----------------*/
  /***** Apollo *****/
  /*-----------------*/
}

@media (min-width: 320px) and (max-width: 767px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

header .header-top {
  background: url("../img/header-top.png") no-repeat;
  height: 39px;
  overflow: hidden;
  position: relative;
  background-size: 100% 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
  header .header-top {
    background: #027fff;
    height: auto;
  }
}

header .header-top .header-top__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 39px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 320px) and (max-width: 767px) {
  header .header-top .header-top__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

header .header-top .header-top__area .social-icons a {
  margin-right: 25px;
  margin-right: 25px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
}

header .header-top .header-top__area .social-icons a i {
  color: #ffffff;
  font-size: 14px;
}

header .header-top .header-top__area .social-icons a:last-child {
  margin-right: 0px;
}

header .header-top .header-top__area .info {
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 14px;
  margin-right: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  header .header-top .header-top__area .info {
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 7px;
  }
}

header .header-top .header-top__area .info span {
  margin-right: 10px;
}

header .menu {
  display: none;
}

header .logo {
  width: 250px;
}

header .grid {
  position: absolute;
  clear: both;
  margin: 0 auto;
  width: 170px;
  float: right;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .grid figure {
  position: relative;
  overflow: hidden;
  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;
  height: 150px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  border: 1px solid #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .grid figure img {
  display: block;
}

header .grid figure figcaption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inherit;
}

header .grid figure figcaption::before,
header .grid figure figcaption::after {
  pointer-events: none;
}

header .grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

header figure.effect-apollo img {
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

header figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 114, 104, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

header figure.effect-apollo p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

header figure.effect-apollo h2 {
  color: #ffffff;
  font-size: 18px;
  margin-top: 13px;
  font-weight: 500;
  margin-bottom: 0;
}

header figure.effect-apollo:hover img {
  opacity: 1;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

header figure.effect-apollo:hover .figcaption h2 {
  opacity: 1;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

header figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

header figure.effect-apollo:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

header .header-mid {
  margin-top: -35px;
  padding-bottom: 12px;
  background: #000;
  padding-top: 12px;
}

@media (min-width: 320px) and (max-width: 767px) {
  header .header-mid {
    margin-top: 0;
  }
}

header .header-mid .logo {
  width: 150px;
  padding: 0;
}

header .header-mid .logo img {
  width: 100%;
}

header .header-mid .header-mid__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 320px) and (max-width: 767px) {
  header .header-mid .header-mid__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

header .header-mid .header-mid__area .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  header .header-mid .header-mid__area .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header .header-mid .header-mid__area .contact-info .contact-info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

header .header-mid .header-mid__area .contact-info .contact-info__box span {
  margin-right: 12px;
}

header .header-mid .header-mid__area .contact-info .contact-info__box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .header-mid .header-mid__area .contact-info .contact-info__box .info h5 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
  color: #ffffff;
  text-transform: uppercase;
}

header .header-mid .header-mid__area .contact-info .contact-info__box .info p {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

header .header-mid .header-mid__area .button {
  width: 135px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  header .header-mid .header-mid__area .button {
    display: none;
  }
}

header .header-mid .header-mid__area .btn-1 {
  border: 0;
  background: #027fff;
}

header .header-mid .header-mid__area .btn-1:before {
  background: #fd1301;
  border-radius: 4px;
}

header .header-mid .navbar {
  padding: 0;
}

header .header-mid .navbar-nav li a {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 500;
}

header .header-bottom {
  background: url("../img/header-bottom.png") no-repeat;
  height: 39px;
  overflow: hidden;
  margin-top: -16px;
  background-size: 100% 100%;
  line-height: 39px;
  /* HOVER STYLE PER CLASS ========== */
  /* ----- EFFECT 03 - Side Brackets */
}

@media (min-width: 320px) and (max-width: 767px) {
  header .header-bottom {
    background: #000;
    margin-top: 0px;
    height: auto;
  }
  header .header-bottom .navbar-light .navbar-toggler {
    background-color: #000;
  }
  header .header-bottom .navbar-light .navbar-toggler span {
    background-image: url("../img/menu.png") !important;
    cursor: pointer;
  }
}

header .header-bottom .header-bottom__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

header .header-bottom .header-bottom__area .navbar {
  padding: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  header .header-bottom .header-bottom__area .navbar {
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  header .header-bottom .header-bottom__area .navbar .navbar-nav {
    background: #fd1301;
  }
}

header .header-bottom .header-bottom__area .navbar .navbar-nav li {
  margin-left: 25px;
}

@media (min-width: 320px) and (max-width: 767px) {
  header .header-bottom .header-bottom__area .navbar .navbar-nav li {
    margin-left: 0px;
  }
}

header .header-bottom .header-bottom__area .navbar .navbar-nav li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 0px 10px;
  letter-spacing: 1px;
}

header .header-bottom .header-bottom__area .navbar .navbar-nav li a i {
  color: #ffffff;
  margin-right: 15px;
}

header .header-bottom .header-bottom__area .navbar .navbar-nav li.active a {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 500;
}

header .header-bottom .effect-03 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header .header-bottom .effect-03 ul li a {
  padding: 0 30px;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

header .header-bottom .menu.effect-03 ul li a {
  position: relative;
}

header .header-bottom .menu.effect-03 ul li a:before {
  color: #ffffff;
  content: '[';
  display: block;
  font-size: 1.5em;
  left: 30px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
}

header .header-bottom .menu.effect-03 ul li a:after {
  color: #ffffff;
  content: ']';
  display: block;
  font-size: 1.5em;
  opacity: 0;
  position: absolute;
  right: 30px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  top: 0;
}

header .header-bottom .menu.effect-03 ul li a:hover:before {
  left: 0px;
  opacity: 1;
}

header .header-bottom .menu.effect-03 ul li a:hover:after {
  opacity: 1;
  right: 0px;
}

header .header-bottom .menu.effect-03 ul li a:hover {
  background: trasnparent;
}

@media (min-width: 320px) and (max-width: 767px) {
  .header {
    display: block;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out, background 1s ease-out;
    transition: all 0.5s ease-out, background 1s ease-out;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    z-index: 1;
  }
  .header .burger-container {
    position: relative;
    display: inline-block;
    height: 50px;
    z-index: 88;
    width: 50px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .header .burger-container #burger {
    width: 18px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
  }
  .header .burger-container #burger .bar {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #FFF;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .header .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  .header .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(6px) rotate(0deg);
            transform: translateY(6px) rotate(0deg);
  }
  .header .icon {
    display: inline-block;
    position: absolute;
    height: 100%;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header .icon.icon-bag {
    right: 0;
    top: 0;
    left: auto;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
  }
  .header ul.menu {
    position: relative;
    display: block;
    padding: 0px 48px 0;
    list-style: none;
  }
  .header ul.menu li.menu-item {
    border-bottom: 1px solid #333;
    margin-top: 5px;
    -webkit-transform: scale(1.15) translateY(-30px);
            transform: scale(1.15) translateY(-30px);
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .header ul.menu li.menu-item:nth-child(1) {
    -webkit-transition-delay: 0.49s;
            transition-delay: 0.49s;
  }
  .header ul.menu li.menu-item:nth-child(2) {
    -webkit-transition-delay: 0.42s;
            transition-delay: 0.42s;
  }
  .header ul.menu li.menu-item:nth-child(3) {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  .header ul.menu li.menu-item:nth-child(4) {
    -webkit-transition-delay: 0.28s;
            transition-delay: 0.28s;
  }
  .header ul.menu li.menu-item:nth-child(5) {
    -webkit-transition-delay: 0.21s;
            transition-delay: 0.21s;
  }
  .header ul.menu li.menu-item:nth-child(6) {
    -webkit-transition-delay: 0.14s;
            transition-delay: 0.14s;
  }
  .header ul.menu li.menu-item:nth-child(7) {
    -webkit-transition-delay: 0.07s;
            transition-delay: 0.07s;
  }
  .header ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: #FFF;
    font-family: "Ek Mukta", sans-serif;
    font-weight: 100;
    text-decoration: none;
    font-size: 22px;
    line-height: 2.35;
    font-weight: 200;
    width: 100%;
  }
  .header.menu-opened {
    height: 100%;
    background-color: #000;
    -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .header.menu-opened .burger-container {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header.menu-opened .burger-container #burger .bar {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .header.menu-opened .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(4px) rotate(45deg);
            transform: translateY(4px) rotate(45deg);
  }
  .header.menu-opened .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(3px) rotate(-45deg);
            transform: translateY(3px) rotate(-45deg);
  }
  .header.menu-opened ul.menu li.menu-item {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
    opacity: 1;
  }
  .header.menu-opened ul.menu li.menu-item:nth-child(1) {
    -webkit-transition-delay: 0.27s;
            transition-delay: 0.27s;
  }
  .header.menu-opened ul.menu li.menu-item:nth-child(2) {
    -webkit-transition-delay: 0.34s;
            transition-delay: 0.34s;
  }
  .header.menu-opened ul.menu li.menu-item:nth-child(3) {
    -webkit-transition-delay: 0.41s;
            transition-delay: 0.41s;
  }
  .header.menu-opened ul.menu li.menu-item:nth-child(4) {
    -webkit-transition-delay: 0.48s;
            transition-delay: 0.48s;
  }
  .header.menu-opened ul.menu li.menu-item:nth-child(5) {
    -webkit-transition-delay: 0.55s;
            transition-delay: 0.55s;
  }
  .header.menu-opened ul.menu li.menu-item:nth-child(6) {
    -webkit-transition-delay: 0.62s;
            transition-delay: 0.62s;
  }
  .header.menu-opened ul.menu li.menu-item:nth-child(7) {
    -webkit-transition-delay: 0.69s;
            transition-delay: 0.69s;
  }
  .header.menu-opened .icon.icon-bag {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

.has-image .lazyload,
.has-image .lazyload0 {
  top: 100% !important;
  z-index: 6;
}

.has-image .lazyload,
.has-image .lazyload0 {
  position: relative;
}

.lazyload0,
.lazyload {
  max-height: 50px;
  opacity: 0.2 !important;
  display: block;
  width: auto !important;
  margin: auto !important;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.home .casestudies-area,
.index-page .casestudies-area {
  margin-bottom: 40px;
}

body {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  padding-right: 0 !important;
  background-color: #ffffff;
  /*color: $color-black;*/
  color: #8d9498 !important;
  font-weight: 400 !important;
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden !important;
  }
}

body .bg-none {
  background: none !important;
}

.theme-liquid .wrapper {
  background-color: #ffffff;
}

.theme-liquid .wrapper .content-wrapper {
  background-color: #ffffff;
}

.theme-liquid .wrapper .content-wrapper .content-header > h1 {
  color: #4a5161;
}

.theme-liquid .wrapper .content-wrapper .content-header > h1 small {
  color: #4a5161;
}

footer {
  background: url(../img/footer.jpg);
  background-size: cover;
  padding-top: 50px;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 320px) and (max-width: 767px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .footer-links h4 {
  font-size: 26px;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  padding-left: 35px;
}

footer .footer-links h4:before {
  content: "";
  background: url(../img/heading-red.png);
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 2px;
}

footer .footer-links ul {
  margin-top: 20px;
}

footer .footer-links ul li {
  padding: 4px 0px;
  border-bottom: 1px solid #ffffff;
}

footer .footer-links ul li a {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

footer .footer-links ul li a:hover {
  text-decoration: none;
}

footer .footer-newsletter .newsletter {
  position: relative;
  top: -130px;
  background: #111111;
  padding: 0;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 40px;
}

@media (min-width: 320px) and (max-width: 767px) {
  footer .footer-newsletter .newsletter {
    top: 0;
    margin-bottom: 20px;
  }
}

footer .footer-newsletter .newsletter .border {
  background: #fd1301;
  height: 8px;
  border: 1px solid #ffffff;
}

footer .footer-newsletter .newsletter a {
  width: 250px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}

footer .footer-newsletter .newsletter a img {
  width: 100%;
}

footer .footer-newsletter .newsletter h6 {
  color: #fd1301 !important;
  font-size: 23px;
  font-weight: 700;
}

@media (min-width: 320px) and (max-width: 767px) {
  footer .footer-newsletter .newsletter h6 {
    font-size: 20px;
  }
}

footer .footer-newsletter .newsletter form {
  margin: 0px 30px;
  margin-top: 20px;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 320px) and (max-width: 767px) {
  footer .footer-newsletter .newsletter form {
    margin: 0px 15px;
  }
}

footer .footer-newsletter .newsletter form input {
  background: transparent;
  border: 0;
}

footer .footer-newsletter .newsletter form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #858575;
}

footer .footer-newsletter .newsletter form inputv::-moz-placeholder {
  /* Firefox 19+ */
  color: #858575;
}

footer .footer-newsletter .newsletter form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #858575;
}

footer .footer-newsletter .newsletter form input:-moz-placeholder {
  /* Firefox 18- */
  color: #858575;
}

footer .footer-newsletter .newsletter form .btn {
  border: 0;
  background-image: url("../img/arrow.png");
  background-color: transparent;
  width: 42px;
  border-left: 1px solid #ffffff;
  border-radius: 0;
  height: 42px;
  background-size: 75%;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 42px;
  background-position: 6px 6px;
}

footer .footer-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-info .info span img {
  width: 50px;
}

footer .footer-info .info span h6 {
  padding-left: 15px;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  footer .footer-info .info span h6 {
    font-size: 20px;
  }
}

footer .footer-info .info span p {
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

footer .footer-info .info span p a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

footer .footer-info .info span p a:hover {
  text-decoration: none;
  color: #fd1301;
}

footer .bottom-area {
  background: #000;
  height: 62px;
  line-height: 62px;
}

@media (min-width: 320px) and (max-width: 767px) {
  footer .bottom-area {
    height: auto;
    text-align: center;
    line-height: normal;
    padding: 4px 0px;
  }
}

footer .bottom-area .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .bottom-area .container .copyright {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}

footer .bottom-area .container .copyright a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}

footer .bottom-area .container .copyright a:hover {
  text-decoration: none;
  color: #fd1301;
}

footer .bottom-area .container .company {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}

footer .bottom-area .container .company a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}

footer .bottom-area .container .company a:hover {
  text-decoration: none;
  color: #fd1301;
}

.small-box {
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.small-box:hover {
  color: #4a5161;
}

.small-box > .small-box-footer {
  background-color: #09347a;
  padding: 10px;
}

.small-box > .small-box-footer:hover {
  background-color: #09347a;
}

.rating {
  border: none;
  float: left;
  margin: 0px 0px 0px 0px;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin-top: 2px;
  padding: 0px 5px 0px 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #fff;
  float: right;
  margin: 4px 1px 0px 0px;
  background-color: #D8D8D8;
  border-radius: 15px;
  height: 25px;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  /*	background-color:#7ED321 !important;*/
  cursor: pointer;
  background-color: orange !important;
}

/* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  /*background-color:#7ED321 !important;*/
  cursor: pointer;
  background-color: orange !important;
}

[type="radio"]:checked + label {
  color: #fff !important;
}

.gift_image.icon.new-user.has-icon {
  border: 2px solid #cacaca;
  text-align: center;
  min-height: 180px;
  margin-top: 5px;
  max-height: 100%;
  margin-left: 5px;
}

.slider {
  top: -23px;
  position: relative;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slider {
    top: 0;
    height: auto;
  }
}

.slider .slide {
  height: 700px;
  position: relative;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slider .slide {
    height: auto;
  }
}

.slider .slide .banner-shadow {
  background: url(../img/banner-img.png) no-repeat;
  height: 700px;
  position: relative;
  z-index: 0;
  top: -700px;
  left: 0;
  width: 60%;
  background-size: 100% 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slider .slide .banner-shadow {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .slider .slide .carousel-item {
    height: 300px;
  }
}

.slider .slide .carousel-inner img {
  width: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slider .slide .carousel-inner img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.slider .slide .carousel-inner .carousel-caption {
  text-align: left;
  bottom: auto;
  top: 80px;
  width: 36%;
  left: 8%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slider .slide .carousel-inner .carousel-caption {
    width: 100%;
    left: 0;
    text-align: center;
    top: 55px;
    padding: 0px 40px;
  }
}

.slider .slide .carousel-inner .carousel-caption h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 35px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slider .slide .carousel-inner .carousel-caption h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.slider .slide .carousel-inner .carousel-caption h4 {
  font-weight: 800;
  font-size: 48px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 35px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slider .slide .carousel-inner .carousel-caption h4 {
    margin-bottom: 5px;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 5px;
  }
}

.slider .slide .carousel-inner .carousel-caption h4 b {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: #fd1301;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slider .slide .carousel-inner .carousel-caption h4 b {
    font-size: 22px;
  }
}

.slider .slide .carousel-inner .carousel-caption p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slider .slide .carousel-inner .carousel-caption p {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.slider .slide .carousel-inner .carousel-caption a.btn-2 {
  width: 181px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  margin-top: 21px;
  height: 51px;
  padding: 0;
  line-height: 51px;
  background: #fd1301;
  border: 0;
  border-radius: 4px;
  text-transform: uppercase;
}

.slider .slide .carousel-inner .carousel-caption a.btn-2::before {
  border-radius: 4px;
  border: 0;
  background: #027fff;
}

.slider .slide .carousel-inner .carousel-caption a.btn-2:hover {
  border: 0;
}

.slider .slide .carousel-indicators {
  top: 0133px;
  left: 0px;
  width: 72px;
  margin-left: 0;
  display: block;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slider .slide .carousel-indicators {
    top: 50px;
  }
}

.slider .slide .carousel-indicators li {
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  background: transparent;
  text-indent: 1px;
  cursor: pointer;
  margin: 0;
  height: auto;
  width: auto;
  padding-left: 40px;
  position: relative;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slider .slide .carousel-indicators li {
    font-size: 18px;
    padding-left: 20px;
  }
}

.slider .slide .carousel-indicators li:before {
  content: none;
}

.slider .slide .carousel-indicators li:after {
  content: none;
}

.slider .slide .carousel-indicators li.active {
  font-size: 60px;
  font-weight: 800;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slider .slide .carousel-indicators li.active {
    font-size: 28px;
  }
}

.slider .slide .carousel-indicators li.active:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 40px;
  width: 12px;
  height: 7px;
  background: #ffffff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .slider .slide .carousel-indicators li.active:before {
    height: 3px;
    top: 20px;
    width: 7px;
  }
}

.objectives {
  position: relative;
  top: -60px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .objectives {
    top: 0;
  }
}

.objectives .objectives__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 320px) and (max-width: 767px) {
  .objectives .objectives__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.objectives .objectives__area .item {
  background: #027fff;
  height: 400px;
  position: relative;
  padding: 50px 30px;
}

.objectives .objectives__area .item h2 {
  font-size: 25px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 400;
}

.objectives .objectives__area .item h2 b {
  font-weight: 700;
  font-size: 25px;
  color: #ffffff;
}

.objectives .objectives__area .item p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 26px;
}

.objectives .objectives__area .item span {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.objectives .objectives__area .item:nth-child(2) {
  background: #fd1301;
  position: relative;
  top: -20px;
  height: 420px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .objectives .objectives__area .item:nth-child(2) {
    top: 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .what-we-do {
    padding: 30px 10px;
  }
}

.what-we-do .heading {
  position: relative;
  padding-left: 50px;
}

.what-we-do .heading h1 {
  color: #1a1a1a !important;
  font-size: 36px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.what-we-do .heading h1 b {
  font-weight: 700;
}

.what-we-do .heading h1:after {
  background: #fd1301;
  height: 3px;
  width: 69px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.what-we-do .heading:before {
  background: url(../img/heading-black.png) no-repeat;
  height: 35px;
  width: 35px;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
}

.what-we-do .what-we-do__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.what-we-do .what-we-do__area .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 320px) and (max-width: 767px) {
  .what-we-do .what-we-do__area .items {
    padding: 0px;
  }
}

.what-we-do .what-we-do__area .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 25px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .what-we-do .what-we-do__area .items .item {
    padding: 0px;
  }
}

.what-we-do .what-we-do__area .items .item .img {
  width: 89px;
  height: 68px;
  overflow: hidden;
}

.what-we-do .what-we-do__area .items .item .img img {
  width: 100%;
}

.what-we-do .what-we-do__area .items .item .desc {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.what-we-do .what-we-do__area .items .item .desc h3 {
  color: #1a1a1a !important;
  font-size: 24px;
  font-weight: 700;
}

.what-we-do .what-we-do__area .items .item .desc p {
  font-weight: 400;
  font-size: 15px;
  -webkit-columns: #666666;
          columns: #666666;
  line-height: 22px;
}

.what-we-do .what-we-do__area .image img {
  width: 80%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .what-we-do .what-we-do__area .image {
    display: none;
  }
}

.about {
  background: url("../img/about.jpg");
  height: 492px;
  padding: 80px 0px;
  background-size: 100% 100%;
  margin-top: 60px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about {
    height: auto;
    background-color: #fd1301;
    background-image: none;
    padding: 20px 0px;
  }
}

.about .about__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about .about__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about .about__area .about__area-left {
  padding-right: 18%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about .about__area .about__area-left {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.about .about__area .about__area-left h6 {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 31px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about .about__area .about__area-left h6 {
    margin-bottom: 10px;
  }
}

.about .about__area .about__area-left .heading {
  position: relative;
  padding-left: 50px;
}

.about .about__area .about__area-left .heading h1 {
  color: #ffffff !important;
  font-size: 36px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.about .about__area .about__area-left .heading h1 b {
  font-weight: 700;
}

.about .about__area .about__area-left .heading h1:after {
  background: #ffffff;
  height: 3px;
  width: 69px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.about .about__area .about__area-left .heading:before {
  background: url(../img/heading-white.png) no-repeat;
  height: 35px;
  width: 35px;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
}

.about .about__area .about__area-left p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
}

.about .about__area .about__area-left .btn-3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 4px;
  margin-top: 17px;
  background-color: #027fff;
  border: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about .about__area .about__area-left .btn-3 {
    margin-top: 10px;
  }
}

.about .about__area .about__area-left .btn-3:before {
  background-color: #fd1301;
  border-radius: 4px;
  border: 0;
}

.about .about__area .about__area-left .btn-3:hover {
  border: 0;
}

.about .about__area .about__area-right {
  padding-right: 15%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about .about__area .about__area-right {
    padding-right: 0;
  }
}

.about .about__area .about__area-right .heading {
  position: relative;
  padding-left: 50px;
}

.about .about__area .about__area-right .heading h1 {
  color: #ffffff !important;
  font-size: 36px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.about .about__area .about__area-right .heading h1 b {
  font-weight: 700;
}

.about .about__area .about__area-right .heading h1:after {
  background: #ffffff;
  height: 3px;
  width: 69px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.about .about__area .about__area-right .heading:before {
  background: url(../img/heading-white.png) no-repeat;
  height: 35px;
  width: 35px;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
}

.about .about__area .about__area-right p {
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  line-height: 24px;
  margin-top: 20px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about .about__area .about__area-right p {
    margin-top: 10px;
  }
}

.team {
  background: url("../img/team.jpg") no-repeat;
  padding: 40px 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .team {
    background: #fff;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .team {
    padding: 30px 10px;
  }
}

.team .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team .heading {
  position: relative;
  padding-left: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team .heading h1 {
  color: #1a1a1a !important;
  font-size: 36px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.team .heading h1 b {
  font-weight: 800;
}

.team .heading h1:after {
  background: #1a1a1a;
  height: 3px;
  width: 69px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.team .heading:before {
  background: url(../img/heading-black.png) no-repeat;
  height: 35px;
  width: 35px;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
}

.team .team__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team .team__area .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 320px) and (max-width: 767px) {
  .team .team__area .item {
    padding: 0px;
  }
}

.team .team__area .item .ziczac-border {
  background-color: #ddd !important;
  width: 173px;
  height: 205px;
  -webkit-transform: rotate(41deg);
  transform: rotate(41deg);
  position: absolute;
  left: -96px;
  top: -82px;
}

.team .team__area .item .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 5px;
  position: relative;
}

.team .team__area .item .item-box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 5px;
}

.team .team__area .item .item-box .info .icon {
  width: 52px;
  overflow: hidden;
}

.team .team__area .item .item-box .info .icon img {
  width: 100%;
}

.team .team__area .item .item-box .info .title {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  letter-spacing: 1px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team .team__area .item .item-box .info .title b {
  font-size: 16px;
  color: #666666;
  font-weight: 700;
}

.team .team__area .item .item-box .info .title a {
  font-size: 16px;
  color: #666666 !important;
  font-weight: 500;
}

.team .team__area .item .item-box .info:last-child {
  margin-bottom: 0px;
}

.service {
  background: url("../img/services.jpg") no-repeat;
  padding: 70px 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .service {
    padding: 30px 10px;
  }
}

.service .container {
  position: relative;
}

.service .heading {
  position: relative;
  padding-left: 50px;
}

.service .heading h1 {
  color: #ffffff !important;
  font-size: 36px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.service .heading h1 b {
  font-weight: 700;
}

.service .heading h1:after {
  background: #ffffff;
  height: 3px;
  width: 69px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.service .heading:before {
  background: url(../img/heading-white.png) no-repeat;
  height: 35px;
  width: 35px;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
}

.service .service-controls {
  position: absolute;
  right: 6px;
  top: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .service .service-controls {
    position: relative;
    right: auto;
    width: 100%;
    text-align: center;
    margin-top: 35px;
    left: auto;
  }
}

.service .service-controls div {
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff !important;
  font-size: 20px !important;
  background-color: #fd1301;
  right: 0px;
  left: auto;
}

.service .service-controls div:after {
  color: #fff !important;
  font-size: 20px !important;
}

.service .service-controls div.swiper-button-prev-1 {
  right: 63px;
}

.service .service__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.service .service__area .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  margin-top: 45px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .service .service__area .item {
    padding: 0px;
    width: 300px !important;
  }
}

.service .service__area .item .img {
  width: 100%;
  height: 241px;
  overflow: hidden;
}

.service .service__area .item .img img {
  width: 100%;
  height: 100%;
}

.service .service__area .item .desc {
  position: relative;
  background: #f2f2f2;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.service .service__area .item .desc .icon {
  width: 56px;
  height: 56px;
  background: #fd1301;
  border-radius: 4px;
  position: absolute;
  right: 23px;
  top: -30px;
  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;
  text-align: center;
}

.service .service__area .item .desc h4 {
  color: #1a1a1a !important;
  font-size: 20px;
  font-weight: 600;
}

.service .service__area .item .desc ul li {
  color: #666;
  font-size: 15px;
  font-weight: 400;
}

.service .service__area .item .desc a {
  color: #666;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  padding-bottom: 5px;
  width: 80px;
}

.service .service__area .item .desc a span {
  margin-left: 7px;
}

.service .service__area .item .desc a span img {
  width: 13px;
}

.service .service__area .item .desc a:before {
  height: 2px;
}

.service .service__area .item .desc a:hover {
  text-decoration: none;
}

.service .image img {
  width: 80%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .service .image {
    display: none;
  }
}

.portfolio {
  background: url("../img/portfolio.jpg") no-repeat;
  padding: 70px 10px;
  background-size: cover;
}

@media (min-width: 320px) and (max-width: 767px) {
  .portfolio {
    padding: 30px 10px;
  }
}

.portfolio .container {
  position: relative;
}

.portfolio .heading {
  position: relative;
  padding-left: 50px;
}

.portfolio .heading h1 {
  color: #ffffff !important;
  font-size: 36px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.portfolio .heading h1 b {
  font-weight: 700;
}

.portfolio .heading h1:after {
  background: #ffffff;
  height: 3px;
  width: 69px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.portfolio .heading:before {
  background: url(../img/heading-white.png) no-repeat;
  height: 35px;
  width: 35px;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
}

.portfolio .portfolio-controls {
  position: absolute;
  right: 6px;
  top: 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  .portfolio .portfolio-controls {
    position: relative;
    right: auto;
    width: 100%;
    text-align: center;
    margin-top: 35px;
    left: auto;
  }
}

.portfolio .portfolio-controls div {
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff !important;
  font-size: 20px !important;
  background-color: #fd1301;
  right: 0px;
  left: auto;
}

.portfolio .portfolio-controls div:after {
  color: #fff !important;
  font-size: 20px !important;
}

.portfolio .portfolio-controls div.swiper-button-prev-2 {
  right: 63px;
}

.portfolio .portfolio__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.portfolio .portfolio__area .swiper-slide {
  margin-top: 65px;
}

.portfolio .portfolio__area .swiper-slide h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  padding-left: 20px;
}

.portfolio .portfolio__area .swiper-slide .item {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #c2c2c2;
  height: 282px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .portfolio .portfolio__area .swiper-slide .item {
    padding: 0px;
    width: 300px;
  }
}

.portfolio .portfolio__area .swiper-slide .item .img {
  width: 100%;
  height: 282px;
  overflow: hidden;
  position: relative;
  top: -24px;
  left: 20px;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.portfolio .portfolio__area .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
}

.portfolio .portfolio__area .swiper-slide .item:hover .img {
  top: 0px;
  left: 0px;
}

.portfolio .portfolio__area .swiper-slide .read-more {
  color: #fff;
  text-align: right;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  padding-bottom: 5px;
  width: 60px;
  margin-top: 12px;
  float: right;
}

.portfolio .portfolio__area .swiper-slide .read-more span {
  margin-left: 7px;
}

.portfolio .portfolio__area .swiper-slide .read-more span img {
  width: 13px;
}

.portfolio .portfolio__area .swiper-slide .read-more:before {
  height: 2px;
}

.portfolio .portfolio__area .swiper-slide .read-more:hover {
  text-decoration: none;
}

.portfolio .image img {
  width: 80%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .portfolio .image {
    display: none;
  }
}

.client {
  background: #ebebeb;
  padding: 70px 10px;
  background-size: cover;
  padding-bottom: 150px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .client {
    padding: 30px 10px;
  }
}

.client .container {
  position: relative;
}

.client .heading {
  position: relative;
  padding-left: 50px;
}

.client .heading h1 {
  color: #1a1a1a !important;
  font-size: 36px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.client .heading h1 b {
  font-weight: 700;
}

.client .heading h1:after {
  background: #1a1a1a;
  height: 3px;
  width: 69px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.client .heading:before {
  background: url(../img/heading-black.png) no-repeat;
  height: 35px;
  width: 35px;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
}

.client .client__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.client .client__area .swiper-slide .item {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #c2c2c2;
}

@media (min-width: 320px) and (max-width: 767px) {
  .client .client__area .swiper-slide .item {
    padding: 0px;
    width: 150px !important;
  }
}

.client .client__area .swiper-slide .item .img {
  width: 100%;
  height: 97px;
  overflow: hidden;
  position: relative;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.client .client__area .swiper-slide .item .img a img {
  width: 100%;
  height: 100%;
}

.client .client__area .swiper-slide .item:hover .img {
  top: 0px;
  left: 0px;
}

.client .client__area .swiper-slide .read-more {
  color: #fff;
  text-align: right;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  padding-bottom: 5px;
  width: 60px;
  margin-top: 12px;
  float: right;
}

.client .client__area .swiper-slide .read-more span {
  margin-left: 7px;
}

.client .client__area .swiper-slide .read-more span img {
  width: 13px;
}

.client .client__area .swiper-slide .read-more:before {
  height: 2px;
}

.client .client__area .swiper-slide .read-more:hover {
  text-decoration: none;
}

.client .image img {
  width: 80%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .client .image {
    display: none;
  }
}

.client .swiper-pagination {
  position: relative;
  top: 35px;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .client .swiper-pagination {
    top: 12px;
  }
}

.client .swiper-pagination .swiper-pagination-bullet {
  background: url(../img/heading-blue.png);
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  opacity: 1;
  margin: 0px 4px;
}

.client .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../img/heading-red.png);
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  opacity: 1;
}

@media (min-width: 320px) and (max-width: 767px) {
  h1 {
    font-size: 22px !important;
  }
}

.banner-area {
  height: 290px;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .banner-area {
    height: auto;
  }
}

.banner-area .valigner {
  min-height: 180px;
}

.banner-area .banner-caption {
  background: url(../img/slider-inner.png) !important;
  background-size: cover;
  text-align: center !important;
  background-repeat: no-repeat !important;
  text-transform: uppercase;
  background-position: 21px !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .banner-area .banner-caption {
    margin-top: 0px;
    background: none  !important;
    margin-left: 0px;
    text-align: center;
    width: 100%;
    position: relative;
    top: 0;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .banner-area .banner-caption {
    margin-top: 0px;
    background: none  !important;
    margin-left: 0px;
    text-align: center;
    width: 100%;
    position: relative;
    top: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: rgba(0, 0, 0, 0.6) !important;
    height: 100%;
  }
}

.banner-area .banner-caption p {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
}

@media (min-width: 320px) and (max-width: 767px) {
  .banner-area .banner-caption p {
    background: rgba(0, 0, 0, 0.6);
    padding: 0px 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .banner-area .banner-caption p {
    font-size: 28px;
    margin-bottom: 0;
  }
}

.banner-area .banner-caption span {
  font-weight: 500;
}

.banner-area .header-bottom {
  margin-top: 2px;
  float: left;
  width: 100%;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .banner-area .header-bottom {
    display: none;
  }
}

.hed h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.hed p {
  font-weight: 300;
  font-size: 14px;
}

.about-bnr {
  background: url(../img/abouy.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  position: relative;
  top: -23px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 225px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about-bnr {
    background-size: cover !important;
  }
}

.about-bnr .opacity-color {
  background: rgba(2, 127, 255, 0.8);
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.about-bnr h2 {
  z-index: 2;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
}

.about-bnr .breadcrumb {
  padding: 0;
  z-index: 2;
  position: relative;
  background: transparent;
  text-align: center;
  display: block;
}

.about-bnr .breadcrumb li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 22px !important;
  color: #ffffff !important;
  font-weight: 500;
}

.about-bnr .breadcrumb li a {
  color: #fd1301 !important;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 22px !important;
}

.about-bnr .breadcrumb li a:hover {
  text-decoration: none;
}

.about-us {
  margin-top: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about-us {
    margin-top: 10px;
    padding: 0px 10px;
  }
}

.about-us .heading {
  position: relative;
  padding-left: 50px;
}

.about-us .heading h1 {
  color: #1a1a1a !important;
  font-size: 36px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.about-us .heading h1 b {
  font-weight: 700;
}

.about-us .heading h1:after {
  background: #fd1301;
  height: 3px;
  width: 69px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-us .heading:before {
  background: url(../img/heading-black.png) no-repeat;
  height: 35px;
  width: 35px;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
}

.about-us .about-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 332px;
  margin-top: 50px;
  overflow: hidden;
  margin-bottom: 70px;
}

.about-us .about-area:last-child {
  margin-bottom: 150px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about-us .about-area {
    height: auto;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.about-us .about-area .left {
  overflow: hidden;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about-us .about-area .left {
    padding: 0;
    margin-bottom: 15px;
  }
}

.about-us .about-area .left img {
  width: 100%;
}

.about-us .about-area .right {
  background: #f7f7f7;
  padding-left: 60px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about-us .about-area .right {
    padding: 0px 10px;
  }
}

.about-us .about-area .right::after {
  content: " ";
  position: absolute;
  display: block;
  width: 32%;
  height: 100%;
  top: 0;
  left: -83px;
  z-index: 2;
  background: #f7f7f7;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: skew(30deg, 0deg);
  transform: skew(-14deg, 0deg);
}

.about-us .about-area .right .sub-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  z-index: 3;
  position: relative;
}

.about-us .about-area .right .sub-heading span {
  border-radius: 4px;
  background: #fd1301;
  text-align: center;
  width: 52px;
  padding: 7px;
  height: 52px;
  margin-right: 20px;
}

.about-us .about-area .right .sub-heading span img {
  width: 100%;
}

.about-us .about-area .right .sub-heading h3 {
  font-size: 36px;
  color: #1a1a1a !important;
  font-weight: 600;
}

.about-us .about-area .right .content {
  position: relative;
  z-index: 3;
  margin-top: 40px;
}

.about-us .about-area .right .content p {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 25px;
  font-weight: 400;
}

.about-us .core-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about-us .core-values {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-us .core-values .core-values__points {
  margin-top: 10px;
}

.about-us .core-values .core-values__points .items {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about-us .core-values .core-values__points .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-us .core-values .core-values__points .items .bullet {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  background: #fd1301;
  text-align: center;
  height: 102px;
  position: relative;
  padding-left: 81px;
  padding-right: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-us .core-values .core-values__points .items .bullet h4 {
  position: relative;
  z-index: 4;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about-us .core-values .core-values__points .items .bullet {
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 10px 0px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    font-weight: 700;
  }
}

.about-us .core-values .core-values__points .items .bullet:before {
  content: "";
  content: "";
  position: absolute;
  left: -143px;
  top: 0;
  background: #ffffff;
  -webkit-transform: rotate(95deg);
  transform: rotate(133deg);
  width: 175px;
  height: 132px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about-us .core-values .core-values__points .items .bullet:before {
    content: none;
  }
}

.about-us .core-values .core-values__points .items .bullet:after {
  content: "";
  position: absolute;
  right: -36px;
  top: 15px;
  background: #fd1301;
  -webkit-transform: rotate(95deg);
  transform: rotate(45deg);
  width: 71px;
  height: 71px;
  z-index: 2;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about-us .core-values .core-values__points .items .bullet:after {
    content: none;
  }
}

.about-us .core-values .core-values__points .items .details {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
  padding-left: 65px;
  line-height: 25px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about-us .core-values .core-values__points .items .details {
    padding-left: 0;
    margin-top: 12px;
  }
}

.about-us .core-values .core-values__img {
  margin-top: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about-us .core-values .core-values__img {
    display: none;
  }
}

.about-us .core-values .core-values__img img {
  width: 100%;
  width: 340px;
  display: block;
  margin: 0 auto;
}

.clients-bnr {
  background: url(../img/clients.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  position: relative;
  top: -23px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 225px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .clients-bnr {
    background-size: cover !important;
  }
}

.clients-bnr .opacity-color {
  background: rgba(2, 127, 255, 0.8);
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.clients-bnr h2 {
  z-index: 2;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
}

.clients-bnr .breadcrumb {
  padding: 0;
  z-index: 2;
  position: relative;
  background: transparent;
  text-align: center;
  display: block;
}

.clients-bnr .breadcrumb li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 22px !important;
  color: #ffffff !important;
  font-weight: 500;
}

.clients-bnr .breadcrumb li a {
  color: #fd1301 !important;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 22px !important;
}

.clients-bnr .breadcrumb li a:hover {
  text-decoration: none;
}

.clients-us {
  margin-top: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .clients-us {
    margin-top: 10px;
    padding: 0px 10px;
  }
}

.clients-us .heading {
  position: relative;
  padding-left: 50px;
}

.clients-us .heading h1 {
  color: #1a1a1a !important;
  font-size: 36px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.clients-us .heading h1 b {
  font-weight: 700;
}

.clients-us .heading h1:after {
  background: #fd1301;
  height: 3px;
  width: 69px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.clients-us .heading:before {
  background: url(../img/heading-black.png) no-repeat;
  height: 35px;
  width: 35px;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
}

.clients-us p {
  color: #666;
  font-size: 16px;
  margin-top: 40px;
  font-weight: 400;
}

.clients-us .clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
  margin-top: 30px;
}

.clients-us .clients .box {
  margin-bottom: 20px;
}

.clients-us .clients .box .img {
  padding: 0px 20px;
  height: 211px;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .clients-us .clients .box .img {
    height: auto;
  }
}

.clients-us .clients .box .img img {
  width: 100%;
}

.listing-bnr {
  background: url(../img/listing.jpg) bottom !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  position: relative;
  top: -23px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 225px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .listing-bnr {
    background-size: cover !important;
  }
}

.listing-bnr .opacity-color {
  background: rgba(2, 127, 255, 0.8);
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.listing-bnr h2 {
  z-index: 2;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
}

.listing-bnr .breadcrumb {
  padding: 0;
  z-index: 2;
  position: relative;
  background: transparent;
  text-align: center;
  display: block;
}

.listing-bnr .breadcrumb li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 22px !important;
  color: #ffffff !important;
  font-weight: 500;
}

.listing-bnr .breadcrumb li a {
  color: #fd1301 !important;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 22px !important;
}

.listing-bnr .breadcrumb li a:hover {
  text-decoration: none;
}

.listing-us {
  margin-top: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .listing-us {
    margin-top: 10px;
    padding: 0px 10px;
  }
}

.listing-us .heading {
  position: relative;
  padding-left: 50px;
}

.listing-us .heading h1 {
  color: #1a1a1a !important;
  font-size: 36px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.listing-us .heading h1 b {
  font-weight: 700;
}

.listing-us .heading h1:after {
  background: #fd1301;
  height: 3px;
  width: 69px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.listing-us .heading:before {
  background: url(../img/heading-black.png) no-repeat;
  height: 35px;
  width: 35px;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
}

.listing-us p {
  color: #666;
  font-size: 16px;
  margin-top: 40px;
  font-weight: 400;
}

.listing-us .listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
  margin-top: 30px;
}

.listing-us .listing .panel-default {
  margin-bottom: 30px;
}

.listing-us .listing .panel-default .panel-heading {
  background: #333;
}

.listing-us .listing .panel-default .panel-heading a {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}

.listing-us .listing .panel-default .panel-heading.active {
  background: #fd1301;
}

.listing-us .listing .panel-default .panel-heading.active a {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}

.listing-us .listing .panel-default .panel-body {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
}

.listing-us .listing .panel-default .panel-body ul {
  padding-left: 20px;
}

.listing-us .listing .panel-default .panel-body ul li {
  font-size: 18px;
  padding-left: 30px;
  position: relative;
  color: #333;
  font-weight: 400;
}

.listing-us .listing .panel-default .panel-body ul li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
}

.listing-us .listing .panel-default .panel-title {
  margin-bottom: 0;
}

.listing-us .listing .panel-default .panel-title > a, .listing-us .listing .panel-default .panel-title > a:active {
  display: block;
  padding: 15px;
  font-weight: bold;
  word-spacing: 3px;
  text-decoration: none;
}

.listing-us .listing .panel-default .panel-heading a:before {
  font-family: FontAwesome;
  content: "\f105";
  float: right;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 2px solid #fff;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  text-align: center;
  padding-left: 4px;
}

.listing-us .listing .panel-default .panel-heading.active a:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.services-bnr {
  background: url(../img/service.jpg) bottom !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  position: relative;
  top: -23px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 225px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .services-bnr {
    background-size: cover !important;
  }
}

.services-bnr .opacity-color {
  background: rgba(2, 127, 255, 0.8);
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.services-bnr h2 {
  z-index: 2;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
}

.services-bnr .breadcrumb {
  padding: 0;
  z-index: 2;
  position: relative;
  background: transparent;
  text-align: center;
  display: block;
}

.services-bnr .breadcrumb li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 22px !important;
  color: #ffffff !important;
  font-weight: 500;
}

.services-bnr .breadcrumb li a {
  color: #fd1301 !important;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 22px !important;
}

.services-bnr .breadcrumb li a:hover {
  text-decoration: none;
}

.services-us {
  margin-top: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .services-us {
    margin-top: 10px;
    padding: 0px 10px;
  }
}

.services-us .heading {
  position: relative;
  padding-left: 50px;
}

.services-us .heading h1 {
  color: #1a1a1a !important;
  font-size: 36px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.services-us .heading h1 b {
  font-weight: 700;
}

.services-us .heading h1:after {
  background: #fd1301;
  height: 3px;
  width: 69px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.services-us .heading:before {
  background: url(../img/heading-black.png) no-repeat;
  height: 35px;
  width: 35px;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
}

.services-us p {
  color: #666;
  font-size: 16px;
  margin-top: 40px;
  font-weight: 400;
}

.services-us .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 130px;
  margin-top: 20px;
}

.services-us .services .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  margin-top: 45px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .services-us .services .item {
    padding: 0px;
    display: table-cell;
    margin-bottom: 20px;
    width: 300px !important;
  }
}

.services-us .services .item .img {
  width: 100%;
  height: 241px;
  overflow: hidden;
}

.services-us .services .item .img img {
  width: 100%;
  height: 100%;
}

.services-us .services .item .desc {
  position: relative;
  background: #f2f2f2;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services-us .services .item .desc .icon {
  width: 56px;
  height: 56px;
  background: #fd1301;
  border-radius: 4px;
  position: absolute;
  right: 23px;
  top: -30px;
  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;
  text-align: center;
}

.services-us .services .item .desc h4 {
  color: #1a1a1a !important;
  font-size: 20px;
  font-weight: 600;
}

.services-us .services .item .desc ul li {
  color: #666;
  font-size: 15px;
  font-weight: 400;
}

.services-us .services .item .desc a {
  color: #666;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  padding-bottom: 5px;
  width: 80px;
}

.services-us .services .item .desc a span {
  margin-left: 7px;
}

.services-us .services .item .desc a span img {
  width: 13px;
}

.services-us .services .item .desc a:before {
  height: 2px;
}

.services-us .services .item .desc a:hover {
  text-decoration: none;
}

.team-bnr {
  background: url(../img/team-.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  position: relative;
  top: -23px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 225px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .team-bnr {
    background-size: cover !important;
  }
}

.team-bnr .opacity-color {
  background: rgba(2, 127, 255, 0.8);
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.team-bnr h2 {
  z-index: 2;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
}

.team-bnr .breadcrumb {
  padding: 0;
  z-index: 2;
  position: relative;
  background: transparent;
  text-align: center;
  display: block;
}

.team-bnr .breadcrumb li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 22px !important;
  color: #ffffff !important;
  font-weight: 500;
}

.team-bnr .breadcrumb li a {
  color: #fd1301 !important;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 22px !important;
}

.team-bnr .breadcrumb li a:hover {
  text-decoration: none;
}

.team-us {
  margin-top: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .team-us {
    margin-top: 10px;
    padding: 0px 10px;
  }
}

.team-us .heading {
  position: relative;
  padding-left: 50px;
}

.team-us .heading h1 {
  color: #1a1a1a !important;
  font-size: 36px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.team-us .heading h1 b {
  font-weight: 700;
}

.team-us .heading h1:after {
  background: #fd1301;
  height: 3px;
  width: 69px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.team-us .heading:before {
  background: url(../img/heading-black.png) no-repeat;
  height: 35px;
  width: 35px;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
}

.team-us p {
  color: #666;
  font-size: 16px;
  margin-top: 40px;
  font-weight: 400;
}

.team-us .teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
  margin-top: 60px;
}

.team-us .teams .box {
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 767px) {
  .team-us .teams .box {
    padding: 0;
  }
}

.team-us .teams .box .box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ebebeb;
  padding: 40px 20px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 1247px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .team-us .teams .box .box-item {
    min-height: auto;
  }
}

.team-us .teams .box .box-item .img {
  padding: 0px 20px;
  height: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  border-radius: 50%;
  border: 10px solid #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .team-us .teams .box .box-item .img {
    height: 250px;
    width: 250px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .team-us .teams .box .box-item .img img {
    height: auto;
    width: 130px;
  }
}

.team-us .teams .box .box-item .blue-bg_color {
  background-color: #55c6d2 !important;
}

.team-us .teams .box .box-item .pink-bg_color {
  background-color: #e95955 !important;
}

.team-us .teams .box .box-item .green-bg_color {
  background-color: #a8cf53 !important;
}

.team-us .teams .box .box-item .purple-bg_color {
  background-color: #9550d6 !important;
}

.team-us .teams .box .box-item .img:first-child {
  background-color: #55c6d2;
}

.team-us .teams .box .box-item h2 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 30px;
}

.team-us .teams .box .box-item h2:nth-child(1) {
  color: #55c6d2;
}

.team-us .teams .box .box-item h5 {
  font-weight: 500;
  font-size: 20px;
  color: #000 !important;
  text-shadow: 0 0 0 #000;
  margin-bottom: 0;
}

.team-us .teams .box .box-item .blue-color {
  color: #55c6d2 !important;
}

.team-us .teams .box .box-item .pink-color {
  color: #e95955 !important;
}

.team-us .teams .box .box-item .green-color {
  color: #a8cf53 !important;
}

.team-us .teams .box .box-item .purple-color {
  color: #9550d6 !important;
}

.team-us .teams .box .box-item .detail {
  background-color: #ffffff;
  text-align: center;
  margin-top: 50px;
  padding: 30px 30px;
  position: relative;
}

.team-us .teams .box .box-item .detail:before {
  background-image: url(../img/arow.png);
  content: "";
  position: absolute;
  top: -29px;
  left: 40%;
  width: 61px;
  height: 40px;
  z-index: 4535;
}

.team-us .teams .box .box-item .detail span {
  color: #959595;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 24px;
  display: block;
}

.team-us .teams .box .box-item .detail hr {
  color: #dddddd;
  background-color: #dddddd;
}

.team-us .teams .box .box-item .detail h6 {
  font-weight: 600;
  font-size: 20px;
  color: #000 !important;
  margin-top: 24px;
}

.team-us .teams .box .box-item .detail p {
  color: #959595;
  font-size: 14px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 0;
}

.team-us .teams .box .box-item .detail p b {
  color: #000000;
}

.team-us .teams .box .box-item .detail a.btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 230px;
}

.team-us .teams .box .box-item .detail .blue-bg_color {
  background-color: #55c6d2 !important;
}

.team-us .teams .box .box-item .detail .pink-bg_color {
  background-color: #e95955 !important;
}

.team-us .teams .box .box-item .detail .green-bg_color {
  background-color: #a8cf53 !important;
}

.team-us .teams .box .box-item .detail .purple-bg_color {
  background-color: #9550d6 !important;
}

.services-bnr {
  background: url(../img/service.jpg) bottom !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  position: relative;
  top: -23px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 225px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .services-bnr {
    background-size: cover !important;
  }
}

.services-bnr .opacity-color {
  background: rgba(2, 127, 255, 0.8);
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.services-bnr h2 {
  z-index: 2;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
}

.services-bnr .breadcrumb {
  padding: 0;
  z-index: 2;
  position: relative;
  background: transparent;
  text-align: center;
  display: block;
}

.services-bnr .breadcrumb li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 22px !important;
  color: #ffffff !important;
  font-weight: 500;
}

.services-bnr .breadcrumb li a {
  color: #fd1301 !important;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 22px !important;
}

.services-bnr .breadcrumb li a:hover {
  text-decoration: none;
}

.services-us {
  margin-top: 50px;
  margin-bottom: 100px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .services-us {
    margin-top: 10px;
    padding: 0px 10px;
  }
}

.services-us .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 320px) and (max-width: 767px) {
  .services-us .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.services-us .container .side-service-name .service-menu {
  display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
  .services-us .container .side-service-name .service-menu {
    display: block;
    background-color: #fd1301;
    text-transform: uppercase;
    border-color: #fd1301;
    letter-spacing: 3px;
  }
}

.services-us .container .side-service-name .btn-primary:not(:disabled):not(.disabled).active:focus, .services-us .container .side-service-name .btn-primary:not(:disabled):not(.disabled):active:focus, .services-us .container .side-service-name .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.5);
}

@media (min-width: 320px) and (max-width: 767px) {
  .services-us .container .side-service-name #multiCollapseExample1 {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .services-us .container .side-service-name .collapse.show {
    display: block !important;
  }
}

.services-us .container .side-service-name ul li {
  margin-top: 10px;
}

.services-us .container .side-service-name ul li a {
  padding: 10px 12px;
  background: #f9f9f9;
  font-size: 17px;
  color: #666;
  display: block;
  font-weight: 600;
}

.services-us .container .side-service-name ul li a:hover {
  text-decoration: none;
  color: #ffffff !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .services-us .container .service-detail {
    margin-top: 30px;
  }
}

.services-us .container .service-detail .heading {
  position: relative;
  padding-left: 50px;
}

.services-us .container .service-detail .heading h1 {
  color: #1a1a1a !important;
  font-size: 36px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.services-us .container .service-detail .heading h1 b {
  font-weight: 700;
}

.services-us .container .service-detail .heading h1:after {
  background: #fd1301;
  height: 3px;
  width: 69px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.services-us .container .service-detail .heading:before {
  background: url(../img/heading-black.png) no-repeat;
  height: 35px;
  width: 35px;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
}

.services-us .container .service-detail .img {
  height: 242px;
  margin-top: 34px;
  overflow: hidden;
}

.services-us .container .service-detail .img img {
  width: 100%;
}

.services-us .container .service-detail ul {
  margin-top: 30px;
}

.services-us .container .service-detail ul li {
  color: #666;
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 7px;
  position: relative;
}

.services-us .container .service-detail ul li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
}
/*# sourceMappingURL=main.css.map */