
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&amp;display=swap");
body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Mukta", sans-serif;
  color: #474646;
  font-weight: 400;
}
#register_area{
  position:relative;
  border-radius: 20px;
}
.image_round{
  border-radius: 10px;
}
#register_area .form_loader{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: flex;
  align-items: center;
  justify-content:center;
  border-radius: 20px;
}
.form_loader.success{
  background: green;
}
.form_loader.error{
  background: red;
}
.form_loader.pending{
  background: rgb(228, 50, 5);
}
#register_area .form_loader .form_loader_inner{
  color:#fff;
}
p {
  color: #474646;
  font-weight: 300;
  margin-bottom: 10px;
}

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

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

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

button {
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #1e1c1c;
  line-height: 1.4;
}

h3 {
  font-size: 24px;
}

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

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

img {
  max-width: 100%;
}

.pt-150 {
  padding-top: 150px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-10 {
  padding-bottom: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.border-radius-5 {
  border-radius: 5px !important;
}

.border-radius-50 {
  border-radius: 50px !important;
}

.default-btn {
  padding: 10px 32px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  background-color:#ff5e02;
  border-radius: 20px;
}

.default-btn:hover {
  color: #ffffff;
  background-color: #1e1c1c;
}

/*================================
Section Title Style 
===================================*/
.section-title span {
  text-transform: capitalize;
  padding-bottom: 10px;
  font-weight: 600;
  line-height: 0;
  font-size: 17px;
  color:#ff5e02;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
  color: #1e1c1c;
  margin-bottom: 0;
}

.section-title p {
  padding-top: 15px;
  font-weight: 300;
  margin-bottom: 0;
}

.section-bg {
  background-color: #f6f9fb !important;
}

.top-header {
  padding: 10px 0;
}

.top-header-bg {
  background-color:#ff5e02;
}

.header-right {
  float: right;
}

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

.header-right ul li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 25px;
  margin-right: 25px;
  font-weight: 500;
  font-size: 16px;
}

.header-right ul li:last-child {
  margin-right: 0;
}

.header-right ul li i {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 48%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-right ul li a {
  color: #f8f8f8;
}

.header-right ul li:hover i {
  color: #1e1c1c;
}

.header-right ul li:hover a {
  color: #1e1c1c;
}

.head-left {
  float: left;
}

.head-left ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.head-left ul li {
  display: inline-block;
  margin-right: 10px;
}

.head-left ul li:last-child {
  margin-right: 0;
}

.head-left ul li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
  border-radius: 40px 50px 50px 0;
  text-align: center;
  color:#ff5e02;
  font-size: 18px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.head-left ul li a:hover i {
  background-color: #3c5a99;
  color: #ffffff;
}

/*=================================
Navbar Area
====================================*/
.main-nav {
  background-color: transparent;
  position: absolute;
  top: 50px;
  padding: 0;
  width: 100%;
  height: auto;
}

.main-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}

.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
  color:#ff5e02;
}

.main-nav nav .navbar-nav .nav-item:hover a i,
.main-nav nav .navbar-nav .nav-item .active i {
  color:#ff5e02;
}

.main-nav nav .navbar-nav .nav-item a {
  color: #1e1c1c;
  font-weight: 400;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
}

.main-nav nav .navbar-nav .nav-item a i {
  line-height: 1;
  position: relative;
  font-size: 18px;
  top: 3px;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
  color:#ff5e02;
}

.main-nav nav .navbar-nav .nav-item a:hover i,
.main-nav nav .navbar-nav .nav-item a :focus i {
  color:#ff5e02;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color:#ff5e02;
}

.main-nav nav .navbar-nav .nav-item a.active i {
  color:#ff5e02;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  z-index: 5;
  border: none;
  padding: 10px 0;
  border-radius: 0;
  background-color: #ffffff !important;
  top: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  z-index: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid#ff5e02;
  z-index: -1;
}

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

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #1e1c1c !important;
  position: relative;
  z-index: 1;
  padding: 4px 20px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 600;
  font-size: 15px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: 0;
  color:#ff5e02 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active i {
  color:#ff5e02 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color:#ff5e02 !important;
  border-radius: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover i,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus i,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active i {
  color:#ff5e02 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  line-height: 1;
  position: relative;
  color: #474646;
  font-size: 18px;
  top: 3px;
  float: right;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color:#ff5e02 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  margin-top: 18px !important;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
}

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

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-two {
  position: relative;
  top: 0;
}

.nav-bar-side {
  display: inline-block;
  position: relative;
}

.nav-bar-side .shoping-nav-btn {
  display: inline-block;
  color: #1e1c1c;
  font-size: 20px;
  margin-right: 20px;
  margin-left: 20px;
  position: relative;
  top: 5px;
}

.nav-bar-side .shoping-nav-btn:hover {
  color:#ff5e02;
}

.nav-bar-side .shoping-nav-btn span {
  position: absolute;
  top: 0;
  display: inline-block;
  right: -12px;
  font-size: 10px;
  padding: 5px;
  line-height: 0.7;
  color: #ffffff;
  background-color:#ff5e02;
  border-radius: 50px;
}

.nav-bar-side .nav-btn {
  display: inline-block;
  margin-left: 20px;
}

.nav-bar-side .language-list {
  top: -5px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  margin-left: -30px;
  z-index: 9999;
}

.nav-bar-side .language-list .language-list-item {
  height: 0;
  padding: 0 15px;
  border: none;
  color: #1e1c1c;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px 0 0 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-bar-side .language-list .language-list-item:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.nav-bar-side .language-list .nice-select {
  height: 0;
  width: 125px;
  line-height: 0;
  margin-bottom: 0;
  font-weight: 400;
  border-radius: 0;
  font-size: 16px;
  background-color: transparent;
  color: #1e1c1c;
  border-radius: 5px 0px 0px 5px;
  z-index: 9999;
  text-align: right !important;
}

.nav-bar-side .language-list .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 20px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.nav-bar-side .language-list .nice-select .list .option {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #1e1c1c;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  font-size: 15px;
  width: 180px;
  border-bottom: 1px solid #e1e1e1;
}

.nav-bar-side .language-list .nice-select .list .option:hover {
  color:#ff5e02;
}

.nav-bar-side .language-list .nice-select .list .option .selected {
  background-color: transparent !important;
  font-weight: 400;
  color:#ff5e02 !important;
}

.nav-bar-side .language-list .nice-select:after {
  border-bottom: 1.5px solid #1e1c1c;
  border-right: 1.5px solid #1e1c1c;
  height: 6px;
  width: 6px;
}

.nav-bar-side .shoping-nav-btn2 {
  display: inline-block;
  color: #474646;
  font-size: 26px;
  margin-right: 30px;
  margin-left: 20px;
  position: relative;
  top: 8px;
}

.nav-bar-side .shoping-nav-btn2:hover {
  color:#ff5e02;
}

.nav-bar-side .shoping-nav-btn2 span {
  position: absolute;
  top: 0;
  display: inline-block;
  right: -12px;
  font-size: 10px;
  padding: 5px;
  line-height: 0.7;
  color: #ffffff;
  background-color:#ff5e02;
  border-radius: 50px;
}

.sticky-nav {
  top: 0;
  position: fixed;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 100% !important;
  z-index: 999;
}

.sticky-nav .main-nav {
  top: 0;
  background-color: #ffffff;
  position: fixed;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.nav-mobile-side {
  display: none;
  position: absolute;
  top: 8px;
  right: 60px;
}

.nav-mobile-side .shoping-mobile-btn {
  display: inline-block;
  color: #1e1c1c;
  font-size: 16px;
  margin-right: 15px;
  position: relative;
  top: 8px;
}

.nav-mobile-side .shoping-mobile-btn:hover {
  color:#ff5e02;
}

.nav-mobile-side .shoping-mobile-btn span {
  position: absolute;
  top: 0;
  display: inline-block;
  right: -12px;
  font-size: 10px;
  padding: 5px;
  line-height: 0.7;
  color: #ffffff;
  background-color:#ff5e02;
  border-radius: 50px;
}

.nav-mobile-side .nav-btn {
  display: inline-block;
}

.nav-mobile-side .default-btn {
  padding: 7px 10px;
  font-size: 13px;
}

.nav-mobile-side .language-mobile-list {
  top: 2px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  margin-left: -30px;
  z-index: 9999;
}

.nav-mobile-side .language-mobile-list .language-list-item {
  height: 0;
  width: 50px;
  padding: 0 15px;
  border: none;
  color: #1e1c1c;
  background-color: transparent;
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px 0 0 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-mobile-side .language-mobile-list .language-list-item:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.nav-mobile-side .language-mobile-list .nice-select {
  height: 0;
  line-height: 0;
  margin-bottom: 0;
  font-weight: 400;
  border-radius: 0;
  font-size: 14px;
  background-color: transparent;
  color: #1e1c1c;
  border-radius: 5px 0px 0px 5px;
  z-index: 9999;
  text-align: right !important;
}

.nav-mobile-side .language-mobile-list .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 20px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.nav-mobile-side .language-mobile-list .nice-select .list .option {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #1e1c1c;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #e1e1e1;
}

.nav-mobile-side .language-mobile-list .nice-select .list .option:hover {
  color:#ff5e02;
}

.nav-mobile-side .language-mobile-list .nice-select .list .option .selected {
  background-color: transparent !important;
  font-weight: 400;
  color:#ff5e02 !important;
}

.nav-mobile-side .language-mobile-list .nice-select:after {
  border-bottom: 1.5px solid #1e1c1c;
  border-right: 1.5px solid #1e1c1c;
  height: 6px;
  width: 6px;
}

/*=================================
Navbar Area End
====================================*/
/*=================================
Main Banner Area
====================================*/
.banner-area {
  background-color: #f3f7fa;
  padding-top: 100px;
  padding-bottom: 50px;
}

.banner-content h1 {
  font-size: 70px;
  color: #1e1c1c;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 700;
}

.banner-content p {
  margin-bottom: 25px;
  max-width: 700px;
  font-size: 20px;
}

.banner-area-two {
  background-image: url(../images/home-two-bg.html);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 140px 0 150px;
}

.banner-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background-color: #1e1c1c;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.banner-item {
  text-align: center;
}

.banner-item h1 {
  color: #ffffff;
  font-size: 75px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  line-height: 1.2;
}

.banner-item p {
  color: #ffffff;
  font-size: 20px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.banner-item .default-btn {
  color: #1e1c1c;
  background-color: #ffffff;
  border-radius: 5px;
}

.banner-item .default-btn:hover {
  color: #ffffff;
  background-color:#ff5e02;
}

.hero-area {
  position: relative;
}

.hero-area .owl-nav {
  margin-top: 0;
}

.hero-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2%;
  font-size: 16px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 42px !important;
  border-radius: 50px !important;
  background-color: #ffffff !important;
  color:#ff5e02 !important;
}

.hero-area .owl-nav .owl-prev:hover {
  background-color:#ff5e02 !important;
  color: #ffffff !important;
}

.hero-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2%;
  color:#ff5e02 !important;
  font-size: 16px !important;
  background-color: #ffffff !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 50px !important;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 42px !important;
}

.hero-area .owl-nav .owl-next:hover {
  background-color:#ff5e02 !important;
  color: #ffffff !important;
}

.hero-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

.hero-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background-color: #1e1c1c;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.bg1 {
  background-image: url(../images/home-three/home-three-bg1.html);
}

.bg2 {
  background-image: url(../images/home-three/home-three-bg2.html);
}

.hero-content {
  margin-left: 40px;
  max-width: 760px;
  height: 600px;
  background-color:#ff5e0278;
  padding: 100px 40px 100px 130px;
  border-radius: 48% 52% 68% 32% / 61% 38% 62% 39%;
  position: relative;
  z-index: 1;
}

