/*-----------------------------------------------------------------------------------

    Template Name :  Ntec - Saas & Software HTML5 Template 
    Author : template_mr
    Developed By :sayfurrahaman265@gmail.com
    Version : 1.0
    Created on   : 29/02/2024.

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. variables
    03. mixins
    04. common
    05. overlay
    06. header
    07. breadcrumb 
    08. mean-menu
    09. mobile-menu
    10. typography
    11. search
    12. custom-animation
    13. btn
    14. section-title
    15. theme-banner
    16. slider-nav
    17. about
    18. service
    19. chose
    20. counter
    21. video
    22. case
    23. work-process
    24. faq
    25. blog
    26. testimonial
    27. widget
    28. brand
    29. team
    30. price
    31. contact
    32. footer

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default font
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800;900&display=swap");
/* 1. Theme default css */
body {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-style: normal;
  color: #01050c;
}

.main-page-wrapper {
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }
}
.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-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;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

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: "Urbanist", sans-serif;
  color: #01050c;
  line-height: 1.4;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}

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;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #01050c;
  margin-bottom: 0;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-5 {
  opacity: 0.5;
}

.pe-0 {
  padding-right: 1px !important;
}

.ps-0 {
  padding-left: 1px !important;
}

hr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #01050c;
}

*::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::selection {
  background: black;
  color: white;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: black;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: black;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.overlay-bg {
  position: relative;
  z-index: 2;
}
.overlay-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.devider__line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.watch__video {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.watch__video span {
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 20px;
}

.popup-video {
  color: #fc3c59;
  background: white;
  border-radius: 50%;
  font-size: 24px;
  line-height: 70px;
  display: inline-block;
  width: 75px;
  height: 75px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  animation: pulseBig infinite 5s linear;
}
.popup-video:hover {
  color: white;
  background: #357ffe;
}

.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;
  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: #fc3c59;
  -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% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    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;
  }
}
#scrollUp {
  background: #fc3c59;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  bottom: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}
#scrollUp i {
  color: white;
}

.shapes {
  position: absolute;
}

/*--
    - 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: white;
}

[data-overlay="dark"]::before {
  background-color: #fc3c59;
}

/*-- 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-custom-container {
  max-width: 1480px;
}

.main-header-area {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 999;
}

.logo-area img {
  max-width: 100%;
}
.logo-area .front {
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.logo-area .back {
  display: none;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  width: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact__info {
  margin-right: 30px;
}
.contact__info .nav__shape {
  width: 1px;
  height: 50px;
  background: black;
  opacity: 0.2;
}
.contact__info .icon {
  width: 57px;
  height: 57px;
  background: #F7F5F5;
  text-align: center;
  line-height: 3;
  margin-right: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact__info .icon:hover {
  background: #fc3c59;
}
.contact__info .icon:hover img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  filter: invert(100%);
}
.contact__info p {
  font-size: 15px;
  line-height: 26px;
}
.contact__info span {
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
}

/* Hamburger-menu */
.hamburger-menu {
  display: inline-block;
}

.round-menu {
  display: inline-block;
  border: 2px solid #ff471a;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  line-height: 42px;
}
.round-menu i {
  color: #fc3c59;
}

.offset-sidebar {
  display: block;
  margin-top: 30px;
}

.main-menu {
  position: relative;
  z-index: 11;
}
.main-menu ul {
  padding: 0;
  margin: 0;
}
.main-menu ul li {
  list-style: none;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.main-menu ul li:last-child a {
  margin-right: 0;
}
.main-menu ul li:last-child a:before {
  display: none;
}
.main-menu ul li.active {
  color: #01050c;
}
.main-menu ul li.active a {
  color: #01050c;
}
.main-menu ul li a {
  color: black;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
  position: relative;
  margin: 0 55px 0 0;
  padding: 19px 0 20px 0;
}
@media only screen and (max-width: 1600px) {
  .main-menu ul li a {
    margin: 0 40px 0 0;
  }
}
.main-menu ul li:hover > a {
  color: #fc3c59;
}
.main-menu ul li ul.sub-menu {
  border: 0;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  border-radius: 0 15px 15px 15px;
  display: block;
  right: 0;
  left: 0;
  padding: 0 30px;
  top: 85%;
  visibility: hidden;
  transform: scaleY(0);
  opacity: 0;
  min-width: 223px;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
  margin: 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-menu ul li ul.sub-menu li {
  display: block;
  position: relative;
  border-bottom: 1px solid #d7d8d9;
}
.main-menu ul li ul.sub-menu li:last-child {
  border: none;
}
.main-menu ul li ul.sub-menu li ul.sub-menu {
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
}
.main-menu ul li ul.sub-menu li a {
  color: #01050c;
  font-size: 16px;
  position: relative;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 500;
  padding: 10px 0 10px 20px;
  display: block;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.main-menu ul li ul.sub-menu li a::before {
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  position: absolute;
  font-size: 50px;
  left: 0px;
  top: 10px;
}
.main-menu ul li ul.sub-menu li a .sub-menu-arrow {
  float: right;
}
.main-menu ul li ul.sub-menu li a:hover, .main-menu ul li ul.sub-menu li a.active {
  color: #fc3c59;
  background-color: transparent;
}
.main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.sticky-menu {
  position: fixed;
  background: white;
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999999;
}
.sticky-menu .hamburger-menu {
  top: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-menu .hamburger-menu {
    top: 35px;
  }
}

.theme-menu-one {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 111;
}
.theme-menu-one .custom-container-header {
  max-width: 1480px;
}
.theme-menu-one .main-menu ul li a {
  padding: 24px 0 25px 0;
}
.theme-menu-one .main-menu ul li a::before {
  top: 25px;
}
@media only screen and (max-width: 1200px) {
  .theme-menu-one .main-menu ul li a {
    margin-right: 25px;
  }
}
.theme-menu-one .sticky-menu {
  padding: 15px 0;
}
.theme-menu-one .sticky-menu .menu-list {
  margin: 0;
}
.theme-menu-one .header-info {
  position: relative;
  z-index: 1010;
}
.theme-menu-one .main-header-area {
  padding-left: 75px;
  padding-right: 75px;
}
.theme-menu-one .quote__btn .ht_btn {
  background: #357ffe;
  color: white;
  text-transform: capitalize;
  border-radius: 3px;
}
.theme-menu-one .quote__btn .nav__two__btn {
  border: 1px solid black;
  background: none;
  color: black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.theme-menu-one .quote__btn .nav__two__btn::before {
  background: #fc3c59;
}
.theme-menu-one .quote__btn .nav__two__btn:hover {
  color: white;
  border: 1px solid transparent;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .theme-menu-one .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .theme-menu-one .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-menu-one .main-header-area {
    padding: 20px 0;
  }
  .theme-menu-one .logo-area img {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .theme-menu-one .right-nav {
    justify-content: start;
  }
}
.theme-menu-one .sticky-menu .quote__btn::before {
  display: none;
}

.header__info-box {
  display: flex;
  align-items: center;
}
.header__info-box .icon {
  margin-right: 15px;
}
.header__info-box .text-content span {
  color: white;
  font-size: 14px;
  font-weight: 400;
  font-family: "Kumbh Sans", sans-serif;
}
.header__info-box .text-content h6 {
  color: white;
  font-size: 16px;
  line-height: 16px;
  font-family: "Kumbh Sans", sans-serif;
}
.header__info-box .right-language .language-btn {
  font-size: 16px;
}
.header__info-box .right-language .language-btn::after {
  display: none;
}
.header__info-box.location__info {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  z-index: 1;
}
.header__info-box.location__info::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  width: 3px;
  height: 100%;
  z-index: 1;
  left: 50px;
  top: 0;
}
.header__info-box.location__info::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  width: 3px;
  height: 100%;
  z-index: 1;
  right: 50px;
  top: 0;
}
@media only screen and (max-width: 1600px) {
  .header__info-box .icon {
    margin-right: 5px;
  }
  .header__info-box.location__info {
    padding-left: 50px;
    padding-right: 50px;
  }
  .header__info-box.location__info::before {
    display: none;
  }
  .header__info-box.location__info::after {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .header__info-box .icon {
    margin-right: 5px;
  }
}

.right-language .dropdown {
  line-height: 1;
}
.right-language .language-btn {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.right-language .language-btn i {
  color: white;
  font-size: 14px;
  font-weight: 300;
}
.right-language .language-btn::after {
  color: #01050c;
}
.right-language .dropdown-menu {
  min-width: 170px;
  padding: 10px 0;
  background: white;
  box-shadow: 0px 25px 50px 0px rgba(213, 216, 223, 0.5);
  border: 1px solid #f8f8f8;
  border-radius: 0;
  top: 20px;
  text-align: left;
}
.right-language .dropdown-menu li {
  display: block;
}
.right-language .dropdown-menu li a {
  display: block;
  padding: 0 15px;
  font-size: 15px;
  color: #01050c;
  line-height: 35px;
  text-transform: uppercase;
}
.right-language .dropdown-menu li a:hover {
  color: white;
  background: #fc3c59;
}

.social_media a {
  color: white;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #357ffe;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social_media a:nth-child(1) {
  background: #55ACEE;
}
.social_media a:nth-child(2) {
  background: #BD081C;
}
.social_media a:nth-child(3) {
  background: #3B5999;
}
.social_media a:nth-child(4) {
  background: #EA4C89;
}
.social_media a:hover {
  color: white;
  background: #fc3c59;
}
@media only screen and (max-width: 1200px) {
  .social_media a {
    margin-bottom: 10px;
  }
}

.top__header {
  background: #F6F6F6;
  padding: 16px 75px;
}
.top__header .top__left__header ul {
  display: inline-block;
}
.top__header .top__left__header ul li {
  margin-right: 20px;
  display: inline-block;
}
.top__header .top__left__header ul li a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top__header .top__left__header ul li a:hover {
  color: #357ffe;
}
.top__header .top__left__header .ht_btn {
  background: black;
  color: white;
  border-radius: 5px;
  padding: 10px 22px;
  text-transform: capitalize;
}
.top__header .top__left__header .ht_btn::before {
  background: #fc3c59;
}
.top__header .top__left__header .ht_btn:hover {
  color: white;
}
.top__header .top__left__header ul li i {
  margin-right: 10px;
}
.top__header .top__left__header p {
  font-size: 14px;
  font-weight: 500;
  color: black;
  padding: 9px 21px;
  background: #F3F7FF;
  border: 1px solid #CCD3DF;
}
.top__header .top__left__header span {
  font-size: 15px;
  font-weight: 400;
}
.top__header .top__right__header ul {
  display: inline-block;
}
.top__header .top__right__header ul li {
  margin-left: 20px;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top__header .top__right__header ul li:hover {
  color: #357ffe;
}
.top__header .top__right__header ul li img {
  margin-right: 10px;
}
.top__header .top__right__header .border-left {
  width: 1px;
  height: 24px;
  background: #EAEAEA;
}
.top__header .top__right__header span {
  font-size: 15px;
  font-weight: 400;
}

.theme-menu-two {
  background: linear-gradient(135deg, #181818 0.7%, rgba(24, 24, 24, 0.7) 100%);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 111;
}
.theme-menu-two .custom-container-header {
  max-width: 1480px;
}
.theme-menu-two .main-header-area {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.theme-menu-two .sticky-menu {
  padding-top: 10px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1200px) {
  .theme-menu-two .main-menu ul li a {
    margin: 0 30px 0 0;
  }
}

.theme-menu-three .main-header-area {
  border-bottom: 2px solid rgba(24, 24, 24, 0.05);
}
.theme-menu-three .sticky-menu {
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme-menu-three .main-menu {
  padding-left: 65px;
}
.theme-menu-three .main-menu ul li:last-child a {
  margin-right: 0;
}
.theme-menu-three .main-menu ul li a {
  color: #01050c;
}
@media only screen and (max-width: 1200px) {
  .theme-menu-three .main-menu ul li a {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1600px) {
  .theme-menu-three .main-menu {
    padding-left: 0;
  }
}
.theme-menu-three .round-menu {
  border: 2px solid #01050c;
  width: 40px;
  height: 40px;
  line-height: 37px;
}
.theme-menu-three .round-menu i {
  color: #01050c;
}
.theme-menu-three .quote__btn {
  position: relative;
  z-index: 1;
  margin-right: 50px;
}
.theme-menu-three .quote__btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 2px;
  height: 106px;
  display: inline-block;
  right: -50px;
  top: -27%;
  background: rgba(24, 24, 24, 0.05);
}
.theme-menu-three .quote__btn .ht_btn::before {
  background: #01050c;
}
@media only screen and (max-width: 1600px) {
  .theme-menu-three .quote__btn {
    display: none;
  }
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: none;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: none;
  margin-top: 0;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  /* border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5); */
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 0.5em 4%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  /* filter: alpha(opacity=75);
  text-shadow: none !important; */
  visibility: visible;
  font-size: 16px;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  /* border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; */
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -370px;
  width: 350px;
  padding: 25px 30px;
  height: 100%;
  display: block;
  background-color: #01050c;
  z-index: 1900;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-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);
  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: #fc3c59;
}
.open-mobile-menu a.active {
  background: #fc3c59;
}

.close-mobile-menu a {
  color: white;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  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;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-bottom: 20px;
}
.offset-widget .info-widget .offset-title {
  font-size: 20px;
  font-weight: 800;
  color: white;
}
.offset-widget .info-widget p {
  color: white;
}
.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 15px;
}
.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: white;
}

.fw-exbold {
  font-weight: 800;
}

.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-17 {
  font-size: 17px !important;
}

.fs-14 {
  font-size: 14px;
}

.fs-13 {
  font-size: 13px;
}

.fs-12 {
  font-size: 12px;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f4e9eb;
}

.white-bg {
  background: white;
}

.black-bg {
  background: #01050c;
}

.heding-bg {
  background: #01050c;
}

.theme-bg {
  background: #fc3c59;
}

/*--
    - color
-----------------------------------------*/
.text-white {
  color: white;
}

.text-prime {
  color: #fc3c59;
}

.text-black {
  color: black;
}

.text-theme {
  color: #fc3c59;
}

.text-body {
  color: #01050c;
}

.text-heding {
  color: #01050c;
}

/*--
    - fonts
-----------------------------------------*/
.body-font {
  font-family: "Kumbh Sans", sans-serif;
}

.heding-font {
  font-family: "Urbanist", sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.capitalize {
  text-transform: lowercase;
}

.bg-none {
  background: none;
}

.subscribe__section {
  position: relative;
  top: 100px;
  z-index: 4;
}
@media only screen and (max-width: 1200px) {
  .subscribe__section {
    top: 40px;
  }
}
.subscribe__section .subscriber__rapper {
  overflow: hidden;
  background: #FFE0E5;
  padding: 30px 0;
  border-radius: 3px;
}
.subscribe__section .subscriber__rapper h3 {
  color: black;
  font-size: 34px;
  font-weight: 600;
  line-height: 43px;
}
@media only screen and (max-width: 1200px) {
  .subscribe__section .subscriber__rapper h3 {
    font-size: 25px;
  }
}
.subscribe__section .subscriber__rapper h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 43px;
  color: black;
}
.subscribe__section .subscriber__rapper p {
  font-size: 16px;
  color: black;
}
.subscribe__section .subscriber__rapper span {
  font-size: 24px;
  line-height: 43px;
  font-weight: 600;
  color: black;
}
@media only screen and (max-width: 1200px) {
  .subscribe__section .subscriber__rapper span {
    font-size: 20px;
  }
}
.subscribe__section .review__text {
  margin-left: 30px;
}
@media only screen and (max-width: 1200px) {
  .subscribe__section .review__text {
    margin-left: 0px;
  }
}
.subscribe__section .main__content {
  z-index: 2;
  padding: 0px 20px;
}
.subscribe__section .subscribe__01 {
  border: 5px solid white;
}
@media only screen and (max-width: 1200px) {
  .subscribe__section .subscribe__01 {
    display: none;
  }
}
.subscribe__section .footer__03 {
  top: 36px;
  left: 36%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: scale-up-one 1s ease-in-out 0s infinite alternate-reverse both;
}
@media only screen and (max-width: 1800px) {
  .subscribe__section .footer__03 {
    display: none;
  }
}
.subscribe__section .subscribe__02 {
  bottom: -65px;
  left: 65px;
  z-index: 1;
}
@media only screen and (max-width: 1800px) {
  .subscribe__section .subscribe__02 {
    display: none;
  }
}

.subscribe__section__two .subscriber__rapper {
  background: #fc3c59;
  z-index: 1;
}
.subscribe__section__two .subscriber__rapper h3 {
  color: white;
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 1200px) {
  .subscribe__section__two .subscriber__rapper h3 {
    font-size: 25px;
  }
}
.subscribe__section__two .subscriber__rapper h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  color: white;
}
.subscribe__section__two .subscriber__rapper p {
  font-size: 16px;
  color: white;
}
.subscribe__section__two .subscriber__rapper span {
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  color: white;
}
@media only screen and (max-width: 1200px) {
  .subscribe__section__two .subscriber__rapper span {
    font-size: 20px;
  }
}
.subscribe__section__two .user__review {
  z-index: 3;
}
.subscribe__section__two .user__review::before {
  position: absolute;
  content: '';
  width: 372px;
  height: 372px;
  background: #ff506a;
  z-index: -1;
  left: -66px;
  border-radius: 50%;
}
@media only screen and (max-width: 1800px) {
  .subscribe__section__two .user__review::before {
    display: none;
  }
}
.subscribe__section__two .review__text {
  background: #f42e4c;
  margin-left: -34px;
  position: relative;
  z-index: -1;
  padding: 20px 53px;
}
@media only screen and (max-width: 1200px) {
  .subscribe__section__two .review__text {
    background: none;
  }
}
.subscribe__section__two .subscribe__01 {
  border: 10px solid #ff5c75;
}
.subscribe__section__two .user__form::before {
  position: absolute;
  content: '';
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #357ffe;
  right: -90px;
  top: -100px;
}
@media only screen and (max-width: 1800px) {
  .subscribe__section__two .user__form::before {
    display: none;
  }
}
.subscribe__section__two .user__form::after {
  position: absolute;
  content: '';
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #fcd2d7;
  right: -90px;
  bottom: -125px;
}
@media only screen and (max-width: 1800px) {
  .subscribe__section__two .user__form::after {
    display: none;
  }
}
.subscribe__section__two .subscribe__form input {
  color: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid white;
  background: transparent;
}
.subscribe__section__two .subscribe__form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.subscribe__section__two .subscribe__form input::-o-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.subscribe__section__two .subscribe__form input::-ms-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.subscribe__section__two .subscribe__form input::-webkit-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.subscribe__section__two .subscribe__form input::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.subscribe__section__two .subscribe__form .submit-btn {
  background: white;
  color: black;
  font-weight: 700;
  position: absolute;
  top: 4px;
  right: 4px;
  height: 52px;
  display: inline-block;
  line-height: 52px;
  border: 0;
  padding: 0 25px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.subscribe__section__two .subscribe__form .submit-btn::before {
  background: black;
}
.subscribe__section__two .subscribe__form .submit-btn:hover {
  color: white;
}
@media only screen and (max-width: 991.98px) {
  .subscribe__section__two .subscribe__form .submit-btn {
    display: none;
  }
}

.subscribe__section__three .subscriber__rapper {
  background: #fff6f7;
  z-index: 1;
}
.subscribe__section__three .subscriber__rapper h5, .subscribe__section__three .subscriber__rapper h3, .subscribe__section__three .subscriber__rapper p, .subscribe__section__three .subscriber__rapper span {
  color: black;
}
.subscribe__section__three .user__review::before {
  display: none;
}
.subscribe__section__three .subscribe__01 {
  border: 10px solid rgba(255, 255, 255, 0.5);
}
.subscribe__section__three .review__text {
  background: none;
}
.subscribe__section__three .subscribe__form input {
  color: rgba(0, 0, 0, 0.7) !important;
  border: 1px solid black;
  background: transparent;
}
.subscribe__section__three .subscribe__form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
}
.subscribe__section__three .subscribe__form input::-o-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
}
.subscribe__section__three .subscribe__form input::-ms-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
}
.subscribe__section__three .subscribe__form input::-webkit-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
}
.subscribe__section__three .subscribe__form input::placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
}
.subscribe__section__three .subscribe__form .submit-btn {
  background: black;
  color: white;
  font-weight: 700;
  position: absolute;
  top: 4px;
  right: 4px;
  display: inline-block;
  line-height: 52px;
  height: 52px;
  border: 0;
  padding: 0 25px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.subscribe__section__three .subscribe__form .submit-btn::before {
  background: #fc3c59;
}
.subscribe__section__three .subscribe__form .submit-btn:hover {
  color: white;
}
@media only screen and (max-width: 991.98px) {
  .subscribe__section__three .subscribe__form .submit-btn {
    display: none;
  }
}

@keyframes progress-forward-one {
  0% {
    width: 0%;
  }

  50% {
    width: 88%;
  }
}
@keyframes progress-forward-two {
  0% {
    width: 0%;
  }

  75% {
    width: 80%;
  }
}
@keyframes progress-forward-three {
  0% {
    width: 0%;
  }

  100% {
    width: 95%;
  }
}
@-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;
  }
}
@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-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% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    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;
  }
}
@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 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*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.5);
  }

  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/* pulseBig two*/
