/*-----------------------------------------------------------------------------------

    Template Name: Sample - Corporate Business Bootstrap4 HTML5 Template
    Template URI: site.com
    Description: Sample - Corporate Business Bootstrap4 HTML5 Template
    Author: Humayun Ahmed
    Author URI: site.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css
===========================*/
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800&display=swap");
body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.64);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #252525;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #252525;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #c81e28;
  padding: 0 16px;
  font-size: 16px;
  line-height: 38px;
  line-height: 40px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #c81e28;
}
.main-btn i {
  margin-right: 12px;
}
.main-btn:hover {
  background-color: #E7EAFF;
  color: #c81e28;
  border-color: #E7EAFF;
}

/*===== All Button Style =====*/
.section-title .sub-title {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.64);
  line-height: 30px;
}
@media only screen and (min-width: 281px) {
  .section-title .sub-title {
    font-size: 18px;
    line-height: 28px;
  }
}
.section-title .main-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
}
@media only screen and (min-width: 992px) {
  .section-title .main-title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 281px) {
  .section-title .main-title {
    font-size: 26px;
    line-height: 34px;
  }
}
.section-title .text {
  margin-top: 19px;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}
.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}
.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}
.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}
.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}
.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #c81e28 #c81e28 #A4A4A4;
  border-radius: 50%;
  border-width: 6px;
}
.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #A4A4A4;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #A4A4A4;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
/*===========================
    2.HEADER css
===========================*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.navbar-toggler {
  padding: 0;
}
.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  display: block;
  background-color: #c81e28;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 8px 15px;
  }
}
@media only screen and (min-width: 281px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0px 12px;
  }
}

.navbar-nav .nav-item {
  margin-left: 35px;
}
.navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 700;
  color: #252525;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-nav .nav-item a.active {
  color: #c81e28;
}
.navbar-nav .nav-item:hover a {
  color: #c81e28;
}

.navbar-btn {
  margin-left: 25px;
}
@media only screen and (min-width: 768px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 55px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 281px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 45px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1px) {
  .navbar-btn {
    right: 55px;
  }
}
@media only screen and (min-width: 281px) {
  .navbar-btn .main-btn {
    font-size: 14px;
    padding: 0 8px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1px) {
  .navbar-btn .main-btn {
    font-size: 16px;
    padding: 0 16px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 281px) {
  .navbar-btn .main-btn i {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1px) {
  .navbar-btn .main-btn i {
    margin-right: 12spx;
  }
}

.sticky {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  z-index: 99;
}

/*===== Header Banner =====*/
.header-banner {
  height: 720px;
}
@media only screen and (min-width: 1400px) {
  .header-banner {
    height: 960px;
  }
}
@media only screen and (min-width: 768px) {
  .header-banner {
    background-position: left center;
  }
}
@media only screen and (min-width: 281px) {
  .header-banner {
    background-position: left center;
    height: 670px;
  }
}

.header-banner-content .sub-title {
  font-weight: 600;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.64);
  line-height: 30px;
}
@media only screen and (min-width: 281px) {
  .header-banner-content .sub-title {
    font-size: 18px;
  }
}
.header-banner-content .header-title {
  font-size: 90px;
  line-height: 1em;
  color: #c81e28;
  font-weight: 900;
}
@media only screen and (min-width: 992px) {
  .header-banner-content .header-title {
    font-size: 45px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 1px) {
  .header-banner-content .header-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 281px) {
  .header-banner-content .header-title {
    font-size: 30px;
  }
}
.header-banner-content ul {
  padding-top: 20px;
}
.header-banner-content ul li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 25px;
}
.header-banner-content ul li:last-child {
  margin-right: 0;
}
.header-banner-content ul li .banner-preview {
  font-size: 16px;
  font-weight: 700;
  color: #252525;
  text-transform: uppercase;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-banner-content ul li .banner-preview i {
  margin-right: 5px;
}
.header-banner-content ul li .banner-preview:hover {
  color: #c81e28;
}

/*===========================
      3.INSIDE css
===========================*/
.inside-area {
  position: relative;
}

.inside-illustration {
  position: absolute;
  bottom: 0;
  left: 19px;
}
@media only screen and (min-width: 1400px) {
  .inside-illustration {
    left: 13%;
  }
}
@media only screen and (min-width: 768px) {
  .inside-illustration {
    position: relative;
    width: 720px;
    text-align: center;
    margin-top: 32px;
    padding: 0 15px;
    left: 0;
  }
}
@media only screen and (min-width: 281px) {
  .inside-illustration {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 32px;
    padding: 0 15px;
    left: 0;
  }
}
.single-inside-items {
  padding-top: 39px;
}
.single-inside-items .inside-items-content {
  padding-top: 14px;
}
.single-inside-items .inside-items-content .inside-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
@media only screen and (min-width: 281px) {
  .single-inside-items .inside-items-content .inside-title {
    font-size: 20px;
  }
}
.single-inside-items .inside-items-content .text {
  margin-top: 8px;
}

/*===========================
       4.LEARN css
===========================*/
.learn-area {
  background-color: #F8F8F8;
}

.learn-video {
  position: relative;
}
.learn-video a {
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.64);
  color: #fff;
  font-size: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 281px) {
  .learn-video a {
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 46px;
  }
}

