/*-----------------------------------------------------------------------------------

    Template Name :  Techni - Saas & Software HTML Template
    Author : CreativeGigs
    Developed By :sayfurrahaman265@gmail.com
    Version : 1.0
    Created on   : 15/12/2023.

-----------------------------------------------------------------------------------

    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=Inter:wght@300;400;500;600;700;800;900&display=swap");
@import url("../fonts/custom-font/stylesheet.css");
/* 1. Theme default css */
body {
  font-family: "Proxima Nova";
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-style: normal;
  color: #707070;
}

.main-page-wrapper {
  overflow-x: hidden;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1350px;
  }
}
.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: "Proxima Nova";
  color: #1b212f;
  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;
  font-family: "Proxima Nova";
  color: #707070;
  margin-bottom: 0;
}

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: #1b212f;
}

*::-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: #ff471a;
  background: white;
  border-radius: 50%;
  font-size: 24px;
  line-height: 75px;
  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: #8e66ff;
}

.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: #ff471a;
  -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: #ff471a;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  bottom: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}
#scrollUp i {
  color: white;
}

/*--
    - 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: #ff471a;
}

/*-- 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;
}

/* 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: #ff471a;
}

.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: #1b212f;
}
.main-menu ul li.active a {
  color: #1b212f;
}
.main-menu ul li a {
  color: black;
  font-family: "Karla", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 60px 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 a::before {
  content: "\F282";
  font-family: "bootstrap-icons";
  font-weight: 700;
  position: absolute;
  font-size: 13px;
  right: -16px;
  top: 21px;
  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;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li a::before {
    display: none;
  }
}
.main-menu ul li a::after {
  display: none;
}
.main-menu ul li a:hover {
  color: #ff471a;
}
.main-menu ul li a i {
  font-size: 14px;
}
.main-menu ul li:hover > a {
  color: #ff471a;
}
.main-menu ul li ul.sub-menu {
  border: 0;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  border-radius: 0;
  display: block;
  right: 0;
  left: 0;
  padding: 0;
  top: 100%;
  visibility: hidden;
  transform: scaleY(0);
  opacity: 0;
  min-width: 220px;
  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;
}
.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: #1b212f;
  font-size: 16px;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  padding: 14px 25px;
  display: block;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.main-menu ul li ul.sub-menu li a::before {
  display: none;
}
.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: white;
  background-color: transparent;
  background: #ff471a;
}
.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 .custom__btn::before {
  width: 92%;
  border-radius: 2px;
}
.theme-menu-one .quote__btn .ht_btn {
  border-radius: 2px;
}
@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 .logo-area img {
    max-width: 90%;
  }
}
.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: "Karla", sans-serif;
}
.header__info-box .text-content h6 {
  color: white;
  font-size: 16px;
  line-height: 16px;
  font-family: "Karla", 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: #1b212f;
}
.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: #1b212f;
  line-height: 35px;
  text-transform: uppercase;
}
.right-language .dropdown-menu li a:hover {
  color: white;
  background: #ff471a;
}

.social_media a {
  color: #ff471a;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background: rgba(255, 71, 26, 0.1);
}
.social_media a:hover {
  color: white;
  background: #1b212f;
}
@media only screen and (max-width: 1200px) {
  .social_media a {
    margin-bottom: 10px;
  }
}

.top__header__section .top__header__info {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.top__header__section .top__header__info::before {
  content: "";
  position: absolute;
  background: rgba(232, 17, 43, 0.4);
  backdrop-filter: blur(10px);
  width: 121%;
  height: 100%;
  z-index: -1;
  left: -27%;
  top: 0;
}

.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: #1b212f;
}
@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 #1b212f;
  width: 40px;
  height: 40px;
  line-height: 37px;
}
.theme-menu-three .round-menu i {
  color: #1b212f;
}
.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: #1b212f;
}
@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: #1b212f;
  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: #ff471a;
}
.open-mobile-menu a.active {
  background: #ff471a;
}

.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-12 {
  font-size: 12px;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f8f9fc;
}

.white-bg {
  background: white;
}

.black-bg {
  background: #1b212f;
}

.heding-bg {
  background: #1b212f;
}

.theme-bg {
  background: #ff471a;
}

/*--
    - color
-----------------------------------------*/
.text-white {
  color: white;
}

.text-prime {
  color: #ff471a;
}

.text-black {
  color: black;
}

.text-theme {
  color: #ff471a;
}

.text-body {
  color: #707070;
}

.text-heding {
  color: #1b212f;
}

/*--
    - fonts
-----------------------------------------*/
.body-font {
  font-family: "Proxima Nova";
}