@keyframes pulseBig__two {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
  }

  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }

  100% {
    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% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-webkit-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-moz-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-o-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #fc3c59;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #fc3c59;
    opacity: 0.8;
  }
}
@-webkit-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #fc3c59;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #fc3c59;
    opacity: 0.8;
  }
}
@-moz-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #fc3c59;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #fc3c59;
    opacity: 0.8;
  }
}
@keyframes squareMove {
  0% {
    transform: translateX(0px) rotate(0deg);
  }

  33% {
    transform: translateY(-100px) rotate(180deg);
  }

  66% {
    transform: translateX(200px) rotate(-90deg);
  }

  100% {
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }

  33% {
    transform: translateY(-100px);
  }

  66% {
    transform: translateX(200px);
  }

  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }

  33% {
    transform: translateY(-100px);
  }

  66% {
    transform: translateX(200px);
  }

  100% {
    transform: translateX(0px);
  }
}
@keyframes float-bob {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }

  50% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
@keyframes rotate__new__one {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
@keyframes PopUpBg {
  0% {
    transform: scale3d(1.3, 1.3, 1.3);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes sliderText {
  0% {
    opacity: 0;
    transform: translateX(-250px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*--
	-theme-btn  section  style are here
----------------------------------------*/
.ht_btn {
  overflow: hidden;
  color: white;
  background: #fc3c59;
  font-size: 16px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 500;
  line-height: 16px;
  padding: 18px 33px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
  transition: all;
  text-transform: uppercase;
  z-index: 3;
  vertical-align: middle;
}
.ht_btn img {
  margin-top: -2px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht_btn::before {
  content: "";
  background: #01050c;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht_btn:hover {
  color: white;
}
.ht_btn:hover::before {
  width: 100%;
}
.ht_btn.hover-bg::before {
  background: #01050c;
}
.ht_btn.hover-bg:hover::before {
  width: 100%;
}

.blog_btn {
  font-family: "Kumbh Sans", sans-serif;
  color: #fc3c59;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
}
.blog_btn:hover {
  color: white;
  border-bottom: 1px solid white;
}

.blog_btn2 {
  font-family: "Kumbh Sans", sans-serif;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 18px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.blog_btn2:hover {
  color: white;
  border-bottom: 1px solid white;
}

.ht_btn2 {
  font-family: "Kumbh Sans", sans-serif;
  color: #01050c;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 1;
  background: none;
  padding: 22px 33px;
  text-transform: uppercase;
}
.ht_btn2:hover {
  color: #fc3c59;
}

.banner__main__title {
  font-size: 85px;
  font-weight: 700;
  line-height: 94px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner__main__title {
    font-size: 83px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner__main__title {
    font-size: 62px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 575.98px) {
  .banner__main__title {
    font-size: 40px;
    line-height: 50px;
  }
}

.banner__sub__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 80px;
}
@media only screen and (max-width: 575.98px) {
  .banner__sub__title {
    line-height: 40px;
  }
}

.banner__description {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
}
@media only screen and (max-width: 575.98px) {
  .banner__description {
    font-size: 18px;
    line-height: 32px;
  }
}

.section__title__main {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
@media only screen and (max-width: 1200px) {
  .section__title__main {
    font-size: 35px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575.98px) {
  .section__title__main {
    font-size: 1.8rem;
    line-height: 40px;
  }
}

.section__sub__title {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  margin-left: 15px;
}
@media only screen and (max-width: 575.98px) {
  .section__sub__title {
    line-height: 40px;
  }
}

.section__sub__title__two {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #fc3c59;
  text-transform: uppercase;
  line-height: 50px;
  margin-left: 10px;
}
@media only screen and (max-width: 575.98px) {
  .section__sub__title__two {
    line-height: 40px;
  }
}
.section__sub__title__two::before {
  position: absolute;
  left: -11px;
  content: url(../img/shape/sub__title__01.png);
  top: 11%;
}
.section__sub__title__two::after {
  position: absolute;
  right: -11px;
  content: url(../img/shape/sub__title__02.png);
  top: 11%;
}

.section__description {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
}
@media only screen and (max-width: 575.98px) {
  .section__description {
    font-size: 18px;
    line-height: 32px;
  }
}

.theme__main__banner {
  background: url(../img/hero/hero__one__bg__01.png) no-repeat, #e5f0fd;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner {
    background: none;
  }
}
.theme__main__banner .banner__description {
  font-size: 18px;
}
.theme__main__banner .shape__01 {
  position: absolute;
  left: 52%;
  top: 220px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: scaleUp1 2s ease-in-out 0s infinite alternate-reverse both;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner .shape__01 {
    display: none;
  }
}
.theme__main__banner .shape__02 {
  position: absolute;
  right: 13%;
  top: 137px;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner .shape__02 {
    display: none;
  }
}
.theme__main__banner .shape__03 {
  position: absolute;
  right: 13%;
  top: 6%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: scale-up-one 1s ease-in-out 0s infinite alternate-reverse both;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner .shape__03 {
    display: none;
  }
}
.theme__main__banner .shape__04 {
  position: absolute;
  right: 22.8%;
  top: 36rem;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner .shape__04 {
    display: none;
  }
}
.theme__main__banner .shape__05 {
  position: absolute;
  right: 0%;
  bottom: -46px;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner .shape__05 {
    display: none;
  }
}
.theme__main__banner .shape__06 {
  left: 2%;
  top: -20%;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner .shape__06 {
    display: none;
  }
}
.theme__main__banner .banner__button a {
  margin-right: 30px;
}
.theme__main__banner .banner__button .popup-video {
  background: #357ffe;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.theme__main__banner .banner__button .popup-video:hover {
  background: #fc3c59;
}
.theme__main__banner .banner__button .ht_btn {
  padding: 20px 41px;
  font-size: 18px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner .user__review {
    display: none;
  }
}
.theme__main__banner .user__review img {
  margin-left: -10px;
}
.theme__main__banner .user__review .review__text {
  margin-left: 30px;
}
.theme__main__banner .user__review h4 {
  font-size: 43px;
  font-weight: 600;
  line-height: 32px;
}
.theme__main__banner .user__review h5 {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
.theme__main__banner .hero__img {
  width: 100%;
}
.theme__main__banner .hero__img img {
  position: relative;
  max-width: 916px;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner .hero__img img {
    max-width: 100%;
  }
}
.theme__main__banner .developer__list {
  left: 100px;
  bottom: -25px;
  z-index: 1;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .theme__main__banner .developer__list {
    display: inline-block;
    left: 0;
    position: relative;
    top: 0px;
  }
}
.theme__main__banner .developer__list .employer__list {
  background: #fc3c59;
  padding: 22px 37px;
  width: 50%;
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 991.98px) {
  .theme__main__banner .developer__list .employer__list {
    width: 100%;
    border-radius: 0;
    text-align: center;
  }
}
.theme__main__banner .developer__list .worker__list {
  background: #357ffe;
  padding: 22px 37px;
  width: 50%;
  border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 991.98px) {
  .theme__main__banner .developer__list .worker__list {
    width: 100%;
    border-radius: 0;
    text-align: center;
  }
}
.theme__main__banner .developer__list h4 {
  font-size: 52px;
  font-weight: 700;
  line-height: 32px;
  color: white;
  margin-bottom: 10px;
}
.theme__main__banner .developer__list h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: white;
}

.theme__two__banner .banner__sub__title {
  position: relative;
  color: white;
  background: #fc3c59;
  display: inline;
  padding: 8px  16px;
  border-radius: 20px;
}
.theme__two__banner .banner__sub__title span {
  background: #357ffe;
  padding: 8px 16px;
  border-radius: 20px;
  position: relative;
  left: -17px;
}
.theme__two__banner .banner__main__title {
  color: white;
}
.theme__two__banner .banner__description {
  color: white;
}
.theme__two__banner .ht_btn {
  border-radius: 3px;
  background: #fc3c59;
  text-transform: capitalize;
}
.theme__two__banner .ht_btn::before {
  background: #357ffe;
}
@media only screen and (max-width: 575.98px) {
  .theme__two__banner .ht_btn {
    margin-bottom: 20px;
    display: block;
  }
}
.theme__two__banner .custom__btn {
  background: transparent;
  border: 1px solid white;
  border-radius: 3px;
}
@media only screen and (max-width: 575.98px) {
  .theme__two__banner .custom__btn {
    display: block;
  }
}
.theme__two__banner .hero__img {
  bottom: -80px;
  left: -60px;
}
@media only screen and (max-width: 1200px) {
  .theme__two__banner .hero__img {
    bottom: 0;
    left: 0;
  }
}
.theme__two__banner .main__banner__bg {
  background: rgba(0, 0, 0, 0.5);
  background-size: cover;
  overflow: hidden;
}
.theme__two__banner .banner__scale__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale3d(1.3, 1.3, 1.3);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -2;
  animation: PopUpBg 2s ease 0s 3 normal forwards;
}
.theme__two__banner .banner__scale__img__two {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  transform: scale3d(1.3, 1.3, 1.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
  animation: PopUpBg 2s ease 0s 3 normal forwards;
}
.theme__two__banner .theme__content {
  opacity: 0;
  animation: sliderText 2s ease 0s 1 normal forwards;
}
.theme__two__banner .swiper-slide-active .theme__content {
  opacity: 1;
}
.theme__two__banner .swiper-slide-active .banner__scale__img__two,
.theme__two__banner .swiper-slide-active .banner__scale__img {
  opacity: 1;
}
.theme__two__banner .right__banner__content .rotate__img__one {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  animation: rotation 6s infinite linear;
  top: 90px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .theme__two__banner .right__banner__content .rotate__img__one {
    display: none;
  }
}
.theme__two__banner .popup-video {
  position: absolute;
  right: 16%;
  top: 73%;
  background: #fc3c59;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: pulseBig__two infinite 5s linear;
}
@media only screen and (max-width: 1200px) {
  .theme__two__banner .popup-video {
    left: 0;
  }
}
.theme__two__banner .swiper-button-next {
  left: 77%;
  top: 75%;
  font-size: 24px;
  color: white;
  background: #357ffe;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.theme__two__banner .swiper-button-next:hover {
  background: #fc3c59;
}
@media only screen and (max-width: 1200px) {
  .theme__two__banner .swiper-button-next {
    display: none;
  }
}
.theme__two__banner .swiper-button-prev {
  left: 77%;
  top: 84%;
  font-size: 24px;
  color: white;
  background: #fc3c59;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.theme__two__banner .swiper-button-prev:hover {
  background: #357ffe;
}
@media only screen and (max-width: 1200px) {
  .theme__two__banner .swiper-button-prev {
    display: none;
  }
}
.theme__two__banner .swiper-button-next:after, .theme__two__banner .swiper-button-prev:after {
  display: none;
}
.theme__two__banner .banner__below__rapper {
  bottom: -100px;
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .theme__two__banner .banner__below__rapper {
    position: relative;
  }
}
.theme__two__banner .banner__below__rapper .service__type {
  background: #F4E9EB;
  width: 400px;
  padding: 30px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 1200px) {
  .theme__two__banner .banner__below__rapper .service__type {
    width: 100%;
  }
}
.theme__two__banner .banner__below__rapper .service__type:hover {
  background: #EEF4FF;
}
.theme__two__banner .banner__below__rapper .icon {
  width: 100%;
  margin-right: 20px;
}
.theme__two__banner .banner__below__rapper .img__bg {
  width: 81px;
  height: 81px;
  line-height: 81px;
  background: white;
  border-radius: 50%;
  text-align: center;
}
.theme__two__banner .banner__below__rapper .service__type_text {
  width: 100%;
}
.theme__two__banner .banner__below__rapper h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 1200px) {
  .theme__two__banner .banner__below__rapper h5 {
    font-size: 20px;
  }
}
.theme__two__banner .banner__below__rapper h5:hover {
  color: #fc3c59;
}
.theme__two__banner .banner__below__rapper p {
  font-size: 18px;
  line-height: 32px;
  opacity: 0.8;
}

.theme__three__banner .banner__bg__two::before {
  position: absolute;
  content: url(../img/hero/banner__three__shape__01.png);
  left: -20px;
  top: 171px;
  z-index: 1;
  opacity: 0.4;
  transform: translateX(-100%);
  -webkit-transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
  -ms-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  transition: all 2s ease 0s;
}
@media only screen and (max-width: 1800px) {
  .theme__three__banner .banner__bg__two::before {
    display: none;
  }
}
.theme__three__banner .banner__bg__two::after {
  position: absolute;
  content: url(../img/hero/banner__three__shape__02.png);
  right: -3px;
  top: -245px;
  z-index: 1;
  opacity: 0.4;
  transform: translateX(100%);
  -webkit-transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
  -ms-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  transition: all 2s ease 0s;
}
@media only screen and (max-width: 1800px) {
  .theme__three__banner .banner__bg__two::after {
    display: none;
  }
}
.theme__three__banner .swiper-slide-active .banner__bg__two::before {
  transform: translate(0%);
}
.theme__three__banner .swiper-slide-active .banner__bg__two::after {
  transform: translate(0%);
  right: -3px;
}
.theme__three__banner .ht_btn {
  border-radius: 3px;
  background: #fc3c59;
  text-transform: capitalize;
}
.theme__three__banner .ht_btn::before {
  background: #357ffe;
}
.theme__three__banner .custom__btn {
  background: transparent;
  border: 1px solid white;
  border-radius: 3px;
}
.theme__three__banner .popup-video {
  position: relative;
  left: 20px;
  background: #357ffe;
}
.theme__three__banner .popup-video:hover {
  background: #fc3c59;
}
.theme__three__banner .swiper-pagination {
  bottom: 50px;
}
.theme__three__banner .swiper-pagination-bullet {
  position: relative;
  width: 9px;
  height: 9px;
  background: white;
  border: 2px solid #fc3c59;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.theme__three__banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.theme__three__banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
  bottom: 0;
}
.theme__three__banner .swiper-pagination-bullet-active {
  outline: 1px solid #CBCBCB;
  outline-offset: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.search-wrap form {
  display: flex;
  justify-content: center;
}

input.main-search-input {
  width: 50%;
  height: 66px;
  text-align: center;
  font-size: 25px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: none;
  outline: none;
}
input.main-search-input::placeholder {
  font-size: 25px;
  line-height: 40px;
}
input.main-search-input::-moz-placeholder {
  font-size: 25px;
  line-height: 40px;
}
input.main-search-input::-webkit-placeholder {
  font-size: 25px;
  line-height: 40px;
}
input.main-search-input::-o-placeholder {
  font-size: 25px;
  line-height: 40px;
}

.offcanvas-header {
  justify-content: end;
}

.widget__title {
  color: black;
  font-size: 22px;
}
@media only screen and (max-width: 991.98px) {
  .widget__title {
    font-size: 20px;
  }
}

.widget__title__two {
  font-size: 30px;
}
@media only screen and (max-width: 1200px) {
  .widget__title__two {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .widget__title__two {
    font-size: 22px;
  }
}

.widget-right-section {
  background: #ebf0e5;
  padding: 20px 20px;
  border-radius: 5px;
}
.widget-right-section h5 {
  font-size: 22px;
  line-height: 32px;
  margin-left: 10px;
}

.service-widget {
  list-style: none;
}
.service-widget li:last-child a {
  margin-bottom: 0;
}
.service-widget li a {
  border-radius: 10px;
  color: #01050c;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  padding: 12px 36px;
  background: white;
  margin-bottom: 20px;
  display: block;
  position: relative;
  z-index: 1;
}
.service-widget li a::before {
  content: "";
  position: absolute;
  background: #fc3c59;
  height: 100%;
  width: 0px;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-widget li a::after {
  content: "";
  position: absolute;
  background: #fc3c59;
  height: 100%;
  width: 0px;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-widget li a i {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-right: 10px;
}
.service-widget li a span {
  color: #fc3c59;
}
.service-widget li a:hover {
  color: white;
}
.service-widget li a:hover span {
  color: white;
}
.service-widget li a:hover::before, .service-widget li a:hover::after {
  width: 52%;
}
@media only screen and (max-width: 1200px) {
  .service-widget li a {
    font-size: 16px;
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .service-widget {
    padding: 40px 5px;
  }
}

.widget-Live {
  padding: 20px 23px;
  border-radius: 5px;
}
.widget-Live .project__details__05 {
  position: absolute;
  left: 0;
  top: -9%;
  z-index: -1;
  border-radius: 5px;
}
@media only screen and (max-width: 1200px) {
  .widget-Live .project__details__05 {
    display: none;
  }
}
.widget-Live .ht_btn {
  background: black;
  text-transform: capitalize;
  border-radius: 5px;
}
.widget-Live .ht_btn::before {
  background: #fc3c59;
}

.widget-form p {
  color: #01050c;
}
.widget-form input,
.widget-form textarea {
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #01050c;
  font-size: 16px;
  display: block;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 20px;
}
.widget-form input:focus,
.widget-form textarea:focus {
  color: #01050c;
  outline: none;
  border-color: #fc3c59;
}
.widget-form input::placeholder,
.widget-form textarea::placeholder {
  color: #01050c;
  font-size: 16px;
}
.widget-form input::-moz-placeholder,
.widget-form textarea::-moz-placeholder {
  color: #01050c;
  font-size: 16px;
}
.widget-form input::-webkit-placeholder,
.widget-form textarea::-webkit-placeholder {
  color: #01050c;
  font-size: 16px;
}
.widget-form input::-o-placeholder,
.widget-form textarea::-o-placeholder {
  color: #01050c;
  font-size: 16px;
}
.widget-form input::-ms-placeholder,
.widget-form textarea::-ms-placeholder {
  color: #01050c;
  font-size: 16px;
}
.widget-form textarea {
  height: 146px;
  resize: none;
  padding-top: 10px;
}
.widget-form .widget-btn {
  color: white;
  font-size: 16px;
  line-height: 19px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 700;
  border: 0;
  background: #fc3c59;
  width: 100%;
  padding: 21px 0 20px 0;
}
.widget-form .widget-btn:hover {
  color: #01050c;
  background: white;
}
@media (max-width: 1200px) {
  .widget-form {
    padding: 40px 15px;
  }
}

.widget__subscribe,
.widget__search {
  background: rgba(255, 227, 193, 0.1);
  padding: 40px;
}
.widget__subscribe .subscribe-form,
.widget__search .subscribe-form {
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.widget__subscribe .subscribe-form input,
.widget__search .subscribe-form input {
  color: rgba(1, 5, 12, 0.5);
  font-size: 16px;
  height: 60px;
  width: 100%;
  border-radius: 50px;
  line-height: 50px;
  padding-left: 25px;
  border: 0;
  background: white;
  box-shadow: 11px 25px 83px -17px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 11px 25px 83px -17px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 11px 25px 83px -17px rgba(0, 0, 0, 0.1);
}
.widget__subscribe .subscribe-form input::placeholder,
.widget__search .subscribe-form input::placeholder {
  color: rgba(1, 5, 12, 0.5);
}
.widget__subscribe .subscribe-form input::-moz-placeholder,
.widget__search .subscribe-form input::-moz-placeholder {
  color: rgba(1, 5, 12, 0.5);
}
.widget__subscribe .subscribe-form input::-webkit-placeholder,
.widget__search .subscribe-form input::-webkit-placeholder {
  color: rgba(1, 5, 12, 0.5);
}
.widget__subscribe .subscribe-form input::-o-placeholder,
.widget__search .subscribe-form input::-o-placeholder {
  color: rgba(1, 5, 12, 0.5);
}
.widget__subscribe .subscribe-form .ht_btn,
.widget__search .subscribe-form .ht_btn {
  border-radius: 50px;
}
@media only screen and (max-width: 1200px) {
  .widget__subscribe,
  .widget__search {
    padding: 40px 15px;
  }
}

.widget-post {
  padding: 35px 40px;
}
.widget-post .post-list li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.widget-post .post__thumb {
  display: inline-block;
}
.widget-post .post__content h5 {
  color: #01050c;
  font-size: 20px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.widget-post .post__content h5 a:hover {
  color: #fc3c59;
}
.widget-post .post__content p {
  color: black;
}
.widget-post .post__content span {
  color: #01050c;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 4px;
}
@media (max-width: 1599.98px) {
  .widget-post .post__content h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .widget-post {
    padding: 35px 15px;
  }
}

.widget-categories {
  padding: 40px;
}
.widget-categories .service-widget {
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .widget-categories {
    padding: 40px 15px;
  }
}

.widget-categories-tag {
  padding: 35px 40px 30px 40px;
}
@media only screen and (max-width: 1200px) {
  .widget-categories-tag {
    padding: 40px 15px;
  }
}

.tag-list a {
  color: #01050c;
  font-size: 16px;
  font-weight: 400;
  background: rgba(255, 114, 58, 0.1);
  display: inline-block;
  padding: 10px 15px;
  margin: 10px 5px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.tag-list a::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: white;
  width: 1px;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.tag-list a:hover {
  color: white;
}
.tag-list a:hover::before {
  width: 100%;
  background: #fc3c59;
}
@media only screen and (max-width: 1600px) {
  .tag-list a {
    padding: 16px 14px;
    margin: 5px 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tag-list a {
    padding: 16px 10px;
    margin: 5px 2px;
  }
}

@media only screen and (max-width: 767.98px) {
  .page-navigation {
    padding-right: 0;
  }
}
.page-navigation .page-link {
  display: inline-block;
  color: #01050c;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid rgba(24, 24, 24, 0.1);
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-right: 20px;
  padding: 0;
}
.page-navigation .page-link:hover, .page-navigation .page-link:focus {
  color: white;
  background: #fc3c59;
  border-color: #fc3c59;
  box-shadow: none;
}
.page-navigation .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-navigation .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
  padding-right: 0;
}

.color__link {
  color: #fc3c59;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.feature__section .section__title__main {
  color: white;
}
.feature__section .section__description {
  color: white;
}
.feature__section .feature__01 {
  top: 0;
  z-index: -1;
  background-size: cover;
  min-height: 100%;
}
.feature__section .ht_btn {
  border-radius: 3px;
  background: #357ffe;
  padding: 18px 55px;
  text-transform: capitalize;
  font-size: 18px;
}
.feature__section .ht_btn::before {
  background: #fc3c59;
}

.about__section .about__img__wrapper__two {
  position: relative;
}
.about__section .about__img__wrapper__two .about__main__1 {
  position: absolute;
  z-index: 2;
  max-width: 852px;
  right: 0;
}
@media only screen and (max-width: 1800px) {
  .about__section .about__img__wrapper__two .about__main__1 {
    width: 100%;
    left: 0;
  }
}
.about__section .about__img__wrapper__two .about__main__2 {
  position: absolute;
  z-index: 1;
  max-width: 885px;
  right: 0;
}
@media only screen and (max-width: 1800px) {
  .about__section .about__img__wrapper__two .about__main__2 {
    position: relative;
    width: 100%;
    left: 0;
  }
}
.about__section .about__content__wrapper {
  padding-left: 60px;
}
@media only screen and (max-width: 1800px) {
  .about__section .about__content__wrapper {
    padding-left: 0px;
  }
}
.about__section .about__content__wrapper ul {
  padding-left: 20px;
}
@media only screen and (max-width: 1800px) {
  .about__section .about__content__wrapper ul {
    padding-left: 0px;
  }
}
.about__section .about__content__wrapper .icon {
  background: #fc3c59;
  border-radius: 50%;
  text-align: center;
  margin-left: -7px;
  padding: 15px;
  outline-offset: 10px;
  outline: 2px dashed rgba(27, 33, 47, 0.1);
}
.about__section .about__content__wrapper .icon:before {
  position: absolute;
  content: '';
  height: 37px;
  border-left: 2px dashed rgba(27, 33, 47, 0.1);
  bottom: -47px;
  left: 38px;
}
.about__section .about__content__wrapper .icon__two {
  background-color: #FF723A;
}
.about__section .about__content__wrapper .icon__three {
  background-color: #8E66FF;
}
.about__section .about__content__wrapper .icon__three:before {
  display: none;
}
.about__section .about__content__wrapper .about__type_text {
  padding-left: 45px;
}
.about__section .about__content__wrapper .about__type_text h5 {
  font-size: 28px;
  font-weight: 700;
}
.about__section .about__content__wrapper .about__type_text p {
  font-size: 16px;
}

.about__section__two {
  background: url(../img/about/about__two__bg__01.png) no-repeat;
  background-size: auto;
  background-position: 60% 87%;
}
.about__section__two .about__content__wrapper {
  padding-left: 0;
  padding-right: 80px;
}
@media only screen and (max-width: 1800px) {
  .about__section__two .about__content__wrapper {
    padding-right: 0;
  }
}
.about__section__two .about__content__wrapper ul {
  padding-left: 0;
}
.about__section__two .about__content__wrapper .icon {
  border-radius: 10px;
  outline: none;
  padding: 40px;
  background: white;
  box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
}
.about__section__two .about__content__wrapper .icon::before {
  position: absolute;
  content: '';
  bottom: 45px;
  left: 130px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid white;
}
.about__section__two .about__content__wrapper .icon img {
  width: 50px;
  height: 50px;
}
.about__section__two .about__content__wrapper .icon__three:before {
  display: block;
}
.about__section__two .about__content__wrapper .about__type_text {
  border-radius: 10px;
  background: white;
  width: 70%;
  margin-left: 30px;
  padding: 15px 30px;
  box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.about__section__two .about__content__wrapper .about__type_text:hover {
  background: #fc3c59;
}
.about__section__two .about__content__wrapper .about__type_text:hover h5 {
  color: white;
}
.about__section__two .about__content__wrapper .about__type_text:hover p {
  color: white;
}
.about__section__two .about__content__wrapper .about__type_text h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.about__section__two .about__content__wrapper .about__type_text p {
  font-size: 16px;
  line-height: 28px;
  color: black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.about__section__two .about__img__wrapper__two {
  gap: 20px;
  margin-left: -40px;
}

.about__section__three {
  top: -100px;
  z-index: 1;
  background: url("../img/service/service__three__bg.png") rgba(255, 227, 193, 0.1) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .about__section__three {
    top: 0;
  }
}
.about__section__three .sub__title__two {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.about__section__three .about__type {
  background: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 2px 1px 20px -13px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 1px 20px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 1px 20px -13px rgba(0, 0, 0, 0.75);
}
.about__section__three .about__type .icon {
  background: white;
  width: 161px;
  height: 90px;
  border: 2px solid rgba(252, 60, 89, 0.1);
  border-radius: 10px;
  text-align: center;
  line-height: 90px;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.about__section__three .about__type .icon:hover {
  color: white;
  background: #fc3c59;
}
.about__section__three .about__type .icon:hover img {
  color: white;
  filter: brightness(100) contrast(1) hue-rotate(121deg) invert(0) saturate(1) sepia(1);
}
.about__section__three .about__type .icon img {
  color: #fc3c59;
  transition: filter 0.3s;
  filter: brightness(100%);
}
.about__section__three .about__type .about__type_text h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}
.about__section__three .about__type .about__type_text p {
  font-size: 16px;
  line-height: 28px;
}

.about__banner {
  background: rgba(0, 0, 0, 0.5);
}
.about__banner .about__content {
  position: absolute;
  top: 45%;
  z-index: 2;
  left: 0;
}
.about__banner .about__content h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  color: white;
}
@media only screen and (max-width: 1200px) {
  .about__banner .about__content h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about__banner .about__content h3 {
    font-size: 35px;
  }
}
.about__banner .about__content p {
  font-size: 18px;
  line-height: normal;
  color: white;
}
.about__banner .about__content p a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.about__banner .about__content p a:hover {
  color: #fc3c59;
}
.about__banner .about__banner__01 {
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-height: 526px;
  background-size: cover;
}
@media only screen and (max-width: 991.98px) {
  .about__banner .about__banner__01 {
    min-height: 200px;
  }
}

.counter__section {
  background: url("../img/counter/counter__one__bg__o1.png") no-repeat center center;
  background-size: auto;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .counter__section {
    background: #f4e9eb;
  }
}
.counter__section .counter__wrapper {
  padding: 30px 30px;
}
@media only screen and (max-width: 1800px) {
  .counter__section .counter__wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .counter__section .counter__wrapper {
    padding: 30px 150px;
  }
}
@media only screen and (max-width: 991.98px) {
  .counter__section .counter__wrapper {
    padding: 30px 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .counter__section .counter__wrapper {
    padding: 30px 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .counter__section .counter__wrapper {
    padding: 30px 70px;
  }
}
@media only screen and (max-width: 575.98px) {
  .counter__section .counter__wrapper {
    padding: 30px 0px;
  }
}
.counter__section .counter__wrapper .counter__number {
  color: white;
  font-size: 46px;
  font-weight: 900;
}
.counter__section .counter__wrapper .counter__title {
  color: white;
  font-size: 22px;
  font-weight: 500;
}
.counter__section .counter__wrapper .screen__04 {
  position: absolute;
  top: -46px;
  z-index: -1;
  left: 10px;
  max-width: 258px;
}
.counter__section .counter__wrapper .screen__05 {
  position: absolute;
  top: -60px;
  z-index: -1;
  left: 9px;
  max-width: 262px;
}
.counter__section .counter__wrapper .screen__06 {
  position: absolute;
  top: -125px;
  z-index: -1;
  left: -65px;
  max-width: 383px;
}
.counter__section .counter__wrapper .screen__07 {
  position: absolute;
  top: -146px;
  z-index: -1;
  right: -84px;
  max-width: 438px;
}
.counter__section .counter__wrapper .shape__006 {
  position: absolute;
  left: -212px;
  top: -123px;
  z-index: -2;
}
.counter__section .counter__wrapper_text {
  padding: 0 0 0 133px;
}
@media only screen and (max-width: 1200px) {
  .counter__section .counter__wrapper_text {
    padding: 0;
  }
}
.counter__section .counter__wrapper_text .counter__btn .ht_btn {
  border-radius: 5px;
}
.counter__section .counter__wrapper_text .accordion-button:not(.collapsed) {
  border-radius: 5px;
  color: black;
  background: white;
  transition: all 0.3s ease-in-out;
  padding: 15px 18px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  padding-left: 60px;
  box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.counter__section .counter__wrapper_text .accordion-button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.counter__section .counter__wrapper_text .accordion-button.collapsed {
  border-radius: 5px;
  color: black;
  background: white;
  transition: all 0.3s ease-in-out;
  padding: 15px 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  padding-left: 60px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
}
.counter__section .counter__wrapper_text .accordion-button {
  position: relative;
}
.counter__section .counter__wrapper_text .accordion-button::after {
  position: absolute;
  background: none;
  content: '+';
  height: auto;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
  line-height: initial;
  left: 5%;
  top: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.counter__section .counter__wrapper_text .accordion-button:not(.collapsed) {
  position: relative;
}
.counter__section .counter__wrapper_text .accordion-button:not(.collapsed)::after {
  position: absolute;
  background: none;
  content: '_';
  height: auto;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
  line-height: initial;
  left: 5%;
  top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.counter__section .counter__wrapper_text .accordion-item {
  background: white;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.counter__section .counter__wrapper_text .accordion-body {
  padding: 30px 7px 20px 18px;
  box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
}
.counter__section .counter__wrapper_text .accordion-body p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.counter__section__two {
  background: url("../img/counter/counter__two__bg__01.png") no-repeat;
  background-size: auto;
  background-position: -11% 25%;
}
@media only screen and (max-width: 1200px) {
  .counter__section__two {
    background: none;
  }
}
.counter__section__two .counter__wrapper {
  padding: 0;
}
.counter__section__two .counter__wrapper .watch__video {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.counter__section__two .counter__wrapper .watch__video span {
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 20px;
}
.counter__section__two .counter__wrapper_text {
  padding: 0 0 0 91px;
}
@media only screen and (max-width: 1800px) {
  .counter__section__two .counter__wrapper_text {
    padding: 0 0 0 0;
  }
}
.counter__section__two .counter__wrapper_text ul li {
  color: black;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
  background: white;
  box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.counter__section__two .counter__wrapper_text ul li:hover {
  background: #fc3c59;
  color: white;
}

.offer__section {
  position: relative;
}
.offer__section .section__sub__title {
  position: relative;
  color: #fc3c59;
  display: inline;
}
.offer__section .section__sub__title::before {
  position: absolute;
  content: '';
  width: 110%;
  height: 25px;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  top: -10px;
  left: -6%;
  z-index: -1;
}
.offer__section .single__offer__box {
  border-radius: 10px;
  height: 399px;
  padding: 47px 35px;
  background: #E5F0FD;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.offer__section .single__offer__box:hover {
  background: #F4E9EB;
  border: 1px solid black;
  overflow: hidden;
}
@media only screen and (max-width: 1800px) {
  .offer__section .single__offer__box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.offer__section .single__offer__box .icon {
  position: relative;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: white;
  padding: 19px 18px;
}
.offer__section .single__offer__box .icon::after {
  position: absolute;
  content: '';
  width: 96px;
  height: 96px;
  border: 1px solid #357ffe;
  left: -9px;
  top: -9px;
  border-radius: 50%;
}
.offer__section .single__offer__box .icon-two {
  background: rgba(255, 62, 74, 0.2);
}
.offer__section .single__offer__box .icon-three {
  background: rgba(255, 135, 0, 0.2);
}
.offer__section .single__offer__box .icon-three {
  background: rgba(40, 120, 235, 0.2);
}
.offer__section .single__offer__box .offer__title {
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.offer__section .single__offer__box .offer__title:hover {
  color: #fc3c59;
}
.offer__section .single__offer__box p {
  font-size: 16px;
}
.offer__section .single__offer__box .ht_btn {
  text-transform: capitalize;
  background: #357ffe;
  padding: 15px 20px;
  border-radius: 2px;
}
.offer__section .single__offer__box .ht_btn::before {
  background: #fc3c59;
}
.offer__section .single__offer__box .ht_btn span {
  margin-right: 10px;
}
.offer__section .offer_bg__01 {
  left: 0;
  top: -25%;
  z-index: -2;
}
@media only screen and (max-width: 1800px) {
  .offer__section .offer_bg__01 {
    display: none;
  }
}
.offer__section .offer_bg__02 {
  right: 0;
  top: 40px;
  z-index: -1;
}
@media only screen and (max-width: 1800px) {
  .offer__section .offer_bg__02 {
    display: none;
  }
}

.offer__section__two .offer__bg__wrapper {
  overflow: hidden;
}
.offer__section__two .offer__bg__wrapper::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #F5ECEE;
  width: 100%;
  height: 890px;
  z-index: -1;
  opacity: 0.6;
}
@media only screen and (max-width: 1200px) {
  .offer__section__two .offer__bg__wrapper::after {
    height: 100%;
  }
}
.offer__section__two .offer__bg__wrapper .offer__two__bg__01 {
  position: absolute;
  left: 0;
  z-index: -2;
}
@media only screen and (max-width: 1800px) {
  .offer__section__two .offer__bg__wrapper .offer__two__bg__01 {
    display: none;
  }
}
.offer__section__two .single__offer__box {
  background: white;
  height: 456px;
  vertical-align: middle;
  padding: 65px 45px;
}
.offer__section__two .offer__title {
  font-size: 26px;
}
.offer__section__two .icon {
  display: inline-block;
}
.offer__section__two .custom__shape {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.offer__section__two .custom__shape:hover .round__shape {
  background: #fc3c59;
}
.offer__section__two .custom__shape .round__shape {
  width: 52px;
  height: 52px;
  background: #FBF0F0;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.offer__section__two .custom__shape span {
  position: relative;
  left: -40px;
  font-size: 16px;
  font-weight: 700;
}
.offer__section__two .custom__shape i {
  position: relative;
  left: -30px;
  font-size: 20px;
  font-weight: normal;
  top: 3px;
}
.offer__section__two .our__mission h5 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
@media only screen and (max-width: 1800px) {
  .offer__section__two .our__mission h5 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .offer__section__two .our__mission h5 {
    font-size: 25px;
    line-height: 30px;
  }
}
.offer__section__two .our__mission .offer__two__bg__02 {
  position: absolute;
  left: 0;
  z-index: -2;
}
@media only screen and (max-width: 991.98px) {
  .offer__section__two .our__mission .left__mission {
    padding-left: 60px;
  }
}
.offer__section__two .our__mission .left__mission::before {
  position: absolute;
  background: #F3D5D9;
  content: '';
  width: 100vw;
  height: 345px;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 5px;
}
@media only screen and (max-width: 1800px) {
  .offer__section__two .our__mission .left__mission::before {
    left: 0;
  }
}
.offer__section__two .our__mission .left__mission::after {
  position: absolute;
  background: url(../img/offer/offer__two__bg__01.png);
  content: '';
  width: 100vw;
  height: 345px;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 5px;
}
@media only screen and (max-width: 991.98px) {
  .offer__section__two .our__mission .left__mission::after {
    left: 0;
  }
}
.offer__section__two .our__mission .left__mission .offer__01 {
  left: -51%;
  top: 20%;
}
@media only screen and (max-width: 1800px) {
  .offer__section__two .our__mission .left__mission .offer__01 {
    display: none;
  }
}
.offer__section__two .our__mission .right__mission {
  color: white;
  padding-left: 60px;
}
.offer__section__two .our__mission .right__mission h5 {
  color: white;
}
.offer__section__two .our__mission .right__mission::before {
  position: absolute;
  background: #0a44a8;
  content: '';
  width: 100vw;
  height: 345px;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 5px;
}
.offer__section__two .our__mission .right__mission .round__shape {
  background: #fc3c59;
}
.offer__section__two .our__mission .right__mission .round__shape__two {
  width: 166px;
  height: 166px;
  background: white;
  border-radius: 50%;
  bottom: -60%;
  left: -17%;
  text-align: center;
  line-height: 140px;
}
@media only screen and (max-width: 1800px) {
  .offer__section__two .our__mission .right__mission .round__shape__two {
    display: none;
  }
}
.offer__section__two .our__mission .right__mission .offer__02 {
  left: 0%;
  top: 0%;
  max-width: 948px;
  z-index: -1;
  opacity: 0.2;
}
.offer__section__two .our__mission__two h5 {
  color: white;
}
.offer__section__two .our__mission__two p {
  color: white;
}
.offer__section__two .our__mission__two .popup-video {
  right: -37rem;
  top: -11rem;
  background: #357ffe;
}
.offer__section__two .our__mission__two .right__mission::before {
  min-height: 713px;
}
.offer__section__two .our__mission__two .left__mission::before {
  position: absolute;
  background: rgba(3, 14, 33, 0.5);
  content: '';
  width: 100vw;
  min-height: 713px;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 5px;
}
.offer__section__two .our__mission__two .offer__01 {
  left: -70%;
  top: 0%;
  max-width: 970px;
  z-index: -2;
}

.offer__section__three .section__title__main {
  margin: 0 auto;
  width: 90%;
}
@media only screen and (max-width: 1800px) {
  .offer__section__three .section__title__main {
    width: 100%;
  }
}
.offer__section__three .offer__bg__wrapper {
  overflow: visible;
}
.offer__section__three .offer__bg__wrapper::after {
  display: none;
}
.offer__section__three .single__offer__box {
  height: 399px;
  padding: 50px 30px;
  -webkit-box-shadow: 2px 6px 35px -18px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 2px 6px 35px -18px rgba(0, 0, 0, 0.62);
  box-shadow: 2px 6px 35px -18px rgba(0, 0, 0, 0.62);
}
@media (min-width: 1500px) {
  .offer__section__three .our__mission__two .mission-container {
    position: static;
    max-width: 1450px;
    width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
  }
}
.offer__section__three .our__mission__two h3 {
  color: white;
  font-size: 60px;
}
@media only screen and (max-width: 1800px) {
  .offer__section__three .our__mission__two h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .offer__section__three .our__mission__two h3 {
    font-size: 30px;
  }
}
.offer__section__three .our__mission__two p {
  color: white;
}
.offer__section__three .our__mission__two .popup-video {
  right: -44rem;
  top: -11rem;
  background: #357ffe;
}
.offer__section__three .our__mission__two .popup-video::before {
  position: absolute;
  content: '';
  width: 130px;
  height: 130px;
  line-height: 130px;
  display: inline-block;
  border-radius: 50%;
  top: -29px;
  left: -26px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1800px) {
  .offer__section__three .our__mission__two .popup-video::before {
    display: none;
  }
}
@media only screen and (max-width: 1800px) {
  .offer__section__three .our__mission__two .popup-video {
    display: none;
  }
}
@media only screen and (max-width: 1800px) {
  .offer__section__three .our__mission__two .right__mission {
    overflow: hidden;
    padding: 30px 20px;
  }
}
.offer__section__three .our__mission__two .right__mission::before {
  min-height: 713px;
  left: -15px;
  border-radius: 0px;
  top: 11px;
  background: #030e21;
}
@media only screen and (max-width: 1800px) {
  .offer__section__three .our__mission__two .right__mission::before {
    height: 100%;
  }
}
.offer__section__three .our__mission__two .right__mission .offer__02 {
  left: 0%;
  top: 0%;
  max-width: 948px;
  z-index: -1;
  opacity: 1;
}
@media only screen and (max-width: 1800px) {
  .offer__section__three .our__mission__two .right__mission .offer__02 {
    display: none;
  }
}
@media only screen and (max-width: 1800px) {
  .offer__section__three .our__mission__two .left__mission {
    overflow: hidden;
    padding: 30px 20px;
  }
}
.offer__section__three .our__mission__two .left__mission::before {
  position: absolute;
  background: rgba(3, 14, 33, 0.5);
  content: '';
  width: 100vw;
  min-height: 713px;
  right: -15px;
  top: 0;
  z-index: -1;
  border-radius: 0px;
}
@media only screen and (max-width: 1800px) {
  .offer__section__three .our__mission__two .left__mission::before {
    height: 100%;
  }
}
.offer__section__three .our__mission__two .left__mission::after {
  display: none;
}
.offer__section__three .our__mission__two .left__mission .offer__01 {
  left: -37.4%;
  top: 0%;
  max-width: 970px;
  z-index: -2;
}
.offer__section__three .our__mission__two .left__mission .ht_btn {
  background: #357ffe;
  color: white;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
}

.about__page__offer .mission__one h4 {
  font-size: 48px;
  line-height: 62px;
  color: black;
}
.about__page__offer .mission__one p {
  font-size: 24px;
  line-height: 36px;
  color: black;
}
.about__page__offer .about__mission__two h5 {
  font-size: 28px;
  font-weight: 700;
  line-height: 50px;
  color: white;
}
.about__page__offer .about__mission__two p {
  font-size: 16px;
  color: white;
}
.about__page__offer .about__mission__two .offer__two__bg__02 {
  position: absolute;
  left: 0;
  z-index: -2;
}
.about__page__offer .about__mission__two .about__page__icon {
  width: 20%;
  margin-right: 30px;
}
.about__page__offer .about__mission__two .about__page__icon .icon {
  background: rgba(91, 151, 253, 0.8);
  width: 96px;
  height: 105px;
  text-align: center;
  line-height: 105px;
  border-radius: 20px;
}
.about__page__offer .about__mission__two .about__page__icon .icon__two {
  background: rgba(252, 82, 108, 0.9);
}
.about__page__offer .about__mission__two .left__mission {
  background: #357ffe;
  padding: 40px;
  border-radius: 3px;
}
.about__page__offer .about__mission__two .right__mission {
  color: white;
  background: #fc3c59;
  padding: 40px;
  border-radius: 3px;
}
.about__page__offer .about__mission__two .right__mission h5 {
  color: white;
}
.about__page__offer .about__mission__two .right__mission .round__shape {
  background: #fc3c59;
}
@media only screen and (max-width: 1800px) {
  .about__page__offer .about__mission__two .right__mission .round__shape {
    display: none;
  }
}
.about__page__offer .about__mission__two .right__mission .round__shape__two {
  width: 120px;
  height: 120px;
  background: #f9f7f2;
  border-radius: 50%;
  display: inline-block;
  bottom: -30%;
  left: -10%;
  text-align: center;
  line-height: 120px;
}
@media only screen and (max-width: 1800px) {
  .about__page__offer .about__mission__two .right__mission .round__shape__two {
    display: none;
  }
}

.portfolio__section .portfolio__btn .ht_btn {
  border-radius: 5px;
}
.portfolio__section .portfolio__wrapper:hover .portfolio__icon__wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.portfolio__section .portfolio__wrapper .portfolio__icon__wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform: translateY(-50px);
}
.portfolio__section .portfolio__wrapper .portfolio__thumb__left {
  background: rgba(252, 60, 89, 0.1);
  padding: 74px 17px;
  z-index: 1;
  height: 450px;
}
@media only screen and (max-width: 1200px) {
  .portfolio__section .portfolio__wrapper .portfolio__thumb__left {
    height: auto;
  }
}
.portfolio__section .portfolio__wrapper .portfolio__thumb__right {
  background: rgba(142, 102, 255, 0.1);
  padding: 36px 17px;
  z-index: 1;
  height: 450px;
}
@media only screen and (max-width: 1200px) {
  .portfolio__section .portfolio__wrapper .portfolio__thumb__right {
    height: auto;
  }
}
.portfolio__section .portfolio__wrapper .portfolio__icon__wrapper {
  position: absolute;
  background: white;
  padding: 20px;
  left: 20px;
  bottom: 30px;
  z-index: 2;
  width: 66%;
}
.portfolio__section .portfolio__wrapper .portfolio__designation {
  font-size: 16px;
}
.portfolio__section .portfolio__wrapper .portfolio__content {
  padding-right: 30px;
}
.portfolio__section .portfolio__wrapper .portfolio__social__media {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.portfolio__section .portfolio__wrapper .portfolio__social__media:hover a {
  color: white;
  background: black;
}
.portfolio__section .portfolio__wrapper .portfolio__social__media a {
  background: #fc3c59;
  line-height: 1;
  display: inline-block;
  color: white;
  padding: 14px 17px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.portfolio__section__two {
  background: url(../img/portfolio/portfolio__two__bg__01.png) no-repeat;
  background-size: auto;
  background-position: 48% 65px;
}
.portfolio__section__two .portfolio__wrapper .portfolio__thumb__left {
  background: none;
  height: auto;
  padding: 0;
}
.portfolio__section__two .portfolio__wrapper .portfolio__thumb__right {
  background: none;
  height: auto;
  padding: 0;
}
.portfolio__section__two .portfolio__wrapper .portfolio__icon__wrapper {
  width: 91%;
}

.portfolio__section__three {
  background: none;
}
.portfolio__section__three .sub__title__two {
  text-transform: uppercase;
  font-weight: 700;
}
.portfolio__section__three .portfolio__wrapper {
  background: rgba(255, 227, 193, 0.1);
  padding: 40px 0 40px 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.portfolio__section__three .portfolio__wrapper:hover {
  background: white;
  box-shadow: 2px 1px 20px -13px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 1px 20px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 1px 20px -13px rgba(0, 0, 0, 0.75);
}
.portfolio__section__three .portfolio__wrapper:hover .portfolio__social__media a {
  color: white;
  background: #fc3c59;
}
.portfolio__section__three .portfolio__icon__wrapper {
  padding: 20px 0;
  left: 20px;
  bottom: 30px;
  z-index: 2;
  width: 100%;
}
.portfolio__section__three .portfolio__designation {
  font-size: 16px;
}
.portfolio__section__three .portfolio__content {
  padding-right: 30px;
}
.portfolio__section__three .portfolio__social__media {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.portfolio__section__three .portfolio__social__media a {
  background: white;
  line-height: 1;
  display: inline-block;
  color: #fc3c59;
  padding: 14px 17px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.project__section {
  background: url(../img/project/project__bg__01.png) no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 1800px) {
  .project__section {
    background: none;
  }
}
.project__section .section__sub__title {
  position: relative;
  color: #fc3c59;
  display: inline;
}
.project__section .section__sub__title::before {
  position: absolute;
  content: '';
  width: 110%;
  height: 25px;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  top: -10px;
  left: -6%;
}
.project__section .project-container {
  max-width: 1470px;
  margin: auto;
}
.project__section .project__icon__wrapper {
  position: absolute;
  width: 100%;
  bottom: -28px;
  border-radius: 0 20px 0 0;
  padding: 20px 20px;
  background: white;
  box-shadow: -2px 5px 14px -7px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -2px 5px 14px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 5px 14px -7px rgba(0, 0, 0, 0.75);
}
.project__section .project__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__section .project__title:hover {
  color: #fc3c59;
}
.project__section .project__designation {
  font-size: 16px;
}
.project__section .icon {
  display: inline-block;
  background: #5F5E5E;
  width: 81px;
  height: 81px;
  padding: 20px 10px;
  border-radius: 50%;
  color: white;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__section .icon:hover {
  background: #fc3c59;
}
.project__section .icon span {
  font-size: 16px;
  font-weight: 500;
}
.project__section .icon i {
  font-size: 30px;
  margin-top: 2px;
  display: inline-block;
}
.project__section .swiper-pagination-bullet {
  position: relative;
  width: 9px;
  height: 9px;
  background: white;
  border: 2px solid #fc3c59;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__section .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.project__section .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}
.project__section .swiper-pagination-bullet-active {
  outline: 1px solid #CBCBCB;
  outline-offset: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__section .pagination li {
  display: inline-block;
  margin-right: 20px;
}
.project__section .pagination li a {
  width: 50px;
  height: 50px;
  background: #e5e6e7;
  color: #01050c;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__section .pagination li a:hover {
  background: #fc3c59;
  color: white;
}

.project__section__two {
  background: none;
  overflow: hidden;
}
.project__section__two .project__icon__wrapper {
  position: absolute;
  width: 420px;
  height: 196px;
  border-radius: 0;
  padding: 0 0;
  background: url(../img/project/project__two__bg__01.png) no-repeat;
  background-position: center center;
  left: 0;
  bottom: 0;
  box-shadow: -2px 5px 14px -7px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -2px 5px 14px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 5px 14px -7px rgba(0, 0, 0, 0.75);
}
.project__section__two .project__main__content {
  padding: 77px 0 0 30px;
}
.project__section__two .project__content::before {
  position: absolute;
  content: '';
  background: white;
  width: 3px;
  height: 50px;
  left: -10px;
  top: 8px;
}
.project__section__two .project__title {
  font-size: 24px;
  font-weight: 700;
  color: white;
  line-height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__section__two .project__title:hover {
  color: #fc3c59;
}
.project__section__two .project__designation {
  font-size: 16px;
  color: white;
}
.project__section__two .project__icon {
  height: 120px;
  width: 54px;
  line-height: 120px;
  display: inline-block;
  background: url(../img/project/project__icon__bg__01.png) no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__section__two .project__icon i {
  font-size: 30px;
  margin-top: 2px;
  color: white;
  display: inline-block;
}
.project__section__two .project__icon:hover {
  background: url(../img/project/project__icon__bg__02.png) no-repeat;
}
.project__section__two .service___box .project__two__01 {
  position: relative;
  left: 4rem;
  max-width: 888px;
}
@media only screen and (max-width: 1200px) {
  .project__section__two .service___box .project__two__01 {
    background: none;
    left: 0;
    width: 100%;
    background-size: cover;
  }
}
.project__section__two .service___box .service__type__four {
  position: absolute;
  left: 9%;
  bottom: -1%;
  background: #fc3c59;
  padding: 20px;
}
.project__section__two .service___box .counter__img {
  width: 50%;
  margin-right: 15px;
}
.project__section__two .service___box p {
  font-size: 18px;
  font-weight: 600;
  color: black;
  line-height: 34px;
  color: white;
}
.project__section__two .service___box span {
  width: 19px;
  height: 2px;
  margin-right: 10px;
  background: white;
}
.project__section__two .service___box b {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-right: 10px;
  color: white;
}
.project__section__two .service___box small {
  font-size: 16px;
  line-height: 30px;
  color: white;
}
.project__section__two .project-container-two {
  max-width: 1770px;
}

.project__section__three .project__icon__wrapper {
  padding: 13px 20px;
}
.project__section__three .project__content {
  position: relative;
  bottom: -12px;
}
.project__section__three .project__content::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 130%;
  background: black;
  left: -20px;
  bottom: 0;
}
@media only screen and (max-width: 1800px) {
  .project__section__three .project__content::before {
    display: none;
  }
}
.project__section__three .project__content::after {
  position: absolute;
  content: '';
  width: 15%;
  height: 5px;
  background: black;
  left: -20px;
  bottom: -1px;
}
@media only screen and (max-width: 1800px) {
  .project__section__three .project__content::after {
    display: none;
  }
}
.project__section__three .icon {
  display: inline-block;
  background: #357ffe;
  width: 81px;
  height: 81px;
  padding: 20px 10px;
  border-radius: 20px 0 0 20px;
  right: 0;
  bottom: 0;
  position: absolute;
}
@media only screen and (max-width: 1800px) {
  .project__section__three .bg__02 {
    display: none;
  }
}

.project__details h3 {
  font-size: 48px;
}
@media only screen and (max-width: 1200px) {
  .project__details h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  .project__details h3 {
    font-size: 25px;
  }
}
.project__details h4 {
  font-size: 26px;
}
.project__details h5 {
  font-size: 22px;
}
.project__details h5 img {
  margin-right: 20px;
}
.project__details h6 {
  font-size: 20px;
}
.project__details p {
  font-size: 16px;
  line-height: 30px;
}
.project__details span {
  font-size: 18px;
  font-weight: 500;
}
.project__details .box__one {
  background: #dfeafd;
  padding: 8px 77px;
  position: absolute;
  display: block;
  width: 97.5%;
  bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .project__details .box__one {
    position: relative;
    width: 100%;
    padding: 20px 10px;
    left: 0;
  }
}
.project__details .box__two {
  background: white;
  padding: 29px 50px;
  border-radius: 5px;
  position: absolute;
  bottom: 0px;
  left: 51px;
}
.project__details .box__two .icon {
  width: auto;
  margin-right: 20px;
}
@media only screen and (max-width: 1200px) {
  .project__details .box__two {
    position: relative;
    left: 0;
    padding: 30px 0px;
  }
}
.project__details .box__four::before {
  position: absolute;
  content: '';
  background: #357ffe;
  width: 3px;
  height: 222px;
  left: 15px;
  top: 0;
}
@media only screen and (max-width: 1800px) {
  .project__details .box__four::before {
    display: none;
  }
}
.project__details .box__five span {
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
}
.project__details .box__six .icon {
  width: 72px;
  height: 72px;
  background: #f9f0f2;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__details .box__six .icon:hover {
  background: #fc3c59;
}

.process__wrapper__bg {
  position: relative;
  z-index: 1;
}
.process__wrapper__bg .process__bg__map {
  position: absolute;
  z-index: -1;
  max-width: 1220px;
  text-align: center;
}
.process__wrapper__bg .btn__section {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: -9px;
}
.process__wrapper__bg .btn__section li:last-child .ht_btn {
  color: #01050c;
  background: white;
}
.process__wrapper__bg .btn__section li:last-child .ht_btn::before {
  background: #fc3c59;
}
.process__wrapper__bg .btn__section li:last-child .ht_btn:hover {
  color: white;
}

.process__step {
  overflow: hidden;
}
.process__step .icon {
  display: inline-block;
  background: #fc3c59;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  float: left;
  margin-top: 3%;
  margin-left: 15px;
}
@media only screen and (max-width: 1200px) {
  .process__step .icon {
    margin-top: 1.5%;
  }
}
@media only screen and (max-width: 767.98px) {
  .process__step .icon {
    margin-left: 0;
  }
}
.process__step .process__title {
  color: #01050c;
  font-size: 28px;
  font-weight: 600;
  background: #f4e9eb;
  padding: 32px 30px 32px 55px;
  border: 2px solid #f4e9eb;
  margin-left: 50px;
}
.process__step .process__title span {
  color: #01050c;
  font-size: 18px;
  font-weight: 400;
  margin-top: 7px;
}
@media only screen and (max-width: 1200px) {
  .process__step .process__title {
    font-size: 22px;
    padding: 25px 30px 25px 55px;
  }
}
@media only screen and (max-width: 991.98px) {
  .process__step .process__title {
    font-size: 18px;
    padding: 25px 5px 25px 25px;
  }
  .process__step .process__title span {
    margin-top: 0;
  }
}
.process__step:hover .process__title {
  border-color: #01050c;
  background: white;
  box-shadow: 5px 15px 40px 0px rgba(24, 24, 24, 0.05);
}

.get__in__touch {
  background: #fee0e5;
  padding: 50px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.get__in__touch h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 60px;
}
.get__in__touch .single__info__box {
  position: relative;
}
.get__in__touch .single__info__box .contact__01 {
  position: absolute;
  top: -3.5rem;
  left: 7.8rem;
}
.get__in__touch .icon {
  position: relative;
  width: 77px;
  height: 77px;
  border: 5px solid;
  display: inline-block;
  background: black;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 70px;
  font-size: 25px;
  margin-right: 30px;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.get__in__touch .icon:hover {
  background: #fc3c59;
}
.get__in__touch span {
  font-size: 20px;
  line-height: 30px;
  color: black;
}

.subscribe__form {
  z-index: 1;
  display: inline-block;
  width: 100%;
  max-width: 555px;
}
.subscribe__form input {
  font-family: "Kumbh Sans", sans-serif !important;
  color: rgba(19, 23, 29, 0.7) !important;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1;
  height: 60px;
  width: 100%;
  max-width: 555px;
  padding-left: 30px;
  border-radius: 5px;
  border: 1px solid #000;
  background: transparent;
}
.subscribe__form input::-moz-placeholder {
  font-family: "Kumbh Sans", sans-serif !important;
  color: rgba(19, 23, 29, 0.7) !important;
  font-size: 16px !important;
}
.subscribe__form input::-o-placeholder {
  font-family: "Kumbh Sans", sans-serif !important;
  color: rgba(19, 23, 29, 0.7) !important;
  font-size: 16px !important;
}
.subscribe__form input::-ms-placeholder {
  font-family: "Kumbh Sans", sans-serif !important;
  color: rgba(19, 23, 29, 0.7) !important;
  font-size: 16px !important;
}
.subscribe__form input::-webkit-placeholder {
  font-family: "Kumbh Sans", sans-serif !important;
  color: rgba(19, 23, 29, 0.7) !important;
  font-size: 16px !important;
}
.subscribe__form input::placeholder {
  font-family: "Kumbh Sans", sans-serif !important;
  color: rgba(19, 23, 29, 0.7) !important;
  font-size: 16px !important;
}
@media only screen and (max-width: 991.98px) {
  .subscribe__form input {
    max-width: 100%;
  }
}
.subscribe__form .submit-btn {
  background: black;
  color: white;
  font-weight: 700;
  position: absolute;
  top: 4px;
  right: 4px;
  height: 52px;
  display: inline-block;
  line-height: 52px;
  border: 0;
  padding: 0 25px;
  border-radius: 5px;
}
.subscribe__form .submit-btn::before {
  background: #fc3c59;
}
@media only screen and (max-width: 767.98px) {
  .subscribe__form .submit-btn {
    display: none;
  }
}

.submit__form {
  padding: 40px;
}
.submit__form .input__box label {
  color: white;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px;
}
.submit__form .input__box input {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  font-weight: 400;
  display: block;
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 60px;
  width: 100%;
}
.submit__form .input__box input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
}
.submit__form .input__check label {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 3px;
  margin-left: 7px;
}
.submit__form .input__check .form-check-input {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  width: 30px;
  height: 30px;
  line-height: 30;
}
.submit__form .input__check .form-check-input:focus {
  box-shadow: none;
}
.submit__form .input__check .form-check-input:checked {
  background: #fc3c59;
}
@media only screen and (max-width: 991.98px) {
  .submit__form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .submit__form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.form__title__one {
  color: white;
  font-size: 32px;
}
@media only screen and (max-width: 1200px) {
  .form__title__one {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991.98px) {
  .form__title__one {
    font-size: 24px;
  }
}

.cta__wrapper__one {
  position: relative;
  z-index: 5;
  margin-bottom: -140px;
}
.cta__wrapper__one .pattern__1 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.cta__wrapper__one .pattern__2 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
.cta__wrapper__one .pattern__3 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 48%;
}
.cta__wrapper__one .pattern__4 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 35%;
}
@media only screen and (max-width: 1200px) {
  .cta__wrapper__one {
    margin-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.shipping__section {
  position: relative;
  z-index: 5;
  margin-bottom: -390px;
}
@media only screen and (max-width: 1200px) {
  .shipping__section {
    margin-bottom: 100px;
  }
}

.shpping__form__wrapper__bg {
  border: 2px solid rgba(24, 24, 24, 0.02);
  border-radius: 24px;
}
.shpping__form__wrapper__bg .btn__section {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shpping__form__wrapper__bg .btn__section .ht_btn {
  border-radius: 30px;
  text-transform: capitalize;
}
.shpping__form__wrapper__bg .form__title__one {
  color: #01050c;
}
.shpping__form__wrapper__bg .submit__form .input__box label {
  color: #01050c;
}
.shpping__form__wrapper__bg .submit__form .input__box input {
  color: rgba(24, 24, 24, 0.3);
  border-bottom: 2px solid rgba(24, 24, 24, 0.3);
}
.shpping__form__wrapper__bg .submit__form .input__box input::placeholder {
  color: rgba(24, 24, 24, 0.3);
}
.shpping__form__wrapper__bg .submit__form .input__box input::-moz-placeholder {
  color: rgba(24, 24, 24, 0.3);
}
.shpping__form__wrapper__bg .submit__form .input__box input::-ms-placeholder {
  color: rgba(24, 24, 24, 0.3);
}
.shpping__form__wrapper__bg .submit__form .input__box input::-webkit-placeholder {
  color: rgba(24, 24, 24, 0.3);
}
.shpping__form__wrapper__bg .submit__form .input__box input::-o-placeholder {
  color: rgba(24, 24, 24, 0.3);
}
.shpping__form__wrapper__bg .submit__form .input__check .form-check-input {
  border-color: rgba(24, 24, 24, 0.2);
}
.shpping__form__wrapper__bg .submit__form .input__check label {
  color: #01050c;
}
.shpping__form__wrapper__bg .submit__form button {
  text-transform: capitalize;
  border-radius: 5px;
}
.shpping__form__wrapper__bg .shipping__right__section img {
  border-radius: 0 24px 24px 0;
}
.shpping__form__wrapper__bg .shipping__right__section .img-small-2 {
  border-radius: 24px;
}

.address__wrapper {
  background-color: #f4e9eb;
  padding: 40px 10px 15px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.address__wrapper .address__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(232, 17, 43, 0.1);
  text-align: center;
  line-height: 80px;
  margin: 0 auto;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.address__wrapper .address__icon .front_icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.address__wrapper .address__icon .back_icon {
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.address__wrapper .address__title {
  font-size: 24px;
}
@media only screen and (max-width: 1200px) {
  .address__wrapper .address__title {
    font-size: 20px;
  }
}
.address__wrapper p {
  font-size: 20px;
  color: #01050c;
}
@media only screen and (max-width: 1200px) {
  .address__wrapper p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .address__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .address__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.address__wrapper:hover {
  background: white;
  box-shadow: 5px 15px 40px 0px rgba(24, 24, 24, 0.05);
}
.address__wrapper:hover .address__icon {
  background: #fc3c59;
}
.address__wrapper:hover .address__icon .front_icon {
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  display: none;
}
.address__wrapper:hover .address__icon .back_icon {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  display: inline-block;
}

.contact__info__section .single__info__box {
  background: #f4e9eb;
  text-align: center;
  padding: 33px 0 32px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact__info__section .single__info__box .icon {
  color: #fc3c59;
  font-size: 35px;
  background: rgba(252, 60, 89, 0.1);
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 84px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact__info__section .single__info__box span {
  color: #01050c;
  font-size: 24px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 500;
  display: block;
  line-height: 30px;
}
.contact__info__section .single__info__box:hover {
  border-radius: 12px;
  background: white;
  box-shadow: 5px 15px 40px 0px rgba(24, 24, 24, 0.05);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.contact__info__section .single__info__box:hover .icon {
  color: white;
  background: #fc3c59;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact__info__section .single__info__box span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .contact__info__section .single__info__box span {
    font-size: 18px;
  }
}

.main__contact__form .ht_btn {
  display: block;
  background: #357ffe;
}
.main__contact__form .widget-form {
  padding: 0;
}
.main__contact__form .widget-form input,
.main__contact__form .widget-form textarea {
  border: 1px solid rgba(27, 33, 47, 0.1);
  border-radius: 5px;
  background: white;
  color: #01050c;
  font-size: 16px;
  display: block;
  height: 50px;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 23px;
}
.main__contact__form .widget-form input::placeholder,
.main__contact__form .widget-form textarea::placeholder {
  color: #01050c;
  font-size: 16px;
}
.main__contact__form .widget-form input::-moz-placeholder,
.main__contact__form .widget-form textarea::-moz-placeholder {
  color: #01050c;
  font-size: 16px;
}
.main__contact__form .widget-form input::-ms-placeholder,
.main__contact__form .widget-form textarea::-ms-placeholder {
  color: #01050c;
  font-size: 16px;
}
.main__contact__form .widget-form input::-webkit-placeholder,
.main__contact__form .widget-form textarea::-webkit-placeholder {
  color: #01050c;
  font-size: 16px;
}
.main__contact__form .widget-form input::-o-placeholder,
.main__contact__form .widget-form textarea::-o-placeholder {
  color: #01050c;
  font-size: 16px;
}
.main__contact__form .widget-form textarea {
  height: 160px;
}

.contact__form__title {
  font-size: 36px;
}
@media only screen and (max-width: 1200px) {
  .contact__form__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact__form__title {
    font-size: 20px;
  }
}

.contact__map iframe {
  width: 100%;
  height: 550px;
}
@media only screen and (max-width: 1200px) {
  .contact__map iframe {
    height: 450px;
  }
}

.video__section__three {
  z-index: 2;
}
.video__section__three .watch__video {
  position: absolute;
  left: 15%;
  top: 23%;
  max-width: 30%;
}
.video__section__three .video__content__rapper {
  background: white;
  padding: 60px 40px;
  position: absolute;
  left: 53%;
  top: -14%;
  width: 31%;
  box-shadow: 2px 1px 20px -13px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 1px 20px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 1px 20px -13px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 1200px) {
  .video__section__three .video__content__rapper {
    left: 0;
    width: 100%;
  }
}
.video__section__three .video__content__rapper .sub__title__two {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.video__section__three .video__content__rapper .section__title__main
p {
  font-size: 20px;
  line-height: 36px;
}

.testimonial__section {
  background: #E5F0FD;
  z-index: 2;
}
.testimonial__section .testimonial__icon__wrapper {
  margin-left: 20px;
}
.testimonial__section .section__sub__title {
  position: relative;
  color: #fc3c59;
  display: inline;
}
.testimonial__section .section__sub__title::before {
  position: absolute;
  content: '';
  width: 110%;
  height: 25px;
  border-top: 1px solid rgba(252, 60, 89, 0.1);
  border-left: 1px solid rgba(252, 60, 89, 0.1);
  top: -10px;
  left: -6%;
}
.testimonial__section .testimonial__person {
  margin-left: 20px;
}
.testimonial__section .testimonial__name {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  opacity: .9;
}
.testimonial__section .testimonial__designation {
  font-size: 16px;
  opacity: .7;
}
.testimonial__section .testimonial__content {
  position: relative;
  background: white;
  padding: 40px 30px;
  border-radius: 10px;
  border: 1px solid black;
}
.testimonial__section .testimonial__content::before {
  position: absolute;
  content: url("../img/shape/testimonial__01.png");
  right: 30px;
  top: -32px;
}
.testimonial__section .quate__icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  line-height: 3.5;
}
.testimonial__section .testimonial__quotation {
  font-size: 20px;
  line-height: 37px;
  opacity: .9;
}
.testimonial__section .swiper-pagination {
  position: relative;
}
.testimonial__section .swiper-pagination-bullet {
  position: relative;
  width: 9px;
  height: 9px;
  background: white;
  border: 2px solid #fc3c59;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial__section .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.testimonial__section .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
  bottom: 0;
}
.testimonial__section .swiper-pagination-bullet-active {
  outline: 1px solid #CBCBCB;
  outline-offset: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial__section .testimonial__bg__01 {
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 1800px) {
  .testimonial__section .testimonial__bg__01 {
    display: none;
  }
}
.testimonial__section .testimonial__bg__02 {
  right: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 1800px) {
  .testimonial__section .testimonial__bg__02 {
    display: none;
  }
}

.testimonial__section__two .case__short__section {
  position: relative;
  top: -50px;
}
.testimonial__section__two .case__short__rapper {
  padding: 20px 30px;
  background: #fc3c59;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.testimonial__section__two .case__short__rapper::after {
  position: absolute;
  content: url(../img/testimonial/testimonial__two__bg__01.png);
  left: 0;
  top: 0;
  z-index: 2;
}
.testimonial__section__two .case__short__rapper h5 {
  color: white;
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
}
.testimonial__section__two .case__short__rapper .ht_btn {
  padding: 17px 64px;
  border-radius: 5px;
  border: 1px solid white;
  text-transform: capitalize;
  font-weight: 600;
  vertical-align: middle;
}
.testimonial__section__two .case__main__content {
  z-index: 3;
}
.testimonial__section__two .testimonial__content::before {
  position: absolute;
  content: url("../img/shape/testimonial__01.png");
  left: 38px;
  right: 100%;
  bottom: -32px;
  top: 100%;
  transform: rotate(-180deg);
}

.testimonial__section__three .testimonial__content {
  border: 1px solid transparent;
}
.testimonial__section__three .testimonial__content::before {
  content: url("../img/shape/testimonial__three__01.png");
  right: 15px;
}

.blog__section .section__description {
  font-size: 18px;
}
.blog__section .ht_btn {
  border-radius: 3px;
  background: #357ffe;
  text-transform: capitalize;
}
.blog__section .ht_btn::before {
  background: #fc3c59;
}
.blog__section .section__sub__title {
  position: relative;
  color: #fc3c59;
  display: inline;
}
.blog__section .section__sub__title::before {
  position: absolute;
  content: '';
  width: 110%;
  height: 25px;
  border-top: 1px solid rgba(252, 60, 89, 0.1);
  border-left: 1px solid rgba(252, 60, 89, 0.1);
  top: -10px;
  left: -6%;
}
.blog__section .blog__bg__01 {
  top: -100px;
  z-index: -2;
}
@media only screen and (max-width: 1800px) {
  .blog__section .blog__bg__01 {
    display: none;
  }
}
.blog__section .blog__style__one {
  background: #FFEEF0;
  border-radius: 3px;
}
.blog__section .blog__style__one .blog__content {
  padding: 53px 34px;
  height: 332px;
}
.blog__section .blog__style__one .blog__content .devider__line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background: black;
}
.blog__section .blog__style__one .blog__content .blog__date span {
  font-size: 14px;
  background: black;
  padding: 0 15px;
  color: white;
  margin-right: 15px;
  line-height: 25px;
  border-radius: 3px;
}
.blog__section .blog__style__one .blog__content .blog__date p {
  font-size: 14px;
  line-height: 25px;
}
.blog__section .blog__style__one .blog__content .blog__date i {
  margin-right: 10px;
  font-size: 20px;
}
.blog__section .blog__style__one .blog__content .blog__title {
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__section .blog__style__one .blog__content .blog__title:hover {
  color: #fc3c59;
}
.blog__section .blog__style__one .blog__content .blog__link .icon {
  width: 50px;
  line-height: 50px;
  background: black;
  color: white;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__section .blog__style__one .blog__content .blog__link .icon:hover {
  background: #357ffe;
}
.blog__section .blog__style__one .blog__content .blog__link a {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__section .blog__style__one .blog__content .blog__link a:hover {
  color: #fc3c59;
}
.blog__section .blog__btn .ht_btn {
  border-radius: 5px;
}

.blog__section__two .blog-container {
  max-width: 1600px;
  margin: auto;
}
.blog__section__two .blog__style__one {
  background: white;
  -webkit-box-shadow: 2px 5px 15px -10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 5px 15px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 5px 15px -10px rgba(0, 0, 0, 0.6);
}
.blog__section__two .blog__style__one .blog__content {
  padding: 40px 30px;
  height: 346px;
}
.blog__section__two .blog__style__one .blog__content .blog__title {
  font-size: 20px;
  font-weight: 700;
}
.blog__section__two .blog__style__one .blog__content .blog__date span {
  font-size: 14px;
  background: #357ffe;
  padding: 5px 15px;
  color: white;
  margin-right: 15px;
  line-height: 25px;
  border-radius: 3px;
}
.blog__section__two .blog__style__one .blog__content .blog__date p {
  font-size: 14px;
  line-height: 25px;
  color: #01050c;
}
.blog__section__two .blog__style__one .blog__content .blog__date i {
  margin-right: 10px;
  font-size: 20px;
}
.blog__section__two .blog__style__one .blog__content .devider__line {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #707070;
  margin-bottom: 20px;
}
.blog__section__two .blog__style__one .blog__content .blog__link .icon {
  width: fit-content;
  line-height: 0px;
  background: none;
  color: #fc3c59;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.blog__section__two .blog__style__one .blog__content .blog__link .icon:hover {
  background: none;
}
.blog__section__two .blog__style__one .blog__content .blog__link a {
  font-size: 16px;
  color: #fc3c59;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__section__two .blog__style__one .blog__content .blog__link a:hover {
  color: #fc3c59;
}

.blog__section__three .blog__style__one .blog__content {
  padding: 20px 31px;
}
.blog__section__three .blog__style__one .blog__content .read__more {
  color: #01050c;
  font-size: 18px;
  line-height: 42px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__section__three .blog__style__one .blog__content .read__more:hover {
  color: #fc3c59;
}
.blog__section__three .blog__style__one .blog__content .devider__line {
  height: 2px;
  background: #FF471A;
}

.blog-page .left-blog {
  position: relative;
}
.blog-page h4 {
  font-size: 30px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-page h4:hover {
  color: #fc3c59;
}
@media only screen and (max-width: 991.98px) {
  .blog-page h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.blog-page p {
  font-size: 16px;
}
.blog-page .left-one .card {
  border: none;
  display: block;
}
.blog-page .left-one .card-body {
  background: #f7faff;
  display: inline-block;
  padding: 30px 35px;
}
.blog-page .left-one .card-body .top__body {
  opacity: .5;
  font-size: 13px;
  font-weight: 500;
}
.blog-page .left-one .card-body .top__body span {
  font-size: 13px;
  font-weight: 500;
  margin-right: 5px;
}
.blog-page .left-one .card-body .top__body i {
  margin-right: 5px;
  font-size: 16px;
  font-weight: 500;
}
.blog-page .left-one .post__date {
  background: black;
  color: white;
  padding: 5px 31px;
  font-size: 13px;
  line-height: 28px;
  display: inline-block;
  position: absolute;
  left: 5%;
  top: 58%;
  border-radius: 3px;
}
@media only screen and (max-width: 1800px) {
  .blog-page .left-one .post__date {
    display: none;
  }
}
.blog-page .blog_link a {
  text-decoration: underline;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-page .blog_link a:hover {
  color: #fc3c59;
}
.blog-page .pagination li {
  display: inline-block;
  margin-right: 20px;
}
.blog-page .pagination li a {
  width: 50px;
  height: 50px;
  background: #e5e6e7;
  color: #01050c;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-page .pagination li a:hover {
  background: #fc3c59;
  color: white;
}
.blog-page .blog-search {
  background: #f7faff;
  display: block;
  padding: 30px 35px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.blog-page .blog-search input {
  width: 100%;
  height: 55px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 27px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 20px;
}
.blog-page .blog-search input::placeholder {
  color: rgba(24, 24, 24, 0.5);
}
.blog-page .blog-search input::-moz-placeholder {
  color: rgba(24, 24, 24, 0.5);
}
.blog-page .blog-search input::-ms-placeholder {
  color: rgba(24, 24, 24, 0.5);
}
.blog-page .blog-search input::-webkit-placeholder {
  color: rgba(24, 24, 24, 0.5);
}
.blog-page .blog-search input::-o-placeholder {
  color: rgba(24, 24, 24, 0.5);
}
.blog-page .blog-search .ht_btn {
  position: absolute;
  right: 0px;
  top: 1px;
  border-radius: 0 50px 50px 0;
  padding: 18px 22px;
  background: #357ffe;
}
.blog-page .blog-categ {
  background: #f7faff;
  display: block;
  padding: 30px 35px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.blog-page .blog-categ h5 {
  font-size: 20px;
  text-decoration: underline;
}
.blog-page .blog-categ ul li {
  margin-bottom: 10px;
}
.blog-page .blog-categ a {
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-page .blog-categ a:hover {
  color: #fc3c59;
  text-decoration: underline;
}
.blog-page .blog-post {
  background: #f7faff;
  display: block;
  padding: 30px 35px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.blog-page .blog-post h5 {
  font-size: 20px;
  text-decoration: underline;
}
.blog-page .blog-post b {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-page .blog-post b:hover {
  color: #fc3c59;
  text-decoration: underline;
}
.blog-page .blog-post p {
  opacity: 0.5;
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
}
.blog-page .blog-post .icon {
  width: 46.5%;
  margin-right: 20px;
}
.blog-page .blog__comment .icon {
  width: 45%;
  margin-right: 20px;
}
.blog-page .blog__comment .icon .img {
  width: 62px;
  height: 62px;
  background: #ebf0f7;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
}
.blog-page .blog__comment b {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-page .blog__comment b:hover {
  color: #fc3c59;
  text-decoration: underline;
}
.blog-page .blog__comment p {
  opacity: 0.5;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.blog-page .blog-taq {
  background: #f7faff;
  display: block;
  padding: 30px 30px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.blog-page .blog-taq h5 {
  font-size: 20px;
  text-decoration: underline;
}
.blog-page .blog-taq a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin: 0 10px 10px 0;
  padding: 0px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-page .blog-taq a:hover {
  color: white;
  background: #357ffe;
}

.blog__details .blog__details__rapper h5 {
  font-size: 24px;
}
.blog__details .blog__details__rapper h6 {
  font-size: 18px;
}
.blog__details .blog__details__rapper .qute {
  background: #f0ecec;
  padding: 60px 30px;
}
.blog__details .blog__details__rapper .qute a {
  font-size: 26px;
  font-weight: 700;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__details .blog__details__rapper .qute a:hover {
  color: #fc3c59;
}
.blog__details .blog__details__rapper .qute .qute__icon {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  background: #357ffe;
  border-radius: 50%;
  top: -37px;
}
.blog__details .blog__details__rapper .taq span {
  font-size: 20px;
  font-weight: 600;
}
.blog__details .blog__details__rapper .taq .taq-list a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin: 0 5px 5px 0;
  padding: 0px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__details .blog__details__rapper .taq .taq-list a:hover {
  color: white;
  background: #357ffe;
}
.blog__details .blog__details__rapper .admin__post .icon {
  width: 30%;
}
.blog__details .blog__details__rapper .admin__post h6 {
  font-size: 21px;
}
.blog__details .blog__details__rapper .admin__post p {
  font-size: 18px;
  font-weight: 500;
}
.blog__details .blog__details__rapper .admin__post ul li {
  display: inline-block;
  margin-right: 10px;
}
.blog__details .blog__details__rapper .admin__post ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #f0ecec;
  color: #433838;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__details .blog__details__rapper .admin__post ul li a:hover {
  color: white;
  background: #357ffe;
}
.blog__details .blog__details__rapper .old__post .icon {
  width: 30%;
}
.blog__details .blog__details__rapper .old__post .icon a {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #f0ecec;
  color: #433838;
  border-radius: 50%;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__details .blog__details__rapper .old__post .icon a:hover {
  color: white;
  background: #357ffe;
}
.blog__details .blog__details__rapper .old__post h6 {
  font-size: 18px;
}
.blog__details .blog__details__rapper .user__post .icon {
  width: 20%;
}
.blog__details .blog__details__rapper .user__post .replay {
  background: #357ffe;
  color: white;
  padding: 3px 15px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__details .blog__details__rapper .user__post .replay:hover {
  color: white;
  background: #fc3c59;
}
.blog__details .blog__details__rapper .user__post span {
  font-size: 14px;
}
.blog__details .blog__details__rapper .widget-form {
  padding: 0;
}
.blog__details .blog__details__rapper .widget-form input,
.blog__details .blog__details__rapper .widget-form textarea {
  border: 1px solid rgba(27, 33, 47, 0.1);
  border-radius: 5px;
  color: #01050c;
  font-size: 16px;
  display: block;
  height: 50px;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 23px;
}
.blog__details .blog__details__rapper .widget-form input::placeholder,
.blog__details .blog__details__rapper .widget-form textarea::placeholder {
  color: #01050c;
  font-size: 16px;
}
.blog__details .blog__details__rapper .widget-form input::-moz-placeholder,
.blog__details .blog__details__rapper .widget-form textarea::-moz-placeholder {
  color: #01050c;
  font-size: 16px;
}
.blog__details .blog__details__rapper .widget-form input::-ms-placeholder,
.blog__details .blog__details__rapper .widget-form textarea::-ms-placeholder {
  color: #01050c;
  font-size: 16px;
}
.blog__details .blog__details__rapper .widget-form input::-webkit-placeholder,
.blog__details .blog__details__rapper .widget-form textarea::-webkit-placeholder {
  color: #01050c;
  font-size: 16px;
}
.blog__details .blog__details__rapper .widget-form input::-o-placeholder,
.blog__details .blog__details__rapper .widget-form textarea::-o-placeholder {
  color: #01050c;
  font-size: 16px;
}
.blog__details .blog__details__rapper .widget-form textarea {
  height: 160px;
}
.blog__details .blog__details__rapper .widget-form .ht_btn {
  background: #357ffe;
  color: white;
  text-transform: capitalize;
  border-radius: 5px;
}

.widget__social__media,
.widget__subscribe,
.widget-post,
.widget-categories-tag,
.widget__about {
  background: rgba(255, 227, 193, 0.1);
  padding: 30px 23px;
}

.widget-right-section .widget__blog__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  position: relative;
}
.widget-right-section .widget__blog__title::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background: #ff471a;
  bottom: -10px;
  left: 45%;
}
.widget-right-section .widget__subscribe .subscribe-form input {
  border-radius: 10px;
}
.widget-right-section .widget__subscribe .subscribe-form .ht_btn {
  width: 100%;
  border-radius: 10px;
}

.choose__section {
  background: url(../img/chose/choose__bg__01.png) no-repeat;
  background-size: auto;
  background-position: 34% 36%;
}
@media only screen and (max-width: 1200px) {
  .choose__section {
    background: none;
  }
}
.choose__section .choose__main__1 {
  position: relative;
  right: 4rem;
  max-width: 100%;
  border-radius: 5px;
}
@media only screen and (max-width: 1800px) {
  .choose__section .choose__main__1 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .choose__section .choose__main__1 {
    display: none;
  }
}
.choose__section .choose__main__2 {
  position: absolute;
  right: 0rem;
  max-width: 100%;
  top: 46%;
  border-radius: 5px;
}
@media only screen and (max-width: 1800px) {
  .choose__section .choose__main__2 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .choose__section .choose__main__2 {
    display: none;
  }
}
.choose__section .choose__main__3 {
  position: absolute;
  right: 17rem;
  max-width: 100%;
  top: 37%;
  border-radius: 5px;
}
@media only screen and (max-width: 1800px) {
  .choose__section .choose__main__3 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .choose__section .choose__main__3 {
    display: none;
  }
}
.choose__section .choose__main__4 {
  position: absolute;
  right: 1rem;
  max-width: 100%;
  top: 11%;
  border-radius: 5px;
}
@media only screen and (max-width: 1800px) {
  .choose__section .choose__main__4 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .choose__section .choose__main__4 {
    display: none;
  }
}
.choose__section .choose__main__5 {
  position: absolute;
  right: 4rem;
  max-width: 100%;
  z-index: -1;
  top: 114px;
  border-radius: 5px;
}
@media only screen and (max-width: 1800px) {
  .choose__section .choose__main__5 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .choose__section .choose__main__5 {
    display: none;
  }
}
.choose__section .choose__content__wrapper {
  padding-left: 50px;
}
@media only screen and (max-width: 1800px) {
  .choose__section .choose__content__wrapper {
    padding-left: 0;
  }
}
.choose__section .choose__content__wrapper .section__sub__title {
  position: relative;
  color: #fc3c59;
  display: inline;
}
.choose__section .choose__content__wrapper .section__sub__title::before {
  position: absolute;
  content: '';
  width: 110%;
  height: 25px;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  top: -10px;
  left: -6%;
  z-index: -1;
}
.choose__section .choose__content__wrapper ul li {
  list-style: none;
}
.choose__section .choose__content__wrapper .choose__type {
  margin-right: 20px;
  border-radius: 10px;
}
.choose__section .choose__content__wrapper .choose__type .description__one {
  font-size: 16px;
  line-height: 28px;
}
.choose__section .choose__content__wrapper .choose__type h5 {
  font-size: 22px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #357ffe;
  line-height: 1;
}
.choose__section .choose__content__wrapper .choose__type h6 {
  line-height: normal;
}
.choose__section .choose__content__wrapper .choose__type__text {
  margin-left: 20px;
}
.choose__section .choose__content__wrapper .choose__type__text p {
  font-size: 20px;
}
.choose__section .choose__content__wrapper .ht_btn {
  border-radius: 3px;
  background: #357ffe;
  text-transform: capitalize;
}
.choose__section .choose__content__wrapper .ht_btn::before {
  background: #fc3c59;
}
.choose__section .choose__06 {
  right: 0;
  bottom: 10%;
  max-width: 19%;
}
@media only screen and (max-width: 1800px) {
  .choose__section .choose__06 {
    display: none;
  }
}

.choose__section__two .choose__content__wrapper {
  padding-left: 0px;
}
.choose__section__two .choose__content__wrapper .choose__type h5 {
  font-size: 52px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #357ffe;
  line-height: 1;
}
.choose__section__two .choose__main__2 {
  top: 74%;
  right: 5rem;
}
.choose__section__two .choose__main__3 {
  top: 88%;
}
.choose__section__two .choose__main__4 {
  right: 6rem;
  top: -7%;
}
.choose__section__two .choose__main__5 {
  right: 24rem;
  top: 37%;
}
@media only screen and (max-width: 1900px) {
  .choose__section__two .choose__main__5 {
    display: none;
  }
}
.choose__section__two .counter__box {
  width: 43%;
  height: 116px;
  background: #E8E2E3;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.choose__section__two .choose__06 {
  left: -2rem;
  bottom: -14%;
  max-width: 31%;
  z-index: -2;
}
.choose__section__two .offer_bg__01 {
  right: -16rem;
  top: -22rem;
  max-width: 31%;
  z-index: -1;
}
@media only screen and (max-width: 1900px) {
  .choose__section__two .offer_bg__01 {
    display: none;
  }
}

.choose__section__three .choose__main__1 {
  position: absolute;
  max-width: 847px;
  right: 12%;
}
.choose__section__three .choose__main__2 {
  position: absolute;
  top: 20rem;
  right: 2rem;
}
.choose__section__three .choose__main__3 {
  position: absolute;
  top: 15rem;
  right: 20rem;
}
.choose__section__three .choose__06 {
  left: 90rem;
  bottom: 0%;
  max-width: 31%;
  z-index: -2;
}
@media only screen and (max-width: 1800px) {
  .choose__section__three .choose__06 {
    display: none;
  }
}
.choose__section__three .choose__content__wrapper .choose__type {
  margin-right: 40px;
  border-radius: 10px;
}
.choose__section__three .choose__content__wrapper .counter__content {
  margin-left: 30px;
}
@media only screen and (max-width: 991.98px) {
  .choose__section__three .choose__content__wrapper .counter__content {
    margin-left: 0;
  }
}
.choose__section__three .choose__content__wrapper .counter__img {
  width: 30%;
}
.choose__section__three .choose__content__wrapper .choose__type__text {
  margin-left: 20px;
}
@media only screen and (max-width: 991.98px) {
  .choose__section__three .choose__content__wrapper .choose__type__text {
    margin-left: 0;
    margin-top: 10px;
  }
}
.choose__section__three .choose__content__wrapper .choose__type__text p {
  font-size: 20px;
}
.choose__section__three .choose__content__wrapper .choose__type__two {
  background: #FFFAFA;
  padding: 20px 15px;
  border: 1px solid #E3E3E3;
}
.choose__section__three .choose__content__wrapper .choose__type__two p {
  font-size: 16px;
  opacity: 08;
}
.choose__section__three .choose__content__wrapper .choose__type__two b {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-right: 10px;
}
.choose__section__three .choose__content__wrapper .choose__type__two small {
  font-size: 18px;
  line-height: 30px;
}

.faq .contact__me {
  width: 105px;
  height: 105px;
  display: inline-block;
  background: #fc3c59;
  color: white;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.faq .contact__me:hover {
  background: #357ffe;
}
.faq h4 {
  font-size: 28px;
  line-height: 50px;
}
.faq .accordion {
  border: none;
  outline: none;
}
.faq .accordion-header {
  border: none;
}
.faq .accordion-item:not(.collapsed) {
  border-radius: 5px;
  color: #01050C;
}
.faq .accordion-button {
  border-radius: 5px;
}
.faq .accordion-button::after {
  position: absolute;
  background: none;
  content: '+';
  height: auto;
  font-size: 36px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  line-height: 1;
  right: 5%;
  top: 0px;
}
.faq .accordion-button.collapsed {
  border-radius: 5px;
  color: #010212;
  background: #F8EEF0;
  transition: all 0.3s ease-in-out;
  padding: 10px 18px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
@media only screen and (max-width: 991.98px) {
  .faq .accordion-button.collapsed {
    font-size: 14px;
    padding: 10px 31px;
  }
}
.faq .accordion-button:not(.collapsed) {
  border-radius: 5px;
  color: #010212;
  background: #F8EEF0;
  transition: all 0.3s ease-in-out;
  padding-top: 10px;
  padding: 10px 18px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  background: white;
  border: none;
  box-shadow: none;
}
@media only screen and (max-width: 991.98px) {
  .faq .accordion-button:not(.collapsed) {
    font-size: 14px;
    padding: 10px 31px;
  }
}
.faq .accordion-button:not(.collapsed)::after {
  position: absolute;
  right: 5%;
  top: 9px;
  background: none;
  content: '-';
  height: auto;
  font-weight: 700;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
  line-height: 1.5;
}
.faq .accordion-body p {
  color: #010212;
  font-size: 16px;
  line-height: 32px;
  padding-right: 126px;
}

.page-error h4 {
  font-size: 34px;
  line-height: 34px;
}
.page-error .search-form input {
  padding-left: 30px;
  background: white;
  border: 1px solid #03060d;
  border-radius: 10px;
  margin: auto;
  width: 70%;
  height: 60px;
}
.page-error .search-form input::placeholder {
  font-size: 16px;
  color: rgba(24, 24, 24, 0.8);
}
.page-error .search-form input::-moz-placeholder {
  font-size: 16px;
  color: rgba(24, 24, 24, 0.8);
}
.page-error .search-form input::-ms-placeholder {
  font-size: 16px;
  color: rgba(24, 24, 24, 0.8);
}
.page-error .search-form input::-webkit-placeholder {
  font-size: 16px;
  color: rgba(24, 24, 24, 0.8);
}
.page-error .search-form input::-o-placeholder {
  font-size: 16px;
  color: rgba(24, 24, 24, 0.8);
}
.page-error .ht_btn {
  background: #357ffe;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 18px 38px;
}

.service__section {
  background-size: cover;
}
.service__section .service__img__wrapper .service___box {
  width: 100%;
  height: auto;
  background: #FCE7EA;
  padding: 30px 30px;
  border-radius: 3px;
}
.service__section .service__img__wrapper .service___box h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}
.service__section .service__img__wrapper .service___box .ht_btn {
  border-radius: 3px;
  background: #357ffe;
  text-transform: capitalize;
}
.service__section .service__img__wrapper .service___box .ht_btn::before {
  background: #fc3c59;
}
.service__section .service__img__wrapper .box__img {
  width: 95%;
}
@media only screen and (max-width: 1800px) {
  .service__section .service__img__wrapper .box__img {
    display: none;
  }
}
.service__section .service__img__wrapper .project__04 {
  left: 0;
  top: -30%;
}
@media only screen and (max-width: 1800px) {
  .service__section .service__img__wrapper .project__04 {
    display: none;
  }
}
.service__section .service__content__wrapper::before {
  position: absolute;
  content: '';
  width: 100vw;
  height: 1200px;
  background: #F5F1F3;
  bottom: -57%;
  left: -54%;
  z-index: -2;
}
@media only screen and (max-width: 1800px) {
  .service__section .service__content__wrapper::before {
    display: none;
  }
}
.service__section .service__content__wrapper .icon__rapper {
  width: 25%;
}
.service__section .service__content__wrapper .service__type_text {
  width: 100%;
}
.service__section .service__content__wrapper .icon {
  background: black;
  width: 62px;
  padding: 0;
  height: 62px;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
}
.service__section .service__content__wrapper .icon::before {
  position: absolute;
  content: '1';
  width: 37px;
  height: 37px;
  border-radius: 50%;
  color: black;
  background: #FDD5DB;
  left: -26px;
  top: 0px;
  line-height: 2;
  font-size: 19px;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .service__section .service__content__wrapper .icon::before {
    display: none;
  }
}
.service__section .service__content__wrapper .icon__two::before {
  content: '2';
}
.service__section .service__content__wrapper .icon__three::before {
  content: '3';
}
.service__section .service__content__wrapper h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service__section .service__content__wrapper h5:hover {
  color: #fc3c59;
}
.service__section .service__content__wrapper p {
  font-size: 18px;
  line-height: 32px;
  opacity: 0.8;
}
.service__section .project__bg__02 {
  left: 0%;
  top: 18%;
  z-index: -1;
  max-width: 960px;
}
@media only screen and (max-width: 1800px) {
  .service__section .project__bg__02 {
    display: none;
  }
}
.service__section .project__bg__03 {
  left: -39%;
  top: -27%;
  z-index: -1;
  max-width: 960px;
}
@media only screen and (max-width: 1800px) {
  .service__section .project__bg__03 {
    display: none;
  }
}

.service__section__two {
  background: url("../img/service/service__two__01.png") no-repeat;
  background-position: -4% 57%;
  background-size: auto;
}
.service__section__two .service__img__one {
  border-radius: 50%;
}
.service__section__two .service__content__wrapper::before {
  display: none;
}
.service__section__two .offer__two__bg__02 {
  position: absolute;
  left: 0;
  z-index: -2;
  bottom: -14rem;
}
@media only screen and (max-width: 991.98px) {
  .service__section__two .service__type {
    display: inline-block;
  }
}
.service__section__two .service__type .icon::before {
  height: 53px;
  width: 53px;
  border: 1px solid #EFE8E9;
  background: white;
  left: 34rem;
  top: 0px;
  font-weight: 500;
  line-height: 53px;
}
@media only screen and (max-width: 1800px) {
  .service__section__two .service__type .icon::before {
    display: none;
  }
}
.service__section__two .service__type .icon::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 200px;
  border-radius: 50%;
  color: black;
  background: #EFE8E9;
  left: 35.5rem;
  top: 0px;
  z-index: -2;
}
@media only screen and (max-width: 1800px) {
  .service__section__two .service__type .icon::after {
    display: none;
  }
}
.service__section__two .service__type .icon__two::before {
  content: '2';
}
.service__section__two .service__type .icon__three::before {
  content: '3';
}
.service__section__two .service__type .icon__three::after {
  display: none;
}

.service__section__three .section__sub__title {
  position: relative;
  color: #fc3c59;
  display: inline;
}
.service__section__three .section__sub__title::before {
  position: absolute;
  content: '';
  width: 110%;
  height: 25px;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  top: -10px;
  left: -6%;
}
.service__section__three .service__content__wrapper::before {
  display: none;
}
.service__section__three .service__content__wrapper .bg__01 {
  left: -40%;
  top: -20%;
  z-index: -2;
  max-width: 982px;
  opacity: .5;
}
@media only screen and (max-width: 1800px) {
  .service__section__three .service__content__wrapper .bg__01 {
    display: none;
  }
}
.service__section__three .service__type__three {
  background: #FFF0F2;
  padding: 10px;
}
.service__section__three .service__type__three p {
  font-size: 18px;
  font-weight: 600;
  color: black;
  line-height: 34px;
}
.service__section__three .service__type__three b {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-right: 10px;
  color: #fc3c59;
}
.service__section__three .service__type__three small {
  font-size: 18px;
  line-height: 30px;
  color: rgba(1, 5, 12, 0.8);
}
.service__section__three .counter__img {
  width: 75%;
  margin-right: 20px;
}
.service__section__three .service__type .icon {
  background: #fe556f;
  background: linear-gradient(90deg, #fe556f 100%, #ff94a4 100%);
}
.service__section__three .service__type .icon::before {
  color: black;
  background: white;
  border: 1px solid #d7d7d7;
}
@media only screen and (max-width: 991.98px) {
  .service__section__three .service__type .icon::before {
    display: none;
  }
}
.service__section__three .service__type .icon__two {
  background: #357ffe;
  background: linear-gradient(90deg, #357ffe 100%, #b4c0fd 100%);
}
.service__section__three .service__type .icon__three {
  background: #5ee1dc;
  background: linear-gradient(90deg, #5ee1dc 100%, #4ea06f 100%);
}

.service__details__wrapper h3 {
  font-size: 48px;
}
.service__details__wrapper h4 {
  font-size: 28px;
}
.service__details__wrapper h5 {
  font-size: 22px;
}
.service__details__wrapper h5 img {
  margin-right: 20px;
}
.service__details__wrapper p {
  font-size: 16px;
  line-height: 30px;
}
.service__details__wrapper .project__box .box__one {
  background: #e7f2f0;
  margin-bottom: 30px;
  padding: 20px 30px;
  border-radius: 5px;
}
.service__details__wrapper .project__box .box__two {
  background: #faf7f6;
}
.service__details__wrapper .project__box .box__three {
  background: #f6eaeb;
}
.service__details__wrapper .project__box .box__four {
  background: #f1f5fd;
}
.service__details__wrapper .project__box__two {
  padding: 20px 30px;
}
@media only screen and (max-width: 1200px) {
  .service__details__wrapper .project__box__two {
    padding: 0;
  }
}
.service__details__wrapper .project__box__two .project__details__06 {
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 1800px) {
  .service__details__wrapper .project__box__two .project__details__06 {
    display: none;
  }
}
.service__details__wrapper .project__box__two .ht_btn {
  background: white;
  color: black;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 500;
}
.service__details__wrapper .project__box__two .ht_btn::before {
  background: #fc3c59;
}
.service__details__wrapper .project__box__two .ht_btn:hover {
  color: white;
}
@media only screen and (max-width: 1800px) {
  .service__details__wrapper .project__box__two .ht_btn {
    background: #fc3c59;
    color: white;
  }
}

.team__section .section__sub__title {
  position: relative;
  color: #fc3c59;
  display: inline;
}
.team__section .section__sub__title::before {
  position: absolute;
  content: '';
  width: 110%;
  height: 25px;
  border-top: 1px solid rgba(252, 60, 89, 0.1);
  border-left: 1px solid rgba(252, 60, 89, 0.1);
  top: -10px;
  left: -6%;
}
.team__section .team-container {
  max-width: 1570px;
  margin: auto;
}
.team__section .teams__thumb {
  position: relative;
}
.team__section .teams__thumb .teams__icon__wrapper {
  position: relative;
  width: 370px;
  bottom: 34px;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .team__section .teams__thumb .teams__icon__wrapper {
    width: 100%;
  }
}
.team__section .teams__thumb .teams__icon__wrapper:hover .teams__icon {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.team__section .teams__thumb .teams__icon__wrapper .teams__icon {
  background-image: url(../img/team/team__one__01.png);
  width: 370px;
  height: 200px;
  position: absolute;
  bottom: 124px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team__section .teams__thumb .teams__icon__wrapper .teams__icon__two {
  background-image: url(../img/team/team__one__02.png);
}
.team__section .teams__thumb .teams__icon__wrapper .teams__icon__three {
  background-image: url(../img/team/team__one__03.png);
}
.team__section .teams__thumb .teams__icon__wrapper .teams__icon__four {
  background-image: url(../img/team/team__one__04.png);
}
.team__section .teams__thumb .teams__icon__wrapper .teams__social__media {
  position: relative;
  text-align: center;
  bottom: 40px;
  z-index: 1;
}
.team__section .teams__thumb .teams__icon__wrapper .teams__content {
  background: white;
  color: black;
  width: 370px;
  padding: 23px 35px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 8px 8px 29px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 8px 8px 29px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 8px 8px 29px -2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991.98px) {
  .team__section .teams__thumb .teams__icon__wrapper .teams__content {
    width: 100%;
  }
}
.team__section .teams__thumb .teams__icon__wrapper .teams__title {
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team__section .teams__thumb .teams__icon__wrapper .teams__title:hover {
  color: #fc3c59;
}
.team__section .teams__thumb .teams__icon__wrapper .teams__designation {
  font-size: 16px;
  margin-bottom: 20px;
}
.team__section .teams__thumb .teams__icon__wrapper .teams__social__media a {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  background: #357ffe;
  color: white;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team__section .teams__thumb .teams__icon__wrapper .teams__social__media a:first-child {
  background: #fc3c59;
  color: white;
}
.team__section .teams__thumb .teams__icon__wrapper .teams__social__media a:last-child {
  background: #51CFEE;
  color: white;
}
.team__section .teams__thumb .teams__icon__wrapper .teams__social__media a:hover {
  background: white;
  color: black;
}

.team__section__two .section__title__img::before {
  position: absolute;
  content: '';
  background: rgba(252, 60, 89, 0.8);
  width: 270px;
  height: 267px;
}
.team__section__two .section__title__img .award {
  bottom: 20px;
  left: 20px;
}
.team__section__two .section__title__img .award img {
  margin-right: 10px;
}
.team__section__two .section__title__img .award span {
  color: white;
  font-size: 45px;
  font-weight: 700;
  line-height: 48px;
}
.team__section__two .section__title__img .award p {
  color: white;
  font-size: 22px;
  font-weight: 500;
  line-height: 48px;
}
.team__section__two .progress_one::after {
  content: '88%';
  position: absolute;
  right: 12%;
  top: 20%;
}
.team__section__two .progress_two::after {
  content: '80%';
  position: absolute;
  right: 20%;
  top: 20%;
}
.team__section__two .progress_three::after {
  content: '95%';
  position: absolute;
  right: 5%;
  top: 20%;
}
.team__section__two .progress {
  background: none;
  border: 1px solid black;
  height: 20px;
}
.team__section__two .progress-bar {
  height: 8px;
  align-items: center;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 5px;
}
.team__section__two .bar-width-one {
  animation: progress-forward-one infinite 5s ease;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team__section__two .bar-width-two {
  animation: progress-forward-one infinite 5s ease;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team__section__two .bar-width-three {
  animation: progress-forward-one infinite 5s ease;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team__details {
  background: url(../img/team/team__details__bg.png) no-repeat;
  background-size: auto;
  background-position: 0% 15%;
}
.team__details .right__team__rapper h2 {
  font-size: 46px;
  line-height: 66px;
  font-weight: 700;
  color: black;
}
.team__details .right__team__rapper h5 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: black;
}
.team__details .right__team__rapper .team__contact {
  font-size: 18px;
}
.team__details .right__team__rapper .team__contact a {
  color: #fc3c59;
  margin-right: 10px;
  font-size: 22px;
}
.team__details .right__team__rapper .social__media__link ul li {
  display: inline-block;
  margin-right: 40px;
}
.team__details .right__team__rapper .social__media__link ul li a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team__details .right__team__rapper .social__media__link ul li a:hover {
  color: #fc3c59;
}
.team__details .about__me__rapper h4 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}
.team__details .about__me__rapper .progressbar-content .chart {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}
.team__details .about__me__rapper .progressbar-content .chart span {
  color: black;
  font-size: 32px;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  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%);
}
.team__details .about__me__rapper .progressbar-content .char-title {
  font-size: 20px;
  color: black;
}

.pricing__section__three {
  background: url("../img/service/service__three__bg.png") rgba(255, 227, 193, 0.1) no-repeat;
}
.pricing__section__three .sub__title__two {
  font-weight: 700;
  text-transform: uppercase;
}
.pricing__section__three .pricing__table__one {
  background: white;
  padding: 60px;
}
.pricing__section__three .pricing__table__one .pricing__plan {
  color: #fc3c59;
  font-size: 36px;
  line-height: 20px;
  font-weight: 700;
}
.pricing__section__three .pricing__table__one .price__membership {
  font-size: 20px;
  line-height: 20px;
}
.pricing__section__three .pricing__table__one .monthly__price {
  font-size: 44px;
  line-height: 20px;
  font-weight: 700;
}
.pricing__section__three .pricing__table__one hr {
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}
.pricing__section__three .pricing__table__one .service__list ul li {
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 20px;
}
.pricing__section__three .pricing__table__one .service__list ul li::before {
  content: "\2022";
  color: #fc3c59;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
}
.pricing__section__three .pricing__table__one .service__off__list ul li {
  position: relative;
  margin-bottom: 25px;
  text-decoration: line-through;
}
.pricing__section__three .pricing__table__one .service__off__list ul li::before {
  content: "\2022";
  color: #fc3c59;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
}
.pricing__section__three .pricing__table__one .ht_btn {
  border-radius: 5px;
  text-transform: capitalize;
  background: #FF723A;
}
.pricing__section__three .pricing__table__two .pricing__plan {
  color: #F14D5D;
}
.pricing__section__three .pricing__table__two .ht_btn {
  color: #F14D5D;
  background: rgba(241, 77, 93, 0.1);
}
.pricing__section__three .pricing__table__three .pricing__plan {
  color: #357ffe;
}
.pricing__section__three .pricing__table__three .ht_btn {
  color: #357ffe;
  background: rgba(53, 127, 254, 0.1);
}

.footer-area {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.footer-area .footer__bg__one {
  background: rgba(255, 227, 193, 0.1);
}
.footer-area .footer__01 {
  right: 7%;
  top: 30%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: scale-up-one 1s ease-in-out 0s infinite alternate-reverse both;
}
@media only screen and (max-width: 1800px) {
  .footer-area .footer__01 {
    display: none;
  }
}
.footer-area .footer__02 {
  left: 7%;
  bottom: 30%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: scale-up-one 1s ease-in-out 0s infinite alternate-reverse both;
}
@media only screen and (max-width: 1800px) {
  .footer-area .footer__02 {
    display: none;
  }
}
.footer-area .footer__one__bg__01 {
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 1800px) {
  .footer-area .footer__one__bg__01 {
    display: none;
  }
}
.footer-area .footer__bg_two {
  background: none;
}
.footer-area .footer__widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-area .footer__widget li {
  padding: 5px 0;
}
.footer-area .footer__widget ul li a {
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-area .footer__widget ul li a:hover {
  color: #fc3c59;
}
.footer-area .footer__widget h3 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 900;
}
.footer-area .footer__widget .subscribe__form {
  border: 1px solid #E9E9E9;
  border-radius: 5px;
}
.footer-area .footer__widget .subscribe__form input {
  height: 60px;
}
.footer-area .footer__widget .subscribe__form .submit-btn {
  background: #fc3c59;
  border-radius: 5px;
  height: 50px;
  padding: 0 21px;
  top: 5px;
  right: 5px;
}
.footer-area .footer__widget__one p {
  font-size: 16px;
}
.footer-area .footer__widget__one ul li a {
  font-size: 16px;
}
.footer-area .footer__widget__one ul li a img {
  margin-right: 10px;
}
.footer-area .footer__contact h5 {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 43px;
}
.footer-area .footer__contact ul li a {
  font-size: 20px;
}
.footer-area .location {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-area .location p {
  margin-left: 20px;
}
.footer-area .copyright__area .copyright__text a {
  color: black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-area .copyright__area .copyright__text a:hover {
  color: #fc3c59;
}
.footer-area .copyright__area ul li {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
}
.footer-area .copyright__area ul li a {
  color: black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-area .copyright__area ul li a:hover {
  color: #fc3c59;
}

.footer-area__two .footer__bg__one {
  background: #030509;
  position: relative;
  z-index: 1;
}
.footer-area__two .footer__wrapper__one {
  z-index: 2;
}
.footer-area__two .footer__title__one {
  font-size: 28px;
  font-weight: 600;
  color: #fc3c59;
}
.footer-area__two .footer__title__one a {
  background: #357ffe;
  font-size: 16px;
  font-weight: 500;
  color: white;
  padding: 4px 10px;
  font-family: "Kumbh Sans", sans-serif;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-area__two .footer__title__one a:hover {
  background: #fc3c59;
}
.footer-area__two .footer__one__bg__01 {
  left: 0;
  top: -199px;
  z-index: -1;
  opacity: 1;
  background-size: cover;
  width: 100%;
  height: auto;
}
.footer-area__two .footer__bg_two {
  background: none;
}
.footer-area__two .footer__widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-area__two .footer__widget li {
  padding: 5px 0;
}
.footer-area__two .footer__widget .widget__title {
  color: white;
}
.footer-area__two .footer__widget ul li a {
  font-size: 16px;
  font-weight: 400;
  color: white;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-area__two .footer__widget ul li a:hover {
  color: #fc3c59;
}
.footer-area__two .footer__widget h3 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 900;
  color: white;
}
.footer-area__two .footer__widget .subscribe__form {
  border: 1px solid #E9E9E9;
  border-radius: 5px;
}
.footer-area__two .footer__widget .subscribe__form input {
  height: 60px;
}
.footer-area__two .footer__widget .subscribe__form .submit-btn {
  background: #fc3c59;
  border-radius: 5px;
  height: 50px;
  padding: 0 21px;
  top: 5px;
  right: 5px;
}
.footer-area__two .footer__blog__two span {
  color: white;
  font-size: 14px;
  font-weight: 400;
}
.footer-area__two .footer__blog__two p {
  color: white;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-area__two .footer__blog__two p:hover {
  color: #fc3c59;
}
.footer-area__two .footer__widget__one p {
  font-size: 16px;
  color: white;
}
.footer-area__two .footer__widget__one ul li a {
  font-size: 16px;
  color: white;
}
.footer-area__two .footer__widget__one ul li a img {
  margin-right: 10px;
}
.footer-area__two .footer__contact h5 {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 43px;
  color: white;
}
.footer-area__two .footer__contact ul li a {
  font-size: 20px;
  color: white;
}
.footer-area__two .location {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-area__two .location p {
  margin-left: 20px;
  color: white;
}
.footer-area__two .devider__line {
  background: rgba(255, 255, 255, 0.5);
}
.footer-area__two .copyright__area .copyright__text p {
  color: white;
}
.footer-area__two .copyright__area .copyright__text a {
  color: white;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-area__two .copyright__area .copyright__text a:hover {
  color: #fc3c59;
}
.footer-area__two .copyright__area ul li {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
}
.footer-area__two .copyright__area ul li a {
  color: white;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-area__two .copyright__area ul li a:hover {
  color: #fc3c59;
}

.footer-area__three .footer__tag_text {
  position: relative;
}
.footer-area__three .footer__tag_text::before {
  position: absolute;
  content: '';
  background: #f7f0f1;
  width: 108%;
  height: 64px;
  z-index: -1;
  left: -10px;
}
.footer-area__three .footer__tag_text p {
  position: relative;
}
.footer-area__three .footer__tag_text p::before {
  position: absolute;
  content: '';
  background: #fc3c59;
  width: 2px;
  height: 64px;
  z-index: 1;
  left: -10px;
  top: 0;
}
.footer-area__three .footer__tag_text p::after {
  position: absolute;
  content: '';
  background: #357ffe;
  width: 2px;
  height: 64px;
  z-index: 1;
  right: -10px;
  top: 0;
}
.footer-area__three .footer__bg__one {
  background: white;
  position: relative;
  z-index: 1;
}
.footer-area__three .footer__wrapper__one {
  z-index: 2;
}
.footer-area__three .footer__title__one {
  font-size: 28px;
  font-weight: 600;
  color: #fc3c59;
}
.footer-area__three .footer__title__one a {
  background: #357ffe;
  font-size: 16px;
  font-weight: 500;
  color: black;
  padding: 4px 10px;
  font-family: "Kumbh Sans", sans-serif;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-area__three .footer__title__one a:hover {
  background: #fc3c59;
  color: white;
}
.footer-area__three .footer__one__bg__01 {
  left: 0;
  top: -199px;
  z-index: -1;
  opacity: 1;
  background-size: cover;
  width: 100%;
  height: auto;
}
.footer-area__three .footer__bg_two {
  background: none;
}
.footer-area__three .footer__widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-area__three .footer__widget li {
  padding: 5px 0;
}
.footer-area__three .footer__widget .widget__title {
  color: black;
}
.footer-area__three .footer__widget ul li a {
  font-size: 16px;
  font-weight: 400;
  color: black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-area__three .footer__widget ul li a:hover {
  color: #fc3c59;
}
.footer-area__three .footer__widget h3 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 900;
  color: black;
}
.footer-area__three .footer__widget .subscribe__form {
  border: 1px solid #E9E9E9;
  border-radius: 5px;
}
.footer-area__three .footer__widget .subscribe__form input {
  height: 60px;
}
.footer-area__three .footer__widget .subscribe__form .submit-btn {
  background: #fc3c59;
  border-radius: 5px;
  height: 50px;
  padding: 0 21px;
  top: 5px;
  right: 5px;
}
.footer-area__three .footer__blog__two span {
  color: black;
  font-size: 16px;
  font-weight: 400;
}
.footer-area__three .footer__blog__two p {
  color: black;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-area__three .footer__blog__two p:hover {
  color: #fc3c59;
}
.footer-area__three .footer__widget__one p {
  font-size: 16px;
  color: black;
}
.footer-area__three .footer__widget__one ul li a {
  font-size: 16px;
  color: black;
}
.footer-area__three .footer__widget__one ul li a img {
  margin-right: 10px;
}
.footer-area__three .footer__contact h5 {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 43px;
  color: black;
}
.footer-area__three .footer__contact ul li a {
  font-size: 20px;
  color: black;
}
.footer-area__three .location {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-area__three .location p {
  margin-left: 20px;
  color: black;
}
.footer-area__three .devider__line {
  background: rgba(0, 0, 0, 0.5);
}
.footer-area__three .copyright__area .copyright__text p {
  color: black;
}
.footer-area__three .copyright__area .copyright__text a {
  color: black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-area__three .copyright__area .copyright__text a:hover {
  color: #fc3c59;
}
.footer-area__three .copyright__area ul li {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
}
.footer-area__three .copyright__area ul li a {
  color: black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-area__three .copyright__area ul li a:hover {
  color: #fc3c59;
}

/*# sourceMappingURL=main.css.map */