.hero-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -20px;
  right: -20px;
  background-color: #ffffff;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  border-radius: 48% 52% 68% 32% / 61% 38% 62% 39%;
}

.hero-content::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 15px;
  left: 0;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  background-color: transparent;
  border: 2px solid#ff5e02;
  opacity: 0.5;
  width: 100%;
  height: 95%;
  border-radius: 48% 52% 68% 32% / 61% 38% 62% 39%;
}

.hero-content h1 {
  color: #1e1c1c;
  font-size: 60px;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.hero-content p {
  color: #1e1c1c;
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 650px;
}

.hero-content .circle1 {
  position: absolute;
  top: 100px;
  left: 10px;
  width: 75px;
  height: 75px;
  background-color:#ff5e02;
  border-radius: 70% 30% 33% 67% / 34% 30% 70% 66%;
  opacity: 0.7;
  -webkit-animation: rotated360 9s infinite linear;
  animation: rotated360 9s infinite linear;
}

.hero-content .circle2 {
  position: absolute;
  z-index: -1;
  top: 100px;
  right: 95px;
  width: 40px;
  height: 40px;
  -webkit-animation: rotated360 9s infinite linear;
  animation: rotated360 9s infinite linear;
  background-color:#ff5e02;
  border-radius: 55% 45% 28% 72% / 61% 70% 30% 39%;
  opacity: 0.7;
}

.hero-content .circle3 {
  position: absolute;
  bottom: 100px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  right: 10px;
  width: 110px;
  height: 110px;
  background-color:#ff5e02;
  border-radius: 70% 30% 33% 67% / 34% 30% 70% 66%;
  opacity: 0.7;
  -webkit-animation: rotated360 9s infinite linear;
  animation: rotated360 9s infinite linear;
}

/*=================================
Main Banner Area End
====================================*/
/*=================================
Inner Banner Area 
====================================*/
.inner-banner-area {
  background-color: #f6f9fb;
  position: relative;
}

.inner-content {
  padding: 150px 0;
  text-align: center;
  position: relative;
}

.inner-content h2 {
  font-size: 75px;
  color: #1e1c1c;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

.inner-list {
  position: absolute;
  z-index: 1;
  bottom: -35px;
  right: 0;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  text-align: center;
}

.inner-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner-list ul li {
  display: inline-block;
  margin-right: 30px;
  color:#ff5e02;
  font-size: 18px;
  position: relative;
}

.inner-list ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -17px;
  width: 1px;
  height: 20px;
  background-color: #474646;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.inner-list ul li:last-child {
  margin-right: 0;
}

.inner-list ul li:last-child::before {
  display: none;
}

.inner-list ul li a {
  color: #474646;
}

.inner-list ul li a:hover {
  color:#ff5e02;
}

.inner-shape .shape1 {
  position: absolute;
  bottom: 10%;
  left: 5%;
  -webkit-animation: movebounce-up 7s infinite;
  animation: movebounce-up 7s infinite;
}

.inner-shape .shape2 {
  position: absolute;
  top: 10%;
  left: 15%;
  -webkit-animation: running-in 7s infinite;
  animation: running-in 7s infinite;
}

.inner-shape .shape3 {
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-animation: rotated360 6s infinite linear;
  animation: rotated360 6s infinite linear;
}

.inner-shape .shape4 {
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-animation: animationFramesOne 15s linear infinite;
  animation: animationFramesOne 15s linear infinite;
}

.inner-shape .shape5 {
  position: absolute;
  bottom: 20%;
  right: 30%;
  -webkit-animation: flash 7s infinite;
  animation: flash 7s infinite;
}

.inner-shape .shape6 {
  position: absolute;
  top: 10%;
  right: 15%;
  -webkit-animation: rotated360 6s infinite linear;
  animation: rotated360 6s infinite linear;
}

.inner-shape .shape7 {
  position: absolute;
  bottom: 10%;
  right: 5%;
  -webkit-animation: movebounce-up 7s infinite;
  animation: movebounce-up 7s infinite;
}

/*=================================
Inner Banner Area End
====================================*/
/*=================================
About Area
====================================*/
.about-area {
  position: relative;
}

.about-area .shape {
  position: absolute;
  top: -150px;
  right: 0;
}

.about-area .shape img {
  max-width: 130px;
}

.about-img {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.about-img img {
  background-color: #f6f9fb;
  border-radius: 60% 40% 56% 33% / 73% 82% 18% 27%;
  -webkit-animation: 10s help-animation linear infinite;
  animation: 10s help-animation linear infinite;
}

.about-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -30px;
  background-color:#ff5e02;
  border-radius: 60% 40% 56% 33% / 73% 82% 18% 27%;
  width: 100%;
  height: 100%;
  -webkit-animation: 15s help-animation linear infinite;
  animation: 15s help-animation linear infinite;
}

.about-content {
  margin-left: 40px;
  max-width: 665px;
}

.about-content .section-title {
  margin-bottom: 20px;
}

.about-content .section-title h2 {
  max-width: 565px;
}

.about-content .section-title p {
  max-width: 575px;
}

.about-content .about-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.about-content .about-list::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  height: 55%;
  background-color:#ff5e02;
}

.about-content .about-list li {
  display: block;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.about-content .about-list li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 5px;
  left: -5px;
  border-radius: 50px;
  background-color:#ff5e02;
}

.about-content .about-list li h3 {
  margin-bottom: 10px;
}

.about-content .about-list li p {
  margin-bottom: 0;
}

.about-content .default-btn {
  margin-top: 7px;
}

.about-img2 {
  position: relative;
  margin: 50px 50px 70px;
}

.about-img2 img {
  border-radius: 15px;
}

.about-img2 .line1 {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 365px;
  height: 375px;
}

.about-img2 .line1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 20px;
  background-color:#ff5e02;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.about-img2 .line1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color:#ff5e02;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.about-img2 .line2 {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 365px;
  height: 375px;
}

.about-img2 .line2::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background-color:#ff5e02;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.about-img2 .line2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 20px;
  background-color:#ff5e02;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.about-content2 {
  max-width: 665px;
}

.about-content2 .section-title {
  margin-bottom: 25px;
}

.about-content2 .section-title h2 {
  max-width: 565px;
}

.about-content2 .section-title p {
  max-width: 575px;
}

.about-content2 .about-list2 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.about-content2 .about-list2 li {
  display: block;
  margin-bottom: 25px;
  position: relative;
  padding-left: 60px;
}

.about-content2 .about-list2 li .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #c5eed0;
  font-size: 26px;
  color:#ff5e02;
  text-align: center;
  border-radius: 50px;
}

.about-content2 .about-list2 li h3 {
  margin-bottom: 10px;
}

.about-content2 .about-list2 li p {
  margin-bottom: 0;
}

.about-img3 {
  position: relative;
  margin-right: 150px;
  margin-left: 30px;
  margin-bottom: 130px;
}

.about-img3 img {
  border-radius: 15px;
}

.about-img3 .sub-img {
  position: absolute;
  bottom: -100px;
  right: -100px;
  -webkit-animation: 10s help-animation linear infinite;
  animation: 10s help-animation linear infinite;
}

.about-img3 .sub-img img {
  border-radius: 30px;
}

.about-img3 .dot-img .dot1 {
  position: absolute;
  z-index: -1;
  top: 50px;
  left: -70px;
  -webkit-animation: flash 3s infinite;
  animation: flash 3s infinite;
}

.about-img3 .dot-img .dot1 img {
  border-radius: 0;
}

.about-img3 .dot-img .dot2 {
  position: absolute;
  z-index: -1;
  bottom: 85px;
  right: -200px;
  -webkit-animation: flash 3s infinite;
  animation: flash 3s infinite;
}

.about-img3 .dot-img .dot2 img {
  border-radius: 0;
}

.about-content3 {
  margin-left: 65px;
}

.about-content3 .section-title {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #70707029;
}

.about-content3 .section-title p {
  max-width: 575px;
}

.about-content3 .about-counter {
  position: relative;
  padding-left: 55px;
  margin-bottom: 30px;
}

.about-content3 .about-counter::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 40px;
  height: 70px;
  background-color: #c5eed0;
}

