/*

@File: Ostin Template Styles



* This file contains the styling for the actual template, this

is the file you need to edit to change the look of the

template.



This files table contents are outlined below>>>>>



*******************************************

*******************************************



** - Default CSS

** - Section Title CSS

** - Default btn CSS

** - Preloader Area CSS

** - Top Bar Area CSS

** - Navbar Area CSS

** - Sidebar Modal CSS

** - Main Banner Area CSS

** - Main Slider Area CSS

** - Partner Area CSS

** - How It Works Area CSS

** - Solution Area CSS

** - Services Area CSS

** - Hosting Area CSS

** - Pricing Area CSS

** - Clients Area CSS

** - FAQ Area CSS

** - Blog Area CSS

** - Top Features Area CSS

** - Features Area CSS

** - Fun Facts Area CSS

** - Testimonial Area CSS

** - Overview Area CSS

** - Choose Area CSS

** - Team Area CSS

** - About Area CSS

** - Page Banner CSS

** - Pagination Area CSS

** - 404 Error Area CSS

** - Terms of Service Area CSS

** - Privacy policy Area CSS

** - Coming Soon Area CSS

** - Login Area CSS

** - Register Area CSS

** - Reset Password Area CSS

** - Contact Area CSS

** - Map Area CSS

** - Services Details Area CSS

** - Blog Details Area CSS

** - Affiliate Program Area CSS

** - Affiliate Program FAQs Area CSS

** - Search Domain Area CSS

** - License Area CSS

** - WHMCS Area CSS

** - Server Domain Area CSS

** - SSL Certificate Area CSS

** - Email Services Area CSS

** - Website Builder Area CSS

** - VPS Area CSS

** - Widget Sidebar CSS

** - Footer Area CSS

** - Copy Right Area CSS

** - Go Top CSS



*/

/*================================================

Default CSS

=================================================*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");



body {

  padding: 0;

  margin: 0;

  font-family: "Roboto", sans-serif;

  font-size: 16px;

}



a {

  text-decoration: none;

  transition: 0.5s;

  color: #202647;

  display: inline-block;

}



a:hover,

a:focus {

  color: #eb000a;

  text-decoration: none;

}



button {

  outline: 0 !important;

}



p {

  margin-bottom: 15px;

  line-height: 1.8;

  color: #6b6b84;

  font-weight: 400;

  font-family: "Roboto", sans-serif;

  font-size: 16px;

}



p:last-child {

  margin-bottom: 0;

}



i {

  line-height: normal;

}



.d-table {

  width: 100%;

  height: 100%;

}



.d-table-cell {

  vertical-align: middle;

}



img {

  max-width: 100%;

  height: auto;

  display: inline-block;

}



.ptb-100 {

  padding-top: 100px;

  padding-bottom: 100px;

}



.pt-100 {

  padding-top: 100px;

}



.pb-100 {

  padding-bottom: 100px;

}



.pt-70 {

  padding-top: 70px;

}



.pb-70 {

  padding-bottom: 70px;

}



.ptb-50 {

  padding-top: 50px;

  padding-bottom: 50px;

}



.h1,

.h2,

.h3,

.h4,

.h5,

.h6,

h1,

h2,

h3,

h4,

h5,

h6 {

  color: #202647;

  font-family: "Nunito", sans-serif;

  font-weight: bold;

  text-transform: capitalize;

}



.h1:last-child,

.h2:last-child,

.h3:last-child,

.h4:last-child,

.h5:last-child,

.h6:last-child,

h1:last-child,

h2:last-child,

h3:last-child,

h4:last-child,

h5:last-child,

h6:last-child {

  margin-bottom: 0;

}



/*================================================

Default btn CSS

=================================================*/

.default-btn {

  border: none;

  position: relative;

  display: inline-block;

  text-align: center;

  overflow: hidden;

  z-index: 1;

  color: #ffffff;

  background-color: #eb000a;

  transition: 0.5s;

  padding: 15px 35px;

  font-size: 16px;

  font-weight: 600;

  border-radius: 2px;

  font-family: "Nunito", sans-serif;

}



.default-btn span {

  position: absolute;

  display: block;

  width: 0;

  height: 0;

  border-radius: 50%;

  background-color: #000244;

  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;

  transform: translate(-50%, -50%);

  z-index: -1;

  border-radius: 2px;

}



.default-btn:hover {

  color: #ffffff;

}



.default-btn:hover span {

  width: 225%;

  height: 562.5px;

}



.optional-btn {

  border: none;

  position: relative;

  display: inline-block;

  text-align: center;

  overflow: hidden;

  z-index: 1;

  color: #202647;

  background-color: #ffffff;

  transition: 0.5s;

  padding: 15px 35px;

  font-size: 16px;

  font-weight: 600;

  border-radius: 2px;

  font-family: "Nunito", sans-serif;

}



.optional-btn span {

  position: absolute;

  display: block;

  width: 0;

  height: 0;

  border-radius: 50%;

  background-color: #eb000a;

  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;

  transform: translate(-50%, -50%);

  z-index: -1;

  border-radius: 2px;

}



.optional-btn:hover {

  color: #ffffff;

}



.optional-btn:hover span {

  width: 225%;

  height: 562.5px;

}



/*================================================

Section Title CSS

=================================================*/

.section-title {

  text-align: center;

  margin-bottom: 45px;

}



.section-title h2 {

  font-size: 45px;

  margin-bottom: 0;

  line-height: 1;

}



.section-title .bar {

  height: 5px;

  width: 100px;

  background: #eb000a;

  position: relative;

  border-radius: 5px;

  overflow: hidden;

  margin: 20px auto 20px;

}



.section-title .bar::before {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  height: 100%;

  width: 5px;

  background: #ffffff;

  animation-duration: 2s;

  animation-timing-function: linear;

  animation-iteration-count: infinite;

  animation-name: MOVE-BG;

}



.section-title p {

  max-width: 650px;

  margin: auto;

}



@keyframes MOVE-BG {

  from {

    transform: translateX(0);

  }



  to {

    transform: translateX(85px);

  }

}



/*================================================

Preloader Area CSS

=================================================*/

/* .preloader {

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 9999999;

  background: #eb000a;

}



.preloader .spinner {

  width: 60px;

  height: 60px;

  border-radius: 50%;

  background-color: #ffffff;

  margin: 0 auto;

  animation: sk-rotateplane 1.2s infinite ease-in-out;

  position: absolute;

  right: 0;

  left: 0;

  top: 50%;

  transform: translateY(-50%);

  margin-top: -50px;

}



@keyframes sk-rotateplane {

  0% {

    transform: perspective(120px) rotateX(0deg) rotateY(0deg);

  }



  50% {

    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);

  }



  100% {

    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);

  }

} */





/* ===============================

   PREMIUM LOGO MORPH PRELOADER

================================ */



.preloader {

  position: fixed;

  inset: 0;

  background: #ffffff;

  z-index: 999999;

  display: flex;

  align-items: center;

  justify-content: center;

}



.preloader-inner {

  position: relative;

  width: 320px;

  height: 100px;

}



/* ---------- TEXT ---------- */

.brand-text {

  font-family: 'Poppins', sans-serif;

  font-size: 46px;

  font-weight: 600;

  letter-spacing: 4px;

  color: #eb000a;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 6px;

  position: absolute;

  inset: 0;

  z-index: 2;

}



.brand-text span {

  opacity: 0;

  transform: translateY(16px) scale(0.95);

  filter: blur(6px);

  animation: letterIn 0.8s cubic-bezier(.19, 1, .22, 1) forwards;

}



.brand-text span:nth-child(1) {

  animation-delay: 0.05s;

}



.brand-text span:nth-child(2) {

  animation-delay: 0.10s;

}



.brand-text span:nth-child(3) {

  animation-delay: 0.15s;

}



.brand-text span:nth-child(4) {

  animation-delay: 0.20s;

}



.brand-text span:nth-child(5) {

  animation-delay: 0.25s;

}



.brand-text span:nth-child(6) {

  animation-delay: 0.35s;

}



.brand-text span:nth-child(7) {

  animation-delay: 0.45s;

}



.brand-text span:nth-child(8) {

  animation-delay: 0.50s;

}



.brand-text span:nth-child(9) {

  animation-delay: 0.55s;

}



.brand-text .dot {

  opacity: 0.5;

  transform: translateY(-6px);

}



/* ---------- LOGO ---------- */

.brand-logo {

  position: absolute;

  inset: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  /* opacity: 0; */

  transform: scale(0.85);

  z-index: 1;

  pointer-events: none;

  margin-top: -46%;

}



.brand-logo img {

  width: 100px;

  height: 100px;

  display: block;

  transform: translateY(2px);

  /* optical centering */

}



/* ---------- MORPH ---------- */

.preloader.morph .brand-text {

  animation: textOut 0.6s cubic-bezier(.77, 0, .18, 1) forwards;

}



.preloader.morph .brand-logo {

  animation: logoIn 0.8s cubic-bezier(.19, 1, .22, 1) forwards;

  animation-delay: 0.15s;

}



/* ---------- EXIT ---------- */

.preloader.hide {

  animation: preloaderOut 0.8s cubic-bezier(.77, 0, .18, 1) forwards;

}



/* ===============================

   KEYFRAMES

================================ */



@keyframes letterIn {

  to {

    opacity: 1;

    transform: translateY(0) scale(1);

    filter: blur(0);

  }

}



@keyframes textOut {

  to {

    opacity: 0;

    transform: scale(0.7);

    filter: blur(10px);

  }

}



@keyframes logoIn {

  from {

    opacity: 0;

    transform: scale(0.85);

  }



  to {

    opacity: 1;

    transform: scale(1);

  }

}



@keyframes preloaderOut {

  to {

    opacity: 0;

    visibility: hidden;

  }

}



/*================================================

Top Bar Area CSS

=================================================*/

.top-bar-area {

  padding-top: 15px;

  padding-bottom: 15px;

  background: #030248;

}



.top-bar-area.bg-0b0021 {

  background-color: #0b0021;

}



.top-bar-area.bg-ffffff {

  background-color: #ffffff;

}



.top-bar-area.bg-ffffff .top-bar-information li {

  color: #202647;

}



.top-bar-area.bg-ffffff .top-bar-information li a {

  color: #202647;

}



.top-bar-area.bg-ffffff .top-bar-information li i {

  color: #eb000a;

}



.top-bar-area.bg-ffffff .top-bar-optional li a i {

  background-color: #eb000a;

  color: #ffffff;

}



.top-bar-area.bg-ffffff .top-bar-optional li a i:hover {

  background-color: #000244;

}



.top-bar-information {

  padding-left: 0;

  margin-bottom: 0;

}



.top-bar-information li {

  font-size: 15px;

  color: #ffffff;

  font-weight: 500;

  list-style-type: none;

  display: inline-block;

  position: relative;

  margin-right: 15px;

  padding-left: 20px;

}



.top-bar-information li:last-child {

  margin-right: 0;

}



.top-bar-information li a {

  color: #ffffff;

}



.top-bar-information li i {

  position: absolute;

  left: 0;

  top: 2px;

  color: #ffffff;

}



.top-bar-optional {

  padding-left: 0;

  margin-bottom: 0;

  text-align: right;

}



.top-bar-optional li {

  list-style-type: none;

  display: inline-block;

}



.top-bar-optional li a {

  margin-right: 5px;

}



.top-bar-optional li a:last-child {

  margin-right: 0;

}



.top-bar-optional li a i {

  display: inline-block;

  height: 30px;

  width: 30px;

  line-height: 30px;

  background-color: #ffffff;

  text-align: center;

  color: #eb000a;

  font-size: 18px;

  border-radius: 30px;

  transition: 0.5s;

}



.top-bar-optional li a i:hover {

  transform: translateY(-1px);

  background-color: #eb000a;

  color: #ffffff;

}



/*================================================

Navbar Area CSS

=================================================*/

.main-responsive-nav {

  display: none;

}



.main-navbar {

  padding: 10px 0;

  background: #fff;

  border-top: 1px solid #0e0f4f;

  border-bottom: 1px solid #0e0f4f;

}



.main-navbar .navbar {

  transition: 0.5s;

  padding: 0;

}



.main-navbar .navbar ul {

  padding-left: 0;

  list-style-type: none;

  margin-bottom: 0;

}



.main-navbar .navbar .navbar-nav .nav-item {

  position: relative;

  margin-left: 25px;

  margin-right: 25px;

}



.main-navbar .navbar .navbar-nav .nav-item a {

  color: #ffffff;

  font-size: 16px;

  font-weight: 500;

  padding-left: 0;

  padding-right: 0;

  padding-top: 10px;

  padding-bottom: 10px;

}



.main-navbar .navbar .navbar-nav .nav-item a i {

  font-size: 18px;

  position: relative;

  top: 2px;

  display: inline-block;

  margin-left: -5px;

  margin-right: -5px;

}



.main-navbar .navbar .navbar-nav .nav-item a:hover,

.main-navbar .navbar .navbar-nav .nav-item a:focus,

.main-navbar .navbar .navbar-nav .nav-item a.active {

  color: #eb000a;

}



.main-navbar .navbar .navbar-nav .nav-item:last-child {

  margin-right: 0;

}



.main-navbar .navbar .navbar-nav .nav-item:first-child {

  margin-left: 0;

}



.main-navbar .navbar .navbar-nav .nav-item:hover a,