/*===========================
       4.FEATURES css
===========================*/
.features-image img {
  width: 100%;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.features-image:hover img {
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}

/*===========================
       5.READERS css
===========================*/
.readers-area {
  background-color: #F8F8F8;
  padding-bottom: 205px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .readers-area {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 281px) {
  .readers-area {
    padding-bottom: 120px;
  }
}

.readers-illustration {
  position: absolute;
  bottom: 0;
  left: 19px;
}
@media only screen and (min-width: 1400px) {
  .readers-illustration {
    left: 13%;
  }
}
@media only screen and (min-width: 768px) {
  .readers-illustration {
    position: relative;
    width: 720px;
    text-align: center;
    margin-top: 32px;
    padding: 0 15px;
    left: 0;
  }
}
@media only screen and (min-width: 281px) {
  .readers-illustration {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 32px;
    padding: 0 15px;
    left: 0;
  }
}
.single-readers-items .readers-items-content {
  padding-left: 16px;
}
.single-readers-items .readers-items-content .readers-title a {
  font-size: 24px;
  font-weight: 600;
  color: #252525;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 281px) {
  .single-readers-items .readers-items-content .readers-title a {
    font-size: 20px;
  }
}
.single-readers-items .readers-items-content .readers-title a:hover {
  color: #c81e28;
}
.single-readers-items .readers-items-content .text {
  margin-top: 8px;
}

/*===========================
     5.AUTHOR css
===========================*/
.author-content .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.64);
}
@media only screen and (min-width: 281px) {
  .author-content .title {
    font-size: 20px;
  }
}
.author-content .text {
  font-weight: 600;
  line-height: 35px;
  position: relative;
  padding-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 48px;
}
.author-content .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-top: 48px;
}
.author-content .sub-title {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.author-content .social {
  margin-top: 16px;
}
.author-content .social li {
  display: inline-block;
  margin-right: 6px;
}
.author-content .social li a {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.64);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.author-content .social li a:hover {
  color: #c81e28;
}

.author-active .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%;
}
.author-active .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.author-active .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.64);
  border: 0;
  padding: 0;
  font-size: 0;
}
.author-active .slick-dots li.slick-active button {
  background-color: #c81e28;
}

/*===========================
     6.TESTIMONIAL css
===========================*/
.testimonial-area {
  position: relative;
}

.testimonial-illustration {
  position: absolute;
  bottom: 0;
  left: 19px;
}
@media only screen and (min-width: 1400px) {
  .testimonial-illustration {
    left: 13%;
  }
}
@media only screen and (min-width: 768px) {
  .testimonial-illustration {
    position: relative;
    width: 720px;
    text-align: center;
    margin-top: 32px;
    padding: 0 15px;
    left: 0;
  }
}
@media only screen and (min-width: 281px) {
  .testimonial-illustration {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 32px;
    padding: 0 15px;
    left: 0;
  }
}
.testimonial-more a {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #c81e28;
  margin-top: 56px;
}

