@charset "UTF-8";
/*-----------------
    @Typography
-----------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
/*====================
** Normalize
====================*/
html {
  font-family: "Poppins", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #555;
  overflow-x: hidden;
}

h1 {
  font-size: 60px;
  line-height: 1.0833333333;
}

h2 {
  font-size: 52px;
  line-height: 1.4444444444;
}

h3 {
  font-size: 26px;
  line-height: 1.0833333333;
}

h4 {
  font-size: 22px;
  line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242424;
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 16px;
  color: #555;
  line-height: 1.625;
  -webkit-hyphens: auto;
  hyphens: auto;
}

a {
  color: #242424;
  text-decoration: none;
}

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

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

/*---------------------------
** Global style
---------------------------*/
.mybtn1 {
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  transition: 0.3s;
  border: 0px;
}
.mybtn1 i {
  opacity: 0;
  width: 0px;
  transition: 0.5s;
}
.mybtn1:hover {
  color: #fff;
  animation: color 4s linear infinite;
}
.mybtn1:hover i {
  opacity: 1;
  padding-left: 8px;
  width: auto;
}
.mybtn1:focus {
  outline: 0px;
}

ul {
  padding-left: 0px;
}
ul li {
  list-style: none;
}
@keyframes shapeani1 {
  0% {
    margin-top: 0px;
  }
  25% {
    margin-top: 10px;
  }
  50% {
    margin-top: 20px;
  }
  75% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes shapeani2 {
  0% {
    margin-left: 0px;
  }
  25% {
    margin-left: 10px;
  }
  50% {
    margin-left: 20px;
  }
  75% {
    margin-left: 10px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes shapeimg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mix {
  display: none;
}

.remove-col-padding {
  padding: 0;
}

.navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

.bottomtotop i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  font-size: 14px;
  text-align: center;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transform: rotate(-90deg);
  bottom: 15px;
  right: 15px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: all linear 0.3s;
}

.br-10 {
  border-radius: 10px;
}

.section-title {
  text-align: center;
  margin-bottom: 56px;
}
.section-title.extra .title {
  margin-bottom: 24px;
}
.section-title.white .subtitle {
  color: #fff;
}
.section-title.white .title {
  color: #fff;
}
.section-title.white p {
  color: rgba(255, 255, 255, 0.9);
}
.section-title .title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 13px;
  color: #242424;
  font-weight: 700;
  text-transform: capitalize;
}
.section-title .title span {
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.section-title p {
  max-width: 650px;
  font-size: 16px;
  line-height: 26px;
  color: #555;
  margin: 0 auto;
}
.section-title.darkbg .title {
  color: #fff;
}
.section-title.darkbg .title span {
  color: #fff;
}
.section-title.darkbg p {
  color: rgba(255, 255, 255, 0.95);
}

.background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F7F8FC;
  z-index: -9999;
}

.form-element.margin-bottom-30 {
  margin-bottom: 27px;
}
.form-element label {
  color: #242424;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}
.form-element label span {
  color: #BE1F27;
}
.form-element select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.has-icon {
  position: relative;
  display: block;
}
.has-icon.textarea .the-icon {
  top: 25px;
}
.has-icon .input-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.has-icon .the-icon {
  font-size: 14px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #7c7c90;
}

.input-field {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  color: #555;
  margin-bottom: 15px;
}
.input-field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555;
}
.input-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
}
.input-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
}
.input-field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555;
}
.input-field.borderd {
  border: 2px solid rgba(0, 0, 0, 0.07);
}
.input-field.borderd:focus {
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.input-field.textarea {
  min-height: 137px;
  padding: 15px 20px;
  resize: none;
}
.input-field.error {
  border: 1px solid #0072ff;
}
.input-field.error::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #0072ff;
}
.input-field.error:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0072ff;
}
.input-field.error::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #0072ff;
}
.input-field.error:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #0072ff;
}
.input-field.error:focus {
  border-color: #0072ff;
}

.video-play-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 72px;
  text-align: center;
  font-size: 26px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.video-play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}
.video-play-btn i {
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: text-color;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  position: inherit;
  z-index: 9;
}

.email-success {
  display: block;
  width: 100%;
}

.checkbox-element {
  display: inline-block;
}

.checkbox-wrapper {
  display: inline-block;
}

.margin-top-minus-200 {
  margin-top: -200px;
}

.checkbox-inner {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  color: #585869;
  -webkit-user-select: none;
  user-select: none;
}
.checkbox-inner input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-inner .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.checkbox-inner input:checked ~ .checkmark {
  background-color: #0072ff;
}
.checkbox-inner .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-inner input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-inner .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.table-responsive {
  display: table;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}
@media only screen and (max-width: 991px) {
  .row.reorder-xs {
    transform: rotate(180deg);
    direction: rtl;
  }

  .row.reorder-xs > [class*=col-] {
    transform: rotate(-180deg);
    direction: ltr;
  }
}
/*-------------------------
    Preloader Css
---------------------------*/
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  justify-content: center;
}
.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.preloader-inner .cancel-preloader a {
  background-color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  color: #0072ff;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  transition: all 0.3s ease-in;
}
.preloader-inner .cancel-preloader a:hover {
  background-color: #00aeff;
  color: #fff;
}

.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  transform: rotate(45deg);
  font-size: 0;
}

.cube-folding span {
  position: relative;
  width: 25px;
  height: 25px;
  transform: scale(1.1);
  display: inline-block;
}

.cube-folding span::before {
  content: "";
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  transform-origin: 100% 100%;
  animation: folding 2.5s infinite linear both;
}

.cube-folding .leaf2 {
  transform: rotateZ(90deg) scale(1.1);
}

.cube-folding .leaf2::before {
  animation-delay: 0.3s;
  background-color: #f2f2f2;
}

.cube-folding .leaf3 {
  transform: rotateZ(270deg) scale(1.1);
}

.cube-folding .leaf3::before {
  animation-delay: 0.9s;
  background-color: #f2f2f2;
}

.cube-folding .leaf4 {
  transform: rotateZ(180deg) scale(1.1);
}

.cube-folding .leaf4::before {
  animation-delay: 0.6s;
  background-color: #e6e6e6;
}
@keyframes folding {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.cube-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
}

.cube-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 90px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  filter: blur(2px);
  border-radius: 100%;
  z-index: 1;
  animation: shadow 0.5s ease infinite alternate;
}

.cube-wrapper .loading {
  font-size: 16px;
  letter-spacing: 0.1em;
  display: block;
  color: white;
  position: relative;
  top: 25px;
  z-index: 2;
  animation: text 0.5s ease infinite alternate;
  text-transform: uppercase;
}
@keyframes text {
  100% {
    top: 35px;
  }
}
@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
.navigation.innerpage {
  background: #fff;
  border-bottom: 0px;
}

/*-----------------------------
breadcrumb-area
------------------------------*/
.breadcrumb-area {
  padding: 184px 0px 100px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.breadcrumb-area .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 12px;
}
.breadcrumb-area .links {
  padding-left: 0px;
}
.breadcrumb-area .links li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.breadcrumb-area .links li::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  right: -17px;
}
.breadcrumb-area .links li:last-child::after {
  display: none;
}
.breadcrumb-area .links li a {
  font-size: 16px;
  line-height: 26px;
  transition: 0.3s ease-in;
}
.breadcrumb-area .links li a i {
  transition: 0.3s ease-in;
}
.breadcrumb-area .links li a:hover, .breadcrumb-area .links li a.active {
  color: #0072ff;
}
.breadcrumb-area .links li i {
  display: inline-block;
  padding: 0px 5px;
}