.main-navbar .navbar .navbar-nav .nav-item.active a {

  color: #eb000a;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {

  border: none;

  top: 55px;

  left: 0;

  z-index: 99;

  opacity: 0;

  width: 205px;

  display: block;

  border-radius: 0;

  padding: 10px 0;

  position: absolute;

  visibility: hidden;

  opacity: 0;

  margin-top: 10px;

  background: #ffffff;

  transition: 0.5s;

  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {

  margin: 0;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {

  padding: 5px 20px;

  position: relative;

  display: block;

  color: #202647;

  font-size: 14px;

  font-weight: 500;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {

  margin: 0;

  position: absolute;

  top: 50%;

  font-size: 20px;

  transform: translateY(-50%);

  right: 15px;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {

  color: #eb000a;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {

  top: 0;

  opacity: 0;

  right: -290px;

  left: auto;

  visibility: hidden;

  transform: translateY(5px);

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {

  color: #202647;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {

  color: #eb000a;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {

  top: 0;

  opacity: 0;

  left: 200px;

  visibility: hidden;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {

  color: #202647;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {

  color: #eb000a;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {

  top: 0;

  opacity: 0;

  left: -200px;

  visibility: hidden;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {

  color: #202647;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {

  color: #eb000a;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {

  top: 0;

  opacity: 0;

  left: 200px;

  visibility: hidden;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {

  color: #202647;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {

  color: #eb000a;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {

  top: 0;

  opacity: 0;

  left: -200px;

  visibility: hidden;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {

  color: #202647;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {

  color: #eb000a;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {

  top: 0;

  opacity: 0;

  left: 200px;

  visibility: hidden;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {

  color: #202647;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {

  color: #eb000a;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {

  color: #eb000a;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {

  opacity: 1;

  visibility: visible;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {

  color: #eb000a;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {

  opacity: 1;

  visibility: visible;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {

  color: #eb000a;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {

  opacity: 1;

  visibility: visible;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {

  color: #eb000a;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {

  opacity: 1;

  visibility: visible;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {

  color: #eb000a;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {

  opacity: 1;

  visibility: visible;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {

  color: #eb000a;

}



.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {

  opacity: 1;

  visibility: visible;

  transform: translateY(0);

}



.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {

  opacity: 1;

  visibility: visible;

  margin-top: 0;

}



.main-navbar .navbar .others-options {

  margin-left: 50px;

}



.main-navbar .navbar .others-options .option-item {

  margin-right: 10px;

}



.main-navbar .navbar .others-options .option-item:last-child {

  margin-right: 0;

}



.main-navbar .navbar .others-options .option-item .language-switcher {

  position: relative;

}



.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle {

  padding: 0;

  border: none;

  background-color: transparent;

  color: #ffffff;

  cursor: pointer;

  transition: 0.5s;

}



.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle::after {

  display: none;

}



.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle img {

  width: 25px;

  height: 25px;

  border-radius: 50px;

  margin-right: 2px;

}



.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle span {

  display: inline-block;

  font-size: 15px;

  font-weight: 500;

  position: relative;

  top: 1px;

}



.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle span i {

  position: relative;

  font-size: 20px;

  top: 5px;

  right: 2px;

  transition: 0.5s;

}



.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle:hover {

  color: #ffffff;

}



.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle:hover span i {

  color: #ffffff;

}



.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu {

  padding: 15px;

  float: unset;

  border: none;

  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);

  border-radius: 0;

  display: block;

  margin-top: 20px;

  opacity: 0;

  visibility: visible;

  transition: 0.5s;

  transform: scaleX(0);

  right: 0 !important;

  left: auto !important;

}



.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item {

  padding: 0;

  color: #202647;

  margin-bottom: 15px;

  font-weight: 600;

}



.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item::before {

  display: none;

}



.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item:last-child {

  margin-bottom: 0;

}



.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item img {

  width: 30px;

  height: 30px;

  border-radius: 50px;

}



.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item span {

  display: inline-block;

  margin-left: 8px;

  font-size: 15px;

  font-weight: 500;

  margin-top: 0;

  transition: 0.5s;

}



.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item span:hover {

  color: #eb000a;

}



.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item:hover,

.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item:focus {

  background-color: transparent !important;

}



.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item:active,

.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu .dropdown-item.active {

  color: #202647;

  background-color: transparent;

}



.main-navbar .navbar .others-options .option-item .language-switcher .dropdown-menu.show {

  opacity: 1;

  visibility: visible;

  transform: scaleX(1);

}



.main-navbar .navbar .others-options .option-item .side-menu-btn i {

  display: inline-block;

  height: 35px;

  width: 35px;

  line-height: 35px;

  background-color: #ffffff;

  color: #eb000a;

  text-align: center;

  font-size: 25px;

  border-radius: 50px;

  cursor: pointer;

  transition: 0.5s;

}



.main-navbar .navbar .others-options .option-item .side-menu-btn i:hover {

  background-color: #eb000a;

  color: #ffffff;

}



.main-navbar .navbar .others-options .option-item .navbar-btn {

  display: inline-block;

  background-color: #eb000a;

  color: #ffffff;

  padding: 12px 30px;

  font-size: 15px;

  font-weight: 500;

  transition: 0.5s;

}



.main-navbar .navbar .others-options .option-item .navbar-btn:hover {

  background-color: #000244;

}



.white-active-color .main-navbar .navbar .navbar-nav .nav-item a {

  color: #000;

}



.white-active-color .main-navbar .navbar .navbar-nav .nav-item a:hover,

.white-active-color .main-navbar .navbar .navbar-nav .nav-item a:focus,

.white-active-color .main-navbar .navbar .navbar-nav .nav-item a.active {

  color: #000;

}



.p-relative .main-navbar {

  padding: 5px 0;

  background-color: #f5f1fd;

  border-top: none;

  border-bottom: 1px solid #fafafa;

}



.p-relative .main-navbar .navbar .navbar-nav .nav-item a {

  color: #202647;

  padding-top: 20px;

  padding-bottom: 20px;

}



.p-relative .main-navbar .navbar .navbar-nav .nav-item a:hover,

.p-relative .main-navbar .navbar .navbar-nav .nav-item a:focus,

.p-relative .main-navbar .navbar .navbar-nav .nav-item a.active {

  color: #eb000a;

}



.p-relative .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {

  top: 68px;

}



.p-relative .main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle {

  color: #202647;

}



.p-relative .main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle:hover {

  color: #eb000a;

}



.p-relative .main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle:hover span i {

  color: #eb000a;

}



.p-relative-color .main-navbar {

  padding: 5px 0;

  background: linear-gradient(to right, #017dbe, #0066ae, #00509c, #003989, #022274);

  border-top: none;

  border-bottom: 1px solid rgba(248, 249, 250, 0.0705882353);

}



.p-relative-color .main-navbar .navbar .navbar-nav .nav-item a {

  color: #ffffff;

  padding-top: 20px;

  padding-bottom: 20px;

}



.p-relative-color .main-navbar .navbar .navbar-nav .nav-item a:hover,

.p-relative-color .main-navbar .navbar .navbar-nav .nav-item a:focus,

.p-relative-color .main-navbar .navbar .navbar-nav .nav-item a.active {

  color: #ffffff;

}



.p-relative-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {

  top: 68px;

}



.navbar-white-color .main-navbar {

  padding: 5px 0;

  background-color: #ffffff;

  border-top: 1px solid #eeeeee;

  border-bottom: none;

}



.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a {

  color: #202647;

  padding-top: 20px;

  padding-bottom: 20px;

}



.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a:hover,

.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a:focus,

.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a.active {

  color: #eb000a;

}



.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {

  top: 68px;

}



.navbar-white-color .main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle {

  color: #202647;

}



.navbar-white-color .main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle:hover {

  color: #eb000a;

}



.navbar-white-color .main-navbar .navbar .others-options .option-item .language-switcher .dropdown-toggle:hover span i {

  color: #eb000a;

}



.navbar-white-color .main-navbar .navbar .others-options .option-item .side-menu-btn i {

  background-color: #eb000a;

  color: #ffffff;

}



.navbar-white-color .main-navbar .navbar .others-options .option-item .side-menu-btn i:hover {

  background-color: #000244;

}



.navbar-area.is-sticky {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 999;

  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);

  background-color: #ffffff !important;

  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;

}



.navbar-area.is-sticky .main-navbar {

  border-bottom: none;

}



.navbar-area.white-active-color.is-sticky {

  box-shadow: unset;

}



.navbar-area.p-relative.is-sticky .main-navbar {

  background-color: #ffffff !important;

}



.navbar-area.p-relative-color.is-sticky {

  box-shadow: unset;

}



.others-option-for-responsive {

  display: none;

}



.others-option-for-responsive .dot-menu {

  padding: 0 10px;

  height: 30px;

  cursor: pointer;

  z-index: 9991;

  position: absolute;

  right: 60px;

  top: -28px;

  display: none;

}



.others-option-for-responsive .dot-menu .inner {

  display: flex;

  align-items: center;

  height: 30px;

}



.others-option-for-responsive .dot-menu .inner .circle {

  height: 5px;

  width: 5px;

  border-radius: 100%;

  margin: 0 2px;

  transition: 0.5s;

  background-color: #202647;

}



.others-option-for-responsive .dot-menu:hover .inner .circle {

  background-color: #eb000a;

}



.others-option-for-responsive .container {

  position: relative;

}



.others-option-for-responsive .container .container {

  position: absolute;

  right: 0;

  top: 10px;

  max-width: 260px;

  background-color: #ffffff;

  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);

  margin-left: auto;

  opacity: 0;

  visibility: hidden;

  transition: 0.5s;

  transform: scaleX(0);

  z-index: 2;

  padding-left: 15px;

  padding-right: 15px;

}



.others-option-for-responsive .container .container.active {

  opacity: 1;

  visibility: visible;

  transform: scaleX(1);

}



.others-option-for-responsive .option-inner .others-options {

  margin-left: 50px;

}



.others-option-for-responsive .option-inner .others-options .option-item {

  margin-right: 10px;

}



.others-option-for-responsive .option-inner .others-options .option-item:last-child {

  margin-right: 0;

}



.others-option-for-responsive .option-inner .others-options .option-item .language-switcher {

  position: relative;

}



.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-toggle {

  padding: 0;

  border: none;

  background-color: transparent;

  color: #ffffff;

  cursor: pointer;

  transition: 0.5s;

}



.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-toggle::after {

  display: none;

}



.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-toggle img {

  width: 25px;

  height: 25px;

  border-radius: 50px;

  margin-right: 2px;

}



.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-toggle span {

  display: inline-block;

  font-size: 15px;

  font-weight: 500;

  position: relative;

  top: 1px;

}



.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-toggle span i {

  position: relative;

  font-size: 20px;

  top: 5px;

  right: 2px;

  transition: 0.5s;

}



.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-toggle:hover {

  color: #ffffff;

}



.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-toggle:hover span i {

  color: #ffffff;

}



.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu {

  padding: 15px;

  float: unset;

  border: none;

  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);

  border-radius: 0;

  display: block;

  margin-top: 10px;

  opacity: 0;

  visibility: visible;

  transition: 0.5s;

  transform: scaleX(0);

  right: 0 !important;

  left: auto !important;

}



.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu .dropdown-item {

  padding: 0;

  color: #202647;

  margin-bottom: 15px;

  font-weight: 600;

}



.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu .dropdown-item::before {

  display: none;

}



.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu .dropdown-item:last-child {

  margin-bottom: 0;

}



.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu .dropdown-item img {

  width: 30px;

  height: 30px;

  border-radius: 50px;

}



.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu .dropdown-item span {

  display: inline-block;

  margin-left: 8px;

  font-size: 15px;

  font-weight: 500;

  margin-top: 0;

  transition: 0.5s;

}



.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu .dropdown-item span:hover {

  color: #eb000a;

}



.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu .dropdown-item:hover,

.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu .dropdown-item:focus {

  background-color: transparent !important;

}



.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu .dropdown-item:active,

.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu .dropdown-item.active {

  color: #202647;

  background-color: transparent;

}



.others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu.show {

  opacity: 1;

  visibility: visible;

  transform: scaleX(1);

}



.others-option-for-responsive .option-inner .others-options .option-item .side-menu-btn i {

  display: inline-block;

  height: 35px;

  width: 35px;

  line-height: 35px;

  background-color: #ffffff;

  color: #eb000a;

  text-align: center;

  font-size: 25px;

  border-radius: 50px;

  cursor: pointer;

  transition: 0.5s;

}



.others-option-for-responsive .option-inner .others-options .option-item .side-menu-btn i:hover {

  background-color: #eb000a;

  color: #ffffff;

}



.others-option-for-responsive .option-inner .others-options .option-item .navbar-btn {

  display: inline-block;

  background-color: #eb000a;

  color: #ffffff;

  padding: 12px 30px;

  font-size: 15px;

  font-weight: 500;

  transition: 0.5s;

}



.others-option-for-responsive .option-inner .others-options .option-item .navbar-btn:hover {

  background-color: #000244;

}



@media only screen and (max-width: 1199px) {

  .main-responsive-nav {

    display: block;

  }



  .main-responsive-nav .main-responsive-menu {

    position: relative;

    display: flex;

    align-items: center;

  }



  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {

    font-size: 15px;

  }



  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {

    color: #eb000a;

  }



  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {

    display: none;

  }



  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {

    font-size: 14px;

  }



  .main-responsive-nav .main-responsive-menu.mean-container .others-options {

    display: none !important;

  }



  .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {

    overflow-y: scroll;

    height: 360px;

    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);

  }



  .main-responsive-nav .mean-container a.meanmenu-reveal {

    color: #202647;

  }



  .main-responsive-nav .mean-container a.meanmenu-reveal span {

    background: #202647;

    position: relative;

  }



  .main-responsive-nav .logo {

    position: relative;

  }



  .main-responsive-nav .logo img {

    max-width: 100px !important;

  }



  .navbar-area {

    background-color: #fff;

    /* padding-top: 15px;

    padding-bottom: 15px; */

  }



  .main-navbar {

    display: none;

  }



  .others-option-for-responsive {

    display: block;

  }

}



/*================================================

Sidebar Modal CSS

=================================================*/

.modal.right .modal-dialog {

  position: fixed;

  margin: auto;

  width: 420px;

  height: 100%;

  transform: translate3d(0%, 0, 0);

}



.modal.right .modal-content {

  height: 100%;

  overflow-y: auto;

  background-color: #ffffff;

  border: none;

  border-radius: 0;

}



.modal.right .modal-content button.close {

  float: unset;

  position: absolute;

  right: 0;

  top: 0;

  background-color: transparent;

  color: #202647;

  z-index: 2;

  opacity: 1;

  border: none;

  text-shadow: unset;

  box-shadow: unset;

  font-size: 40px;

  transition: 0.5s;

}



.modal.right .modal-content button.close:hover {

  color: red;

}



.modal.right.fade .modal-dialog {

  right: -320px;

  transition: opacity 0.3s linear, right 0.3s ease-out;

}



.modal.right.fade.show .modal-dialog {

  right: 0;

}



.sidebarModal.modal .modal-body {

  text-align: center;

  padding: 80px 30px;

}



.sidebarModal.modal .modal-body .title h3 {

  margin-bottom: 0;

}



.sidebarModal.modal .modal-body .title h3 a {

  font-size: 35px;

  color: #202647;

}



.sidebarModal.modal .modal-body .instagram-list {

  margin-top: 25px;

}



.sidebarModal.modal .modal-body .instagram-list .row {

  margin-left: -5px;

  margin-right: -5px;

}



.sidebarModal.modal .modal-body .instagram-list .row .col-lg-4 {

  padding-left: 5px;

  padding-right: 5px;

}



.sidebarModal.modal .modal-body .instagram-list .box {

  position: relative;

  z-index: 1;

  overflow: hidden;

  margin-top: 10px;

}



.sidebarModal.modal .modal-body .instagram-list .box .link-btn {

  display: block;

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  z-index: 3;

}



.sidebarModal.modal .modal-body .instagram-list .box i {

  position: absolute;

  left: 0;

  right: 0;

  color: #ffffff;

  top: 50%;

  transform: translateY(-50%);

  font-size: 30px;

  transition: 0.5s;

  opacity: 0;

  visibility: hidden;

  z-index: 2;

}



.sidebarModal.modal .modal-body .instagram-list .box img {

  transition: 0.5s;

}



.sidebarModal.modal .modal-body .instagram-list .box::before {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  z-index: 1;

  background-color: #eb000a;

  transition: 0.5s;

  opacity: 0;

  visibility: hidden;

}



.sidebarModal.modal .modal-body .instagram-list .box:hover::before {

  opacity: 0.5;

  visibility: visible;

}



.sidebarModal.modal .modal-body .instagram-list .box:hover img {

  transform: scale(1.3);

}



.sidebarModal.modal .modal-body .instagram-list .box:hover i {

  opacity: 1;

  visibility: visible;

}



.sidebarModal.modal .modal-body .sidebar-contact-info {

  margin-top: 35px;

}



.sidebarModal.modal .modal-body .sidebar-contact-info h2 {

  margin-bottom: 0;

  font-size: 20px;

  text-transform: lowercase;

}



.sidebarModal.modal .modal-body .sidebar-contact-info h2 span {

  display: block;

  font-size: 16px;

  margin-top: 8px;

  margin-bottom: 8px;

}



.sidebarModal.modal .modal-body .social-list {

  list-style-type: none;

  padding-left: 0;

  margin-bottom: 0;

  margin-top: 25px;

}



.sidebarModal.modal .modal-body .social-list li {

  display: inline-block;

  margin-right: 8px;

}



.sidebarModal.modal .modal-body .social-list li:last-child {

  margin-right: 0;

}



.sidebarModal.modal .modal-body .social-list li i {

  display: inline-block;

  height: 30px;

  width: 30px;

  line-height: 30px;

  background-color: #eb000a;

  text-align: center;

  color: #ffffff;

  font-size: 18px;

  border-radius: 30px;

  transition: 0.5s;

}



.sidebarModal.modal .modal-body .social-list li i:hover {

  transform: translateY(-1px);

  background-color: #000244;

  color: #ffffff;

}



/*================================================

Main Banner Area CSS

=================================================*/

.main-banner-item {

  background: #000244;

  padding-top: 50px;

  padding-bottom: 50px;

  overflow: hidden;

}



.main-banner-item.item-two {

  background-color: #f5f1fd;

  padding-top: 50px;

  padding-bottom: 50px;

}



.main-banner-item.item-two .container-fluid {

  max-width: 1920px;

  margin: auto;

}



.main-banner-item.item-two .main-banner-content {

  max-width: 630px;

  margin-left: auto;

}



.main-banner-item.item-two .main-banner-content span {

  color: #eb000a;

  font-size: 16px;

  font-weight: bold;

  font-family: "Nunito", sans-serif;

  display: inline-block;

  margin-bottom: 15px;

}



.main-banner-item.item-two .main-banner-content h1 {

  color: #202647;

}



.main-banner-item.item-two .main-banner-content p {

  color: #202647;

}



.main-banner-item.item-two .main-banner-content .banner-btn .default-btn {

  color: #ffffff;

  background-color: #eb000a;

  margin-right: 15px;

}



.main-banner-item.item-two .main-banner-content .banner-btn .default-btn span {

  background-color: #000244;

}



.main-banner-item.item-two .main-banner-content .banner-btn .optional-btn {

  background-color: #000244;

  color: #ffffff;

}



.main-banner-item.item-two .main-banner-content .banner-btn .optional-btn span {

  background-color: #eb000a;

}



.main-banner-item.item-three {

  background: linear-gradient(to right, #017dbe, #0066ae, #00509c, #003989, #022274);

  padding-top: 50px;

  padding-bottom: 50px;

}



.main-banner-item.item-three .container-fluid {

  max-width: 1920px;

  margin: auto;

}



.main-banner-item.item-three .main-banner-content {

  max-width: 630px;

  margin-left: auto;

}



.main-banner-item.item-three .main-banner-content h1 {

  font-size: 55px;

}



.main-banner-item.item-three .main-banner-content .banner-btn .default-btn {

  margin-right: 15px;

}



.main-banner-content h1 {

  font-size: 60px;

  margin-bottom: 15px;

  color: #ffffff;

}



.main-banner-content p {

  color: #ffffff;

}



.main-banner-content .banner-btn {

  margin-top: 30px;

}



.main-banner-content .banner-btn .default-btn {

  color: #ffffff;

  background-color: #eb000a;

}



.main-banner-content .banner-btn .default-btn span {

  background-color: #ffffff;

}



.main-banner-content .banner-btn .default-btn:hover {

  color: #eb000a;

}



.main-banner-content .banner-btn .optional-btn {

  margin-right: 15px;

}



/*================================================

Main Slider Area CSS

=================================================*/

.main-slider-item {

  padding-top: 50px;

  padding-bottom: 50px;

  background-color: #fafafa;

}



.main-slider-item .container-fluid {

  max-width: 1920px;

  margin: auto;

  overflow: hidden;

}



.main-slider-content {

  max-width: 610px;

  margin-left: auto;

}



.main-slider-content span {

  font-size: 16px;

  color: #eb000a;

  font-weight: 600;

  display: inline-block;

  margin-bottom: 15px;

}



.main-slider-content h1 {

  font-size: 55px;

  margin-bottom: 15px;

}



.main-slider-content p {

  margin-bottom: 0;

}



.main-slider-content .slider-btn {

  margin-top: 25px;

}



.main-slider-image {

  text-align: center;

}



.main-slider-image img {

  animation: border-transform-default 30s linear infinite alternate forwards;

  border-radius: 100%;

}



@keyframes border-transform-default {



  0%,

  to {

    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;

  }



  14% {

    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;

  }



  28% {

    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;

  }



  42% {

    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;

  }



  56% {

    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;

  }



  70% {

    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;

  }



  84% {

    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;

  }

}



.home-slider.owl-theme .owl-dots {

  margin-top: 0 !important;

  position: absolute;

  right: 0;

  left: 0;

  bottom: 30px;

}



.home-slider.owl-theme .owl-dots .owl-dot span {

  width: 20px;

  height: 20px;

  margin: 0 8px 0 0;

  background: transparent;

  border: 1px solid #000244;

  transition: 0.5s;

  border-radius: 50%;

  position: relative;

}



.home-slider.owl-theme .owl-dots .owl-dot span::before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background-color: #eb000a;

  border-radius: 50%;

  margin: 2px;

  opacity: 0;

  transition: 0.5s;

  visibility: hidden;

}



.home-slider.owl-theme .owl-dots .owl-dot:hover span,

.home-slider.owl-theme .owl-dots .owl-dot.active span {

  border-color: #eb000a;

}



.home-slider.owl-theme .owl-dots .owl-dot:hover span::before,

.home-slider.owl-theme .owl-dots .owl-dot.active span::before {

  opacity: 1;

  visibility: visible;

}



/*================================================

Partner Area CSS

=================================================*/

.partner-item img {

  width: auto;

  margin: 0;

}



/*================================================

How It Works Area CSS

=================================================*/

.single-how-it-works {

  margin-bottom: 30px;

  transition: 0.5s;

  background-color: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  padding: 30px;

  margin-top: 20px;

  margin-right: 20px;

  position: relative;

  z-index: 1;

  height: 100%;

}



.single-how-it-works::before {

  content: "";

  position: absolute;

  right: -15px;

  top: -15px;

  z-index: -1;

  width: 100%;

  height: 100%;

  transition: 0.5s;

  border: 5px solid #ebe5f5;

}



.single-how-it-works::after {

  content: "";

  position: absolute;

  right: 0;

  top: 0;

  z-index: -1;

  width: 100%;

  height: 100%;

  transition: 0.5s;

  background-color: #ffffff;

}



.single-how-it-works .icon {

  margin-bottom: 25px;

}



.single-how-it-works .icon i {

  display: inline-block;

  height: 80px;

  width: 80px;

  line-height: 80px;

  text-align: center;

  background-color: #f4f1fb;

  color: #eb000a;

  border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;

  font-size: 40px;

  transition: 0.5s;

}



.single-how-it-works h3 {

  font-size: 25px;

  margin-bottom: 12px;

}



.single-how-it-works h3 a {

  color: #202647;

}



.single-how-it-works p {

  margin-bottom: 0;

  position: relative;

  z-index: 1;

}



.single-how-it-works .number {

  display: inline-block;

  height: 50px;

  width: 50px;

  line-height: 50px;

  text-align: center;

  background-color: #f4f1fb;

  color: #eb000a;

  font-size: 25px;

  border-radius: 50px;

  position: absolute;

  top: 15px;

  right: 15px;

  transition: 0.5s;

}



.single-how-it-works .shape {

  display: inline-block;

  height: 80px;

  width: 80px;

  background-color: #f1eef8;

  border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;

  position: absolute;

  bottom: 20px;

  right: 20px;

  transition: 0.5s;

}



.single-how-it-works:hover {

  margin-top: 0;

  margin-right: 0;

}



.single-how-it-works:hover::before {

  top: 0;

  right: 0;

  opacity: 0;

  visibility: hidden;

}



.single-how-it-works:hover .icon i {

  background-color: #eb000a;

  color: #ffffff;

  border-radius: 50%;

}



.single-how-it-works:hover .number {

  background-color: #eb000a;

  color: #ffffff;

}



.single-how-it-works:hover .shape {

  opacity: 0;

  visibility: hidden;

}



/*================================================

Solution Area CSS

=================================================*/

.solution-area {

  position: relative;

  z-index: 1;

  overflow: hidden;

}



.solution-area .container-fluid {

  max-width: 1920px;

  padding-left: 0;

}



.solution-image {

  position: relative;

  z-index: 1;

  padding: 50px;

  overflow: hidden;

}



.solution-image::before {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  background: #eb000a;

  left: 0;

  right: 0;

  top: 0;

  z-index: -1;

  -webkit-clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);

  clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);

}



.solution-image .image-shape-1 {

  position: absolute;

  left: 0;

  top: -20%;

  z-index: -1;

  animation: moveLeftBounce 10s linear infinite;

}



.solution-image .image-shape-2 {

  position: absolute;

  right: -25%;

  bottom: -60%;

  z-index: -1;

  animation: moveBounce 10s linear infinite;

}



@keyframes moveBounce {

  0% {

    transform: translateY(0px);

  }



  50% {

    transform: translateY(50px);

  }



  100% {

    transform: translateY(0px);

  }

}



@keyframes moveLeftBounce {

  0% {

    transform: translateX(0px);

  }



  50% {

    transform: translateX(20px);

  }



  100% {

    transform: translateX(0px);

  }

}



.solution-content {

  max-width: 680px;

}



.solution-content h3 {

  font-size: 40px;

  margin-bottom: 0;

}



.solution-content .bar {

  height: 5px;

  width: 100px;

  background: #eb000a;

  position: relative;

  border-radius: 5px;

  overflow: hidden;

  margin: 20px auto 20px 0;

}



.solution-content .bar::before {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  height: 100%;

  width: 5px;

  background: #ffffff;

  animation-duration: 2s;

  animation-timing-function: linear;

  animation-iteration-count: infinite;

  animation-name: MOVE-BG;

}



.solution-content p {

  margin-bottom: 0;

}



.solution-content .inner-content {

  position: relative;

  margin-top: 35px;

  padding-left: 90px;

}



.solution-content .inner-content .icon {

  position: absolute;

  left: 0;

  top: 0;

}



.solution-content .inner-content .icon i {

  display: inline-block;

  height: 70px;

  width: 70px;

  line-height: 70px;

  background-color: #000244;

  color: #ffffff;

  text-align: center;

  font-size: 35px;

  border-radius: 50px;

  transition: 0.5s;

}



.solution-content .inner-content h4 {

  font-size: 25px;

  margin-bottom: 10px;

}



.solution-content .inner-content p {

  margin-bottom: 0;

}



.solution-content .inner-content:hover .icon i {

  background-color: #eb000a;

  color: #ffffff;

}



.solution-shape {

  position: absolute;

  right: 0;

  bottom: 0;

  z-index: -1;

  opacity: 30%;

  animation: moveLeftBounce 10s linear infinite;

}



/*================================================

Services Area CSS

=================================================*/

.services-area {

  position: relative;

  z-index: 1;

  overflow: hidden;

}



.services-area.bg-optional-color {

  background-color: #fafafb;

}



.single-services {

  background-color: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  padding: 10px 30px;

  margin-bottom: 30px;

  position: relative;

  z-index: 1;

  transition: 0.5s;

  border-radius: 5px;

  height: 100%;

}



.single-services::before {

  top: 50%;

  left: 50%;

  width: 0%;

  z-index: -1;

  height: 100%;

  content: "";

  position: absolute;

  transition: all 0.3s ease-in-out;

  background-color: #eb000a;

  transform: translate(-50%, -50%);

  border-radius: 5px;

  transition: 0.5s;

}



.single-services .title {

  position: relative;

  margin-bottom: 25px;

}



.single-services .title i {

  font-size: 50px;

  color: #eb000a;

  transition: 0.5s;

  position: absolute;

  top: 0;

  left: 0;

  line-height: 1;

}



.single-services .title h3 {

  font-size: 25px;

  margin-bottom: 0;

  transition: 0.5s;

  padding-left: 65px;

  padding-top: 10px;

}



.single-services .title h3 a {

  color: #202647;

}



.single-services p {

  margin-bottom: 12px;

  transition: 0.5s;

}



.single-services .read-more-btn {

  font-size: 14px;

  font-weight: 600;

  padding-bottom: 5px;

  transition: 0.5s;

  position: relative;

}



.single-services .read-more-btn::before {

  width: 100%;

  height: 1px;

  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  transition: 0.5s;

  background-color: #eeeeee;

}



.single-services .read-more-btn::after {

  width: 0;

  height: 1px;

  position: absolute;

  left: 0;

  transition: 0.5s;

  bottom: 0;

  content: "";

  background-color: #eb000a;

}



.single-services .read-more-btn:hover::before {

  width: 0;

}



.single-services .read-more-btn:hover::after {

  width: 100%;

}



.single-services:hover {

  transform: translateY(-10px);

}



.single-services:hover::before {

  width: 100%;

}



.single-services:hover .title i {

  color: #ffffff;

}



.single-services:hover h3 a {

  color: #ffffff;

}



.single-services:hover p {

  color: #ffffff;

}



.single-services:hover .read-more-btn {

  color: #ffffff;

  letter-spacing: 1px;

}



.single-services:hover .read-more-btn::after {

  background-color: #000244;

}



.services-shape .shape-1 {

  position: absolute;

  left: -20px;

  top: 0;

  animation: moveLeftBounce 5s linear infinite;

  z-index: -1;

}



.services-shape .shape-2 {

  position: absolute;

  right: 0;

  top: 0;

  animation: moveLeftBounce 5s linear infinite;

  z-index: -1;

}



.services-shape .shape-3 {

  position: absolute;

  right: 0;

  top: 30%;

  transform: translateY(-30%);

  animation: moveBounce 5s linear infinite;

  z-index: -1;

}



.services-shape .shape-4 {

  position: absolute;

  right: 0;

  bottom: 10%;

  right: 5%;

  animation: moveLeftBounce 5s linear infinite;

  z-index: -1;

}



.services-list-tab .tabs {

  padding-left: 0;

  list-style-type: none;

  display: flex;

  flex-wrap: wrap;

  margin-right: -5px;

  margin-left: -5px;

  margin-bottom: 45px;

}



.services-list-tab .tabs li {

  flex: 24%;

  max-width: 25%;

  margin-left: 5px;

  margin-right: 5px;

}



.services-list-tab .tabs li a {

  display: inline-block;

  color: #202647;

  background-color: #ffffff;

  border: 1px dashed #f3e3fc;

  padding: 25px 15px 25px 75px;

  transition: 0.5s;

  width: 100%;

  border-radius: 5px;

  position: relative;

}



.services-list-tab .tabs li a i {

  font-size: 35px;

  color: #eb000a;

  line-height: 1;

  position: absolute;

  left: 30px;

  top: 22px;

}



.services-list-tab .tabs li a span {

  display: block;

  font-size: 20px;

  font-weight: bold;

  font-family: "Nunito", sans-serif;

}



.services-list-tab .tabs li.current a {

  color: #202647;

  background-color: #ffffff;

  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);

}



.services-list-tab .tab_content .tabs_item .services-tab-content h3 {

  font-size: 30px;

  margin-bottom: 15px;

}



.services-list-tab .tab_content .tabs_item .services-tab-content h3 a {

  color: #202647;

}



.services-list-tab .tab_content .tabs_item .services-tab-content .services-tab-btn {

  margin-top: 25px;

}



.services-list-tab .tab_content .tabs_item .services-tab-image {

  text-align: center;

}



.tab .tabs_item {

  display: none;

}



.tab .tabs_item:first-child {

  display: block;

}



.single-services-box {

  border: 1px solid #f4f5fe;

  padding: 30px;

  margin-bottom: 30px;

  transition: 0.5s;

  border-radius: 5px;

}



.single-services-box .icon {

  margin-bottom: 25px;

}



.single-services-box .icon i {

  display: inline-block;

  width: 85px;

  height: 85px;

  line-height: 85px;

  background-color: #eb000a;

  color: #ffffff;

  text-align: center;

  font-size: 45px;

  position: relative;

  border-radius: 15px;

  transition: 0.5s;

}



.single-services-box h3 {

  font-size: 25px;

  margin-bottom: 12px;

}



.single-services-box h3 a {

  color: #202647;

}



.single-services-box p {

  margin-bottom: 10px;

}



.single-services-box .read-more-btn {

  font-size: 15px;

  font-weight: 600;

  transition: 0.5s;

}



.single-services-box:hover {

  background-color: #ffffff;

  border-radius: 0;

  border-color: #ffffff;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);

  transform: translateY(-10px);

}



.single-services-box:hover .icon i {

  background-color: #000244;

}



.single-services-box:hover .read-more-btn {

  letter-spacing: 1px;

}



/*================================================

Hosting Area CSS

=================================================*/

.hosting-content h3 {

  font-size: 40px;

  margin-bottom: 0;

}



.hosting-content .bar {

  height: 5px;

  width: 100px;

  background: #eb000a;

  position: relative;

  border-radius: 5px;

  overflow: hidden;

  margin: 20px auto 20px 0;

}



.hosting-content .bar::before {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  height: 100%;

  width: 5px;

  background: #ffffff;

  animation-duration: 2s;

  animation-timing-function: linear;

  animation-iteration-count: infinite;

  animation-name: MOVE-BG;

}



.hosting-content p {

  margin-bottom: 0;

}



/* CARD */

.hosting-content .inner-content {

  padding: 22px;

  margin-top: 35px;

  height: 100%;



  display: flex;

  gap: 18px;

  align-items: flex-start;



  background: #ffffff;

  border-radius: 14px;

  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;



  transition: transform 0.4s ease,

    background 0.4s ease,

    box-shadow 0.4s ease;

}



/* CARD HOVER */

.hosting-content .inner-content:hover {

  background: #eb000a;

  transform: translateY(-8px);

  box-shadow: rgba(14, 56, 177, 0.35) 0px 15px 40px;

}



/* ICON WRAPPER */

.hosting-content .inner-content .icon {

  width: 65px;

  height: 65px;

  flex-shrink: 0;



  display: flex;

  align-items: center;

  justify-content: center;



  border-radius: 50%;

  background-color: #f0f4fc;



  transition: background-color 0.4s ease;

}



/* SVG ICON SIZE */

.hosting-content .inner-content .icon img {

  width: 34px;

  height: 34px;



  transition: transform 0.4s ease, filter 0.4s ease;

}



/* ICON HOVER */

.hosting-content .inner-content:hover .icon {

  background-color: #ffffff;

}



.hosting-content .inner-content:hover .icon img {

  filter: brightness(0) saturate(100%) invert(13%) sepia(96%) saturate(7486%) hue-rotate(358deg) brightness(95%) contrast(110%);

  transform: scale(1.12);

}



/* CONTENT */

.hosting-content .inner-content h4 {

  font-size: 22px;

  margin-bottom: 8px;

  color: #eb000a;

  font-weight: 600;

  transition: color 0.3s ease;

}



.hosting-content .inner-content p {

  margin-bottom: 0;

  text-align: justify;

  color: #555;

  line-height: 1.6;

  transition: color 0.3s ease;

}



/* TEXT HOVER */

.hosting-content .inner-content:hover h4,

.hosting-content .inner-content:hover p {

  color: #ffffff;

}



/* ACCESSIBILITY */

@media (prefers-reduced-motion: reduce) {



  .hosting-content .inner-content,

  .hosting-content .inner-content * {

    transition: none;

  }

}

/*================================================

Pricing Area CSS

=================================================*/

.pricing-table.table-responsive {

  overflow-x: unset;

}



.pricing-table .table {

  --bs-table-bg: transparent;

}



.pricing-table .table {

  margin-bottom: 0;

}



.pricing-table .table thead th {

  vertical-align: middle;

  background-color: #f1f0f3;

  padding: 30px 20px;

  text-align: center;

  border: none;

  border-bottom: 1px solid #fafafa;

}



.pricing-table .table thead th span {

  color: #202647;

  margin-bottom: 0;

  font-size: 22px;

  font-weight: bold;

  font-family: "Nunito", sans-serif;

}



.pricing-table .table thead th:first-child {

  text-align: left;

  padding-left: 30px;

}



.pricing-table .table tbody tr td {

  padding: 30px 20px;

  vertical-align: middle;

  border: none;

  text-align: center;

  font-size: 16px;

  color: #202647;

  font-weight: 500;

}



.pricing-table .table tbody tr td:first-child {

  text-align: left;

  padding-left: 30px;

}



.pricing-table .table tbody tr td.icon i {

  display: inline-block;

  width: 30px;

  height: 30px;

  line-height: 30px;

  border-radius: 100%;

  background-color: #000244;

  color: #ffffff;

}



.pricing-table .table tbody tr.optional-color {

  background-color: #f1f0f3;

}



.pricing-table .table tbody tr.optional-color {

  background: linear-gradient(to right, #cceee9, #bce7eb, #b1dfef, #add5f1, #b2c9f0);

}



.pricing-table .table tbody tr.optional-color td.icon i {

  background-color: #ffffff;

  color: #000244;

}



.pricing-table .table tbody tr.select-btn {

  background-color: #ffffff;

  border-left: 1px solid #eeeeee;

  border-right: 1px solid #eeeeee;

  border-bottom: 1px solid #eeeeee;

}



.pricing-table .table tbody tr.select-btn h3 {

  font-size: 25px;

  margin-bottom: 15px;

}



.pricing-table .table tbody tr.select-btn .select-btn-one {

  display: inline-block;

  color: #ffffff;

  background-color: #000244;

  padding: 14px 30px;

  border-radius: 5px;

  font-size: 16px;

  font-weight: 500;

}



.pricing-table .table tbody tr.select-btn .select-btn-one:hover {

  color: #ffffff;

  background-color: #eb000a;

}



.single-pricing-table {

  margin-bottom: 30px;

  text-align: center;

  background-color: #ffffff;

  border: 1px solid #f4f5fe;

  padding: 35px 25px 30px;

  transition: 0.5s;

  border-radius: 5px;

}



.single-pricing-table .pricing-header h3 {

  font-size: 25px;

  margin-bottom: 5;

}



.single-pricing-table .pricing-header p {

  margin-bottom: 0;

  font-size: 15px;

}



.single-pricing-table .price {

  font-size: 40px;

  color: #eb000a;

  margin-top: 20px;

  margin-bottom: 25px;

  line-height: 1;

}



.single-pricing-table .pricing-features {

  padding-left: 0;

  margin-bottom: 0;

}



.single-pricing-table .pricing-features li {

  list-style-type: none;

  margin-bottom: 15px;

  font-size: 16px;

  color: #6b6b84;

  font-weight: 400;

}



.single-pricing-table .pricing-features li:last-child {

  margin-bottom: 0;

}



.single-pricing-table .pricing-features li i {

  color: #eb000a;

  margin-right: 5px;

  font-size: 15px;

}



.single-pricing-table .pricing-btn {

  margin-top: 25px;

}



.single-pricing-table .pricing-btn .default-btn {

  padding: 12px 35px;

  border-radius: 5px;

  font-size: 15px;

}



.single-pricing-table:hover {

  transform: translateY(-5px);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);

  border: 1px solid #ffffff;

}



/*================================================

Clients Area CSS

=================================================*/

.clients-area {

/*  background-image: url(../../assets/img/client/clients-bg.jpg);*/

  background-position: center center;

  background-size: cover;

  background-repeat: no-repeat;

  position: relative;

  z-index: 1;

}



.clients-area::before {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  background-color: #ffffff;

  left: 0;

  right: 0;

  top: 0;

  z-index: -1;

  opacity: 0.5;

}



.single-clients {

  position: relative;

  margin-top: 25px;

}



.single-clients .clients-desc {

  background-color: #ffffff;

  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);

  border-radius: 5px;

  position: relative;

  padding-left: 30px;

  padding-bottom: 30px;

  padding-right: 30px;

  padding-top: 65px;

  transition: 0.5s;

}



.single-clients .clients-desc p {

  margin-bottom: 0;

  position: relative;

  transition: 0.5s;
  font-size: 15px;

  text-align: justify;

}



.single-clients .clients-desc::before {

  content: "";

  position: absolute;

  left: 35px;

  bottom: -5px;

  width: 25px;

  height: 25px;

  z-index: -1;

  background: #ffffff;

  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);

  transform: rotate(45deg);

  transition: 0.5s;

}



.single-clients .icon i {

  position: absolute;

  top: -25px;

  left: 30px;

  color: #ffffff;

  background-color: #000244;

  width: 70px;

  height: 70px;

  line-height: 70px;

  border-radius: 10px;

  z-index: 2;

  text-align: center;

  font-size: 35px;

  transition: 0.5s;

}



.single-clients .clients-info {

  position: relative;

  /* padding-left: 80px; */

  padding-top: 5px;

  margin-top: 25px;

  margin-left: 25px;

  margin-bottom: 5px;

}



.single-clients .clients-info img {

  width: 65px;

  height: 65px;

  display: inline-block;

  border-radius: 50%;

  position: absolute;

  left: 0;

  top: 50%;

  transform: translateY(-50%);

  transition: 0.5s;

}



.single-clients .clients-info h3 {

  margin-bottom: 0;

  font-size: 22px;

}



.single-clients .clients-info span {

  display: block;

  color: #eb000a;

  font-size: 14px;

  margin-top: 5px;

  font-weight: 600;

}



.single-clients:hover .clients-desc {

  background-color: #000244;

}



.single-clients:hover .clients-desc p {

  color: #ffffff;

}



.single-clients:hover .clients-desc::before {

  background: #000244;

}



.single-clients:hover .icon i {

  background-color: #ffffff;

  color: #eb000a;

}



.clients-slider.owl-theme .owl-nav {

  margin-top: 0;

  margin-left: -100px;

}



.clients-slider.owl-theme .owl-nav [class*=owl-] {

  background-color: #ffffff;

  border: 1px solid #ffffff;

  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);

  margin: 0 5px;

  transition: 0.5s;

  border-radius: 50%;

  width: 40px;

  height: 40px;

  color: #6b6b84;

  text-align: center;

  line-height: 40px;

}



.clients-slider.owl-theme .owl-nav [class*=owl-]:hover {

  background-color: #eb000a;

  border-color: #eb000a;

  color: #ffffff;

}



/*================================================

FAQ Area CSS

=================================================*/

.faq-area .container-fluid {

  max-width: 1920px;

  margin: auto;

  padding-left: 0;

  overflow: hidden;

}



.faq-image {

  position: relative;

  z-index: 1;

  padding: 50px;

  overflow: hidden;

  text-align: center;

}



.faq-image::before {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  background: #eb000a;

  left: 0;

  right: 0;

  top: 0;

  z-index: -1;

  -webkit-clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);

  clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);

}



.faq-image.image-two {

  padding: 0;

}



.faq-image.image-two::before {

  display: none;

}



.faq-item-box {

  max-width: 580px;

}



.faq-item-box .content h3 {

  font-size: 40px;

  margin-bottom: 0;

}



.faq-item-box .content .bar {

  height: 5px;

  width: 100px;

  background: #eb000a;

  position: relative;

  border-radius: 5px;

  overflow: hidden;

  margin: 20px auto 20px 0;

}



.faq-item-box .content .bar::before {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  height: 100%;

  width: 5px;

  background: #ffffff;

  animation-duration: 2s;

  animation-timing-function: linear;

  animation-iteration-count: infinite;

  animation-name: MOVE-BG;

}



.faq-item-box .faq-accordion {

  margin-top: 30px;

}



.faq-item-box .faq-accordion .accordion .accordion-item {

  display: block;

  background: #f3f3f3;

  margin-bottom: 10px;

  border: none;

}



.faq-item-box .faq-accordion .accordion .accordion-item:last-child {

  margin-bottom: 0;

}



.faq-item-box .faq-accordion .accordion .accordion-title {

  padding: 20px 40px 20px 20px;

  color: #202647;

  position: relative;

  display: block;

  text-transform: capitalize;

  font-size: 18px;

  font-weight: bold;

  cursor: pointer;

}



.faq-item-box .faq-accordion .accordion .accordion-title i {

  position: absolute;

  right: 20px;

  top: 50%;

  transform: translateY(-50%);

  color: #202647;

  font-size: 20px;

  transition: 0.5s;

}



.faq-item-box .faq-accordion .accordion .accordion-title.active i::before {

  content: "\ebc0";

  color: #eb000a;

}



.faq-item-box .faq-accordion .accordion .accordion-content {

  display: none;

  padding: 18px 20px;

  border-top: 1px solid #eb000a;

}



.faq-item-box .faq-accordion .accordion .accordion-content p {

  color: #6b6b84;

  font-size: 15px;

  font-weight: 400;

  text-align: justify;

}



.faq-item-box .faq-accordion .accordion .accordion-content.show {

  display: block;

}



.faq-accordion-inner {

  margin-top: 50px;

}



.faq-accordion-inner .title {

  margin-bottom: 30px;

}



.faq-accordion-inner .title h3 {

  font-size: 30px;

  margin-bottom: 0;

}



.faq-accordion-inner .title .bar {

  height: 5px;

  width: 100px;

  background: #eb000a;

  position: relative;

  border-radius: 5px;

  overflow: hidden;

  margin: 20px auto 20px 0;

}



.faq-accordion-inner .title .bar::before {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  height: 100%;

  width: 5px;

  background: #ffffff;

  animation-duration: 2s;

  animation-timing-function: linear;

  animation-iteration-count: infinite;

  animation-name: MOVE-BG;

}



.faq-accordion-inner .faq-accordion .accordion .accordion-item {

  display: block;

  background: #f3f3f3;

  margin-bottom: 10px;

  border: none;

}



.faq-accordion-inner .faq-accordion .accordion .accordion-item:last-child {

  margin-bottom: 0;

}



.faq-accordion-inner .faq-accordion .accordion .accordion-title {

  padding: 20px 40px 20px 20px;

  color: #202647;

  position: relative;

  display: block;

  text-transform: capitalize;

  font-size: 18px;

  font-weight: bold;

  cursor: pointer;

}



.faq-accordion-inner .faq-accordion .accordion .accordion-title i {

  position: absolute;

  right: 20px;

  top: 50%;

  transform: translateY(-50%);

  color: #202647;

  font-size: 20px;

  transition: 0.5s;

}



.faq-accordion-inner .faq-accordion .accordion .accordion-title.active i::before {

  content: "\ebc0";

  color: #eb000a;

}



.faq-accordion-inner .faq-accordion .accordion .accordion-content {

  display: none;

  padding: 18px 20px;

  border-top: 1px solid #eb000a;

}



.faq-accordion-inner .faq-accordion .accordion .accordion-content p {

  color: #6b6b84;

  font-size: 15px;

  font-weight: 400;

}



.faq-accordion-inner .faq-accordion .accordion .accordion-content.show {

  display: block;

}



/*================================================

Blog Area CSS

=================================================*/

.single-blog {

  margin-bottom: 30px;

  transition: 0.5s;

}



.single-blog .image {

  position: relative;

}



.single-blog .image .tag {

  display: inline-block;

  font-size: 15px;

  background-color: #eb000a;

  color: #ffffff;

  padding: 5px 20px;

  position: absolute;

  left: 10px;

  bottom: 10px;

  transition: 0.5s;

  border-radius: 5px;

}



.single-blog .content {

  background-color: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  padding: 25px;

}



.single-blog .content h3 {

  font-size: 22px;

  margin-bottom: 8px;

  line-height: 1.5;

}



.single-blog .content h3 a {

  color: #202647;

}



.single-blog .content p {

  margin-bottom: 15px;
  text-align: justify;

}



.single-blog .content .blog-btn {

  color: #202647;

  font-weight: 600;

  transition: 0.5s;

}



.single-blog:hover {

  transform: translateY(-10px);

}



.single-blog:hover .image .tag {

  background-color: #000244;

}



.single-blog:hover h3 a {

  color: #eb000a;

}



.single-blog:hover .blog-btn {

  letter-spacing: 1px;

}



/*================================================

Top Features Area CSS

=================================================*/

.single-top-features {

  margin-bottom: 30px;

  transition: 0.5s;

  background-color: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  padding: 30px;

  position: relative;

  border: 5px solid #ffffff;

  overflow: hidden;

}



.single-top-features .icon {

  margin-bottom: 15px;

}



.single-top-features .icon i {

  color: #eb000a;

  font-size: 60px;

}



.single-top-features h3 {

  font-size: 25px;

  margin-bottom: 10px;

}



.single-top-features h3 a {

  color: #202647;

}



.single-top-features p {

  margin-bottom: 0;

  position: relative;

  z-index: 1;

}



.single-top-features .number {

  display: inline-block;

  height: 50px;

  width: 50px;

  line-height: 50px;

  text-align: center;

  background-color: #f4f1fb;

  color: #eb000a;

  font-size: 25px;

  border-radius: 50px;

  position: absolute;

  top: 15px;

  right: 15px;

  transition: 0.5s;

}



.single-top-features .shape {

  display: inline-block;

  height: 100px;

  width: 100px;

  background-color: #f1eef8;

  border-radius: 50px;

  position: absolute;

  bottom: -20px;

  right: -20px;

  transition: 0.5s;

}



.single-top-features:hover {

  transform: translateY(-5px);

  border: 5px solid #f5f2fc;

  box-shadow: unset;

}



.single-top-features:hover .number {

  background-color: #eb000a;

  color: #ffffff;

}



.single-top-features:hover .shape {

  opacity: 0;

  visibility: hidden;

}



/*================================================

Features Area CSS

=================================================*/

.features-area .container-fluid {

  max-width: 1920px;

  margin: auto;

}



.features-item {

  /* max-width: 630px; */

  /* margin-left: auto; */

}



.features-item .content h3 {

  font-size: 40px;

  margin-bottom: 0;

}



.features-item .content .bar {

  height: 5px;

  width: 100px;

  background: #eb000a;

  position: relative;

  border-radius: 5px;

  overflow: hidden;

  margin: 20px auto 20px 0;

}



.features-item .content .bar::before {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  height: 100%;

  width: 5px;

  background: #ffffff;

  animation-duration: 2s;

  animation-timing-function: linear;

  animation-iteration-count: infinite;

  animation-name: MOVE-BG;

}



.features-item .single-features {

  margin-top: 30px;

}



.features-item .single-features .icon {

  margin-bottom: 20px;

}



.features-item .single-features .icon i {

  font-size: 45px;

  display: inline-block;

  height: 70px;

  width: 70px;

  line-height: 70px;

  background-color: #f0f4fc;

  color: #8b86e7;

  text-align: center;

  transition: 0.5s;

  border-radius: 50px;

}



.features-item .single-features .icon {

  /* font-size: 45px; */

  display: flex;

  height: 70px;

  width: 70px;

  /* line-height: 70px; */

  background-color: #f0f4fc;

  /* color: #8b86e7; */

  text-align: center;

  transition: 0.5s;

  border-radius: 50px;

  justify-content: center;

  align-items: center;

}



.features-item .single-features .icon i {

  font-size: 45px;

  display: inline-block;

  height: 70px;

  width: 70px;

  line-height: 70px;

  background-color: #f0f4fc;

  color: #8b86e7;

  text-align: center;

  transition: 0.5s;

  border-radius: 50px;

}



.features-item .single-features .icon.bg-0fefce i {

  color: #0fefce;

}



.features-item .single-features .icon.bg-4844f8 i {

  color: #4844f8;

}



.features-item .single-features .icon.bg-fc3cb2 i {

  color: #fc3cb2;

}



.features-item .single-features h3 {

  font-size: 25px;

  margin-bottom: 12px;

}



.features-item .single-features h3 a {

  color: #202647;

}



.features-item .single-features p {

  font-size: 15px;

  margin-bottom: 12px;

  text-align: justify;

}



.features-item .single-features .features-btn {

  font-size: 15px;

  color: #202647;

  font-weight: 500;

}



.features-item .single-features:hover .icon i {

  background-color: #eb000a;

  color: #ffffff;

}



.features-image {

  text-align: center;

}



/*================================================

Fun Facts Area CSS

=================================================*/

.fun-facts-area {

  position: relative;

  z-index: 1;

  overflow: hidden;

}



.fun-facts-item {

  max-width: 610px;

  margin-left: auto;

  position: relative;

  z-index: 1;

}



.fun-facts-item .content h3 {

  font-size: 40px;

  margin-bottom: 0;

}



.fun-facts-item .content .bar {

  height: 5px;

  width: 100px;

  background: #eb000a;

  position: relative;

  border-radius: 5px;

  overflow: hidden;

  margin: 20px auto 20px 0;

}



.fun-facts-item .content .bar::before {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  height: 100%;

  width: 5px;

  background: #ffffff;

  animation-duration: 2s;

  animation-timing-function: linear;

  animation-iteration-count: infinite;

  animation-name: MOVE-BG;

}



.fun-facts-item .single-fun-fact {

  text-align: center;

  margin-top: 30px;

  background-color: #f5f5fd;

  padding: 30px 30px;

  position: relative;

  z-index: 1;

}



.fun-facts-item .single-fun-fact .icon {

  margin-bottom: 20px;

}



.fun-facts-item .single-fun-fact .icon i {

  font-size: 60px;

  color: #eb000a;

  line-height: 1;

}



.fun-facts-item .single-fun-fact h3 {

  position: relative;

  margin-bottom: 10px;

  line-height: 1;

  font-size: 30px;

  color: #eb000a;

}



.fun-facts-item .single-fun-fact h3 .sign-icon {

  display: inline-block;

  font-size: 30px;

  margin-left: -5px;

  position: relative;

  top: 1px;

}



.fun-facts-item .single-fun-fact p {

  line-height: initial;

  color: #202647;

  margin-bottom: 0;

  font-size: 16px;

  font-weight: 600;

}



.fun-facts-item .single-fun-fact .shape {

  position: absolute;

  left: 0;

  right: 0;

  top: 50%;

  transform: translateY(-50%);

  z-index: -1;

}



.fun-facts-item .fun-facts-shape {

  position: absolute;

  bottom: -85px;

  right: -45px;

  z-index: -1;

  animation: moveLeftBounce 5s linear infinite;

}



/*================================================

Testimonial Area CSS

=================================================*/

.testimonial-area {

/*  background-image: url(../../assets/img/testimonial-bg.jpg);*/

  background-position: center center;

  background-size: cover;

  background-repeat: no-repeat;

  background-attachment: fixed;

  position: relative;

  z-index: 1;

}



.single-testimonial {

  margin-top: 25px;

  position: relative;

}



.single-testimonial .testimonial-desc {

  background-color: #ffffff;

  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);

  position: relative;

  z-index: 1;

  padding-top: 65px;

  padding-bottom: 25px;

  padding-left: 50px;

  padding-right: 50px;

  transition: 0.5s;

  text-align: center;

  max-width: 850px;

  margin: auto;

  border-radius: 80px 0 80px 0;

  border-right: 5px solid #f4f0fc;

  border-bottom: 20px solid #f4f0fc;

}



.single-testimonial .testimonial-desc p {

  margin-bottom: 0;

  position: relative;

  transition: 0.5s;

  font-style: italic;

  font-size: 18px;

}



.single-testimonial .icon i {

  position: absolute;

  top: -25px;

  left: 0;

  right: 0;

  margin: auto;

  color: #ffffff;

  background-color: #eb000a;

  width: 70px;

  height: 70px;

  line-height: 70px;

  border-radius: 10px;

  z-index: 2;

  text-align: center;

  font-size: 35px;

  transition: 0.5s;

}



.single-testimonial .testimonial-info {

  margin-top: 20px;

}



.single-testimonial .testimonial-info img {

  display: inline-block;

  height: 100px;

  width: 100px;

  border-radius: 50%;

}



.single-testimonial .testimonial-info h3 {

  margin-top: 15px;

  margin-bottom: 0;

  font-size: 25px;

}



.single-testimonial .testimonial-info span {

  display: block;

  color: #6b6b84;

  font-size: 14px;

  margin-top: 5px;

  font-weight: 600;

}



.single-testimonial:hover .icon i {

  background-color: #000244;

}



.testimonial-slider.owl-theme .owl-nav {

  margin-top: 0;

}



.testimonial-slider.owl-theme .owl-nav [class*=owl-] {

  position: absolute;

  left: 100px;

  top: 50%;

  transform: translateY(-50%);

  margin: 0;

  outline: 0;

  width: 45px;

  height: 45px;

  line-height: 48px;

  transition: 0.5s;

  background-color: #eb000a;

  color: #ffffff;

  border-radius: 50%;

  opacity: 0;

  visibility: hidden;

}



.testimonial-slider.owl-theme .owl-nav [class*=owl-]:hover,

.testimonial-slider.owl-theme .owl-nav [class*=owl-]:focus {

  background-color: #000244;

}



.testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {

  left: auto;

  right: 100px;

}



.testimonial-slider.owl-theme .owl-nav [class*=owl-] i {

  font-size: 20px;

  font-weight: bold;

}



.testimonial-slider.owl-theme:hover .owl-nav [class*=owl-] {

  opacity: 1;

  visibility: visible;

  left: 90px;

  transition: 0.5s;

}



.testimonial-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {

  left: auto;

  right: 90px;

}



.testimonial-image-box img {

  position: absolute;

  height: 100px;

  width: 100px;

  border-radius: 50%;

}



.testimonial-image-box img:nth-child(1) {

  left: 10%;

  top: 50%;

  transform: translateY(-50%);

}



.testimonial-image-box img:nth-child(2) {

  left: 5%;

  top: 65%;

  transform: translateY(-65%);

}



.testimonial-image-box img:nth-child(3) {

  left: 10%;

  top: 80%;

  transform: translateY(-80%);

}



.testimonial-image-box img:nth-child(4) {

  right: 10%;

  top: 50%;

  transform: translateY(-50%);

}



.testimonial-image-box img:nth-child(5) {

  right: 5%;

  top: 65%;

  transform: translateY(-65%);

}



.testimonial-image-box img:nth-child(6) {

  right: 10%;

  top: 80%;

  transform: translateY(-80%);

}



/*================================================

Overview Area CSS

=================================================*/

.overview-area {

  background: linear-gradient(to right, #0187c6, #006ab2, #004d9b, #003082, #021166);

  position: relative;

  z-index: 1;

  overflow: hidden;

}



.overview-area .container-fluid {

  max-width: 1920px;

  margin: auto;

}



.overview-content {

  max-width: 610px;

  margin-left: auto;

}



.overview-content h3 {

  font-size: 35px;

  margin-bottom: 0;

  color: #ffffff;

}



.overview-content .bar {

  height: 5px;

  width: 100px;

  background: #ffffff;

  position: relative;

  border-radius: 5px;

  overflow: hidden;

  margin: 20px auto 20px 0;

}



.overview-content .bar::before {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  height: 100%;

  width: 5px;

  background: #eb000a;

  animation-duration: 2s;

  animation-timing-function: linear;

  animation-iteration-count: infinite;

  animation-name: MOVE-BG;

}



.overview-content p {

  color: #ffffff;

}



.overview-content .overview-btn {

  margin-top: 25px;

}



.overview-content .overview-btn .optional-btn {

  background-color: #000244;

  color: #ffffff;

}



.overview-content .overview-btn .optional-btn span {

  background-color: #ffffff;

}



.overview-content .overview-btn .optional-btn:hover {

  color: #eb000a;

}



.overview-image {

  text-align: center;

}



.overview-shape .shape-1 {

  position: absolute;

  left: -20px;

  top: 0;

  animation: moveLeftBounce 5s linear infinite;

  z-index: -1;

}



.overview-shape .shape-2 {

  position: absolute;

  left: 30%;

  top: 0;

  animation: moveLeftBounce 5s linear infinite;

  z-index: -1;

}



.overview-shape .shape-3 {

  position: absolute;

  right: 0;

  top: 10%;

  transform: translateY(-10%);

  animation: moveBounce 5s linear infinite;

  z-index: -1;

}



.overview-shape .shape-4 {

  position: absolute;

  right: 0;

  bottom: 10%;

  right: 5%;

  animation: moveLeftBounce 5s linear infinite;

  z-index: -1;

}



/*================================================

Choose Area CSS

=================================================*/

.choose-area .container-fluid {

  max-width: 1920px;

  margin: auto;

}



.choose-item {

  max-width: 610px;

}



.choose-item .content h3 {

  font-size: 40px;

  margin-bottom: 0;

}



.choose-item .content .bar {

  height: 5px;

  width: 100px;

  background: #eb000a;

  position: relative;

  border-radius: 5px;

  overflow: hidden;

  margin: 20px auto 20px 0;

}



.choose-item .content .bar::before {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  height: 100%;

  width: 5px;

  background: #ffffff;

  animation-duration: 2s;

  animation-timing-function: linear;

  animation-iteration-count: infinite;

  animation-name: MOVE-BG;

}



.choose-item .inner-content {

  position: relative;

  background-color: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  padding-left: 110px;

  padding-top: 30px;

  padding-bottom: 30px;

  padding-right: 30px;

  margin-top: 35px;

  border-radius: 5px;

}



.choose-item .inner-content .icon {

  position: absolute;

  left: 30px;

  top: 30px;

}



.choose-item .inner-content .icon i {

  display: inline-block;

  height: 65px;

  width: 65px;

  line-height: 65px;

  border-radius: 50%;

  background-color: #fdcbd4;

  color: #f4607a;

  font-size: 35px;

  text-align: center;

  transition: 0.5s;

}



.choose-item .inner-content .icon.bg-dae5fd i {

  background-color: #dae5fd;

  color: #6b94fd;

}



.choose-item .inner-content .icon.bg-f2e2fe i {

  background-color: #f2e2fe;

  color: #dfa6fc;

}



.choose-item .inner-content h4 {

  font-size: 22px;

  margin-bottom: 10px;

}



.choose-item .inner-content p {

  margin-bottom: 0;

}



.choose-item .inner-content:hover .icon i {

  background-color: #eb000a;

  color: #ffffff;

}



/*================================================

Team Area CSS

=================================================*/

.single-team {

  margin-bottom: 30px;

  transition: 0.5s;

}



.single-team .image {

  position: relative;

  transition: 0.5s;

}



.single-team .image img {

  background: linear-gradient(to bottom, #bbd2f0, #b8dcf2, #bbe6f0, #c5eded, #d4f4ea);

  padding: 5px;

  padding-bottom: 0;

  border-radius: 5px 5px 0 0;

}



.single-team .image .social {

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  transition: 0.5s;

  padding-left: 0;

  margin-bottom: 0;

  text-align: center;

}



.single-team .image .social li {

  display: inline-block;

  list-style-type: none;

  opacity: 0;

  visibility: hidden;

  transition: 0.5s;

}



.single-team .image .social li a i {

  display: inline-block;

  width: 35px;

  height: 35px;

  line-height: 35px;

  background-color: #eb000a;

  box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);

  font-size: 16px;

  color: #ffffff;

  border-radius: 50px;

  transition: 0.5s;

}



.single-team .image .social li a i:hover {

  background-color: #000244;

}



.single-team .image .social li:nth-child(1) {

  transition-delay: 0.2s;

}



.single-team .image .social li:nth-child(2) {

  transition-delay: 0.3s;

}



.single-team .image .social li:nth-child(3) {

  transition-delay: 0.4s;

}



.single-team .image .social li:nth-child(4) {

  transition-delay: 0.5s;

}



.single-team .content {

  background: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  padding: 25px 20px;

  text-align: center;

  border-radius: 0 0 5px 5px;

}



.single-team .content h3 {

  font-size: 22px;

  margin-bottom: 5px;

}



.single-team .content p {

  font-size: 14px;

  color: #eb000a;

  transition: 0.5s;

}



.single-team:hover {

  transform: translateY(-5px);

}



.single-team:hover .image .social {

  bottom: 15px;

}



.single-team:hover .image .social li {

  opacity: 1;

  visibility: visible;

}



/*================================================

AboutArea CSS

=================================================*/

.about-area .container-fluid {

  max-width: 1920px;

  margin: auto;

  padding-left: 0;

  overflow: hidden;

}



.about-area .container-fluid .row {

  background-color: #fafafa;

}



.about-image {

/*  background-image: url(../../assets/img/about.jpg);*/

  background-position: center center;

  background-size: cover;

  background-repeat: no-repeat;

  height: 100%;

  width: 100%;

  position: relative;

}



.about-image .video-btn {

  position: absolute;

  right: 20px;

  bottom: 20px;

}



.about-image .video-btn i {

  display: inline-block;

  height: 65px;

  width: 65px;

  line-height: 65px;

  background-color: #eb000a;

  color: #ffffff;

  font-size: 45px;

  text-align: center;

  border-radius: 50%;

  transition: 0.5s;

}



.about-image .video-btn i:hover {

  background-color: #ffffff;

  color: #eb000a;

}



/* .about-content {

  max-width: 650px;

  padding-left: 10px;

  padding-top: 35px;

  padding-bottom: 35px;

} */



.about-content .content span {

  font-size: 16px;

  color: #eb000a;

  font-weight: 600;

  display: inline-block;

  margin-bottom: 15px;

}



.about-content .content h3 {

  font-size: 40px;

  margin-bottom: 0;

}



.about-content .content .bar {

  height: 5px;

  width: 100px;

  background: #eb000a;

  position: relative;

  border-radius: 5px;

  overflow: hidden;

  margin: 20px auto 20px 0;

}



.about-content .content .bar::before {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  height: 100%;

  width: 5px;

  background: #ffffff;

  animation-duration: 2s;

  animation-timing-function: linear;

  animation-iteration-count: infinite;

  animation-name: MOVE-BG;

}



.about-content .content .about-features {

  padding-left: 0;

  margin-bottom: 0;

  margin-top: 20px;

}



.about-content .content .about-features li {

  list-style-type: none;

  margin-bottom: 20px;

  position: relative;

  color: #6b6b84;

  padding-left: 60px;

}



.about-content .content .about-features li:last-child {

  margin-bottom: 0;

}



.about-content .content .about-features li i {

  position: absolute;

  left: 0;

  top: 0;

  display: inline-block;

  width: 20px;

  height: 20px;

  line-height: 18px;

  font-size: 13px;

  text-align: center;

  background-color: #eb000a;

  color: #ffffff;

  border-radius: 50%;

  transition: 0.5s;

}



.about-content .content .about-features li:hover i {

  background-color: transparent;

  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);

  color: #eb000a;

}



.about-content .content .about-btn {

  margin-top: 30px;

}



/*================================================

Page Banner CSS

=================================================*/

.page-banner-area {

  position: relative;

  z-index: 1;

  background-image: url(../../assets/img/page-banner/page-banner-1.jpg);

  background-position: center center;

  background-size: cover;

  background-repeat: no-repeat;

  padding-top: 150px;

  padding-bottom: 150px;

  background-attachment: fixed;

}



.page-banner-area::before {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  background-color: #000000;

  left: 0;

  right: 0;

  top: 0;

  z-index: -1;

  opacity: 0.8;

}



.page-banner-area.item-bg1 {

/*  background-image: url(../../assets/img/page-banner/page-banner-2.jpg);*/

}



.page-banner-area.item-bg2 {

/*  background-image: url(../../assets/img/page-banner/page-banner-3.jpg);*/

}



.page-banner-area.item-bg3 {

/*  background-image: url(../../assets/img/page-banner/page-banner-4.jpg);*/

}



.page-banner-area.item-bg4 {

/*  background-image: url(../../assets/img/page-banner/page-banner-5.jpg);*/

}



.page-banner-area.item-bg5 {

/*  background-image: url(../../assets/img/page-banner/page-banner-6.jpg);*/

}



.page-banner-content {

  text-align: center;

}



.page-banner-content h2 {

  color: #ffffff;

  margin-bottom: 20px;

  font-size: 42px;

}



.page-banner-content ul {

  text-align: center;

  padding-left: 0;

  margin-bottom: 0;

}



.page-banner-content ul li {

  display: inline-block;

  list-style-type: none;

  margin-left: 15px;

  font-weight: 600;

  color: #eb000a;

  position: relative;

}



.page-banner-content ul li::before {

  content: "";

  position: absolute;

  left: -10px;

  top: 6px;

  height: 12px;

  width: 1px;

  background: #eb000a;

}



.page-banner-content ul li:first-child {

  margin-left: 0;

}



.page-banner-content ul li:first-child::before {

  display: none;

}



.page-banner-content ul li a {

  display: block;

  color: #ffffff;

}



/*================================================

Pagination Area CSS

=================================================*/

.pagination-area {

  text-align: center;

}



.pagination-area .page-numbers {

  width: 35px;

  height: 35px;

  margin: 0 5px;

  display: inline-block;

  background-color: #ffffff;

  line-height: 35px;

  color: #202647;

  box-shadow: 0 2px 10px 0 #d8dde6;

  font-size: 14px;

  font-weight: bold;

  border-radius: 50px;

  text-align: center;

}



.pagination-area .page-numbers.current,

.pagination-area .page-numbers:hover,

.pagination-area .page-numbers:focus {

  background: #eb000a;

  color: #ffffff;

  box-shadow: 0 2px 10px 0 #d8dde6;

}



.pagination-area .page-numbers i {

  position: relative;

  top: 1px;

}



/*================================================

404 Error Area CSS

=================================================*/

.error-content {

  text-align: center;

  margin: 0 auto;

  max-width: 750px;

}



.error-content h3 {

  font-size: 40px;

  margin-top: 45px;

  margin-bottom: 15px;

}



.error-content p {

  max-width: 520px;

  margin: 0 auto 20px;

}



/*================================================

Terms of Service Area CSS

=================================================*/

.terms-of-service-accordion {

  max-width: 1050px;

  margin: auto;

}



.terms-of-service-accordion .accordion .accordion-item {

  display: block;

  background: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  margin-bottom: 10px;

  border: none;

}



.terms-of-service-accordion .accordion .accordion-item:last-child {

  margin-bottom: 0;

}



.terms-of-service-accordion .accordion .accordion-title {

  padding: 25px 40px 25px 20px;

  color: #202647;

  position: relative;

  display: block;

  text-transform: capitalize;

  font-size: 18px;

  font-weight: 500;

  cursor: pointer;

}



.terms-of-service-accordion .accordion .accordion-title i {

  position: absolute;

  right: 20px;

  top: 50%;

  transform: translateY(-50%);

  color: #202647;

  font-size: 20px;

  transition: 0.5s;

}



.terms-of-service-accordion .accordion .accordion-title.active i::before {

  content: "\ebc0";

  color: #eb000a;

}



.terms-of-service-accordion .accordion .accordion-content {

  display: none;

  padding: 18px 20px;

  border-top: 1px solid #eb000a;

}



.terms-of-service-accordion .accordion .accordion-content p {

  color: #6b6b84;

  font-size: 15px;

  font-weight: 400;

}



.terms-of-service-accordion .accordion .accordion-content.show {

  display: block;

}



/*================================================

Privacy policy Area CSS

=================================================*/

.privacy-policy-accordion {

  max-width: 1050px;

  margin: auto;

}



.privacy-policy-accordion .accordion .accordion-item {

  display: block;

  background: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  margin-bottom: 10px;

  border: none;

}



.privacy-policy-accordion .accordion .accordion-item:last-child {

  margin-bottom: 0;

}



.privacy-policy-accordion .accordion .accordion-title {

  padding: 25px 40px 25px 20px;

  color: #202647;

  position: relative;

  display: block;

  text-transform: capitalize;

  font-size: 18px;

  font-weight: 500;

  cursor: pointer;

}



.privacy-policy-accordion .accordion .accordion-title i {

  position: absolute;

  right: 20px;

  top: 50%;

  transform: translateY(-50%);

  color: #202647;

  font-size: 20px;

  transition: 0.5s;

}



.privacy-policy-accordion .accordion .accordion-title.active i::before {

  content: "\ebc0";

  color: #eb000a;

}



.privacy-policy-accordion .accordion .accordion-content {

  display: none;

  padding: 18px 20px;

  border-top: 1px solid #eb000a;

}



.privacy-policy-accordion .accordion .accordion-content p {

  color: #6b6b84;

  font-size: 15px;

  font-weight: 400;

}



.privacy-policy-accordion .accordion .accordion-content.show {

  display: block;

}



/*================================================

Coming Soon Area CSS

=================================================*/

.coming-soon-area {

  height: 100vh;

/*  background-image: url(../../assets/img/coming-soon-bg.jpg);*/

  background-position: center center;

  background-size: cover;

  background-repeat: no-repeat;

}



.coming-soon-content {

  max-width: 750px;

  background: #ffffff;

  border-radius: 10px;

  overflow: hidden;

  text-align: center;

  padding: 45px 30px;

  box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);

  margin: auto;

}



.coming-soon-content h1 {

  font-size: 45px;

  margin-bottom: 15px;

}



.coming-soon-content h1 a {

  color: #202647;

}



.coming-soon-content h2 {

  font-size: 30px;

  margin-bottom: 0;

}



.coming-soon-content #timer {

  margin-top: 35px;

}