.single-testimonial {
  margin-top: 48px;
}
.single-testimonial .testimonial-author img {
  border-radius: 50%;
}
.single-testimonial .testimonial-content {
  padding-left: 16px;
}

/*===========================
     7.FEATURED css
===========================*/
.single-featured {
  margin: 10px 0;
}
.single-featured img {
  width: 100%;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-featured:hover img {
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}

.featured-active .slick-dots {
  text-align: center;
  width: 100%;
  margin-top: 12px;
}
.featured-active .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.featured-active .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.64);
  border: 0;
  padding: 0;
  font-size: 0;
}
.featured-active .slick-dots li.slick-active button {
  background-color: #c81e28;
}

/*===========================
       8.ORDER css
===========================*/
.order-area {
  background-color: #F8F8F8;
}

.order-content .section-title .main-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 65px;
}
@media only screen and (min-width: 281px) {
  .order-content .section-title .main-title {
    font-size: 38px;
    line-height: 45px;
  }
}

.single-order {
  background-color: #fff;
  padding: 38px 16px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin-top: 32px;
}
.single-order .order-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (min-width: 281px) {
  .single-order .order-title {
    font-size: 20px;
  }
}
.single-order .text {
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
}
.single-order .main-btn {
  margin-top: 16px;
}

.order-link {
  padding-top: 22px;
}
.order-link a {
  font-size: 16px;
  font-weight: 700;
  color: #252525;
  text-transform: uppercase;
  line-height: 24px;
  padding: 8px 16px;
  background-color: rgba(255, 255, 255, 0.38);
  margin: 10px 3px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
}
.order-link a i {
  margin-right: 5px;
}
.order-link a:hover {
  color: #c81e28;
}

.order-image img {
  width: 100%;
}

.bread-logo {
  margin-top: 32px;
}
.bread-logo img {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.bread-logo:hover img {
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}

/*===========================
     9.OTHER BOOKS css
===========================*/
.single-books img {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-books:hover img {
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}

/*===========================
      10.CONTACT css
===========================*/
.contact-area {
  position: relative;
}

.form-message.error, .form-message.success {
  font-size: 16px;
  color: #222;
  padding: 10px 15px;
  margin-top: 15px;
  background-color: #fff;
  margin-left: 15px;
}
.form-message.error {
  color: #fc3832;
}

.contact-shape-left {
  position: absolute;
  top: 48px;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .contact-shape-left img {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-shape-left img {
    width: 170px;
  }
}
@media only screen and (min-width: 281px) {
  .contact-shape-left img {
    width: 80px;
  }
}
@media only screen and (min-width: 1px) {
  .contact-shape-left img {
    width: 120px;
  }
}

.contact-shape-right {
  position: absolute;
  top: 48px;
  right: 0;
}
@media only screen and (min-width: 992px) {
  .contact-shape-right img {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-shape-right img {
    width: 170px;
  }
}
@media only screen and (min-width: 281px) {
  .contact-shape-right img {
    width: 80px;
  }
}
@media only screen and (min-width: 1px) {
  .contact-shape-right img {
    width: 120px;
  }
}

.single-form {
  position: relative;
}
.single-form i {
  font-size: 15px;
  color: #252525;
  position: absolute;
  line-height: 68px;
  left: 10px;
  top: 0;
}

/*===========================
      11.FOOTER css
===========================*/
.footer-area {
  background-color: #D8F5FF;
}

.footer-link ul li {
  margin-top: 12px;
}
.footer-link ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #252525;
}

.footer-follow-subscribe .footer-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
}

.footer-follow .social {
  margin-top: 16px;
}
.footer-follow .social li {
  display: inline-block;
  margin-right: 6px;
}
.footer-follow .social li a {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.64);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-follow .social li a:hover {
  color: #c81e28;
}

.subscribe-form {
  position: relative;
}
.subscribe-form label {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.64);
  position: absolute;
  top: -10px;
  left: 44px;
}
.subscribe-form input {
  width: 100%;
  height: 50px;
  border: 0;
  border-bottom: 2px solid #A4A4A4;
  background: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #252525;
  padding-left: 44px;
  padding-right: 20px;
}
.subscribe-form input::placeholder {
  opacity: 1;
  color: #252525;
}
.subscribe-form input::-moz-placeholder {
  opacity: 1;
  color: #252525;
}
.subscribe-form input::-moz-placeholder {
  opacity: 1;
  color: #252525;
}
.subscribe-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #252525;
}
.subscribe-form i {
  font-size: 24px;
  color: #252525;
  position: absolute;
  line-height: 50px;
  left: 10px;
  top: 0;
}
.subscribe-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  background: none;
}
.subscribe-form button i {
  position: relative;
  top: 0;
  left: 0;
  color: #c81e28;
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 36px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #c81e28;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
}
.back-to-top:hover {
  color: #fff;
  background-color: #c81e28;
}