.about-content3 .about-counter h3 {
  font-size: 40px;
  color: #1e1c1c;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

.about-content3 .about-counter p {
  font-size: 20px;
  color: #1e1c1c;
  margin-bottom: 0;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/*=================================
About Area End
====================================*/
/*=================================
Workable Area
====================================*/
.workable-area {
  position: relative;
}

.workable-area .section-title {
  max-width: 540px;
  margin: 0 auto;
}

.workable-area .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.workable-area .owl-dots .owl-dot span {
  background-color:#ff5e02 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 12px !important;
  height: 12px !important;
  position: relative;
  z-index: 1;
}

.workable-area .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #ff5e02;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.workable-area .owl-dots .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
}

.workable-area .owl-dots .owl-dot.active span::before {
  opacity: 1;
}

.workable-area .owl-dots .owl-dot:hover span {
  width: 10px !important;
  height: 10px !important;
}

.workable-area .owl-dots .owl-dot:hover span::before {
  opacity: 1;
}

.workable-item {
  margin-bottom: 30px;
  text-align: center;
}

.workable-item i {
  font-size: 80px;
  color: #1e1c1c;
  width: 120px;
  height: 120px;
  text-align: center;
  display: inline-block;
  line-height: 120px;
  background-color: #c5eed0;
  -webkit-animation: border-radius-transform 10s linear infinite alternate
    forwards;
  animation: border-radius-transform 10s linear infinite alternate forwards;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.workable-item h3 {
  margin-bottom: 10px;
}

.workable-item p {
  margin-bottom: 10px;
  max-width: 265px;
  margin-left: auto;
  margin-right: auto;
}

.workable-item a {
  color:#ff5e02;
  font-weight: 700;
}

.workable-item a:hover {
  color: #1e1c1c;
  letter-spacing: 0.25px;
}

.workable-area-two {
  position: relative;
}

.workable-area-two .section-title {
  max-width: 540px;
  margin: 0 auto;
}

.workable-area-two .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.workable-area-two .owl-dots .owl-dot span {
  background-color:#ff5e02 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 12px !important;
  height: 12px !important;
  position: relative;
  z-index: 1;
}

.workable-area-two .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid#ff5e02;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.workable-area-two .owl-dots .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
}

.workable-area-two .owl-dots .owl-dot.active span::before {
  opacity: 1;
}

.workable-area-two .owl-dots .owl-dot:hover span {
  width: 10px !important;
  height: 10px !important;
}

.workable-area-two .owl-dots .owl-dot:hover span::before {
  opacity: 1;
}

.workable-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 30px 15px 25px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.workable-card:hover::before {
  height: 100%;
}

.workable-card:hover i {
  background-color: #ffffff;
  color:#ff5e02;
}

.workable-card:hover h3 {
  color: #ffffff;
}

.workable-card:hover p {
  color: #ffffff;
}

.workable-card:hover .read-btn {
  color: #ffffff;
  letter-spacing: 0.25px;
}

.workable-card::before {
  content: "";
  position: absolute;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background-color:#ff5e02;
  border-radius: 15px;
}

.workable-card i {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  font-size: 50px;
  background-color:#ff5e02;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.workable-card h3 {
  margin-bottom: 12px;
}

.workable-card p {
  margin-bottom: 12px;
}

.workable-card .read-btn {
  color:#ff5e02;
  font-weight: 500;
}

.workable-card-tow {
  margin-bottom: 30px;
  padding: 30px 20px 30px;
  background-color: #f6f9fb;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.workable-card-tow:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.workable-card-tow i {
  font-size: 40px;
  color: #ffffff;
  width: 80px;
  height: 80px;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  background-color:#ff5e02;
  -webkit-animation: border-radius-transform 10s linear infinite alternate
    forwards;
  animation: border-radius-transform 10s linear infinite alternate forwards;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.workable-card-tow h3 {
  margin-bottom: 10px;
}

.workable-card-tow p {
  margin-bottom: 10px;
}

.workable-card-tow .read-btn {
  color:#ff5e02;
  font-weight: 600;
}

.workable-card-tow .read-btn:hover {
  color: #1e1c1c;
  letter-spacing: 0.25px;
}

/*=================================
Workable Area End
====================================*/
/*=================================
Choose Area
====================================*/
.choose-area .section-title h2 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.choose-list {
  padding-left: 75px;
  position: relative;
  margin-bottom: 30px;
}

.choose-list i {
  position: absolute;
  top: 7px;
  left: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
  color: #1e1c1c;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  background-color: #c5eed0;
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
  animation: border-transform 10s linear infinite alternate forwards;
}

.choose-list h3 {
  margin-bottom: 10px;
}

.choose-list p {
  margin-bottom: 0;
  max-width: 320px;
}

.choose-img {
  margin-bottom: 30px;
  margin-left: -30px;
  margin-right: -35px;
}

.choose-img img {
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
  animation: border-transform 10s linear infinite alternate forwards;
}

.choose-list2 {
  padding-left: 75px;
  position: relative;
  margin-bottom: 30px;
}

.choose-list2 i {
  position: absolute;
  top: 7px;
  left: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
  color: #1e1c1c;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  background-color: #c5eed0;
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
  animation: border-transform 10s linear infinite alternate forwards;
}

.choose-list2 h3 {
  margin-bottom: 10px;
}

.choose-list2 p {
  margin-bottom: 0;
  max-width: 320px;
}

.choose-area .col-lg-12:nth-child(1) .choose-list {
  margin-left: 70px;
  margin-bottom: 60px;
}

.choose-area .col-lg-12:nth-child(2) .choose-list {
  margin-bottom: 60px;
}

.choose-area .col-lg-12:nth-child(3) .choose-list {
  margin-left: 70px;
}

.choose-area .col-lg-12:nth-child(1) .choose-list2 {
  margin-bottom: 60px;
}

.choose-area .col-lg-12:nth-child(2) .choose-list2 {
  margin-left: 70px;
  margin-bottom: 60px;
}

.choose-card {
  margin-bottom: 30px;
}

.choose-card i {
  margin-bottom: 20px;
  font-size: 60px;
  color:#ff5e02;
  width: 90px;
  line-height: 90px;
  height: 90px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.choose-card i:hover::after {
  left: -15px;
  right: auto;
}

.choose-card i::after {
  content: "";
  position: absolute;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: -1;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background-color: #c5eed0;
}

.choose-card h3 {
  margin-bottom: 10px;
}

.choose-card p {
  margin-bottom: 10px;
  max-width: 265px;
}

.choose-card .read-btn {
  color:#ff5e02;
  font-weight: 600;
}

.choose-card .read-btn:hover {
  color: #1e1c1c;
  letter-spacing: 0.25px;
}

/*=================================
Choose Area End
====================================*/
/*=================================
Team Area
====================================*/
.team-area {
  position: relative;
}

.team-area .section-title {
  max-width: 540px;
  margin: 0 auto;
}

.team-area .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.team-area .owl-dots .owl-dot span {
  background-color:#ff5e02 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 12px !important;
  height: 12px !important;
  position: relative;
  z-index: 1;
}

.team-area .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid#ff5e02;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.team-area .owl-dots .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
}

.team-area .owl-dots .owl-dot.active span::before {
  opacity: 1;
}

.team-area .owl-dots .owl-dot:hover span {
  width: 10px !important;
  height: 10px !important;
}

.team-area .owl-dots .owl-dot:hover span::before {
  opacity: 1;
}

.team-item {
  background-color: #f6f9fb;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 15px;
}

.team-item a {
  display: block;
}

.team-item a img {
  border-radius: 15px;
}

.team-item .content {
  padding: 25px 30px 30px;
}

.team-item .content h3 {
  margin-bottom: 5px;
}

.team-item .content h3 a {
  color: #1e1c1c;
}

.team-item .content h3 a:hover {
  color:#ff5e02;
}

.team-item .content span {
  color: #474646;
}

.team-item .content .social-link {
  list-style-type: none;
  margin: 15px 0 0;
  padding: 0;
}

.team-item .content .social-link li {
  display: inline-block;
  margin-right: 10px;
}

.team-item .content .social-link li:last-child {
  margin-right: 0;
}

.team-item .content .social-link li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #9b9b9b;
  border-radius: 40px 50px 50px 0;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-item .content .social-link li a:hover i {
  background-color: #14a2f9;
  color: #ffffff;
}

.team-card {
  margin-bottom: 30px;
  text-align: center;
  border-radius: 15px;
}

.team-card:hover .team-img .social-link {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.team-card:hover .content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.team-card .team-img {
  position: relative;
}

.team-card .team-img a img {
  border-radius: 15px;
  margin-bottom: 15px;
}

.team-card .team-img .social-link {
  position: absolute;
  top: 30px;
  left: 30px;
  list-style-type: none;
  margin: 15px 0 0;
  padding: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.team-card .team-img .social-link li {
  display: block;
  margin-bottom: 10px;
}

.team-card .team-img .social-link li:last-child {
  margin-bottom: 0;
}

.team-card .team-img .social-link li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #9b9b9b;
  border-radius: 40px 50px 50px 0;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.team-card .team-img .social-link li a:hover i {
  background-color: #14a2f9;
  color: #ffffff;
}

.team-card .content {
  padding: 30px;
  background-color: #f6f9fb;
  border-radius: 15px;
}

.team-card .content h3 {
  margin-bottom: 5px;
}

.team-card .content h3 a {
  color: #1e1c1c;
}

.team-card .content h3 a:hover {
  color:#ff5e02;
}

.team-card .content span {
  color: #474646;
}

.team-card .content .mail-btn {
  color: #474646;
  display: block;
}

.team-card .content .mail-btn:hover {
  color:#ff5e02;
}

/*=================================
Team Area End
====================================*/
/*=================================
Free Quote Area
====================================*/
.free-quote-area {
  position: relative;
}

.free-quote-shape .shape1 {
  position: absolute;
  top: -130px;
  left: 0;
}

.free-quote-shape .shape1 img {
  max-width: 100px;
}

.free-quote-shape .shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.free-quote-shape .shape2 img {
  max-width: 130px;
}

.free-quote-content {
  margin-bottom: 30px;
}

.free-quote-content .section-title {
  margin-bottom: 20px;
}

.free-quote-content .section-title p {
  max-width: 550px;
}

.free-quote-content .free-quote-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.free-quote-content .free-quote-list li {
  display: block;
  padding-left: 75px;
  position: relative;
  margin-bottom: 20px;
}

.free-quote-content .free-quote-list li i {
  position: absolute;
  top: 7px;
  left: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  background-color: #c5eed0;
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
  animation: border-transform 10s linear infinite alternate forwards;
}

.free-quote-content .free-quote-list li h3 {
  margin-bottom: 10px;
}

.free-quote-content .free-quote-list li p {
  margin-bottom: 0;
  max-width: 520px;
}

.free-quote-form {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px 60px;
  background-color: #ffffff;
}

.free-quote-form .section-title {
  margin-bottom: 20px;
}

.free-quote-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.free-quote-form .form-group .form-control {
  height: 45px;
  color: #1e1c1c;
  border: 1px solid #70707099;
  background-color: transparent;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
}

.free-quote-form .form-group .form-control:focus {
  outline: none;
  border-color:#ff5e02;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.free-quote-form .form-group textarea.form-control {
  height: auto;
}

.free-quote-form .default-btn {
  border: 0;
  outline: none;
  width: 100%;
}

.free-quote-form .form-group .form-control::-webkit-input-placeholder {
  color: #1e1c1c;
}

.free-quote-form.form-group .form-control:-ms-input-placeholder {
  color: #1e1c1c;
}

.free-quote-form .form-group .form-control::-ms-input-placeholder {
  color: #1e1c1c;
}

.free-quote-form .form-group .form-control::-webkit-input-placeholder {
  color: #1e1c1c;
}

.free-quote-form .form-group .form-control:-ms-input-placeholder {
  color: #1e1c1c;
}

.free-quote-form .form-group .form-control::placeholder {
  color: #1e1c1c;
}

/*=================================
Free Quote Area End
====================================*/
/*=================================
Services Area
====================================*/
.services-area {
  position: relative;
}

.services-area .section-title {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.services-area .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.services-area .owl-dots .owl-dot span {
  background-color:#ff5e02 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 12px !important;
  height: 12px !important;
  position: relative;
  z-index: 1;
}

.services-area .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid#ff5e02;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.services-area .owl-dots .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
}

.services-area .owl-dots .owl-dot.active span::before {
  opacity: 1;
}

.services-area .owl-dots .owl-dot:hover span {
  width: 10px !important;
  height: 10px !important;
}

.services-area .owl-dots .owl-dot:hover span::before {
  opacity: 1;
}

.services-item {
  background-color: #f6f9fb;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  text-align: left;
  margin-bottom: 30px;
}

.services-item:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.services-item:hover .content h3 a {
  color:#ff5e02;
}

.services-item a {
  display: block;
}

.services-item a img {
  max-width: 100%;
  background-color: #c5eed0;
}

.services-item .content {
  padding: 30px 30px 27px;
  text-align: left;
}
.services-item .content h3{
text-align: center;
}
.services-item .content li{
  list-style: none;
  margin-left: 20px;
}
.services-item .content h3 {
  margin-bottom: 10px;
}

.services-item .content h3 a {
  display: block;
  color: #1e1c1c;
}

.services-item .content p {
  margin-bottom: 10px;
}

.services-item .content .read-btn {
  color:#ff5e02;
  font-weight: 600;
}

.services-item .content .read-btn:hover {
  color: #1e1c1c;
  letter-spacing: 0.25px;
}

.services-area-two {
  position: relative;
}

.services-area-two .section-title {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.services-area-two .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.services-area-two .owl-dots .owl-dot span {
  background-color:#ff5e02 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 12px !important;
  height: 12px !important;
  position: relative;
  z-index: 1;
}

.services-area-two .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid#ff5e02;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.services-area-two .owl-dots .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
}

.services-area-two .owl-dots .owl-dot.active span::before {
  opacity: 1;
}

.services-area-two .owl-dots .owl-dot:hover span {
  width: 10px !important;
  height: 10px !important;
}

.services-area-two .owl-dots .owl-dot:hover span::before {
  opacity: 1;
}

.services-card {
  background-color: #ffffff;
  margin-bottom: 30px;
  border-radius: 15px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.services-card:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.services-card:hover .content h3 a {
  color:#ff5e02;
}

.services-card a {
  display: block;
}

.services-card a img {
  border-radius: 15px;
}

.services-card .content {
  padding: 25px 30px 30px;
}

.services-card .content h3 {
  margin-bottom: 10px;
}

.services-card .content h3 a {
  display: block;
  color: #1e1c1c;
}

.services-card .content p {
  margin-bottom: 15px;
}

.services-card .content .read-btn {
  color:#ff5e02;
  font-weight: 600;
}

.services-card .content .read-btn:hover {
  color: #1e1c1c;
  letter-spacing: 0.25px;
}

.services-card .content .default-btn {
  display: inline-block;
}

.services-card-bg {
  background-color: #f6f9fb;
}

.services-another-area .section-title {
  max-width: 420px;
}

.services-another-area .section-title-text {
  max-width: 550px;
}

.services-another-area .section-title-text p {
  margin-bottom: 0;
}

.services-another-area .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.services-another-area .owl-dots .owl-dot span {
  background-color:#ff5e02 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 12px !important;
  height: 12px !important;
  position: relative;
  z-index: 1;
}

.services-another-area .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid#ff5e02;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.services-another-area .owl-dots .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
}

.services-another-area .owl-dots .owl-dot.active span::before {
  opacity: 1;
}

.services-another-area .owl-dots .owl-dot:hover span {
  width: 10px !important;
  height: 10px !important;
}

.services-another-area .owl-dots .owl-dot:hover span::before {
  opacity: 1;
}

.services-another-item {
  position: relative;
  margin-bottom: 30px;
}

.services-another-item:hover .content {
  width: 100%;
  background-color: #ffffff;
}

.services-another-item:hover .content h3 a {
  color:#ff5e02;
}

.services-another-item a {
  display: block;
}

.services-another-item a img {
  border-radius: 15px;
}

.services-another-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  padding: 30px;
  background-color: #ffffffdb;
  border-radius: 15px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.services-another-item .content h3 {
  margin-bottom: 10px;
}

.services-another-item .content h3 a {
  color: #1e1c1c;
}

.services-another-item .content p {
  margin-bottom: 15px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.services-another-item .content .default-btn {
  display: inline-block;
}

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

.services-article-area .services-article-content h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

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

.services-article-area .services-article-content img {
  margin-bottom: 30px;
  border-radius: 15px;
}

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

.services-article-area .services-article-another h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.services-article-area .services-article-another p {
  margin-bottom: 20px;
}

.services-article-area .services-article-another p:last-child {
  margin-bottom: 0;
}

.services-article-area .services-article-img img {
  margin-bottom: 30px;
  border-radius: 15px;
}

.services-article-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.services-article-area ul li {
  display: inline-block;
  margin-right: 15px;
}

.services-article-area ul li:last-child {
  margin-right: 0;
}

.services-article-area ul li a {
  padding: 8px 24px;
  background-color:#ff5e02;
  color: #ffffff;
  border-radius: 50px;
}

.services-article-area ul li a:hover {
  background-color: #1e1c1c;
}

/*=================================
Services Area End
====================================*/
/*=================================
Featured Area
====================================*/
.featured-content {
  margin-bottom: 30px;
}

.featured-content .section-title {
  margin-bottom: 15px;
}

.featured-content .section-title h2 {
  max-width: 530px;
}

.featured-content .section-title p {
  max-width: 550px;
}

.featured-content p {
  max-width: 550px;
  margin-bottom: 15px;
}

.featured-content .featured-list {
  margin-bottom: 25px;
}

.featured-content .featured-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.featured-content .featured-list ul li {
  display: block;
  font-size: 22px;
  position: relative;
  padding-left: 35px;
  color: #474646;
  margin-bottom: 10px;
}

.featured-content .featured-list ul li i {
  position: absolute;
  top: 10px;
  left: 0;
  text-align: center;
  width: 20px;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  border-radius: 50px;
  border: 1px solid #474646;
}

.featured-content .featured-list ul li:hover {
  color:#ff5e02;
}

.featured-content .featured-list ul li:hover i {
  border-color:#ff5e02;
}

.featured-img {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.featured-img img {
  -webkit-animation: border-radius-transform 10s linear infinite alternate
    forwards;
  animation: border-radius-transform 10s linear infinite alternate forwards;
  background-color: #f6f9fb;
}

.featured-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -30px;
  background-color:#ff5e02;
  width: 100%;
  height: 100%;
  -webkit-animation: border-radius-transform 7s linear infinite alternate
    forwards;
  animation: border-radius-transform 7s linear infinite alternate forwards;
}

/*=================================
Featured Area End
====================================*/
/*=================================
Project Area
====================================*/
.project-area .section-title h2 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.project-list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-bottom: 30px;
}

.project-list .project-list-item {
  padding-top: 38px;
  padding-left: 130px;
  padding-right: 30px;
  padding-bottom: 38px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #c5eed0;
}

.project-list .project-list-item:hover {
  border-bottom: none;
}

.project-list .project-list-item:hover::before {
  width: 100%;
}

.project-list .project-list-item:hover i {
  background-color: #ffffff;
}

.project-list .project-list-item:hover h3 a {
  color: #ffffff;
}

.project-list .project-list-item:hover p {
  color: #ffffff;
}

.project-list .project-list-item::before {
  content: "";
  position: absolute;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color:#ff5e02;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.project-list .project-list-item i {
  position: absolute;
  top: 40px;
  left: 30px;
  width: 80px;
  height: 80px;
  background-color: #c5eed0;
  font-size: 45px;
  color:#ff5e02;
  line-height: 80px;
  text-align: center;
  border-radius: 50px;
}

.project-list .project-list-item h3 {
  margin-bottom: 15px;
}

.project-list .project-list-item h3 a {
  color: #1e1c1c;
}

.project-list .project-list-item p {
  margin-bottom: 0;
}

.project-list .col-lg-12:nth-child(3) .project-list-item {
  border-bottom: none;
}

.project-img {
  position: relative;
  margin-bottom: 50px;
}

.project-img img {
  border-radius: 0 15px 0 15px;
}

.project-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 50%;
  background-color:#ff5e02;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.project-img::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 50%;
  height: 20px;
  background-color:#ff5e02;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.project-list2 {
  margin-bottom: 30px;
}

.project-list2 .section-title {
  margin-bottom: 30px;
}

.project-list2 .section-title h2 {
  max-width: 620px;
}

.project-list2 .section-title p {
  max-width: 620px;
}

.project-list2 .project-list-item2 {
  padding-top: 15px;
  padding-left: 115px;
  padding-right: 30px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
  max-width: 610px;
  border-radius: 15px;
}

.project-list2 .project-list-item2:hover {
  border-bottom: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.project-list2 .project-list-item2 i {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 80px;
  height: 80px;
  background-color: #f6f9fb;
  font-size: 45px;
  color:#ff5e02;
  line-height: 80px;
  text-align: center;
  border-radius: 50px;
}

.project-list2 .project-list-item2 h3 {
  margin-bottom: 15px;
}

.project-list2 .project-list-item2 h3 a {
  color: #1e1c1c;
}

.project-list2 .project-list-item2 h3 a:hover {
  color:#ff5e02;
}

.project-list2 .project-list-item2 p {
  margin-bottom: 0;
}

.project-list2 .default-btn {
  margin-top: 20px;
}

.project-img2 {
  margin-right: 30px;
  position: relative;
  z-index: 1;
}

.project-img2 img {
  border-radius: 20px;
}

.project-img2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 30px;
  right: -30px;
  width: 100%;
  height: 90%;
  background-color:#ff5e02;
  border-radius: 20px;
  opacity: 0.7;
}

.project-img2 .line-area .line1 {
  position: absolute;
  bottom: 65px;
  left: -70px;
  width: 160px;
  height: 70px;
  background-color: #ffffff;
  -webkit-animation: movebounce-up 7s infinite;
  animation: movebounce-up 7s infinite;
}

.project-img2 .line-area .line2 {
  position: absolute;
  top: 65px;
  right: -70px;
  width: 160px;
  height: 70px;
  background-color: #ffffff;
  -webkit-animation: running-in 7s infinite;
  animation: running-in 7s infinite;
}

.project-details-slider .owl-nav {
  margin-top: 0;
}

.project-details-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-85%);
  transform: translateY(-85%);
  left: -5px;
  color: #ffffff !important;
  font-size: 20px !important;
  width: 40px;
  border-radius: 0;
  height: 40px;
  line-height: 40px !important;
  text-align: center;
  background-color:#ff5e02 !important;
}

.project-details-slider .owl-nav .owl-prev:hover {
  background-color: #474646 !important;
}

.project-details-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-85%);
  transform: translateY(-85%);
  right: -5px;
  color: #ffffff !important;
  font-size: 20px !important;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  text-align: center;
  border-radius: 0;
  background-color:#ff5e02 !important;
}