.coming-soon-content #timer div {

  background-color: #eb000a;

  color: #ffffff;

  width: 130px;

  height: 130px;

  border-radius: 50%;

  font-size: 40px;

  font-weight: bold;

  margin-left: 5px;

  margin-right: 5px;

}



.coming-soon-content #timer div span {

  display: block;

  margin-top: -2px;

  font-size: 15px;

  font-weight: 500;

}



.coming-soon-content .newsletter-form {

  margin-top: 45px;

  background-color: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  padding: 30px;

}



.coming-soon-content .newsletter-form .form-group {

  margin-bottom: 15px;

  width: 100%;

}



.coming-soon-content .newsletter-form .form-group .input-newsletter {

  border-radius: 0;

  border: none;

  border: 1px solid #eeeeee;

  background-color: #eeeeee;

  padding: 15px;

  color: #202647;

  height: 60px;

  display: block;

  width: 100%;

  transition: 0.5s;

  font-size: 15px;

  font-weight: 400;

  border-radius: 5px;

}



.coming-soon-content .newsletter-form .form-group .input-newsletter::-moz-placeholder {

  color: #6b6b84;

  -moz-transition: 0.5s;

  transition: 0.5s;

}



.coming-soon-content .newsletter-form .form-group .input-newsletter::placeholder {

  color: #6b6b84;

  transition: 0.5s;

}