body {
  overflow-x: hidden;
}

.container {
  max-width: 1400px;
  padding: 0 15px;
  width: 100%;
  color: #252525;
  margin: auto;
}
@media only screen and (min-width: 576px) {
  .container {
    padding: 0 45px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    padding: 0 90px;
  }
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .col-lg-8 {
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
  }
}

picture {
  display: block;
}

hr {
  border-top: 2px solid #d1202f;
  width: 1220px;
  max-width: calc(100% - 30px);
  margin: 15px auto;
}
@media only screen and (min-width: 576px) {
  hr {
    max-width: calc(100% - 90px);
    bottom: -1px;
  }
}
@media only screen and (min-width: 992px) {
  hr {
    max-width: calc(100% - 180px);
    bottom: -1px;
  }
}

::-webkit-scrollbar {
  display: none;
}

.text,
.newsletter label,
.submit,
.single-form label,
.single-form input::placeholder {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 576px) {
  .text,
.newsletter label,
.submit,
.single-form label,
.single-form input::placeholder {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1400px) {
  .text,
.newsletter label,
.submit,
.single-form label,
.single-form input::placeholder {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 1400px) {
  .text,
.newsletter label,
.submit,
.single-form label,
.single-form input::placeholder {
    font-size: 15px;
  }
}

.newsletter label,
.single-form label {
  display: block;
  margin-bottom: 2em;
}
.newsletter label input[type=email],
.newsletter label input[type=text],
.single-form label input[type=email],
.single-form label input[type=text] {
  width: 280px;
  border: 2px solid #252525;
  border-radius: 30px;
  padding: 6px 20px;
  color: #252525;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.newsletter label input[type=email]:focus,
.newsletter label input[type=text]:focus,
.single-form label input[type=email]:focus,
.single-form label input[type=text]:focus {
  border: 2px solid #c81e28;
}
.newsletter ::placeholder,
.single-form ::placeholder {
  color: #252525;
  opacity: 1;
  font-weight: 600;
}
.newsletter .submit,
.single-form .submit {
  color: #fff;
  background-color: #c81e28;
  border-radius: 30px;
  padding: 6px 20px;
  border: 2px solid #c81e28;
}

.red-button {
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #c81e28;
}

.red-button:active,
.red-button:hover {
  background-color: #fff;
  color: #c81e28;
}

.navbar-area {
  height: 105px;
}

#home .col-lg-7 {
  padding-right: 20px;
}

.header-area .navbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  .header-area .navbar {
    padding-top: 28px;
  }
}
.header-area .navbar .navbar-collapse {
  position: relative;
  width: auto;
}
.header-area .navbar .navbar-collapse .navbar-nav .nav-item a {
  font-size: 16px;
  line-height: 41px;
  color: #252525;
  font-weight: 700;
  transition: all 0.25s linear;
}

.navbar-area:after {
  content: "";
  position: absolute;
  display: block;
  width: 1220px;
  max-width: calc(100% - 30px);
  height: 2px;
  background-color: #c81e28;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 1px;
}
@media only screen and (min-width: 576px) {
  .navbar-area:after {
    max-width: calc(100% - 90px);
    bottom: -1px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-area:after {
    max-width: calc(100% - 180px);
    bottom: 10px;
  }
}

.navbar-nav .nav-item a.active,
header .navbar-nav .nav-item a.active:hover {
  position: relative;
  color: #252525;
}

.navbar-nav .nav-item a:hover {
  color: #d1202f;
}

.navbar-nav .nav-item a.active::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 7px;
  background-color: #d1202f;
  bottom: -27px;
  left: 0;
  border-radius: 3px;
}

.header-banner {
  position: relative;
  height: 100%;
  padding-top: 145px;
}
.header-banner .col-lg-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .header-banner .col-lg-6 {
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%;
  }
}
.header-banner .header-banner-content .header-title {
  font-size: 30px;
  line-height: 1em;
  color: #c81e28;
  font-weight: 900;
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 1201px) {
  .header-banner .header-banner-content .header-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1400px) {
  .header-banner .header-banner-content .header-title {
    font-size: 35px;
  }
}
.header-banner .header-banner-content .text {
  font-weight: 700;
}
.header-banner .brochure-container {
  width: 775px;
  padding: 0;
  right: 0;
}
@media only screen and (min-width: 1800px) {
  .header-banner .brochure-container {
    top: 120px;
  }
}
@media only screen and (min-width: 576px) {
  .header-banner .brochure-container {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .header-banner .brochure-container {
    width: 400px;
    position: absolute;
  }
}
@media only screen and (min-width: 1201px) {
  .header-banner .brochure-container {
    width: 650px;
  }
}
@media only screen and (min-width: 1400px) {
  .header-banner .brochure-container {
    width: 775px;
  }
}

@media screen and (max-width: 992px) {
  header .navbar-area {
    height: 80px;
  }

  header .navbar {
    padding-top: 10px;
  }

  header .navbar-collapse {
    padding: 0;
    margin-top: 10px;
    box-shadow: 0 3px 5px #2727272e;
  }

  header .navbar-nav .nav-item a {
    padding: 8px 20px;
    font-size: 18px;
    display: block;
    position: relative;
  }

  header .navbar-nav .nav-item a.active::after {
    height: 1px;
    bottom: 0;
  }

  header .navbar-nav .nav-item a.active {
    color: #d1202f;
  }

  header .navbar-nav .nav-item {
    margin-left: 0;
  }

  header .navbar-area.sticky:after {
    display: none;
  }

  header .navbar-nav .nav-item a::after {
    height: 1px;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background-color: #252525;
    left: 0;
    border-radius: 3px;
  }
}
@media screen and (max-width: 667px) {
  header .navbar-nav .nav-item a {
    padding: 5px 20px;
    font-size: 16px;
  }
}
.section-title {
  width: 100%;
  margin-left: 0;
}
@media only screen and (min-width: 1201px) {
  .section-title {
    width: 85%;
    margin-left: 15%;
  }
}
.section-title .main-title {
  font-size: 22px;
  font-weight: 800;
  color: #c81e28;
  line-height: 1.2em;
}
@media only screen and (min-width: 576px) {
  .section-title .main-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-title .main-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1201px) {
  .section-title .main-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-title .main-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) {
  .inside-area {
    padding-top: 80px;
    padding-bottom: 73px;
  }
}
@media only screen and (min-width: 1201px) {
  .inside-area {
    padding-top: 100px;
    padding-bottom: 93px;
  }
}
.inside-area .inside-illustration {
  max-width: 320px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .inside-area .inside-illustration {
    max-width: 520px;
  }
}
@media only screen and (min-width: 992px) {
  .inside-area .inside-illustration {
    margin-top: 110px;
    left: -40px;
  }
}
.inside-area .single-inside-items img {
  max-width: 47px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .inside-area .single-inside-items img {
    max-width: 67px;
  }
}
.inside-area .single-inside-items {
  padding-top: 19px;
}
@media only screen and (min-width: 768px) {
  .inside-area .single-inside-items {
    padding-top: 39px;
  }
}
.inside-area .single-inside-items .inside-items-content {
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  .inside-area .single-inside-items .inside-items-content {
    padding-top: 14px;
  }
}

.inside-illustration {
  text-align: left;
  padding: 0;
  display: block;
}

.inside-content .col-md-6 {
  padding-right: 20px;
  padding-left: 20px;
}

.why-area {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .why-area {
    padding-top: 78px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1201px) {
  .why-area {
    padding-top: 98px;
    padding-bottom: 90px;
  }
}
.why-area .inside-illustration {
  max-width: 320px;
  width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .why-area .inside-illustration {
    max-width: 450px;
  }
}
@media only screen and (min-width: 992px) {
  .why-area .inside-illustration {
    margin-top: 300px;
  }
}
.why-area .single-readers-items {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .why-area .single-readers-items {
    margin-top: 40px;
  }
}
.why-area .single-readers-items .readers-items-content {
  display: flex;
  align-items: center;
}
.why-area .single-readers-items .readers-items-content .text {
  margin-top: 0;
  margin-bottom: 0;
}
.why-area .single-readers-items img {
  max-width: 47px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .why-area .single-readers-items img {
    max-width: 67px;
  }
}
.why-area .darkform {
  background-color: #3c3c3c;
  position: relative;
  width: 100%;
  padding: 30px 0 30px 26px;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .why-area .darkform {
    position: absolute;
    right: 0;
    bottom: 120px;
    width: calc(100% - (100% - 1240px)/2 - 500px);
    height: 220px;
    border-bottom-left-radius: 110px;
    border-top-left-radius: 110px;
    padding: 44px 0 44px 66px;
  }
}
@media only screen and (min-width: 1201px) {
  .why-area .darkform {
    height: 259px;
    border-bottom-left-radius: 125px;
    border-top-left-radius: 125px;
    bottom: 158px;
    padding: 58px 0 58px 77px;
  }
}
.why-area .darkform .newsletter label {
  color: #fff;
}
.why-area .darkform .newsletter label input[type=email] {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.why-area .darkform .newsletter label input[type=email]:focus {
  border: 2px solid #c81e28;
}
.why-area .darkform .newsletter ::placeholder {
  color: #fff;
}

.author-area {
  background-color: #c81e28;
  background-position: center right -5%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  padding-top: 55px;
  padding-bottom: 69px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .author-area {
    padding-top: 55px;
    padding-bottom: 65px;
  }
}
@media only screen and (min-width: 992px) {
  .author-area {
    padding-top: 80px;
    padding-bottom: 90px;
    background-image: url(../images/Circles-Pattern-white.svg);
  }
}
@media only screen and (min-width: 1201px) {
  .author-area {
    background-position: top -20px right -12%;
    background-repeat: no-repeat;
    background-size: auto 105%;
  }
}
.author-area .single-author .author-content {
  color: #fff;
  font-weight: 900;
}
.author-area .single-author .author-content .title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 1.8em;
  font-weight: 700;
}
@media only screen and (min-width: 576px) {
  .author-area .single-author .author-content .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .author-area .single-author .author-content .title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1201px) {
  .author-area .single-author .author-content .title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1400px) {
  .author-area .single-author .author-content .title {
    font-size: 48px;
  }
}
.author-area .single-author .author-content .text {
  color: #fff;
  line-height: 1.6em;
  padding: 0;
  margin-top: 1.8em;
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) {
  .author-area .single-author .author-content .text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .author-area .single-author .author-content .text {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .author-area .single-author .author-content .text {
    font-size: 18px;
  }
}

.testimonial-area {
  position: relative;
  padding-bottom: 40px;
  padding-top: 48px;
}
@media only screen and (min-width: 768px) {
  .testimonial-area {
    padding-bottom: 60px;
    padding-top: 68px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonial-area {
    padding-bottom: 90px;
    padding-top: 98px;
  }
}
.testimonial-area .inside-illustration {
  max-width: 320px;
  width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .testimonial-area .inside-illustration {
    max-width: 520px;
  }
}
@media only screen and (min-width: 768px) {
  .testimonial-area .inside-illustration {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonial-area .inside-illustration {
    margin-top: 250px;
  }
}
.testimonial-area .single-testimonial {
  margin-top: 28px;
}
@media only screen and (min-width: 576px) {
  .testimonial-area .single-testimonial {
    margin-top: 48px;
  }
}
.testimonial-area .single-testimonial::before {
  content: "";
  width: 5px;
  height: inherit;
  background-color: #c81e28;
  border-radius: 3px;
  margin: 10px 0;
}
.testimonial-area .author-name {
  font-weight: 700;
}
.testimonial-area .text {
  margin-bottom: 2em;
}

.contact-area {
  padding-top: 45px;
  padding-bottom: 45px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 475px;
  background-size: auto 60%;
  background-position: bottom right -25px;
}
@media only screen and (min-width: 992px) {
  .contact-area {
    background-image: url(../images/Circles-Pattern@2x-svg_red.svg);
    background-size: auto 75%;
  }
}
.contact-area .section-title {
  padding-bottom: 50px;
  width: 100%;
  margin-left: 0;
}
@media only screen and (min-width: 576px) {
  .contact-area .sub-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-area .sub-title {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .contact-area .sub-title {
    font-size: 24px;
  }
}
.contact-area .contact-form {
  max-width: 360px;
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .contact-area .contact-form {
    max-width: 660px;
  }
}
.contact-area .single-form input {
  display: block;
}
.contact-area .single-form input[name=name],
.contact-area .single-form input[name=email] {
  padding: 10px 30px;
  min-height: 45px;
  max-width: 360px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contact-area .single-form input[name=name],
.contact-area .single-form input[name=email] {
    max-width: 320px;
  }
}
.contact-area .single-form textarea {
  max-width: 360px;
  width: 100%;
  padding: 11px 30px;
  border: 2px solid #252525;
  border-radius: 30px;
  min-height: 120px;
}
@media only screen and (min-width: 768px) {
  .contact-area .single-form textarea {
    max-width: 660px;
  }
}
.contact-area .single-form i {
  line-height: 45px;
  top: 25px;
  left: 12px;
}
.contact-area .single-form span.form-label-span {
  padding-left: 32px;
  padding-bottom: 5px;
  font-size: 15px;
  display: block;
  height: 25px;
}
.contact-area .single-form label.checkbox-label {
  display: flex;
}
.contact-area .single-form label.checkbox-label span {
  padding-left: 15px;
}
.contact-area .single-form .main-btn.submit {
  border-radius: 5px;
}
.contact-area .contact-shape-left img,
.contact-area .contact-shape-right {
  max-width: 60px;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .contact-area .contact-shape-left img,
.contact-area .contact-shape-right {
    max-width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-area .contact-shape-left img,
.contact-area .contact-shape-right {
    max-width: 120px;
  }
}

.last-hr {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .last-hr {
    margin-bottom: 80px;
  }
}

/*FOOTER - start*/
.footerBg {
  min-height: 24.75rem;
  background-color: #c81e28;
  position: relative;
  padding-top: 5.3125rem;
  border-top: 0.625rem solid #fff;
  padding-bottom: 2rem;
}

.footerDesign {
  position: static;
  display: none;
  background-image: url("../images/design_footer.svg");
  background-size: 150%;
  background-position: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 8;
}
@media only screen and (min-width: 992px) {
  .footerDesign {
    display: block;
    position: absolute;
    height: 60%;
  }
}

.footer {
  min-height: 24.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 9;
  position: relative;
}

.footer__elem {
  color: #fff;
}

.footer__elem.left {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .footer__elem.left {
    width: 40%;
  }
}

.footer__elem.right {
  box-sizing: content-box;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .footer__elem.right {
    width: 40%;
  }
}

.footer__elem h3 {
  font-size: 2.625rem;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
  margin-bottom: 2.5rem;
}

.footer__elem__text p {
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}

.footer__elem.right h3 {
  font-size: 2rem;
  font-weight: 600;
}

.footer__elem__text {
  font-size: 1rem;
}

.footer__elem__text a {
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
  transition: all 0.25s linear;
}

.regular_text {
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  transition: all 0.25s linear !important;
}

.footer__elem__text a:hover {
  color: #dcf2ff;
}

/*FOOTER - end*/


#home .responsiveImg{
	width: 480px!important; 
	margin-right: 20%!important;
}	
@media screen and (max-width:1400px) { 
  #home .responsiveImg{
	width: 280px!important; 
	margin-right: 20%!important;
  }
}


/*# sourceMappingURL=style.css.map */


.titlu_special{
	font-size:40px!important;
	color:#fff!important;
}
@media screen and (max-width:1400px) { 
	.titlu_special{
		font-size:25px!important;
		color:#fff!important;
		padding:10px!important;
	}
}
