/*!
 * Bootstrap-select v1.13.9 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select>select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none!important
}
.bootstrap-select {
  width: 220px\0;
  vertical-align: middle
}
.bootstrap-select>.dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.bootstrap-select>.dropdown-toggle:after {
  margin-top: -1px
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #999
}
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, .5)
}
.bootstrap-select>select {
  position: absolute!important;
  bottom: 0;
  left: 50%;
  display: block!important;
  width: .5px!important;
  height: 100%!important;
  padding: 0!important;
  opacity: 0!important;
  border: none;
  z-index: 0!important
}
.bootstrap-select>select.mobile-device {
  top: 0;
  left: 0;
  display: block!important;
  width: 100%!important;
  z-index: 2!important
}
.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
  border-color: #b94a48
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {
  border-color: #28a745
}
.bootstrap-select.fit-width {
  width: auto!important
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: thin dotted #333!important;
  outline: 5px auto -webkit-focus-ring-color!important;
  outline-offset: -2px
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none
}
:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto
}
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right
}
.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
  margin-bottom: 0
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit
}
.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: .25rem .5rem
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: .5rem 1rem
}
.form-inline .bootstrap-select .form-control {
  width: 100%
}
.bootstrap-select.disabled, .bootstrap-select>.disabled {
  cursor: not-allowed
}
.bootstrap-select.disabled:focus, .bootstrap-select>.disabled:focus {
  outline: 0!important
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0!important;
  padding: 0!important
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0!important;
  float: left;
  opacity: 0!important;
  overflow: hidden
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.bootstrap-select .dropdown-menu>.inner:focus {
  outline: 0!important
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.bootstrap-select .dropdown-menu li {
  position: relative
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, .5)!important
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block
}
.bootstrap-select .dropdown-menu li small {
  padding-left: .5em
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
  width: auto
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0'
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: .5em;
  height: 1em;
  border-style: solid;
  border-width: 0 .26em .26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
  z-index: 1061
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, .2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, .2);
  border-bottom: 0
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
  display: block
}
.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.bs-actionsbox .btn-group button {
  width: 50%
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.bs-donebutton .btn-group button {
  width: 100%
}
.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none
}
@font-face {
  font-family: 'Proxima-regular';
  src: url('../fonts/proximanova-regular-webfont.eot');
  src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular-webfont.ttf') format('ttf'), url('../fonts/proximanova-regular-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima-bold';
  src: url('../fonts/proximanova-bold-webfont.eot');
  src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-bold-webfont.ttf') format('ttf'), url('../fonts/proximanova-bold-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima-extrabold';
  src: url('../fonts/proximanova-extrabold-webfont.eot');
  src: url('../fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-extrabold-webfont.ttf') format('ttf'), url('../fonts/proximanova-extrabold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'RageItalic';
  src: url('../fonts/RageItalic.eot');
  src: url('../fonts/RageItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/RageItalic.woff2') format('woff2'), url('../fonts/RageItalic.woff') format('ttf'), url('../fonts/RageItalic.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Pacifico';
  src: url('../fonts/Pacifico.eot');
  src: url('../fonts/Pacifico.eot?#iefix') format('embedded-opentype'), url('../fonts/Pacifico.woff') format('ttf'), url('../fonts/Pacifico.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
.btn.focus, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn {
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  color: #fff;
}
.btn:hover {
  color: #fff;
}
.nav-link {
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
header.main-header .nav-link:hover {
  color: #333 !important;
}
body {
  position: relative;
  font-family: 'Proxima-regular';
  overflow-x: hidden;
}
body.home:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 950px;
  height: 903px;
  background: url('../images/body-path.svg') 0% 0% no-repeat;
}
.container {
  max-width: 1186px;
}
header.main-header .nav-link {
  color: #000 !important;
  line-height: 20px;
  font-size: 16px;
}
header.main-header nav {
  padding: 20px 0px;
}
header.main-header.small nav {
  padding: 10px 0px;
}
header.main-header .nav-link:focus, header.main-header .nav-link:hover {
  color: #000;
}
header.main-header .nav-item {
  padding: 0px 25px;
  position: relative;
}
header.main-header .nav-item.home .nav-link {
  padding: 7px 10px;
}
header.main-header .nav-item.home img {
  max-width: 24px;
}
header.main-header .nav-item .form-image {
  background: url('../images/banner-svg.svg');
  background-size: contain;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
header.main-header .nav-item .btn-bold-red:hover {
  background: #e52752;
}
header.main-header .nav-item .btn-bold-red {
  color: #fff;
  max-width: 100%;
  width: 124px;
  background: #b33130;
  border-radius: 3px;
  opacity: 1;
}
.banner-section {
  position: relative;
  min-height: 506px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 70px 0px 0px;
}
.banner-section .banner-deatils {
  text-align: left;
}
.banner-section.mbook {
  margin: 30px 0 0;
  min-height: 460px;
}
.banner-section.mbook:before {
  background: url('../images/mbook-publishing.svg');
  position: absolute;
  content: '';
  max-width: 740px;
  width: 100%;
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  background-position: right;
  right: 180px;
}
.banner-section.translate:before {
  background: url('../images/translate-banner.svg');
  position: absolute;
  content: '';
  max-width: 638px;
  width: 100%;
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  background-position: right;
  right: 90px;
}
.banner-section h1 {
  font: Bold 45px/1.2 Proxima-bold;
  letter-spacing: normal;
  color: #b33130;
  text-transform: uppercase;
  max-width: 790px;
  margin: 0 auto 28px;
}
.banner-section.mbook h1 span {
  padding-bottom: 17px;
}
.banner-section h1 span {
  font-size: 25px;
  font-family: 'Proxima-regular';
  line-height: 1.04;
  letter-spacing: normal;
  font-weight: 500;
  text-transform: capitalize;
  color: #000000;
}
.banner-section h1.full-heading {
  max-width: 100%;
}
.banner-section h1 span {
  display: block;
  padding-bottom: 4px;
}
.banner-section p {
  font: Bold 30px/1.17 Proxima-bold;
  letter-spacing: 0;
  color: #181717;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-right: 96px;
}
.banner-section p.detail-text {
  font: 500 20px/1.5 Proxima-regular;
  text-transform: none;
  color: #181717;
  padding-right: 0px;
}
.banner-deatils .img-wrap {
  padding-right: 96px;
}
.banner-section p.detail-text.grey {
  color: #727272;
}
.banner-section a.btn {
  width: auto;
  border: 1px solid #00000000;
  line-height: 35px;
  padding: 5px 17px;
  font-size: 16px;
  border-radius: 3px;
  background-color: #e52752;
  margin-top: 5px;
}
.banner-section a.btn:focus, .banner-section a.btn:hover {
  background-color: #b33130;
  color: #fff;
}
.white-bg .shadow-white {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  max-width: 1196px;
  padding: 36px 65px;
  text-align: right;
  position: relative;
  background-color: #ffffff;
}
.white-bg .shadow-white p {
  font-size: 20px;
  line-height: 1.3;
  margin: 0px;
  text-align: center;
  color: #000000;
  display: inline-block;
  float: left;
  padding: 12px 0px;
}
.white-bg .shadow-white a.btn {
  width: auto;
  height: 49px;
  border: 1px solid #00000000;
  line-height: 35px;
  font-size: 16px;
  border-radius: 3px;
  background-color: #e52752;
  max-width: 100%;
  margin-top: 0px;
}
.white-bg .shadow-white a.btn:focus, .white-bg .shadow-white a.btn:hover {
  color: #fff;
  background-color: #b33130;
}
.mbook-publishing {
  padding: 56px 0px;
}
.mbook-publishing .card-body-mbook {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to bottom, #fff5f5, #ffffff);
  padding: 30px 26px;
  height: 100%;
  margin-bottom: 17px;
}
.mbook-publishing .icon-image {
  margin-bottom: 24px;
  min-height: 80px;
}
.mbook-publishing .icon-image.small img {
  max-width: 65px;
}
.mbook-publishing .row>div {
  padding: 0px 8px 16px;
}
.mbook-publishing .row>div>div {
  height: 100%;
}
.mbook-publishing h1 {
  font: Bold 45px/1.2 Proxima-bold;
  text-align: center;
  color: #000000;
  padding-bottom: 58px;
  text-transform: uppercase;
}
.mbook-publishing .card-text {
  font-size: 18px;
  line-height: 1.44;
  text-align: center;
  color: #000000;
}
.mbook-publishing .card-body-mbook img {
  max-width: 81px;
}
.box-section {
  padding: 54px 0px 24px;
}
.box-section .icon-image img {
  max-width: 81px;
  width: 100%;
}
.box-section .sub-text {
  text-align: center;
  font: 600 25px/30px Proxima-regular;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 20px;
}
.box-section .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.box-section .row>div:nth-child(3n+1) .card {
  margin-left: auto;
  margin-right: 0;
}
.box-section .row>div:nth-child(3n-3) .card {
  margin-left: 0;
  margin-right: auto;
}
.box-section h1 {
  margin-bottom: 56px;
  text-align: center;
  font: Bold 45px/54px Proxima-bold;
  letter-spacing: 0;
  color: #000000;
  text-transform: uppercase;
}
.box-section p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.box-section .card {
  max-width: 287px;
  border: 1px solid #70707052;
  border-radius: 5px;
  width: 100%;
  margin: 0 auto 70px;
}
.box-section .card-body {
  padding: 60px 12px;
}
.box-section .card-text {
  font: 600 25px/1.2 Proxima-bold;
  letter-spacing: normal;
  margin-top: 40px;
  color: #000000;
}
.box-section .circle {
  width: 71px;
  height: 71px;
  background: #4de6ff;
  margin: 0 auto 28px;
  display: table;
  border-radius: 50%;
}
.box-section .circle.green {
  background: #A9E815;
}
.box-section .circle.violet {
  background: #9C8EFF;
}
.box-section .circle.purple {
  background: #D674FF;
}
.box-section .circle.orange {
  background: #FF972E;
}
.box-section .circle.yellow {
  background: #FFE01A;
}
.box-section .circle p {
  text-align: center;
  font: 500 28px/34px Proxima-regular;
  letter-spacing: 0;
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF;
  opacity: 1;
}
.box-section.two-column .row>div:first-child {
  padding-right: 0px;
}
.box-section.two-column .card-body {
  padding: 34px 41px 34px 51px;
  min-height: 505px;
}
.box-section.two-column .row {
  padding-top: 46px;
}
.box-section.two-column .card-body p.sub-text {
  text-align: left;
  font: 500 18px/22px Proxima-regular;
  letter-spacing: 0;
  padding-top: 25px;
  color: #000000;
}
.box-section.two-column .circle {
  margin: 0 0 18px;
  width: 53px;
  height: 53px;
}
.box-section.two-column .circle p {
  font-size: 21px;
}
.box-section.two-column .card {
  max-width: 100%;
}
.box-section.two-column .card-text {
  font: Bold 30px/37px Proxima-bold;
  letter-spacing: 0;
  color: #000000;
  text-transform: uppercase;
}
.banner-text {
  text-align: center;
  padding: 10px 0 0;
}
.banner-text h1 {
  text-align: center;
  font: Bold 50px/70px Proxima-bold;
  letter-spacing: 0;
  color: #181717;
  margin-bottom: 27px;
  text-transform: uppercase;
}
.banner-text h1 strong {
  color: #B33130
}
.banner-text h1 span {
  display: block;
  font-family: 'Proxima-regular';
  font-weight: 500;
}
.banner-text p, .banner-text h5 {
  text-align: center;
  font: 500 21px/25px Proxima-regular;
  letter-spacing: 0;
  padding: 5px 0;
  color: #000000;
  display: inline-block;
  position: relative;
  margin: 0px 0px 0px 3px;
}
.banner-text h5 {
  font: 500 21px/25px Proxima-bold;
}
.banner-text h5 i {
  font-style: normal;
}
.banner-text h5 i:first-child span {
  margin: 0px -22px;
  transform: rotate(-10deg);
}
.banner-text h5 i:nth-child(3) span {
  transform: rotate(-10deg);
}
.banner-text h5 i:nth-child(3) span:before {
  left: 2px;
}
.banner-text h5 i:first-child span:before {
  left: 8px;
}
.banner-text h5 span {
  position: absolute;
  top: -17px;
  font-family: 'Pacifico';
  margin: 0px -9px;
  font-size: 13px;
  color: #b33130;
  line-height: 1.77;
}
.banner-text h5 span:before {
  content: '';
  background: url('../images/right-up-arrow.svg');
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  left: 7px;
}
.banner-text .banner-svg {
  padding: 60px 0 40px;
}
.banner-text .banner-svg img {
  max-width: 100%;
  width: 100%;
}
.banner-icon-section>img {
  margin-bottom: 8px;
  height: 100px;
}
.banner-icon-section > a {
  display: inline-block;
}
.banner-icon-section a.btn {
  width: 92px;
  border-radius: 3px;
  border: solid 1px #b23130;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #b33130;
}
.banner-icon-section a.btn:hover {
  color: #ffffff;
  background: #e52752;
}
.banner-icon-section p {
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #848484;
  padding: 10px 0px 0px;
  margin: 0px;
}
.banner-icon-section p span {
  display: none;
}
.banner-icon-section h4 img {
  max-width: 99px;
  width: 100%;
  margin: -5px 0px 0px;
}
.banner-icon-section h4 span {
  font-size: 34px;
  line-height: 1.21;
  text-align: left;
  color: #231f20;
  padding-left: 7px;
}
.banner-btn:focus, .banner-btn:hover {
  color: #fff;
  background: #b33130;
}
.banner-btn {
  max-width: 100%;
  width: 168px;
  height: 49px;
  background: #e52752;
  margin: 35px 0 84px;
  border: 1px solid #e52752;
  border-radius: 3px;
  font-size: 16px;
  line-height: 34px;
  color: #fff;
}
.icon-col-section {
  padding: 34px 0 80px;
}
.icon-col-section .card {
  padding: 64px 0px 15px;
}
.icon-col-section .no-gutters>div {
  padding: 0px 8px;
}
.icon-col-section h5 {
  margin: 20px 0 30px;
  color: #000;
  font: Bold 25px/30px Proxima-bold;
}
.icon-col-section p {
  color: #848484;
  font: 500 16px/22px Proxima-Regular;
  margin-bottom: 32px;
}
.icon-col-section .btn:hover {
  background: #b01817 0% 0% no-repeat padding-box;
}
.icon-col-section .btn {
  max-width: 100%;
  width: 92px;
  height: 34px;
  background: #B23130 0% 0% no-repeat padding-box;
  border: 1px solid #00000000;
  border-radius: 3px;
  font-size: 16px;
  line-height: 22px
}
.testimonials-section .card .btn:hover {
  background: #b01817 0% 0% no-repeat padding-box;
}
.testimonials-section.light-blue {
  background: rgba(244, 247, 254, 0.5);
}
.testimonials-section {
  color: #000000;
  text-align: center;
  padding: 70px 0px;
  background: transparent -o-linear-gradient(top, #FFF5F5 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFF5F5), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFF5F5 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.testimonials-section h1 {
  font: Bold 45px/54px Proxima-bold;
  letter-spacing: 0;
}
.testimonials-section .card {
  padding: 58px 70px;
  margin-top: 85px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  width: calc(100% - 1px);
}
.testimonials-section .card .card-img-top {
  max-width: 92px;
  margin: 0px auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -46px;
  display: block;
}
.testimonials-section .card .card-body {
  padding-top: 15px;
}
.testimonials-section h5 {
  font: Bold 30px/37px Proxima-bold;
  margin: 0 0 3px;
}
.testimonials-section p.card-text {
  font: 500 16px/24px Proxima-Regular;
  color: #989898;
}
.testimonials-section p.user-position {
  font: 500 16px/24px Proxima-Regular;
  color: #989898;
}
.testimonials-section .card .btn {
  max-width: 100%;
  width: 189px;
  margin-top: 28px;
  height: 69px;
  background: #B23130 0% 0% no-repeat padding-box;
  border-radius: 3px;
  border: none;
  font: 500 24px/58px Proxima-Regular;
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.testimonials-section .card .btn:before {
  position: absolute;
  content: '';
  width: 126px;
  height: 41px;
  background: #B23130 0% 0% no-repeat padding-box;
  border-radius: 3px;
  opacity: 0.46;
  -webkit-filter: blur(16px);
  filter: blur(16px);
  bottom: -12px;
  left: 35px;
}
.testimonials-section .owl-nav>div {
  width: 64px;
  height: 58px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  position: absolute;
  top: 105px;
  font-size: 0;
}
.testimonials-section .owl-nav .owl-prev {
  left: -20px;
}
.testimonials-section .owl-nav .owl-next {
  right: -20px;
}
.testimonials-section .owl-nav .owl-prev:before {
  background: url('../images/left-arrow.svg') 0% 0% no-repeat;
  content: '';
  width: 15px;
  height: 26px;
  background-size: cover;
  left: 26px;
  position: absolute;
  top: 18px;
}
.testimonials-section .owl-nav .owl-next:before {
  background: transparent url('../images/right-arrow.svg') 0% 0% no-repeat;
  content: '';
  width: 15px;
  height: 26px;
  background-size: cover;
  right: 26px;
  position: absolute;
  top: 18px;
}
.testimonials-section .owl-item {
  margin-bottom: 78px;
}
footer {
  padding: 60px 0 0;
  border-top: 1px solid #d0d0d0;
}
footer .navbar-brand {
  max-width: 280px;
  margin: 0;
  display: block;
}
footer .navbar-brand img {
  max-width: 100%;
  width: 100%;
}
footer .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .row .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 40px;
}
footer .row .navbar-nav .nav-item {
  padding: 0px 8px;
  max-width: 192px;
  width: 100%;
}
footer .row .navbar-nav .nav-item.translate-230 {
  max-width: 230px;
}
footer .row .navbar-nav .nav-item .nav-link {
  color: #000;
  line-height: 20px;
  padding: 16px 0px;
}
footer .row .navbar-nav .nav-item div > img {
  max-height: 22px;
  max-width: 100%;
}
footer .row .navbar-nav .nav-item div span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 3px;
}
.logo-image-wrap {
  /*max-width:96px;
    display: inline-block;
    vertical-align: middle;*/
}
.max-h-22 {
  max-height: 22px;
}
.max-h-50 {
  max-height: 50px;
  height: 50px;
}
.image-inline-tt {
  vertical-align: text-top;
  display: inline-block;
}
.image-inline-sub {
  vertical-align: sub;
  display: inline-block;
}
.logo-image-wrap img {
  max-height: 22px;
  display: inline-block;
  vertical-align: middle;
}
.theme-text-color {
  color: #b33130;
}
.logo-image-wrap.lg {
  max-width: 196px;
  vertical-align: text-top;
}
.font-Proximabold {
  font-family: Proxima-bold;
}
footer h5 {
  font: 500 20px/20px Proxima-Regular;
  letter-spacing: 0;
  color: #505050;
  margin-bottom: 20px;
  text-align: center;
}
footer .social-icons {
  text-align: center;
}
footer .social-icons img {
  margin: 0px 4px;
}
footer .copy-right {
  background: #F6F6F6;
  margin: 33px 0 0;
  padding: 21px 15px;
  text-align: center;
}
footer .copy-right p {
  margin: 0px;
  font: 500 13px/16px Proxima-Regular;
  letter-spacing: 0;
  color: #000000;
}
/* Forms */