.heding-font {
  font-family: "Proxima Nova";
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.capitalize {
  text-transform: lowercase;
}

.bg-none {
  background: none;
}

.subscribe__section .subscriber__rapper {
  background: #ff471a;
  padding: 40px;
  border-radius: 5px;
}
.subscribe__section .subscriber__rapper .main__content {
  background: url(../img/bg/subscribe__bg__01.png) no-repeat;
  padding: 44px 50px;
}
.subscribe__section .subscriber__rapper .sub__title__three {
  color: white;
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
  padding-right: 50px;
}

@-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);
  }
}
.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: #ff471a;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #ff471a;
    opacity: 0.8;
  }
}
@-webkit-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #ff471a;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #ff471a;
    opacity: 0.8;
  }
}
@-moz-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #ff471a;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #ff471a;
    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);
  }
}
/*--
	-theme-btn  section  style are here
----------------------------------------*/
.custom__btn {
  position: relative;
  background: none;
  display: inline-block;
  border: none;
  z-index: 1;
}
.custom__btn::before {
  content: "";
  background: none;
  position: absolute;
  z-index: -2;
  border: 1px solid black;
  border-radius: 5px;
  left: 15px;
  top: 5px;
  width: 95%;
  height: 86%;
  -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 {
  overflow: hidden;
  color: white;
  background: #ff471a;
  font-size: 16px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  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;
}
.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: #1b212f;
  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: #1b212f;
}
.ht_btn.hover-bg:hover::before {
  width: 100%;
}

.blog_btn {
  font-family: "Karla", sans-serif;
  color: #ff471a;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
}
.blog_btn:hover {
  color: white;
  border-bottom: 1px solid white;
}

.blog_btn2 {
  font-family: "Karla", 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: "Karla", sans-serif;
  color: #1b212f;
  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: #ff471a;
}

.banner__sub__title {
  font-size: 20px;
  color: #ff471a;
  font-weight: 500;
}

.banner__main__title {
  font-size: 84px;
  font-weight: 900;
  line-height: 96px;
  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: 48px;
    line-height: 60px;
  }
}
.banner__main__title:before {
  content: "";
  position: absolute;
  background: #ff471a;
  width: 266px;
  height: 28px;
  left: 280px;
  bottom: 11px;
  z-index: -1;
  opacity: 0.3;
}
@media only screen and (max-width: 1200px) {
  .banner__main__title:before {
    display: none;
  }
}

.banner__description {
  font-size: 22px;
  line-height: 38px;
}
@media only screen and (max-width: 575.98px) {
  .banner__description {
    font-size: 18px;
    line-height: 32px;
  }
}

.sub__title__two {
  color: #ff471a;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}
@media only screen and (max-width: 575.98px) {
  .sub__title__two {
    font-size: 18px;
  }
}

.section__title__main {
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
}
@media only screen and (max-width: 575.98px) {
  .section__title__main {
    font-size: 1.8rem;
    line-height: 40px;
  }
}

.theme__main__banner {
  background: url(../img/hero/hero_02.png) no-repeat, rgba(255, 227, 193, 0.1);
  background-size: cover;
  background-position: 50% -200px;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner {
    background: none;
  }
}
.theme__main__banner .hero__slider__one .shapes {
  position: relative;
}
@media only screen and (max-width: 1800px) {
  .theme__main__banner .hero__slider__one .shapes {
    display: none;
  }
}
.theme__main__banner .hero__slider__one .shapes .shape__01 {
  position: absolute;
  left: 18%;
  top: 139px;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner .hero__slider__one .shapes .shape__01 {
    display: none;
  }
}
.theme__main__banner .hero__slider__one .shapes .shape__02 {
  position: absolute;
  right: 20%;
  top: 137px;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner .hero__slider__one .shapes .shape__02 {
    display: none;
  }
}
.theme__main__banner .hero__slider__one .shapes .shape__03 {
  position: absolute;
  left: 20rem;
  bottom: -65rem;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner .hero__slider__one .shapes .shape__03 {
    display: none;
  }
}
.theme__main__banner .hero__slider__one .shapes .shape__04 {
  position: absolute;
  left: 34.8%;
  top: 47rem;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner .hero__slider__one .shapes .shape__04 {
    display: none;
  }
}
.theme__main__banner .hero__slider__one .shapes .shape__05 {
  position: absolute;
  right: 0;
  top: 31rem;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner .hero__slider__one .shapes .shape__05 {
    display: none;
  }
}
.theme__main__banner .hero__slider__one .shapes .shape__06 {
  position: absolute;
  right: 16rem;
  top: 64rem;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner .hero__slider__one .shapes .shape__06 {
    display: none;
  }
}
.theme__main__banner .hero__slider__one .shapes .shape__07 {
  position: absolute;
  left: 25px;
  top: 40rem;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner .hero__slider__one .shapes .shape__07 {
    display: none;
  }
}
.theme__main__banner .theme__content .ht_btn {
  padding: 18px 38px;
  border-radius: 5px;
}
.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__one__banner {
  background: none;
}
.theme__one__banner .main__banner__bg {
  background: rgba(255, 227, 193, 0.1);
  margin: 0 81px;
}
@media only screen and (max-width: 1200px) {
  .theme__one__banner .main__banner__bg {
    margin: 0;
  }
}
.theme__one__banner .main__banner__bg {
  height: auto;
}
.theme__one__banner .hero__img {
  height: 900px;
}
@media only screen and (max-width: 1200px) {
  .theme__one__banner .hero__img {
    height: auto;
  }
}
.theme__one__banner .hero__img .hero__banner__two__img {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .theme__one__banner .hero__img .hero__banner__two__img {
    position: relative;
  }
}
.theme__one__banner .theme__content {
  margin-left: 80px;
}
@media only screen and (max-width: 1800px) {
  .theme__one__banner .theme__content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1800px) {
  .theme__one__banner .hero__slider__one .shapes {
    display: none;
  }
}
.theme__one__banner .hero__slider__one .shapes .shape__01 {
  position: absolute;
  left: 85%;
  top: 721px;
}
@media only screen and (max-width: 1200px) {
  .theme__one__banner .hero__slider__one .shapes .shape__01 {
    display: none;
  }
}
.theme__one__banner .hero__slider__one .shapes .shape__02 {
  position: absolute;
  right: 45%;
  top: 46px;
}
@media only screen and (max-width: 1200px) {
  .theme__one__banner .hero__slider__one .shapes .shape__02 {
    display: none;
  }
}
.theme__one__banner .hero__slider__one .shapes .shape__03 {
  position: absolute;
  left: 97rem;
  bottom: -10rem;
}
@media only screen and (max-width: 1200px) {
  .theme__one__banner .hero__slider__one .shapes .shape__03 {
    display: none;
  }
}
.theme__one__banner .hero__slider__one .shapes .shape__04 {
  position: absolute;
  left: 70.8%;
  top: 49rem;
}
@media only screen and (max-width: 1200px) {
  .theme__one__banner .hero__slider__one .shapes .shape__04 {
    display: none;
  }
}

.theme__two__banner {
  background: url(../img/hero/banner_three__bg.png) no-repeat, #1b212f;
  background-size: auto;
  background-position: -18rem 70%;
}
.theme__two__banner .sticky-menu {
  background: black;
}
.theme__two__banner .main-menu ul li a {
  color: white;
}
.theme__two__banner .banner__main__title {
  color: white;
}
.theme__two__banner .banner__main__title::before {
  display: none;
}
.theme__two__banner .banner__description {
  color: white;
}
.theme__two__banner .ht_btn::before {
  background: #8e66ff;
}
.theme__two__banner .ht_btn2 {
  color: white;
}
.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;
  }
}