.coming-soon-content .newsletter-form .form-group .input-newsletter:focus {

  box-shadow: none;

  outline: 0;

}



.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-moz-placeholder {

  color: transparent;

}



.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::placeholder {

  color: transparent;

}



.coming-soon-content .newsletter-form .default-btn {

  width: 100%;

  border-radius: 5px;

}



.coming-soon-content .newsletter-form .validation-danger {

  margin-top: 15px;

  color: red;

}



/*================================================

Login Area CSS

=================================================*/

.login-form {

  padding: 35px;

  border-radius: 5px;

  background-color: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  max-width: 650px;

  margin: auto;

}



.login-form h2 {

  margin-bottom: 30px;

  font-size: 30px;

  border-bottom: 1px solid #dedddf;

  padding-bottom: 15px;

  position: relative;

}



.login-form h2::before {

  position: absolute;

  content: "";

  left: 0;

  bottom: 0;

  border-bottom: 1px solid #eb000a;

  height: 100%;

  width: 100px;

}



.login-form form .form-group {

  margin-bottom: 25px;

}



.login-form form .form-group label {

  display: block;

  margin-bottom: 5px;

  color: #6b6b84;

  font-weight: 500;

  font-size: 16px;

}



.login-form form .form-group .form-control {

  height: 60px;

  padding: 0 0 0 15px;

  line-height: initial;

  color: #202647;

  background-color: transparent;

  border: 1px solid #eeeeee;

  border-radius: 0;

  box-shadow: unset;

  transition: 0.5s;

  font-size: 15px;

  font-weight: 400;

}