.project-details-slider .owl-nav .owl-next:hover {
  background-color: #474646 !important;
}

.project-details-item {
  margin-bottom: 30px;
}

.project-article h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.project-article p {
  margin-bottom: 20px;
}

.project-article-list {
  margin-bottom: 20px;
}

.project-article-list h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.project-article-list p {
  margin-bottom: 20px;
}

.project-article-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.project-article-list ul li {
  display: block;
  margin-bottom: 10px;
}

.project-article-list ul li i {
  color:#ff5e02;
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.project-categories {
  padding: 10px 15px 30px;
  background-color: #f6f9fb;
  margin-bottom: 35px;
}

.project-categories h3 {
  font-size: 20px;
  color: #1e1c1c;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 10px;
  padding-bottom: 15px;
  font-weight: 600;
  position: relative;
}

.project-categories h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  height: 3px;
  background-color:#ff5e02;
}

.project-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.project-categories ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ededed;
}

.project-categories ul li a {
  display: inline-block;
  color: #474646;
  font-weight: normal;
  padding: 7px 20px;
  font-weight: 500;
}

.project-categories ul li a:hover {
  color: #1e1c1c;
}

.project-categories ul li span {
  padding: 7px 15px;
  float: right;
  color: #646060;
  font-weight: 500;
}

.side-bar-from {
  background-color: #f6f9fb;
  padding: 30px 20px 35px;
  margin-bottom: 35px;
}

.side-bar-from h3 {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.side-bar-from h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  height: 3px;
  background-color:#ff5e02;
}

.side-bar-from .appointment-form {
  margin-bottom: 0;
  margin-right: 0;
}

.side-bar-from .appointment-form .form-group {
  margin-bottom: 20px;
}

.side-bar-from .appointment-form .form-group .form-control {
  height: 45px;
  color: #1e1c1c;
  border: 1px solid #70707099;
  background-color: #ffffff;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
}

.side-bar-from .appointment-form .form-group .form-control:focus {
  outline: none;
  border-color:#ff5e02;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.side-bar-from .appointment-form .form-group textarea.form-control {
  height: auto;
}