.widget__title {
  color: black;
  font-size: 24px;
}
@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;
  }
}

.service-widget {
  border: 2px solid rgba(255, 71, 26, 0.1);
  list-style: none;
  padding: 30px;
  border-radius: 10px;
}
.service-widget li:last-child a {
  margin-bottom: 0;
}
.service-widget li a {
  border-radius: 10px;
  color: #1b212f;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-family: "Proxima Nova";
  padding: 24px 36px;
  background: rgba(255, 71, 26, 0.1);
  margin-bottom: 20px;
  display: block;
  position: relative;
  z-index: 1;
}
.service-widget li a::before {
  content: "";
  position: absolute;
  background: #ff471a;
  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: #ff471a;
  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 span {
  color: #ff471a;
}
.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: 18px;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .service-widget {
    padding: 40px 15px;
  }
}

.widget-form p {
  color: #707070;
}
.widget-form input,
.widget-form textarea {
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #707070;
  font-size: 16px;
  display: block;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 20px;
}
.widget-form input:focus,
.widget-form textarea:focus {
  color: #707070;
  outline: none;
  border-color: #ff471a;
}
.widget-form input::placeholder,
.widget-form textarea::placeholder {
  color: #707070;
  font-size: 16px;
}
.widget-form input::-moz-placeholder,
.widget-form textarea::-moz-placeholder {
  color: #707070;
  font-size: 16px;
}
.widget-form input::-webkit-placeholder,
.widget-form textarea::-webkit-placeholder {
  color: #707070;
  font-size: 16px;
}
.widget-form input::-o-placeholder,
.widget-form textarea::-o-placeholder {
  color: #707070;
  font-size: 16px;
}
.widget-form input::-ms-placeholder,
.widget-form textarea::-ms-placeholder {
  color: #707070;
  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: "Karla", sans-serif;
  font-weight: 700;
  border: 0;
  background: #ff471a;
  width: 100%;
  padding: 21px 0 20px 0;
}
.widget-form .widget-btn:hover {
  color: #1b212f;
  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(112, 112, 112, 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(112, 112, 112, 0.5);
}
.widget__subscribe .subscribe-form input::-moz-placeholder,
.widget__search .subscribe-form input::-moz-placeholder {
  color: rgba(112, 112, 112, 0.5);
}
.widget__subscribe .subscribe-form input::-webkit-placeholder,
.widget__search .subscribe-form input::-webkit-placeholder {
  color: rgba(112, 112, 112, 0.5);
}
.widget__subscribe .subscribe-form input::-o-placeholder,
.widget__search .subscribe-form input::-o-placeholder {
  color: rgba(112, 112, 112, 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: #1b212f;
  font-size: 20px;
  font-family: "Karla", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.widget-post .post__content h5 a:hover {
  color: #ff471a;
}
.widget-post .post__content p {
  color: black;
}
.widget-post .post__content span {
  color: #707070;
  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: #707070;
  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: #ff471a;
}
@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: #1b212f;
  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: #ff471a;
  border-color: #ff471a;
  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: #ff471a;
  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;
}

.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: #ff471a;
  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: #ff471a;
}
.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(255, 71, 26, 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: #ff471a;
}
.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: #ff471a;
  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 .about__content {
  position: absolute;
  left: 30px;
  bottom: 50px;
}
.about__banner .about__content h5 {
  font-size: 44px;
  font-weight: 700;
  line-height: 53px;
  margin-bottom: 15px;
}
.about__banner .about__content p {
  font-size: 18px;
  line-height: 22px;
}
.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: #ff471a;
}

