/* ==============
 ========= Css Documentation =========

 Template Name: Rotax
 Version: 1.0
 Description: IT Solution Business Consulting HTML Template
 Author: ThemeAxle
 Author URI: https://www.templatemonster.com/authors/themeaxle/

 01. Abstracts
     1.1 --> Mixins
     1.2 --> Variables
    
 02. Base
     2.1 --> Reset
     2.2 --> Typography
     2.3 --> Global
     2.4 --> Animations

 03. Components
     3.1 --> Preloader
     3.2 --> Breadcrumb
     3.3 --> Buttons
     3.4 --> Forms

 04. Layout
     4.1 --> Header
     4.2 --> Hero Section
     4.3 --> Banner
     4.4 --> All Sections
     4.5 --> Footer

     =========================
     01. feature section styles start
     ---------------------------
     02. feature two styles start
     ---------------------------
     03. about section styles start
     ---------------------------
     04. team slider section styles start
     ---------------------------
     05. skill section styles start
     ---------------------------
     06. video popup section styles start
     ---------------------------
     07. how we work section styles start
     ---------------------------
     08. contact cta styles start
     ---------------------------
     09. service section styles start
     ---------------------------
     10. service section two styles start
     ---------------------------
     11. service section three styles start
     ---------------------------
     12. faq section styles start
     ---------------------------
     13. service slider styles start
     ---------------------------
     14. skillbar section styles start
     ---------------------------
     15. video call section styles start
     ---------------------------
     16. project section styles start
     ---------------------------
     17. project details section styles start
     ---------------------------
     18. team page styles start
     ---------------------------
     19. testimonial slider section styles start
     ---------------------------
     20. team details section styles start
     ---------------------------
     21. pricing page styles start
     ---------------------------
     22. blog page styles start
     ---------------------------
     23. blog details section styles start
     ---------------------------
     24. contact page styles start
     ---------------------------
     25. error page styles start
     ---------------------------
     =========================
============== */
/* ==== 
 --------- (1.1) mixins start ---------
 ==== */
/* ==== 
   --------- (1.1) mixins end ---------
   ==== */
/* ==== 
 --------- (1.2) variables start ---------
 ==== */
@import url("css2.css");
/* ==== 
 --------- (1.2) variables end ---------
 ==== */
/* ==== 
 --------- (2.1) reset styles start ---------
 ==== */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", sans-serif;
  color: #626262;
  font-size: 18px;
  line-height: 1;
  background-color: #ffffff;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 5px;
}

body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: #da052a;
  border-radius: 5px;
}