.side-bar-from .appointment-form .default-btn {
  padding: 10px 20px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

/*=================================
Project Area End
====================================*/
/*=================================
Product Area
====================================*/
.product-details-desc .product-details-image {
  margin-bottom: 30px;
}

.product-details-desc .product-details-image img {
  width: 100%;
  border: 2px solid #c5eed0;
}

.product-details-desc .product-details-image .slick-slider {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product-details-desc .product-details-image .slick-dots {
  padding: 0;
  text-align: center;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 0;
  margin-bottom: 0;
}

.product-details-desc .product-details-image .slick-dots li {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.product-details-desc .product-details-image .slick-dots li button {
  padding: 0;
  outline: 0;
  display: block;
  border: none;
  margin: 0;
  cursor: pointer;
}

.product-details-desc .product-details-image .slick-dots li img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-desc .product-details-image .slick-dots li:hover img,
.product-details-desc .product-details-image .slick-dots li.slick-active img {
  opacity: 0.4;
}

.product-details-desc .product-details-image .slick-thumbs {
  display: none;
}

.product-desc {
  margin-bottom: 20px;
}

.product-desc h3 {
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 400;
}

.product-desc .price {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
}

.product-desc .price .new-price {
  color:#ff5e02;
}

.product-desc .price .old-price {
  text-decoration: line-through;
  color: #474646;
  margin-left: 10px;
}

.product-desc .product-review {
  margin-bottom: 15px;
}

.product-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}

.product-desc .product-review .rating i {
  color: #ffbc2d;
}

.product-desc .product-review .rating-count {
  margin-left: 5px;
  display: inline-block;
  color: #474646;
  border-bottom: 1px solid #474646;
  line-height: initial;
}

.product-desc .product-review .rating-count:hover {
  color: #1e1c1c;
  border-color: #1e1c1c;
}

.product-desc p {
  margin-bottom: 20px;
}

.product-desc .product-desc-content-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
}

.product-desc .product-desc-content-list li {
  font-size: 16px;
  color: #1e1c1c;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-weight: 400;
}

.product-desc .product-desc-content-list li i {
  position: absolute;
  left: 0;
  top: 3px;
  color:#ff5e02;
  font-size: 20px;
}

.product-desc .product-desc-content-list li:last-child {
  margin-bottom: 0;
}

.product-desc .input-count-area h3 {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  margin-right: 15px;
}

.product-desc .input-count-area .input-counter {
  margin-top: 10px;
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.product-desc .input-count-area .input-counter span {
  position: absolute;
  top: 2px;
  background-color: transparent;
  cursor: pointer;
  color: #474646;
  width: 50px;
  height: 100%;
  line-height: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-desc .input-count-area .input-counter span:hover {
  color: #1e1c1c;
}

.product-desc .input-count-area .input-counter .minus-btn {
  left: 0;
}

.product-desc .input-count-area .input-counter .plus-btn {
  right: 0;
}

.product-desc .input-count-area .input-counter input {
  height: 45px;
  color: #474646;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.product-desc .product-add-btn {
  margin-top: 20px;
}

.product-desc .product-add-btn .default-btn {
  border: none;
  margin-right: 20px;
  border-radius: 0;
}

.product-desc .product-share {
  margin-top: 30px;
}

.product-desc .product-share ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.product-desc .product-share ul li {
  display: inline-block;
  margin: 0 3px;
}

.product-desc .product-share ul li span {
  color: #474646;
  margin-right: 5px;
  font-size: 18px;
}

.product-desc .product-share ul li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #f6f9fb;
  border-radius: 40px 50px 50px 0;
  text-align: center;
  color:#ff5e02;
  font-size: 18px;
}

.product-desc .product-share ul li a:hover i {
  background-color: #3c5a99;
  color: #ffffff;
}

.product .input-count-area .input-counter input::-webkit-input-placeholder {
  color: #474646;
}

.product .input-count-area .input-counter input:-ms-input-placeholder {
  color: #474646;
}

.product .input-count-area .input-counter input::-ms-input-placeholder {
  color: #474646;
}

.product .input-count-area .input-counter input::placeholder {
  color: #474646;
}

.products-details-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px dashed #cccccc;
  text-align: center;
}

.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 25px;
}

.products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: #474646;
  padding-bottom: 15px;
}

.products-details-tab .tabs li a:focus {
  color:#ff5e02;
}

.products-details-tab .tabs li.active a {
  color:#ff5e02;
}

.products-details-tab .tabs li.current a {
  color:#ff5e02;
}

.products-tabs-decs {
  max-width: 840px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.products-tabs-decs p {
  color: #474646;
  font-weight: 600;
  margin-bottom: 15px;
}

.products-tabs-decs p:last-child {
  margin-bottom: 0;
}

.products-tabs-reviews {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.products-tabs-reviews ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-tabs-reviews ul li {
  position: relative;
  padding: 30px;
  padding-left: 95px;
  margin-bottom: 30px;
  background-color: #f6f9fb;
  border-radius: 10px;
}

.products-tabs-reviews ul li img {
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}

.products-tabs-reviews ul li h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.products-tabs-reviews ul li p {
  margin-bottom: 0;
}

.products-tabs-reviews ul li .content .rating {
  color: #ffbc2d;
}

.products-tabs-reviews ul li .content span {
  color: #474646;
}

.reviews-form {
  margin-top: 35px;
}

.reviews-form .contact-form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-form .contact-form h3 {
  text-align: center;
  font-size: 24px;
  color: #474646;
  margin-bottom: 10px;
}

.reviews-form .contact-form .form-group .form-control {
  background-color: #ffffff;
}

.reviews-form p {
  text-align: center;
  color: #474646;
  margin-bottom: 10px;
}

.reviews-form .rating {
  text-align: center;
  color: #ffbc2d;
  position: relative;
  margin-bottom: 30px;
}

.tab .tabs_item {
  display: none;
}

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

.product-card {
  margin-bottom: 30px;
}

.product-card:hover a img {
  border-color: #c5eed0;
}

.product-card:hover .content h3 a {
  color:#ff5e02;
}

.product-card a {
  display: block;
}

.product-card a img {
  background-color: #c5eed0;
  margin-bottom: 10px;
  border: 2px solid#ff5e02;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.product-card .content {
  padding: 10px 0 0;
  position: relative;
}

.product-card .content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.product-card .content h3 a {
  color: #1e1c1c;
}

.product-card .content span {
  color: #1e1c1c;
  font-size: 18px;
  font-weight: 500;
}

.product-card .content .ratting {
  position: absolute;
  right: 20px;
  bottom: 60px;
}

.product-card .content .ratting i {
  color:#ff5e02;
}

.product-card .content .default-btn {
  padding: 7px 30px;
  margin-top: 10px;
  text-align: center;
  color:#ff5e02;
  background-color: transparent;
  border: 1px solid#ff5e02;
}

.product-card .content .default-btn:hover {
  background-color:#ff5e02;
  color: #ffffff;
}

/*=================================
Product Area End
====================================*/
/*=================================
Checkout Area 
===================================*/
.checkout-area .checkout-user {
  -webkit-box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid#ff5e02;
  color: #1e1c1c;
}

.checkout-area .checkout-user span {
  color: #474646;
  font-size: 20px;
}

.checkout-area .checkout-user span a {
  color:#ff5e02;
}

.checkout-area .checkout-user span a:hover {
  color: #474646;
}

.billing-details {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 50px 30px 25px 30px;
  -webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
}

.billing-details h3 {
  font-size: 24px;
  color: #474646;
  margin-bottom: 15px;
  font-weight: 600;
}

.billing-details .form-group {
  margin-bottom: 25px;
}

.billing-details .form-group label {
  color: #474646;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.billing-details .form-group label span {
  color: #1e1c1c;
}

.billing-details .form-group .form-control {
  height: 50px;
  color: #2d3652;
  border: 1px solid #c5eed0;
  background-color: #f6f9fb;
  border-radius: 0;
  padding: 10px 20px;
  width: 100%;
}

.billing-details .form-group .form-control:focus,
.billing-details .form-group .form-control :hover {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid#ff5e02;
}

.billing-details .form-group .form-message {
  font-size: 16px;
  border: 1px solid #c5eed0;
  background-color: #f6f9fb;
  padding: 18px 18px;
  font-weight: 400;
  width: 100%;
}

.billing-details .form-group .form-message:focus,
.billing-details .form-group .form-message :hover {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid#ff5e02;
}

.billing-details .form-group .nice-select {
  float: unset;
  line-height: 45px;
  color: #474646;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
}

.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}

.billing-details .form-group .nice-select .list .option:hover {
  background-color: #1e1c1c !important;
  color: #ffffff;
}

.billing-details .form-group .nice-select .list .option:focus {
  border: none;
  outline: none;
}

.billing-details .form-group .nice-select .list .option .selected {
  background-color: transparent;
}

.billing-details .form-group .nice-select:after {
  right: 20px;
}

.billing-details .form-check {
  margin-bottom: 15px;
}

.billing-details .form-check .form-check-input {
  width: 15px;
  height: 15px;
}

.billing-details .form-check .form-check-label {
  color: #474646;
  margin-left: 5px;
  font-weight: 500;
}

.checkout-area .billing-details .form-group .nice-select .option:hover,
.checkout-area .billing-details .form-group .nice-select .option.focus,
.checkout-area
  .billing-details
  .form-group
  .nice-select
  .option.selected.focus {
  background-color: #1e1c1c !important;
  color: #ffffff !important;
  border: none;
  outline: none;
}

.order-details .order-table {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 40px 30px 45px;
  -webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
}

.order-details .order-table h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.order-details .order-table table {
  margin-bottom: 0;
}

.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #c5eed0;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-weight: 600;
  color: #474646;
  font-size: 18px;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #474646;
  border-color: #c5eed0;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.product-name a {
  color: #6e768f;
  display: inline-block;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.product-name a:hover {
  color: #1e1c1c;
}

.order-details .order-table table tbody tr td.order-subtotal span {
  color: #474646;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.order-shipping span {
  color: #474646;
  font-weight: 700;
}

.order-details .order-table table tbody tr td.total-price span {
  color: #474646;
  font-weight: 700;
}

.order-details .order-table table tbody tr td.shipping-price {
  font-weight: 700;
}

.order-details .order-table table tbody tr td.order-subtotal-price {
  font-weight: 700;
}

.order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 700;
}

.order-details .order-table .table > :not(:first-child) {
  border-top: 0;
}

.order-details .payment-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  padding: 50px 30px;
}

.order-details .payment-box .payment-method p [type="radio"]:checked {
  display: none;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color:#ff5e02;
  position: relative;
  margin-bottom: 8px;
}

.order-details
  .payment-box
  .payment-method
  p
  [type="radio"]:checked
  + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details
  .payment-box
  .payment-method
  p
  [type="radio"]:checked
  + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background:#ff5e02;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.order-details
  .payment-box
  .payment-method
  p
  [type="radio"]:not(:checked)
  + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #172541;
  position: relative;
  margin-bottom: 8px;
}

.order-details
  .payment-box
  .payment-method
  p
  [type="radio"]:not(:checked)
  + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details
  .payment-box
  .payment-method
  p
  [type="radio"]:not(:checked)
  + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background:#ff5e02;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.order-details .payment-box .order-btn {
  margin-top: 20px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 12px 27px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color:#ff5e02;
}

.order-details .payment-box .order-btn::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1e1c1c;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.order-details .payment-box .order-btn:hover {
  color: #ffffff;
  border: none;
}

.order-details .payment-box .order-btn:hover::before {
  left: auto;
  right: 0;
  width: 100%;
}

.billing-details .form-group .nice-select .option:hover,
.billing-details .form-group .nice-select .option.focus,
.billing-details .form-group .nice-select .option.selected.focus {
  background-color: #1e1c1c !important;
  color: #ffffff !important;
}

/*=================================
Checkout Area End
===================================*/
/*=================================
Cart Wraps Area
===================================*/
.cart-wraps-area .section-title h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cart-wraps-area .cart-wraps {
  background-color: #f6f9fb;
  padding: 50px 30px;
  border-radius: 15px;
}

.cart-wraps-area .cart-table table {
  margin-bottom: 0;
}

.cart-wraps-area .cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 15px 0;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 18px;
}

.cart-wraps-area .cart-table table tbody tr td {
  vertical-align: middle;
  color: #474646;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  border-color: #eeeeee;
  border-left: none;
  border-right: none;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
}

.cart-wraps-area .cart-table table tbody tr td.product-name a {
  color: #1e1c1c;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
}