.login-form form .form-group .form-control:focus {

  border: 1px solid #eb000a;

  background-color: transparent;

}



.login-form form .form-group .form-control:focus::-moz-placeholder {

  color: transparent;

  -moz-transition: 0.5s;

  transition: 0.5s;

}



.login-form form .form-group .form-control:focus::placeholder {

  color: transparent;

  transition: 0.5s;

}



.login-form form .lost-your-password {

  text-align: right;

}



.login-form form .lost-your-password a {

  display: inline-block;

  position: relative;

  font-weight: 500;

  font-size: 15px;

  color: #6b6b84;

}



.login-form form .lost-your-password a::before {

  width: 100%;

  height: 1px;

  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  transition: 0.5s;

  background-color: #eeeeee;

}



.login-form form .lost-your-password a::after {

  width: 0;

  height: 1px;

  position: absolute;

  left: 0;

  transition: 0.5s;

  bottom: 0;

  content: "";

  background-color: #eb000a;

}



.login-form form .lost-your-password a:hover::before {

  width: 0;

}



.login-form form .lost-your-password a:hover::after {

  width: 100%;

}



.login-form form button {

  margin-top: 25px;

  width: 100%;

  border-radius: 5px;

  cursor: pointer;

}



/*================================================

Register Area CSS

=================================================*/

.register-form {

  padding: 35px;

  border-radius: 5px;

  background-color: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  max-width: 650px;

  margin: auto;

}



.register-form h2 {

  margin-bottom: 30px;

  font-size: 30px;

  border-bottom: 1px solid #dedddf;

  padding-bottom: 15px;

  position: relative;

}



.register-form h2::before {

  position: absolute;

  content: "";

  left: 0;

  bottom: 0;

  border-bottom: 1px solid #eb000a;

  height: 100%;

  width: 100px;

}



.register-form form .form-group {

  margin-bottom: 25px;

}



.register-form form .form-group label {

  display: block;

  margin-bottom: 5px;

  color: #6b6b84;

  font-weight: 500;

  font-size: 16px;

}



.register-form form .form-group .form-control {

  height: 60px;

  padding: 0 0 0 15px;

  line-height: initial;

  color: #202647;

  background-color: transparent;

  border: 1px solid #eeeeee;

  border-radius: 0;

  box-shadow: unset;

  transition: 0.5s;

  font-size: 15px;

  font-weight: 400;

}



.register-form form .form-group .form-control:focus {

  border: 1px solid #eb000a;

  background-color: transparent;

}



.register-form form .form-group .form-control:focus::-moz-placeholder {

  color: transparent;

  -moz-transition: 0.5s;

  transition: 0.5s;

}



.register-form form .form-group .form-control:focus::placeholder {

  color: transparent;

  transition: 0.5s;

}



.register-form form .description {

  font-style: italic;

  font-size: 13.5px;

  margin-top: -10px;

  margin-bottom: 15px;

}



.register-form form button {

  width: 100%;

  border-radius: 5px;

  width: 100%;

  cursor: pointer;

}



/*================================================

Reset Password Area CSS

=================================================*/