.pagelist {width: 100%;height: auto;overflow: hidden;text-align: center;margin-top: 100px;}
.pagelist ul {display: inline-block;}
.pagelist a {display: inline-block;width: 50px;height: 50px;color: #000;line-height: 28px;margin: 0 4px;overflow: hidden;}
.pagelist ul li {display: inline-block;}

@media only screen and (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}

::selection {
  color: #ffffff;
  background-color: #07286e;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
  font-family: "Saira", sans-serif;
}

a {
  text-decoration: none;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

button {
  border: 0;
  outline: 0;
}

button:focus {
  border: none;
  outline: none;
  box-shadow: 0px 0px 0px;
}

ul {
  list-style-type: none;
  list-style-position: inside;
}

input,
textarea {
  width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

/* ==== 
 --------- (2.1) reset styles end ---------
 ==== */
/* ==== 
 --------- (2.2) typography styles start ---------
 ==== */
p,
th,
td,
li,
label,
input,
textarea,
blockquote,
select,
option {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: #626262;
  font-style: normal;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  p,
  th,
  td,
  li,
  label,
  input,
  textarea,
  blockquote,
  select,
  option {
    font-size: 16px;
    line-height: 25px;
  }
}

p.primary,
th.primary,
td.primary,
li.primary,
label.primary,
input.primary,
textarea.primary,
blockquote.primary,
select.primary,
option.primary {
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (max-width: 1199px) {
  p.primary,
  th.primary,
  td.primary,
  li.primary,
  label.primary,
  input.primary,
  textarea.primary,
  blockquote.primary,
  select.primary,
  option.primary {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  p.primary,
  th.primary,
  td.primary,
  li.primary,
  label.primary,
  input.primary,
  textarea.primary,
  blockquote.primary,
  select.primary,
  option.primary {
    font-size: 17px;
    line-height: 27px;
  }
}

p.secondary,
th.secondary,
td.secondary,
li.secondary,
label.secondary,
input.secondary,
textarea.secondary,
blockquote.secondary,
select.secondary,
option.secondary {
  font-size: 18px;
  line-height: 30px;
}

@media only screen and (max-width: 1199px) {
  p.secondary,
  th.secondary,
  td.secondary,
  li.secondary,
  label.secondary,
  input.secondary,
  textarea.secondary,
  blockquote.secondary,
  select.secondary,
  option.secondary {
    font-size: 17px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 767px) {
  p.secondary,
  th.secondary,
  td.secondary,
  li.secondary,
  label.secondary,
  input.secondary,
  textarea.secondary,
  blockquote.secondary,
  select.secondary,
  option.secondary {
    font-size: 16px;
    line-height: 25px;
  }
}

p.tertiary,
th.tertiary,
td.tertiary,
li.tertiary,
label.tertiary,
input.tertiary,
textarea.tertiary,
blockquote.tertiary,
select.tertiary,
option.tertiary {
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  p.tertiary,
  th.tertiary,
  td.tertiary,
  li.tertiary,
  label.tertiary,
  input.tertiary,
  textarea.tertiary,
  blockquote.tertiary,
  select.tertiary,
  option.tertiary {
    font-size: 15px;
    line-height: 24px;
  }
}

p.quaternary,
th.quaternary,
td.quaternary,
li.quaternary,
label.quaternary,
input.quaternary,
textarea.quaternary,
blockquote.quaternary,
select.quaternary,
option.quaternary {
  font-size: 15px;
  line-height: 26px;
}

@media only screen and (max-width: 1199px) {
  p.quaternary,
  th.quaternary,
  td.quaternary,
  li.quaternary,
  label.quaternary,
  input.quaternary,
  textarea.quaternary,
  blockquote.quaternary,
  select.quaternary,
  option.quaternary {
    font-size: 14px;
    line-height: 27px;
  }
}

p.quinary,
th.quinary,
td.quinary,
li.quinary,
label.quinary,
input.quinary,
textarea.quinary,
blockquote.quinary,
select.quinary,
option.quinary {
  font-size: 14px;
  line-height: 27px;
}

h1,
h1 > a {
  font-size: 100px;
  line-height: 114px;
  font-weight: 700;
  color: #232323;
  font-style: normal;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  h1,
  h1 > a {
    font-size: 45px;
    line-height: 57px;
  }
}

@media only screen and (max-width: 767px) {
  h1,
  h1 > a {
    font-size: 35px;
    line-height: 47px;
  }
}

h2,
h2 > a {
  font-size: 45px;
  line-height: 57px;
  font-weight: 700;
  color: #232323;
  font-style: normal;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  h2,
  h2 > a {
    font-size: 35px;
    line-height: 47px;
  }
}

@media only screen and (max-width: 767px) {
  h2,
  h2 > a {
    font-size: 30px;
    line-height: 42px;
  }
}

h2.primary,
h2 > a.primary {
  font-size: 50px;
  line-height: 62px;
}

@media only screen and (max-width: 1199px) {
  h2.primary,
  h2 > a.primary {
    font-size: 40px;
    line-height: 52px;
  }
}

@media only screen and (max-width: 767px) {
  h2.primary,
  h2 > a.primary {
    font-size: 35px;
    line-height: 47px;
  }
}

h2.secondary,
h2 > a.secondary {
  font-size: 40px;
  line-height: 52px;
}

@media only screen and (max-width: 1199px) {
  h2.secondary,
  h2 > a.secondary {
    font-size: 35px;
    line-height: 47px;
  }
}

@media only screen and (max-width: 767px) {
  h2.secondary,
  h2 > a.secondary {
    font-size: 30px;
    line-height: 42px;
  }
}

h3,
h3 > a {
  font-size: 35px;
  line-height: 47px;
  font-weight: 700;
  color: #232323;
  font-style: normal;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  h3,
  h3 > a {
    font-size: 30px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 767px) {
  h3,
  h3 > a {
    font-size: 24px;
    line-height: 32px;
  }
}

h4,
h4 > a {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #da052a;
  font-style: normal;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  h4,
  h4 > a {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  h4,
  h4 > a {
    font-size: 20px;
    line-height: 28px;
  }
}

h5,
h5 > a {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #232323;
  font-style: normal;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  h5,
  h5 > a {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  h5,
  h5 > a {
    font-size: 18px;
    line-height: 24px;
  }
}

h6,
h6 > a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #da052a;
  font-style: normal;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  h6,
  h6 > a {
    font-size: 16px;
    line-height: 24px;
  }
}

a,
button {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #4a4c59;
  font-style: normal;
  text-align: left;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 1199px) {
  a,
  button {
    font-size: 16px;
    line-height: 28px;
  }
}

a.primary,
button.primary {
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (max-width: 1199px) {
  a.primary,
  button.primary {
    font-size: 19px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  a.primary,
  button.primary {
    font-size: 18px;
    line-height: 27px;
  }
}

a.secondary,
button.secondary {
  font-size: 19px;
  line-height: 28px;
}

@media only screen and (max-width: 1199px) {
  a.secondary,
  button.secondary {
    font-size: 18px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 767px) {
  a.secondary,
  button.secondary {
    font-size: 17px;
    line-height: 26px;
  }
}

a.tertiary,
button.tertiary {
  font-size: 17px;
  line-height: 24px;
}

@media only screen and (max-width: 1199px) {
  a.tertiary,
  button.tertiary {
    font-size: 16px;
    line-height: 23px;
  }
}

a.quaternary,
button.quaternary {
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 1199px) {
  a.quaternary,
  button.quaternary {
    font-size: 15px;
    line-height: 23px;
  }
}

a.quinary,
button.quinary {
  font-family: "Saira", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
}

a:hover,
button:hover {
  text-decoration: none;
  color: #da052a;
  border: 0px;
  outline: 0px;
}

/* ==== 
 --------- (2.2) typography styles end ---------
 ==== */
/* ==== 
 --------- (2.3) global styles start ---------
 ==== */
.section__space {
  padding: 100px 0px;
}

@media only screen and (max-width: 1199px) {
  .section__space {
    padding: 80px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .section__space {
    padding: 60px 0px;
  }
}

.section__space__top {
  padding-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .section__space__top {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section__space__top {
    padding-top: 60px;
  }
}

.section__space__bottom {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
  .section__space__bottom {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .section__space__bottom {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .column__space {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .column__space--secondary {
    margin-bottom: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.column__space__negative {
  margin-bottom: 0px;
}

.section__header h6 {
  color: #da052a;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: -6px;
}

@media only screen and (max-width: 767px) {
  .section__header h6 {
    margin-top: -5px;
  }
}

.section__header h2 {
  color: #232323;
  margin-top: 13px;
}

@media only screen and (max-width: 991px) {
  .section__header h2 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .section__header h2 {
    margin-bottom: 15px;
  }
}

.section__header p {
  color: #4a4c59;
}

h6 {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: -6px;
}

@media only screen and (max-width: 767px) {
  h6 {
    margin-top: -5px;
  }
}

.overlay {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.overlay::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 16, 44, 0.878);
  z-index: -1;
}

.overlay--secondary {
  position: relative;
  overflow: hidden;
}

.overlay--secondary::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(218, 5, 42, 0.702);
  transition: all 0.2s ease-in;
}

.pos__rel {
  position: relative;
}

.over__hi {
  overflow: hidden;
}

.thumb__ltr {
  direction: ltr;
}

.thumb__rtl {
  direction: rtl;
}

@media only screen and (max-width: 991px) {
  .thumb__rtl {
    direction: ltr;
  }
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: right;
}

.section__cta {
  text-align: center;
  padding-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .section__cta {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .section__cta {
    padding-top: 40px;
  }
}

.section__cta .button {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 1199px) {
  .section__cta .button {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cta__button {
  text-align: center;
  margin-top: 45px;
}

@media only screen and (max-width: 1199px) {
  .cta__button {
    margin-top: 35px;
  }
}

.bg__img {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

@media only screen and (max-width: 1199px) {
  .bg__img {
    background-size: cover;
  }
}

.social__bar a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.4s ease-in;
  margin-right: 7px;
}

@media only screen and (max-width: 1199px) {
  .social__bar a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .social__bar a {
    margin-right: 5px;
  }
}

.social__bar a:last-of-type {
  margin-right: 0px;
}

.social__bar a i {
  display: inline-block;
  font-size: 14px;
  line-height: inherit;
  color: #ffffff;
  transition: all 0.4s ease-in;
}

.social__bar a:hover {
  border: 1px solid #da052a;
}

.social__bar a:hover i {
  color: #da052a;
}

.slick-slide {
  margin: 0px 12px;
  text-align: center;
}

.slick-list {
  margin: 0px -12px;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 50px 0px 0px 0px;
  padding: 0px;
}

@media only screen and (max-width: 1199px) {
  .slick-dots {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .slick-dots {
    margin-top: 30px;
    gap: 5px;
  }
}

.slick-dots li {
  line-height: 0px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li button {
  font-size: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(217, 5, 43, 0.369);
}

@media only screen and (max-width: 767px) {
  .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}

.slick-dots li button:hover {
  background-color: #d9052b;
}

.slick-dots .slick-active button {
  width: 20px;
  height: 20px;
  background-color: #d9052b;
}

@media only screen and (max-width: 767px) {
  .slick-dots .slick-active button {
    width: 15px;
    height: 15px;
  }
}

/* ==== 
 --------- (2.3) global styles end ---------
 ==== */
/* ==== 
 --------- (2.4) animations styles start ---------
 ==== */
@keyframes shape {
  0% {
    transform: scale(1.2);
  }
  25% {
    opacity: 0.2;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    scale: 1;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}

@keyframes rotate {
  0% {
    opacity: 0.3;
    transform: translateX(0px);
  }
  100% {
    opacity: 1;
    transform: translateX(200px);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 0.3;
  }
  15% {
    transform: scale(1) rotate(160deg);
    opacity: 0.3;
  }
  30% {
    transform: scale(0.8) rotate(60deg);
    opacity: 0.6;
  }
  90% {
    transform: scale(1) rotate(30deg);
    opacity: 0.9;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.3;
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes player {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(50px, 50px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes ticket {
  0% {
    transform: translate(0px, 0px);
    opacity: 0.5;
  }
  50% {
    transform: translate(30px, 30px);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 0.5;
  }
}

@keyframes lottery {
  0% {
    transform: translate(0px, 0px);
    opacity: 0.1;
  }
  50% {
    transform: translate(0px, 0px) scale(1.2) rotate(35deg);
    opacity: 0.4;
  }
  75% {
    transform: translate(0px, 0px) scale(1) rotate(10deg);
    opacity: 0.1;
  }
  100% {
    transform: translate(0px, 0px) scale(1) rotate(0deg);
    opacity: 0.1;
  }
}

@keyframes multiply {
  0% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  50% {
    transform: translate(30px, -30px) rotate(15deg);
    opacity: 0.5;
  }
  75% {
    transform: translate(0px, 0px) rotate(10deg);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
    opacity: 1;
  }
}

@keyframes partner {
  0% {
    transform: translate(0px, 0px) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(30px, 0px) scale(0.9);
    opacity: 0.5;
  }
  75% {
    transform: translate(40px, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0px, 0px) scale(1);
    opacity: 1;
  }
}

@keyframes foot {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.6;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes waves {
  0% {
    transform: translate(-50%, -50%) scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2, 1.2);
    opacity: 0;
  }
}

/* ==== 
 --------- (2.4) animations styles end ---------
 ==== */
/* ==== 
 --------- (3.1) preloader styles start ---------
 ==== */
.preloader {
  background: #ffffff;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  z-index: 9999999;
}

.preloader span {
  position: absolute;
  width: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  text-transform: uppercase;
}

.preloader span::after, .preloader span::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #ed5e29;
  position: absolute;
  animation: load 0.7s infinite alternate ease-in-out;
}

.preloader span::before {
  top: 0;
}

.preloader span::after {
  bottom: 0;
}

@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}

/* ==== 
 --------- (3.1) preloader styles end ---------
 ==== */
/* ==== 
 --------- (3.2) breadcrumbs styles start ---------
 ==== */
.breadcrumb {
  margin: 10px 0px 0px;
}

.breadcrumb .breadcrumb-item {
  color: #da052a;
}

.breadcrumb .breadcrumb-item .primary {
  color: #ffffff;
}

.breadcrumb .breadcrumb-item .primary:hover {
  color: #da052a;
}

.breadcrumb .breadcrumb-item::before {
  color: #ffffff;
  padding-right: 12px;
}

.breadcrumb .active {
  padding-left: 12px;
}

.breadcrumb--secondary {
  margin-top: 20px;
}

/* ==== 
 --------- (3.2) breadcrumb styles end ---------
 ==== */
/* ==== 
 --------- (3.3) buttons styles start ---------
 ==== */
.button {
  padding: 12px 30px;
  color: #ffffff;
  background-color: #da052a;
  border-radius: 5px;
  transition: all 0.4s ease-in;
}

.button:hover {
  color: #ffffff;
  background-color: #232323;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media only screen and (max-width: 767px) {
  .button {
    padding: 8px 25px;
  }
}

.button__small {
  padding: 2px 20px;
  border-radius: 0px;
  background-color: transparent;
  color: #232323;
  margin-right: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  .button__small {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .button__small {
    margin-bottom: 20px;
  }
}

.button__small:hover {
  background-color: #da052a;
  color: #ffffff;
}

.button__small__active {
  background-color: #da052a;
  color: #ffffff;
}

.button__small__active:hover {
  background-color: #232323;
  color: #ffffff;
}

.submit--button {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  background-color: #da052a;
  text-align: center;
  border-radius: 0px;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 24px;
  width: 45px;
  height: 45px;
  background-color: #da052a;
  border-radius: 5px;
  color: #232323;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 99999;
  cursor: pointer;
  transition: all 0.2s ease-in;
  transform: translateY(100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media only screen and (max-width: 1199px) {
  .scrollToTop {
    right: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

.scrollToTop i {
  color: #ffffff;
  transition: all 0.2s ease-in;
}

.scrollToTop:hover {
  background-color: #ffffff;
}

.scrollToTop:hover i {
  color: #232323;
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}

/* ==== 
 --------- (3.3) buttons styles end ---------
 ==== */
/* ==== 
 --------- (3.4) forms styles start ---------
 ==== */
.input {
  display: block;
  width: 100%;
  padding: 12px 20px;
  border: none;
  outline: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .input {
    margin-bottom: 25px;
    padding: 12px;
  }
}

.input::placeholder {
  color: #626262;
}

.search {
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: none;
}

@media only screen and (max-width: 767px) {
  .search {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.search form {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .search form {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.search input {
  margin-top: 0px;
  display: block;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 30px;
  border: 2px solid #c8dbf8;
  outline: none;
  background-color: transparent;
  color: #232323;
  font-weight: 500;
  border-radius: 40px;
}

@media only screen and (max-width: 1199px) {
  .search input {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .search input {
    width: 80%;
    padding: 6px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .search input {
    width: 100%;
  }
}

.search input:focus {
  border: 2px solid #da052a;
}

.search input::placeholder {
  font-weight: 500;
}

.search .button {
  border: none;
  outline: none;
  padding-left: 40px;
  padding-left: 40px;
  border-radius: 30px;
  margin-top: 40px;
  border: 0px solid transparent !important;
}

@media only screen and (max-width: 1199px) {
  .search .button {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .search .button {
    margin-top: 20px;
  }
}

.search .button:hover {
  border: 0px solid transparent !important;
  outline: none !important;
  box-shadow: none !important;
  color: #ffffff;
}

.search .close {
  position: absolute;
  top: 10%;
  right: 20%;
}

.search .close i {
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .search .close i {
    font-size: 30px;
  }
}

.contact__form .nice-select {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  border-radius: 0px;
  padding: 17px 20px;
  padding-right: 60px;
  border: 1px solid #dddddd;
  outline: none;
  height: auto;
  line-height: inherit !important;
  font-size: 17px;
}

@media only screen and (max-width: 767px) {
  .contact__form .nice-select {
    margin-bottom: 25px;
    padding: 16px 12px;
  }
}

.contact__form .nice-select::after {
  font-family: "icofont";
  font-weight: 900;
  content: "\ea86";
  border: none;
  transform: rotate(0deg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  margin: 0px;
  height: auto;
  width: auto;
  font-size: 18px;
  color: #da052a;
}

.contact__form .nice-select .open::after {
  transform: rotate(0deg);
}

.contact__form .nice-select .list {
  width: 100%;
  border-radius: 0px;
}

textarea {
  width: 100%;
  display: block;
  padding: 12px 20px;
  border: 1px solid #dddddd;
  outline: none;
  height: 150px;
  resize: none;
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  textarea {
    margin-bottom: 30px;
    padding: 12px;
  }
}

@media only screen and (max-width: 575px) {
  textarea {
    height: 120px;
  }
}

textarea::placeholder {
  color: #626262;
}

/* ==== 
 --------- (3.4) forms styles end ---------
 ==== */
/* ==== 
 --------- (4.1) header styles start ---------
 ==== */
.topbar {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(106, 108, 124, 0.09);
}

.topbar__left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.topbar__left .tertiary {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #4a4c59;
}

.topbar__left .tertiary i {
  color: #da052a;
  font-size: 16px;
  line-height: inherit;
}

.topbar__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.topbar__right a {
  display: flex;
  align-items: center;
  color: #4a4c59;
  font-size: 16px;
  gap: 10px;
}

.topbar__right a:hover {
  color: #da052a;
}

.topbar__right a i {
  font-size: 16px;
  color: #da052a;
}

header {
  padding: 20px 0px;
  background-color: #ffffff;
  z-index: 99999;
}

.shape {
  background-color: white;
  opacity: 0.102;
  position: absolute;
  left: 0px;
  top: 122px;
  width: 1920px;
  height: 1px;
  z-index: 143;
}

.header-active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.header-fixed {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
}

@media only screen and (max-width: 991px) {
  .header-fixed {
    background-color: #ffffff;
  }
}

.header-secondary {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-top: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}

@media only screen and (max-width: 991px) {
  .header-secondary {
    margin-top: 0px;
  }
}

.header-secondary .nav-link {
  color: #ffffff;
}

.header-secondary .navbar__out .button:hover {
  background-color: #ffffff;
  color: #da052a;
}

.header-fixed-secondary {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-top: 0px;
  background-color: #ffffff;
}

.header-fixed-secondary .nav-link {
  color: #232323;
}

.header-secondary-active {
  background-color: #ffffff;
}

.header-secondary-active .nav-link {
  color: #4a4c59;
}

.navbar {
  margin: 0px;
  padding: 0px;
}

.navbar-brand {
  margin: 0px;
  padding: 0px;
}

.logo {
  max-width: 116px;
  height: 34px;
  border: none;
  outline: none;
}

@media only screen and (max-width: 575px) {
  .logo {
    max-width: 110px;
    height: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .nav-item {
    margin-bottom: 2px;
  }
}

@media only screen and (max-width: 575px) {
  .nav-item:last-of-type {
    margin-bottom: 0px;
  }
  .nav-item:last-of-type .button--last {
    display: block;
    width: 100%;
    border-radius: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .nav-item:nth-last-of-type(2) {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .nav-item:nth-last-of-type(2) {
    margin-bottom: 2px;
  }
}

.nav-link {
  color: #4a4c59;
  font-weight: 500;
  padding: 8px 15px !important;
  transition: all 0.3s ease-in;
}

@media only screen and (max-width: 1199px) {
  .nav-link {
    font-size: 16px;
    line-height: 25px;
    padding: 8px 12px !important;
  }
}

@media only screen and (max-width: 991px) {
  .nav-link {
    padding: 10px 16px !important;
    background-color: #e4e4e4;
  }
}

.nav-link:hover {
  color: #da052a;
}

.nav-link-active,
.dropdown-toggle-active {
  color: #da052a !important;
}

@media only screen and (max-width: 991px) {
  .dropdown .dropdown-toggle {
    position: relative;
  }
}

.dropdown .dropdown-toggle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  border: none;
  font-size: 16px;
  vertical-align: 0px !important;
}

@media only screen and (max-width: 1199px) {
  .dropdown .dropdown-toggle::after {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .dropdown .dropdown-toggle::after {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    margin: 0px;
    border-left: 2px solid #ffffff;
  }
}

.dropdown .dropdown-menu {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  position: relative;
  margin-top: 10px;
  border-top: 3px solid #da052a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 0px;
  z-index: 99999;
}

@media only screen and (max-width: 991px) {
  .dropdown .dropdown-menu {
    width: 90%;
    margin: 15px auto;
  }
}

.dropdown .dropdown-menu .dropdown-item {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px 16px;
  color: #232323;
  border-bottom: 1px solid #e4e4e4;
  transition: all 0.2s ease-in;
}

.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #da052a;
  color: #ffffff;
  padding-left: 20px;
}

.dropdown .dropdown-menu .dropdown-item-active {
  background-color: #da052a;
  color: #ffffff;
  padding-left: 20px;
}

.dropdown .dropdown-menu li:last-of-type .dropdown-item {
  border-bottom: 0px;
}

.dropdown .dropdown-menu::before {
  content: "";
  width: 0px;
  height: 0px;
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #da052a;
  border-top: 10px solid transparent;
  position: absolute;
  top: -22px;
  left: 10px;
}

.dropdown .show::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
}

.dropdown .dropdown-menu::after {
  content: none;
}

@media only screen and (max-width: 991px) {
  .navbar-collapse {
    margin-top: 15px;
    max-height: 70vh;
    overflow-y: auto;
  }
  .navbar-collapse::-webkit-scrollbar {
    width: 5px;
  }
  .navbar-collapse::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 10px;
  }
  .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: #da052a;
    border-radius: 10px;
  }
}

.search__toggle {
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #da052a;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  margin-left: 35px;
}

@media only screen and (max-width: 1199px) {
  .search__toggle {
    margin-left: 28px;
    margin-right: 20px;
  }
}

.search__toggle i {
  font-size: 18px;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .search__toggle i {
    font-size: 16px;
  }
}

.navbar-toggler {
  border: none;
  padding: 0px;
  margin: 0px 0px 0px 20px;
  line-height: 0px;
}

@media only screen and (max-width: 575px) {
  .navbar-toggler {
    margin: 0px;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.navbar-toggler span {
  transform: translateY(0px);
}

.navbar-toggler .icon-bar {
  width: 35px;
  height: 2px;
  background-color: #da052a;
  margin: 0px;
  display: block;
  transition: all 0.3s;
}

@media only screen and (max-width: 575px) {
  .navbar-toggler .icon-bar {
    width: 30px;
  }
}

.navbar-toggler .middle-bar {
  margin: 6px 0px;
  opacity: 1;
}

.toggle-active .top-bar {
  transform: rotate(-45deg) translate(-7px, 4px);
  background: #232323;
}

.toggle-active .middle-bar {
  opacity: 0;
}

.toggle-active .bottom-bar {
  transform: rotate(45deg) translate(-7px, -4px);
  background: #232323;
}

.header--tertiary {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: transparent;
  box-shadow: 0px 0px 0px;
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .header--tertiary {
    margin-top: 0px;
  }
}

.header--tertiary__active {
  margin-top: 0px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* ==== 
 --------- (4.1) header styles end ---------
 ==== */
/* ==== 
 --------- (4.2) hero section styles start ---------
 ==== */
.hero {
  padding: 240px 0px;
  background-color: #ffffff;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .hero {
    padding: 180px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .hero {
    padding: 120px 0px;
  }
}

.hero__content {
  text-align: left;
}

.hero__content::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin-top: -7px;
}

.hero__content h1 {
  margin: 5px 0px;
}

@media only screen and (max-width: 1199px) {
  .hero__content h1 {
    margin: 10px 0px;
  }
}

.hero__content p {
  color: #4a4c59;
  max-width: 610px;
}

.hero__content .button {
  margin-top: 33px;
}

@media only screen and (max-width: 1199px) {
  .hero__content .button {
    margin-top: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .hero__content .button {
    margin-top: 26px;
  }
}

.hero__thumb {
  position: absolute;
  bottom: 0px;
  right: 5vw;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .hero__thumb {
    right: 18vw;
  }
}

@media only screen and (max-width: 767px) {
  .hero__thumb {
    right: 22vw;
  }
}

.hero__thumb img {
  max-width: 47vw;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .hero__thumb img {
    max-width: 30vw;
  }
}

@media only screen and (max-width: 767px) {
  .hero__thumb img {
    max-width: 30vw;
  }
}

@media only screen and (max-width: 424px) {
  .hero__thumb img {
    max-width: 50vw;
  }
}

.hero__animation img {
  display: inline-block;
  position: absolute;
  z-index: -1;
  animation: shape 15s infinite alternate-reverse;
}

.hero__animation .shape__left {
  top: 0px;
  left: 0px;
  max-width: 8vw;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .hero__animation .shape__left {
    max-width: 10vw;
  }
}

@media only screen and (max-width: 424px) {
  .hero__animation .shape__left {
    max-width: 15vw;
  }
}

.hero__animation .shape__right {
  bottom: 0px;
  right: 0px;
  max-width: 10vw;
  height: auto;
  animation-delay: 3s;
}

@media only screen and (max-width: 991px) {
  .hero__animation .shape__right {
    max-width: 6vw;
  }
}

@media only screen and (max-width: 767px) {
  .hero__animation .shape__right {
    max-width: 9vw;
  }
}

@media only screen and (max-width: 424px) {
  .hero__animation .shape__right {
    max-width: 14vw;
  }
}

.hero--secondary {
  padding-top: 300px;
}

@media only screen and (max-width: 1199px) {
  .hero--secondary {
    padding-top: 240px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero--secondary {
    padding: 200px 0px 140px;
  }
}

@media only screen and (max-width: 767px) {
  .hero--secondary {
    padding: 160px 0px 100px;
  }
}

.hero--secondary .hero__content h1,
.hero--secondary .hero__content p {
  color: #ffffff;
}

.hero--secondary .hero__thumb {
  right: 20vw;
}

@media only screen and (max-width: 1199px) {
  .hero--secondary .hero__thumb {
    right: 10vw;
  }
}

@media only screen and (max-width: 991px) {
  .hero--secondary .hero__thumb {
    right: 5vw;
  }
}

@media only screen and (max-width: 991px) {
  .hero--secondary .hero__thumb {
    right: 15vw;
  }
}

.hero--secondary .hero__thumb img {
  max-width: 33vw;
}

@media only screen and (max-width: 991px) {
  .hero--secondary .hero__thumb img {
    max-width: 23vw;
  }
}

@media only screen and (max-width: 767px) {
  .hero--secondary .hero__thumb img {
    max-width: 20vw;
  }
}

@media only screen and (max-width: 575px) {
  .hero--secondary .hero__thumb img {
    max-width: 25vw;
  }
}

.hero--secondary .button:hover {
  background-color: #ffffff;
  color: #da052a;
}

@media only screen and (max-width: 1799px) {
  .hero--secondary .hero__thumb {
    right: 10vw;
  }
}

@media only screen and (max-width: 1799px) {
  .hero--tertiary .hero__thumb {
    bottom: -60px;
  }
}

.hero--tertiary {
  background-color: #dfdfe0;
}

@media only screen and (max-width: 1199px) {
  .hero--tertiary {
    padding-top: 195px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .hero--tertiary {
    padding-top: 175px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .hero--tertiary {
    padding-top: 155px;
    padding-bottom: 90px;
  }
}

.hero--tertiary .hero__thumb {
  bottom: -120px;
  right: 10vw;
}

@media only screen and (max-width: 1399px) {
  .hero--tertiary .hero__thumb {
    bottom: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero--tertiary .hero__thumb {
    right: 5vw;
  }
}

.hero--tertiary .hero__thumb img {
  max-width: 27vw;
}

@media only screen and (max-width: 1199px) {
  .hero--tertiary .hero__thumb img {
    max-width: 20vw;
  }
}

@media only screen and (max-width: 991px) {
  .hero--tertiary .hero__thumb img {
    max-width: 16vw;
  }
}

@media only screen and (max-width: 767px) {
  .hero--tertiary .hero__thumb img {
    max-width: 15vw;
  }
}

@media only screen and (max-width: 575px) {
  .hero--tertiary .hero__thumb img {
    max-width: 20vw;
  }
}

@media only screen and (max-width: 424px) {
  .hero--tertiary .hero__thumb img {
    max-width: 24vw;
  }
}

/* ==== 
 --------- (4.2) hero secction styles end ---------
 ==== */
/* ==== 
 --------- (4.3) banner styles start ---------
 ==== */
.banner__area {
  padding: 280px 0px 210px;
}

.banner__area::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin-top: -11px;
}

.banner__area::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  margin-bottom: -3px;
}

@media only screen and (max-width: 1199px) {
  .banner__area {
    padding: 230px 0px 150px;
  }
  .banner__area::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin-top: -12px;
  }
}

@media only screen and (max-width: 767px) {
  .banner__area {
    padding: 180px 0px 100px;
  }
  .banner__area::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin-top: -10px;
  }
}

.banner__area h2 {
  color: #ffffff;
}

/* ==== 
 --------- (4.3) banner styles end ---------
 ==== */
/* ==== 
 --------- (4.4) all sections styles start ---------
 ==== */
.feature__area {
  background-color: #ffffff;
  box-shadow: 0px 0px 117px 0px rgba(12, 62, 185, 0.08);
  border-radius: 5px;
  padding: 40px;
}

@media only screen and (max-width: 1199px) {
  .feature__area {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .feature__area {
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .feature__area {
    padding: 40px 20px;
  }
}

.feature__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.feature__item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10%;
  width: 2px;
  height: 130%;
  background-color: #ececec;
}

@media only screen and (max-width: 1199px) {
  .feature__item::before {
    content: none;
  }
}

@media only screen and (max-width: 991px) {
  .feature__item {
    flex-direction: column;
  }
}

.feature__item i {
  display: inline-block;
  font-size: 40px;
  color: #da052a;
}

@media only screen and (max-width: 1199px) {
  .feature__item i {
    font-size: 30px;
  }
}

.feature__item .feature__item__content h5 {
  color: #232323;
  margin-top: -5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  .feature__item .feature__item__content h5 {
    margin-top: -7px;
  }
}

.feature__item .feature__item__content p {
  color: #4a4c59;
  margin-bottom: -6px;
}

@media only screen and (max-width: 767px) {
  .feature__item--primary {
    margin-bottom: 30px;
  }
}

.feature__item--primary::before {
  content: none;
}

@media only screen and (max-width: 991px) {
  .feature__item--tertiary {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .feature {
    z-index: 2;
    position: relative;
    top: -185px;
    margin-bottom: -185px;
  }
}

.feature--two {
  position: static;
  top: 0px;
  margin-bottom: 0px;
}

.feature--secondary .feature__item::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0px;
  right: 0px;
  width: 0%;
  height: 2px;
  background-color: #da052a;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 1199px) {
  .feature--secondary .feature__item::after {
    display: none;
  }
}

.feature--secondary .feature__item:hover::after {
  width: 87%;
}

@media only screen and (max-width: 991px) {
  .about__thumb {
    margin-bottom: 30px;
  }
}

.about__thumb img {
  max-width: 48vw;
  height: auto;
}

@media only screen and (max-width: 424px) {
  .about__thumb img {
    max-width: 60vw;
  }
}

.about__content h2 {
  margin: 13px 0px;
}

@media only screen and (max-width: 767px) {
  .about__content h2 {
    margin: 8px 0px;
  }
}

.about__content hr {
  height: 1px;
  width: 100%;
  background-color: #ada7a7;
  margin: 30px 0px;
}

@media only screen and (max-width: 767px) {
  .about__content hr {
    margin: 25px 0px;
  }
}

.about__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 34px;
}

@media only screen and (max-width: 767px) {
  .about__item {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 424px) {
  .about__item {
    flex-direction: column;
    row-gap: 15px;
  }
}

.about__item:nth-of-type(2) {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .about__item:nth-of-type(2) {
    margin-top: 18px;
  }
}

.about__item .about__item__icon__box {
  min-width: 60px !important;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 49px 0px rgba(12, 62, 185, 0.08);
  border-radius: 50%;
  transition: all 0.2s ease-in;
}

.about__item .about__item__icon__box i {
  font-size: 30px;
  color: #da052a;
  transition: all 0.2s ease-in;
}

.about__item p {
  margin-top: 10px;
}

.about__item:hover .about__item__icon__box {
  background-color: #da052a;
}

.about__item:hover .about__item__icon__box i {
  color: #ffffff;
}

.founder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

@media only screen and (max-width: 424px) {
  .founder {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
}

.founder h5 {
  font-weight: 700;
}

.founder__img img {
  width: 80px;
  height: 80px;
  border: none;
  outline: none;
  border-radius: 0px;
}

.founder__signature img {
  max-width: 12vw;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .founder__signature img {
    max-width: 15vw;
  }
}

@media only screen and (max-width: 767px) {
  .founder__signature img {
    max-width: 20vw;
  }
}

@media only screen and (max-width: 575px) {
  .founder__signature img {
    max-width: 25vw;
  }
}

.about--two .about__thumb img {
  max-width: 100%;
  height: auto;
}

.about--two .button {
  margin-top: 20px;
}

.about--two .features__thumb {
  width: 170px;
  height: 170px;
  background-image: linear-gradient(45deg, #da052a 50%, transparent 50%);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

@media only screen and (max-width: 1199px) {
  .about--two .features__thumb {
    width: 150px;
    height: 150px;
  }
}

.about--two .features__thumb__content {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.about--two .features__thumb__content h3,
.about--two .features__thumb__content h5 {
  color: #ffffff;
}

.about--two .features__thumb__content h5 {
  margin-top: -5px;
}

.about--two .video__popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about--two .video__popup .main i {
  color: #da052a;
}

.about--two .video__popup .main::before, .about--two .video__popup .main::after {
  background-color: rgba(255, 255, 255, 0.561);
}

.about__two__items {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media only screen and (max-width: 424px) {
  .about__two__items {
    flex-direction: column;
    row-gap: 25px;
    align-items: flex-start;
  }
}

.about__two__items .about__item {
  margin: 0px;
  align-items: center;
}

@media only screen and (max-width: 424px) {
  .about__two__items .about__item {
    align-items: flex-start;
  }
}

.about__two__items:last-of-type {
  margin-top: 25px;
}

.team--slider {
  z-index: 1;
}

.team--slider .section__header h2,
.team--slider .section__header p {
  color: #ffffff;
}

.team--slider .team__animation .left-shape {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 11vw;
  height: auto;
}

.team--slider::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 57%;
  z-index: -1;
  background-image: url("../image/team-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
  .team--slider::before {
    height: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .team--slider::before {
    height: 64%;
  }
}

.team__slider--two .section__header h2 {
  color: #232323;
}

.team__slider--two .section__header p {
  color: #4a4c59;
}

.team__slider--two::before {
  content: none;
}

.skill__content h2 {
  margin: 14px 0px 20px;
}

@media only screen and (max-width: 767px) {
  .skill__content h2 {
    margin: 10px 0px 10px;
  }
}

.skill__content p {
  margin-bottom: 25px;
}

.skill__content .button {
  background-color: transparent;
  border: 1px solid #da052a;
  color: #da052a;
}

.skill__content .button:hover {
  background-color: #da052a;
  color: #ffffff;
}

.skill__thumb img {
  max-width: 29vw;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .skill__thumb img {
    max-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .skill__thumb img {
    max-width: 200px;
  }
}

.skill__bar__wrapper {
  overflow-x: hidden;
}

.skill__wrapper {
  margin-bottom: 25px;
  position: relative;
}

.skill__wrapper:last-of-type {
  margin-bottom: 40px;
}

.skill__wrapper p {
  font-weight: 600;
  margin-bottom: 8px;
}

.skill__wrapper::before {
  width: 100%;
  height: 5px;
  content: "";
  display: block;
  position: absolute;
  background: #e4e4e4;
  bottom: 0;
}

.skill__wrapper .skill-bar {
  width: 100%;
  height: 5px;
  background-color: #da052a;
  display: block;
}

.skill__wrapper .skill1 {
  width: 58%;
}

.skill__wrapper span {
  position: absolute;
  border-top: 0px solid transparent;
  top: 0px;
  right: 0px;
  padding: 0;
  font-size: 16px;
  padding: 3px 0;
  font-weight: 500;
}

.skill__wrapper .skill2 {
  width: 77%;
}

.skill__wrapper .skill3 {
  width: 40%;
}

.skill__wrapper .skill4 {
  width: 90%;
}

.skill__wrapper .skill5 {
  width: 66%;
}

.skill__wrapper .skill6 {
  width: 50%;
}

@media only screen and (max-width: 1650px) {
  .skill {
    padding-bottom: 100px;
  }
  .skill__thumb {
    position: absolute;
    bottom: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .skill {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .skill {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .skill__thumb {
    position: static;
  }
}

.video {
  padding: 260px 0px;
  background-color: #232323;
}

@media only screen and (max-width: 1199px) {
  .video {
    padding: 140px 0px 150px;
  }
}

@media only screen and (max-width: 1199px) {
  .video {
    padding: 90px 0px 100px;
  }
}

.video h5 {
  color: #ffffff;
}

.video .video__shape img {
  position: absolute;
  right: 0px;
  bottom: -20px;
  max-width: 11vw;
  height: auto;
}

.video__popup {
  display: block;
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 110px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .video__popup {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .video__popup {
    margin-bottom: 15px;
  }
}

.video__popup .main {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 0px 49px 0px rgba(12, 62, 185, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.video__popup .main i {
  font-size: 22px;
  color: #0c3eb9;
}

.video__popup .main::before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.161);
  animation: waves 3s infinite linear;
  animation-delay: 0s;
  z-index: -2;
}

.video__popup .main::after {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.161);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: waves 3s infinite linear;
  animation-delay: 1s;
  z-index: -1;
}

.mfp-container {
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100vh;
}

@media only screen and (max-width: 991px) {
  .mfp-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.mfp-bg {
  z-index: 9999999;
}

.mfp-wrap {
  z-index: 999999999;
}

.work .section__header {
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .work .section__header {
    margin-bottom: 38px;
  }
}

.work__single__item h5 {
  color: #232323;
  text-align: center;
  margin: 25px 0px 10px;
}

.work__single__item p {
  text-align: center;
  color: #626262;
}

.work__poster__wrapper {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
}

.work__poster__wrapper .work__poster {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.work__poster__wrapper .work__poster::before {
  height: 0%;
  border-radius: 50%;
  transition: all 0.2s ease-in;
}

.work__poster__wrapper .work__poster img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.work__poster__wrapper .work__poster .main {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 0px 49px 0px rgba(12, 62, 185, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in;
}

.work__poster__wrapper .work__poster .main::before {
  content: "";
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.3);
  animation-delay: 0s;
  z-index: -2;
}

.work__poster__wrapper .work__poster .main::after {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.work__poster__wrapper:hover .work__poster .main {
  top: 50%;
}

.work__poster__wrapper:hover .work__poster::before {
  height: 100%;
}

.contact__cta__area {
  padding: 50px 0px;
}

.contact__cta__left {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media only screen and (max-width: 575px) {
  .contact__cta__left {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
  }
}

.contact__cta__left img {
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 575px) {
  .contact__cta__left img {
    width: 40px;
    height: 40px;
  }
}

.contact__cta__left h3 {
  color: #ffffff;
}

.contact__cta__right .button {
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 1199px) {
  .contact__cta__right .button {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.blog--secondary .blog__single__item {
  max-height: 525px !important;
}

.blog--secondary .blog__single__item .blog__post__meta {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.blog--secondary .slick-dots {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .blog--secondary .slick-dots {
    margin-top: 10px;
  }
}

.service .section__header {
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .service .section__header {
    margin-bottom: 38px;
  }
}

.service__single__item {
  background-color: #ffffff;
  box-shadow: 0px 0px 117px 0px rgba(12, 62, 185, 0.08);
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.4s ease-in;
}

@media only screen and (max-width: 767px) {
  .service__single__item {
    max-width: 350px;
  }
}

.service__single__item .service__posterr {
  height: 270px;
  display: block;
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}

@media only screen and (max-width: 1199px) {
  .service__single__item .service__posterr {
    height: 220px;
  }
}

@media only screen and (max-width: 991px) {
  .service__single__item .service__posterr {
    height: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .service__single__item .service__posterr {
    height: 200px;
  }
}

.service__single__item .service__posterr::before {
  transition: all 0.2s ease-in;
  height: 0%;
  border-radius: 5px 5px 0px 0px;
}

.service__single__item .service__posterr img {
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0px 0px;
}

.service__single__item .service__item {
  padding: 30px 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .service__single__item .service__item {
    gap: 15px;
  }
}

.service__single__item .service__item i {
  font-size: 40px;
  color: #da052a;
}

@media only screen and (max-width: 767px) {
  .service__single__item .service__item i {
    font-size: 30px;
  }
}

.service__single__item .service__item .service__item__content h5 {
  color: #232323;
  font-weight: 600;
  margin-top: -5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  .service__single__item .service__item .service__item__content h5 {
    margin-top: -7px;
  }
}

.service__single__item .service__item .service__item__content p {
  color: #4a4c59;
  margin-bottom: -6px;
}

.service__single__item .service__item .service__item__content a {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  margin-top: 10px;
}

.service__single__item .service__item .service__item__content a:hover {
  color: #da052a;
}

.service__single__item .service__item .service__item__content a i {
  font-size: 18px;
  color: inherit;
  line-height: inherit;
}

.service__single__item:hover .service__posterr::before {
  height: 100%;
}

.service__single__item:hover .service__item .service__item__content a {
  color: #da052a;
}

.service--two .section__header {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .service--two .section__header {
    margin-bottom: 30px;
  }
}

.service--two .service--two__single__item {
  padding: 60px 40px 40px;
  background-color: white;
  border-radius: 5px;
  position: relative;
  margin-top: 35px;
  border: 1px solid transparent;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 1199px) {
  .service--two .service--two__single__item {
    padding: 60px 20px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .service--two .service--two__single__item {
    margin-top: 25px;
    padding: 40px 20px 20px;
  }
}

.service--two .service--two__single__item .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fcfdfe;
  box-shadow: 0px 0px 6.51px 0.49px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -35px;
  left: 40px;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 1199px) {
  .service--two .service--two__single__item .icon {
    left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .service--two .service--two__single__item .icon {
    width: 50px;
    height: 50px;
    top: -25px;
  }
}

.service--two .service--two__single__item .icon i {
  font-size: 40px;
  color: #da052a;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  .service--two .service--two__single__item .icon i {
    font-size: 24px;
  }
}

.service--two .service--two__single__item p {
  margin: 10px 0px 7px;
}

.service--two .service--two__single__item .shape__alt {
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transition: all 0.2s ease-in;
}

.service--two .service--two__single__item:hover {
  border: 1px solid #da052a;
}

.service--two .service--two__single__item:hover .icon {
  background-color: #da052a;
}

.service--two .service--two__single__item:hover .icon i {
  color: #ffffff;
}

.service--two .service--two__single__item:hover a {
  color: #da052a;
}

.service--two .service--two__single__item:hover .shape__alt {
  width: 70px;
  height: 70px;
}

.service__three .service--two__single__item {
  background-image: url("../image/item-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
  z-index: 1;
  border: 0px solid transparent;
}

.service__three .service--two__single__item::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: all 0.2s ease-in;
  z-index: -2;
  border-radius: 5px;
}

.service__three .service--two__single__item h5,
.service__three .service--two__single__item p,
.service__three .service--two__single__item a {
  transition: all 0.2s ease-in;
}

.service__three .service--two__single__item:hover {
  border: 0px solid transparent;
}

.service__three .service--two__single__item:hover::after {
  background-color: rgba(218, 5, 42, 0.702);
}

.service__three .service--two__single__item:hover .icon {
  background-color: #ffffff;
}

.service__three .service--two__single__item:hover .icon i {
  color: #da052a;
}

.service__three .service--two__single__item:hover h5,
.service__three .service--two__single__item:hover p,
.service__three .service--two__single__item:hover a {
  color: #ffffff;
}

.faq__content h2 {
  margin: 15px 0px 10px;
}

@media only screen and (max-width: 1199px) {
  .faq__content h2 {
    margin: 10px 0px 5px;
  }
}

.faq__content .secondary:last-of-type {
  color: #da052a;
  margin-top: 8px;
}

.faq__content .button {
  margin-top: 35px;
}

@media only screen and (max-width: 1199px) {
  .faq__content .button {
    margin-top: 25px;
  }
}

.faq__wrapper .accordion {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.faq__wrapper .accordion h6 {
  margin-top: 0px;
}

.faq__wrapper .accordion-item {
  border-radius: 5px;
}

.faq__wrapper .accordion-button {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: #626262;
  box-shadow: 0px 0px 0px;
  outline: none;
}

.faq__wrapper .accordion-button::after {
  background-image: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  border: none;
  font-size: 18px;
  vertical-align: 0px !important;
  width: auto;
  height: 100% !important;
}

.faq__wrapper .accordion-button i {
  font-size: 20px;
  color: #232323;
}

.faq__wrapper .accordion-button:not(.collapsed) {
  background-color: #da052a;
  color: #ffffff;
}

.faq__wrapper .accordion-button:not(.collapsed) i {
  color: #ffffff;
}

.faq__wrapper .accordion-body p {
  color: #626262;
}

.faq__wrapper .accordion-body .accordion-body-inner {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 575px) {
  .faq__wrapper .accordion-body .accordion-body-inner {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
}

.faq__wrapper .accordion-body .accordion-body-inner img {
  width: 120px;
  height: 70px;
}

.faq__wrapper .accordion-body .accordion-body-inner .alt {
  color: #232323;
  font-weight: 600;
}

.service__slider .service__single__item {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.service__slider .service__item__content {
  text-align: left;
}

.service__slider .service__item__content a {
  margin-top: 20px !important;
}

.service__slider .service__item {
  border-bottom: 0px solid #da052a;
}

.service__slider .slick-center .service__item {
  border-bottom: 3px solid #da052a;
}

.service__slider .slick-center .service__item a {
  color: #da052a;
}

.skillbar__two .section__header {
  margin-bottom: 37px;
}

@media only screen and (max-width: 767px) {
  .skillbar__two .section__header {
    margin-bottom: 30px;
  }
}

.skillbar__two .section__header h2,
.skillbar__two .section__header p {
  color: #ffffff;
}

.skillbar__two p {
  color: #ffffff;
}

.skillbar__two .team__animation .left-shape {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 11vw;
  height: auto;
}

.skillbar__two .skill__wrapper::before {
  background-color: #ffffff;
}

.skillbar__two .skill__wrapper span {
  color: #ffffff;
}

.skillbar__two .skill__wrapper:last-of-type {
  margin-bottom: 0px;
}

.skillbar__two .cta__button .button {
  background-color: #ffffff;
  color: #da052a;
}

.skillbar__two .cta__button .button:hover {
  background-color: #da052a;
  color: #ffffff;
}

.video__call__content h2 {
  color: #ffffff;
  margin: 10px 0px;
}

.video__call__content p {
  color: #ffffff;
  max-width: 500px;
}

.video__call__content .button {
  margin-top: 38px;
}

@media only screen and (max-width: 991px) {
  .video__call__content .button {
    margin-top: 28px;
  }
}

.video__call__content .button:hover {
  background-color: #ffffff;
  color: #da052a;
}

.video__call__thumb .video__thumb__inner {
  display: inline-block;
  position: relative;
}

.video__call__thumb img {
  max-width: 100%;
  height: auto;
}

.video__call__thumb .video__popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video__call__thumb .video__popup .main i {
  color: #da052a;
}

.video__call__thumb .video__popup .main::before, .video__call__thumb .video__popup .main::after {
  background-color: rgba(255, 255, 255, 0.561);
}

.project__grid__wrapper {
  margin-top: 60px;
  margin-bottom: -30px;
}

.project__single__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.project__single__item .project__poster {
  display: block;
  width: 100%;
  height: 300px;
}

@media only screen and (max-width: 1199px) {
  .project__single__item .project__poster {
    height: 250px;
  }
}

@media only screen and (max-width: 991px) {
  .project__single__item .project__poster {
    height: 300px;
  }
}

.project__single__item .project__poster::before {
  height: 0%;
}

.project__single__item .project__poster img {
  width: 100%;
  height: 100%;
}

.project__single__item .project__icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in;
}

.project__single__item .project__icon i {
  font-size: 20px;
  color: #da052a;
}

.project__single__item:hover .project__poster {
  height: 300px;
}

.project__single__item:hover .project__poster::before {
  height: 100%;
}

.project__single__item:hover .project__icon {
  top: 50%;
}

.project .section__header {
  margin-bottom: 37px;
}

@media only screen and (max-width: 767px) {
  .project .section__header {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .project__btn__wrapper {
    margin-bottom: 10px;
  }
}

.project__overview h5 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .project__overview h5 {
    margin-bottom: 15px;
  }
}

.project__overview h5:last-of-type {
  margin-bottom: 0px;
}

.project__overview h5 .project__details__tab {
  padding: 10px 30px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  transition: all 0.2s ease-in;
  color: #232323;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .project__overview h5 .project__details__tab {
    padding: 10px 15px;
  }
}

.project__overview h5 .project__details__tab:hover {
  background-color: #da052a;
  color: #ffffff;
}

.project__overview h5 .project__details__tab__active {
  background-color: #da052a;
  color: #ffffff;
}

.project__features {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  .project__features {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .project__features {
    margin-top: 30px;
  }
}

.project__features .features__thumb {
  width: 170px;
  height: 170px;
  background-image: linear-gradient(45deg, #da052a 50%, transparent 50%);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

@media only screen and (max-width: 1199px) {
  .project__features .features__thumb {
    width: 150px;
    height: 150px;
  }
}

.project__features .features__thumb__content {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.project__features .features__thumb__content h3,
.project__features .features__thumb__content h5 {
  color: #ffffff;
}

.project__features .features__thumb__content h5 {
  margin-top: -5px;
}

.features__poster {
  height: 430px;
}

@media only screen and (max-width: 1199px) {
  .features__poster {
    height: 350px;
  }
}

.features__poster img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .features__poster img {
    width: auto;
    max-width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .project__details__left__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.project__details__right__content img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .project__details__right__content img {
    width: auto;
    max-width: 100%;
  }
}

.project__details__right__content .alt {
  color: #da052a;
  max-width: 700px;
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .project__details__right__content .mb-30 {
    margin-bottom: 25px;
  }
}

.project__details__wrapper .alt--two {
  max-width: 1100px;
  margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .project__details__wrapper .alt--two {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .project__details__wrapper .alt--two {
    margin-top: 20px;
  }
}

.team .section__header {
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .team .section__header {
    margin-bottom: 38px;
  }
}

.team__single__item {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 575px) {
  .team__single__item {
    max-width: 300px;
  }
}

.team__single__item .team__poster {
  display: block;
  height: 430px;
}

@media only screen and (max-width: 1199px) {
  .team__single__item .team__poster {
    height: 350px;
  }
}

@media only screen and (max-width: 991px) {
  .team__single__item .team__poster {
    height: 395px;
  }
}

@media only screen and (max-width: 767px) {
  .team__single__item .team__poster {
    height: 300px;
  }
}

@media only screen and (max-width: 575px) {
  .team__single__item .team__poster {
    height: 350px;
  }
}

.team__single__item .team__poster::before {
  height: 0%;
}

.team__single__item .team__poster img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.team__single__item:hover .team__poster::before {
  height: 100%;
  border-radius: 5px;
}

.team__single__item:hover .team__member__social {
  left: 0px;
}

.team__member__social {
  position: absolute;
  top: 10px;
  left: -100px;
  transition: all 0.4s ease-in;
}

@media only screen and (max-width: 767px) {
  .team__member__social {
    top: 0px;
  }
}

.team__member__social .social__bar {
  padding: 20px;
  display: inline-flex;
  flex-direction: column;
  row-gap: 10px;
  background-color: transparent;
}

.team__member__social .social__bar a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #ffffff;
  margin: 0px;
}

.team__member__social .social__bar a i {
  color: #646464;
  font-size: 18px;
}

.team__member__social .social__bar a:hover {
  background-color: #da052a;
}

.team__member__social .social__bar a:hover i {
  color: #ffffff;
}

.team__member__info {
  width: 300px;
  background-color: #ffffff;
  box-shadow: 0px 0px 117px 0px rgba(12, 62, 185, 0.08);
  border-radius: 5px;
  padding: 15px 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 1199px) {
  .team__member__info {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .team__member__info {
    padding: 10px 12px;
  }
}

.team__member__info h5 {
  text-align: center;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .team__member__info h5 {
    margin-bottom: 0px;
  }
}

.team__member__info p {
  text-align: center;
}

.testimonial__slider__wrapper .slick-list {
  padding-top: 100px;
}

@media only screen and (max-width: 991px) {
  .testimonial__slider__wrapper .slick-list {
    padding-top: 75px;
  }
}

.testimonial__item {
  background-color: #ffffff;
  padding: 70px 40px 50px;
  box-shadow: 0px 0px 117px 0px rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .testimonial__item {
    padding: 50px 20px 30px;
  }
}

.testimonial__item::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: #d0dae2;
  border-top-left-radius: 50px;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 991px) {
  .testimonial__item::before {
    width: 40px;
    height: 40px;
    border-top-left-radius: 40px;
  }
}

.testimonial__item .author {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 40px;
  border: 2px solid #da052a;
}

@media only screen and (max-width: 991px) {
  .testimonial__item .author {
    width: 70px;
    height: 70px;
    top: -35px;
    left: 20px;
  }
}

.testimonial__item .author img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.testimonial__item .ratings {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 30px;
  right: 30px;
}

@media only screen and (max-width: 991px) {
  .testimonial__item .ratings {
    top: 20px;
    right: 20px;
  }
}

.testimonial__item .ratings i {
  font-size: 24px;
  color: #fe5a0e;
}

@media only screen and (max-width: 991px) {
  .testimonial__item .ratings i {
    font-size: 20px;
  }
}

.testimonial__item .desig {
  margin: 5px 0px;
  color: #4a4c59;
  font-style: normal;
}

@media only screen and (max-width: 991px) {
  .testimonial__item .desig {
    margin: 10px 0px;
  }
}

.testimonial__item p {
  font-style: italic;
}

.slick-current .testimonial__item::before {
  background-color: #da052a;
}

.team__details .talt {
  margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .team__details .talt {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .team__details .talt {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .team__details__poster {
    margin-bottom: 20px;
  }
}

.team__details__poster img {
  max-width: 100%;
  height: 430px;
  border-radius: 10px;
}

@media only screen and (max-width: 1199px) {
  .team__details__poster img {
    height: 350px;
  }
}

.team__details__content .alt {
  margin-top: 10px;
}

.team__details__content .team__details__info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.team__details__content .team__details__info:first-of-type {
  margin-top: 24px;
}

.team__details__content .team__details__info:last-of-type {
  margin-bottom: 0px;
}

.team__details__content .icone {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #da052a;
  border-radius: 50%;
}

.team__details__content .icone i {
  font-size: 22px !important;
  color: #da052a;
}

.pricing .section__header {
  margin-bottom: 87px;
}

@media only screen and (max-width: 991px) {
  .pricing .section__header {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing .section__header {
    margin-bottom: 38px;
  }
}

.pricing__plan__wrapper {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .pricing__plan__wrapper {
    margin-bottom: 0px;
  }
}

.pricing__single__item {
  padding: 30px 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 117px 0px rgba(12, 62, 185, 0.08);
  text-align: center;
}

.pricing__single__item h5,
.pricing__single__item h2,
.pricing__single__item p {
  text-align: center;
}

.pricing__single__item img {
  width: 78px;
  height: 78px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .pricing__single__item img {
    width: 58px;
    height: 58px;
  }
}

.pricing__single__item h5 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .pricing__single__item h5 {
    margin-bottom: 5px;
  }
}

.pricing__single__item h2 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .pricing__single__item h2 {
    margin-bottom: 10px;
  }
}

.pricing__single__item p {
  margin-bottom: 27px;
  color: #4a4c59;
}

@media only screen and (max-width: 767px) {
  .pricing__single__item p {
    margin-bottom: 17px;
  }
}

.pricing__single__item .button {
  margin-top: 10px;
  width: 160px;
  text-align: center;
}

.pricing__single__item .button__alt {
  background-color: transparent;
  color: #da052a;
  border: 1px solid #da052a;
  text-align: center;
}

.pricing__single__item .button__alt:hover {
  background-color: #da052a;
  color: #ffffff;
}

.pricing__single__item--primary {
  position: relative;
  z-index: 1;
}

.pricing__single__item--primary::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 117px 0px rgba(12, 62, 185, 0.08);
  transform: scale(1.1);
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .pricing__single__item--primary::before {
    transform: scale(1);
  }
}

.pricing__single__item--primary .tag {
  position: absolute;
  top: -77px;
  left: -18px;
  padding: 15px 30px;
  line-height: 1;
  background-color: #da052a;
  display: inline-block;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .pricing__single__item--primary .tag {
    top: -55px;
  }
}

@media only screen and (max-width: 991px) {
  .pricing__single__item--primary .tag {
    top: -25px;
    left: 0px;
    font-size: 12px;
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing__single__item--primary .tag {
    top: 5px;
  }
}

.pricing__single__item--primary .tag:after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: 0;
  width: 0;
  height: 0;
  display: inline-block;
  line-height: 0;
  border-width: 24px;
  border-style: solid;
  border-color: #da052a transparent #da052a transparent;
}

@media only screen and (max-width: 1199px) {
  .pricing__single__item--primary .tag:after {
    right: -23px;
    border-width: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .pricing__single__item--primary .tag:after {
    right: -16px;
    border-width: 16px;
  }
}

.blog .section__header {
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .blog .section__header {
    margin-bottom: 38px;
  }
}

.blog__poster {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
}

.blog__poster::before {
  height: 0%;
}

.blog__poster img {
  border: none;
  outline: none;
  width: 100%;
  height: 370px;
}

@media only screen and (max-width: 1199px) {
  .blog__poster img {
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .blog__poster img {
    min-height: 300px;
    height: 400px;
  }
}

@media only screen and (max-width: 575px) {
  .blog__poster img {
    height: 300px;
    min-height: 300px;
  }
}

.blog__post__meta {
  padding: 22px 20px 27px;
  margin: 0px 12px;
  background-color: #ffffff;
  box-shadow: 0px 0px 117px 0px rgba(12, 62, 185, 0.08);
  position: relative;
  top: -60px;
  margin-bottom: -60px;
}

.blog__post__meta h5 {
  margin: 12px 0px 9px;
}

.blog__post__meta__head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog__post__meta__head .tertiary {
  color: #626262;
}

.blog__post__meta__head .tertiary:last-of-type {
  position: relative;
  padding-left: 15px;
}

.blog__post__meta__head .tertiary:last-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 6px;
  height: 6px;
  background-color: #da052a;
  border-radius: 50%;
}

.blog__single__item:hover .blog__poster::before {
  width: 100%;
  height: 100%;
}

.blog__details__poster {
  height: 400px;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .blog__details__poster {
    height: 320px;
  }
}

@media only screen and (max-width: 991px) {
  .blog__details__poster {
    height: 280px;
  }
}

@media only screen and (max-width: 575px) {
  .blog__details__poster {
    height: 180px;
  }
}

.blog__details__poster img {
  width: 100%;
  height: 100%;
}

.blog____details__post__meta {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.blog____details__post__meta .quinary {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog____details__post__meta .quinary i {
  font-size: 16px;
}

.blog__post__title {
  max-width: 600px;
  margin-bottom: 12px;
}

.blog__details__left p {
  text-align: justify;
}

.blog__details__left .alt {
  font-weight: 500;
  color: #da052a;
  margin-top: 10px;
}

.blog__details__left hr {
  margin: 50px 0px;
}

@media only screen and (max-width: 1199px) {
  .blog__details__left hr {
    margin: 40px 0px;
  }
}

.post__comments {
  margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .post__comments {
    margin-top: 30px;
  }
}

.post__comments h4 {
  color: #232323;
}

.single__comment {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 45px 0px;
  border-bottom: 1px solid #dddddd;
}

@media only screen and (max-width: 1199px) {
  .single__comment {
    padding: 30px 0px;
  }
}

@media only screen and (max-width: 575px) {
  .single__comment {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
}

.single__comment img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.single__comment .quaternary {
  margin: 10px 0px;
}

@media only screen and (max-width: 1199px) {
  .single__comment .quaternary {
    margin: 5px 0px;
  }
}

.single__comment .comment__info {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media only screen and (max-width: 424px) {
  .single__comment .comment__info {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
  }
}

.single__comment .comment__info a {
  color: #da052a;
}

.search__post #blogPostSearch {
  position: relative;
}

.search__post #blogPostSearch input {
  padding-right: 60px;
}

.search__post #blogPostSearch .button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 34px;
  line-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  padding: 0px;
}

.search__post #blogPostSearch .button i {
  font-size: 16px;
}

.search__post #blogPostSearch .button:hover {
  box-shadow: 0px 0px 0px;
}

.blog__business .service__poster:hover {
  padding-left: 0px;
}

.blog__business h5 a {
  color: #232323;
}

.blog__business h5 a:hover {
  color: #da052a;
  padding-left: 0px;
}

.blog__business p {
  max-width: 270px;
  margin: 10px 0px 30px;
}

@media only screen and (max-width: 1199px) {
  .blog__business p {
    margin-bottom: 15px;
  }
}

.blog__business a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.blog__business a i {
  font-size: 20px;
}

.blog__business a:hover {
  padding-left: 5px;
}

.service__poster {
  display: block;
  margin-bottom: 25px;
}

.service__poster img {
  width: 100%;
  height: auto;
}

.tag {
  margin-top: 45px;
}

@media only screen and (max-width: 1199px) {
  .tag {
    margin-top: 25px;
  }
}

.tag h5 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  .tag h5 {
    margin-top: 15px;
  }
}

.tag .button {
  padding: 2px 0px;
  text-align: center;
  border-radius: 0px;
  background-color: #ffffff;
  color: #626262;
  border: 1px solid #d7d7d7;
  margin: 0px 15px 20px 0px;
  width: 100px;
}

.tag .button:hover {
  background-color: #da052a;
  color: #ffffff;
}

.newss {
  margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .newss {
    margin-top: 20px;
  }
}

.newss p {
  color: #626262;
  margin: 20px 0px 15px;
  max-width: 280px;
}

.follow {
  margin-top: 55px;
}

@media only screen and (max-width: 1199px) {
  .follow {
    margin-top: 35px;
  }
}

.follow h5 {
  margin-bottom: 23px;
}

@media only screen and (max-width: 1199px) {
  .follow h5 {
    margin-top: 18px;
  }
}

.follow a {
  background-color: #232323;
}

.follow a i {
  color: #ffffff;
  font-size: 20px;
}

.follow a:hover {
  background-color: #da052a;
}

.follow a:hover i {
  color: #ffffff;
}

.calendar__wrapper {
  margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .calendar__wrapper {
    margin-top: 40px;
  }
}

.calendar {
  position: relative;
}

.ui-widget.ui-widget-content {
  border: 1px solid #d7d7d7;
  padding: 10px;
}

.ui-datepicker {
  width: 100%;
}

.ui-datepicker th {
  font-weight: 400;
  color: #232323;
}

.ui-datepicker-today a {
  color: #da052a !important;
  font-weight: 700 !important;
}

.ui-datepicker .ui-datepicker-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:hover {
  border: none;
  outline: none;
  left: 10px;
  background-color: #ffffff;
}

.ui-datepicker .ui-datepicker-next {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next:hover {
  border: none;
  outline: none;
  right: 10px;
  background-color: #ffffff;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  color: #232323;
}

.ui-state-default,
.ui-widget-content .ui-state-default:hover {
  color: #da052a;
}

.contact .section__header {
  margin-bottom: 58px;
}

@media only screen and (max-width: 767px) {
  .contact .section__header {
    margin-bottom: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .contact__form {
    margin-bottom: 30px;
  }
}

.contact__item {
  padding: 30px 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .contact__item {
    padding: 30px 20px;
    gap: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .contact__item {
    max-width: 350px;
  }
}

@media only screen and (max-width: 575px) {
  .contact__item {
    padding: 20px;
    gap: 20px;
  }
}

.contact__item img {
  width: 65px;
  height: 65px;
}

@media only screen and (max-width: 1199px) {
  .contact__item img {
    width: 55px;
    height: 55px;
  }
}

@media only screen and (max-width: 575px) {
  .contact__item img {
    width: 35px;
    height: 35px;
  }
}

.contact__item h5 {
  margin-bottom: 10px;
  margin-top: -6px;
}

@media only screen and (max-width: 575px) {
  .contact__item h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.contact__item p:last-of-type {
  margin-bottom: -5px;
}

.contact__item--highlighted {
  background-color: #da052a;
  border-color: #da052a;
}

.contact__item--highlighted h5,
.contact__item--highlighted p {
  color: #ffffff;
}

.contact__item--last {
  margin-bottom: 0px;
}

.contact--two .section__header h2,
.contact--two .section__header p {
  color: #ffffff;
}

.contact--two .input,
.contact--two .nice-select,
.contact--two textarea {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.32);
  color: #ffffff;
}

.contact--two .input::placeholder,
.contact--two .nice-select::placeholder,
.contact--two textarea::placeholder {
  color: #ffffff;
}

.contact--two .submit--button:hover {
  color: #da052a;
  background-color: #ffffff;
}

.contact--two .contact__item {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.32);
}

.contact--two .contact__item h5,
.contact--two .contact__item p {
  color: #ffffff;
}

.contact--two .contact__item--highlighted {
  background-color: #da052a;
  border: 0px solid transparent;
}

.error__area {
  text-align: center;
}

.error__area img {
  display: inline-block;
  max-width: 33vw;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .error__area img {
    max-width: 40vw;
  }
}

@media only screen and (max-width: 575px) {
  .error__area img {
    max-width: 50vw;
  }
}

@media only screen and (max-width: 424px) {
  .error__area img {
    max-width: 65vw;
  }
}

.error__area .btn__center {
  margin-top: 40px;
}

.error__area .btn__center .button {
  padding: 12px 50px;
}

@media only screen and (max-width: 1199px) {
  .error__area .btn__center .button {
    padding: 12px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .error__area .btn__center .button {
    padding: 10px 40px;
  }
}

/* ==== 
 --------- (4.4) all sections styles end ---------
 ==== */
/* ==== 
 --------- (4.5) footer styles start ---------
 ==== */
.footer {
  background-color: #232323;
  padding-bottom: 28px;
}

.footer .logo {
  margin-bottom: 20px;
}

.footer .logo img {
  max-width: 120px;
  height: auto;
}

.footer .social__bar {
  margin-top: 27px;
}

@media only screen and (max-width: 1199px) {
  .footer .social__bar {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer .social__bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.footer h5 {
  color: #ffffff;
  margin-top: -6px;
  margin-bottom: 31px;
}

@media only screen and (max-width: 767px) {
  .footer h5 {
    margin-bottom: 20px;
  }
}

.footer ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

.footer ul li {
  margin-bottom: 9px;
}

.footer ul:last-of-type {
  margin-bottom: 0px;
}

.footer ul a {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.footer ul a:hover {
  color: #da052a;
  padding-left: 5px;
}

.footer .tertiary--alt {
  margin-top: 15px;
}

.footer .input {
  padding: 8px 15px;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 15px;
}

.footer .submit--button {
  padding: 8px 15px;
}

.footer .submit--button:hover {
  background-color: #ffffff;
  color: #da052a;
}

.footer hr {
  width: 100%;
  height: 1px;
  background-color: rgba(221, 221, 221, 0.58);
  margin: 30px 0px 25px;
}

.footer .copy__link li {
  display: inline-block;
  padding: 0px 10px;
  margin-bottom: 0px;
}

.footer .copy__link li:last-of-type {
  padding-right: 0px;
}

@media only screen and (max-width: 767px) {
  .footer .copy__link li:first-of-type {
    padding-left: 0px;
  }
}

.footer .copy__link a:hover {
  padding-left: 0px;
}

@media only screen and (max-width: 767px) {
  .footer .copy__link {
    margin-top: 13px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer__single__item {
    margin-bottom: 40px;
  }
}

.footer__single__item--last {
  margin-bottom: 0px;
}

.footer__single__item--tertiary {
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .footer__single__item--tertiary {
    margin-bottom: 40px;
  }
}

/* ==== 
 --------- (4.5) footer styles end ---------
 ==== */
/*# sourceMappingURL=style.css.map */