.counter__section {
  background: url("../img/counter/counter__one__bg__o1.png") no-repeat center center;
  background-size: cover;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .counter__section {
    background: #f8f9fc;
  }
}
.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: #ff471a;
  color: white;
}

.offer__section {
  position: relative;
  top: -75px;
  z-index: 2;
}
.offer__section .single__offer__box {
  width: 420px;
  height: 160px;
  border-radius: 10px;
  padding: 37px 25px;
  background: white;
}
@media only screen and (max-width: 1800px) {
  .offer__section .single__offer__box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.offer__section .single__offer__box .icon {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  background: rgba(142, 102, 255, 0.2);
  padding: 19px 18px;
}
.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__name {
  margin-left: 20px;
}
.offer__section .single__offer__box .offer__title {
  font-size: 30px;
  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: #ff471a;
}
.offer__section .single__offer__box p {
  font-size: 16px;
}

.offer__section__two {
  top: 0;
}
.offer__section__two .single__offer__box {
  width: 100%;
  height: auto;
}
.offer__section__two .single__offer__box .offer__name {
  margin-left: 0;
}
.offer__section__two .single__offer__box .icon {
  border-radius: 50%;
}

.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(255, 71, 26, 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: #ff471a;
  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: #ff471a;
}
.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: #ff471a;
  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;
}

.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: #1b212f;
  background: white;
}
.process__wrapper__bg .btn__section li:last-child .ht_btn::before {
  background: #ff471a;
}
.process__wrapper__bg .btn__section li:last-child .ht_btn:hover {
  color: white;
}

.process__step {
  overflow: hidden;
}
.process__step .icon {
  display: inline-block;
  background: #ff471a;
  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: #1b212f;
  font-size: 28px;
  font-weight: 600;
  background: #f8f9fc;
  padding: 32px 30px 32px 55px;
  border: 2px solid #f8f9fc;
  margin-left: 50px;
}
.process__step .process__title span {
  color: #707070;
  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: #1b212f;
  background: white;
  box-shadow: 5px 15px 40px 0px rgba(24, 24, 24, 0.05);
}

.get__in__touch {
  background: rgba(255, 227, 193, 0.1);
  padding: 50px;
}
.get__in__touch .icon {
  width: 60px;
  height: 60px;
  background: black;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  margin-right: 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;
}
.get__in__touch .icon:hover {
  background: #ff471a;
}
.get__in__touch span {
  font-size: 20px;
  line-height: 30px;
  color: black;
}

.subscribe__form {
  z-index: 1;
}
.subscribe__form input {
  font-family: "Proxima Nova" !important;
  color: #afafaf !important;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1;
  height: 80px;
  width: 100%;
  max-width: 570px;
  padding-left: 30px;
  border-radius: 50px;
  border: 0;
  background: white;
}
.subscribe__form input::-moz-placeholder {
  font-family: "Proxima Nova" !important;
  color: #afafaf !important;
  font-size: 16px !important;
}
.subscribe__form input::-o-placeholder {
  font-family: "Proxima Nova" !important;
  color: #afafaf !important;
  font-size: 16px !important;
}
.subscribe__form input::-ms-placeholder {
  font-family: "Proxima Nova" !important;
  color: #afafaf !important;
  font-size: 16px !important;
}
.subscribe__form input::-webkit-placeholder {
  font-family: "Proxima Nova" !important;
  color: #afafaf !important;
  font-size: 16px !important;
}
.subscribe__form input::placeholder {
  font-family: "Proxima Nova" !important;
  color: #afafaf !important;
  font-size: 16px !important;
}
@media only screen and (max-width: 991.98px) {
  .subscribe__form input {
    max-width: 100%;
  }
}
.subscribe__form .submit-btn {
  background: #8e66ff;
  color: white;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 8px;
  right: 10px;
  height: 64px;
  border: 0;
  padding: 0 40px;
  border-radius: 50px;
}
@media only screen and (max-width: 1200px) {
  .subscribe__form .submit-btn {
    right: 0;
    top: 20px;
  }
}