/*---------------------------
** Main Menu  Area Start
---------------------------*/
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.navigation .navigation-inner {
  display: block;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
}
.navigation .top-bar-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navigation .top-bar-area .top-bar-inner {
  display: flex;
  justify-content: space-between;
  padding: 6px 0px;
}
.navigation .top-bar-area .top-bar-inner .left-content .quot-btn {
  display: block;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding: 2px 15px;
  border-radius: 50px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.navigation .top-bar-area .top-bar-inner .right-content {
  display: flex;
  align-items: center;
}
.navigation .top-bar-area .top-bar-inner .right-content ul {
  padding: 0px;
  margin: 0px;
}
.navigation .top-bar-area .top-bar-inner .right-content ul li {
  display: inline-block;
  margin-left: 15px;
}
.navigation .top-bar-area .top-bar-inner .right-content ul li #langchange {
  border: 0px;
  background: none;
}
.navigation .top-bar-area .top-bar-inner .right-content ul li #langchange option {
  color: #242424;
}
.navigation .navbar {
  padding: 0px 0px 0px;
}
.navigation .navbar .navbar-brand {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  padding: 0px;
  margin-top: -2px;
  text-transform: uppercase;
  color: #242424;
}
.navigation .navbar .navbar-brand img {
  max-width: 170px;
}
.navigation .navbar #mainmenu ul .nav-item .nav-link {
  padding: 25px 10px 25px;
  font-weight: 600;
  color: #242424;
  transition: all 0.3s ease-in;
}
.navigation .navbar #mainmenu ul .nav-item .nav-link:hover, .navigation .navbar #mainmenu ul .nav-item .nav-link.active {
  color: #0072ff;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown .dropdown-menu {
  background: #fff;
  display: block;
  margin-top: 20px;
  padding: 20px 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
  border: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown .dropdown-menu .dropdown-item {
  transition: all 0.3s ease-in;
  font-size: 16px;
  line-height: 30px;
  color: #555;
  position: relative;
  padding: 0px;
  padding: 0px 20px;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #0072ff;
  background: none;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown .dropdown-menu .child-dropdown {
  position: relative;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown .dropdown-menu .child-dropdown .dropdown-item {
  position: relative;
  padding-right: 30px;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown .dropdown-menu .child-dropdown .dropdown-item.icon::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  right: 20px;
  font-size: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.navigation .navbar #mainmenu ul .nav-item.dropdown .dropdown-menu .child-dropdown .child-dropdown-menu {
  position: absolute;
  top: 0px;
  left: 100%;
  background: #fff;
  display: block;
  margin-top: 20px;
  padding: 20px 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
  border: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown .dropdown-menu .child-dropdown:hover .child-dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown.megamenu-item {
  position: unset;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown.megamenu-item .megamenu {
  width: 100%;
  padding: 30px;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown.megamenu-item .megamenu .col-megamenu .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown.megamenu-item .megamenu .col-megamenu .list-style {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown.megamenu-item .megamenu .col-megamenu .list-style li a {
  font-size: 16px;
  line-height: 26px;
  color: #555;
  transition: all 0.3s ease-in;
  position: relative;
  padding: 0px 15px;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown.megamenu-item .megamenu .col-megamenu .list-style li a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  left: 0px;
  font-size: 14px;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown.megamenu-item .megamenu .col-megamenu .list-style li a:hover {
  color: #0072ff;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown.megamenu-item:hover .megamenu {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}
.navigation .navbar #mainmenu ul .nav-item.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}
.navigation .navbar .nav-right-content {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 15px;
}
.navigation .navbar .nav-right-content ul {
  margin: 0px;
  padding: 0px;
}
.navigation .navbar .nav-right-content ul li {
  display: inline-block;
}
.navigation .navbar .nav-right-content ul li#search {
  margin-right: 0px;
}
.navigation .navbar .nav-right-content ul li a {
  display: block;
  position: relative;
}
.navigation .navbar .nav-right-content ul li a .cartcount {
  position: absolute;
  background: #0072ff;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  padding: 2px 4px;
  top: -9px;
  right: -9px;
}
.navigation .navbar .nav-right-content .my-dropdown {
  height: 100%;
  display: inline-block;
  position: relative;
  padding: 0px 10px;
}
.navigation .navbar .nav-right-content .my-dropdown .cart.carticon {
  display: block;
  line-height: 60px;
}
.navigation .navbar .nav-right-content .my-dropdown .cart p {
  font-size: 12px;
  line-height: 22px;
  color: #143250;
  margin-top: 4px;
  margin-bottom: 0px;
  color: #333;
}
.navigation .navbar .nav-right-content .my-dropdown .my-dropdown-menu {
  width: 300px;
  position: absolute;
  top: 100%;
  right: 0%;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.15);
  background: #fff;
  z-index: 10;
  margin-top: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.navigation .navbar .nav-right-content .my-dropdown:hover .my-dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}
.navigation .navbar .nav-right-content .my-dropdown .my-dropdown-menu.show {
  display: block;
}
.navigation .navbar .nav-right-content .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper {
  padding: 20px 25px 20px;
  max-height: 400px;
  overflow-y: auto;
}
.navigation .navbar .nav-right-content .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
}
.navigation .navbar .nav-right-content .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header .item-no {
  font-size: 13px;
  font-weight: 600;
  color: #143250;
}
.navigation .navbar .nav-right-content .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header .view-cart {
  font-size: 12px;
  font-weight: 600;
  color: #143250;
}
.navigation .navbar .nav-right-content .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header .view-cart:hover {
  text-decoration: underline;
}
.navigation .navbar .nav-right-content .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products {
  padding-left: 0px;
  margin-bottom: 0px;
  display: block;
  width: 100%;
}
.navigation .navbar .nav-right-content .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product {
  display: flex;
  justify-content: space-between;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 0px 9px;
  margin-right: 0px;
}
.navigation .navbar .nav-right-content .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details {
  text-align: left;
  display: flex;
  align-self: center;
  padding-left: 10px;
}
.navigation .navbar .nav-right-content .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content {
  align-self: center;
}
.navigation .navbar .nav-right-content .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content .product-title {
  font-size: 13px;
  text-transform: capitalize;
  margin-bottom: 0px;
  font-weight: 600;
  color: #143250;
}
.navigation .navbar .nav-right-content .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content .cart-product-info {
  font-size: 12px;
}
.navigation .navbar .nav-right-content .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-image-container {
  margin-bottom: 0px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.navigation .navbar .nav-right-content .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-image-container img {
  max-width: 50px;
  max-height: 50px;
}
.navigation .navbar .nav-right-content .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-image-container .cart-remove {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 17px;
  height: 17px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  z-index: 2;
  font-size: 10px;
  color: #777;
  font-weight: 700;
  line-height: 18px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.navigation .navbar .nav-right-content .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-image-container .cart-remove:hover {
  color: #fff;
  background: #0072ff;
}
.navigation .navbar .nav-right-content .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-total {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 10px;
}
.navigation .navbar .nav-right-content .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-total span {
  font-size: 14px;
  font-weight: 600;
}
.navigation .navbar .nav-right-content .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-action .mybtn1 {
  width: 100%;
  border-radius: 4px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  padding: 0px;
  text-align: center;
  font-weight: 600;
}
.navigation .navbar .nav-right-content .my-dropdown .cart .icon {
  position: relative;
}
.navigation .navbar .nav-right-content .my-dropdown .cart .icon i {
  font-size: 19px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}
.navigation .navbar .nav-right-content .my-dropdown .cart .icon span {
  width: 20px;
  height: 20px;
  background: #0072ff;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -10px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.navigation.stiky-nav {
  background: #fff;
  border-bottom: 0px;
  box-shadow: 0px 5px 20px rgba(36, 36, 36, 0.12);
}
.navigation.stiky-nav .top-bar-area {
  display: none;
}
.navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link,
.navigation.stiky-nav .navbar #mainmenu .nav-right-content ul li a,
.navigation.stiky-nav .navbar #mainmenu ul .nav-item.my-dropdown .cart .icon i {
  color: #242424;
}

body.modal-open {
  padding-right: 0px !important;
}

#menusearch .mybtn1 {
  border: 0px;
  width: 100%;
  padding: 0px 10px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

/*---------------------------
** Main Menu Area End
---------------------------*/
/*-----------------------------
** Hero Area Start
------------------------------*/
.hero-area {
  position: relative;
}
.hero-area .heroarea-slider {
  padding: 250px 0px 175px;
}
.hero-area .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F7F8FC;
  z-index: -9999;
}
.hero-area .bgimg {
  position: absolute;
  bottom: 0%;
  width: auto;
}
.hero-area .left-content .content .title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}
.hero-area .left-content .content .subtitle {
  font-size: 18px;
  line-height: 28px;
  margin-top: 26px;
}
.hero-area .left-content .content .links {
  margin-top: 42px;
  padding-right: 15px;
}
.hero-area .left-content .content .links a {
  margin-left: 0px;
}
.hero-area .owl-carousel .owl-stage-outer {
  position: unset;
}
.hero-area .owl-nav button {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  line-height: 40px;
  color: #555;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}
.hero-area .owl-nav button.owl-prev {
  left: 30px;
}
.hero-area .owl-nav button.owl-next {
  right: 30px;
}
.hero-area .owl-nav button:hover {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  color: #fff;
}
.hero-area .owl-nav button:focus {
  outline: 0px;
}

/*---------------------------
** About Area Start
---------------------------*/
.about {
  padding: 119px 0px 120px;
  position: relative;
  overflow: hidden;
}
.about .shape {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 500px;
  z-index: -9;
}
.about .round-shape4 {
  position: absolute;
  top: 180px;
  left: 0px;
  z-index: -9;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: shapeani1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
.about .round-shape6 {
  position: absolute;
  top: 130px;
  left: 170px;
  z-index: -9;
  animation-duration: 4.5s;
  animation-iteration-count: infinite;
  animation-name: shapeani1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
.about .info .info-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #242424;
  margin-bottom: 43px;
  display: block;
}
.about .info .info-title span {
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.about .info .link {
  margin-top: 45px;
}
.about .box {
  text-align: center;
}
.about .box .inner-box {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  z-index: 99;
  text-align: center;
  padding: 43px 25px 21px;
  transition: 0.3s ease-in;
  border-radius: 10px;
  box-shadow: rgba(36, 37, 38, 0.08) 4px 4px 15px 0px;
}
.about .box .inner-box .icon img {
  height: 80px;
  display: inline-block;
}
.about .box .inner-box .title {
  font-size: 22px;
  font-weight: 600;
  color: #242424;
  margin: 26px 0px 19px;
}
.about .box .inner-box .text {
  margin-bottom: 0px;
}
.about .box .inner-box:hover {
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
}
.about .box2 {
  margin-top: 30px;
}
.about .box4 {
  margin-top: 30px;
}

/*---------------------------
** About Area End
---------------------------*/
/*---------------------------
** Video Area Start
---------------------------*/
.video {
  padding-top: 110px;
  position: relative;
}
.video .shape {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 500px;
  z-index: -9;
}
.video .round-shape2 {
  position: absolute;
  top: 100px;
  left: -145px;
  z-index: -9;
}
.video .round-shape2 img {
  animation-duration: 9.9s;
  animation-iteration-count: infinite;
  animation-name: shapeimg;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
.video .round-shape3 {
  position: absolute;
  top: 147px;
  left: -98px;
  z-index: -9;
}
.video .round-shape3 img {
  animation-duration: 7.9s;
  animation-iteration-count: infinite;
  animation-name: shapeimg;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
.video .section-title .title {
  margin-bottom: 24px;
}
.video .video-wrapper {
  position: relative;
}
.video .video-wrapper .video-box {
  position: relative;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  padding: 250px 0px 250px;
  z-index: 99;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
}
.video .video-wrapper .video-box::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background: url(../images/video.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.video .video-wrapper .video-box .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video .video-wrapper .video-box .play-icon .my-play-btn {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: block;
  line-height: 70px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/*---------------------------
** We are best Area Start
---------------------------*/
.webest {
  background-color: blue;
  padding: 110px 0px 90px;
  position: relative;
}
.webest .shape {
  position: absolute;
  top: 0px;
  left: 0px;
}
.webest .choose-option {
  text-align: center;
  background: #fff;
  padding: 38px 20px 17px;
  margin-bottom: 30px;
  border: 2px solid #ddd;
  position: relative;
  transition: 0.3s ease-in;
}
.webest .choose-option:hover {
  border: 2px solid #0072ff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.19);
}
.webest .choose-option .icon img {
  width: 70px;
}
.webest .choose-option .details {
  margin-top: 18px;
}
.webest .choose-option .details .title {
  font-size: 24px;
  line-height: 34px;
  color: #242424;
  font-weight: 600;
  margin-bottom: 14px;
  display: block;
}
.webest .choose-option .details .text {
  font-size: 16px;
  line-height: 26px;
}

/*---------------------------
** We are best Area End
---------------------------*/
/*---------------------------
** Gate In Tuch Area Area Start
---------------------------*/
.get-intuch {
  overflow: hidden;
  padding: 110px 0px 120px;
  position: relative;
}
.get-intuch .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F7F8FC;
  z-index: -9999;
}
.get-intuch .round-shape2 {
  position: absolute;
  top: -230px;
  left: -230px;
  width: 500px;
  z-index: -9;
}
.get-intuch .round-shape1 {
  position: absolute;
  bottom: -230px;
  right: -230px;
  width: 500px;
  z-index: -9;
}
.get-intuch .content .title {
  color: #242424;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 22px;
}
.get-intuch .content .title span {
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.get-intuch .content .subtitle {
  font-size: 18px;
  padding: 0px 50px 0px;
  color: #242424;
}
.get-intuch .content .link {
  margin-top: 39px;
}

/*---------------------------
** Gate In Tuch Area Area End
---------------------------*/
/*---------------------------
** Service Area Start
---------------------------*/
.service {
  padding: 110px 0px 90px;
  position: relative;
  overflow: hidden;
}
.service .shape {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 500px;
  z-index: -9;
}
.service .round-shape4 {
  position: absolute;
  top: 200px;
  left: 0px;
  z-index: -9;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: shapeani1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
.service .round-shape6 {
  position: absolute;
  top: 150px;
  left: 170px;
  z-index: -9;
  animation-duration: 4.5s;
  animation-iteration-count: infinite;
  animation-name: shapeani1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
.service .details {
  margin-top: 23px;
}
.service .details .title {
  font-size: 21px;
  line-height: 31px;
  color: #242424;
  font-weight: 600;
  margin-bottom: 17px;
  display: block;
}
.service .details .text {
  font-size: 16px;
  line-height: 26px;
}

.service-box {
  text-align: center;
  padding: 46px 20px 10px;
  margin-bottom: 30px;
  background: #fff;
  position: relative;
  z-index: 99;
  display: block;
  border-radius: 10px;
  transition: 0.3s ease-in;
  box-shadow: rgba(36, 37, 38, 0.08) 4px 4px 15px 0px;
}
.service-box .icon img {
  height: 80px;
}
.service-box:hover {
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
}

/*---------------------------
** Service Area End
---------------------------*/
/*---------------------------
** Why Chose Us Area Start
---------------------------*/
.choseus {
  background: #f2f2f2;
  padding: 110px 0px 90px;
}
.choseus .section-title {
  margin-bottom: 48px;
}
.choseus .work-process .header .title {
  font-size: 26px;
  line-height: 34px;
  color: #242424;
  font-weight: 600;
  margin-bottom: 16px;
}
.choseus .work-process .process {
  margin-top: 24px;
}
.choseus .work-process .process .process-box {
  text-align: center;
  background: #fff;
  padding: 28px 20px 8px;
  margin-bottom: 30px;
  border: 2px solid #ddd;
  transition: 0.3s ease-in;
}
.choseus .work-process .process .process-box:hover {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.19);
  border: 2px solid #0072ff;
}
.choseus .work-process .process .process-box span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 50%;
  background: #0072ff;
  color: #fff;
  display: inline-block;
}
.choseus .work-process .process .process-box h5 {
  text-transform: capitalize;
  font-size: 20px;
  line-height: 30px;
  color: #242424;
  font-weight: 600;
  margin: 25px 0px 15px;
}
.choseus .work-process .process .process-box p {
  font-size: 16px;
  line-height: 26px;
}
.choseus .our-skill .header .title {
  font-size: 26px;
  line-height: 34px;
  color: #242424;
  font-weight: 600;
  margin-bottom: 16px;
}
.choseus .our-skill .skill-bar {
  margin-top: 18px;
}
.choseus .our-skill .skill-bar .list {
  padding-left: 0px;
}
.choseus .our-skill .skill-bar .list li {
  list-style: none;
  margin-bottom: 23px;
}
.choseus .our-skill .skill-bar .list li h5 {
  font-size: 16px;
  line-height: 28px;
  color: #242424;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2px;
}
.choseus .our-skill .skill-bar .list li .progress {
  background: #ddd;
  height: 25px;
}
.choseus .our-skill .skill-bar .list li .progress-bar {
  background-color: #0072ff;
}

/*-----------------------------
** Project Gallery Area Start
------------------------------*/
.project-gallery {
  padding: 110px 0px 90px;
  position: relative;
}
.project-gallery .shape {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 500px;
  z-index: -9;
}
.project-gallery .project-gallery-filter .project-gallery-menu {
  margin-bottom: 24px;
  padding-left: 0px;
}
.project-gallery .project-gallery-filter .project-gallery-menu .filter {
  margin-bottom: 7px;
  margin-left: 5px;
  margin-right: 5px;
  list-style: none;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}
.project-gallery .project-gallery-filter .project-gallery-menu .filter.active, .project-gallery .project-gallery-filter .project-gallery-menu .filter:hover {
  color: #fff;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay {
  position: absolute;
  top: 7%;
  left: 5%;
  width: 0%;
  height: 86%;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .links a {
  position: absolute;
  right: 5%;
  top: 10%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #555;
  text-align: center;
  font-size: 16px;
  color: #555;
  transition: all 0.5s;
  transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .links a:hover {
  background: #fff;
  color: #0072ff;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .links a.image-preview {
  margin-right: 12px;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .info {
  position: absolute;
  bottom: 10%;
  left: 10%;
  overflow: hidden;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .info .tag {
  margin-bottom: 0px;
  color: #555;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.4s;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .info .project-name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 0px;
  color: #242424;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.4s;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail:hover .content-overlay {
  opacity: 1;
  width: 90%;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail:hover .content-overlay .content .links a {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail:hover .content-overlay .content .info .tag {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.3s;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail:hover .content-overlay .content .info .project-name {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.5s;
}

/*-----------------------------
** Project Gallery Area End
------------------------------*/
/*---------------------------
** Counter Area Start
---------------------------*/
.counter-area {
  padding: 115px 0px 110px;
  position: relative;
}
.counter-area .shape {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 500px;
  z-index: -9;
}
.counter-area .fun-box {
  box-shadow: rgba(36, 37, 38, 0.08) 4px 4px 15px 0px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px 28px;
  transition: all 0.3s ease-in;
}
.counter-area .fun-box .icon {
  margin-bottom: 15px;
}
.counter-area .fun-box .icon img {
  height: 80px;
}
.counter-area .fun-box .counter-wrapper {
  display: block;
  margin-top: 3px;
}
.counter-area .fun-box .counter-wrapper .counter {
  font-size: 36px;
  line-height: 50px;
  color: #242424;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0px;
}
.counter-area .fun-box .counter-wrapper .math {
  color: #242424;
  font-size: 30px;
  line-height: 50px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.counter-area .fun-box .categori {
  font-size: 20px;
  line-height: 30px;
  color: #242424;
  font-weight: 600;
  margin-top: 0px;
}
.counter-area .fun-box:hover {
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
}
.counter-area.white .counter-wrapper .counter {
  color: #fff;
}
.counter-area.white .counter-wrapper .math {
  color: #fff;
}
.counter-area.white .categori {
  color: #fff;
}

/*---------------------------
** Counter Area End
---------------------------*/
/*---------------------------
** Testimonial Area Start
---------------------------*/
.testimonial-area {
  padding: 110px 0px 152px;
  position: relative;
}
.testimonial-area.testimonail-page {
  padding-bottom: 120px;
}
.testimonial-area .shape {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 500px;
  z-index: -9;
}
.testimonial-area .section-title {
  margin-bottom: 50px;
}
.testimonial-area .round-shape5 {
  position: absolute;
  top: 38%;
  left: 68%;
  z-index: 2;
  z-index: -9;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: shapeani1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
.testimonial-area .round-shape7 {
  position: absolute;
  top: 33%;
  left: 73%;
  z-index: 2;
  z-index: -8;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: shapeani1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
.testimonial-area .round-shape4 {
  position: absolute;
  top: 70%;
  left: 24%;
  z-index: 2;
  z-index: -9;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: shapeani2;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
.testimonial-area .testimonial-slider .owl-stage-outer {
  overflow: hidden;
}
.testimonial-area .testimonial-slider .owl-nav {
  position: absolute;
  z-index: 9999;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}
.testimonial-area .testimonial-slider .owl-nav button {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #555;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}
.testimonial-area .testimonial-slider .owl-nav button.owl-prev {
  margin-left: -50px;
}
.testimonial-area .testimonial-slider .owl-nav button.owl-next {
  margin-right: -50px;
}
.testimonial-area .testimonial-slider .owl-nav button:hover {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  color: #fff;
}
.testimonial-area .testimonial-slider .owl-nav button:focus {
  outline: 0px;
}

.client {
  margin: 65px 30px 65px;
  padding: 85px 30px 27px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in;
}
.client .client-image {
  position: absolute;
  width: 120px;
  height: 120px;
  padding: 15px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 16px;
}
.client .client-image::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  transform: rotate(85deg);
}
.client .client-image img {
  width: 100%;
  border-radius: 50%;
}
.client .client-say {
  margin-bottom: 19px;
}
.client .stars {
  color: #F2B827;
  margin-bottom: 15px;
}
.client .client-name {
  color: #242424;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.client .client-name a {
  color: #242424;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}
.client .designation {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}

/*---------------------------
** Testimonial Area End
---------------------------*/
/*---------------------------
** Team Area Start
---------------------------*/
.team {
  padding: 110px 0px 179px;
  position: relative;
  overflow: hidden;
}
.team .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F7F8FC;
  z-index: -9999;
}
.team .owl-stage-outer .owl-stage {
  padding: 70px 0px;
}
.team .section-title {
  margin-bottom: 30px;
}
.team .owl-nav {
  position: absolute;
  z-index: 9999;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}
.team .owl-nav button {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #555;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}
.team .owl-nav button.owl-prev {
  margin-left: -50px;
}
.team .owl-nav button.owl-next {
  margin-right: -50px;
}
.team .owl-nav button:hover {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  color: #fff;
}
.team .owl-nav button:focus {
  outline: 0px;
}
.team .owl-item .team-member {
  position: relative;
  z-index: 1;
}
.team .owl-item.active.center .team-member {
  z-index: 10;
}
.team .owl-item.active.center .team-member .social {
  right: 0px;
}
.team.team-page {
  padding-bottom: 120px;
}
.team.team-page .team-member {
  margin-bottom: 30px;
}

.team-member {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 2;
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
  border-radius: 10px;
  transition: all 0.5s ease-in;
}
.team-member .member-pic img {
  width: 100%;
}
.team-member .member-data {
  background-image: -webkitlinear-gradient(0deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(0deg, #00c6ff 0%, #0072ff);
  text-align: center;
  padding: 18px 20px 17px;
}
.team-member .member-data .title {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2px;
}
.team-member .member-data .position {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0px;
}
.team-member .social {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  position: absolute;
  right: 0px;
  top: 15px;
  border-radius: 5px 0px 0px 5px;
  transition: 0.5s;
}
.team-member .social ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.team-member .social ul li {
  list-style: none;
}
.team-member .social ul li a {
  text-decoration: none;
  width: 35px;
  height: 35px;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  display: block;
  color: #fff;
}

/*---------------------------
** Team Area End
---------------------------*/
/*-----------------------------
** Pricing Area Start
------------------------------*/
.pricing {
  padding: 110px 0px 120px;
  position: relative;
}
.pricing .shape {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 500px;
  z-index: -9;
}
.pricing .round-shape3 {
  position: absolute;
  top: 400px;
  right: 0px;
  z-index: -9;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: shapeani1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
.pricing .round-shape5 {
  position: absolute;
  top: 280px;
  right: 110px;
  z-index: -9;
  animation-duration: 4.5s;
  animation-iteration-count: infinite;
  animation-name: shapeani1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
.pricing .pricing-tab .tab-menu {
  display: block;
  text-align: center;
}
.pricing .pricing-tab .tab-menu #my-tab {
  display: inline-block;
  text-align: center;
  margin-bottom: 23px;
}
.pricing .pricing-tab .tab-menu #my-tab .nav-item {
  display: inline-block;
}
.pricing .pricing-tab .tab-menu #my-tab .nav-item .nav-link {
  margin-bottom: 7px;
  margin-left: 5px;
  margin-right: 5px;
  list-style: none;
  display: inline-block;
  padding: 12px 30px;
  color: #555;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}
.pricing .pricing-tab .tab-menu #my-tab .nav-item .nav-link.active, .pricing .pricing-tab .tab-menu #my-tab .nav-item .nav-link:hover {
  color: #fff;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
}
.pricing .price-box {
  background: #fff;
  text-align: center;
  padding: 22px 30px 30px;
  transition: 0.3s ease-out;
  box-shadow: rgba(36, 37, 38, 0.08) 4px 4px 15px 0px;
  border-radius: 10px;
}
.pricing .price-box .price-title .heading-title {
  color: #242424;
  font-size: 21px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 0px;
}
.pricing .price-box .price-title .heading-sub-title {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.pricing .price-box .price-rate {
  color: #242424;
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  position: relative;
  margin: 39px 0px 29px;
}
.pricing .price-box .price-rate::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  z-index: 2;
  transition: 1s;
}
.pricing .price-box .price-rate::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  transform: rotate(45deg);
  z-index: 1;
  transition: 1s;
}
.pricing .price-box .price-rate .center-align-content {
  position: absolute;
  top: 50%;
  display: block;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
  z-index: 9;
}
.pricing .price-box .price-rate .price {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #fff;
}
.pricing .price-box .price-rate .duration {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
}
.pricing .price-box .service-feature .service-feature-list {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
}
.pricing .price-box .service-feature .service-feature-list li p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 38px;
}
.pricing .price-box .buy-btn-wrapper {
  margin-top: 20px;
  display: block;
}
.pricing .price-box:hover {
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
}
.pricing .price-box:hover .price-rate::after {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
}
.pricing .price-box:hover .price-rate::before {
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  transform: rotate(-45deg);
}

/*-----------------------------
** Pricing Area Start
------------------------------*/
/*-----------------------------
** FAQ Area Start
------------------------------*/
.faq {
  padding: 110px 0px 100px;
  position: relative;
  overflow: hidden;
}
.faq .section-title .title span {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: text-color;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
.faq .round-shape8 {
  position: absolute;
  top: 60%;
  width: 80px;
  height: 80px;
  left: 50px;
  z-index: -9;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: shapeani1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
.faq .round-shape3 {
  position: absolute;
  top: 85%;
  left: 0px;
  z-index: -9;
  animation-duration: 4.4s;
  animation-iteration-count: infinite;
  animation-name: shapeani1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
.faq .round-shape5 {
  position: absolute;
  top: 70%;
  left: 130px;
  width: 100px;
  height: 100px;
  z-index: -9;
  animation-duration: 4.8s;
  animation-iteration-count: infinite;
  animation-name: shapeani1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
.faq .round-shape7 {
  position: absolute;
  top: 51%;
  width: 80px;
  height: 80px;
  left: 130px;
  z-index: -9;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: shapeani1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
.faq .accordion .panel {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 8px 25px rgba(36, 36, 36, 0.08);
}
.faq .accordion .panel .panel-body {
  padding: 4px 20px 7px;
}
.faq .accordion .panel-title {
  display: block;
  width: 100%;
  background: #fff;
  padding: 15px 20px 15px 20px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #242424;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
}
.faq .accordion .panel-title::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  border-radius: 3px 0px 0px 3px;
  right: 0;
  top: 0;
  text-align: center;
}
.faq .accordion .panel-title::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  text-align: center;
  z-index: 1;
  font-size: 16px;
  transition: 0.3s ease-in;
}
.faq .accordion .panel-title[aria-expanded=true]::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
}
.faq .image-wrapper {
  display: block;
  width: 100%;
}
.faq .image-wrapper .image {
  position: relative;
  display: block;
}
.faq .image-wrapper .image .single-object {
  position: absolute;
  height: 320px;
  width: auto;
  z-index: -9;
  top: 40%;
  left: 30%;
}
.faq .image-wrapper .image .single-object img {
  width: auto;
  height: 100%;
  animation-duration: 4.9s;
  animation-iteration-count: infinite;
  animation-name: shapeani1;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
.faq .image-wrapper .image .object {
  display: block;
  text-align: center;
}
.faq .image-wrapper .image .object img {
  position: relative;
  display: inline-block;
  z-index: -991;
}

/*-----------------------------
** Blog Area Start
------------------------------*/
.blog {
  padding: 110px 0px 120px;
  position: relative;
}
.blog .shape {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 500px;
  z-index: -9;
}
.blog .dubble-shape {
  position: absolute;
  top: 160px;
  left: -120px;
  z-index: 50;
  width: 290px;
  height: 290px;
  z-index: -2;
}
.blog .dubble-shape .dubble-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.blog .dubble-shape .dubble-inner .round-shape2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.blog .dubble-shape .dubble-inner .round-shape2 img {
  animation-duration: 8.9s;
  animation-iteration-count: infinite;
  animation-name: shapeimg;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  max-width: 100%;
}
.blog .dubble-shape .dubble-inner .round-shape3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 190px;
  height: 190px;
}
.blog .dubble-shape .dubble-inner .round-shape3 img {
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-name: shapeimg;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  max-width: 100%;
}
.blog .blog-box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in;
  border-radius: 10px;
  overflow: hidden;
}
.blog .blog-box .blog-images {
  overflow: hidden;
}
.blog .blog-box .blog-images img {
  transition: 0.5s ease-in-out;
}
.blog .blog-box:hover .blog-images img {
  transform: scale(1.1);
}
.blog .blog-box .blog-details {
  padding: 43px 20px 11px;
  text-align: center;
  position: relative;
}
.blog .blog-box .blog-details .blog-title {
  font-size: 20px;
  line-height: 30px;
  color: #242424;
  margin-bottom: 17px;
  display: block;
  font-weight: 600;
}
.blog .blog-box .blog-details .post-meta-one {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 14px;
  position: absolute;
  top: -20px;
  background: #fff;
  width: 90%;
  left: 5%;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
}
.blog .blog-box .blog-details .post-meta-one li {
  display: inline-block;
}
.blog .blog-box .blog-details .post-meta-one li a {
  color: #555;
  font-size: 14px;
  margin-bottom: 0px;
  transition: 0.3s ease-in;
}
.blog .blog-box .blog-details .post-meta-one li a i {
  margin-right: 2px;
}
.blog .blog-box .blog-details .post-meta-one li:first-child {
  margin-right: 10px;
}
.blog .blog-box .blog-details .post-body {
  font-size: 16px;
  line-height: 26px;
}
.blog .blog-box .blog-details .postbtn {
  text-align: center;
  margin-top: 10px;
}
.blog .blog-box .blog-details .postbtn i {
  font-size: 14px;
}
.blog .blog-box .post-meta-two {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  background: #fff;
  border-top: 2px solid rgba(0, 0, 0, 0.07);
  height: 40px;
  line-height: 40px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.blog .blog-box .post-meta-two li {
  width: 25%;
  display: inline-block;
  text-align: center;
  margin-bottom: 0px;
  float: left;
  margin-right: 0px;
  border-right: 2px solid rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
}
.blog .blog-box .post-meta-two li a {
  color: #555;
  font-size: 14px;
  margin-bottom: 0px;
  display: block;
  transition: 0.3s ease-in;
}
.blog .blog-box .post-meta-two li a i {
  margin-right: 2px;
}
.blog .blog-box .post-meta-two li:last-child {
  border-right: 0px;
}

/*-----------------------------
** Blog Area End
------------------------------*/
/*-----------------------------
** Contact Area Start
------------------------------*/
.contact {
  padding: 110px 0px 120px;
  position: relative;
}
.contact iframe {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.contact .info-contact {
  padding-left: 0px;
  margin-bottom: 0px;
}
.contact .info-contact li {
  list-style: none;
}
.contact .info-contact li .info-box {
  background: #fff;
  margin-bottom: 30px;
  padding: 38px 20px 24px 30px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  display: flex;
  box-shadow: rgba(36, 37, 38, 0.08) 4px 4px 15px 0px;
}
.contact .info-contact li .info-box .left {
  margin-right: 40px;
}
.contact .info-contact li .info-box .left .icon {
  font-size: 20px;
  display: inline-block;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 3px;
  color: #fff;
  position: relative;
  margin-bottom: 16px;
}
.contact .info-contact li .info-box .left .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  z-index: 2;
  transition: 1s;
}
.contact .info-contact li .info-box .left .icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  transform: rotate(45deg);
  z-index: 1;
  transition: 1s;
}
.contact .info-contact li .info-box .left .icon i {
  position: inherit;
  z-index: 20;
}
.contact .info-contact li .info-box .right {
  display: flex;
  height: 100%;
  align-self: center;
}
.contact .info-contact li .info-box .right .content {
  display: inline-block;
  padding-left: 0px;
}
.contact .info-contact li .info-box .right .content p {
  margin-bottom: 0px;
}
.contact .info-contact li .info-box:hover .icon::after {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
}
.contact .info-contact li .info-box:hover .icon::before {
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  transform: rotate(-45deg);
}
.contact .contact-form-wrapper {
  background: #fff;
  box-shadow: rgba(36, 37, 38, 0.08) 4px 4px 15px 0px;
  border-radius: 10px;
  padding: 49px 25px 49px;
  transition: 0.3s ease-in;
}
.contact .contact-form-wrapper .section-title {
  margin-bottom: 48px;
}
.contact .contact-form-wrapper #contact-form textarea {
  margin-bottom: 9px;
}
.contact .contact-form-wrapper #contact-form .mybtn1 {
  border: 0px;
  cursor: pointer;
  margin-top: 22px;
}
.contact .brand {
  padding-top: 70px;
}

/*-----------------------------
** Contact Area End
------------------------------*/
/*-----------------------------
** Footer Area Start
------------------------------*/
.footer {
  overflow: hidden;
  position: relative;
  padding: 100px 0px 0px;
  background: #F7F8FC;
}
.footer .footer-logo {
  margin-top: 0px;
}
.footer .footer-logo img {
  max-width: 170px;
}
.footer .footer-widget .title {
  font-size: 24px;
  font-weight: 700;
}
.footer .footer-widget ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.footer .footer-widget ul li {
  list-style: none;
}
.footer .footer-widget ul li a {
  transition: all 0.3s ease-in;
}
.footer .footer-widget ul li a:hover {
  color: #0072ff;
}
.footer .footer-widget ul li i {
  font-size: 12px;
  padding-right: 4px;
  color: #fff;
}
.footer .fotter-social-links ul {
  padding-left: 0px;
  margin-left: 0px;
}
.footer .fotter-social-links ul li {
  display: inline-block;
}
.footer .fotter-social-links ul li a {
  font-size: 14x;
  width: 38px;
  height: 38px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  margin: 0px 3px;
  padding: 0px;
  color: #555;
  transition: 0.3s ease-in;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
}
.footer .fotter-social-links ul li:first-child {
  margin-left: 0px;
}
.footer .copy-bg {
  margin-top: 76px;
  padding: 20px 15px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .copy-bg .content {
  text-align: center;
}
.footer .copy-bg .content .content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}
.footer .copy-bg .content .content p a {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}

.about-widget .footer-logo {
  margin-bottom: 22px;
}
.about-widget .text {
  margin-bottom: -2px;
}
.about-widget .text p {
  font-size: 16px;
}

.address-widget .title {
  margin-bottom: 25px;
}
.address-widget .about-info li {
  margin-bottom: 20px;
}
.address-widget .about-info li p {
  position: relative;
  padding-left: 50px;
  margin-bottom: 0px;
}
.address-widget .about-info li p i {
  position: absolute;
  left: 0;
  font-size: 14px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  padding: 0px;
  text-align: center;
  color: #fff;
  padding-left: 2px;
  transition: all 0.3s ease-in;
  display: inline-block;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
}
.address-widget .about-info li::last-child {
  margin-bottom: 0px;
}

.footer-newsletter-widget .title {
  margin-bottom: 25px;
}
.footer-newsletter-widget .newsletter-form-area {
  position: relative;
}
.footer-newsletter-widget .newsletter-form-area input {
  width: 100%;
  height: 50px;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px 20px;
  background: none;
}
.footer-newsletter-widget .newsletter-form-area button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 7px;
  border: 0px;
  color: #fff;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  font-size: 16px;
  transition: all 0.3s ease-in;
}
.footer-newsletter-widget .newsletter-form-area button:hover {
  background: #0072ff;
}
.footer-newsletter-widget .newsletter-form-area button:focus {
  outline: 0px;
}
.footer-newsletter-widget .social-links {
  margin-top: 20px;
  margin-bottom: 23px;
}
.footer-newsletter-widget .social-links .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: inherit;
  margin-bottom: 10px;
}

/*-----------------------------
** Footer Area End
------------------------------*/
/*-----------------------------
** Blog & Blog details Area Start
------------------------------*/
.blog.blog-page {
  padding-bottom: 104px;
}
.blog.blog-page .blog-box {
  margin-bottom: 30px;
}

.pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  margin: 0px 4px 0px;
  border-radius: 3px;
  padding: 0px;
  font-weight: 600;
}
.pagination .page-item .page-link.active, .pagination .page-item .page-link:hover {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  border-color: transparent;
  color: #fff;
}

.blog-details {
  padding: 120px 0px 120px;
}
.blog-details .blog-content .content {
  border: 1px solid #e5e9f4;
  padding: 22px 30px 30px;
}
.blog-details .blog-content .content .title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  color: #242424;
}
.blog-details .blog-content .content .post-meta {
  padding-left: 0px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.blog-details .blog-content .content .post-meta li {
  list-style: none;
  display: inline-block;
}
.blog-details .blog-content .content .post-meta li a {
  font-size: 14px;
  margin-right: 10px;
  color: #777;
  transition: all 0.3s ease-in;
}
.blog-details .blog-content .content .post-meta li a:hover {
  color: #0072ff;
}
.blog-details .blog-content .content p {
  color: #2f3744;
  font-size: 16px;
}
.blog-details .blog-content .content .heading {
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0px 20px;
  display: inline-block;
}
.blog-details .blog-content .content .img {
  margin: 30px 0px 30px;
  display: block;
}
.blog-details .blog-content .content blockquote {
  margin-top: 25px;
  margin-bottom: 18px;
  background: #f3f6ff;
  border-left: 5px solid #0072ff;
  padding: 25px 30px 28px;
  font-size: 16px;
  color: #0072ff;
  font-weight: 600;
  display: block;
}
.blog-details .blog-content .content blockquote p {
  margin-bottom: 0px;
}
.blog-details .blog-content .content .tag-social-link {
  background: #f3f6ff;
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 20px;
  margin-top: 24px;
}
.blog-details .blog-content .content .tag-social-link .tag .title {
  font-size: 14px;
  color: #000000;
  display: inline-block;
  margin-bottom: 0px;
  line-height: inherit;
}
.blog-details .blog-content .content .tag-social-link .tag a {
  color: #545558;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0px;
}
.blog-details .blog-content .content .tag-social-link .social-links {
  padding-left: 0px;
  margin-bottom: 0px;
}
.blog-details .blog-content .content .tag-social-link .social-links li {
  display: inline-block;
}
.blog-details .blog-content .content .tag-social-link .social-links li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  margin-left: 2px;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  transition: all 0.3s ease-in;
}
.blog-details .blog-content .content .tag-social-link .social-links li a:hover {
  box-shadow: 0px 5px 10px 0px rgba(90, 62, 241, 0.3);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
}
.blog-details .comments {
  margin-top: 90px;
}
.blog-details .comments .title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #252a32;
  text-transform: capitalize;
  margin-bottom: 38px;
}
.blog-details .comments .comment-box-area {
  padding-left: 0px;
  margin-bottom: 0px;
}
.blog-details .comments .comment-box-area li {
  list-style: none;
  margin-bottom: 30px;
  border: 1px solid #e5e9f4;
  padding: 30px 30px 25px;
}
.blog-details .comments .comment-box-area li .comment-box {
  position: relative;
}
.blog-details .comments .comment-box-area li .comment-box .left {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.blog-details .comments .comment-box-area li .comment-box .left .img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid #0072ff;
  overflow: hidden;
  margin-bottom: 19px;
  box-shadow: 0px 5px 10px 0px rgba(43, 43, 43, 0.3);
}
.blog-details .comments .comment-box-area li .comment-box .left .img img {
  width: 100%;
  border-radius: 50%;
}
.blog-details .comments .comment-box-area li .comment-box .left .replay {
  width: 55px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  color: #fff;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
}
.blog-details .comments .comment-box-area li .comment-box .left .replay:hover {
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
}
.blog-details .comments .comment-box-area li .comment-box .right {
  margin-left: 100px;
}
.blog-details .comments .comment-box-area li .comment-box .right .name {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 24px;
  text-transform: uppercase;
}
.blog-details .comments .comment-box-area li .comment-box .right .date {
  font-size: 14px;
  font-weight: 24px;
  color: #474747;
}
.blog-details .comments .comment-box-area li .comment-box .right .text p {
  color: #505b6d;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}
.blog-details .comments .comment-box-area li .replay-form {
  margin-left: 0px;
  padding: 30px 0px 5px;
  position: relative;
}
.blog-details .comments .comment-box-area li .replay-form .replay-form-close {
  position: absolute;
  top: 22px;
  right: -7px;
  font-weight: 700;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.blog-details .comments .comment-box-area li .replay-form .replay-form-close:hover {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  border-color: transparent;
  color: #fff;
}
.blog-details .comments .comment-box-area li .replay-form .input-field {
  background: none;
  border: 1px solid #e5e9f4;
  height: 60px;
  font-size: 14px;
  height: 100px;
  padding: 10px 20px;
  resize: none;
}
.blog-details .comments .comment-box-area li .replay-form .replay-comment-btn {
  border: 0px;
  cursor: pointer;
}
.blog-details .comments .comment-box-area li:last-child {
  margin-bottom: 0px;
}
.blog-details .comments .comment-box-area li:last-child .comment-box .right {
  border-bottom: 0px;
}
.blog-details .write-comment {
  margin-top: 55px;
}
.blog-details .write-comment .title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #252a32;
  text-transform: capitalize;
  margin-bottom: 38px;
}
.blog-details .write-comment .input-field {
  height: 50px;
  font-size: 14px;
  border-radius: 0px;
  border: 1px solid #e5e9f4;
  background: none;
  margin-bottom: 30px;
}
.blog-details .write-comment .input-field.textarea {
  margin-bottom: 23px;
}
.blog-details .write-comment .submit-btn {
  cursor: pointer;
  border: 0px;
}

.serch-form {
  position: relative;
}
.serch-form input {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: none;
  padding: 0px 50px 0px 20px;
}
.serch-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  border: none;
  background: none;
  color: #777;
  font-size: 14px;
  cursor: pointer;
}
.serch-form button:focus {
  outline: 0;
}

.blog-aside .categori {
  border: 1px solid #e5e9f4;
  padding: 22px 30px 21px;
  margin-top: 30px;
}
.blog-aside .categori .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #252a32;
  display: block;
  text-align: center;
  margin-bottom: 18px;
}
.blog-aside .categori .separator {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  width: 160px;
  height: 3px;
  display: block;
  margin: 0 auto;
}
.blog-aside .categori .categori-list {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 19px;
}
.blog-aside .categori .categori-list li {
  list-style: none;
  line-height: 36px;
}
.blog-aside .categori .categori-list li a {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease-in;
}
.blog-aside .categori .categori-list li a:hover {
  color: #0072ff;
}
.blog-aside .recent-post-widget {
  border: 1px solid #e5e9f4;
  padding: 22px 30px 28px;
  margin-top: 30px;
}
.blog-aside .recent-post-widget .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #252a32;
  display: block;
  text-align: center;
  margin-bottom: 17px;
}
.blog-aside .recent-post-widget .separator {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  width: 160px;
  height: 3px;
  display: block;
  margin: 0 auto;
}
.blog-aside .recent-post-widget .post-list {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 30px;
}
.blog-aside .recent-post-widget .post-list li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 14px;
  margin-bottom: 15px;
}
.blog-aside .recent-post-widget .post-list li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.blog-aside .recent-post-widget .post-list li .post {
  display: flex;
  align-self: flex-start;
}
.blog-aside .recent-post-widget .post-list li .post .post-img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  margin-right: 20px;
}
.blog-aside .recent-post-widget .post-list li .post .post-img img {
  width: 100%;
}
.blog-aside .recent-post-widget .post-list li .post .post-details {
  flex: 1;
}
.blog-aside .recent-post-widget .post-list li .post .post-details .post-title {
  color: #2f3744;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  transition: all 0.3s ease-in;
}
.blog-aside .recent-post-widget .post-list li .post .post-details .post-title:hover {
  color: #0072ff;
}
.blog-aside .recent-post-widget .post-list li .post .post-details .date {
  color: #7b8698;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}
.blog-aside .archives {
  border: 1px solid #e5e9f4;
  padding: 22px 30px 21px;
  margin-top: 30px;
}
.blog-aside .archives .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #252a32;
  display: block;
  text-align: center;
  margin-bottom: 16px;
}
.blog-aside .archives .separator {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  width: 160px;
  height: 3px;
  display: block;
  margin: 0 auto;
}
.blog-aside .archives .archives-list {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 18px;
}
.blog-aside .archives .archives-list li {
  list-style: none;
  line-height: 36px;
}
.blog-aside .archives .archives-list li a {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease-in;
}
.blog-aside .archives .archives-list li a:hover {
  color: #0072ff;
}
.blog-aside .tags {
  border: 1px solid #e5e9f4;
  padding: 22px 30px 15px;
  margin-top: 30px;
}
.blog-aside .tags .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #252a32;
  display: block;
  text-align: center;
  margin-bottom: 17px;
}
.blog-aside .tags .separator {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  width: 160px;
  height: 3px;
  display: block;
  margin: 0 auto;
}
.blog-aside .tags .tags-list {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 30px;
}
.blog-aside .tags .tags-list li {
  list-style: none;
  display: inline-block;
}
.blog-aside .tags .tags-list li a {
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 22px;
  background: none;
  border: 1px solid #e5e9f4;
  border-radius: 50px;
  color: #505b6d;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 9px;
}
.blog-aside .tags .tags-list li a:hover {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  border-color: transparent;
  color: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

/*-----------------------------
** Other Page Area Start
------------------------------*/
.other-page {
  padding: 120px 0px 120px;
}
.other-page .content .big-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.other-page .content .normal-title {
  font-weight: 600;
  font-size: 21px;
  padding-top: 5px;
}
.other-page .content .image {
  display: block;
  margin-bottom: 30px;
}
.other-page .content .image img {
  width: 100%;
}
.other-page .content .video-area {
  margin-top: 0px;
  margin-bottom: 30px;
}

.about-page .big-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-page .normal-title {
  font-weight: 600;
  font-size: 21px;
  padding-top: 5px;
}
.about-page .image {
  display: block;
  margin-bottom: 30px;
}
.about-page .image img {
  width: 100%;
}

/*-----------------------------
** Other Page Area End
------------------------------*/
/* Signin Area Start */
.auth {
  padding: 120px 0px 120px;
}
.auth .sign-form-wrapper {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
}
.auth .sign-form-wrapper .sign-form {
  background: #fff;
  padding: 33px 30px 40px;
  border-radius: 10px;
}
.auth .sign-form-wrapper .sign-form .nav {
  margin-bottom: 40px;
  display: block;
  text-align: center;
}
.auth .sign-form-wrapper .sign-form .nav li {
  display: inline-block;
}
.auth .sign-form-wrapper .sign-form .nav li a {
  box-shadow: rgba(36, 37, 38, 0.08) 4px 4px 15px 0px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  margin: 0px 4px;
  color: #242424;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}
.auth .sign-form-wrapper .sign-form .nav li a.active {
  color: #fff;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
}
.auth .sign-form-wrapper .sign-form .heading {
  text-align: center;
  margin-bottom: 26px;
}
.auth .sign-form-wrapper .sign-form .heading .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 0px;
}
.auth .sign-form-wrapper .sign-form .heading .subtitle {
  font-size: 16px;
  line-height: 26px;
}
.auth .sign-form-wrapper .sign-form .form-control {
  margin-bottom: 15px;
  height: 50px;
  padding: 0px 20px;
  font-size: 14px;
}
.auth .sign-form-wrapper .sign-form .form-control.textarea {
  height: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.auth .sign-form-wrapper .sign-form .form-control.textarea:focus {
  outline: 0px;
  box-shadow: none;
}
.auth .sign-form-wrapper .sign-form .custom-checkbox {
  margin-top: 25px;
  font-size: 14px;
  line-height: 24px;
}
.auth .sign-form-wrapper .sign-form .custom-checkbox .custom-control-label a {
  color: #0072ff;
}
.auth .sign-form-wrapper .sign-form .mybtn1 {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0px;
  border-radius: 4px;
  margin-top: 27px;
  margin-bottom: 25px;
  border: 0px;
  cursor: pointer;
}
.auth .sign-form-wrapper .sign-form .social {
  text-align: center;
  margin-top: 20px;
}
.auth .sign-form-wrapper .sign-form .social a {
  display: inline-block;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
.auth .sign-form-wrapper .sign-form .reg-text {
  font-size: 14px;
}
.auth .sign-form-wrapper .sign-form .reg-text a {
  font-weight: 600;
  transition: all 0.3s ease-in;
}
.auth .sign-form-wrapper .sign-form .reg-text a:hover {
  color: #0072ff;
}

.h-100v {
  height: 100vh !important;
}

/* Signin Area End */
/* 404 Area Start */
.error-404 {
  text-align: center;
}
.error-404 .mybtn1 {
  margin-top: 30px;
  display: inline-block;
}

/* 404 Area End */
.bg-img {
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.gradint-overlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  opacity: 0.8;
}

.overlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}

.shape1 {
  position: absolute;
  top: 0;
  left: 0;
}

.shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Brand Area Start */
.brand {
  padding-bottom: 120px;
}

/* Brand Area End */
/* Quote Area Start */
.quote .contact-details-wrapper {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
}
.quote .contact-details-wrapper .contact-details {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-self: center;
}
.quote .contact-details-wrapper .contact-details .contact-thumb {
  width: 350px;
}
.quote .contact-details-wrapper .contact-details .contact-thumb img {
  width: 100%;
  border-radius: 10px;
}
.quote .contact-details-wrapper .contact-details .contact-form-area {
  flex: 1;
  margin-left: 40px;
}
.quote .contact-details-wrapper .contact-details .contact-form-area .input-title {
  margin-top: -13px;
}
.quote .contact-details-wrapper .contact-details .contact-form-area .input-title .title {
  font-size: 40px;
  line-height: 50px;
  padding-right: 40px;
}
.quote .contact-details-wrapper .contact-details .contact-form-area .input-box {
  position: relative;
}
.quote .contact-details-wrapper .contact-details .contact-form-area .input-box input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 45px;
}
.quote .contact-details-wrapper .contact-details .contact-form-area .input-box input::placeholder {
  opacity: 1;
  color: #616161;
  display: 700px;
  text-transform: capitalize;
}
.quote .contact-details-wrapper .contact-details .contact-form-area .input-box textarea {
  width: 100%;
  height: 90px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  resize: none;
}
.quote .contact-details-wrapper .contact-details .contact-form-area .input-box textarea::placeholder {
  opacity: 1;
  color: #616161;
  display: 700px;
  text-transform: capitalize;
}
.quote .contact-details-wrapper .contact-details .contact-form-area .input-box button {
  margin-top: 20px;
}

/* Quote Area End */
/*---------------------------
** Cart  Css Start
---------------------------*/
.navbar .tabnav {
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar .tabnav .nav-link {
  padding: 5px 0px !important;
  line-height: 26px;
  font-size: 16px;
  display: block;
  width: 100%;
  transition: all 0.3s ease-in;
  color: #242424 !important;
}
.navbar .tabnav .nav-link.active, .navbar .tabnav .nav-link:hover {
  color: #0072ff !important;
  text-decoration: none !important;
}
.navbar .cart-btn {
  box-shadow: none;
  padding: 5px 20px;
  font-size: 14px;
}
.navbar .cart-btn i {
  font-size: 12px;
}
.navbar .cart-btn:hover i {
  padding-left: 8px;
}
.navbar .single-product {
  display: block;
  margin-bottom: 0px;
  border: 0px;
}
.navbar .single-product .product-image img {
  width: 100%;
}
.navbar .single-product .product-content {
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.navbar .single-product .product-content .product-title {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}
.navbar .single-product .product-content .price {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #242424;
}
.navbar .single-product .product-content .price .small {
  color: #555;
}
.navbar .single-product:hover {
  box-shadow: none;
}

.product-area {
  padding: 120px 0px 120px;
}

.category-widget.product {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  box-shadow: none;
}
.category-widget.product .title {
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.category-widget.product .category-list {
  padding: 10px 15px 20px;
}
.category-widget.product .category-list li a {
  position: relative;
  padding-left: 19px;
  line-height: 26px;
}
.category-widget.product .category-list li a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "";
  left: 0px;
  top: 0px;
  font-size: 15px;
  color: #555;
}
.category-widget.product .category-list li a::after {
  display: none;
}
.category-widget.product .category-list li a:hover {
  color: #0072ff !important;
}
.category-widget.product .category-list li a:hover::before {
  color: #0072ff;
}
.category-widget.product .category-list li ul {
  padding-left: 22px;
}
.category-widget.product .category-list li ul li a {
  position: relative;
  padding-left: 0px;
  color: #555;
  font-size: 16px;
  padding-left: 13px;
  line-height: 26px;
}
.category-widget.product .category-list li ul li a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "";
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #555;
}

.single-product {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in;
  margin-bottom: 30px;
}
.single-product .product-image {
  position: relative;
}
.single-product .product-image .tag {
  position: absolute;
  top: 15px;
  left: 0px;
  background-image: -webkitlinear-gradient(to left, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(to left, #00c6ff 0%, #0072ff);
  font-size: 14px;
  padding: 2px 17px 2px 10px;
  color: #fff;
  border-radius: 0px 50px 50px 0px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
.single-product .product-image img {
  width: 100%;
}
.single-product .product-content {
  padding: 20px 20px;
}
.single-product .product-content .product-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}
.single-product .product-content .stars-area {
  display: flex;
}
.single-product .product-content .stars-area .stars {
  color: #f87115;
  font-size: 13px;
}
.single-product .product-content .stars-area .stars i {
  margin: 0px;
  padding: 0px;
}
.single-product .product-content .stars-area .review {
  font-size: 14px;
  color: #555;
  margin-left: 5px;
}
.single-product .product-content .price {
  margin-bottom: 10px;
  margin-top: 6px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #242424;
}
.single-product .product-content .price .small {
  color: #555;
}
.single-product .cart-btn {
  padding: 5px 20px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  box-shadow: none;
}
.single-product .cart-btn i {
  font-size: 12px;
}
.single-product:hover {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.08);
}

.product-sorting .product-sorting-select {
  height: 50px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  color: #555;
}
.product-sorting .product-sorting-select:focus {
  box-shadow: none !important;
}

.widget-range-slider {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.widget-range-slider .title {
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget-range-slider .price-range-slider {
  text-align: center;
  padding: 45px 20px 20px;
}
.widget-range-slider .price-range-slider .range-slider input {
  border: 0px;
}
.widget-range-slider .price-range-slider .value {
  position: absolute;
  top: -36px;
  left: 50%;
  margin: 0 0 0 -20px;
  text-align: center;
  display: block;
  font-weight: normal;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  display: block;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.widget-range-slider .price-range-slider .value:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #0072ff;
}
.widget-range-slider .price-range-slider .price-range-both.value {
  width: 100px;
  margin: 0 0 0 -50px;
  top: -36px;
}
.widget-range-slider .price-range-slider .price-range-both {
  display: none;
}
.widget-range-slider .price-range-slider .value i {
  font-style: normal;
}
.widget-range-slider .price-range-slider div.ui-slider-range.ui-widget-header {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
}
.widget-range-slider .price-range-slider .ui-state-hover,
.widget-range-slider .price-range-slider .ui-widget-content .ui-state-hover,
.widget-range-slider .price-range-slider .ui-widget-header .ui-state-hover,
.widget-range-slider .price-range-slider .ui-state-focus,
.widget-range-slider .price-range-slider .ui-widget-content .ui-state-focus,
.widget-range-slider .price-range-slider .ui-widget-header .ui-state-focus {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff) !important;
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff) !important;
}
.widget-range-slider .price-range-slider .ui-state-default,
.widget-range-slider .price-range-slider .ui-widget-content .ui-state-default,
.widget-range-slider .price-range-slider .ui-widget-header .ui-state-default {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff) !important;
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff) !important;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border: 3px solid #fff;
}
.widget-range-slider .price-range-slider .ui-state-default:focus,
.widget-range-slider .price-range-slider .ui-widget-content .ui-state-default:focus,
.widget-range-slider .price-range-slider .ui-widget-header .ui-state-default:focus {
  outline: none;
}
.widget-range-slider .price-range-slider span.ui-slider-handle.ui-corner-all.ui-state-default:focus {
  outline: none;
}
.widget-range-slider .price-range-slider .ui-slider-horizontal {
  height: 3px;
  border: 0px;
  background: #d2d2d2;
}
.widget-range-slider .price-range-slider .ui-slider-horizontal .ui-slider-handle {
  top: -7px;
}
.widget-range-slider .price-range-slider .p-info {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 13px;
}
.widget-range-slider .price-range-slider .p-info .left {
  font-size: 14px;
  font-weight: 600;
  color: #555;
}
.widget-range-slider .price-range-slider .p-info .right {
  font-size: 14px;
  font-weight: 600;
  color: #242424;
}
.widget-range-slider .price-range-slider .mybtn1 {
  padding: 5px 30px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  box-shadow: none;
}

.widget-check-rating {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.widget-check-rating .title {
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget-check-rating .check-area {
  padding: 20px 20px;
}
.widget-check-rating .check-area .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.widget-check-rating .check-area .form-group input {
  width: 15px;
  height: 15px;
  opacity: 0;
  z-index: -9;
}
.widget-check-rating .check-area .form-group input:checked ~ label::before {
  color: #fff;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  line-height: 1;
  line-height: 15px;
  text-align: center;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  border: 1px solid #0072ff;
}
.widget-check-rating .check-area .form-group label {
  margin: 0;
  width: calc(100% - 15px);
  padding-left: 10px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  top: 0px;
}
.widget-check-rating .check-area .form-group label::before {
  position: absolute;
  content: "";
  font-weight: 900;
  width: 15px;
  height: 15px;
  border: 1px solid #0072ff;
  border-radius: 1px;
  left: -14px;
  top: 5px;
}
.widget-check-rating .check-area .form-group label .rating {
  position: relative;
  top: 2px;
}
.widget-check-rating .check-area .form-group label .rating i {
  font-size: 14px;
  margin-right: -2px;
  color: #f87115;
}

.cart-area {
  padding: 120px 0px 120px;
}
.cart-area table .t-qty {
  width: 100px;
}
.cart-area table .t-price {
  min-width: 100px;
}
.cart-area table thead tr th {
  color: #fff;
  background-image: -webkitlinear-gradient(to left, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(to left, #00c6ff 0%, #0072ff);
}
.cart-area table tbody tr td {
  vertical-align: middle;
}
.cart-area table tbody tr td .thumbnail img {
  max-width: 80px;
}
.cart-area table tbody tr td .product-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0px;
}
.cart-area table tbody tr td span {
  display: inline-block;
  font-size: 13px;
  margin: 0px 2px;
  color: #777;
}
.cart-area table tfoot .cart-footer-area .coupon-area {
  display: flex;
}
.cart-area table tfoot .cart-footer-area .coupon-area .form-control {
  height: 40px;
  border-radius: 50px;
  max-width: 220px;
}
.cart-area table tfoot .cart-footer-area .coupon-area .mybtn1 {
  height: 40px;
  line-height: 40px;
  border: 0px;
  padding: 0px 30px;
  text-align: center;
  margin-left: 20px;
  box-shadow: none;
  cursor: pointer;
}
.cart-area table tfoot .cart-footer-area .update-cart {
  text-align: right;
}
.cart-area table tfoot .cart-footer-area .update-cart .mybtn1 {
  height: 40px;
  line-height: 40px;
  border: 0px;
  padding: 0px 30px;
  text-align: center;
  margin-left: 20px;
  box-shadow: none;
  cursor: pointer;
}
.cart-area .cart-summery {
  margin-top: 30px;
}
.cart-area .cart-summery .title {
  background-image: -webkitlinear-gradient(to left, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(to left, #00c6ff 0%, #0072ff);
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding: 7px 20px;
}
.cart-area .cart-summery .checkout-btn-wrape {
  text-align: right;
}

/*---------------------------
** Checkout Area  Start
---------------------------*/
.checkout-area {
  padding: 120px 0px 120px;
}
.checkout-area .g-title {
  background-image: -webkitlinear-gradient(to left, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(to left, #00c6ff 0%, #0072ff);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  padding: 8px 20px;
}
.checkout-area .ship-diff-toogle {
  margin: 30px 0px;
}
.checkout-area .patment-area .mybtn1 {
  border: 0px;
  width: 100%;
}
.checkout-area .cart-product .table thead tr th {
  font-size: 14px;
  font-weight: 600;
}
.checkout-area .cart-product .table .t-total {
  min-width: 80px;
}
.checkout-area .cart-product .table .product-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0px;
}
.checkout-area .cart-product .table .price {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
.checkout-area .cart-product .cuponform {
  margin-bottom: 30px;
}
.checkout-area .cart-product .cuponform .mybtn1 {
  padding: 0px;
  border: 0px;
  padding: 0px 25px;
  border-radius: 0px 3px 3px 0px;
}
.checkout-area .cart-product .add-shiping-methods table tbody tr td p {
  margin-bottom: 0px;
}
.checkout-area .cart-product .add-shiping-methods table tbody tr td p strong {
  font-weight: 600;
}
.checkout-area .cart-product .add-shiping-methods table tbody tr td p span {
  color: #0072ff;
}
.checkout-area .cart-product .cart-summery {
  margin-top: 25px;
}
.checkout-area .cart-product .cart-summery .table th {
  font-weight: 600;
}

/*---------------------------
** Donation Css Start
---------------------------*/
.donation-area {
  padding: 120px 0px 120px;
}
.donation-area .single-donation {
  margin-bottom: 30px;
}
.donation-area .donation-details-content .single-donation {
  border: 0px;
  box-shadow: none;
}
.donation-area .donation-details-content .single-donation .event-image {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  padding: 10px;
  border-radius: 10px;
}
.donation-area .donation-details-content .single-donation .event-image img {
  border-radius: 10px;
}
.donation-area .donation-details-content .single-donation .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
.donation-area .donation-details-content .single-donation:hover {
  box-shadow: none;
  border: none;
}
.donation-area .donation-details-content .single-donation .description {
  margin-top: 25px;
}
.donation-area .donation-details-content .donation-content {
  padding: 22px 0px 0px 0px;
}
.donation-area .single-donar {
  padding: 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in;
  box-shadow: rgba(36, 37, 38, 0.08) 4px 4px 15px 0px;
  border-radius: 10px;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
}
.donation-area .single-donar table {
  width: 100%;
}
.donation-area .single-donar .separator {
  padding: 0px 10px;
  color: #fff;
}
.donation-area .single-donar .name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #fff;
}
.donation-area .single-donar .amount {
  font-size: 16px;
  line-height: 26px;
  color: #0072ff;
  color: #fff;
}
.donation-area .single-donar span {
  color: #fff;
}
.donation-area .single-donar:hover {
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
}

.single-donation {
  margin-bottom: 30px;
  display: block;
  transition: all 0.3s ease-in;
  box-shadow: rgba(36, 37, 38, 0.08) 4px 4px 15px 0px;
  border-radius: 10px;
  overflow: hidden;
}
.single-donation .event-image {
  position: relative;
}
.single-donation .event-image img {
  width: 100%;
}
.single-donation .donation-content {
  padding: 22px 20px 30px;
}
.single-donation .donation-content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #242424;
  margin-bottom: 13px;
}
.single-donation .donation-content .donation-price {
  display: flex;
  justify-content: space-between;
  align-self: center;
  align-items: center;
}
.single-donation .donation-content .donation-price .left span {
  display: block;
  color: #555;
}
.single-donation .donation-content .donation-price .right {
  text-align: center;
}
.single-donation .donation-content .donation-price .right .num {
  color: #242424;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.single-donation .donation-content .donation-price .right span {
  display: block;
  color: #555;
}
.single-donation .donation-content .mybtn1 {
  width: 100%;
  text-align: center;
  border-radius: 50px;
  padding: 5px 5px;
  display: block;
  margin-top: 20px;
  box-shadow: none;
}
.single-donation:hover {
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
}

.donation-widget-wrapper {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  padding: 20px;
  border-radius: 10px;
}
.donation-widget-wrapper .donation-widget {
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
}
.donation-widget-wrapper .donation-widget .donation-inner-content {
  padding: 30px 20px 30px;
}
.donation-widget-wrapper .donation-widget .donation-inner-content .donate-amount {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}
.donation-widget-wrapper .donation-widget .donation-inner-content .donate-amount li {
  list-style: none;
  display: inline-block;
}
.donation-widget-wrapper .donation-widget .donation-inner-content .donate-amount li .single-amount {
  display: block;
  padding: 5px 10px;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  color: #fff;
  margin: 4px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #fff;
}
.donation-widget-wrapper .donation-widget .donation-inner-content .donate-amount li.active .single-amount, .donation-widget-wrapper .donation-widget .donation-inner-content .donate-amount li:hover .single-amount {
  background: none;
  border: 1px solid #0072ff;
  color: #242424;
}
.donation-widget-wrapper .donation-widget .donation-inner-content .donation-form .textarea {
  height: 100px;
}
.donation-widget-wrapper .donation-widget .donation-inner-content .donation-form .mybtn1 {
  width: 100%;
  border: 0px;
  padding: 8px 10px;
  text-align: center;
  border-radius: 4px;
  margin-top: 20px;
  cursor: pointer;
}
.donation-widget-wrapper .donation-widget .donation-inner-content .select-payment {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.donation-widget-wrapper .donation-widget .donation-inner-content .select-payment li {
  display: inline-block;
  margin: 5px;
  width: 60px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.donation-widget-wrapper .donation-widget .donation-inner-content .select-payment li:hover {
  border-color: #0072ff;
}

/*-----------------------------
** Project Area Start
------------------------------*/
.project-page {
  padding: 120px 0px 120px;
}

.category-widget {
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
  border-radius: 10px;
  overflow: hidden;
}
.category-widget h4 {
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 10px;
  display: block;
  text-align: center;
  margin-bottom: 0px;
}
.category-widget .category-list {
  margin: 0px;
}
.category-widget .category-list li {
  list-style: none;
}
.category-widget .category-list li a {
  position: relative;
  display: block;
  padding-left: 15px;
  transition: all 0.3s ease-in;
  font-size: 16px;
  line-height: 45px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 7;
}
.category-widget .category-list li a::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 4px;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  transition: all 0.3s ease-in;
  z-index: -1;
}
.category-widget .category-list li a:hover, .category-widget .category-list li a.active {
  color: #fff;
}
.category-widget .category-list li a:hover::after, .category-widget .category-list li a.active::after {
  width: 100%;
}
.category-widget .category-list li ul {
  padding: 0px 0px 0px 15px;
}
.category-widget .category-list li ul li a {
  font-size: 16px;
  line-height: 28px;
}
.category-widget .category-list li ul li a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  left: 0px;
  font-size: 8px;
  color: #555;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
}

.get-support {
  margin-top: 30px;
  box-shadow: rgba(36, 37, 38, 0.08) 4px 4px 15px 0px;
  border-radius: 10px;
  overflow: hidden;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  padding: 27px 20px 27px;
  text-align: center;
}
.get-support i {
  font-size: 70px;
  line-height: 80px;
  color: #fff;
}
.get-support h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  margin-top: 15px;
}
.get-support p {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0px;
}

.downloadpdf {
  margin-top: 30px;
  display: block;
  width: 100%;
  box-shadow: rgba(36, 37, 38, 0.08) 4px 4px 15px 0px;
  border-radius: 10px;
  overflow: hidden;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  padding: 18px 20px 18px;
  color: #fff;
}
.downloadpdf i {
  margin-right: 5px;
}
.downloadpdf:hover {
  color: #fff;
}

.single-project {
  display: block;
  margin-bottom: 30px;
  transition: all 0.3s ease-in;
  box-shadow: rgba(36, 37, 38, 0.08) 4px 4px 15px 0px;
  border-radius: 10px;
  overflow: hidden;
}
.single-project .project-image img {
  width: 100%;
}
.single-project .project-content {
  padding: 15px 20px 12px;
}
.single-project .project-content .categories {
  color: #555;
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
}
.single-project .project-content .categories i {
  font-size: 11px;
}
.single-project .project-content .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0px;
}
.single-project:hover {
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
}

/*-----------------------------
** Project Area End
------------------------------*/
/*========================================
Portfolio Detagils Area Start 
==========================================*/
.portfolio-details {
  padding: 120px 0px 120px;
}

.portfolio-details .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.portfolio-details .main-image {
  margin-bottom: 30px;
}

.portfolio-details .content {
  background: #fff;
}
.portfolio-details .content ul {
  margin-top: 30px;
  margin-bottom: 0px;
}
.portfolio-details .content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.portfolio-details .content ul li:last-child {
  margin-bottom: 0px;
}
.portfolio-details .content ul li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  left: 0px;
  top: 0px;
}

.portfolio-details .main-image {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.portfolio-details .main-image img {
  width: 100%;
  border-radius: 10px;
}

.portfolio-details .carousel {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.portfolio-details .content .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 15px;
}

.portfolio-details .info span {
  display: block;
  margin-bottom: 20px;
}

.slider-img.slick-slider {
  position: relative;
  margin-bottom: -7px;
}

.idgallery .slidPrv4.slick-arrow {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.2);
  z-index: 9;
  cursor: pointer;
}

.idgallery .slidNext4.slick-arrow {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  box-shadow: -3px 0px 3px rgba(0, 0, 0, 0.2);
  z-index: 9;
  cursor: pointer;
}

.idgallery,
.slider-img {
  background: #fff !important;
}

.idgallery .slider-img .slid-item img {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.contact-widget {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-widget .title {
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-widget .contact-form {
  padding: 15px 20px 20px;
  margin: 0px;
}
.contact-widget .contact-form .mybtn1 {
  border: 0px;
  width: 100%;
  border-radius: 4px;
  padding: 8px 10px;
  cursor: pointer;
}

.info-widget {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
}
.info-widget ul {
  margin: 0px;
  padding: 0px;
}
.info-widget ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.info-widget ul li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.info-widget ul li h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0px;
}
.info-widget ul li span {
  font-size: 16px;
  color: #555;
}

/*========================================
Event Area Start
==========================================*/
.event-area {
  padding: 120px 0px 120px;
}

.mybtn1.sitresrve-btn {
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}

.single-event {
  margin-bottom: 30px;
  display: block;
  transition: all 0.3s ease-in;
  box-shadow: rgba(36, 37, 38, 0.08) 4px 4px 15px 0px;
  border-radius: 10px;
  overflow: hidden;
}
.single-event .event-image {
  position: relative;
}
.single-event .event-image img {
  width: 100%;
}
.single-event .event-image .date {
  position: absolute;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  color: #fff;
  padding: 10px 5px;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  width: 70px;
  border-radius: 0px 0px 10px 0px;
}
.single-event .event-image .date span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.single-event .event-content {
  padding: 20px;
}
.single-event .event-content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.single-event .event-content .time {
  display: block;
  font-size: 14px;
  color: #555;
}
.single-event .event-content .time i {
  margin-right: 5px;
}
.single-event .event-content .location {
  display: block;
  font-size: 14px;
  color: #555;
}
.single-event .event-content .location i {
  margin-right: 5px;
}
.single-event .event-content .description {
  margin-top: 15px;
  color: #555;
}
.single-event .event-content .description p {
  margin-bottom: 0px;
  color: #555;
}
.single-event:hover {
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
  transform: translateY(-5px);
}

.event-info-widget {
  margin-bottom: 30px;
}
.event-info-widget .title {
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  background-image: -webkitlinear-gradient(to left, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(to left, #00c6ff 0%, #0072ff);
  color: #fff;
  margin-bottom: 25px;
}
.event-info-widget ul {
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}
.event-info-widget ul li {
  list-style: none;
  position: relative;
  max-width: 33.333%;
  flex: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
}
.event-info-widget ul li .div {
  margin-bottom: 20px;
  box-shadow: rgba(36, 37, 38, 0.08) 4px 4px 15px 0px;
  border-radius: 10px;
  padding: 20px 20px 20px;
  text-align: center;
  transition: all 0.3s ease-in;
}
.event-info-widget ul li .div i {
  font-size: 30px;
  top: 50%;
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin-bottom: 15px;
}
.event-info-widget ul li .div h4 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #242424;
}
.event-info-widget ul li .div span {
  color: #555;
  font-size: 14px;
  line-height: 24px;
}
.event-info-widget ul li .div:hover {
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
}

.tikit-av {
  color: #555;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.map-widget {
  display: block;
  margin-top: 30px;
}
.map-widget iframe {
  width: 100% !important;
  height: 240px;
}

.select-payment {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.select-payment li {
  display: inline-block;
  margin: 3px;
  padding: 2px;
  width: 80px;
  height: 50px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.select-payment li .img {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.select-payment li .img img {
  max-height: 44px;
  max-width: 100%;
  height: auto;
  width: auto;
  display: inline-block;
}
.select-payment li:hover, .select-payment li.active {
  border: 1px solid #0072ff;
}

/*---------------------------
** Carer Css Start
---------------------------*/
.carer-area {
  padding: 120px 0px 120px;
}
.carer-area .single-job {
  margin-bottom: 30px;
}
.carer-area .carer-details .single-job {
  box-shadow: none;
  margin-bottom: 0px;
}
.carer-area .carer-details .single-job .left .img {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  padding: 10px;
  border-radius: 10px;
}
.carer-area .carer-details .single-job .left .img img {
  border-radius: 10px;
}
.carer-area .carer-details .single-job .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.carer-area .carer-details .single-job .right .inner-left {
  flex: 1;
}
.carer-area .carer-details .single-job .right .inner-left .company-name span {
  color: #555;
}
.carer-area .carer-details .single-job .right .inner-right .mybtn1 {
  padding: 10px 25px;
}
.carer-area .carer-details .single-job:hover {
  box-shadow: none !important;
}
.carer-area .carer-details-main-content .job-content-wrapper {
  padding-bottom: 20px;
}
.carer-area .carer-details-main-content .job-content-wrapper .job-heading {
  background-image: -webkitlinear-gradient(to left, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(to left, #00c6ff 0%, #0072ff);
  padding: 15px 20px;
  margin-bottom: 15px;
}
.carer-area .carer-details-main-content .job-content-wrapper .job-heading .job-heading-title {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-left: 35px;
}
.carer-area .carer-details-main-content .job-content-wrapper .job-heading .job-heading-title i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  left: 0px;
}
.carer-area .carer-details-main-content .job-content-wrapper .job-inner-content ul {
  padding: 0px !important;
}
.carer-area .carer-details-main-content .job-content-wrapper .job-inner-content ul li {
  list-style: none !important;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
}
.carer-area .carer-details-main-content .job-content-wrapper .job-inner-content ul li::before {
  position: absolute;
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  left: 0px;
  top: 0px;
  font-size: 14px;
  color: #0072ff;
}

.single-job {
  transition: all 0.3s ease-in;
  box-shadow: rgba(36, 37, 38, 0.08) 4px 4px 15px 0px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.single-job .left img {
  width: 100%;
}
.single-job .right {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 25px;
}
.single-job .right .job-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-job .right .job-list {
  padding: 0px;
  margin: 0px;
}
.single-job .right .job-list li {
  display: inline-block;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 3px 15px;
  font-size: 14px;
  border-radius: 50px;
  margin: 5px;
  color: #555;
}
.single-job .right .job-list li:hover {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  color: #fff;
}
.single-job:hover {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.08);
}

.salary-widget {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.salary-widget .title {
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
  background-image: -webkitlinear-gradient(to left, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(to left, #00c6ff 0%, #0072ff);
  color: #fff;
}
.salary-widget .salary-amount {
  padding: 20px 20px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 0px;
}

#applyjob .mybtn1 {
  padding: 7px 20px;
  border-radius: 4px;
  border: 0px;
  cursor: pointer;
}

/*==========================================
   Product Details Page
===========================================*/
.all-slider.owl-carousel .owl-nav .owl-prev,
.all-slider.owl-carousel .owl-nav .owl-next {
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 24px;
  opacity: 1;
  color: #fff;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in;
}

.all-slider.owl-carousel .owl-nav .owl-prev {
  left: 0px;
}

.all-slider.owl-carousel .owl-nav .owl-next {
  right: 0px;
}

.product-details-section {
  padding: 120px 0px 120px;
}
.product-details-section .right-area .product-info .product-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-top: 10px;
}
.product-details-section .right-area .product-info .review-block {
  margin: 0px 0 8px 0;
}
.product-details-section .right-area .product-info .review-block .star-review a {
  margin-right: -5px;
  font-size: 14px;
  line-height: 24px;
}
.product-details-section .right-area .product-info .review-block .star-review a i {
  color: #f87115;
  margin-right: -5px;
}
.product-details-section .right-area .product-info .review-block .star-review .reviews {
  position: relative;
  margin-left: 10px;
  font-size: 15px;
  line-height: 24px;
  color: #333;
}
.product-details-section .right-area .product-info .product-price .price {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #242424;
}
.product-details-section .right-area .product-info .product-price .price small {
  color: #555;
  font-size: 20px;
  line-height: 30px;
}
.product-details-section .right-area .product-info .short-info {
  display: block;
  margin-bottom: 25px;
}
.product-details-section .right-area .product-info .qtySelector {
  height: 40px;
  margin: 0;
  border-radius: 50px;
  display: inline-block;
}
.product-details-section .right-area .product-info .qtySelector .decreaseQty {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  float: left;
  cursor: pointer;
  transition: all 0.3s;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  text-align: center;
  color: #fff;
}
.product-details-section .right-area .product-info .qtySelector .decreaseQty.clicked {
  font-size: 12px;
  padding: 12px 5px;
}
.product-details-section .right-area .product-info .qtySelector .increaseQty {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  float: right;
  cursor: pointer;
  transition: all 0.3s;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  text-align: center;
  color: #fff;
}
.product-details-section .right-area .product-info .qtySelector .qtyValue {
  border: none;
  padding: 5px;
  width: 70px;
  border-radius: 50px;
  height: 40px;
  height: 100%;
  float: left;
  text-align: center;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  color: #fff;
  margin: 0px 5px;
}
.product-details-section .right-area .product-info .qtySelector i {
  color: #737373;
  font-size: 14px;
}
.product-details-section .right-area .product-info .qtySelector i:hover {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  color: #fff;
  transition: all 0.3s;
}
.product-details-section .right-area .product-info .cart-buttons {
  display: flex;
  margin-top: 20px;
}
.product-details-section .right-area .product-info .cart-buttons .first {
  margin-right: 20px;
}
.product-details-section .right-area .product-info .cart-buttons .add-cart-btn {
  display: block;
  cursor: pointer;
  border: 0px;
  padding: 10px 30px;
  box-shadow: none;
}
.product-details-section .right-area .product-info .produck-sku {
  color: #0072ff;
  display: block;
  margin-top: 25px;
}
.product-details-section .right-area .product-info .produck-sku span {
  color: #242424;
  font-weight: 600;
}
.product-details-section .right-area .product-info .produck-category span {
  color: #242424;
  font-weight: 600;
}
.product-details-section .right-area .product-info .produck-category a {
  color: #555;
}
.product-details-section .right-area .product-info .produck-category a:hover {
  text-decoration: underline;
}
.product-details-section .right-area .product-info .product-single-share {
  margin-top: 20px;
}
.product-details-section .right-area .product-info .product-single-share label {
  color: #143250;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin-right: 10px;
}
.product-details-section .right-area .product-info .product-single-share ul li {
  display: inline-block;
}
.product-details-section .right-area .product-info .product-single-share ul li a {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.product-details-section .nav-tabs {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  margin-top: 40px;
  text-align: center;
  display: block;
}
.product-details-section .nav-tabs li {
  display: inline-block;
}
.product-details-section .nav-tabs li a {
  border-radius: 50px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  color: #242424;
  padding: 10px 30px;
  margin: 0px 5px;
}
.product-details-section .nav-tabs li a:hover, .product-details-section .nav-tabs li a.active {
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  color: #fff;
}
.product-details-section .tab-content {
  padding-top: 25px;
}
.product-details-section .tab-content .review-wrapper .review-single {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.product-details-section .tab-content .review-wrapper .review-single .avatar {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 30px;
}
.product-details-section .tab-content .review-wrapper .review-single .avatar img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
.product-details-section .tab-content .review-wrapper .review-single .comnt-text {
  width: 100%;
  position: relative;
  padding-left: 110px;
}
.product-details-section .tab-content .review-wrapper .review-single .comnt-text .comnt-info h5 {
  font-weight: 600;
  margin: 0;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
}
.product-details-section .tab-content .review-wrapper .review-single .comnt-text .comnt-info .review-block {
  margin-left: 15px;
  display: inline-block;
}
.product-details-section .tab-content .review-wrapper .review-single .comnt-text .comnt-info .review-block .star-review {
  margin-bottom: 0px;
}
.product-details-section .tab-content .review-wrapper .review-single .comnt-text .comnt-info .review-block .star-review .star i {
  color: #f87115;
  margin-right: -3px;
  font-size: 17px;
  line-height: 30px;
}
.product-details-section .tab-content .review-wrapper .review-single .comnt-text .comnt-info .date-area {
  font-size: 15px;
  color: #62768a;
  margin: 8px 0 14px;
}
.product-details-section .tab-content .review-form {
  padding-top: 30px;
}
.product-details-section .tab-content .review-form h3 {
  font-size: 24px;
  line-height: 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.product-details-section .tab-content .review-form .star-area h5 {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #555;
}
.product-details-section .tab-content .review-form .star-area .star-list {
  display: inline-flex;
}
.product-details-section .tab-content .review-form .star-area ul li {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}
.product-details-section .tab-content .review-form .star-area ul li:nth-last-child(1) {
  border: none;
  margin: 0;
  padding: 0;
}
.product-details-section .tab-content .review-form .star-area ul li .star i {
  color: #ddd;
  font-size: 14px;
  transition: 0.3s linear;
  cursor: pointer;
}
.product-details-section .tab-content .review-form .star-area ul li .star:hover i {
  color: #f87115;
}
.product-details-section .tab-content .review-form .star-area ul li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #aebed2;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}
.product-details-section .tab-content .review-form .star-area ul li:last-child::before {
  display: none;
}
.product-details-section .tab-content .review-form .star-area .star-review {
  margin-bottom: 0px;
}
.product-details-section .tab-content .review-form textarea {
  font-size: 16px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  background: none;
  padding: 10px 20px;
  border-radius: 0px;
  height: 150px;
  margin-top: 36px;
}
.product-details-section .tab-content .review-form .mybtn1 {
  border: 0px;
  padding: 12px 30px;
}

.related-product-section {
  padding-top: 50px;
}
.related-product-section .section-title {
  text-align: left;
  margin-bottom: 30px;
}
.related-product-section .section-title .title {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.related-product-section .related-product-slider .single-product {
  margin-bottom: 0px;
}
.related-product-section .related-product-slider.owl-carousel .owl-nav .owl-prev, .related-product-section .related-product-slider.owl-carousel .owl-nav .owl-next {
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 24px;
  opacity: 1;
  color: #fff;
  border-radius: 50%;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in;
}
.related-product-section .related-product-slider.owl-carousel .owl-nav .owl-prev {
  left: -10px;
}
.related-product-section .related-product-slider.owl-carousel .owl-nav .owl-next {
  right: -10px;
}

/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  transition: none;
}

/* --------------- */
/* xZoom Styles below */
.xzoom-container {
  display: inline-block;
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}

.xzoom-container {
  width: 100%;
}

.xzoom-container .xzoom5 {
  width: 100% !important;
}

.xzoom5 {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Thumbs */
.xzoom-gallery5 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 5px;
  margin-bottom: 10px;
}

.xzoom-source,
.xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #777;
}

/* Lens */
.xzoom-lens {
  border: 1px solid #777;
  cursor: crosshair;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: 0.7;
  background: url(../images/xloading.gif);
  width: 48px;
  height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
  border: 1px solid #c9030f;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}

/*---------------------------
** User Dashboard Css Start
---------------------------*/
.user-dashboard-area {
  padding: 120px 0px 120px;
}
.user-dashboard-area .card .card-header {
  background-image: -webkitlinear-gradient(to left, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(to left, #00c6ff 0%, #0072ff);
  color: #fff;
}
.user-dashboard-area .user-menu ul {
  box-shadow: rgba(36, 37, 38, 0.08) 4px 4px 15px 0px;
  border-radius: 10px;
  overflow: hidden;
  border: 0px;
}
.user-dashboard-area .user-menu ul li {
  border-top: 0px;
  position: relative;
}
.user-dashboard-area .user-menu ul li a {
  font-size: 16px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 20px;
  display: block;
}
.user-dashboard-area .user-menu ul li a::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 4px;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  transition: all 0.3s ease-in;
  z-index: -1;
}
.user-dashboard-area .user-menu ul li a:hover, .user-dashboard-area .user-menu ul li a.active {
  color: #fff;
}
.user-dashboard-area .user-menu ul li a:hover::after, .user-dashboard-area .user-menu ul li a.active::after {
  width: 100%;
}
.user-dashboard-area .user-menu ul li:first-child .list-group-item {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.user-dashboard-area .upload-img .img {
  margin-bottom: 20px;
}
.user-dashboard-area .upload-img .img img {
  width: 120px;
  height: 120px;
  border: 5px solid #fff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.mb-30 {
  margin-bottom: 30px;
}

.dashboard-inner .card {
  margin-bottom: 30px;
  box-shadow: rgba(36, 37, 38, 0.08) 4px 4px 15px 0px;
  transition: all 0.3s ease-in;
  border: 0px;
  padding: 20px 10px 10px;
  background-image: -webkitlinear-gradient(55deg, #00c6ff 0%, #0072ff);
  background-image: linear-gradient(55deg, #00c6ff 0%, #0072ff);
  position: relative;
  overflow: hidden;
}
.dashboard-inner .card::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  bottom: -80px;
  right: -80px;
}
.dashboard-inner .card::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  top: -80px;
  right: -80px;
}
.dashboard-inner .card .card-body {
  padding-right: 70px;
}
.dashboard-inner .card .card-body i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #fff;
  right: 30px;
}
.dashboard-inner .card .card-body p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
}
.dashboard-inner .card .card-body h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
}
.dashboard-inner .card:hover {
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
}