<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Staatliches&amp;display=swap');


/* font-family: "Poppins", sans-serif;
font-family: "Staatliches", sans-serif; */

* {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    line-height: 1.4;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

/****************** COMMON ***************************/
.project-header .navbar-toggler-icon {
    position: relative;
}

.project-header .navbar-toggler-icon::after {
    content: "\f0c9";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 27px;
    color: #000;
}

.project-header .navbar-light .navbar-toggler-icon {
    background-image: none;
}

.padding-area {
    padding: 80px 0;
}

.project-header .navbar-brand img {
    max-width: 270px !important;
}

@media (min-width: 1200px) {
   .container {
    max-width: 1240px !important;
}
}

/*******************************common css ******************************/
.sec-small-head {
       font-size: 25px;
       color: #27e992;
       font-weight: 600;
       font-family: "Poppins", sans-serif;
       margin-bottom: 10px;
       /* letter-spacing: 3px; */
       text-transform: capitalize;
       text-transform: uppercase;
    }

.sec-head {
      font-size: 32px;
      text-transform: capitalize;
      color: transparent;
      font-weight: 900;
      letter-spacing: 5px;
      -webkit-text-stroke: 1px #0e2941;
      line-height: normal;
      font-family: "Staatliches", sans-serif;
}

.sec-head-wrap {
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
}

.sec-btn {
      color: #ffffff;
      padding: 18px 33px;
      font-weight: 500;
      background: #0e2941;
      position: relative;
      display: inline-block;
      /* box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1); */
      transition: all 0.3s ease;
      overflow: hidden;
      z-index: 9;
      font-size: 18px;
      border-radius: 10px;
}

.sec-btn::after{
     position: absolute;
     content: " ";
     z-index: -1;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #0d2941;
     transition: all 0.3s ease;
}

.sec-btn:hover {
  background: transparent;
  /* box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3); */
  color: #fff;
  border-radius: 10px;
}
.sec-btn:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);

}

/***********************************************/

/* .project-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    width: 100%;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

.project-header.active {
    background: #1d2738e6;
}

.project-header.active .top-header {
    display: none;
} */

.top-header {
    background: #26e8ff;
    padding: 8px 0;
}

.top-header-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-header-details h4,
.top-header-details a {
    font-size: 16px;
    color: #2f3436;
    display: inline-block;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.top-header-details h4 span {
    font-weight: 600;
}

.top-header-details a i {
    margin-right: 4px;
}

.bottom-header .navbar-nav li a {
    font-size: 17px;
    color: #ebebeb;
    font-weight: 600;
    font-family: 'Poppins';
    font-family: P;
    text-transform: uppercase;
}

.bottom-header .navbar-nav li a:hover,
.bottom-header .navbar-nav li.active a {
    color: #26e8ff;
}

.bottom-header {
    padding: 15px 0;
}


.single-boxes-box {
    margin-bottom: 30px;
    text-align: center;
    padding: 50px 30px;
    position: relative;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
}
.single-boxes-box .icon span {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.single-boxes-box p {
    color: #747474;
    font-family: "Poppins", sans-serif;
}

.single-boxes-box .icon {
    background-color: #cebea4;
    position: relative;
    border-radius: 0 0 50% 50%;
    width: 90px;
    height: 90px;
    line-height: 90px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #000000;
    font-size: 40px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.single-boxes-box .icon .circles-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.single-boxes-box .icon .circles-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.single-boxes-box h3 {
    font-size: 23px;
    margin-bottom: 12px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    color: #ff6d31;
}
.single-boxes-box p {
    color: #e3e3e3;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8;
    min-height: 80px;
}
.single-boxes-box:hover .icon {
    background-color: #dddd;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}
.single-boxes-box:hover .circles-box .circle-one {
    opacity: 1;
    visibility: visible;
}
/**********************************************************************************/

.top-header {
  background: #0e2941;
  padding: 5px 0;
  position: relative;
  color: #fff;
  width: 100%;
}
.stickynav{
    display: none;
}
.top-header-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-header-details h4,
.top-header-details a {
	font-size: 16px;
	color: #fff !important;
}

.top-header-details h4 span {
	font-weight: 700;
	text-shadow: 0 2px #000000c4;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}

.top-header-details a i {
	margin-right: 4px;
}

.bottom-header{
    background: #fff;
        padding: 10px 0;
}

.bottom-header .navbar-nav li a:hover{
      color: #191919 !important;
}
.cart-sec:hover .nav-cart-content{
    display: block;
}

.banner-sec {
	background: url(../images/banner.jpg)no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	height: 700px;
	align-items: center;
	display: flex;
}

.banner-inner{
        position: relative;
}

.banner-inner p {
    font-size: 16px;
    margin: 0 auto;
    display: block;
    color: #0d2941;
    padding: 20px 0px 46px;
    line-height: 25px;
    font-weight: 500;
}

.about-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    margin-bottom: 25px;
}

.about-content ul li{
       margin-bottom: 8px;
}

.about-content ul li i
{
        color: #4b5280;
    font-size: 18px;
}

.about-content ul li span{
font-size: 18px;
color: #666;
}

.about-img img{
       height: 100%;
       object-fit: cover;
       width: 100%;
} 

.benefits {
    background: url(../images/benefit.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.benefits-content{
    padding: 20px;
    margin-bottom: 30px;
    background: #ffffffd6;
    backdrop-filter: blur(10px);
    box-shadow: inset 0 0 30px #fff;
    height: 100%;
}

.benefits-content h3{
       font-size: 25px;
       margin-bottom: 12px;
       color: #191919;
       font-weight: 500;
       text-transform: capitalize;
}

.benefits-content p{
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.benefits-img {
	height: 100%;
}

.benefits-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.benefits-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	background: #4b5280;
	padding: 5px 15px 5px 15px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	background-color: #4b5280 !important;
}

.benefit-icon {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	background: #4b5280;
	padding: 10px 0px;
	text-align: center;
}

.benefits-caption h4 {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	padding: 10px 10px 10px 15px;
	font-family: "Staatliches", sans-serif;
}

.benefits-overlay {
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #212121;
	padding: 20px 30px 20px 90px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	background-color: #212121 !important;
}

.benefit-overlay-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 100%;
	font-size: 32px;
	color: #fff;
	background: #4b5280;
	line-height: 40px;
	text-align: center;
}

.benefit-overlay-icon span {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	width: 100%;
}

.benefit-overlay-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 20px 30px 20px 15px;
}

.benefit-overlay-content h4 {
	font-size: 20px;
	color: #fff;
	line-height: 1.2em;
	margin-bottom: 15px;
	font-family: "Staatliches", sans-serif;
}

.benefit-overlay-content p {
	font-size: 16px;
	color: #fff;
}

.benefits-box:hover .benefits-caption {
	bottom: -100%;
}

.benefits-box:hover .benefits-overlay {
	bottom: 0;
}

body {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  overflow-x:hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #433e3e;
  font-weight: 700;
     font-family: "Poppins", sans-serif;
}
span{
     font-family: "Poppins", sans-serif;
}
p {
     font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.banner-area {
  padding-top: 185px;
  padding-bottom: 100px;
  background-color: #fdeeee;
  height: 100vh;
  position: relative;
  z-index: 1;
 
}
section.banner-bg-top {
    background: url(../images/bannerImage.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.banner-text span {
  font-size: 32px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}
.banner-text h1 {
  font-size: 60px;
  margin-bottom: 25px;
  color: #fff;
}
.banner-area .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  z-index: -1;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
.banner-area .shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  z-index: -1;
}
.banner-area .banner-images-right {
  position: absolute;
  max-width: 40%;
  top: 82px;
  right: 80px;
}

.default-btn {
     font-family: "Poppins", sans-serif;
  background-color: #00963b;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  border-radius: 40px;
  overflow: hidden;
  letter-spacing: 0;
  font-size: 1rem;
  padding: 10px 46px;
  text-align: center;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
.default-btn:hover {
  color: #ffffff;
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -180px;
  width: 100%;
  height: 100%;
  background-color: #3a8d00;
  border-color: #3a8d00;
  z-index: -1;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  opacity: 0;
}
.default-btn:hover::before {
  opacity: 1;
  left: 0;

}
ul.navbar-item li {
  padding-right: 23px;
  font-size: 1rem;
     font-family: "Poppins", sans-serif;
  padding: 20px 15px;
}

ul.navbar-item li a:hover{
  color: #fff;
}
ul.navbar-item li i{
  font-size: 1.3rem;
  color: #00963b;
}
.main-nav {
  /*! box-shadow: 0 0 4px #ccc; */
}
.box-area {
  position: relative;
}
.box-area .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 200px;
  z-index: -1;
}
.box-area .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 200px;
  z-index: -1;
}
.single-box {
  padding: 30px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  text-align: center;
  margin-bottom: 0;
  transition: all 0.5s;
  position: relative;
  border-radius: 3px;
}
.single-box .box-icon {

  width: 283px;
  height: 283px;
  margin: 0 auto 10px;

}
.single-box .box-icon i {
  color: #8dc446;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background: #f9f9f9;
  z-index: 1;
  font-size: 35px;
  position: relative;
  transition: all 0.5s;
}
.single-box .box-icon i::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -7px;
  border: 2px dotted #8dc446;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s;
  animation: rotation 50s infinite linear;
  transition: all 0.5s;
}
.section-title svg{
    
    display: inline-block;
    height: 100px;
    width: 70px;

}
.single-box h3 {
  margin-bottom: 15px;
  font-size: 21px;
}
.single-box p {
  margin-bottom: 20px;
}
.single-box:hover {
  transform: translateY(-5px);
}
.single-box:hover .read-more {
  color: #3a8d00;
}
.single-box:hover i {
  background-color: #3a8d00;
  color: #fff;
}
.single-box:hover i::after {
  border: 2px dotted #3a8d00;
  animation: rotation 10s infinite linear;
}
.single-box:hover .read-more i {
  background-color: transparent !important;
}
.single-box:hover .shape-3 {
  opacity: 0.1;
}
.single-box:hover .shape-4 {
  opacity: 0.1;
}
.single-box .shape-3 {
  position: absolute;
  left: 20px;
  top: 20px;
  opacity: 0;
  transition: all 0.5s;
}
.single-box .shape-4 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: all 0.5s;
}
.icon-color:nth-child(2) .single-box .box-icon i {
  color: #f0b912;
}
.icon-color:nth-child(2) .single-box .box-icon i::after {
  border: 2px dotted #f0b912;
}
.icon-color:nth-child(2) .single-box:hover .box-icon i {
  color: #fff;
}
.icon-color:nth-child(2) .single-box:hover .box-icon i::after {
  border: 2px dotted #3a8d00;
}
.icon-color:nth-child(3) .single-box .box-icon i {
  color: #f17d28;
}
.icon-color:nth-child(3) .single-box .box-icon i::after {
  border: 2px dotted #f0b912;
}
.icon-color:nth-child(3) .single-box:hover .box-icon i {
  color: #fff;
}
.icon-color:nth-child(3) .single-box:hover .box-icon i::after {
  border: 2px dotted #3a8d00;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.read-more i::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 8px;
  width: 15px;
  height: 15px;
  background-color: #3a8d00;
  z-index: -1;
  border-radius: 4px;
}

.single-box .box-icon img {
  border-radius: 50%;
  border: 1px dashed #59ca03;
  padding: 5px;
}
section{
  padding-top:100px;
  padding-bottom:100px;
}
.see-product-area {
  background-image: url(../images/see-product-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}
.see-product-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  z-index: -1;
}
.see-product-area .section-title h2 {
  color: #ffffff;

}
.see-product-area .section-title p {
  margin-bottom: 30px;
  color: #ffffff;
}
.our-product-area {
  overflow: hidden;
  /* background: #f9f2f0; */
}
.shorting-menu {
  text-align: center;
}
.shorting-menu .filter {
  background: transparent;
  padding: 5px 20px;
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 0;
  outline: 0 !important;
  border: 1px solid #fe532f;
  color: #fe532f;
  font-weight: 600;
  margin-right: 4px;
  border-radius: 40px;
}
.shorting-menu .filter:hover {
  background: #fe532f;
  color: #fff;
  border-color: #fe532f;
}
.shorting-menu .filter i {
  margin-right: 3px;
}
.shorting-menu .filter.active {
  background: #fe532f;
  color: #fff;
  border-color: #fe532f;
}
.shorting {
  margin-top: 50px;
}
.shorting .mix {
  display: none;
}
.single-product-box {
  margin-bottom: 46px;
  transition: 0.5s;
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  position: relative;
  border-radius: 10px;
  padding: 30px;
  background-color: #fff;
  text-align: center;

}
.single-product-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 90%;
  height: 90%;
  background: #8dc446;
  opacity: 0;
  transition: 0.5s;
  border-radius: 10px;
  margin: auto;
  right: 0;
}
.single-product-box .product-content {
  background: #fff;
  text-align: center;
  transition: 0.5s;
}
.single-product-box .product-content h3 {
  margin-bottom: 10px;
  transition: 0.5s;
  color: #333;
  line-height: 1.6;
  font-size: 17px;
     font-family: "Poppins", sans-serif;
  font-weight: 200;
}
.single-product-box .product-content ul {
  margin-bottom: 10px;
  line-height: 1;
}
.single-product-box .product-content ul li {
  display: inline-block;
}
.single-product-box .product-content ul li i {
  color: #fe532f;
}
.single-product-box .product-content span {
  display: block;
  color: #333;
  line-height: 1.6;
  font-size: 17px;
     font-family: "Poppins", sans-serif;
  font-weight: 200;
}
.single-product-box .product-content .default-btn {
  padding: 10px 25px;
}
.single-product-box .btn-box {
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
  margin: 20px auto 0;
  text-align: center;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  transition: 0.5s;
}
.single-product-box .btn-box a i {
  font-size: 15px;
  display: inline-block;
  color: #fe532f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s;
  font-weight: 600;
}
.single-product-box .btn-box a i:hover {
  color: #fff;
  background: #fe532f;
}
.single-product-box:hover::before {
  opacity: 0.8;
}
.single-product-box:hover .btn-box {
  opacity: 1;
  visibility: visible;
  margin: -10px auto 0;
}
.single-product-box .product-offer {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 14px;
  background-color: #3a8d00;
  padding: 2px 15px;
  border-radius: 10px;
  font-size: 12px;
}
.single-product-box .product-offer.offer-10 {
  background-color: #fe532f;
}
.single-product-box .product-offer.hot-offer {
  background-color: red;
}
.single-widget {
  margin-bottom: 25px;
}
.single-widget h3 {
  color: #191919;
  margin-bottom: 20px;
  font-size: 19px;
}
.single-widget p {
  color: #efe8e8;
  margin-top: 16px;
}
.single-widget .address {
  margin-top: 20px;
}
.single-widget .address li {
  color: #fff;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  transition: all 0.5s;
     font-family: "Poppins", sans-serif;
  
}
.single-widget .address li a {
  color: #fff8f8;
  transition: all 0.5s;
}
.single-widget .address li a:hover{
  list-style-type:none;
}
.single-widget .address li i {
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #3a8d00;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.single-widget .address li:hover {
  color: #3a8d00;
}
.single-widget .address li:hover a {
  color: #3a8d00;
}
.single-widget .address li:last-child {
  margin-bottom: 0;
}
.single-widget .links li {
  margin-bottom: 14px;
}
.single-widget .links li a {
    color: #fbf3f3;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}
.single-widget .links li:last-child {
  margin-bottom: 0;
}
.single-widget .links li:hover {
  color: #3a8d00;
}
.single-widget .links li:hover a {
  color: #3a8d00;
}
.single-widget .instagram {
  margin-top: 27px;
}
.single-widget .instagram li {
  display: inline-block;
  width: 25%;
  margin-bottom: 10px;
  padding-right: 7px;
}
.single-widget .instagram li pl a {
  color: #fafafa;
}
.single-widget .instagram li:hover {
  color: #3a8d00;
}
.single-widget .instagram li:hover a {
  color: #3a8d00;
}
.single-widget .social-icon {
  margin-top: 15px;
}
.single-widget .social-icon li {
  display: inline-block;
  padding-left: 5px;
}
.single-widget .social-icon li a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #3a8d00;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s;
}
.single-widget .social-icon li a i:hover {
  background-color: #333;
}
.single-widget.single-widget-4 {
  padding-left: 30px;
}
.footer-bottom-area {
}
.footer-bottom-area p {
  color: #fff;
  margin-top: 4px;
}
.footer-bottom-area .conditions {
  float: right;
}
.footer-bottom-area .conditions li {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.footer-bottom-area .conditions li::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -14px;
  width: 1px;
  height: 15px;
  background-color: #fff;
}
.footer-bottom-area .conditions li a {
  color: #fff;
  text-decoration: none;
}
.footer-bottom-area .conditions li:last-child::before {
  display: none;
}
.single-widget ul {
  padding-left: 0;
}
.single-widget ul li {
  list-style-type: none;
}
a:hover {
  color: #0056b3;
  text-decoration: none;
}

.page-title-area::before {
  /* content: ''; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0,0,0,0.5);
  opacity: 0.9;
}
.page-title-area::after {
  /* content: ''; */
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.page-title-area .page-title-content h2 {
  margin-bottom: 0;
  font-size: 73px;
  color: #fff;
}
.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.page-title-area .page-title-content ul li {
}
.page-title-area .page-title-content ul li a {
  color: #fff;
}
.page-title-area .page-title-content ul li i {
  font-size: 12px;
}
.product-details-image {
  text-align: center;
  background-color: #f7f7f7;
}
.cart-wraps {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 40px;
}
.sec1-prodiv-rgt-mid select {
  height: 45px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  padding-left: 12px;
  border-radius: 2px;
}
{
  color: #212529;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.cart-table table {
  margin-bottom: 0;
}
.cart-table table thead {
  text-align: center;
}
.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 0 0 15px;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 16px;
}
.cart-table table tbody tr td {
  vertical-align: middle;
  color: #666;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
  text-align: center;
}
.cart-table table tbody tr td.product-thumbnail img {
  height: 130px;
}
.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}
.cart-table table tbody tr td.product-name a {
  color: #666;
  font-weight: 600;
  display: inline-block;
}
.cart-table table tbody tr td.product-name a:hover {
  color: #333;
}
.cart-table table tbody tr td.product-price span {
  font-weight: 500;
}
.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}
.cart-table table tbody tr td.product-subtotal .remove {
  color: #666;
  float: right;
  position: relative;
  top: 1px;
  transition: all 0.5s;
}
.cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 22px;
}
.cart-table table tbody tr td.product-subtotal .remove:hover {
  color: red;
}
.cart-table table tbody tr td.product-subtotal span {
  font-weight: 500;
}
.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: 0.5s;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #333;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #333;
}
.cart-buttons {
  margin-top: 30px;
}
.cart-totals {
  background: #fff;
  padding: 40px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: auto;
  margin-top: 50px;
}
.cart-totals h3 {
  margin-bottom: 25px;
  font-weight: 700;
}
.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #323232;
  overflow: hidden;
  font-weight: 700;
}
.cart-totals ul li:first-child {
  border-bottom: none;
}
.cart-totals ul li:last-child {
  border-top: none;
}
.cart-totals ul li span {
  float: right;
  color: #666;
  font-weight: normal;
}
.cart-area .nice-select {
  height: 50px;
  line-height: 49px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 18px;
}
.cart-area .coupon-wrap {
  margin-top: 50px;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.cart-area .coupon-wrap h3 {
  padding-bottom: 25px;
}
.cart-area .coupon-wrap .form-group {
  margin-bottom: 18px;
}
.cart-wraps {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 40px;
}

a.btn.default-btn i{
  padding-left: 6px;
}
.user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid #3a8d00;
  position: relative;
  color: #666666;
}
.user-actions span a {
  display: inline-block;
  color: #3a8d00;
  font-size: 15px;
}
.user-actions::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 0px;
  background: #eeeeee;
}
.billing-details {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.billing-details .form-group {
  margin-bottom: 20px;
}
.billing-details .form-group label {
  display: block;
  color: #666666;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.form-control {
  height: 50px;
  color: #6e6e6e;
  border: 1px solid #e8e8e8;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}

.billing-details .form-group label .required {
  color: #fe532f;
}
select.form-control {
  height: 50px !important;
}
.banner-area .shape-text span {
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 700;
  left: 130px;
  position: absolute;
  bottom: -50px;
  opacity: 0.3;
  color: #e4d7d7;
}
p:last-child {
  margin-bottom: 0;
}
.contact-info-area .single-contact-info {
  text-align: center;
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
  transition: all 0.5s;
}
.contact-info-area .single-contact-info i {
  display: block;
  color: #3a8d00;
  transition: all 0.5s;
  font-size: 25px;
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  line-height: 50px;
  border: 2px dotted #3a8d00;
  border-radius: 50%;
}
.contact-info-area .single-contact-info h3 {
  transition: all 0.5s;
  font-size: 18px;
  line-height: 18px;
}
.contact-info-area .single-contact-info a {
  color: #686868;
  transition: all 0.5s;
  display: block;
}
.contact-info-area .single-contact-info:hover {
  background-color: #3a8d00;
}
.contact-info-area .single-contact-info:hover i {
  color: #fff;
  border-color: #fff;
}
.contact-info-area .single-contact-info:hover h3 {
  color: #fff;
}
.contact-info-area .single-contact-info:hover a {
  color: #fff;
}
.blog-area {
  position: relative;
}
.blog-area .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 150px;
  z-index: -1;
}
.blog-area .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 150px;
  z-index: -1;
}
.blog-wrap.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: 0.01;
  margin-top: 0;
}
.blog-wrap.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: transparent;
  border: 1px solid #3a8d00;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.blog-wrap.owl-theme .owl-dots .owl-dot:hover span {
  border-color: #3a8d00;
}
.blog-wrap.owl-theme .owl-dots .owl-dot:hover span::before {
  background-color: #3a8d00;
}
.blog-wrap.owl-theme .owl-dots .owl-dot.active span {
  border-color: #3a8d00;
  position: relative;
}
.blog-wrap.owl-theme .owl-dots .owl-dot.active span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #3a8d00;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  margin: 3px;
}
.single-blog-post {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
  transition: all 0.5s;
}
.single-blog-post .post-image {
  position: relative;
  overflow: hidden;
}
.single-blog-post .post-image a {
  display: block;
}
.single-blog-post .post-image a img {
  border-radius: 5px;
  transition: 0.5s;
}
.single-blog-post .post-content {
  padding: 25px;
  min-height: 234px;
}
.single-blog-post .post-content .date {
  color: #3a8d00;
  font-size: 12px;
  margin-bottom: 8px;
  margin-top: -4px;
}
.single-blog-post .post-content .date i {
  font-size: 12px;
}
.single-blog-post .post-content h3 a {
  margin-bottom: 8px;
  line-height: 1.4;
  color: #333;
  font-size: 1.3rem;
}
.single-blog-post .post-content p {
  margin-bottom: 0;
}
.single-blog-post .post-content .read-more {
  margin-top: 22px;
}
.single-blog-post:hover {
  transform: translateY(-5px);
}
.single-blog-post:hover h3 a {
  color: #3a8d00;
}
.single-blog-post:hover .post-image a img {
  transform: scale(1.3) rotate(4deg);
}
.single-blog-post:hover .read-more {
  color: #3a8d00;
}
.single-blog-post:hover .read-more i::after {
  animation: rotation 10s infinite linear;
}
.banner-area .banner-images-right {
  position: absolute;
  max-width: 40%;
  top: 110px;
  right: 80px;
}
span.rounded-area {
    margin-left: 20px;
    background-color: #30342f;
    padding: 3px 0;
    border-radius: 50%;
    color: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 33px;
    font-size: 11px;
    top: -6px;
    border: 1px solid #310808;
    text-align: center;
    line-height: 18px;
}
.nav-cart-content {
  top: 100%;
  right: 0px;
  position: absolute;
  z-index: 999;
  background-color: #fff;
  padding: 2px;
  border: 3px solid #e2dddb;
  width: 336px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
  border-radius: 3px;
  display:none;
  transition: all 0.3s ease;
}
.nav-cart-item-desc a {
     font-family: "Poppins", sans-serif;
  color: #222;
}
li.nav-item.cart-sec {
  position: relative;
}

