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

    Template Name:  Waretech - IT solutions HTML5 Template
    Author: Reacthemes
    Version: 1.0

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

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

    01. Theme default CSS
	02. variables
    03. mixins
    04. common
    05. overlay
    06. header
    07. breadcrumb 
    08. mobile-menu
    09. typography
    10. search
    11. custom-animation
    12. btn
    13. section-title
    14. slider
    15. about
    16. services
    17. process
    18. portfolio
    19. feature
    20. testimonial
    21. blog
    22. contact
    23. case
    24. counter
    25. price
    26. team
    27. history
    28. chose
    29. widget
    30. faq
    31. video
    32. footer

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*  Theme Font */
/* @import url("../../../../../fonts.googleapis.com/css2%3Ffamily=DM+Sans:wght@400%3B500%3B700&display=swap.css");
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 800 */

.eb-garamond-font {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  font-style: normal;
}
/* 1. Theme default css */
body {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  color: #777777;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

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

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "EB Garamond", serif;
  color: #333333;
  line-height: 1.1;
  margin-top: 0px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
  letter-spacing: -0.3px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.list-none {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
  font-family: "EB Garamond", serif;
  color: #000000;
  margin-bottom: 0;
}

hr {
  border-bottom: 1px solid rgb(241, 241, 241);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

*::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

/*--
    - position Classes
-----------------------------------------*/
.pos-rel {
  position: relative;
}

.pos-abl {
  position: absolute;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.style-text {
  font-size: 140px;
  line-height: 0.5;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #777777;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: -19px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-text {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .style-text {
    font-size: 60px;
  }
}

.overlay-bg {
  position: relative;
  z-index: 2;
}
.overlay-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popup-video {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  border-radius: 50%;
  font-size: 16px;
  line-height: 80px;
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  z-index: 1;
  -webkit-animation: pulseBig infinite 5s linear;
          animation: pulseBig infinite 5s linear;
}
.popup-video:hover {
  color: #ffffff;
  background: rgb(55, 140, 255);
}

.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #000000;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(140%);
            transform: scale(140%);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(140%);
            transform: scale(140%);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border2 {
  0% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(200%);
            transform: scale(200%);
    opacity: 0;
  }
}
@keyframes pulse-border2 {
  0% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(200%);
            transform: scale(200%);
    opacity: 0;
  }
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0%;
  }
  100% {
    width: 85%;
  }
}
@keyframes animate-positive {
  0% {
    width: 0%;
  }
  100% {
    width: 85%;
  }
}
#scrollUp {
  background: #000000;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}
#scrollUp i {
  color: #ffffff;
}

/*--
    - Overlay
------------------------------------------*/
.overlay-soft {
  position: relative;
  z-index: 1;
}
.overlay-soft::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: #ffffff;
}

[data-overlay=dark]::before {
  background-color: #086ad8;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.header-top-area {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 111;
  top: 0;
}
.header-top-area .header-top {
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-header-area {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 999;
}
.main-header-area .border-tops {
  border-top: 1px solid rgb(241, 241, 241);
}

.logo-area img {
  max-width: 100%;
  max-height: 70px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title-area {
    margin-top: 50px;
  }
}

/* Hamburger-menu */
.hamburger-menu {
  display: inline-block;
  background: #ffd700;
  padding: 17px 21px 16px 21px;
}
.hamburger-menu > a {
  display: inline-block;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}

.side-mobile-menu {
  padding-top: 50px;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .side-mobile-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .side-mobile-menu {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .side-mobile-menu {
    display: block;
  }
}

.offset-sidebar {
  display: block;
}
.offset-sidebar .close-mobile-menu {
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offset-sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  .offset-sidebar {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offset-sidebar {
    display: none;
  }
}

.navbar-nav {
  padding-left: 30px;
}
.navbar-nav .nav-item {
  position: relative;
  z-index: 1;
}
.navbar-nav .nav-item::before {
  content: "";
  position: absolute;
  background: transparent;
  width: 0px;
  height: 2px;
  left: -30px;
  top: -2px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav .nav-item::before {
    right: -25%;
  }
}
.navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
.navbar-nav .nav-item.active {
  color: #333333;
}
.navbar-nav .nav-item.active .nav-link {
  color: #333333;
}
.navbar-nav .nav-item .nav-link {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 70px 0 0;
  padding: 19px 0 20px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav .nav-item .nav-link {
    margin: 0 30px 0 0;
  }
}
.navbar-nav .nav-item .nav-link::after {
  display: none;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #085cbb;
}
.navbar-nav .nav-item .nav-link i {
  font-size: 10px;
}
.navbar-nav .nav-item:hover::before {
  width: 100px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}
.navbar-nav .nav-item:hover > .nav-link {
  color: #086ad8;
}

.navbar .dropdown-menu {
  border: 0;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  border-radius: 0;
  display: block;
  right: 0;
  left: -30px;
  padding: 8px 0;
  top: 100%;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  min-width: 220px;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
  margin: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .dropdown-menu .dropdown-item {
  color: #505050;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 25px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .dropdown-menu .dropdown-item:hover {
  transform: translatex(5px);
  color: #086ad8;
  background-color: transparent;
  -webkit-transform: translatex(5px);
  -moz-transform: translatex(5px);
  -ms-transform: translatex(5px);
  -o-transform: translatex(5px);
}
.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.navbar .dropdown-submenu .dropdown-item i {
  font-size: 14px;
}
.navbar .dropdown-submenu .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-submenu .dropdown-menu.dropdown-menu2 {
  left: 100%;
  top: 10%;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.navbar .dropdown-submenu .dropdown-menu.dropdown-menu2 .dropdown-item::after {
  display: none;
}
.navbar .dropdown-submenu .dropdown-menu.dropdown-menu2 .dropdown-item i {
  font-size: 14px;
}
.navbar .dropdown-submenu:hover .dropdown-menu.dropdown-menu2 {
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.navbar .navbar-nav .nav-item.active > .nav-link {
  color: #086ad8;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-style-1 .navbar-nav .nav-item .nav-link {
    margin: 0 45px 0 0;
  }
}

.sticky-menu {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0;
}
.sticky-menu .logo {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.sticky-menu .hamburger-menu {
  top: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-menu .hamburger-menu {
    top: 35px;
  }
}
.sticky-menu .navbar-nav .nav-item .nav-link {
  color: #505050;
}
.sticky-menu .navbar-nav .nav-item .nav-link:hover {
  color: #086ad8;
}
.sticky-menu .navbar-nav .nav-item .nav-link.current {
  color: #086ad8 !important;
}

.right-language .language-btn {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}
.right-language .language-btn i {
  color: #086ad8;
  font-size: 12px;
  font-weight: 300;
}
.right-language .language-btn::after {
  display: none;
}
.right-language .dropdown-menu {
  min-width: 170px;
  padding: 10px 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 25px 50px 0px rgba(213, 216, 223, 0.5);
          box-shadow: 0px 25px 50px 0px rgba(213, 216, 223, 0.5);
  border: 1px solid #f8f8f8;
  border-radius: 0;
  top: 20px;
  text-align: left;
  padding-left: 8px;
}
@media (max-width: 767px) and (orientation: landscape) {
  .right-language .dropdown-menu {
    top: 165px !important;
  }
}
.right-language .dropdown-menu ul li a {
  display: block;
  padding: 0 15px;
  font-size: 15px;
  color: #767a89;
  line-height: 35px;
  text-transform: uppercase;
}

.right-query {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .right-query {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .right-query {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.right-query li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .right-query li {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .right-query li {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right-query li {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .right-query li {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .right-query li:nth-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right-query li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .right-query li:last-child {
    margin-right: 0;
  }
}
.right-query .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(239, 247, 255);
  text-align: center;
  line-height: 50px;
  margin-right: 14px;
}
.right-query .icon i {
  color: #086ad8;
  font-size: 16px;
}
.right-query .query-list span {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}
.right-query .query-list .text-heding {
  font-weight: 700;
  line-height: 20px;
}
.right-query .query-list .text-heding:hover {
  color: #086ad8;
}
.right-query .query-list .text-heding4 {
  font-weight: 700;
  line-height: 20px;
  color: #fff;
}
.right-query .query-list .text-heding4:hover {
  color: #d2e2ff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-2 .main-header-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .header-style-2 .main-header-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.right-query2 .icon {
  background: rgb(232, 247, 255);
}
.right-query2 .icon i {
  color: #43b9fe;
}
.right-query2 .icon.ic-2 {
  background: rgb(242, 233, 255);
}
.right-query2 .icon.ic-2 i {
  color: #7141b1;
}

@media (max-width: 768px) {
  .header-7 .right-query2 {
    display: none;
  }
}
.header-7 .right-query2 li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-7 .right-query2 li .query-list .text-heding2 {
  font-weight: 700;
  line-height: 20px;
}
.header-7 .right-query2 li .query-list .text-heding2:hover {
  color: #086ad9;
}
.header-7 .right-query2 .icon {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(55, 140, 255)), to(rgb(8, 106, 216)));
  background: linear-gradient(0deg, rgb(55, 140, 255) 0%, rgb(8, 106, 216) 100%);
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.header-7 .right-query2 .icon i {
  color: #fff;
}
.header-7 .right-query2 .icon.ic-2 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(55, 140, 255)), to(rgb(8, 106, 216)));
  background: linear-gradient(0deg, rgb(55, 140, 255) 0%, rgb(8, 106, 216) 100%);
}
.header-7 .right-query2 .icon.ic-2 i {
  color: #fff;
}
@media (max-width: 991px) {
  .header-7 .right-side {
    display: none !important;
  }
}
.header-7 .right-side .footer__social-two a {
  color: #141d38;
}
.header-7 .right-side .footer__social-two a:hover {
  color: #086ad8;
}
.header-7 .right-side .right-language {
  margin: 0 10px 0 30px;
}
.header-7 .right-side .right-language .language-btn i {
  color: #141d38;
  font-weight: 600;
}
.header-7 .main-header-area .sticky-header {
  background: white;
  padding: 0 20px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .header-7 .main-header-area .sticky-header {
    padding: 20px;
  }
}
.header-7 .main-header-area .sticky-header .menu-style-3 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.header-7 .main-header-area .sticky-header .menu-style-3 .navbar .navbar-nav .nav-item .nav-link {
  padding: 45px 0;
  margin: 0 40px 0 0;
  color: #141d38;
}
@media (max-width: 1200px) {
  .header-7 .main-header-area .sticky-header .menu-style-3 .navbar .navbar-nav .nav-item .nav-link {
    margin: 0 30px 0 0;
  }
}
.header-7 .main-header-area .sticky-header .menu-style-3 .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #086ad8;
}
.header-7 .main-header-area .sticky-header .menu-style-3 .cart-area {
  position: relative;
}
@media (max-width: 576px) {
  .header-7 .main-header-area .sticky-header .menu-style-3 .cart-area {
    display: none;
  }
}
.header-7 .main-header-area .sticky-header .menu-style-3 .cart-area .cart-icon {
  margin-left: 30px;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: rgb(239, 239, 239);
}
.header-7 .main-header-area .sticky-header .menu-style-3 .cart-area .cart-icon i {
  color: #141d38;
  font-size: 20px;
  font-weight: 500;
}
.header-7 .main-header-area .sticky-header .menu-style-3 .cart-area span {
  position: absolute;
  background: #086ad8;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  display: block;
  line-height: 15px;
  color: #fff;
  font-size: 12px;
  bottom: 13px;
  right: 10px;
}
.header-7 .main-header-area .sticky-header .menu-style-3 .search-area.search-area2 {
  margin-left: 30px;
}
@media (max-width: 576px) {
  .header-7 .main-header-area .sticky-header .menu-style-3 .search-area.search-area2 {
    display: none;
  }
}
.header-7 .main-header-area .sticky-header .menu-style-3 .search-area.search-area2 .nav-search {
  background: rgb(239, 239, 239);
}
.header-7 .main-header-area .sticky-header .menu-style-3 .search-area.search-area2 .nav-search i {
  color: #141d38;
  font-size: 20px;
  font-weight: 500;
}
.header-7 .main-header-area .sticky-header .menu-style-3 .right-content {
  margin-left: 30px;
}
.header-7 .main-header-area .sticky-header .menu-style-3 .right-content .hamburger-2 {
  background: #eceef2;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .header-7 .main-header-area .sticky-header .menu-style-3 .right-content .hamburger-2 {
    margin-right: 0;
  }
}

.advertisement-text {
  padding-top: 8px;
  padding-bottom: 7px;
}
.advertisement-text span {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}

.hamburger-menu.hamburger-2 {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.102);
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0;
  line-height: 53px;
}

.search-area.search-area2 .nav-search.search-trigger.header-2-icon {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.102);
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
}
.search-area.search-area2 .nav-search.search-trigger.header-2-icon i {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
}

.nav-link.current {
  color: #086ad8 !important;
}

.menu-style-2 .navbar-nav .nav-item::before {
  display: none;
}
.menu-style-2 .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  padding: 32px 0 29px 0;
}
.menu-style-2 .navbar-nav .nav-item .nav-link.current {
  color: rgb(205, 217, 228) !important;
}
.menu-style-2 .navbar-nav .nav-item:hover .nav-link {
  color: rgb(210, 226, 255);
}
.menu-style-2 .navbar-nav .nav-item.active > .nav-link {
  color: rgb(210, 226, 255);
}
.menu-style-2 .navbar .dropdown-menu .dropdown-item:hover {
  color: #43b9fe;
}

.transparent-header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 111;
  top: 0;
}
.transparent-header .main-header-area .front {
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.transparent-header .main-header-area .back {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.transparent-header .main-header-area.sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.transparent-header .main-header-area.sticky-menu .front {
  display: none;
  opacity: 0;
}
.transparent-header .main-header-area.sticky-menu .back {
  display: inline-block;
  opacity: 1;
}
.transparent-header .main-header-area.sticky-menu .navbar-nav .nav-item::before {
  display: none;
}
.transparent-header .main-header-area.sticky-menu .navbar-nav .nav-item .nav-link {
  color: #141d38;
}
.transparent-header .main-header-area.sticky-menu .navbar-nav .nav-item .nav-link:hover {
  color: #086ad8;
}
.transparent-header .main-header-area.sticky-menu .navbar-nav .nav-item .nav-link.current {
  color: #086ad8;
}
.transparent-header .main-header-area.sticky-menu .navbar-nav .nav-item:hover > .nav-link {
  color: #43b9fe;
}
.transparent-header .main-header-area.sticky-menu .navbar-nav .nav-item.active > .nav-link {
  color: #43b9fe;
}
.transparent-header .main-header-area.sticky-menu .quote-border-btn {
  color: #141d38;
  border-color: #141d38;
}
.transparent-header .main-header-area.sticky-menu .quote-border-btn:hover {
  color: #ffffff;
  background: #333333;
}

.left-content .login-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  padding-right: 16px;
  margin-right: 16px;
}
.left-content .login-btn::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.102);
  width: 1px;
  height: 11px;
  right: 0;
  top: 5px;
  z-index: 1;
}
.left-content .login-btn i {
  margin-right: 3px;
  font-weight: 300;
}
.left-content .right-language .language-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.left-content .right-language .language-btn i {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}

.footer__social-two a {
  color: #ffffff;
  font-size: 14px;
  margin-left: 15px;
}
.footer__social-two a:hover {
  color: #141d38;
}

.menu-style-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-style-3 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (max-width: 767px) {
  .menu-style-3 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.menu-style-3 .navbar-nav .nav-item::before {
  display: none;
}
.menu-style-3 .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  padding: 32px 0 29px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .menu-style-3 .navbar-nav .nav-item .nav-link {
    margin: 0 40px 0 0;
  }
}
.menu-style-3 .navbar-nav .nav-item .nav-link.current {
  color: #43b9fe !important;
}
.menu-style-3 .navbar-nav .nav-item:hover .nav-link {
  color: rgb(210, 226, 255);
}
.menu-style-3 .navbar-nav .nav-item.active .nav-link {
  color: rgb(210, 226, 255);
}
.menu-style-3 .navbar .dropdown-menu .dropdown-item:hover {
  color: #086ad8;
}