.reset-password-form {

  padding: 35px;

  border-radius: 5px;

  background-color: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  max-width: 650px;

  margin: auto;

}



.reset-password-form h2 {

  margin-bottom: 30px;

  font-size: 30px;

  border-bottom: 1px solid #dedddf;

  padding-bottom: 15px;

  position: relative;

}



.reset-password-form h2::before {

  position: absolute;

  content: "";

  left: 0;

  bottom: 0;

  border-bottom: 1px solid #eb000a;

  height: 100%;

  width: 100px;

}



.reset-password-form form .form-group {

  margin-bottom: 25px;

}



.reset-password-form form .form-group label {

  display: block;

  margin-bottom: 5px;

  color: #6b6b84;

  font-weight: 500;

  font-size: 16px;

}



.reset-password-form form .form-group .form-control {

  height: 60px;

  padding: 0 0 0 15px;

  line-height: initial;

  color: #202647;

  background-color: transparent;

  border: 1px solid #eeeeee;

  border-radius: 0;

  box-shadow: unset;

  transition: 0.5s;

  font-size: 15px;

  font-weight: 400;

}



.reset-password-form form .form-group .form-control:focus {

  border: 1px solid #eb000a;

  background-color: transparent;

}



.reset-password-form form .form-group .form-control:focus::-moz-placeholder {

  color: transparent;

  -moz-transition: 0.5s;

  transition: 0.5s;

}



.reset-password-form form .form-group .form-control:focus::placeholder {

  color: transparent;

  transition: 0.5s;

}



.reset-password-form form button {

  width: 100%;

  border-radius: 5px;

  width: 100%;

  cursor: pointer;

}



/*================================================

Contact Area CSS

=================================================*/

.contact-form .title {

  margin-bottom: 30px;

}



.contact-form .title span {

  font-size: 16px;

  font-weight: 500;

  color: #eb000a;

}



.contact-form .title h3 {

  font-size: 35px;

  margin-bottom: 0;

  margin-top: 12px;

}



.contact-form .title .bar {

  height: 5px;

  width: 100px;

  background: #eb000a;

  position: relative;

  border-radius: 5px;

  overflow: hidden;

  margin: 20px auto 20px 0;

}



.contact-form .title .bar::before {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  height: 100%;

  width: 5px;

  background: #ffffff;

  animation-duration: 2s;

  animation-timing-function: linear;

  animation-iteration-count: infinite;

  animation-name: MOVE-BG;

}



.contact-form .form-group {

  margin-bottom: 15px;

}



.contact-form .form-group .form-control {

  display: block;

  width: 100%;

  height: 60px;

  outline: 0;

  background-color: transparent;

  border: 1px solid #eeeeee;

  border-radius: 0;

  box-shadow: none;

  padding: 15px;

  transition: 0.5s;

  font-family: "Nunito", sans-serif;

}



.contact-form .form-group .form-control::-moz-placeholder {

  color: #6b6b84;

  -moz-transition: 0.5s;

  transition: 0.5s;

}



.contact-form .form-group .form-control::placeholder {

  color: #6b6b84;

  transition: 0.5s;

}



.contact-form .form-group .form-control:focus {

  outline: 0;

  background-color: #ffffff;

  border-color: #eb000a;

  box-shadow: none;

}



.contact-form .form-group .form-control:focus::-moz-placeholder {

  color: transparent;

}



.contact-form .form-group .form-control:focus::placeholder {

  color: transparent;

}



.contact-form .form-group textarea.form-control {

  height: auto;

  padding: 15px;

}



.contact-form .form-group .help-block.with-errors ul {

  color: red;

  margin-bottom: 0;

  margin-top: 10px;

}



.contact-form .form-group .help-block.with-errors ul li {

  font-size: 14px;

}



.contact-form .form-check {

  margin-bottom: 10px;

  font-weight: 400;

  color: #6b6b84;

  font-size: 15px;

}



.contact-form .form-check a {

  color: #eb000a;

}



.contact-form .form-check-input {

  margin-top: 4px;

}



.contact-form #msgSubmit {

  margin: 0;

  font-size: 1.3rem;

}



.contact-form #msgSubmit.text-danger,

.contact-form #msgSubmit.text-success {

  margin-top: 20px;

  font-size: 20px;

}



.contact-form .default-btn {

  border: none;

  margin-top: 10px;

  padding: 12px 25px;

  width: 100%;

  border-radius: 5px;

}



.contact-info-box {

  margin-bottom: 50px;

  position: relative;

  padding-left: 85px;

}



.contact-info-box:last-child {

  margin-bottom: 0;

}



.contact-info-box .icon {

  margin-bottom: 22px;

  position: absolute;

  left: 0;

  top: 0;

}



.contact-info-box .icon i {

  display: inline-block;

  width: 70px;

  height: 70px;

  line-height: 70px;

  background: #f5f5f5;

  border-radius: 50%;

  font-size: 35px;

  color: #eb000a;

  transition: 0.5s;

  text-align: center;

}



.contact-info-box h3 {

  margin-bottom: 12px;

  transition: 0.5s;

  font-size: 25px;

}



.contact-info-box p {

  margin-bottom: 2px;

  transition: 0.5s;

}



.contact-info-box p a {

  display: inline-block;

  color: #6b6b84;

}



.contact-info-box p a:hover {

  color: #eb000a;

}



.contact-info-box p:last-child {

  margin-bottom: 0;

}



.contact-info-box:hover .icon i {

  background: #eb000a;

  color: #ffffff;

}



/*================================================

Map Area CSS

=================================================*/

.contact-map iframe {

  border: none;

  width: 100%;

  height: 450px;

}



/*================================================

Services Details Area CSS

=================================================*/

.services-details-image {

  margin-bottom: 30px;

}



.services-details-desc .content {

  margin-bottom: 25px;

}



.services-details-desc .content h3 {

  margin-bottom: 15px;

  font-size: 25px;

}



.services-details-desc .services-details-faq .accordion .accordion-item {

  display: block;

  background: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  margin-bottom: 10px;

  border: none;

}



.services-details-desc .services-details-faq .accordion .accordion-item:last-child {

  margin-bottom: 0;

}



.services-details-desc .services-details-faq .accordion .accordion-title {

  padding: 25px 40px 25px 20px;

  color: #202647;

  position: relative;

  display: block;

  text-transform: capitalize;

  font-size: 18px;

  font-weight: 500;

  cursor: pointer;

}



.services-details-desc .services-details-faq .accordion .accordion-title i {

  position: absolute;

  right: 20px;

  top: 50%;

  transform: translateY(-50%);

  color: #202647;

  font-size: 20px;

  transition: 0.5s;

}



.services-details-desc .services-details-faq .accordion .accordion-title.active i::before {

  content: "\ebc0";

  color: #eb000a;

}



.services-details-desc .services-details-faq .accordion .accordion-content {

  display: none;

  padding: 18px 20px;

  border-top: 1px solid #eb000a;

}



.services-details-desc .services-details-faq .accordion .accordion-content p {

  color: #6b6b84;

  font-size: 14px;

  font-weight: 400;

}



.services-details-desc .services-details-faq .accordion .accordion-content.show {

  display: block;

}



/*================================================

Blog Details Area CSS

=================================================*/

.blog-details-desc .article-content {

  margin-top: 25px;

}



.blog-details-desc .article-content .details-content h3 {

  font-size: 25px;

  margin-top: 20px;

  margin-bottom: 15px;

}



.blog-details-desc .article-content .details-content h3 a {

  color: #202647;

}



.blog-details-desc .article-content .details-content p {

  font-size: 15px;

}



.blog-details-desc .article-content .features-list {

  padding-left: 0;

  margin-bottom: 20px;

}



.blog-details-desc .article-content .features-list li {

  list-style-type: none;

  margin-bottom: 15px;

  font-weight: 500;

  font-size: 16px;

}



.blog-details-desc .article-content .features-list li:last-child {

  margin-bottom: 0;

}



.blog-details-desc .article-content .features-list li i {

  color: #eb000a;

  margin-right: 5px;

}



.blog-details-desc .article-content .details-image img {

  margin-bottom: 20px;

}



blockquote,

.blockquote {

  background-color: #f4f4f4;

  padding: 30px !important;

  margin-top: 30px;

  margin-bottom: 20px;

  border-radius: 5px;

  position: relative;

  z-index: 1;

  border-left: 1px solid #eb000a;

}



blockquote .icon,

.blockquote .icon {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: 30px;

  z-index: -1;

}



blockquote .icon i,

.blockquote .icon i {

  font-size: 30px;

  color: #eb000a;

}



blockquote p,

.blockquote p {

  color: #202647;

  margin-bottom: 0 !important;

  font-size: 16px !important;

  font-weight: 500;

  padding-left: 50px;

}



.comments-area {

  margin-top: 30px;

}



.comments-area .comments-title {

  margin-bottom: 30px;

  font-size: 25px;

  position: relative;

  border-bottom: 1px solid #eeeeee;

  padding-bottom: 15px;

}



.comments-area .comments-title::before {

  content: "";

  position: absolute;

  left: 0;

  width: 100px;

  height: 1px;

  bottom: -1px;

  background: #eb000a;

}



.comments-area ol,

.comments-area ul {

  padding: 0;

  margin: 0;

  list-style-type: none;

}



.comments-area .comment-list {

  padding: 0;

  margin: 0;

  list-style-type: none;

}



.comments-area .children {

  margin-left: 30px;

}



.comments-area .comment-body {

  color: #202647;

  margin-bottom: 20px;

  background: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  padding: 30px 30px 30px 100px;

  border-radius: 5px;

}



.comments-area .comment-body .reply {

  margin-top: 10px;

}



.comments-area .comment-body .reply a {

  display: inline-block;

  padding: 5px 20px;

  font-size: 14px;

  font-weight: 400;

  color: #6b6b84;

  transition: 0.5s;

  border: 1px solid #e1e1e1;

  border-radius: 30px;

}



.comments-area .comment-body .reply a:hover {

  color: #ffffff;

  background-color: #eb000a;

  border: 1px solid #eb000a;

}



.comments-area .comment-author {

  font-size: 18px;

  margin-bottom: 8px;

  position: relative;

  z-index: 2;

}



.comments-area .comment-author .avatar {

  height: 50px;

  left: -65px;

  position: absolute;

  width: 50px;

  border-radius: 50px;

}



.comments-area .comment-author .fn {

  font-weight: 600;

}



.comments-area .comment-metadata {

  color: #6b6b84;

  margin-bottom: 10px;

  font-size: 14px;

}



.comments-area .comment-metadata a {

  display: inline-block;

  color: #6b6b84;

}



.comments-area .comment-metadata a:hover {

  color: #000244;

}



.comments-area .comment-respond {

  margin-top: 30px;

  background-color: #f4f4f4;

  padding: 30px;

}



.comments-area .comment-respond .comment-reply-title {

  margin-bottom: 0;

  font-size: 25px;

  position: relative;

  border-bottom: 1px solid #eeeeee;

  padding-bottom: 15px;

  margin-bottom: 30px;

}



.comments-area .comment-respond .comment-reply-title::before {

  content: "";

  position: absolute;

  left: 0;

  width: 100px;

  height: 1px;

  bottom: -1px;

  background: #eb000a;

}



.comments-area .comment-respond .comment-form {

  overflow: hidden;

}



.comments-area .comment-respond .comment-form-comment {

  float: left;

  width: 100%;

}



.comments-area .comment-respond input[type=date],

.comments-area .comment-respond input[type=time],

.comments-area .comment-respond input[type=datetime-local],

.comments-area .comment-respond input[type=week],

.comments-area .comment-respond input[type=month],

.comments-area .comment-respond input[type=text],

.comments-area .comment-respond input[type=email],

.comments-area .comment-respond input[type=url],

.comments-area .comment-respond input[type=password],

.comments-area .comment-respond input[type=search],

.comments-area .comment-respond input[type=tel],

.comments-area .comment-respond input[type=number],

.comments-area .comment-respond textarea {

  display: inline-block;

  width: 100%;

  background-color: #ffffff;

  border: none;

  padding: 0 0 0 15px;

  height: 50px;

  outline: 0;

  border-radius: 2px;

  color: #202647;

  border: 1px solid #ffffff;

  transition: 0.5s;

}



.comments-area .comment-respond input[type=date]:focus,

.comments-area .comment-respond input[type=time]:focus,

.comments-area .comment-respond input[type=datetime-local]:focus,

.comments-area .comment-respond input[type=week]:focus,

.comments-area .comment-respond input[type=month]:focus,

.comments-area .comment-respond input[type=text]:focus,

.comments-area .comment-respond input[type=email]:focus,

.comments-area .comment-respond input[type=url]:focus,

.comments-area .comment-respond input[type=password]:focus,

.comments-area .comment-respond input[type=search]:focus,

.comments-area .comment-respond input[type=tel]:focus,

.comments-area .comment-respond input[type=number]:focus,

.comments-area .comment-respond textarea:focus {

  border: 1px solid #eb000a;

}



.comments-area .comment-respond input[type=date]::-moz-placeholder,

.comments-area .comment-respond input[type=time]::-moz-placeholder,

.comments-area .comment-respond input[type=datetime-local]::-moz-placeholder,

.comments-area .comment-respond input[type=week]::-moz-placeholder,

.comments-area .comment-respond input[type=month]::-moz-placeholder,

.comments-area .comment-respond input[type=text]::-moz-placeholder,

.comments-area .comment-respond input[type=email]::-moz-placeholder,

.comments-area .comment-respond input[type=url]::-moz-placeholder,

.comments-area .comment-respond input[type=password]::-moz-placeholder,

.comments-area .comment-respond input[type=search]::-moz-placeholder,

.comments-area .comment-respond input[type=tel]::-moz-placeholder,

.comments-area .comment-respond input[type=number]::-moz-placeholder,

.comments-area .comment-respond textarea::-moz-placeholder {

  color: #6b6b84;

}



.comments-area .comment-respond input[type=date]::placeholder,

.comments-area .comment-respond input[type=time]::placeholder,

.comments-area .comment-respond input[type=datetime-local]::placeholder,

.comments-area .comment-respond input[type=week]::placeholder,

.comments-area .comment-respond input[type=month]::placeholder,

.comments-area .comment-respond input[type=text]::placeholder,

.comments-area .comment-respond input[type=email]::placeholder,

.comments-area .comment-respond input[type=url]::placeholder,

.comments-area .comment-respond input[type=password]::placeholder,

.comments-area .comment-respond input[type=search]::placeholder,

.comments-area .comment-respond input[type=tel]::placeholder,

.comments-area .comment-respond input[type=number]::placeholder,

.comments-area .comment-respond textarea::placeholder {

  color: #6b6b84;

}



.comments-area .comment-respond textarea {

  height: auto !important;

  padding-top: 15px;

}



.comments-area .comment-respond .comment-form-author {

  float: left;

  width: 100%;

  margin-bottom: 20px;

}



.comments-area .comment-respond .comment-form-email {

  float: left;

  width: 100%;

  margin-bottom: 20px;

}



.comments-area .comment-respond .comment-form-url {

  float: left;

  width: 100%;

  margin-bottom: 20px;

}



.comments-area .comment-respond .comment-form-cookies-consent {

  width: 100%;

  float: left;

  position: relative;

  padding-left: 20px;

  margin-top: 15px;

  margin-bottom: 20px;

}



.comments-area .comment-respond .comment-form-cookies-consent input {

  position: absolute;

  left: 0;

  top: 6.5px;

}



.comments-area .comment-respond .comment-form-cookies-consent label {

  display: inline-block;

  margin: 0;

  color: #6b6b84;

}



.comments-area .comment-respond .form-submit {

  float: left;

  width: 100%;

}



.comments-area .comment-respond .form-submit input {

  background: #eb000a;

  border: none;

  color: #ffffff;

  padding: 10px 30px 10px;

  display: inline-block;

  cursor: pointer;

  text-transform: capitalize;

  transition: 0.5s;

  border-radius: 0;

  font-weight: 500;

  font-size: 15px;

}



.comments-area .comment-respond .form-submit input:hover {

  background-color: #000244;

}



/*================================================

Affiliate Program Area CSS

=================================================*/

.affiliate-program .content h3 {

  font-size: 40px;

  margin-bottom: 0;

}



.affiliate-program .content .bar {

  height: 5px;

  width: 100px;

  background: #eb000a;

  position: relative;

  border-radius: 5px;

  overflow: hidden;

  margin: 20px auto 20px 0;

}



.affiliate-program .content .bar::before {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  height: 100%;

  width: 5px;

  background: #ffffff;

  animation-duration: 2s;

  animation-timing-function: linear;

  animation-iteration-count: infinite;

  animation-name: MOVE-BG;

}



.affiliate-program .affiliate-list {

  padding-left: 0;

  margin-bottom: 0;

  margin-top: 30px;

}



.affiliate-program .affiliate-list li {

  list-style-type: none;

  color: #6b6b84;

  font-size: 16px;

  text-transform: capitalize;

  font-weight: 400;

  margin-bottom: 15px;

  position: relative;

  padding-left: 25px;

}



.affiliate-program .affiliate-list li:last-child {

  margin-bottom: 0;

}



.affiliate-program .affiliate-list li i {

  color: #eb000a;

  font-size: 16px;

  position: absolute;

  left: 0;

  top: 1px;

}



.affiliate-program .affiliate-btn {

  margin-top: 30px;

}



/*================================================

Affiliate Program FAQs Area CSS

=================================================*/

.affiliate-program-faqs-accordion {

  max-width: 1050px;

  margin: auto;

}



.affiliate-program-faqs-accordion .accordion .accordion-item {

  display: block;

  background: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  margin-bottom: 10px;

  border: none;

}



.affiliate-program-faqs-accordion .accordion .accordion-item:last-child {

  margin-bottom: 0;

}



.affiliate-program-faqs-accordion .accordion .accordion-title {

  padding: 25px 40px 25px 20px;

  color: #202647;

  position: relative;

  display: block;

  text-transform: capitalize;

  font-size: 18px;

  font-weight: 500;

  cursor: pointer;

}



.affiliate-program-faqs-accordion .accordion .accordion-title i {

  position: absolute;

  right: 20px;

  top: 50%;

  transform: translateY(-50%);

  color: #202647;

  font-size: 20px;

  transition: 0.5s;

}



.affiliate-program-faqs-accordion .accordion .accordion-title.active i::before {

  content: "\ebc0";

  color: #eb000a;

}



.affiliate-program-faqs-accordion .accordion .accordion-content {

  display: none;

  padding: 18px 20px;

  border-top: 1px solid #eb000a;

}



.affiliate-program-faqs-accordion .accordion .accordion-content p {

  color: #6b6b84;

  font-size: 15px;

  font-weight: 400;

}



.affiliate-program-faqs-accordion .accordion .accordion-content.show {

  display: block;

}