.nav-cart-item:first-child {
  border-top: 0 none;
  margin-top: 0;
  padding-top: 0;
}
.nav-cart-item-image {
  border: 2px solid #eee;
  height: 48px;
  margin-right: 15px;
  transition: border-color 0.2s linear 0s;
  width: 48px;
}
.nav-cart-item-image a, .nav-cart-item-image img {
  display: block;
  height: 100%;
  width: 100%;
}
.nav-cart-item-quantity {
  padding: 4px 9px;
  margin-left: 13px;
  border-radius: 50%;
}
.banner-text p {
  padding-right: 33px;
  color: #fff;
}
/* .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgb(254, 83, 47);
} */

.ai-text h4 {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.ai-text p {
  font-size: 16px;
  margin-bottom: 0;
}
.ai-text{margin-bottom:20px;position:relative;padding-left: 55px;}
.ai-text:before{content:"";top: 6px;left: -41px;width: 64px;height: 61px;position: absolute;background:url(../images/abt.png) 0 0 no-repeat;}
.abt1:before { background:url(../images/abt.png) 0 0 no-repeat;}
.abt2:before { background:url(../images/abt2.png) 0 0 no-repeat;}
.abt3:before { background:url(../images/abt3.png) 0 0 no-repeat;}

.site-btn {
  display: inline-block;
  border: none;
  font-size: 16px;
  font-weight: 600;
  min-width: 167px;
  padding: 14px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #fff;
  line-height: normal;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  background: -o-linear-gradient(305deg,#fdb07d 0%,#f65d5d 100%);
  background: #00963b;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdb07d",endColorstr="#f65d5d",GradientType=1);
  color: #fff;
}

.pricing-item {
  text-align: center;
  background: #fff;
  padding-bottom: 40px;
  margin: 15px 0;
  border-radius: 13px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 6px rgba(72,105,114,.15);
  box-shadow: 0 5px 6px rgba(72,105,114,.15);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.pricing-item .pi-top {
  height: 156px;
  padding-top: 26px;
  background: #00963b;
}

.pricing-item .pi-top h4 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.pricing-item .pi-price {
  width: 144px;
  height: 144px;
  margin: -71px auto 30px;
  padding-top: 35px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 5px 6px rgba(72,105,114,.15);
  box-shadow: 0 5px 6px rgba(72,105,114,.15);
}
.pricing-item .pi-price h3 {
  font-size: 40px;
  font-weight: 700;
  color: #666;
}
.pricing-item .pi-price p {
  text-transform: uppercase;
  color: #999;
}

.pricing-item .pi-price p {
  text-transform: uppercase;
  color: #999;
  font-size:15px
}

.pricing-item .pi-price h3 {
  font-size: 30px;
  font-weight: 700;
  color: #666;
}
.site-btn:hover{ color:#fff;}
.three_section {
  background: url(../images/course_bg.png) 0 0 no-repeat;
  padding: 4% 0;
}
.banner-area{ background:url( ../images/banner.jpg) 0 0 no-repeat;height: 865px;}

.min-height60{ min-height:500px;}
.top_menu .navbar-light .navbar-nav .nav-link{color:#fff}
.top_menu .navbar-light .navbar-nav .nav-link:hover{ color:#00963b;} 
.blog-area{ background:url(../images/video_bg.png) 0 0 no-repeat; padding:4% 0;}
.blog-area .sec-title p, .blog-area .sec-title h1{ color:#fff;}
.three_section h2{margin-bottom:20px;}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&amp;display=swap'); 
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800&amp;display=swap');
body {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  overflow-x:hidden;
  position: relative;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #433e3e;
  font-weight: 700;
  
 
 
}
span{
     font-family: "Poppins", sans-serif;
}
p {
   
    font-size: 15px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
}
.banner-area {
  padding-top: 185px;
  padding-bottom: 0;
  background-color: #fdeeee;
  height: 100vh;
  position: relative;
  z-index: 1;
 
}
.banner-text span {
  font-size: 32px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}
.banner-text h1 {
  font-size: 60px;
  margin-bottom: 25px;
  color: #fff;
}
.banner-area .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  z-index: -1;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
.banner-area .shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  z-index: -1;
}
.banner-area .banner-images-right {
  position: absolute;
  max-width: 40%;
  top: 82px;
  right: 80px;
}

.default-btn {
    font-family: "Poppins", sans-serif;
    background-color: #191919;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    border-radius: 0px;
    overflow: hidden;
    letter-spacing: 0;
    font-size: 1rem;
    padding: 15px 46px;
    text-align: center;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
}
.default-btn:hover {
  color: #ffffff;

}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -180px;
  width: 100%;
  height: 100%;
  background-color: #28e290;
  z-index: -1;
  -webkit-transition: all 0.9s;
  transition: all 0.3s;
  opacity: 0;
}
.default-btn:hover::before {
  opacity: 1;
  left: 0;

}
ul.navbar-item li {
  padding-right: 23px;
  font-size: .9rem;
     font-family: "Poppins", sans-serif;
  padding: 0px 15px;
  
}

ul.navbar-item li a:hover{
  color: #fff;
}
ul.navbar-item li i{
  font-size: 1.3rem;
  color: #433e3e;
}
.main-nav {
 padding: 0px;
    border-bottom: 0;
    position: inherit;
    /* background: #b0e2ed3d; */
    border-radius: 0 0 25px 25px;
}
.box-area {
  position: relative;
}
.box-area .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 200px;
  z-index: -1;
}
.box-area .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 200px;
  z-index: -1;
}
.single-box {
  padding: 30px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  text-align: center;
  margin-bottom: 0;
  transition: all 0.5s;
  position: relative;
  border-radius: 3px;
}
.single-box .box-icon {

  width: 283px;
  height: 283px;
  margin: 0 auto 10px;

}
.single-box .box-icon i {
  color: #8dc446;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background: #f9f9f9;
  z-index: 1;
  font-size: 35px;
  position: relative;
  transition: all 0.5s;
}
.single-box .box-icon i::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -7px;
  border: 2px dotted #8dc446;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s;
  animation: rotation 50s infinite linear;
  transition: all 0.5s;
}
.single-box h3 {
  margin-bottom: 15px;
  font-size: 21px;
}
.single-box p {
  margin-bottom: 20px;
}
.single-box:hover {
  transform: translateY(-5px);
}
.single-box:hover .read-more {
  color: #3a8d00;
}
.single-box:hover i {
  background-color: #3a8d00;
  color: #fff;
}
.single-box:hover i::after {
  border: 2px dotted #3a8d00;
  animation: rotation 10s infinite linear;
}
.single-box:hover .read-more i {
  background-color: transparent !important;
}
.single-box:hover .shape-3 {
  opacity: 0.1;
}
.single-box:hover .shape-4 {
  opacity: 0.1;
}
.single-box .shape-3 {
  position: absolute;
  left: 20px;
  top: 20px;
  opacity: 0;
  transition: all 0.5s;
}
.single-box .shape-4 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: all 0.5s;
}
.icon-color:nth-child(2) .single-box .box-icon i {
  color: #f0b912;
}
.icon-color:nth-child(2) .single-box .box-icon i::after {
  border: 2px dotted #f0b912;
}
.icon-color:nth-child(2) .single-box:hover .box-icon i {
  color: #fff;
}
.icon-color:nth-child(2) .single-box:hover .box-icon i::after {
  border: 2px dotted #3a8d00;
}
.icon-color:nth-child(3) .single-box .box-icon i {
  color: #f17d28;
}
.icon-color:nth-child(3) .single-box .box-icon i::after {
  border: 2px dotted #f0b912;
}
.icon-color:nth-child(3) .single-box:hover .box-icon i {
  color: #fff;
}
.icon-color:nth-child(3) .single-box:hover .box-icon i::after {
  border: 2px dotted #3a8d00;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.read-more i::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 8px;
  width: 15px;
  height: 15px;
  background-color: #3a8d00;
  z-index: -1;
  border-radius: 4px;
}

.single-box .box-icon img {
  border-radius: 50%;
  border: 1px dashed #59ca03;
  padding: 5px;
}
section{
  padding-top: 0;
  padding-bottom: 0;
}
.see-product-area {
  background-image: url(../images/see-product-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}
.see-product-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  z-index: -1;
}
.see-product-area .section-title h2 {
  color: #ffffff;

}
.see-product-area .section-title p {
  margin-bottom: 30px;
  color: #ffffff;
}
.our-product-area {
    overflow: hidden;
    /* background: #ca9c42; */
    /* padding: 6rem 0; */
    position: relative;
}

.our-product-area .section-title h1{
        border-radius: 10px;
    font-size: 54px;
    color: #64c6f7;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    letter-spacing: 5px;
    line-height: 50px;
    text-shadow: 3px 2px #3f8aaf;
}
.our-product-area .section-title p {
        margin: 0 0 50px;
    
    font-weight: normal;
    letter-spacing: 0;
    font-size: 38px;
    color: #f9a4cb;
    text-align: center;
}
.shorting-menu .filter {
  background: transparent;
  padding: 5px 20px;
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 0;
  outline: 0 !important;
  border: 1px solid #fe532f;
  color: #fe532f;
  font-weight: 600;
  margin-right: 4px;
  border-radius: 40px;
}
.shorting-menu .filter:hover {
  background: #fe532f;
  color: #fff;
  border-color: #fe532f;
}
.shorting-menu .filter i {
  margin-right: 3px;
}
.shorting-menu .filter.active {
  background: #fe532f;
  color: #fff;
  border-color: #fe532f;
}
.shorting {
  margin-top: 50px;
}
.shorting .mix {
  display: none;
}
.single-product-box {
  margin-bottom: 46px;
  transition: 0.5s;
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  position: relative;
  border-radius: 10px;
  padding: 30px;
  background-color: #fff;
  text-align: center;

}
.single-product-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 90%;
  height: 90%;
  background: #8dc446;
  opacity: 0;
  transition: 0.5s;
  border-radius: 10px;
  margin: auto;
  right: 0;
}
.single-product-box .product-content {
  background: #fff;
  text-align: center;
  transition: 0.5s;
}
.single-product-box .product-content h3 {
  margin-bottom: 10px;
  transition: 0.5s;
  color: #333;
  line-height: 1.6;
  font-size: 17px;
     font-family: "Poppins", sans-serif;
  font-weight: 200;
}
.single-product-box .product-content ul {
  margin-bottom: 10px;
  line-height: 1;
}
.single-product-box .product-content ul li {
  display: inline-block;
}
.single-product-box .product-content ul li i {
  color: #fe532f;
}
.single-product-box .product-content span {
  display: block;
  color: #333;
  line-height: 1.6;
  font-size: 17px;
     font-family: "Poppins", sans-serif;
  font-weight: 200;
}
.single-product-box .product-content .default-btn {
  padding: 10px 25px;
}
.single-product-box .btn-box {
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
  margin: 20px auto 0;
  text-align: center;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  transition: 0.5s;
}
.single-product-box .btn-box a i {
  font-size: 15px;
  display: inline-block;
  color: #fe532f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s;
  font-weight: 600;
}
.single-product-box .btn-box a i:hover {
  color: #fff;
  background: #fe532f;
}
.single-product-box:hover::before {
  opacity: 0.8;
}
.single-product-box:hover .btn-box {
  opacity: 1;
  visibility: visible;
  margin: -10px auto 0;
}
.single-product-box .product-offer {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 14px;
  background-color: #3a8d00;
  padding: 2px 15px;
  border-radius: 10px;
  font-size: 12px;
}
.single-product-box .product-offer.offer-10 {
  background-color: #fe532f;
}
.single-product-box .product-offer.hot-offer {
  background-color: red;
}

.single-widget {
  margin-bottom: 25px;
}
.single-widget h3 {
  margin-bottom: 20px;
  font-size: 25px;
  text-align: center;
  color: #fff;
}
.single-widget p {
  color: #efe8e8;
  margin-top: 16px;
  font-size: 15px;
}
.single-widget .address {
  margin-top: 20px;
}
.single-widget .address li {
  color: #fff;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  transition: all 0.5s;
     font-family: "Poppins", sans-serif;
  
}
.single-widget .address li a {
  color: #fff8f8;
  transition: all 0.5s;
}
.single-widget .address li a:hover{
  list-style-type:none;
}
.single-widget .address li i {
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #09052a;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.single-widget .address li:hover {
  color: #82caeb;
}
.single-widget .address li:hover a {
  color: #82caeb;
}
.single-widget .address li:last-child {
  margin-bottom: 0;
}
.single-widget .links li {
  margin-bottom: 14px;
  display: inline-block;
  padding: 0 20px;
}
.single-widget .links li a {
  color: #fff;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}
.single-widget .links li:last-child {
  margin-bottom: 0;
}
.single-widget .links li:hover {
  color: #1a1a1a;
}
.single-widget .links li:hover a {
  color: #ababab;
}
.single-widget .instagram {
  margin-top: 27px;
}
.single-widget .instagram li {
  display: inline-block;
  width: 25%;
  margin-bottom: 10px;
  padding-right: 7px;
}
.single-widget .instagram li pl a {
  color: #fafafa;
}
.single-widget .instagram li:hover {
  color: #3a8d00;
}
.single-widget .instagram li:hover a {
  color: #3a8d00;
}
.single-widget .social-icon {
  margin-top: 15px;
}
.single-widget .social-icon li {
  display: inline-block;
  padding-left: 5px;
}
.single-widget .social-icon li a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #3a8d00;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s;
}
.single-widget .social-icon li a i:hover {
  background-color: #333;
}
.single-widget.single-widget-4 {
  padding-left: 30px;
}
.footer-bottom-area {
    background-color: #0e2941;
    padding: 28px 0;
    height: auto;
    position: relative;
    z-index: 99;
    border-top: 1px solid #787878;
}
.footer-bottom-area p {
  color: #fff;
  margin-top: 4px;
  font-size: 14px;
}
.footer-bottom-area .conditions {
  float: right;
}
.footer-bottom-area .conditions li {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.footer-bottom-area .conditions li::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -14px;
  width: 1px;
  height: 15px;
  background-color: #fff;
}
.footer-bottom-area .conditions li a {
  color: #fff;
  text-decoration: none;
}
.footer-bottom-area .conditions li:last-child::before {
  display: none;
}
.single-widget ul {
  padding-left: 0;
}
.single-widget ul li {
  list-style-type: none;
}
a:hover {
  color: #0056b3;
  text-decoration: none;
}
.page-title-area {
    position: relative;
    z-index: 1;
    text-align: center;
    background: #191919;
    padding: 0 0 40px 0;
    background: rgb(39,233,146);
    background: radial-gradient(circle, rgba(39,233,146,1) 0%, rgba(14,41,65,1) 100%);
}
.page-title-area::before {
  /* content: ''; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0,0,0,0.5);
  opacity: 0.9;
}

.page-title-area .page-title-content h2 {
  margin-bottom: 0;
  font-size: 48px;
  color: #fff;
  margin-top: 20px;
}
.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.page-title-area .page-title-content ul li {
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 15px;
    padding-right: 5px;
}
.page-title-area .page-title-content ul li a {
  color: #fff;
}
.page-title-area .page-title-content ul li i {
    font-size: 12px;
    padding-left: 11px;
    padding-right: 10px;
}
.product-details-image {
  text-align: center;
  /* background-color: #f7f7f7; */
  margin: auto;
  padding: 50px 70px;
  background: linear-gradient(#f7f7f7,#ffffff);
}
.cart-wraps {
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
    padding: 40px;
    margin-top: 100px;
}
.sec1-prodiv-rgt-mid select {
  height: 45px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  padding-left: 12px;
  border-radius: 2px;
}

.cart-table table {
  margin-bottom: 0;
}
.cart-table table thead {
  text-align: center;
}
.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 0 0 15px;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 16px;
}
.cart-table table tbody tr td {
  vertical-align: middle;
  color: #666;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
  text-align: center;
}
.cart-table table tbody tr td.product-thumbnail img {
}
.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}
.cart-table table tbody tr td.product-name a {
  color: #666;
  font-weight: 600;
  display: inline-block;
}
.cart-table table tbody tr td.product-name a:hover {
  color: #333;
}
.cart-table table tbody tr td.product-price span {
  font-weight: 500;
}
.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}
.cart-table table tbody tr td.product-subtotal .remove {
  color: #666;
  float: right;
  position: relative;
  top: 1px;
  transition: all 0.5s;
}
.cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 22px;
}
.cart-table table tbody tr td.product-subtotal .remove:hover {
  color: red;
}
.cart-table table tbody tr td.product-subtotal span {
  font-weight: 500;
}
.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: 0.5s;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #333;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #333;
}
.cart-buttons {
  margin-top: 30px;
}
.cart-totals {
  background: #fff;
  padding: 40px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: auto;
  margin-top: 50px;
}
.cart-totals h3 {
  margin-bottom: 25px;
  font-weight: 700;
}
.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #323232;
  overflow: hidden;
  font-weight: 700;
}
.cart-totals ul li:first-child {
  border-bottom: none;
}
.cart-totals ul li:last-child {
  border-top: none;
}
.cart-totals ul li span {
  float: right;
  color: #666;
  font-weight: normal;
}
.cart-area .nice-select {
  height: 50px;
  line-height: 49px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 18px;
}
.cart-area .coupon-wrap {
  margin-top: 50px;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.cart-area .coupon-wrap h3 {
  padding-bottom: 25px;
}
.cart-area .coupon-wrap .form-group {
  margin-bottom: 18px;
}
.cart-wraps {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 40px;
}

a.btn.default-btn i{
  padding-left: 6px;
}
.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    background: #ffffff;
    padding: 18px 20px 15px;
    margin-bottom: 65px;
    border-top: 3px solid #191919;
    position: relative;
    color: #666666;
    margin-top: 78px;
}
.user-actions span a {
  display: inline-block;
  color: #3a8d00;
  font-size: 15px;
}
.user-actions::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}
.billing-details {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.billing-details .form-group {
  margin-bottom: 20px;
}
.billing-details .form-group label {
  display: block;
  color: #666666;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.form-control {
  height: 50px;
  color: #6e6e6e;
  border: 1px solid #e8e8e8;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}

.billing-details .form-group label .required {
  color: #fe532f;
}
select.form-control {
  height: 50px !important;
}
.banner-area .shape-text span {
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 700;
  left: 130px;
  position: absolute;
  bottom: -50px;
  opacity: 0.3;
  color: #e4d7d7;
}
p:last-child {
  margin-bottom: 0;
}
.contact-info-area .single-contact-info {
  text-align: center;
  /* box-shadow: 0 0 40px rgb(82 85 90 / 59%); */
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
  transition: all 0.5s;
  height: 260px;
  border: 1px solid #28e28f;
}
.contact-info-area .single-contact-info i {
  display: block;
  color: #196bc8;
  transition: all 0.5s;
  font-size: 25px;
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  line-height: 50px;
  border: 2px dotted #196bc8;
  border-radius: 50%;
}
.contact-info-area .single-contact-info h3 {
  transition: all 0.5s;
  font-size: 18px;
  line-height: 18px;
}
.contact-info-area .single-contact-info a {
  color: #686868;
  transition: all 0.5s;
  display: block;
}
.contact-info-area .single-contact-info:hover {
  /* background: linear-gradient(90deg, rgb(169 15 15) 0%, rgb(0 7 108) 100%); */
  color: #fff;
  background: #24b47c;
}
.contact-info-area .single-contact-info:hover i {
  color: #fff;
  border-color: #fff;
}
.contact-info-area .single-contact-info:hover h3 {
  color: #fff;
}
.contact-info-area .single-contact-info:hover a {
  color: #fff;
}
.blog-area {
  position: relative;
}
.blog-area .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 150px;
  z-index: -1;
}
.blog-area .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 150px;
  z-index: -1;
}
.blog-wrap.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: 0.01;
  margin-top: 0;
}
.blog-wrap.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: transparent;
  border: 1px solid #3a8d00;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.blog-wrap.owl-theme .owl-dots .owl-dot:hover span {
  border-color: #3a8d00;
}
.blog-wrap.owl-theme .owl-dots .owl-dot:hover span::before {
  background-color: #3a8d00;
}
.blog-wrap.owl-theme .owl-dots .owl-dot.active span {
  border-color: #3a8d00;
  position: relative;
}
.blog-wrap.owl-theme .owl-dots .owl-dot.active span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #3a8d00;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  margin: 3px;
}
.single-blog-post {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
  transition: all 0.5s;
}
.single-blog-post .post-image {
  position: relative;
  overflow: hidden;
}
.single-blog-post .post-image a {
  display: block;
}
.single-blog-post .post-image a img {
  border-radius: 5px;
  transition: 0.5s;
}
.single-blog-post .post-content {
  padding: 25px;
  min-height: 234px;
}
.single-blog-post .post-content .date {
  color: #3a8d00;
  font-size: 12px;
  margin-bottom: 8px;
  margin-top: -4px;
}
.single-blog-post .post-content .date i {
  font-size: 12px;
}
.single-blog-post .post-content h3 a {
  margin-bottom: 8px;
  line-height: 1.4;
  color: #333;
  font-size: 1.3rem;
}
.single-blog-post .post-content p {
  margin-bottom: 0;
}
.single-blog-post .post-content .read-more {
  margin-top: 22px;
}
.single-blog-post:hover {
  transform: translateY(-5px);
}
.single-blog-post:hover h3 a {
  color: #3a8d00;
}
.single-blog-post:hover .post-image a img {
  transform: scale(1.3) rotate(4deg);
}
.single-blog-post:hover .read-more {
  color: #3a8d00;
}
.single-blog-post:hover .read-more i::after {
  animation: rotation 10s infinite linear;
}
.banner-area .banner-images-right {
  position: absolute;
  max-width: 40%;
  top: 110px;
  right: 80px;
}
span.rounded-area {
  margin-left: 20px;
  background-color: #30342f;
  padding: 3px 0;
  border-radius: 50%;
  color: #fff;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 18px;
  font-size: 11px;
  top: 19px;
  border: 1px solid #310808;
  text-align: center;
}
.nav-cart-content {
  top: 100%;
  right: 0px;
  position: absolute;
  z-index: 999;
  background-color: #fff;
  padding: 2px;
  border: 3px solid #e2dddb;
  width: 336px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
  border-radius: 3px;
  display:none;
  transition: all 0.3s ease;
}
.nav-cart-item-desc a {
     font-family: "Poppins", sans-serif;
  color: #222;
}
li.nav-item.cart-sec {
  position: relative;
}