.quote-border-btn {
  color: #ffffff;
  border: 2px solid #ffffff;
  display: inline-block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  line-height: 1;
  padding: 21px 38px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.quote-border-btn:hover {
  color: #333333;
  background: #ffffff;
  border-color: #ffffff;
}

.transparent-header4.home-4 .main-header-area {
  background: #021327;
  padding: 20px 0;
}
.transparent-header4.home-4 .main-header-area .container .front {
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.transparent-header4.home-4 .main-header-area .container .back {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) {
  .transparent-header4.home-4 .main-header-area .container .menu-style-3 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.transparent-header4.home-4 .main-header-area .container .menu-style-3 .hamburger-menu {
  background: none;
}
.transparent-header4.home-4 .main-header-area .container .menu-style-3 .navbar-nav .nav-item .nav-link {
  margin: 0 60px 0 0;
  color: #FFFFFF;
}
@media (max-width: 1400px) {
  .transparent-header4.home-4 .main-header-area .container .menu-style-3 .navbar-nav .nav-item .nav-link {
    margin: 0 50px 0 0;
  }
}
@media (max-width: 1200px) {
  .transparent-header4.home-4 .main-header-area .container .menu-style-3 .navbar-nav .nav-item .nav-link {
    margin: 0 30px 0 0;
  }
}
.transparent-header4.home-4 .main-header-area .container .menu-style-3 .navbar-nav .nav-item .nav-link:hover {
  color: #ff4969;
}
.transparent-header4.home-4 .main-header-area .container .menu-style-3 .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #ff4969;
}
.transparent-header4.home-4 .main-header-area .container .menu-style-3 .right-content .sub-text {
  color: #999;
}
@media (max-width: 400px) {
  .transparent-header4.home-4 .main-header-area .container .menu-style-3 .right-content .sub-text {
    font-size: 12px;
  }
}
.transparent-header4.home-4 .main-header-area .container .menu-style-3 .right-content .text-heading {
  color: #FFFFFF;
}
@media (max-width: 400px) {
  .transparent-header4.home-4 .main-header-area .container .menu-style-3 .right-content .text-heading {
    font-size: 12px;
  }
}
.transparent-header4.home-4 .main-header-area .container .menu-style-3.sticky-menu .navbar-nav .nav-item .nav-link {
  margin: 0 60px 0 0;
  color: #FFFFFF;
}
@media (max-width: 1400px) {
  .transparent-header4.home-4 .main-header-area .container .menu-style-3.sticky-menu .navbar-nav .nav-item .nav-link {
    margin: 0 50px 0 0;
  }
}
@media (max-width: 1200px) {
  .transparent-header4.home-4 .main-header-area .container .menu-style-3.sticky-menu .navbar-nav .nav-item .nav-link {
    margin: 0 30px 0 0;
  }
}
.transparent-header4.home-4 .main-header-area .container .menu-style-3.sticky-menu .navbar-nav .nav-item .nav-link:hover {
  color: #ff4969;
}
.transparent-header4.home-4 .main-header-area .container .menu-style-3.sticky-menu .navbar-nav .nav-item .nav-link:hover .dropdown-menu .dropdown-item:hover {
  color: #ff4969;
}

.header-top-area.home-5 {
  background-color: rgba(0, 0, 0, 0.1294117647);
}
.header-top-area.home-5 .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: none;
  padding: 0;
}
@media (max-width: 991px) {
  .header-top-area.home-5 .header-top {
    display: none;
  }
}
.header-top-area.home-5 .header-top .right-query {
  margin: 0;
  padding: 0;
}
.header-top-area.home-5 .header-top .right-query li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.header-top-area.home-5 .header-top .right-query li .icon {
  background: none;
  margin-right: 0;
}
.header-top-area.home-5 .header-top .right-query li .icon i {
  color: #fff;
}
.header-top-area.home-5 .header-top .right-query li .query-list p {
  color: #fff;
}
.header-top-area.home-5 .header-top .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0;
  padding: 12px 0;
}
.header-top-area.home-5 .header-top .social-icon li {
  margin: 0 10px;
}
.header-top-area.home-5 .header-top .social-icon li a {
  color: #fff;
}
.header-top-area.home-5 .main-header-area {
  border-top: 1px solid rgba(211, 201, 201, 0.1411764706);
}
.header-top-area.home-5 .main-header-area.menu-style-6 .container .menu-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 20px 0;
  border-radius: 5px;
}
.header-top-area.home-5 .main-header-area.menu-style-6 .container .menu-area .logo-area .custom-sticky-logo {
  display: none;
}
@media (max-width: 991px) {
  .header-top-area.home-5 .main-header-area.menu-style-6 .container .menu-area .navbar {
    display: none;
  }
}
.header-top-area.home-5 .main-header-area.menu-style-6 .container .menu-area .navbar .navbar-nav .nav-item::before {
  display: none;
}
.header-top-area.home-5 .main-header-area.menu-style-6 .container .menu-area .navbar .navbar-nav .nav-item.active > .nav-link {
  color: #d2e2ff;
  position: relative;
}
.header-top-area.home-5 .main-header-area.menu-style-6 .container .menu-area .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
}
.header-top-area.home-5 .main-header-area.menu-style-6 .container .menu-area .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #d2e2ff;
}
.header-top-area.home-5 .main-header-area.menu-style-6 .container .menu-area .right-nav .hamburger-menu {
  background: none;
  padding: 20px 0 10px 25px;
}
.header-top-area.home-5 .main-header-area.menu-style-6 .container .menu-area .right-nav .hamburger-menu a {
  padding: 0;
  background: 0 0;
  max-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-top-area.home-5 .main-header-area.menu-style-6 .container .menu-area .right-nav .hamburger-menu a span {
  display: block;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
  list-style: none;
  margin: 2px 3px;
}
.header-top-area.home-5 .main-header-area.menu-style-6 .container .menu-area .right-nav .hamburger-menu a span.dot1 {
  background-color: #ffd700;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  float: left;
}
.header-top-area.home-5 .main-header-area.menu-style-6 .container .menu-area .right-nav .hamburger-menu a span.dot2 {
  background-color: #ffd700;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  float: left;
}
.header-top-area.home-5 .main-header-area.menu-style-6 .container .menu-area .right-nav .hamburger-menu a span.dot3 {
  background-color: #ffd700;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  float: left;
}
.header-top-area.home-5 .main-header-area.menu-style-6 .container .menu-area .right-nav .hamburger-menu a span.dot4 {
  background-color: #ffd700;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  float: left;
}
.header-top-area.home-5 .main-header-area.sticky-menu {
  background-color: #fff;
}
.header-top-area.home-5 .main-header-area.sticky-menu .header-inner.menu-sticky.sticky .menu-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 20px 0;
}
.header-top-area.home-5 .main-header-area.sticky-menu .header-inner.menu-sticky.sticky .menu-area .logo-area .custom-sticky-logo {
  display: block !important;
}
.header-top-area.home-5 .main-header-area.sticky-menu .header-inner.menu-sticky.sticky .menu-area .logo-area .custom-logo-area {
  display: none;
}
.header-top-area.home-5 .main-header-area.sticky-menu .header-inner.menu-sticky.sticky .menu-area .navbar .navbar-nav .nav-item .nav-link {
  color: #333;
}
.header-top-area.home-5 .main-header-area.sticky-menu .header-inner.menu-sticky.sticky .menu-area .right-nav .hamburger-menu {
  background: none;
  padding: 20px 0 10px 25px;
}
.header-top-area.home-5 .main-header-area.sticky-menu .header-inner.menu-sticky.sticky .menu-area .right-nav .hamburger-menu a {
  padding: 0;
  background: 0 0;
  max-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-top-area.home-5 .main-header-area.sticky-menu .header-inner.menu-sticky.sticky .menu-area .right-nav .hamburger-menu a span {
  display: block;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
  list-style: none;
  margin: 2px 3px;
}
.header-top-area.home-5 .main-header-area.sticky-menu .header-inner.menu-sticky.sticky .menu-area .right-nav .hamburger-menu a span.dot1 {
  background-color: #ffd700;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  float: left;
}
.header-top-area.home-5 .main-header-area.sticky-menu .header-inner.menu-sticky.sticky .menu-area .right-nav .hamburger-menu a span.dot2 {
  background-color: #ffd700;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  float: left;
}
.header-top-area.home-5 .main-header-area.sticky-menu .header-inner.menu-sticky.sticky .menu-area .right-nav .hamburger-menu a span.dot3 {
  background-color: #ffd700;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  float: left;
}
.header-top-area.home-5 .main-header-area.sticky-menu .header-inner.menu-sticky.sticky .menu-area .right-nav .hamburger-menu a span.dot4 {
  background-color: #ffd700;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  float: left;
}
/* .head-logo-height {
  height: 60px;
} */

.page-title-area {
  background-size: cover;
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
  min-height: 552px;
  position: relative;
  top: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-title-area {
    min-height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-area {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .page-title-area {
    min-height: 400px;
  }
}
.page-title-area::before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  opacity: 0.922;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-title-wrapper {
  position: relative;
  z-index: 2;
}
.page-title-wrapper .page-title {
  font-size: 80px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-title-wrapper .page-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-wrapper .page-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .page-title-wrapper .page-title {
    font-size: 32px;
  }
}

ul.breadcrumb li {
  display: inline-block;
}
ul.breadcrumb li a {
  color: #999999;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding-right: 15px;
  margin-right: 13px;
  position: relative;
  z-index: 1;
}
ul.breadcrumb li a::before {
  content: "";
  position: absolute;
  background: #999999;
  width: 1px;
  height: 10px;
  right: 0;
  top: 3px;
  z-index: 1;
}

.breadcrumb-bg {
  border-radius: 6px;
  background: white;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 17px 39px;
  width: 221px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  transform: translateY(144px);
  -webkit-transform: translateY(144px);
  -moz-transform: translateY(144px);
  -ms-transform: translateY(144px);
  -o-transform: translateY(144px);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .breadcrumb-bg {
    transform: translateY(129px);
    -webkit-transform: translateY(129px);
    -moz-transform: translateY(129px);
    -ms-transform: translateY(129px);
    -o-transform: translateY(129px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-bg {
    transform: translateY(25px);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-bg {
    transform: translateY(25px);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    padding: 10px 30px;
  }
}

.title-area2 {
  min-height: 500px;
}
.title-area2::before {
  background: rgb(0, 0, 0);
  opacity: 0.4;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .title-area2 {
    min-height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-area2 {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .title-area2 {
    min-height: 350px;
  }
}
.title-area2 ul.breadcrumb {
  margin-bottom: 10px;
}
.title-area2 ul.breadcrumb li::before {
  background: rgba(255, 255, 255, 0.102);
}
.title-area2 ul.breadcrumb li a {
  color: rgba(255, 255, 255, 0.5);
}

.title-area3 {
  min-height: 600px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .title-area3 {
    min-height: 450px;
    background-position: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-area3 {
    min-height: 400px;
    background-position: left;
  }
}
@media (max-width: 767px) {
  .title-area3 {
    min-height: 400px;
    background-position: right;
  }
}
.title-area3::before {
  display: none;
}
.title-area3 ul.breadcrumb {
  margin-bottom: 6px;
  margin: auto 0 auto auto;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  width: unset;
  display: inline-block;
}
@media (max-width: 767px) {
  .title-area3 ul.breadcrumb {
    margin-top: 25px;
  }
}
.title-area3 ul.breadcrumb li {
  display: inline-block;
}
.title-area3 ul.breadcrumb li::before {
  background: #999999;
}
.title-area3 ul.breadcrumb li a {
  color: #999999;
}

.title-area4 {
  min-height: 600px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .title-area4 {
    min-height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-area4 {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .title-area4 {
    min-height: 400px;
  }
}
.title-area4::before {
  display: none;
}
.title-area4 ul.breadcrumb {
  margin-bottom: 6px;
  margin: auto 0 auto auto;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  width: unset;
  display: inline-block;
}
@media (max-width: 767px) {
  .title-area4 ul.breadcrumb {
    margin-top: 25px;
  }
}
.title-area4 ul.breadcrumb li {
  display: inline-block;
}
.title-area4 ul.breadcrumb li::before {
  background: #999999;
}
.title-area4 ul.breadcrumb li a {
  color: #999999;
}

.slide-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -370px;
  width: 315px;
  padding: 30px 50px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  color: white;
  z-index: 1900;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
          box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slide-bar {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .slide-bar {
    width: 310px;
    padding: 25px 20px;
  }
}

.slide-bar.show {
  right: 0;
}

.open-mobile-menu {
  display: inline-block;
}
.open-mobile-menu a {
  display: block;
  width: 50px;
  height: 50px;
  background: #212121;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  margin-left: 20px;
  color: #fff;
}
.open-mobile-menu a:hover {
  background: #086ad8;
}
.open-mobile-menu a.active {
  background: #086ad8;
}

.close-mobile-menu {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #f7f7f7;
  padding: 10px 20px;
}
.close-mobile-menu a {
  color: #000;
  position: relative;
  z-index: 2;
  font-size: 16px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.side-mobile-menu ul li a:hover {
  color: #086ad8;
  padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded=true] {
  color: #086ad8;
}
.side-mobile-menu ul li a[aria-expanded=true]:before {
  background: #086ad8;
  border-color: #086ad8;
}
.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none;
}
.side-mobile-menu ul li ul li {
  padding-left: 15px;
}
.side-mobile-menu ul li ul li:hover > a {
  color: #086ad8;
  padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
  background: #086ad8;
  border-color: #086ad8;
}
.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 16px;
}
.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.side-mobile-menu ul li ul li a[aria-expanded=true] {
  padding-left: 20px;
}
.side-mobile-menu ul li.has-dropdown > a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul li.has-dropdown a[aria-expanded=true]:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

.offset-sidebar {
  position: relative;
}
.offset-sidebar .scrollbar-hidden::-webkit-scrollbar {
  display: none !important;
}
.offset-sidebar .offset-sidebar-bg {
  position: absolute;
  bottom: -250px;
  left: 65%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 170%;
  height: 380px;
}
.offset-sidebar .offset-sidebar-bg img {
  max-width: 100%;
}

.offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-top: 40px;
  padding-bottom: 20px;
}
.offset-widget .info-widget .offset-title {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}
.offset-widget .info-widget p {
  color: #999999;
}
.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 35px;
}
.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: #ffffff;
}
.offset-widget .info-widget .city-widget-item i {
  width: 50px;
  color: red;
}
.offset-widget .offset-social-link {
  margin-bottom: 80px;
}
.offset-widget .social-icons {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.offset-widget .social-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-right: 10px;
}
.offset-widget .social-icons a:last-child {
  margin-right: inherit;
}
.offset-widget .social-icons a.fb {
  background: #1877f2;
}
.offset-widget .social-icons a.ttr {
  background: #1da1f2;
}
.offset-widget .social-icons a.yh {
  background: #410093;
}
.offset-widget .social-icons a.yt {
  background: #cd201f;
}
.offset-widget .social-icons i {
  color: white;
  font-size: 14px;
}
.offset-widget .slidebar-address {
  margin-bottom: 40px;
}
.offset-widget .slidebar-address span {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 10px;
}
.offset-widget .slidebar-address p {
  margin-top: 16px;
  max-width: 180px;
  font-size: 16px;
}
.offset-widget .offset-sidebar-btn {
  width: 100%;
  text-align: center;
}
.offset-widget .offset-sidebar-btn i {
  margin-left: 10px;
}

.fw-bold {
  font-weight: 700;
}

.fw-semi {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500;
}

.fw-normal {
  font-weight: 400;
}

.fw-light {
  font-weight: 300;
}

.fw-thin {
  font-weight: 100;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f7f7f7;
}

.grey-bg2 {
  background: #f5f5f5;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #000;
}

.heding-bg {
  background: #333333;
}

.heding-bg2 {
  background: #141d38;
}

.heding-bg3 {
  background: #0c2168;
}

.theme-bg {
  background: #086ad8;
}

.theme-bg2 {
  background: #43b9fe;
}

.black-soft-bg {
  background: #222222;
}

.violet-bg {
  background: #7141b1;
}

/*--
    - color
-----------------------------------------*/
.text-white {
  color: #ffffff;
}

.text-black {
  color: #000;
}

.text-theme {
  color: #086ad8;
}

.text-theme2 {
  color: #43b9fe;
}

.text-body {
  color: #777777;
}

.text-heding {
  color: #333333;
}

.text-heding2 {
  color: #141d38;
}

.text-heding3 {
  color: #0c2168;
}

/*--
    - fonts
-----------------------------------------*/
.body-font {
  font-family: "EB Garamond", serif;
}

.heding-font {
  font-family: "EB Garamond", serif;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.capitalize {
  text-transform: lowercase;
}

.theme-gradient-1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}

.theme-gradient-2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(67, 186, 255)), to(rgb(113, 65, 177)));
  background-image: linear-gradient(0deg, rgb(67, 186, 255) 0%, rgb(113, 65, 177) 100%);
  background-image: linear-gradient(0deg, rgb(67, 186, 255) 0%, rgb(113, 65, 177) 100%);
  background-image: linear-gradient(0deg, rgb(67, 186, 255) 0%, rgb(113, 65, 177) 100%);
}

.theme-gradient-bg1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}

.theme-gradient-bg2 {
  background-image: linear-gradient(100deg, #43baff 0%, #7141b1 100%);
  background-image: linear-gradient(100deg, #43baff 0%, #7141b1 100%);
  background-image: linear-gradient(100deg, #43baff 0%, #7141b1 100%);
}

/* Menu Search
-------------------------------------------------------*/
.header-2-icon {
  color: #ffffff;
}

.nav-search.search-trigger.header-2-icon {
  color: #333333;
  display: inline-block;
  font-size: 20px;
  background-color: rgb(239, 239, 239);
  padding: 19px 21px 14px 21px;
}

.nav-search {
  position: relative;
  display: block;
  color: inherit;
}

.nav-search:hover {
  color: inherit;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  -webkit-animation: slideInUp 0.3s;
          animation: slideInUp 0.3s;
}
@media (max-width: 767px) {
  .search-wrap .search-field-holder {
    width: 100%;
  }
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: #fff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .search-wrap .main-search-input {
    padding: 0 10px;
    font-size: 16px;
  }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
input.main-search-input::-webkit-input-placeholder {
  color: #fff;
  font-size: 25px;
}
@media (max-width: 767px) {
  input.main-search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
}

input.main-search-input:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}
@media (max-width: 767px) {
  input.main-search-input:-moz-placeholder {
    font-size: 16px;
  }
}

input.main-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}
@media (max-width: 767px) {
  input.main-search-input::-moz-placeholder {
    font-size: 16px;
  }
}

input.main-search-input:-ms-input-placeholder {
  color: #fff;
  font-size: 25px;
}
@media (max-width: 767px) {
  input.main-search-input:-ms-input-placeholder {
    font-size: 16px;
  }
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@-webkit-keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@-webkit-keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -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);
  }
}
@-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);
  }
}
/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }
  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }
  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }
  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }
  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }
  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }
  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }
  25% {
    left: 100px;
    top: 0px;
  }
  50% {
    left: 100px;
    top: 100px;
  }
  75% {
    left: 0px;
    top: 200px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }
  25% {
    left: 100px;
    top: 0px;
  }
  50% {
    left: 100px;
    top: 100px;
  }
  75% {
    left: 0px;
    top: 200px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@-webkit-keyframes moveShap2 {
  0% {
    right: 0px;
    top: 0px;
  }
  25% {
    right: 100px;
    top: 0px;
  }
  50% {
    right: 100px;
    top: 100px;
  }
  75% {
    right: 0px;
    top: 200px;
  }
  100% {
    right: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 0px;
    top: 0px;
  }
  25% {
    right: 100px;
    top: 0px;
  }
  50% {
    right: 100px;
    top: 100px;
  }
  75% {
    right: 0px;
    top: 200px;
  }
  100% {
    right: 0px;
    top: 0px;
  }
}
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Rotation frame*/
@-webkit-keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* pulseBig */
@-webkit-keyframes pulseBig {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.2);
            box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
            box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
            box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
@keyframes pulseBig {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.2);
            box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
            box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
            box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
.scaleUp1 {
  -webkit-animation-name: scaleUp1;
  animation-name: scaleUp1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes runs {
  0% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
  50% {
    -webkit-transform: translateY(300px) rotate(90deg);
            transform: translateY(300px) rotate(90deg);
  }
  100% {
    -webkit-transform: translateY(-300px) rotate(180deg);
            transform: translateY(-300px) rotate(180deg);
  }
}
@-webkit-keyframes runs {
  0% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
  50% {
    -webkit-transform: translateY(300px) rotate(90deg);
            transform: translateY(300px) rotate(90deg);
  }
  100% {
    -webkit-transform: translateY(-300px) rotate(180deg);
            transform: translateY(-300px) rotate(180deg);
  }
}
@keyframes zoomIncolor {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: #086ad8;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background: #086ad8;
    opacity: 0.8;
  }
}
@-webkit-keyframes zoomIncolor {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: #086ad8;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background: #086ad8;
    opacity: 0.8;
  }
}
@keyframes squareMove {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  33% {
    -webkit-transform: translateY(-100px) rotate(180deg);
            transform: translateY(-100px) rotate(180deg);
  }
  66% {
    -webkit-transform: translateX(200px) rotate(-90deg);
            transform: translateX(200px) rotate(-90deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes squareMove {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  33% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  66% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes float-bob-y2 {
  0% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
}
@keyframes float-bob-y2 {
  0% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
  }
}
/*--
	-theme-btn
----------------------------------------*/
.theme_btn {
  overflow: hidden;
  color: #ffffff;
  background-image: linear-gradient(100deg, #086ad8 0%, #378cff 100%);
  background-image: linear-gradient(100deg, #086ad8 0%, #378cff 100%);
  background-image: linear-gradient(100deg, #086ad8 0%, #378cff 100%);
  font-size: 16px;
  font-family: "EB Garamond", serif;
  font-weight: 700;
  line-height: 1;
  padding: 22px 36px;
  display: inline-block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: opacity 0.3s !important;
  transition: opacity 0.3s !important;
}
.theme_btn i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.theme_btn:hover {
  color: #ffffff;
  background-image: linear-gradient(100deg, #378cff 0%, #086ad8 100%);
  background-image: linear-gradient(100deg, #378cff 0%, #086ad8 100%);
  background-image: linear-gradient(100deg, #378cff 0%, #086ad8 100%);
}
.theme_btn:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.theme_btn2 {
  background: #43b9fe;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
}
.theme_btn2:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(67, 186, 255)), to(rgb(113, 65, 177)));
  background-image: linear-gradient(0deg, rgb(67, 186, 255) 0%, rgb(113, 65, 177) 100%);
  background-image: linear-gradient(0deg, rgb(67, 186, 255) 0%, rgb(113, 65, 177) 100%);
  background-image: linear-gradient(0deg, rgb(67, 186, 255) 0%, rgb(113, 65, 177) 100%);
}

.quote-btn {
  background: rgb(239, 247, 255);
  border-radius: 45px;
  color: #086ad8;
  padding: 17px 36px;
}
.quote-btn:hover {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}

.border_btn {
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 22px 38px;
  background: rgba(220, 20, 20, 0);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.border_btn:hover, .border_btn.active {
  color: #ffffff;
  border-color: #086ad8;
  background: transparent;
}
.border_btn.active:hover {
  color: #086ad8;
  background-color: transparent;
}

.quote-btn2 {
  background: #43b9fe;
  border-radius: 45px;
  color: #ffffff;
  padding: 17px 36px;
}
.quote-btn2:hover {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}

.subscribe-btn {
  background: #43b9fe;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  border-radius: 40px;
  padding: 4px 36px;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.subscribe-btn:hover {
  background-image: linear-gradient(100deg, #43baff 0%, #7141b1 100%);
  background-image: linear-gradient(100deg, #43baff 0%, #7141b1 100%);
  background-image: linear-gradient(100deg, #43baff 0%, #7141b1 100%);
}

.theme_btn3 {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 21px 40px;
}
.theme_btn3 i {
  margin-left: 10px;
}

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

.semi-title {
  color: #000000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0px;
  position: relative;
  z-index: 1;
  padding-left: 14px;
  margin-bottom: 18px;
}
.semi-title.title-line::before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(90deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(90deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(90deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  width: 2px;
  height: 14px;
  left: 0;
  top: 1px;
  z-index: 1;
}
@media (max-width: 769px) {
  .semi-title {
    margin-top: 40px;
  }
  .semi-title.title-line::before {
    left: 40%;
  }
  .semi-title::before {
    left: 0 !important;
  }
}

.semi-title2 {
  -webkit-background-clip: text;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  -webkit-text-fill-color: transparent;
  padding-left: 0;
}

.sect-title {
  font-size: 60px;
  line-height: 1.17;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .sect-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sect-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sect-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .sect-title {
    font-size: 32px;
  }
}

.paragraph-title {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
}
.paragraph-title strong {
  color: #333333;
  font-weight: 700;
}

.sub-title {
  font-size: 24px;
}

.s-sub-title {
  font-size: 30px;
}

.main-slider {
  position: relative;
  top: -190px;
}

.slider-bg {
  position: relative;
  top: 0;
  background: url(../img/slider/hero-bg-1.jpg) no-repeat center;
  background-size: cover;
  min-height: 972px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-bg {
    min-height: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-bg {
    min-height: 750px;
  }
}
@media (max-width: 767px) {
  .slider-bg {
    min-height: 850px;
  }
}
.slider-bg .slider-right {
  padding-top: 198px;
}
@media (max-width: 767px) {
  .slider-bg .slider-right {
    padding-top: 80px;
  }
}
.slider-bg .slider-right img {
  width: unset;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-bg .slider-right img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-bg .slider-right img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-bg .slider-right img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .slider-bg .slider-right img {
    width: 100%;
  }
}

.main-title-one {
  color: #333333;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -0.3px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-title-one {
    font-size: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-title-one {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .main-title-one {
    font-size: 50px;
  }
}
.main-title-one span {
  font-weight: 100;
  letter-spacing: -0.6px;
}

.slider__content {
  padding-top: 144px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .slider__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.slider__content p.pretitle-p {
  margin-bottom: 13px;
}
.slider__content p.aftertitle-p {
  margin-bottom: 50px;
}
.slider__content .main-title-one {
  margin-bottom: 34px;
}

#slider-one .owl-item.active p {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#slider-one .owl-item.active h1 {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#slider-one .owl-item.active .theme_btn {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#slider-one .owl-item.active .slider-right {
  -webkit-animation-duration: 2s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight2;
          animation-name: fadeInRight2;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #slider-one .owl-item.active .slider-right {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
  }
}
@media (max-width: 767px) {
  #slider-one .owl-item.active .slider-right {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
  }
}

.main-slider-area .owl-nav button {
  border: 2px solid rgba(255, 255, 255, 0.06) !important;
  width: 64px;
  height: 64px;
  line-height: 64px !important;
  display: inline-block;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 5;
  color: rgba(255, 255, 255, 0.06) !important;
}
.main-slider-area .owl-nav button i {
  font-size: 18px;
}
.main-slider-area .owl-nav button.owl-prev {
  left: 60px;
}
.main-slider-area .owl-nav button.owl-next {
  right: 60px;
}
.main-slider-area .owl-nav button.owl-prev:hover, .main-slider-area .owl-nav button.owl-next:hover {
  color: #ffffff !important;
  border-color: #086ad8;
  background: #086ad8;
}
@media (max-width: 767px) {
  .main-slider-area .item .slider-right {
    margin-top: 130px;
  }
}
@media (max-width: 578px) {
  .main-slider-area .item .slider-right {
    margin-top: 50px;
  }
}

.owl-dots {
  position: absolute;
  z-index: 11;
  left: 40px;
  bottom: 40px;
}
.owl-dots button.owl-dot {
  border: 1px solid #777777;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 15px;
}
.owl-dots button.owl-dot.active {
  border-color: #086ad8;
  background-color: #086ad8;
}

.slider-bg2 {
  background: url(../img/slider/home2-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 760px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-bg2 {
    min-height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-bg2 {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .slider-bg2 {
    min-height: 700px;
  }
}

.slider__content2 {
  padding-top: 191px;
}
@media (max-width: 767px) {
  .slider__content2 {
    padding-top: 100px;
  }
}

.video-slide {
  border-radius: 6px;
  margin-bottom: 25px;
}
.video-slide .popup-video {
  background: #ffffff;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  color: #ffffff;
}
.video-slide .popup-video i {
  font-size: 14px;
  font-weight: 700;
  color: #7141b1;
  -webkit-transform: translateY(-15px) translateX(1px);
          transform: translateY(-15px) translateX(1px);
}
.video-slide .popup-video:hover {
  background: #7141b1;
}
.video-slide .popup-video:hover i {
  color: #ffffff;
}
.video-slide h6 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.video-slide.home3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px;
  background: #ffffff;
}
.video-slide.home3 .popup-video {
  background: #086ad8;
  width: 0px;
  height: 0px;
  margin-right: 20px;
  color: black;
  -webkit-animation: none;
          animation: none;
}
.video-slide.home3 .popup-video i {
  font-size: 14px;
  font-weight: 700;
  color: white;
  -webkit-transform: translateY(-39px) translateX(-10px) !important;
          transform: translateY(-39px) translateX(-10px) !important;
}
.video-slide.home3 .popup-video:hover {
  background: #7141b1;
}
.video-slide.home3 .popup-video:hover i {
  color: #7141b1 !important;
}
.video-slide.home3 h6 {
  color: #086ad8;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 575px) {
  .video-slide.home3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn-list .btn-list a.theme_btn {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
  }
}

.main-title-two {
  color: #ffffff;
  font-size: 80px;
  line-height: 1.14;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-title-two {
    font-size: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-title-two {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .main-title-two {
    font-size: 45px;
  }
}

.inquery-select .nice-select.select-box {
  border: 0;
  border-radius: 0;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  color: #999999;
  padding-left: 35px;
  padding-right: 0;
}
.inquery-select .nice-select.select-box::after {
  display: none;
}
@media (max-width: 767px) {
  .inquery-select .nice-select.select-box.open .list {
    width: 100%;
  }
}

.slider-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  background: #ffffff;
  margin-right: 80px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-form {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-form {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-form {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .slider-form {
    margin-right: 0;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
}
.slider-form .input-box {
  position: relative;
  z-index: 3;
}
.slider-form .input-box::before {
  content: "\f007";
  /* font-family: "Font Awesome 5 Pro"; */
  font-size: 16px;
  color: #333333;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 767px) {
  .slider-form .input-box::before {
    left: 15px;
  }
}
.slider-form .input-box.email::before {
  content: "\f0e0";
  left: 15px;
}
.slider-form .input-box.email::after {
  content: " ";
  background: rgba(119, 119, 119, 0.2);
  width: 1px;
  height: 15px;
  left: 0;
  top: 39%;
  position: absolute;
  z-index: 1;
}
.slider-form .input-box.select-sub::before {
  content: "\f02d";
  left: 16px;
}
@media (max-width: 767px) {
  .slider-form .input-box.select-sub::before {
    top: 35px;
  }
}
.slider-form .input-box.select-sub::after {
  content: " ";
  background: rgba(119, 119, 119, 0.2);
  width: 1px;
  height: 15px;
  left: 0;
  top: 39%;
  position: absolute;
  z-index: 1;
}
.slider-form input {
  border: 0;
  background: transparent;
  height: 70px;
  color: #999999;
  font-size: 16px;
  width: 168px;
  padding-left: 50px;
  position: relative;
  z-index: 1;
}
.slider-form input::-webkit-input-placeholder {
  color: #999999;
}
.slider-form input::-moz-placeholder {
  color: #999999;
}
.slider-form input:-ms-input-placeholder {
  color: #999999;
}
.slider-form input::-ms-input-placeholder {
  color: #999999;
}
.slider-form input::placeholder {
  color: #999999;
}
.slider-form input::-moz-placeholder {
  color: #999999;
}
.slider-form input::-o-placeholder {
  color: #999999;
}
.slider-form input::-webkit-placeholder {
  color: #999999;
}
.slider-form input.email {
  padding-left: 39px;
}
@media (max-width: 767px) {
  .slider-form input {
    width: 100%;
    padding-left: 40px;
  }
}
.slider-form .subscribe-btn {
  position: absolute;
  z-index: 2;
  right: 0;
  height: 52px;
  transform: translate(24px, 10px);
  -webkit-transform: translate(24px, 10px);
  -moz-transform: translate(24px, 10px);
  -ms-transform: translate(24px, 10px);
  -o-transform: translate(24px, 10px);
  line-height: 45px;
  padding: 4px 34px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-form .subscribe-btn {
    transform: translate(15px, 10px);
    -webkit-transform: translate(15px, 10px);
    -moz-transform: translate(15px, 10px);
    -ms-transform: translate(15px, 10px);
    -o-transform: translate(15px, 10px);
  }
}
@media (max-width: 767px) {
  .slider-form .subscribe-btn {
    position: relative;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .slider-form .inquery-select .nice-select.select-box {
    padding-left: 40px;
  }
}

.slider-bg-three {
  /* background: url(../img/slider/hero-bg-3a.jpg) no-repeat; */
  -webkit-clip-path: polygon(100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
          clip-path: polygon(100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 870px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.slider-bg-three::before {
  content: "";
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(2, 33, 143)), to(rgb(14, 114, 227)));
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  opacity: 0.922;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-bg-three {
    min-height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-bg-three {
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .slider-bg-three {
    min-height: 600px;
  }
}

.main-title-three {
  color: rgba(0, 0, 0, 0.5);
  font-size: 120px;
  line-height: 1;
  color: #333;
  /* this is the fallback */
  -webkit-text-stroke: 1px rgb(255, 255, 255);
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-title-three {
    font-size: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-title-three {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .main-title-three {
    font-size: 45px;
  }
}

.btn-list a.theme_btn {
  border-radius: 6px;
  background: rgb(0, 48, 109);
  margin-right: 30px;
  padding-right: 40px;
  padding-left: 40px;
}
.btn-list .video-slide {
  margin-bottom: 0;
}
.btn-list .video-slide .popup-video {
  background: white;
}
.btn-list .video-slide .popup-video i {
  color: #086ad8;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.btn-list .video-slide .popup-video:hover i {
  color: #ffffff;
}
.btn-list .video-slide h6 {
  font-weight: 700;
}
@media (max-width: 767px) {
  .btn-list a.theme_btn {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .btn-list .video-slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.slider__content3 {
  margin-top: 310px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider__content3 {
    margin-top: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__content3 {
    margin-top: 220px;
  }
}
@media (max-width: 767px) {
  .slider__content3 {
    margin-top: 180px;
  }
}
@media (max-width: 500px) {
  .slider__content3 {
    margin-top: 180px;
  }
  .slider__content3 p {
    padding: 0 20px;
  }
}

.main-slider-area.home-4 {
  background: #021327;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  padding: 100px 0 100px;
}
@media (max-width: 1200px) {
  .main-slider-area.home-4 {
    padding: 70px 0 100px;
  }
}
@media (max-width: 400px) {
  .main-slider-area.home-4 {
    padding: 40px 0 100px;
  }
}
.main-slider-area.home-4 .container .rts-heading {
  margin: 0 0 30px;
}
.main-slider-area.home-4 .container .rts-heading .title-inner .title {
  font-size: 85px;
  font-weight: 700;
  line-height: 95px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .main-slider-area.home-4 .container .rts-heading .title-inner .title {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .main-slider-area.home-4 .container .rts-heading .title-inner .title {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .main-slider-area.home-4 .container .rts-heading .title-inner .title {
    font-size: 70px;
    line-height: 85px;
  }
}
@media (max-width: 576px) {
  .main-slider-area.home-4 .container .rts-heading .title-inner .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 400px) {
  .main-slider-area.home-4 .container .rts-heading .title-inner .title {
    font-size: 40px;
    line-height: 50px;
  }
}
.main-slider-area.home-4 .container .rts-heading .title-inner .title b {
  color: #ff4969;
}
.main-slider-area.home-4 .container .section-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .main-slider-area.home-4 .container .section-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .main-slider-area.home-4 .container .section-btn {
    display: block;
  }
}
.main-slider-area.home-4 .container .section-btn .rts-btn {
  color: #FFFFFF;
  background-color: #ff4969;
  font-weight: 700;
  border-radius: 10px;
  padding: 15px 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 500px) {
  .main-slider-area.home-4 .container .section-btn .rts-btn {
    width: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .main-slider-area.home-4 .container .section-btn .rts-btn {
    width: 175px;
  }
}
.main-slider-area.home-4 .container .section-btn .rts-btn:hover {
  color: #ff4969;
  background-color: #FFFFFF;
}
.main-slider-area.home-4 .container .section-btn .rts-video {
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 500px) {
  .main-slider-area.home-4 .container .section-btn .rts-video {
    margin-top: 40px;
    margin-left: 0;
  }
}
.main-slider-area.home-4 .container .section-btn .rts-video .about-video-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .main-slider-area.home-4 .container .section-btn .rts-video .about-video-wrapper {
    padding: 20px 30px;
    width: 70px;
    font-size: 15px;
  }
}
.main-slider-area.home-4 .container .section-btn .rts-video .about-video-wrapper .popup-video {
  position: absolute;
  z-index: 5;
  left: 0;
  top: -40px;
  background-color: #FFFFFF;
  background-image: none;
  padding: 28px 32px;
  border-radius: 50%;
  font-size: 25px;
  color: #ff4969;
  -webkit-animation: none;
          animation: none;
}
.main-slider-area.home-4 .container .section-btn .rts-video .about-video-wrapper .popup-video::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-animation: pulse-border 1.5s ease-out infinite;
          animation: pulse-border 1.5s ease-out infinite;
}
.main-slider-area.home-4 .container .section-btn .rts-video .about-video-wrapper .popup-video i {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .main-slider-area.home-4 .container .section-btn .rts-video .about-video-wrapper .popup-video {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
@media (max-width: 400px) {
  .main-slider-area.home-4 .container .section-btn .rts-video .about-video-wrapper .popup-video {
    width: 50px;
    height: 50px;
    padding: 13px 17px;
  }
}
.main-slider-area.home-4 .container .section-btn .rts-video .video-desc {
  margin-left: 100px;
  color: #b1b5d3;
}
@media (max-width: 768px) {
  .main-slider-area.home-4 .container .section-btn .rts-video .video-desc {
    margin-left: 30px;
  }
}
@media (max-width: 400px) {
  .main-slider-area.home-4 .container .section-btn .rts-video .video-desc {
    margin-left: 0;
  }
}
.main-slider-area.home-4 .container .react-image .react-multi-image img {
  max-width: 100%;
}

.main-slider-area.home-5 .slider-bg-three {
  background: url(../img/bg/sean.jpg);
  -webkit-clip-path: none;
          clip-path: none;
  background-size: cover;
  background-position: center center;
  /* max-height: 600px; */
}
@media (max-width: 576px) {
  .main-slider-area.home-5 .slider-bg-three {
    min-height: 500px;
  }
}
.main-slider-area.home-5 .slider-bg-three::before {
  background-image: none;
  background-color: #000;
  opacity: 0.64;
}
@media (max-width: 576px) {
  .main-slider-area.home-5 .slider-bg-three .container .slider__content3 {
    margin-top: 200px;
  }
}
.main-slider-area.home-5 .slider-bg-three .container .slider__content3 .sub-title {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 70px;
}
@media (max-width: 991px) {
  .main-slider-area.home-5 .slider-bg-three .container .slider__content3 .sub-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .main-slider-area.home-5 .slider-bg-three .container .slider__content3 .sub-title {
    font-size: 20px;
    line-height: 50px;
  }
}
@media (max-width: 400px) {
  .main-slider-area.home-5 .slider-bg-three .container .slider__content3 .sub-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.main-slider-area.home-5 .slider-bg-three .container .slider__content3 .main-title-four {
  font-size: 120px;
  color: #fff;
  font-weight: 700;
  line-height: 90px;
}
@media (max-width: 991px) {
  .main-slider-area.home-5 .slider-bg-three .container .slider__content3 .main-title-four {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .main-slider-area.home-5 .slider-bg-three .container .slider__content3 .main-title-four {
    font-size: 80px;
  }
}
@media (max-width: 576px) {
  .main-slider-area.home-5 .slider-bg-three .container .slider__content3 .main-title-four {
    font-size: 50px;
    line-height: 42px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.main-slider-area.home-5 .slider-bg-three .container .slider__content3 .section-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .main-slider-area.home-5 .slider-bg-three .container .slider__content3 .section-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .main-slider-area.home-5 .slider-bg-three .container .slider__content3 .section-btn {
    display: block;
  }
}
.main-slider-area.home-5 .slider-bg-three .container .slider__content3 .section-btn .rts-btn {
  color: #FFFFFF;
  background-color: #358afd;
  font-weight: 700;
  border-radius: 10px;
  padding: 15px 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 500px) {
  .main-slider-area.home-5 .slider-bg-three .container .slider__content3 .section-btn .rts-btn {
    width: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .main-slider-area.home-5 .slider-bg-three .container .slider__content3 .section-btn .rts-btn {
    width: 175px;
  }
}
.main-slider-area.home-5 .slider-bg-three .container .slider__content3 .section-btn .rts-btn:hover {
  color: #358afd;
  background-color: #FFFFFF;
}
.main-slider-area.home-5 .slider-bg-three .container .slider__content3 .section-btn .rts-video {
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 500px) {
  .main-slider-area.home-5 .slider-bg-three .container .slider__content3 .section-btn .rts-video {
    margin-top: 40px;
    margin-left: 0;
  }
}
.main-slider-area.home-5 .slider-bg-three .container .slider__content3 .section-btn .rts-video .about-video-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .main-slider-area.home-5 .slider-bg-three .container .slider__content3 .section-btn .rts-video .about-video-wrapper {
    padding: 20px 30px;
    width: 70px;
    font-size: 15px;
  }
}
.main-slider-area.home-5 .slider-bg-three .container .slider__content3 .section-btn .rts-video .about-video-wrapper .popup-video {
  position: absolute;
  z-index: 5;
  left: 0;
  top: -40px;
  background-color: #358afd;
  background-image: none;
  padding: 28px 32px;
  border-radius: 50%;
  font-size: 25px;
  color: #FFFFFF;
  -webkit-animation: none;
          animation: none;
}
.main-slider-area.home-5 .slider-bg-three .container .slider__content3 .section-btn .rts-video .about-video-wrapper .popup-video::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-animation: pulse-border 1.5s ease-out infinite;
          animation: pulse-border 1.5s ease-out infinite;
}
.main-slider-area.home-5 .slider-bg-three .container .slider__content3 .section-btn .rts-video .about-video-wrapper .popup-video i {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .main-slider-area.home-5 .slider-bg-three .container .slider__content3 .section-btn .rts-video .about-video-wrapper .popup-video {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
@media (max-width: 400px) {
  .main-slider-area.home-5 .slider-bg-three .container .slider__content3 .section-btn .rts-video .about-video-wrapper .popup-video {
    width: 50px;
    height: 50px;
    padding: 13px 17px;
  }
}
.main-slider-area.home-5 .slider-bg-three .container .slider__content3 .section-btn .rts-video .video-desc {
  text-align: start;
  margin-left: 100px;
  color: #FFFFFF;
}
.main-slider-area.home-5 .slider-bg-three .container .slider__content3 .section-btn .rts-video .video-desc p {
  color: #ffffff;
}
@media (max-width: 768px) {
  .main-slider-area.home-5 .slider-bg-three .container .slider__content3 .section-btn .rts-video .video-desc {
    margin-left: 30px;
  }
}
@media (max-width: 400px) {
  .main-slider-area.home-5 .slider-bg-three .container .slider__content3 .section-btn .rts-video .video-desc {
    margin-left: 0;
  }
}

.main-slider-area.home-6 .slider-bg-three {
  background: url(../img/home-6/banner-6.png);
  -webkit-clip-path: none;
          clip-path: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1200px) {
  .main-slider-area.home-6 .slider-bg-three {
    min-height: 780px;
  }
}
@media (max-width: 991px) {
  .main-slider-area.home-6 .slider-bg-three {
    min-height: 570px;
  }
}
@media (max-width: 768px) {
  .main-slider-area.home-6 .slider-bg-three {
    min-height: 1050px;
  }
}
@media (max-width: 450px) {
  .main-slider-area.home-6 .slider-bg-three {
    min-height: 845px;
  }
}
.main-slider-area.home-6 .slider-bg-three::before {
  background-image: none;
  background-color: none;
  opacity: 0.64;
}
@media (max-width: 991px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 {
    margin-top: 170px;
  }
}
.main-slider-area.home-6 .slider-bg-three .container .slider__content3 .sub-title {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 60px;
}
@media (max-width: 991px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .sub-title {
    font-size: 16px;
    line-height: 28px;
  }
}
.main-slider-area.home-6 .slider-bg-three .container .slider__content3 .main-title-four {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
  line-height: 62px;
}
@media (max-width: 1400px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .main-title-four {
    font-size: 45px;
  }
}
@media (max-width: 1200px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .main-title-four {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .main-title-four {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 768px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .main-title-four {
    font-size: 45px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .main-title-four {
    font-size: 26px;
    line-height: 40px;
  }
}
.main-slider-area.home-6 .slider-bg-three .container .slider__content3 .description {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 62px;
  margin: 0 0 26px;
}
@media (max-width: 1400px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .description {
    line-height: 34px;
    padding-right: 100px;
  }
}
@media (max-width: 991px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .description {
    line-height: 28px;
    padding-right: 35px;
  }
}
@media (max-width: 991px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .description {
    line-height: 28px;
    padding-right: 35px;
  }
}
@media (max-width: 450px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .description {
    line-height: 28px;
    padding: 0 10px;
  }
}
.main-slider-area.home-6 .slider-bg-three .container .slider__content3 .card {
  width: 500px;
  border-radius: 15px;
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .card {
    width: 430px;
  }
}
@media (max-width: 1200px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .card {
    width: 370px;
  }
}
@media (max-width: 991px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .card {
    width: 300px;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .card {
    width: 430px;
    margin-top: 30px;
    margin-bottom: 70px;
  }
}
@media (max-width: 450px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .card {
    width: 270px;
  }
}
.main-slider-area.home-6 .slider-bg-three .container .slider__content3 .card .card-body {
  padding: 5px 15px;
}
.main-slider-area.home-6 .slider-bg-three .container .slider__content3 .card .card-body .form {
  width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1400px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .card .card-body .form {
    width: 405px;
  }
}
@media (max-width: 1200px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .card .card-body .form {
    width: 345px;
  }
}
@media (max-width: 991px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .card .card-body .form {
    width: 275px;
  }
}
@media (max-width: 768px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .card .card-body .form {
    width: 400px;
  }
}
@media (max-width: 450px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .card .card-body .form {
    width: 245px;
  }
}
.main-slider-area.home-6 .slider-bg-three .container .slider__content3 .card .card-body .form .form-control {
  border: none;
  outline-offset: 0;
}
.main-slider-area.home-6 .slider-bg-three .container .slider__content3 .card .card-body .form .search-btn .search-submit {
  color: #fff;
  background-color: #34bfa3;
  font-size: 16px;
  border: none;
  min-width: 50px;
  height: 50px;
  border-radius: 15px;
}
@media (max-width: 1400px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .banner-img img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .main-slider-area.home-6 .slider-bg-three .container .slider__content3 .banner-img img {
    width: 100%;
  }
}

.main-slider-area.home-7 .slider-bg-three {
  overflow: hidden;
  background: url(../img/bg/banner-bg-7.jpg);
  background-repeat: no-repeat;
  -webkit-clip-path: none;
          clip-path: none;
  background-size: cover;
}
@media (max-width: 1200px) {
  .main-slider-area.home-7 .slider-bg-three {
    min-height: 850px;
  }
}
.main-slider-area.home-7 .slider-bg-three .shape {
  position: absolute;
  -webkit-animation: float-bob-y2 12s infinite linear;
          animation: float-bob-y2 12s infinite linear;
  top: -32%;
  right: 10%;
  z-index: -1;
}
.main-slider-area.home-7 .slider-bg-three .shape2 {
  position: absolute;
  -webkit-animation: float-bob-y2 12s infinite linear;
          animation: float-bob-y2 12s infinite linear;
  bottom: -18%;
  right: 27%;
  z-index: -1;
}
@media (max-width: 991px) {
  .main-slider-area.home-7 .slider-bg-three .shape2 {
    display: none;
  }
}
.main-slider-area.home-7 .slider-bg-three::before {
  display: none;
}
@media (max-width: 991px) {
  .main-slider-area.home-7 .slider-bg-three .order {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}
.main-slider-area.home-7 .slider-bg-three .slider__content3 {
  margin-top: 150px;
}
@media (max-width: 1200px) {
  .main-slider-area.home-7 .slider-bg-three .slider__content3 {
    margin-top: 280px;
  }
}
@media (max-width: 991px) {
  .main-slider-area.home-7 .slider-bg-three .slider__content3 {
    margin-bottom: 100px;
    margin-top: 230px;
  }
}
.main-slider-area.home-7 .slider-bg-three .slider__content3 h5 {
  color: #000;
  font-size: 20px;
}
@media (max-width: 576px) {
  .main-slider-area.home-7 .slider-bg-three .slider__content3 h5 {
    font-size: 16px;
  }
}
.main-slider-area.home-7 .slider-bg-three .slider__content3 .main-title-three {
  font-size: 100px;
  -webkit-text-stroke: 0;
  -webkit-text-fill-color: #000;
}
@media (max-width: 1400px) {
  .main-slider-area.home-7 .slider-bg-three .slider__content3 .main-title-three {
    font-size: 84px;
  }
}
@media (max-width: 1200px) {
  .main-slider-area.home-7 .slider-bg-three .slider__content3 .main-title-three {
    font-size: 72px;
  }
}
@media (max-width: 576px) {
  .main-slider-area.home-7 .slider-bg-three .slider__content3 .main-title-three {
    font-size: 50px;
  }
}
@media (max-width: 380px) {
  .main-slider-area.home-7 .slider-bg-three .slider__content3 .main-title-three {
    font-size: 46px;
  }
}
.main-slider-area.home-7 .slider-bg-three .slider__content3 .main-title-three span {
  -webkit-text-fill-color: #086ad9;
  color: #086ad9;
}
.main-slider-area.home-7 .slider-bg-three .slider__content3 .desc {
  color: #777777;
}
@media (max-width: 500px) {
  .main-slider-area.home-7 .slider-bg-three .slider__content3 .desc {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .main-slider-area.home-7 .slider-bg-three .slider__content3 .btn-list {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
@media (max-width: 500px) {
  .main-slider-area.home-7 .slider-bg-three .slider__content3 .btn-list {
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.main-slider-area.home-7 .slider-bg-three .slider__content3 .btn-list .theme_btn {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(55, 140, 255)), to(rgb(8, 106, 216)));
  background: linear-gradient(0deg, rgb(55, 140, 255) 0%, rgb(8, 106, 216) 100%);
  border-radius: 30px;
  margin-right: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.main-slider-area.home-7 .slider-bg-three .slider__content3 .btn-list .theme_btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(100%, rgb(8, 106, 216)), color-stop(0%, rgb(55, 140, 255)));
  background: linear-gradient(0deg, rgb(8, 106, 216) 100%, rgb(55, 140, 255) 0%);
}
.main-slider-area.home-7 .slider-bg-three .slider__content3 .btn-list .video-slide {
  background: none;
  padding-left: 35px;
}
@media (max-width: 500px) {
  .main-slider-area.home-7 .slider-bg-three .slider__content3 .btn-list .video-slide {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 20px;
  }
}
.main-slider-area.home-7 .slider-bg-three .slider__content3 .btn-list .video-slide .popup-video {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(55, 140, 255)), to(rgb(8, 106, 216)));
  background: linear-gradient(0deg, rgb(55, 140, 255) 0%, rgb(8, 106, 216) 100%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.main-slider-area.home-7 .slider-bg-three .slider__content3 .btn-list .video-slide .popup-video:hover {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(100%, rgb(8, 106, 216)), color-stop(0%, rgb(55, 140, 255)));
  background: linear-gradient(0deg, rgb(8, 106, 216) 100%, rgb(55, 140, 255) 0%);
}
.main-slider-area.home-7 .slider-bg-three .slider__content3 .btn-list .video-slide .popup-video:hover i {
  color: #fff !important;
}
.main-slider-area.home-7 .slider-bg-three .slider__content3 .btn-list .video-slide .popup-video i {
  color: #fff;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}
.main-slider-area.home-7 .slider-bg-three .slider__content3 .btn-list .video-slide .popup-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(55, 140, 255);
  left: 0;
  border-radius: 50%;
  -webkit-animation: pulse-border2 2s ease-out infinite;
          animation: pulse-border2 2s ease-out infinite;
}
.main-slider-area.home-7 .slider-bg-three .slider__content3 .btn-list .video-slide h6 {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.main-slider-area.home-7 .slider-bg-three .hero-section {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media (max-width: 991px) {
  .main-slider-area.home-7 .slider-bg-three .hero-section {
    margin-bottom: 120px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.main-slider-area.home-7 .slider-bg-three .hero-section img {
  width: 100%;
}

.about-video-wrapper {
  position: relative;
  z-index: 1;
}
.about-video-wrapper .popup-video {
  position: absolute;
  z-index: 5;
  right: 100px;
  top: 19px;
}
@media (max-width: 767px) {
  .about-video-wrapper .popup-video {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
.about-video-wrapper .img-one {
  position: relative;
  z-index: 1;
  margin-top: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-video-wrapper .img-one {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-video-wrapper .img-one {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .about-video-wrapper .img-one {
    width: 100%;
    margin-top: 0;
  }
}
.about-video-wrapper .img-two {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -145px;
  border: 10px solid #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-video-wrapper .img-two {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .about-video-wrapper .img-two {
    display: none;
  }
}

.about-text-wrapper {
  padding-left: 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-text-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about-text-wrapper {
    padding-left: 0;
  }
  .about-text-wrapper .style-text {
    top: -30px !important;
    left: 0 !important;
  }
}
.about-text-wrapper .style-text {
  left: 52px;
}

.quote-paragraph {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(46, 46, 46, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(46, 46, 46, 0.06);
  padding: 24px 72px 23px 30px;
  margin-top: 35px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .quote-paragraph {
    padding: 24px 15px 23px 15px;
    margin-top: 15px;
  }
}
.quote-paragraph h6 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
}
.quote-paragraph h6 span {
  color: #086ad8;
  font-weight: 400;
}

.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .service-box {
    display: block;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) and (orientation: landscape) {
  .service-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.service-box li {
  position: relative;
  z-index: 1;
}
.service-box li:first-child {
  padding-right: 50px;
  margin-right: 50px;
}
.service-box li:first-child::before {
  content: "";
  background-color: rgb(225, 225, 225);
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 50px;
  z-index: 1;
}
@media (max-width: 769px) {
  .service-box li::before {
    display: none !important;
  }
}

.box-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.box-one .icon-a1 {
  margin-right: 20px;
}
.box-one .sub-title {
  line-height: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .box-one .sub-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-one .sub-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .box-one .sub-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-text-wrapper2 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-text-wrapper2 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .about-text-wrapper2 {
    padding-right: 0;
  }
}
.about-text-wrapper2 .text-list.border-bottom {
  border-bottom: 1px solid rgb(224, 224, 224) !important;
  padding-bottom: 34px;
  margin-bottom: 34px;
}
.about-text-wrapper2 .text-list li {
  position: relative;
  z-index: 1;
}
.about-text-wrapper2 .text-list li::before {
  content: "\f00c";
  position: absolute;
  /* font-family: "Font awesome 5 Pro"; */
  font-size: 18px;
  color: #43b9fe;
  left: 0;
  top: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
}
.about-text-wrapper2 .text-list li:hover::before {
  color: #ffffff;
  background: #7141b1;
}

.services-list {
  padding-left: 70px;
  margin-bottom: 32px;
}
.services-list h5 {
  margin-bottom: 12px;
}

.about-author2 {
  font-size: 14px;
  color: #333333;
  margin-top: 18px;
}
.about-author2 .text-vilet {
  color: #7141b1;
}

.about-img-wrapper {
  position: relative;
  z-index: 1;
}
/* .about-img-wrapper .img-one {
  margin-top: -100px;
  padding-right: 25px;
} */
.about-img-wrapper .img-two {
  margin-top: 110px;
}

.experience-box {
  background: url(../img/about/about-bg1.png) no-repeat;
  width: 211px;
  height: 180px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 36px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  animation: float-bob-y 5s infinite linear;
  -webkit-animation: float-bob-y 5s infinite linear;
}
.experience-box h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
}
.experience-box p {
  color: #ffffff;
  font-size: 14px;
}

.about-text-wrapper3 span {
  color: #777777;
  margin-bottom: 5px;
  display: inline-block;
}
.about-text-wrapper3 h2 {
  color: #0c2168;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .about-text-wrapper3 h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .about-text-wrapper3 .cerficate-list-one img {
    width: 100%;
    margin-right: 0;
  }
}

.founder-quote {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}
.founder-quote img {
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .founder-quote {
    grid-gap: 15px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .founder-quote {
    display: block;
    padding-left: 0;
  }
  .founder-quote img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .founder-quote {
    display: block;
    padding-left: 0;
  }
  .founder-quote img {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .founder-quote {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
  .founder-quote img {
    max-width: 100%;
  }
  .founder-quote .about-text-wrapper3 {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media (max-width: 1200px) {
  .founder-quote {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .founder-quote img {
    max-width: 100%;
    margin-right: 0;
  }
  .founder-quote .about-text-wrapper3 {
    margin-right: 0;
    margin-left: 0;
  }
}
.founder-quote span {
  display: inline-block;
  margin-bottom: 5px;
}
.founder-quote h3 {
  color: #0c2168;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .founder-quote h3 {
    font-size: 32px;
  }
}

.approch-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .approch-quote {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
.approch-quote .approch-top-item {
  position: relative;
  max-width: 315px;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
}
.approch-quote .approch-top-item .layer-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.approch-quote .approch-top-item .layer-img img {
  max-width: 100%;
}
.approch-quote .approch-top-item .title {
  color: #0c2168;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.approch-quote .approch-top-item p {
  color: #777777;
  font-size: 16px;
}
.approch-quote .approch-card {
  position: relative;
  width: 100%;
  max-width: 315px;
  padding: 30px;
  border-radius: 5px;
  overflow: hidden;
  background-image: url("../img/layers/approch-card-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.approch-quote .approch-card .layer-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.approch-quote .approch-card .layer-img img {
  max-width: 100%;
}
.approch-quote .approch-card .approch-card-title {
  color: #ffffff;
  font-size: 20px;
  line-height: 50px;
  margin-top: -20px !important;
  z-index: 1;
  position: relative;
}
.approch-quote .approch-card p {
  z-index: 1;
  position: relative;
  color: #a8b0ca;
  font-size: 16px;
  margin-bottom: 20px;
}
.approch-quote .approch-card .approch-readmore {
  color: #526296;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  position: relative;
}
.approch-quote .approch-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 33, 104, 0.937254902);
}

.call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.call .icon {
  text-align: center;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(2, 33, 143)), to(rgb(14, 114, 227)));
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 13px;
}
.call .icon i {
  color: #ffffff;
  font-size: 16px;
}
.call .number span {
  color: #999999;
  font-size: 14px;
  line-height: 1;
}
.call .number p {
  color: #0c2168;
  line-height: 1;
}

.experience-box2 {
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  padding: 40px 34px;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 180px;
  bottom: 30px;
}
.experience-box2 img {
  margin-bottom: 27px;
}
.experience-box2 h3 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 1px;
}
.experience-box2 p {
  color: #ffffff;
  font-size: 14px;
}
.experience-box2::before {
  content: "";
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.experience-box2::after {
  content: "";
  border-radius: 6px;
  background: #ffffff;
  position: absolute;
  left: 20px;
  top: -20px;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.experience-box2 .inner-content {
  position: relative;
  z-index: 2;
}

.feature-img .read-more {
  background: #ffffff;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #086ad8;
  padding: 21px 45px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.feature-img .read-more i {
  color: #086ad8;
  margin-left: 12px;
}
.feature-img .read-more:hover {
  color: #ffffff;
  background: #086ad8;
}
.feature-img .read-more:hover i {
  color: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .feature-img .read-more {
    padding: 21px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-img .read-more {
    padding: 21px 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-img .read-more {
    padding: 21px 25px;
  }
}
@media (max-width: 767px) {
  .feature-img .read-more {
    padding: 21px 15px;
  }
}

.core-feature2 {
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.core-feature2 .feature-content {
  padding: 35px 40px 35px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .core-feature2 .feature-content {
    padding: 35px 19px 35px 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .core-feature2 .feature-content {
    padding: 35px 19px 35px 19px;
  }
}
@media (max-width: 767px) {
  .core-feature2 .feature-content {
    padding: 35px 15px 35px 15px;
  }
}
.core-feature2 .feature-content h4 {
  margin-bottom: 13px;
}
.core-feature2 .feature-content p {
  line-height: 26px;
}
.core-feature2:hover .read-more {
  opacity: 1;
}

.about-core-bg {
  position: relative;
  z-index: 1;
}
.about-core-bg::before {
  content: "";
  position: absolute;
  background: rgb(248, 248, 248);
  width: 100%;
  min-height: 523px;
  left: 0;
  top: 0;
  z-index: -1;
}

.btn-list2 .theme_btn {
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  padding: 22px 41px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-list2 .theme_btn:hover {
  color: #ffffff;
  background: #086ad8;
}
.btn-list2 .theme_btn:hover i {
  color: #ffffff;
}
.btn-list2 .border-btn {
  color: #086ad8;
  border: 2px solid rgb(242, 242, 242);
  background: #ffffff;
  padding: 22px 41px;
}
.btn-list2 .border-btn i {
  color: #086ad8;
  margin-left: 13px;
}

.about-video-area {
  border-bottom: 1px solid rgb(240, 240, 240);
}

.about-video-wrapper2 {
  position: relative;
  z-index: 1;
}
.about-video-wrapper2 .popup-video {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 120px;
  height: 120px;
  line-height: 120px;
  background: #ffffff;
}
.about-video-wrapper2 .popup-video i {
  -webkit-background-clip: text;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  -webkit-text-fill-color: transparent;
}
.about-video-wrapper2 .popup-video:hover {
  background: #086ad8;
}
.about-video-wrapper2 .popup-video:hover i {
  -webkit-background-clip: unset;
  background-image: unset;
  background-image: unset;
  background-image: unset;
  -webkit-text-fill-color: unset;
  color: #ffffff;
}

.about-services-img {
  position: relative;
  z-index: 1;
}
.about-services-img img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.about-services-img .img-two {
  border: 10px solid #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -127px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-services-img .img-two {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .about-services-img .img-two {
    display: none;
  }
}

.about-services-text p {
  font-size: 18px;
  line-height: 28px;
}
.about-services-text .plan-box {
  border-top: 1px solid rgb(237, 237, 237);
  border-bottom: 1px solid rgb(237, 237, 237);
  margin-bottom: 22px;
  padding-top: 29px;
  padding-bottom: 29px;
}
.about-services-text .plan-box img {
  margin-right: 20px;
}
.about-services-text .plan-box h5 {
  padding-right: 140px;
  line-height: 1.45;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-services-text .plan-box h5 {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .about-services-text .plan-box h5 {
    padding-right: 0;
  }
}
.about-services-text .plan-box a {
  color: #c4c4c4;
  font-size: 18px;
  font-weight: 300;
}
.about-services-text .plan-box a:hover {
  color: #086ad8;
}

.service-title-1 {
  font-size: 40px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-title-1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .service-title-1 {
    font-size: 32px;
  }
}

.about-us-area.home-4 {
  background-color: #07182c;
  background-image: url(../img/home-4/line-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
}
.about-us-area.home-4 .container .about-text-wrapper2 .semi-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #b1b5d3;
  margin: 0 0 7px;
  padding: 0;
}
.about-us-area.home-4 .container .about-text-wrapper2 .sect-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
}
@media (max-width: 500px) {
  .about-us-area.home-4 .container .about-text-wrapper2 .sect-title {
    font-size: 37px;
    line-height: 50px;
  }
}
.about-us-area.home-4 .container .about-text-wrapper2 .text-list {
  padding-bottom: 20px;
}
.about-us-area.home-4 .container .about-text-wrapper2 .text-list li::before {
  background-color: #18283d;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
}
.about-us-area.home-4 .container .about-text-wrapper2 .text-list li:hover::before {
  background-color: #7141b1;
}
.about-us-area.home-4 .container .about-text-wrapper2 .text-list li .services-list h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.3px;
}
@media (max-width: 500px) {
  .about-us-area.home-4 .container .about-text-wrapper2 .text-list li .services-list h5 {
    font-size: 20px;
  }
}
.about-us-area.home-4 .container .about-text-wrapper2 .text-list li .services-list p {
  color: #b1b5d3;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.about-us-area.home-4 .container .about-text-wrapper2 .paragraph-title2 {
  color: #b1b5d3;
  margin: 12px 0 0;
  padding: 32px 0 0;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #202f45;
}
.about-us-area.home-4 .container .about-text-wrapper2 h6 {
  font-size: 14px;
  font-weight: 700;
  color: #b1b5d3;
}
.about-us-area.home-4 .container .about-text-wrapper2 h6 span {
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #ff4969;
}
.about-us-area.home-4 .container .about-img-wrapper .experience-box {
  background: url(../img/home-4/shape.png) no-repeat;
  width: 230px;
  height: 230px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 36px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: float-bob-y 5s infinite linear;
          animation: float-bob-y 5s infinite linear;
}
@media (max-width: 1200px) {
  .about-us-area.home-4 .container .about-img-wrapper .experience-box {
    bottom: 0;
  }
}
@media (max-width: 500px) {
  .about-us-area.home-4 .container .about-img-wrapper .experience-box {
    bottom: -20px;
  }
}
.about-us-area.home-4 .container .about-img-wrapper .experience-box .count-text2 h3 {
  -webkit-text-fill-color: #ff4969;
}
.about-us-area.home-4 .container .about-img-wrapper .experience-box .count-text2 h3 .counter {
  -webkit-text-fill-color: #ff4969;
}
.about-us-area.home-4 .container .about-img-wrapper .experience-box .count-text2 .title {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.about-us-area.home-5 {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  background: #1C1C1C;
}
.about-us-area.home-5 .container .about-text-wrapper2 {
  margin: 0 0 0 40px;
}
@media (max-width: 991px) {
  .about-us-area.home-5 .container .about-text-wrapper2 {
    margin: 70px 0 0 0;
  }
}
.about-us-area.home-5 .container .about-text-wrapper2 .semi-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 7px;
  padding: 0;
  line-height: 1;
  letter-spacing: 0px;
  position: relative;
  z-index: 1;
  padding-left: 14px;
  margin-bottom: 18px;
}
@media (max-width: 400px) {
  .about-us-area.home-5 .container .about-text-wrapper2 .semi-title {
    font-size: 16px;
  }
}
.about-us-area.home-5 .container .about-text-wrapper2 .sect-title {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
}
@media (max-width: 1200px) {
  .about-us-area.home-5 .container .about-text-wrapper2 .sect-title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .about-us-area.home-5 .container .about-text-wrapper2 .sect-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.about-us-area.home-5 .container .about-text-wrapper2 .text-list {
  padding-bottom: 20px;
}
.about-us-area.home-5 .container .about-text-wrapper2 .text-list li::before {
  display: none;
}
.about-us-area.home-5 .container .about-text-wrapper2 .text-list li:hover .services-list .services-icon {
  color: #FFD700;
  background-color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.about-us-area.home-5 .container .about-text-wrapper2 .text-list li:hover .services-list .services-text h5 {
  color: #FFD700;
}
.about-us-area.home-5 .container .about-text-wrapper2 .text-list li .services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding: 0;
}
@media (max-width: 1400px) {
  .about-us-area.home-5 .container .about-text-wrapper2 .text-list li .services-list {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .about-us-area.home-5 .container .about-text-wrapper2 .text-list li .services-list {
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
}
.about-us-area.home-5 .container .about-text-wrapper2 .text-list li .services-list .services-icon {
  width: 100px;
  height: 100px;
  font-size: 40px;
  font-weight: 700;
  padding: 30px;
  color: #000000;
  background-color: #FFD700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .about-us-area.home-5 .container .about-text-wrapper2 .text-list li .services-list .services-icon {
    width: 80px;
    height: 80px;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .about-us-area.home-5 .container .about-text-wrapper2 .text-list li .services-list .services-icon {
    margin: 0 auto;
  }
}
.about-us-area.home-5 .container .about-text-wrapper2 .text-list li .services-list .services-text {
  padding-left: 40px;
}
@media (max-width: 576px) {
  .about-us-area.home-5 .container .about-text-wrapper2 .text-list li .services-list .services-text {
    padding: 20px 0 0 0;
  }
}
.about-us-area.home-5 .container .about-text-wrapper2 .text-list li .services-list .services-text h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .about-us-area.home-5 .container .about-text-wrapper2 .text-list li .services-list .services-text h5 {
    font-size: 20px;
  }
}
.about-us-area.home-5 .container .about-text-wrapper2 .text-list li .services-list .services-text p {
  margin: 0 0 26px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.about-us-area.home-5 .container .about-text-wrapper2 .paragraph-title2 {
  color: #ffffff;
  margin: 12px 0 0;
  padding: 32px 0 0;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #ffffff;
}
.about-us-area.home-5 .container .about-text-wrapper2 h6 {
  font-size: 14px;
  font-weight: 700;
  color: #b1b5d3;
}
.about-us-area.home-5 .container .about-text-wrapper2 h6 span {
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #ff4969;
}
.about-us-area.home-5 .container .about-img-wrapper {
  margin: 0 0px 0 0;
}
@media (max-width: 1400px) {
  .about-us-area.home-5 .container .about-img-wrapper {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .about-us-area.home-5 .container .about-img-wrapper .img-one {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .about-us-area.home-5 .container .about-img-wrapper .img-one {
    margin-top: 0;
  }
}
/* .about-us-area.home-5 .container .about-img-wrapper .experience-box {
  background: url(../img/home-5/h4-about-bg.webp) no-repeat;
  width: 300px;
  height: 150px;
  text-align: center;
  position: absolute;
  left: 60%;
  margin: 0 auto;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  animation: none;
  -webkit-animation: none;
} */
@media (max-width: 767px) {
  .about-us-area.home-5 .container .about-img-wrapper .experience-box {
    left: 45%;
  }
}
@media (max-width: 576px) {
  .about-us-area.home-5 .container .about-img-wrapper .experience-box {
    left: 20%;
  }
}
@media (max-width: 400px) {
  .about-us-area.home-5 .container .about-img-wrapper .experience-box {
    left: 0;
  }
}
.about-us-area.home-5 .container .about-img-wrapper .experience-box .count-text2 h3 {
  -webkit-text-fill-color: #FFD700;
}
.about-us-area.home-5 .container .about-img-wrapper .experience-box .count-text2 h3 .counter {
  font-size: 30px;
  -webkit-text-fill-color: #FFD700;
}
.about-us-area.home-5 .container .about-img-wrapper .experience-box .count-text2 h3 .prefix {
  font-size: 30px;
}
.about-us-area.home-5 .container .about-img-wrapper .experience-box .count-text2 .title {
  color: #FFD700;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.about-us-area.area-7 .about-text-wrapper {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .about-us-area.area-7 .about-text-wrapper {
    padding-left: 0;
  }
}
.about-us-area.area-7 .about-text-wrapper .section-title p {
  width: 200px;
  margin: 0 0 25px 0;
  padding: 10px 30px;
  border: 1px solid #dde6f8;
  background: #fff;
  color: #086ad8;
  font-weight: 600;
  border-radius: 7px;
  text-align: center;
}
.about-us-area.area-7 .about-text-wrapper .section-title .sect-title {
  color: #000;
}
.about-us-area.area-7 .about-text-wrapper .section-title .sect-title span {
  color: #086ad9;
}
.about-us-area.area-7 .about-text-wrapper .quote-paragraph {
  margin-top: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 40px;
}
.about-us-area.area-7 .about-text-wrapper .service-box {
  padding: 30px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #f5f5f5;
  margin-bottom: 45px;
}
@media (max-width: 576px) {
  .about-us-area.area-7 .about-text-wrapper .service-box {
    border: 0;
    margin-bottom: 0;
  }
}
.about-us-area.area-7 .about-text-wrapper .service-box li .box-one {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .about-us-area.area-7 .about-text-wrapper .service-box li .box-one {
    margin-bottom: 30px;
  }
}
.about-us-area.area-7 .about-text-wrapper .theme_btn {
  border-radius: 30px;
  background-image: linear-gradient(100deg, #086ad8 0%, #378cff 100%);
  padding: 22px 50px;
}
.about-us-area.area-7 .about-text-wrapper .theme_btn:hover {
  background-image: linear-gradient(100deg, #378cff 0%, #086ad8 100%);
}

.services-area {
  margin-bottom: -30px;
}

.services-title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.services-title .style-text {
  top: -28px;
  left: -7px;
}
@media (max-width: 769px) {
  .services-title .style-text {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
}
@media (max-width: 769px) {
  .services-title .semi-title::before {
    left: 40% !important;
  }
}

.custom-container-1 {
  max-width: 1615px;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-left: 15px;
}

.text-list {
  padding: 0;
  margin: 0;
}
.text-list li {
  font-size: 18px;
  line-height: 40px;
  position: relative;
  z-index: 1;
}
.text-list li::before {
  content: "\f00c";
  position: absolute;
  /* font-family: "Font awesome 5 Pro"; */
  font-size: 18px;
  color: #086ad8;
  right: 0;
  top: 0;
  z-index: 1;
}

.single-services {
  background-color: #ffffff;
  padding: 50px 50px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-services {
    padding: 50px 25px 40px;
  }
}
@media (max-width: 767px) {
  .single-services {
    padding: 50px 25px 40px;
  }
}
.single-services .s-icon {
  margin-bottom: 47px;
  display: inline-block;
}
.single-services .s-icon img {
  display: inline-block;
  max-width: 100%;
}
.single-services h6 {
  color: #d2d2d2;
  font-size: 14px;
  margin-bottom: 18px;
}
.single-services .sub-title {
  margin-bottom: 26px;
}

.brand-bg {
  background: url(../img/brand/brand-bg-1.png) no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 162px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
  margin-top: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-bg {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .brand-bg {
    padding-bottom: 60px;
  }
}

.brand-title .title-line {
  display: inline-block;
  padding-left: 0;
}
.brand-title .title-line::before {
  left: -14px;
}
.brand-title .title-line::after {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(90deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(90deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(90deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  width: 2px;
  height: 14px;
  right: -14px;
  top: 1px;
  z-index: 1;
}

.brand-item {
  text-align: center;
}
.brand-item .brand-img {
  display: inline-block;
  text-align: center;
}
.brand-item .brand-img img {
  display: block;
  width: unset;
}
.brand-item .brand-img .front {
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.brand-item .brand-img .back {
  display: none;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.brand-item .brand-img:hover .front {
  display: none;
}
.brand-item .brand-img:hover .back {
  display: inline-block;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}

.services-title2 {
  position: relative;
  z-index: 1;
}
.services-title2 .style-text {
  top: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.single-services2 {
  border: 1px solid rgb(234, 234, 234);
  background: #ffffff;
  padding: 50px 57px 43px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-services2 {
    padding: 50px 30px 43px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-services2 {
    padding: 50px 15px 43px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-services2 {
    padding: 50px 15px 43px 15px;
  }
}
@media (max-width: 767px) {
  .single-services2 {
    padding: 40px 15px 33px 15px;
  }
}
.single-services2 .s-icon {
  margin-right: 22px;
  margin-bottom: 22px;
}
.single-services2 .sub-title {
  line-height: 1.5;
  margin-bottom: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-services2 .sub-title {
    font-size: 20px;
  }
}
.single-services2 p {
  margin-bottom: 25px;
}

.read-more {
  color: #cecece;
  font-size: 16px;
  font-weight: 700;
}
.read-more:hover {
  color: #43b9fe;
}

.link-text {
  padding-top: 12px;
}

.get-btn {
  color: #43b9fe;
  font-size: 14px;
  border-bottom: 1px solid #43b9fe;
}
.get-btn:hover {
  color: #086ad8;
  border-color: #086ad8;
}

.brand-border {
  border-bottom: 1px solid rgb(233, 233, 233);
  margin-bottom: 22px;
}
.brand-border .brand-item {
  position: relative;
  z-index: 1;
}
.brand-border .brand-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(67, 186, 255)), to(rgb(113, 65, 177)));
  background-image: linear-gradient(0deg, rgb(67, 186, 255) 0%, rgb(113, 65, 177) 100%);
  background-image: linear-gradient(0deg, rgb(67, 186, 255) 0%, rgb(113, 65, 177) 100%);
  background-image: linear-gradient(0deg, rgb(67, 186, 255) 0%, rgb(113, 65, 177) 100%);
  z-index: 1;
  opacity: 0;
}
.brand-border .brand-item:hover::before {
  opacity: 1;
}
.brand-border .owl-item.active.center .brand-item::before {
  opacity: 1;
}

.services-area-three {
  position: relative;
  z-index: 5;
  margin-top: -180px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-area-three {
    margin-top: 0;
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area-three {
    margin-top: 0;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .services-area-three {
    margin-top: 0;
    padding-top: 60px;
  }
}

.single-services3 {
  border-radius: 6px;
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 50px 30px 42px 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-services3 {
    padding: 50px 13px 42px 13px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-services3 {
    padding: 50px 10px 42px 10px;
  }
}
.single-services3::before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(2, 33, 143)), to(rgb(14, 114, 227)));
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  width: 100%;
  height: 0;
  border-radius: 0 0 10px 10px;
  top: 95%;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-services3 h5 {
  margin-bottom: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-services3 h5 {
    font-size: 16px;
  }
}
.single-services3 p {
  margin-bottom: 24px;
}
.single-services3 .read-more i {
  margin-left: 5px;
}
.single-services3:hover::before {
  top: 100%;
  height: 2px;
}
.single-services3:hover .read-more {
  -webkit-background-clip: text;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(2, 33, 143)), to(rgb(14, 114, 227)));
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  -webkit-text-fill-color: transparent;
}

.single-services.s-border {
  border: 2px solid rgb(242, 242, 242);
  border-radius: 6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-services.s-border {
    padding: 50px 35px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-services.s-border {
    padding: 50px 35px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-services.s-border .sub-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-services.s-border .sub-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .single-services.s-border .sub-title {
    font-size: 20px;
  }
}

.tool-box {
  border-radius: 6px;
  padding: 50px 41px 39px 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .tool-box {
    padding: 50px 25px 39px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .tool-box {
    padding: 50px 10px 39px 10px;
  }
}
.tool-box img {
  margin-bottom: 27px;
}
.tool-box h5 {
  margin-bottom: 13px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tool-box p {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tool-box .number {
  font-size: 120px;
  color: rgba(255, 255, 255, 0.039);
  line-height: 0.2;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tool-box:hover {
  background-color: rgb(51, 51, 51);
}
.tool-box:hover h5,
.tool-box:hover p {
  color: #ffffff;
}
.tool-box:hover .number {
  opacity: 1;
}

.filter-bg {
  background: #f8f8f8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter-bg .prev-content h5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .filter-bg .next-box .author-img {
    margin-left: 0;
    margin-right: 20px;
  }
}

.service-page.chose-us-area .chose-box .chose-content {
  padding-right: 20px;
}
@media (max-width: 976px) {
  .service-page.chose-us-area .chose-box {
    padding: 24px 15px;
  }
  .service-page.chose-us-area .chose-content {
    margin-bottom: 10px;
  }
  .service-page.chose-us-area .number-text {
    margin-bottom: 0;
  }
}

.brand-area.home-4 {
  background-color: #07182c;
  padding: 100px 0;
}
@media (max-width: 400px) {
  .brand-area.home-4 {
    padding: 30px 0;
  }
}
.brand-area.home-4 .container .brand-item::before {
  display: none;
}

.services-area.home-4 {
  background-color: #021327;
}
.services-area.home-4 .container .rts-heading {
  text-align: center;
}
.services-area.home-4 .container .rts-heading .title-inner .sub-text {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #b1b5d3;
  margin: 0;
}
.services-area.home-4 .container .rts-heading .title-inner .title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin: 20px 0;
}
@media (max-width: 576px) {
  .services-area.home-4 .container .rts-heading .title-inner .title {
    font-size: 28px;
  }
}
.services-area.home-4 .container .services-wraper {
  padding: 40px 40px 20px 40px;
  margin: 25px 0;
  border-style: solid;
  border-width: 1px;
  border-color: #1c2b41;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.services-area.home-4 .container .services-wraper:hover {
  border-color: #ff4969;
}
.services-area.home-4 .container .services-wraper .services-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.services-area.home-4 .container .services-wraper .services-top .services-icon {
  margin-right: 22px;
}
@media (max-width: 991px) {
  .services-area.home-4 .container .services-wraper .services-top .services-icon {
    margin-right: 10px;
  }
}
@media (max-width: 400px) {
  .services-area.home-4 .container .services-wraper .services-top .services-icon {
    margin-right: 0;
  }
}
.services-area.home-4 .container .services-wraper .services-top .services-title .title {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 991px) {
  .services-area.home-4 .container .services-wraper .services-top .services-title .title {
    font-size: 16px;
  }
}
.services-area.home-4 .container .services-wraper .services-bottom .services-text {
  color: #b1b5d3;
  margin: 0 0 26px;
}

.services-area.home-5 {
  background-color: #f9f9f9;
}
.services-area.home-5 .container .rts-heading {
  text-align: center;
}
.services-area.home-5 .container .rts-heading .title-inner {
  margin: 0 0 70px;
}
@media (max-width: 767px) {
  .services-area.home-5 .container .rts-heading .title-inner {
    margin: 0 0 30px;
  }
}
.services-area.home-5 .container .rts-heading .title-inner .sub-text {
  color: #777;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 8px;
}
.services-area.home-5 .container .rts-heading .title-inner .title {
  color: #000;
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 15px;
}
.services-area.home-5 .container .rts-heading .title-inner .title b {
  color: #086ad8;
}
@media (max-width: 767px) {
  .services-area.home-5 .container .rts-heading .title-inner .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 400px) {
  .services-area.home-5 .container .rts-heading .title-inner .title {
    font-size: 32px;
    line-height: 45px;
  }
}
.services-area.home-5 .container .services-wraper {
  position: relative;
  text-align: center;
  padding: 15px;
  margin-bottom: 80px;
  border-top: 2px solid #fff;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .services-area.home-5 .container .services-wraper {
    margin: 0;
  }
}
.services-area.home-5 .container .services-wraper:hover {
  border-top: 2px solid #086ad8;
}
.services-area.home-5 .container .services-wraper:hover .services-btn-part {
  opacity: 1;
}
.services-area.home-5 .container .services-wraper .services-top {
  margin-bottom: 15px;
}
@media (max-width: 400px) {
  .services-area.home-5 .container .services-wraper .services-top {
    margin-bottom: 0;
  }
}
.services-area.home-5 .container .services-wraper .services-top .services-icon {
  padding: 15px 0;
}
.services-area.home-5 .container .services-wraper .services-top .services-icon img {
  max-width: 100%;
  width: 60px;
}
.services-area.home-5 .container .services-wraper .services-bottom {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .services-area.home-5 .container .services-wraper .services-bottom {
    margin: 0;
  }
}
.services-area.home-5 .container .services-wraper .services-bottom .services-title .title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.services-area.home-5 .container .services-wraper .services-btn-part {
  position: absolute;
  left: 40%;
  top: 88%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services-area.home-5 .container .services-wraper .services-btn-part .services-btn {
  margin: 0 auto;
  width: 65px;
  font-size: 24px;
  color: #fff;
  background-color: #086ad8;
  padding: 20px 20px;
  border-radius: 50%;
}
.services-area.home-5 .container .faq-area {
  text-align: center;
}
@media (max-width: 767px) {
  .services-area.home-5 .container .faq-area {
    margin-top: 40px;
  }
}
.services-area.home-5 .container .faq-area .ques-text {
  color: #777;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 400px) {
  .services-area.home-5 .container .faq-area .ques-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.services-area.home-5 .container .faq-area .ques-text a {
  color: #086ad8;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services-area.home-5 .container .faq-area .ques-text a:hover {
  color: #378CFF;
}

.brand-area.home-5 {
  position: relative;
  bottom: -90px;
}
.brand-area.home-5 .container .brand-border {
  background-color: #086ad8;
  border: none;
  padding: 60px 25px 45px 25px;
  border-radius: 20px;
}
@media (max-width: 400px) {
  .brand-area.home-5 .container .brand-border {
    padding: 45px 25px 37px 25px;
  }
}
.brand-area.home-5 .container .brand-border .brand-item::before {
  display: none;
}

.services-area.home-6 .container .services-wraper {
  padding: 45px 45px 45px 45px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 25px -12px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 25px -12px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {
  .services-area.home-6 .container .services-wraper {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .services-area.home-6 .container .services-wraper {
    padding: 40px 45px 25px 50px;
  }
}
@media (max-width: 450px) {
  .services-area.home-6 .container .services-wraper {
    padding: 40px 25px 25px 20px;
  }
}
.services-area.home-6 .container .services-wraper .services-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services-area.home-6 .container .services-wraper .services-top .services-icon {
  width: 80px;
  margin-right: 22px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .services-area.home-6 .container .services-wraper .services-top .services-icon {
    width: 50px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .services-area.home-6 .container .services-wraper .services-top .services-icon img {
    width: 100%;
  }
}
.services-area.home-6 .container .services-wraper .services-top .services-title {
  position: relative;
}
.services-area.home-6 .container .services-wraper .services-top .services-title .shadow-text {
  position: absolute;
  color: rgba(0, 0, 0, 0.0274509804);
  font-size: 100px;
  display: inline;
  top: -22px;
  right: -18px;
  z-index: -1;
}
@media (max-width: 450px) {
  .services-area.home-6 .container .services-wraper .services-top .services-title .shadow-text {
    font-size: 75px;
    top: -10px;
    right: -10px;
  }
}
.services-area.home-6 .container .services-wraper .services-top .services-title .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 62px;
  color: #333;
}
@media (max-width: 991px) and (min-width: 768px) {
  .services-area.home-6 .container .services-wraper .services-top .services-title .title {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .services-area.home-6 .container .services-wraper .services-top .services-title .title {
    font-size: 17px;
  }
}
.services-area.home-6 .container .services-wraper .services-bottom {
  margin: 30px 0 26px;
}
.services-area.home-6 .container .section-bottom {
  margin-top: 125px;
}
@media (max-width: 768px) {
  .services-area.home-6 .container .section-bottom {
    margin-top: 50px;
  }
}
.services-area.home-6 .container .section-bottom .section-title {
  color: #333;
  font-size: 52px;
  line-height: 62px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .services-area.home-6 .container .section-bottom .section-title {
    font-size: 45px;
    line-height: 52px;
  }
}
.services-area.home-6 .container .section-bottom .description {
  margin: 25px 0 50px;
}
.services-area.home-6 .container .section-bottom .services-wraper-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 30px 50px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .services-area.home-6 .container .section-bottom .services-wraper-2 {
    padding: 20px 30px 30px 20px;
    margin-bottom: 30px;
  }
}
.services-area.home-6 .container .section-bottom .services-wraper-2:hover .right-side-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.services-area.home-6 .container .section-bottom .services-wraper-2 .left-side {
  padding: 0 35px 0 35px;
}
@media (max-width: 768px) {
  .services-area.home-6 .container .section-bottom .services-wraper-2 .left-side {
    padding: 0 20px 0 10px;
  }
}
.services-area.home-6 .container .section-bottom .services-wraper-2 .left-side .services-title {
  text-align: left;
  color: #333;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 450px) {
  .services-area.home-6 .container .section-bottom .services-wraper-2 .left-side .services-title {
    font-size: 19px;
  }
}
.services-area.home-6 .container .section-bottom .services-wraper-2 .left-side p {
  line-height: 1.8;
  margin: 5px 0 26px;
}
@media (max-width: 450px) {
  .services-area.home-6 .container .section-bottom .services-wraper-2 .left-side p {
    line-height: 1.6;
  }
}
.services-area.home-6 .container .section-bottom .services-wraper-2 .left-side .services-btn {
  margin: 40px 0 0;
}
@media (max-width: 450px) {
  .services-area.home-6 .container .section-bottom .services-wraper-2 .left-side .services-btn {
    margin: 20px 0 0;
  }
}
.services-area.home-6 .container .section-bottom .services-wraper-2 .left-side .services-btn a {
  padding: 17px 25px;
  border-radius: 5px;
  color: #fff;
  background-color: #378cff;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 450px) {
  .services-area.home-6 .container .section-bottom .services-wraper-2 .left-side .services-btn a {
    padding: 15px;
  }
}
.services-area.home-6 .container .section-bottom .services-wraper-2 .right-side-img {
  width: 35%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .services-area.home-6 .container .section-bottom .services-wraper-2 .right-side-img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .services-area.home-6 .container .section-bottom .services-wraper-2 .right-side-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .services-area.home-6 .container .section-bottom .services-wraper-2 .right-side-img img {
    width: 90%;
  }
}
@media (max-width: 450px) {
  .services-area.home-6 .container .section-bottom .services-wraper-2 .right-side-img img {
    width: 100%;
  }
}

.service-area-7 {
  background-color: #DAA520;
}
.service-area-7 .container .section-title p {
  font-size: 18px;
    font-weight: 700;
    color: #777;
    margin: 0 0 8px;
    padding: 0;
    line-height: 1;
    letter-spacing: 0px;
    position: relative;
    z-index: 1;
}
.service-area-7 .container .section-title .sect-title {
  color: #000;
}
@media (max-width: 400px) {
  .service-area-7 .container .section-title .sect-title {
    font-size: 26px;
  }
}
.service-area-7 .container .section-title .sect-title span {
  color: #086ad9;
}
.service-area-7 .container .service-area-inner .item {
  /* background: #fff; */
  padding: 0px 30px 30px 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .service-area-7 .container .service-area-inner .item {
    margin-bottom: 30px;
  }
}
.service-area-7 .container .service-area-inner .item:hover .icon img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.service-area-7 .container .service-area-inner .item .icon img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.service-area-7 .container .service-area-inner .item .content {
  margin-top: 20px;
}
.service-area-7 .container .service-area-inner .item .content .sub-title {
  color: #086ad9;
  font-size: 14px;
  margin-bottom: 10px;
}
.service-area-7 .container .service-area-inner .item .content .title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .service-area-7 .container .service-area-inner .item .content .title {
    font-size: 22px;
  }
}
.service-area-7 .container .service-area-inner .item .content ul {
  padding: 0;
  margin: 0;
}
.service-area-7 .container .service-area-inner .item .content ul li {
  margin-bottom: 18px;
  font-size: 16px;
  color: #777777;
  position: relative;
}
.service-area-7 .container .service-area-inner .item .content ul li::after {
  content: "\f00c";
  position: absolute;
  /* font-family: "Font awesome 5 Pro"; */
  right: 0;
  color: #086ad9;
}

.process-bg {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  background-color: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(67, 67, 67, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(67, 67, 67, 0.04);
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  margin-top: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-bg {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .process-bg {
    display: block;
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .process-bg {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.process-bg li {
  position: relative;
  z-index: 1;
}
.process-bg li::before {
  content: "\f054";
  position: absolute;
  /* font-family: "Font awesome 5 Pro"; */
  font-size: 16px;
  color: #999999;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.process-bg li:nth-child(2) {
  padding-left: 14px;
}
.process-bg li:nth-child(2)::before {
  right: 16px;
}
@media (max-width: 767px) {
  .process-bg li:nth-child(2)::before {
    right: 32px;
  }
}
.process-bg li:nth-child(3) {
  padding-left: 30px;
}
.process-bg li:nth-child(3)::before {
  right: 2px;
}
@media (max-width: 767px) {
  .process-bg li:nth-child(3)::before {
    right: 30px;
  }
}
.process-bg li:last-child {
  padding-left: 44px;
}
.process-bg li:last-child::before {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-bg li {
    padding-left: 0;
  }
  .process-bg li:nth-child(2), .process-bg li:nth-child(3), .process-bg li:last-child {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .process-bg li {
    padding-left: 0;
  }
  .process-bg li:nth-child(2), .process-bg li:nth-child(3), .process-bg li:last-child {
    padding-left: 0;
  }
}

.work-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 6px 25px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .work-process {
    padding: 25px 6px 25px 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .work-process {
    padding: 25px 6px 25px 10px;
  }
}
.work-process .process-icon {
  margin-right: 19px;
}
.work-process h6 {
  font-size: 14px;
  line-height: 20px;
  padding-right: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .work-process h6 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-process h6 {
    padding-right: 0;
  }
}
.work-process span {
  float: right;
  font-size: 16px;
  font-weight: 300;
}

.process-bg2 {
  background: url(../img/proces/proces-bg1.jpg) no-repeat;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-bg2 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .process-bg2 {
    margin-top: 0;
  }
}
.process-bg2::before {
  content: "";
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(2, 33, 143)), to(rgb(14, 114, 227)));
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  opacity: 0.902;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.process-bg2 .white-title {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 6px;
}

.process-box .icon {
  background: #ffffff;
  width: 160px;
  height: 160px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 158px;
  margin-bottom: 22px;
}
.process-box .icon.ic-2, .process-box .icon.ic-4 {
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin-top: 70px;
  position: relative;
  z-index: 1;
}
.process-box .icon.ic-2::before, .process-box .icon.ic-4::before {
  content: "";
  position: absolute;
  background: url(../img/proces/arrow-1.png) no-repeat;
  width: 100px;
  height: 21px;
  left: -140px;
  top: 0;
  z-index: 1;
}
.process-box .icon.ic-2::after, .process-box .icon.ic-4::after {
  content: "";
  position: absolute;
  background: url(../img/proces/arrow-2.png) no-repeat;
  width: 100px;
  height: 21px;
  right: -150px;
  top: 55px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .process-box .icon.ic-2::before, .process-box .icon.ic-4::before {
    left: -100px;
  }
  .process-box .icon.ic-2::after, .process-box .icon.ic-4::after {
    right: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-box .icon.ic-2, .process-box .icon.ic-4 {
    margin-top: 0;
  }
  .process-box .icon.ic-2::before, .process-box .icon.ic-4::before {
    display: none;
  }
  .process-box .icon.ic-2::after, .process-box .icon.ic-4::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .process-box .icon.ic-2, .process-box .icon.ic-4 {
    margin-top: 0;
  }
  .process-box .icon.ic-2::before, .process-box .icon.ic-4::before {
    display: none;
  }
  .process-box .icon.ic-2::after, .process-box .icon.ic-4::after {
    display: none;
  }
}
.process-box .icon.ic-4::after {
  display: none;
}
.process-box p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-bottom: 6px;
}

.owl-nav {
  position: absolute;
  z-index: 111;
}
.owl-nav button {
  color: #333333;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #ffffff;
  width: 50px;
  height: 50px;
}
.owl-nav button.owl-prev {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}
.owl-nav button.owl-next {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}

.portfolio-bg {
  position: relative;
  z-index: 1;
}
.portfolio-bg::before {
  content: "";
  position: absolute;
  background: #f7f7f7;
  width: 100%;
  height: 400px;
  left: 0;
  top: 0;
  z-index: -1;
}
.portfolio-bg .owl-item.active.center .portfolio-wrapper::before {
  background-image: unset;
  background: #086ad8;
  opacity: 0.902;
  height: 100%;
  -webkit-clip-path: polygon(0% -65%, 0% 100%, 99% 100%);
          clip-path: polygon(0% -65%, 0% 100%, 99% 100%);
}
.portfolio-bg .owl-item.active.center .portfolio-wrapper .brand-logo {
  top: 45px;
}
.portfolio-bg .owl-item.active.center .portfolio-wrapper .single-portfolio {
  bottom: 40px;
}
@media (max-width: 767px) {
  .portfolio-bg .owl-item.active.center .portfolio-wrapper .single-portfolio {
    bottom: 15px;
  }
}
.portfolio-bg .owl-item.active.center .portfolio-wrapper .pf-btn {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.nav-style-1 {
  position: relative;
  z-index: 5;
}
.nav-style-1 .owl-carousel .owl-stage-outer {
  margin-top: 135px;
}
.nav-style-1 .owl-nav {
  left: auto;
  right: 19.8%;
  top: -135px;
}
.nav-style-1 .owl-nav button.owl-prev {
  color: #333333;
  background: #ffffff;
  margin-right: 10px;
}
.nav-style-1 .owl-nav button.owl-prev:hover {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}
.nav-style-1 .owl-nav button.owl-next {
  color: #333333;
  background: #ffffff;
}
.nav-style-1 .owl-nav button.owl-next:hover {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}

.portfolio-section-title {
  margin-bottom: -76px;
  position: relative;
  z-index: 1;
}
.portfolio-section-title .style-text {
  left: -6px;
  top: -23px;
}

.portfolio-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.portfolio-wrapper::before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  opacity: 0.961;
  width: 100%;
  height: 0;
  -webkit-clip-path: polygon(0% -65%, 0% 100%, 99% 100%);
          clip-path: polygon(0% -65%, 0% 100%, 99% 100%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.portfolio-wrapper img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .portfolio-wrapper img {
    width: 100%;
  }
}
.portfolio-wrapper .brand-logo {
  position: absolute;
  z-index: 2;
  left: 40px;
  top: -120px;
  display: inline-block;
  width: unset;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-wrapper .brand-logo {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .portfolio-wrapper .brand-logo {
    left: 15px;
  }
}
.portfolio-wrapper .single-portfolio {
  padding: 0;
  position: absolute;
  left: 40px;
  top: auto;
  bottom: -60px;
  z-index: 3;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-wrapper .single-portfolio {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .portfolio-wrapper .single-portfolio {
    left: 15px;
    bottom: 10px;
  }
}
.portfolio-wrapper .single-portfolio span {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  padding-left: 0;
  margin-bottom: 3px;
}
.portfolio-wrapper:hover::before {
  background-image: unset;
  background: #086ad8;
  opacity: 0.902;
  height: 100%;
  -webkit-clip-path: polygon(0% -65%, 0% 100%, 99% 100%);
          clip-path: polygon(0% -65%, 0% 100%, 99% 100%);
}
.portfolio-wrapper:hover .brand-logo {
  top: 45px;
}
.portfolio-wrapper:hover .single-portfolio {
  bottom: 40px;
}
.portfolio-wrapper:hover .pf-btn {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.pf-btn {
  color: #333333;
  background: #ffffff;
  width: 50px;
  height: 50px;
  font-size: 18px;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 30px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pf-btn:hover {
  color: #ffffff;
  background: #086ad8;
}

.portfolio-title {
  font-size: 24px;
  line-height: 1.5;
}

.portfolio-wrapper2 {
  position: relative;
  z-index: 1;
}
.portfolio-wrapper2::before {
  content: "";
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  opacity: 0.902;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.portfolio-wrapper2 .img-fluid {
  width: 100%;
}
.portfolio-wrapper2 .portfolio-content {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 50px;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.portfolio-wrapper2 .portfolio-content p {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 6px;
}
.portfolio-wrapper2 .portfolio-content .portfolio-title {
  font-size: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-wrapper2 .portfolio-content .portfolio-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .portfolio-wrapper2 .portfolio-content .portfolio-title {
    font-size: 20px;
  }
}
.portfolio-wrapper2 .portfolio-content a {
  display: inline-block;
  position: absolute;
  bottom: 45px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolio-wrapper2 .portfolio-content {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-wrapper2 .portfolio-content {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .portfolio-wrapper2 .portfolio-content {
    padding: 30px 15px;
  }
}
.portfolio-wrapper2:hover::before {
  height: 100%;
}
.portfolio-wrapper2:hover .portfolio-content {
  opacity: 1;
}

.gf_btn {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid rgb(231, 231, 231);
  border-radius: 6px;
  background-color: #ffffff;
  line-height: 1;
  padding: 15px 28px 13px 28px;
  margin: 5px 8px;
}
.gf_btn.active {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}

.portfolio-slide-area.nav-style-1 .owl-carousel .owl-stage-outer {
  margin-top: 34px;
}
.portfolio-slide-area.nav-style-1 .owl-nav {
  left: auto;
  right: 0;
  top: -79px;
}
.portfolio-slide-area.nav-style-1 .owl-nav button.owl-prev,
.portfolio-slide-area.nav-style-1 .owl-nav button.owl-next {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.portfolio-area.home-4 {
  background: #07182c;
}
.portfolio-area.home-4 .rts-heading .title-inner .sub-text {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #b1b5d3;
  margin: 0 0 7px;
}
.portfolio-area.home-4 .rts-heading .title-inner .title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin: 15px 0 50px 0;
}
.portfolio-area.home-4 .portfolio-menu .gf_btn {
  color: #fff;
  background-color: #07182c;
}
.portfolio-area.home-4 .portfolio-menu .gf_btn.active {
  color: #fff;
  background-color: #ff4969;
  border-color: #ff4969;
  background-image: none;
}
.portfolio-area.home-4 .portfolio-wrapper2 {
  position: relative;
  z-index: 1;
}
.portfolio-area.home-4 .portfolio-wrapper2::before {
  pointer-events: none;
}
.portfolio-area.home-4 .portfolio-wrapper2:hover::before {
  height: 85%;
  height: 85%;
}
@media (max-width: 1200px) {
  .portfolio-area.home-4 .portfolio-wrapper2:hover::before {
    height: 80%;
  }
}
@media (max-width: 991px) {
  .portfolio-area.home-4 .portfolio-wrapper2:hover::before {
    height: 82%;
  }
}
@media (max-width: 767px) {
  .portfolio-area.home-4 .portfolio-wrapper2:hover::before {
    height: 77%;
  }
}
@media (max-width: 576px) {
  .portfolio-area.home-4 .portfolio-wrapper2:hover::before {
    height: 88%;
  }
}
@media (max-width: 500px) {
  .portfolio-area.home-4 .portfolio-wrapper2:hover::before {
    height: 86%;
  }
}
@media (max-width: 450px) {
  .portfolio-area.home-4 .portfolio-wrapper2:hover::before {
    height: 84%;
  }
}
@media (max-width: 400px) {
  .portfolio-area.home-4 .portfolio-wrapper2:hover::before {
    height: 83%;
  }
}
.portfolio-area.home-4 .portfolio-wrapper2:hover .portfolio-content a {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.portfolio-area.home-4 .portfolio-wrapper2:hover .portfolio-text .p-title a {
  text-decoration: underline !important;
}
.portfolio-area.home-4 .portfolio-wrapper2::before {
  background: rgba(0, 0, 0, 0.4784313725);
}
.portfolio-area.home-4 .portfolio-wrapper2 .portfolio-content a {
  font-size: 10px;
  left: 39%;
  bottom: 55%;
  padding: 2px 15px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.portfolio-area.home-4 .portfolio-wrapper2 .portfolio-text {
  padding: 18px 0 0;
}
.portfolio-area.home-4 .portfolio-wrapper2 .portfolio-text .text .p-category a {
  color: #b1b5d3;
  font-size: 14px;
}
.portfolio-area.home-4 .portfolio-wrapper2 .portfolio-text .text .p-title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  pointer-events: none;
}
@media (max-width: 767px) {
  .portfolio-area.home-4 .portfolio-wrapper2 .portfolio-text .text .p-title {
    font-size: 20px;
  }
}
.portfolio-area.home-4 .portfolio-wrapper2 .portfolio-text .text .p-title:hover {
  color: #ff4969 !important;
}

.portfolio-area.home-5 {
  background-image: url(../img/home-5/h4-portfolio-bg.webp);
}
.portfolio-area.home-5 .container .portfolio-section-title2 {
  margin-bottom: 30px;
}
.portfolio-area.home-5 .container .portfolio-section-title2 .semi-title {
  color: #999;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding: 0;
}
.portfolio-area.home-5 .container .portfolio-section-title2 .sect-title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .portfolio-area.home-5 .container .portfolio-section-title2 .sect-title {
    font-size: 35px;
    line-height: 35px;
  }
}
.portfolio-area.home-5 .container .portfolio-slide2 .item {
  position: relative;
}
.portfolio-area.home-5 .container .portfolio-slide2 .item .portfolio-wrapper5 {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-area.home-5 .container .portfolio-slide2 .item .portfolio-wrapper5:hover .single-portfolio {
  opacity: 0.8;
  width: 80%;
  height: 40%;
}
.portfolio-area.home-5 .container .portfolio-slide2 .item .portfolio-wrapper5 .img-fluid {
  position: relative;
}
.portfolio-area.home-5 .container .portfolio-slide2 .item .portfolio-wrapper5 .single-portfolio {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: absolute;
  opacity: 0;
  bottom: 5%;
  left: 8%;
  background-color: #086ad8;
  padding: 25px 20px;
  width: 92%;
  height: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-area.home-5 .container .portfolio-slide2 .item .portfolio-wrapper5 .single-portfolio .text .portfolio-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.portfolio-area.home-5 .container .portfolio-slide2 .item .portfolio-wrapper5 .single-portfolio .text span {
  color: #fff;
}
.portfolio-area.home-5 .container .portfolio-slide2 .item .portfolio-wrapper5 .single-portfolio .pf-btn2 {
  background-color: #fff;
  color: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 2.5;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-area.home-5 .container .portfolio-slide2 .item .portfolio-wrapper5 .single-portfolio .pf-btn2:hover {
  color: #fff;
  background-color: #086ad8;
}
.portfolio-area.home-5 .container .owl-nav {
  display: none;
}

.portfolio-area.area-7 {
  background: #f5f5f5;
}
.portfolio-area.area-7::before {
  display: none;
}
.portfolio-area.area-7 .container .section-title p {
  width: 180px;
  margin: 0 0 20px 0;
  padding: 10px 30px;
  border: 1px solid #dde6f8;
  background: #fff;
  color: #086ad8;
  font-weight: 600;
  border-radius: 7px;
}
.portfolio-area.area-7 .container .section-title .sect-title {
  color: #000;
}
.portfolio-area.area-7 .container .section-title .sect-title span {
  color: #086ad9;
}
.portfolio-area.area-7 .container .portfolio-inner .item {
  margin-bottom: 30px;
}

.feature-area {
  padding-bottom: 15px;
}

.single-feature {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1200px) {
  .single-feature {
    margin-bottom: 30px;
  }
}
.single-feature::before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  width: auto;
  height: 124px;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-feature .feature-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 36px 30px;
  border: 1px solid rgb(240, 240, 240);
  background: #ffffff;
}
.single-feature .feature-content h6 {
  margin-right: 61px;
  line-height: 26px;
}
.single-feature .feature-content.fc-3 h6 {
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-feature .feature-content {
    padding: 36px 10px;
  }
}
@media (max-width: 767px) {
  .single-feature .feature-content {
    padding: 36px 10px;
  }
  .single-feature .feature-content h6 {
    margin-right: 10px;
  }
}
.single-feature:hover .feature-content {
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}
.single-feature:hover::before {
  bottom: -10px;
}
@media (max-width: 576px) {
  .single-feature .feature-content {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
  .single-feature .feature-content .f-icon {
    margin-right: 30px;
  }
}

.core-bg {
  background: #f9f9f9;
}

.core-content {
  border-radius: 6px;
  background: #ffffff;
  padding: 55px 45px 60px 45px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .core-content {
    padding: 55px 15px 60px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .core-content {
    padding: 55px 15px 60px 15px;
  }
}
.core-content h4 {
  color: #999999;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .core-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .core-content h4 {
    font-size: 20px;
  }
}
.core-content h3 {
  color: #0c2168;
  font-size: 40px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .core-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .core-content h3 {
    font-size: 24px;
  }
}
.core-content p {
  margin-bottom: 30px;
}

.core-feature .read-more {
  color: #ffffff;
  display: block;
  background-image: linear-gradient(100deg, #02218f 0%, #0e72e3 100%);
  background-image: linear-gradient(100deg, #02218f 0%, #0e72e3 100%);
  background-image: linear-gradient(100deg, #02218f 0%, #0e72e3 100%);
  width: 100%;
  padding: 18px 20px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.core-feature .read-more i {
  margin-left: 5px;
}
.core-feature:hover, .core-feature.active {
  margin-bottom: 30px;
}
.core-feature:hover .read-more, .core-feature.active .read-more {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
}
.core-feature:hover .core-content, .core-feature.active .core-content {
  background: rgb(239, 241, 244);
}

.core-feature-area.home-4 {
  background: #021327;
}
.core-feature-area.home-4 .container .section-title .lh-1 {
  color: #b1b5d3;
}
.core-feature-area.home-4 .container .section-title .sect-title {
  color: #FFFFFF;
}
.core-feature-area.home-4 .container .core-feature4 {
  padding: 15px;
}
.core-feature-area.home-4 .container .core-feature4 .core-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0e1e33 !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .core-feature-area.home-4 .container .core-feature4 .core-content {
    padding: 30px 15px 30px 15px;
  }
}
@media (max-width: 576px) {
  .core-feature-area.home-4 .container .core-feature4 .core-content {
    display: block;
    text-align: center;
  }
}
.core-feature-area.home-4 .container .core-feature4 .core-content:hover {
  background: rgba(11, 36, 69, 0.8705882353) !important;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(122, 34, 135, 0.05);
          box-shadow: 0px 0px 30px 0px rgba(122, 34, 135, 0.05);
}
.core-feature-area.home-4 .container .core-feature4 .core-content .core-icon {
  background: #0e1e33 !important;
  text-align: center;
  width: 330px;
  height: 165px;
  padding: 35px 0;
  border-width: 20px;
  border-style: solid;
  border-color: #021327 !important;
  border-radius: 50%;
  font-size: 50px;
  fill: #fff;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1400px) {
  .core-feature-area.home-4 .container .core-feature4 .core-content .core-icon {
    padding: 37px 20px;
  }
}
@media (max-width: 1200px) {
  .core-feature-area.home-4 .container .core-feature4 .core-content .core-icon {
    padding: 30px 20px;
    height: 150px;
  }
}
@media (max-width: 991px) {
  .core-feature-area.home-4 .container .core-feature4 .core-content .core-icon {
    width: 250px;
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .core-feature-area.home-4 .container .core-feature4 .core-content .core-icon {
    width: 270px;
    padding: 37px 30px;
  }
}
@media (max-width: 576px) {
  .core-feature-area.home-4 .container .core-feature4 .core-content .core-icon {
    font-size: 30px;
    width: 145px;
    height: 145px;
    padding: 37px 30px;
    margin: 0 auto;
  }
}
.core-feature-area.home-4 .container .core-feature4 .core-content .core-icon:hover {
  fill: #ff4969;
  color: #ff4969;
}
.core-feature-area.home-4 .container .core-feature4 .core-content .core-text {
  margin-left: 26px;
}
@media (max-width: 576px) {
  .core-feature-area.home-4 .container .core-feature4 .core-content .core-text {
    margin: 20px 10px 20px 10px;
  }
}
.core-feature-area.home-4 .container .core-feature4 .core-content .core-text h3 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.core-feature-area.home-4 .container .core-feature4 .core-content .core-text p {
  color: #b1b5d3;
}

@media (max-width: 576px) {
  .core-feature-area.home-5 .container .section-title {
    margin-bottom: 25px;
  }
}
.core-feature-area.home-5 .container .section-title .lh-1 {
  color: #777;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 8px;
}
.core-feature-area.home-5 .container .section-title .sect-title {
  color: #000;
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
}
@media (max-width: 576px) {
  .core-feature-area.home-5 .container .section-title .sect-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.core-feature-area.home-5 .container .rts-pricing-table1 {
  margin: 15px;
  padding: 50px 5px 15px;
  background-image: url(../img/home-5/h4-price-top.webp);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 35% auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  border-radius: 10px;
  -webkit-box-shadow: 0 15px 32px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 15px 32px 0 rgba(0, 0, 0, 0.04);
}
@media (max-width: 576px) {
  .core-feature-area.home-5 .container .rts-pricing-table1 {
    padding: 25px 0 0;
  }
}
.core-feature-area.home-5 .container .rts-pricing-table1 .rts-pricing-icon {
  padding: 0 0 25px;
}
@media (max-width: 576px) {
  .core-feature-area.home-5 .container .rts-pricing-table1 .rts-pricing-icon {
    padding: 0 0 10px;
  }
}
.core-feature-area.home-5 .container .rts-pricing-table1 .rts-pricing-table-header .title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 70px;
}
@media (max-width: 576px) {
  .core-feature-area.home-5 .container .rts-pricing-table1 .rts-pricing-table-header .title {
    font-size: 16px;
    line-height: 40px;
  }
}
.core-feature-area.home-5 .container .rts-pricing-table1 .rts-pricing-table-body {
  padding-bottom: 30px;
}
.core-feature-area.home-5 .container .rts-pricing-table1 .rts-pricing-table-body .rts-pricing-table-price {
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .core-feature-area.home-5 .container .rts-pricing-table1 .rts-pricing-table-body .rts-pricing-table-price {
    margin-bottom: 10px;
  }
}
.core-feature-area.home-5 .container .rts-pricing-table1 .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .currency {
  font-size: 40px;
  color: #333;
  font-weight: 100;
}
.core-feature-area.home-5 .container .rts-pricing-table1 .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .price-text {
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  color: #333;
}
@media (max-width: 576px) {
  .core-feature-area.home-5 .container .rts-pricing-table1 .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .price-text {
    font-size: 60px;
    line-height: 50px;
  }
}
.core-feature-area.home-5 .container .rts-pricing-table1 .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .period {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  margin-top: 15px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.core-feature-area.home-5 .container .rts-pricing-table1 .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .period::before {
  content: "";
  height: 20px;
  width: 2px;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(20deg) translateY(-50%);
          transform: rotate(20deg) translateY(-50%);
  top: 50%;
  background: #f2f2f2;
}
@media (max-width: 576px) {
  .core-feature-area.home-5 .container .rts-pricing-table1 .rts-pricing-table-body .features-list {
    padding: 0;
  }
}
.core-feature-area.home-5 .container .rts-pricing-table1 .rts-pricing-table-body .features-list li {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
}
.core-feature-area.home-5 .container .rts-pricing-table1 .rts-pricing-table-body .features-list li .table-feature-text1 {
  color: #777;
}
.core-feature-area.home-5 .container .rts-pricing-table1 .rts-pricing-table-body .btn-part {
  margin: 0 auto;
  width: 230px;
  padding: 18px 45px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.core-feature-area.home-5 .container .rts-pricing-table1 .rts-pricing-table-body .btn-part:hover {
  background-color: #085cbb;
  color: #fff;
}
.core-feature-area.home-5 .container .rts-pricing-table2 {
  margin: 15px;
  padding: 50px 5px 15px;
  background-image: url(../img/home-5/advance-bg.webp);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 35% auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  border-radius: 10px;
  -webkit-box-shadow: 0 15px 32px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 15px 32px 0 rgba(0, 0, 0, 0.04);
}
@media (max-width: 576px) {
  .core-feature-area.home-5 .container .rts-pricing-table2 {
    padding: 25px 0 0;
  }
}
.core-feature-area.home-5 .container .rts-pricing-table2 .rts-pricing-icon {
  padding: 0 0 25px;
}
@media (max-width: 576px) {
  .core-feature-area.home-5 .container .rts-pricing-table2 .rts-pricing-icon {
    padding: 0 0 10px;
  }
}
.core-feature-area.home-5 .container .rts-pricing-table2 .rts-pricing-table-header .title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 70px;
}
@media (max-width: 576px) {
  .core-feature-area.home-5 .container .rts-pricing-table2 .rts-pricing-table-header .title {
    font-size: 16px;
    line-height: 40px;
  }
}
.core-feature-area.home-5 .container .rts-pricing-table2 .rts-pricing-table-body {
  padding-bottom: 30px;
}
.core-feature-area.home-5 .container .rts-pricing-table2 .rts-pricing-table-body .rts-pricing-table-price {
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .core-feature-area.home-5 .container .rts-pricing-table2 .rts-pricing-table-body .rts-pricing-table-price {
    margin-bottom: 10px;
  }
}
.core-feature-area.home-5 .container .rts-pricing-table2 .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .currency {
  font-size: 40px;
  color: #333;
  font-weight: 100;
}
.core-feature-area.home-5 .container .rts-pricing-table2 .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .price-text {
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  color: #333;
}
@media (max-width: 576px) {
  .core-feature-area.home-5 .container .rts-pricing-table2 .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .price-text {
    font-size: 60px;
    line-height: 50px;
  }
}
.core-feature-area.home-5 .container .rts-pricing-table2 .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .period {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  margin-top: 15px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.core-feature-area.home-5 .container .rts-pricing-table2 .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .period::before {
  content: "";
  height: 20px;
  width: 2px;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(20deg) translateY(-50%);
          transform: rotate(20deg) translateY(-50%);
  top: 50%;
  background: #f2f2f2;
}
@media (max-width: 576px) {
  .core-feature-area.home-5 .container .rts-pricing-table2 .rts-pricing-table-body .features-list {
    padding: 0;
  }
}
.core-feature-area.home-5 .container .rts-pricing-table2 .rts-pricing-table-body .features-list li {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
}
.core-feature-area.home-5 .container .rts-pricing-table2 .rts-pricing-table-body .features-list li .table-feature-text1 {
  color: #777;
}
.core-feature-area.home-5 .container .rts-pricing-table2 .rts-pricing-table-body .btn-part {
  margin: 0 auto;
  width: 230px;
  padding: 18px 45px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.core-feature-area.home-5 .container .rts-pricing-table2 .rts-pricing-table-body .btn-part:hover {
  background-color: #085cbb;
  color: #fff;
}

.features-area2.home-6 {
  background-color: #f9f9f9;
}
.features-area2.home-6 .container .section-title {
  text-align: center;
}
.features-area2.home-6 .container .section-title .sub-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
  color: #000;
}
@media (max-width: 768px) {
  .features-area2.home-6 .container .section-title .sub-title {
    font-size: 45px;
    line-height: 52px;
  }
}
@media (max-width: 450px) {
  .features-area2.home-6 .container .section-title .sub-title {
    font-size: 28px;
    line-height: 40px;
  }
}
.features-area2.home-6 .container .section-title .sub-title b {
  color: #086ad8;
}
.features-area2.home-6 .container .rttab-main {
  padding-top: 50px;
}
.features-area2.home-6 .container .rttab-main .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.features-area2.home-6 .container .rttab-main .nav.nav-tabs {
  border: none;
}
.features-area2.home-6 .container .rttab-main .nav.nav-tabs .nav-item {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 0 0;
  width: 33.3%;
}
@media (max-width: 1200px) {
  .features-area2.home-6 .container .rttab-main .nav.nav-tabs .nav-item {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .features-area2.home-6 .container .rttab-main .nav.nav-tabs .nav-item {
    width: 100%;
  }
}
.features-area2.home-6 .container .rttab-main .nav.nav-tabs .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 30px 20px;
  margin: 0 10px;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #E9E9E9 !important;
  border-radius: 8px;
  color: #040404;
  border: 0;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .features-area2.home-6 .container .rttab-main .nav.nav-tabs .nav-item .nav-link {
    margin: 0 auto;
  }
}
.features-area2.home-6 .container .rttab-main .nav.nav-tabs .nav-item .nav-link.active {
  border-color: #378cff !important;
  background-color: #f9f9f9;
}
.features-area2.home-6 .container .rttab-main .nav.nav-tabs .nav-item .nav-link .tab-title {
  margin: 0 0 0 20px;
  text-align: start;
}
.features-area2.home-6 .container .rttab-main .nav.nav-tabs .nav-item .nav-link .tab-title h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 60px;
  color: #333;
}
@media (max-width: 450px) {
  .features-area2.home-6 .container .rttab-main .nav.nav-tabs .nav-item .nav-link .tab-title h3 {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .features-area2.home-6 .container .rttab-main .nav.nav-tabs .nav-item .nav-link {
    font-size: 11px;
    padding: 5px 8px 5px 8px;
  }
}
.features-area2.home-6 .container .rttab-main .tab-content {
  border-radius: 8px;
}
.features-area2.home-6 .container .rttab-main .tab-content .tab-pane.active {
  -webkit-animation: slide-down 0.2s ease-out !important;
          animation: slide-down 0.2s ease-out !important;
}
.features-area2.home-6 .container .rttab-main .tab-content .tab-pane.active .image-section .img-fluid {
  border-radius: 40px;
}

@media (max-width: 576px) {
  .core-feature-area.home-6 .container .section-title {
    margin-bottom: 25px;
  }
}
.core-feature-area.home-6 .container .section-title .lh-1 {
  color: #777;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 8px;
}
.core-feature-area.home-6 .container .section-title .sect-title {
  color: #000;
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
}
@media (max-width: 768px) {
  .core-feature-area.home-6 .container .section-title .sect-title {
    font-size: 45px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .core-feature-area.home-6 .container .section-title .sect-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 450px) {
  .core-feature-area.home-6 .container .section-title .sect-title {
    font-size: 28px;
    line-height: 40px;
  }
}
.core-feature-area.home-6 .container .rts-pricing-table {
  margin: 15px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 35% auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  border-radius: 10px;
  -webkit-box-shadow: 0 15px 32px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 15px 32px 0 rgba(0, 0, 0, 0.04);
}
@media (max-width: 576px) {
  .core-feature-area.home-6 .container .rts-pricing-table {
    padding: 25px 0 0;
  }
}
.core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-icon {
  padding: 0 0 25px;
}
@media (max-width: 576px) {
  .core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-icon {
    padding: 0 0 10px;
  }
}
.core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
}
.core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-header .title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 70px;
  padding: 5px 12px 5px 35px !important;
}
@media (max-width: 576px) {
  .core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-header .title {
    font-size: 16px;
    line-height: 40px;
  }
}
.core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-body {
  padding-bottom: 30px;
}
.core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-body .rts-pricing-table-price {
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-body .rts-pricing-table-price {
    margin-bottom: 10px;
  }
}
.core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .currency {
  font-size: 40px;
  color: #333;
  font-weight: 100;
}
.core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .price-text {
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  color: #333;
}
@media (max-width: 576px) {
  .core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .price-text {
    font-size: 60px;
    line-height: 50px;
  }
}
.core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .period {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  margin-top: 15px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .period::before {
  content: "";
  height: 20px;
  width: 2px;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(20deg) translateY(-50%);
          transform: rotate(20deg) translateY(-50%);
  top: 50%;
  background: #f2f2f2;
}
.core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-body .features-list {
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-body .features-list {
    padding: 0;
  }
}
.core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-body .features-list li {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  margin-left: 35px;
}
@media (max-width: 576px) {
  .core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-body .features-list li {
    margin-left: 65px;
  }
}
.core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-body .features-list li a {
  position: relative;
}
.core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-body .features-list li a::after {
  content: "\f31c";
  position: absolute;
  /* font-family: "Font awesome 5 Pro"; */
  left: -30px;
  color: #777;
}
.core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-body .features-list li .table-feature-text1 {
  color: #777;
}
.core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-body .btn-part {
  padding-bottom: 50px;
}
@media (max-width: 450px) {
  .core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-body .btn-part {
    padding-bottom: 20px;
  }
}
.core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-body .btn-part .rts-pricing-table-btn {
  margin-left: 35px;
  width: 200px;
  padding: 18px 45px;
  font-size: 16px;
  font-weight: 700;
  color: #777;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.core-feature-area.home-6 .container .rts-pricing-table .rts-pricing-table-body .btn-part .rts-pricing-table-btn:hover {
  background-color: #378CFF;
  color: #fff;
}

.core-feature-area2.home-6 {
  background: url(../img/home-6/price-section-bg.webp);
}
@media (max-width: 768px) {
  .core-feature-area2.home-6 .container .section-title {
    margin-bottom: 40px;
  }
}
.core-feature-area2.home-6 .container .section-title .lh-1 {
  color: #777;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 8px;
}
.core-feature-area2.home-6 .container .section-title .sect-title {
  color: #000;
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
}
@media (max-width: 991px) {
  .core-feature-area2.home-6 .container .section-title .sect-title {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .core-feature-area2.home-6 .container .section-title .sect-title {
    font-size: 33px;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  .core-feature-area2.home-6 .container .section-title .sect-title {
    font-size: 28px;
    line-height: 40px;
  }
}
.core-feature-area2.home-6 .container .rts-pricing-table1 {
  margin: 15px;
  padding: 50px 5px 15px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 35% auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  border-radius: 10px;
  -webkit-box-shadow: 0 15px 32px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 15px 32px 0 rgba(0, 0, 0, 0.04);
}
@media (max-width: 991px) {
  .core-feature-area2.home-6 .container .rts-pricing-table1 {
    padding: 35px 5px 15px;
  }
}
.core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-icon {
  padding: 0 0 0 40px;
}
.core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-header .title {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding: 20px 0 0 40px;
}
@media (max-width: 576px) {
  .core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-header .title {
    font-size: 16px;
    line-height: 40px;
  }
}
.core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-header p {
  padding: 0 0 40px 40px;
}
@media (max-width: 991px) {
  .core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-header p {
    padding: 0 0 30px 40px;
  }
}
.core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body {
    padding-bottom: 20px;
  }
}
.core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body .rts-pricing-table-price {
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body .rts-pricing-table-price {
    margin-bottom: 25px;
  }
}
.core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .currency {
  font-size: 40px;
  color: #333;
  font-weight: 100;
  padding: 0 0 0 40px;
}
.core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .price-text {
  font-size: 52px;
  font-weight: 700;
  line-height: 26px;
  color: #333;
}
@media (max-width: 576px) {
  .core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .price-text {
    font-size: 60px;
    line-height: 50px;
  }
}
.core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .period {
  position: relative;
  padding-left: 50px;
  display: block;
  color: #777;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .period::before {
  content: "";
  height: 15px;
  width: 1.2px;
  position: absolute;
  left: 43px;
  -webkit-transform: rotate(20deg) translateY(-50%);
          transform: rotate(20deg) translateY(-50%);
  top: 50%;
  background: #777;
}
.core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body .features-list {
  margin-top: 60px;
  padding-left: 70px;
}
@media (max-width: 991px) {
  .core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body .features-list {
    padding-left: 50px;
    margin-top: 40px;
  }
}
.core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body .features-list li {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 8px;
}
.core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body .features-list li .table-feature-text1 {
  position: relative;
}
.core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body .features-list li .table-feature-text1::before {
  content: "\f058";
  position: absolute;
  /* font-family: "Font awesome 5 Pro"; */
  left: -27px;
  top: -1px;
  font-size: 16px;
  font-weight: 700;
  color: #379f37;
}
.core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body .features-list li .table-feature-text2 {
  position: relative;
}
.core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body .features-list li .table-feature-text2::before {
  content: "\f057";
  position: absolute;
  /* font-family: "Font awesome 5 Pro"; */
  left: -27px;
  top: -1px;
  font-size: 16px;
  font-weight: 700;
  color: #ddd;
}
.core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body .btn-part {
  margin-bottom: 20px;
}
.core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body .btn-part .rts-pricing-table-btn {
  margin: 0 40px;
  text-align: center;
  width: 300px;
  padding: 20px 90px;
  font-size: 16px;
  font-weight: 700;
  color: #777;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  border-radius: 5px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body .btn-part .rts-pricing-table-btn {
    padding: 20px 50px;
  }
}
@media (max-width: 991px) {
  .core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body .btn-part .rts-pricing-table-btn {
    margin: 0 25px;
    padding: 18px 40px;
  }
}
@media (max-width: 450px) {
  .core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body .btn-part .rts-pricing-table-btn {
    margin: 0 25px;
    padding: 18px 25px;
  }
}
.core-feature-area2.home-6 .container .rts-pricing-table1 .rts-pricing-table-body .btn-part .rts-pricing-table-btn:hover {
  background-color: #378CFF;
  color: #fff;
}
.core-feature-area2.home-6 .container .rts-pricing-table2 {
  margin: 15px;
  padding: 50px 5px 15px;
  background: #378CFF;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 35% auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  border-radius: 10px;
  -webkit-box-shadow: 0 15px 32px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 15px 32px 0 rgba(0, 0, 0, 0.04);
}
@media (max-width: 991px) {
  .core-feature-area2.home-6 .container .rts-pricing-table2 {
    padding: 35px 5px 15px;
  }
}
.core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-icon {
  padding: 0 0 0 40px;
}
.core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-header .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding: 20px 0 0 40px;
}
@media (max-width: 576px) {
  .core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-header .title {
    font-size: 16px;
    line-height: 40px;
  }
}
.core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-header p {
  padding: 0 0 40px 40px;
  color: #fff;
}
@media (max-width: 991px) {
  .core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-header p {
    padding: 0 0 30px 40px;
  }
}
.core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body {
    padding-bottom: 20px;
  }
}
.core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body .rts-pricing-table-price {
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body .rts-pricing-table-price {
    margin-bottom: 25px;
  }
}
.core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .currency {
  font-size: 40px;
  color: #fff;
  font-weight: 100;
  padding: 0 0 0 40px;
}
.core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .price-text {
  font-size: 52px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
}
@media (max-width: 576px) {
  .core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .price-text {
    font-size: 60px;
    line-height: 50px;
  }
}
.core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .period {
  position: relative;
  padding-left: 50px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body .rts-pricing-table-price .rts-pricing-tag .period::before {
  content: "";
  height: 15px;
  width: 1.2px;
  position: absolute;
  left: 43px;
  -webkit-transform: rotate(20deg) translateY(-50%);
          transform: rotate(20deg) translateY(-50%);
  top: 50%;
  background: #f2f2f2;
}
.core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body .features-list {
  margin-top: 60px;
  padding-left: 70px;
}
@media (max-width: 991px) {
  .core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body .features-list {
    padding-left: 50px;
    margin-top: 40px;
  }
}
.core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body .features-list li {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 8px;
}
.core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body .features-list li .table-feature-text1 {
  position: relative;
}
.core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body .features-list li .table-feature-text1::before {
  content: "\f058";
  position: absolute;
  /* font-family: "Font awesome 5 Pro"; */
  left: -27px;
  top: -1px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body .features-list li .table-feature-text2 {
  position: relative;
}
.core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body .features-list li .table-feature-text2::before {
  content: "\f057";
  position: absolute;
  /* font-family: "Font awesome 5 Pro"; */
  left: -27px;
  top: -1px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body .btn-part {
  margin-bottom: 20px;
}
.core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body .btn-part .rts-pricing-table-btn {
  margin: 0 40px;
  text-align: center;
  width: 300px;
  padding: 20px 90px;
  font-size: 16px;
  font-weight: 700;
  color: #777;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  border-radius: 5px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body .btn-part .rts-pricing-table-btn {
    padding: 20px 50px;
  }
}
@media (max-width: 991px) {
  .core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body .btn-part .rts-pricing-table-btn {
    margin: 0 25px;
    padding: 18px 40px;
  }
}
.core-feature-area2.home-6 .container .rts-pricing-table2 .rts-pricing-table-body .btn-part .rts-pricing-table-btn:hover {
  background-color: #378CFF;
  color: #fff;
}

.single-pricing-area-h2 {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 37px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 8px 37px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
}
.single-pricing-area-h2 .pricing-head {
  padding: 18px 50px;
  background: rgba(59, 56, 235, 0.1);
  border-radius: 20px 20px 0px 0px;
}
@media (max-width: 576px) {
  .single-pricing-area-h2 .pricing-head {
    padding: 18px 15px;
  }
}
.single-pricing-area-h2 .pricing-head .title {
  margin-bottom: 0;
  color: #086ad9;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.single-pricing-area-h2 .pricing-body {
  padding: 35px 50px;
}
@media (max-width: 576px) {
  .single-pricing-area-h2 .pricing-body {
    padding: 18px 15px;
  }
}
.single-pricing-area-h2 .pricing-body .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}
.single-pricing-area-h2 .pricing-body .title span {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-left: -10px;
}
.single-pricing-area-h2 .pricing-body p.disc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 30px;
}
.single-pricing-area-h2 .pricing-body .feature-area .single-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.single-pricing-area-h2 .pricing-body .feature-area .single-features span {
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  color: #111A2E;
  margin-left: 10px;
}
.single-pricing-area-h2 .pricing-body .feature-area .single-features i {
  color: #086ad9;
  font-weight: 900;
  font-size: 16px;
  line-height: 34px;
}
.single-pricing-area-h2 .pricing-body a.theme_btn {
  margin-top: 30px;
  border: 1px solid #f5f5f5;
  background-image: none;
  background: #fff;
  color: #086ad9;
  display: block;
  text-align: center;
  border-radius: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.single-pricing-area-h2 .pricing-body a.theme_btn:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(8, 106, 216)), to(rgba(55, 140, 255, 0.83)));
  background-image: linear-gradient(90deg, rgb(8, 106, 216) 0%, rgba(55, 140, 255, 0.83) 100%);
  color: #fff;
}
.single-pricing-area-h2.standared .pricing-head {
  background: #086ad9;
}
.single-pricing-area-h2.standared .pricing-head .title {
  color: #fff;
}
.single-pricing-area-h2.standared a.theme_btn {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(8, 106, 216)), to(rgba(55, 140, 255, 0.83)));
  background-image: linear-gradient(90deg, rgb(8, 106, 216) 0%, rgba(55, 140, 255, 0.83) 100%);
  color: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.single-pricing-area-h2.standared a.theme_btn:hover {
  background-image: none;
  background: #fff;
  color: #086ad9;
  border: 1px solid #f5f5f5;
}

.testimonial-img-wrapper {
  margin-right: 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-img-wrapper {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-img-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .testimonial-img-wrapper {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-img-wrapper .pattern {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-img-wrapper .pattern {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .testimonial-img-wrapper .pattern {
    width: 100%;
  }
}
.testimonial-img-wrapper .images {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-img-wrapper .images.one {
  top: 50px;
  left: 150px;
  animation: scale-up-one infinite 6s ease-in-out;
  -webkit-animation: scale-up-one infinite 6s ease-in-out;
}
@media (max-width: 767px) {
  .testimonial-img-wrapper .images.one {
    left: 0;
  }
}
.testimonial-img-wrapper .images.two {
  top: 100px;
  right: 10px;
  animation: scale-up-one infinite 8s ease-in-out;
  -webkit-animation: scale-up-one infinite 8s ease-in-out;
}
@media (max-width: 767px) {
  .testimonial-img-wrapper .images.two {
    top: 20px;
  }
}
.testimonial-img-wrapper .images.three {
  left: -12px;
  bottom: 153px;
  animation: scale-up-one infinite 6s ease-in-out;
  -webkit-animation: scale-up-one infinite 6s ease-in-out;
}
@media (max-width: 767px) {
  .testimonial-img-wrapper .images.three {
    bottom: 40px;
  }
}
.testimonial-img-wrapper .images.four {
  bottom: 46px;
  right: 43px;
  animation: scale-up-one infinite 10s ease-in-out;
  -webkit-animation: scale-up-one infinite 10s ease-in-out;
}
@media (max-width: 767px) {
  .testimonial-img-wrapper .images.four {
    bottom: 0;
  }
}
.testimonial-img-wrapper .images.five {
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
  width: 120px;
  height: 120px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 115px;
}

.testimonial-text-wrapper .style-text {
  left: -9px;
  top: -28px;
}
.testimonial-text-wrapper .quote-paragraph {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  padding: 33px 44px 36px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-text-wrapper .quote-paragraph {
    padding: 33px 10px 36px 10px;
  }
}
@media (max-width: 767px) {
  .testimonial-text-wrapper .quote-paragraph {
    padding: 33px 10px 36px 10px;
  }
}
.testimonial-text-wrapper .quote-paragraph .author {
  float: left;
  margin-right: 25px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .testimonial-text-wrapper .quote-paragraph .author {
    float: none;
    margin-bottom: 15px;
  }
}
.testimonial-text-wrapper .quote-paragraph .author img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-text-wrapper .quote-paragraph .quote-text {
  overflow: hidden;
}
.testimonial-text-wrapper .quote-paragraph .quote-text p {
  color: #ffffff;
  margin-bottom: 18px;
}
.testimonial-text-wrapper .quote-paragraph .quote-text h6 {
  color: #ffffff;
}
.testimonial-text-wrapper .quote-paragraph .quote-text h6 span {
  color: #b0d3ff;
}
@media (max-width: 578px) {
  .testimonial-text-wrapper .section-title {
    margin-top: 40px !important;
  }
}

.testimonial-text-wrapper2 {
  border: 1px solid rgb(241, 241, 241);
  border-radius: 6px;
  background: #1C1C1C;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 37px 57px 40px 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-text-wrapper2 {
    padding: 37px 15px 40px 15px;
  }
}
@media (max-width: 767px) {
  .testimonial-text-wrapper2 {
    padding: 37px 15px 40px 15px;
  }
}
.testimonial-text-wrapper2 h5 {
  color: #ffffff;
  font-weight: 400;
  line-height: 1.54;
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-text-wrapper2 h5 {
    font-size: 18px;
  }
}
.testimonial-text-wrapper2 .quote-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author-box img {
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 20px;
  width: unset !important;
}
.author-box .author-content p {
  font-size: 14px;
  -webkit-background-clip: text;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(2, 33, 143)), to(rgb(14, 114, 227)));
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-top: 5px;
}

.rating a {
  font-size: 16px;
  -webkit-background-clip: text;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(2, 33, 143)), to(rgb(14, 114, 227)));
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  -webkit-text-fill-color: transparent;
}

.testimonial-area2.nav-style-1 .owl-nav {
  top: -125px;
}
.testimonial-area2.nav-style-1 .owl-nav button.owl-next,
.testimonial-area2.nav-style-1 .owl-nav button.owl-prev {
  border-radius: 6px;
  background: rgb(244, 244, 244);
}
.testimonial-area2.nav-style-1 .owl-nav button.owl-next:hover,
.testimonial-area2.nav-style-1 .owl-nav button.owl-prev:hover {
  color: #ffffff;
  background: #000000;
}
.testimonial-area2 .owl-item.active.center .testimonial-text-wrapper2 {
  border-color: #ffd700;
}

.testimonial-bg3 {
  position: relative;
  z-index: 5;
  margin-top: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-bg3 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .testimonial-bg3 {
    margin-top: 0;
  }
}

.testimonial-text-wrapper3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-text-wrapper3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-text-wrapper3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .testimonial-text-wrapper3 {
    padding-left: 0;
    padding-right: 0;
  }
}
.testimonial-text-wrapper3 .icon-big {
  margin-bottom: 27px;
}
.testimonial-text-wrapper3 .sub-title {
  line-height: 1.48;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .testimonial-text-wrapper3 .sub-title {
    font-size: 20px;
  }
}
.testimonial-text-wrapper3.count-line::before {
  background: rgb(233, 233, 233);
  width: 1px;
  height: 220px;
  left: auto;
  right: -15px;
  top: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-text-wrapper3.count-line::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonial-text-wrapper3.count-line::before {
    display: none;
  }
}
.testimonial-text-wrapper3.count-line::after {
  display: none;
}

.testimonial-area.testimonial-area2.home-4 {
  background-color: #021327;
}
.testimonial-area.testimonial-area2.home-4 .container .core-feature-title .lh-1 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #b1b5d3;
  margin: 0 0 7px;
}
.testimonial-area.testimonial-area2.home-4 .container .core-feature-title .sect-title {
  color: #fff;
  font-size: 48px;
}
.testimonial-area.testimonial-area2.home-4 .custom-container-1 {
  max-width: 715px;
  margin: 0 auto;
}
.testimonial-area.testimonial-area2.home-4 .custom-container-1 .testimonial-slide3 .owl-nav {
  display: none;
}
.testimonial-area.testimonial-area2.home-4 .custom-container-1 .testimonial-slide3 .item .author-img {
  position: relative;
  left: 41%;
  bottom: -35px;
}
.testimonial-area.testimonial-area2.home-4 .custom-container-1 .testimonial-slide3 .item .author-img img {
  display: inline;
  max-width: 100%;
  width: 15%;
  height: auto;
  border-radius: 50%;
}
.testimonial-area.testimonial-area2.home-4 .custom-container-1 .testimonial-slide3 .item .testimonial-text-wrapper2 {
  background-color: #07182c;
  position: inherit;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
.testimonial-area.testimonial-area2.home-4 .custom-container-1 .testimonial-slide3 .item .testimonial-text-wrapper2 .author-box {
  display: block;
  padding-top: 30px;
}
.testimonial-area.testimonial-area2.home-4 .custom-container-1 .testimonial-slide3 .item .testimonial-text-wrapper2 .author-box .author-content h6 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.testimonial-area.testimonial-area2.home-4 .custom-container-1 .testimonial-slide3 .item .testimonial-text-wrapper2 .author-box .author-content p {
  color: #b1b5d3;
  background: none;
  -webkit-text-fill-color: #b1b5d3;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.testimonial-area.testimonial-area2.home-4 .custom-container-1 .testimonial-slide3 .item .testimonial-text-wrapper2 .author-box h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.3px;
  margin: 0;
}

.testimonial-area.home-5 {
  background: #DAA520;
}
.testimonial-area.home-5 .container .core-feature-title .lh-1 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 8px;
}
.testimonial-area.home-5 .container .core-feature-title .sect-title {
  color: #000;
  font-size: 58px;
  font-weight: 700;
  line-height: 70px;
}
@media (max-width: 991px) {
  .testimonial-area.home-5 .container .core-feature-title .sect-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .testimonial-area.home-5 .container .core-feature-title .sect-title {
    font-size: 35px;
    line-height: 50px;
  }
}
.testimonial-area.home-5 .container .testimonial-slide4 .owl-nav {
  right: 0;
}
.testimonial-area.home-5 .container .testimonial-slide4 .item .author-img {
  position: relative;
  left: 37%;
  bottom: -35px;
}
.testimonial-area.home-5 .container .testimonial-slide4 .item .author-img img {
  display: inline;
  max-width: 100%;
  width: 25%;
  height: auto;
  border-radius: 50%;
}
.testimonial-area.home-5 .container .testimonial-slide4 .item .testimonial-text-wrapper2 {
  position: inherit;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
.testimonial-area.home-5 .container .testimonial-slide4 .item .testimonial-text-wrapper2 .author-box {
  display: block;
  padding-top: 30px;
}
.testimonial-area.home-5 .container .testimonial-slide4 .item .testimonial-text-wrapper2 .author-box .author-content h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.testimonial-area.home-5 .container .testimonial-slide4 .item .testimonial-text-wrapper2 .author-box .author-content p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  -webkit-text-fill-color: #fff;
}
@media (max-width: 1200px) {
  .testimonial-area.home-5 .container .testimonial-slide4 .item .testimonial-text-wrapper2 h5 {
    font-size: 16px;
  }
}

.testimonial-area.home-6 .container .core-feature-title .lh-1 {
  color: #777;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 8px;
}
.testimonial-area.home-6 .container .core-feature-title .sect-title {
  color: #333;
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
}
@media (max-width: 991px) {
  .testimonial-area.home-6 .container .core-feature-title .sect-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .testimonial-area.home-6 .container .core-feature-title .sect-title {
    font-size: 35px;
    line-height: 50px;
  }
}
@media (max-width: 450px) {
  .testimonial-area.home-6 .container .core-feature-title .sect-title {
    line-height: 40px;
  }
}
.testimonial-area.home-6 .container .testimonial-slide5 .owl-nav {
  right: 0;
}
.testimonial-area.home-6 .container .testimonial-slide5 .owl-nav button:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}
@media (max-width: 991px) {
  .testimonial-area.home-6 .container .testimonial-slide5 .owl-nav {
    display: none;
  }
}
.testimonial-area.home-6 .container .testimonial-slide5 .owl-item .item .testimonial-text-wrapper2 {
  position: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.testimonial-area.home-6 .container .testimonial-slide5 .owl-item .item .testimonial-text-wrapper2 .rating {
  margin-bottom: 18px;
}
.testimonial-area.home-6 .container .testimonial-slide5 .owl-item .item .testimonial-text-wrapper2 .author-box {
  display: block;
}
.testimonial-area.home-6 .container .testimonial-slide5 .owl-item .item .testimonial-text-wrapper2 .author-box .author-img {
  position: relative;
  left: 0;
  bottom: -35px;
}
.testimonial-area.home-6 .container .testimonial-slide5 .owl-item .item .testimonial-text-wrapper2 .author-box .author-img img {
  display: inline;
  max-width: 20%;
  width: 25%;
  height: auto;
  border-radius: 50%;
}
.testimonial-area.home-6 .container .testimonial-slide5 .owl-item .item .testimonial-text-wrapper2 .author-box .author-content {
  position: relative;
  right: -27%;
  top: -20px;
}
.testimonial-area.home-6 .container .testimonial-slide5 .owl-item .item .testimonial-text-wrapper2 .author-box .author-content h6 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.testimonial-area.home-6 .container .testimonial-slide5 .owl-item .item .testimonial-text-wrapper2 .author-box .author-content p {
  color: #02218f;
  font-size: 14px;
  font-weight: 400;
}
.testimonial-area.home-6 .container .testimonial-slide5 .owl-item .item .testimonial-text-wrapper2 h5 {
  color: #777777;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .testimonial-area.home-6 .container .testimonial-slide5 .owl-item .item .testimonial-text-wrapper2 h5 {
    font-size: 16px;
  }
}

.contact-bg {
  position: relative;
  z-index: 1;
}
.contact-bg::before {
  content: "";
  position: absolute;
  background: url(../img/contact/dot-map-bg1.png) no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.short-info {
  padding: 25px 30px;
  border-radius: 10px;
}
.short-info .icon {
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
.short-info .info-content {
  overflow: hidden;
}
.short-info h6 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.short-info h5 {
  color: #ffffff;
}
.short-info .text-col {
  color: #a9c8ee;
}

.contact-input-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 52px 44px 30px 47px;
  margin-top: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-input-wrapper {
    padding: 52px 15px 20px 15px;
  }
}
@media (max-width: 767px) {
  .contact-input-wrapper {
    padding: 52px 5px 30px 5px;
  }
}

.contact-form input {
  color: #999999;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: rgb(245, 245, 245);
  position: relative;
  width: 100%;
  height: 60px;
  z-index: 1;
  padding-left: 30px;
}
.contact-form input::-webkit-input-placeholder {
  color: #999999;
}
.contact-form input::-moz-placeholder {
  color: #999999;
}
.contact-form input:-ms-input-placeholder {
  color: #999999;
}
.contact-form input::-ms-input-placeholder {
  color: #999999;
}
.contact-form input::placeholder {
  color: #999999;
}
.contact-form input::-moz-placeholder {
  color: #999999;
}
.contact-form input::-webkit-placeholder {
  color: #999999;
}
.contact-form input::-o-placeholder {
  color: #999999;
}
.contact-form input::-ms-placeholder {
  color: #999999;
}
.contact-form textarea {
  color: #999999;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: rgb(245, 245, 245);
  position: relative;
  width: 100%;
  height: 200px;
  z-index: 1;
  padding-left: 30px;
  padding-top: 16px;
  resize: none;
  position: relative;
  z-index: 1;
}
.contact-form textarea::-webkit-input-placeholder {
  color: #999999;
}
.contact-form textarea::-moz-placeholder {
  color: #999999;
}
.contact-form textarea:-ms-input-placeholder {
  color: #999999;
}
.contact-form textarea::-ms-input-placeholder {
  color: #999999;
}
.contact-form textarea::placeholder {
  color: #999999;
}
.contact-form textarea::-moz-placeholder {
  color: #999999;
}
.contact-form textarea::-webkit-placeholder {
  color: #999999;
}
.contact-form textarea::-o-placeholder {
  color: #999999;
}
.contact-form textarea::-ms-placeholder {
  color: #999999;
}

.job-select {
  color: #333333;
  font-size: 14px;
  border: 1px solid transparent;
  background: rgb(245, 245, 245);
  position: relative;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  z-index: 1;
  padding-left: 30px;
  line-height: 54px;
  border-radius: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  z-index: 5;
}
.job-select::after {
  border: 0;
  content: "\f078";
  position: absolute;
  /* font-family: "Font awesome 5 Pro"; */
  font-size: 14px;
  font-weight: 300;
  right: 30px;
  top: 18%;
  transform: translateY(-20%);
  z-index: 1;
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
}
.job-select.open .list {
  width: 100%;
}
.job-select.open::after {
  top: 88%;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.form-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  line-height: 1;
  padding: 22px 35px;
  background-image: -webkit-gradient(linear, left top, right top, from(#43baff), to(#0062ff));
  background-image: linear-gradient(90deg, #43baff 0%, #0062ff 100%);
  background-image: linear-gradient(90deg, #43baff 0%, #0062ff 100%);
  background-image: linear-gradient(90deg, #43baff 0%, #0062ff 100%);
  border: 0;
}
.form-btn:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#43baff), to(#0062ff));
  background-image: linear-gradient(-90deg, #43baff 0%, #0062ff 100%);
  background-image: linear-gradient(-90deg, #43baff 0%, #0062ff 100%);
  background-image: linear-gradient(-90deg, #43baff 0%, #0062ff 100%);
}

.map-area iframe {
  width: 100%;
  min-height: 440px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 767px) {
  .map-area iframe {
    min-height: 350px;
  }
}

.map-area2 iframe {
  width: 100%;
  min-height: 593px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-area2 iframe {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .map-area2 iframe {
    min-height: 400px;
  }
}

.form-btn2 {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, right top, left top, from(#43baff), to(#0062ff));
  background-image: linear-gradient(-90deg, #43baff 0%, #0062ff 100%);
  background-image: linear-gradient(-90deg, #43baff 0%, #0062ff 100%);
  background-image: linear-gradient(-90deg, #43baff 0%, #0062ff 100%);
}
.form-btn2:hover {
  background: -webkit-gradient(linear, left top, right top, from(#43baff), to(#0062ff));
  background: linear-gradient(90deg, #43baff 0%, #0062ff 100%);
}

.contact-bg2 {
  position: relative;
  z-index: 1;
}
.contact-bg2::before {
  content: "";
  position: absolute;
  background: url(../img/contact/dot-map-bg2.png) no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.contact-bg2 .short-info {
  background-color: rgb(10, 89, 187);
}

.form-btn3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  border-radius: 6px;
}

.get-update .contact-form input {
  border: 1px solid rgb(242, 242, 242);
  border-radius: 6px;
  background: #ffffff;
  height: 64px;
  color: #aeaeae;
  font-size: 16px;
  padding-left: 54px;
}
.get-update .contact-form input::-webkit-input-placeholder {
  color: #aeaeae;
}
.get-update .contact-form input::-moz-placeholder {
  color: #aeaeae;
}
.get-update .contact-form input:-ms-input-placeholder {
  color: #aeaeae;
}
.get-update .contact-form input::-ms-input-placeholder {
  color: #aeaeae;
}
.get-update .contact-form input::placeholder {
  color: #aeaeae;
}
.get-update .contact-form input::-webkit-placeholder {
  color: #aeaeae;
}
.get-update .contact-form input::-moz-placeholder {
  color: #aeaeae;
}
.get-update .contact-form input::-o-placeholder {
  color: #aeaeae;
}
.get-update .contact-form textarea {
  border: 1px solid rgb(242, 242, 242);
  border-radius: 6px;
  background: #ffffff;
  height: 140px;
  color: #aeaeae;
  font-size: 16px;
  padding-left: 54px;
}
.get-update .contact-form textarea::-webkit-input-placeholder {
  color: #aeaeae;
}
.get-update .contact-form textarea::-moz-placeholder {
  color: #aeaeae;
}
.get-update .contact-form textarea:-ms-input-placeholder {
  color: #aeaeae;
}
.get-update .contact-form textarea::-ms-input-placeholder {
  color: #aeaeae;
}
.get-update .contact-form textarea::placeholder {
  color: #aeaeae;
}
.get-update .contact-form textarea::-webkit-placeholder {
  color: #aeaeae;
}
.get-update .contact-form textarea::-moz-placeholder {
  color: #aeaeae;
}
.get-update .contact-form textarea::-o-placeholder {
  color: #aeaeae;
}
.get-update .contact-form .nice-select.job-select {
  background: transparent;
  border: 1px solid rgb(242, 242, 242);
  padding-left: 54px;
}
.get-update .input-box {
  position: relative;
  z-index: 1;
}
.get-update .input-box:before {
  content: "\f007";
  position: absolute;
  /* font-family: "Font awesome 5 Pro"; */
  font-size: 16px;
  color: #086ad8;
  left: 28px;
  top: 17px;
  z-index: 2;
}
.get-update .input-box.mail-input::before {
  content: "\f0e0";
}
.get-update .input-box.sub-input::before {
  content: "\f02d";
}
.get-update .input-box.text-input::before {
  content: "\f040";
}

.contact-bg3 {
  position: relative;
  z-index: 1;
}
.contact-bg3::before {
  content: "";
  position: absolute;
  background: url(../img/contact/dot-map-bg3.png) no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.contact-bg3 .short-info {
  background: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-bg3 .short-info .front {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-bg3 .short-info .back {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-bg3 .short-info h6 {
  color: #777777;
}
.contact-bg3 .short-info h5 {
  color: #333333;
}
.contact-bg3 .short-info:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}
.contact-bg3 .short-info:hover .front {
  display: none;
  opacity: 0;
}
.contact-bg3 .short-info:hover .back {
  display: inline-block;
  opacity: 1;
}
.contact-bg3 .short-info:hover h6 {
  color: #ffffff;
}
.contact-bg3 .short-info:hover h5 {
  color: #ffffff;
}

.contact-map iframe {
  min-height: 600px;
  width: 100%;
  margin-bottom: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-map iframe {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .contact-map iframe {
    min-height: 400px;
  }
}

.contact-short-info {
  position: relative;
  z-index: 1;
}
.contact-short-info::before {
  content: "";
  position: absolute;
  background-color: #e6e6e6;
  left: 25px;
  top: 95px;
  width: 1px;
  height: 400px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-short-info::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-short-info::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact-short-info::before {
    display: none;
  }
}
.contact-short-info .ab-2 {
  border-top: 1px solid rgb(232, 232, 232);
  border-bottom: 1px solid rgb(232, 232, 232);
}
.contact-short-info .adress-box {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 0;
}
.contact-short-info .adress-box .icon-link {
  background: #ffd700;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.contact-short-info .adress-box .icon-link i {
  color: #000000;
}
.contact-short-info .theme_btn3 {
  width: 100%;
  text-align: center;
}
.contact-short-info .theme_btn3 i {
  margin-left: 18px;
}

.comment-form .contact-form {
  border: 2px solid rgb(244, 244, 244);
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  padding: 48px 48px 31px 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-form .contact-form {
    padding: 25px 20px 15px 20px;
  }
}
@media (max-width: 767px) {
  .comment-form .contact-form {
    padding: 48px 0px 31px 0px;
  }
}
.comment-form .input-box {
  position: relative;
  z-index: 1;
}
.comment-form .input-box::before {
  content: "\f007";
  position: absolute;
  /* font-family: "Font awesome 5 Pro"; */
  font-size: 16px;
  color: #333333;
  right: 28px;
  top: 17px;
  z-index: 2;
}
.comment-form .input-box.mail-input::before {
  content: "\f0e0";
}
.comment-form .input-box.text-input::before {
  content: "\f040";
}
.comment-form .input-box.sub-input::before {
  content: "\f0ac";
}
.comment-form .input-box input {
  color: #999999;
  border: 2px solid rgb(244, 244, 244);
  border-radius: 6px;
  background: transparent;
}
.comment-form .input-box input::-webkit-input-placeholder {
  color: #999999;
}
.comment-form .input-box input::-moz-placeholder {
  color: #999999;
}
.comment-form .input-box input:-ms-input-placeholder {
  color: #999999;
}
.comment-form .input-box input::-ms-input-placeholder {
  color: #999999;
}
.comment-form .input-box input::placeholder {
  color: #999999;
}
.comment-form .input-box input::-webkit-placeholder {
  color: #999999;
}
.comment-form .input-box input::-moz-placeholder {
  color: #999999;
}
.comment-form .input-box input::-o-placeholder {
  color: #999999;
}
.comment-form .input-box textarea {
  color: #999999;
  border: 2px solid rgb(244, 244, 244);
  border-radius: 6px;
  height: 154px;
  background: transparent;
}
.comment-form .input-box textarea::-webkit-input-placeholder {
  color: #999999;
}
.comment-form .input-box textarea::-moz-placeholder {
  color: #999999;
}
.comment-form .input-box textarea:-ms-input-placeholder {
  color: #999999;
}
.comment-form .input-box textarea::-ms-input-placeholder {
  color: #999999;
}
.comment-form .input-box textarea::placeholder {
  color: #999999;
}
.comment-form .input-box textarea::-webkit-placeholder {
  color: #999999;
}
.comment-form .input-box textarea::-moz-placeholder {
  color: #999999;
}
.comment-form .input-box textarea::-o-placeholder {
  color: #999999;
}

.form-btn4 {
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  width: unset;
  padding: 23px 45px;
}

.contact-area.home-4 {
  background-color: #021327;
}
@media (max-width: 576px) {
  .contact-area.home-4 .container .section-content .image-section img {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .contact-area.home-4 .container .section-content .image-section img {
    width: 100%;
  }
}
.contact-area.home-4 .container .section-content .contact-section {
  padding-top: 50px;
}
.contact-area.home-4 .container .section-content .contact-section ul {
  padding: 0;
}
.contact-area.home-4 .container .section-content .contact-section ul li {
  padding: 5px 0;
}
.contact-area.home-4 .container .section-content .contact-section ul li .icon {
  color: #ff4969;
  padding-right: 10px;
}
.contact-area.home-4 .container .section-content .contact-section ul li .text {
  color: #b1b5d3;
}
.contact-area.home-4 .container .section-title .sect-title {
  color: #fff;
  font-size: 48px;
  line-height: 72px;
}
@media (max-width: 500px) {
  .contact-area.home-4 .container .section-title .sect-title {
    font-size: 40px;
    line-height: 60px;
  }
}
.contact-area.home-4 .container .section-title .sect-title b {
  color: #ff4969;
}
.contact-area.home-4 .container .contact-form .input-box input {
  color: #fff;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: rgba(177, 181, 211, 0.2705882353);
  background-color: rgba(2, 1, 1, 0);
  border-radius: 0;
}
.contact-area.home-4 .container .contact-form .input-box textarea {
  color: #fff;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: rgba(177, 181, 211, 0.2705882353);
  background-color: rgba(2, 1, 1, 0);
  border-radius: 0;
  height: 185px;
}
.contact-area.home-4 .container .contact-form .form-btn.form-btn2 {
  background-color: #ff4969;
  background-image: none;
  border-radius: 5px;
  width: 210px;
  padding: 17px 30px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-area.home-4 .container .contact-form .form-btn.form-btn2:hover {
  opacity: 0.9;
}

.cta-area.cta-full5.home-5 {
  background: url(../img/bg/desk2.jpg) no-repeat;
  background-position:center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 40px 0;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.cta-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6; /* Adjust the opacity to your preference */
    z-index: 1;
}
@media (max-width: 576px) {
  .cta-area.cta-full5.home-5 {
    padding: 0 0 40px 0;
  }
}
.cta-area.cta-full5.home-5 .container .cta-bg5 .cta-wrapper .sect-title5 {
  padding-top: 60px;
  font-size: 58px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffd700;
  position: relative;
  z-index: 1;
  /* text-align: left; */
}
@media (max-width: 1200px) {
  .cta-area.cta-full5.home-5 .container .cta-bg5 .cta-wrapper {
    font-size: 50px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cta-area.cta-full5.home-5 .container .cta-bg5 .cta-wrapper .sect-title5 {
    font-size: 40px;
  }
}
@media (max-width: 450px) {
  .cta-area.cta-full5.home-5 .container .cta-bg5 .cta-wrapper .sect-title5 {
    font-size: 26px;
    text-align: center;
  }
}
.cta-area.cta-full5.home-5 .container .cta-bg5 .cta-wrapper .about-video-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cta-area.cta-full5.home-5 .container .cta-bg5 .cta-wrapper .about-video-wrapper {
    padding: 20px 30px;
    font-size: 15px;
  }
}
.cta-area.cta-full5.home-5 .container .cta-bg5 .cta-wrapper .cta {
  width: 200px;
}
.cta-area.cta-full5.home-5 .container .cta-bg5 .cta-wrapper .about-video-wrapper .popup-video::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-animation: pulse-border 1.5s ease-out infinite;
          animation: pulse-border 1.5s ease-out infinite;
}
.cta-area.cta-full5.home-5 .container .cta-bg5 .cta-wrapper .about-video-wrapper .popup-video i {
  display: block;
  text-align: left;
}
@media (max-width: 1200px) {
  .cta-area.cta-full5.home-5 .container .cta-bg5 .cta-wrapper .about-video-wrapper .popup-video {
    left: 43%;
  }
}
@media (max-width: 767px) {
  .cta-area.cta-full5.home-5 .container .cta-bg5 .cta-wrapper .about-video-wrapper .popup-video {
    margin: 40px 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
@media (max-width: 430px) {
  .cta-area.cta-full5.home-5 .container .cta-bg5 .cta-wrapper .about-video-wrapper .popup-video {
    margin: 20px 0;
    width: 50px;
    height: 50px;
    padding: 13px 17px;
  }
  .disa-mobile {
    display: none;
  }
}

.contact-area.home-5 {
  background-image: url(../img/home-5/h4-contract-bg.webp);
  padding-top: 200px;
}
@media (max-width: 400px) {
  .contact-area.home-5 {
    padding-top: 145px;
  }
}
.contact-area.home-5 .container .section-content .section-title .semi-title {
  color: #bababa;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  padding: 0;
}
.contact-area.home-5 .container .section-content .section-title .sect-title {
  color: #fff;
  font-size: 57px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .contact-area.home-5 .container .section-content .section-title .sect-title {
    font-size: 50px;
  }
}
@media (max-width: 500px) {
  .contact-area.home-5 .container .section-content .section-title .sect-title {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .contact-area.home-5 .container .section-content .section-title .sect-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.contact-area.home-5 .container .section-content .description {
  color: #bababa;
  margin: 0 0 26px;
}
.contact-area.home-5 .container .section-content .section-icon .icon {
  padding: 0;
}
.contact-area.home-5 .container .section-content .section-icon .icon li {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(171, 90, 90, 0.031372549);
  margin-right: 20px;
  text-align: center;
  line-height: 2.2;
}
.contact-area.home-5 .container .section-content .section-icon .icon li a {
  color: #fff;
}
.contact-area.home-5 .container .contact-form .input-box input {
  color: #fff;
  background-color: #0f0c2d;
  border-radius: 0;
  height: 50px;
}
.contact-area.home-5 .container .contact-form .input-box textarea {
  color: #fff;
  border: none;
  background-color: #0f0c2d;
  height: 140px;
}
.contact-area.home-5 .container .contact-form .form-btn.form-btn2 {
  background-color: #378CFF;
  background-image: none;
  width: 160px;
  height: 70px;
  padding: 17px 30px;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-area.home-5 .container .contact-form .form-btn.form-btn2:hover {
  opacity: 0.9;
}

.contact-area.home-6 {
  background-color: #f9f9f9;
  padding-top: 120px;
}
@media (max-width: 768px) {
  .contact-area.home-6 {
    padding-top: 30px;
  }
}
.contact-area.home-6 .container .section-title .sub-title {
  color: #333;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .contact-area.home-6 .container .section-title .sub-title {
    font-size: 45px;
  }
}
.contact-area.home-6 .container .section-title p {
  margin: 0 0 50px;
}
@media (max-width: 1200px) {
  .contact-area.home-6 .container .section-title p {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .contact-area.home-6 .container .contact-form {
    margin-bottom: 60px;
  }
}
.contact-area.home-6 .container .contact-form .input-box input {
  color: #777;
  background-color: #fff;
  border-radius: 0;
  height: 60px;
  border-radius: 5px;
}
.contact-area.home-6 .container .contact-form .form-btn.form-btn2 {
  background-color: #378CFF;
  background-image: none;
  width: 180px;
  height: 60px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-area.home-6 .container .contact-form .form-btn.form-btn2:hover {
  opacity: 0.8;
}
.contact-area.home-6 .container .image-section img {
  max-width: 100%;
}

.contact-us-area.area-7 {
  background: url(../img/bg/arch.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: multiply;
}
.contact-us-area.area-7 .section-title p {
  font-size: 36px;
  color: #fff;
}
@media (max-width: 991px) {
  .contact-us-area.area-7 .section-title p {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .contact-us-area.area-7 .section-title p {
    font-size: 20px;
  }
}
.contact-us-area.area-7 .section-title .sect-title {
  font-size: 72px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 991px) {
  .contact-us-area.area-7 .section-title .sect-title {
    font-size: 48px;
  }
}
@media (max-width: 400px) {
  .contact-us-area.area-7 .section-title .sect-title {
    font-size: 36px;
  }
}
.contact-us-area.area-7 .theme_btn {
  border-radius: 30px;
  padding: 18px 36px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(8, 106, 216)), to(rgba(55, 140, 255, 0.83)));
  background-image: linear-gradient(90deg, rgb(8, 106, 216) 0%, rgba(55, 140, 255, 0.83) 100%);
}
.contact-us-area.area-7 .theme_btn:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(55, 140, 255, 0.83)), to(rgb(8, 106, 216)));
  background-image: linear-gradient(90deg, rgba(55, 140, 255, 0.83) 0%, rgb(8, 106, 216) 100%);
}

.single-cases-wrapper {
  position: relative;
  z-index: 1;
}
.single-cases-wrapper .pf-btn {
  background: #7141b1;
  width: 60px;
  height: 60px;
  line-height: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transform: translateY(0) scale(0);
  -webkit-transform: translateY(0) scale(0);
  -moz-transform: translateY(0) scale(0);
  -ms-transform: translateY(0) scale(0);
  -o-transform: translateY(0) scale(0);
  opacity: 0;
}
.single-cases-wrapper .pf-btn i {
  color: #ffffff;
  font-size: 18px;
}
.single-cases-wrapper .pf-btn:hover {
  background: #43b9fe;
}
.single-cases-wrapper .single-case {
  opacity: 0;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-cases-wrapper:hover .single-case {
  opacity: 1;
  transform: translate(1);
  -webkit-transform: translate(1);
  -moz-transform: translate(1);
  -ms-transform: translate(1);
  -o-transform: translate(1);
}

.single-case {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 50px 25px 40px 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-case {
    padding: 15px 15px 15px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-case {
    padding: 15px 15px 15px 15px;
  }
}
.single-case h6 {
  margin-bottom: 10px;
}
.single-case h4 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-case h4 {
    font-size: 20px;
  }
}
.single-case p {
  line-height: 1.6;
  margin-bottom: 20px;
}

.case-info span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}
.case-info span b {
  color: #141d38;
}
.case-info span:first-child {
  margin-right: 25px;
}

.case-bg2 {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgb(235, 235, 235);
}
.case-bg2::before {
  content: "";
  position: absolute;
  background: rgb(12, 33, 104);
  width: 100%;
  height: 460px;
  left: 0;
  top: 0;
  z-index: -1;
}
.case-bg2.nav-style-1 .owl-nav {
  left: auto;
  right: 0;
  top: -123px;
}
.case-bg2.nav-style-1 .owl-nav button.owl-prev,
.case-bg2.nav-style-1 .owl-nav button.owl-next {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.102);
  margin-right: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.case-bg2.nav-style-1 .owl-nav button.owl-prev:hover,
.case-bg2.nav-style-1 .owl-nav button.owl-next:hover {
  color: #333333;
  background: #ffffff;
}
.case-bg2 .text a {
  text-decoration: underline;
}
.case-bg2 .text a:hover {
  color: #43b9fe;
}

.core-feature-title {
  margin-bottom: -88px;
}

.cases-wrapper2 {
  border-radius: 6px;
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.cases-wrapper2 img {
  display: inline-block;
  margin-bottom: 28px;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
}
.cases-wrapper2 h6 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}
.cases-wrapper2 h5 {
  margin-bottom: 14px;
}
.cases-wrapper2 h6,
.cases-wrapper2 h5,
.cases-wrapper2 p {
  padding-left: 30px;
}
.cases-wrapper2 .read-more {
  padding: 13px 30px 12px 30px;
  margin-top: 24px;
  display: block;
  border-top: 1px solid rgb(241, 241, 241);
  color: #0c2168;
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cases-wrapper2 .read-more i {
  color: #0c2168;
}
.cases-wrapper2:hover .read-more {
  color: #ffffff;
  background-image: linear-gradient(100deg, #02218f 0%, #0e72e3 100%);
  background-image: linear-gradient(100deg, #02218f 0%, #0e72e3 100%);
  background-image: linear-gradient(100deg, #02218f 0%, #0e72e3 100%);
}
.cases-wrapper2:hover .read-more i {
  color: #ffffff;
}

.case-detail-title {
  font-size: 30px;
}
@media (max-width: 767px) {
  .case-detail-title {
    font-size: 24px;
  }
}

.case-details-wrapper .case-detail-title {
  margin-bottom: 19px;
}
.case-details-wrapper .big-img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.case-details-wrapper .med-text {
  line-height: 1.43;
  margin-bottom: 57px;
}

.letter-box {
  overflow: hidden;
  margin-top: 52px;
  margin-bottom: 11px;
}
.letter-box .a-tag {
  color: #086ad8;
  font-size: 50px;
  font-weight: 700;
  background: white;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  width: 70px;
  height: 70px;
  float: left;
  text-align: center;
  line-height: 70px;
  text-transform: uppercase;
  margin-right: 30px;
  transform: translateY(7px);
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
}

.vision-wrapper h5 {
  border-bottom: 1px solid rgb(240, 240, 240);
  padding-bottom: 15px;
  margin-bottom: 22px;
  -webkit-background-clip: text;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  -webkit-text-fill-color: transparent;
}

.cs-img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.counter-bg {
  background: #f9f9f9;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .counter-bg {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-bg {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .counter-bg {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.count-img-wrapper {
  position: relative;
  z-index: 1;
}
.count-img-wrapper .count-box1 {
  background: url(../img/counter/count-2.jpg) no-repeat;
  width: 200px;
  min-height: 400px;
  position: absolute;
  z-index: 1;
  right: 78px;
  top: 214px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .count-img-wrapper .count-box1 {
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-img-wrapper .count-box1 {
    top: 27%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .count-img-wrapper .count-box1 {
    top: 0;
    min-height: 100%;
    width: 100%;
    right: 0;
    left: 0;
  }
}
.count-img-wrapper .count-box1::before {
  content: "";
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(67, 186, 255)), to(rgb(113, 65, 177)));
  background-image: linear-gradient(0deg, rgb(67, 186, 255) 0%, rgb(113, 65, 177) 100%);
  background-image: linear-gradient(0deg, rgb(67, 186, 255) 0%, rgb(113, 65, 177) 100%);
  background-image: linear-gradient(0deg, rgb(67, 186, 255) 0%, rgb(113, 65, 177) 100%);
  opacity: 0.902;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .count-img-wrapper .count-box1 {
    top: 100px;
  }
}
.count-img-wrapper .count-box1 img {
  margin-bottom: 16px;
  margin-top: 60px;
}
.count-img-wrapper .count-box1 h3 {
  color: #ffffff;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 3px;
}
.count-img-wrapper .count-box1 p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}
.count-img-wrapper .count-box1 .pf-btn {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-img-wrapper {
    margin-bottom: 30px;
  }
  .count-img-wrapper .count-big1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .count-img-wrapper {
    margin-bottom: 30px;
  }
  .count-img-wrapper .count-big1 {
    width: 100%;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .count-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .count-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .count-content-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-content-wrapper {
    padding-left: 0;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .count-content-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}

.count-wrapper {
  border-top: 1px solid rgb(235, 235, 235);
  padding-top: 50px;
  margin-top: 45px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .count-wrapper {
    display: block;
    padding-top: 15px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .count-wrapper {
    display: block;
    padding-top: 15px;
    margin-top: 15px;
  }
}

.count-box {
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 24px 30px 25px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .count-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .count-box {
    margin-bottom: 20px;
  }
}
.count-box h3 {
  color: #333333;
  font-size: 30px;
}
.count-box p {
  font-size: 14px;
}

.counter-bg2 {
  position: relative;
  z-index: 3;
}

.count-text2 h3,
.count-text2 .counter {
  font-size: 60px;
  -webkit-background-clip: text;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(2, 33, 143)), to(rgb(14, 114, 227)));
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  background-image: linear-gradient(0deg, rgb(2, 33, 143) 0%, rgb(14, 114, 227) 100%);
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-text2 h3,
.count-text2 .counter {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .count-text2 h3,
.count-text2 .counter {
    font-size: 32px;
  }
}
.count-text2 p {
  margin-bottom: 7px;
  margin-top: 4px;
}

.count-line {
  position: relative;
  z-index: 1;
}
.count-line::before {
  content: "";
  position: absolute;
  background-color: rgb(234, 234, 234);
  position: absolute;
  left: -15px;
  top: 15px;
  width: 1px;
  height: 100px;
  z-index: 1;
}
.count-line::after {
  content: "";
  position: absolute;
  background-color: rgb(234, 234, 234);
  position: absolute;
  right: -15px;
  top: 15px;
  width: 1px;
  height: 100px;
  z-index: 1;
}

.counter-borders {
  border-top: 1px solid rgb(236, 236, 236);
}

.count-text3 {
  border-radius: 6px;
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px 30px;
}
.count-text3 .counter-content h3 {
  font-size: 30px;
  color: #333333;
}

.count-text4 h3 {
  font-size: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-text4 h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .count-text4 h3 {
    font-size: 30px;
  }
}
.count-text4.count-line::before {
  background-color: rgba(255, 255, 255, 0.2);
  height: 82px;
  top: 6px;
}
.count-text4.count-line::after {
  background-color: rgba(255, 255, 255, 0.2);
  height: 82px;
  top: 6px;
}
.count-text4.before-none::after {
  display: none;
}
@media (max-width: 992px) {
  .count-text4::before {
    display: none;
  }
  .count-text4::after {
    display: none;
  }
}
.count-text4.before-none::after {
  display: none;
}

.count-bar {
  border-radius: 6px;
  padding: 50px 45px 42px 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .count-bar {
    padding: 50px 20px 42px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .count-bar {
    padding: 50px 20px 42px 20px;
  }
}
.count-bar .chart {
  width: 76px;
  height: 76px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 70px;
  margin-bottom: 33px;
  position: relative;
  z-index: 1;
}
.count-bar .chart::before {
  content: "";
  border: 5px solid #3188fa;
  position: absolute;
  left: -2px;
  top: -2px;
  width: 80px;
  height: 80px;
  z-index: 5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.count-bar h5 {
  margin-bottom: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .count-bar h5 {
    font-size: 18px;
  }
}

/* .counter-area.home-5 {
  background-color: #f9f9f9;
} */
.counter-area.home-5 .container .rts-counter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .counter-area.home-5 .container .rts-counter-list {
    display: block;
  }
}
.counter-area.home-5 .container .rts-counter-list .counter-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 15px;
  color: #207beb;
  font-size: 50px;
}
@media (max-width: 767px) {
  .counter-area.home-5 .container .rts-counter-list .counter-icon {
    margin: 0 auto;
  }
}
.counter-area.home-5 .container .rts-counter-list .count-text2 h3 {
  color: #333;
  -webkit-text-fill-color: #333;
  background-image: none;
}
.counter-area.home-5 .container .rts-counter-list .count-text2 h3 .counter {
  color: #333;
  -webkit-text-fill-color: #333;
  background-image: none;
}

.counter-area.home-6 .container .counter-section {
  -webkit-box-shadow: 0px 0px 4px 0px #ddd;
          box-shadow: 0px 0px 4px 0px #ddd;
  margin-top: 0;
  border-radius: 25px;
  padding: 65px 50px 40px 50px;
}
.counter-area.home-6 .container .counter-section .rts-counter-list .count-text2 h3 {
  color: #333;
  -webkit-text-fill-color: #333;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  word-spacing: 3px;
  padding: 0;
}
.counter-area.home-6 .container .counter-section .rts-counter-list .count-text2 h3 .counter {
  background-image: none;
  -webkit-text-fill-color: #333;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  word-spacing: 3px;
  padding: 0;
}
.counter-area.home-6 .container .counter-section .rts-counter-list .count-text2 h5 {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.plan-section-ttile .style-text {
  top: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.text-strong {
  color: #7141b1;
  text-decoration: underline;
}

.plan {
  border: 1px solid rgb(236, 236, 236);
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding-top: 50px;
}

.plan-header .icon {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.plan-header .icon::before {
  content: "";
  border-radius: 50%;
  background-image: linear-gradient(-45deg, rgb(255, 255, 255) 0%, rgb(240, 244, 249) 100%);
  background-image: linear-gradient(-45deg, rgb(255, 255, 255) 0%, rgb(240, 244, 249) 100%);
  background-image: linear-gradient(-45deg, rgb(255, 255, 255) 0%, rgb(240, 244, 249) 100%);
  position: absolute;
  left: 19px;
  top: 13px;
  width: 100px;
  height: 100px;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.plan-header h6 {
  color: #43b9fe;
  font-size: 14px;
  margin-top: 18px;
  position: relative;
  z-index: 2;
}
.plan-header .price {
  color: #141d38;
  font-size: 80px;
  margin-bottom: 15px;
}
.plan-header .price span {
  font-size: 14px;
  font-weight: 400;
}
.plan-header .price .text-body-color {
  color: #777777;
}
.plan-header:hover .icon::before {
  left: 0;
  top: 0;
}

.plan-body {
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}
.plan-body li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 4px;
}
.plan-body li.delet {
  color: #d3d3d3;
}

.plan-footer .border_btn {
  color: #141d38;
  display: inline-block;
  border: 1px solid rgb(236, 236, 236);
  font-size: 16px;
  font-weight: 700;
  padding: 21px 45px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.plan-footer .border_btn:hover {
  color: #ffffff;
  background: #085cbb;
  border-color: #085cbb;
}

.yearly-price {
  display: none;
}

.price-btn {
  color: #086ad8;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  display: block;
  text-decoration: underline;
  border: 0;
  background: transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .price-btn {
    font-size: 40px;
  }
  .price-btn::before {
    right: 25px;
  }
}
.price-btn::before {
  content: "\f078";
  position: absolute;
  /* font-family: "Font awesome 5 Pro"; */
  font-size: 32px;
  font-weight: 300;
  right: -45px;
  top: 10px;
  z-index: 1;
}

.pricing-area-h2 {
  background: #f2f6fc;
  position: relative;
  z-index: 11;
}
.pricing-area-h2 .shape1 {
  overflow: hidden;
}
.pricing-area-h2 .shape1 img {
  position: absolute;
  right: 11px;
  top: -22px;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
.pricing-area-h2 .shape2 {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
@media (max-width: 450px) {
  .pricing-area-h2 .shape2 {
    display: none;
  }
}
@media (max-width: 991px) {
  .pricing-area-h2 .order {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.pricing-area-h2 .section-title p {
  width: 180px;
  margin: 0 auto 25px auto;
  padding: 10px 30px;
  border: 1px solid #dde6f8;
  background: #fff;
  color: #086ad8;
  font-weight: 600;
  border-radius: 7px;
}
.pricing-area-h2 .section-title .sect-title {
  color: #000;
}
.pricing-area-h2 .section-title .sect-title span {
  color: #086ad9;
}
.pricing-area-h2 .single-pricing-area-h2 {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 37px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 8px 37px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
}
@media (max-width: 991px) {
  .pricing-area-h2 .single-pricing-area-h2 {
    margin-bottom: 30px;
  }
}
.pricing-area-h2 .single-pricing-area-h2 .pricing-head {
  padding: 18px 50px;
  background: #e6f2ff;
  border-radius: 20px 20px 0px 0px;
}
@media (max-width: 576px) {
  .pricing-area-h2 .single-pricing-area-h2 .pricing-head {
    padding: 18px 15px;
  }
}
.pricing-area-h2 .single-pricing-area-h2 .pricing-head .title {
  margin-bottom: 0;
  color: #086ad9;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.pricing-area-h2 .single-pricing-area-h2 .pricing-body {
  padding: 35px 50px;
}
@media (max-width: 1200px) {
  .pricing-area-h2 .single-pricing-area-h2 .pricing-body {
    padding: 35px 30px;
  }
}
@media (max-width: 576px) {
  .pricing-area-h2 .single-pricing-area-h2 .pricing-body {
    padding: 18px 15px;
  }
}
.pricing-area-h2 .single-pricing-area-h2 .pricing-body .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
}
.pricing-area-h2 .single-pricing-area-h2 .pricing-body .title span {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-left: -10px;
}
.pricing-area-h2 .single-pricing-area-h2 .pricing-body p.disc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 30px;
}
.pricing-area-h2 .single-pricing-area-h2 .pricing-body .feature-area .single-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.pricing-area-h2 .single-pricing-area-h2 .pricing-body .feature-area .single-features span {
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  color: #111A2E;
  margin-left: 10px;
}
.pricing-area-h2 .single-pricing-area-h2 .pricing-body .feature-area .single-features i {
  color: #086ad9;
  font-weight: 900;
  font-size: 16px;
  line-height: 34px;
}
.pricing-area-h2 .single-pricing-area-h2 .pricing-body a.theme_btn {
  margin-top: 30px;
  border: 1px solid #f5f5f5;
  background-image: none;
  background: #fff;
  color: #086ad9;
  display: block;
  text-align: center;
  border-radius: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pricing-area-h2 .single-pricing-area-h2 .pricing-body a.theme_btn:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(8, 106, 216)), to(rgba(55, 140, 255, 0.83)));
  background-image: linear-gradient(90deg, rgb(8, 106, 216) 0%, rgba(55, 140, 255, 0.83) 100%);
  color: #fff;
}
.pricing-area-h2 .single-pricing-area-h2.standared .pricing-head {
  background: #086ad9;
}
.pricing-area-h2 .single-pricing-area-h2.standared .pricing-head .title {
  color: #fff;
}
.pricing-area-h2 .single-pricing-area-h2.standared a.theme_btn {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(8, 106, 216)), to(rgba(55, 140, 255, 0.83)));
  background-image: linear-gradient(90deg, rgb(8, 106, 216) 0%, rgba(55, 140, 255, 0.83) 100%);
  color: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pricing-area-h2 .single-pricing-area-h2.standared a.theme_btn:hover {
  background-image: none;
  background: #fff;
  color: #086ad9;
  border: 1px solid #f5f5f5;
}
.pricing-area-h2 .brand-area.home-5 {
  bottom: 0;
}
.pricing-area-h2 .rts-contact-area.contact-one {
  position: relative;
  z-index: 1;
}
.pricing-area-h2 .rts-contact-area.contact-one .section-title p {
  margin: 0 auto 25px 0;
  text-align: center;
}
.pricing-area-h2 .rts-contact-area.contact-one .desc {
  padding-right: 100px;
}
@media (max-width: 576px) {
  .pricing-area-h2 .rts-contact-area.contact-one .desc {
    padding-right: 0;
  }
}
.pricing-area-h2 .rts-contact-area.contact-one .social-icon-area {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing-area-h2 .rts-contact-area.contact-one .social-icon-area li {
  margin-right: 30px;
}
.pricing-area-h2 .rts-contact-area.contact-one .social-icon-area li a i {
  color: #086ad8;
}
.pricing-area-h2 .contact-form-area-one {
  padding: 60px;
  margin-bottom: -100px;
  background: #fff;
  -webkit-box-shadow: 0px 21px 46px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 21px 46px rgba(0, 0, 0, 0.0392156863);
}
@media (max-width: 991px) {
  .pricing-area-h2 .contact-form-area-one {
    margin-bottom: 60px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .pricing-area-h2 .contact-form-area-one {
    padding: 25px;
  }
}
.pricing-area-h2 .contact-form-area-one .rts-title-area .title {
  color: #000;
  font-size: 36px;
  margin-bottom: 30px;
}
.pricing-area-h2 .contact-form-area-one form {
  margin-top: 30px;
}
.pricing-area-h2 .contact-form-area-one form input {
  height: 65px;
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 30px;
  padding: 0 25px;
  border: 1px solid #f5f5f5;
}
.pricing-area-h2 .contact-form-area-one form input:focus {
  border: 1px solid #086ad8;
}
.pricing-area-h2 .contact-form-area-one form input::-webkit-input-placeholder {
  color: #777777;
  font-size: 16px;
}
.pricing-area-h2 .contact-form-area-one form input::-moz-placeholder {
  color: #777777;
  font-size: 16px;
}
.pricing-area-h2 .contact-form-area-one form input:-ms-input-placeholder {
  color: #777777;
  font-size: 16px;
}
.pricing-area-h2 .contact-form-area-one form input::-ms-input-placeholder {
  color: #777777;
  font-size: 16px;
}
.pricing-area-h2 .contact-form-area-one form input::placeholder {
  color: #777777;
  font-size: 16px;
}
.pricing-area-h2 .contact-form-area-one form textarea {
  border-radius: 15px;
  background: #fff;
  height: 150px;
  width: 100%;
  padding: 15px 25px;
  border: 1px solid #f5f5f5;
  margin-bottom: 20px;
}
.pricing-area-h2 .contact-form-area-one form textarea:focus {
  border: 1px solid #086ad8;
}
.pricing-area-h2 .contact-form-area-one form textarea::-webkit-input-placeholder {
  color: #777777;
  font-size: 16px;
}
.pricing-area-h2 .contact-form-area-one form textarea::-moz-placeholder {
  color: #777777;
  font-size: 16px;
}
.pricing-area-h2 .contact-form-area-one form textarea:-ms-input-placeholder {
  color: #777777;
  font-size: 16px;
}
.pricing-area-h2 .contact-form-area-one form textarea::-ms-input-placeholder {
  color: #777777;
  font-size: 16px;
}
.pricing-area-h2 .contact-form-area-one form textarea::placeholder {
  color: #777777;
  font-size: 16px;
}
.pricing-area-h2 .contact-form-area-one .theme_btn {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 30px;
  border: 0;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(8, 106, 216)), to(rgba(55, 140, 255, 0.83)));
  background-image: linear-gradient(90deg, rgb(8, 106, 216) 0%, rgba(55, 140, 255, 0.83) 100%);
}
.pricing-area-h2 .contact-form-area-one .theme_btn:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(55, 140, 255, 0.83)), to(rgb(8, 106, 216)));
  background-image: linear-gradient(90deg, rgba(55, 140, 255, 0.83) 0%, rgb(8, 106, 216) 100%);
}

.team-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
}
.team-wrapper .team-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 38px;
  display: inline-block;
}
.team-wrapper .team-thumb img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
}
.team-wrapper .team-thumb::before {
  content: "";
  border-radius: 50%;
  background-color: #43b9fe;
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  z-index: -1;
}
.team-wrapper .team-thumb::after {
  content: "";
  border-radius: 50%;
  background-color: #7141b1;
  position: absolute;
  right: 3px;
  top: 59px;
  width: 80px;
  height: 80px;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-wrapper h6 {
  color: #43b9fe;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 7px;
}
.team-wrapper .theme-col {
  color: #777777;
}
.team-wrapper:hover .team-thumb::after {
  right: -25px;
}

.team-icon-wrapper {
  bottom: 17px;
  position: absolute;
  right: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.team-icon-wrapper .team-icon {
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  opacity: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(67, 186, 255)), to(rgb(113, 65, 177)));
  background-image: linear-gradient(0deg, rgb(67, 186, 255) 0%, rgb(113, 65, 177) 100%);
  background-image: linear-gradient(0deg, rgb(67, 186, 255) 0%, rgb(113, 65, 177) 100%);
  background-image: linear-gradient(0deg, rgb(67, 186, 255) 0%, rgb(113, 65, 177) 100%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.team-icon-wrapper .team-icon a {
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  color: white;
  padding: 0 7px;
}
.team-icon-wrapper .team-icon a:first-child, .team-icon-wrapper .team-icon a:nth-child(2), .team-icon-wrapper .team-icon a:nth-child(3), .team-icon-wrapper .team-icon a:nth-child(4) {
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-icon-wrapper .team-icon a.plus {
  color: #333333;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}
.team-icon-wrapper .team-icon:hover {
  padding: 0 0 0 9px;
}
.team-icon-wrapper .team-icon:hover a:first-child, .team-icon-wrapper .team-icon:hover a:nth-child(2), .team-icon-wrapper .team-icon:hover a:nth-child(3), .team-icon-wrapper .team-icon:hover a:nth-child(4) {
  opacity: 1;
  display: inline-block;
}
.team-icon-wrapper .team-icon:hover a:last-child {
  color: #ffffff;
  background: transparent;
}

.team-area2 .team-wrapper {
  padding-left: 0;
}
.team-area2 .team-wrapper .team-thumb::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}
.team-area2 .team-wrapper .team-thumb::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}
.team-area2 .team-wrapper .team-icon {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}
.team-area2 .team-wrapper .team-content {
  padding-left: 12.6%;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .team-area2 .team-wrapper .team-content {
    padding-left: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .team-area2 .team-wrapper .team-content {
    padding-left: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-area2 .team-wrapper .team-content {
    padding-left: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area2 .team-wrapper .team-content {
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .team-area2 .team-wrapper .team-content {
    padding-left: 0;
    text-align: center;
  }
}

.adress-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 21px;
}
.adress-box .icon-link {
  width: 54px;
  height: 54px;
  background: #ffffff;
  border: 2px solid rgb(244, 244, 244);
  text-align: center;
  line-height: 54px;
  margin-right: 20px;
  margin-top: 5px;
  border-radius: 6px;
}
.adress-box .icon-link i {
  color: rgb(8, 106, 216);
  font-size: 16px;
}

.team-skill-wrapper .teams-title {
  margin-bottom: 42px;
}

.comic-progress-bar .p-title {
  margin-bottom: 2px;
}
.comic-progress-bar .progress {
  height: 19px;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 2px solid rgb(236, 236, 236);
  overflow: visible;
  width: 100%;
}
.comic-progress-bar .progress .progress-bar {
  color: #777777;
  font-size: 18px;
  font-weight: 400;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  width: 70%;
  height: 10px;
  margin-top: 12px;
  margin-left: 0;
  overflow: visible;
  position: relative;
}
.comic-progress-bar .progress .progress-bar span {
  -webkit-background-clip: text;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  text-align: right;
  margin-top: -52px;
  position: absolute;
  right: -140px;
  -webkit-text-fill-color: transparent;
}

.teams-title {
  font-size: 26px;
}

.team-bot-border {
  border-bottom: 1px solid rgb(232, 232, 232);
}

.border-img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.certifacate-list {
  padding: 0;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .certifacate-list {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .certifacate-list {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .certifacate-list li {
    margin-bottom: 20px;
  }
}
.certifacate-list li img {
  width: 100%;
}

.team-area4.home-4 {
  border: none;
  background-color: #021327;
}
.team-area4.home-4 .container .section-title .semi-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #b1b5d3;
  margin: 0 0 7px;
}
.team-area4.home-4 .container .section-title .sect-title {
  color: #fff;
  font-size: 48px;
  margin-bottom: 15px;
}
.team-area4.home-4 .container .team-wrapper4 {
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
}
.team-area4.home-4 .container .team-wrapper4:hover .team-content4 .footer__social4 {
  visibility: visible;
  opacity: 1;
  margin-top: 30px;
  height: 50px;
}
.team-area4.home-4 .container .team-wrapper4:hover .team-content4 .footer__social4 a {
  display: inline-block;
  -webkit-transform: scale(1);
  opacity: 1;
}
.team-area4.home-4 .container .team-wrapper4 .team-thumb4 {
  position: relative;
  z-index: 1;
}
.team-area4.home-4 .container .team-wrapper4 .team-thumb4::before {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.702;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.team-area4.home-4 .container .team-wrapper4 .team-thumb4 a img {
  width: 100%;
}
.team-area4.home-4 .container .team-wrapper4 .team-content4 {
  left: 50px;
  position: absolute;
  right: 60px;
  bottom: 20px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-area4.home-4 .container .team-wrapper4 .team-content4 h6 {
  color: #ffffff;
  font-weight: 400;
  margin: 15px 0 15px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-area4.home-4 .container .team-wrapper4 .team-content4 h3 a {
  color: #ffffff;
  font-size: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .team-area4.home-4 .container .team-wrapper4 .team-content4 h3 a {
    font-size: 23px;
  }
}
.team-area4.home-4 .container .team-wrapper4 .team-content4 .footer__social4 {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  height: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-area4.home-4 .container .team-wrapper4 .team-content4 .footer__social4 a {
  padding: 0 3px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.102);
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  margin-right: 8px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .team-area4.home-4 .container .team-wrapper4 .team-content4 .footer__social4 a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 0;
  }
}
.team-area4.home-4 .container .team-wrapper4 .team-content4 .footer__social4 a:hover {
  background-color: #ff4969;
}
.team-area4.home-4 .container .content-area {
  padding-top: 100px;
}
@media (max-width: 576px) {
  .team-area4.home-4 .container .content-area {
    padding-top: 30px;
  }
}
.team-area4.home-4 .container .content-area .section-content .content-inner .content {
  color: #fff;
  font-size: 48px;
  line-height: 70px;
  padding-bottom: 50px;
}
@media (max-width: 500px) {
  .team-area4.home-4 .container .content-area .section-content .content-inner .content {
    font-size: 30px;
    line-height: 40px;
  }
}
.team-area4.home-4 .container .content-area .section-content .content-inner .section-btn {
  color: #fff;
  background-color: #ff4969;
  padding: 15px 20px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .team-area4.home-4 .container .content-area .team-skill-wrapper {
    padding-top: 60px;
  }
}
.team-area4.home-4 .container .content-area .team-skill-wrapper .comic-progress-bar .p-title {
  margin-bottom: 2px;
  color: #b1b5d3;
}
.team-area4.home-4 .container .content-area .team-skill-wrapper .comic-progress-bar .progress {
  height: 24px;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 12px solid rgb(236, 236, 236);
  overflow: visible;
  width: 100%;
}
.team-area4.home-4 .container .content-area .team-skill-wrapper .comic-progress-bar .progress .progress-bar {
  color: #777777;
  font-size: 18px;
  font-weight: 400;
  background-color: #ff4969;
  background-image: none;
  width: 70%;
  height: 13px;
  margin-top: 12px;
  margin-left: 0;
  overflow: visible;
  position: relative;
}
.team-area4.home-4 .container .content-area .team-skill-wrapper .comic-progress-bar .progress .progress-bar span {
  -webkit-background-clip: text;
  background-color: #b1b5d3;
  background-image: none;
  text-align: right;
  margin-top: -52px;
  position: absolute;
  right: -140px;
  -webkit-text-fill-color: transparent;
}

.team-area.home-5 .container .services-title2 .semi-title.semi-title2 {
  color: #777777;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  -webkit-text-fill-color: #777777;
}
.team-area.home-5 .container .services-title2 .sect-title {
  color: #000;
}
.team-area.home-5 .container .team-wrapper {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .team-area.home-5 .container .team-wrapper {
    margin-bottom: 80px;
  }
}
@media (max-width: 400px) {
  .team-area.home-5 .container .team-wrapper {
    margin-bottom: 50px;
  }
}
.team-area.home-5 .container .team-wrapper .team-thumb2 {
  width: 80%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .team-area.home-5 .container .team-wrapper .team-thumb2 {
    width: 60%;
  }
}
.team-area.home-5 .container .team-wrapper .team-thumb2:hover::before {
  opacity: 0.8;
}
.team-area.home-5 .container .team-wrapper .team-thumb2:hover .team-icon-wrapper2 {
  opacity: 1;
}
.team-area.home-5 .container .team-wrapper .team-thumb2::before {
  content: "";
  position: absolute;
  opacity: 0;
  line-height: 15;
  text-align: center;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #086ad8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team-area.home-5 .container .team-wrapper .team-thumb2 img {
  max-width: 100%;
  border-radius: 50%;
  margin-bottom: 20px;
}
.team-area.home-5 .container .team-wrapper .team-thumb2 .team-icon-wrapper2 {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.team-area.home-5 .container .team-wrapper .team-thumb2 .team-icon-wrapper2 .inner-team-icon .team-icon .icon {
  margin-right: 10px;
  color: #fff;
}
.team-area.home-5 .container .team-wrapper .team-content {
  padding-top: 25px;
}
@media (max-width: 1200px) {
  .team-area.home-5 .container .team-wrapper .team-content .sub-title {
    font-size: 20px;
  }
}

.team-area.area-7 .section-title p {
  width: 180px;
  margin: 0 auto 25px auto;
  padding: 10px 30px;
  border: 1px solid #dde6f8;
  background: #fff;
  color: #086ad8;
  font-weight: 600;
  border-radius: 7px;
}
.team-area.area-7 .section-title .sect-title {
  color: #000;
  font-size: 48px;
}
@media (max-width: 991px) {
  .team-area.area-7 .section-title .sect-title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .team-area.area-7 .section-title .sect-title {
    font-size: 30px;
  }
}
.team-area.area-7 .section-title .sect-title span {
  color: #086ad9;
}
.team-area.area-7 .custom-container {
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .team-area.area-7 .custom-container {
    max-width: 1140px;
  }
}
@media (max-width: 1200px) {
  .team-area.area-7 .custom-container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .team-area.area-7 .custom-container {
    max-width: 720px;
  }
}
@media (max-width: 768px) {
  .team-area.area-7 .custom-container {
    max-width: 540px;
  }
}
.team-area.area-7 .custom-container .team-slide .team-wrapper {
  position: relative;
  min-height: 470px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 991px) {
  .team-area.area-7 .custom-container .team-slide .team-wrapper {
    padding: 0;
  }
}
.team-area.area-7 .custom-container .team-slide .team-wrapper .team-image {
  -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
          clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  position: absolute;
  width: 220px;
  top: 5px;
}
.team-area.area-7 .custom-container .team-slide .team-wrapper .team-thumb2 {
  background: #fff;
  -webkit-box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.1);
  padding: 120px 40px 40px 40px;
  margin: 0 10px 30px 10px;
  width: 300px;
}
.team-area.area-7 .custom-container .team-slide .team-wrapper .team-thumb2 .team-content {
  margin-bottom: 25px;
}
.team-area.area-7 .custom-container .team-slide .team-wrapper .team-thumb2 .team-content .sub-title {
  font-size: 22px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}
.team-area.area-7 .custom-container .team-slide .team-wrapper .team-thumb2 .team-content h6 {
  color: #666666;
}
.team-area.area-7 .custom-container .team-slide .team-wrapper .team-thumb2 .team-icon-wrapper2 .team-icon .icon {
  color: #43b9fe;
  background: #e2edfd;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 7px;
  border-radius: 5px;
  font-size: 13px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.team-area.area-7 .custom-container .team-slide .team-wrapper .team-thumb2 .team-icon-wrapper2 .team-icon .icon:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(8, 106, 216)), to(rgba(55, 140, 255, 0.83)));
  background-image: linear-gradient(90deg, rgb(8, 106, 216) 0%, rgba(55, 140, 255, 0.83) 100%);
  color: #fff;
}
.team-area.area-7 .custom-container .team-slide .owl-nav {
  display: none;
}
.team-area.area-7 .custom-container .team-slide .owl-dots {
  display: none;
}

.journey-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 22px 60px;
}
@media (max-width: 767px) {
  .journey-box {
    display: block;
    grid-gap: 22px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .journey-box {
    display: -ms-grid;
    display: grid;
    grid-gap: 22px 30px;
  }
}

.right-content h2 {
  color: #086ad8;
  font-size: 80px;
  margin-bottom: 19px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .right-content h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right-content h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .right-content h2 {
    font-size: 35px;
  }
}
.right-content p {
  margin-bottom: 23px;
}
.right-content h4 {
  font-size: 24px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .right-content h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .right-content h4 {
    font-size: 18px;
  }
}
.right-content .read-more {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.right-content .read-more:hover {
  color: #086ad8;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .left-content {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .left-content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .left-content {
    padding-right: 0;
  }
  .left-content img {
    width: 100%;
  }
}
.left-content img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.chose-box {
  padding: 24px 40px 28px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .chose-box {
    padding: 24px 20px 28px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chose-box {
    padding: 24px 15px 28px 15px;
  }
}
@media (max-width: 767px) {
  .chose-box {
    padding: 24px 15px 28px 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .chose-box .chose-content {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .chose-box .chose-content {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chose-box .chose-content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .chose-box .chose-content {
    padding-right: 0;
  }
}
.chose-box .chose-content p {
  line-height: 1.6;
  margin-top: 13px;
}
.chose-box .number-text {
  color: #086ad8;
  font-size: 60px;
}

.project-details-widget {
  border: 1px solid rgb(231, 231, 231);
  border-radius: 6px;
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.project-details-widget .case-widget-title {
  padding-left: 40px;
  padding-top: 36px;
}
.project-details-widget .theme_btn3 {
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
}
.project-details-widget .theme_btn3 i {
  padding-left: 6px;
}

.project-info {
  padding-left: 40px;
  margin-bottom: 20px;
}
.project-info li {
  display: block;
  font-size: 14px;
  padding: 11px 0;
}
.project-info li:nth-child(2) {
  border-top: 1px solid rgb(242, 242, 242);
  border-bottom: 1px solid rgb(242, 242, 242);
}

.widget {
  border: 2px solid rgb(243, 243, 243);
  padding: 36px 38px 25px 38px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .widget {
    padding: 40px 15px 30px 15px;
  }
}
@media (max-width: 767px) {
  .widget {
    padding: 30px 15px 20px 15px;
  }
}

.widget-title-box {
  position: relative;
  z-index: 1;
}
.widget-title-box::before {
  content: "";
  position: absolute;
  background: #e7e7e7;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-title-box::after {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  width: 80px;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-sub-title {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.widget-sub-title2 {
  font-size: 20px;
}

.widget-categories ul li a {
  color: #999999;
  font-size: 16px;
  padding: 15px 0;
  display: block;
  line-height: 1;
  font-weight: 700;
}
.widget-categories ul li a:hover {
  color: #333333;
  text-decoration: underline;
}

.widget-subscribe .contact-form textarea {
  height: 140px;
  padding-top: 15px;
}
.widget-subscribe .contact-form .form-btn {
  width: 100%;
}

.widget-post .blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 58px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .widget-post .blog-post {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .widget-post .blog-post {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget-post .blog-post {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .widget-post .blog-post {
    padding-right: 0;
  }
}
.widget-post .blog-post img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.widget-post .blog-post .post-content {
  margin-left: 20px;
}

.widget.widget-banner-add {
  border: 0;
  background: url(https://reactheme.com/products/html/waretech/img/services/banne-1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 370px;
  padding: 0;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.widget.widget-banner-add::before {
  content: "";
  position: absolute;
  background: rgb(8, 61, 88);
  opacity: 0.902;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.widget.widget-banner-add .banner-logo {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}
.widget.widget-banner-add p {
  color: #adbbc2;
}
.widget.widget-banner-add .theme_btn {
  padding-left: 50px;
  padding-right: 50px;
}

.widget-author-content h5 {
  margin-bottom: 14px;
  margin-top: 22px;
}
.widget-author-content .author__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget-author-content .author__social a {
  color: white;
  background: #d4d4d4;
  width: 30px;
  aspect-ratio: 1;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  margin: 0 5px;
}
.widget-author-content .author__social a.fb {
  background: #1877f2;
}
.widget-author-content .author__social a.ttr {
  background: #1da1f2;
}
.widget-author-content .author__social a.lkdin {
  background: #1877f2;
}
.widget-author-content .author__social a.ggl {
  background: #cd201f;
}
.widget-author-content .author__social a:hover {
  background: #d4d4d4 !important;
  color: #333333;
}

.widget-search .subscribe-form {
  position: relative;
  z-index: 1;
}
.widget-search .subscribe-form input {
  color: #999999;
  height: 60px;
  padding-left: 22px;
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.widget-search .subscribe-form input::-webkit-input-placeholder {
  color: #999999;
}
.widget-search .subscribe-form input::-moz-placeholder {
  color: #999999;
}
.widget-search .subscribe-form input:-ms-input-placeholder {
  color: #999999;
}
.widget-search .subscribe-form input::-ms-input-placeholder {
  color: #999999;
}
.widget-search .subscribe-form input::placeholder {
  color: #999999;
}
.widget-search .subscribe-form input::-moz-placeholder {
  color: #999999;
}
.widget-search .subscribe-form input::-webkit-placeholder {
  color: #999999;
}
.widget-search .subscribe-form input::-o-placeholder {
  color: #999999;
}
.widget-search .subscribe-form .widget-btn {
  border: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  width: 60px;
  padding: 17px 0;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
  z-index: 1;
}
.widget-search .subscribe-form .widget-btn i {
  font-size: 14px;
}

.widget-post .post-list {
  padding: 0;
  margin: 0;
}
.widget-post .post-list li {
  border-bottom: 1px solid rgb(231, 231, 231);
  margin-bottom: 30px;
}
.widget-post .post-list li:last-child {
  border-bottom: 0;
  margin-bottom: 10px;
}
.widget-post .post-content h6 a:hover {
  color: #086ad8;
}

.widget-categories-list ul li a {
  background: #f8f8f8;
  width: 100%;
  display: block;
  padding: 14px 0px 14px 30px;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.widget-categories-list ul li a span {
  font-size: 14px;
  font-weight: 700;
  background: #efefef;
  padding: 14px 16px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
}
.widget-categories-list ul li a:hover span {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}

.tag-list a {
  color: #777777;
  font-size: 12px;
  font-weight: 700;
  background: rgb(244, 244, 244);
  display: inline-block;
  padding: 10px 26px;
  margin: 5px 4px;
  line-height: 1;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tag-list a:hover {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}

.widget-add .banner-content img {
  width: 100%;
}

.page-navigation .page-link {
  color: #777777;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid gb(238, 238, 238);
  background: rgba(246, 246, 246, 0);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 7px;
  padding: 0;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .page-navigation .page-link {
    width: 35px;
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-navigation .page-link {
    width: inherit;
    height: inherit;
    line-height: inherit;
  }
}
.page-navigation .page-link:focus {
  z-index: 2;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  border-color: unset;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-navigation .page-link:hover {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}

.faq-que-list .accordion-item {
  border: 1px solid rgb(231, 231, 231);
  background-color: transparent;
}
.faq-que-list .accordion-item button:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item textarea,
.faq-que-list .accordion-item textarea:focus {
  outline: 0;
}
.faq-que-list .accordion-item .accordion-button {
  transition: unset;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 21px 30px 19px 30px;
  position: relative;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  word-wrap: normal;
}
.faq-que-list .accordion-item .accordion-button.collapsed {
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 15px;
    font-size: 18px;
  }
}
.faq-que-list .accordion-item .accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.faq-que-list .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.faq-que-list .accordion-item .accordion-button::before {
  content: "\f068";
  position: absolute;
  /* font-family: "Font awesome 5 Pro"; */
  font-size: 20px;
  font-weight: 300;
  color: #333333;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-button::before {
    right: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button::before {
    right: 10px;
    font-size: 16px;
  }
}
.faq-que-list .accordion-item .accordion-button::after {
  display: none;
}
.faq-que-list .accordion-item .collapsed {
  border: 0;
}
.faq-que-list .accordion-item .collapsed::before {
  content: "\f067";
}
.faq-que-list .accordion-item .accordion-body {
  padding: 0;
  padding: 0 30px 24px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-body {
    padding: 0 20px 24px 20px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-body {
    padding: 0 15px 24px 15px;
  }
}

.faq-bg-area {
  position: relative;
  z-index: 1;
}
.faq-bg-area::before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  opacity: 0.941;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.faq-bg-area .faq-que-list .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.faq-bg-area .faq-que-list .accordion-item:nth-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.faq-bg-area .faq-que-list .accordion-item .accordion-button {
  color: #ffffff;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .faq-bg-area .faq-que-list .accordion-item .accordion-button {
    padding-left: 0;
    padding-right: 15px;
  }
}
.faq-bg-area .faq-que-list .accordion-item .accordion-button::before {
  color: #ffffff;
  right: 0;
}
.faq-bg-area .faq-que-list .accordion-item .accordion-body {
  padding: 0 30px 20px 0;
}
@media (max-width: 767px) {
  .faq-bg-area .faq-que-list .accordion-item .accordion-body {
    padding: 0 15px 20px 0;
  }
}
.faq-bg-area .faq-que-list .accordion-item .accordion-body p {
  color: rgba(255, 255, 255, 0.8);
}

.video-wrapper {
  border: 10px solid #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center;
  min-height: 570px;
  position: relative;
  z-index: 3;
  margin-bottom: -285px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-wrapper {
    margin-bottom: 60px;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .video-wrapper {
    margin-bottom: 60px;
    min-height: 400px;
  }
}
.video-wrapper .popup-video {
  background: #ffffff;
  width: 120px;
  height: 120px;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.video-wrapper .popup-video i {
  font-size: 20px;
  line-height: 120px;
  -webkit-background-clip: text;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#086ad8), to(#378cff));
  background-image: linear-gradient(0deg, #086ad8 0%, #378cff 100%);
  background-image: linear-gradient(0deg, #086ad8 0%, #378cff 100%);
  background-image: linear-gradient(0deg, #086ad8 0%, #378cff 100%);
  -webkit-text-fill-color: transparent;
}

.footer__social a {
  color: #ffffff;
  font-size: 14px;
  background-color: rgb(22, 73, 100);
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
}
.footer__social a:first-child {
  background: #1877f2;
}
.footer__social a:nth-child(2) {
  background: #1da1f2;
}
.footer__social a:nth-child(3) {
  background: #0a66c2;
}
.footer__social a:last-child {
  background: #cd201f;
}
.footer__social a:hover {
  color: #ffffff;
  background-color: #086ad8;
}

.footer__widget p {
  color: #969696;
  margin-bottom: 15px;
}
.footer__widget .widget-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.footer__widget .widget-title::before {
  content: "";
  position: absolute;
  background: rgb(54, 54, 54);
  width: 60px;
  height: 2px;
  left: 0;
  top: 100%;
  z-index: 1;
}
.footer__widget address.address-box {
  margin-bottom: 26px;
}
.footer__widget address span {
  color: #bababa;
  display: block;
  line-height: 26px;
}

.fot-list {
  padding: 0;
  margin: 0;
}
.fot-list a {
  color: #bababa;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.fot-list a::before {
  content: "";
  position: absolute;
  background: #086ad8;
  width: 5px;
  height: 1px;
  left: -20px;
  top: 50%;
  z-index: 1;
  opacity: 0;
}
.fot-list a:hover {
  color: #ffffff;
  transform: translateX(13px);
  -webkit-transform: translateX(13px);
  -moz-transform: translateX(13px);
  -ms-transform: translateX(13px);
  -o-transform: translateX(13px);
}
.fot-list a:hover::before {
  opacity: 1;
}
.fot-list.fot-flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.subscribe-form .input-box {
  position: relative;
  z-index: 1;
}
.subscribe-form .input-box::before {
  content: "\f007";
  /* font-family: "Font awesome 5 Pro"; */
  font-size: 16px;
  color: #ffffff;
  font-weight: 113px;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.subscribe-form .input-box.mail-input::before {
  content: "\f0e0";
}
.subscribe-form input {
  border: 0;
  color: #6d6d6d;
  font-size: 16px;
  width: 100%;
  height: 60px;
  padding-left: 45px;
  background: rgb(245, 245, 245);
}
.subscribe-form input::-webkit-input-placeholder {
  color: #6d6d6d;
}
.subscribe-form input::-moz-placeholder {
  color: #6d6d6d;
}
.subscribe-form input:-ms-input-placeholder {
  color: #6d6d6d;
}
.subscribe-form input::-ms-input-placeholder {
  color: #6d6d6d;
}
.subscribe-form input::placeholder {
  color: #6d6d6d;
}
.subscribe-form input::-webkit-placeholder {
  color: #6d6d6d;
}
.subscribe-form input::-moz-placeholder {
  color: #6d6d6d;
}
.subscribe-form input::-o-placeholder {
  color: #6d6d6d;
}
.subscribe-form .subscribe-btn {
  background-image: linear-gradient(100deg, #02218f 0%, #0e72e3 100%);
  background-image: linear-gradient(100deg, #02218f 0%, #0e72e3 100%);
  background-image: linear-gradient(100deg, #02218f 0%, #0e72e3 100%);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
  text-transform: capitalize;
  padding: 20px 0;
  border: 0;
}
.subscribe-form .subscribe-btn:focus {
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
.subscribe-form .subscribe-btn i {
  margin-left: 10px;
}
.subscribe-form .subscribe-btn:hover {
  background-image: linear-gradient(100deg, #0e72e3 0%, #02218f 100%);
  background-image: linear-gradient(100deg, #0e72e3 0%, #02218f 100%);
  background-image: linear-gradient(100deg, #0e72e3 0%, #02218f 100%);
}

.copyright h6 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
.copyright h6 a {
  color: #333333;
  font-weight: 700;
}
.copyright.copy-line::before {
  left: -90px;
  top: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .copyright.copy-line::before {
    left: -70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .copyright.copy-line::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright.copy-line::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .copyright.copy-line::before {
    display: none;
  }
}

.copy-line {
  position: relative;
  z-index: 1;
}
.copy-line::before {
  content: "";
  background-color: rgb(237, 237, 237);
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 1px;
  z-index: 1;
}

.footer-a2 {
  background-color: rgb(33, 30, 59);
}
.footer-a2 .footer__widget address span {
  color: #9c99b0;
}
.footer-a2 .footer__widget p {
  color: #9c99b0;
}
.footer-a2 .footer__widget .widget-title::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(67, 186, 255)), to(rgb(113, 65, 177)));
  background-image: linear-gradient(0deg, rgb(67, 186, 255) 0%, rgb(113, 65, 177) 100%);
  background-image: linear-gradient(0deg, rgb(67, 186, 255) 0%, rgb(113, 65, 177) 100%);
  background-image: linear-gradient(0deg, rgb(67, 186, 255) 0%, rgb(113, 65, 177) 100%);
}
.footer-a2 .fot-list a {
  color: #9c99b0;
}
.footer-a2 .fot-list a::before {
  background: #ffffff;
}
.footer-a2 .fot-list a:hover {
  color: #ffffff;
}
.footer-a2 .subscribe-form input {
  background: rgb(244, 244, 244);
}
.footer-a2 .subscribe-form input::-webkit-input-placeholder {
  color: #333333;
}
.footer-a2 .subscribe-form input::-moz-placeholder {
  color: #333333;
}
.footer-a2 .subscribe-form input:-ms-input-placeholder {
  color: #333333;
}
.footer-a2 .subscribe-form input::-ms-input-placeholder {
  color: #333333;
}
.footer-a2 .subscribe-form input::placeholder {
  color: #333333;
}
.footer-a2 .subscribe-form input::-moz-placeholder {
  color: #333333;
}
.footer-a2 .subscribe-form input::-webkit-placeholder {
  color: #333333;
}
.footer-a2 .subscribe-form input::-o-placeholder {
  color: #333333;
}
.footer-a2 .subscribe-form input::-ms-placeholder {
  color: #333333;
}
.footer-a2 .subscribe-form .input-box.mail-input::before {
  color: #333333;
}
.footer-a2 .subscribe-form .subscribe-btn {
  border-radius: 0;
  background: #43b9fe;
}
.footer-a2 .subscribe-form .subscribe-btn:hover {
  background: #086ad8;
}

.copy-right-a2 .copyright h6 {
  color: #ffffff;
}
.copy-right-a2 .copyright h6 a {
  color: #ffffff;
}
.copy-right-a2 .footer__social a {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.102);
}
.copy-right-a2 .footer__social a:hover {
  color: #43b9fe;
  background: #ffffff;
}

.footer-a3 {
  background: url(../img/footer/footer-bg3.jpg) no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.footer-a3::before {
  content: "";
  background: rgba(0, 13, 59, 0.902);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer-a3 .footer__widget address span {
  color: rgba(255, 255, 255, 0.6);
}
.footer-a3 .footer__widget p {
  color: rgba(255, 255, 255, 0.6);
}
.footer-a3 .footer__widget .widget-title::before {
  background: rgba(255, 255, 255, 0.102);
}
.footer-a3 .fot-list a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-a3 .fot-list a::before {
  background: #ffffff;
}
.footer-a3 .fot-list a:hover {
  color: #ffffff;
}
.footer-a3 .subscribe-form input {
  color: #333333;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background: #ffffff;
}
.footer-a3 .subscribe-form input::-webkit-input-placeholder {
  color: #333333;
}
.footer-a3 .subscribe-form input::-moz-placeholder {
  color: #333333;
}
.footer-a3 .subscribe-form input:-ms-input-placeholder {
  color: #333333;
}
.footer-a3 .subscribe-form input::-ms-input-placeholder {
  color: #333333;
}
.footer-a3 .subscribe-form input::placeholder {
  color: #333333;
}
.footer-a3 .subscribe-form input::-moz-placeholder {
  color: #333333;
}
.footer-a3 .subscribe-form input::-webkit-placeholder {
  color: #333333;
}
.footer-a3 .subscribe-form input::-o-placeholder {
  color: #333333;
}
.footer-a3 .subscribe-form input::-ms-placeholder {
  color: #333333;
}
.footer-a3 .subscribe-form .input-box.mail-input::before {
  color: #333333;
}
.footer-a3 .subscribe-form .subscribe-btn {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-image: linear-gradient(100deg, #02218f 0%, #0e72e3 100%);
  background-image: linear-gradient(100deg, #02218f 0%, #0e72e3 100%);
  background-image: linear-gradient(100deg, #02218f 0%, #0e72e3 100%);
}
.footer-a3 .subscribe-form .subscribe-btn:hover {
  background: linear-gradient(100deg, #0e72e3 0%, #02218f 100%);
}

.copy-white {
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
}

.footer-a4 {
  background: url(../img/footer/footer-bg3.jpg) no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.footer-a4::before {
  content: "";
  background: rgba(34, 34, 34, 0.902);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer-a4 .footer__widget address span {
  color: #bababa;
}
.footer-a4 .footer__widget p {
  color: #bababa;
}
.footer-a4 .footer__widget .widget-title::before {
  background-color: rgb(54, 54, 54);
}
.footer-a4 .fot-list a {
  color: #bababa;
}
.footer-a4 .fot-list a::before {
  background: #ffffff;
}
.footer-a4 .fot-list a:hover {
  color: #ffffff;
}
.footer-a4 .subscribe-form input {
  color: #333333;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background: #ffffff;
}
.footer-a4 .subscribe-form input::-webkit-input-placeholder {
  color: #333333;
}
.footer-a4 .subscribe-form input::-moz-placeholder {
  color: #333333;
}
.footer-a4 .subscribe-form input:-ms-input-placeholder {
  color: #333333;
}
.footer-a4 .subscribe-form input::-ms-input-placeholder {
  color: #333333;
}
.footer-a4 .subscribe-form input::placeholder {
  color: #333333;
}
.footer-a4 .subscribe-form input::-moz-placeholder {
  color: #333333;
}
.footer-a4 .subscribe-form input::-webkit-placeholder {
  color: #333333;
}
.footer-a4 .subscribe-form input::-o-placeholder {
  color: #333333;
}
.footer-a4 .subscribe-form input::-ms-placeholder {
  color: #333333;
}
.footer-a4 .subscribe-form .input-box.mail-input::before {
  color: #333333;
}
.footer-a4 .subscribe-form .subscribe-btn {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}
.footer-a4 .subscribe-form .subscribe-btn:hover {
  background: rgb(2, 33, 143);
}

.footer-a5 .footer__widget address span {
  color: #777777;
}
.footer-a5 .footer__widget p {
  color: #777777;
}
.footer-a5 .footer__widget .widget-title {
  color: #333333;
}
.footer-a5 .footer__widget .widget-title::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}
.footer-a5 .fot-list a {
  color: #777777;
}
.footer-a5 .fot-list a::before {
  background: #086ad8;
}
.footer-a5 .fot-list a:hover {
  color: #086ad8;
}
.footer-a5 .subscribe-form input {
  color: #333333;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background: rgb(244, 244, 244);
}
.footer-a5 .subscribe-form input::-webkit-input-placeholder {
  color: #333333;
}
.footer-a5 .subscribe-form input::-moz-placeholder {
  color: #333333;
}
.footer-a5 .subscribe-form input:-ms-input-placeholder {
  color: #333333;
}
.footer-a5 .subscribe-form input::-ms-input-placeholder {
  color: #333333;
}
.footer-a5 .subscribe-form input::placeholder {
  color: #333333;
}
.footer-a5 .subscribe-form input::-moz-placeholder {
  color: #333333;
}
.footer-a5 .subscribe-form input::-webkit-placeholder {
  color: #333333;
}
.footer-a5 .subscribe-form input::-o-placeholder {
  color: #333333;
}
.footer-a5 .subscribe-form input::-ms-placeholder {
  color: #333333;
}
.footer-a5 .subscribe-form .input-box.mail-input::before {
  color: #333333;
}
.footer-a5 .subscribe-form .subscribe-btn {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}
.footer-a5 .subscribe-form .subscribe-btn:hover {
  background: rgb(2, 33, 143);
}
.footer-a5 .copyright.copy-line::before {
  left: -109px;
  top: 50%;
}

.copyright-area3 .footer__social a {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.102);
  border-radius: 6px;
}
.copyright-area3 .footer__social a:hover {
  color: #086ad8;
  background: #ffffff;
}

.sub-form2 input {
  border-radius: 6px;
  background-color: rgb(43, 43, 43);
  height: 60px;
}
.sub-form2 .subscribe-btn {
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(8, 106, 216)), to(rgb(55, 140, 255)));
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
  background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
}
.sub-form2 .subscribe-btn:hover {
  background: #086ad8;
}

.footer-area.home-4 {
  background-color: #07182c;
}
.footer-area.home-4 .container .footer__widget .footer-icon {
  margin-bottom: 30px;
}
.footer-area.home-4 .container .footer__widget span {
  color: #bababa;
}
.footer-area.home-4 .container .footer__widget .subscribe-form .theme_btn.subscribe-btn {
  background-image: none;
  background-color: #ff4969;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-area.home-4 .container .footer__widget .subscribe-form .theme_btn.subscribe-btn:hover {
  opacity: 0.9;
}
.footer-area.home-4 .container .copyright-section {
  border-top: 1px solid #222;
  padding: 40px 0;
}
.footer-area.home-4 .container .copyright-section .copyright h6 {
  font-size: 16px;
  color: #bababa;
  margin: 0;
}

.footer-area.home-5 {
  background-color: #111;
}
.footer-area.home-5 .container .footer__widget .footer-icon {
  margin-bottom: 30px;
}
.footer-area.home-5 .container .footer__widget .subscribe-form .theme_btn.subscribe-btn {
  background-image: none;
  background-color: #378CFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-area.home-5 .container .footer__widget .subscribe-form .theme_btn.subscribe-btn:hover {
  opacity: 0.9;
}
.footer-area.home-5 .container .footer__widget .subscribe-form .input-box.mail-input::before {
  display: none;
}
.footer-area.home-5 .container .copyright-section {
  border-top: 1px solid #222;
  padding: 40px 0;
}
.footer-area.home-5 .container .copyright-section .copyright h6 {
  font-size: 16px;
  color: #bababa;
  margin: 0;
}

.footer-area.home-6 {
  background-color: #1976e6;
  background-image: url(../img/home-6/banner-6.png);
  background-size: cover;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 90px 0 0;
}
.footer-area.home-6 .container .footer__widget2 .footer-icon {
  margin-bottom: 30px;
}
.footer-area.home-6 .container .footer__widget2 .description {
  color: #fff;
  line-height: 28px;
  margin: 50px 0;
}
.footer-area.home-6 .container .footer__widget2 .footer-social a {
  background-color: rgba(221, 221, 221, 0.3098039216);
  margin-right: 5px;
  padding: 20px 7px 15px 7px;
  border-radius: 50%;
}
.footer-area.home-6 .container .footer__widget2 .footer-social a:hover {
  background: #fff;
}
.footer-area.home-6 .container .footer__widget2 .footer-social a:hover i {
  color: #1976e6;
}
.footer-area.home-6 .container .footer__widget2 .footer-social a i {
  color: #fff;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-area.home-6 .container .footer__widget2 .widget-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
  margin: 0;
}
.footer-area.home-6 .container .footer__widget2 .fot-list a {
  color: #fff;
  margin-bottom: 30px;
}
.footer-area.home-6 .container .footer__widget2 .fot-list a::before {
  background-color: #fff;
}
.footer-area.home-6 .container .footer__widget2 address span {
  color: #fff;
  line-height: 30px;
}
.footer-area.home-6 .container .footer__widget2 .address-box {
  padding-right: 50px;
  margin-bottom: 25px;
}
.footer-area.home-6 .copyright-section {
  border-top: 1px solid rgba(255, 255, 255, 0.2117647059);
  padding: 30px 0;
}
.footer-area.home-6 .copyright-section .copyright h6 {
  font-size: 16px;
  color: #fff;
  margin: 0;
}