/*================================================

Search Domain Area CSS

=================================================*/

.search-domain-area {

  background: linear-gradient(to right, #021266, #021266, #021266, #021266, #021266);

}



.search-domain-title {

  text-align: center;

  margin-bottom: 25px;

}



.search-domain-title h3 {

  font-size: 30px;

  margin-bottom: 0;

  color: #ffffff;

}



.search-domain-form {

  max-width: 780px;

  position: relative;

  margin: auto;

}



.search-domain-form .input-search {

  display: block;

  width: 100%;

  background-color: #ffffff;

  border: none;

  height: 60px;

  padding: 20px;

  border-radius: 10px;

  outline: 0;

  color: #202647;

  transition: 0.5s;

}



.search-domain-form .input-search::-moz-placeholder {

  color: #6b6b84;

  -moz-transition: 0.5s;

  transition: 0.5s;

}



.search-domain-form .input-search::placeholder {

  color: #6b6b84;

  transition: 0.5s;

}



.search-domain-form .input-search:focus::-moz-placeholder {

  color: transparent;

}



.search-domain-form .input-search:focus::placeholder {

  color: transparent;

}



.search-domain-form button {

  position: absolute;

  right: 4px;

  top: 4px;

  background-color: #eb000a;

  color: #ffffff;

  border: none;

  height: 52px;

  padding: 0 30px;

  border-radius: 10px;

  transition: 0.5s;

  line-height: 50px;

  text-transform: capitalize;

  cursor: pointer;

  font-size: 16px;

  font-weight: 400;

}



.search-domain-form button:hover {

  background-color: #202647;

  color: #ffffff;

}



/*================================================

License Area CSS

=================================================*/

.license-area {

  padding-top: 50px;

}



.license-content {

  background-color: #f5f5f5;

  padding: 35px 45px;

}



.license-content .title {

  position: relative;

}



.license-content .title h3 {

  font-size: 30px;

  margin-bottom: 0;

  position: absolute;

  left: 0;

  top: 0;

}



.license-content .title p {

  padding-left: 195px;

}



.license-content .title p a {

  color: #eb000a;

  font-weight: 500;

}



/*================================================

WHMCS Area CSS

=================================================*/

.single-whmcs {

  margin-bottom: 30px;

  text-align: center;

  border: 1px solid #f4f5fe;

  padding: 30px 20px;

  transition: 0.5s;

  border-radius: 5px;

}



.single-whmcs .icon {

  margin-bottom: 20px;

}



.single-whmcs .icon i {

  display: inline-block;

  width: 70px;

  height: 70px;

  line-height: 70px;

  background: #f5f5f5;

  border-radius: 50%;

  font-size: 35px;

  color: #eb000a;

  transition: 0.5s;

  text-align: center;

}



.single-whmcs h3 {

  font-size: 25px;

  margin-bottom: 12px;

}



.single-whmcs h3 a {

  color: #202647;

}



.single-whmcs p {

  margin-bottom: 0;

}



.single-whmcs:hover {

  background-color: #ffffff;

  border-radius: 0;

  border-color: #ffffff;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);

  transform: translateY(-10px);

}



.single-whmcs:hover .icon i {

  background: #eb000a;

  color: #ffffff;

}



/*================================================

Server Domain Area CSS

=================================================*/

.server-domain-info {

  background-color: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  padding: 25px;

}



.server-domain-info .info-list {

  padding-left: 0;

  margin-bottom: 0;

}



.server-domain-info .info-list li {

  list-style-type: none;

  font-size: 15px;

  font-weight: 500;

  margin-bottom: 5px;

  transition: 0.5s;

}



.server-domain-info .info-list li:last-child {

  margin-bottom: 0;

}



.server-domain-info .info-list li a {

  color: #6b6b84;

  display: inline-block;

  border: 1px solid #eeeeee;

  padding: 15px 15px;

  transition: 0.5s;

  width: 100%;

  position: relative;

  z-index: 1;

}



.server-domain-info .info-list li a::before {

  content: "";

  position: absolute;

  left: 0;

  width: 0%;

  height: 100%;

  background-color: #eb000a;

  transition: 0.5s;

  top: 0;

  z-index: -1;

}



.server-domain-info .info-list li a:hover,

.server-domain-info .info-list li a.active {

  color: #ffffff;

  border: 1px solid #ffffff;

}



.server-domain-info .info-list li a:hover::before,

.server-domain-info .info-list li a.active::before {

  width: 100%;

}



.server-domain-box .title {

  position: relative;

  padding-bottom: 20px;

  border-bottom: 1px solid #eeeeee;

}



.server-domain-box .title::before {

  content: "";

  position: absolute;

  left: 0;

  width: 150px;

  height: 1px;

  bottom: -1px;

  background: #eb000a;

}



.server-domain-box .title h3 {

  font-size: 30px;

  margin-bottom: 0;

}



.server-domain-box .server-domain-table {

  background-color: #ffffff;

  border: 1px solid #f4f5fe;

  transition: 0.5s;

  border-radius: 5px;

  margin-top: 30px;

}



.server-domain-box .server-domain-table .header {

  text-align: center;

}



.server-domain-box .server-domain-table .header h4 {

  font-size: 25px;

  margin-bottom: 0;

  background-color: #f5f5f5;

  display: inline-block;

  padding: 30px;

  width: 100%;

  transition: 0.5s;

  border-radius: 5px 5px 0 0;

}



.server-domain-box .server-domain-table .features {

  padding-left: 0;

  margin-bottom: 0;

  padding: 30px;

}



.server-domain-box .server-domain-table .features li {

  list-style-type: none;

  margin-bottom: 15px;

  font-size: 16px;

  color: #6b6b84;

  font-weight: 400;

  position: relative;

  padding-left: 22px;

}



.server-domain-box .server-domain-table .features li:last-child {

  margin-bottom: 0;

}



.server-domain-box .server-domain-table .features li::before {

  position: absolute;

  content: "";

  height: 15px;

  width: 15px;

  border-radius: 50%;

  left: 0;

  top: 3px;

  background: #eb000a;

}



.server-domain-box .server-domain-table .domain-btn {

  padding-left: 30px;

  padding-right: 30px;

  padding-bottom: 30px;

}



.server-domain-box .server-domain-table .domain-btn h5 {

  font-size: 25px;

  margin-bottom: 15px;

}



.server-domain-box .server-domain-table:hover {

  transform: translateY(-5px);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);

  border: 1px solid #ffffff;

}



.server-domain-box .server-domain-table:hover .header h4 {

  background-color: #eb000a;

  color: #ffffff;

}



.server-domain-box .transfer-domain-table {

  margin-top: 30px;

}



.server-domain-box .transfer-domain-table.table-responsive {

  overflow-x: unset;

}



.server-domain-box .transfer-domain-table .table {

  margin-bottom: 0;

}



.server-domain-box .transfer-domain-table .table thead th {

  vertical-align: middle;

  background-color: #f1f0f3;

  padding: 30px 20px;

  text-align: center;

  border: none;

}



.server-domain-box .transfer-domain-table .table thead th span {

  color: #202647;

  margin-bottom: 0;

  font-size: 22px;

  font-weight: bold;

  font-family: "Nunito", sans-serif;

}



.server-domain-box .transfer-domain-table .table thead th:first-child {

  text-align: left;

  padding-left: 30px;

}



.server-domain-box .transfer-domain-table .table tbody tr td {

  padding: 30px 20px;

  vertical-align: middle;

  border: none;

  text-align: center;

  font-size: 16px;

  color: #eb000a;

  font-weight: 600;

  background-color: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  font-family: "Nunito", sans-serif;

}



.server-domain-box .transfer-domain-table .table tbody tr td h3 {

  color: #eb000a;

  margin-bottom: 0;

  font-size: 25px;

  font-weight: bold;

}



.server-domain-box .transfer-domain-table .table tbody tr td p {

  line-height: 1;

  margin-top: 10px;

  color: #6b6b84;

}



.server-domain-box .transfer-domain-table .table tbody tr td:first-child {

  text-align: left;

  padding-left: 30px;

}



.server-domain-box .register-domain-form {

  padding: 35px;

  border-radius: 5px;

  background-color: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  margin-top: 30px;

}



.server-domain-box .register-domain-form form .form-group {

  margin-bottom: 25px;

}



.server-domain-box .register-domain-form form .form-group label {

  display: block;

  margin-bottom: 8px;

  color: #6b6b84;

  font-weight: 500;

  font-size: 16px;

}



.server-domain-box .register-domain-form form .form-group .form-control {

  height: 60px;

  padding: 0 0 0 15px;

  line-height: initial;

  color: #202647;

  background-color: transparent;

  border: 1px solid #eeeeee;

  border-radius: 0;

  box-shadow: unset;

  transition: 0.5s;

  font-size: 15px;

  font-weight: 400;

}



.server-domain-box .register-domain-form form .form-group .form-control:focus {

  border: 1px solid #eb000a;

  background-color: transparent;

}



.server-domain-box .register-domain-form form .form-group .form-control:focus::-moz-placeholder {

  color: transparent;

  -moz-transition: 0.5s;

  transition: 0.5s;

}



.server-domain-box .register-domain-form form .form-group .form-control:focus::placeholder {

  color: transparent;

  transition: 0.5s;

}



.server-domain-box .register-domain-form form button {

  width: 100%;

  border-radius: 5px;

  width: 100%;

  cursor: pointer;

}



.server-domain-box .view-cart-form {

  padding: 35px;

  border-radius: 5px;

  background-color: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  margin-top: 30px;

  text-align: center;

}



.server-domain-box .view-cart-form form .form-group {

  margin-bottom: 25px;

}



.server-domain-box .view-cart-form form .form-group label {

  display: block;

  margin-bottom: 8px;

  color: #6b6b84;

  font-weight: 500;

  font-size: 16px;

  -moz-text-align-last: left;

  text-align-last: left;

}



.server-domain-box .view-cart-form form .form-group .form-control {

  height: 60px;

  padding: 0 0 0 15px;

  line-height: initial;

  color: #202647;

  background-color: transparent;

  border: 1px solid #eeeeee;

  border-radius: 0;

  box-shadow: unset;

  transition: 0.5s;

  font-size: 15px;

  font-weight: 400;

}



.server-domain-box .view-cart-form form .form-group .form-control:focus {

  border: 1px solid #eb000a;

  background-color: transparent;

}



.server-domain-box .view-cart-form form .form-group .form-control:focus::-moz-placeholder {

  color: transparent;

  -moz-transition: 0.5s;

  transition: 0.5s;

}



.server-domain-box .view-cart-form form .form-group .form-control:focus::placeholder {

  color: transparent;

  transition: 0.5s;

}



.server-domain-box .view-cart-form form button {

  border-radius: 5px;

  cursor: pointer;

  padding: 15px 40px;

}



.server-domain-box .older-summary {

  background: #ffffff;

  padding: 30px;

  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);

  border-radius: 5px;

  margin-top: 30px;

}



.server-domain-box .older-summary h3 {

  margin-bottom: 25px;

  font-size: 25px;

}



.server-domain-box .older-summary ul {

  padding-left: 0;

  margin: 0 0 25px;

  list-style-type: none;

}



.server-domain-box .older-summary ul li {

  border: 1px solid #ebc0ff;

  padding: 20px 15px;

  color: #202647;

  overflow: hidden;

  font-weight: 600;

}



.server-domain-box .older-summary ul li:first-child {

  border-bottom: none;

}



.server-domain-box .older-summary ul li:last-child {

  border-top: none;

}



.server-domain-box .older-summary ul li b {

  font-weight: 500;

}



.server-domain-box .older-summary ul li span {

  float: right;

  color: #6b6b84;

  font-weight: 500;

}



.server-domain-box .older-summary .default-btn {

  position: relative;

  z-index: 1;

}



/*================================================

SSL Certificate Area CSS

=================================================*/

.single-ssl-certificate {

  margin-bottom: 30px;

  text-align: center;

  border: 1px solid #f4f5fe;

  padding: 30px 20px;

  transition: 0.5s;

  border-radius: 5px;

}



.single-ssl-certificate h2 {

  font-size: 30px;

  margin-bottom: 0;

}



.single-ssl-certificate .image {

  margin-top: 20px;

  margin-bottom: 20px;

}



.single-ssl-certificate h3 {

  font-size: 25px;

  margin-bottom: 12px;

}



.single-ssl-certificate p {

  margin-bottom: 0;

}



.single-ssl-certificate .ssl-btn {

  margin-top: 25px;

}



.single-ssl-certificate:hover {

  background-color: #ffffff;

  border-radius: 0;

  border-color: #ffffff;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);

  transform: translateY(-10px);

}



.ssl-overview h4 {

  font-size: 35px;

  margin-bottom: 15px;

}



.ssl-overview .overview-list {

  padding-left: 0;

  margin-top: 25px;

  margin-bottom: 25px;

}



.ssl-overview .overview-list li {

  list-style-type: none;

  color: #202647;

  margin-bottom: 15px;

}



.ssl-overview .overview-list li:last-child {

  margin-bottom: 0;

}



.ssl-overview .overview-list li span {

  font-size: 18px;

  font-weight: 500;

  color: #202647;

}



/*================================================

Email Services Area CSS

=================================================*/

.single-email-services {

  margin-bottom: 30px;

  text-align: center;

  border: 1px solid #f4f5fe;

  padding: 30px 20px;

  transition: 0.5s;

  border-radius: 5px;

}



.single-email-services .icon {

  margin-bottom: 20px;

}



.single-email-services .icon i {

  display: inline-block;

  width: 70px;

  height: 70px;

  line-height: 70px;

  background: #f5f5f5;

  border-radius: 50%;

  font-size: 35px;

  color: #eb000a;

  transition: 0.5s;

  text-align: center;

}



.single-email-services h3 {

  font-size: 25px;

  margin-bottom: 0;

}



.single-email-services span {

  font-size: 18px;

  color: #eb000a;

  display: inline-block;

  margin-top: 18px;

  margin-bottom: 15px;

}



.single-email-services p {

  margin-bottom: 0;

}



.single-email-services .email-services-btn {

  margin-top: 20px;

}



.single-email-services:hover {

  background-color: #ffffff;

  border-radius: 0;

  border-color: #ffffff;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);

  transform: translateY(-10px);

}



.single-email-services:hover .icon i {

  background: #eb000a;

  color: #ffffff;

}



.email-services-overview .box-title {

  background-color: #f5f5f5;

  padding: 35px 45px;

  text-align: center;

  margin-bottom: 30px;

}



.email-services-overview .box-title p {

  color: #eb000a;

  font-size: 18px;

  font-weight: 500;

  font-family: "Nunito", sans-serif;

}



.email-services-overview h4 {

  font-size: 25px;

  margin-bottom: 15px;

}



/*================================================

Website Builder Area CSS

=================================================*/

.single-website-builder {

  margin-bottom: 30px;

  text-align: center;

  border: 1px solid #f4f5fe;

  padding: 30px 20px;

  transition: 0.5s;

  border-radius: 5px;

}



.single-website-builder .icon {

  margin-bottom: 18px;

}



.single-website-builder .icon i {

  font-size: 60px;

  color: #eb000a;

  line-height: 1;

}



.single-website-builder h3 {

  font-size: 25px;

  margin-bottom: 12px;

}



.single-website-builder p {

  margin-bottom: 0;

}



.single-website-builder:hover {

  background-color: #ffffff;

  border-radius: 0;

  border-color: #ffffff;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);

  transform: translateY(-10px);

}



.website-builder-overview h4 {

  font-size: 25px;

  margin-bottom: 15px;

}



/*================================================

VPS Area CSS

=================================================*/

.single-vps-table {

  margin-bottom: 30px;

  background-color: #ffffff;

  border: 1px solid #f4f5fe;

  padding: 30px 25px 30px;

  transition: 0.5s;

  border-radius: 5px;

}



.single-vps-table .vps-header h3 {

  font-size: 25px;

  margin-bottom: 5;

}



.single-vps-table .vps-header p {

  margin-bottom: 0;

  font-size: 15px;

}



.single-vps-table .price {

  font-size: 40px;

  color: #eb000a;

  margin-top: 20px;

  margin-bottom: 25px;

  line-height: 1;

}



.single-vps-table .vps-features {

  padding-left: 0;

  margin-bottom: 0;

}



.single-vps-table .vps-features li {

  list-style-type: none;

  margin-bottom: 15px;

  font-size: 16px;

  color: #6b6b84;

  font-weight: 400;

}



.single-vps-table .vps-features li:last-child {

  margin-bottom: 0;

}



.single-vps-table .vps-features li i {

  color: #eb000a;

  margin-right: 5px;

  font-size: 15px;

}



.single-vps-table .vps-btn {

  margin-top: 25px;

}



.single-vps-table .vps-btn .default-btn {

  padding: 12px 35px;

  border-radius: 5px;

  font-size: 15px;

  width: 100%;

}



.single-vps-table:hover {

  transform: translateY(-5px);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);

  border: 1px solid #ffffff;

}



/*================================================

Widget Sidebar CSS

=================================================*/

.widget-area .widget {

  margin-bottom: 30px;

}



.widget-area .widget:last-child {

  margin-bottom: 0;

}



.widget-area .widget .widget-title {

  margin-bottom: 25px;

  position: relative;

  padding-bottom: 10px;

  border-bottom: 1px solid #eeeeee;

  font-size: 25px;

}



.widget-area .widget .widget-title::before {

  content: "";

  position: absolute;

  left: 0;

  width: 50px;

  height: 1px;

  bottom: -1px;

  background: #eb000a;

}



.widget-area .widget_search {

  background-color: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  padding: 25px;

}



.widget-area .widget_search form {

  position: relative;

}



.widget-area .widget_search form label {

  display: block;

  margin-bottom: 0;

}



.widget-area .widget_search form .screen-reader-text {

  display: none;

}



.widget-area .widget_search form .search-field {

  background-color: transparent;

  height: 50px;

  padding: 8px 15px;

  border: 1px solid #eeeeee;

  width: 100%;

  display: block;

  outline: 0;

  transition: 0.5s;

  border-radius: 5px;

}



.widget-area .widget_search form .search-field:focus {

  border-color: #eb000a;

}



.widget-area .widget_search form button {

  border: none;

  background-color: #eeeeee;

  color: #eb000a;

  height: 40px;

  width: 40px;

  position: absolute;

  right: 5px;

  padding: 0;

  transition: 0.5s;

  top: 5px;

  font-size: 20px;

  border-radius: 5px;

  cursor: pointer;

}



.widget-area .widget_search form button i {

  position: absolute;

  left: 0;

  right: 0;

  top: 52%;

  transform: translateY(-52%);

}



.widget-area .widget_search form button:hover,

.widget-area .widget_search form button:focus {

  background-color: #eb000a;

  color: #ffffff;

}