.nav-cart-item:first-child {
  border-top: 0 none;
  margin-top: 0;
  padding-top: 0;
}
.nav-cart-item-image {
  border: 2px solid #eee;
  height: 48px;
  margin-right: 15px;
  transition: border-color 0.2s linear 0s;
  width: 48px;
}
.nav-cart-item-image a, .nav-cart-item-image img {
  display: block;
  height: 100%;
  width: 100%;
}
.nav-cart-item-quantity {
  padding: 4px 9px;
  margin-left: 13px;
  border-radius: 50%;
}
.banner-text p {
  padding-right: 33px;
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgb(254, 83, 47);
}

.ai-text h4 {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.ai-text p {
  font-size: 16px;
  margin-bottom: 28px;
}
.ai-text{margin-bottom:20px;position:relative;padding-left: 55px;}
.ai-text:before{content:"";top: 6px;left: -41px;width: 64px;height: 61px;position: absolute;background:url(../images/abt.png) 0 0 no-repeat;}
.abt1:before { background:url(../images/abt.png) 0 0 no-repeat;}
.abt2:before { background:url(../images/abt2.png) 0 0 no-repeat;}
.abt3:before { background:url(../images/abt3.png) 0 0 no-repeat;}

.site-btn {
  display: inline-block;
  border: none;
  font-size: 16px;
  font-weight: 600;
  min-width: 167px;
  padding: 14px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #fff;
  line-height: normal;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  background: -o-linear-gradient(305deg,#fdb07d 0%,#f65d5d 100%);
  background: #93278f;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdb07d",endColorstr="#f65d5d",GradientType=1);
  color: #fff;
  margin-top: 25px;
}

.pricing-item {
  text-align: center;
  background: #fff;
  padding-bottom: 40px;
  margin: 15px 0;
  border-radius: 13px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 6px rgba(72,105,114,.15);
  box-shadow: 0 5px 6px rgba(72,105,114,.15);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.pricing-item .pi-top {
  height: 156px;
  padding-top: 26px;
  background: #93278f;
}

.pricing-item .pi-top h4 {
     font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-item .pi-price {
  width: 144px;
  height: 144px;
  margin: -71px auto 30px;
  padding-top: 35px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 5px 6px rgba(72,105,114,.15);
  box-shadow: 0 5px 6px rgba(72,105,114,.15);
}
.pricing-item .pi-price h3 {
  font-size: 40px;
  font-weight: 700;
  color: #666;
}
.pricing-item .pi-price p {
  text-transform: uppercase;
  color: #999;
}

.pricing-item .pi-price p {
  text-transform: uppercase;
  color: #999;
  font-size:15px
}

.pricing-item .pi-price h3 {
  font-size: 30px;
  font-weight: 700;
  color: #666;
  line-height: 2.7;
}
.site-btn:hover{ color:#fff;}
.three_section {
  background: url(../images/course_bg.jpg) 0 0 no-repeat;
  padding: 4% 0;
}
.banner-area{background:url( ../images/banner.jpg) 0 0 no-repeat;height: 701px;background-position: center top;}

.min-height60{ min-height:500px;}
/* .top_menu .navbar-light .navbar-nav .nav-link{color: #252525;text-transform: capitalize;letter-spacing: 0px;font-size: 17px;} */
/* .top_menu .navbar-light .navbar-nav .nav-link:hover{color: #df699f;}  */
.blog-area{background: #222 url(../images/video_bg.png) 0 0 no-repeat;padding:4% 0;}
.blog-area .sec-title p, .blog-area .sec-title h1{ color:#fff;}
.three_section h2{margin-bottom:20px;}
.cart-area, .contact-info-area{background:#fff;padding-bottom: 80px;}
.about-img img{ margin:0 auto; display:block;}

.footer-top-area {
    background: #0e2941;
    background-position: center bottom;
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 3rem 0;
    }

.pro_detils ul {

  margin: 0;
  padding: 0;
  list-style-type: none;



  border-radius: 5px;
  width: 79%;

}
.pro_detils ul li {

  background: #f4f4f4;
  padding: 10px;
  margin: 0 0 5px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;

}


.list-type1{
  width:427px;
  /*! margin:0 auto; */
}

.list-type1 ol{
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin-bottom: 20px;
} 
.list-type1 ol ol{
  margin: 0 0 0 20px;
}

.list-type1 a {
  position: relative;
  display: block;
  padding: .4em;
  margin: .5em 0;
  background: #29a8d6;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: 10em;
  transition: all .2s ease-in-out;
  font-size: 18px;
}

.list-type1 a:hover {
  background: #1f91ba;
  text-decoration: none;
  transform: scale(1.1);
}

.list-type1 a:before{
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background:#2b86a7;
  height: 2em;
  width: 2em;
  line-height: 1.3;
  border: .3em solid #fff;
  text-align: center;
  font-weight: bold;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  color:#FFF;
} 
.how h2{ font-size:16px;}
.hdng1-pro {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    color: #131313;
    
}
.how {
  margin-bottom: 22px;
  background: #f2f2f2;
  padding: 30px;
  margin-top: 20px;
}
.how a {
  text-transform: uppercase;
}

.shippinAddress {
  background: #f4f4f4;
  padding: 10px;
  text-align: center;
  margin: 10px 0;
}
.question1{ padding-left:20px;}
.question1 span{ padding:0 6px;}

.second-blk-left-img2 {
  position: absolute;
  bottom: -70px;
  right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.second-blk-left-img2 .img2 {
  box-shadow: 0 0 8px #d2d2d2;
  background: rgba(255, 165, 53, 0.42);
  padding: 7px;
  border-radius: 50%;
}
.ai-text abt1 p{ margin-bottom:10px;}
/* .banner-bg-top {
      background: url(../images/bannerImage.jpg);
      background-position: 100% 100%;
      background-repeat: no-repeat;
      background-size: cover;
      
      
      
      padding: 150px 0 112px;
      margin: 0;
      
      
      position: relative;} */


      div#hero-block {
    /* background-position: center right; */
    /* background-size: cover; */
    /* width: 100%; */
    }
.waves-effect {
    position: absolute;
    left: 0;
    width: 100%;
    background-repeat: repeat-x !important;
bottom: 0;}
.hero-block .waves-effect.bottom {
    height: 70px;
    z-index: 5;
    position: absolute !important;
}
.hero-block .waves-effect.bottom {
    height: 256px;
}
.hero-block {
    color: white;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 0;
    height: 670px;
    display: flex;
    align-items: center;
    justify-content: center;
    }


.banner-bg-top h3 {
  color: #ffffff;
  font-size: 3rem;
  FONT-VARIANT: JIS83;
  
  position: relative;
  display: inline-block;
  line-height: 1;
  text-shadow: 1px 2px 4px #12434f;
}






.banner-bg-top .medil-text-bg {
  
  color: #33c6fc;
  font-size: 2.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 2rem;
  line-height: 53px;
  font-weight: bold;
}

.banner-bg-top .main-nav {
  padding: 0px;
  background: #f6da81 !important;
  border-bottom: 0px solid #fff;
  position: inherit;
}





.banner-bg-top p {
    /* color: #fff; */
    margin-bottom: 1rem;
    display: inline-block;
}
.banner-bg-top .button-bg-m{
  margin-top: 2rem;
}
/*-----------------------------------------*/
.button-bg-m{
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  border-radius: 0;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  background: #4b5280;
  transition: 0.3s ease-in-out all;
}
.button-bg-m:hover{background: #000000;}
.button-bg-m:after{
  content: "";
  /* width: 100%; */
  /* height: 100%; */
  /* border: 3px solid #ffffff; */
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 0; */
  /* transition: width 0.2s ease 0s, height 0.2s ease 0.1s, border-top-width 0.1s ease 0.2s, margin 0.2s ease 0s; */
}
.button-bg-m:hover:after{}
.button-bg-m.blue,
.button-bg-m.blue:hover{color: #ffffff;}
.button-bg-m.blue:after{}
.button-bg-m.orange,
.button-bg-m.orange:hover{ color: #f56f17; }
.button-bg-m.orange:after{ border-color: #f56f17; }
.button-bg-m.green,
.button-bg-m.green:hover{ color: #47cf77; }
.button-bg-m.green:after{ border-color: #47cf77; }
@media only screen and (max-width: 767px){
  .button-bg-m{ margin-bottom: 20px; }
}
/*--------------------------*/
.fitness-box{
  background: #fff;
  
  text-align: center;
  padding: 0px 25px 40px;
  margin: 20px 0 0;
  border-radius: 20px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 2px -1px 16px 0px rgba(143,143,143,0.75);
  -webkit-box-shadow: 2px -1px 16px 0px rgba(143,143,143,0.75);
  -moz-box-shadow: 2px -1px 16px 0px rgba(143,143,143,0.75);
}
.fitness-box:hover{ box-shadow: 0 10px 10px rgba(0,0,0,0.2); }
.fitness-box:before,
.fitness-box:after{
  content: "";
  background: linear-gradient(to top,#008d86,#01a2a6);
  width: 10px;
  border-radius: 0 100px 100px 0;
  position: absolute;
  top: 110px;
  bottom: 35px;
  left: 0;
}
.fitness-box:after{
  border-radius: 100px 0 0 100px;
  left: auto;
  right: 0;
}
.fitness-box .service-icon{
  color: #fff;
  background: linear-gradient(-45deg,#008d86 49%,#01a2a6 50%);
  font-size: 45px;
  line-height: 92px;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 100px;
  border: 15px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transform: translateY(-20px);
  transition: all 0.3s ease;
}
.fitness-box:hover .service-icon i{
  transform: rotateX(360deg);
  transition: all 0.3s;
}
.fitness-box .title{
  color: #008d86;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.fitness-box .description{
  color: #444;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  min-height: 89px;
}
.fitness-box.pink:before,
.fitness-box.pink:after{ background: linear-gradient(to top,#f53985 49%,#fd47a4); }
.fitness-box.pink .service-icon{ background:linear-gradient(-45deg,#f53985 49%,#fd47a4 50%); }
.fitness-box.pink .title{ color: #f53985; }
.fitness-box.purple:before,
.fitness-box.purple:after{ background: linear-gradient(to top,#8b33cc 49%,#a23adc); }
.fitness-box.purple .service-icon{ background:linear-gradient(-45deg,#8b33cc 49%,#a23adc 50%); }
.fitness-box.purple .title{ color: #8b33cc; }
.fitness-box.blue:before,
.fitness-box.blue:after{ background: linear-gradient(to top,#038bec 49%,#01aeee); }
.fitness-box.blue .service-icon{ background:linear-gradient(-45deg,#038bec 49%,#01aeee 50%); }
.fitness-box.blue .title{ color: #038bec; }
@media only screen and (max-width:990px){
  .fitness-box{ margin: 20px 0 50px; }
}
/*-----------------------------------------*/
.choose-program-area{

}
h2.section-heading {
  margin-bottom: 3rem;
  text-transform: uppercase;
}
h2.section-heading span {
  color: #1face1;
}
h3.section-subheading {
  font-size: 15px;
  color: #eceef1;
  font-weight: 400;
  width: 100%;
  margin: 0;
  padding-bottom: 1rem;
  line-height: 30px;
  
}
.about-us-area {
  padding: 7rem 0rem;
  width: 100%;
  background-image: url(../images/about-bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-position: center;
}
.about-us-area h2{
  color: #fff;
  margin-bottom: 2rem;
}
.about-us-area .button-bg-m{
  margin-top: 2rem;
}


/*-----------------------------------------*/
.product-bg-n{
    background: #fff;
    
    text-align: center;
    padding: 0;
    border-radius: 30px;
    /* box-shadow: 5px 5px 5px rgb(0 0 0 / 20%); */
    position: relative;
    margin-bottom: 30px;
    /* background: linear-gradient(to left bottom,#be1e2d,#97e8e4); */
    border-radius: 0 30px 30px 0;
}
.product-bg-n:before{
  content: '';

}

.product-image{
     position: relative;
     overflow: hidden;
     transition: all ease 0.5s;
     /* background: #ffffffa1; */
     padding: 10px;
     margin: 10px;
     border-radius: 0;
     margin-bottom: 0;
     border: 0;
     }

     


.product-image a.image{display: block;max-width: 60%;margin: auto;}
.product-image img{
  max-width: 100%;
}
.product-bg-n .mainPic{
  transition: 0.3s ease-in-out all;
}
.product-bg-n:hover .mainPic{
  /* transform: scale(1.1); */
}

.product-bg-n .social{
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
.product-bg-n .social li{ margin: 0 0 10px; }
.product-bg-n .social li a{
  color: #222;
  background: #fff;
  font-size: 18px;
  line-height: 42px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0,0,0,.1);
  display: block;
  opacity: 0;
  transform: scale(0);
  position: relative;
  transition: all 0.3s;
}
.product-bg-n .social li a:hover{
  color: #fff;
  background: #fc6702;
}
.product-bg-n:hover .social li a{
  opacity: 1;
  transform: scale(1);
}
.product-bg-n .social li a:before{
  content: attr(data-tip);
  color: #fff;
  background-color: #222;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 18px;
  padding: 4px 10px;
  border-radius: 50px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50%);
  position: absolute;
  right: 45px;
  top: 100%;
  transition: all 0.3s;
}
.product-bg-n .social li a:hover:before{
  visibility: visible;
  opacity: 1;
  top: 50%;
}
.product-bg-n:before, .product-bg-n:after {
    content: "";
    /* background: repeating-linear-gradient( 45deg ,#ae85ff,#8329d2 20px,#8752ee 20px,transparent 40px); */
    width: 0;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.product-bg-n:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
}
.product-bg-n:hover:before, .product-bg-n:hover:after {
    width: 100%;
}
.quick-view {
 
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    overflow: hidden;
    text-transform: uppercase;
    color: #105a81;
    background-color: #3fcdc9;
    display: inline-block;
    padding: 9px 40px;
    border-radius: 30px;
    transition: all ease 0.5s;
    position: relative;
    z-index: 1;
    border: 8px solid #fff;
}
.quick-view:hover { color: #3fcdc9;}

  .quick-view:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #141b22;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 0;
}

a.quick-view.cart-btn {
    background: #228887;
}

.quick-view:hover:after {
    height: 100%;
    bottom: auto;
    top: 0;
}


.quick-view i{ margin-right: 7px; }

.product-content
{
      text-align: center;
      background: transparent;
      margin: 10px 10px;
      border-radius: 0;
      z-index: 9;
      position: relative;
      background-size: 1px 1px;
      }
.title {
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding: 14px 10px 0 16px;
    transition: all ease 0.5s;
    color: #000;
    margin-bottom: 24px;
        min-height: 70px;
}
.title a {
    transition: all 0.3s ease;
    line-height: 1;
    font-size: 22px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-weight: 600;
    
}
.title a:hover{color: #333333;}
.product-bg-n .rating{
  padding: 0;
  margin: 0 0 3px;
  list-style: none;
}
.product-bg-n .rating li{
  color: #d1d1d1;
  font-size: 13px;
}
.price {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 500;
    transition: all ease 0.5s;
    padding: 0;
    margin: 0;
    width: 70px;
    height: 70px;
    background: #4b5280;
    border-radius: 100%;
    display: flex;
    align-items: center;
    letter-spacing: -1px;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    border: 3px solid #e3e3e3;
    z-index: 9999;
   
}
.nav-cart-item {
  display: flex;s
  align-items: center;
  justify-content: space-between;
}
.fitness-box.blue .service-icon span img{
  padding: 20px;
}
.qty-div input {
  background: #fff;
  border-radius: 29px;
  font-weight: 700;
}
.linkBtn {
  margin-top: 20px;
  position: absolute;
  opacity: 0;
  z-index: 6;
  /* transition: 0.3s cubic-bezier(0.42, 0, 0, 1.98) all; */
  width: 100%;
  bottom: -2%;
  left: 0;
  right: 0;
  margin: auto;
  transition: all ease 0.5s;
}
.product-bg-n:hover .linkBtn{
  opacity: 1;
  bottom: 2%;
}
@media screen and (max-width:990px){
  .product-bg-n{ margin: 0 0 30px; }
}
/*----------------------------------*/


.card_image img {
  max-width: 37%;
}

.owl-item.active .slider {}

.sliderWrapper .sliderImg+.sliderImg {
  width: 120px;
  border: 2px solid #09ae97;
  display: block;
  padding: 10px;
  margin: auto;
  background: #ceff8e;
}

.product-box {
   height: 560px;
   padding: 12px;
   position: relative;
   text-align: center;
   margin: 15px 0;
   background-color: #27e99238;
   border-radius: 10px;
}
.product-info {
    background: #00000000;
    padding: 10px;
}
h3.pr-name {
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-size: 14px;
    margin-top: 9px;
    height: 50px;
}

.sliderWrapper .sliderImg .sliderImg img {
  height: 50px;
  width: 150px;
  margin: auto;
}
.pr-price {
    margin: 6px 0;
    font-size: 2rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #000000;
}
.sliderImg img {
  max-width: 60%;
  display: block;
}

.product-btn a {
   color: #fff;
}

a.sliderImg {
  display: block;
  margin: auto;
  transition: 0.3s ease-in-out all;
}

.how p {
  font-weight: 600;
}

.bannerContent {
  position: relative;
  z-index: 5;
  text-align: left;
  padding: 0 20px;
  background: rgb(13 37 70 / 47%);
  padding: 25px;
  border-radius: 2px;
  outline: 2px solid rgb(13 37 70 / 47%);
  outline-offset: 9px;
  }

.bannerContent p {
  font-weight: 500;
  color: #ffffff;
  }

.banner-bg-top svg {
  position: absolute;
  
  left: -15px;
  right: 0;
  bottom: -140px;
filter: invert(1);width: 23%;}

.top_menu {
  position: relative;
  padding: 0;
  z-index: 55;
  background: #fff;
}

.sliderImg label {
  color: #38beab;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.navLogo {/* background: linear-gradient(1deg, #197028, #86db41); *//* border-radius: 10px; *//* box-shadow: 0px 2px 4px #fff; */}

.navLogo img {
    /* max-width: 100%; */
    display: block;
    /* margin: 10px 0; */
    /* height: 80px; */
    }

.section-title h1 {
  font-size: 2.3rem;
  font-weight: 600;
}

.page-title-content {
        padding: 100px 0;
} 
.product-bg-n:hover .title, .product-bg-n:hover .price{
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-5px,0);
}
.section-title p{
      color: #7b7b7b;
}
.prd-type-block-innr{
  position:relative;
  overflow: hidden;
    transition: all ease 0.5s;
}
.prd-type-block-innr-cont{
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      text-align: center;
      transform: translateY(-50%);
      z-index: 5;
}

.prd-type-block-innr-cont h4{
      display: inline-block;
      padding: 10px 30px;
      /* background: #000; */
      border-radius: 51px;
      color: #fff;
      text-transform: capitalize;
      font-size: 17px;
      font-weight: 600;
      margin-bottom: 20px;
}
.prd-type-block-innr-cont .innr-link{
      
      text-transform: capitalize;
      color: #fff;
      font-weight: 600;
      transition: all ease 0.5s;
      border: 2px solid #fff;
      padding: 10px 18px;
      border-radius: 30px;
      /* margin-top: 20px; */
}

.prd-type-block-innr:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(27 27 27 / 51%);
    content: '';
    /* -webkit-transition: -webkit-transform 0.6s; */
    /* transition: transform 0.6s; */
    /* -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,
45deg
) translate3d(0,-120%,0); */
    /* transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,
45deg
) translate3d(0,-120%,0); */
    z-index: 1;
}

.prd-type-block-innr:hover:before{
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,
45deg
) translate3d(0,120%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,
45deg
) translate3d(0,120%,0);
}
.address-innr {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}
.address-innr h4{
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
}
.address-innr p, .address-innr p a{
  color: #ffffff;
}

.description ul {
    /* margin: 30px 0; */
}
.description li {
    margin: 5px 0;
}
.nav-cart-item-desc {
    width: 81%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-cart-item {
    margin-bottom: 30px;
}

.description {
    margin: 40px 0;
    height: auto;
    overflow: auto;
    padding-right: 10px;
}
.description h5{
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  display: inline-block;
}
.product_features{
  margin-top: 1.5rem;
}
.description li:empty, .product_features h4:empty, .product_features p:empty{
  display: none;
}
.not-allowed {cursor: not-allowed !important; pointer-events: none !important; }


.feature-item {
        transition: .2s;
        height: auto;
        margin-bottom: 32px;
        box-shadow: 2px 2px 14px #dbdbdb;
        border-radius: 26px;
        padding-bottom: 10px;
        background: #1fa299;
        border: 15px solid #fff;
    }
.feature-item:hover {
    /* background: linear-gradient(45deg, #f5f5f5, #efefef); */
}
.feature-item:hover .sliderImg{
  /* transform: scale(1); */
  }
.feature-item.gradient-hover {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.feature-item.gradient-hover:before { 
   /* top: 0; */
    /* right: 0; */
    /* height: 100%; */
    /* background: #ffffff; */
    /* z-index: -1; */
    /* transition: all .8s ease-in-out; */
    
        }
        .feature-item:before {
    content: "";
    }
.feature-item.gradient-hover:hover:before {
    
    
}
.linkBtn1 {
    margin-top: 20px; 
    /* top: 0; */
    /* right: 11px; */
/* position: absolute; */}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    bottom: 20px !important;
    width: calc(var(--swiper-navigation-size)/ 3 * 21);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
  
}

.product_features h4{
        justify-content: left;
}

@import url('https://fonts.googleapis.com/css2?family=Caveat&amp;family=Oswald:wght@300;400&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&amp;display=swap');
@import url("https://fonts.googleapis.com/css2?family=Teko&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;family=Prata&amp;display=swap');
*{
	margin: 0;
	padding: 0;
  	
	box-sizing: border-box;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
    transition: all 0.2s linear;
}
a:hover{
	text-decoration: none;
}
.about-heading{
  padding-top:50px;
}
.single-feature {
    text-align: center;
    margin-top: 25px;
    background: #fff;
    padding: 46px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    position: relative;
    z-index: 3;
    min-height: 365px;
    border-radius: 50%;
    border: 10px solid #18d3e6;
}
 .single-feature .part-icon {
    width: 82px;
    height: 84px;
   margin:0 auto;
}
.single-feature .part-text span.title {
    
    text-transform: capitalize;
    font-weight: 200;
    color: #18d3e6;
    margin-bottom: 14px;
    font-size: 20px !important;
    line-height: 40px !important;
}
.about-heading{
  padding-top:100px;
}
     .footer-list li{
       border-bottom:none;
     }
     .about-heading h2 span{
       color:#18d3e6;
       text-transform: capitalize;
     } 
/*---------------------------------- HEADER CSS -------------------------*/
.site-header {
    z-index: 99;
    margin: auto;
    background-color: #141b22 !important;
    position: relative;
        -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    
}
.site-header .navbar-brand img {
    max-width: 220px;
}
.site-header .nav-link {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
  	color: #fff;
}
.site-header .nav-item .nav-link {
    position: relative;
}
/* .navbar-light .navbar-nav .active {
    color: #1b1b1b !important;
    background: #fff;
    border: 2px solid #df699f;
    border-radius: 27px;
} */
/* .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    color: #1b1b1b;
    padding: 8px 20px;
    border-radius: 20px;
    opacity: 1;
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
} */
.site-header .nav-item{
    margin-left: 8px;
}



/*------------------------------- BANNER CSS ---------------------------*/
.banner {
    padding: 180px 0;
    background: url(../images/static-images.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: -1;
}
.banner h4{
    font-size: 20px;
    margin-bottom: 20px;
    color: #18d3e6;
}
.banner h2 {
    font-size: 47px;
    color: #fff;
    margin-bottom: 6px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
}
.banner p {
    color: #fff;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 22px;
}
.main_btn {
    font-size: 14px;
    color: #fff !important;
    line-height: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-align: center;
    background-color: #18d3e6;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-table;
    padding: 11px 13px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    border-radius: 50px;
}
.main_btn:hover{
  background-color:#1b1b1b;
  color:#fff;
}


/*---------------------------------- BENEFIT CSS -------------------------*/
.pb-70 {
    padding-bottom: 30px;
}
.pt-100 {
    padding-top: 50px;
}
.section-title {
    max-width: 750px;
    margin: -6px auto 50px;
    text-align: center;
    position: relative;
}
.section-title h2:last-child {
    margin-bottom: 0;
}
.section-title h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #18d3e6;
}
.section-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
    position: relative;
  	color: #1b1b1b;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.single-expertise {
    overflow: hidden;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-bottom: 30px;
}
.single-expertise::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,0.9)));
    background-image: linear-gradient(transparent,rgba(0,0,0,0.9));
}
.single-expertise img {
    max-width: 100%;
    height: auto;
}
.single-expertise .expertise-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.single-expertise .expertise-title h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
  	line-height: 1.5;
  	font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.single-expertise .expertise-content {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    padding: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
}
.single-expertise .expertise-content h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
  	font-weight: 700;
    font-family: "Poppins", sans-serif;
  	line-height: 1.5;
}
.single-expertise .expertise-content p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 20px;
}

.single-expertise:hover{
  -webkit-transform:translateY(-5px);
  transform:translateY(-5px)
}
.single-expertise:hover .expertise-title{
  opacity:0
}
.single-expertise:hover .expertise-content{
  bottom:0;
  opacity:1
}
.single-expertise:hover .expertise-content h3{
  bottom:50px
}

/*------------------------------- CHOOSE CSS ---------------------------*/

.bg-color {
    background-color: #18d3e6;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.why-choose-us-content {
    margin-top: -5px;
}
.why-choose-us-content span {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}
.why-choose-us-content h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 26px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.why-choose-us-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.why-choose-us-content ul li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 35px;
}
.why-choose-us-content ul li span {
    position: absolute;
    left: 0;
    top: 0;
    color: #f8f9fa;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 49px;
    font-size: 30px;
    display: inline-block;
    text-align: center;
    border: 1px dashed #0e1521;
    z-index: 1;
    
    font-weight: normal;
}
.why-choose-us-content span {
    font-size: 29px;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-bottom: 0;
}
.why-choose-us-content ul li span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    margin: 3px;
}
.why-choose-us-content ul li h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
  font-weight: 700;
    font-family: "Poppins", sans-serif;
      line-height: 1.5;
}
.why-choose-us-content ul li p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 22px;
}
p:last-child {
    font-family: "Poppins", sans-serif;
}
.why-choose-us-img {
    text-align: right;
}
.why-choose-us-img img {
    max-width: 100%;
    height: auto;
}


/*------------------------------- WELCOME CSS ---------------------------*/
.wel{
    padding: 70px 0 70px;
  	background: url(../images/wel-ban.png);
    background-size: cover;
}
.wel h5{
    font-size: 18px;
    color: #18d3e6;
    font-weight: 600;
    margin-bottom: 15px;
  	margin-top: 150px;
}
.wel h3{
    color: #1b1b1b;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
  	font-size: 40px;
    margin-bottom: 15px;
}
.wel img{
    width: 100%;
}
.wel p {
    font-family: "Poppins", sans-serif;
    color: #333;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 26px;
}

/*---------------------------- SERVICE CSS ---------------------*/
.product {
    padding: 80px 0;
}

.pro-content {
    text-align: center;
}

.pro-content h5 {
    font-size: 58px;
    color: #18d3e6;
    font-weight: normal;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    line-height: 56px;
}
.pro-content h1 {
    color: #1b1b1b;
    font-weight: 200;
    font-size: 23px;
    margin-bottom: 61px;
    
    text-transform: capitalize;
    line-height: 18px;
}
.price-item {
    text-align: center;
    box-shadow: 0px 0px 30px 0px rgb(221 221 221 / 35%);
    border-radius: 0px;
    padding: 20px 0px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-top: 15px;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 30px;
}
.price-image {
    margin-bottom: 10px;
}
.price-image img {
    width: 100%;
}
.style-one .pricing-content {
    background-color: #f7f7f7;
}

.pricing-content {
    padding-bottom: 60px;
    padding: 15px 17px 29px;
}
.price-circle {
    height: 44px;
    width: 150px;
    border-radius: 50%;
    position: relative;
    margin-bottom: -15px;
    display: inline-flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    position: absolute;
    top: 31px;
    left: 6px;
    border-radius: 0;
}
.price-circle p {
    margin-bottom: 10px;
  	font-weight: 800;
    font-size: 18px;
}
.style-one .price-circle h3 {
    color: #fff;
}

.price-circle h3 {
    font-size: 15px;
    margin-bottom: 0;
    background-color: #222;
    padding: 9px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    border-radius: 40px;
}

.style-one .price-circle:after {
    border-color: #fcb4b3;
}
.price-circle:after {
    position: absolute;
    content: '';
    height: calc(100% + 25px);
    width: calc(100% + 25px);
    left: -12.5px;
    top: -12.5px;
    z-index: -1;
    border-radius: 50%;
}
.style-one .pricing-content ul, .style-one .pricing-content li {
    border-color: #000;
}

.pricing-content ul {
    margin-bottom: 24px;
    border-top: 1px dashed;
}
.pricing-content li {
    border-bottom: 1px dashed;
    padding: 13px;
    font-family: "Poppins", sans-serif;
}
.style-one .pricing-content {
    background-color: #fff !important;
}
.style-two .pricing-content {
    background-color: #fff;
}
.style-two .price-circle h3 {
    color: #fff;
}
.style-two .price-circle:after {
    border-color: #c1d5aa;
}
.style-two .pricing-content ul, .style-two .pricing-content li {
    border-color: #161615;
}
.style-two .pricing-content .pro-nm {
    color: #2d3232;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.style-one .pricing-content .pro-nm {
    color: #2b3030;
    font-size: 15px;
    font-weight: 500;
    min-height: 0;
    
}


/*---------------------------- FOOTER CSS -----------------------------*/
footer {
    padding: 60px 0 56px;
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative !important;
    background-attachment: fixed;
}

footer h5 {
    
    font-size: 28px;
    color: #4b5280;
    line-height: 35px;
    font-weight: 200;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    letter-spacing: 0;
}
footer h5::before {
  	    position: absolute;
    content: "";
    top: 40px;
    left: 0;
    width: 100px;
    height: 1px;
  background: #4b5280;
}

.footer-list li:first-child {
    padding-top: 0px;
}
.footer-list li a {
    color: #fff;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    font-size: 14px;
}
.footer-list li a:hover{
    color: #4b5280;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.footer-list li {
    margin-bottom: 13px;
    position: relative;
    padding: 13px 10px 12px 0px;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 14px;
    background: none;
    color: #fff;
}

.copy {
    padding: 12px 0;
    background-color: #18d3e6;
    border-top: 1px solid #18d3e6;
}
.copy p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
}

/*---------------------------- CHECKOUT PAGE CSS ---------------------------------*/
#top {
    background: #fff;
    border: none;
    padding: 30px 0 21px;
    left: 0;
    top: 0;
    width: 100%!important;
    z-index: 999;
    text-align: left;
}
.quick-title{
  	color: #1b1b1b;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    margin-bottom: 35px;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-family: "Poppins", sans-serif;
}
select, input, button, textarea {
    outline: none !important;
    margin: 0px;
}
.left-section {
    background-color: #f7f7f7;
    padding: 36px 26px 51px;
}

h2.blacktext {
    padding: 14px;
    background-color: #4b5280;
    font-size: 34px !important;
    margin-bottom: 0;
    font-family: Poppins,sans-serif;
    text-transform: capitalize;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: "Poppins", sans-serif;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 53px;
    font-family: "Poppins", sans-serif;
  	    border-right: 5px solid #4b5280;
}
.form-control {
    box-shadow: none;
}
select.form-control.ng-pristine.ng-untouched.ng-valid {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 53px;
    font-family: "Poppins", sans-serif;
  border-right: 5px solid #4b5280;
}

select.form-control:not([size]):not([multiple]) {
    height: 53px !important;
}
.right-section {
    background-color: #f7f7f7;
    padding: 47px 39px 51px;
    margin-bottom: 80px;
    margin-top: 37px;
}
.radio.ng-binding {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}
iframe {
    border: 0;
}
input.shortcode_button, button.shortcode_button {
    margin: 0;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-align: center;
    background-color: #4b5280;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-table;
    padding: 11px 40px;
    border-radius: 4px;
    line-height: normal;
}

.checkout-title{
  color: #1b1b1b;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    margin-bottom: 35px;
}
.checkout-cart-total h4{
  	font-size: 18px;
    color: #18d3e6;
    font-weight: 600;
    margin-bottom: 15px;
}
.your-order-list {
    box-shadow: 0 0 7px rgb(0 0 0 / 44%);
    border-radius: 5px;
    padding: 27px;
    margin-top: 23px;
}
.wt-box.your-order-list ul {
    padding-left: 0;
}
.your-order-list ul li {
    padding: 15px 10px;
    clear: both;
    border-bottom: 1px solid #afb1ad;
    list-style-type: none;
    font-family: "Poppins", sans-serif;
  	font-size: 13px;
}
strong.float-right.ng-binding {
    font-family: "Poppins", sans-serif;
}
.fxt-why-choose-box-layout1 ul li {
    display: block;
    color: #ffffff;
    padding-left: 25px;
    margin-bottom: 16px;
    position: relative;
    letter-spacing: 0;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}
.fxt-why-choose-box-layout1 ul li:after {
    content: "";
    height: 12px;
    width: 12px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fxt-why-choose-box-layout1 ul {
    display: inline-block;

}
.why-choose-us-content p {
    font-family: "Poppins", sans-serif;
    color: #122256;
    font-size: 15px;
    margin-bottom: 32px;
}
.why-choose-us-img img {
    background-color: #fff;
    padding: 16px;
    border-radius: 4px;
}

@media screen and (max-width: 768px) {
 .about-area-4 .about-bg-thumb {
    
    display: none;
}
  .about-area-4 .about-features{
     display: none;
  }
  
}
select#cars {
  background-color: #4b5280;
  color: #fff;
  border: none;
  padding: 3px 32px;
  height: 39px;
}
p.price-sec {
    font-size: 21px;
    font-weight: bold;
}

.summarydiv-cart {
  width: 100%;
  float: left;
  margin-top: 15px;
  border-bottom: 1px solid #f0eeee;
  margin-bottom: 26px;
}
.summary-cart-top {
    width: 100%;
    float: left;
    background: #4b5280;
    height: 45px;
}
.summary-cart-top1, .summary-cart-mid1 {
  width: 50%;
  float: left;
}
.p1-cart {
  text-align: left;
  padding-left: 15px;
}
.p1-cart, .p2-cart, .txt19-ordr {
    color: #fff;
    font-size: 20px;
    line-height: 49px;
    padding-top: 0px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.summary-cart-top2, .summary-cart-top3, .summary-cart-mid2, .summary-cart-mid3 {
    width: 25%;
    text-align: center;
}
.p2-cart {
  text-align: center;
}
.p1-cart, .p2-cart, .txt19-ordr {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding-top: 12px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.summary-cart-top3, .summary-cart-mid3, .sumbtm-price {
  box-sizing: border-box;
}
.summary-cart-top2, .summary-cart-top3, .summary-cart-mid2, .summary-cart-mid3 {
  width: 20%;
  float: left;
}
.summary-cart-prod1, .summary-cart-prod2 {
  width: 100%;
  height: auto;
  display: table;
  float: inherit;
  padding: 17px 0;
  position: relative;
  border-left: 1px solid #f0eeee;
  border-right: 1px solid #f0eeee;
}
.summary-cart-mid1, .summary-cart-mid2, .summary-cart-mid3 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.summary-cart-mid1 {
  position: relative;
}
.summary-cart-top1, .summary-cart-mid1 {
  width: 50%;
  float: left;
}
.p3-cart {
  font-size: 15px;
  line-height: 18px;
  color: #434142;
  text-transform: capitalize;
  /* font-family: 'Museo Sans700'; */
}
.p3-cart, .p4-cart {
  text-align: left;
  padding-left: 15px;
}
.for-desk {
  display: block;
}
.p4-cart {
  font-size: 14px;
  line-height: 17px;
  color: #898989;
}
.p3-cart, .p4-cart {
  text-align: left;
  padding-left: 15px;
}
.summary-cart-mid1, .summary-cart-mid2, .summary-cart-mid3 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.summary-cart-top2, .summary-cart-top3, .summary-cart-mid2, .summary-cart-mid3 {
    width: 25%;
    text-align: center;
}
.p5-cart {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  padding-top: 10px;
  color: #191b1b;
}
.cross-cart {
    cursor: pointer;
    position: absolute;
    top: 45%;
    right: 20px;
}
.summary-cart-btm {
  width: 100%;
  float: left;
}
.summary-cart-prod2, .summary-cart-btm {
  border-top: 1px solid #f0eeee;
  padding-bottom: 21px;
}
.sumbtm-price {
    width: 80%;
    float: right;
    margin-top: 12px;
}
.summary-cart-top3, .summary-cart-mid3, .sumbtm-price {
  box-sizing: border-box;
}
p6-cart, .p7-cart {
  float: right;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #434142;
  padding: 5px 13px;
  text-transform: uppercase;
}

.brdr1 {
  font-weight: bold;
  border-top: 1px solid #f0eeee;
  padding-top: 12px;
  margin-top: 6px;
}
.p7-cart {
    font-size: 26px;
    line-height: 26px;
    color: #000;
    display: flex;
    justify-content: space-between;
}
.mrgn1-pro {
  margin: 18px 0 0 20px;
}
.btndiv4 {
    margin-top: 22px;
    width: 225px;
    padding: 10px 0;
    float: left;
    color: #494949;
    border: 2px solid #056839;
    font-family: "Poppins", sans-serif;
}
.btndivtxt1 {
  font-size: 18px;
  line-height: 18px;
  /* color: white; */
}
.btndiv {
    text-align: center;
    cursor: pointer;
    color: #3f5a09;
    outline: none;
    transition: all 2s ease 0s;
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
    border: none;
    box-sizing: border-box;
    text-transform: uppercase;
    border: 2px solid #181a1f;
    background: transparent;
    display: inline-block;
    border-radius: 4px;
    /* font-weight: 900; */
    
    letter-spacing: 0;
}
.summary-cart-prod1, .summary-cart-prod2 {
  width: 100%;
  height: auto;
  display: table;
  float: inherit;
  padding: 17px 0;
  position: relative;
  border-left: 1px solid #f0eeee;
  border-right: 1px solid #f0eeee;
}
select.ng-pristine.ng-untouched.ng-valid {
    background-color: #f6f4f4;
    padding: 10px;
    border: none;
}
.nav-cart-items {
    overflow-y: scroll;
    height: 100px;
}
.nav-cart-item.clearfix.ng-scope {
    margin-bottom: 16px;
}
p.copyright {
    color: #fff;
}
 .feature-block{
        padding: 100px 0;
    background: #021840;
  }
  .feature-box{
        position: relative;
        overflow: hidden;
        transition: all ease 0.7s;
        margin-top: 15px;
  }
.feature-box:before{
  content:
  "";
  position:
  absolute;
  background: rgba(0,0,0,.5);
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  transition: all ease 0.5s;
}
  .feature-content{
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    height: 85px;
    transition: all ease 0.7s;
    padding-left: 25px;
  }
  .feature-content h3{
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    letter-spacing: 1px;
  }
.feature-content p{
    
    color: #e7e7e7;
    line-height: 25px;
    font-size: 15px;
  }
.feature-box:hover:before{
    top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.feature-box:hover .feature-content{
  height:80%;
  top:20%;
}
.heading-block h2{
  font-family: "Poppins", sans-serif;
    color: #4b5280;
}
.heading-block p{

    color: #ccc;
}
.mid-block{
      padding: 100px 0 60px;
}
.mid-block-inner h4{
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      position:
      relative;
      padding: 0 32px;
      margin-top: 12px;
}
.mid-block-inner h4:before{
  content:
  "";
  position:
  absolute;
  width: 20px;
  height: 3px;
  background: #4b5280;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.mid-block-inner h4:after{
  content:"";
  position:absolute;
}
.mid-block-left h4{
  font-family: "Poppins", sans-serif;
}

.mid-block-left h5 {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    color: #4b5280;
    letter-spacing: 2px;
}
/*
Theme Name: Orbito
Theme URI: http://orbito.omanthemes.com/html/
Author: Orientate
Author URI: http://orbito.omanthemes.com
Description: Orbito - Creative Agency Responsive HTML5 Template
Version: 1.0
License:
License URI:
*/


/*==================================
    [Table of contents]
===================================
    01. Header Sections
    02. Slider Sections
    03. Services Sections
    04. About Sections
    05. Projects Sections
    06. Team Sections
    07. Video Sections
    08. Testimonials Sections
    09. Blog Sections
    10. Clients Sections
    11. Footer Sections
    12. Copyright Sections
    13. Contact Pages
    14. Fun Fact
    15. Pages Bannar
    16. Page Sidebar Widgets
    17. Shop Page
    18. FAQ Page
    19. Package Page
    20. Cart page
    21. Back to Top
    22. Back to Top
    23. Popup Menu
*/


/*------------------------------------------------------
/  01. Header Sections
/------------------------------------------------------*/
.header01{
    position: relative;
    min-height: 120px;
    background: #FFF;
    padding: 0 48px;
}
.fixedHeader.header01{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    z-index: 999;
}
.headerInner{
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.logo{
    flex: 1;
    margin: 0;
}
.logo img{
    height: 48px;
    width: auto;
}
.mainMenu{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
}
.mainMenu ul{
    margin: 51px 0 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    justify-content: center;
}
.mainMenu ul li{
    list-style: none;
    position: relative;
    margin: 0 55px 0 0;
    padding: 0 0 51px;
}
.mainMenu ul li:last-child{
    margin-right: 0;
}
.mainMenu ul li a{
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #343c55;
    margin: 0;
}
.mainMenu ul li.menu-item-has-children &gt; a:after{
    content: '\2b';
    font-family: 'Font Awesome 6 Free';
    color: inherit;
    font-weight: 900;
    font-size: 10px;
    margin-left: 5px;
    position: relative;
    top: -.5px;
}
.mainMenu ul li:hover &gt; a, .mainMenu ul li.active &gt; a{
    color: #f9758f;
}
.menu_btn, .menu_btn02{
    display: none;
}
.header01Search{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 999;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    top: -150%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.active.header01Search{
    top: 0;
    opacity: 1;
    visibility: visible;
}
.header01Search form{
    margin: 0;
    padding: 0;
    position: relative;
}
.header01Search input{
    height: 120px;
    display: block;
    width: 100%;
    border: none;
    font-size: 36px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    line-height: 42px;
    color: #868b9b;
}
.header01Search button{
    position: absolute;
    right: 41px;
    top: 0;
    line-height: 1;
    font-size: 36px;
    color: #f9758f;
    border: none;
    background: transparent;
    border-radius: 0;
    height: 36px;
    width: 36px;
    padding: 0;
    bottom: 0;
    margin: auto 0;
}
.header01Search button:hover{
    color: #868b9b;
}
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.header01Search input::-moz-placeholder{
    color: #868b9b;
    opacity: .6;
}
.header01Search input::-ms-input-placeholder{
    color: #868b9b;
    opacity: .6;
}
.header01Search input::-webkit-input-placeholder{
    color: #868b9b;
    opacity: .6;
}
.cancleSearch{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 36px;
    width: 36px;
    background: transparent;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #f9758f;
}
.cancleSearch:hover{
    color: #868b9b;
}


.accessArea{
    display: flex;
    flex: 1;
    justify-content: flex-end;
    margin: 33px 0 33px;
}
.headerIcons{
    display: inline-flex;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 1;
    color: #343c55;
    margin: 18px 0 18px 0;
}
.headerIcons a{
    color: inherit;
    margin-right: 24px;
}
.headerIcons a:last-child{
    margin-right: 0;
}
.headerIcons a.fac{
    color: #1877f2;
}
.headerIcons a.twi{
    color: #1da1f2;
}
.headerIcons a.lin{
    color: #0077b5;
}
.headerIcons a.ins{
    color: #405de6;
}
.headerIcons a.searchToggler{
    margin-right: 34px;
}
.headerIcons a:hover, .headerIcons a.active{
    color: #f9758f;
}
.headerCall{
    position: relative;
    padding: 10px 0 0 71px;
    min-height: 54px;
    margin: 0 0 0 36px;
}
.headerCall i{
    position: absolute;
    left: 0;
    top: 0;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    background: #eef7f8;
    color: #343c55;
    font-size: 18px;
}
.headerCall h4{
    font-size: 14px;
    line-height: 1;
    margin: 0 0 7px;
}
.headerCall h3{
    font-size: 18px;
    line-height: 1;
    margin: 0;
}

.header02{
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 9;
    width: 100%;
    background: transparent;
}
.fixedHeader.header02{
    background: #343c55;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    z-index: 999;
}
.headerInner02{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo2{
    position: relative;
    margin: 36px 0 36px;
}
.logo2 img{
    height: 48px;
    width: auto;
}
.mainMenu2{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}
.mainMenu2 ul{
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}
.mainMenu2 ul li{
    display: inline-block;
    list-style: none;
    margin: 52px 45px 0 0;
    padding: 0 0 52px;
    position: relative;
}
.mainMenu2 ul li a{
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 500;
    line-height: 1;
    display: block;
}
.mainMenu2 ul li.menu-item-has-children &gt; a:after{
    content: '\2b';
    font-family: 'Font Awesome 6 Free';
    color: inherit;
    font-weight: 900;
    font-size: 10px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
.mainMenu2 &gt; ul ul li.menu-item-has-children &gt; a:after{
    top: 0px;
}
.mainMenu2 ul li:hover &gt; a, .mainMenu2 ul li.active &gt; a{
    color: #f9758f;
}
.mainMenu2 .orbBtn01{
    margin: 33px 0 33px;
}
.mainMenu &gt; ul &gt; li &gt; ul, .mainMenu &gt; ul &gt; li &gt; ul &gt; li &gt; ul ,
.mainMenu2 &gt; ul &gt; li &gt; ul, .mainMenu2 &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
    padding: 15px 0;
    position: absolute;
    top: 100%;
    left: -30px;
    pointer-events: none;
    display: block;
    min-width: 220px;
    border-radius: 0;
    margin: 0;
    background: #fff;
    border-bottom: 3px solid #4b5280;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 30px 60px 0px rgb(2 24 93 / 8%);
    z-index: 10;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transition: .4s;
    transition: .4s;
}
.mainMenu2 &gt; ul &gt; li &gt; ul{
    top: 35px;
}
.fixedHeader .mainMenu2 &gt; ul &gt; li &gt; ul{
    top: 100%;
}
.mainMenu &gt; ul &gt; li &gt; ul &gt; li &gt; ul ,
.mainMenu2 &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
    left: calc(100% + 1px);
    top: 0;
    margin: 0;
}
.mainMenu &gt; ul &gt; li &gt; ul li,
.mainMenu2 &gt; ul &gt; li &gt; ul li{
    margin: 0;
    padding: 10px 30px 7px;
    width: 100%;
}
.mainMenu &gt; ul &gt; li &gt; ul li a,
.mainMenu2 &gt; ul &gt; li &gt; ul li a{
    display: inline;
    padding-bottom: 0px;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
    background: -webkit-gradient(linear,left top,left bottom,from(#f9758f),color-stop(98%,#f9758f));
    background: linear-gradient(to bottom,#f9758f 0%,#f9758f 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
}
.mainMenu2 &gt; ul &gt; li &gt; ul li a{
    color: #343c55;
    text-transform: capitalize;
}
.mainMenu &gt; ul &gt; li &gt; ul li:hover &gt; a,
.mainMenu &gt; ul &gt; li &gt; ul li:active &gt; a,
.mainMenu2 &gt; ul &gt; li &gt; ul li:hover &gt; a,
.mainMenu2 &gt; ul &gt; li &gt; ul li:active &gt; a{
    background-size: 100% 1px;
    background-image: linear-gradient(to bottom,#f9758f 0%,#f9758f 98%);
}
.mainMenu &gt; ul li:hover &gt; ul,
.mainMenu2 &gt; ul li:hover &gt; ul {
    pointer-events: inherit;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotatex(0deg);
    -moz-transform: rotatex(0deg);
    transform: rotatex(0deg);
}
.headerInner02 .orbBtn01.orbBtnBorder{
    margin-left: 5px;
}
.fixedHeader .mainMenu2 .orbBtn01 .bp-shape{
    background: #4b5280;
}


/*------------------------------------------------------
/  02. Slider Sections
/------------------------------------------------------*/
.slider01{
    position: relative;
    background: #343c55;
    overflow: hidden;
}
.roundAnim01{
    animation: zoom-in-zoom-out 3s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.05, 1.05);
    }
    100% {
        transform: scale(1, 1);
    }
}
.roundAnim02{
    animation: zoom-out-zoom-in 3s ease-out infinite;
}
@keyframes zoom-out-zoom-in {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(.95, .95);
    }
    100% {
        transform: scale(1, 1);
    }
}
.slider02{
    position: relative;
}
.tp-caption .orbBtn01 .bp-shape {
    display: inline-block;
    position: absolute;
    width: 25% !important;
    height: 100% !important;
    background: #343c55 !important;
    transform: translateY(150%) !important;
    border-radius: 50% !important;
    left: calc((var(--b) - 1) * 25%);
    transition: 0.5s !important;
    transition-delay: calc((var(--b) - 1) * 0.1s) !important;
    z-index: 1;
}
.tp-caption .orbBtn01:hover .bp-shape {
    transform: translateY(0) scale(2) !important;
    -moz-transform: translateY(0) scale(2) !important;
    -moz-transform: translateY(0) scale(2) !important;
}
.slider02 .tp-bannertimer, .slider01 .tp-bannertimer{
    display: none;
}
.slider02 .tparrows, .slider01 .tparrows{
    height: 60px;
    width: 60px;
    background: transparent;
    border: 2px solid #FFF;
    border-radius: 50%;
    font-size: 21px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #FFF;

    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.slider02 .tparrows:hover, .slider01 .tparrows:hover{
    border-color: #4b5280;
    background: #4b5280;
    color: #FFF;
}
.slider02 .tparrows.tp-leftarrow:before, .slider01 .tparrows.tp-leftarrow:before{
    content: '\f053';
    font-family: 'Font Awesome 6 Free';
    height: 100%;
    line-height: 56px;
}
.slider02 .tparrows.tp-rightarrow:before, .slider01 .tparrows.tp-rightarrow:before{
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    height: 100%;
    line-height: 56px;
}
.slider02 .tp-bullet, .slider01 .tp-bullet{
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    background: transparent;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.slider02 .tp-bullet.selected, .slider02 .tp-bullet:hover,
.slider01 .tp-bullet.selected, .slider01 .tp-bullet:hover{
    border-color: #f9758f;
}
.slider02 .tp-bullet span,
.slider01 .tp-bullet span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: #d5d6d6;
    border-radius: 50%;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.slider02 .tp-bullet.selected span, .slider02 .tp-bullet:hover span,
.slider01 .tp-bullet.selected span, .slider01 .tp-bullet:hover span{
    background: #4b5280;
}


/*------------------------------------------------------
/  03. Offer Section
/------------------------------------------------------*/
.iconBox01 {
    position: relative;
    background: #FFF;
    box-shadow: 0px 5px 90px 0px rgb(2 24 93 / 8%);
    border-radius: 15px;
    padding: 46px 48px 24px 47px !important;
    height: 800px;
}
.iconBox01 &gt; i{
    font-size: 59px;
    color: #4b5280;
    line-height: 1;
    display: block;
    margin: 0 0 36px;
}
.iconBox01 h3 {
    font-size: 19px;
    line-height: 25px;
    margin: 0 0 31px;
}
.iconBox01 p{
    margin: 0 0 41px;
}
.iconBox01 .seperator{
    height: 1px;
    background: #d8dde7;
    margin: 0 0 22px;
}


/*------------------------------------------------------
/  04. About Sections
/------------------------------------------------------*/
.aboutImage{
    position: relative;
    text-align: left;
    padding-left: 3px;
}
.aboutImage .aiImgRow{
    position: relative;
}
.aboutImage .aiImgRow:first-of-type{
    margin: 0 0 24px;
}
.aiImgRow img{
    border-radius: 10px;
}
.aiImgRow .aiImg01{
    margin: 50px 24px 0 0;
}
.aiImgRow .aiImg03{
    margin: 0 24px 0 0;
}
.aboutContent{
    position: relative;
    padding: 0 0 0 110px;
}
.aboutContent .secTitle {
    margin: 0 0 50px;
    
    font-weight: normal;
    letter-spacing: 0;
    font-size: 38px;
    color: #f9a4cb;
}
.aiCounter {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -38px;
    width: 198px;
    height: 198px;
    border-radius: 50%;
    text-align: center;
    padding: 47px 28px 35px;
    
    background: rgb(67,140,142);
    background: linear-gradient(176deg, #000 18%, #4b5280 71%);
    box-shadow: 0px 0px 0 10px #0a736e5e;
}
.aiCounter h2{
    font-size: 60px;
    line-height: 1;
    color: #FFF;
    margin: 0 0 5px;
}
.aiCounter h3{
font-size: 34px;
    line-height: 35px;
    color: #ffffff;
    
    margin: 0;
    font-weight: 200;
}
.abcCounters{
    display: flex;
    justify-content: flex-start;
    margin: 0 0 25px;
}
.circleProgressWrap{
    position: relative;
    margin: 0 30px 0 0;
    height: 96px;
    width: 96px;
}
.circleProgressWrap h3{
    font-size: 24px;
    line-height: 1;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.abcCounters p{
    font-size: 21px;
    line-height: 33px;
    color: #868b9b;
    margin: 13px 0 0;
}
.abDesc{
    margin: 0 0 37px;
}
.iconBox02{
    position: relative;
    padding-left: 66px;
}
.iconBox02 i{
    font-size: 48px;
    line-height: 1;
    color: #4b5280;
    position: absolute;
    left: 0;
    top: -1px;
}
.iconBox02 h4{
    font-size: 21px;
    line-height: 1;
    margin: 0 0 7px;
}
.iconBox02 p{
    line-height: 36px;
    margin: 0;
}
.aboutVideo{
    position: relative;
    background: #432d92;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    height: 100%;
}
.aboutVideo img{
    width: 100%;
    height: 100%;
    opacity: .44;
    object-fit: cover;
}
.avConent{
    position: absolute;
    left: 60px;
    bottom: 60px;
    z-index: 2;
    padding: 6px 60px 0 126px;
    min-height: 96px;
}
.avConent a{
    display: inline-block;
    font-size: 24px;
    text-align: center;
    line-height: 96px;
    height: 96px;
    width: 96px;
    border-radius: 50%;
    color: #FFF;
    background: #4b5280;
    position: absolute;
    left: 0;
    top: 0;
}
.avConent a i{
    position: relative;
    z-index: 2;
}
.avConent a:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: #f9758f;
    border-radius: 50%;

    opacity: 0;
    transform: scale(.5);
    -moz-transform: scale(.5);
    -webkit-transform: scale(.5);

    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.avConent a:hover:after{
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}
.avConent h3{
    font-size: 30px;
    line-height: 42px;
    color: #FFF;
    margin: 0;
}
.aboutSkills {
    height: 100%;
    position: relative;
    background: #432d92;
    border-radius: 0 10px 10px 0;
    padding: 44px 90px 30px 89px;
}
.aboutSkills .secTitle{
    font-size: 42px;
    line-height: 54px;
    color: #FFF;
    margin: 0 0 20px;
}
.aboutSkills p {
    color: #eef7f8;
    margin: 0 0 16px;
}
.singleSkill{
    position: relative;
    margin: 0 0 30px;
}
.singleSkill h3{
    font-size: 21px;
    line-height: 1;
    color: #FFF;
    margin: 0 0 16px;
}
.ssMode2 h3{
    color: #343c55;
}
.singleSkill span{
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 18px;
    line-height: 1;
    color: #FFF;
}
.ssMode2 span{
    color: #5e6371;
}
.skillWrap{
    height: 6px;
    position: relative;
    width: 100%;
    background: #FFF;
    overflow: hidden;
    border-radius: 6px;
}
.ssMode2 .skillWrap{
    background: #d8dbe6;
}
.skill{
    position: absolute;
    border-radius: 6px;
    left: 0;
    top: 0;
    height: 100%;
    background: #4b5280;
}
.aboutImage2{
    position: relative;
    margin-left: -109px;
    padding: 0 0 72px;
}
.aboutImage2 img{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.aboutImage2 img:first-child{
    margin: 194px 0 0px;
}
.aiCounter2{
    width: 244px;
    height: 244px;
    background: #4b5280;
    border-radius: 50%;
    position: absolute;
    left: 197px;
    bottom: 0;
    text-align: center;
    padding: 56px 0 50px;
}
.aiCounter2 h3{
    font-size: 21px;
    line-height: 1;
    color: #FFF;
    margin: 0;
}
.aiCounter2 h2{
    font-size: 60px;
    line-height: 1;
    color: #FFF;
    margin: 18px 0 15px;
}
.aboutContent2{
    position: relative;
    padding: 0 0 0 113px;
}
.aboutContent2 &gt; p{
    margin: 0 0 33px;
}
.aboutContent2 .secTitle{
    margin: 0 0 31px;
}
.iconBox04{
    position: relative;
    display: block;
    border: 1px solid #d8dde7;
    border-radius: 5px;
    text-align: center;
    padding: 33px 15px 38px 15px;
    margin: 0;
}
.iconBox04:hover{
    border-color: #4b5280;
}
.iconBox04 i{
    font-size: 49px;
    color: #4b5280;
    display: block;
    margin: 0 0 17px;
}
.iconBox04 h3{
    font-size: 18px;
    line-height: 1;
    margin: 0;
}
.abcSkillsArea{
    position: relative;
    margin: 35px 0 42px;
}
.abcSkillsArea .singleSkill{
    margin: 0 0 28px;
}
.abcFooter{
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.abcFooter .headerCall{
    margin: 0 0 0 27px;
}


/*------------------------------------------------------
/  06. Portfolio Sections
/------------------------------------------------------*/
.folioItem01{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.folioItem01 img {
    display: block;
    width: 100%;
    height: auto;
}
.folioItem01 .folioContent {
    position: absolute;
    display: block;
    width: calc(100% - 24px);
    right: auto;
    left: 12px;
    bottom: 12px;
    margin: auto;
    border-radius: 5px;
    padding: 29px 30px 22px 31px;
    background: rgba(67, 45, 146, .87);
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.77,0,.175,1) .1s;
    -moz-transition: -moz-transform .3s cubic-bezier(.77,0,.175,1) .1s;
    transition: transform .3s cubic-bezier(.77,0,.175,1) .1s;
}
.folioItem01:hover .folioContent {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);

    -webkit-transition: -webkit-transform .45s cubic-bezier(.77,0,.175,1);
    -moz-transition: -moz-transform .45s cubic-bezier(.77,0,.175,1);
    transition: transform .45s cubic-bezier(.77,0,.175,1);
}
.fcMeta{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #f9758f;
    font-weight: 500;
    margin: 0 0 14px;

    text-align: left;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.folioItem01:hover .fcMeta {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
}
.fcMeta a{
    color: inherit;
}
.fcMeta a:hover{
    color: #FFF;
}
.folioContent h3{
    font-size: 24px;
    line-height: 33px;
    color: #FFF;
    margin: 0;

    text-align: left;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.folioItem01:hover .folioContent h3 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
}
.folioContent h3 a{
    color: inherit;
}
.folioContent h3 a:hover{
    color: #f9758f;
}
.folioLink{
    position: absolute;
    right: 39px;
    top: 35px;
    height: 72px;
    width: 72px;
    background: #4b5280;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    color: #FFF;
    text-align: center;
    font-size: 33px;
    line-height: 76px;
}
.folioLink:hover{
    background-color: #f9758f;
    color: #FFF;
}
.folioItem01:hover .folioLink{
    opacity: 1;
    visibility: visible;
}
.portfolioSlider.owl-carousel .owl-dots{
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 48px 0 0;
}
.portfolioSlider.owl-carousel .owl-dot{
    width: 22px;
    height: 22px;
    position: relative;
    border: 2px solid #FFF;
    border-radius: 50%;
    margin: 0 9px;
    padding: 0;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.portfolioSlider.owl-carousel .owl-dot:hover, .portfolioSlider.owl-carousel .owl-dot.active{
    border-color: #f9758f;
}
.portfolioSlider.owl-carousel .owl-dot span{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: #d8dbe6;
    border-radius: 50%;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.portfolioSlider.owl-carousel .owl-dot:hover span, .portfolioSlider.owl-carousel .owl-dot.active span{
    background: #4b5280;
}
.filterUL{
    display: flex;
    justify-content: center;
    margin: 0 0 63px;
    padding: 0;
}
.filterUL li{
    list-style: none;
    font-size: 18px;
    color: #343c55;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    cursor: pointer;
    margin: 0 55px 0 0;
    font-weight: 500;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.filterUL li:last-child{
    margin: 0;
}
.filterUL li:hover, .filterUL li.active{
    color: #f9758f;
}
.folioItem02{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #432d92;
}
.folioItem02 img{
    width: 100%;
    height: auto;

    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.folioItem02:hover img{
    opacity: .16;
}
.folioContent2{
    position: absolute;
    left: 0;
    bottom: 42px;
    width: 100%;
    padding: 0 30px 0 49px;
}
.fcMeta2{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: #f9758f;
    margin: 0 0 14px;


    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.folioItem02:hover .fcMeta2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
}
.fcMeta2 a{
    color: inherit;
}
.fcMeta2 a:hover{
    color: #FFF;
}
.folioContent2 h3{
    font-size: 24px;
    line-height: 33px;
    color: #FFF;
    margin: 0;

    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.folioItem02:hover .folioContent2 h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
}
.folioContent2 h3 a{
    color: inherit;
}
.folioContent2 h3 a:hover{
    color: #f9758f;
}
.folioItem02:hover .folioLink{
    opacity: 1;
    visibility: visible;
}
.folioItem02{
    margin: 0 0 24px;
}
#mixGrid .mix {
    display: none;
}


/*------------------------------------------------------
/  05. Why Choose Us Sections
/------------------------------------------------------*/
.wcuContent{
    position: relative;
    padding: 0 115px 0 0;
}
.iconBox03{
    position: relative;
}
.iconBox03 i{
    height: 96px;
    width: 96px;
    position: relative;
    display: block;
    text-align: center;
    line-height: 96px;
    background: #4b5280;
    border-radius: 50%;
    color: #FFF;
    font-size: 35px;
    margin: 0 0 34px;
}
.iconBox03 h3{
    font-size: 24px;
    line-height: 1.1;
    margin: 0 0 16px;
}
.iconBox03 p{
    margin: 0;
}

/*------------------------------------------------------
/  06. Good To Know Sections
/------------------------------------------------------*/
.goodToKnowImg{
    position: relative;
    border-radius: 10px;
    margin: -160px 0 50px;
}
.goodToKnowImg img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.gtkBottom{
    position: relative;
}
.singleCounter{
    width: 224px;
    background: #4b5280;
    border-radius: 10px;
    float: left;
    padding: 33px 34px 15px 34px;
    margin: 0 27px 0 0;
}
.singleCounter h2{
    font-size: 48px;
    line-height: 1;
    color: #FFF;
    margin: 0;
}
.singleCounter h3{
    font-size: 24px;
    line-height: 33px;
    color: #FFF;
}
.gtkBottomContent{
    position: relative;
    padding: 8px 0 0;
}
.gtkBottomContent h3{
    font-size: 30px;
    line-height: 42px;
    color: #FFF;
    margin: 0 0 31px;
}
.gtkBottomContent a.orbBtn01{
    height: 42px;
    line-height:  40px;
    min-width: 146px;
    font-size: 15px;
}
.goodToKnowRight{
    position: relative;
    padding: 118px 0 0;
}
.goodToKnowRight .secTitle{
    color: #FFF;
    margin: 0 0 58px;
}
.orbitoAccordion{
    position: relative;
    margin: 0;
    padding: 0;
}
.orbitoAccordion .accordion-item{
    background: #FFF;
    border-radius: 5px;
    padding: 0 30px;
    margin: 0 0 18px;
}
.orbitoAccordion.orbitoAccMode2 .accordion-item{
    padding: 0;
    margin: 0 0 26px;
    border-radius: 0;
    background: transparent;
}
.orbitoAccordion .accordion-header{
    margin: 0;
}
.orbitoAccordion .accordion-header button{
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
    padding: 17px 35px 15px 35px;
    border: none;
    border-radius: 0;
}
.orbitoAccordion.orbitoAccMode2 .accordion-header button{
    font-size: 24px;
    line-height: 34px;
    padding: 0 0 0 49px;
}
.orbitoAccordion .accordion-button::after{
    content: '\2b';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 18px;
    color: #343c55;
    position: absolute;
    left: 0;
    top: 16px;
}
.orbitoAccordion.orbitoAccMode2 .accordion-button::after {
    content: '\f068';
    font-size: 23px;
    top: 3px;
}
.orbitoAccordion.orbitoAccMode2 .accordion-button.collapsed::after {
    content: '\2b';
}
.orbitoAccordion .accordion-body{
    border-top: 1px solid #d2d0da;
    border-radius: 0;
    padding: 20px 0 35px 0;
}
.orbitoAccordion.orbitoAccMode2 .accordion-body{
    border: none;
    border-radius: 0;
    padding: 17px 0 13px 49px;
    font-size: 18px;
    line-height: 30px;
}

.gtkAnim01{
    width: 232px;
    height: 137px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/shapes/1.png) no-repeat right top;
}
.gtkAnim02{
    width: 92px;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/shapes/2.png) no-repeat left bottom;
}


/*------------------------------------------------------
/  07. Client Sections
/------------------------------------------------------*/
.clientLogoSlider{
    padding: 90px 0 90px;
    border-bottom: 1px solid #d8dde7;
}
.clientLogo{
    display: block;
    text-align: center;
    position: relative;
}
.clientLogo img{
    display: inline-block !important;
    width: auto !important;
    max-width: 100%;

    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.clientLogo img:first-child{
    position: relative;
}
.clientLogo img:last-child{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
}
.clientLogo:hover img:first-child{
    opacity: 0;
    visibility: hidden;
}
.clientLogo:hover img:last-child{
    opacity: 1;
    visibility: visible;
}


/*------------------------------------------------------
/  07. Team Sections
/------------------------------------------------------*/
.teamMember01{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #432d92;
}
.teamMember01 img{
    width: 100%;
    height: auto;

    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.teamMember01:hover img{
    opacity: .28;
}
.tm01Info{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 40px 15px 0 45px;
}
.tm01Info h3{
    font-size: 24px;
    color: #FFF;
    line-height: 1;
    margin: 0 0 12px;

    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.teamMember01:hover .tm01Info h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
}
.tm01Info span{
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #cfd1d7;

    opacity: 0;
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.teamMember01:hover .tm01Info span {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
}
.tm01Desc{
    position: absolute;
    left: 0;
    top: 99px;
    width: 100%;
    padding: 40px 45px 0 45px;
}
.tm01Desc:before{
    content: '';
    width: calc(100% - 90px);
    height: 1px;
    background: rgba(255, 255, 255, .27);
    position: absolute;
    top: 21px;
    left: 45px;

    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.teamMember01:hover .tm01Desc:before {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
}
.tm01Desc p{
    font-size: 18px;
    line-height: 30px;
    color: #FFF;
    margin: 0;

    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.teamMember01:hover .tm01Desc p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
}
.tm01Social{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 1;
    color: #FFF;
    display: flex;
    justify-content: flex-start;
    padding: 0 0 45px 40px;
}
.tm01Social a{
    color: inherit;
    margin-right: 20px;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
}
.tm01Social a:hover{
    color: #f9758f;
}
.teamMember01:hover .tm01Social a:first-child {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
}
.teamMember01:hover .tm01Social a:nth-child(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .4s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .4s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .4s;
}
.teamMember01:hover .tm01Social a:nth-child(3) {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .45s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .45s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .45s;
}
.teamMember01:hover .tm01Social a:nth-child(4) {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .5s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .5s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .5s;
}
.evenTeam{
    margin-top: 60px;
}
.testimonialNav{
    display: flex;
    justify-content: flex-start;
}
.testimonialNav button{
    position: relative;
    width: 48px;
    height: 48px;
    background: #FFF;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    color: #343c55;
    margin-right: 12px;
    cursor: pointer;

    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.testimonialNav button.tnNext{
    background: #f8758f;
    color: #FFF;
}
.testimonialNav button:hover{
    background: #f8758f;
    color: #FFF;
}
.testimonialNav button.tnNext:hover{
    background: #FFF;
    color: #343c55;
}
.testimonialItem{
    position: relative;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    /*    box-shadow: 0px 5px 30px 0px rgb(2 24 93 / 6%);*/
    padding: 50px 60px 60px 60px;

}
.testimonialItem:after{
    content: '';
    position: absolute;
    right: 60px;
    bottom: 66px;
    width: 46px;
    height: 48px;
    background: url(../images/shapes/4.png) no-repeat center center / cover;
}
.testimonialItem p{
    font-size: 21px;
    line-height: 36px;
    color: #5e6371;
    font-style: italic;
    margin: 0 0 43px;
}
.testimonialAuthor{
    position: relative;
    padding-left: 80px;
    min-height: 60px;
    padding-top: 5px;
}
.testimonialAuthor img{
    display: inline-block !important;
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.testimonialAuthor h4{
    font-size: 21px;
    line-height: 1;
    margin: 0 0 5px;
}
.testimonialAuthor span{
    font-size: 16px;
    line-height: 1;
    color: #868b9b;
    margin: 0;
}
.testimonialSlider .owl-stage-outer{
    overflow: visible;
}
.overflowHidde{
    overflow: hidden;
}
.testimonialSlider .owl-item {
    opacity: 0;

}
.testimonialSlider .owl-item.active {
    opacity: 1;
    transition: opacity 300ms;
}
.testimonialSlider.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    visibility: visible;
}
.testimonialSlider.owl-carousel .owl-stage-outer .owl-stage {
    cursor: none;
    pointer-events: none;
}


.testimonialSlider .owl-nav{
    display: none;
}
.zIndex4{
    z-index: 4;
    position: relative;
}
.counterArea{
    position: relative;
    background: #432d92;
    border-radius: 10px;
    margin: 0;
    padding: 84px 0 83px;
}
.counterArea.caMode2{
    background: #FFF;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
}
.singleCounter02{
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding: 0 0 0 91px;
}
.singleCounter02 h2{
    font-size: 60px;
    line-height: 60px;
    color: #4b5280;
    margin: 0 28px 0 0;
    position: relative;
}
.singleCounter02 .timerSuffixSmall{
    font-size: 30px;
    display: inline-flex;
    line-height: 20px;
    position: relative;
    top: -27px;
}
.singleCounter02 h3{
    font-size: 21px;
    line-height: 30px;
    color: #FFF;
    margin: 0;
}
.caMode2 .singleCounter02 h3{
    color: #343c55;
}
.testimonialItem2{
    position: relative;
    padding: 0 0 24px;
}
.testimonialSlider2 .testimonialItem2{
    margin: 48px 0;
}
.testimonialItem2:after{
    content: '';
    width: calc(100% - 60px);
    height: calc(100% - 24px);
    position: absolute;
    left: 30px;
    bottom: 0;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
}
.ti02Inner{
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    position: relative;
    z-index: 2;
    padding: 60px 60px 60px 60px;
}
.ti02Inner:before{
    content: '';
    width: 46px;
    height: 48px;
    position: relative;
    display: block;
    margin: 0 auto 38px;
    background: url(../images/shapes/10.png) no-repeat center center;
}
.testimonialItem2 p{
    font-size: 21px;
    line-height: 36px;
    font-style: italic;
    color: #5e6371;
    margin: 0 0 43px;
}
.testimonialSlider2.owl-carousel .owl-dots{
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.testimonialSlider2.owl-carousel .owl-dot{
    width: 22px;
    height: 22px;
    position: relative;
    border: 2px solid transparent;
    background: transparent;
    border-radius: 50%;
    margin: 0 9px;
    padding: 0;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.testimonialSlider2.owl-carousel .owl-dot:hover, .testimonialSlider2.owl-carousel .owl-dot.active{
    border-color: #f9758f;
}
.testimonialSlider2.owl-carousel .owl-dot span{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: #d8dbe6;
    border-radius: 50%;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.testimonialSlider2.owl-carousel .owl-dot:hover span, .testimonialSlider2.owl-carousel .owl-dot.active span{
    background: #4b5280;
}
.testimonialSlider2.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.testimonialSlider2.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    cursor: none;
    pointer-events: none;
    visibility: hidden;
}
.testimonialSlider2.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    visibility: visible;
}
.testimonialSlider2.owl-carousel .owl-stage-outer .owl-stage {
    cursor: none;
    pointer-events: none;
}

/*------------------------------------------------------
/  08. Blog Sections
/------------------------------------------------------*/
.blogItem01{
    position: relative;
    padding: 0 0 99px;
}
.blogItem01.biMode2 {
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
}
.biMode2.biModeShadow{
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
}
.bi01Thumb{
    position: relative;
    border-radius: 10px;
}
.biMode2 .bi01Thumb{
    border-radius: 0;
}
.bi01Thumb img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.biMode2 .bi01Thumb img{
    border-radius: 0;
}
.bi01Date{
    position: absolute;
    left: 12px;
    top: 12px;
    height: 72px;
    width: 72px;
    border-radius: 5px;
    background: #4b5280;
    text-align: center;
    color: #FFF;
    padding: 9px 5px 0;
}
.bi01Date span:first-child{
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 7px;
}
.bi01Date span:last-child{
    font-size: 15px;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
}
.bi01Details{
    width: calc(100% - 60px);
    overflow: hidden;
    background: #FFF;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    border-radius: 5px;
    padding: 21px 30px 28px 29px;
    position: absolute;
    left: 30px;
    bottom: 0;

    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.blogItem01:hover .bi01Details {
    padding-bottom: 59px;
}
.bi01Meta{
    position: relative;
    margin: 0 0 10px;
}
.bi01Meta span{
    position: relative;
    margin-right: 12px;
    display: inline-block;
}
.bi01Meta span:last-child{
    margin-right: 0;
}
.bi01Meta span a{
    font-size: 15px;
    color: #5e6371;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}
.bi01Meta span a i{
    color: #4b5280;
}
.bi01Meta span a:hover{
    color: #4b5280;
}
.bi01Details h3{
    font-size: 21px;
    line-height: 30px;
    margin: 0;
}
.bi01Details h3 a{
    color: #343c55;
}
.bi01Details h3 a:hover{
    color: #f9758f;
}
.bi01Details .readMoreLink{
    position: absolute;
    left: 30px;
    bottom: 27px;

    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.blogItem01:hover .bi01Details .readMoreLink {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
}
.bi01Details2{
    position: relative;
    padding: 18px 40px 25px 28px;
}
.bi01Details2 h3{
    font-size: 21px;
    line-height: 30px;
    margin: 0;
}
.bi01Details2 h3 a{
    color: inherit;
}
.bi01Details2 h3 a:hover{
    color: #f9758f;
}


/*------------------------------------------------------
/  09. Footer 01 Sections
/------------------------------------------------------*/
.ctaSection{
    position: relative;
    background: #2a2637;
    padding: 89px 0 0;
}
.ctaLeft{
    position: relative;
}
.ctaLeft .secTitle{
    margin: 0 0 17px;
}
.ctaLeft .secDesc{
    font-size: 18px;
    line-height: 28px;
    color: #a3adcc;
    margin: 0;
}
.ctaRight {
    text-align: right;
    padding: 42px 0 0;
}
.ctaBorder{
    height: 1px;
    background: rgba(255, 255, 255, .18);
    margin: 87px 0 0;
}
.footer{
    position: relative;
    background: #2a2637;
    padding: 90px 0 0;
}
.footer .widget{
    margin: 28px 0 0;
    padding: 0;
}
.footer .widget.about_widget{
    margin: 0;
}
.aboutWidgetContent{
    position: relative;
    padding: 0 110px 0 0;
}
.aboutWidgetContent img{
    height: 48px;
    width: auto;
    margin: 0 0 43px;
}
.aboutWidgetContent p{
    color: #a3adcc;
    margin: 0 0 23px;
}
.aboutWidgetContent.awc2 p{
    margin: 0 0 44px;
}
.contactInfo{
    position: relative;
}
.contactInfo span{
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #a3adcc;
    padding-left: 32px;
    margin: 0 0 12px;
}
.contactInfo span:last-child{
    margin: 0;
}
.contactInfo span i{
    position: absolute;
    left: 0;
    top: 0;
    color: #FFF;
    line-height: 28px;
}
.contactInfo span a{
    color: inherit;
}
.contactInfo span a:hover{
    color: #f9758f;
}
.footer .widget .widgetTitle{
    font-size: 24px;
    line-height: 1;
    color: #FFF;
    margin: 0 0 39px;
}
.footer .widget ul{
    margin: 0;
    padding: 0;
}
.footer .widget ul li{
    list-style: none;
    margin: 0 0 14px;
}
.footer .widget ul li:last-child{
    margin: 0;
}
.footer .widget ul li a{
    font-size: 18px;
    line-height: 28px;
    color: #a3adcc;
    padding: 0;
}
.footer .widget ul li a:hover{
    color: #f9758f;
}
.newsletterContent{
    position: relative;
}
.awc2 .newsletterContent{
    max-width: 312px;
}
.newsletterContent p{
    color: #a3adcc;
    margin: 0 0 46px;
}
.newsletterContent form{
    margin: 0;
    padding: 0;
    position: relative;
}
.newsletterContent form input[type='email']{
    height: 60px;
    border: none;
    border-radius: 5px;
    background: #FFF;
    color: #868b9b;
    font-size: 18px;
    line-height: 36px;
    margin: 0;
    padding: 0 25px;
    display: block;
    width: 100%;
}
.newsletterContent form::placeholder,
.newsletterContent form::-moz-placeholder{
    color: #868b9b;
    opacity: 1;
}
.newsletterContent form button{
    border: none;
    background: transparent;
    color: #868b9b;
    font-size: 18px;
    line-height: 1;
    border-radius: 0;
    position: absolute;
    right: 22px;
    top: 0;
    padding: 0;
    height: 18px;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.newsletterContent form button:hover{
    color: #f9758f;
}
.footer .pdl124{
    padding-left: 70px;
}
.footerBorder{
    position: relative;
    height: 1px;
    background: rgba(255, 255, 255, .18);
    margin: 87px 0 0;
}
.widgetPostItems{
    position: relative;
    margin: 0px 0 0;
    padding: 1px 0 0;
}
.widgetPostItem{
    position: relative;
    min-height: 72px;
    padding: 0 0 0 94px;
    margin: 0 0 27px;
}
.widgetPostItems .widgetPostItem:last-of-type{
    margin: 0;
}
.widgetPostItem img{
    width: 72px;
    height: 72px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 5px;
}
.widgetPostItem h3{
    font-size: 18px;
    line-height: 26px;
    color: #f8f9fb;
    margin: 0 0 10px;
}
.widgetPostItem h3 a{
    color: inherit;
}
.widgetPostItem h3 a:hover{
    color: #f9758f;
}
.widgetPostItem span{
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #a3adcc;
}
.siteInfoSection{
    background: #2a2637;
    position: relative;
    padding: 41px 0 45px;
}
.siteInfo{
    font-size: 18px;
    line-height: 28px;
    color: #a3adcc;
    margin: 0;
}
.siteInfo a{
    font-weight: 700;
    color: #a3adcc;
}
.siteInfo a:hover{
    color: #f9758f;
}
.footerMenu{
    position: relative;
}
.footerMenu ul{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
.footerMenu ul li{
    list-style: none;
    margin: 0 48px 0 0;
}
.footerMenu ul li:last-child{
    margin-right: 0;
}
.footerMenu ul li a{
    font-size: 18px;
    line-height: 28px;
    display: block;
    color: #a3adcc;
}
.footerMenu ul li a:hover{
    color: #f9758f;
}
.footerSocial{
    display: flex;
    justify-content: flex-end;
}
.footerSocial a{
    font-size: 18px;
    line-height: 28px;
    color: #FFF;
    letter-spacing: 0;
    margin: 0 0 0 24px;
}
.footerSocial a:first-child{
    margin-left: 0;
}
.footerSocial a:hover{
    color: #f9758f;
}


/*------------------------------------------------------
/  10. Feature Sections
/------------------------------------------------------*/
.featureInner{
    background: #432d92;
    border-radius: 10px;
    padding: 90px 0;
}
.iconBox05{
    position: relative;
    padding: 0 80px 0 80px;
    margin: -4px 0 0;
}
.iconBox05 i{
    font-size: 64px;
    line-height: 1;
    color: #4b5280;
    display: block;
    margin: 0 0 29px;
}
.iconBox05 h3{
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 27px;
}
.iconBox05 p{
    color: #a3adcc;
    margin: 0 0 8px;
}
.hasBorderLeft{
    border-left: 1px solid rgba(255, 255, 255, .27);
}
.iB05Pdl91{
    padding-left: 91px;
}
.serviceItem01{
    position: relative;
    padding: 0 0 80px;
    margin: 0 0 48px;
}
.siThumb{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.siThumb img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.siDetails{
    background: #FFF;
    border-radius: 5px;
    width: calc(100% - 60px);
    position: absolute;
    left: 30px;
    bottom: 0;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    padding: 24px 100px 28px 31px;

    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.serviceItem01:hover .siDetails{
    padding-bottom: 76px;
}
.siDetails h3{
    font-size: 24px;
    line-height: 33px;
    margin: 0;
}
.siDetails h3 a{
    color: inherit;
}
.siDetails h3 a:hover{
    color: #f9758f;
}
.siDetails &gt; i{
    font-size: 60px;
    color: #4b5280;
    line-height: .8;
    position: absolute;
    right: 0;
    top: 26px;
    margin: 0;
    width: 86px;
}
.siDetails .readMoreLink {
    position: absolute;
    left: 32px;
    bottom: 32px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.serviceItem01:hover .siDetails .readMoreLink {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
}


/*------------------------------------------------------
/  12. Quick Result Sections
/------------------------------------------------------*/
.qrLeft{
    position: relative;
}
.qrLeft .secTitle{
    margin: 0 0 29px;
}
.qrLeft p{
    font-size: 21px;
    line-height: 30px;
    color: #cfd1d7;
    margin: 0 0 59px;
}
.iconBox06{
    position: relative;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 5px;
    padding: 42px 45px 42px 123px;
    margin: 0 0 30px;
}
.iconBox06 i{
    color: #4b5280;
    font-size: 44px;
    line-height: 1;
    position: absolute;
    left: 45px;
    top: 46px;
}
.iconBox06 i.tm4{
    top: 42px;
}
.iconBox06 h3{
    font-size: 24px;
    color: #FFF;
    line-height: 32px;
    margin: 0 0 17px;
}
.iconBox06 p{
    color: #a3adcc;
    margin: 0;
}


/*------------------------------------------------------
/  11. Contact Sections
/------------------------------------------------------*/
.contactLeft{
    position: relative;
    margin: 0 120px 0 0;
}
.contactLeft .secTitle{
    margin: 0 0 26px;
}
.contactLeft .secDesc{
    color: #868b9b;
    margin: 0 0 29px;
}
.contactLeft .contactInfo span{
    color: #5e6371;
}
.contactLeft .contactInfo span i{
    color: #4b5280;
}
.contactForm{
    position: relative;
    padding-left: 6px;
}
.contactForm form{
    margin: 0;
    padding: 0;
}
.contactForm form .col-lg-6, 
.contactForm form .col-lg-12{
    padding-left: 6px;
    padding-right: 6px;
}
.contactForm form input:not([type='submit']), .contactForm form textarea{
    font-size: 18px;
    color: #868b9b;
    padding: 0 25px;
    height: 60px;
    border: 1px solid #d8dde7;
    border-radius: 5px;
    margin: 0 0 12px;
    display: block;
    width: 100%;
}
.contactForm form textarea{
    height: 200px;
    resize: none;
    padding: 15px 25px;
}
.contactForm input::-moz-placeholder,
.contactForm textarea::-moz-placeholder{
    color: #868b9b;
    opacity: 1;
}
.contactForm input::-ms-input-placeholder,
.contactForm textarea::-ms-input-placeholder{
    color: #868b9b;
    opacity: 1;
}
.contactForm input::-webkit-input-placeholder,
.contactForm textarea::-webkit-input-placeholder{
    color: #868b9b;
    opacity: 1;
}
.mapIframe{
    position: relative;
    margin: 0 0 -120px;
}
.mapIframe iframe{
    display: block;
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 380px;
}
.googleMap {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 380px;
    border-radius: 10px;
}
.blogSection2 .googleMap{
    margin: 0 0 -120px;
}
.con_message{
    display: block;
    width: 100%;
    display: none;
    border-radius: 0;
    border-width: 2px;
    margin: 15px 0 0;
}
.contactForm .reqError{
    border-color: #f00 !important;
}

/*------------------------------------------------------
/  12. Page Banner Sections
/------------------------------------------------------*/
.pageBanner{
    min-height: 480px;
    background: url(../images/bg/3.jpg) no-repeat center center / cover #343c55;
    position: relative;
    overflow: hidden;
}
.pbBG2{
    background: url(../images/bg/4.jpg) no-repeat center center / cover #343c55;
}
.pbBG3{
    background: url(../images/bg/5.jpg) no-repeat center center / cover #343c55;
}
.pbBG5{
    background: url(../images/bg/6.jpg) no-repeat center center / cover #343c55;
}
.pbBG6{
    background: url(../images/bg/7.jpg) no-repeat center center / cover #343c55;
}
.pbBG7{
    background: url(../images/bg/8.jpg) no-repeat center center / cover #343c55;
}
.pbBG8{
    background: url(../images/bg/9.jpg) no-repeat center center / cover #343c55;
}
.pbBG9{
    background: url(../images/bg/10.jpg) no-repeat center center / cover #343c55;
}
.pbBG10{
    background: url(../images/bg/11.jpg) no-repeat center center / cover #343c55;
}
.pbBG11{
    background: url(../images/bg/12.jpg) no-repeat center center / cover #343c55;
}
.pageBanner .pageBannerContainer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.pageBannerOverlay{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 26, 28, .24);
}
.pboDark{
    background: rgba(23, 26, 28, .48);
}
.pboDark2{
    background: rgba(23, 26, 28, .36);
}
.pboDark3{
    background: rgba(23, 26, 28, .30);
}
.pboDark4{
    background: rgba(23, 26, 28, .42);
}
.triangleShapes{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.pageBannerContent{
    position: relative;
    height: 480px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.pageBannerContentInner{
    position: relative;
    padding: 0 0 63px;
}
.pageBannerContent h2{
    font-size: 72px;
    line-height: 84px;
    color: #FFF;
    margin: 0 0 40px;
    position: relative;
    z-index: 3;
}
.blogSingleBanner .pageBannerContent h2{
    font-size: 60px;
    line-height: 72px;
    margin: 0 0 37px;
}
.orbitoBredcrumbs{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    color: #cfd1d7;
    position: relative;
    z-index: 3;
}
.orbitoBredcrumbs a{
    color: inherit;
}
.orbitoBredcrumbs a:hover{
    color: #f9758f;
}
.orbitoBredcrumbs i{
    font-style: normal;
    margin: 0 13px;
}
.pageBannerShape01{
    position: absolute;
    left: 177px;
    top: 0;
}
.pageBannerShape02{
    position: absolute;
    left: -125px;
    bottom: 0;
}
.pageBannerShape03{
    position: absolute;
    right: 0;
    bottom: 0;
}

/*------------------------------------------------------
/  13. Service &amp; Service Details Page
/------------------------------------------------------*/
.iconBox07{
    position: relative;
    padding: 0 25px;
}
.processIcon{
    width: 96px;
    height: 96px;
    background: #FFF;
    border-radius: 50%;
    font-size: 36px;
    line-height: 1;
    color: #4b5280;
    position: relative;
    text-align: center;
    margin: 0 auto 35px;
    padding: 31px 0;
}
.processIcon span{
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f9758f;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    font-family: "Poppins", sans-serif;
}
.iconBox07 h3{
    font-size: 24px;
    line-height: 1;
    color: #FFF;
    margin: 0 0 17px;
}
.iconBox07 p{
    color: #a3adcc;
    margin: 0;
}
.pricingTable{
    position: relative;
    border: 1px solid #d8dde7;
    border-radius: 10px;
    padding: 58px 59px 60px;
}
.ptTitle{
    font-size: 30px;
    line-height: 1;
    position: relative;
    margin: 0 0 31px;
}
.ptTitle i{
    color: #4b5280;
    position: absolute;
    right: -8px;
    top: -4px;
    font-size: 38px;
}
.ptTitle i.rightM3P{
    right: -3px;
}
.ptTitle i.rightM2P{
    right: -2px;
}
.ptDesc{
    margin: 0;
}
.ptSeperator{
    height: 1px;
    background: #cacdd3;
    margin: 39px 0 42px;
}
.ptPrice{
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    line-height: 48px;
    color: #f9758f;
    font-weight: 500;
    margin: 0 0 24px;
}
.ptPrice span{
    color: #343c55;
    font-size: 18px;
}
.ptFeatures{
    list-style: none;
    margin: 0 0 35px;
    padding: 0;
}
.ptFeatures li{
    font-size: 18px;
    line-height: 28px;
    color: #5e6371;
    position: relative;
    padding: 0 0 0 45px;
    margin: 0 0 14px;
}
.ptFeatures li:before{
    content: '';
    width: 16px;
    height: 12px;
    background: url(../images/check.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 9px;
}
.ptFeatures li.disableds:before{
    width: 12px;
    height: 12px;
    background: url(../images/cross.png) no-repeat left center;
}
.pricingTable .orbBtn01{
    min-width: 166px;
    border-color: #f9758f;
    color: #343c55;
}
.pricingTable .orbBtn01:hover{
    color: #FFF;
}
.pricingTable .orbBtn01 .bp-shape{
    background: #f9758f;
}
.orbFAQTab{
    position: relative;
    display: block;
    margin: 6px 0 0;
    padding: 0;
    border: none;
}
.orbFAQTab li{
    list-style: none;
    display: block;
    margin: 0 0 6px;
}
.orbFAQTab li button{
    border: 1px solid #d8dde7;
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #343c55;
    background: transparent;
    font-family: "Poppins", sans-serif;
    text-align: left;
    padding: 0 30px;
    height: 60px;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.orbFAQTab li button:hover,  
.orbFAQTab li button.active{
    border-color: transparent;
    background: #4b5280;
    color: #FFF;
}
.serviceDetailsSection{
    padding: 120px 0;
    position: relative;
}
.serviceThumb{
    position: relative;
    margin: 0 0 57px;
}
.serviceThumb img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.serviceContent{
    position: relative;
}
.serviceContent &gt; h2{
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 20px;
}
.serviceContent &gt; h2.mb35{
    margin: 0 0 35px;
}
.serviceContent &gt; h2.mb30{
    margin: 0 0 30px;
}
.serviceContent &gt; h2.mb37{
    margin: 0 0 37px;
}
.serviceContent &gt; p{
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px;
}
.serviceContent &gt; p.mb64{
    margin: 0 0 64px;
}
.iconBox08{
    position: relative;
    margin: 0 0 57px;
}
.iconBox08 h3{
    font-size: 24px;
    line-height: 36px;
    position: relative;
    padding: 0 0 0 66px;
    margin: 0 0 28px;
}
.iconBox08 i{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 41px;
    line-height: 36px;
    color: #4b5280;
}
.iconBox08 p{
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
.orbList{
    margin: 0;
    padding: 0;
}
.orbList li{
    list-style: none;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding: 0 0 0 50px;
    margin: 0 0 14px;
}
.orbList li:before{
    content: '';
    width: 16px;
    height: 8px;
    background: url(../images/right-arrow.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 11px;
}
.sdgItem{
    display: block;
}
.sdgItem img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.counterBox{
    position: relative;
    border: 1px solid #cacdd3;
    border-radius: 5px;
    text-align: center;
    padding: 56px 45px 51px;
}
.counterBox h2{
    font-size: 48px;
    line-height: 1;
    color: #f9758f;
    margin: 0 0 19px;
}
.counterBox h3{
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
.sidebar .widget{
    position: relative;
    background: #eef7f8;
    border-radius: 10px;
    padding: 46px 48px 48px;
    margin: 0 0 60px;
}
.sidebar .widget .widgetTitle{
    font-size: 24px;
    line-height: 1;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 32px;
}
.sidebar .widget .widgetTitle:before{
    content: '';
    width: 18px;
    height: 18px;
    border: 3px solid #4b5280;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 3px;
}
.sidebar .widget.serviceMenu ul{
    margin: 0;
    padding: 0;
}
.sidebar .widget.serviceMenu ul li{
    list-style: none;
    display: block;
    margin: 0 0 6px;
}
.sidebar .widget.serviceMenu ul li:last-child{
    margin: 0;
}
.sidebar .widget.serviceMenu ul li a{
    font-family: "Poppins", sans-serif;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #FFF;
    background: #4b5280;
    display: block;
    padding: 17px 30px 15px;
    border-radius: 5px;
}
.sidebar .widget.serviceMenu ul li:hover &gt; a,
.sidebar .widget.serviceMenu ul li.current-menu-item &gt; a{
    background: #f9758f;
}
.widgetForm{
    position: relative;
}
.widgetForm form{
    margin: 0;
    padding: 0;
}
.widgetForm form input:not([type="submit"]), .widgetForm form textarea{
    display: block;
    width: 100%;
    height: 60px;
    background: #FFF;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    line-height: 30px;
    color: #868b9b;
    padding: 0 24px;
    margin: 0 0 18px;
}
.widgetForm form textarea{
    height: 160px;
    resize: none;
    padding: 15px 24px;
}
.widgetForm form input::-moz-placeholder,
.widgetForm form textarea::-moz-placeholder{
    color: #868b9b;
    opacity: 1;
}
.widgetForm form input::-ms-input-placeholder,
.widgetForm form textarea::-ms-input-placeholder{
    color: #868b9b;
    opacity: 1;
}
.widgetForm form input::-webkit-input-placeholder,
.widgetForm form textarea::-webkit-input-placeholder{
    color: #868b9b;
    opacity: 1;
}
.widgetForm form .orbBtn01{
    min-width: 166px;
}
.widgetForm .reqError{
    border: 1px solid #f00 !important;
}
.sidebar .widget.helpWidget{
    background: #443190;
}
.sidebar .widget.helpWidget &gt; h3{
    font-size: 36px;
    color: #FFF;
    line-height: 1;
    margin: 0 0 33px;
}
.sidebar .widget.helpWidget p{
    font-size: 21px;
    line-height: 33px;
    color: #cfd1d7;
    margin: 0 0 85px;
}
.sidebar .widget.helpWidget .headerCall{
    min-height: 60px;
    padding: 4px 0 0 81px;
    margin: 0;
}
.sidebar .widget.helpWidget .headerCall i{
    background: #4b5280;
    color: #FFF;
    height: 60px;
    width: 60px;
    font-size: 21px;
    line-height: 60px;
}
.sidebar .widget.helpWidget .headerCall h4{
    font-size: 18px;
    color: #FFF;
    margin: 0 0 13px;
}
.sidebar .widget.helpWidget .headerCall h3{
    font-size: 24px;
    color: #FFF;
}
.companyProfileBtns{
    position: relative;
}
.companyProfileBtns .orbBtn01{
    display: block;
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 58px;
}
.companyProfileBtns .orbBtnBorder{
    border-color: #f9758f;
    color: #343c55;
    line-height: 55px;
}
.companyProfileBtns .orbBtnBorder:hover{
    border-color: #343c55;
    color: #FFF;
}
.companyProfileBtns a:first-child{
    margin: 0 0 12px;
}


/*------------------------------------------------------
/  13. Portfolio &amp; Portfolio Details Page
/------------------------------------------------------*/
.orbitoPagination{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 36px 0 0;
}
.orbitoPagination a, .orbitoPagination span{
    height: 54px;
    width: 54px;
    border: 1px solid #d8dde7;
    border-radius: 5px;
    line-height: 52px;
    font-size: 18px;
    color: #868b9b;
    text-align: center;
    margin: 0 6px;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.orbitoPagination a.opNext, 
.orbitoPagination a.opPrev{
    color: #4b5280;
}
.orbitoPagination a:hover, .orbitoPagination span.current{
    border-color: #4b5280;
    background: #4b5280;
    color: #FFF;
}
.folioSlider{
    position: relative;
    margin: 0 0 57px;
}
.folioSliderImg{
    display: block;
    width: 100%;
    height: auto;
}
#folioSlider li{
    border-radius: 10px;
    overflow: hidden;
}
.folioSliderImg{
    border-radius: 10px;
}
.folioSlider .lSPager.lSGallery li, .folioSlider .lSSlideOuter .lSPager.lSGallery li.active, .folioSlider .lSSlideOuter .lSPager.lSGallery li:hover{
    border-radius: 10px;
}
.folioSlider .lSSlideOuter .lSPager.lSGallery li img{
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.folioSlider .lSSlideOuter .lSPager.lSGallery li.active img, .folioSlider .lSSlideOuter .lSPager.lSGallery li:hover img{
    opacity: .8;
}
.folioDetails{
    position: relative;
}
.folioDetails h2{
    font-size: 30px;
    line-height: 1;
    margin: 0 0 31px;
}
.folioDetails .orbitoLead{
    font-size: 21px;
    line-height: 33px;
    color: #868b9b;
    margin: 0 0 29px;
}
.folioDetails p{
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 25px;
}
.orbList2{
    margin: 0;
    padding: 0;
}
.orbList2 li{
    list-style: none;
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 0 45px;
    position: relative;
    margin: 0 0 14px;
}
.orbList2 li:before{
    content: '';
    width: 16px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 1px;
    background: url(../images/check.png) no-repeat left center;
}
.fgItem{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 24px;
}
.fgItem img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.folioMeta{
    position: relative;
    background: #eef7f8;
    border-radius: 10px;
    padding: 57px 60px 58px;
    margin: 0 0 50px;
}
.folioSingleMeta{
    position: relative;
    margin: 0 0 45px;
}
.folioMeta .folioSingleMeta:last-of-type{
    margin: 0;
}
.folioSingleMeta h4{
    font-size: 18px;
    line-height: 1;
    margin: 0 0 12px;
}
.folioSingleMeta p{
    font-size: 18px;
    line-height: 28px;
    color: #5e6371;
    margin: 0;
}
.folioShare{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.folioShare h3{
    font-size: 24px;
    line-height: 48px;
    margin: 0 30px 0 0;
}
.folioShare a{
    height: 48px;
    width: 48px;
    background: #4b5280;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    color: #FFF;
    margin: 0 8px 0 0;
}
.folioShare a.fac{
    background: #1877f2;
}
.folioShare a.twi{
    background: #1da1f2;
}
.folioShare a.lin{
    background: #0077b5;
}
.folioShare a:hover{
    background: #f9758f;
}
.relatedFolioTitle{
    font-size: 48px;
    line-height: 1;
    margin: 0 0 52px;
}
.mt94{
    margin-top: 94px;
}

/*------------------------------------------------------
/  14. Blog &amp; Blog Details Page
/------------------------------------------------------*/
.blogPageSection{
    position: relative;
    padding: 120px 0 120px;
}
.blogItem03{
    position: relative;
    margin: 0 0 60px;
}
.bi03Thumb{
    position: relative;
    border-radius: 10px 10px 0 0;
}
.blogItem03 img{
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.bi03Details{
    position: relative;
    border: 1px solid #d8dde7;
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 33px 42px 41px 42px;
}
.bi03Details .bi01Meta{
    margin: 0 0 8px;
}
.bi03Details h2{
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 15px;
}
.bi03Details h2 a{
    color: inherit;
}
.bi03Details h2 a:hover{
    color: #f9758f;
}
.blogExcerpt{
    font-size: 18px;
    line-height: 30px;
    color: #5e6371;
    margin: 0 0 32px;
}
.bi03Details a.orbBtn01{
    min-width: 143px;
    height: 48px;
    line-height: 46px;
}
.blogPaginationRow .orbitoPagination{
    margin-top: 0;
}
.sidebar .searchForm{
    margin: 0;
    padding: 0;
    position: relative;
}
.sidebar .searchForm input{
    font-size: 16px;
    color: #868b9b;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 24px;
    border-radius: 5px;
    background: #FFF;
    border: none;
}
.sidebar .searchForm input::-moz-placeholder{
    color: #868b9b;
    opacity: 1;
}
.sidebar .searchForm input::-ms-input-placeholder{
    color: #868b9b;
    opacity: 1;
}
.sidebar .searchForm input::-webkit-input-placeholder{
    color: #868b9b;
    opacity: 1;
}
.sidebar .searchForm button{
    border: none;
    background: transparent;
    padding: 0;
    font-size: 18px;
    line-height: 1;
    color: #f9758f;
    position: absolute;
    right: 17px;
    top: 21px;
}
.widgetPostItem2{
    position: relative;
    padding: 0 0 0 112px;
    min-height: 90px;
    margin: 0 0 29px;
}
.widgetPostItems .widgetPostItem2:last-of-type{
    margin: 0;
}
.widgetPostItem2 img{
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    border-radius: 5px;
}
.widgetPostItem2 &gt; a{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: .9;
    color: #f9758f;
    display: block;
    margin: 0 0 3px;
}
.widgetPostItem2 h3{
    font-size: 18px;
    line-height: 24px;
    color: #343c55;
    margin: 0 0 13px;
}
.widgetPostItem2 h3 a{
    color: inherit;
}
.widgetPostItem2 h3 a:hover{
    color: #f9758f;
}
.widgetPostItem2 span{
    font-size: 14px;
    line-height: 1;
    display: block;
    margin: 0;
}
.sidebar .widget:not(.serviceMenu) ul{
    margin: -6px 0 -4px;
    padding: 0;
}
.sidebar .widget:not(.serviceMenu) ul li{
    list-style: none;
    font-size: 14px;
    line-height: 28px;
    color: #868b9b;
    border-bottom: 1px solid #d8dde7;
    padding: 0 0 17px 0px;
    margin: 0 0 13px 0;
}
.sidebar .widget:not(.serviceMenu) ul li:last-child{
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.sidebar .widget:not(.serviceMenu) ul li a{
    font-family: "Poppins", sans-serif;
    display: inline-block;
    font-weight: 500;
    color: #343c55;
    margin: 0 6px 0 0;
}
.sidebar .widget:not(.serviceMenu) ul li a:hover{
    color: #f9758f;
}
.tagCloud{
    position: relative;
    margin: 0 0 -6px;
}
.tagCloud a{
    float: left;
    font-size: 16px;
    color: #868b9b;
    border: 1px solid #d8dde7;
    padding: 0 18px;
    height: 42px;
    line-height: 40px;
    border-radius: 42px;
    margin: 0 6px 6px 0;
    background: transparent;
}
.tagCloud a:hover{
    border-color: #4b5280;
    background: #4b5280;
    color: #FFF;
}
.gallery{
    position: relative;
    margin: 0 0 -12px;
}
.gallery img{
    width: 96px;
    height: 96px;
    float: left;
    border-radius: 5px;
    margin: 0 12px 12px 0;
}
.gallery img:nth-child(3),
.gallery img:nth-child(6),
.gallery img:nth-child(9){
    margin-right: 0;
}
.orbitoSocials{
    position: relative;
    margin: 0 0 -6px;
}
.orbitoSocials a{
    width: 60px;
    height: 60px;
    font-size: 21px;
    color: #FFF;
    line-height: 60px;
    background: #4b5280;
    float: left;
    text-align: center;
    border-radius: 50%;
    margin: 0 6px 6px 0;
}
.orbitoSocials a.fac{
    background: #1877f2;
}
.orbitoSocials a.twi{
    background: #1da1f2;
}
.orbitoSocials a.lin{
    background: #0077b5;
}
.orbitoSocials a.you{
    background: #ff0000;
}
.orbitoSocials a:hover{
    background: #f9758f;
    color: #FFF;
}
.blogGridPage .blogItem01.biMode2{
    margin: 0 0 60px;
}
.blogPaginationRow .orbBtnBorder{
    border-color: #f9758f;
    color: #343c55;
}
.blogPaginationRow .orbBtnBorder .bp-shape{
    background: #f9758f;
    color: #FFF;
}
.blogPaginationRow .orbBtnBorder:hover{
    color: #FFF;
}
.blogDetailsPageSection{
    padding: 120px 0 120px;
}
.blogDetailsThumb{
    position: relative;
}
.blogDetailsThumb img{
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.blogDetailsArea{
    position: relative;
    border: 1px solid #d8dde7;
    border-top: none;
    padding: 33px 42px 30px;
    border-radius: 0 0 10px 10px;
    margin: 0 0 30px;
}
.blogDetailsArea .bi01Meta{
    margin: 0 0 6px;
}
.blogDetailsArea p{
    font-size: 18px;
    line-height: 30px;
    color: #5e6371;
    margin: 0 0 30px;
}
.blogDetailsArea &gt; p:last-of-type{
    margin: 0;
}
.blogDetailsArea p.mb43{
    margin-bottom: 43px;
}
.blogDetailsArea h2.blogHeading{
    font-size: 48px;
    line-height: 60px;
    margin: 0 0 36px;
}
.blogDetailsArea blockquote{
    margin: 0 0 55px;
    padding: 19px 0 0 108px;
    position: relative;
}
.blogDetailsArea blockquote p{
    font-size: 21px;
    line-height: 36px;
    font-style: italic;
    color: #5e6371;
    margin: 0 0 17px;
}
.blogDetailsArea blockquote:before{
    content: '';
    width: 46px;
    height: 48px;
    position: absolute;
    left: 29px;
    top: 0;
    background: url(../images/shapes/10.png) no-repeat center center;
}
.blogDetailsArea blockquote cite{
    font-size: 15px;
    line-height: 20px;
    color: #a3a1a9;
    font-style: normal;
}
.blogDetailsArea blockquote cite strong{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #343c55;
    font-weight: 600;
}
.postTags{
    position: relative;
}
.postTags a{
    float: left;
    font-size: 16px;
    color: #868b9b;
    border: 1px solid #d8dde7;
    padding: 0 18px;
    height: 42px;
    line-height: 40px;
    border-radius: 42px;
    margin: 0 6px 6px 0;
    background: transparent;
}
.postTags a:hover{
    border-color: #4b5280;
    background: #4b5280;
    color: #FFF;
}
.postShare{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.postShare h3{
    font-size: 18px;
    line-height: 42px;
    margin: 0 30px 0 0;
}
.postShare a{
    height: 42px;
    width: 42px;
    background: #4b5280;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #FFF;
    margin: 0 8px 0 0;
}
.postShare a:last-child{
    margin: 0;
}
.postShare a.fac{
    background: #1877f2;
}
.postShare a.twi{
    background: #1da1f2;
}
.postShare a.lin{
    background: #0077b5;
}
.postShare a:hover{
    background: #f9758f;
}
.postMetaRow{
    margin-top: 44px;
    margin-bottom: 6px;
}
.postNavigationRow{
    position: relative;
    border-radius: 10px;
    border: 1px solid #d8dde7;
    padding: 29px;
    margin: 0;
}
.postNavigationItem{
    position: relative;
    display: block;
    padding: 8px 0 0 108px;
    min-height: 90px;
}
.postNavigationItem.pniRight{
    padding-left: 0;
    padding-right: 108px;
    text-align: right;
}
.postNavigationItem img{
    width: 90px;
    height: 90px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
}
.postNavigationItem.pniRight img{
    left: auto;
    right: 0;
}
.postNavigationItem h4{
    font-size: 16px;
    line-height: 16px;
    color: #4b5280;
    margin: 0 0 5px;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.postNavigationItem h4 i{
    font-size: 14px;
    margin: 0 7px 0 0;
}
.postNavigationItem.pniRight h4 i{
    font-size: 14px;
    margin: 0 0 0 7px;
}
.postNavigationItem h3{
    font-size: 21px;
    line-height: 30px;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
    margin: 0;
}
.postNavigationItem:hover h3{
    color: #f9758f;
}
.postAuthorBox{
    position: relative;
    border-radius: 10px;
    border: 1px solid #d8dde7;
    padding: 48px 41px 35px 197px;
    margin: 72px 0 0;
}
.postAuthorBox img{
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 5px;
    left: 41px;
    top: 41px;
}
.postAuthorBox h3{
    font-size: 30px;
    line-height: 1;
    margin: 0 0 33px;
}
.postAuthorBox p{
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px;
}
.pabSocial{
    position: absolute;
    right: 42px;
    top: 43px;
    font-size: 21px;
    line-height: 1;
    color: #4b5280;
    display: flex;
    justify-content: flex-end;
    margin: 0;
}
.pabSocial a{
    color: inherit;
    margin-left: 22px;
}
.pabSocial a.fac{
    color: #1877f2;
}
.pabSocial a.twi{
    color: #1da1f2;
}
.pabSocial a.lin{
    color: #0077b5;
}
.pabSocial a.ins{
    color: #405de6;
}
.pabSocial a:hover{
    color: #f9758f;
}
.postCommetnListBox{
    position: relative;
    border: 1px solid #d8dde7;
    border-radius: 10px;
    padding: 38px 41px 38px;
    margin: 72px 0 0;
}
.postCommetnListBox h3.commentHeading{
    font-size: 36px;
    color: #343c55;
    line-height: 1;
    margin: 0 0 43px;
}
.postCommetnListBox ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
.postCommetnListBox ol ul{
    padding: 0;
    margin: 0 0 0 48px;
}
.postCommetnListBox ol li{
    list-style: none;
}
.singleComment{
    position: relative;
    padding: 39px 0 0 128px;
    min-height: 96px;
    margin: 0 0 26px;
    border-top: 1px solid #d8dde7;
}
.postCommetnListBox ol &gt; li:first-child .singleComment{
    border-top: none;
    margin-top: 0;
    padding-top: 9px
}
.postCommetnListBox ol &gt; li:last-child .singleComment{
    margin-bottom: 0;
}
.singleComment &gt; img{
    width: 96px;
    height: 96px;
    position: absolute;
    left: 0;
    top: 30px;
    border-radius: 50%;
}
.postCommetnListBox ol &gt; li:first-child .singleComment &gt; img{
    top: 0;
}
.singleComment h3{
    font-size: 24px;
    line-height: 1;
    margin: 0 0 14px;
}
.singleComment .commentTime{
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 1;
    color: #868b9b;
    margin: 0 0 24px;
}
.singleComment .commentTime span:first-child{
    margin-right: 12px;
}
.commentContent{
    font-size: 18px;
    line-height: 30px;
    color: #5e6371;
    margin: 0;
}
.comment-reply{
    height: 48px;
    min-width: 110px;
    border: 2px solid #f9758f;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    color: #343c55;
    line-height: 44px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border-radius: 48px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 32px;
}
.postCommetnListBox ol &gt; li:first-child .singleComment .comment-reply{
    top: 1px;
}
.comment-reply:hover{
    border-color: #343c55;
}
.postCommetnFormBox{
    position: relative;
    border: 1px solid #d8dde7;
    border-radius: 10px;
    padding: 40px 41px 41px;
    margin: 72px 0 0;
}
.postCommetnFormBox h3.commentHeading{
    font-size: 36px;
    color: #343c55;
    line-height: 1;
    margin: 0 0 43px;
}
.commentForm.row{
    margin-left: -6px;
    margin-right: -6px;
}
.commentForm input:not([type='submit']), .commentForm textarea {
    font-size: 18px;
    color: #868b9b;
    padding: 0 26px;
    height: 60px;
    border: 1px solid #d8dde7;
    border-radius: 5px;
    margin: 0 0 12px;
    display: block;
    width: 100%;
}
.commentForm textarea {
    height: 200px;
    resize: none;
    padding: 15px 25px;
}
.commentForm .col-lg-6, .commentForm .col-lg-12 {
    padding-left: 6px;
    padding-right: 6px;
}
.commentForm input::-moz-placeholder,
.commentForm textarea::-moz-placeholder{
    color: #868b9b;
    opacity: 1;
}
.commentForm input::-ms-input-placeholder,
.commentForm textarea::-ms-input-placeholder{
    color: #868b9b;
    opacity: 1;
}
.commentForm input::-webkit-input-placeholder,
.commentForm textarea::-webkit-input-placeholder{
    color: #868b9b;
    opacity: 1;
}


/*------------------------------------------------------
/  15. Contact Page
/------------------------------------------------------*/
.iconBox09{
    position: relative;
    padding: 6px 0 0 102px;
    min-height: 72px;
    margin: 0 0 18px;
}
.iconBox09 i{
    width: 72px;
    height: 72px;
    background: #4b5280; 
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    line-height: 72px;
    position: absolute;
    left: 0;
    top: 0;
}
.iconBox09 h4{
    font-size: 24px;
    line-height: 1;
    margin: 0 0 11px;
}
.iconBox09 p{
    font-size: 18px;
    line-height: 28px;
    color: #5e6371;
    margin: 0;
}
.iconBox09 p a{
    color: inherit;
}
.iconBox09 p a:hover{
    color: #f9758f;
}
#backtotop {
    position: fixed;
    letter-spacing: 0;
    right: 25px;
    bottom: -25px;
    width: 45px;
    height: 45px;
    background: #f9758f;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    border-radius: 0;
}
#backtotop:hover{
    background: #4b5280;
}


/*------------------------------------------------------
/  16. Preloader
/------------------------------------------------------*/
#preloader{
    background: #343c55;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.la-ball-scale-multiple,
.la-ball-scale-multiple&gt;div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.la-ball-scale-multiple {
    display: block;
    font-size: 0;
    color: #4b5280
}
.la-ball-scale-multiple.la-dark {
    color: #333
}
.la-ball-scale-multiple&gt;div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor
}
.la-ball-scale-multiple {
    width: 32px;
    height: 32px
}
.la-ball-scale-multiple&gt;div {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    -moz-animation: ball-scale-multiple 1s 0s linear infinite;
    -o-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite
}
.la-ball-scale-multiple&gt;div:nth-child(2) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}
.la-ball-scale-multiple&gt;div:nth-child(3) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s
}
.la-ball-scale-multiple.la-sm {
    width: 16px;
    height: 16px
}
.la-ball-scale-multiple.la-sm&gt;div {
    width: 16px;
    height: 16px
}
.la-ball-scale-multiple.la-2x {
    width: 64px;
    height: 64px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
}
.la-ball-scale-multiple.la-2x&gt;div {
    width: 64px;
    height: 64px
}
.la-ball-scale-multiple.la-3x {
    width: 96px;
    height: 96px
}
.la-ball-scale-multiple.la-3x&gt;div {
    width: 96px;
    height: 96px
}
@-webkit-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    5% {
        opacity: .75
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0)
    }
    5% {
        opacity: .75
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0)
    }
    5% {
        opacity: .75
    }
    100% {
        opacity: 0;
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
    5% {
        opacity: .75
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.mb117 {
    margin-bottom: 117px;
}
.aboutSection {
    padding: 120px 0 100px;
    background: #eef7f8;
}
h2.secTitle {
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-size: 31px;
    margin-bottom: 15px !important;
}
h3.secSubTitle {
    font-family: "Poppins", sans-serif;
    text-transform: capitalize !important;
    color: #eef7f8;
    font-size: 28px;
    font-weight: normal;
}
.banner-area {
    text-align: center;
  padding-top: 71px;
}
h3.secSubTitle1 {
  border-radius: 10px;
    font-size: 54px;
    color: #64c6f7;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    letter-spacing: 5px;
    
    line-height: 50px;
    text-shadow: 3px 2px #3f8aaf;
}
h2.secTitle-one {
    color: #060606;
    font-size: 15px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    width: 81%;
    margin: 0 auto;
    margin-bottom: 45px;
    font-weight: normal;
}
section.offerSection {
    padding-top: 100px;
    padding-bottom: 100px;
}
h3.secSubTitle-one.text-capitalize {
    font-family: "Poppins", sans-serif;
    color: #4b5280;
}


.vs-btn {
     
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    overflow: hidden;
    text-transform: uppercase;
    color: #105a81;
    background-color: #64c6f7;
    display: inline-block;
    padding: 9px 40px;
    border-radius: 30px;
    transition: all ease 0.5s;
    position: relative;
    z-index: 1;
    border: 10px solid #fff;
}

.vs-btn:after {
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #141b22;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 10px;
}

.vs-btn:hover {
  box-shadow: 0px 10px 24px 0px rgb(253,61,12,0.2);
      color: #d7f8ff !important;
}

.vs-btn:hover:after {
  height: 100%;
    bottom: auto;
    top: 0;
}

@media (max-width: 575px) {
  .vs-btn {
    font-size: 14px;
    padding: 17px 26px
  }
}

.vs-btn.outline-white {
  border: 2px solid var(--white-color);
  background-color: transparent
}

.vs-btn.outline-white:after {
  display: none
}

.vs-btn.outline-white:hover {
  background-color: #18bccf;
  color: var(--white-color);
  border-color: #18bccf
}

.vs-btn.style-white {
  background-color: var(--white-color);
  color: var(--title-color)
}

.vs-btn.style-white:after {
  display: none
}

.vs-btn.style-white:hover {
  background-color: #18bccf;
  color: var(--white-color)
}

.vs-btn.style-black {
  background-color: var(--black-color);
  color: var(--white-color)
}

.vs-btn.style-black:hover {
  color: var(--white-color)
}

.vs-btn.style-black:after {
  background-color: #18bccf
}

.vs-btn.style-white-hover:after {
  display: none
}

.vs-btn.style-white-hover:hover {
  background-color: var(--white-color);
  color: var(--title-color)
}

.banner-div {
/* padding: 142px 0; */
    background: url(../images/banner-1.jpg) center;
    background-position: center;
    position: relative;
    z-index: 0;
    text-align: center;
    height: 100vh;
    background-size: cover;
}
.banner-div h4 {
border-radius: 10px;
    font-size: 54px;
    color: #64c6f7;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    letter-spacing: 5px;
    text-align: center;
    line-height: 50px;
    text-shadow: 3px 2px #3f8aaf;
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.about-img {
    margin-left: 11px;
    position: relative;
}
.about-img::before{
    position: absolute;
    content: '';
    height: 110%;
    width: 500px;
    /* background-color: #000; */
    top: -30px;
    border: 4px solid #27e992;
    right: -30px;
    z-index: -1;
}
/* .about-img img {
    position: relative;
    z-index: 10;
    border-radius: 50%;
    width: 535px;
    height: 535px;
}
.about-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    right: 19%;
    bottom: 50px;
    z-index: 1;
    background: #0e3e70;
    border-radius: 50%;
} */
.features-area {
    background: #081ba9;
    margin-top: -55px;
    margin-bottom: 50px;
}

.features-area .features-elements {
    padding: 35px 25px;
    box-shadow: 1px 3px 14px -3px #000;
    background: #fff;
    text-align: center;
    min-height: 282px;
}
.features-area .features-elements img {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.features-area .features-elements h4 {
}
    .features-area .features-box-img {
    box-shadow: 1px 3px 14px -3px #000;
    min-height: 310px;
}
.features-area .features-box-img .primary-overlay {
    position: relative;
    width: 100%;
    display: block;
}
.features-area .features-box-img .primary-overlay::before {
    background: rgba(252, 50, 138, 0.6);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.p-0 {
    padding: 0!important;
}
 
.features-area .features-elements p {
    font-size: 15px;
    color: #6b6b6b;
    line-height: 1.6rem;
    margin-bottom: 0px;
}
.banner-div h2 {
    font-size: 37px;
    color: #f9a4cb;
    text-transform: capitalize;
    margin-top: 0;
    
    font-weight: normal;
    text-align: center;
    margin-bottom: 0;
    line-height: 44px;
}
.banner-div p {
font-size: 17px;
    line-height: 25px;
    color: #685e5e;
    font-family: "Poppins", sans-serif;
    width: 59%;
    text-align: center;
    margin: 0 auto;
}
.btn-primary {
    color: #fff;
    background-color: #0e2941;
    /* border-color: #4b5280; */
}

.btn-primary:hover{
    background-color: #222;
    border-color: #222;
}

form.ng-pristine.ng-valid.ng-valid-maxlength.ng-valid-email {
    margin-top: 49px;
}

.product_features li {
    line-height: 29px;
}

.provide_holder{
    padding: 6% 0;
    display: none;
}





@media screen and (max-width: 991.98px){
.nav-element, .sm-mx-none {
    display: none !important;
}
}
.feat h5 a{
        font-size: 18px;
        font-family: "Poppins", sans-serif;
        font-weight: 800;
        color: #00bafa;
}
.feat p{
        font-size: 14px;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        color: #f2f2f29c;
}
.feat {
  background: #181818;
  height: 91%;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px){

.banner-sec {
    background-position: left;
}
}
.footer-bottom-area p{
       color: #e8e8e8;
       font-weight: 600;
}

#cookiePopup {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: #09a861;
        padding: 15px;
        flex-wrap: wrap;
        z-index: 999999;
        gap: 20px;
        align-items: center;
        justify-content: center;
        text-align: center;
        display: none;
    }

    #cookiePopup h4 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 800px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: transparent;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #191919;
    }

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #000000;
    }

.banner-inner{
    /* background-color: #202020c9;
    padding: 7% 3%;
    border-radius: 10px; */

    /* border-left: 3px solid #ad4cf5;
    border-right: 3px solid #108be9; */
}

.abt_txt_dtl h1{text-align: center;color: #ca9c42;font-size: 24px;margin-bottom: 1%;}

.abt_txt_dtl p{
    text-align: center;
    color: #000;
    font-size: 19px;
    margin-bottom: 2%;
    font-weight: 600;
}

.about-inner h1{color: #000;font-size: 21px;margin-bottom: 3%;}

.about-inner p{
    color: #333;
    font-size: 16px;
    font-weight: 400;
}


.about-inner.about_scnd.about-content{
    background-color: #000;
}

.about-inner.about_scnd.about-content h1{
    color: #fff;
}

.about-inner.about_scnd.about-content p{
    color: #fff;
}
.bottom-header.index_btm_hder {
    min-height: 73px;
    padding: 0;
    border-bottom: 1px solid #0e2941;
}

header.project-header.pr_index_btm_hder {
    position: relative;
}
.bottom-header.index_btm_hder .navbar-light .navbar-nav .nav-link {
    color: #0d2941;
}
.bottom-header.index_btm_hder .navbar-nav li a:hover {
    color: #27e992 !important;
}
.bottom-header.index_btm_hder ul.navbar-item li i {
    font-size: 1.3rem;
    color: #191919;
}
.bottom-header.index_btm_hder span.rounded-area {
    margin-left: 20px;
    background-color: #191919;
    padding: 3px 0;
    border-radius: 50%;
    color: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 18px;
    font-size: 11px;
    top: 19px;
    border: 1px solid #310808;
    text-align: center;
}
.bottom-header.index_btm_hder .main-nav {
    padding: 5px 0px;
    position: static;
    border: none;
    border-radius: 0;
}
.banner-inner {
    margin-top: 10%;
    padding-left: 120px;
}

.card_image{
    margin-top: 20px;
}
.banner-inner h2{
    color: #0d2941;
    font-size: 30px;
}</pre></body></html>