.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: #ff471a;
}
@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: #1b212f;
}
.shpping__form__wrapper__bg .submit__form .input__box label {
  color: #1b212f;
}
.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: #1b212f;
}
.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: #f8f9fc;
  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: #1b212f;
}
@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: #ff471a;
}
.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: #f8f9fc;
  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: #ff471a;
  font-size: 35px;
  background: rgba(255, 71, 26, 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: #1b212f;
  font-size: 24px;
  font-family: "Karla", 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: #ff471a;
}
@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 .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: #707070;
  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: #707070;
  font-size: 16px;
}
.main__contact__form .widget-form input::-moz-placeholder,
.main__contact__form .widget-form textarea::-moz-placeholder {
  color: #707070;
  font-size: 16px;
}
.main__contact__form .widget-form input::-ms-placeholder,
.main__contact__form .widget-form textarea::-ms-placeholder {
  color: #707070;
  font-size: 16px;
}
.main__contact__form .widget-form input::-webkit-placeholder,
.main__contact__form .widget-form textarea::-webkit-placeholder {
  color: #707070;
  font-size: 16px;
}
.main__contact__form .widget-form input::-o-placeholder,
.main__contact__form .widget-form textarea::-o-placeholder {
  color: #707070;
  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;
}

.feedback-section .feedback__main__content {
  background: url(../img/testimonial/screen__03.png) center center no-repeat;
}
.feedback-section .feedback__rapper {
  padding: 150px 124px;
}
@media only screen and (max-width: 1800px) {
  .feedback-section .feedback__rapper {
    padding: 150px 0;
  }
}
.feedback-section .feedback-slider,
.feedback-section .section__title {
  padding: 30px 0px;
}
.feedback-section .sub__title__two {
  color: #ff471a;
  font-weight: 500;
  font-style: 20px;
}
.feedback-section .section__title__main {
  color: black;
  font-weight: 700;
  font-size: 46px;
}
.feedback-section .screen__01 {
  position: absolute;
  left: 170px;
  top: 81px;
}
@media only screen and (max-width: 1800px) {
  .feedback-section .screen__01 {
    left: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .feedback-section .screen__01 {
    display: none;
  }
}
.feedback-section .screen__02 {
  position: absolute;
  right: 270px;
  top: 211px;
}
@media only screen and (max-width: 1800px) {
  .feedback-section .screen__02 {
    right: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .feedback-section .screen__02 {
    display: none;
  }
}
.feedback-section .shape__001 {
  position: absolute;
  left: 66px;
  top: 27px;
}
@media only screen and (max-width: 1800px) {
  .feedback-section .shape__001 {
    display: none;
  }
}
.feedback-section .shape__002 {
  position: absolute;
  right: 130px;
  top: 0;
}
@media only screen and (max-width: 1800px) {
  .feedback-section .shape__002 {
    display: none;
  }
}

.testimonial__three .sub__title__two {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonial__three .feedback-block-six p {
  font-size: 32px;
  line-height: 50px;
  font-weight: 700;
  color: black;
}
.testimonial__three .feedback-block-six h5 {
  font-size: 24px;
  line-height: 56px;
  font-weight: 700;
  color: black;
}
.testimonial__three .feedback-block-six span {
  font-size: 18px;
  line-height: 22px;
}
.testimonial__three .swiper, .testimonial__three .swiper-container {
  overflow-y: visible;
}
.testimonial__three .swiper-next,
.testimonial__three .swiper-prev {
  width: 60px;
  line-height: 60px;
  background: rgba(255, 71, 26, 0.1);
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 900;
  color: #ff471a;
  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;
}
.testimonial__three .swiper-next i,
.testimonial__three .swiper-prev i {
  font-weight: 700;
}
.testimonial__three .swiper-next:hover,
.testimonial__three .swiper-prev:hover {
  background: #ff471a;
  color: white;
}

.blog__section .blog__style__one {
  background: white;
  box-shadow: -5px 16px 23px -15px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -5px 16px 23px -15px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -5px 16px 23px -15px rgba(0, 0, 0, 0.23);
}
.blog__section .blog__style__one .blog__content {
  padding: 20px 31px;
}
.blog__section .blog__style__one .blog__content .devider__line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.blog__section .blog__style__one .blog__content .blog__title {
  font-size: 28px;
  font-weight: 700;
}
.blog__section .blog__style__one .blog__content .blog__meta a img {
  margin-right: 10px;
}
.blog__section .blog__btn .ht_btn {
  border-radius: 5px;
}

.blog__section__two {
  background: url(../img/blog/blog__two__bg.png) no-repeat;
  background-size: auto;
  background-position: 35% 81%;
}
@media only screen and (max-width: 1200px) {
  .blog__section__two {
    background: none;
  }
}
.blog__section__two .blog__left__rapper .blog__left__content {
  background: white;
  padding: 30px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 86%;
}
.blog__section__two .blog__left__rapper .blog__left__content h5 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}
@media only screen and (max-width: 575.98px) {
  .blog__section__two .blog__left__rapper .blog__left__content h5 {
    font-size: 22px;
    line-height: 32px;
  }
}
.blog__section__two .blog__left__rapper .blog__left__content a {
  font-size: 18px;
  line-height: 20px;
  color: #707070;
  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__two .blog__left__rapper .blog__left__content a:hover {
  color: #ff471a;
}
.blog__section__two .blog__right__rapper .blog__right__one .blog__one__text {
  margin-left: 40px;
}
.blog__section__two .blog__right__rapper .blog__right__one .blog__one__text h5 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  -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: 575.98px) {
  .blog__section__two .blog__right__rapper .blog__right__one .blog__one__text h5 {
    font-size: 22px;
    line-height: 32px;
  }
}
.blog__section__two .blog__right__rapper .blog__right__one .blog__one__text h5:hover {
  color: #ff471a;
}
.blog__section__two .blog__right__rapper .blog__right__one .blog__one__text p {
  font-size: 20px;
  line-height: 34px;
  color: #707070;
}

.blog__section__three .blog__style__one .blog__content {
  padding: 20px 31px;
}
.blog__section__three .blog__style__one .blog__content .read__more {
  color: #1b212f;
  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: #ff471a;
}
.blog__section__three .blog__style__one .blog__content .devider__line {
  height: 2px;
  background: #FF471A;
}

.blog__details__wrapper .blog__style__one .blog__title__one {
  font-size: 46px;
  line-height: 66px;
  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;
}
.blog__details__wrapper .blog__style__one .blog__title__one:hover {
  color: #ff471a;
}
.blog__details__wrapper .blog__style__one h5 {
  font-size: 36px;
  line-height: 36px;
}
.blog__details__wrapper .blog__style__one .blog__writer h6 {
  font-size: 20px;
}
.blog__details__wrapper .blog__style__one .blog__writer h6 span {
  font-weight: 400;
  color: #707070;
}
.blog__details__wrapper .blog__style__one .author__date {
  margin-left: 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__details__wrapper .blog__style__one .author__date:hover {
  color: #ff471a;
}
.blog__details__wrapper .blog__style__one .author__date img {
  margin-right: 10px;
}
.blog__details__wrapper .blog__style__one .author__blockquote h6 {
  font-size: 20px;
}
.blog__details__wrapper .blog__style__one .author__blockquote h6 span {
  font-weight: 400;
  color: #ff471a;
}
.blog__details__wrapper .blog__style__one .blockquote::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 200px;
  background: black;
  left: -30px;
  top: -75px;
}
.blog__details__wrapper .blog__style__two {
  padding: 0 100px;
}
.blog__details__wrapper .blog__style__two .swiper-button-prev,
.blog__details__wrapper .blog__style__two .swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(255, 71, 26, 0.2);
  border-radius: 50%;
  color: #ff471a;
  position: absolute;
  -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__wrapper .blog__style__two .swiper-button-prev::after,
.blog__details__wrapper .blog__style__two .swiper-button-next::after {
  display: none;
}
.blog__details__wrapper .blog__style__two .swiper-button-prev:hover,
.blog__details__wrapper .blog__style__two .swiper-button-next:hover {
  background: #ff471a;
  color: white;
}
.blog__details__wrapper .blog__style__two .swiper-button-prev {
  left: -100px;
  top: 115px;
}
.blog__details__wrapper .blog__style__two .swiper-button-next {
  left: 44.3rem;
  top: 115px;
}
.blog__details__wrapper .blog__style__two .blog__date h4 {
  font-size: 24px;
}
.blog__details__wrapper .blog__style__two .blog__date a {
  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__details__wrapper .blog__style__two .blog__date a:hover {
  color: #ff471a;
}
.blog__details__wrapper .comments-wrapper .comment-box {
  background: rgba(255, 227, 193, 0.1);
  padding: 30px;
  border-radius: 5px;
}
.blog__details__wrapper .comments-wrapper .comment-box .comment-avatar {
  width: 30%;
}
.blog__details__wrapper .comments-wrapper .comment-box .comment-content {
  margin-left: 30px;
}
.blog__details__wrapper .comments-wrapper .comment-box .comment-content h5 {
  font-size: 24px;
}
.blog__details__wrapper .comments-wrapper .comment-box .comment-content h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ff471a;
  font-weight: 500;
}
.blog__details__wrapper .comments-wrapper .comment-box .comment-content .replay {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
}
.blog__details__wrapper .comment-form {
  background: rgba(255, 227, 193, 0.1);
  padding: 40px;
}
.blog__details__wrapper .comment-form .inner__title__one {
  font-size: 36px;
}
.blog__details__wrapper .comment-form textarea,
.blog__details__wrapper .comment-form input {
  background: white;
}
.blog__details__wrapper .comment-form .ht_btn {
  border-radius: 50px;
}

.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: 824px;
}
@media only screen and (max-width: 1800px) {
  .choose__section .choose__main__1 {
    width: 100%;
  }
}
.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 ul li {
  list-style: none;
  display: inline-block;
}
.choose__section .choose__content__wrapper .choose__type {
  background: white;
  padding: 15px 20px;
  margin-right: 20px;
  border-radius: 10px;
  width: 280px;
  box-shadow: -3px -20px 29px -23px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: -3px -20px 29px -23px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: -3px -20px 29px -23px rgba(0, 0, 0, 0.12);
}
.choose__section .choose__content__wrapper .icon {
  text-align: center;
  padding: 10px;
  background: #FF723A;
  border-radius: 10px;
  height: 60px;
  width: 60px;
}
.choose__section .choose__content__wrapper .icon__two {
  background: rgba(255, 135, 0, 0.1);
}
.choose__section .choose__content__wrapper .icon_three {
  background: rgba(255, 128, 150, 0.1);
}
.choose__section .choose__content__wrapper .icon_four {
  background: rgba(0, 132, 180, 0.1);
}
.choose__section .choose__content__wrapper .choose__type__text {
  margin-left: 20px;
}
.choose__section .choose__content__wrapper .choose__type__text h5 {
  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;
}
.choose__section .choose__content__wrapper .choose__type__text h5:hover {
  color: #ff471a;
}
.choose__section .choose__content__wrapper .choose__btn .ht_btn {
  border-radius: 5px;
}

.choose__section__two {
  background: url(../img/chose/choose__bg__02.png) no-repeat;
}
@media only screen and (max-width: 1200px) {
  .choose__section__two {
    background: none;
  }
}
.choose__section__two .choose__content__wrapper {
  padding-left: 0;
  padding-right: 55px;
}
.choose__section__two .choose__img__wrapper::after {
  content: url("../img/chose/choose__03.png");
  position: absolute;
  left: -175px;
  bottom: -73px;
}
@media only screen and (max-width: 1200px) {
  .choose__section__two .choose__img__wrapper::after {
    display: none;
  }
}
.choose__section__two .choose__main__1 {
  left: 0;
}

.choose__section__three {
  background: url(../img/chose/choose__three__04.png) no-repeat;
  background-size: auto;
  background-position: 100% 0%;
}
.choose__section__three .choose__content__wrapper {
  padding-left: 0px;
}
.choose__section__three .sub__title__two {
  text-transform: uppercase;
  font-weight: 700;
}
.choose__section__three .skill__wrapper .skill-category {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: black;
  margin-bottom: 30px;
}
.choose__section__three .skill__wrapper .skill-category .float-end {
  color: #ff471a;
  position: relative;
  right: 6%;
  background: white;
  padding: 5px 8px;
  border-radius: 50px;
  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);
}
.choose__section__three .skill__wrapper .skill-category .float-end::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 16px;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}
.choose__section__three .skill__wrapper .skill-category .float-end-2 {
  right: 10%;
}
.choose__section__three .skill__wrapper .skill-category .float-end-3 {
  right: 2%;
}
.choose__section__three .skill__wrapper .progress {
  background: rgba(255, 71, 26, 0.1);
  height: 5px;
}
.choose__section__three .skill__wrapper .progress .progress-bar {
  background: #ff471a;
  height: 5px;
  width: 92%;
}
.choose__section__three .skill__wrapper .progress .progress-bar-2 {
  width: 90%;
}
.choose__section__three .skill__wrapper .progress .progress-bar-3 {
  width: 98%;
}
.choose__section__three .choose__img__wrapper .choose__main__1 {
  right: 0;
}
.choose__section__three .choose__img__wrapper .choose__main__2 {
  position: absolute;
  left: 47%;
  top: -39%;
}
@media only screen and (max-width: 1200px) {
  .choose__section__three .choose__img__wrapper .choose__main__2 {
    display: none;
  }
}
.choose__section__three .choose__img__wrapper .choose__main__3 {
  position: absolute;
  left: 68%;
  bottom: -11%;
}
@media only screen and (max-width: 1200px) {
  .choose__section__three .choose__img__wrapper .choose__main__3 {
    display: none;
  }
}