.widget-area .widget_categories {

  background-color: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  padding: 25px;

}



.widget-area .widget_categories ul {

  padding-left: 0;

  list-style-type: none;

  margin-bottom: 0;

}



.widget-area .widget_categories ul li a {

  display: block;

  border-bottom: 1px solid #eeeeee;

  border-left: 1px solid #eeeeee;

  border-right: 1px solid #eeeeee;

  padding: 20px 30px;

  position: relative;

  font-size: 15px;

  font-weight: 500;

}



.widget-area .widget_categories ul li a:hover,

.widget-area .widget_categories ul li a.active {

  background-color: #eb000a;

  border-color: #eb000a;

  color: #ffffff;

}



.widget-area .widget_categories ul li a i {

  font-size: 16px;

  position: absolute;

  right: 30px;

  top: 50%;

  transform: translateY(-50%);

}



.widget-area .widget_ostin_posts_thumb {

  position: relative;

  overflow: hidden;

  background-color: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  padding: 25px;

}



.widget-area .widget_ostin_posts_thumb .item {

  overflow: hidden;

  margin-bottom: 15px;

}



.widget-area .widget_ostin_posts_thumb .item:last-child {

  margin-bottom: 0;

}



.widget-area .widget_ostin_posts_thumb .item .thumb {

  float: left;

  height: 80px;

  overflow: hidden;

  display: block;

  position: relative;

  width: 80px;

  margin-right: 15px;

  z-index: 1;

}



.widget-area .widget_ostin_posts_thumb .item .thumb .fullimage {

  width: 80px;

  height: 80px;

  display: inline-block;

  border-radius: 5px;

  background-size: cover !important;

  background-repeat: no-repeat;

  background-position: center center !important;

}



.widget-area .widget_ostin_posts_thumb .item .thumb .fullimage.bg1 {

  background-image: url(../../assets/img/blog/blog-1.jpg);

}



.widget-area .widget_ostin_posts_thumb .item .thumb .fullimage.bg2 {

  background-image: url(../../assets/img/blog/blog-2.jpg);

}



.widget-area .widget_ostin_posts_thumb .item .thumb .fullimage.bg3 {

  background-image: url(../../assets/img/blog/blog-3.jpg);

}



.widget-area .widget_ostin_posts_thumb .item .thumb .fullimage.bg4 {

/*  background-image: url(../../assets/img/blog/blog-4.jpg);*/

}



/* .widget-area .widget_ostin_posts_thumb .item .thumb .fullimage.bg5 {

  background-image: url(../../assets/img/blog/blog-5.jpg);

} */



/* .widget-area .widget_ostin_posts_thumb .item .thumb .fullimage.bg6 {

  background-image: url(../../assets/img/blog/blog-6.jpg);

} */



.widget-area .widget_ostin_posts_thumb .item .info {

  overflow: hidden;

  margin-top: 5px;

}



.widget-area .widget_ostin_posts_thumb .item .info span {

  display: block;

  color: #6b6b84;

  margin-top: -2px;

  margin-bottom: 5px;

  font-size: 14px;

}



.widget-area .widget_ostin_posts_thumb .item .info .title {

  margin-bottom: 0;

  line-height: 1.4;

  font-size: 18px;

  font-weight: bold;

}



.widget-area .widget_ostin_posts_thumb .item .info .title a {

  display: inline-block;

  transition: 0.5s;

}



.widget-area .widget_ostin_posts_thumb .item .info .title a:hover {

  color: #eb000a;

}



.widget-area .widget_tag_cloud {

  background-color: #ffffff;

  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);

  padding: 25px;

}



.widget-area .widget_tag_cloud .widget-title {

  margin-bottom: 18px;

}



.widget-area .tagcloud a {

  background: #f5f5f5;

  display: inline-block;

  color: #202647;

  padding: 7px 15px;

  border: none;

  border-radius: 3px;

  font-weight: 500;

  font-size: 15px !important;

  margin-top: 8px;

  margin-right: 5px;

}



.widget-area .tagcloud a:hover,

.widget-area .tagcloud a:focus {

  color: #ffffff;

  background-color: #eb000a;

}



/*================================================

Footer Area CSS

=================================================*/

.footer-area {

  background-color: #020d49;

  position: relative;

  z-index: 1;

  overflow: hidden;

  padding: 60px 0 40px 0;

}



.single-footer-widget {

  margin-bottom: 30px;

}



.single-footer-widget h2 {

  font-size: 25px;

  color: #ffffff;

  margin-bottom: 30px;

  font-weight: 500;

  position: relative;

  padding-bottom: 15px;

}



.single-footer-widget h2::before {

  position: absolute;

  content: "";

  height: 100%;

  width: 100px;

  border-bottom: 1px solid #ffffff;

}



.single-footer-widget p {

  color: #ffffff;

  font-size: 15px;

  margin-bottom: 15px;

}



.single-footer-widget .footer-contact-info {

  padding-left: 0;

  margin-bottom: 0;

  list-style-type: none;

}



.single-footer-widget .footer-contact-info li {

  margin-bottom: 20px;

  color: #ffffff;

  position: relative;

  padding-left: 25px;

  font-size: 15px;

  font-family: "Nunito", sans-serif;

}



.single-footer-widget .footer-contact-info li i {

  position: absolute;

  left: 0;

  top: 3px;

  font-size: 16px;

  color: #ffffff;

  line-height: 1;

}



.single-footer-widget .footer-contact-info li a {

  display: inline-block;

  color: #ffffff;

  font-weight: 400;

  position: relative;

  font-size: 15px;

}



.single-footer-widget .footer-contact-info li a:hover {

  color: #eb000a;

}



.single-footer-widget .footer-contact-info li:last-child {

  margin-bottom: 0;

}



.single-footer-widget .footer-social {

  padding-left: 0;

  margin-bottom: 0;

  margin-top: 25px;

}



.single-footer-widget .footer-social li {

  list-style-type: none;

  display: inline-block;

  margin-right: 10px;

}



.single-footer-widget .footer-social li:last-child {

  margin-right: 0;

}



.single-footer-widget .footer-social li i {

  display: inline-block;

  height: 35px;

  width: 35px;

  line-height: 35px;

  background-color: #ffffff;

  color: #eb000a;

  font-size: 16px;

  text-align: center;

  border-radius: 50%;

  transition: 0.5s;

}



.single-footer-widget .footer-social li i:hover {

  background-color: #eb000a;

  color: #ffffff;

  transform: translateY(-2px);

}



.single-footer-widget .quick-links {

  padding-left: 0;

  margin-bottom: 0;

}



.single-footer-widget .quick-links li {

  color: #ffffff;

  font-size: 15px;

  list-style-type: none;

  margin-bottom: 15px;

}



.single-footer-widget .quick-links li a {

  display: inline-block;

  color: #ffffff;

  font-weight: 400;

  position: relative;

}



.single-footer-widget .quick-links li a:hover {

  color: #eb000a;

}



.single-footer-widget .quick-links li a:hover::before {

  width: 100%;

}



.single-footer-widget .quick-links li a::before {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 0;

  height: 1px;

  transition: 0.5s;

  background-color: #eb000a;

}



.single-footer-widget .quick-links li a i {

  position: relative;

  top: 1px;

}



.single-footer-widget .quick-links li:last-child {

  margin-bottom: 0;

}



.single-footer-widget .footer-newsletter-box p {

  color: #ffffff;

}



.single-footer-widget .footer-newsletter-box .newsletter-form {

  position: relative;

  margin-top: 20px;

}



.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter {

  width: 100%;

  background-color: #ffffff;

  border: 1px solid #ffffff;

  border-radius: 0;

  height: 55px;

  padding: 15px;

  color: #202647;

  font-size: 14px;

  font-weight: 500;

  border-radius: 5px;

}



.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter::-moz-placeholder {

  -moz-transition: 0.5s;

  transition: 0.5s;

  color: #6b6b84;

}



.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter::placeholder {

  transition: 0.5s;

  color: #6b6b84;

}



.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter:focus {

  border: none;

  outline: 0;

}



.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter:focus::-moz-placeholder {

  color: transparent;

}



.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter:focus::placeholder {

  color: transparent;

}



.single-footer-widget .footer-newsletter-box .newsletter-form .default-btn {

  width: 100%;

  margin-top: 15px;

  border-radius: 5px;

}



.single-footer-widget .footer-newsletter-box .newsletter-form .default-btn span {

  background-color: #ffffff;

}



.single-footer-widget .footer-newsletter-box .newsletter-form .default-btn:hover {

  color: #eb000a;

}



.single-footer-widget .footer-newsletter-box .newsletter-form #validator-newsletter {

  color: #ffffff;

  text-align: center;

  margin-top: 10px;

  font-size: 15px;

}



.footer-shape {

  position: absolute;

  top: 70%;

  transform: translateY(-70%);

  z-index: -1;

}



/*================================================

Copy Right Area CSS

=================================================*/

.copyright-area {

  padding-top: 15px;

  padding-bottom: 15px;

  background-color: #ffffff;

}



.copyright-area-content p {

  color: #202647;

  font-weight: 500;

  font-size: 14px;

}



.copyright-area-content p a {

  display: inline-block;

  font-weight: 600;

  color: #eb000a;

}



.copyright-area-content p a:hover {

  color: #202647;

}



.copyright-area-content ul {

  padding-left: 0;

  margin-bottom: 0;

  list-style-type: none;

  text-align: right;

}



.copyright-area-content ul li {

  display: inline-block;

  position: relative;

  margin-left: 10px;

  margin-right: 10px;

  font-size: 14px;

}



.copyright-area-content ul li a {

  display: inline-block;

  color: #202647;

  font-weight: 500;

}



.copyright-area-content ul li a:hover {

  color: #eb000a;

}



.copyright-area-content ul li::before {

  content: "";

  position: absolute;

  top: 5px;

  right: -12px;

  width: 1px;

  height: 12px;

  background-color: #eb000a;

}



.copyright-area-content ul li:last-child {

  margin-right: 0;

}



.copyright-area-content ul li:last-child::before {

  display: none;

}



.copyright-area-content ul li:first-child {

  margin-left: 0;

}



/*================================================

Go Top CSS

=================================================*/

.go-top {

  position: fixed;

  cursor: pointer;

  bottom: -100px;

  right: 20px;

  color: #ffffff;

  background-color: #202647;

  z-index: 4;

  width: 45px;

  text-align: center;

  height: 45px;

  opacity: 0;

  visibility: hidden;

  border-radius: 50%;

  font-size: 22px;

  transition: 0.9s;

  overflow: hidden;

  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);

}



.go-top i {

  position: absolute;

  right: 0;

  left: 0;

  top: 50%;

  transform: translateY(-50%);

  text-align: center;

  font-size: 30px;

  margin-left: auto;

  margin-right: auto;

}



.go-top.active {

  opacity: 1;

  visibility: visible;

  bottom: 20px;

}



.go-top:hover {

  background-color: #eb000a;

  color: #ffffff;

  transition: 0.5s;

  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);

  transform: translateY(-5px);

}



/*=================================

Buy Now Btn

====================================*/

.buy-now-btn {

  right: 30px;

  z-index: 99;

  top: 50%;

  position: fixed;

  transform: translateY(-50%);

  border-radius: 30px;

  display: inline-block;

  color: #ffffff !important;

  background-color: #82b440;

  padding: 5px 10px 5px;

  font-size: 13.5px;

  font-weight: 500;

  animation-name: tada;

  animation-duration: 5s;

  animation-fill-mode: both;

  display: none;

  animation-iteration-count: infinite;

}



.buy-now-btn:hover {

  background-color: #eb000a;

  color: #ffffff !important;

}



@keyframes tada {

  0% {

    transform: scale3d(1, 1, 1);

  }



  10%,

  20% {

    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);

  }



  30%,

  50%,

  70%,

  90% {

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

  }



  40%,

  60%,

  80% {

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

  }



  100% {

    transform: scale3d(1, 1, 1);

  }

}



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



.navbar-brand img {

  width: 80px;

}





.demo-section {

  min-height: 100vh;

  background: linear-gradient(135deg, #c40000, #ff1a1a);

  display: flex;

  align-items: center;

  padding: 40px 0;

}



.demo-box {

  background: #fff;

  border-radius: 12px;

  padding: 30px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);

}



.demo-title {

  font-size: 28px;

  font-weight: 700;

  margin-bottom: 20px;

}



.form-control {

  height: 45px;

  border-radius: 6px;

}



textarea.form-control {

  height: 120px;

}



.demo-btn {

  background: #c40000;

  color: #fff;

  padding: 12px;

  border-radius: 6px;

  border: none;

  font-weight: 600;

}



.demo-btn:hover {

  background: #a30000;

}



.right-content {

  color: #fff;

  text-align: center;

}



.right-content h1 {

  font-size: 38px;

  font-weight: 700;

  margin-bottom: 30px;

  color: #fff;

}



.illustration img {

  max-width: 420px;

}



@media(max-width:991px) {

  .right-content {

    margin-top: 40px;

  }



  .navbar-area.is-sticky {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 999;

    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);

    background-color: #ffffff !important;

    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;

  }

}



.about-image1 img {

  width: 100%;

  height: 500px;

  object-fit: cover;

  border-radius: 12px;

}



.partner-slider img {

  object-fit: contain;

  display: block;

  width: 100% !important;

  height: 100% !important;

  aspect-ratio: 4 / 2 !important;

}



.hosting-image img {

  /* position: sticky;

  top: 80px; */

  width: 100%;

}



aside.widget-area {

  position: sticky;

  top: 145px;

}



.services-details-desc p {

  text-align: justify;

}



.single-features:hover svg path {

  fill: #fff;

  transition: 0.5s;

}



/* .single-features:hover .single-features .icon{

  background-color: #eb000a;

  transition: 0.5s;

} */

.single-features:hover .icon {

  background-color: #eb000a;

  transition: 0.5s;

}



.features-area .single-features .icon img {

  transition: filter 0.3s ease;

  height: 40px;

  width: 40px;

}



.features-area .single-features:hover .icon img {

  filter: brightness(0) invert(1);

}



/* .main-banner{

  background-image: url(../img/voice-etc-website.jpg);

  background-repeat: no-repeat;

  background-size: cover;

  width: 100%;

  height: 680px;

} */

.call-img {

    display: flex;

    align-items: center;

}

.call-img img {

    width: 50px;

    height: 50px;

    margin-right: 5px;

}



.main-banner img{

  width: 100%;

  height: 100%;

}



.text-justify{

  text-align: justify;

}



.mien-products {

  width: 300px  !important;

}





/*------------------- Blog Details Typography -------------------*/

.blog-details-content h1,

.blog-details-content h2,

.blog-details-content h3 {

  color: #eb000a;;

  margin-top: 30px;

  margin-bottom: 20px;

  font-family: "Nunito", sans-serif;

}



.blog-details-content h1 {

  font-size: 32px;

  font-weight: 700  !important;

  padding-bottom: 15px;

  border-bottom: 3px solid #FE5D16;

  display: inline-block;

  color: #eb000a !important;

}



.blog-details-content h2 {

  font-size: 26px;

  font-weight: 600;

  padding-left: 15px;

  border-left: 5px solid #FE5D16;

  color: #333;

}



.blog-details-content h3 {

  font-size: 22px;

  font-weight: 600;

  color: #444;

}



.blog-details-content p {

  text-align: justify;

  line-height: 1.8;

  color: var(--body-color);

  margin-bottom: 20px;

  font-size: 16px;

}



.blog-details-content ul {

  list-style: none;

  padding-left: 0;

  margin-bottom: 30px;

}



.blog-details-content ul li {

  position: relative;

  padding-left: 40px;

  margin-bottom: 15px;

  font-size: 16px;

  color: #555;

  line-height: 1.6;

}



.blog-details-content ul li::before {

  content: '';

  position: absolute;

  left: 0;

  top: 4px;



  width: 26px;

  height: 26px;

  border-radius: 50%;



  background-color: #eb000a;

  /* icon color */



  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M141.66 133.66l-80 80a8 8 0 01-11.32-11.32L124.69 128 50.34 53.66A8 8 0 0161.66 42.34l80 80a8 8 0 010 11.32zm80-11.32l-80-80a8 8 0 00-11.32 11.32L204.69 128l-74.35 74.34a8 8 0 0011.32 11.32l80-80a8 8 0 000-11.32z'/%3E%3C/svg%3E") center / 14px no-repeat;

  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M141.66 133.66l-80 80a8 8 0 01-11.32-11.32L124.69 128 50.34 53.66A8 8 0 0161.66 42.34l80 80a8 8 0 010 11.32zm80-11.32l-80-80a8 8 0 00-11.32 11.32L204.69 128l-74.35 74.34a8 8 0 0011.32 11.32l80-80a8 8 0 000-11.32z'/%3E%3C/svg%3E") center / 14px no-repeat;



  transition: background-color 0.3s ease, transform 0.3s ease;

}



.blog-details-content ul li:hover::before {

  background-color: #eb000a;

  transform: scale(1.15);

}



.blog-details-content ul li:hover {

  color: #0e38b1;

}





.article-image img{

  width: 100%;

  height: 100%;

}



.item .thumb img{

  height: 150px;

  width: 100%;

}

.career-content p{

  text-align: justify;

}

.policy_wrapper{
  margin: 80px 0;
}

.policy_wrapper p{
  text-align: justify;
}
.policy_wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.policy_wrapper ul li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  color: #202647;
  line-height: 1.6;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* ICON */
.policy_wrapper ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  background-color: #202647;
  transition: all 0.3s ease;

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M231.87,114l-168-95.89A16,16,0,0,0,40.92,37.34L71.55,128,40.92,218.67A16,16,0,0,0,56,240a16.15,16.15,0,0,0,7.93-2.1l167.92-96.05a16,16,0,0,0,.05-27.89ZM56,224a.56.56,0,0,0,0-.12L85.74,136H144a8,8,0,0,0,0-16H85.74L56.06,32.16A.46.46,0,0,0,56,32l168,95.83Z'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M231.87,114l-168-95.89A16,16,0,0,0,40.92,37.34L71.55,128,40.92,218.67A16,16,0,0,0,56,240a16.15,16.15,0,0,0,7.93-2.1l167.92-96.05a16,16,0,0,0,.05-27.89ZM56,224a.56.56,0,0,0,0-.12L85.74,136H144a8,8,0,0,0,0-16H85.74L56.06,32.16A.46.56,0,0,0,56,32l168,95.83Z'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* HOVER EFFECT */
.policy_wrapper ul li:hover {
  color: #eb000a;
  padding-left: 46px;
}

.policy_wrapper ul li:hover::before {
  background-color: #eb000a;
}

.page-banner-content h1{
  color: #eb000a;
}

.faq-area  {
  /* padding-top: 0px; */
}