.height100 {
  height: 100%;
}
.customform {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 100px 0;
}
.bg-form {
  background-color: #ff2c5c;
}
.customform h2 {
  font-family: Proxima-bold;
  font-size: 50px;
  font-weight: normal;
  text-transform: uppercase;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}
#submityoursamplescript .customform h2 {
  font-size: 36px;
}
.form-control {
  border: none;
  outline: 0;
  box-shadow: none;
  border-radius: 6px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.1;
  color: #455a64;
  padding: 13px 20px;
}
.form-control:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}
.btn-black {
  border-radius: 6px;
  background-color: #455a64;
  font-family: Proxima-bold;
  font-weight: normal;
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: normal;
  text-transform: uppercase;
  padding: 9px 10px;
}
.btn-black:hover {
  background-color: rgba(69, 90, 100, 0.9);
}
/*Reach & aspire*/

.banner-section.reach {
  margin: 45px 0px 0px;
}
.banner-section.reach:before {
  background: url('../images/reach-banner.svg');
  position: absolute;
  content: '';
  max-width: 593px;
  width: 100%;
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  background-position: right;
  right: 90px;
}
.banner-section.reach h1 {
  margin: 0 auto 12px;
}
.box-section.about-reach .card-body {
  padding: 60px 12px 40px 12px;
}
.about-reach-content {
  margin: 30px 0 25px 0;
}
.about-reach-content p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 35px 0;
}
.about-reach-content p:last-child {
  margin: 0 0 15px 0;
}
.about-reach-content a.btn {
  width: auto;
  border: 1px solid #00000000;
  line-height: 35px;
  padding: 5px 17px;
  font-size: 16px;
  border-radius: 3px;
  background-color: #e52752;
  margin-top: 5px;
}
.about-reach-content a.btn:focus, .about-reach-content a.btn:hover {
  background: #b33130;
  color: #fff;
}
.banner-section.aspire:before {
  background: url(../images/aspire-banner.svg);
  position: absolute;
  content: '';
  max-width: 645px;
  width: 100%;
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  background-position: right;
  right: 90px;
}
.white-block-section {
  margin: 0 0 50px 0;
}
.white-block-section .white-box {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  height: 120px;
  padding: 35px 50px;
  position: relative;
}
.white-block-section h3 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0;
}
.white-block-section a.btn {
  width: auto;
  border: 1px solid #00000000;
  line-height: 35px;
  padding: 5px 17px;
  font-size: 16px;
  border-radius: 3px;
  background-color: #e52752;
  margin-top: 0;
}
.white-block-section a.btn:focus, .white-block-section a.btn:hover {
  background-color: #b33130;
  color: #fff;
}
.box-section.aspire-box {
  padding: 54px 0px 40px;
}
.aspire-block {
  margin: 70px 0 60px 0;
}
.aspire-block .card-body {
  padding: 35px 30px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to bottom, #fff5f5, #ffffff);
}
.box-section .aspire-block .icon-image img {
  max-width: 100%;
  width: 100%;
  height: 86px;
}
.box-section .aspire-block h3 {
  font-size: 30px;
  font-weight: bold;
  font-family: 'Proxima-bold';
  line-height: 1.23;
  margin: 30px 0 0 0;
  color: #000;
}
.aspire-block-list {
  list-style: none;
  padding: 0;
  margin: 70px 0 0 0;
}
.aspire-block-list li {
  text-align: center;
  margin: 20px 0 25px 0;
  font-size: 18px;
  line-height: 23px;
  color: #000;
}
.aspire-box .btn {
  width: auto;
  border: 1px solid #00000000;
  line-height: 35px;
  padding: 5px 17px;
  font-size: 16px;
  border-radius: 3px;
  background-color: #e52752;
}
.aspire-box .btn:focus, .aspire-box .btn:hover {
  background-color: #b33130;
  color: #fff;
}
.form-group label.error {
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  display: block;
  color: #ffffff;
  font-size: 13px;
}
.custom-file {
  text-align: left;
  height: auto;
}
.custom-file-label {
  border: none;
  height: auto;
  padding: 10px 10px;
}
.custom-file-input {
  height: 42px;
}
.custom-file-label::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 60px;
  bottom: 0;
  display: block;
  background-image: url(../images/browse.svg);
  background-position: left center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  z-index: 4;
  background-size: 16px;
}
.custom-file-label::after {
  background-color: #455a64;
  color: #ffffff;
  height: 100%;
  padding: 12px 12px 12px 40px;
  font-size: 14px;
}
.custom-file .form-control {
  padding: 10px 20px;
}
.custom-file span {
  font-size: 14px;
  color: #ffffff;
}
#translateModal .customform, #translateModalBook .customform {
  padding: 60px 0;
}
a {
  color: #b33130;
}
a:hover, a:focus {
  color: #e52752;
}
.haeding-h2 {
  font: Bold 30px/1.17 Proxima-bold;
  letter-spacing: 0;
  color: #181717;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 40px;
}
.bootstrap-select .btn-light {
  background-color: #ffffff;
  color: #000000;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
  background-color: #ffffff;
  color: #000000;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #000000;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  border-radius: 6px;
  outline: none !important;
  box-shadow: none;
}
.dropdown-item:focus, .dropdown-item:hover {
  outline: none;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: transparent;
  color: #000000;
}
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 101;
  font-size: 32px;
  font-weight: 300;
}
.close:focus, .close:hover {
  outline: none;
}
.modal-content .pr-4 {
  padding-right: 0 !important;
}
.privacy-policy p {
  margin: 0 0 15px 0;
}
.privacy-policy .box-section h1 {
  margin-bottom: 20px;
}
.notification-text {
  font-size: 13px;
  font-style: italic;
  color: #ffffff;
  text-align: left;
}
footer .row .navbar-nav .nav-item.custom-btn-link {
  text-align: right;
  margin: 10px auto;
}
footer .row .navbar-nav .nav-item.custom-btn-link a.nav-link {
  background: #b33130;
  text-align: center;
  padding: 10px 25px;
  color: #ffffff;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  max-width: 150px;
}
footer .row .navbar-nav .nav-item.custom-btn-link a.nav-link:hover {
  background: #e52752;
  color: #ffffff;
}
footer .row .navbar-nav .nav-item.custom-btn-link.fb a img {
  width: 100px;
}
footer .row .navbar-nav .nav-item.custom-btn-link.fb a.nav-link {
  background: #4967A9;
}
footer .row .navbar-nav .nav-item.custom-btn-link.fb a.nav-link:hover {
  background: #4967A9;
  color: #ffffff;
}
/*05-03-2020*/
/*Translate page*/