.service__section {
  background: url("../img/service/service__bg__01.png") no-repeat;
  background-size: cover;
}
.service__section .service__thumb {
  min-height: 330px;
  padding: 30px 20px;
  background: 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;
  box-shadow: -3px -20px 29px -23px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: -3px -20px 29px -23px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: -3px -20px 29px -23px rgba(0, 0, 0, 0.12);
}
.service__section .service__thumb:hover .service__title {
  color: #ff471a;
}
.service__section .service__img__one {
  width: 85px;
  line-height: 3;
  border-radius: 10px;
  background: #ff471a;
  padding: 14px;
  text-align: center;
}
.service__section .service__img__two {
  background: rgba(255, 71, 26, 0.05);
}
.service__section .service__title {
  font-size: 24px;
  font-weight: 700;
}
.service__section .service__designation {
  font-size: 16px;
}

.service__section {
  background: url("../img/service/service__two__01.png") no-repeat;
  background-position: -4% 57%;
  background-size: auto;
}
.service__section .service__img__one {
  border-radius: 50%;
}

.service__section__three {
  background: url("../img/service/service__three__bg.png") rgba(255, 227, 193, 0.1) no-repeat;
}
.service__section__three .sub__title__two {
  text-transform: uppercase;
  font-weight: 700;
}
.service__section__three .swiper-pagination-bullet {
  margin-top: 50px;
  height: 13px;
  width: 13px;
  background: rgba(255, 71, 26, 0.1);
  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;
}
.service__section__three .swiper-pagination-bullet-active {
  background: #ff471a;
}