.cart-wraps-area .cart-table table tbody tr td.product-name a:hover {
  color: #c5eed0 !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove {
  color: #1e1c1c;
  float: right;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 24px;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove:hover {
  color:#ff5e02;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal span {
  font-weight: 600;
  color:#ff5e02;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #474646;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  span:hover {
  color: #1e1c1c !important;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  .minus-btn {
  left: 0;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  .minus-btn:hover {
  color: #1e1c1c !important;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  .plus-btn {
  right: 0;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  .plus-btn:hover {
  color: #1e1c1c !important;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input {
  height: 45px;
  color: #1e1c1c;
  outline: 0;
  display: block;
  border: none;
  background-color: #ffffff;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.cart-wraps-area .cart-table .table > :not(:first-child) {
  border-top: 0;
}

.cart-wraps-area .cart-buttons {
  margin-top: 30px;
}

.cart-wraps-area .cart-totals {
  background: #f6f9fb;
  border-radius: 15px;
  padding: 40px;
  margin: auto;
  margin-top: 50px;
}

.cart-wraps-area .cart-totals h3 {
  font-size: 24px;
  margin-bottom: 25px;
}

.cart-wraps-area .cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-wraps-area .cart-totals ul li {
  border: 1px solid #b8b08c;
  padding: 10px 15px;
  color: #1e1c1c;
  overflow: hidden;
  font-weight: 500;
}

.cart-wraps-area .cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-wraps-area .cart-totals ul li:nth-child(3) {
  border-top: none;
}

.cart-wraps-area .cart-totals ul li:last-child {
  border-top: none;
}

.cart-wraps-area .cart-totals ul li span {
  float: right;
  color:#ff5e02;
  font-weight: normal;
}

.cart-wraps-area .cart-calc {
  margin-top: 50px;
  background: #f6f9fb;
  border-radius: 15px;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.cart-wraps-area .cart-calc .cart-wraps-form h3 {
  font-size: 24px;
  color: #1e1c1c;
  padding-bottom: 20px;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group {
  margin-bottom: 20px;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select {
  height: 50px;
  padding: 7px 18px;
  color: #6c777d;
  border: 1px solid #cfcfcf;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select:focus,
.cart-wraps-area .cart-calc .cart-wraps-form .form-group select :hover {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #1e1c1c;
  background-color: #474646 !important;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option {
  padding: 10px;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option:hover {
  background-color: #474646 !important;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control {
  font-size: 16px;
  border: 1px solid #b8b08c;
  color: #6c777d;
  padding: 12px 18px;
  font-weight: 400;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control:focus,
.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control :hover {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cfcfcf;
}

.cart-wraps-area .cart-calc .nice-select {
  height: 50px;
  width: 100%;
  margin-bottom: 19px;
  border: 1px solid #b8b08c;
}

.cart-wraps-area .cart-calc .nice-select .list {
  width: 100%;
}

.cart-wraps-area .cart-calc .nice-select .option {
  color: #474646 !important;
}

.cart-wraps-area .cart-calc .nice-select .option :hover {
  color: #ffffff !important;
  background-color: #1e1c1c !important;
}

.cart-wraps-area .cart-calc .nice-select .current {
  position: relative;
  top: 4px;
  font-weight: 500;
  color: #6c777d;
}

.cart-wraps-area .nice-select .option.focus,
.cart-wraps-area .nice-select .option.selected.focus,
.cart-wraps-area .nice-select .option:hover {
  background-color: #474646 !important;
  color: #ffffff !important;
  font-weight: 600;
}

.cart-wraps-area .cart-calc select .option.focus,
.cart-wraps-area .cart-calc .nice-select .option.selected.focus {
  background-color: #474646 !important;
  color: #ffffff !important;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::-webkit-input-placeholder {
  color: #1e1c1c;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input:-ms-input-placeholder {
  color: #1e1c1c;
}

.cart-wraps-area.cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::-ms-input-placeholder {
  color: #1e1c1c;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::-webkit-input-placeholder {
  color: #1e1c1c;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input:-ms-input-placeholder {
  color: #1e1c1c;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::-ms-input-placeholder {
  color: #1e1c1c;
}

.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::placeholder {
  color: #1e1c1c;
}

.cart-wraps-area
  .cart-calc
  .cart-wraps-area
  form
  .form-control
  input::-webkit-input-placeholder {
  color: #6c777d;
}

.cart-area
  .cart-calc
  .cart-wraps-area
  form
  .form-control
  input:-ms-input-placeholder {
  color: #6c777d;
}

.cart-area
  .cart-area
  .cart-calc
  .cart-wraps-area
  .form-control
  input::-ms-input-placeholder {
  color: #6c777d;
}

.cart-area
  .cart-area
  .cart-calc
  .cart-wraps-area
  .form-control
  input::-webkit-input-placeholder {
  color: #495057;
}

.cart-area
  .cart-area
  .cart-calc
  .cart-wraps-area
  .form-control
  input:-ms-input-placeholder {
  color: #495057;
}

.cart-area
  .cart-area
  .cart-calc
  .cart-wraps-area
  .form-control
  input::placeholder {
  color: #495057;
}

/*=================================
Cart Wraps Area End
===================================*/
/*=================================
Brand Area
====================================*/
.brand-style-area .section-title h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brand-item img {
  width: unset !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.brand-item .brand-logo2 {
  display: none !important;
}

/*=================================
Brand Area End
====================================*/
/*=================================
Testimonial Area
====================================*/
.testimonial-area .section-title {
  margin-bottom: 20px;
}

.testimonial-slider {
  position: relative;
}

.testimonial-slider .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.testimonial-slider .owl-dots .owl-dot span {
  background-color:#ff5e02 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 12px !important;
  height: 12px !important;
  position: relative;
  z-index: 1;
}

.testimonial-slider .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid#ff5e02;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.testimonial-slider .owl-dots .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
}

.testimonial-slider .owl-dots .owl-dot.active span::before {
  opacity: 1;
}

.testimonial-slider .owl-dots .owl-dot:hover span {
  width: 10px !important;
  height: 10px !important;
}

.testimonial-slider .owl-dots .owl-dot:hover span::before {
  opacity: 1;
}

.testimonial-img {
  position: relative;
  margin-right: 30px;
  margin-bottom: 30px;
}

.testimonial-img img {
  border-radius: 44% 56% 23% 77% / 53% 72% 28% 47%;
  background-color: #f6f9fb;
  -webkit-animation: 10s help-animation linear infinite;
  animation: 10s help-animation linear infinite;
}

.testimonial-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -30px;
  background-color:#ff5e02;
  width: 100%;
  height: 100%;
  border-radius: 44% 56% 23% 77% / 53% 72% 28% 47%;
  -webkit-animation: 15s help-animation linear infinite;
  animation: 15s help-animation linear infinite;
}

.testimonial-item p {
  font-size: 20px;
  color: #474646;
  max-width: 500px;
  font-weight: 300;
  margin-bottom: 20px;
}

.testimonial-item i {
  font-size: 45px;
  color:#ff5e02;
  margin-bottom: 10px;
}

.testimonial-item .content {
  padding-left: 60px;
  position: relative;
}

.testimonial-item .content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
}

.testimonial-item .content h3 {
  margin-bottom: 0;
}

.testimonial-item .content span {
  color: #474646;
}

.testimonial-item .content i {
  font-size: 45px;
  color:#ff5e02;
  position: absolute;
  top: 0;
  right: 10%;
}

.testimonial-item .default-btn {
  margin-top: 20px;
}

.testimonial-area-two {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.testimonial-area-two .owl-nav {
  margin: 0 5px !important;
}

.testimonial-area-two .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3%;
  font-size: 25px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 40px;
  height: 40px;
  margin: 0 5px !important;
  line-height: 40px;
  background-color: transparent !important;
  color: #474646 !important;
}

.testimonial-area-two .owl-nav .owl-prev:hover {
  color:#ff5e02 !important;
}

.testimonial-area-two .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3%;
  color: #474646 !important;
  font-size: 25px !important;
  background-color: transparent !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 40px;
  margin: 0 5px !important;
  height: 40px;
  list-style: 40px;
}

.testimonial-area-two .owl-nav .owl-next:hover {
  color:#ff5e02 !important;
}

.testimonial-slider-item {
  padding-left: 135px;
  padding-right: 100px;
}

.testimonial-slider-text {
  padding-left: 90px;
  position: relative;
}

.testimonial-slider-text i {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 70px;
  color:#ff5e02;
}

.testimonial-slider-text p {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 0;
}

.testimonial-slider-content {
  margin-left: 80px;
  position: relative;
}

.testimonial-slider-content::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -65px;
  background-color:#ff5e02;
  opacity: 0.7;
  width: 2px;
  height: 100px;
}

.testimonial-slider-content .rating {
  font-size: 18px;
  color: #f7b728;
  margin-bottom: 10px;
}

.testimonial-slider-content .content {
  padding-left: 60px;
  position: relative;
}

.testimonial-slider-content .content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
}

.testimonial-slider-content .content h3 {
  margin-bottom: 0;
}

.testimonial-slider-content .content span {
  color: #474646;
}

.testimonial-slider-content .content i {
  font-size: 45px;
  color:#ff5e02;
  position: absolute;
  top: 0;
  right: 10%;
}

.testimonial-area-three {
  position: relative;
}

.testimonial-area-three .section-title h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-area-three .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.testimonial-area-three .owl-dots .owl-dot span {
  background-color:#ff5e02 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 12px !important;
  height: 12px !important;
  position: relative;
  z-index: 1;
}

.testimonial-area-three .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid#ff5e02;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.testimonial-area-three .owl-dots .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
}

.testimonial-area-three .owl-dots .owl-dot.active span::before {
  opacity: 1;
}

.testimonial-area-three .owl-dots .owl-dot:hover span {
  width: 10px !important;
  height: 10px !important;
}

.testimonial-area-three .owl-dots .owl-dot:hover span::before {
  opacity: 1;
}

.testimonial-item-two {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.testimonial-item-two i {
  font-size: 70px;
  color:#ff5e02;
  line-height: 1;
}

.testimonial-item-two p {
  font-size: 20px;
  margin-bottom: 20px;
}

.testimonial-item-two .content {
  padding-left: 60px;
  position: relative;
}

.testimonial-item-two .content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
}

.testimonial-item-two .content h3 {
  margin-bottom: 0;
}

.testimonial-item-two .content span {
  color: #474646;
  font-weight: 200;
}

.testimonial-item-two-bg {
  background-color: #f6f9fb;
}

.testimonial-item-two-bg:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

/*=================================
Testimonial Area End
====================================*/
/*=================================
404 Error Area
===================================*/
.error-area .error-content {
  text-align: center;
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
}

.error-area .error-content h1 {
  font-size: 300px;
  line-height: 0.7;
  font-weight: 700;
  color: #1e1c1c;
}

.error-area .error-content h1 span {
  color:#ff5e02;
}

.error-area .error-content h3 {
  margin: 50px 0 0;
  position: relative;
  color: #474646;
  font-size: 35px;
}

.error-area .error-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: #474646;
}

/*=================================
404 Error Area End
===================================*/
/*================================== 
Coming Soon Area 
====================================*/
.coming-soon-area {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background-color: #ffffff;
}

.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 100px 30px 120px;
  background-color: #f6f9fb;
  border-radius: 0;
  -webkit-animation: border-radius-transform 7s linear infinite alternate
    forwards;
  animation: border-radius-transform 7s linear infinite alternate forwards;
}

.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #1e1c1c;
  font-size: 50px;
}

.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: #474646;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 40px;
}

.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #1e1c1c;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 10px;
  font-size: 35px;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 5px;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
  color: #1e1c1c;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: #ffffff;
  padding-left: 15px;
  color: #ffffff;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  border: 1px solid #cccccc;
  color: #5d5d5d;
}

.coming-soon-area
  .coming-soon-content
  .newsletter-form
  .input-newsletter:focus {
  border-color: #1e1c1c;
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
  border: 0;
  outline: 0;
  border-radius: 0 !important;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  outline: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #ffffff;
  background-color: #190f3c;
}

.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}

/*================================== 
Coming Soon Area End
====================================*/
/*==================================
Faq Area 
=================================*/
.faq-max {
  border-radius: 30px;
  position: relative;
  margin-left: 45px;
  margin-right: 45px;
  margin-bottom: 30px;
}

.faq-max .section-title h2 {
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
}

.faq-shape .shape1 {
  position: absolute;
  bottom: 30px;
  left: -60px;
}

.faq-shape .shape2 {
  position: absolute;
  top: 30px;
  right: -60px;
}

