/*
@File: Strax 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
** - Preloader Area CSS
** - Navbar Area CSS
** - Main Banner Area CSS
** - About Area CSS
** - Partner Area CSS
** - Services Area CSS
** - Video Presentation Area CSS
** - FunFacts Area CSS
** - Features Area CSS
** - Team Area CSS
** - Feedback Area CSS
** - Pricing Area CSS
** - FAQ Area CSS
** - App Download Area CSS
** - Our Loving Clients Area CSS
** - Blog Area CSS
** - Blog Details Area CSS
** - Page Title Area CSS
** - 404 Error Area CSS
** - Pagination Area CSS
** - Sidebar Widget Area CSS
** - Login Area CSS
** - Signup Area CSS
** - Features Area CSS
** - Free Trial Area CSS
** - Contact Area CSS
** - Footer Area CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap");

body {
  color: #0f335e;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1360px !important;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #0f335e;
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  text-decoration: none;
  color: #4792e3;
}

button, input {
  outline: 0 !important;
}

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

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.bg-ff612f {
  background-color: #ff612f;
}

.bg-4792e3 {
  background-color: #4792e3;
}

.bg-f8fbfa {
  background-color: #f8fbfa;
}

.bg-f4f5fe {
  background-color: #f4f5fe;
}

.bg-f4e9da {
  background-color: #f4e9da;
}

.bg-f9f9f9 {
  background-color: #f9f9f9;
}

.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;
}

.overflow-x-hide {
  overflow-x: hidden;
}

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

.mwidth-1000 {
  max-width: 1000px !important;
}

.max-width-1290 {
  max-width: 1290px;
}

.blt-radius-0 {
  border-radius: 0px 30px 30px 30px !important;
}

p {
  color: #4a6f8a;
  margin-bottom: 12px;
  line-height: 1.8;
  font-size: 15px;
}

p:last-child {
  margin-bottom: 0;
}

.border-radius-0 {
  border-radius: 0 !important;
}

/* Section title */
.section-title {
  text-align: center;
  max-width: 575px;
  text-transform: capitalize;
  margin-left: auto;
  margin-bottom: 60px;
  margin-right: auto;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}

.section-title h2 span {
  display: inline-block;
  color: #0f335e;
}

.section-title.text-left {
  text-align: left;
  max-width: 576px;
  margin-left: 0;
  margin-right: 0;
}

.section-title.text-left .sub-title {
  font-weight: 600;
  color: #0f335e;
  display: block;
  margin-bottom: 10px;
}

/* default-btn&optional-btn */
.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  background-color: #0f335e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  padding-left: 50px;
  padding-right: 25px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.default-btn i {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*color: #0f335e;*/
  color: #4792e3;
}

.default-btn:hover i, .default-btn:focus i {
  color: #0f335e;
}

.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #4792e3;
  -webkit-transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.default-btn:hover, .default-btn:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
}

.default-btn:hover span, .default-btn:focus span {
  width: 225%;
  height: 562.5px;
}

.optional-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #0f335e;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.optional-btn i {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #0f335e;
}

.optional-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #0f335e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.optional-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #0f335e;
  -webkit-transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.optional-btn:hover, .optional-btn:focus {
  color: #ffffff;
}

.optional-btn:hover::before, .optional-btn:focus::before {
  border-color: #0f335e;
}

.optional-btn:hover span, .optional-btn:focus span {
  width: 225%;
  height: 562.5px;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader-area {
  position: fixed;
  top: 0;
  background-color: #0f335e;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
}

.preloader-area .spinner {
  width: 4em;
  height: 4em;
  -webkit-transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
  transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  margin-left: auto;
  margin-right: auto;
}

.preloader-area .spinner .disc {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 0.3em dotted #ffffff;
}

.preloader-area .spinner .disc:nth-child(1) {
  -webkit-animation: rotate 12s linear infinite;
  animation: rotate 12s linear infinite;
}

.preloader-area .spinner .disc:nth-child(2) {
  -webkit-animation: rotateDisc2 12s linear infinite;
  animation: rotateDisc2 12s linear infinite;
}

.preloader-area .spinner .disc:nth-child(3) {
  -webkit-animation: rotateDisc3 12s linear infinite;
  animation: rotateDisc3 12s linear infinite;
}

.preloader-area .spinner .inner {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: sphereSpin 6s linear infinite;
  animation: sphereSpin 6s linear infinite;
}

.preloader-area .spinner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  border: 2px dotted #ffffff;
  margin: -15px;
}

@-webkit-keyframes sphereSpin {
  0% {
    -webkit-transform: rotateX(360deg) rotateY(0deg);
    transform: rotateX(360deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateX(0deg) rotateY(360deg);
    transform: rotateX(0deg) rotateY(360deg);
  }
}

@keyframes sphereSpin {
  0% {
    -webkit-transform: rotateX(360deg) rotateY(0deg);
    transform: rotateX(360deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateX(0deg) rotateY(360deg);
    transform: rotateX(0deg) rotateY(360deg);
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateDisc2 {
  from {
    -webkit-transform: rotateX(90deg) rotateZ(0deg);
    transform: rotateX(90deg) rotateZ(0deg);
  }

  to {
    -webkit-transform: rotateX(90deg) rotateZ(360deg);
    transform: rotateX(90deg) rotateZ(360deg);
  }
}

@keyframes rotateDisc2 {
  from {
    -webkit-transform: rotateX(90deg) rotateZ(0deg);
    transform: rotateX(90deg) rotateZ(0deg);
  }

  to {
    -webkit-transform: rotateX(90deg) rotateZ(360deg);
    transform: rotateX(90deg) rotateZ(360deg);
  }
}

@-webkit-keyframes rotateDisc3 {
  from {
    -webkit-transform: rotateY(90deg) rotateZ(0deg);
    transform: rotateY(90deg) rotateZ(0deg);
  }

  to {
    -webkit-transform: rotateY(90deg) rotateZ(360deg);
    transform: rotateY(90deg) rotateZ(360deg);
  }
}

@keyframes rotateDisc3 {
  from {
    -webkit-transform: rotateY(90deg) rotateZ(0deg);
    transform: rotateY(90deg) rotateZ(0deg);
  }

  to {
    -webkit-transform: rotateY(90deg) rotateZ(360deg);
    transform: rotateY(90deg) rotateZ(360deg);
  }
}

/*================================================
Navbar Area CSS
=================================================*/
.strax-responsive-nav {
  display: none;
}

.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  height: auto;
  z-index: 1040;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-area.is-sticky .strax-nav .navbar .others-options .optional-btn {
  color: #0f335e;
}

.navbar-area.is-sticky .strax-nav .navbar .others-options .optional-btn i {
  color: #0f335e;
}

.navbar-area.is-sticky .strax-nav .navbar .others-options .optional-btn::before {
  border-color: #0f335e;
}

.navbar-area.is-sticky .strax-nav .navbar .others-options .optional-btn:hover, .navbar-area.is-sticky .strax-nav .navbar .others-options .optional-btn:focus {
  color: #ffffff;
}

.navbar-area.is-sticky .strax-nav .navbar .others-options .optional-btn:hover i, .navbar-area.is-sticky .strax-nav .navbar .others-options .optional-btn:focus i {
  color: #ffffff;
}

.navbar-area.navbar-style-two {
  position: relative;
  background-color: #ffffff;
}

.navbar-area.navbar-style-two.is-sticky {
  position: fixed;
}

.navbar-area.navbar-style-two .strax-nav .navbar .navbar-nav {
  margin-left: auto;
}

.navbar-area.navbar-style-two .strax-nav .navbar .others-options {
  margin-left: 25px;
}

.navbar-area.navbar-style-two .strax-nav .navbar .others-options .optional-btn {
  color: #0f335e;
}

.navbar-area.navbar-style-two .strax-nav .navbar .others-options .optional-btn i {
  color: #0f335e;
}

.navbar-area.navbar-style-two .strax-nav .navbar .others-options .optional-btn::before {
  border-color: #0f335e;
}

.navbar-area.navbar-style-two .strax-nav .navbar .others-options .optional-btn:hover, .navbar-area.navbar-style-two .strax-nav .navbar .others-options .optional-btn:focus {
  color: #ffffff;
}

.navbar-area.navbar-style-two .strax-nav .navbar .others-options .optional-btn:hover i, .navbar-area.navbar-style-two .strax-nav .navbar .others-options .optional-btn:focus i {
  color: #ffffff;
}

.navbar-area.p-relative {
  position: relative;
}

.navbar-area.p-relative .strax-nav .navbar .navbar-nav {
  margin-left: auto;
}

.navbar-area.p-relative .strax-nav .navbar .others-options {
  margin-left: 30px;
}

.navbar-area.p-relative.is-sticky {
  position: fixed;
}

.strax-nav {
  background-color: transparent;
}

.strax-nav .navbar {
  background-color: transparent;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.strax-nav .navbar .navbar-brand {
  padding: 0;
  font-weight: bold;
  font-size: 27px;
}

.strax-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.strax-nav .navbar .navbar-nav {
  margin-left: 110px;
}

.strax-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
  /* Mega dropdown menu */;
}

.strax-nav .navbar .navbar-nav .nav-item a {
  font-size: 15px;
  font-weight: 500;
  color: #4a6f8a;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 13px;
  margin-right: 13px;
}

.strax-nav .navbar .navbar-nav .nav-item a:hover, .strax-nav .navbar .navbar-nav .nav-item a:focus, .strax-nav .navbar .navbar-nav .nav-item a.active {
  color: #4792e3;
}

.strax-nav .navbar .navbar-nav .nav-item a i {
  font-size: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: -3px;
  margin-right: -3px;
}

.strax-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.strax-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.strax-nav .navbar .navbar-nav .nav-item:hover a, .strax-nav .navbar .navbar-nav .nav-item.active a {
  color: #4792e3;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  border-top: 2px solid #4792e3;
  padding: 0;
  border-radius: 5px;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 13px 20px 11px;
  margin: 0;
  position: relative;
  color: #4a6f8a;
  border-bottom: 1px dashed #e5e5e5;
  font-size: 14px;
  font-weight: 500;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #4792e3;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #4792e3;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #4792e3;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #4792e3;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #4792e3;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.strax-nav .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: #4a6f8a;
}

.strax-nav .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, .strax-nav .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, .strax-nav .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: #4792e3;
}

.strax-nav .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 {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.strax-nav .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: #4a6f8a;
}

.strax-nav .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, .strax-nav .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, .strax-nav .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: #4792e3;
}

.strax-nav .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: #4792e3;
}

.strax-nav .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;
  top: 0;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #4792e3;
}

.strax-nav .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;
  top: 0;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #4792e3;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #4792e3;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #4792e3;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #4792e3;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.strax-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  margin-top: 0;
}

.strax-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu {
  width: 635px;
  padding: 0 10px 5px;
  border-radius: 5px;
}

.strax-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu h3 {
  font-size: 17px;
  margin-top: 20px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.strax-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu h3::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #4792e3;
  width: 30px;
  height: 1px;
}

.strax-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item {
  width: 50%;
  float: left;
  padding: 0 10px;
}

.strax-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item a {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px dashed #e5e5e5 !important;
}

.strax-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item a:last-child {
  border-bottom: none !important;
}

.strax-nav .navbar .others-options {
  margin-left: auto;
}

.strax-nav .navbar .others-options .default-btn {
  color: #ffffff;
  background-color: #4792e3;
}

.strax-nav .navbar .others-options .default-btn i {
  color: #ffffff;
}

.strax-nav .navbar .others-options .default-btn span {
  background-color: #0f335e;
}

.strax-nav .navbar .others-options .optional-btn {
  margin-left: 10px;
  color: #ffffff;
}

.strax-nav .navbar .others-options .optional-btn i {
  color: #ffffff;
}

.strax-nav .navbar .others-options .optional-btn::before {
  border-color: #ffffff;
}

.strax-nav .navbar .others-options .optional-btn span {
  background-color: #0f335e;
}

.strax-nav .navbar .others-options .optional-btn:hover::before, .strax-nav .navbar .others-options .optional-btn:focus::before {
  border-color: #0f335e;
}

.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: -33px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #0f335e;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #4792e3;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 10px;
  top: 10px;
  max-width: 245px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 2;
  padding: 15px;
  border-radius: 5px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.others-option-for-responsive .option-inner .others-options {
  margin-left: auto;
}

.others-option-for-responsive .option-inner .others-options .default-btn {
  color: #ffffff;
  background-color: #4792e3;
  font-size: 12px;
  padding-left: 35px;
  padding-right: 15px;
}

.others-option-for-responsive .option-inner .others-options .default-btn i {
  color: #ffffff;
  left: 15px;
  font-size: 15px;
}

.others-option-for-responsive .option-inner .others-options .default-btn span {
  background-color: #0f335e;
}

.others-option-for-responsive .option-inner .others-options .optional-btn {
  margin-left: 5px;
  color: #ffffff;
  background-color: #0f335e;
  font-size: 12px;
  padding-left: 35px;
  padding-right: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.others-option-for-responsive .option-inner .others-options .optional-btn i {
  color: #ffffff;
  left: 15px;
  font-size: 15px;
}

.others-option-for-responsive .option-inner .others-options .optional-btn::before {
  border-color: #0f335e;
}

.others-option-for-responsive .option-inner .others-options .optional-btn span {
  background-color: #4792e3;
}

.others-option-for-responsive .option-inner .others-options .optional-btn:hover::before, .others-option-for-responsive .option-inner .others-options .optional-btn:focus::before {
  border-color: #4792e3;
}

@media only screen and (max-width: 991px) {
  .strax-responsive-nav {
    display: block;
  }

  .strax-responsive-nav .strax-responsive-menu {
    position: relative;
  }

  .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav {
    margin-top: 55px;
    /* Mega dropdown menu */;
  }

  .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }

  .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #4792e3;
  }

  .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }

  .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav .mega-dropdown-menu {
    padding: 0 15px;
  }

  .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav .mega-dropdown-menu h3 {
    font-size: 16px;
    margin-top: 0;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
  }

  .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav .mega-dropdown-menu h3::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #4792e3;
    width: 30px;
    height: 1px;
  }

  .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav .others-options {
    display: none;
  }

  .strax-responsive-nav .strax-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 294px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }

  .strax-responsive-nav .mean-container a.meanmenu-reveal {
    color: #0f335e;
  }

  .strax-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #0f335e;
  }

  .strax-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
    font-weight: bold;
    font-size: 25px;
  }

  .navbar-area {
    background-color: #ffffff;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-area.is-sticky {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .strax-nav {
    display: none;
  }

  .others-option-for-responsive {
    display: block;
  }
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  position: relative;
  z-index: 1;
}

.main-banner .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.main-banner .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.main-banner .container-fluid .row .col-lg-5, .main-banner .container-fluid .row .col-lg-7 {
  padding-left: 0;
  padding-right: 0;
}

.banner-section {
  position: relative;
  z-index: 1;
}

.banner-section .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.banner-section .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.banner-section .container-fluid .row .col-lg-7, .banner-section .container-fluid .row .col-lg-5 {
  padding-left: 0;
  padding-right: 0;
}

.main-banner-content {
  width: 100%;
  height: 100%;
}

.main-banner-content .content {
  max-width: 755px;
  padding-right: 150px;
  margin-left: auto;
  margin-top: 80px;
}

.main-banner-content .content h1 {
  font-size: 57px;
  font-weight: 600;
}

.main-banner-content .content h1 span {
  display: inline-block;
  color: #0f335e;
}

.main-banner-content .content p {
  margin-top: 18px;
  max-width: 540px;
}

.main-banner-content .content .default-btn {
  margin-top: 20px;
  background-color: #0f335e;
}

.main-banner-content .content .default-btn i {
  color: #0f335e;
}

.banner-content {
  padding-top: 215px;
  padding-bottom: 125px;
}

.banner-content .content {
  max-width: 755px;
  padding-right: 150px;
  margin-left: auto;
}

.banner-content .content h1 {
  font-size: 57px;
  font-weight: 600;
}

.banner-content .content h1 span {
  display: inline-block;
  color: #0f335e;
}

.banner-content .content p {
  margin-top: 18px;
  max-width: 540px;
}

.banner-content .content .default-btn {
  margin-top: 15px;
  background-color: #0f335e;
}

.banner-content .content .default-btn i {
  color: #0f335e;
}

.banner-image {
  height: 100vh;
  border-radius: 0 0 0 80px;
  position: relative;
  z-index: 1;
  background-color: #0f335e;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-image img {
  display: none;
}

.banner-image.bg-1 {
  background-image: url(../img/banner-img1.jpg);
}

.banner-image.bg-2 {
  background-image: url(../img/banner-img2.jpg);
}

.banner-image.bg-3 {
  background-image: url(../img/banner-img3.jpg);
}

.banner-image.mbanner-bg-one {
  background-image: url(../img/banner-img2.jpg);
}

.banner-image.mbanner-bg-one .animate-banner-image {
  padding: 15px;
  margin-top: 65px;
}

.banner-image.banner-slider-bg1 {
  background-image: url(../img/banner-slider/banner-img1.jpg) !important;
}

.banner-image.banner-slider-bg2 {
  background-image: url(../img/banner-slider/banner-img2.jpg) !important;
}

.banner-image.banner-slider-bg3 {
  background-image: url(../img/banner-slider/banner-img3.jpg) !important;
}

.banner-image.slider-bg1 {
  background-image: url(../img/banner-slider/banner-img1.jpg);
}

.banner-image.slider-bg2 {
  background-image: url(../img/banner-slider/banner-img2.jpg);
}

.banner-image.slider-bg3 {
  background-image: url(../img/banner-slider/banner-img3.jpg);
}

.banner-img {
  height: 100%;
  width: 100%;
  border-radius: 0 0 0 80px;
  position: relative;
  z-index: 1;
  background-color: #0f335e;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-img img {
  display: none;
}

.banner-img.bg-1 {
  background-image: url(../img/banner-img1.jpg);
}

.banner-img.bg-2 {
  background-image: url(../img/banner-img2.jpg);
}

.banner-img.bg-3 {
  background-image: url(../img/banner-img3.jpg);
}

.banner-content-slides {
  padding-right: 40px;
}

.banner-content-slides.owl-theme .owl-nav {
  text-align: left;
  margin-top: 50px;
}

.banner-content-slides.owl-theme .owl-nav [class*=owl-] {
  color: #0f335e;
  font-size: 25px;
  margin: 0 5px;
  background: #4792e3;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 45px;
  height: 45px;
  line-height: 52px;
}

.banner-content-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background-color: #4792e3;
}

.banner-content-slides.owl-theme .owl-nav [class*=owl-].owl-prev {
  border-radius: 0 0 0 10px;
  margin-left: 0;
}

.banner-content-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  margin-right: 0;
  border-radius: 0 10px 0 0;
}

.shape19 {
  position: absolute;
  right: 35%;
  bottom: -25px;
  z-index: -1;
}

.shape19 img {
  -webkit-animation: moveLeftBounce 3s linear infinite;
  animation: moveLeftBounce 3s linear infinite;
}

.shape20 {
  position: absolute;
  right: 55%;
  bottom: 5%;
  z-index: -1;
}

.shape20 img {
  -webkit-animation: moveLeftBounce 3s linear infinite;
  animation: moveLeftBounce 3s linear infinite;
}

.shape21 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.shape21 img {
  -webkit-animation: moveBounce 5s linear infinite;
  animation: moveBounce 5s linear infinite;
}

.shape22 {
  position: absolute;
  left: 5%;
  top: 15%;
  z-index: -1;
}

.shape22 img {
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}

.shape23 {
  position: absolute;
  left: 10%;
  bottom: 10%;
  z-index: -1;
}

.shape23 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.shape24 {
  position: absolute;
  left: 25%;
  top: 40%;
  z-index: -1;
}

.shape24 img {
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}

.shape25 {
  position: absolute;
  left: 40%;
  bottom: 10%;
  z-index: -1;
}

.shape25 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.shape26 {
  position: absolute;
  left: 30%;
  top: 15%;
  z-index: -1;
}

.shape26 img {
  -webkit-animation: moveLeftBounce 3s linear infinite;
  animation: moveLeftBounce 3s linear infinite;
}

.chat-wrapper {
  position: absolute;
  left: -20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 510px;
  height: auto;
}

.chat-wrapper .chat-container {
  height: 400px;
  overflow: hidden;
}

.chat-wrapper .chat ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.chat-wrapper .chat ul li:last-child {
  margin-bottom: 0 !important;
}

.chat-wrapper .spinme-right {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 30px;
  line-height: 1.25em;
  font-weight: 100;
  opacity: 0.5;
}

.chat-wrapper .spinme-left {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  color: #4792e3;
  border-radius: 30px;
  line-height: 1.25em;
  font-weight: 100;
  opacity: 0.5;
}

.chat-wrapper .spinner {
  margin: 0;
  width: 30px;
  text-align: center;
}

.chat-wrapper .spinner > div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background: #0f335e;
}

.chat-wrapper .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.chat-wrapper .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.message-left {
  text-align: left;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
}

.message-left img {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
}

.message-left .message-time {
  color: #8097b1;
  position: absolute;
  right: 13px;
  bottom: 8px;
  font-size: 11px;
  font-weight: 400;
}

.message-left .message-text {
  max-width: 80%;
  display: inline-block;
  background: #4792e3;
  padding: 15px 30px 30px 15px;
  position: relative;
  color: #2e384d;
  border-radius: 15px 15px 15px 0;
  line-height: 1.8;
  font-weight: 400;
  font-size: 13px;
}

.message-left .message-text::before {
  content: '';
  position: absolute;
  left: 3.4px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background: #4792e3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.message-right {
  text-align: right;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
  padding-right: 50px;
}

.message-right .message-time {
  color: #e4e8f0;
  position: absolute;
  right: 13px;
  bottom: 8px;
  font-size: 11px;
  font-weight: 400;
}

.message-right img {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
}

.message-right .message-text {
  line-height: 1.8;
  display: inline-block;
  background: #2e5bff;
  padding: 15px 30px 30px 15px;
  position: relative;
  color: #ffffff;
  border-radius: 15px 15px 0 15px;
  text-align: left;
  max-width: 80%;
  font-weight: 400;
  font-size: 13px;
}

.message-right .message-text::before {
  content: '';
  position: absolute;
  right: 2px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background: #2e5bff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.message-right .spinner > div {
  background: #ffffff;
}

[hhidden] {
  display: none;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

.main-banner-two .banner-image-slider .banner-image img {
  display: none;
}

.main-banner-two .banner-image-slider .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}

.main-banner-two .banner-image-slider .owl-dots .owl-dot.active span, .main-banner-two .banner-image-slider .owl-dots .owl-dot:hover span {
  background-color: #4792e3;
}

.banner-img.banner-video {
  height: 100vh;
  position: relative;
  background-image: url(../img/banner-video-bg.jpg) !important;
}

.banner-img.banner-video .video-box .video-btn {
  background-color: #4792e3;
}

.banner-img.banner-video .video-box .video-btn::after, .banner-img.banner-video .video-box .video-btn::before {
  border: 1px solid #4792e3;
}

.banner-img.banner-video .video-box .video-btn:hover, .banner-img.banner-video .video-box .video-btn:focus {
  background-color: #0f335e;
}

.banner-img.banner-video .video-box .video-btn:hover::after, .banner-img.banner-video .video-box .video-btn:hover::before, .banner-img.banner-video .video-box .video-btn:focus::after, .banner-img.banner-video .video-box .video-btn:focus::before {
  border-color: #0f335e;
}

/* Animate banner image */
.animate-banner-image {
  position: relative;
}

.animate-banner-image img {
  display: block !important;
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
  animation: border-transform 10s linear infinite alternate forwards;
  margin: auto;
}

@-webkit-keyframes border-transform {
  0%, 100% {
    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%;
  }
}

@keyframes border-transform {
  0%, 100% {
    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%;
  }
}

/*================================================
About Area CSS
=================================================*/
.about-content .sub-title {
  display: block;
  color: #0f335e;
  margin-bottom: 7px;
}

.about-content h2 {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
}

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

.about-area .section-title.text-left {
  margin-bottom: 0;
}