.banner-section.translate.banner-with-ad:before {
  display: none;
}
.advertise-wrap {
  padding: 10px 0;
  margin: -60px auto 0;
  max-width: 400px;
}
.advertise-wrap figure {
  margin: 0 5px;
}
.advertise-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 auto;
  right: 0;
}
.ad-wrap h4 {
  font: Bold 26px/1.17 Proxima-bold;
  color: #202020;
  text-transform: uppercase;
  margin: 0;
}
.advertise-wrap h2 {
  font: Bold 35px/1.17 Proxima-bold;
  letter-spacing: 0;
  color: #181717;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.advertise-wrap h3 {
  font: Bold 35px/1.17 Proxima-bold;
  color: #e52752;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  z-index: 1;
}
.project-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.project-list {
  padding: 10px 0;
  max-width: 250px;
  margin: 0 auto;
}
.project-list ul li {
  color: #000000;
  padding: 3px 0;
  font-weight: 500;
  font-size: 20px;
}
.project-list ul li span:first-child {
  width: 225px;
  display: inline-block;
  text-align: left;
}
.ad-wrap {
  max-width: 280px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 3px;
  margin: 220px auto 0;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.project-list ul li span:nth-child(2) {
  font-weight: 800;
}
.advertise-wrap .btn {
  text-transform: inherit;
  font-weight: 200;
  font-family: 'Proxima-regular';
}
/*05-03-2020*/

.our-work-section {
  padding: 90px 0 0;
}
.our-works-list {
  padding: 90px 0;
  background-image: -webkit-linear-gradient(#fff5f5, #ffffff);
  background-image: -o-linear-gradient(#fff5f5, #ffffff);
  background-image: linear-gradient(#fff5f5, #ffffff);
}
.heading h2 {
  font-size: 45px;
  font-family: 'Proxima-bold';
  color: #000000;
}
.our-work-section .heading {
  margin-bottom: 40px;
}
.our-works-item {
  text-align: center;
  margin: 30px 0;
}
.our-works-item figcaption {
  margin-top: 20px;
}
.our-works-item figure {
  max-width: 187px;
  margin: 0 auto;
}
.our-works-item img {
  max-width: 100%;
}
.our-works-item h6 {
  font-size: 16px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.our-works-item p {
  font-size: 16px;
  color: #727272;
  margin: 0;
}
.filter-block {
  background: #ffffff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  padding: 40px 50px;
}
.filter-block h5 {
  font-size: 25px;
  margin: 0;
}
.filter-block select, .filter-block input[type=text] {
  border: solid 1px #dbdbdb;
  background-color: #ffffff;
  height: 38px;
  font-size: 16px;
  color: #303030;
  width: 100%;
  padding: 6px 20px;
  line-height: 1;
}
.filter-block .btn {
  border-radius: 3px;
  font-size: 16px;
  width: calc(50% - 10px);
  height: 38px;
  text-transform: capitalize;
  margin: 0 5px !important;
}
.filter-block .btn-primary {
  background-color: #e52752;
  border-color: #e52752;
}
.filter-block .btn-default {
  background-color: #ffffff;
  border-color: #212121;
  color: #212121;
}
.filter-block .btn-primary:hover, .filter-block .btn-primary:focus, .filter-block .btn-primary:active {
  background-color: #fff;
  color: #e52752;
}
.filter-block .btn-default:hover, .filter-block .btn-default:focus, .filter-block .btn-default:active {
  background: #212121;
  color: #ffffff;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background: #e52752 !important;
  color: #ffffff !important;
  border: 1px solid #e52752 !important;
}
.ui-menu .ui-menu-item-wrapper {
  font-size: 13px;
  padding: 5px 15px !important;
  font-weight: 500;
}
.filter-block .btn-group {
  width: 100%;
}
.filter-block .btn-group>.btn-group:not(:first-child)>.btn, .filter-block .btn-group>.btn:not(:first-child), .filter-block .btn-group>.btn-group:not(:last-child)>.btn, .filter-block .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 3px;
}
.our-works-list .pagination {
  padding-top: 40px;
}
.pagination {
  text-align: center;
  align-content: center;
  justify-content: center;
  margin: 0 -10px;
}
.pagination li a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  overflow: hidden;
  color: #000000;
  line-height: 50px;
  background-color: #ffe9ee;
}
.pagination li {
  padding: 0 10px;
}
.pagination li.active a, .pagination li:hover a {
  background: #e52752;
  color: #ffffff;
  text-decoration: none;
}
.pagination li.disabled a {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.pagination li.disabled:hover a {
  background-color: #ffe9ee;
  color: #000;

}
.pagination li.disabled.prev-btn:hover a {
  background-image: url(../images/left-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pagination li.disabled.next-btn:hover a {
  background-image: url(../images/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pagination li.prev-btn a {
  background-image: url(../images/left-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pagination li.next-btn a {
  background-image: url(../images/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pagination li.prev-btn:hover a {
  background-image: url(../images/left-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.pagination li.next-btn:hover a {
  background-image: url(../images/right-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.custom-message {
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 22px;
}
.custom-message:before {
    content: '';
    height:100px;
    width:100px;
    display: block;
    background: url(../images/no-book.svg);    
  background-repeat: no-repeat;
  background-position: center center;
      background-size: 100px 100px;
    margin: 0 auto;
}
@media (min-width: 767px) {
  .modal-dialog {
    max-width: 750px;
  }
  header.main-header .nav-item .btn-bold-red {
    margin-left: 0.5rem;
  }
}
@media (min-width: 992px) {
  .aspire-block .card-body {
    height: 100%;
  }
  .modal-lg {
    max-width: 980px;
  }
  .modal-dialog {
    margin: 10rem auto;
  }
}
@media screen and (max-width: 1366px) {
  .banner-section.translate:before {
    right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .white-bg .shadow-white {
    padding: 20px;
    text-align: center;
  }
  .white-bg .shadow-white p {
    float: none;
    padding-top: 0;
  }
  .box-section.two-column .card-body {
    padding: 34px 30px;
  }
  .icon-col-section h5 {
    min-height: 60px;
  }
  header.main-header .nav-item {
    padding: 0px 12px;
  }
  footer .row .navbar-nav .nav-item {
    padding: 0px 20px;
  }
  /*06-03-2020*/
  
  .ad-wrap {
    margin: 190px auto 0;
  }
  /*06-03-2020*/
}
@media screen and (max-width: 991px) {
  .banner-section {
    display: block;
    padding-top: 220px;
  }
  .banner-section:before {
    right: 0px !important;
    max-width: 100% !important;
    /* background-color: #ccc !important; */
    
    opacity: 1;
    height: 200px !important;
    background-size: contain !important;
    background-position: center !important;
    top: 0;
  }
  footer .row .navbar-nav {
    padding-left: 0px;
  }
  .icon-col-section h5 {
    min-height: auto;
    margin-bottom: 20px;
  }
  footer .navbar-brand {
    margin: 0 auto;
  }
  .testimonials-section .card {
    padding: 60px 30px;
    margin-top: 55px;
  }
  .testimonials-section {
    padding: 40px 0px;
  }
  .icon-col-section .card {
    padding: 24px 0px 15px;
    margin: 0 0 12px;
  }
  /*Reach & aspire*/
  
  .white-block-section .white-box {
    padding: 35px 15px;
  }
  .box-section.aspire-box {
    padding: 40px 0;
  }
  .aspire-block {
    margin: 35px 0;
  }
  .aspire-block .card-body {
    margin: 20px 0;
  }
  .aspire-block-list {
    margin: 30px 0 0 0;
  }
  .aspire-block-list li {
    min-height: initial;
    margin: 25px 0;
  }
  .customform {
    padding: 50px 0;
  }
  /*05-03-2020*/
  
  section.banner-section.translate.banner-with-ad {
    padding-top: 0;
    margin-top: 0
  }
  .advertise-wrap {
    margin: 20px auto 0;
  }
  .advertise-wrap img {
    position: absolute;
    left: 0;
    top: 90px;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }
  /*05-03-2020*/
  
  .filter-block {
    padding: 25px;
  }
  .our-works-list {
    padding: 30px 0;
  }
  .our-works-item h6 {
    margin: 0 0 10px;
  }
  .our-work-section {
    padding: 0;
  }
  .heading h2 {
    font-size: 35px;
  }
  .our-work-section .heading {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner-deatils p, .banner-deatils .img-wrap {
    padding-right: 0;
  }
  .banner-icon-section {
    margin-bottom: 30px;
  }
  footer .row .navbar-nav {
    justify-content: center;
  }
  .box-section.two-column .row>div:first-child {
    padding-right: 15px;
  }
  .box-section .row .card {
    margin-bottom: 30px;
  }
  .box-section .row>div:nth-child(3n+1) .card, .box-section .row>div:nth-child(3n-3) .card {
    margin-left: auto;
    margin-right: auto;
  }
  header.main-header.small nav {
    padding: 10px 15px;
  }
  header.main-header nav {
    padding: 38px 15px;
  }
  header.main-header .nav-item {
    text-align: center;
  }
  footer {
    text-align: center;
  }
  footer h5 {
    margin: 14px 0px;
  }
  /*Reach & aspire*/
  
  .box-section h1 {
    margin: 0 0 30px 0;
  }
  .white-block-section .white-box {
    height: auto;
    text-align: center;
    padding: 30px 10px;
    width: 90%;
  }
  .white-block-section h3 {
    padding: 0 0 20px 0;
  }
  .aspire-block .card-body {
    padding: 35px 15px;
  }
  .aspire-block .card-body {
    padding: 35px 15px;
  }
  .box-section .aspire-block h3 {
    font-size: 26px;
  }
  .order-1-sm img {
    max-height: 180px;
  }
  .order-1-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-2-sm {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  footer .row .navbar-nav .nav-item.translate-230 {
    max-width: 100%;
  }
  footer .row .navbar-nav .nav-item.custom-btn-link {
    text-align: center;
    max-width: 100%;
  }
  .filter-block .btn-group {
    width: 100%;
    max-width: 320px;
    margin: 0 -5px;
  }
  .heading h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .customform {
    max-width: 300px;
  }
  .customform h2 {
    font-size: 32px;
  }
  .mbook-publishing h1 {
    font: Bold 34px/1.2 Proxima-bold;
    padding-bottom: 38px;
  }
  .white-bg .shadow-white a.btn {
    font-size: 13px;
  }
  .box-section h1 {
    font-size: 40px;
  }
  .banner-section h1 {
    font: Bold 30px/41px Proxima-bold;
  }
  .icon-col-section {
    padding: 30px 0px;
  }
  .testimonials-section .card .btn {
    font: 500 20px/42px Proxima-Regular;
    height: auto;
    bottom: -25px;
  }
  .testimonials-section .owl-nav .owl-prev {
    left: 12px;
  }
  .testimonials-section .owl-nav .owl-next {
    right: 12px;
  }
  .banner-text h1 {
    font: Bold 30px/40px Proxima-bold;
    margin-bottom: 14px;
  }
  footer .row .navbar-nav .nav-item {
    display: block;
    max-width: 100%;
  }
  footer .row .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonials-section h1 {
    font-size: 40px;
  }
  /*Reach & aspire*/
  
  .box-section.about-reach .card-body {
    padding: 30px 10px;
  }
  .filter-block .row > div {
    padding-bottom: 10px;
  }
  .our-works-list .pagination {
    padding-top: 20px;
    flex-wrap: wrap;
  }
  .pagination li {
    padding: 0 5px;
  }
  .pagination li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 42px;
  }
  .pagination li.prev-btn a {
    background-size: 12px;
  }
  .pagination li.next-btn a {
    background-size: 12px;
  }
  .pagination li.prev-btn:hover a {
    background-size: 12px;
  }
  .pagination li.next-btn:hover a {
    background-size: 12px;
  }
}
.testimonials-section .card .btn:focus, .testimonials-section .card .btn:hover {
  color: #fff;
}