.faq-accordion {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

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

.faq-accordion .accordion .accordion-item {
  border-radius: 15px;
  display: block;
  background-color: #ffffff;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

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

.faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 20px;
  color: #232350;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 15px;
  top: 18px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  width: 35px;
  height: 35px;
  color: #474646;
  border-radius: 50px;
  border: 1px solid #474646;
  text-align: center;
  line-height: 35px;
  background-color: transparent;
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 18px;
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}

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

/*==================================
Faq Area End
=================================*/
.author-profile {
  position: relative;
  margin-bottom: 30px;
  padding-left: 90px;
}

.author-profile img {
  position: absolute;
  left: 0;
  right: 0;
  width: 70px;
  height: 70px;
  border-radius: 50px;
}

.author-profile .content {
  padding-top: 10px;
  padding-bottom: 10px;
}

.author-profile .content h3 {
  margin-bottom: 0;
}

.author-profile .content span {
  margin-bottom: 0;
  color:#ff5e02;
}

/*=================================
Blog Area
====================================*/
.blog-right {
  background-color: #f6f9fb;
  padding: 30px 20px 35px;
  margin-bottom: 30px;
}

.blog-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-right ul li {
  display: inline-block;
  margin-right: 10px;
}

.blog-right ul li i {
  color:#ff5e02;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.blog-right ul li a {
  color: #1e1c1c;
}

.blog-right ul li a:hover {
  color:#ff5e02;
}

.blog-right h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-right h3 a {
  color: #1e1c1c;
  display: block;
}

.blog-right h3 a:hover {
  color:#ff5e02;
}

.blog-right p {
  margin-bottom: 12px;
}

.blog-card {
  margin-bottom: 30px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.blog-card:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.blog-card:hover .content h3 a {
  color:#ff5e02;
}

.blog-card img {
  background-color: #f6f9fb;
  margin-bottom: 20px;
}

.blog-card .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-card .content ul li {
  display: inline-block;
  margin-right: 10px;
}

.blog-card .content ul li i {
  color:#ff5e02;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.blog-card .content ul li a {
  color: #1e1c1c;
}

.blog-card .content ul li a:hover {
  color:#ff5e02;
}

.blog-card .content h3 {
  margin-top: 11px;
  margin-bottom: 12px;
}

.blog-card .content h3 a {
  color: #1e1c1c;
  display: block;
}

.blog-card .content p {
  margin-bottom: 12px;
}

.blog-area-style {
  position: relative;
}

.blog-area-style .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.blog-area-style .owl-dots .owl-dot span {
  background-color:#ff5e02 !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 12px !important;
  height: 12px !important;
  position: relative;
  z-index: 1;
}

.blog-area-style .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid#ff5e02;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.blog-area-style .owl-dots .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
}

.blog-area-style .owl-dots .owl-dot.active span::before {
  opacity: 1;
}

.blog-area-style .owl-dots .owl-dot:hover span {
  width: 10px !important;
  height: 10px !important;
}

.blog-area-style .owl-dots .owl-dot:hover span::before {
  opacity: 1;
}

.blog-slider-two {
  position: relative;
}

.blog-slider-two .owl-nav {
  margin-top: 0;
}

.blog-slider-two .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35px;
  font-size: 16px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 40px;
  height: 40px;
  line-height: 42px !important;
  text-align: center;
  border-radius: 50px !important;
  background-color:#ff5e02 !important;
  color: #ffffff !important;
}

.blog-slider-two .owl-nav .owl-prev:hover {
  background-color: #f6f9fb !important;
  color:#ff5e02 !important;
}

.blog-slider-two .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -35px;
  font-size: 16px !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 50px !important;
  width: 40px;
  height: 40px;
  line-height: 42px !important;
  text-align: center;
  background-color:#ff5e02 !important;
  color: #ffffff !important;
}

.blog-slider-two .owl-nav .owl-next:hover {
  background-color: #f6f9fb !important;
  color:#ff5e02 !important;
}

.blog-item {
  margin-bottom: 30px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.blog-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.blog-item:hover .content h3 a {
  color:#ff5e02;
}

.blog-item a {
  display: block;
}

.blog-item a img {
  margin-bottom: 20px;
  border-radius: 15px;
}

.blog-item .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-item .content ul li {
  display: inline-block;
  margin-right: 10px;
}

.blog-item .content ul li i {
  color:#ff5e02;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.blog-item .content ul li a {
  display: inline-block;
  color: #1e1c1c;
}

.blog-item .content ul li a:hover {
  color:#ff5e02;
}

.blog-item .content h3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.blog-item .content h3 a {
  color: #1e1c1c;
  display: block;
}

.blog-item .content p {
  margin-bottom: 15px;
}

.blog-item .content .default-btn {
  display: inline-block;
}

.blog-article-area {
  margin-bottom: 30px;
}

.blog-article-area .article-content {
  margin-bottom: 30px;
}

.blog-article-area .article-content img {
  border-radius: 20px;
  margin-bottom: 20px;
}

.blog-article-area .article-content .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-article-area .article-content .content ul li {
  display: inline-block;
  margin-right: 10px;
}

.blog-article-area .article-content .content ul li i {
  color:#ff5e02;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.blog-article-area .article-content .content ul li a {
  color: #1e1c1c;
}

.blog-article-area .article-content .content ul li a:hover {
  color:#ff5e02;
}

.blog-article-area .article-content .content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1e1c1c;
  font-size: 30px;
}

.blog-article-area .article-content .content p {
  margin-bottom: 0;
}

.blog-article-area .blog-article-img {
  margin-bottom: 30px;
}

.blog-article-area .blog-article-img img {
  border-radius: 20px;
}

.blog-article-area .article-content-area p {
  margin-bottom: 30px;
}

.blog-article-area .article-content-area .blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #f6f9fb;
  padding: 20px;
}

.blog-article-area .article-content-area .blockquote p {
  font-size: 18px;
  color: #474646;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.blog-article-area .comments-wrap .comment-title {
  position: relative;
  margin-bottom: 30px;
  padding: 15px 30px;
  background-color: #f6f9fb;
}

.blog-article-area .comments-wrap .comment-title .title {
  font-size: 24px;
  margin-bottom: 0;
  color: #1e1c1c;
  font-weight: 600;
}

.blog-article-area .comments-wrap .comment-title .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 14px;
  right: 30px;
}

.blog-article-area .comments-wrap .comment-title .social-icon li {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}

.blog-article-area .comments-wrap .comment-title .social-icon li:last-child {
  margin-right: 0;
}

.blog-article-area .comments-wrap .comment-title .social-icon li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #9b9b9b;
  border-radius: 40px 50px 50px 0;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}

.blog-article-area .comments-wrap .comment-title .social-icon li a:hover i {
  background-color: #14a2f9;
  color: #ffffff;
}

.blog-article-area .comments-wrap .comment-form {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-article-area .comments-wrap .comment-form li {
  position: relative;
  padding: 30px;
  padding-left: 95px;
  margin-bottom: 30px;
  background-color: #f6f9fb;
  border-radius: 10px;
}

.blog-article-area .comments-wrap .comment-form li img {
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}

.blog-article-area .comments-wrap .comment-form li h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.blog-article-area .comments-wrap .comment-form li span {
  color: #474646;
  font-weight: 200;
}

.blog-article-area .comments-wrap .comment-form li p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-article-area .comments-wrap .comment-form li .content h4 {
  font-size: 15px;
  display: inline-block;
  margin-right: 35px;
  color: #474646;
  font-weight: 500;
}

.blog-article-area .comments-wrap .comment-form li .content h4 i {
  color:#ff5e02;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.blog-article-area .comments-wrap .comment-form li .content h4 a {
  color:#ff5e02;
  font-weight: 600;
}

.blog-article-area .comments-wrap .comment-form li .content h4 a:hover {
  color: #1e1c1c;
}

.blog-article-area .comments-form {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-article-area .comments-form .contact-form {
  background-color: #f6f9fb;
  padding: 30px;
  margin-left: 0;
  border-radius: 10px;
}

.blog-article-area .comments-form .title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #1e1c1c;
}

.blog-article-area .comments-form .default-btn {
  width: unset;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-widget {
  margin-bottom: 30px;
  background-color: #f6f9fb;
  padding: 20px;
  border-radius: 5px;
}

.search-widget .search-form {
  position: relative;
  border: none;
}

.search-widget .search-form .form-control {
  height: 50px;
  border: 1px solid#ff5e02;
  background-color: #f6f9fb;
  padding: 10px 20px;
  width: 100%;
  color: #1e1c1c;
  border-radius: 30px;
}

.search-widget .search-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.search-widget .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  outline: none;
  background-color:#ff5e02;
  line-height: 60px;
  border-radius: 50px;
}

.search-widget .search-form button i {
  color: #ffffff;
  font-size: 20px;
}

.search-widget .search-form button:hover {
  background-color: #1e1c1c;
}

.side-bar-widget {
  margin-bottom: 30px;
}

.side-bar-widget .title {
  font-size: 22px;
  color: #1e1c1c;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

.side-bar-widget .side-bar-categories {
  background-color: #f6f9fb;
  padding: 20px;
  border-radius: 5px;
}

.side-bar-widget .side-bar-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.side-bar-widget .side-bar-categories ul li {
  position: relative;
  font-weight: 300;
  margin-bottom: 10px;
}

.side-bar-widget .side-bar-categories ul li:last-child {
  margin-bottom: 0;
}

.side-bar-widget .side-bar-categories ul li a {
  display: inline-block;
  color: #474646;
  background-color: #ffffff;
  font-weight: normal;
  padding: 10px 25px;
  font-weight: 300;
  position: relative;
  width: 100%;
  border-radius: 50px;
}

.side-bar-widget .side-bar-categories ul li a i {
  font-size: 12px;
  float: right;
  position: relative;
  top: 4px;
}

.side-bar-widget .side-bar-categories ul li a .bx-download {
  font-size: 20px;
}

.side-bar-widget .side-bar-categories ul li a:hover {
  background-color:#ff5e02;
  color: #ffffff;
}

.side-bar-widget .side-bar-categories ul li:hover::before {
  background-color:#ff5e02;
  border-color:#ff5e02;
}

.side-bar-widget .widget-popular-post {
  position: relative;
  overflow: hidden;
  padding: 20px 20px 10px;
  background-color: #f6f9fb;
  border-radius: 5px;
}

.side-bar-widget .widget-popular-post .item {
  overflow: hidden;
  margin-bottom: 10px;
}

.side-bar-widget .widget-popular-post .item:last-child {
  margin-bottom: 0;
}

.side-bar-widget .widget-popular-post .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image {
  width: 100px;
  height: 100px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #f6f9fb;
  border-radius: 10px;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
  background-image: url(../images/blog/blog-style6.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
  background-image: url(../images/blog/blog-style4.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
  background-image: url(../images/blog/blog-style7.jpg);
}

.side-bar-widget .widget-popular-post .item .info {
  overflow: hidden;
  padding: 7px 0 5px;
}

.side-bar-widget .widget-popular-post .item .info .title-text {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
  max-width: 245px;
}

.side-bar-widget .widget-popular-post .item .info .title-text a {
  display: inline-block;
  color: #1e1c1c;
}

.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
  color:#ff5e02;
}

.side-bar-widget .widget-popular-post .item .info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-bar-widget .widget-popular-post .item .info ul li {
  display: inline-block;
  margin-right: 10px;
}

.side-bar-widget .widget-popular-post .item .info ul li i {
  color:#ff5e02;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.side-bar-widget .widget-popular-post .item .info ul li a {
  color: #1e1c1c;
}

.side-bar-widget .widget-popular-post .item .info ul li a:hover {
  color:#ff5e02;
}

.side-bar-widget .side-bar-widget-tag {
  list-style: none;
  margin: 0;
  padding: 20px;
  background-color: #f6f9fb;
  border-radius: 5px;
}

.side-bar-widget .side-bar-widget-tag li {
  display: inline-block;
  padding: 7px 15px;
  margin: 5px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #1e1c1c;
  font-size: 14px;
  font-weight: 600;
  background-color: #ffffff;
  border-radius: 50px;
}

.side-bar-widget .side-bar-widget-tag li:hover {
  background-color:#ff5e02;
}

.side-bar-widget .side-bar-widget-tag li a {
  color: #1e1c1c;
}

.side-bar-widget .side-bar-widget-tag li:hover a {
  color: #ffffff;
}

/*=================================
Blog Area End
====================================*/
/*==============================
Pagination Area 
=================================*/
.pagination-area {
  margin-top: 10px;
  margin-bottom: 30px;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #1e1c1c;
  background-color: #f6f9fb;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 18px;
  border-radius: 50px;
}

.pagination-area .page-numbers:hover {
  background-color:#ff5e02;
  color: #ffffff;
}

.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  top: 5px;
}

.pagination-area .page-numbers.current {
  background-color:#ff5e02;
  color: #ffffff;
}

/*==============================
Pagination Area End
=================================*/
.garden-area {
  background-color:#ff5e02;
}

.garden-area .section-title h2 {
  color: #ffffff;
  max-width: 750px;
}

.garden-btn .default-btn {
  background-color: #ffffff;
  color: #1e1c1c;
}

.garden-btn .default-btn:hover {
  color: #ffffff;
  background-color: #1e1c1c;
}

.garden-bg {
  border-radius: 15px;
  position: relative;
  margin: 0 30px;
}

.garden-bg .section-title {
  text-align: center;
}

.garden-bg .section-title h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.garden-bg .section-title p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.garden-bg .garden-shape .shape1 {
  position: absolute;
  bottom: 30px;
  left: -60px;
  -webkit-animation: flash 3s infinite;
  animation: flash 3s infinite;
}

.garden-bg .garden-shape .shape2 {
  position: absolute;
  top: 30px;
  right: -60px;
  -webkit-animation: flash 3s infinite;
  animation: flash 3s infinite;
}

/*=================================
Contact Area
====================================*/
.contact-form {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: 50px;
}

.contact-form .section-title {
  margin-bottom: 20px;
}

.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-form .form-group.checkbox-option {
  position: relative;
}

.contact-form .form-group.checkbox-option #chb2 {
  position: absolute;
  top: 6px;
  left: 0;
}

.contact-form .form-group.checkbox-option p {
  padding-left: 25px;
  font-size: 15px;
}

.contact-form .form-group.checkbox-option p a {
  color:#ff5e02;
}

.contact-form .form-group.checkbox-option p a:hover {
  color: #1e1c1c;
}

.contact-form .form-group .form-control {
  height: 45px;
  color: #1e1c1c;
  border: 1px solid #70707099;
  background-color: #ffffff;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 30px;
  font-weight: 500;
}

.contact-form .form-group .form-control:focus {
  outline: none;
  border-color:#ff5e02;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form .form-group textarea.form-control {
  height: auto;
}

.contact-form .agree-label {
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.contact-form .agree-label #chb1 {
  position: absolute;
  top: 7px;
  left: 0;
}

.contact-form .agree-label label {
  font-weight: 500;
  color: #1e1c1c;
  margin-left: 15px;
  display: block;
}

.contact-form .agree-label label a {
  color:#ff5e02;
}

.contact-form .agree-label label a:hover {
  color: #1e1c1c;
}

.contact-form .agree-label label a.forget {
  position: absolute;
  right: 0;
}

.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}