.about-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.about-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.about-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.about-inner-area {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-inner-image {
  height: 100%;
  background-image: url(../img/marketing-agency/about-image.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-inner-image img {
  display: none;
}

.about-inner-content {
  background-color: #f4e9da;
  padding: 100px;
  margin-top: -60px;
  margin-bottom: -60px;
}

.about-inner-content .content {
  max-width: 455px;
}

.about-inner-content .content h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 36px;
  font-weight: 600;
}

.about-inner-content .content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 30px;
}

.about-inner-content .content .features-list li {
  margin-bottom: 15px;
  color: #4a6f8a;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}

.about-inner-content .content .features-list li i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #ffffff;
  color: #4792e3;
  margin-right: 5px;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  top: 3px;
}

.about-inner-content .content .features-list li:last-child {
  margin-bottom: 0;
}

.about-inner-content .content .features-list li:hover i {
  background-color: #4792e3;
  color: #ffffff;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area .container {
  max-width: 1290px;
}

.partner-area .row {
  margin-left: 0;
  margin-right: 0;
}

.partner-area .row .col-lg-3, .partner-area .row .col-lg-9 {
  padding-left: 0;
  padding-right: 0;
}

.partner-title h3 {
  color: #8791b0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.single-partner-item {
  text-align: left;
}

.single-partner-item a {
  display: inline-block;
}

.single-partner-item a img {
  width: auto !important;
  display: inline-block !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-partner-item a:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.partner-area-two.ptb-70 {
  padding-top: 70px;
  padding-bottom: 40px;
}

.single-partner-box {
  margin-bottom: 30px;
  text-align: center;
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.services-area.bg-right-color::before {
  position: absolute;
  right: 0;
  content: '';
  top: 0;
  width: 35%;
  height: 215%;
  z-index: -1;
  background-color: #4792e3;
  -webkit-transform: skewY(-66deg);
  transform: skewY(-66deg);
}

.services-area.bg-left-color::before {
  position: absolute;
  left: 0;
  content: '';
  top: 0;
  width: 35%;
  height: 215%;
  z-index: -1;
  background-color: #4792e3;
  -webkit-transform: skewY(66deg);
  transform: skewY(66deg);
}

.services-area.bg-right-shape::before {
  position: absolute;
  right: 0;
  content: '';
  top: 0;
  width: 45%;
  height: 215%;
  z-index: -1;
  background-color: #fbfbfb;
  -webkit-transform: skewY(-66deg);
  transform: skewY(-66deg);
}

.services-area.bg-left-shape::before {
  width: 45%;
}

.services-content {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.services-content .content {
  max-width: 615px;
  padding-left: 30px;
}

.services-content .content .icon {
  margin-bottom: 20px;
}

.services-content .content h2 {
  font-size: 40px;
  font-weight: 500;
}

.services-content .content h2 span {
  display: inline-block;
  color: #0f335e;
}

.services-content .content p {
  max-width: 435px;
  margin-top: 18px;
}

.services-content .content .default-btn {
  margin-top: 15px;
  background-color: #0f335e;
}

.services-content .content .default-btn i {
  color: #0f335e;
}

.services-content .content.left-content {
  padding-right: 30px;
  padding-left: 0;
  margin-left: auto;
}

.services-image {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

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

.it-service-content .content p {
  margin-bottom: 30px;
  max-width: 540px;
}

.feature-box {
  color: #4a6f8a;
  background-color: #ffffff;
  border: 1px solid #f2effc;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  border-radius: 30px;
  font-size: 15px;
  padding: 12px 22px;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feature-box:hover {
  background-color: #4792e3;
  color: #ffffff;
  padding-left: 25px;
}

.feature-box:hover i {
  color: #ffffff;
}

.feature-box i {
  margin-right: 3px;
  color: #4792e3;
}

/*================================================
Video Presentation Area CSS
=================================================*/
.video-presentation-area {
  position: relative;
  z-index: 1;
}

.video-box {
  position: relative;
  text-align: center;
  max-width: 750px;
  border-radius: 5px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.video-box .main-image {
  border-radius: 5px;
}

.video-box .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: #0f335e;
  border-radius: 5px;
  color: #ffffff;
  font-size: 60px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.video-box .video-btn::after, .video-box .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  border: 1px solid #0f335e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.video-box .video-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.video-box .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.video-box .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.video-box .video-btn:hover, .video-box .video-btn:focus {
  background-color: #4792e3;
  color: #ffffff;
}

.video-box .video-btn:hover::after, .video-box .video-btn:hover::before, .video-box .video-btn:focus::after, .video-box .video-btn:focus::before {
  border-color: #4792e3;
}

.shape-map1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 90%;
  -webkit-transform: translateY(-90%);
  transform: translateY(-90%);
  z-index: -1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.shape1 {
  position: absolute;
  left: -30px;
  top: -23px;
  z-index: -1;
}

.shape1 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.shape2 {
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: -1;
}

.shape2 img {
  -webkit-animation: moveScale 3s linear infinite;
  animation: moveScale 3s linear infinite;
}

.shape3 {
  position: absolute;
  left: -50px;
  bottom: -50px;
  z-index: -1;
}

.shape3 img {
  -webkit-animation: moveScale 3s linear infinite;
  animation: moveScale 3s linear infinite;
}

.shape4 {
  position: absolute;
  right: -30px;
  bottom: -30px;
  z-index: -1;
}

.shape5 {
  position: absolute;
  right: -60px;
  bottom: -60px;
  z-index: -2;
}

.shape6 {
  position: absolute;
  left: -26px;
  top: -22px;
  z-index: -1;
}

.shape6 img {
  -webkit-animation: moveLeftBounce 5s linear infinite;
  animation: moveLeftBounce 5s linear infinite;
}

.shape7 {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  left: 10%;
  z-index: -1;
}

.shape7 img {
  -webkit-animation: moveBounce 5s linear infinite;
  animation: moveBounce 5s linear infinite;
}

.shape8 {
  position: absolute;
  left: 12%;
  top: 60%;
  z-index: -1;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
}

.shape8 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.shape9 {
  position: absolute;
  right: 10%;
  top: 40%;
  z-index: -1;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

.shape9 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes moveScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes moveScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*================================================
FunFacts Area CSS
=================================================*/
.funfacts-inner {
  max-width: 1000px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.single-funfacts {
  margin-bottom: 30px;
  text-align: center;
}

.single-funfacts h3 {
  color: #0f335e;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.single-funfacts h3 .sign-icon {
  font-size: 28px;
}

.single-funfacts p {
  line-height: initial;
  margin-bottom: 0;
}

.funfact-style-two {
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  padding: 25px 0;
  border-radius: 5px;
}

.funfact-style-two i {
  font-size: 30px;
  color: #4792e3;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  position: relative;
  margin-bottom: 15px;
  background: #F6F4FD;
  border-radius: 100%;
  text-align: center;
}

.contact-cta-box {
  max-width: 750px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  padding: 30px 230px 30px 50px;
  position: relative;
  margin-left: auto;
  margin-top: 40px;
  margin-right: auto;
}

.contact-cta-box h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.contact-cta-box p {
  line-height: initial;
  margin-top: 6px;
  margin-bottom: 0;
}

.contact-cta-box .default-btn {
  background-color: #4792e3;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-cta-box .default-btn i {
  color: #ffffff;
}

.contact-cta-box .default-btn span {
  background-color: #0f335e;
}

.contact-cta-box .default-btn:hover i, .contact-cta-box .default-btn:focus i {
  color: #ffffff;
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
  overflow: hidden;
}

.single-features-box {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 45px;
  margin-left: 25px;
  margin-right: 25px;
}

.single-features-box .icon {
  background-color: #4792e3;
  color: #ffffff;
  position: relative;
  z-index: 1;
  width: 85px;
  height: 85px;
  font-size: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.single-features-box .icon::before {
  width: 100%;
  height: 100%;
  right: -15px;
  bottom: -15px;
  border: 5px solid #4792e3;
  content: '';
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features-box .icon i {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-features-box h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.single-features-box:hover .icon {
  -webkit-animation: bounce 2s;
  animation: bounce 2s;
  bottom: 25px;
}

.single-features-box:hover .icon::before {
  right: 0;
  bottom: 0;
}

.features-box {
  overflow: hidden;
  border: 1px solid #f4f5fe;
  padding: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.features-box .icon {
  width: 85px;
  height: 85px;
  background-color: #bce9e5;
  color: #4792e3;
  text-align: center;
  font-size: 45px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.features-box .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.features-box h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.features-box p {
  margin-bottom: 0;
}

.features-box .back-icon {
  position: absolute;
  right: 10px;
  top: -52px;
  z-index: -1;
  color: #4792e3;
  opacity: .06;
  font-size: 190px;
  line-height: 190px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.features-box:hover {
  background-color: #ffffff;
  border-radius: 0;
  border-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.features-box:hover .icon {
  background-color: #4792e3;
  color: #ffffff;
}

.features-box:hover .back-icon {
  opacity: 0;
  visibility: hidden;
}

.features-box .read-more {
  margin-top: 5px;
  color: #4792e3;
  display: inline-block;
}

.features-box .read-more i {
  color: #4792e3;
  width: 0;
  height: 0;
  line-height: 1;
  font-size: 21px;
  margin: 0;
  top: 4px;
  position: relative;
}

.features-box .read-more:hover {
  letter-spacing: 1.1px;
}

.col-lg-4:nth-child(1) .single-features-box .icon {
  background-color: #0f335e;
}

.col-lg-4:nth-child(1) .single-features-box .icon::before {
  border-color: #0f335e;
}

.col-lg-4:nth-child(1) .features-box .icon {
  background-color: #ffd7cb;
  color: #0f335e;
}

.col-lg-4:nth-child(1) .features-box .back-icon {
  color: #0f335e;
}

.col-lg-4:nth-child(1) .features-box:hover .icon {
  background-color: #0f335e;
  color: #ffffff;
}

.col-lg-4:nth-child(3) .single-features-box .icon {
  background-color: #0f335e;
}

.col-lg-4:nth-child(3) .single-features-box .icon::before {
  border-color: #0f335e;
}

.col-lg-4:nth-child(3) .features-box .icon {
  background-color: #b2b3c3;
  color: #0f335e;
}

.col-lg-4:nth-child(3) .features-box .back-icon {
  color: #0f335e;
}

.col-lg-4:nth-child(3) .features-box:hover .icon {
  background-color: #0f335e;
  color: #ffffff;
}

.col-lg-4:nth-child(4) .single-features-box .icon {
  background-color: #fc4c86;
}

.col-lg-4:nth-child(4) .single-features-box .icon::before {
  border-color: #fc4c86;
}

.col-lg-4:nth-child(4) .features-box .icon {
  background-color: #fed2e1;
  color: #fc4c86;
}

.col-lg-4:nth-child(4) .features-box .back-icon {
  color: #fc4c86;
}

.col-lg-4:nth-child(4) .features-box:hover .icon {
  background-color: #fc4c86;
  color: #ffffff;
}

.col-lg-4:nth-child(5) .single-features-box .icon {
  background-color: #ffb300;
}

.col-lg-4:nth-child(5) .single-features-box .icon::before {
  border-color: #ffb300;
}

.col-lg-4:nth-child(5) .features-box .icon {
  background-color: #ffecbf;
  color: #ffb300;
}

.col-lg-4:nth-child(5) .features-box .back-icon {
  color: #ffb300;
}

.col-lg-4:nth-child(5) .features-box:hover .icon {
  background-color: #ffb300;
  color: #ffffff;
}

.col-lg-4:nth-child(6) .single-features-box .icon {
  background-color: #286efa;
}

.col-lg-4:nth-child(6) .single-features-box .icon::before {
  border-color: #286efa;
}

.col-lg-4:nth-child(6) .features-box .icon {
  background-color: #bcd2fd;
  color: #286efa;
}

.col-lg-4:nth-child(6) .features-box .back-icon {
  color: #286efa;
}

.col-lg-4:nth-child(6) .features-box:hover .icon {
  background-color: #286efa;
  color: #ffffff;
}

.col-lg-4:nth-child(7) .single-features-box .icon {
  background-color: #9c27b0;
}

.col-lg-4:nth-child(7) .single-features-box .icon::before {
  border-color: #9c27b0;
}

.col-lg-4:nth-child(7) .features-box .icon {
  background-color: #e6c0ed;
  color: #9c27b0;
}

.col-lg-4:nth-child(7) .features-box .back-icon {
  color: #9c27b0;
}

.col-lg-4:nth-child(7) .features-box:hover .icon {
  background-color: #9c27b0;
  color: #ffffff;
}

.col-lg-4:nth-child(8) .single-features-box .icon {
  background-color: #3f51b5;
}

.col-lg-4:nth-child(8) .single-features-box .icon::before {
  border-color: #3f51b5;
}

.col-lg-4:nth-child(8) .features-box .icon {
  background-color: #c3c8e9;
  color: #3f51b5;
}

.col-lg-4:nth-child(8) .features-box .back-icon {
  color: #3f51b5;
}

.col-lg-4:nth-child(8) .features-box:hover .icon {
  background-color: #3f51b5;
  color: #ffffff;
}

.col-lg-4:nth-child(9) .single-features-box .icon {
  background-color: #e91e63;
}

.col-lg-4:nth-child(9) .single-features-box .icon::before {
  border-color: #e91e63;
}

.col-lg-4:nth-child(9) .features-box .icon {
  background-color: #ffc0d6;
  color: #e91e63;
}

.col-lg-4:nth-child(9) .features-box .back-icon {
  color: #e91e63;
}

.col-lg-4:nth-child(9) .features-box:hover .icon {
  background-color: #e91e63;
  color: #ffffff;
}

.single-features-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
  border-radius: 35px;
  padding: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  margin-bottom: 30px;
}

.single-features-card:hover {
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.08);
  margin-top: -5px;
}

.single-features-card i {
  font-size: 30px;
  color: #4792e3;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
  background: #F6F4FD;
  border-radius: 100%;
  text-align: center;
}

.single-features-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.single-features-card h3 a {
  color: #0f335e;
}

.single-features-card h3 a:hover {
  color: #4792e3;
}

.single-features-card p {
  margin: 0;
}

.features-box-one {
  margin-bottom: 30px;
  background: #ffffff;
  padding: 30px 40px;
  text-align: center;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.features-box-one:hover {
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.08);
  margin-top: -5px;
}

.features-box-one i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  margin-bottom: 25px;
}

.features-box-one h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.features-box-one p {
  margin: 0;
}

.features-box-one .read-more {
  margin-top: 5px;
  color: #4792e3;
  display: inline-block;
}

.features-box-one .read-more i {
  color: #4792e3;
  width: 0;
  height: 0;
  line-height: 1;
  font-size: 21px;
  margin: 0;
  top: 4px;
  position: relative;
}

.features-box-one .read-more:hover {
  letter-spacing: 1.1px;
}

.bg-4792e3 {
  background-color: #4792e3;
}

.bg-13c4a1 {
  background-color: #13c4a1;
}

.bg-6610f2 {
  background-color: #6610f2;
}

.bg-ffb700 {
  background-color: #ffb700;
}

.bg-fc3549 {
  background-color: #fc3549;
}

.bg-00d280 {
  background-color: #00d280;
}

.bg-0f335e {
  background-color: #0f335e;
}

.bg-9c27b0 {
  background-color: #9c27b0;
}

.bg-3f51b5 {
  background-color: #3f51b5;
}

.bg-e91e63 {
  background-color: #e91e63;
}

/*================================================
Team Area CSS
=================================================*/
.single-team-box {
  margin-bottom: 30px;
  text-align: center;
}

.single-team-box .image {
  border: 4px solid #bce9e5;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .image img {
  border-radius: 10px;
}

.single-team-box .image .social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.single-team-box .image .social li {
  display: inline-block;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-left: 1px;
  margin-right: 1px;
}

.single-team-box .image .social li a {
  display: block;
  width: 33px;
  height: 33px;
  background-color: #f4f5fe;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #0f335e;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-team-box .image .social li a:hover {
  color: #ffffff;
  background-color: #4792e3;
}

.single-team-box .image .social li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.single-team-box .image .social li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.single-team-box .image .social li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.single-team-box .image .social li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.single-team-box .content {
  margin-top: 20px;
}

.single-team-box .content h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.single-team-box .content span {
  display: block;
  color: #4792e3;
  font-size: 14px;
  margin-top: 6px;
}

.single-team-box:hover .image {
  border-color: #4792e3;
  background-color: #f4f5fe;
}

.single-team-box:hover .image .social li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.col-lg-3:nth-child(1) .single-team-box .image, .col-lg-3:nth-child(7) .single-team-box .image {
  border-color: #ffdacf;
}

.col-lg-3:nth-child(1) .single-team-box .image .social li a:hover, .col-lg-3:nth-child(7) .single-team-box .image .social li a:hover {
  color: #ffffff;
  background-color: #0f335e;
}

.col-lg-3:nth-child(1) .single-team-box .content span, .col-lg-3:nth-child(7) .single-team-box .content span {
  color: #0f335e;
}

.col-lg-3:nth-child(1) .single-team-box:hover .image, .col-lg-3:nth-child(7) .single-team-box:hover .image {
  border-color: #0f335e;
}

.col-lg-3:nth-child(3) .single-team-box .image, .col-lg-3:nth-child(5) .single-team-box .image {
  border-color: #b2b3c3;
}

.col-lg-3:nth-child(3) .single-team-box .image .social li a:hover, .col-lg-3:nth-child(5) .single-team-box .image .social li a:hover {
  color: #ffffff;
  background-color: #0f335e;
}

.col-lg-3:nth-child(3) .single-team-box .content span, .col-lg-3:nth-child(5) .single-team-box .content span {
  color: #0f335e;
}

.col-lg-3:nth-child(3) .single-team-box:hover .image, .col-lg-3:nth-child(5) .single-team-box:hover .image {
  border-color: #0f335e;
}

.col-lg-3:nth-child(4) .single-team-box .image, .col-lg-3:nth-child(6) .single-team-box .image {
  border-color: #fed2e1;
}

.col-lg-3:nth-child(4) .single-team-box .image .social li a:hover, .col-lg-3:nth-child(6) .single-team-box .image .social li a:hover {
  color: #ffffff;
  background-color: #fc4c86;
}

.col-lg-3:nth-child(4) .single-team-box .content span, .col-lg-3:nth-child(6) .single-team-box .content span {
  color: #fc4c86;
}

.col-lg-3:nth-child(4) .single-team-box:hover .image, .col-lg-3:nth-child(6) .single-team-box:hover .image {
  border-color: #fc4c86;
}

.team-area-two .section-title {
  margin-bottom: -60px;
}

.single-team-member {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.single-team-member .content {
  background-color: #f9f9f9;
  text-align: left;
  padding: 30px 20px 15px;
  position: relative;
}

.single-team-member .content h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.single-team-member .content span {
  margin-top: 6px;
  display: block;
  color: #4a6f8a;
}

.single-team-member .content i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #0f335e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border-radius: 2px;
  position: absolute;
  right: 20px;
  top: -16px;
  font-size: 18px;
  display: inline-block;
}

.single-team-member .image {
  position: relative;
}

.single-team-member .image .social-link {
  position: absolute;
  right: 20px;
  bottom: 25px;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-team-member .image .social-link li {
  display: block;
  margin-bottom: 8px;
}

.single-team-member .image .social-link li:last-child {
  margin-bottom: 0;
}

.single-team-member .image .social-link li a {
  width: 32px;
  height: 32px;
  text-align: center;
  color: #0f335e;
  background-color: #ffffff;
  font-size: 18px;
  position: relative;
  border-radius: 2px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  display: inline-block;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-team-member .image .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
}

.single-team-member .image .social-link li a:hover {
  background-color: #4792e3;
  color: #ffffff;
}

.single-team-member .image .social-link li:nth-child(2) a, .single-team-member .image .social-link li:nth-child(4) a, .single-team-member .image .social-link li:nth-child(6) a, .single-team-member .image .social-link li:nth-child(8) a {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.single-team-member:hover .content i {
  background-color: #0f335e;
  color: #ffffff;
}

.single-team-member:hover .image .social-link li a {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.col-lg-3:nth-child(1) .single-team-member {
  margin-top: 150px;
}

.col-lg-3:nth-child(2) .single-team-member {
  margin-top: 100px;
}

.col-lg-3:nth-child(3) .single-team-member {
  margin-top: 50px;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area {
  overflow: hidden;
}

.single-feedback-item {
  position: relative;
  margin-top: 95px;
  margin-bottom: 30px;
}

.single-feedback-item img {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block !important;
  width: auto !important;
}

.single-feedback-item .feedback-desc {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-left: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
  box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
  padding: 30px 55px 30px 160px;
}

.single-feedback-item .feedback-desc p {
  margin-bottom: 0;
}

.single-feedback-item .feedback-desc .rating {
  margin-top: 13px;
  margin-bottom: 15px;
}

.single-feedback-item .feedback-desc .rating i {
  font-size: 17px;
  display: inline-block;
  margin-right: -1px;
  color: #0f335e;
}

.single-feedback-item .feedback-desc .client-info h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.single-feedback-item .feedback-desc .client-info span {
  display: block;
  color: #4792e3;
  font-size: 14px;
  margin-top: 6px;
}

.single-feedback-item .feedback-desc::before {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  color: #f5f5f5;
  line-height: 95px;
  content: "\ee81";
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 135px;
}

.feedback-slides.owl-theme .owl-stage-outer {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.feedback-slides.owl-theme .owl-item .single-feedback-item {
  margin-bottom: 40px;
}

.feedback-slides.owl-theme .owl-item .single-feedback-item .feedback-desc {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.feedback-slides.owl-theme .owl-item.active .single-feedback-item .feedback-desc {
  -webkit-box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
  box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
}

.feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: initial;
  margin-bottom: 30px;
  margin-top: 10px;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 3px;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #4792e3;
  position: relative;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  margin: 2px;
  background-color: #0f335e;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feedback-slides.owl-theme .owl-dots .owl-dot.active span::before, .feedback-slides.owl-theme .owl-dots .owl-dot:hover span::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.testimonials-area {
  background-color: #4792e3;
}

.testimonials-area .section-title h2 {
  color: #ffffff;
}

.single-testimonials-item {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  border-radius: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 30px;
  background-color: #ffffff;
}

.single-testimonials-item .client-info {
  -ms-flex: 0 0 30%;
  -webkit-box-flex: 0;
  flex: 0 0 30%;
  max-width: 30%;
  text-align: center;
}

.single-testimonials-item .client-info img {
  border: 2px solid #f4f5fe;
  padding: 5px;
  border-radius: 5px;
  width: auto !important;
  display: inline-block !important;
}

.single-testimonials-item .client-info h3 {
  margin-bottom: 0;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
}

.single-testimonials-item .client-info span {
  display: block;
  color: #4792e3;
  font-size: 14px;
  margin-top: 5px;
}

.single-testimonials-item .testimonials-desc {
  -ms-flex: 0 0 70%;
  -webkit-box-flex: 0;
  flex: 0 0 70%;
  padding-left: 15px;
  max-width: 70%;
}

.single-testimonials-item .testimonials-desc p {
  margin-bottom: 0;
}

.single-testimonials-item .testimonials-desc .rating {
  margin-top: 13px;
}

.single-testimonials-item .testimonials-desc .rating i {
  font-size: 17px;
  display: inline-block;
  margin-right: -1px;
  color: #0f335e;
}

.single-testimonials-item::before {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  color: #f5f5f5;
  line-height: 95px;
  content: "\ee81";
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 135px;
}

.testimonials-slides.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: initial;
  margin-bottom: 30px;
  margin-top: 10px;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: relative;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  margin: 2px;
  background-color: #ffffff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot.active span::before, .testimonials-slides.owl-theme .owl-dots .owl-dot:hover span::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.feedback-area .section-title.text-left {
  margin-bottom: 0;
}

.single-testimonials-box {
  position: relative;
  z-index: 1;
}

.single-testimonials-box p {
  font-size: 15px;
  color: #0f335e;
}

.single-testimonials-box .client-info {
  margin-top: 25px;
}

.single-testimonials-box .client-info img {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
}

.single-testimonials-box .client-info .title {
  margin-left: 15px;
}

.single-testimonials-box .client-info .title h3 {
  margin-bottom: 0;
  color: #0f335e;
  font-size: 18px;
  font-weight: 600;
}

.single-testimonials-box .client-info .title span {
  display: block;
  margin-top: 5px;
}

.single-testimonials-box::before {
  content: "\ee81";
  font-family: "boxicons" !important;
  position: absolute;
  right: 200px;
  bottom: -12px;
  color: #fff1ed;
  line-height: 1;
  font-size: 90px;
  z-index: -1;
}

.testimonials-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  text-align: left;
}

.testimonials-slides-two.owl-theme .owl-dots {
  margin-top: 30px !important;
  margin-left: 2px;
}

.testimonials-slides-two.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0;
  background: transparent;
  border: 1px solid #fe9b81;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  position: relative;
}

.testimonials-slides-two.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #0f335e;
  border-radius: 50%;
  margin: 2px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}

.testimonials-slides-two.owl-theme .owl-dots .owl-dot:hover span, .testimonials-slides-two.owl-theme .owl-dots .owl-dot.active span {
  border-color: #0f335e;
}

.testimonials-slides-two.owl-theme .owl-dots .owl-dot:hover span::before, .testimonials-slides-two.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
}

/*================================================
Pricing Area CSS
=================================================*/
.single-pricing-table {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  padding-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing-table .pricing-header {
  padding-top: 25px;
  padding-bottom: 20px;
}

.single-pricing-table .pricing-header h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.single-pricing-table .price {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 8px;
  padding-bottom: 5px;
  border-top: 2px dashed #f4f5fe;
  border-bottom: 2px dashed #f4f5fe;
  font-weight: 600;
  font-size: 40px;
}

.single-pricing-table .price sup {
  top: -18px;
  font-size: 18px;
  font-weight: 500;
}

.single-pricing-table .price sub {
  bottom: 2px;
  color: #4a6f8a;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 500;
}

.single-pricing-table .pricing-features {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 50px;
  margin-right: 50px;
  height: 330px !important;
  overflow-y: scroll;
  overflow-x: none;
}

.single-pricing-table .pricing-features li {
  margin-bottom: 10px;
  position: relative;
  color: #444683;
  padding-left: 21px;
}

.single-pricing-table .pricing-features li:last-child {
  margin-bottom: 0;
}

.single-pricing-table .pricing-features li i {
  color: #4792e3;
  position: absolute;
  left: 0;
  top: 3px;
}

.single-pricing-table .pricing-features li span {
  display: inline-block;
  color: #b7bad2;
  font-size: 20px;
  position: absolute;
  top: 1px;
  margin-left: 3px;
}

.single-pricing-table .btn-box {
  margin-top: 30px;
}

.single-pricing-table:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.single-pricing-table.left-align {
  text-align: left;
}

.single-pricing-table.left-align .pricing-header, .single-pricing-table.left-align .price {
  padding-left: 40px;
  padding-right: 40px;
}

.single-pricing-table.left-align .pricing-features {
  margin-left: 40px;
  margin-right: 40px;
}

.single-pricing-table.left-align .btn-box {
  padding-left: 40px;
}

.single-pricing-table.center-align {
  text-align: center;
}

.single-pricing-table.center-align .pricing-features li {
  padding-left: 0;
  padding-right: 21px;
}

.single-pricing-table.center-align .pricing-features li i {
  left: auto;
  right: 0;
}

.pricing-list-tab .tabs {
  text-align: center;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 40px;
}

.pricing-list-tab .tabs li {
  display: inline-block;
}

.pricing-list-tab .tabs li a {
  display: block;
  background-color: #ffffff;
  color: #8d8fb4;
  padding: 10px 30px 10px 53px;
  position: relative;
  border-radius: 5px;
  margin-left: -1px;
  margin-right: -1px;
  font-size: 16px;
  font-weight: 500;
}

.pricing-list-tab .tabs li a i {
  color: #0f335e;
  margin-right: 2px;
  position: absolute;
  font-size: 18px;
  top: 48%;
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
  left: 30px;
}

.pricing-list-tab .tabs li.current a {
  color: #ffffff;
  background-color: #0f335e;
}

.pricing-list-tab .tabs li:nth-child(1) a {
  border-radius: 30px 0 0 30px;
}

.pricing-list-tab .tabs li:nth-child(2) a {
  border-radius: 0 30px 30px 0;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn {
  background-color: #0f335e;
}

.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn i {
  /*color: #0f335e;*/;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn {
  background-color: #4792e3;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn i {
  color: #0f335e;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn span {
  background-color: #0f335e;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn:hover i, .col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn:focus i {
  color: #4792e3;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion {
  margin-left: auto;
  max-width: 745px;
}

.faq-accordion h2 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
}

.faq-accordion h2 span {
  display: inline-block;
  color: #0f335e;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  background: #f5f5ff;
  margin-bottom: 10px;
  border: none;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 12px 40px 10px 20px;
  color: #0f335e;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0f335e;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\eb8b";
  color: #0f335e;
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 20px;
  font-size: 14px;
  border-top: 1px solid #0f335e;
  color: #4a6f8a;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

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

.bg-color-f4f5fe {
  background-color: #f4f5fe;
}

.bg-color-f4f5fe .faq-accordion .accordion .accordion-item {
  background: #ffffff;
}

/*================================================
App Download Area CSS
=================================================*/
.app-download-area {
  background-color: #f4f5fe;
  background-image: url(../img/white-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.app-download-image {
  text-align: center;
}

.app-download-content .sub-title {
  display: inline-block;
  background-color: #4792e3;
  color: #ffffff;
  padding: 5px 25px;
  border-radius: 35px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}

.app-download-content h2 {
  font-size: 40px;
  font-weight: 500;
}

.app-download-content .btn-box {
  margin-top: 30px;
}

.app-download-content .btn-box .play-store-btn {
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  padding: 12px 25px 12px 74px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  color: #666786;
  font-size: 13px;
  font-weight: 400;
}

.app-download-content .btn-box .play-store-btn span {
  display: block;
  color: #0f335e;
  font-size: 20px;
  font-weight: 600;
}

.app-download-content .btn-box .play-store-btn img {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.app-download-content .btn-box .play-store-btn:hover, .app-download-content .btn-box .play-store-btn:focus {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.app-download-content .btn-box .apple-store-btn {
  margin-right: 8px;
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  padding: 12px 25px 12px 74px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  color: #666786;
  font-size: 13px;
  font-weight: 400;
}

.app-download-content .btn-box .apple-store-btn span {
  display: block;
  color: #0f335e;
  font-size: 20px;
  font-weight: 600;
}

.app-download-content .btn-box .apple-store-btn img {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.app-download-content .btn-box .apple-store-btn:hover, .app-download-content .btn-box .apple-store-btn:focus {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*================================================
Our Loving Clients Area CSS
=================================================*/
.clients-logo-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin-top: -10px;
}

.single-clients-logo {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.single-clients-logo a {
  text-align: center;
  display: block;
  background-color: #ffffff;
  padding: 30px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-clients-logo a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-clients-logo a:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.single-clients-logo a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-clients-logo:nth-child(6) {
  margin-left: 10%;
}

.bg-color-f8fbfa .single-clients-logo a {
  background-color: #f8fbfa;
}

.bg-color-f8fbfa .single-clients-logo a:hover {
  background-color: #ffffff;
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-post {
  border-radius: 2px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .post-image {
  overflow: hidden;
  position: relative;
}

.single-blog-post .post-image a {
  display: block;
}

.single-blog-post .post-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .post-image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 0 5px 0 0;
  padding: 10px 25px 0;
  z-index: 1;
  color: #0f335e;
  font-size: 15px;
  font-weight: 300;
}

.single-blog-post .post-image .date i {
  color: #0f335e;
  margin-right: 1px;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.single-blog-post .post-content {
  padding: 25px;
}

.single-blog-post .post-content h3 {
  line-height: 1.4;
  font-size: 22px;
  font-weight: 500;
}

.single-blog-post .post-content h3 a {
  display: inline-block;
}

.single-blog-post .post-content .post-info {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.single-blog-post .post-content .post-info .post-by {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  position: relative;
  max-width: 50%;
  padding-left: 52px;
}

.single-blog-post .post-content .post-info .post-by img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid #dde4ff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-blog-post .post-content .post-info .post-by h6 {
  margin-bottom: 0;
  color: #8891b5;
  font-size: 15px;
  font-weight: 500;
}

.single-blog-post .post-content .post-info .details-btn {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  text-align: right;
  max-width: 50%;
}

.single-blog-post .post-content .post-info .details-btn a {
  display: inline-block;
  width: 43px;
  height: 43px;
  position: relative;
  border-radius: 50%;
  background-color: #ebefff;
  color: #0f335e;
  text-align: center;
  font-size: 25px;
}

.single-blog-post .post-content .post-info .details-btn a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-blog-post .post-content .post-info .details-btn a:hover {
  color: #ffffff;
  background-color: #0f335e;
}

.single-blog-post:hover .post-image a img {
  -webkit-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}

.blog-notes {
  margin-top: 10px;
  text-align: center;
}

.blog-notes p {
  line-height: initial;
}

.blog-notes p a {
  display: inline-block;
  color: #0f335e;
}

.blog-notes p a:hover {
  color: #4792e3;
}

.single-blog-post-item {
  margin-bottom: 30px;
  position: relative;
  background-color: #fffaf3;
}

.single-blog-post-item .post-image {
  border-radius: 5px 5px 0 0;
}

.single-blog-post-item .post-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.single-blog-post-item .post-image a img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.single-blog-post-item .post-content {
  padding: 20px;
}

.single-blog-post-item .post-content .category {
  display: inline-block;
  margin-bottom: 10px;
  color: #4a6f8a;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

.single-blog-post-item .post-content .category:hover {
  color: #0f335e;
}

.single-blog-post-item .post-content h3 {
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 600;
}

.single-blog-post-item .post-content h3 a {
  display: inline-block;
}

.single-blog-post-item .post-content .post-content-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 18px;
}

.single-blog-post-item .post-content .post-content-footer li {
  color: #4a6f8a;
  font-size: 15px;
  position: relative;
  padding-left: 28px;
  padding-right: 7px;
}

.single-blog-post-item .post-content .post-content-footer li .post-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.single-blog-post-item .post-content .post-content-footer li .post-author span {
  color: #0f335e;
}

.single-blog-post-item .post-content .post-content-footer li i {
  color: #4792e3;
  position: absolute;
  left: 7px;
  top: 3px;
}

.single-blog-post-item .post-content .post-content-footer li:first-child {
  padding-left: 7px;
}

.single-blog-post-item:hover .post-image a img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.blog-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: -105px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-] {
  color: #0f335e;
  font-size: 35px;
  margin: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 3px 0 0 0 !important;
  background: #fcf8f4;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  margin-left: 10px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #0f335e;
  color: #ffffff;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
  margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #0f335e;
  margin-right: 20px;
}

.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #4a6f8a;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #4792e3;
}

.blog-details-desc .article-content .entry-meta ul li i {
  color: #0f335e;
  margin-right: 2px;
  position: relative;
  top: 1px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #4792e3;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}

.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 500;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 28px;
  color: #4a6f8a;
}

.blog-details-desc .article-content .features-list li i {
  color: #4792e3;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-footer {
  margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #ffffff;
  background-color: #0f335e;
  padding: 4px 12px;
  border-radius: 5px;
  margin-right: 3px;
  font-size: 14px;
}

.blog-details-desc .article-footer .article-tags a:hover {
  color: #ffffff;
  background-color: #4792e3;
}

.comments-area {
  margin-top: 25px;
}

.comments-area .comments-title {
  margin-bottom: 30px;
  line-height: initial;
  font-size: 22px;
  font-weight: 500;
}

.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: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 65px;
  color: #0f335e;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: #0f335e;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #4792e3;
  border-color: #4792e3;
}

.comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 0.2em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  font-weight: 500;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  margin-bottom: .8em;
  color: #4a6f8a;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.comments-area .comment-metadata a {
  color: #4a6f8a;
}

.comments-area .comment-metadata a:hover {
  color: #4792e3;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  margin-bottom: 0;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: block;
  font-weight: 500;
  color: #0f335e;
  margin-bottom: 5px;
}

.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: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  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-color: #4792e3;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  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-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #4a6f8a;
  font-weight: normal;
  position: relative;
  top: -2px;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: #4792e3;
  border: none;
  color: #ffffff;
  padding: 11px 25px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #0f335e;
}

.strax-post-navigation {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}

.prev-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
  color: #4792e3;
}

.prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev img {
  border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #4792e3;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}

.prev-link-wrapper .prev-link-info-wrapper {
  color: #0f335e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .prev-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}

.prev-link-wrapper .meta-wrapper {
  display: block;
  color: #4a6f8a;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

.next-link-wrapper {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding-left: 15px;
}

.next-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .next-link-info-wrapper {
  color: #4792e3;
}

.next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next img {
  border-radius: 5px;
}

.next-link-wrapper .image-next::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #4792e3;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}

.next-link-wrapper .next-link-info-wrapper {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #0f335e;
}

.next-link-wrapper .next-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}

.next-link-wrapper .meta-wrapper {
  display: block;
  color: #4a6f8a;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p, .blockquote p {
  color: #0f335e;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px !important;
}

blockquote cite, .blockquote cite {
  display: none;
}

blockquote::before, .blockquote::before {
  color: #efefef;
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  content: "\ee81";
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 135px;
}

blockquote::after, .blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #4792e3;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  background-color: #0f335e;
  position: relative;
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 120px;
}

.page-title-area::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .6;
  height: 100%;
  z-index: -1;
  -webkit-animation: animatedBackground 15s linear infinite;
  animation: animatedBackground 15s linear infinite;
  background-image: url(../img/bg_lines.svg);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
}

.page-title-content {
  text-align: center;
}

.page-title-content h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}

.page-title-content p {
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 0;
}

@-webkit-keyframes animatedBackground {
  0% {
    background-position: center center;
  }

  100% {
    background-position: 300px center;
  }
}

@keyframes animatedBackground {
  0% {
    background-position: center center;
  }

  100% {
    background-position: 300px center;
  }
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
  height: 100vh;
}

.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

.error-content h3 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 45px;
  margin-bottom: 15px;
}

.error-content p {
  max-width: 520px;
  margin: 0 auto 25px;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 35px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 48px;
  color: #0f335e;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 18px;
  font-weight: 500;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: #4792e3;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
}

/*================================================
Sidebar Widget Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 35px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 500;
  font-size: 21px;
}

.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  background: #4792e3;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.widget-area .widget_search {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 15px;
}

.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: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #4792e3;
}

.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: #4792e3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.widget-area .widget_search form button i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.widget-area .widget_search form button:hover {
  background-color: #0f335e;
  color: #ffffff;
}

.widget-area .widget_strax_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_strax_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_strax_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_strax_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_strax_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_strax_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog-image/7.jpg);
}

.widget-area .widget_strax_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog-image/8.jpg);
}

.widget-area .widget_strax_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog-image/9.jpg);
}

.widget-area .widget_strax_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_strax_posts_thumb .item .info time {
  display: block;
  color: #4a6f8a;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 12px;
}

.widget-area .widget_strax_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 500;
}

.widget-area .widget_strax_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget_recent_entries ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #0f335e;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 15px;
}

.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
  background: #4792e3;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_entries ul li a {
  display: inline-block;
  color: #0f335e;
}

.widget-area .widget_recent_entries ul li a:hover {
  color: #4792e3;
}

.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #4a6f8a;
  margin-top: 4px;
}

.widget-area .widget_recent_comments ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: #4a6f8a;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 15px;
}

.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
  background: #4792e3;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_comments ul li a {
  display: inline-block;
  color: #0f335e;
}

.widget-area .widget_recent_comments ul li a:hover {
  color: #4792e3;
}

.widget-area .widget_archive ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  color: #0f335e;
  font-weight: 500;
  font-size: 15px;
}

.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
  background: #4792e3;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_archive ul li a {
  display: inline-block;
  color: #0f335e;
}

.widget-area .widget_archive ul li a:hover {
  color: #4792e3;
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #4a6f8a;
  padding-left: 14px;
  font-weight: 500;
  font-size: 15px;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #4792e3;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_categories ul li a {
  color: #0f335e;
  display: block;
}

.widget-area .widget_categories ul li a:hover {
  color: #4792e3;
}

.widget-area .widget_categories ul li .post-count {
  float: right;
}

.widget-area .widget_meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: #0f335e;
  padding-left: 14px;
  font-weight: 500;
  font-size: 15px;
}

.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
  background: #4792e3;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_meta ul li a {
  display: inline-block;
  color: #0f335e;
}

.widget-area .widget_meta ul li a:hover {
  color: #4792e3;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}

.widget-area .tagcloud a {
  display: inline-block;
  color: #0f335e;
  font-weight: 500;
  font-size: 14px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #4792e3;
  border-color: #4792e3;
}

/*================================================
Login Area CSS
=================================================*/
.login-image {
  height: 100%;
  width: 100%;
  background-image: url(../img/login-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-image img {
  display: none;
}

.login-content {
  height: 100vh;
}

.login-content .login-form {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.login-content .login-form .logo {
  margin-bottom: 35px;
}

.login-content .login-form .logo a {
  display: inline-block;
}

.login-content .login-form h3 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
}

.login-content .login-form p {
  margin-top: 7px;
  margin-bottom: 0;
}

.login-content .login-form p a {
  display: inline-block;
}

.login-content .login-form form {
  margin-top: 35px;
}

.login-content .login-form form .form-group {
  margin-bottom: 15px;
}

.login-content .login-form form .form-control {
  background-color: #ffffff;
  color: #0f335e;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 55px;
  font-size: 14px;
}

.login-content .login-form form .form-control::-webkit-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.login-content .login-form form .form-control:-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.login-content .login-form form .form-control::-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.login-content .login-form form .form-control::placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.login-content .login-form form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.login-content .login-form form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.login-content .login-form form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.login-content .login-form form .form-control:focus::placeholder {
  color: transparent;
}

.login-content .login-form form .default-btn {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
  box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
  padding-left: 25px;
}

.login-content .login-form form .forgot-password {
  text-align: right;
  margin-top: 15px;
}

.login-content .login-form form .forgot-password a {
  display: inline-block;
  color: #4792e3;
  text-decoration: underline;
}

.login-content .login-form form .forgot-password a:hover {
  color: #0f335e;
}

.login-content .login-form form .connect-with-social {
  margin-top: 15px;
}

.login-content .login-form form .connect-with-social button {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #4792e3;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 11px 30px;
  border-radius: 2px;
  color: #4792e3;
  font-weight: 500;
}

.login-content .login-form form .connect-with-social button i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  font-size: 20px;
}

.login-content .login-form form .connect-with-social button.facebook {
  border-color: #3b5998;
  color: #3b5998;
}

.login-content .login-form form .connect-with-social button.facebook:hover {
  background-color: #3b5998;
  color: #ffffff;
  border-color: #3b5998;
}

.login-content .login-form form .connect-with-social button.google {
  margin-top: 10px;
  border-color: #EA4335;
  color: #EA4335;
}

.login-content .login-form form .connect-with-social button.google:hover {
  background-color: #EA4335;
  color: #ffffff;
  border-color: #EA4335;
}

.login-content .login-form form .connect-with-social button:hover {
  background-color: #4792e3;
  color: #ffffff;
  border-color: #4792e3;
}

/*================================================
Signup Area CSS
=================================================*/
.signup-image {
  height: 100%;
  width: 100%;
  background-image: url(../img/signup-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.signup-image img {
  display: none;
}

.signup-content {
  height: 100vh;
}

.signup-content .signup-form {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.signup-content .signup-form .logo {
  margin-bottom: 40px;
}

.signup-content .signup-form .logo a {
  display: inline-block;
}

.signup-content .signup-form h3 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
}

.signup-content .signup-form p {
  margin-top: 7px;
  margin-bottom: 0;
}

.signup-content .signup-form p a {
  display: inline-block;
}

.signup-content .signup-form form {
  margin-top: 35px;
}

.signup-content .signup-form form .form-group {
  margin-bottom: 15px;
}

.signup-content .signup-form form .form-control {
  background-color: #ffffff;
  color: #0f335e;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 55px;
  font-size: 14px;
}

.signup-content .signup-form form .form-control::-webkit-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.signup-content .signup-form form .form-control:-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.signup-content .signup-form form .form-control::-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.signup-content .signup-form form .form-control::placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.signup-content .signup-form form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.signup-content .signup-form form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.signup-content .signup-form form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.signup-content .signup-form form .form-control:focus::placeholder {
  color: transparent;
}

.signup-content .signup-form form .default-btn {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
  box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
  padding-left: 25px;
}

.signup-content .signup-form form .connect-with-social {
  margin-top: 20px;
}

.signup-content .signup-form form .connect-with-social span {
  display: block;
  text-transform: uppercase;
  color: #4a6f8a;
  margin-bottom: 20px;
}

.signup-content .signup-form form .connect-with-social button {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #4792e3;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 11px 30px;
  border-radius: 2px;
  color: #4792e3;
  font-weight: 500;
}

.signup-content .signup-form form .connect-with-social button i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  font-size: 20px;
}

.signup-content .signup-form form .connect-with-social button.facebook {
  border-color: #3b5998;
  color: #3b5998;
}

.signup-content .signup-form form .connect-with-social button.facebook:hover {
  background-color: #3b5998;
  color: #ffffff;
  border-color: #3b5998;
}

.signup-content .signup-form form .connect-with-social button.google {
  margin-top: 10px;
  border-color: #EA4335;
  color: #EA4335;
}

.signup-content .signup-form form .connect-with-social button.google:hover {
  background-color: #EA4335;
  color: #ffffff;
  border-color: #EA4335;
}

.signup-content .signup-form form .connect-with-social button:hover {
  background-color: #4792e3;
  color: #ffffff;
  border-color: #4792e3;
}

/*================================================
Features Area CSS
=================================================*/
.subscribe-area.bg-f4f5fe {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.subscribe-area.bg-f4f5fe::before {
  width: 100%;
  height: 50%;
  background-color: #f4f5fe;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  position: absolute;
}

.subscribe-content {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  text-align: center;
  padding: 70px;
  background-color: #0f335e;
}

.subscribe-content h2 {
  color: #ffffff;
  max-width: 610px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 500;
}

.subscribe-content form {
  max-width: 600px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-content form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.subscribe-content form .row .col-lg-8, .subscribe-content form .row .col-lg-4, .subscribe-content form .row .col-lg-12 {
  padding-left: 7px;
  padding-right: 7px;
}

.subscribe-content form #validator-newsletter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  color: #ffffff;
}

.subscribe-content form .input-newsletter {
  display: block;
  width: 100%;
  border: none;
  height: 50px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #c32f00;
  padding: 0 0 0 15px;
  font-size: 14px;
  font-weight: 500;
}

.subscribe-content form .input-newsletter::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-content form .input-newsletter:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-content form .input-newsletter::-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-content form .input-newsletter::placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-content form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.subscribe-content form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.subscribe-content form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.subscribe-content form .input-newsletter:focus::placeholder {
  color: transparent;
}

.subscribe-content form button {
  background-color: #0f335e;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  border-radius: 5px;
  height: 50px;
  padding: 0 0;
  line-height: 50px;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}

.subscribe-content form button i {
  margin-right: 2px;
  color: #0f335e;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  top: 4px;
}

.subscribe-content form button:hover, .subscribe-content form button:focus {
  background-color: #4792e3;
}

.subscribe-content form button:hover i, .subscribe-content form button:focus i {
  color: #0f335e;
}

.shape14 {
  position: absolute;
  left: 5%;
  top: 0;
  z-index: -1;
}

.shape14 img {
  -webkit-animation: moveLeftBounce 5s linear infinite;
  animation: moveLeftBounce 5s linear infinite;
}

.shape15 {
  position: absolute;
  right: 2%;
  top: 4%;
  z-index: -1;
}

.shape16 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.shape17 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.shape18 {
  position: absolute;
  z-index: -1;
  right: 20%;
  top: 32%;
}

/*================================================
Free Trial Area CSS
=================================================*/
.free-trial-area {
  position: relative;
  z-index: 1;
}

.free-trial-content {
  text-align: center;
  max-width: 695px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-content h2 {
  font-size: 40px;
  font-weight: 500;
}

.free-trial-content p {
  margin-top: 20px;
}

.free-trial-content .default-btn {
  margin-top: 20px;
}

.shape10 {
  position: absolute;
  right: 30%;
  bottom: 25%;
  z-index: -1;
}

.shape10 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.shape11 {
  position: absolute;
  left: 25%;
  bottom: 27%;
  z-index: -1;
}

.shape11 img {
  -webkit-animation: moveBounce 5s linear infinite;
  animation: moveBounce 5s linear infinite;
}

.shape12 {
  position: absolute;
  left: 10%;
  bottom: 50%;
  z-index: -1;
}

.shape12 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.shape13 {
  position: absolute;
  right: 18%;
  bottom: 60%;
  z-index: -1;
}

.shape13 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
  box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
  padding: 50px 30px;
}

.contact-features-list {
  padding-right: 15px;
  border-right: 1px solid #eeeeee;
}

.contact-features-list h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
}

.contact-features-list p {
  margin-bottom: 10px;
}

.contact-features-list p:last-child {
  margin-bottom: 0;
}

.contact-features-list ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.contact-features-list ul li {
  color: #4a6f8a;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.contact-features-list ul li i {
  color: #4792e3;
  position: absolute;
  left: 0;
  top: 4px;
}

.contact-features-list ul li:last-child {
  margin-bottom: 0;
}

.contact-form h3 {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 500;
}

.contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.contact-form form .row .col-lg-6, .contact-form form .row .col-lg-12 {
  padding-left: 7px;
  padding-right: 7px;
}

.contact-form form .form-group {
  margin-bottom: 15px;
}

.contact-form form .form-control {
  height: 48px;
  padding: 0 15px;
  line-height: initial;
  color: #0f335e;
  background-color: transparent;
  border: 1px solid #cecfdf;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  font-size: 14px;
  font-weight: 400;
}

.contact-form form .form-control:focus {
  border-color: #4792e3;
}

.contact-form form .form-control::-webkit-input-placeholder {
  color: #999999;
}

.contact-form form .form-control:-ms-input-placeholder {
  color: #999999;
}

.contact-form form .form-control::-ms-input-placeholder {
  color: #999999;
}

.contact-form form .form-control::placeholder {
  color: #999999;
}

.contact-form form textarea.form-control {
  height: auto !important;
  padding-top: 15px;
}

.contact-form form .default-btn {
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.3) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.3) !important;
}

.contact-form form .default-btn:hover, .contact-form form .default-btn:focus {
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
}

.contact-form .with-errors ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.contact-form .with-errors ul li {
  color: red;
}

.contact-form #msgSubmit {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.contact-form #msgSubmit.text-danger {
  margin-top: 5px;
}

.contact-info {
  text-align: center;
  margin-top: 50px;
}

.contact-info .contact-info-content h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
}

.contact-info .contact-info-content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
}

.contact-info .contact-info-content h2 a {
  display: inline-block;
  color: #4792e3;
}

.contact-info .contact-info-content h2 a:hover {
  color: #0f335e;
}

.contact-info .contact-info-content h2 a:not(:first-child) {
  color: #0f335e;
}

.contact-info .contact-info-content h2 a:not(:first-child):hover {
  color: #4792e3;
}

.contact-info .contact-info-content h2 span {
  display: block;
  color: #4a6f8a;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
}

.contact-info .contact-info-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 25px;
}

.contact-info .contact-info-content .social li {
  display: inline-block;
  margin: 0 2px;
}

.contact-info .contact-info-content .social li a {
  width: 40px;
  display: block;
  height: 40px;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #aba5a5;
  font-size: 20px;
  position: relative;
}

.contact-info .contact-info-content .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.contact-info .contact-info-content .social li a:hover {
  color: #ffffff;
  border-color: #4792e3;
  background-color: #4792e3;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: #0f335e;
  position: relative;
  z-index: 1;
  padding-top: 80px;
}

.footer-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-animation: imageChange 1s linear 1s infinite;
  animation: imageChange 1s linear 1s infinite;
  background-image: url(../img/footer-shape1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-area::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-animation: imageChangeTwo 1s linear 1s infinite;
  animation: imageChangeTwo 1s linear 1s infinite;
  background-image: url(../img/footer-shape2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.divider {
  width: 100%;
  position: absolute;
  height: 100px;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  -webkit-mask-size: 100% 101%;
  mask-size: 100% 101%;
  background: #0f335e;
  top: -100px;
  left: 0;
  z-index: -1;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget h3 {
  color: #ffffff;
  margin-bottom: 29px;
  font-weight: 500;
  font-size: 22px;
}

.single-footer-widget .logo {
  margin-bottom: 15px;
}

.single-footer-widget .logo a {
  display: inline-block;
}

.single-footer-widget p {
  color: #acc5db;
}

.single-footer-widget .services-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .services-list li {
  color: #acc5db;
  margin-bottom: 10px;
}

.single-footer-widget .services-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .services-list li a {
  display: inline-block;
  color: #acc5db;
}

.single-footer-widget .services-list li a:hover {
  color: #4792e3;
  padding-left: 5px;
}

.single-footer-widget .support-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .support-list li {
  color: #acc5db;
  margin-bottom: 10px;
}

.single-footer-widget .support-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .support-list li a {
  display: inline-block;
  color: #acc5db;
}

.single-footer-widget .support-list li a:hover {
  color: #4792e3;
  padding-left: 5px;
}

.single-footer-widget .footer-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .footer-contact-info li {
  color: #ffffff;
  margin-bottom: 10px;
}

.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-contact-info li a {
  display: inline-block;
  color: #acc5db;
}

.single-footer-widget .footer-contact-info li a:hover {
  color: #4792e3;
}

.single-footer-widget .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}

.single-footer-widget .social li {
  display: inline-block;
  margin-right: 5px;
}

.single-footer-widget .social li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 33px;
  background-color: #4e6e8a;
  text-align: center;
  font-size: 17px;
  border-radius: 2px;
}

.single-footer-widget .social li a:hover {
  color: #0f335e;
  background-color: #ffffff;
}

.copyright-area {
  border-top: 1px solid #1c2250;
  text-align: center;
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.copyright-area p {
  line-height: initial;
  color: #acc5db;
}

.copyright-area p a {
  display: inline-block;
  color: #0f335e;
}

.copyright-area p a:hover {
  color: #4792e3;
}

@-webkit-keyframes imageChange {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes imageChange {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes imageChangeTwo {
  0% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes imageChangeTwo {
  0% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 15px;
  color: #0f335e;
  background-color: #ffffff;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 40px;
  -webkit-transition: .9s;
  transition: .9s;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 70%;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.go-top:hover {
  background-color: #0f335e;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/*================================================
SaaS Home Page CSS
=================================================*/
.black-btn {
  background-color: #0f335e !important;
  margin-left: 10px;
}

.black-btn span {
  background-color: #4792e3 !important;
}

.black-btn i {
  color: #ffffff;
}

/* Saas banner */
.saas-banner {
  height: 840px;
  background: #4792e3;
  position: relative;
  z-index: 1;
  background: url(../img/banner.jpg);
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.saas-banner .saas-image {
  z-index: 1;
}

.saas-banner .saas-image.mt-70 {
  margin-top: 70px;
}

.saas-banner .hero-content {
  z-index: 1;
  position: relative;
}

.saas-banner .hero-content h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 600;
  margin: 0;
}

.saas-banner .hero-content p {
  color: #ffffff;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 35px;
}

.saas-banner .hero-content .default-btn {
  background-color: #0f335e;
}

.saas-banner .hero-content .default-btn i {
  /*color: #0f335e;*/
  color: #ffffff;
}

.saas-banner .hero-content .default-btn:hover i {
  color: #ffffff;
}

.saas-banner .hero-content .default-btn span {
  background-color: #0f335e;
}
.saas-banner .hero-content .default-btn.ban-btn span {
    background-color: #4792e3;
}

.saas-banner .hero-content .default-btn.ban-btn-2 {
    margin-left: 10px;
}

.saas-banner .hero-content .video-btn {
  margin-left: 15px;
  color: #ffffff;
  position: relative;
  display: inline-block;
  margin-top: 6px;
  -webkit-transform: .6s;
  transform: .6s;
  font-size: 15px;
  font-weight: 600;
}

.saas-banner .hero-content .video-btn i {
  font-size: 20px;
  position: relative;
  margin-left: inherit;
  background: #ffffff;
  color: #0f335e;
  height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  padding-left: 3px;
  margin-right: 6px;
}

.saas-banner .hero-content .video-btn:hover i {
  background-color: #0f335e;
  color: #ffffff;
}

.saas-banner .saas-image {
  position: relative;
}

.saas-banner .saas-image img {
  position: absolute;
}

.saas-banner .saas-image img:nth-child(1) {
  top: -200px;
  left: 0;
}

.saas-banner .saas-image img:nth-child(2) {
  left: 55px;
  top: -100px;
}

.saas-banner .saas-image img:nth-child(3) {
  left: 32%;
  z-index: 1;
  top: -170px;
}

.saas-banner .saas-image img:nth-child(4) {
  right: 27%;
  top: 110px;
  z-index: 2;
}

.saas-banner .saas-image img:nth-child(5) {
  right: 15%;
  top: 80px;
  z-index: 2;
}

.saas-banner .saas-image img:nth-child(6) {
  right: 36%;
  top: -170px;
}

.saas-banner .saas-image img:nth-child(7) {
  right: 50%;
  top: 96px;
  z-index: 2;
}

.saas-banner .saas-image img:nth-child(8) {
  right: 25%;
  top: 45px;
  z-index: 1;
}

.saas-banner .saas-image img:nth-child(9) {
  right: 100px;
  top: 5px;
}

.saas-banner .saas-image img:nth-child(10) {
  left: 28%;
  top: -76px;
  z-index: 1;
}

.saas-banner .saas-image img:nth-child(11) {
  right: 40%;
  top: -20px;
}

.saas-banner .saas-image img:nth-child(12) {
  top: -292px;
  left: 45px;
}

.saas-banner .saas-image img:last-child {
  display: none;
}

.saas-banner #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#particles-js {
  width: 100%;
  height: 100%;
}

/* End Saas banner */
/* Shape rotate */
.shape-rotate {
  position: absolute;
  left: 13%;
  top: 23%;
  z-index: -1;
  opacity: .3;
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}

/* End Shape rotate */
/* Features inner content */
.features-inner-content .features-item {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
  text-align: left;
}

.features-inner-content .features-item:last-child {
  margin-bottom: 0;
}

.features-inner-content .features-item i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .6s;
  transition: .6s;
}

.features-inner-content .features-item:hover i {
  border-radius: 50% !important;
}

.features-inner-content .features-item h3 {
  font-size: 22px;
}

.features-inner-content .features-item p {
  margin: 0;
}

.fun-facts-inner-content h2 {
  font-weight: 600;
}

.fun-facts-inner-content p {
  margin-bottom: 15px !important;
}

.fun-facts-inner-content ul {
  margin: 0;
  padding: 0;
}

.fun-facts-inner-content ul li {
  list-style-type: none;
  margin-bottom: 6px;
  color: #4a6f8a;
}

.fun-facts-inner-content ul li i {
  color: #4792e3;
  padding-right: 3px;
}

.fun-facts-inner-content .default-btn {
  margin-top: 20px !important;
}

/* End Features inner content */
/* Overview section */
.overview-item {
  margin-bottom: 50px;
  border-bottom: 1px solid #edf0f7;
  padding-bottom: 50px;
}

.overview-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.overview-content .number {
  background-color: #4792e3;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 600;
}

.overview-content h3 {
  font-size: 25px;
}

.overview-content p {
  margin: 0;
}

.overview-content ul {
  margin: 15px 0 0;
  padding: 0;
}

.overview-content ul li {
  list-style-type: none;
  margin-bottom: 6px;
  color: #4a6f8a;
}

.overview-content ul li:last-child {
  margin-bottom: 0;
}

.overview-content ul li i {
  color: #4792e3;
  padding-right: 3px;
}

.overview-content .default-btn {
  margin-top: 25px;
}

/* End Overview section */
/* Service details */
.service-details-image {
  margin-bottom: 30px;
}

.service-details-image img {
  width: 100%;
  border-radius: 5px;
}

.service-details-content {
  margin-top: 5px;
}

.service-details-content h1 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-content h2 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-content h3 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-content h4 {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-content h6 {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-content ul, .service-details-content ol {
  padding-left: 17px;
}

.service-details-content ul li, .service-details-content ol li {
  line-height: 1.7;
  margin-bottom: 5px;
}

.service-details-content ul li:last-child, .service-details-content ol li:last-child {
  margin-bottom: 0;
}

.service-details-content .service-details-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  background: #f4f5fe;
  padding: 30px 20px;
  border-radius: 10px;
}

.service-details-content .service-details-info .single-info-box {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.service-details-content .service-details-info .single-info-box h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.service-details-content .service-details-info .single-info-box span {
  display: block;
  color: #4a6f8a;
  font-size: 15px;
}

.service-details-content .service-details-info .single-info-box .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.service-details-content .service-details-info .single-info-box .social li {
  display: inline-block;
  margin-right: 5px;
}

.service-details-content .service-details-info .single-info-box .social li a {
  background-color: #ffffff;
  color: #4a6f8a;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  line-height: 32px;
}

.service-details-content .service-details-info .single-info-box .social li a:hover {
  color: #4792e3;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.service-details-content .service-details-info .single-info-box .default-btn {
  display: inline-block;
  padding: 12px 30px;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #4792e3;
  border: 1px solid #4792e3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}

.service-details-content .service-details-info .single-info-box .default-btn:hover {
  background-color: #ffffff;
  color: #4792e3;
}

.service-details-content .service-details-info .single-info-box:last-child {
  text-align: center;
}

/* End Service details */
/*================================================
Digital Agency Banner Area CSS
=================================================*/
.digital-agency-banner {
  padding-top: 235px;
  padding-bottom: 235px;
  background-image: url(../img/marketing-agency/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000000a6;
  background-blend-mode: multiply;
}

.digital-agency-banner-content {
  max-width: 540px;
}

.digital-agency-banner-content h1 {
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.3;
  font-size: 57px;
  font-weight: 700;
}

.digital-agency-banner-content h1 span {
  color: #4792e3;
}

.digital-agency-banner-content p {
  color: #ffffff;
}

.digital-agency-banner-content .default-btn {
  margin-top: 18px;
}

/*================================================
Featured Area CSS
=================================================*/
.single-featured-box {
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.single-featured-box img {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-featured-box h3 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.5;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  font-size: 24px;
  font-weight: 600;
}

.single-featured-box .read-more-btn {
  position: absolute;
  left: 20px;
  bottom: 25px;
  z-index: 2;
  font-weight: 600;
  color: #ffffff;
  padding-right: 22px;
  display: inline-block;
}

.single-featured-box .read-more-btn i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 21px;
  color: #4792e3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-featured-box .link-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.single-featured-box::before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #000000;
  opacity: .55;
}

.single-featured-box:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*================================================
Services Area CSS
=================================================*/
.single-services-box {
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #f9f9f9;
}

.single-services-box .content {
  padding: 30px 0 30px 25px;
}

.single-services-box .content h3 {
  line-height: 1.4;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
  margin-right: -20px;
}

.single-services-box .content .read-more-btn {
  font-weight: 600;
  padding-right: 22px;
  position: relative;
  display: inline-block;
}

.single-services-box .content .read-more-btn i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 21px;
  color: #4792e3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box .content .read-more-btn:hover {
  padding-right: 28px;
}

.single-services-box .image {
  height: 100%;
  -webkit-clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-services-box .image.bg-1 {
  background-image: url(../img/ghostwriting.jpg);
}

.single-services-box .image.bg-2 {
  background-image: url(../img/book-editong.jpg);
}

.single-services-box .image.bg-3 {
  background-image: url(../img/book-trailers.jpg);
}

.single-services-box .image.bg-4 {
  background-image: url(../img/book-cover-design.jpg);
}

.single-services-box .image.bg-5 {
  background-image: url(../img/book-publishing.jpg);
}

.single-services-box .image.bg-6 {
  background-image: url(../img/marketing.jpg);
}

.single-services-box .image.bg-7 {
  background-image: url(../img/book-tanslation.jpg);
}

.single-services-box .image img {
  display: none;
}

.services-btn-box {
  text-align: center;
  margin-top: 10px;
}

.services-btn-box .default-btn {
  background-color: transparent;
  border: 1px solid #0f335e;
  color: #0f335e;
  padding: 11.5px 35px 11px 65px;
}

.services-btn-box .default-btn i {
  left: 35px;
  color: #0f335e;
}

.services-btn-box .default-btn:hover {
  border-color: #4792e3;
  color: #ffffff;
}

.services-btn-box .default-btn:hover i {
  color: #ffffff;
}

/*================================================
Case Studies Area CSS
=================================================*/
.case-studies-area {
  background-color: #00062f;
  overflow: hidden;
}

.case-studies-area .section-title h2 {
  color: #ffffff;
}

.case-studies-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.single-case-studies-item {
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
}

.single-case-studies-item .image {
  border-radius: 5px 5px 0 0;
}

.single-case-studies-item .image img {
  border-radius: 5px 5px 0 0;
}

.single-case-studies-item .content {
  background-color: #f9f9f9;
  text-align: left;
  padding: 30px 25px 25px;
  border-radius: 0 0 5px 5px;
  position: relative;
}

.single-case-studies-item .content h3 {
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 600;
  font-size: 22px;
}

.single-case-studies-item .content .link-btn {
  width: 40px;
  height: 40px;
  line-height: 48px;
  text-align: center;
  background-color: #0f335e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border-radius: 3px;
  position: absolute;
  font-size: 30px;
  right: 20px;
  top: -20px;
  display: inline-block;
}

.single-case-studies-item .content .link-btn:hover {
  color: #ffffff;
  background-color: #4792e3;
}

.case-studies-slides.owl-theme {
  left: calc((100% - 1270px) / 2);
  position: relative;
}

.case-studies-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 26.88%;
  top: -105px;
}

.case-studies-slides.owl-theme .owl-nav [class*=owl-] {
  color: #0f335e;
  font-size: 35px;
  margin: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 3px 0 0 0 !important;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case-studies-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  margin-left: 10px;
}

.case-studies-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #0f335e;
  color: #ffffff;
}

/*================================================
Company Preview Area CSS
=================================================*/
.company-preview-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/marketing-agency/company-preview.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 265px;
  padding-bottom: 265px;
}

.company-preview-area::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  bottom: 0;
  background-color: #000000;
  opacity: 0.4;
}

.company-preview-video {
  text-align: center;
}

.company-preview-video .video-btn {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.79);
  border-radius: 50%;
  position: relative;
  color: #0f335e;
  font-size: 100px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.company-preview-video .video-btn::after, .company-preview-video .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.company-preview-video .video-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.company-preview-video .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.company-preview-video .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.company-preview-video .video-btn:hover, .company-preview-video .video-btn:focus {
  background-color: #4792e3;
  color: #ffffff;
}

.company-preview-video .video-btn:hover::after, .company-preview-video .video-btn:hover::before, .company-preview-video .video-btn:focus::after, .company-preview-video .video-btn:focus::before {
  border-color: #4792e3;
}

/*================================================
Let's Talk Area CSS
=================================================*/
.lets-talk-content .sub-title {
  font-weight: 600;
  color: #0f335e;
  display: block;
  margin-bottom: 10px;
}

.lets-talk-content h2 {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
}

.lets-talk-btn {
  text-align: right;
}

.dark-version {
  top: 50%;
  right: 30px;
  z-index: 99991;
  position: fixed;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.dark-version .switch {
  width: 60px;
  height: 34px;
  position: relative;
  display: inline-block;
}

.dark-version .switch input {
  width: 0;
  height: 0;
  opacity: 0;
}

.dark-version .slider {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #4792e3;
}

.dark-version .slider:before {
  top: 0;
  bottom: 0;
  width: 30px;
  left: 2.5px;
  content: "";
  height: 30px;
  margin: auto 0;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0px 15px #2020203d;
          box-shadow: 0 0px 15px #2020203d;
  background: white url("../img/sun.png");
  background-position: center;
  background-repeat: no-repeat;
}

.dark-version input:checked + .slider {
  background-color: #4792e3;
}

.dark-version input:checked + .slider:before {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
  background: white url("../img/night-mode.png");
  background-repeat: no-repeat;
  background-position: center;
}

.dark-version .slider.round {
  border-radius: 50px;
}

.dark-version .slider.round:before {
  border-radius: 50%;
}

.buy-now-btn {
  z-index: 9;
  width: 65px;
  right: 100px;
  height: 65px;
  bottom: 15px;
  position: fixed;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #81b441;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  -webkit-animation-name: tada;
          animation-name: tada;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.buy-now-btn img {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.buy-now-btn::before {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  background-color: #81b441;
  -webkit-animation: ripple 1.5s ease-out infinite;
          animation: ripple 1.5s ease-out infinite;
}

@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}


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

  .our-teams .our-team-card .our-team-card-img .our-team-card-content p {
    font-size: 14px;
    margin: 0 auto;
    width: 100%;
}

}

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


@media only screen and (max-width: 600px) {
 .saas-banner {
    height: 840px;
    background: #4792e3 !important;
  }

  a.default-btn.res {
    padding: 7px 17px !important;
}
}



.our-teams {
  padding: 50px;
  position: relative;
}
.our-process .our-procard1 .our-process-card-content {
  height: 160px;
}
.our-process .our-procard2 .our-process-card-content {
  height: 160px;
}
.our-teams::before {
  content: "";
  position: absolute;
  top: 28%;
  right: 0;
  left: 0;
  /* bottom: 0; */
  /* padding: 45px 0 0px; */
  background-image: url(../images/our-team-experts-bg-img.html);
  background-repeat: no-repeat;
  /* background-position: center; */
  height: 100%;
  z-index: -1;
  width: 100%;
}
.our-teams .our-team-card {
  position: relative;
  margin: 0 0 250px;
}
.our-teams .our-teams-heading {
  text-align: center;
  margin: 0px 0 55px;
}
.our-teams .our-teams-heading p {
  font-size: 18.01px;
  font-weight: 400;
  padding: 0 123px;
  color: #231e33;
}
.our-teams .our-team-button {
  text-align: center;
}
.our-teams .our-team-button a.hvr-grow {
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  width: 240px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: transparent;
  background-color: #231e33;
  color: #fff;
  box-shadow: 0px 0px 12px 1px #ffa22a;
}
.our-teams .our-team-card .our-team-card-img .our-team-card-content {
  text-align: center;
}
.our-teams .our-team-card .our-team-card-img .our-team-card-content p {
  font-family: "Ubuntu-med";
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  color: #565656;
  text-transform: capitalize;
}
/* .our-teams .our-team-card .our-team-card-img {
  position: relative;
} */

.our-teams .our-team-card .our-team-card-avatar img {
  width: 196px;
  height: 445px;
  object-fit: scale-down;
}
.our-teams .our-team-card .our-team-card-img .our-team-card-content {
  position: absolute;
  top: 22%;
  margin: 0px 20px;
  left: 0;
  right: 0;
}
.our-teams .our-team-card .our-team-card-avatar {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
}
.our-teams .our-team-card:hover .our-team-card-img .our-team-card-content p {
  color: #ffffff;
  text-transform: capitalize;
}
.our-teams .our-team-card:hover .our-team-card-img .img1 {
  /* opacity: 0; */
  display: none;
}
.our-teams .our-team-card:hover .our-team-card-img .img2 {
  /* opacity: 1; */
  display: block;
}
.our-teams .our-team-card .our-team-card-img .img2 {
  /* opacity: 0; */
  display: none;
}
.our-teams .our-team-card .our-team-card-img .our-team-card-content p span {
  display: block;
  text-transform: capitalize;
}
/* what-books-we-write-css */

.whatbooks-we-write {
  background-image: url(../images/what-kinds-of-book-bg-img.html);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15rem 0;
}
.whatbooks-we-write .books-we-write-heading {
  text-align: center;
}
.whatbooks-we-write .books-we-write-heading h3, .books-we-write-heading h2 {
  font-family: "EB Garamond", serif;
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 150px;
  text-transform: capitalize;
}
.whatbooks-we-write .books-we-write-heading p {
  font-family: "Rubik", sans-serif;
  font-size: 18.02px;
  font-weight: 400;
  color: #d0d0d0;
  text-transform: capitalize;
}
.whatbooks-we-write .books-we-write-card {
  text-align: center;
  margin-bottom: 40px;
}
.whatbooks-we-write .books-we-write-card h5 {
  font-family: "Rubik", sans-serif;
  font-size: 30.01px;
  font-weight: 600;
  color: #ffa22a;
}
.whatbooks-we-write .books-we-write-card p {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 0 2em;
  color: #ffffff;
}
.whatbooks-we-write .books-we-write-card a {
  font-family: "Rubik", sans-serif;
  font-size: 23.75px;
  font-weight: 400;
  color: #ffa22a;
  transition: 0.3s all linear;
}
.whatbooks-we-write .books-we-write-card a:hover {
  margin: 0 0 0 15px;
}
.whatbooks-we-write .what-books-we-write-btn {
  text-align: center;
}
.whatbooks-we-write .what-books-we-write-btn button {
  height: 65px;
  border-radius: 50px;
  width: 229px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: transparent;
  background-color: #ffa22a;
  color: #ffffff;
  box-shadow: 0px 0px 12px 1px #ffa22a;
}
.whatbooks-button {
  text-align: center;
  margin: 20px 0 0 0;
}
.whatbooks-button a.hvr-grow {
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  width: 240px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: transparent;
  background-color: #231e33;
  color: #fff;
  box-shadow: 0px 0px 12px 1px #ffa22a;
}
.icon-mainn {
    width: 80px;
    height: 80px;
    background: #4792e3;
    margin: auto;
    border-radius: 80px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
}
.icon-mainn img {
    width: 72%;
}

.sub-menu-al {
    position: relative;
    background: white;
    width: 210px;
    border-radius: 3px;
    overflow: hidden;
    height: 0;
    position: absolute;
    transition: all 0.3s linear;
}

li.nav-item.hover-sub-menu {
    position: relative;
}

.sub-menu-al ul.sub-inner {
    padding: 10px 16px;
    text-align: left;
}

.sub-menu-al a {
    margin: 0 !important;
}


li.nav-item.hover-sub-menu:hover .sub-menu-al {
    height: fit-content;
    transition: all 0.3s linear;
}
.icon-al {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .6s;
    transition: .6s;
}
.icon-al {
    background: #4792e3;
    border-radius: 0px 50% 50% 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-al img {
    width: 60%;
}
.icon-al.back-col-1 {
    background: #13c4a1;
}

.icon-al.back-col-2 {
    background: #6610f2;
}

.icon-al.back-col-3 {
    background: #ff612f;
}



/*review css*/
/*@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wghta@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "Gadugi";
  src: url("../fonts/Gadugi.eot");
  src: url("../fonts/Gadugi.eot?#iefix") format("embedded-opentype"), url("../fonts/Gadugi.woff2") format("woff2"), url("../fonts/Gadugi.woff") format("woff"), url("../fonts/Gadugi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gadugi";
  src: url("../fonts/Gadugi-Bold.eot");
  src: url("../fonts/Gadugi-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gadugi-Bold.woff2") format("woff2"), url("../fonts/Gadugi-Bold.woff") format("woff"), url("../fonts/Gadugi-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gadugi";
  src: url("../fonts/Gadugi-Bold_1.eot");
  src: url("../fonts/Gadugi-Bold_1.eot?#iefix") format("embedded-opentype"), url("../fonts/Gadugi-Bold_1.woff2") format("woff2"), url("../fonts/Gadugi-Bold_1.woff") format("woff"), url("../fonts/Gadugi-Bold_1.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-reg";
  src: url("../fonts/UbuntuMono-Regular.eot");
  src: url("../fonts/UbuntuMono-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/UbuntuMono-Regular.woff2") format("woff2"), url("../fonts/UbuntuMono-Regular.woff") format("woff"), url("../fonts/UbuntuMono-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-bold";
  src: url("../fonts/UbuntuMono-Bold.eot");
  src: url("../fonts/UbuntuMono-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/UbuntuMono-Bold.woff2") format("woff2"), url("../fonts/UbuntuMono-Bold.woff") format("woff"), url("../fonts/UbuntuMono-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-light";
  src: url("../fonts/Ubuntu-Light.eot");
  src: url("../fonts/Ubuntu-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-Light.woff2") format("woff2"), url("../fonts/Ubuntu-Light.woff") format("woff"), url("../fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-med";
  src: url("../fonts/Ubuntu-Medium.eot");
  src: url("../fonts/Ubuntu-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Ubuntu-Medium.woff2") format("woff2"), url("../fonts/Ubuntu-Medium.woff") format("woff"), url("../fonts/Ubuntu-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
body {
  overflow-x: hidden;
  background-color: #fff;
}
h1,h2,h3,h4,h5{
  text-transform: uppercase!important;
}
main {
  overflow: hidden;
}
a {
  text-decoration: none;
  text-transform: capitalize;
}
.btn:focus {
  outline: none;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
button:focus {
  outline: none;
  box-shadow: none;
  text-transform: capitalize;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.tc-image-effect-shine::before {
  z-index: -1;
}
/*logo css*/

.banner .highly-recomended-by {
  text-align: center;
}
.banner .highly-recomended-by h5 {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #ffa22a;
  margin: 0 0 15px;
}
.banner .highly-recomended-by .img ul li {
  display: inline;
}
.banner .highly-recomended-by .img ul li:nth-child(even) {
  margin: 0 40px;
}
.banner .highly-recomended-by .img ul li:nth-child(2) img {
  height: auto;
  width: 8%;
}
.banner .highly-recomended-by .img ul li img {
  width: 14%;
  object-fit: cover;
  filter: brightness(0) invert(1);
  transition: all .3s ease-in-out;
}
.banner .highly-recomended-by .img ul li img:hover {
  filter: brightness(1) invert(0);
}
.banner2 .highly-recomended-by-service-page {
  text-align: left;
  margin: 50px 0 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* header css */

.header-1 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 10px 0;
}
.header-1.single-header {
  background: linear-gradient( 80deg, rgba(75, 59, 114, 1) 0%, rgba(54, 44, 79, 1) 50%, rgba(41, 34, 58, 1) 100%);
}
.header-1.sticky-header {
  padding: 0px 0;
  background: linear-gradient( 80deg, rgba(75, 59, 114, 1) 0%, rgba(54, 44, 79, 1) 50%, rgba(41, 34, 58, 1) 100%);
  position: fixed;
  z-index: 999;
}
.header-1 .navalign {
  justify-content: end;
}
.header-1 .navalign ul {
  margin: 0 auto;
}
.header-1 ul li a {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin: 0 20px;
}
.header-1 ul li a i {
  margin: 0 0 0 8px;
}
.header-1 ul li {
  position: relative;
}
.header-1 form button {
  border-radius: 50px;
  width: 185px;
  height: 50px;
  background-color: #ffa22a;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  border: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
  padding: 0;
}
.header-1 .navalign ul li:hover .dropdown_menu {
  display: block;
}
.header-1 .navalign ul li:hover a i {
  animation: bounce2 1s ease infinite;
}
.header-1 .navalign ul .dropdown_list .dropdown_menu {
  background-color: #f49823;
  position: absolute;
  width: 335px;
  top: 100%;
  display: none;
  z-index: 999;
}
.header-1 .navalign ul .dropdown_list .dropdown_menu ul li {
  padding: 9px 10px;
  border-bottom: 1px solid #ffffff;
  display: block;
}
.header-1 .navalign ul .dropdown_list .dropdown_menu ul li:last-child {
  border-bottom: none;
}
.header-1 .navalign ul .dropdown_list .dropdown_menu ul li a {
  color: #fff;
  width: 100%;
}
.header-1 .navalign ul .dropdown_list .dropdown_menu ul li:hover {
  transform: inherit !important;
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-15px);
  }
}


.banner {
  background-image: url("../images/banner-bg-img.html");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 195px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner.service-banner-bg {
  background-image: url("../images/service-banner.html");
}
.banner .banner-content {
  text-align: center;
  margin: 0 0 2em;
}
.frequently-asked-questions .accordion-header {
  margin: inherit;
}
.banner .banner-content h1 span {
  display: block;
}
.banner .banner-content h1, .banner-content h5 {
  font-family: "EB Garamond", serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
  /* line-height: 164px; */
  margin: 0 0 25px;
}
.banner .banner-content h2 span {
  display: block;
}
.banner .banner-content p span {
  display: block;
}
.banner .banner-content h2, .banner-content p {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffa22a;
  margin: 0 0 50px;
}
.banner .banner-content .banner-form {
  border-radius: 60px;
}
.banner .banner-content .banner-form form {
  border-radius: 60px;
  line-height: 90px;
  background-color: rgba(255, 255, 255, 0.2);
}
.banner .banner-content .banner-form form input {
  height: 50px;
  width: 20%;
  border-radius: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  outline: none;
  border: transparent;
  margin: 0 10px;
  color:#fff;
}
.banner .banner-content .banner-form form .iti--allow-dropdown input {
  width: 100%;
  margin: 0;
}
.banner .banner-content .banner-form form .iti--allow-dropdown {
  width: 16%;
  margin: 0px 20px 0 10px;
}
.iti__country {
  line-height: 30px;
}
.banner .banner-content .banner-form form button {
  border-radius: 50px;
  width: 20%;
  height: 50px;
  line-height: 50px;
  background-color: #ffa22a;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 20px;
  border: transparent;
  box-shadow: 0px 0px 30px 1px #ffa22a;
}
.banner .banner-content .banner-form form input::placeholder {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #a3a3a3;
}
/* brands-with-us css */

.brands-with-us {
  text-align: center;
  /* padding: 200px 0 160px; */
  position: relative;
}
.brands-with-us::after {
  position: absolute;
  content: "";
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/brands-with-us-bg-img.html);
  background-position: bottom right;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  z-index: -1;
}
.brands-with-us .brands-with-us-heading {
  margin: 35px 0 30px;
}
.brands-with-us .brands-with-us-heading h5, .brands-with-us-heading h2 {
  font-family: "EB Garamond", serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffa22a;
}
.brands-with-us1 .brands-with-us-heading h2, .brands-with-us-heading h5 {
  font-family: "EB Garamond", serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffa22a;
}
.brands-with-us p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: capitalize;
  color: #292929;
  margin: 0 0 30px;
}
.brands-with-us-img {
  margin-bottom: 0;
}
.brands-with-us-img .brand-main-logos img {
  width: 50%;
  display: block;
  margin: 0 auto;
  height: auto;
}
/* why-choose-us css */

.custom-shape-divider-top-1659029668 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1659029668 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 81px;
}
.custom-shape-divider-top-1659029668 .shape-fill1 {
  fill: #ffffff;
}
.custom-shape-divider-bottom-1659029690 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-bottom-1659029690 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 81px;
}
.custom-shape-divider-bottom-1659029690 .shape-fill {
  fill: #ffffff;
}
.why-choose-us {
  /* background: #262035; */
  padding: 100px 0;
  background-image: url("../images/why-choose-us-bg-img.html");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.why-choose-us .why-choose-us-heading {
  margin: 0 0 30px;
}
.why-choose-us .why-choose-us-heading h2, .why-choose-us-heading h5 {
  font-family: "EB Garamond", serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffa22a;
}
.why-choose-us .why-choose-us-heading h2 span {
  display: block;
}
.why-choose-us p {
  font-family: "Rubik", sans-serif;
  font-size: 18.01px;
  font-weight: 400;
  color: #ffffff;
  width: 582px;
  margin: 0 0 50px;
}
.why-choose-us .why-choose-us-btns button {
  height: 50px;
  border-radius: 50px;
  width: 229px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.why-choose-us .why-choose-us-btns .btn1 {
  background-color: #ffa22a;
  color: #ffffff;
  box-shadow: 0px 0px 17px 1px #ffa22a;
  border: transparent;
}
.why-choose-us .why-choose-us-btns .btn2 {
  background-color: #ffffff;
  color: #5d5d5d;
  box-shadow: 0px 0px 17px 1px #ffffff;
  border: transparent;
  margin: 0 10px;
}
.why-choose-us .why-choose-us-animatedimg {
  text-align: center;
}
/* little-intro css*/

.little-intro-aboutus {
  /* background-image: url("../images/little-intro-bg-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
  padding: 50px;
  position: relative;
}
.little-intro-aboutus::after {
  position: absolute;
  top: 135px;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  z-index: -1;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("../images/little-intro-bg-img.html");
  /* background-repeat: no-repeat; */
  /* background-size: 100% 100%; */
  background-position: center;
  /* padding: 150px 0; */
}
.little-intro-aboutus .little-intro-img img {
  width: 100%;
}
.little-intro-aboutus .little-intro-content.second-sec {
  margin: 0 0 0 55px;
}
.little-intro-aboutus .little-intro-content h2, .little-intro-content h5 {
  font-family: "EB Garamond", serif;
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
}
.little-intro-aboutus .little-intro-content p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #bfbfbf;
  width: 582px;
}
.little-intro-aboutus .little-intro-content .little-intro-btns button {
  height: 50px;
  border-radius: 50px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: transparent;
}
.little-intro-aboutus .little-intro-content .little-intro-btns a {
  height: 65px;
  border-radius: 50px;
  width: 229px;
  font-family: rubik, sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: transparent;
  line-height: 65px;
  text-align: center;
}
.little-intro-aboutus .little-intro-content .little-intro-btns .btn1 {
  background-color: #ffa22a;
  color: #ffffff;
  box-shadow: 0px 0px 12px 1px #ffa22a;
  margin: 0 0 20px 0;
}
.little-intro-aboutus .little-intro-content .little-intro-btns .btn2 {
  background-color: #231e33;
  color: #ffffff;
  box-shadow: 0px 0px 12px 1px #231e33;
  margin: 0 10px;
}
/* top-5-features css */

.top-5-features {
  background-image: url("../images/top-5-features.html");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 0;
}
.top-5-features .top-5-heading {
  text-align: center;
  margin: 25px 0;
}

.top-5-features .top-5-heading span {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  padding: 0 5px;
  margin: 25px 0;
}
.top-5-features .top-5-heading span.border-set {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.top-5-features .top-5-features-cards {
  text-align: center;
  /* padding: 25px 50px 5px; */
  /* border-top-left-radius: 100px;
  border-bottom-right-radius: 100px; */
  position: relative;
  z-index: 2;
  min-height: 440px;
  padding: 20px 0;
  margin-bottom: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-5-features .top-5-features-cards::before {
  content: "";
  position: absolute;
  background-color: #ffa22a;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.top-5-features .top-5-features-cards::after {
  content: "";
  position: absolute;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.top-5-features .top-5-features-cards h3 {
  font-family: "Rubik", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #231e33;
  text-transform: capitalize;
}
.top-5-features .top-5-features-cards span {
  display: block;
}
.top-5-features .top-5-features-cards p {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 300;
  /* height: 150px; */
  /* overflow-y: scroll; */
  color: #8a8a8a;
  padding: 0 2em;
}
.top-5-features .top-5-features-cards a {
  font-family: "Rubik", sans-serif;
  font-size: 23.99px;
  font-weight: 400;
  color: #231e33;
  transition: 0.3s all ease-in-out;
}
.top-5-features .top-5-features-cards a:hover {
  margin: 0 0 0 15px;
  /* position: relative;
  left: 2%; */
  /* transition: all 0.1s linear; */
}
.top-5-features .top-5-btn {
  text-align: center;
  margin: 0 0 60px;
}
.top-5-features .top-5-btn button {
  height: 50px;
  border-radius: 50px;
  width: 200px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: transparent;
  background-color: #ffa22a;
  color: #ffffff;
  box-shadow: 0px 0px 12px 1px #ffa22a;
}
/* our-team css */

.our-teams {
  padding: 50px;
  position: relative;
}
.our-process .our-procard1 .our-process-card-content {
  height: 160px;
}
.our-process .our-procard2 .our-process-card-content {
  height: 160px;
}
.our-teams::before {
  content: "";
  position: absolute;
  top: 28%;
  right: 0;
  left: 0;
  /* bottom: 0; */
  /* padding: 45px 0 0px; */
  background-image: url(../images/our-team-experts-bg-img.html);
  background-repeat: no-repeat;
  /* background-position: center; */
  height: 100%;
  z-index: -1;
  width: 100%;
}
.our-teams .our-team-card {
  position: relative;
  margin: 0 0 250px;
}
.our-teams .our-teams-heading {
  text-align: center;
  margin: 0px 0 55px;
}

.our-teams .our-teams-heading p {
  font-family: "Rubik", sans-serif;
  font-size: 18.01px;
  font-weight: 400;
  padding: 0 123px;
  color: #231e33;
}
.our-teams .our-team-button {
  text-align: center;
}
.our-teams .our-team-button a.hvr-grow {
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  width: 240px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: transparent;
  background-color: #231e33;
  color: #fff;
  box-shadow: 0px 0px 12px 1px #ffa22a;
}
.our-teams .our-team-card .our-team-card-img .our-team-card-content {
  text-align: center;
}
.our-teams .our-team-card .our-team-card-img .our-team-card-content p {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  color: #565656;
  text-transform: capitalize;
}
/* .our-teams .our-team-card .our-team-card-img {
  position: relative;
} */

.our-teams .our-team-card .our-team-card-avatar img {
  width: 196px;
  height: 347.6px;
  object-fit: scale-down;
}
.our-teams .our-team-card .our-team-card-img .our-team-card-content {
  position: absolute;
  top: 22%;
  margin: 0px 20px;
  left: 0;
  right: 0;
}
.our-teams .our-team-card .our-team-card-avatar {
  position: absolute;
  top: 63%;
  left: 0;
  right: 0;
}
.our-teams .our-team-card:hover .our-team-card-img .our-team-card-content p {
  color: #ffffff;
  text-transform: capitalize;
}
.our-teams .our-team-card:hover .our-team-card-img .img1 {
  /* opacity: 0; */
  display: none;
}
.our-teams .our-team-card:hover .our-team-card-img .img2 {
  /* opacity: 1; */
  display: block;
}
.our-teams .our-team-card .our-team-card-img .img2 {
  /* opacity: 0; */
  display: none;
}
.our-teams .our-team-card .our-team-card-img .our-team-card-content p span {
  display: block;
  text-transform: capitalize;
}
/* what-books-we-write-css */

.whatbooks-we-write {
  background-image: url(../images/what-kinds-of-book-bg-img.html);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15rem 0;
}
.whatbooks-we-write .books-we-write-heading {
  text-align: center;
}
.whatbooks-we-write .books-we-write-heading h3, .books-we-write-heading h2 {
  font-family: "EB Garamond", serif;
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 150px;
  text-transform: capitalize;
}
.whatbooks-we-write .books-we-write-heading p {
  font-family: "Rubik", sans-serif;
  font-size: 18.02px;
  font-weight: 400;
  color: #d0d0d0;
  text-transform: capitalize;
}
.whatbooks-we-write .books-we-write-card {
  text-align: center;
  margin-bottom: 40px;
}
.whatbooks-we-write .books-we-write-card h5 {
  font-family: "Rubik", sans-serif;
  font-size: 30.01px;
  font-weight: 600;
  color: #ffa22a;
}
.whatbooks-we-write .books-we-write-card p {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 0 2em;
  color: #ffffff;
}
.whatbooks-we-write .books-we-write-card a {
  font-family: "Rubik", sans-serif;
  font-size: 23.75px;
  font-weight: 400;
  color: #ffa22a;
  transition: 0.3s all linear;
}
.whatbooks-we-write .books-we-write-card a:hover {
  margin: 0 0 0 15px;
}
.whatbooks-we-write .what-books-we-write-btn {
  text-align: center;
}
.whatbooks-we-write .what-books-we-write-btn button {
  height: 65px;
  border-radius: 50px;
  width: 229px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: transparent;
  background-color: #ffa22a;
  color: #ffffff;
  box-shadow: 0px 0px 12px 1px #ffa22a;
}
.whatbooks-button {
  text-align: center;
  margin: 20px 0 0 0;
}
.whatbooks-button a.hvr-grow {
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  width: 240px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: transparent;
  background-color: #231e33;
  color: #fff;
  box-shadow: 0px 0px 12px 1px #ffa22a;
}
/* our-process */

.our-process {
  padding: 6rem 0;
  background-image: url("../images/our-process-bg-img.html");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.our-process>.container .row:nth-child(2) .col-12:nth-child(2) .our-process-card {
  position: relative;
  z-index: 20;
}
.our-process .second-card-under {
  position: relative;
}
.our-process .second-card-under::after {
  position: absolute;
  content: "";
  border: 6px dashed gainsboro;
  border-top: none;
  border-radius: 50%;
  bottom: -25px;
  left: 34%;
  height: 463px;
  width: 463px;
  z-index: -1;
}
.our-process>.container .row:nth-child(2) .col-12:nth-child(odd) .our-process-card {
  margin: 110px 10px 0 0;
  position: relative;
  z-index: 20;
}
.our-process::before {
  position: absolute;
  content: "";
  top: 25%;
  left: 18%;
  right: auto;
  border: 6px dashed gainsboro;
  border-bottom: none;
  border-radius: 50%;
  background-repeat: no-repeat;
  height: 463px;
  width: 463px;
  z-index: -1;
}
.our-process::after {
  position: absolute;
  content: "";
  top: 26%;
  right: 13%;
  border: 6px dashed gainsboro;
  border-bottom: none;
  border-radius: 50%;
  height: 463px;
  width: 463px;
  z-index: -1;
}
.our-process .our-process-heading {
  text-align: center;
  margin-bottom: 110px;
}
.our-process .our-process-heading h3, .our-process-heading h5, .our-process-heading h2 {
  font-family: "EB Garamond", serif;
  font-size: 50px;
  font-weight: 700;
  color: #ffa22a;
}
.our-process .our-process-heading p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #262035;
}
.our-process .our-process-card {
  /* width: 293px;  */
  height: 650px;
  border-radius: 146.63px;
  background-color: #262035;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.our-process .our-process-card .our-process-card-content {
  margin: 35px 0;
}
.our-process .our-process-card h3, .our-process-card h5 {
  font-family: "EB Garamond", serif;
  font-size: 25.01px;
  font-weight: 700;
  color: #ffffff;
}
.our-process .our-process-card h5 span, .our-process-card h3 span {
  display: block;
}
.our-process .our-process-card p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #b5b5b5;
  padding: 0 35px;
}
.our-process-card .img-out-circle, .img-out-circle2 {
  height: 240px;
  width: 240px;
  border-radius: 50%;
  background-color: #ffa22a;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.our-process-card .img-out-circle::after {
  content: "";
  position: absolute;
  left: -1px;
  margin: 0 auto;
  right: 0;
  bottom: -21px;
  width: 55px;
  height: 55px;
  z-index: 0;
  transform: rotate(45deg);
  border: 2px solid #ffa22a;
  border-left: none;
  border-top: none;
  background: linear-gradient( 135deg, rgba(255, 162, 42, 1) 50%, rgb(255 255 255) 54%);
}
.our-process-card .img-out-circle2::after {
  content: "";
  position: absolute;
  left: -1px;
  margin: 0 auto;
  right: 0;
  top: -9%;
  width: 55px;
  height: 55px;
  z-index: 0;
  transform: rotate(225deg);
  border: 2px solid #ffa22a;
  border-left: none;
  border-top: none;
  background: linear-gradient( 135deg, rgba(255, 162, 42, 1) 50%, rgb(255 255 255) 54%);
}
.our-process-card .img-inner-circle {
  height: 174px;
  width: 174px;
  border-radius: 50%;
  position: relative;
  line-height: 174px;
  z-index: 2;
}
.our-process-card .img-inner-circle:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: white;
  top: 0;
  left: 0;
  z-index: -1;
}
.our-process-card .img-inner-circle::before {
  content: "";
  position: absolute;
  height: 105%;
  width: 105%;
  border-radius: 50%;
  background: rgb(95, 80, 123);
  background: linear-gradient( 47deg, rgba(95, 80, 123, 1) 0%, rgba(149, 106, 97, 1) 50%, rgba(246, 157, 46, 1) 100%);
  top: -4px;
  left: -4px;
  z-index: -2;
}
.our-process .our-process-btns {
  text-align: center;
  margin-top: 6em;
}
.our-process .our-process-btns button {
  height: 65px;
  border-radius: 50px;
  padding: 0 83px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: transparent;
  background-color: #ffa22a;
  color: #ffffff;
  text-transform: capitalize;
  box-shadow: 0px 0px 12px 1px #ffa22a;
}
/* request-a-quote css */

.request-a-quote .request-a-quote-content {
  text-align: center;
}
.request-a-quote .request-a-quote-content h5 {
  font-family: "EB Garamond", serif;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
}
.request-a-quote .request-a-quote-content p {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #e9e9e9;
  margin-bottom: 45px;
}
.request-a-quote .request-a-quote-content p span {
  display: block;
}
.request-a-quote .request-a-quote-content .request-a-quote-options {
  display: flex;
  justify-content: center;
  align-items: center;
}
.request-a-quote .request-a-quote-content .request-a-quote-options .live-chat {
  text-align: left;
  margin: 0 25px;
}
.request-a-quote .request-a-quote-content .request-a-quote-options .live-chat p {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 17.84px;
  color: #ffa22a;
  margin: 0;
}
.request-a-quote .request-a-quote-content .request-a-quote-options .live-chat a {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 29.74px;
  color: #ffffff;
}
.request-a-quote .request-a-quote-content .request-a-quote-options button {
  height: 50px;
  border-radius: 50px;
  padding: 0px 50px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: transparent;
  background-color: #ffa22a;
  color: #ffffff;
  text-transform: capitalize;
  box-shadow: 0px 0px 12px 1px #ffa22a;
  margin: 0 40px;
}
.request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us {
  text-align: left;
  margin: 0 25px 0 0;
}
.request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us p {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 17.82px;
  color: #ffa22a;
  margin: 0;
}
.request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us a {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: #ffffff;
}
.request-a-quote {
  padding: 49px 2px 50px 22px;
}
.request-a-quote .request-a-quote-content {
  background-image: url(../images/ContactUs-now.html);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 200.92px;
  border-bottom-left-radius: 194.08px;
  padding: 50px 0;
  box-shadow: 52px 9px 0px 10px #ffa22a;
}
/* out-satisfied-customer-stats css */

.our-satisfied-customer-stats {
  margin: 0px 0px 0px;
}
.our-satisfied-customer-content {
  text-align: center;
  background: linear-gradient( 80deg, rgba(83, 65, 128, 1) 23%, rgba(39, 33, 54, 1) 77%);
  border-top-right-radius: 254.34px;
  border-bottom-right-radius: 245.66px;
  padding: 80px 0;
}
.our-satisfied-customer-content h5, .our-satisfied-customer-content h3 {
  font-family: "EB Garamond", serif;
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 30px;
}
.our-satisfied-customer-content p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18.01px;
  color: #e9e9e9;
}
.our-satisfied-customer-content p span {
  display: block;
}
.our-satisfied-customer-content .our-satisfied-counts {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container {
  text-align: left;
}
.our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container .counter {
  font-family: "Poppins", sans-serif;
  font-size: 72.14px;
  font-weight: 700;
  color: #ffa22a;
}
.our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container .counter::after {
  content: "+";
}
.our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container span {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
/* testimonials css */

.testimonials {
  padding: 50px 0 245px;
}
.testimonials .best-reviews {
  text-align: center;
}
.testimonials .arrow-main {
  position: absolute;
  right: 28px;
  bottom: -61%;
}
.testimonials .arrow-main span:nth-child(1) {
  margin: 0 20px;
}
.testimonials .arrow-main span {
  opacity: 0.5;
}
.testimonials .arrow-main span:hover {
  opacity: 1;
}
.testimonials .best-reviews h3 span {
  display: block;
}

.testimonials .best-reviews p {
  color: #a2a2a2;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18.01px;
  width: 50%;
  margin: 0 auto 1rem;
}
.testimonials .content-1 {
  position: relative;
}
.testimonials .content-1 img {
  width: 150px;
  height: 150px;
  border-radius: 20px 50px;
  object-fit: cover;
  object-position: 100% 10%;
}
.testimonials .content-1 ::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-image: url("../images/slider-img-bg.html");
  width: 100%;
  height: 100%;
}
.testimonials .review-card {
  box-shadow: 0 0 8px 4px #b9b9b9;
  border-radius: 10px;
  width: 87%;
  background-color: #ffff;
  padding: 32px 25px 21px 0;
  height: 400px;
  display: flex;
  align-items: center;
}

.testimonials .content h3 {

  font-weight: 600;
  font-size: 17.99px;
  color: #4792e3;
}
.testimonials .content h5 {

  font-weight: 400;
  font-size: 15.99px;
  color: #574b80;
}
#dp-slider .dp_item:first-child {
  z-index: 10 !important;
  transform: rotateY(0deg) translateX(10%) !important;
}
.dp_item[data-position="2"] {
  z-index: 9;
  transform: rotateY(0deg) translateX(16%) scale(0.9);
}
.dp_item[data-position="3"] {
  z-index: 8;
  transform: rotateY(0deg) translateX(22%) scale(0.8);
}
.dp_item[data-position="4"] {
  z-index: 7;
  transform: rotateY(0deg) translateX(28%) scale(0.7);
}
.dp_item[data-position="5"] {
  z-index: 6;
  transform: rotateY(0deg) translateX(34%) scale(0.6);
}
#dp-slider {
  height: 278px;
  overflow: hidden;
}
#dp-slider .dp_item:hover:not(:first-child) {
  cursor: pointer;
}
.dp-wrap {
  margin: 0 auto;
  position: relative;
  perspective: 1000px;
  height: 100%;
}
.dp-slider {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
}
.dp-slider div {
  transform-style: preserve-3d;
}
.dp_item {
  display: block;
  position: absolute;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  transition: transform 1.2s;
}
/* Frequently-asked-css */

.frequently-asked-questions {
  background-color: #f4f4f4;
  padding: 80px 0 50px;
}
.frequently-asked-questions .frequently-heading {
  text-align: center;
}
.frequently-asked-questions .frequently-heading h2, .frequently-heading h5 {
  font-family: "EB Garamond", serif;
  font-size: 50px;
  font-weight: 700;
  color: #302946;
  margin: 0 0 35px;
}
.frequently-asked-questions .frequently-heading p {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18.01px;
  color: #272137;
  margin: 0 0 45px;
}
.frequently-asked-questions .frequently-heading p span {
  display: block;
}
.frequently-asked-questions .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #ffa22a;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  margin: 0 0 0 auto;
  order: 2;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 100% !important;
  border-radius: 10px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.frequently-asked-questions .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.frequently-asked-questions .accordion-button::after {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  content: "\2b";
  color: #ffffff;
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
  background-image: inherit !important;
  margin: 0 9px 0;
  background: #574b80;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  font-size: 19px;
  font-weight: 500;
}
.frequently-asked-questions .accordion-button:not(.collapsed)::after {
  /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e); */
  /* transform: rotate(-180deg); */
  /* content: '\f068'; */
  /* width: 1.25rem; */
  /* height: 1.25rem; */
  content: "\f068";
  background-image: inherit;
  font-family: "Font Awesome 5 pro";
  transform: inherit;
  line-height: 31px;
}
.frequently-asked-questions .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: transparent;
  border: none;
  margin: 0 0 15px;
}
.frequently-asked-questions .accordion-item h2 {
  margin: 0 0 15px;
}
.frequently-asked-questions .accordion-body {
  padding: 1rem 1.25rem;
  border: 1px solid #ffa32d;
  border-radius: 10px;
  background-color: #fff;
  color: #939393;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18.01px;
}
.frequently-asked-questions .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.frequently-asked-questions .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* lets-start-your-business css */

.lets-start-your-buisness {
  padding: 50px 0 90px;
}
.lets-start-your-buisness .content {
  padding: 9px 0;
}
.lets-start-your-buisness .lets-start-heading {
  text-align: center;
}
.lets-start-your-buisness .lets-start-heading h5 {
  font-family: "EB Garamond", serif;
  font-size: 71.97px;
  font-weight: 700;
  color: #231e33;
}
.lets-start-your-buisness .lets-start-heading p {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #3e3e3e;
  padding: 0 165px;
  margin: 0 0 50px;
}
.lets-start-your-buisness .lets-start-your-business-card-img img {
  width: 100%;
}
.lets-start-your-buisness .dropdown {
  text-align: right;
}
.lets-start-your-buisness .dropdown button {
  color: #574b80;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18.06px;
}
.lets-start-your-buisness .login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lets-start-your-buisness .lets-start-login .heading span {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 35.98px;
  color: #000000;
}
.lets-start-your-buisness .lets-start-login .heading span:nth-child(2) {
  padding: 0 0 5px;
}
.lets-start-your-buisness .lets-start-login p {
  color: #a5a5a5;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 15.99px;
  margin: 15px 0;
}
.lets-start-your-buisness .lets-start-login p a {
  color: #574b80;
}
.lets-start-your-buisness .lets-start-login p a:hover {
  text-decoration: underline;
}
.lets-start-your-buisness .lets-start-login form label {
  display: block;
  color: #5c5c5c;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 15.99px;
  margin: 16px 0;
}
.lets-start-your-buisness .content {
  box-shadow: 2px 0px 5px 0px #574b80;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.lets-start-your-buisness .lets-start-login form input {
  width: 350px;
  height: 65px;
  border-radius: 10px;
  border: 1px solid #bdbdbd;
  padding: 0 20px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 15.99px;
}
.lets-start-your-buisness .lets-start-login form .input-fields {
  position: relative;
}
.lets-start-your-buisness .lets-start-login form .input-fields img {
  position: absolute;
  top: 35%;
  right: 5%;
}
.lets-start-your-buisness .lets-start-login form button:nth-child(5) {
  display: block;
  margin: 31px 0 10px;
  width: 350px;
  height: 65px;
  border-radius: 10px;
  background-color: #574b80;
  color: #fff;
  border: 1px solid #bdbdbd;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 15.99px;
}
.lets-start-your-buisness .lets-start-login form .google-button button {
  display: block;
  width: 350px;
  height: 65px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #574b80;
  border: 1px solid #bdbdbd;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 15.99px;
}
.lets-start-your-buisness .lets-start-login form .google-button {
  position: relative;
}
.lets-start-your-buisness .lets-start-login form .google-button img {
  position: absolute;
  content: "";
  top: 34%;
  left: 66px;
  right: 0;
  /* bottom: 0; */
  z-index: 2;
}
/* footer css */

footer {
  background: linear-gradient( 162deg,rgb(15 51 94) 0%,rgb(15 51 94) 48%,rgb(15 51 94) 100%);
}
footer .gnome-socials p {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 16.04px;
  color: #ffffff;
  margin: 20px 0;
}
footer .gnome-socials .social-link-img ul li {
  display: inline;
}
footer .gnome-socials .social-link-img ul li a {
  color: #ffffff;
  margin: 0 7px;
}
footer .footer-list {
  display: flex;
}
footer .about-sec p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #ffa22a;
}
footer .about-sec ul li {
  margin: 0 0 10px 0px;
}
footer .about-sec ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #d1e0e7;
}
footer .about-sec ul li a:hover {
  text-decoration: underline;
}
footer .lets-chat {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .letschat-log {
  background-color: #ffa22a;
  height: 100px;
  text-align: center;
  line-height: 100px;
  width: 100px;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
}
footer .letschat-log::before {
  content: "";
  position: absolute;
  background-color: #ffa22a;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  top: 0;
  right: 0;
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 3px 2px #ffffff;
}
footer .footer-top {
  padding: 65px 0 0;
}
.disclaimer-sec {
  margin: 20px 0 10px 0;
}
.disclaimer-sec p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #d1e0e7;
}
.disclaimer-sec p strong {
  color: #ffa22a;
  font-size: 16px;
}
footer .footer-bottom {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #464646;
}
footer .footer-bottom span {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #d1e0e7;
}
footer .footer-bottom span:nth-child(2) {
  border-left: 1px solid white;
  padding: 0 4px;
}
/* about us css */

.little-intro-aboutus .little-intro-content .little-intro-btns .talk-with-us-outer {
  display: inline-block;
  margin: 0 20px;
}
.little-intro-aboutus .little-intro-content .little-intro-btns .talk-with-us-outer .talk-with-us-inner {
  display: flex;
}
.little-intro-aboutus .little-intro-content .little-intro-btns .talk-with-us-outer .talk-with-us-inner .talk-with-us-content {
  margin: 0 0 10px;
}
.little-intro-aboutus .little-intro-content .little-intro-btns .talk-with-us-outer .talk-with-us-inner .talk-with-us-content a {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #231e33;
}
.little-intro-aboutus .little-intro-content .little-intro-btns .talk-with-us-outer .talk-with-us-inner .talk-with-us-content a span {
  display: block;
  font-size: 30px;
  font-weight: 600;
  /* transition: all 0.2s linear; */
}
.little-intro-aboutus .little-intro-content .little-intro-btns .talk-with-us-outer .talk-with-us-inner .talk-with-us-content a span:hover {
  color: #ffa22a;
  transition: all 0.3s linear;
}
.whatbooks-we-write .slick-slide img {
  display: inline-block;
}
/* talk now css */

.talk-to-us {
  padding: 0 0px;
}
.talk-to-us .content {
  padding: 9px 0;
}
.talk-to-us .lets-start-heading {
  text-align: center;
}
.talk-to-us .lets-start-heading h5 {
  font-family: "EB Garamond", serif;
  font-size: 71.97px;
  font-weight: 700;
  text-transform: uppercase;
  color: #231e33;
}
.talk-to-us .lets-start-heading h5 span {
  color: #ffa22a;
}
.talk-to-us1 .lets-start-heading h5 span {
  display: block;
}
.talk-to-us .lets-start-heading p {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #3e3e3e;
  padding: 0 165px;
  margin: 0 0 50px;
}
.talk-to-us .lets-start-your-business-card-img img {
  width: 100%;
}
.talk-to-us .login-form {
  padding: 30px;
}
.talk-to-us .content {
  box-shadow: 2px 0px 5px 0px #574b80;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.talk-to-us .lets-start-login form input {
  width: 100%;
  height: 65px;
  border-radius: 10px;
  border: 1px solid #bdbdbd;
  padding: 0 20px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 15.99px;
  margin: 0 0 18px;
}
.talk-to-us .lets-start-login form textarea {
  border-radius: 10px;
  padding: 10px;
  height: 125px;
  width: 100%;
  border: 1px solid #bdbdbd;
  margin: 20px 0 0;
}
.talk-to-us .lets-start-login form button {
  display: block;
  margin: 31px 0 10px;
  width: 100%;
  height: 65px;
  border-radius: 10px;
  background-color: #574b80;
  color: #fff;
  border: 1px solid #bdbdbd;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 15.99px;
}
.talk-to-us .login-form .lets-start-login form label {
  display: block;
  color: #5c5c5c;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 15.99px;
}
/* contact-us css */

.contact-us {
  padding: 50px 0;
}
.contact-us .contact-us-heading {
  text-align: center;
}
.contact-us .contact-us-heading {
  text-align: center;
}
.contact-us .contact-us-heading h5 {
  font-family: "EB Garamond", serif;
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffa22a;
}
.contact-us .contact-us-heading p:first-child {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #292929;
  position: relative;
}
.contact-us .contact-us-heading p:first-child::before {
  content: "";
  position: absolute;
  background-color: #000000;
  height: 1px;
  width: 13%;
  bottom: 45%;
  left: 18%;
}
.contact-us .contact-us-heading p:first-child::after {
  content: "";
  position: absolute;
  background-color: #000000;
  height: 1px;
  width: 13%;
  bottom: 45%;
  right: 18%;
}
.contact-us .contact-us-heading p:last-child {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #bfbfbf;
}
.contact-us .ways-to-connect {
  display: flex;
  justify-content: center;
}
.contact-us .ways-to-connect .ways-to-connect-connect {
  display: flex;
  align-items: center;
}
.contact-us .ways-to-connect .ways-to-connect-connect i {
  font-size: 24px;
  color: #ffa32d;
}
.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para {
  display: inline-block;
  margin: 0 0 0 14px;
}
.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para p {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #292929;
}
.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para a {
  color: #272137;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para p {
  color: #272137;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.contact-us .ways-to-connect .ways-to-connect-connect {
  padding: 0 25px;
}
.contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding: 0 50px;
}
.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para a:hover {
  color: #ffa32d;
  text-decoration: underline;
}
.contact-us .ways-to-connect {
  margin: 0 0 50px;
}
.contact-us .row .ways-to-connect-top-form-heading {
  margin: 0 0 25px;
}
.contact-us .row .ways-to-connect-top-form-heading h5 {
  font-family: "EB Garamond", serif;
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #292929;
}
.contact-us .row .ways-to-connect-top-form-heading p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #bfbfbf;
}
.contact-us .row .input-row1 {
  display: flex;
}
.contact-us .row input {
  /* width: 47%;
  height: 50px;
  background: #e2e2e2;
  border-radius: 6px;
  border: none;
  padding: 0 0 0 29px;
  outline: none;
  color: #7b7b7b;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  margin: 0 0 40px; */
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #bdbdbd;
  padding: 0 20px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 15.99px;
  margin: 0 0 40px;
}
.contact-us .row input:nth-child(2) {
  margin: 0 0 0 35px;
}
.contact-us .row textarea {
  /* width: 100%;
  height: 200px;
  background: #e2e2e2;
  border-radius: 6px;
  border: none;
  padding: 20px 0 0 29px;
  outline: none;
  color: #7b7b7b;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  margin: 0 0 28px;
  resize: none; */
  width: 100%;
  height: 200px;
  border-radius: 10px;
  border: 1px solid #bdbdbd;
  padding: 0 20px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 15.99px;
  margin: 0 0 40px;
  padding: 20px 0 0 29px;
}
.contact-us .row .form-button button {
  height: 65px;
  border-radius: 50px;
  width: 229px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: transparent;
  background-color: #231e33;
  color: #ffffff;
  box-shadow: 0px 0px 12px 1px #231e33;
  margin: 0 10px;
}
.contact-us .working-hours-heading h5 {
  font-family: "EB Garamond", serif;
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #292929;
  margin: 0 0 50px;
}
.contact-us .working-hours-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: linear-gradient( 162deg, rgba(38, 32, 53, 1) 0%, rgba(57, 46, 84, 1) 48%, rgba(83, 65, 128, 1) 100%);
  box-shadow: 0px 0px 12px 1px #231e33;
  color: #ffffff;
  border-radius: 8px;
  position: relative;
}
.contact-us .working-hours-box ul li {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  margin: 25px 0;
}
/* publishing css */

.faq1 {
  background-color: transparent;
}
/* services-page css */

.banner .banner-content .banner-list ul li {
  text-align: left;
  color: #ffffff;
  display: inline-block;
  background-image: url(../images/tick.html);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left;
  padding-left: 20px;
  margin: 10px;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.banner .banner-content .banner-btn {
  padding: 20px 0;
}
.banner .banner-content .banner-btn button {
  height: 65.03px;
  border-radius: 50px;
  width: 229px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.banner .banner-content .banner-btn .btn1 {
  background-color: #ffa22a;
  color: #ffffff;
  box-shadow: 0px 0px 17px 1px #ffa22a;
  border: transparent;
}
.banner .banner-content .banner-btn .btn2 {
  background-color: #ffffff;
  color: #5d5d5d;
  box-shadow: 0px 0px 17px 1px #ffffff;
  border: transparent;
  margin: 0 15px;
}
/* main-service-page css */

/* header */

.header-1 .header-btn button {
  color: #0d042e;
}
/* banner */

.banner2 {
  background-image: url("../images/banner-bg-img1.html");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 190px 0;
}
.banner2 .banner-content-udt {
  text-align: left;
}
.banner2 .banner-content-udt h5 span {
  display: block;
}
.banner2 .banner-content-udt .banner-content-udt-btn {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.banner2 .banner-content-udt .banner-content-udt-btn button {
  border-radius: 50px;
  width: 170px;
  height: 50px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  border: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  padding: 0;
}
.banner2 .banner-content-udt .banner-content-udt-btn .btn1 {
  background-color: #ffa22a;
  color: #ffff;
  box-shadow: 0px 0px 17px 1px #ffa22a;
  border: transparent;
}
.banner2 .banner-content-udt .banner-content-udt-btn .btn2 {
  background-color: transparent;
  color: #ffffff;
  box-shadow: 0px 0px 17px 1px #ffffff;
  border: 2px solid #ffa32d;
  margin: 0 15px;
}
.banner2 .banner-content-discount {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: -2px -2px 30px 4px #000;
  backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  padding: 25px 10px;
}
.banner2 .banner-content-discount h5 {
  font-family: "Gadugi";
  font-weight: 700;
  font-size: 33.3px;
  color: #ffffff;
  margin: 0 0 20px;
}
.banner2 .banner-content-discount h5 span {
  font-size: 44.4px;
  color: #ffa32d;
}
.banner2 .banner-content-discount .container .row input {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding: 0 15px;
  border: transparent;
  background-color: #231e33;
  color: #ffffff;
  margin: 10px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16.08px;
  font-weight: 300;
  outline: none;
}
.banner2 .banner-content-discount .container .row #country {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding: 0 15px;
  border: transparent;
  background-color: #ffa32d;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: 10px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  outline: none;
  font-weight: 300;
}
.iti {
  width: 100%;
}
#phone {
  padding: 0 50px;
}
/*.banner2 .banner-content-discount .container .row .select-input {*/

/*  border-top-left-radius: 0;*/

/*  border-bottom-left-radius: 0;*/

/*  outline: none;*/

/*}*/

.banner2 .banner-content-discount .container .row #services, #budget {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding: 0 15px;
  border: transparent;
  background-color: #231e33;
  color: #ffffff;
  margin: 10px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16.08px;
  font-weight: 300;
  outline: none;
}
.banner2 .banner-content-discount .container .row textarea {
  width: 100%;
  height: 120px;
  border-radius: 40px;
  border: transparent;
  background-color: #231e33;
  color: #ffffff;
  margin: 10px 0;
  padding: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 16.08px;
  font-weight: 300;
  outline: none;
}
.banner2 .banner-content-discount .container .row button {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding: 0 15px;
  border: transparent;
  background-color: #ffa32d;
  color: #ffffff;
  margin: 10px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
/* brands-with-us css*/

.brands-with-us .brands-with-us-heading1 h2, .brands-with-us-heading1 h5 {
  color: #231e33;
}
.brands-with-us .brands-with-us-heading1.line-one h2 {
  font-size: 48px;
}
/* why-choose-us css */

.why-choose-us2 {
  padding: 100px 0;
  background-image: url("../images/why-choose-us-bg-img-1.html");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.why-choose-us2 .why-choose-us-heading1 h5, .why-choose-heading h2 {
  color: #ffffff !important;
}
.why-choose-us2 .why-choose-us-heading1 p {
  color: #ededed;
}
.why-choose-us2 .why-choose-us-btns .btn1 {
  background-color: #231e33;
  color: #ffffff;
  box-shadow: 0px 0px 17px 1px #231e33;
  border: transparent;
}
/* top-5-features css*/

.top-5-features1 {
  background-image: url("../images/top-5-features11.html");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  position: relative;
}
.top-5-features1 .top-5-features-cards1 {
  text-align: center;
  /* padding: 25px 50px 5px; */
  position: relative;
  z-index: 2;
  min-height: 420px;
  padding: 20px 0;
  margin-bottom: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-5-features .top-5-features-cards1::before {
  content: "";
  position: absolute;
  background-color: #ffa22a;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  border-radius: 50px;
}
.top-5-features-cards .top-5-card-img {
  margin: 0 0 20px 0;
}
.top-5-features-cards .top-5-card-img img {
  width: 80px;
}
.top-5-features-cards1 .top-5-card-img {
  margin: 0 0 20px 0;
}
.top-5-features-cards1 .top-5-card-img img {
  width: 80px;
}
.top-5-features1 .top-5-features-cards1 h5,
.top-5-features1 .top-5-features-cards1 h3{
  font-family: "Rubik", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #ffa32d;
  text-transform: capitalize;
}
.top-5-features1 .top-5-features-cards1 h5 span {
  display: block;
}
.top-5-features1 .top-5-features-cards1 p {
  font-family: "Rubik", sans-serif;
  font-size: 18.01px;
  font-weight: 300;
  color: #dcdcdc;
  padding: 0 2em;
}
.top-5-features1 .top-5-features-cards1 a {
  font-family: "Rubik", sans-serif;
  font-size: 23.99px;
  font-weight: 400;
  color: #231e33;
  transition: 0.3s all ease-in-out;
}
.top-5-features1 .top-5-features-cards1::after {
  content: "";
  position: absolute;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  background: rgb(75, 59, 114);
  background: linear-gradient( 80deg, rgba(75, 59, 114, 1) 0%, rgba(54, 44, 79, 1) 50%, rgba(41, 34, 58, 1) 100%);
  /* background-color: #ffffff; */
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.top-5-features1 .top-5-heading span {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  padding: 0 5px;
  color: #231e33;
  margin: 25px 0;
}
.top-5-features1 .top-5-heading span.border-set {
  border-right: 1px solid #231e33;
  border-left: 1px solid #231e33;
}
/* our-teams css */

.our-teams1 {
  background-image: url(../images/our-teams-bg-img1.html);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 50px;
  /* height: 100%;
  width: 100%; */
}
.our-teams1 .our-team-button button {
  height: 65px;
  border-radius: 50px;
  width: 240px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: transparent;
  background-color: #231e33;
  color: #ffffff;
  box-shadow: 0px 0px 12px 1px #231e33;
}
.our-teams1 .our-team-button a {
  height: 65px;
  border-radius: 50px;
  width: 240px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: transparent;
  background-color: #231e33;
  color: #ffffff;
  box-shadow: 0px 0px 12px 1px #231e33;
}
.our-teams1 .our-teams-heading p {
  font-family: "Rubik", sans-serif;
  font-size: 18.01px;
  font-weight: 400;
  padding: 0 123px;
  color: #373737;
}
/* our-satisfied-customer-stats css */

.our-satisfied-customer-stats1 .our-satisfied-customer-content {
  position: relative;
}
.our-satisfied-customer-stats1 .our-satisfied-customer-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/our-satisfied-cutomer-stats.html");
  background-repeat: no-repeat;
  background-size: cover;
}
/* testimonials css */

.testimonials .best-reviews1 h3 {
  color: #302946;
}
.testimonials .best-reviews1 p {
  padding: 0 22px;
}
/* lets-start-your-business css */

.lets-start-your-buisness .lets-start-heading1 h5 {
  color: #ffa22a;
}
.lets-start-your-buisness .lets-start-login1 form button:nth-child(5) {
  background-color: #ffa22a;
  color: #000;
  border: transparent;
}
/* what-books-we-write css */

.whatbooks-we-write1 {
  background-image: url(../images/our-books-png.html);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10rem 0;
}
.whatbooks-we-write1 .books-we-write-heading h5 {
  color: #231e33;
  margin: 150px 0 30px;
}
.whatbooks-we-write1 .books-we-write-heading p {
  color: #414141;
  padding: 0px 137px;
}
.whatbooks-we-write1 .tabs-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
}
.whatbooks-we-write1 .tabs-content .tab-content {
  margin: 30px 0 0;
}
.whatbooks-we-write1 .tabs-content .tab-content .card-images-row, .card-images-row1 {
  display: flex;
}
.whatbooks-we-write1 .tabs-content .tab-content .card-images-row .card-img img {
  width: 100%;
}
.whatbooks-we-write1 .tabs-content .tab-content .card-images-row .card-img:nth-child(odd) {
  margin: 80px 30px 50px;
}
.whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 .card-img:nth-child(even) {
  margin: 80px 30px 50px;
}
.whatbooks-we-write1 .tabs-content ul li button {
  padding: 10px 50px;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #231e33;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0 15px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #231e33;
  border: transparent;
  color: #ffffff;
}
/* .whatbooks-we-write1 .tabs-content ul li button:active {
  background-color: #231e33;
  border: transparent;
  color: #ffffff;
} */

/* modal css */

.modal .modal-dialog .modal-content .modal-header, .modal-footer {
  border: none;
}
.modal .modal-dialog .modal-content .modal-header button {
  border-radius: 50%;
  color: #ffa22a;
  border: 3px solid #ffa22a;
  line-height: 1em;
  text-align: center;
  font-size: 16px;
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  background: inherit;
  opacity: inherit;
  position: absolute;
  right: 10px;
}
.modal .modal-dialog .modal-content .modal-body {
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-body .input-div {
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body .input-div i {
  position: absolute;
  top: 18px;
  color: #ffa32d;
  left: 18px;
}
.modal .modal-dialog .modal-content .modal-body button {
  display: block;
  border-radius: 40px;
  outline: none;
  height: 54px;
  border: transparent;
  border-radius: 50px;
  height: 60px;
  background-color: #ffa22a;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 22px;
  border: transparent;
  box-shadow: 0px 0px 14px 1px #ffa22a;
}
.modal .modal-dialog .modal-content .modal-body form {
  display: flex;
  flex-direction: column;
  padding: 0 45px;
}
.modal .modal-dialog .modal-content .modal-body form input {
  display: block;
  border-radius: 40px;
  outline: none;
  height: 54px;
  border: 1px solid #dedede;
  margin: 0 0 25px;
  padding: 0px 40px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 15.99px;
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body form select {
  display: block;
  border-radius: 40px;
  outline: none;
  height: 54px;
  border: 1px solid #dedede;
  margin: 0 0 25px;
  padding: 0px 20px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 15.99px;
  width: 100%;
  position: relative;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 10px), calc(100% - 15px) calc(1em + 10px), calc(100% - 2.5em) 0px;
  background-size: 5px 5px, 5px 5px, 1px 55px;
  background-repeat: no-repeat;
}
.modal .modal-dialog .modal-content .modal-body form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.modal .modal-dialog .modal-content .modal-body form select option {
  border-bottom: 1px solid #333;
}
.modal .modal-dialog .modal-content .modal-body h5 {
  font-family: "EB Garamond", serif;
  font-size: 27px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffa22a;
}
.modal .modal-dialog .modal-content .modal-body h5 span {
  font-size: 36px;
}
.modal .modal-dialog .modal-content {
  background: linear-gradient( 80deg, rgba(83, 65, 128, 1) 23%, rgba(39, 33, 54, 1) 77%);
  padding: 10px 8px;
}
.modal .modal-dialog .modal-content .modal-body p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 24px;
  /* text-transform: capitalize; */
  color: #292929;
  margin: 0 0 30px;
  /* padding: 0 87px; */
  color: #fff;
}
/* thank-you css */

.banner .banner-content .thank-you-btn {
  border-radius: 50px;
  width: 178px;
  height: 52px;
  background-color: #ffa22a;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border: transparent;
  margin: 0 auto;
  line-height: 52px;
}
.banner .banner-content .thank-you-img {
  filter: brightness(0) invert(1);
}
/* terms css start */

.term-sec-wrap {
  padding: 170px 0;
}
.term-sec-wrap .terms-content {}
.term-sec-wrap .terms-content h2 {
  font-family: "EB Garamond", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 80px;
  color: #231e33;
}
.term-sec-wrap .terms-content p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #9d9999;
}
.term-sec-wrap .terms-content p span {
  color: #424242;
  font-size: 20px;
  font-weight: 500;
  margin: 0 5px 0 0;
  font-family: "Rubik", sans-serif;
}
.term-sec-wrap .terms-content ul {}
.term-sec-wrap .terms-content ul li {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #9d9999;
  list-style: disc;
  margin: 0 0 0 20px;
}
/* terms css end */

/*servicess slider*/

.servicess {
  padding: 90px 0;
  background: url(https://ambitionbooks.com/v1/images/services-bac.webp);
  background-size: cover;
  background-position: top;
}
.services-head {
  text-align: center;
  position: relative;
}
.services-head h2 {
  position: absolute;
  line-height: 124px;
  top: 0;
  display: inline-block;
  font-size: 180px;
  left: 0;
  right: 0;
  color: #0f21391f;
}
.services-head h3 {
  color: #FD5900;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.services-head h4 {
  font-size: 37px;
  font-family: 'Keep Calm Med';
  color: #0F2139;
  margin-bottom: 35px;
}
.servcies-items {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 36px;
  padding: 30px;
  text-align: center;
  margin: 0 0 0 30px;
}
.servcies-items img {
  width: 30%;
  margin: 0 auto 10px;
}
.servcies-items p {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  line-height: 21px;
}
.servcies-items a {
  color: #002768;
  font-size: 16px;
  margin-bottom: 17px;
}
/*.servicess {*/

/*    padding: 90px 0;*/

/*    background: url(https://ambitionbooks.com/v1/images/services-bac.webp);*/

/*    background-size: cover;*/

/*    background-position: top;*/

/*}*/

/*.services-head {*/

/*    text-align: center;*/

/*    position: relative;*/

/*}*/

/*.services-head h2 {*/

/*    position: absolute;*/

/*    line-height: 124px;*/

/*    top: 0;*/

/*    display: inline-block;*/

/*    font-size: 180px;*/

/*    left: 0;*/

/*    right: 0;*/

/*    color: #0f21391f;*/

/*}*/

/*.services-head h3 {*/

/*    color: #FD5900;*/

/*    font-size: 16px;*/

/*    font-weight: 600;*/

/*    margin-bottom: 12px;*/

/*}*/

/*.services-head h4 {*/

/*    font-size: 37px;*/

/*    font-family: 'Keep Calm Med';*/

/*    color: #0F2139;*/

/*    margin-bottom: 35px;*/

/*}*/

/*.servcies-items {*/

/*    background: #FFFFFF 0% 0% no-repeat padding-box;*/

/*    border-radius: 36px;*/

/*    padding: 30px;*/

/*    text-align: center;*/

/*    margin: 0 0 0 30px;*/

/*}*/

/*.servcies-items img{*/

/*    width:30%;*/

/*    margin:0 auto 10px;*/

/*}*/

/*.servcies-items p {*/

/*    font-size: 13px;*/

/*    font-weight: 400;*/

/*    color: #000000;*/

/*    line-height: 21px;*/

/*}*/

/*.servcies-items a {*/

/*    color: #002768;*/

/*    font-size: 16px;*/

/*    margin-bottom: 17px;*/

/*}*/

.ultimited-sec h2 {
  font-size: 93px;
  position: absolute;
  color: #0f213917;
  font-weight: 600;
  letter-spacing: 7px;
  text-align: left;
  top: 0;
  left: -51px;
  word-break: break-all;
  height: 130px;
  overflow: hidden;
}
.ultimited-sec {
  padding: 60px 0 90px;
}
.banner .highly-recomended-by .img ul li img {
  width: 14%;
  object-fit: cover;
  filter: brightness(0) invert(1);
  transition: all .3s ease-in-out;
}
.banner .highly-recomended-by .img ul li img:hover {
  filter: brightness(1) invert(0);
}
.ultimited-sec h2 {
  font-size: 93px;
  position: absolute;
  color: #0f213917;
  font-weight: 600;
  letter-spacing: 7px;
  text-align: left;
  top: 0;
  left: -51px;
  word-break: break-all;
  height: 130px;
  overflow: hidden;
}
.ultimited-sec {
  padding: 60px 0 90px;
}
.our_client {
  margin: 2rem 0 5rem;
}
.our_client .head_txt {}
.our_client .head_txt h4 {
  font-family: "EB Garamond", serif;
  font-size: 58px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffa22a;
  text-align: center;
}
.our_client .card_1 {}
.our_client .card_1 p {
  font-family: 'Rubik';
  font-size: 15px;
  color: #333333c2;
  line-height: 23px;
}
.our_client .card_1 div {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 18px;
}
.our_client .card_1 div img {
  width: 40px;
}
.our_client .card_1 div h5 {
  font-family: 'Rubik';
  font-size: 15px;
  margin: 0 21px;
}
.our_client .card_1 {
  height: 274px;
  background: #fff;
  margin: 0 20px;
  box-shadow: 3px 0px 13px #605a5a38;
  border-radius: 18px;
  padding: 25px;
  position: relative;
}
.our_client .slick-slider .slick-track, .slick-slider .slick-list {
  margin: 20px 0;
}
.little-intro-aboutus .little-intro-img img {
  width: 82% !important;
  margin: 0 auto !important;
  display: block !important;
}
.section__title {
  text-align: center;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  color: #302946;
  margin: 7px 0 58px;
  font-size: 50px;
}
.section__title span {
  display: block;
}
.frm_area_btm form {
  background: linear-gradient( 80deg, rgba(83, 65, 128, 1) 23%, rgba(39, 33, 54, 1) 77%);
  padding: 3rem 5rem 3rem;
  border-radius: 15px;
}
.frm_area_btm form h4 {
  text-align: center;
  color: #fff;
  font-family: 'EB Garamond';
  font-weight: 700;
  font-size: 30px;
}
.frm_area_btm form input[type="text"], .frm_area_btm form input[type="email"], .frm_area_btm form input[type="tel"] {
  width: 100%;
  display: block;
  margin: 67px 0;
  border: none;
  border-bottom: 1px solid white;
  background: transparent;
  color: #fff;
  font-family: 'Rubik';
  font-size: 16px;
  outline: none;
}
.frm_area_btm form input[type="text"]::placeholder, .frm_area_btm form input[type="email"]::placeholder, .frm_area_btm form input[type="tel"]::placeholder {
  color: #fff;
}
.frm_area_btm form textarea::placeholder {
  color: #fff;
}
.frm_area_btm form textarea {
  width: 100%;
  display: block;
  margin: 22px 0 47px;
  border: none;
  border-bottom: 1px solid white;
  background: transparent;
  color: #fff;
  font-family: 'Rubik';
  font-size: 16px;
  height: 26px;
  outline: none;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.frm_area_btm form label {
  color: #fff;
  font-family: 'Poppins';
  font-size: 15px;
}
.frm_area_btm form button {
  background: #fda12a;
  outline: none;
  border: none;
  padding: 10px 50px;
  margin: 50px auto 0;
  display: block;
  font-size: 16px;
  color: #ffff;
  border-radius: 48px;
  font-family: 'Rubik';
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.contact-flow {
  min-height: 100%;
  margin-top: 4px;
  margin-right: -10px;
  margin-left: -10px;
  padding: 2rem 3rem;
  background-color: #f8f8f9;
  border-radius: 9px;
}
.contact-flow__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: center;
  font-family: 'Poppins';
}
.in-violet-450 {
  color: #ffa22a!important;
}
.ordered-list {
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
  list-style: none;
  counter-reset: item;
}
.ordered-list__item {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.88;
  position: relative;
  margin-bottom: 37px;
  padding-left: 47px;
  font-family: 'Poppins';
}
.contact-flow__list-item {
  opacity: .8;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.86;
}
.ordered-list__item:before {
  content: counter(item) "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fea12a;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  counter-increment: item;
  counter-increment: item;
}
#contact-section {
  margin: 0 0 4rem 0;
}
.fx-footer-widget .fx-footer-widget-left {
  padding-right: 5.5176%;
  padding-left: inherit;
  padding-bottom: 40px;
}
.fx-footer-leads {
  padding-top: 69px;
  margin-bottom: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Inter', sans-serif;
  justify-content: center;
  width: 135%;
}
.fx-footer-leads .card-img {
  width: 41%;
  margin: 10px auto;
  display: block;
}
.fx-footer-leads .card-img img {
  width: 25%;
  margin: 0 auto;
  display: block;
  animation: scrollDownAnimation .5s ease infinite alternate;
}
.fx-footer-leads .card-body {
  padding: 0;
  width: 76%;
}
.fx-footer-leads .card-body h4 {
  font-family: 'Rubik';
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -.024em;
  color: #FFF;
}
.fx-footer-leads .card-number {
  margin: 16px 0 21px;
  white-space: nowrap;
}
.fx-footer-leads .card-number span {
  display: inline-block;
  width: 64px;
  height: 86px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #F7941D;
  background: -webkit-linear-gradient(180deg, #F7941D 55.15%, #E58716 59.84%);
  background: linear-gradient(180deg, #F7941D 55.15%, #E58716 59.84%);
  font-family: inherit;
  font-weight: 900;
  font-size: 64px;
  line-height: 86px;
  text-align: center;
  color: #F9FBFF;
}
.form__proposal {
  width: 100%;
}
.fx-footer-quote-form {
  font-family: 'Rubik';
  padding: 0 0 71px;
  position: relative;
}
.fx-footer-quote-form .input-group {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25px;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.fx-footer-quote-form .input-group .form-control {
  font-family: inherit;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  /* width: 8%; */
  /* height: 62px; */
  background-color: transparent;
  color: #142034;
  border: 0;
  /* padding: 16px 10px; */
  outline: 0;
}
.fx-footer-quote-form .input-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.fx-footer-quote-form h4 {
  font-family: 'Rubik';
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -.03em;
  color: #FFF;
  width: 100%;
  margin: 41px auto;
  text-align: center;
}
.fx-footer-quote-form .input-group {
  display: flex;
  padding: 13px 25px;
  background-color: #fff;
  border-radius: 8px;
  width: 76%;
  margin: 0 auto;
}
.fx-footer-widget {
  background: linear-gradient( 80deg, rgba(83, 65, 128, 1) 23%, rgba(39, 33, 54, 1) 77%);
}
.form__proposal input[type="text"] {
  width: 100%;
  height: 100%;
  padding: 16px 15px;
  font-style: normal;
  font-size: 18px;
  line-height: 16px;
  letter-spacing: -.0055em;
  color: var(--text-color);
  border-radius: 3px;
}
.fx-footer-quote-form .input-group .btn {
  padding: 18px 36px;
  height: 60px;
  font-family: 'Rubik';
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -.008em;
  background: #fda029;
  color: #FFF;
  margin: 0;
  width: auto;
  position: absolute;
  right: 20px;
  border-radius: 30px !important;
  z-index: 0;
}
@keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
.main-services-one {
  background-color: #f4f6fd;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.service-title-one .subtitle {
  justify-content: center;
}
.subtitle {
  display: flex;
  align-items: center;
}
.h2-title {
  line-height: 75px;
  padding-bottom: 25px;
  padding-top: 12px;
  font-family: "EB Garamond", serif;
  font-size: 50px;
  font-weight: 700;
  color: #231e33;
  margin: 0 0 30px 0;
  text-align: center;
  text-transform: uppercase;
}
.service-box-one:hover {
  background: linear-gradient( 80deg, rgba(75, 59, 114, 1) 0%, rgba(54, 44, 79, 1) 50%, rgba(41, 34, 58, 1) 100%);
  box-shadow: 0px 30px 60px 0px rgb(20 17 58 / 30%);
}
.service-box-one {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 10%);
  text-align: left;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 350px;
  margin: 0 0 20px 0;
}
.service-icon-one {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.service-icon-one img {
  width: 38px;
  height: 38px;
}
.service-icon-one::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/service-icon-bg-one.html);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.service-box-content-one .h3-title {
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  color: red;
  font-family: "EB Garamond", serif;
  font-size: 28.04px;
  font-weight: 700;
  color: #231e33;
  margin: 23px 0 20px 0;
}
.service-box-content-one p {
  margin-bottom: 0;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  font-family: 'Rubik';
  font-size: 15px;
}
.service-shape-one {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
.main-services-one {
  background-color: #f4f6fd;
  position: relative;
  padding: 50px 0;
}
.service-boxbg-shape-one {
  position: absolute;
  top: -396px;
  right: -400px;
  z-index: -1;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.service-box-one:hover .yes-d-one {
  display: none;
}
.service-box-one:hover .no-d-one {
  display: block;
  filter: invert(1);
}
.service-box-one:hover .service-boxbg-shape-one {
  top: -170px;
  right: -150px;
  transition: all 0.5s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.service-box-one:hover .service-icon-one::before {
  animation-name: rotateme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.service-box-one:hover .service-box-content-one p {
  color: #afabe3;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.service-box-one:hover .service-box-content-one .h3-title {
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.service-icon-one {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.no-d-one {
  display: none;
}
.testimonials .content-1 img {
  width: 150px;
  height: 150px;
  border-radius: 20px 50px;
  object-fit: cover;
  object-position: 100% 10%;
}
.top-5-features-cards .top-5-card-img {
  margin: 0 0 20px 0;
}
.top-5-features-cards .top-5-card-img img {
  width: 80px;
}
.our-process .our-procard1 .our-process-card-content {
  height: 160px;
}
.our-process .our-procard2 .our-process-card-content {
  height: 160px;
}
.sec-testimonials {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 50px 0 50px 0;
}
.sec-testimonials .head {
  margin: 0 0 40px 0;
}
.sec-testimonials .head h6 {
  font-family: "EB Garamond", serif;
  font-size: 50px;
  font-weight: 700;
  color: #ffa22a;
  text-align: center;
}
.sec-testimonials .test-card {
  border: 1px solid #ededed;
  background: #fafafa;
  border-radius: 5px;
  margin: 0 0 15px 0;
  padding: 20px;
  overflow: hidden;
}
.sec-testimonials .test-card .desc {
  position: relative;
  overflow: hidden;
}
.sec-testimonials .test-card .desc::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/google-testi.html);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 15px;
  width: 15px;
}
.sec-testimonials .test-card .desc2::after {
  background-image: url(../images/trust-pilot.html);
}
.sec-testimonials .test-card .desc3::after {
  background-image: url(../images/g2.html);
}
.sec-testimonials .test-card .desc h6 {
  text-transform: capitalize;
  color: #193244;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
}
.sec-testimonials .test-card .desc .rating i {
  color: #e7711b;
  font-size: 14px;
}
.sec-testimonials .test-card .desc small {
  display: block;
  color: #999;
  font-weight: 600;
  font-size: 12px;
  text-shadow: 1px 1px 0 #fff;
}
.sec-testimonials .test-card .desc .overflow {
  min-height: 150px;
  max-height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* width */

.sec-testimonials .test-card .desc .overflow::-webkit-scrollbar {
  width: 4px;
}
/* Track */

.sec-testimonials .test-card .desc .overflow::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50px;
}
/* Handle */

.sec-testimonials .test-card .desc .overflow::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 50px;
}
/* Handle on hover */

.sec-testimonials .test-card .desc .overflow::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.sec-testimonials .test-card .desc .overflow p {
  color: #777;
  line-height: 22px;
  padding: 10px 5px 0 0;
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
/***************************** sec-testimonials fold3 close *****************************/

.sec-grow {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 25px 0;
  background: linear-gradient( 80deg, rgba(83, 65, 128, 1) 23%, rgba(39, 33, 54, 1) 77%);
  z-index: 9;
}
#particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
  mix-blend-mode: screen;
  background-color: rgb(255 255 255 / 10%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}
.sec-grow .desc h6 {
  text-transform: capitalize;
  text-align: left;
  color: #fff;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 32px;
  line-height: 42px;
  font-family: 'Rubik';
  font-weight: 700;
  letter-spacing: -.024em;
}
.sec-grow .desc p {
  text-transform: capitalize;
  text-align: left;
  font-weight: 400;
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 16px;
}
.sec-grow .desc .send-btn {
  background: #ffa22a;
  height: 50px;
  width: 290px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 2px solid #ffa22a;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
/***************************** sec-grow fold5 close *****************************/

/*floating strips css start */

.new-brand-log-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 28px 0 34px 0;
}
.new-brand-log-sec img {
  width: 20%;
}
.footer-bottom img {
  height: 25px;
  object-fit: contain;
  display: table;
  margin: 0 0 0 auto;
}
footer .footer-bottom {
  text-align: left !important;
}
.floatbutton.active {
  right: 0;
  z-index: 11;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.floatbutton {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  right: -370px;
  top: 16%;
  font-size: 0;
  width: 420px;
  /* transform: translateY(-50%); */
  z-index: 9;
}
.floatbutton .clickbutton {
  border-radius: 30px 0px 0px 30px;
  background: #fff;
  width: 50px;
  z-index: 999;
  height: 270px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  background: #134E5E;
  /* fallback for old browsers */
  background: linear-gradient(45deg, #ffa22a, #f39a28);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(45deg, #ffa22a, #f39a28);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  margin-top: 198px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  -ms-box-shadow: 0px 0px 40px #00000026;
  -o-box-shadow: 0px 0px 40px #00000026;
  /* border: 1px solid #07379a; */
}
.floatbutton .clickbutton .crossplus:before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  background: #fbb334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.floatbutton .clickbutton .crossplus:after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  background: #fab334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.floatbutton .clickbutton .crossplus {
  position: relative;
  display: block;
  transform: rotate(0deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: 0.4s;
  font-size: 16px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  left: -79px;
  white-space: pre;
  bottom: 122px;
  font-weight: bold;
}
.floatbutton .clickbutton .crossplus.rotate {
  /* transform: rotate(45deg); */
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.floatbutton .clickbutton .crossplus i {
  font-size: 18px;
  color: #f43535;
  margin: 17px 0 0 15px;
}
.floatbutton .banner-form {
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 9;
  border-radius: 5px 0 0 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0px 0px 30px #0000001f;
}
.floatbutton .banner-form .banform {}
.floatbutton .banner-form .ban-form {}
.floatbutton .banner-form .ban-form input:not([type=checkbox]) {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #e5e5e5;
  background: white;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: none !important;
  margin: 0 0 15px 0;
}
.floatbutton .banner-form .intl-tel-input {
  width: 100%;
}
.floatbutton .banner-form h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}
.floatbutton .banner-form .ban-form input[type="submit"] {
  color: #fff;
  font-weight: 600;
  background: #f43535;
  border-radius: 3px;
  text-align: center;
  background: linear-gradient(45deg, #ffa22a, #f39a28);
  padding: 10px 15px;
  margin: 20px 0 0;
  border: transparent;
}
.floatbutton .banner-form .ban-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: white;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 120px;
  outline: none !important;
  margin: 15px 0 0px 0;
}
.floatbutton .btns_wrap {
  position: fixed;
  right: -6px;
}
.floatbutton .btns_wrap a:hover {
  text-decoration: none !important;
  right: 0px;
}
.floatbutton .btns_wrap .call_wrap {
  width: 280px;
  position: absolute;
  right: -225px;
  background: #fff;
  top: 120px;
  padding: 0;
  border-radius: 50px 0px 0px 50px;
  overflow: hidden;
  box-shadow: 0px 0px 40px #00000026 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.floatbutton .btns_wrap .call_wrap span {
  color: #333;
  font-size: 20px;
  vertical-align: middle;
  background: #fff;
  padding: 15px 20px 15px 15px;
}
.floatbutton .btns_wrap .chat_wrap {
  display: block;
  position: absolute;
  right: -225px;
  width: 280px;
  padding: 0;
  background: #fff;
  top: 40px;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0px 0px 40px #00000026 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50px 0px 0px 50px;
}
.floatbutton .btns_wrap .chat_wrap span.icoo, .floatbutton .btns_wrap .call_wrap span.icoo {
  color: #fff;
  background: #134E5E;
  /* fallback for old browsers */
  background: linear-gradient(45deg, #ffa22a, #f39a28);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(45deg, #ffa22a, #f39a28);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-size: 18px;
  padding: 18px 20px 16px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50px 0px 0px 50px;
  box-shadow: 1px 0px 13px #184dc1c2;
}
.floatbutton .btns_wrap .chat_wrap span {
  color: #333;
  font-size: 20px;
  vertical-align: middle;
  background: #fff;
  padding: 15px 30px 15px 15px;
}
/*floating strips css end */

/* modal css */

.modal .modal-dialog .modal-content .modal-header, .modal-footer {
  border: none;
}
.modal .modal-dialog .modal-content .modal-header button {
  border-radius: 50%;
  color: #ffa22a;
  border: 3px solid #ffa22a;
  line-height: 1em;
  text-align: center;
  font-size: 16px;
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  background: inherit;
  opacity: inherit;
  position: absolute;
  right: 10px;
}
.modal .modal-dialog .modal-content .modal-body {
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-body .input-div {
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body .input-div i {
  position: absolute;
  top: 18px;
  color: #ffa32d;
  left: 18px;
}
.modal .modal-dialog .modal-content .modal-body button {
  display: block;
  border-radius: 40px;
  outline: none;
  height: 54px;
  border: transparent;
  border-radius: 50px;
  height: 60px;
  background-color: #ffa22a;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 22px;
  border: transparent;
  box-shadow: 0px 0px 14px 1px #ffa22a;
}
.modal .modal-dialog .modal-content .modal-body form {
  display: flex;
  flex-direction: column;
  padding: 0 0px !important;
}
.modal .modal-dialog .modal-content .modal-body form input {
  display: block;
  border-radius: 40px;
  outline: none;
  height: 54px;
  border: 1px solid #dedede;
  margin: 0 0 25px;
  padding: 0px 40px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 15.99px;
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body form select {
  display: block;
  border-radius: 40px;
  outline: none;
  height: 54px;
  border: 1px solid #dedede;
  margin: 0 0 25px;
  padding: 0px 20px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-size: 15.99px;
  width: 100%;
  position: relative;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 10px), calc(100% - 15px) calc(1em + 10px), calc(100% - 2.5em) 0px;
  background-size: 5px 5px, 5px 5px, 1px 55px;
  background-repeat: no-repeat;
}
.modal .modal-dialog .modal-content .modal-body form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.modal .modal-dialog .modal-content .modal-body form select option {
  border-bottom: 1px solid #333;
}
.modal .modal-dialog .modal-content .modal-body h5 {
  font-family: "EB Garamond", serif;
  font-size: 27px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffa22a;
}
.modal .modal-dialog .modal-content .modal-body h5 span {
  font-size: 36px;
}
.modal .modal-dialog .modal-content {
  background: linear-gradient( 80deg, rgba(83, 65, 128, 1) 23%, rgba(39, 33, 54, 1) 77%);
  padding: 10px 8px;
}
.modal .modal-dialog .modal-content .modal-body p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 24px;
  /* text-transform: capitalize; */
  color: #292929;
  margin: 0 0 30px;
  /* padding: 0 87px; */
  color: #fff;
}
@media only screen and (min-width: 300px) and (max-width: 576px) {
  /*.modal .modal-dialog .modal-content .modal-body form{*/
  /*    padding: 0;*/
  /*}*/
  /*.modal .modal-dialog .modal-content .modal-body h5{*/
  /*    font-size: 23px;*/
  /*    line-height: 25px;*/
  /*}*/
  /*.modal .modal-dialog .modal-content .modal-body h5 span{*/
  /*    font-size: 28px;*/
  /*}*/
  /*.modal .modal-dialog .modal-content .modal-body p{*/
  /*    font-size: 15px;*/
  /*    margin: 16px 0 30px;*/
  /*}*/
  /*#exampleModal .modal-header h6{*/
  /*    font-size: 26px;*/
  /*}*/
  /*.modal .modal-dialog .modal-content .modal-header .btn-close{*/
  /*    width: 25px;*/
  /*    height: 25px;*/
  /*    line-height: 25px;*/
  /*    font-size: 30px;*/
  /*}*/
  /*footer .footer-bottom span{*/
  /*    text-align:center;*/
  /*}*/
  /*.footer-bottom img{*/
  /*    margin:15px auto 0;*/
  /*}*/
}
.call-action {
  border-radius: 50px;
  width: 170px;
  height: 50px;
  background-color: #ffa22a;
  color: #fff!important;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  border: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  padding: 0;
  box-shadow: 0px 0px 17px 1px #ffa22a;
}
a.call-action:hover {
  color: #ffffff;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {}
@media only screen and (min-width: 1445px) and (max-width: 1599px) {}
@media only screen and (min-width: 1366px) and (max-width: 1444px) {}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .whatbooks-we-write .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .whatbooks-we-write .nav li.nav-item {
    margin: 0 0 10px 0;
  }
  .header-1 ul li a {
    font-size: 14px;
    margin: 0 15px;
  }
  .call-action {
    font-size: 13px;
    width: 155px;
    height: 50px;
  }
  .header-1 form button {
    width: 155px;
    height: 50px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner .banner-content h1, .banner-content h5 {
    font-size: 50px;
  }
  .banner .banner-content h2, .banner-content p {
    font-size: 18px;
  }
  .header-1 ul li a {
    font-size: 13px;
    margin: 0 12px;
  }
  .navbar-light .navbar-brand {
    width: 100px;
  }
  .call-action {
    font-size: 12px;
    width: 155px;
    height: 50px;
  }
  .header-1 form button {
    font-size: 12px;
    width: 155px;
    height: 50px;
  }
  /* .banner .banner-content .banner-form form input {
    height: 57px;
    line-height: 40px;
    margin: 0 0 35px;
    width: 69%;
  }
  .banner .banner-content .banner-form form button {
    height: 53px;
    line-height: 40px;
    margin: 0;
    width: 70%;
    font-size: 18px;
  }
  .banner .banner-content .banner-form form {
    border-radius: 60px;
    line-height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 380px;
    background-color: rgba(255, 255, 255, 0.2);
  } */
  .brands-with-us1 .brands-with-us-heading h2, .brands-with-us-heading h5 {
    font-size: 55px;
  }
  .brands-with-us p {
    font-size: 18px;
  }
  .why-choose-us .why-choose-us-heading h2, .why-choose-us-heading h5 {
    font-size: 50px;
  }
  .why-choose-us p {
    font-size: 15px;
    width: 100%;
  }
  .why-choose-us .why-choose-us-heading {
    text-align: left;
  }
  .little-intro-aboutus {
    padding: 80px 0;
  }
  .little-intro-aboutus .little-intro-content {
    text-align: left;
  }
  .little-intro-aboutus .little-intro-content h2, .little-intro-content h5 {
    font-size: 45.04px;
  }
  .little-intro-aboutus .little-intro-content p {
    font-size: 16px;
    width: 100%;
  }
  .top-5-features {
    padding: 65px 0 80px;
  }
  .top-5-features .top-5-heading h3, .top-5-heading h5 {
    font-size: 45.98px;
  }
  .top-5-features .top-5-heading span {
    font-size: 14px;
  }
  .our-teams {
    padding: 30px 0;
  }
  .our-teams .our-team-card {
    text-align: center;
  }
  .our-teams .our-team-card .our-team-card-img .our-team-card-content p {
    margin: 0 auto;
    width: 51%;
  }

  .our-teams .our-teams-heading p {
    font-size: 15.01px;
    /* padding: 0 55px; */
  }
  .our-teams .our-team-card .our-team-card-img .our-team-card-content p {
    font-size: 10px;
    margin: 0 auto;
    width: 100%;
  }
  .our-teams .our-team-card .our-team-card-avatar img {
    height: 254.59px;
  }
  .whatbooks-we-write {
    padding: 15rem 0;
    margin: -215px 0 0;
  }
  .whatbooks-we-write .books-we-write-heading h3, .books-we-write-heading h2 {
    font-size: 43.05px;
    margin-top: 82px;
  }
  .whatbooks-we-write .books-we-write-heading p {
    font-size: 16.02px;
  }
  .our-process-card .img-out-circle, .img-out-circle2 {
    height: 200px;
    width: 200px;
  }
  .our-process-card .img-out-circle::after {
    bottom: -20px;
  }
  .our-process .our-process-heading h3, .our-process-heading h5, .our-process-heading h2 {
    font-size: 45.06px;
  }
  .our-process .our-process-heading {
    margin-bottom: 30px;
  }
  .our-process::before {
    content: none;
  }
  .our-process::after {
    content: none;
  }
  .our-process>.container .row:nth-child(2) .col-12:nth-child(odd) .our-process-card {
    margin: 110px 0 0;
  }
  .our-process .second-card-under::after {
    content: none;
  }
  .request-a-quote {
    padding: 0;
  }
  .request-a-quote .request-a-quote-content {
    border-radius: 0;
    padding: 74px 0;
    box-shadow: 0 0 0 0;
  }
  .request-a-quote .request-a-quote-content h5 {
    font-size: 50px;
  }
  .request-a-quote .request-a-quote-content p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .request-a-quote .request-a-quote-content .request-a-quote-options {
    margin: 38px 0 0;
  }
  .request-a-quote .request-a-quote-content .request-a-quote-options .live-chat p {
    font-size: 14.84px;
  }
  .request-a-quote .request-a-quote-content .request-a-quote-options .live-chat a {
    font-size: 18.74px;
  }
  .request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us {
    padding: 0;
  }
  .request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us p {
    font-size: 14.82px;
  }
  .request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us a {
    font-size: 18.69px;
  }

  .testimonials .best-reviews p {
    font-size: 14.01px;
    width: 100%;
  }
  .testimonials .review-card {
    padding: 32px 25px;
    height: 460px;
  }
  .testimonials .content p {
    letter-spacing: 0px;
  }
  .testimonials {
    padding: 50px 0 330px;
  }
  .testimonials .arrow-main {
    bottom: -97%;
  }
  .frequently-asked-questions .frequently-heading h2, .frequently-heading h5 {
    font-family: "EB Garamond", serif;
    font-size: 50px;
    font-weight: 700;
    color: #302946;
    margin: 0 0 35px;
  }
  .frequently-asked-questions .frequently-heading h2 span {
    display: block;
  }
  .frequently-asked-questions .frequently-heading p {
    font-size: 16.01px;
  }
  .our-satisfied-customer-stats {
    margin: 0;
  }
  .our-satisfied-customer-content {
    border-radius: 0;
  }
  .our-satisfied-customer-content h5, .our-satisfied-customer-content h3 {
    font-size: 47.04px;
  }
  .our-satisfied-customer-content p {
    width: 75%;
    margin: 0 auto;
  }
  .our-satisfied-customer-content .our-satisfied-counts {
    margin: 40px 0;
  }
  .our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container .counter {
    font-size: 51.14px;
  }
  .our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container span {
    font-size: 16px;
  }
  .talk-to-us .lets-start-your-business-card-img img {
    height: 661.88px;
  }
  .talk-to-us .lets-start-heading h5 {
    font-size: 45.97px;
  }
  .talk-to-us .content {
    border-radius: 0;
  }
  .little-intro-btns {
    display: flex;
    flex-wrap: wrap;
  }
  .little-intro-aboutus .little-intro-content .little-intro-btns .btn1 {
    height: 65px;
    width: 190px;
    font-size: 16px;
    margin: 0 10px 20px 0;
  }
  .little-intro-aboutus .little-intro-content .little-intro-btns .talk-with-us-outer {
    margin: 0px;
  }
  .whatbooks-we-write .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .whatbooks-we-write .nav li.nav-item {
    margin: 0 0 10px 0;
  }
  .contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
    border: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-light .navbar-toggler-icon {
    filter: invert(1);
  }
  .banner .banner-content h1, .banner-content h5 {
    font-size: 45px;
  }
  .banner .banner-content h2, .banner-content p {
    font-size: 16px;
  }
  .banner .banner-content .banner-form form input {
    height: 57px;
    line-height: 40px;
    margin: 0 0 35px;
    width: 69%;
  }
  .banner .banner-content .banner-form form button {
    height: 53px;
    line-height: 40px;
    margin: 0;
    width: 70%;
    font-size: 18px;
  }
  .banner .banner-content .banner-form form {
    border-radius: 60px;
    line-height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 380px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .brands-with-us1 .brands-with-us-heading h2, .brands-with-us-heading h5 {
    font-size: 45px;
  }
  .brands-with-us p {
    font-size: 18px;
  }
  .why-choose-us .why-choose-us-heading h2, .why-choose-us-heading h5 {
    font-size: 48.04px;
  }
  .why-choose-us p {
    font-size: 15px;
    width: 100%;
  }
  .why-choose-us .why-choose-us-heading {
    text-align: center;
  }
  .little-intro-aboutus {
    padding: 80px 0;
  }
  .little-intro-aboutus .little-intro-content {
    text-align: center;
    margin: 0 !important;
  }
  .little-intro-aboutus .little-intro-content h2, .little-intro-content h5 {
    font-size: 45.04px;
  }
  .little-intro-aboutus .little-intro-content p {
    font-size: 16px;
    width: 100%;
  }
  .top-5-features {
    padding: 100px 0 145px;
  }
  .top-5-features .top-5-heading span {
    font-size: 14px;
  }
  .our-teams {
    padding: 30px 0 0 0;
  }
  .our-teams .our-team-card {
    text-align: center;
  }
  .our-teams .our-team-card .our-team-card-img .our-team-card-content p {
    margin: 0 auto;
    width: 51%;
  }

  .our-teams .our-teams-heading p {
    font-size: 15.01px;
    padding: 0 55px;
  }
  .whatbooks-we-write {
    padding: 8rem 0;
    margin: -215px 0 0;
  }
  .whatbooks-we-write .books-we-write-heading h3, .books-we-write-heading h2 {
    font-size: 43.05px;
    margin-top: 235px;
  }
  .whatbooks-we-write .books-we-write-heading p {
    font-size: 16.02px;
  }
  .our-process .our-process-heading h3, .our-process-heading h5, .our-process-heading h2 {
    font-size: 45.06px;
  }
  .our-process .our-process-heading {
    margin-bottom: 0;
  }
  .our-process::before {
    content: none;
  }
  .our-process::after {
    content: none;
  }
  .our-process .second-card-under::after {
    content: none;
  }
  .request-a-quote {
    padding: 0;
  }
  .request-a-quote .request-a-quote-content {
    border-radius: 0;
    padding: 74px 0;
    box-shadow: 0 0 0 0;
  }
  .request-a-quote .request-a-quote-content h5 {
    font-size: 45.04px;
  }
  .request-a-quote .request-a-quote-content p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .request-a-quote .request-a-quote-content .request-a-quote-options {
    margin: 38px 0 0;
  }
  .request-a-quote .request-a-quote-content .request-a-quote-options .live-chat p {
    font-size: 14.84px;
  }
  .request-a-quote .request-a-quote-content .request-a-quote-options .live-chat a {
    font-size: 18.74px;
  }
  .request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us {
    padding: 0;
  }
  .request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us p {
    font-size: 14.82px;
  }
  .request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us a {
    font-size: 18.69px;
  }

  .testimonials .best-reviews p {
    font-size: 14.01px;
    width: 100%;
  }
  .testimonials .review-card {
    padding: 32px 25px;
    height: 460px;
  }
  .testimonials .content p {
    letter-spacing: 0px;
  }
  .testimonials {
    padding: 50px 0 330px;
  }
  .testimonials .arrow-main {
    bottom: -97%;
  }
  .frequently-asked-questions .frequently-heading h2, .frequently-heading h5 {
    font-family: "EB Garamond", serif;
    font-size: 47px;
    font-weight: 700;
    color: #302946;
    margin: 0 0 35px;
  }
  .frequently-asked-questions .frequently-heading h2 span {
    display: block;
  }
  .frequently-asked-questions .frequently-heading p {
    font-size: 16.01px;
  }
  .our-satisfied-customer-stats {
    margin: 0;
  }
  .our-satisfied-customer-content {
    border-radius: 0;
  }
  .our-satisfied-customer-content h5, .our-satisfied-customer-content h3 {
    font-size: 47.04px;
  }
  .our-satisfied-customer-content p {
    width: 75%;
    margin: 0 auto;
  }
  .our-satisfied-customer-content .our-satisfied-counts {
    flex-wrap: wrap;
    margin: 40px 0;
  }
  .our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container {
    margin: 0 auto;
    width: 33%;
    text-align: center;
  }
  .talk-to-us .lets-start-heading h5 {
    font-size: 45.97px;
  }
  .talk-to-us .content {
    border-radius: 0;
  }
  .our-process>.container .row:nth-child(2) .col-12:nth-child(odd) .our-process-card {
    margin: 50px 10px 50px 0;
  }
  .little-intro-aboutus .little-intro-content .little-intro-btns .btn1 {
    height: 65px;
    width: 190px;
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .talk-to-us .lets-start-your-business-card-img img {
    border-radius: 50px;
    margin: 0 0 20px 0;
  }
  .whatbooks-we-write .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .whatbooks-we-write .nav li.nav-item {
    margin: 0 0 10px 0;
  }
  .our-process-card .img-out-circle {
    order: 1;
  }
  .our-process .our-process-card .our-process-card-content {
    order: 2;
    margin-top: 60px;
  }
  .our-process-card .img-out-circle2::after {
    bottom: -21px;
    top: inherit;
    transform: rotate(45deg);
  }
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
  .banner .banner-content h1, .banner-content h5 {
    font-size: 30px;
    margin: 0 0 25px;
  }
  .banner .banner-content h2, .banner-content p {
    font-size: 14px;
    margin: 0 0 40px;
  }
  .banner .banner-content .banner-form form input {
    height: 40px;
    line-height: 40px;
    margin: 0 0 35px;
    width: 70%;
  }
  .banner .banner-content .banner-form form button {
    height: 40px;
    line-height: 40px;
    margin: 0;
    width: 70%;
    font-size: 18px;
  }
  .banner .banner-content .banner-form form {
    border-radius: 60px;
    line-height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 355px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .brands-with-us1 .brands-with-us-heading h2, .brands-with-us-heading h5 {
    font-size: 29px;
  }
  .brands-with-us p {
    font-size: 16px;
  }
  .little-intro-aboutus {
    padding: 30px 0;
    position: relative;
  }
  .why-choose-us .why-choose-us-heading h2, .why-choose-us-heading h5 {
    font-size: 35.04px;
  }
  .why-choose-us p {
    font-size: 14.01px;
    width: 100%;
  }
  .why-choose-us .why-choose-us-btns {
    text-align: center;
  }
  .why-choose-us .why-choose-us-heading h2 span {
    display: none;
  }
  .little-intro-aboutus .little-intro-content h2, .little-intro-content h5 {
    font-size: 35px;
  }
  .little-intro-aboutus .little-intro-content p {
    font-size: 14px;
    width: 100%;
  }
  .little-intro-aboutus .little-intro-content {
    text-align: center;
    margin: 0 !important;
  }
  .top-5-features {
    padding: 109px 0 133px;
  }
  .top-5-features .top-5-heading h3, .top-5-heading h5 {
    font-size: 30px;
  }
  .top-5-features .top-5-heading span {
    font-size: 14px;
  }

  .our-teams .our-teams-heading p {
    font-size: 14.01px;
    padding: 0 0;
  }
  .our-teams .our-team-card {
    text-align: center;
  }
  .our-teams .our-team-card .our-team-card-img .our-team-card-content {
    margin: 0px auto;
    width: 65%;
  }
  .our-teams {
    padding: 30px 0 0 0;
  }
  .whatbooks-we-write .books-we-write-heading h3, .books-we-write-heading h2 {
    font-size: 35.05px;
    margin-top: 340px;
  }
  .whatbooks-we-write .books-we-write-heading p {
    font-size: 14.02px;
  }
  .our-process {
    padding: 3rem 0 8rem;
  }
  .our-process .our-process-heading {
    margin-bottom: 0px;
  }
  .our-process>.container .row:nth-child(2) .col-12:nth-child(odd) .our-process-card {
    margin: 19px 0;
  }
  .our-process::before {
    display: none;
  }
  .our-process::after {
    display: none;
  }
  .our-process .second-card-under::after {
    display: none;
  }
  .our-process .our-process-btns {
    margin-top: 2em;
  }
  .our-process .our-process-btns button {
    font-size: 13px;
  }
  .our-process>.container .row:nth-child(2) .col-12:nth-child(odd) .our-process-card {
    margin: 19px 0;
  }
  .our-process .our-process-card {
    /* margin: 0 85px; */
  }
  .request-a-quote .request-a-quote-content {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .request-a-quote {
    padding: 0;
  }
  .request-a-quote .request-a-quote-content h5 {
    font-size: 35.04px;
  }
  .request-a-quote .request-a-quote-content p {
    font-size: 16px;
    /* margin-bottom: 0; */
  }
  .request-a-quote .request-a-quote-content .request-a-quote-options {
    flex-wrap: wrap;
  }
  .request-a-quote .request-a-quote-content .request-a-quote-options .live-chat {
    text-align: left;
    margin: 0 25px 23px;
  }
  .request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us {
    text-align: left;
    margin: 0 23px 0 0;
  }
  .request-a-quote .request-a-quote-content {
    box-shadow: 0 0 0 0;
  }

  .testimonials .best-reviews p {
    font-size: 16.01px;
    width: 100%;
    margin: 0 auto 1rem;
  }
  .testimonials .review-card {
    box-shadow: 0 0 8px 4px #b9b9b9;
    border-radius: 10px;
    width: 87%;
    background-color: #ffff;
    padding: 32px 25px 21px;
    height: 716.05px;
    display: flex;
    align-items: center;
  }
  .testimonials .content p {
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #4d4d4d;
    letter-spacing: 0;
    margin: 33px 0 15px;
  }
  .testimonials .arrow-main {
    position: absolute;
    right: 28px;
    bottom: -190%;
  }
  .testimonials {
    padding: 50px 0 575px;
  }
  .frequently-asked-questions .frequently-heading h2, .frequently-heading h5 {
    font-size: 43px;
  }
  .frequently-asked-questions .frequently-heading p {
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 16.01px;
    color: #272137;
    margin: 0 0 45px;
  }
  .our-satisfied-customer-content {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .our-satisfied-customer-content h5, .our-satisfied-customer-content h3 {
    font-family: "EB Garamond", serif;
    font-size: 35.04px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 30px;
  }
  .our-satisfied-customer-content p {
    font-size: 14.01px;
    padding: 0 43px;
  }
  .our-satisfied-customer-content .our-satisfied-counts {
    flex-wrap: wrap;
  }
  .our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container {
    text-align: center;
    width: 100%;
    margin: 0 0 30px;
  }
  .talk-to-us .lets-start-heading h5 {
    font-size: 22px;
  }
  .our-satisfied-customer-stats {
    margin: 0;
  }
  .our-process .our-process-heading h3, .our-process-heading h5, .our-process-heading h2 {
    font-family: "EB Garamond", serif;
    font-size: 50.06px;
    font-weight: 700;
    color: #ffa22a;
  }
  .whatbooks-we-write {
    margin: -525px 0 0;
  }
  .our-teams .our-team-card .our-team-card-img .our-team-card-content p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }
  footer .gnome-socials .social-link-img ul {
    margin: 0 0 15px;
  }
  .talk-to-us .content {
    border-radius: 0;
  }
  .little-intro-aboutus .little-intro-content .little-intro-btns .btn1 {
    height: 65px;
    width: 190px;
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .talk-to-us .lets-start-your-business-card-img img {
    border-radius: 50px;
    margin: 0 0 20px 0;
  }
  .whatbooks-we-write .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .whatbooks-we-write .nav li.nav-item {
    margin: 0 0 10px 0;
  }
  .whatbooks-we-write1 .tabs-content .tab-content .card-images-row, .whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 {
    display: flex;
    flex-wrap: wrap;
  }
  .whatbooks-we-write1 .tabs-content .tab-content .card-images-row .card-img, .whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 .card-img {
    margin: 0px 10px 20px;
    width: 45%;
  }
  .whatbooks-we-write1 .tabs-content .tab-content .card-images-row .card-img:nth-child(odd), .whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 .card-img:nth-child(even) {
    margin: 0px 10px 20px;
    width: 45%;
  }
  .whatbooks-we-write1 .tabs-content .tab-content .card-images-row .card-img img, .whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 .card-img img {
    width: 100%;
  }
  .our-process-card .img-out-circle {
    order: 1;
  }
  .our-process .our-process-card .our-process-card-content {
    order: 2;
    margin-top: 60px;
  }
  .our-process-card .img-out-circle2::after {
    bottom: -21px;
    top: inherit;
    transform: rotate(45deg);
  }
}
@media only screen and (min-width: 300px) and (max-width: 519px) {
  .banner .banner-content h1, .banner-content h5 {
    font-size: 30px;
    margin: 0 0 25px;
  }
  .banner .banner-content h2, .banner-content p {
    font-size: 14px;
    margin: 0 0 40px;
  }
  .banner .banner-content .banner-form form input {
    height: 40px;
    line-height: 40px;
    margin: 0 0 35px;
    width: 70%;
  }
  .banner .banner-content .banner-form form button {
    height: 40px;
    line-height: 40px;
    margin: 0;
    width: 70%;
    font-size: 18px;
  }
  .banner .banner-content .banner-form form {
    border-radius: 60px;
    line-height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 355px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .brands-with-us1 .brands-with-us-heading h2, .brands-with-us-heading h5 {
    font-size: 25px;
  }
  .brands-with-us p {
    font-size: 16px;
  }
  .why-choose-us .why-choose-us-heading h2, .why-choose-us-heading h5 {
    font-size: 20px;
  }
  .why-choose-us p {
    font-size: 14.01px;
    width: 100%;
  }
  .why-choose-us .why-choose-us-btns {
    text-align: center;
  }
  .why-choose-us .why-choose-us-heading h2 span {
    display: none;
  }
  .little-intro-aboutus .little-intro-content h2, .little-intro-content h5 {
    font-size: 30px;
  }
  .little-intro-aboutus {
    padding: 30px 0;
  }
  .little-intro-aboutus .little-intro-content p {
    font-size: 14px;
    width: 100%;
  }
  .little-intro-aboutus .little-intro-content {
    text-align: center;
    margin: 0 !important;
  }
  .top-5-features {
    padding: 0px 0 150px;
  }
  .top-5-features .top-5-heading h3, .top-5-heading h5 {
    font-size: 30px;
  }
  .top-5-features .top-5-heading span {
    font-size: 14px;
  }

  .our-teams .our-teams-heading p {
    font-size: 14.01px;
    padding: 0 0;
  }
  .our-teams .our-team-card {
    text-align: center;
  }
  .our-teams .our-team-card .our-team-card-img .our-team-card-content {
    margin: 0px auto;
    width: 65%;
  }
  .our-teams {
    padding: 30px 0 0 0;
  }
  .whatbooks-we-write .books-we-write-heading h3, .books-we-write-heading h2 {
    font-size: 30px;
    margin-top: 340px;
  }
  .whatbooks-we-write .books-we-write-heading p {
    font-size: 14.02px;
    padding: 0px 20px;
  }
  .our-process {
    padding: 3rem 0 20rem;
  }
  .our-process .our-process-heading {
    margin-bottom: 0px;
  }
  .our-process>.container .row:nth-child(2) .col-12:nth-child(odd) .our-process-card {
    margin: 19px 0;
  }
  .our-process::before {
    display: none;
  }
  .our-process::after {
    display: none;
  }
  .our-process .second-card-under::after {
    display: none;
  }
  .our-process .our-process-btns {
    margin-top: 2em;
  }
  .our-process .our-process-btns button {
    font-size: 13px;
  }
  .our-process>.container .row:nth-child(2) .col-12:nth-child(odd) .our-process-card {
    margin: 19px 0;
  }
  .our-process .our-process-card {
    /* margin: 0 85px; */
  }
  .request-a-quote .request-a-quote-content {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .request-a-quote {
    padding: 0;
  }
  .request-a-quote .request-a-quote-content h5 {
    font-size: 25px;
  }
  .request-a-quote .request-a-quote-content p {
    font-size: 16px;
    /* margin-bottom: 0; */
  }
  .request-a-quote .request-a-quote-content .request-a-quote-options {
    flex-wrap: wrap;
  }
  .request-a-quote .request-a-quote-content .request-a-quote-options .live-chat {
    text-align: left;
    margin: 0 25px 23px;
  }
  .request-a-quote .request-a-quote-content .request-a-quote-options .talk-to-us {
    text-align: left;
    margin: 0 23px 0 0;
  }
  .request-a-quote .request-a-quote-content {
    box-shadow: 0 0 0 0;
  }

  .testimonials .best-reviews p {
    font-size: 16.01px;
    width: 100%;
    margin: 0 auto 1rem;
  }
  .testimonials .review-card {
    box-shadow: 0 0 8px 4px #b9b9b9;
    border-radius: 10px;
    width: 87%;
    background-color: #ffff;
    padding: 32px 25px 21px;
    height: 716.05px;
    display: flex;
    align-items: center;
  }
  .testimonials .content p {
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #4d4d4d;
    letter-spacing: 0;
    margin: 33px 0 15px;
  }
  .testimonials .arrow-main {
    position: absolute;
    right: 28px;
    bottom: -190%;
  }
  .testimonials {
    padding: 50px 0 575px;
  }
  .frequently-asked-questions .frequently-heading h2, .frequently-heading h5 {
    font-size: 25px;
  }
  .frequently-asked-questions .frequently-heading p {
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 16.01px;
    color: #272137;
    margin: 0 0 45px;
  }
  .our-satisfied-customer-content {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .our-satisfied-customer-content h5, .our-satisfied-customer-content h3 {
    font-family: "EB Garamond", serif;
    font-size: 35.04px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 30px;
  }
  .our-satisfied-customer-content p {
    font-size: 14.01px;
    padding: 0 43px;
  }
  .our-satisfied-customer-content .our-satisfied-counts {
    flex-wrap: wrap;
  }
  .our-satisfied-customer-stats .our-satisfied-customer-content .our-satisfied-counts .counter-container {
    text-align: center;
    width: 100%;
    margin: 0 0 30px;
  }
  .talk-to-us .lets-start-heading h5 {
    font-size: 22px;
  }
  .our-satisfied-customer-stats {
    margin: 0;
  }
  .our-process .our-process-heading h3, .our-process-heading h5, .our-process-heading h2 {
    font-family: "EB Garamond", serif;
    font-size: 50.06px;
    font-weight: 700;
    color: #ffa22a;
  }
  .whatbooks-we-write {
    margin: -750px 0 0;
  }
  .our-teams .our-team-card .our-team-card-img .our-team-card-content p {
    font-size: 18px;
    width: 70%;
    margin: 0 auto;
  }
  footer .gnome-socials .social-link-img ul {
    margin: 0 0 15px;
  }
  .talk-to-us .content {
    border-radius: 0;
  }
  .little-intro-aboutus .little-intro-content .little-intro-btns .btn1 {
    height: 50px;
    width: 190px;
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .talk-to-us .lets-start-your-business-card-img img {
    border-radius: 50px;
    margin: 0 0 20px 0;
  }
  .whatbooks-we-write .books-we-write-heading {
    padding: 50px 0 0 0;
  }
  .whatbooks-we-write .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .whatbooks-we-write .nav li.nav-item {
    margin: 0 0 10px 0;
  }
  .whatbooks-we-write1 .tabs-content .tab-content .card-images-row, .whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 {
    display: flex;
    flex-wrap: wrap;
  }
  .whatbooks-we-write1 .tabs-content .tab-content .card-images-row .card-img, .whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 .card-img {
    width: 50%;
    margin: 0 auto 20px;
  }
  .whatbooks-we-write1 .tabs-content .tab-content .card-images-row .card-img:nth-child(odd), .whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 .card-img:nth-child(even) {
    width: 50%;
    margin: 0 auto 20px;
  }
  .whatbooks-we-write1 .tabs-content .tab-content .card-images-row .card-img img, .whatbooks-we-write1 .tabs-content .tab-content .card-images-row1 .card-img img {
    width: 90%;
    height: 225px;
  }
  .our-process-card .img-out-circle {
    order: 1;
  }
  .our-process .our-process-card .our-process-card-content {
    order: 2;
    margin-top: 60px;
  }
  .our-process-card .img-out-circle2::after {
    bottom: -21px;
    top: inherit;
    transform: rotate(45deg);
  }
  .modal .modal-dialog .modal-content .modal-body form {
    padding: 0;
  }
  .modal .modal-dialog .modal-content .modal-body h5 {
    font-size: 23px;
    line-height: 25px;
  }
  .modal .modal-dialog .modal-content .modal-body h5 span {
    font-size: 28px;
  }
  .modal .modal-dialog .modal-content .modal-body p {
    font-size: 15px;
    margin: 16px 0 30px;
  }
  #exampleModal .modal-header h6 {
    font-size: 26px;
  }
  .modal .modal-dialog .modal-content .modal-header .btn-close {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 30px;
  }
  footer .footer-bottom span {
    text-align: center;
  }
  .footer-bottom img {
    margin: 15px auto 0;
  }
  .floatbutton .btns_wrap .chat_wrap {
    right: -240px;
    width: 275px;
    padding: 0;
  }
  .floatbutton .btns_wrap .chat_wrap span.icoo, .floatbutton .btns_wrap .call_wrap span.icoo {
    font-size: 12px;
    padding: 8px;
  }
  .floatbutton .btns_wrap .call_wrap {
    right: -245px;
  }
  .floatbutton .clickbutton {
    width: 35px;
    z-index: 999;
    height: 219px;
  }
  .floatbutton .clickbutton .crossplus {
    font-size: 12px;
    left: -63px;
    bottom: 96px;
  }
  .floatbutton {
    width: 405px;
    right: -380px;
  }
  .fx-footer-leads {
    width: 100%;
    flex-direction: column;
  }
  .fx-footer-leads .card-img img {
    width: 60%;
  }
  .fx-footer-leads .card-body {
    text-align: center;
  }
  .fx-footer-quote-form .input-group .btn {
    padding: 0 10px;
    height: 30px;
    font-family: 'Rubik';
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    bottom: -44px;
    border-radius: 0 !important;
    right: 0;
    width: 100%;
  }
  .fx-footer-quote-form .input-group .form-control {
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    height: 30px;
  }
  .fx-footer-quote-form .input-group {
    display: flex;
    padding: 0;
    background-color: #fff;
    border-radius: 8px;
    width: 55%;
  }
  .fx-footer-quote-form h4 {
    font-family: 'Rubik';
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -.03em;
    color: #FFF;
    width: 100%;
    margin: 10px auto;
  }
  .fx-footer-leads .card-number span {
    display: inline-block;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F7941D;
    background: -webkit-linear-gradient(180deg, #F7941D 55.15%, #E58716 59.84%);
    background: linear-gradient(180deg, #F7941D 55.15%, #E58716 59.84%);
    font-family: inherit;
    font-weight: 900;
    font-size: 40px;
    line-height: 41px;
    text-align: center;
    color: #F9FBFF;
  }
  .fx-footer-leads .card-number {
    margin: 5px 0 5px;
  }
  .fx-footer-leads {
    margin: 0 0 10px;
    padding: 25px 0 0;
  }
  .fx-footer-leads .card-body h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .fx-footer-widget .fx-footer-widget-left {
    padding: 0;
  }
  .whatbooks-we-write {
    margin: -120% 0 0;
  }
  .our-teams {
    padding: 0 0 0 0;
    margin: 0px 0 0 0;
  }
  .our-process {
    padding: 3rem 0 5rem;
  }
  .our_client .card_1 {
    height: 290px;
  }
  .service-box-one {
    text-align: center;
  }
  .service-icon-one {
    margin: 0 auto;
  }
}


.your-story-content h3 {
    text-transform: uppercase;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #f59b28!important;
    border: transparent;
    color: #ffffff;
}
.why-choose-us-heading ul li {
    color: #fff;
    padding: 5px 0px;
    display: flex;
}
.why-choose-us p {
    margin: 0px 0 10px 0!important;
}
.our-process-heading li {
    padding: 30px 0;
}

.little-intro-btns button {
    border-radius: 50px!important;
    width: 185px;
    height: 45px;
    background-color: #ffa22a!important;
    color: #fff;
    font-family: rubik,sans-serif;
    font-weight: 500;
    font-size: 14px;
    border: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
/*tester*/
.our-process-sec .card {
  position: relative;
  width: 100%;
  height: 100%;
  background: #333;
  transition: 0.5s;
}

/*.our-process-sec .card:hover {
  height: 450px;
}*/

.our-process-sec .card .lines {
  position: absolute;
  inset: 3px;
  background: #2b243d;
  overflow: hidden;
}

.our-process-sec .card .lines::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 120px;
  background: linear-gradient(transparent, #f59b2800, #f59b2800, #f59b2800, transparent);
  animation: animate 4s linear infinite;
}

.our-process-sec .card .lines::after {
  content: '';
  position: absolute;
  inset: 3px;
  background-image: url("../images/why-choose-us-bg-img.html");
}

.our-process-sec .card .imageBox {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  background: #000;
  transition: 0.5s;
  z-index: 10;
  overflow: hidden;
}

.our-process-sec .card:hover .imageBox {
  width: 250px;
  height: 250px;
}

.our-process-sec .card .imageBox::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 150px;
  transform: translate(-50%, -50%);
  background: linear-gradient(transparent, #ff3c7b, #ff3c7b, #ff3c7b, transparent);
  animation: animate 4s linear infinite;
}

.our-process-sec .card .imageBox::after {
  content: '';
  position: absolute;
  inset: 3px;
  background: #292929;
}

.our-process-sec .card .imageBox img {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  filter: grayscale(1);
  transition: 0.5s;
  z-index: 1;
}

.our-process-sec .card:hover .imageBox img {
  filter: grayscale(0);
}


@keyframes animate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.our-process-sec .card .content {
  /* position: absolute; */
  width: 100%;
  /* height: 500px; */
  padding: 20px;
  display: flex;
  /* justify-content: revert; */
  /* align-items: center; */
  /* overflow: hidden; */
  /* transition: 0.5s; */
}

.our-process-sec .card .content .details {
  width: 100%;
  text-align: center;
  transition: 0.5s;
  transform: translateY(20px);
}

.our-process-sec .card:hover .content .details {
  transform: translateY(0px);
}

.our-process-sec .card .content .details h3 {
  font-size: 21px;
  font-weight: 600;
  padding: 0px 0  0 0;
  color: #f59b28;
  line-height: 30px;
}

.our-process-sec .card .content .details h2 span {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  visibility: hidden;
}

.our-process-sec .card .content .details .info {
  width: 100%;
  align-items: center;
  margin: 30px 0;
}
.our-process-sec .card .info p{
  color: #fff;
}
.our-process-sec .card .content .details .info h3 {
  font-size: 1rem;
  color: #45f3ff;
  line-height: 1.2rem;
  font-weight: 600;
  text-align: center;
}

.our-process-sec .card .content .details .info h3 span {
  font-size: 0.8rem;
  font-weight: 400;
  color: #fff;
}

.our-process-sec .card .content .details .actions {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px
}

.our-process-sec .card .content .details .actions button {
  min-width: 100px;
  padding: 10px 0;
  border: none;
  outline: none;
  background: #f59b29;
  font-size: 1rem;
  font-weight: 500;
  color: #222;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.5s;
}

.our-process-sec .card .content .details .actions button:nth-child(2) {
  background: #fff;
}

.our-process-sec .card .content .details .actions button:hover {
  opacity: 1;
}

.our-process-sec .card .content .details .actions button:active {
  opacity: 1;
  transform: scale(0.98);
}
.our-services h2{
      font-family: "EB Garamond", serif;
    font-size: 50px;
    font-weight: 700;
    color: #ffa22a;
}

.why-choose-us-heading-inner li{
  display: flex;
}
.why-choose-heading ul li img,
.why-choose-us-heading-inner ul li img  {
    border: 1px solid #fff;
    border-radius: 50px;
    height: 20px;
    margin: 4px 4px 4px 0px;
}

.bar-new {
  background: #f49721;
  padding: 25px 0
}
.bar-new .left-head h1 {
  font-size: 30px;
  line-height: 46px;
  color: #fff;
  font-weight: 600
}
.bar-new a.a-css {
    background: #fff;
    padding: 12px 0;
    margin: 7px 1px;
    display: block;
    text-align: center;
    width: 100%;
    color: #fda12a;
    font-weight: 600;
    font-size: 22px;
    border-radius: 7px;
}
.center-head h4 {
    font-size: 16px;
    color: #fff;
}

/*review css end*/
.section-title.mar-bott {
    margin-bottom: 20px;
}
img.s-img {
    max-width: 10%;
}
div#dp-slider .review-card img.s-img {
  margin-bottom: 40px;
}
li.nav-item.hover-sub-menu:hover .sub-menu-al {
  box-shadow: 4px 5px 8px 1px #00000029;
}
li.nav-item.hover-sub-menu .sub-menu-al ul li a {
  color: #4a6f8a !important;
  padding:  0  !important;
}

li.nav-item.hover-sub-menu .sub-menu-al ul li a {
  margin-bottom: 20px !important;
}

li.nav-item.hover-sub-menu .sub-menu-al ul li a:hover {
  color: #4792e3 !important;
}

.new-brand-log-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 28px 0 34px 0;
}
.new-brand-log-sec img {
  width: 20%;
}
.footer-bottom img {
  height: 25px;
  object-fit: contain;
  display: table;
  margin: 0 0 0 auto;
}
footer .footer-bottom {
  text-align: left !important;
}
.floatbutton.active {
  right: 0;
  z-index: 11;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.floatbutton {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  right: -370px;
  top: 16%;
  font-size: 0;
  width: 420px;
  /* transform: translateY(-50%); */
  z-index: 9;
}
.floatbutton .clickbutton {
    border-radius: 30px 0px 0px 30px;
    background: #fff;
    width: 50px;
    z-index: 999;
    height: 270px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgb(87 184 151 / 9%);
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    background: #4792e3;
    background: linear-gradient(45deg, #4792e3, #4792e3);
    background: linear-gradient(45deg, #4792e3, #4792e3);
    margin-top: 198px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    -ms-box-shadow: 0px 0px 40px #00000026;
    -o-box-shadow: 0px 0px 40px #00000026;
    border: 1px solid #4792e3;
}
.floatbutton .clickbutton .crossplus:before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  background: #fbb334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.floatbutton .clickbutton .crossplus:after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  background: #fab334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.floatbutton .clickbutton .crossplus {
  position: relative;
  display: block;
  transform: rotate(0deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: 0.4s;
  font-size: 16px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  left: -79px;
  white-space: pre;
  bottom: 122px;
  font-weight: bold;
}
.floatbutton .clickbutton .crossplus.rotate {
  /* transform: rotate(45deg); */
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.floatbutton .clickbutton .crossplus i {
  font-size: 18px;
  color: #f43535;
  margin: 17px 0 0 15px;
}
.floatbutton .banner-form {
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 9;
  border-radius: 5px 0 0 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0px 0px 30px #0000001f;
}
.floatbutton .banner-form .ban-form input:not([type=checkbox]) {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #e5e5e5;
  background: white;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: none !important;
  margin: 0 0 15px 0;
}
.floatbutton .banner-form .intl-tel-input {
  width: 100%;
}
.floatbutton .banner-form h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}
.floatbutton .banner-form .ban-form input[type="submit"] {
    color: #fff;
    font-weight: 600;
    background: #4792e3;
    border-radius: 3px;
    text-align: center;
    background: linear-gradient(45deg, #4792e3, #4792e3);
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
}
.floatbutton .banner-form .ban-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: white;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 120px;
  outline: none !important;
  margin: 0px 0 0px 0;
}
.floatbutton .btns_wrap {
  position: fixed;
  right: -6px;
}
.floatbutton .btns_wrap a:hover {
  text-decoration: none !important;
  right: 0px;
}
.floatbutton .btns_wrap .call_wrap {
  width: 280px;
  position: absolute;
  right: -225px;
  background: #fff;
  top: 120px;
  padding: 0;
  border-radius: 50px 0px 0px 50px;
  overflow: hidden;
  box-shadow: 0px 0px 40px #00000026 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.floatbutton .btns_wrap .call_wrap span {
  color: #333;
  font-size: 20px;
  vertical-align: middle;
  background: #fff;
  padding: 15px 20px 15px 15px;
}
.floatbutton .btns_wrap .chat_wrap {
  display: block;
  position: absolute;
  right: -225px;
  width: 280px;
  padding: 0;
  background: #fff;
  top: 40px;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0px 0px 40px #00000026 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50px 0px 0px 50px;
}
.floatbutton .btns_wrap .chat_wrap span.icoo, .floatbutton .btns_wrap .call_wrap span.icoo {
    color: #fff;
    background: #4792e3;
    background: linear-gradient(45deg, #4792e3, #4792e3);
    background: linear-gradient(45deg, #4792e3, #4792e3);
    font-size: 18px;
    padding: 18px 20px 16px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50px 0px 0px 50px;
   }
.floatbutton .btns_wrap .chat_wrap span {
  color: #333;
  font-size: 20px;
  vertical-align: middle;
  background: #fff;
  padding: 15px 30px 15px 15px;
}
.section-title.mar-bott {
    max-width: 735px;
}
section.our-teams .our-team-card-img {
    transition: all 0.5s linear;
}

section.our-teams .our-team-card-img img {width: 81%;transition: all 0.5s linear;margin: auto;}


section.our-teams .our-team-card-avatar img {
    margin: auto;
}

section.our-teams .our-teams .our-team-card .our-team-card-img .our-team-card-content p {
    padding: 0 20px;
}


section.our-teams .our-teams .our-team-card .our-team-card-avatar {
    top: 55%;
}

.our-teams .our-team-card .our-team-card-img .our-team-card-content p {
    padding: 0 20px;
}

section.our-teams ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.our-teams ul.slick-dots li button {
    color: transparent;
    width: 15px;
    transition: all 0.4s linear;
    height: 15px;
    border: 2px solid #4792e3;
    margin: 0 5px;
    border-radius: 30px;
}

section.our-teams ul.slick-dots li.slick-active button {
    background: #4792e3;
}

section.our-teams ul.slick-dots li button:hover {background: #4792e3;}



section.our-teams .our-team-button {
    margin-top: 50px;
}


.sub-menu-al ul.sub-inner li {
    margin: 10px 0;
}


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

  .floatbutton .btns_wrap .chat_wrap {
      right: -195px;
  }
  
  .floatbutton .btns_wrap .call_wrap {
      right: -195px;
  }
  
  .floatbutton {
      right: -342px;
  }
  
  .floatbutton .btns_wrap .chat_wrap span.icoo, .floatbutton .btns_wrap .call_wrap span.icoo {
      font-size: 12px;
  }
  
  .floatbutton .clickbutton {
  }
  
  .floatbutton .clickbutton .crossplus {
      font-size: 15px;
      left: -76px;
  }
  
  .icon-al {
      width: 60px;
      height: 60px;
  }
  
  .testimonials .review-card {
      HEIGHT: 600PX;
      POSITION: RELATIVE;
      LEFT: -10px;
      WIDTH: 76%;
  }
  #dp-slider .dp_item:first-child {
    z-index: 10 !important;
    transform: rotateY(0deg) translateX(0%) !important;
}

.dp_item[data-position="2"] {
    transform: rotateY(0deg) translateX(0%) scale(0.9);
}
.dp_item[data-position="3"] {
    z-index: 8;
    transform: rotateY(0deg) translateX(0%) scale(0.8);
}
.dp_item[data-position="4"] {
    z-index: 7;
    transform: rotateY(0deg) translateX(0%) scale(0.7);
}

.testimonials .review-card {
    width: 93%;
    left: 0;
    margin: auto;
}

.floatbutton {
    right: -372px;
}
.floatbutton .btns_wrap .call_wrap {
    right: -225px;
}
.floatbutton .btns_wrap .chat_wrap {
    right: -225px;
}

.testimonials {
  padding: 0 0 505px;
}

.testimonials .container.mt-5 {
    margin-top: 0 !important;
}

div#dp-slider .review-card img.s-img {
    margin-bottom: 0;
}

.testimonials .content p {
    margin-top: 10px;
}

.testimonials .content-1 img {
    margin-bottom: 40px;
}
.dp_item[data-position="5"] {
  transform: rotateY(0deg) translateX(0%) scale(0.6);
}
section.our-teams .our-team-card-img img {
  width: 60%;
}

.our-teams .our-team-card .our-team-card-img .our-team-card-content p {
  padding: 0 0;
  font-size: 19px;
  width: 80%;
  font-weight: 600;
}

.our-teams .our-team-card .our-team-card-avatar {
  top: 60%;
}
.mob-row-rev.row.align-items-center {
  display: flex;
  flex-direction: column-reverse;
}
.testimonials {
  padding: 0 0 50px 0px;
}
.testimonials .arrow-main {
  position: absolute;
  right: 28px;
  bottom: 30px;
  left: 50%;
  transform: translatex(-50%);
  width: fit-content;
}
#dp-slider {
  height: 700px;
  overflow: hidden;
}

.testimonials .best-reviews {
  margin-bottom: 41px;
}
.mob-row-rev.row.align-items-center img {
  margin-bottom: 30px;
}
}
.heading.mb40 {
  margin-bottom: 40px;
}
/*New Content and process area css  */
.process-tabs .nav-pills .nav-link {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    
}
.process-tabs.process-tabs-2 .nav-pills .nav-link {
    padding: 20px 5px;
}
.process-tabs .nav-pills .nav-link.active {
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #4792e3;
    background-color: #4792e3 !important;
}
.process-tabs li.nav-item{
    position: relative;
    
}
.process-tabs.process-tabs-2 li.nav-item {
    flex: 1 1 0px;
    margin: 0;
    
}

.process-tabs .nav-pills .nav-link:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -4%;
    transform: translateX(-50%) rotate(45deg);
    height: 20px;
    width: 20px;
    background-color: var(--bs-nav-pills-link-active-bg);
    z-index: -1;
    display: none;
}

.process-tabs .nav-pills .nav-link.active:after {
    display: block;
}

.process-tabs .nav-pills {
    display: flex;
    justify-content: space-evenly;
}

.process-tabs .process-heading {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
    color: #0f335e;
    justify-self: end;
}
.process-tabs.process-tabs-2 .process-heading {
    font-size: 15px;
}
.process-tabs .tab-content p {
    text-align: center;
    font-size: 22px;
}

.process-tabs .tab-content {
    margin-top: 35px;
}

.process-tabs .nav-link.active .process-heading {
    color: #fff;
}
.process-tabs svg.icon {
    max-height: 44px;
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    fill: #0f335e;
}
.process-tabs .nav-pills .nav-link.active svg.icon {
    fill: #fff;
}



.section-content-new .content-box {
    padding: 20px;
}
.bg-f2{
    background: #f2f2f2;
    
}

.content-num {
    font-weight: 700;
    color: #4792e3;
    font-size:24px;
    margin-bottom:5px;
}
/*New Content and process area css  */
@media only screen and (max-width: 767px) {

  .u-userLauncherColor:not([disabled]) {
    background-color: #d5c74d !important;
}

}
.agreement label {
    font-size: 12px;
    color: #222;
    display: inline;
    padding-left: 10px;
}
.theme-dark .agreement label{
    color:#fff;
}
.agreement label.error {
    color: red;
}

label.error {
    color: red;
}
.form-check-input{
  width: 1rem;
  height: 1rem;
}
.form-check .form-check-input{
  display: inline;
}
.form-check.agreement {
    padding-top: 10px;
}
.review-card p {
    color: #000 !important;
}