.project__details__area .single__info__box {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 64%;
}
.project__details__area .single__info__box .widget__title__two {
  color: white;
}
.project__details__area .single__info__box .icon {
  width: 48px;
  height: 48px;
  background: #ff471a;
  color: white;
  text-align: center;
  line-height: 48px;
  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;
}
.project__details__area .single__info__box .icon:hover {
  background: white;
  color: #ff471a;
}
.project__details__area .single__info__box .contact_info {
  margin-left: 20px;
  font-size: 14px;
  color: white;
}
.project__details__area .single__info__box .contact_info .contact {
  font-size: 20px;
  font-weight: 700;
}
.project__details__area .project__details__wrapper p {
  font-size: 18px;
}
.project__details__area .project__details__wrapper .about__content__wrapper {
  height: 110px;
  padding: 20px;
  border-radius: 10px;
  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);
}
.project__details__area .project__details__wrapper .about__content__wrapper .icon {
  width: 70px;
  height: 70px;
  background: rgba(142, 102, 255, 0.1);
  text-align: center;
  line-height: 70px;
  border-radius: 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__details__area .project__details__wrapper .about__content__wrapper .icon img {
  transition: filter 0.3s;
  filter: brightness(100%);
}
.project__details__area .project__details__wrapper .about__content__wrapper .icon:hover {
  background: #ff471a;
}
.project__details__area .project__details__wrapper .about__content__wrapper .icon:hover img {
  color: white;
  filter: brightness(100) contrast(1) hue-rotate(121deg) invert(0) saturate(1) sepia(1);
}
.project__details__area .project__details__wrapper .about__content__wrapper .icon__two {
  background: rgba(255, 62, 74, 0.1);
}
.project__details__area .project__details__wrapper .about__content__wrapper .icon__three {
  background: rgba(255, 135, 0, 0.1);
}
.project__details__area .project__details__wrapper .about__content__wrapper .about__type_text {
  margin-left: 20px;
}
.project__details__area .project__details__wrapper .about__content__wrapper .about__type_text h5 {
  font-size: 24px;
  font-weight: 700;
  color: black;
}
.project__details__area .watch__video {
  left: 50%;
  bottom: 50%;
  transform: translate(-50px, 50px);
}

.team__section {
  z-index: 2;
}
.team__section:before {
  content: url("../img/team/team__bg__01.png");
  position: absolute;
  right: 40px;
  top: 10px;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .team__section:before {
    display: none;
  }
}
.team__section .teams__thumb {
  position: relative;
}
.team__section .teams__thumb:hover .teams__icon__wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.team__section .teams__thumb .teams__icon__wrapper {
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: transparent;
  backdrop-filter: blur(10px);
  padding: 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;
}
.team__section .teams__thumb .teams__icon__wrapper .teams__title {
  font-size: 24px;
  font-weight: 700;
  color: white;
}
.team__section .teams__thumb .teams__icon__wrapper .teams__designation {
  font-size: 18px;
  color: white;
  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: white;
  color: #ff471a;
  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:hover {
  background: #ff471a;
  color: white;
}
.team__section .swiper, .team__section .swiper-container {
  overflow-y: visible;
}
.team__section .swiper-next,
.team__section .swiper-prev {
  width: 60px;
  line-height: 60px;
  color: #ff471a;
  background: rgba(255, 71, 26, 0.1);
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  margin-left: 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;
}
.team__section .swiper-next:hover,
.team__section .swiper-prev:hover {
  background: #ff471a;
  color: white;
}
.team__section .swiper-pagination-bullet {
  margin-top: 50px;
  height: 13px;
  width: 13px;
  background: rgba(255, 71, 26, 0.1);
  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;
}
.team__section .swiper-pagination-bullet-active {
  background: #ff471a;
}

.team__section__two::before {
  display: none;
}
.team__section__two .teams__thumb__two {
  background: rgba(255, 227, 193, 0.1);
  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;
  padding: 35px;
}
.team__section__two .teams__thumb__two:hover {
  background: #ffe3c1;
}
.team__section__two .teams__thumb__two .teams__content__two h4 {
  color: black;
  font-size: 32px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
}
.team__section__two .teams__thumb__two .teams__content__two p {
  font-size: 18px;
  line-height: 24px;
  color: #ff471a;
  text-transform: uppercase;
}
.team__section__two .teams__thumb__two .teams__social__media a {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  background: white;
  color: #ff471a;
  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__two .teams__thumb__two .teams__social__media a:hover {
  background: #ff471a;
  color: white;
}

.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: #ff471a;
  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: #ff471a;
}
.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: #ff471a;
  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: #ff471a;
  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: #ff471a;
  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: #8e66ff;
}
.pricing__section__three .pricing__table__three .ht_btn {
  color: #8e66ff;
  background: rgba(142, 102, 255, 0.1);
}

.footer__bg__one {
  background: rgba(255, 227, 193, 0.1);
}

.footer__bg_two {
  background: none;
}

.footer__widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__widget li {
  padding: 10px 0;
}
.footer__widget a {
  font-size: 18px;
  -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__widget a:hover {
  color: #ff471a;
}
.footer__widget h3 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 900;
}
.footer__widget .subscribe__form {
  border: 1px solid #E9E9E9;
  border-radius: 5px;
}
.footer__widget .subscribe__form input {
  height: 60px;
}
.footer__widget .subscribe__form .submit-btn {
  background: #ff471a;
  border-radius: 5px;
  height: 50px;
  padding: 0 21px;
  top: 5px;
  right: 5px;
}

.footer__contact ul li a {
  font-size: 20px;
}

/*# sourceMappingURL=main.css.map */