.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}

.contact-form .default-btn {
  border: 0;
  outline: none;
  border-radius: 50px;
  width: 100%;
  text-align: center;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #474646;
  font-weight: 400;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #474646;
  font-weight: 400;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
  color: #474646;
  font-weight: 400;
}

.contact-form .form-group .form-control::placeholder {
  color: #474646;
  font-weight: 400;
}

.contact-img {
  position: relative;
  margin-right: 150px;
  margin-left: 30px;
  margin-bottom: 130px;
}

.contact-img img {
  border-radius: 15px;
}

.contact-img .sub-img {
  position: absolute;
  bottom: -100px;
  right: -100px;
}

.contact-img .sub-img img {
  border-radius: 30px;
}

.contact-img .dot-img .dot1 {
  position: absolute;
  z-index: -1;
  top: 50px;
  left: -70px;
  -webkit-animation: flash 5s infinite;
  animation: flash 5s infinite;
}

.contact-img .dot-img .dot1 img {
  border-radius: 0;
}

.contact-img .dot-img .dot2 {
  position: absolute;
  z-index: -1;
  bottom: 85px;
  right: -200px;
  -webkit-animation: flash 5s infinite;
  animation: flash 5s infinite;
}

.contact-img .dot-img .dot2 img {
  border-radius: 0;
}

.contact-style-content {
  /* max-width: 620px; */
  display: flex;
  margin-bottom:50px;
  /* margin-left: auto; */
}

.contact-style-content .section-title {
  max-width: 570px;
}

.contact-style-content .contact-style-list {
  margin-top: 30px;
  padding-left: 115px;
  position: relative;
}

.contact-style-content .contact-style-list i {
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 95px;
  line-height: 95px;
  background-color: #ffffff;
  color:#ff5e02;
  border-radius: 50px;
  font-size: 50px;
  text-align: center;
  display: inline-block;
}

.contact-style-content .contact-style-list h3 {
  margin-bottom: 10px;
}

.contact-style-content .contact-style-list span {
  color: #474646;
  display: block;
}

.contact-style-content .contact-style-list span a {
  display: block;
  color: #474646;
}

.contact-style-content .contact-style-list span a:hover {
  color:#ff5e02;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 750px;
}

/*=================================
Contact Area End
====================================*/
.single-content {
  margin-bottom: 30px;
}

.single-content h3 {
  font-size: 26px;
  color: #1e1c1c;
  margin-bottom: 15px;
}

.single-content p {
  margin-bottom: 0;
}

/*=================================
User All Form
====================================*/
.user-all-form {
  margin-bottom: 30px;
}

.user-all-form .contact-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}

.user-all-form .contact-form h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.user-all-form .contact-form .account-desc {
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.user-all-form .contact-form .account-desc a {
  color:#ff5e02;
}

.user-all-form .contact-form .account-desc a:hover {
  color: #1e1c1c;
}

/*=================================
User All Form End
====================================*/
/*=================================
Footer Area
====================================*/
.footer-widget {
  margin-bottom: 30px;
}

.footer-widget .footer-logo {
  margin-bottom: 20px;
}

.footer-widget h3 {
  margin-top: 12px;
  margin-bottom: 20px;
  color: #1e1c1c;
  font-weight: 600;
}

.footer-widget p {
  margin-bottom: 20px;
  color: #474646;
  max-width: 340px;
}

.footer-widget .newsletter-form {
  position: relative;
  border-radius: 0;
  margin-bottom: 30px;
  max-width: 350px;
}

.footer-widget .newsletter-form .form-control {
  border: 1px solid#ff5e02;
  height: 50px;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 0;
}

.footer-widget .newsletter-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  color: #1e1c1c;
}

.footer-widget .newsletter-form .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  outline: none;
  color: #ffffff;
  line-height: 53px;
  border-radius: 0;
  font-size: 18px;
  background-color:#ff5e02;
}

.footer-widget .newsletter-form .submit-btn:hover {
  background-color: #1e1c1c;
  color: #ffffff;
}

.footer-widget .newsletter-form .validation-danger {
  font-size: 16px;
  margin-top: 15px;
  color: red;
}

.footer-widget .social-link {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-widget .social-link li {
  display: inline-block;
  margin-right: 10px;
}

.footer-widget .social-link li:last-child {
  margin-right: 0;
}

.footer-widget .social-link li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #9b9b9b;
  border-radius: 40px 50px 50px 0;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.footer-widget .social-link li a:hover i {
  background-color: #14a2f9;
  color: #ffffff;
}

.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-list li {
  display: block;
  margin-bottom: 10px;
}

.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-list li a {
  color: #474646;
  font-weight: 400;
}

.footer-widget .footer-list li a:hover {
  color:#ff5e02;
}

.footer-widget .newsletter-form .form-control::-webkit-input-placeholder {
  color: #474646;
}

.footer-widget .newsletter-form .form-control:-ms-input-placeholder {
  color: #474646;
}

.footer-widget .newsletter-form .form-control::-ms-input-placeholder {
  color: #474646;
}

.copy-right-area {
  padding: 15px 0;
  border-top: 1px solid#ff5e0273;
}

.copy-right-area .copy-right-text p {
  color: #474646;
  margin-bottom: 0;
}

.copy-right-area .copy-right-text p a {
  color:#ff5e02;
}

.copy-right-area .copy-right-text p a:hover {
  color: #1e1c1c;
}

.copy-right-area .copy-right-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.copy-right-area .copy-right-list ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.copy-right-area .copy-right-list ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  right: -18px;
  width: 1px;
  height: 15px;
  background-color: #1e1c1c;
}

.copy-right-area .copy-right-list ul li:last-child {
  margin-bottom: 0;
}

.copy-right-area .copy-right-list ul li:last-child::before {
  display: none;
}

.copy-right-area .copy-right-list ul li a {
  color: #474646;
  font-weight: 400;
}

.copy-right-area .copy-right-list ul li a:hover {
  color:#ff5e02;
}

/*=================================
Footer Area End
====================================*/
/*=================================
Go Top Area 
====================================*/
.go-top {
  position: fixed;
  top: 60%;
  right: 3%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background:#ff5e02;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  vertical-align: middle;
}

.go-top:hover {
  background-color: #1e1c1c;
}

.go-top:hover i {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.go-top.active {
  top: 95%;
  -webkit-transform: translateY(-95%);
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
}

/*=================================
Go Top Area End
====================================*/
/*==================================
Preloader CSS 
=====================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color:#ff5e02;
}

.spinner {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 100px auto;
  -webkit-animation: rotate-in 1.2s infinite ease-in-out;
  animation: rotate-in 1.2s infinite ease-in-out;
}

/*==================================
Preloader CSS End
=====================================*/
/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.buy-now-btn:hover {
  color: #ffffff;
  background-color: #94be5d;
}

/*==================================
Animation CSS
====================================*/
@-webkit-keyframes rotated360 {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}
@keyframes rotated360 {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes rotate-in {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-webkit-keyframes help-animation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes help-animation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 60% 40% 56% 33% / 73% 82% 18% 27%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

@keyframes border-transform {
  0%,
  100% {
    border-radius: 60% 40% 56% 33% / 73% 82% 18% 27%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

@-webkit-keyframes border-radius-transform {
  0%,
  100% {
    border-radius: 36% 64% 80% 20% / 67% 59% 41% 33%;
  }
  14% {
    border-radius: 59% 41% 80% 20% / 67% 59% 41% 33%;
  }
  28% {
    border-radius: 59% 41% 70% 30% / 67% 59% 41% 33%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 59% 41% 52% 48% / 67% 59% 41% 33%;
  }
  70% {
    border-radius: 59% 41% 29% 71% / 67% 59% 41% 33%;
  }
  84% {
    border-radius: 59% 41% 22% 78% / 67% 45% 55% 33%;
  }
}

@keyframes border-radius-transform {
  0%,
  100% {
    border-radius: 36% 64% 80% 20% / 67% 59% 41% 33%;
  }
  14% {
    border-radius: 59% 41% 80% 20% / 67% 59% 41% 33%;
  }
  28% {
    border-radius: 59% 41% 70% 30% / 67% 59% 41% 33%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 59% 41% 52% 48% / 67% 59% 41% 33%;
  }
  70% {
    border-radius: 59% 41% 29% 71% / 67% 59% 41% 33%;
  }
  84% {
    border-radius: 59% 41% 22% 78% / 67% 45% 55% 33%;
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes movebounce-up {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce-up {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes running-in {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, 150px);
    transform: translate(-10px, 150px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes running-in {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, 150px);
    transform: translate(-10px, 150px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*# sourceMappingURL=style.css.map */
