/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Rubik:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");

body {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #7b8491;
  font-size: 15px;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

button {
  cursor: pointer;
  transition: 0.3s;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: #1c75a1;
  text-decoration: none;
}

a,
button {
  color: #1c75a1;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #233d63;
  margin-top: 0px;
  font-style: normal;
  font-weight: 600;
  text-transform: normal;
  line-height: 1.2;
  transition: 0.3s;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 30px;
  font-weight: 500;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: #7b8491;
  margin-bottom: 15px;
  transition: 0.3s;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #7b8491;
  font-size: 12px;
  opacity: 1;
}

*::placeholder {
  color: #7b8491;
  font-size: 12px;
  opacity: 1;
}

.theme-overlay {
  position: relative;
}

.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

/* button style */

.x-btn {
  -moz-user-select: none;
  background-image: -moz-linear-gradient(0deg,
      rgb(0, 200, 103) 1%,
      rgb(0, 227, 161) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(0, 200, 103) 1%,
      rgb(0, 227, 161) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(0, 200, 103) 1%,
      rgb(0, 227, 161) 100%);
  border: medium none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 17px 35px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid #1c75a1;
  position: relative;
}

.x-btn:hover {
  color: #fff;
}

.btn-border {
  background: transparent;
  border-color: #00c867;
  color: #1c3354;
}

.btn-border:hover {
  background-image: -moz-linear-gradient(0deg,
      rgb(0, 200, 103) 1%,
      rgb(0, 227, 161) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(0, 200, 103) 1%,
      rgb(0, 227, 161) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(0, 200, 103) 1%,
      rgb(0, 227, 161) 100%);
  border-color: transparent;
  color: #fff;
}

.breadcrumb>.active {
  color: #888;
}

.btn-squ {
  border-color: #00588b;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.btn-squ:hover {
  border-color: #1c75a1;
  background: #1c75a1;
  color: #fff;
}

.btn-red-hover:hover {
  border-color: #ff4646;
  background: #ff4646;
  color: #fff;
}

.btn-radius {
  border-color: #e0e3e7;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.btn-radius:hover {
  border-color: #ff1181;
  background: #ff1181;
  color: #fff;
}

.btn-orange {
  border-color: #e0e3e7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.btn-orange:hover {
  border-color: #ff4902;
  background: #ff4902;
  color: #fff;
}

.btn-red {
  background: #ff4646;
  border-color: #ff4646;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.btn-red:hover {
  border-color: #ff4646;
  background: #fff;
  color: #ff4646;
}

.btn-squ-bg {
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #233d63;
}

.btn-squ-bg:hover {
  background: #1c75a1;
  color: #fff;
}

.btn-grad {
  border: medium none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 17px 35px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  position: relative;
}

.btn-grad span {
  position: relative;
  z-index: 99;
}

.btn-grad:hover {
  color: #fff;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}

.btn-grad:before {
  background-image: -moz-linear-gradient(20deg,
      rgb(0, 93, 246) 0%,
      rgb(255, 17, 129) 100%);
  background-image: -webkit-linear-gradient(20deg,
      rgb(0, 93, 246) 0%,
      rgb(255, 17, 129) 100%);
  background-image: -ms-linear-gradient(20deg,
      rgb(0, 93, 246) 0%,
      rgb(255, 17, 129) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.btn-grad-4 {
  border: medium none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 17px 35px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  position: relative;
}

.btn-grad-4:hover {
  color: #fff;
  /* transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px); */
}

.btn-grad-4 span {
  position: relative;
  z-index: 99;
}

.btn-grad-4::before {
  background: -moz-linear-gradient(0deg,
      rgb(28, 117, 161) 0%,
      rgb(63, 167, 219) 100%);
  background: -webkit-linear-gradient(0deg,
      rgb(28, 117, 161) 0%,
      rgb(63, 167, 219) 100%);
  background: -ms-linear-gradient(0deg,
      rgb(28, 117, 161) 0%,
      rgb(63, 167, 219) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  z-index: -1;
}

.btn-grad-4:after {
  background: -moz-linear-gradient(0deg,
      rgb(63, 167, 219) 0%,
      rgb(28, 117, 161) 100%);
  background: -webkit-linear-gradient(0deg,
      rgb(63, 167, 219) 0%,
      rgb(28, 117, 161) 100%);
  background: -ms-linear-gradient(0deg,
      rgb(63, 167, 219) 0%,
      rgb(28, 117, 161) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.btn-grad-4:hover:after {
  opacity: 1;
  visibility: visible;
}

.x-btn-white {
  background: #fff;
  color: #233d63;
  font-weight: 500;
}

.x-btn-white:hover {
  background: none;
  color: #fff;
  border-color: #fff;
}

.btn-border-white {
  border-color: #fff;
  color: #fff;
}

.btn-border-white:hover {
  background: #fff;
  color: #233d63;
  border-color: #fff;
}

.btn-black {
  background: #1c3354;
  border-radius: 4px;
  padding: 18px 35px;
  border: none;
}

.btn-black:hover {
  background: #2f3d51;
}

.theme-btn {
  background: #1c75a1;
  border: 2px solid transparent;
}

.theme-btn:hover {
  background: none;
  border-color: #1c75a1;
  color: #1c75a1;
}

/* scrollUp */
/* #scrollUp {
	

} */

.scroll {
  background: #1c75a1;
  height: 60px;
  width: 60px;
  right: 6px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 59px;
  bottom: 85px;
}

#scrollUp:hover {
  background: #3b6af0;
  color: #fff;
}

/* 2. Header */

header {
  padding: 8px;
}

.header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

.main-menu ul li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}

.main-menu ul li a {
  font-weight: 500;
  color: #2c303e;
  text-transform: uppercase;
  padding: 30px 0;
  display: block;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.main-menu ul li:hover>a {
  color: #00c867;
}

.main-menu ul li ul.submenu {
  position: absolute;
  top: 110%;
  left: 0;
  min-width: 250px;
  background: #fff;
  border-top: 3px solid #00c867;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  text-align: left;
  box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  z-index: 340;
}

.main-menu ul li:hover>ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main-menu ul li ul.submenu li {
  display: block;
  margin: 0;
}

.main-menu ul li ul.submenu li a {
  padding: 9px 25px;
  text-transform: capitalize;
  position: relative;
}

.main-menu ul li ul.submenu li.menu-item-has-children>a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  transition: 0.3s;
  float: right;
  font-size: 12px;
  margin-top: 1px;
}

.main-menu ul li ul.submenu li>ul.submenu {
  left: 100%;
  top: 5%;
  opacity: 0;
  visibility: hidden;
}

.main-menu ul li ul.submenu li:hover>ul.submenu {
  opacity: 1;
  top: 0%;
  visibility: visible;
}

/* .sticky-bar {
	left: 0;
	
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	background: #fff;
} */

.header-text-white.sticky-bar {
  background: #1b1d3d;
}

.sticky-bar .white-menu ul li>a {
  padding: 30px 0;
}

.sticky-bar .main-menu ul li>a {
  padding: 15px 0;
}

/* header 2 */
.red-menu ul li>a {
  color: #233d63;
  padding: 10px 0;
}

.red-menu ul li:hover>a {
  color: #1c75a1;
}

.red-menu ul li ul.submenu {
  border-top: 2px solid #1c75a1;
}

/* header 3 */
.pink-menu ul li>a {
  color: #1c3354;
  padding: 45px 0;
}

.pink-menu ul li:hover>a {
  color: #ff1181;
}

.pink-menu ul li ul.submenu {
  border-top: 2px solid #ff1181;
}

.pink-menu ul li>a::before {
  background: #1c3354;
  height: 1px;
  width: 0;
  content: "";
  bottom: 39px;
  left: -10px;
  position: absolute;
  transition: 0.3s;
}

.pink-menu ul li:hover>a::before {
  width: 38px;
}

.pink-menu ul li ul.submenu li a:before {
  display: none;
}

/* header 4 */
.white-menu ul li>a {
  color: #fff;
  padding: 10px 0;
}

.white-menu nav>ul>li:hover>a {
  color: #fff;
  opacity: 0.5;
}

.white-menu ul li ul.submenu {
  border-top: 0;
}

.white-menu ul li ul.submenu li a {
  color: #233d63;
}

.white-menu ul li ul.submenu li:hover>a {
  color: #1400c1;
}

/* header 5  */
.mini-cart-icon a {
  color: #fff;
  font-size: 22px;
  position: relative;
}

.pos-relative {
  position: relative;
}

.mini-cart-icon a:hover {
  color: #ff4902;
}

.mini-cart-icon span {
  position: absolute;
  background: #ff4902;
  font-size: 10px;
  height: 15px;
  width: 15px;
  text-align: center;
  border-radius: 30px;
  left: 11px;
  top: -12px;
  color: #fff;
}

.header-right-info {
  margin-top: 28px;
  margin-left: 35px;
}

.header-shop.sticky-bar .header-right-info {
  margin-top: 17px;
}

/* header 6  */
.header-full {
  padding: 0 75px;
}

/* mega-menu */
.main-menu ul li.static {
  position: static;
}

.main-menu ul li ul.mega-menu {
  min-width: 100%;
  opacity: 1;
  visibility: visible;
  padding: 35px;
  z-index: 0;
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  right: 0;
  text-align: left;
  box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 9;
}

.main-menu ul li:hover ul.mega-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main-menu ul li ul.mega-menu li.mega-item {
  width: 25%;
  float: left;
  margin: 0;
}

.main-menu ul li ul.mega-menu li.mega-item>a {
  color: #233d63;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.main-menu ul li ul.mega-menu li.mega-item ul {
  margin-top: 15px;
}

.main-menu ul li ul.mega-menu li.mega-item ul li {
  display: block;
  margin: 0;
  margin-bottom: 16px;
}

.main-menu ul li ul.mega-menu li.mega-item ul li:last-child {
  margin-bottom: 0;
}

.main-menu ul li ul.mega-menu li.mega-item ul li a {
  color: #233d63;
  padding: 0;
  text-transform: capitalize;
  font-weight: 400;
}

.main-menu ul li ul.mega-menu li.mega-item ul li a:hover {
  color: #1c75a1;
}

.main-menu.white-menu ul li ul.mega-menu li.mega-item ul li a:hover {
  color: #1400c1;
}

.main-menu.pink-menu ul li ul.mega-menu li.mega-item ul li a:hover {
  color: #ff1181;
}

.header-green .main-menu ul li ul.mega-menu li.mega-item ul li a:hover {
  color: #00c867;
}

.main-menu ul li ul.mega-menu li.mega-item ul li a:before {
  display: none;
}

.main-menu ul li ul.mega-menu li.mega-item>a:before {
  display: none;
}

/* 3. Slider */
.slider-area {
  position: relative;
}

.slider-height {
  min-height: 950px;
}

.slider-text {
  padding-top: 140px;
}

.slider-text h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 33px;
}

.slider-text h2 span {
  color: #00c867;
  display: block;
}

.slider-text p {
  margin-bottom: 40px;
}

/* slider 2 */
.hero-padding {
  padding: 0 250px;
}

.slider-height-2 {
  min-height: 720px;
  background-repeat: no-repeat;
}

.slider-text-2 h2 {
  color: #fff;
}

.slider-text-2 h2 span {
  color: #fff;
}

.shape {
  position: absolute;
}

.shape-1 {
  left: 20%;
  top: 27%;
  animation: animationFramesOne 30s alternate infinite linear;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
}

.shape-2 {
  left: 3%;
  top: 50%;
  animation: animationFramesTwo 30s alternate infinite linear;
  -webkit-animation: animationFramesTwo 30s alternate infinite linear;
}

.shape-3 {
  left: 20%;
  bottom: 20%;
  animation: animationFramesThree 30s alternate infinite linear;
  -webkit-animation: animationFramesThree 30s alternate infinite linear;
}

.shape-4 {
  left: 50%;
  bottom: 11%;
  animation: animationFramesOne 30s alternate infinite linear;
  -webkit-animation: animationFramesFour 30s alternate infinite linear;
}

.shape-5 {
  right: 5%;
  top: 11%;
  animation: animationFramesFive 30s alternate infinite linear;
  -webkit-animation: animationFramesFive 30s alternate infinite linear;
}

.shape-6 {
  right: 15%;
  bottom: 11%;
  animation: animationFramesOne 30s alternate infinite linear;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
}

/* slider 3 */
.slider-text-3 h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.3;
}

.slider-text-3 p {
  padding-right: 80px;
}

.slider-img-3 img {
  margin-left: -65px;
}

.slider-height-3 {
  min-height: 830px;
}

.slider-text-3>span {
  font-weight: 500;
  color: #7b8491;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.sl-video a {
  font-size: 14px;
  border: 2px solid #d8dcdf;
  height: 45px;
  width: 45px;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  line-height: 43px;
  color: #898989;
  position: relative;
  top: 0px;
  margin-left: 5px;
}

.sl-video {
  margin-left: 15px;
}

.sl-video a:hover {
  border-color: #2751e3;
  color: #2751e3;
}

.sl-video-6 a:hover {
  border-color: #ff4646;
  color: #ff4646;
}

/* slider 4  */
.slider-img-2 img {
  margin-left: -100px;
}

.slider-text-4 h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: 0.6px;
  line-height: 1.3;
}

.slider-text-4 p {
  color: #fff;
  margin-bottom: 40px;
  padding-right: 40px;
}

.hero-form {
  position: relative;
}

.hero-form input {
  background: #fff;
  width: 100%;
  height: 60px;
  border: 0;
  padding: 0 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
}

.hero-form input:focus:-moz-placeholder {
  opacity: 0;
}

.hero-form input:focus::placeholder {
  opacity: 0;
}

.hero-form button {
  position: absolute;
  right: 7px;
  border: 0;
  color: #fff;

  background-image: -moz-linear-gradient(0deg,
      rgb(28, 117, 161) 0%,
      rgb(63, 167, 219) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(28, 117, 161) 0%,
      rgb(63, 167, 219) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(28, 117, 161) 0%,
      rgb(63, 167, 219) 100%);
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  top: 6px;
  font-weight: 500;
}

/* slider 5 */
.slider-height-5 {
  min-height: 950px;
}

.slider-text-5 p {
  color: #fff;
  padding-right: 0;
  opacity: 0.7;
  margin-bottom: 50px;
}

.slider-text-5 h2 {
  margin-bottom: 30px;
}

.get-app a {
  padding: 18px 40px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  border-radius: 0;
  margin-right: 26px;
  background: 0;
  border: 1px solid #d7d7d7;
  padding-bottom: 13px;
}

.get-app a i {
  float: left;
  font-size: 25px;
  position: relative;
  top: 2px;
  transition: 0.3s;
  color: #fff;
  font-size: 23px;
}

.get-app a p {
  display: inline-block;
  margin: 0;
  line-height: 24px;
  padding-left: 15px;
  color: #fff;
  text-align: left;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 1;
  font-size: 13px;
}

.get-app a p span {
  display: block;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
}

.get-app a p b {
  color: #151948;
  font-size: 20px;
  font-weight: 600;
}

.get-app a.app-bg-btn {
  border: 1px solid transparent;
  background: #ff4902;
}

a.app-bg-btn i {
  color: #fff;
}

a.app-bg-btn p {
  color: #fff;
}

a.app-bg-btn p b {
  color: #fff;
}

.app-border-btn:hover {
  background: #ff4902;
  border: 1px solid transparent;
}

.app-border-btn:hover.app-border-btn i {
  color: #fff;
}

.app-border-btn:hover.app-border-btn p {
  color: #fff;
}

.app-border-btn:hover.app-border-btn p b {
  color: #fff;
}

/* slider 6  */
.slider-height-6 {
  min-height: 1050px;
}

.slider-text-6 h2 {
  font-size: 53px;
}

.slider-text-6 h2 {
  margin-bottom: 20px;
}

/* slider 7 */
.img-shape {
  position: absolute;
}

.main-image-shape {
  right: 0;
  top: 0;
}

.slider-img-6 img {
  margin-left: -100px;
}

.slider-text.pt-60 {
  padding-top: 60px;
}

/* dotted */
.slider-dotted {
  position: absolute;
  z-index: 1;
}

.sd-one {
  left: 8%;
  top: 38%;
  animation: moveShape 20s linear 2s infinite alternate;
  -webkit-animation: moveShape 20s linear 2s infinite alternate;
}

@keyframes moveShape {
  0% {
    left: 10%;
    top: 37%;
  }

  25% {
    left: 12%;
    top: 50%;
  }

  50% {
    left: 8%;
    top: 45%;
  }

  75% {
    left: 6%;
    top: 30%;
  }

  100% {
    left: 10%;
    top: 20%;
  }
}

.sd-two {
  left: 46%;
  top: 24%;
  animation: moveShape2 20s linear 2s infinite alternate;
}

@keyframes moveShape2 {
  0% {
    left: 46%;
    top: 24%;
  }

  25% {
    left: 50%;
    top: 30%;
  }

  50% {
    left: 40%;
    top: 35%;
  }

  75% {
    left: 45%;
    top: 30%;
  }

  100% {
    left: 30%;
    top: 25%;
  }
}

.sd-three {
  left: 5%;
  top: 80%;
  animation: moveShape3 20s linear 2s infinite alternate;
}

@keyframes moveShape3 {
  0% {
    left: 5%;
    top: 80%;
  }

  25% {
    left: 10%;
    top: 90%;
  }

  50% {
    left: 8%;
    top: 95%;
  }

  75% {
    left: 3%;
    top: 80%;
  }

  100% {
    left: 15%;
    top: 90%;
  }
}

.sd-four {
  left: 22%;
  top: 94%;
  animation: moveShape4 20s linear 2s infinite alternate;
}

@keyframes moveShape4 {
  0% {
    left: 22%;
    top: 94%;
  }

  25% {
    left: 30%;
    top: 90%;
  }

  50% {
    left: 35%;
    top: 100%;
  }

  75% {
    left: 40%;
    top: 94%;
  }

  100% {
    left: 22%;
    top: 94%;
  }
}

/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* slider  5  */
.slider-height-5 {
  background: #0e1942;
}

/* 4. How work */
.how-work {
  padding: 50px 35px;
  box-shadow: 0px 10px 30px 0px rgba(0, 3, 143, 0.1);
  padding-top: 45px;
}

.how-work-icon {
  margin-bottom: 12px;
}

.how-work-text h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.how-work-text p {
  margin: 0;
}

.how-work-link a {
  font-size: 13px;
  color: #2c303e;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.how-work-link a:hover {
  color: #00c867;
}

.how-work-link {
  margin-top: 25px;
}

.how-work-link a::after {
  position: absolute;
  background: #c3ecd8;
  content: "";
  width: 10px;
  height: 15px;
  right: -17px;
  top: 2px;
}

.how-work-rd .how-work-link a::after {
  background: #ff4646;
}

.how-work-rd .how-work-link a:hover {
  color: #ff4646;
}

/* how work 2  */
.hw-position {
  margin-bottom: -280px;
}

.hw-list {
  /*border: 1px solid #e0e3e7;*/
  padding: 20px 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  background: #fff;
}

.hw-list:hover {
  border-color: #ff4902;
}

.hw-list h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.6;
}

.hw-list p {
  margin: 0;
}

.hw-list-img {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.hw-list-img::before {
  background: #ff4902;
  height: 2px;
  width: 60px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* how work 3 */
.hiw-img-left img {
  margin-left: -140px;
}

.hiw-img-left .img-two {
  margin-left: 0;
  transform: scale(1.07);
  /* filter: drop-shadow(-10px -10px 4px #859585); */
}

.hiw-text {
  padding-right: 80px;
}

.hiw-list {
  padding-right: 85px;
}

/*.hiw-list-text h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1.1;
}*/
.hiw-list-text h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 4px;
  line-height: 1.1;
}

.hiw-list-text p {
  margin-bottom: 0;
}

.hiw-icon.f-left {
  margin-right: 15px;
}

.hiw-shape {
  top: -200px;
  z-index: -1;
}

.hiw-shape.two {
  right: 0;
  rotate: 180deg;
}

/* section title */
.section-title h2 {
  font-size: 45px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.section-title-privacy span {
  
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
  display: block;
}
.section-title-2 span {
  color: #1c75a1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
  display: block;
}

.section-title-2 h2 {
  font-size: 26px;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
}

.section-title-2 h2.mb-20 {
  margin-bottom: 20px;
}

.section-title-2 h2.f-600 {
  font-weight: 600;
}

.section-title-2.white-text h2 {
  color: #fff;
  line-height: 1.3;
}

.section-title-2.white-text p {
  color: #fff;
}

.section-title-2 span.st-sub {
  color: #7b8491;
}

.section-title-3 h2 {
  font-weight: 300;
  margin-bottom: 10px;
}

.section-title-4 h2 {
  font-weight: 600;
  line-height: 1.3;
}

.section-title-privacy, .section-title-4 span {
  color: #ff4646;
}

.section-title-pink span {
  color: #ff1181;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
}

.section-title-pink h2 {
  line-height: 1.3;
}

/* 5. Access */
.access-img img {
  margin-left: -240px;
}

.access-img-2 img {
  margin: 0;
  margin-right: -240px;
}

.acces-text h3 {
  font-size: 45px;
  margin: 14px 0;
  margin-top: 18px;
}

.acces-text p {
  margin-bottom: 40px;
}

.single-features {
  box-shadow: none;
  padding: 0 15px;
}

/* features 2 */
.features-image img {
  margin-left: -125px;
}

.fea-icon span {
  background: #fbe8ff;
  height: 55px;
  width: 55px;
  display: inline-block;
  border-radius: 100px;
}

.fea-icon {
  position: relative;
}

.fea-icon img {
  position: absolute;
  top: 10px;
  left: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.features-list:hover .fea-icon img {
  left: 20px;
}

.fea-text h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.fea-text p {
  margin: 0;
}

.features-parent .col-xl-6:nth-child(1) .fea-icon span {
  background: #eef5ff;
}

.features-parent .col-xl-6:nth-child(2) .fea-icon span {
  background: #ffe7e7;
}

.features-parent .col-xl-6:nth-child(3) .fea-icon span {
  background: #fbe8ff;
}

.features-parent .col-xl-6:nth-child(4) .fea-icon span {
  background: #ffefdb;
}

/* fea 3 */
.fea-3-img img {
  margin-left: -240px;
}

.fea-3-content>span {
  color: #ff1181;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
}

.fea-3-content>span.theme-color-sub {
  color: #ff4646;
}

.fea-3-content h2 {
  font-size: 42px;
  margin-bottom: 25px;
  padding-right: 10px;
}

.fea-3-content p {
  margin-bottom: 30px;
}

/* fea list 3  */
.feal-list-item {
  border: 1px solid #e5e8ed;
  padding: 50px 37px;
}

.feal-list-item h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 22px;
}

.feal-list-item p {
  margin-bottom: 40px;
}

.feal-list-item a {
  padding-bottom: 10px;
  border-bottom: 2px solid #d7d7d7;
  display: inline-block;
  color: #7b8491;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.6px;
}

.feal-list-item a:hover {
  color: #ff7200;
  border-color: #ff7200;
}

.fea-pr .col-lg-4:nth-child(2) .feal-list-item a:hover {
  color: #9411c6;
  border-color: #9411c6;
}

.fea-pr .col-lg-4:nth-child(3) .feal-list-item a:hover {
  color: #26ae8e;
  border-color: #26ae8e;
}

.fea-list-img {
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}

.fea-list-img:before {
  background: #ff7200;
  height: 2px;
  width: 100px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.fea-pr .col-lg-4:nth-child(2) .fea-list-img:before {
  background: #9411c6;
}

.fea-pr .col-lg-4:nth-child(3) .fea-list-img:before {
  background: #26ae8e;
}

/* ex features  */
.ex-fea-list {
  padding-right: 20px;
}

.ex-fea-list h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.ex-fea-list p {
  margin: 0;
}

/* fea 6  */
.soft-fea-list {
  padding: 0 15px;
}

.soft-fea-list h3 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 25px;
}

.soft-fea-list p {
  margin-bottom: 0;
}

/* xn about  */
.xn-about-img img {
  margin-left: -30px;
}

.xn-about-content h2 {
  margin-bottom: 20px;
}

.xn-about-content p {
  margin-bottom: 25px;
  text-align: justify;
}

.xn-about-content ul {
  margin-bottom: 50px;
}

.xn-about-content ul li {
  margin-bottom: 20px;
  font-size: 15px;
}

.xn-about-content ul li i {
  float: left;
  margin-right: 9px;
  margin-top: 4px;
}

.xn-about-content ul li span {
  overflow: hidden;
  display: block;
}

/* xn ab 2  */
.xn-about-img-2 img {
  margin-left: -100px;
}

.xn-about-5 h2 {
  margin-bottom: 30px;
}

.xn-about-5 ul li i {
  color: #ff4902;
}

/* 6. Price */
.price-box {
  border: 1px solid #eaecee;
  padding: 35px 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.price-box.active {
  box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
  border-color: transparent;
}

.price-box:hover {
  box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
  border-color: transparent;
}

.price-header h3 {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
  margin-bottom: 30px;
  margin-top: 5px;
}

.price-text h4 {
  font-size: 28px;
  color: #2c303e;
}

.price-text h4 span {
  font-size: 18px;
  color: #7f7f7f;
}

.price-plan-list ul li {
  color: #7f7f7f;
  margin-bottom: 15px;
}

.price-link a {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2c303e;
  font-weight: 500;
  font-size: 13px;
}

.price-link a:hover {
  color: #00c867;
}

.price-link {
  border-top: 1px solid #eaecee;
  padding-top: 32px;
  margin-top: 30px;
}

/* price 3  */
.price-header-3 h3 {
  margin-top: 0;
  font-weight: 300;
}

.price-link-2 a:hover {
  color: #6e60f6;
}

/* 7. Testimonial */
.testimonial-img img {
  margin-left: -70px;
}

.single-testimonial span b {
  font-size: 22px;
  font-weight: 500;
  color: #1c3354;
}

.single-testimonial p {
  font-size: 16px;
  margin-bottom: 35px;
}

.title-black h2 {
  margin-bottom: 35px;
}

.testimonial-active .owl-dot {
  height: 4px;
  width: 20px;
  background: #d3d8dd;
  display: inline-block;
  margin-right: 14px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.testimonial-active .owl-dot.active {
  background: #00c867;
}

.testimonial-red .owl-dot.active {
  background: #1c75a1;
}

.testimonial-active .owl-dots {
  margin-top: 20px;
}

/* testimonial 3 */
.testimonial-3 {
  margin: 0;
  padding: 48px;
}

.testimonial-3 i {
  color: #fbba42;
  font-size: 36px;
  margin-bottom: 40px;
}

.testimonial-3>p {
  margin-bottom: 30px;
}

/* testimonial 2 */
.testimonial-shap-area {
  background-position: top;
  padding-top: 400px;
}

.testimonial-item>p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 35px;
  font-style: italic;
}

.designation>h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7px;
  letter-spacing: 0.6px;
}

.designation span {
  font-size: 14px;
  color: #7b8491;
}

.testimonial-nav {
  margin: auto auto;
  text-align: center;
  width: 310px;
  margin-bottom: 45px;
}

.testimonial-nav button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #333333;
  font-size: 20px;
  left: -50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-nav button.slick-next {
  left: auto;
  right: -50px;
}

.testimonial-thumb>img {
  transform: scale(0.7);
}

.testimonial-thumb.slick-center>img {
  transform: scale(01);
}

.testimonia-item-active .slick-dots li button {
  background: #cfd7e1;
  padding: 0;
  text-indent: -9999px;
  height: 10px;
  width: 10px;
  border: 0;
  border-radius: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.testimonia-item-active .slick-dots li.slick-active button {
  background: #6e60f6;
}

.testimonia-item-active .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.testimonia-item-active .slick-dots {
  text-align: center;
}

.testimonia-item-2 p {
  margin-bottom: 0;
}

.testimonia-item-2 .testimonial-item {
  margin-bottom: 40px;
}

.testimonia-item-2 .designation>h3 {
  font-weight: 300;
}

/* test 4  */
.testimonial-wrapper {
  border: 1px solid #e2e4ec;
  margin-top: 60px;
  padding: 0 40px 35px;
}

.test-thumb {
  margin-bottom: 25px;
  margin-top: -59px;
  display: inline-block;
  text-align: center;
}

.testimonial-wrapper>p {
  margin-bottom: 20px;
}

.client-info>h4 {
  font-size: 18px;
  font-weight: 500;
}

.client-info>span {
  color: #777777;
  font-size: 14px;
}

.dot-style .slick-dots {
  text-align: center;
  z-index: 99;
  margin-top: 40px;
}

.dot-style .slick-dots>li {
  display: inline-block;
  line-height: 0;
  margin: 0 5px;
}

.dot-style .slick-dots>li.slick-active button {
  background: #233d63;
}

.dot-style .slick-dots button {
  background: #d0d1d3;
  height: 4px;
  padding: 0;
  text-indent: -10000px;
  width: 25px;
  border: 0;
}

.test-3-dot .slick-dots>li.slick-active button {
  background: #ff1181;
}

/* test-5  */
.testi-wrapper {
  border: 2px solid #fff6f6;
  padding: 43px;
  position: relative;
  overflow: hidden;
}

.client-info-text h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1;
  color: #1c3354;
}

.client-info-text span {
  font-size: 14px;
  color: #7b8491;
}

.testi-wrapper p {
  margin: 0;
}

.testi-wrapper::before {
  content: "";
  top: -78px;
  right: -5px;
  position: absolute;
  background: #fff6f6;
  height: 165px;
  width: 165px;
  border-radius: 50%;
  z-index: -1;
}

/* 8. Brand  */
.brand-active.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.single-brand {
  text-align: center;
}

.brand-active .owl-nav div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background: #00c867;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  line-height: 49px;
  left: -30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.brand-active .owl-nav div.owl-next {
  left: auto;
  right: -30px;
}

.brand-active:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.brand-active:hover .owl-nav div.owl-prev {
  left: -20px;
}

.brand-active:hover .owl-nav div.owl-next {
  right: -20px;
}

.brand-pattern {
  padding: 55px;
}

.logo-brand-item {
  width: calc(100% / 5);
  text-align: center;
  margin-bottom: 60px;
}

/* 9. Newsletter */
.newsletter input {
  height: 80px;
  width: 68%;
  border: 1px solid #ddd;
  padding: 0 20px;
  text-transform: uppercase;
  float: left;
}

.newsletter button {
  background-image: -moz-linear-gradient(0deg,
      rgb(0, 200, 103) 1%,
      rgb(0, 227, 161) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(0, 200, 103) 1%,
      rgb(0, 227, 161) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(0, 200, 103) 1%,
      rgb(0, 227, 161) 100%);
  height: 79px;
  padding: 0 70px;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  float: right;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
}

.newsletter input::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  opacity: 1;
}

.newsletter input::placeholder {
  color: #999999;
  font-size: 14px;
  opacity: 1;
}

.newsletter-4 .section-title h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1c3354;
}

.newsletter-4 button {
  background-image: -moz-linear-gradient(0deg,
      rgb(28, 117, 161) 0%,
      rgb(63, 167, 219) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(28, 117, 161) 0%,
      rgb(63, 167, 219) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(28, 117, 161) 0%,
      rgb(63, 167, 219) 100%);
}

.newsletter-3 input {
  height: 65px;
  width: 61%;
  padding: 0 25px;
  border-radius: 30px;
}

.newsletter-3 button {
  background-image: -moz-linear-gradient(20deg,
      rgb(0, 93, 246) 0%,
      rgb(255, 17, 129) 100%);
  background-image: -webkit-linear-gradient(20deg,
      rgb(0, 93, 246) 0%,
      rgb(255, 17, 129) 100%);
  background-image: -ms-linear-gradient(20deg,
      rgb(0, 93, 246) 0%,
      rgb(255, 17, 129) 100%);
  height: 64px;
  padding: 0 40px;
  border-radius: 30px;
}

.newsletter-5 button {
  background: #ff4646;
}

.newsletter-5 button:hover {
  background: #202020;
}

.brand-3-area {
  padding-top: 270px;
}

/* 10. Footer */
.footer-bg {
  background-repeat: no-repeat;
  background-position: center bottom;
}

.footer-4-bg {
  background: #fffbf9;
}

.footer-text img {
  margin-bottom: 30px;
}

.footer-social {
  margin-top: 30px;
}

.footer-social a {
  font-size: 14px;
  color: #b8bcbf;
  margin-right: 15px;
}

.footer-social a:hover {
  color: #1c3354;
}

.footer-text p {
  padding-right: 35px;
  color: #8d96a2;
  text-align: justify;
}

.footer-widget h3 {
  /*font-size: 21px;*/
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: 500;
}

.footer-widget ul li {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 14px;
}

.footer-widget ul li span {
  line-height: 27px;
}

.footer-widget ul li a {
  color: #8d96a2;
}

.footer-widget ul li a:hover {
  color: #1c3354;
}

.copyright-border {
  border-top: 1px solid #dddddd;
  padding: 15px 0;
}

.footer-menu ul li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu ul li a {
  color: #7f7f7f;
  font-size: 13px;
  text-transform: uppercase;
}

.footer-menu ul li a:hover {
  color: #1c3354;
}

.copyright p {
  margin: 0;
}

/* footer 2  */
.cop-sep {
  border-top: 1px solid #373c46;
}

.footer-5-bg {
  background: #0e1420;
}

.footer-5 .footer-menu ul li a {
  color: #8d96a2;
}

.footer-5 .footer-menu ul li a:hover {
  color: #fff;
}

.footer-5 .footer-widget h3 {
  color: #ffffff;
  font-weight: 300;
}

.footer-5 .footer-widget ul li a {
  color: #8d96a2;
}

.footer-5 .footer-widget ul li a:hover {
  color: #fff;
}

.footer-5 .footer-text p {
  color: #7b8491;
  padding-right: 0;
}

.footer-contact ul li {
  overflow: hidden;
  margin-bottom: 15px;
}

.footer-contact ul li i {
  float: left;
  display: block;
  margin-right: 10px;
  width: 17px;
  margin-top: 8px;
}

.footer-contact ul li p {
  display: block;
  overflow: hidden;
  margin: 0;
}

.footer-form {
  position: relative;
}

.footer-form input {
  background: #fff;
  width: 100%;
  height: 50px;
  border: 0;
  padding: 0 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
}

.footer-form input:focus:-moz-placeholder {
  opacity: 0;
}

.footer-form input:focus::placeholder {
  opacity: 0;
}

.footer-form button {
  position: absolute;
  right: 7px;
  border: 0;
  color: #fff;
  background: #6e60f6;
  padding: 12px 21px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  top: 4px;
  font-weight: 500;
}

/* footer-shape  */
.footer-shape .footer-text p {
  padding-right: 0px;
  color: #fff;
  opacity: 0.5;
}

.footer-shape .footer-widget h3 {
  color: #fff;
}

.footer-shape .footer-widget ul li a {
  color: #fff;
  opacity: 0.5;
}

.footer-shape .footer-widget ul li a:hover {
  opacity: 1;
}

.footer-shape .copyright p {
  color: #fff;
  opacity: 0.8;
}

.footer-shape .copyright-area {
  border-top: 1px solid #2f52a1;
  padding: 30px 0;
}

.footer-shape {}

/* what we do */
.what-do-list {
  border: 1px solid #dee2e8;
  padding: 50px 40px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.what-do-list:hover {
  border-color: #1c75a1;
  background: #1c75a1;
}

.features-image img {
  margin-left: -125px;
}

.what-icon span {
  background: #ffe7e7;
  height: 70px;
  width: 70px;
  display: inline-block;
  border-radius: 100px;
}

.what-icon {
  position: relative;
  display: inline-block;
}

.what-icon img {
  position: absolute;
  top: 10px;
  left: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.what-do-list:hover .what-icon img {
  left: 20px;
}

.what-text h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}

.what-text p {
  margin-bottom: 40px;
}

.what-text a {
  color: #1c75a1;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  position: relative;
  padding-bottom: 12px;
}

.what-text a::before {
  background: #dee2e8;
  height: 1px;
  width: 80px;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}

.what-do-list:hover .what-text a::before {
  background: #fff;
}

.what-do-list:hover .what-text a {
  color: #fff;
}

.what-text {
  position: relative;
}

.what-text::before {
  position: absolute;
  left: 0;
  right: 0;
  width: 170px;
  height: 1px;
  content: "";
  background: #dee2e8;
  top: 0;
  margin: auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.what-do-list:hover .what-text::before {
  background: #fff;
}

.what-do-list:hover .what-text h3 {
  color: #fff;
}

.what-do-list:hover .what-text p {
  color: #fff;
}

/* features list  */
.fea-content-list h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}

.fea-content-list span {
  color: #1c75a1;
  margin-bottom: 17px;
  line-height: 27px;
  display: block;
}

.fea-content-list p {
  margin-bottom: 40px;
}

.fea-list-left-img img {
  margin-left: -100px;
}

/* fea 4  */
.feal-list-4-item {
  padding: 60px 37px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  background: #fff;
}

.growth-list-item {
  padding: 30px 32px;
}

.growth-list-item p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}

.content-toggle.active {
  display: block;
  text-align: justify;
}

.automation-items li {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .automation-img {
    display: none;
  }
}

.feal-list-4-item.active,
.feal-list-4-item:hover {
  /* box-shadow: 0px 20px 40px 0px rgba(0, 23, 88, 0.2); */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.feal-list-4-item h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.feal-list-4-item p {
  margin-bottom: 28px;
  text-align: justify;
}

.feal-list-4-item a {
  color: #1c3354;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.6px;
  font-weight: 500;
}

.feal-list-4-item a:hover {
  color: #1400c0;
}

.feal-list-4-item a i {
  font-size: 13px;
  position: relative;
  top: 1px;
  margin-left: 1px;
}

.hiw-shape-right {
  right: 0;
  top: 0;
}

/* feal-list-5-item  */
.feal-list-5-item {
  box-shadow: 0px 20px 40px 0px rgba(0, 36, 107, 0.2);
}

.feal-list-5-item a:hover {
  color: #ff4646;
}

/* price  */
.pricing-tab {
  border: 1px solid #e0e3e7;
  padding: 60px 37px;
}

.price-img {
  position: relative;
}

.price-img::before {
  position: absolute;
  left: 0;
  right: 0;
  width: 200px;
  height: 1px;
  content: "";
  background: #dee2e8;
  bottom: 0;
  margin: auto;
}

.price-value h2 {
  font-size: 40px;
  font-weight: 700;
}

.price-value span {
  font-size: 16px;
  color: #a2a8b0;
  font-weight: 500;
}

.pricing-tab p {
  color: #7b8491;
  font-size: 15px;
  margin-bottom: 40px;
}

.price-tab-menu {
  justify-content: center;
  margin-bottom: 60px;
}

.price-tab-menu li {
  margin: 0 10px;
}

.price-tab-menu li a.active {
  background: #ff8484;
  color: #fff;
  border-color: #ff8484;
}

.price-tab-menu li a {
  background: none;
  padding: 18px 40px;
  display: inline-block;
  color: #ff8484;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #ddd;
}

.price-tab-4-menu {
  justify-content: center;
  margin-bottom: 60px;
}

.price-tab-4-menu li a {
  background: none;
  padding: 18px 40px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #dfe0e5;
  color: #1c3354;
}

.price-tab-4-menu li {
  margin: 0 10px;
}

.price-tab-4-menu li a.active {
  background-image: -moz-linear-gradient(0deg,
      rgb(28, 117, 161) 0%,
      rgb(63, 167, 219) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(28, 117, 161) 0%,
      rgb(63, 167, 219) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(28, 117, 161) 0%,
      rgb(63, 167, 219) 100%);
  border-color: transparent;
  color: #fff;
}

.pricing-tab-4 ul {
  margin-bottom: 50px;
}

.pricing-tab-4 ul li {
  margin-bottom: 15px;
  border-bottom: 1px solid #dfe0e5;
  padding-bottom: 15px;
}

.pricing-tab-4 ul li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

/* price 5  */
.price-tab-menu-2 li {
  display: inline-block;
  margin-left: 0;
}

.price-tab-menu-2 li a.active {
  background: #ff4646;
  border-color: #ff4646;
}

.price-tab-menu-2 li a {
  color: #ff4646;
}

/* price 2  */
.price-tab-menu-3 li {
  display: inline-block;
  margin-left: 0;
}

.price-tab-menu-3 li a.active {
  background: #1c75a1;
  border-color: #1c75a1;
}

.price-tab-menu-3 li a {
  color: #1c75a1;
}

/* people */
.people-area {
  background-position: top;
  padding-top: 240px;
  background-repeat: no-repeat;
  overflow: hidden;
}

.people-item h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}

.people-item p {
  color: #fff;
  opacity: 0.7;
  margin: 0;
  text-align: justify;
}

.people-m-img img {
  margin-top: 75px;
}

.people-item {
  padding-right: 10px;
}

/* 11. Blog */
.blog-meta-top span a {
  color: #7b8491;
  text-transform: uppercase;
  font-size: 12px;
}

.blog-meta-top span a:hover {
  color: #ff4902;
}

.news-text h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.news-text h4 a:hover {
  color: #ff4902;
}

.blog-meta span a {
  color: #7b8491;
  text-transform: uppercase;
  font-size: 12px;
}

.news-meta span a {
  color: #7b8491;
  text-transform: uppercase;
  font-size: 12px;
}

.news-meta span {
  margin-right: 25px;
}

.news-meta span i {
  margin-right: 7px;
  position: relative;
  top: 1px;
}

.news-meta span a:hover {
  color: #ff4902;
}

/* blog 2 */
.news-img img {
  width: 100%;
}

.news-box {
  padding: 0 30px;
  margin-top: -85px;
}

.news-box .news-box {
  background: #fff;
}

.news-box .news-text {
  background: #fff;
  position: relative;
  padding: 35px;
  box-shadow: 0px 10px 40px 0px rgba(0, 36, 107, 0.15);
  padding-top: 33px;
}

.news-box .news-text h4 a:hover {
  color: #ff4646;
}

.news-box .news-meta span a:hover {
  color: #ff4646;
}

.latest-news {
  position: relative;
}

.news__thumb img {
  width: 100%;
}

.postbox__thumb img {
  width: 100%;
}

.blog-inner-img img {
  width: 100%;
}

.news__caption h2 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.news__caption h2 a:hover {
  color: #1c75a1;
}

.news-link {
  font-size: 12px;
  color: #e4ecf3;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.news-link:hover {
  color: #ffffff;
}

.news-link i {
  transition: 0.3s;
  display: inline-block;
}

.news-link:hover i {
  transform: translateX(3px);
}

.news__thumb-2 img {
  width: 100%;
}

.news__caption-2 {
  padding: 33px;
}

.news__caption-2 h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

.news__caption-2 h2 a:hover {
  color: #1c75a1;
}

.postbox__thumb {
  position: relative;
}

.postbox__thumb a img {
  max-width: 100%;
}

.post-meta span {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  color: #6f7172;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .post-meta span {
    margin-right: 10px;
  }
}

.post-meta span a:hover {
  color: #1c75a1;
}

.post-meta span i {
  color: #1c75a1;
  margin-right: 2px;
  position: relative;
  top: -1px;
}

.post-meta span a {
  color: #6f7172;
}

.postbox__text {}

.p-50 {
  padding: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .p-50 {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .p-50 {
    padding: 30px;
  }
}

.p-30 {
  padding: 30px;
}

.post-meta {
  margin-bottom: 20px;
}

.post-meta.mb-10 {
  margin-bottom: 10px;
}

.blog-title {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.blog-title a:hover {
  color: #1c75a1;
}

.read-more {
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.read-more {
  color: #1c75a1;
}

.read-more:hover {
  color: #1c75a1;
}

.read-more:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.read-more i {
  transition: 0.3s;
  display: inline-block;
}

.blog-title-sm {
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.5;
}

.postbox__gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  border: none;
  background: none;
  padding: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #ffffff;
  width: 60px;
  height: 60px;
  color: #6f7172;
  border-radius: 50%;
  font-size: 14px;
}

.postbox__gallery .slick-arrow:hover {
  background: #1c75a1;
  color: #ffffff;
}

.postbox__gallery .slick-arrow.slick-next {
  right: 30px;
  left: auto;
}

.postbox__video {
  position: relative;
}

.postbox__video img {
  max-width: 100%;
}

.video-btn {
  position: absolute;
  background: #ffffff;
  height: 120px;
  width: 120px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  line-height: 120px;
  color: #1c75a1;
  transform: translateY(-50%);
}

.video-btn:hover {
  background: #1c75a1;
  color: #ffffff;
}

.post-text blockquote {
  background: #f7f7fd;
  padding: 50px;
  position: relative;
  padding-left: 120px;
}

@media (max-width: 767px) {
  .post-text blockquote {
    padding: 30px;
  }
}

.post-text blockquote p {
  font-size: 26px;
  margin-bottom: 20px;
  color: #254b6d;
  font-weight: 500;
  line-height: 1.3;
}

.post-text blockquote::before {
  content: "\f10d";
  left: 50px;
  top: 50px;
  position: absolute;
  color: #11406f;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 41px;
}

@media (max-width: 767px) {
  .post-text blockquote::before {
    position: static;
  }
}

.post-text blockquote footer {
  font-size: 14px;
  letter-spacing: 2px;
  color: #fe4536;
  font-weight: 500;
  text-transform: uppercase;
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.bakix-navigation span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.bakix-navigation span a:hover {
  color: #fe4536;
}

.bakix-navigation h4 {
  font-size: 24px;
  margin: 0;
}

.bakix-navigation h4 a:hover {
  color: #fe4536;
}

.widget {}

.b-0 {
  border: 0;
}

.search-form {
  position: relative;
}

.search-form input {
  width: 100%;
  height: 60px;
  border: 0;
  background: #f5faff;
  padding: 0 25px;
  text-transform: capitalize;
}

.search-form input:focus::placeholder {
  opacity: 0;
}

.search-form input:focus::-moz-placeholder {
  opacity: 0;
}

.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 25px;
  color: #7b8491;
  line-height: 60px;
  border: 0;
  background: none;
}

.search-form button:hover {
  color: #1c75a1;
}

.widget-title {
  font-size: 22px;
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
}

.animate-border::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

.animate-border.border-white::after {
  border-color: #ffffff;
}

.animate-border.border-white::after {
  border-color: #ffffff;
}

.about-me img {
  margin-bottom: 25px;
  border-radius: 50%;
}

.about-me h4 {
  font-size: 18px;
  letter-spacing: 1px;
}

.widget-social-icon a {
  display: inline-block;
  margin: 0 8px;
  color: #1c75a1;
}

.widget-social-icon a:hover {
  color: #1c75a1;
}

.banner-widget img {
  max-width: 100%;
}

.widget .recent-posts>li {
  overflow: hidden;
}

.widget .recent-posts>li:not(:last-child) {
  overflow: hidden;
  margin-bottom: 30px;
}

.widget-posts-image {
  float: left;
}

.widget-posts-image img {
  width: 130px;
  height: 130px;
  border-radius: 0;
  margin-right: 25px;
}

.widget-posts-body {
  overflow: hidden;
  padding-top: 15px;
}

.widget-posts-title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
}

.widget-posts-title a:hover {
  color: #1c75a1;
}

.widget-posts-meta {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #7b8491;
  margin-bottom: 10px;
}

ul.cat li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
}

ul.cat li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.cat li:last-child {
  padding-bottom: 0;
}

ul.cat li a {
  display: block;
  color: #647589;
}

ul.cat li a:hover {
  color: #1c75a1;
}

.social-profile a {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #062a4d;
  line-height: 50px;
  margin-right: 2px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 5px;
}

.social-profile a:hover {
  background: #1c75a1;
}

#Instafeed {
  margin: 0 -5px;
  overflow: hidden;
}

#Instafeed li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}

#Instafeed li img {
  width: 100%;
}

.tag a {
  display: inline-block;
  line-height: 1;
  padding: 12px 18px;
  background: #f5faff;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #5f5b5b;
  border-radius: 2px;
}

.tag a:hover {
  background: #1c75a1;
  color: #ffffff;
}

.bg-none {
  background: none;
}

.blog-post-tag span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
}

.blog-post-tag a {
  color: #646974;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #eaedff;
  padding: 12px 24px;
  margin-right: 10px;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 10px;
}

.blog-post-tag a:hover {
  color: #fff;
  background: #1c75a1;
  border-color: #1c75a1;
}

.blog-post-tag a:last-child {
  margin-right: 0;
}

.blog-share-icon span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
  display: block;
  margin-bottom: 17px;
}

.blog-share-icon a {
  color: #6f7172;
  font-size: 18px;
  transition: 0.3s;
  margin-right: 22px;
}

.blog-share-icon a:hover {
  color: #1c75a1;
}

.blog-share-icon a:last-child {
  margin-right: 0;
}

.blog-details-border {
  border-top: 1px solid #eaedff;
  border-bottom: 1px solid #eaedff;
  padding-top: 33px;
  padding-bottom: 23px;
  margin-bottom: 42px;
}

.author {
  background: #f5f5f5;
  padding: 0 60px 44px 60px;
}

@media (max-width: 767px) {
  .author {
    padding: 0 30px 44px 30px;
  }
}

.author-img {
  margin-bottom: 35px;
}

.author-img img {
  margin-top: -60px;
}

.author-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.author-text p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 28px;
}

.author-icon {
  margin-top: 6px;
  margin-bottom: 25px;
}

.author-icon a {
  font-size: 14px;
  color: #9498b6;
  margin: 0 5px;
  transition: 0.3s;
}

.author-icon a:hover {
  color: #1c75a1;
}

.post-comments {
  border-bottom: 1px solid #eaedff;
  margin-bottom: 42px;
  padding-bottom: 46px;
}

.blog-coment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}

.comments-avatar {
  float: left;
}

@media (max-width: 767px) {
  .comments-avatar {
    float: none;
  }
}

.comments-avatar img {
  width: 100px;
  margin-right: 20px;
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.latest-comments li:last-child .comments-box {
  border-bottom: 0;
  padding-bottom: 0;
}

.latest-comments li.children {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 0;
  }
}

.comments-box {
  border-top: 1px solid #eaedff;
  padding: 30px 0;
}

.comments-text {
  overflow: hidden;
  padding-top: 4px;
}

@media (max-width: 767px) {
  .comments-text {
    margin-top: 15px;
  }
}

.comments-text p {
  margin-bottom: 0;
  margin-top: 8px;
}

.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 7px;
}

.avatar-name span {
  color: #1c75a1;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.reply {
  color: #6f7172;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  line-height: 1;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

.reply:hover {
  color: #1c75a1;
}

.reply i {
  margin-right: 5px;
}

.post-comments-title {
  margin-bottom: 39px;
}

.post-comments-title h2 {
  font-size: 26px;
  color: #140a20;
  margin-bottom: 0;
}

.conatct-post-form {
  margin-bottom: 20px;
  padding: 50px 35px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
}

.conatct-post-form label {
  font-weight: 600;
  color: #223645;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
  display: block;
}

@media (max-width: 767px) {
  .conatct-post-form {
    padding: 20px;
  }
}

.conatct-post-form input {
  height: 55px;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  color: #223645;
  border: 1px solid transparent;
  background: #eceff3;
  transition: 0.3s;
}

.conatct-post-form input:focus {
  background: #fff;
  border-color: #fe4536;
}

.conatct-post-form textarea {
  height: 170px;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  color: #223645;
  font-size: 14px;
  border: 1px solid transparent;
  background: #eceff3;
  transition: 0.3s;
}

.conatct-post-form textarea:focus {
  background: #fff;
  border-color: #fe4536;
}

#contacts-form input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form input::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.contact-icon {
  position: relative;
}

.contact-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: #1c75a1;
  top: 18px;
}

.conatct-post-form .contact-icon::before {
  display: none;
}

.contacts-message::after {
  content: "\f303";
}

.contacts-name::after {
  content: "\f007";
}

.contacts-email::after {
  content: "\f0e0";
}

.contacts-website::after {
  content: "\f0ac";
}

/* 12. Benifit */
.single-benifit img {
  margin-bottom: 30px;
}

.single-benifit h3 {
  font-weight: 300;
  font-size: 27px;
  margin-bottom: 15px;
}

.single-benifit p {
  margin: 0;
}

.benifit-area-service .single-benifit h3 {
  font-weight: 600;
}

.custom-li {
  display: inline-block;
}

.list-icon-2 li {
  padding-left: 20px;
  position: relative;
}

.custom-li li {
  float: left;
  margin-bottom: 15px;
  width: calc(100% / 2);
}

.list-icon-2 li::before {
  content: "";
  background: #ff4646;
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 2px;
  border-radius: 4px;
}

/* shape position  */
.shape-s-1 {
  left: 50%;
  top: 6%;
  animation: animationFramesOne 30s alternate infinite linear;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
}

.shape-s-2 {
  left: 40%;
  bottom: 6%;
  animation: animationFramesFive 30s alternate infinite linear;
  -webkit-animation: animationFramesFive 30s alternate infinite linear;
}

.shape-a {
  right: 10%;
  bottom: 40%;
  animation: animationFramesOne 30s alternate infinite linear;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
}

.shape-sf {
  left: 10%;
  top: 5%;
  animation: animationFramesOne 30s alternate infinite linear;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
}

.shape-p {
  right: 10%;
  top: 15%;
  animation: animationFramesOne 30s alternate infinite linear;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
}

.shape-t {
  left: -30%;
  top: 30%;
  animation: animationFramesOne 30s alternate infinite linear;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
}

.shape-sr {
  left: 20%;
  top: 30%;
  animation: animationFramesOne 30s alternate infinite linear;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
}

/* shape circle  */
.shape-circle {
  height: 20px;
  width: 20px;
  background: #c2e7ff;
  border-radius: 30px;
  display: inline-block;
}

.shape-c-1 {
  right: 8%;
  bottom: 0;
  animation: animationFramesOne 30s alternate infinite linear;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
}

.shape-c-2 {
  left: 18%;
  top: 15%;
  background: #ffc2c2;
  animation: animationFramesTwo 30s alternate infinite linear;
  -webkit-animation: animationFramesTwo 30s alternate infinite linear;
}

.shape-c-3 {
  right: 18%;
  top: 10%;
  background: #c2e7ff;
  animation: animationFramesTwo 30s alternate infinite linear;
  -webkit-animation: animationFramesTwo 30s alternate infinite linear;
}

.shape-c-4 {
  right: 18%;
  top: 5%;
  background: #ffd0d0;
  animation: animationFramesTwo 30s alternate infinite linear;
  -webkit-animation: animationFramesTwo 30s alternate infinite linear;
}

.shape-af-1 {
  left: 13px;
  top: 50%;
  animation: animationFramesOne 30s alternate infinite linear;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
}

.shape-af-2 {
  right: 12%;
  top: 31%;
  animation: animationFramesOne 30s alternate infinite linear;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
}

.shape-wh-1 {
  left: 40%;
  bottom: 10%;
  animation: animationFramesOne 30s alternate infinite linear;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
}

.shape-pr-1 {
  left: 10%;
  top: 5%;
  animation: animationFramesOne 30s alternate infinite linear;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
}

.shape-test-1 {
  left: 5%;
  bottom: 30%;
  animation: animationFramesOne 30s alternate infinite linear;
}

.shape-pr-2 {
  right: 20%;
  top: 15%;
  animation: animationFramesOne 30s alternate infinite linear;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
}

.shape-c3-1 {
  top: 8%;
  left: 10%;
  height: 15px;
  width: 15px;
  background: #ffe9f4;
  animation: animationFramesOne 30s alternate infinite linear;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
}

.shape-c3-2 {
  bottom: 5%;
  left: 5%;
  height: 50px;
  width: 50px;
  animation: animationFramesFive 30s alternate infinite linear;
  -webkit-animation: animationFramesFive 30s alternate infinite linear;
}

.shape-c3-3 {
  bottom: 5%;
  left: 30%;
  height: 30px;
  width: 30px;
  background: #ffe2d3;
  animation: animationFramesOne 30s alternate infinite linear;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
}

.shape-c5-1 {
  top: 12%;
  left: 10%;
  height: 15px;
  width: 15px;
  background: none;
  border: 2px solid #59ceff;
  animation: animationFramesOne 30s alternate infinite linear;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
}

.shape-c5-2 {
  bottom: 20%;
  left: 10%;
  height: 60px;
  width: 15px;
  background: none;
  transform: rotate(30deg);
  border-radius: 5px;
  border: 2px solid #87efa9;
  animation: animationFramesFive 30s alternate infinite linear;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.shape-c5-3 {
  bottom: 45%;
  left: 39%;
  height: 10px;
  width: 10px;
  background: #ff9df0;
  animation: animationFramesOne 30s alternate infinite linear;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
}

.shape-5-1 {
  left: 10%;
  top: 10%;
}

.shape-c6-2 {
  bottom: 30%;
  left: 5%;
  height: 40px;
  width: 40px;
  background: #3cd6ef;
  animation: animationFramesOne 30s alternate infinite linear;
  -webkit-animation: animationFramesOne 30s alternate infinite linear;
}

.shape-c6-3 {
  bottom: 10%;
  left: 25%;
  background: #f34570;
}

/* 13. Team  */
.team-img img {
  width: 100%;
}

.team-text h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 6px;
}

.team-text span {
  color: #7b8491;
  font-size: 14px;
  display: block;
  margin-bottom: 14px;
}

.team-icon a {
  color: #7e8383;
  font-size: 14px;
  margin: 0 5px;
}

.team-icon a:hover {
  color: #ff1181;
}

/* team 2  */
.team-box-img img {
  width: 100%;
}

.team-box-wrapper {
  position: relative;
}

.team-box-wrapper::before {
  position: absolute;
  background: #2a2c40;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}

.team-box-wrapper:hover::before {
  opacity: 0.9;
}

.team-box-text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  z-index: 99;
  top: 0;
}

.team-box-text h4 {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  -webkit-transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 24px;
  color: #fff;
}

.team-box-wrapper:hover .team-box-text h4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.team-box-wrapper:hover .team-box-text span {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.team-box-text span {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  -webkit-transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -o-transform: translateY(25px);
  color: #fff;
}

.team-box-icon {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  -webkit-transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  margin-top: 48px;
}

.team-box-wrapper:hover .team-box-icon {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.team-box-icon a {
  color: #fff;
  margin: 0 6px;
}

.team-box-icon a:hover {
  color: #ff4646;
}

/* 14. Page title  */
.page-title-area {
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.breadcrumb-list ul li {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  font-weight: 400;
  position: relative;
  color: #ff4646;
}

.breadcrumb-list ul li a {
  color: #7b8491;
}

.breadcrumb-list ul li::before {
  content: "-";
  position: absolute;
  left: -6px;
  top: 0;
  color: #7b8491;
}

.breadcrumb-list ul li:first-child::before {
  display: none;
}

/* page title 2  */
.page-title-padding {
  padding: 260px 0;
}

.page-title h3 {
  font-size: 40px;
}

.page-title-white h3 {
  font-size: 60px;
  color: #fff;
  margin: 0;
}

.title-white-text h3,
.title-white-text p {
  color: #fff;
}

.page-breadcrumb-bottom {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}

.page-title-bar-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page-title-bar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay-grad {
  background-image: -moz-linear-gradient(0deg,
      rgba(71, 100, 225, 0.8) 0%,
      rgba(115, 0, 233, 0.8) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgba(71, 100, 225, 0.8) 0%,
      rgba(115, 0, 233, 0.8) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgba(71, 100, 225, 0.8) 0%,
      rgba(115, 0, 233, 0.8) 100%);
}

.breadcrumb-list-white ul li a {
  color: #fff;
}

.breadcrumb-list-white ul li {
  color: #fff;
  font-size: 18px;
}

.breadcrumb-list-white ul li::before {
  color: #fff;
}

.list-white ul li a {
  color: #fff;
}

.list-white ul li {
  color: #fff;
}

.list-white ul li::before {
  color: #fff;
}

.list-cneter ul li {
  margin: 0;
  padding: 0 10px;
}

/* 15. Contact  */
.contact-info {
  background: #3fa7db;
  padding: 60px 40px;
  padding-top: 54px;
}

.contact-info h3 {
  color: #fff;
}

.contact-info p {
  color: #fff;
  font-size: 15px;
  margin: 0;
}

.contact-info ul li .c-info-icon {
  float: left;
  margin-right: 15px;
}

.contact-info ul li .c-info-text {
  overflow: hidden;
}

.contact-info ul li {
  margin-bottom: 30px;
}

.contact-info ul li:last-child {
  margin-bottom: 0;
}

.c-info-text h4 {
  color: #fff;
  font-size: 18px;
}

.contact-form input {
  width: 100%;
  height: 60px;
  margin-bottom: 0px;
  margin-top: 20px;
  border: 1px solid #e0e3e7;
  padding: 0 20px;
  text-transform: capitalize;
  font-size: 12px;
}

.contact-form input::placeholder {
  text-transform: capitalize;
}


.contact-form textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 0px;
  margin-top: 20px;
  border: 1px solid #e0e3e7;
  padding: 20px;
  text-transform: capitalize;
  font-size: 12px;
}

.contact-form input:focus::-moz-placeholder {
  opacity: 0;
}

.contact-form input:focus::placeholder {
  opacity: 0;
}

.contact-form textarea:focus::-moz-placeholder {
  opacity: 0;
}

.contact-form textarea:focus::placeholder {
  opacity: 0;
}

#contact-map {
  height: 550px;
}

/* contact box  */
.contact-box {
  border: 2px dashed #eaedff;
  padding: 40px 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.contact-box:hover,
.contact-box:hover i {
  border-color: #ff4646;
}

.contact-area {
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-box i {
  font-size: 29px;
  height: 100px;
  width: 100px;
  color: #ff4646;
  border-radius: 50%;
  line-height: 99px;
  border: 2px dashed #eaedff;
  margin-bottom: 30px;
  transition: 0.3s;
}

.contact-box h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.contact-box p {
  margin: 0;
  padding: 0 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-box p {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-box p {
    padding: 0 0px;
  }
}

.contact-social a {
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 6px;
  font-size: 13px;
}

/* 16. Portfolio  */
.xn-portfolio-thumb img {
  width: 100%;
}

.xn-portfolio {
  position: relative;
}

.xn-portfolio-thumb {
  position: relative;
}

.xn-portfolio-thumb::before {
  position: absolute;
  content: "";
  background: #ff4646;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  pointer-events: none;
}

.xn-portfolio:hover .xn-portfolio-thumb::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.xn-portfolio-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 0 40px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.xn-portfolio:hover .xn-portfolio-content {
  opacity: 1;
  visibility: visible;
}

.portfolio-view {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.portfolio-view a {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  height: 65px;
  width: 65px;
  display: inline-block;
  border-radius: 50%;
  line-height: 68px;
  font-size: 23px;
}

.xn-portfolio-content h3 a {
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
}

.xn-portfolio-content h3 a:hover {
  opacity: 0.8;
}

.xn-portfolio-content span {
  color: #fff;
  font-size: 15px;
}

.portfolio-menu button {
  background: no-repeat;
  border: 0;
  padding: 0;
  margin: 0 25px;
  font-size: 13px;
  color: #1c3354;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.3px;
  position: relative;
}

.portfolio-menu button::before {
  position: absolute;
  content: "";
  background: #ff9797;
  height: 4px;
  width: 0;
  left: 0;
  bottom: 3px;
  transition: 0.3s;
  z-index: -1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.portfolio-menu button.active::before,
.portfolio-menu button:hover::before {
  width: 100%;
}

/* port style 2  */
.port-view {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.port-view a {
  background: rgba(0, 0, 0, 0.5);
  height: 45px;
  width: 45px;
  display: inline-block;
  color: #fff;
  border-radius: 30px;
  line-height: 45px;
  font-size: 14px;
  margin: 0 3px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.port-view a.port-link {
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.port-view a:hover {
  background: #000;
}

.xn-portfolio:hover .port-view a {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.grad-overlay:before {
  background: #4776e6;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #4762ff, #ff798e);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #4762ff, #ff798e);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.xn-port-content-static h3 {
  font-size: 18px;
  color: #000;
}

/* port style 3  */
.port-view.port-view-text {
  text-align: center;
}

.port-view-text h4 {
  width: auto;
  background: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 17px;
  height: auto;
  line-height: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 0;
  visibility: hidden;
  color: #fff;
}

.xn-portfolio:hover .port-view-text h4 {
  opacity: 1;
  visibility: visible;
}

/* style 4  */
.port-view h3 {
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  opacity: 0;
  transition: 0.3s;
}

.xn-portfolio:hover .port-view h3 {
  opacity: 1;
  visibility: visible;
}

/* portfolio-slider  */
.portfolio-slider {
  padding-left: 95px;
  padding-right: 95px;
}

.arrow-style .slick-arrow {
  width: 60px;
  height: 60px;
  line-height: 54px;
  background: #fff;
  padding: 0;
  border-radius: 50%;
  color: #222;
  font-size: 18px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: -17px;
  z-index: 99;
  border: 0;
  transform: translateY(-50%);
}

.arrow-style .slick-next {
  right: -17px;
  left: auto;
}

.arrow-style-on .slick-arrow {
  left: 40px;
}

.arrow-style-on .slick-next {
  right: 40px;
  left: auto;
}

/* portfolio details  */
/* ------------------------------------------------------------- *
 * Social buttons
/* ------------------------------------------------------------- */
.btn-social {
  position: relative;
  background: #f6f6f6;
  display: inline-block;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 30px;
  color: #222;
  font-size: 13px;
  margin-right: 6px;
}

.btn-social:hover {
  background: #1c75a1;
  color: #fff;
}

.xn-list-cont a:hover {
  text-decoration: underline;
}

.xn-p-details h2 {
  margin-bottom: 20px;
}

/* ------------------------------------------------------------- *
 * Entry text nav
/* ------------------------------------------------------------- */

.entry-text-nav {
  position: relative;
}

/* entry text nav item */
.et-nav-item {
  position: relative;
  display: inline-block;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.et-nav-item:hover,
.et-nav-item:focus {
  color: inherit;
}

/* entry text nav title */
.et-nav-title {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .et-nav-title {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .et-nav-title {
    font-size: 28px;
  }
}

.xn-nav-item {
  display: inline-block;
}

.et-nav-title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 10%;
  width: 100%;
  z-index: -1;
  height: 0;
  background: #1c75a1;
  opacity: 0.4;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.et-nav-info:hover .et-nav-title::after {
  height: 40%;
}

/* entry text nav entry title */
.et-nav-entry-title {
  margin: 0;
  font-size: 24px;
}

@media (max-width: 768px) {
  .et-nav-entry-title {
    display: none;
  }
}

/* entry text nav left */
.et-nav-left {}

/* entry text nav right */
.et-nav-right {}

/* entry text nav center */
.et-nav-center {
  text-align: center;
  color: #333;
}

.et-nav-center:hover,
.et-nav-center:focus {
  color: #e05536;
}

.et-nav-icon {
  display: inline-block;
  margin-top: 0;
  font-size: 32px;
  color: #233d63;
}

@media (max-width: 991px) {
  .et-nav-icon {
    margin-top: 3px;
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .et-nav-icon {
    margin-top: 0;
    font-size: 23px;
  }
}

.portfolio-info-list-inline li {
  display: inline-block;
}

.portfolio-info-list-inline li::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 58px;
  background-color: #ddd;
}

.portfolio-info-list-inline li:last-child::before {
  display: none;
}

.portfolio-info-list-inline li {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  padding: 0 25px 0 0;
  margin: 12px 20px 12px 0;
  position: relative;
  margin-top: 0;
}

.portfolio-details-thumb img {
  max-width: 100%;
}

/* service details  */
.services-sidebar {
  background: #f5fafe;
  padding: 35px;
}

.services-link li:not(:last-child) {
  padding-bottom: 22px;
}

.services-link li a {
  color: #233d63;
  font-weight: 400;
}

.services-link li a:hover {
  color: #1c75a1;
}

.services-link li a i {
  font-size: 14px;
  margin-right: 6px;
}

.services-banner img {
  max-width: 100%;
}

.s-d-img img {
  max-width: 100%;
}

/* 18. Login */
.basic-login {
  padding: 90px;
  border: 20px solid #fff;
  box-shadow: 0px 50px 100px 0px rgba(12, 0, 46, 0.05);
  background: #fbfbfb;
}



@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .basic-login {
    padding: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .basic-login {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .basic-login {
    padding: 15px;
  }
}

.basic-login h3 {
  font-size: 30px;
}

.basic-login input {
  width: 100%;
  height: 60px;
  border: 0;
  color: #6f7172;
  padding: 0 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 12px;
}

.basic-login input::placeholder {
  text-transform: capitalize;
}



.basic-login .file {
  width: 100%;
  height: 60px;
  padding: 16px 0;
  position: relative;
  margin-bottom: 0px;
  margin-top: 20px;
  border: 2px solid #eaedff;
  overflow: hidden;
}

.basic-login .file:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.basic-login input[type="file"] {
  padding: 0;
  height: auto;
  background: transparent;
  opacity: 0;
  margin: auto;
  border: none;
}

input[type="file"]::file-selector-button {
  opacity: 0;
}

.basic-login .input_label_file {
  position: absolute;
  top: 15px;
  color: #9ca3b9 !important;
  left: 20px;
  padding: 4px 8px;
  border: 1px solid #9ca3b9;
  margin: 0;
  border-radius: 4px;
}

.upload_area .cv_file_name {
  position: absolute;
  top: 20px;
  left: 60px;
  color: #9ca3b9 !important;
  font-size: 12px;
}

.upload_area i {
  position: absolute;
  top: 15px;
  color: #9ca3b9 !important;
  left: 20px;
  padding: 4px 8px;
  border: 1px solid #9ca3b9;
  margin: 0;
  border-radius: 4px;
}

.close_icon_file {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #0e1942;
  cursor: pointer;
  border: 1px solid #0e1942;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  display: none;
}

.form-control.file:focus-visible {
  border: 2px solid #80bdff;
  outline: none;
}

.basic-login select {
  width: 100%;
  height: 60px;
  border: 2px solid #eaedff;
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 0;
  border-radius: 0.25rem;
  background: #fff;
  color: #9ca3b9;
  font-size: 13px;
}

.basic-login select:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.basic-login select:focus-visible {
  border: 2px solid #80bdff;
  outline: none;
}

.careers-submit-btn {
  background-color: #fff;
  color: #00588b !important;
  cursor: pointer;
  transition: 0.3s all;
}

.careers-submit-btn:hover {
  background-color: #00c867;
  color: #fff !important;
}

.basic-login textarea {
  width: 100%;
  min-height: 100px;
  border: 2px solid #eaedff;
  color: #6f7172;
  padding: 20px 20px;
  margin-bottom: 0px;
  margin-top: 20px;
  font-size: 12px;
}

.basic-login input[type="text"]::placeholder,
.basic-login textarea::placeholder,
.basic-login input[type="password"]::placeholder,
.basic-login input[type="email"]::placeholder {
  color: #9ca3b9;
  font-size: 13px;
}

.basic-login input:focus::placeholder,
.basic-login input:focus::-moz-placeholder {
  opacity: 0;
}

.basic-login label {
  color: #222;
  display: block;
}

.basic-login label span {
  color: #fe4536;
}

.login-action input {
  width: inherit;
  height: auto;
}

.login-action label {
  display: inline-block;
  margin-left: 5px;
}

.or-divide {
  border-top: 2px solid #eaedff;
  margin: 40px 0;
  text-align: center;
  position: relative;
}

.or-divide span {
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  background: #ffffff;
  display: inline-block;
  width: 40px;
  margin: auto;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 767px) {
  .forgot-login {
    float: none;
  }
}

.forgot-login a {
  color: #222;
}

.forgot-login a:hover {
  color: #ff4646;
}

@media (max-width: 767px) {
  .log-rem {
    float: none;
    margin-bottom: 10px;
    display: block;
  }
}

.login-btn {
  background: #3496d2;
  color: #fff;
  border: 0;
  padding: 17px 40px;
  border-radius: 3px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
}

.login-btn:hover {
  background: #e14444;
  color: #fff;
}

.sign-up button {
  border: 0;
  background: none;
}

/* 19. Faq */
.inner-faq-wrapper>h3 {
  font-size: 28px;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 2px solid #eef1fe;
}

.inner-faq-wrapper>h3 i {
  color: #ff3a46;
  margin-right: 10px;
}

.faq-wrapper .card {
  margin-bottom: 15px;
  border-radius: 0;
  border: none;
  background: none;
  border: 1px solid #ecf0f5;
}

.faq-wrapper .card:last-child {
  margin-bottom: 0;
}

.faq-wrapper .card-header {
  padding: 0;
  border-radius: 0;
  background: no-repeat;
  border: none;
}

.card-header:first-child {
  border-radius: 0;
}

.faq-wrapper .card-header h5 a {
  font-size: 16px;
  color: #233d63;
  font-weight: 600;
  display: block;
  padding: 24px 30px;
  text-decoration: none;
  line-height: 1.4;
  padding-right: 80px;
}

.faq-wrapper .card-header h5 a::after {
  position: absolute;
  content: "\f107";
  top: 15px;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  border-radius: 50%;
  background: #dbebfb;
  font-weight: 400;
  color: #233d63;
}

.faq-wrapper .card-header h5 a.collapsed::after {
  content: "\f105";
}

.faq-wrapper .card-body {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  padding: 0 31px;
  color: #5f5f5f;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 30px;
}

.faq-wrapper .card-header h5 a.collapsed::after {
  background: #e8f2fc;
  color: #233d63;
}

.faq-wrapper .card-header h5 a::after {
  background: #1c75a1;
  color: #fff;
}

/* faq form  */
.faq-form-grp {
  position: relative;
}

.faq-form-grp input {
  width: 100%;
  border: 2px solid #eef1fe;
  padding: 22px 30px;
  font-weight: 700;
  color: #233d63;
  font-family: "Heebo", sans-serif;
  padding-right: 50px;
  margin-bottom: 30px;
}

.faq-form-grp input:focus::placeholder {
  opacity: 0;
}

.faq-form-grp i {
  position: absolute;
  top: 26px;
  right: 30px;
  color: #233d63;
  font-weight: 400;
}

.faq-form-grp textarea {
  width: 100%;
  border: 2px solid #eef1fe;
  padding: 22px 30px;
  font-weight: 700;
  color: #233d63;
  font-family: "Heebo", sans-serif;
  padding-right: 50px;
  height: 180px;
  margin-bottom: 30px;
}

.faq-form-grp textarea:focus::placeholder {
  opacity: 0;
}

.faq-form .faq-selected {
  width: 100%;
  display: block;
  padding: 26px 30px;
  border: 2px solid #eef1fe;
  font-family: "Heebo", sans-serif;
  color: #233d63;
  font-weight: 700;
  margin-bottom: 30px;
}

.faq-selected::after {
  border-bottom: 2px solid #233d63;
  border-right: 2px solid #233d63;
  right: 30px;
}

.faq-form .btn::before {
  right: 21%;
}

.faq-add-banner img {
  width: 100%;
}

/* 20. Preloader */
.ctn-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.ctn-preloader .animation-preloader {
  z-index: 1000;
}

.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #1c75a1;
  height: 150px;
  margin: 0 auto 3.5em auto;
  width: 150px;
}

.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em "Poppins", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.ctn-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #fff;
}

.ctn-preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b;
}

.ctn-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.ctn-preloader .loader .row {
  height: 100%;
}

.ctn-preloader .loader .loader-section {
  padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}

.ctn-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ctn-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Poppins", sans-serif;
  }
}

@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Poppins", sans-serif;
  }
}

/* 21. 404  */
.error-page h1 {
  font-size: 250px;
  font-weight: 700;
  line-height: 1;
}

.error-page img {
  max-width: 100%;
}

.error-page p {
  font-size: 18px;
  margin-bottom: 30px;
}

/* 22. Shop */
.product__img {
  position: relative;
}

.product__img img {
  width: 100%;
}

.product:hover .product-action a {
  margin: 0 5px;
  opacity: 1;
  visibility: visible;
}

.product-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

.product-action a {
  height: 42px;
  display: inline-block;
  width: 42px;
  background: #ffffff;
  line-height: 45px;
  color: #a39fb4;
  margin: 0 8px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  color: #282835;
  font-size: 16px;
}

.product-action a:hover {
  background: #1c75a1;
  color: #ffffff;
}

.pro-cat {
  margin-bottom: 15px;
  display: block;
}

.pro-cat a {
  color: #1c75a1;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}

.product__content.pt-30 {
  padding-top: 25px;
}

.pro-title {
  margin-bottom: 12px;
  font-weight: 500;
}

.product-showing {
  margin-top: 6px;
}

.pro-title a {
  font-size: 18px;
}

.pro-title a:hover {
  color: #1c75a1;
}

.price span {
  color: #282835;
  font-size: 14px;
  display: inline-block;
  margin: 0 4px;
}

.price span.old-price {
  color: #857fa2;
  text-decoration: line-through;
}

.product-showing p {
  margin: 0;
  text-align: center;
  line-height: 1;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.pro-filter {
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .pro-filter {
    float: left;
  }
}

.pro-filter h5 {
  font-weight: 500;
  font-size: 16px;
  margin-right: 15px;
  margin-bottom: 0;
}

.pro-filter select {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #656768;
  appearance: none;
  -moz-appearance: none;
  width: 145px;
  font-weight: 400;
  border: 0;
  height: 30px;
}

.pro-filter .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.pro-filter::before {
  content: "\f107";
  right: 15px;
  top: 4px;
  position: absolute;
  color: #758799;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.shop-tab ul li {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .shop-tab ul li {
    margin-left: 10px;
  }
}

.shop-tab {
  margin-top: 5px;
}

.shop-tab ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #6f7172;
  letter-spacing: 2px;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  border-radius: 50%;
  text-align: center;
}

.shop-tab ul li a.active {
  color: #1c75a1;
}

.shop-thumb-tab img {
  max-width: 100%;
}

.shop-thumb-tab ul li {
  margin-bottom: 20px;
  width: 33.33%;
  padding: 0 6px;
}

.ratings i {
  color: #1c75a1;
}

@media (max-width: 767px) {
  .shop-thumb-tab {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .shop-thumb-tab ul {
    margin: 0 -5px;
  }
}

.shop-thumb-tab ul li {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .shop-thumb-tab ul li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
  }
}

.shop-thumb-tab ul li a {
  padding: 0;
}

.product-details-img {
  padding-right: 40px;
}

.product-details-img {
  overflow: hidden;
}

.product-large-img img {
  max-width: 100%;
}

.product-details-title p {
  color: #6a667b;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.product-details-title h1 {
  font-size: 40px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .product-details-title h1 {
    font-size: 36px;
  }
}

.details-price span {
  color: #233d63;
  font-size: 16px;
  font-weight: 500;
  margin-left: 0;
  margin-right: 10px;
}

.details-price {}

.stock {
  font-size: 16px;
  color: #1c75a1;
  vertical-align: middle;
  display: inline-block;
  font-weight: 500;
}

.stock::before {
  content: "\e64c";
  font-family: "themify";
  color: #1c75a1;
  padding-right: 10px;
}

.product-details-title h3 {
  margin-bottom: 12px;
}

.product-cat span {
  font-size: 14px;
  font-weight: 500;
  color: #100d1c;
}

.product-cat a {
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #7b8491;
}

.product-cat a:hover {
  color: #1c75a1;
}

.product-social a {
  margin-right: 20px;
  border-radius: 30px;
  color: #6f7172;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767px) {
  .product-social a {
    margin-bottom: 10px;
  }
}

.product-social a:hover {
  color: #1c75a1;
}

.plus-minus {
  display: inline-block;
}

@media (max-width: 767px) {
  .plus-minus {
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .plus-minus {
    display: inline-block;
    margin-bottom: 0;
  }
}

.action-btn {
  background: #ebf1f7;
  border: none;
  margin-left: 12px;
  color: #444;
  display: inline-block;
  height: 47px;
  width: 47px;
  text-align: center;
  line-height: 49px;
  border-radius: 30px;
}

.action-btn:hover {
  background: #1c75a1;
  color: #ffffff;
}

.product-action-list {
  overflow: hidden;
}

.product-action-list a {
  float: left;
}

.btn-cart {
  padding: 15px 35px;
  background: #1c75a1;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  border-radius: 30px;
  line-height: 1;
  border: 2px solid transparent;
}

.btn-cart:hover {
  background: none;
  border-color: #1c75a1;
  color: #1c75a1;
}

@media (max-width: 767px) {
  .product-action-list a.btn {
    padding: 23px 30px;
    margin-bottom: 7px;
  }
}

@media (max-width: 767px) {
  .product-action-list a.action-btn {
    margin-left: 5px;
    margin-bottom: 7px;
  }
}

.cart-plus-minus input {
  height: 48px;
  width: 100px;
  border: 0;
  border: 2px solid #eaedff;
  text-align: center;
  -moz-appearance: none;
  appearance: none;
}

.cart-plus-minus {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.cart-plus-minus .qtybutton {
  position: absolute;
  top: 15px;
  left: 17px;
  font-size: 20px;
  color: #c4bedd;
  cursor: pointer;
}

.cart-plus-minus .inc {
  left: auto;
  right: 17px;
}

.additional-info .table td,
.additional-info .table th {
  padding: 0.75rem 0;
  vertical-align: top;
  border-top: 1px solid #f6f6f6;
  font-weight: 400;
}

.shop-cat a {
  padding: 45px 30px;
  border: 2px solid #eaedff;
  display: block;
}

.shop-cat a i {
  font-size: 100px;
  color: #1c75a1;
  margin-bottom: 30px;
  transition: 0.3s;
}

.shop-cat a h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
  letter-spacing: 1px;
}

.shop-cat a:hover {
  background: #1c75a1;
  border-color: #1c75a1;
}

.shop-cat a:hover i {
  color: #ffffff;
}

.shop-cat a:hover h4 {
  color: #ffffff;
}

.product-list-content {
  position: relative;
}

.product-list-content .ratings {
  position: absolute;
  right: 0;
  top: 10px;
}

.product-list-content .price span:first-child {
  margin-left: 0;
}

.bakix-details-tab ul {
  border-bottom: 2px solid #eaedff;
}

.bakix-details-tab ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #8c8bb5;
  letter-spacing: 2px;
  padding: 0;
  text-transform: capitalize;
  position: relative;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .bakix-details-tab ul li a {
    padding: 0 10px;
  }
}

.bakix-details-tab ul li a.active {
  color: #100d1c;
}

.bakix-details-tab ul li a.active:before {
  position: absolute;
  bottom: -32px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: #1c75a1;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: block;
  }
}

/* 23. Cart */
.table-content table {
  background: #ffffff;
  border-color: #eaedff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.table-content table td.product-name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.table-content table td.product-name a:hover {
  color: #1c75a1;
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.table-content table th,
.table-content table td {
  border-bottom: 1px solid #eaedff;
  border-right: 1px solid #eaedff;
}

.product-quantity input {
  border: none;
  color: #6f7172;
  font-size: 14px;
  font-weight: normal;
  border: 2px solid #eaedff;
}

.table td,
.table th {
  border-top: 1px solid #eaedff;
}

.product-quantity>input {
  width: 80px;
  border-radius: 3px;
}

.table-content table td.product-subtotal {
  font-size: 16px;
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.coupon-all {
  margin-top: 50px;
}

.coupon {
  float: left;
}

@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}

#coupon_code {
  height: 50px;
  border: 2px solid #eaedff;
  padding: 0 20px;
  margin-right: 15px;
  float: left;
}

@media (max-width: 767px) {
  #coupon_code {
    margin-bottom: 15px;
  }
}

.coupon2 {
  float: right;
}

@media (max-width: 767px) {
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
}

.cart-page-total {
  padding-top: 50px;
}

.cart-page-total>h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total>ul {
  border: 1px solid #eaedff;
}

.cart-page-total>ul>li {
  list-style: none;
  font-size: 15px;
  color: #6f7172;
  padding: 10px 30px;
  border-bottom: 1px solid #eaedff;
  font-weight: 400;
}

.cart-page-total ul>li>span {
  float: right;
}

.cart-page-total li:last-child {
  border-bottom: 0;
}

td.product-thumbnail img {
  width: 125px;
}

/* 24. Checkout */
.coupon-accordion h3 {
  background-color: #fff1f0;
  border-top: 3px solid #1c75a1;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}

.coupon-accordion h3::before {
  content: "\f07b";
  left: 15px;
  top: 13px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.coupon-accordion span {
  color: #6f7172;
  cursor: pointer;
  transition: 0.3s;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
  color: #1c75a1;
}

.coupon-content {
  border: 1px solid #eaedff;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
  display: block;
  color: #6f7172;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
  border: 1px solid #eaedff;
  height: 45px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
  background: #1c75a1 none repeat scroll 0 0;
}

.coupon-info p.form-row input[type="checkbox"] {
  position: relative;
  top: 1px;
}

.form-row>label {
  margin-top: 15px;
  margin-left: 15px;
  color: #6f7172;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type="text"] {
  height: 45px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #eaedff;
  margin-bottom: 15px;
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select label,
.checkout-form-list label {
  color: #6f7172;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
  color: red;
}

.country-select select {
  -moz-appearance: none;
  border: 1px solid #eaedff;
  height: 45px;
  padding-left: 10px;
  width: 100%;
  color: #6f7172;
}

.country-select::before {
  content: "\f107";
  right: 15px;
  top: 38px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: #6f7172;
}

.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
  background: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  height: 45px;
  padding: 0 0 0 10px;
  width: 100%;
}

.checkout-form-list input[type="text"]::-moz-placeholder,
.checkout-form-list input[type="password"]::-moz-placeholder,
.checkout-form-list input[type="email"]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type="text"]::placeholder,
.checkout-form-list input[type="password"]::placeholder,
.checkout-form-list input[type="email"]::placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.create-acc label {
  color: #6f7172;
  display: inline-block;
}

.create-account {
  display: none;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  color: #6f7172;
}

.order-notes textarea {
  border: 1px solid #eaedff;
  height: 90px;
  padding: 15px;
  width: 100%;
}

.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default>.panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 2px solid #eaedff;
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}

.your-order h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid #eaedff;
  border-right: medium none;
  color: #6f7172;
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {

  .your-order-table table th,
  .your-order-table table td {
    padding-right: 10px;
  }
}

.your-order-table table th {
  border-top: medium none;
  color: #6f7172;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body>p {
  color: #222;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #f9f9f9;
}

.your-order-table table tr.order-total td span {
  color: #1c75a1;
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}

.panel-title>a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #fe4536 none repeat scroll 0 0;
}

.payment-method .btn-link {
  -moz-user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
  width: 100%;
}

.country-select .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0;
  border: solid 1px #eaedff;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 19px;
}

.basic-login {
  padding: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .basic-login {
    padding: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .basic-login {
    padding: 40px;
  }
}



@media (max-width: 767px) {
  .basic-login {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .basic-login {
    padding: 15px;
    border: 4px solid #fff;
  }
}

.basic-login h3 {
  font-size: 30px;
}

.basic-login input {
  width: 100%;
  height: 60px;
  border: 2px solid #eaedff;
  color: #6f7172;
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 0;
}

.basic-login label {
  color: #222;
  display: block;
}

.basic-login label span {
  color: #fe4536;
}

.login-action input {
  width: inherit;
  height: auto;
}

.login-action label {
  display: inline-block;
  margin-left: 5px;
}

.or-divide {
  border-top: 2px solid #eaedff;
  margin: 40px 0;
  text-align: center;
  position: relative;
}

.or-divide span {
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  background: #ffffff;
  display: inline-block;
  width: 40px;
  margin: auto;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 767px) {
  .forgot-login {
    float: none;
  }
}

.forgot-login a {
  color: #fe4536;
}

.forgot-login a:hover {
  color: #84b77c;
}

@media (max-width: 767px) {
  .log-rem {
    float: none;
    margin-bottom: 10px;
    display: block;
  }
}

/* 25. Pagination  */
.basic-pagination ul {
  display: block;
}

.basic-pagination ul li {
  display: inline-block;
  margin: 0 5px;
}

@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-bottom: 10px;
  }
}

.basic-pagination ul li a {
  height: 50px;
  width: 50px;
  line-height: 48px;
  background: #ffffff;
  color: #9990b8;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  margin: 0px;
  display: inline-block;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.basic-pagination ul li a:hover,
.basic-pagination ul li.active a {
  background: #1c75a1;
  color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(254, 69, 54, 0.3);
}

.basic-pagination-2 ul li a {
  background: transparent;
  color: #777382;
  border: 1px solid #e7e7f6;
  height: 50px;
  width: 50px;
  line-height: 48px;
}

.basic-pagination-2 ul li a:hover,
.basic-pagination-2 ul li.active a {
  background: #fe4536;
  color: #ffffff;
  border-color: #fe4536;
  box-shadow: 0px 8px 16px 0px rgba(254, 69, 54, 0.3);
}

/* 26. Elements  */
/*
Buttons
*/
.mb5 {
  margin-bottom: 5px !important;
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  font-size: 0.8rem;
}

.btn {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  cursor: pointer;
  font-weight: 700 !important;
  font-size: 0.75rem !important;
  padding: 14px 30px 14px !important;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 0.05em;
}

.btn i {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -2px;
}

.btn.btn-rounded {
  border-radius: 100px;
}

.btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s;
}

.btn:hover,
.btn:focus {
  box-shadow: none;
  outline: 0 !important;
}

.btn:hover:before,
.btn:focus:before {
  transition: all 0.3s;
  z-index: -1;
}

.btn.btn-link {
  border: 0px;
  padding: 0px !important;
}

.btn.btn-sm {
  padding: 9px 20px 9px !important;
  font-size: 0.75rem;
}

.btn.btn-lg {
  padding: 15px 40px 15px !important;
  font-size: 0.8rem !important;
}

.btn.btn-link {
  color: #4782d3;
  overflow: hidden;
  text-transform: uppercase;
}

.btn.btn-link:after {
  font-family: "themify";
  content: "\e649";
  margin-left: 5px;
  position: relative;
  top: 0;
  font-size: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.btn.btn-link:hover {
  text-decoration: none;
  color: #999;
}

.btn.btn-link:hover:after {
  margin-top: -100px;
}

.btn.btn-secondary {
  color: #999;
}

.btn.btn-secondary:hover {
  color: #fff;
}

.btn-white {
  background-color: #fff;
  color: #333;
}

.btn-white-outline {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

.btn-white-outline:hover,
.btn-white-outline:focus {
  color: #333;
  border-color: #fff;
}

.btn-white-outline:hover:before,
.btn-white-outline:focus:before {
  width: 100%;
  background-color: #fff;
}

.btn-outline-primary {
  border: 2px solid #4782d3;
  background-color: transparent;
  color: #4782d3;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  color: #fff;
  border-color: #4782d3;
  background-color: transparent;
}

.btn-outline-primary:hover:before,
.btn-outline-primary:focus:before,
.btn-outline-primary:active:before {
  width: 100%;
  background-color: #4782d3;
}

.btn-outline-info {
  border: 2px solid #5bc0de;
  background-color: transparent;
  color: #5bc0de;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active {
  color: #fff;
  border-color: #5bc0de;
  background-color: transparent;
}

.btn-outline-info:hover:before,
.btn-outline-info:focus:before,
.btn-outline-info:active:before {
  width: 100%;
  background-color: #5bc0de;
}

.btn-outline-info {
  border: 2px solid #5bc0de;
  background-color: transparent;
  color: #5bc0de;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active {
  color: #fff;
  border-color: #5bc0de;
  background-color: transparent;
}

.btn-outline-info:hover:before,
.btn-outline-info:focus:before,
.btn-outline-info:active:before {
  width: 100%;
  background-color: #5bc0de;
}

.btn-outline-success {
  border: 2px solid #5cb85c;
  background-color: transparent;
  color: #5cb85c;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active {
  color: #fff;
  border-color: #5cb85c;
  background-color: transparent;
}

.btn-outline-success:hover:before,
.btn-outline-success:focus:before,
.btn-outline-success:active:before {
  width: 100%;
  background-color: #5cb85c;
}

.btn-outline-danger {
  border: 2px solid #c9302c;
  background-color: transparent;
  color: #c9302c;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active {
  color: #fff;
  border-color: #c9302c;
  background-color: transparent;
}

.btn-outline-danger:hover:before,
.btn-outline-danger:focus:before,
.btn-outline-danger:active:before {
  width: 100%;
  background-color: #c9302c;
}

.btn-outline-warning {
  border: 2px solid #f0ad4e;
  background-color: transparent;
  color: #f0ad4e;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active {
  color: #fff;
  border-color: #f0ad4e;
  background-color: transparent;
}

.btn-outline-warning:hover:before,
.btn-outline-warning:focus:before,
.btn-outline-warning:active:before {
  width: 100%;
  background-color: #f0ad4e;
}

.btn-outline-secondary {
  border: 2px solid #ccc;
  background-color: transparent;
  color: #ccc;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
  color: #fff;
  border-color: #ccc;
  background-color: transparent;
}

.btn-outline-secondary:hover:before,
.btn-outline-secondary:focus:before,
.btn-outline-secondary:active:before {
  width: 100%;
  background-color: #ccc;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #f5f5f5;
}

/**fill buttons**/
.btn-primary,
.btn-success,
.btn-warning,
.btn-danger,
.btn-info,
.btn-secondary,
.btn-white,
.btn-dark {
  box-shadow: 0 0.05em 0.1em rgba(0, 0, 0, 0.18);
  border: 0px;
}

.btn-primary:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-info:hover,
.btn-secondary:hover,
.btn-white:hover,
.btn-dark:hover {
  border: 0px;
  box-shadow: 0 0.05em 1em rgba(0, 0, 0, 0.18);
}

.btn-secondary {
  background: #f5f5f5;
  box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  border: 0px;
  color: #fff;
  box-shadow: none;
}

.btn-primary {
  background: #4782d3;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #4782d3;
  color: #fff;
}

.btn-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
}

.btn-circle i {
  display: block;
  line-height: 80px;
  margin: 0 auto;
  font-size: 35px;
}

.btn-circle .btn-primary i,
.btn-circle .btn-success i,
.btn-circle .btn-warning i,
.btn-circle .btn-danger i,
.btn-circle .btn-info i {
  color: #fff;
}

.btn-dark {
  background: #141414;
  color: #fff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background: #141414;
  color: #fff;
}

.icon-sm-rounded {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block !important;
  text-align: center;
  border-radius: 50%;
  background: #4782d3;
  color: #fff;
}

/****************

SOCIAL BUTTONS

**********************/
/**social icons default size**/
.social-icon {
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #aaa;
}

.social-icon:hover {
  border-color: transparent;
}

.social-icon i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 40px;
  position: relative;
}

.social-icon i:last-child {
  color: #fff !important;
}

.social-icon:hover i:first-child {
  margin-top: -40px;
}

/***social icons lg (big)***/
.social-icon-lg {
  margin: 0 5px 5px 0;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #aaa;
}

.social-icon-lg:hover {
  border-color: transparent;
}

.social-icon-lg i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 60px;
  position: relative;
}

.social-icon-lg i:last-child {
  color: #fff !important;
}

.social-icon-lg:hover i:first-child {
  margin-top: -60px;
}

/***social icons small***/
.social-icon-sm {
  margin: 0 5px 5px 0;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #aaa;
}

.social-icon-sm:hover {
  border-color: transparent;
}

.social-icon-sm i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 30px;
  position: relative;
}

.social-icon-sm i:last-child {
  color: #fff !important;
}

.social-icon-sm:hover i:first-child {
  margin-top: -30px;
}

si-border {
  border: 1px solid #aaa !important;
}

.si-border-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-dark-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-gray-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.si-gray {
  background: #f3f3f3;
  border: 0px;
}

.si-dark {
  background-color: #333;
  border: 0px !important;
  color: #fff !important;
}

/**icons hover colored**/
.si-colored-facebook,
.si-facebook:hover {
  background-color: #3b5998 !important;
}

.si-colored-twitter,
.si-twitter:hover {
  background-color: #00acee !important;
}

.si-colored-google-plus,
.si-g-plus:hover {
  background-color: #dd4b39 !important;
}

.si-colored-skype,
.si-skype:hover {
  background-color: #00aff0 !important;
}

.si-linkedin:hover,
.si-colored-linkedin {
  background-color: #0e76a8 !important;
}

.si-pin:hover,
.si-colored-pinterest {
  background-color: #c8232c !important;
}

.si-rss:hover,
.si-colored-rss {
  background-color: #ee802f !important;
}

.si-pinterest:hover,
.si-colored-pinterest {
  background-color: #c8232c !important;
}

.si-tumblr:hover,
.si-colored-tumblr {
  background-color: #34526f !important;
}

.si-vimeo:hover,
.si-colored-vimeo {
  background-color: #86c9ef !important;
}

.si-digg:hover,
.si-colored-digg {
  background-color: #191919 !important;
}

.si-instagram:hover,
.si-colored-instagram {
  background-color: #3f729b !important;
}

.si-flickr:hover,
.si-colored-flickr {
  background-color: #ff0084 !important;
}

.si-paypal:hover,
.si-colored-paypal {
  background-color: #00588b !important;
}

.si-yahoo:hover,
.si-colored-yahoo {
  background-color: #720e9e !important;
}

.si-android:hover,
.si-colored-andriod {
  background-color: #a4c639 !important;
}

.si-appstore:hover,
.si-colored-apple {
  background-color: #000 !important;
}

.si-dropbox:hover {
  background-color: #3d9ae8 !important;
}

.si-dribbble:hover,
.si-colored-dribbble {
  background-color: #ea4c89 !important;
}

.si-soundcloud:hover,
.si-colored-soundcoloud {
  background-color: #f70 !important;
}

.si-xing:hover,
.si-colored-xing {
  background-color: #126567 !important;
}

.si-phone:hover,
.si-colored-phone {
  background-color: #444 !important;
}

.si-behance:hover,
.si-colored-behance {
  background-color: #053eff !important;
}

.si-github:hover,
.si-colored-github {
  background-color: #171515 !important;
}

.si-stumbleupon:hover,
.si-colored-stumbleupon {
  background-color: #f74425 !important;
}

.si-email:hover,
.si-colored-email {
  background-color: #6567a5 !important;
}

.si-wordpress:hover,
.si-colored-wordpress {
  background-color: #1e8cbe !important;
}

/* table */
.col-grid {
  padding: 10px 15px;
  background: #eee;
  border: 1px solid #fff;
}

.no-margin {
  margin: 0 !important;
}

/* 27. Breadcrumbs */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
  border: 1px solid #f2f2f2;
}

.breadcrumb-white .breadcrumb-item a {
  color: #fff;
}

.breadcrumb.breadcrumb-white>.active {
  color: #fff;
}

.breadcrumb-white .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.breadcrumb-white {
  border: 0;
}

/*  progress */
.progress-height {
  height: 6px;
}

.progress {
  background-color: rgba(24, 28, 33, 0.03);
}

/*  accordion */
.accordion .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 2px;
  margin-bottom: 5px;
  border-color: #eaeaea;
}

.accordion .card-header:first-child {
  border-radius: 0;
}

.card-header {
  padding: 8px 7px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0;
}

.accordion .card a {
  font-size: 14px;
  font-weight: 600;
  display: block;
  text-align: left;
  position: relative;
  padding: 8px 20px;
  cursor: pointer;
}

.accordion .card a i {
  margin-right: 10px;
}

.accordion .card .card-body {
  color: #777;
}

.accordion.basic-accourdion .card-header a::after {
  position: absolute;
  content: "\e64b";
  top: 50%;
  right: 7px;
  margin-top: -7px;
  font-family: themify;
  font-size: 14px;
  line-height: 1;
  color: #666;
}

.accordion.basic-accourdion .card-header a.collapsed::after {
  position: absolute;
  content: "\e649";
  top: 50%;
  right: 7px;
  margin-top: -7px;
  font-family: themify;
  font-size: 14px;
  line-height: 1;
  color: #666;
}

.accordion.basic-plus .card-header a::after {
  position: absolute;
  content: "\e622";
  top: 50%;
  right: 7px;
  margin-top: -7px;
  font-family: themify;
  font-size: 14px;
  line-height: 1;
  color: #666;
}

.accordion.basic-plus .card-header a.collapsed::after {
  position: absolute;
  content: "\e61a";
  top: 50%;
  right: 7px;
  margin-top: -7px;
  font-family: themify;
  font-size: 14px;
  line-height: 1;
  color: #666;
}

/* tabs  */
.x-tabs {}

.x-tabs li {
  margin: 15px;
}

.x-tabs li a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #ededed;
  background: #fff;
  color: #696969;
  padding: 19px 50px 19px;
  min-width: 200px;
  border-radius: 5px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.x-tabs li a.active,
.x-tabs li a:hover {
  border-color: #1c75a1;
  color: #1c75a1;
}

.tab-wrapper p {
  /*font-size: 18px;*/
  font-size: 15px;
  margin-bottom: 25px;
  line-height: 28px;
}

.tab-wrapper ul {
  margin-bottom: 30px;
}

.tab-wrapper ul li {
  margin-bottom: 10px;
  font-size: 15px;
  position: relative;
  padding-left: 25px;
  text-align: justify;
  line-height: 28px;
}

.tab-wrapper ul li::before {
  content: "\f00c";
  font-family: "font awesome 5 pro";
  position: absolute;
  left: 0;
  color: #1c75a1;
  font-size: 16px;
}

.tab-wrapper a:hover {
  color: #666;
}

.tab-img a {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  text-align: center;
  background: #1c75a1;
  color: #fff;
  border-radius: 50%;
  line-height: 80px;
  font-size: 15px;
  transform: translateY(-50%);
}

.tab-img {
  position: relative;
}

.tab-img img {
  width: 100%;
}

.tab-img a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }

  100% {
    opacity: 0;
  }
}

/* cta  */
.cta-area {}

.cta-text span {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.cta-text h1 {
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 11px;
  font-weight: 600;
}

.cta-button {
  margin-top: 42px;
}

.cta-link {
  font-size: 15px;
  color: #fff;
  margin-left: 25px;
  font-weight: 400;
}

.cta-link i {
  margin-right: 5px;
}

.cta-link:hover {
  color: #ffffff;
}

.cta-button .btn.btn-white:hover::before {
  background: #fff;
}

.cta-button .btn:hover .btn-text {
  color: #333333;
}

.cta-content {
  margin-right: 30%;
}

.cta-content h1 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 23px;
  font-weight: 600;
}

.cta-content p {
  color: #ffffff;
  margin-bottom: 32px;
}

.cta-2-button a.border-btn {
  margin-left: 17px;
  padding: 19px 40px;
}

.cta-2-button a {
  margin-right: 10px;
}

.ctas-info {
  background: #ffffff;
  background: #ffffff;
  margin-left: 30px;
  padding: 52px 68px 56px 68px;
  margin-top: 72px;
}

.ctas-info h3 {
  color: #096bd8;
  font-size: 24px;
  position: relative;
  margin: 0;
}

.ctas-info h3::before {
  color: #096bd8;
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
  font-size: 85px;
  position: absolute;
  line-height: 1;
  top: -26px;
  z-index: 9999;
  opacity: 0.1;
  left: 52px;
}

.btn-margin {
  margin-left: 5px;
}

/* counter */
.counter-area {
  background-size: cover;
  background-position: center center;
}

.counter-icon i {
  color: #ffffff;
  font-size: 40px;
}

.counter-text h1 {
  font-size: 55px;
  margin-top: 22px;
  color: #fff;
}

.counter-text p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}

.plus-icon {
  position: relative;
  top: -30px;
  font-size: 40px;
  right: 2px;
}

.single-counter .counter-icon i {
  color: #096bd8;
}

.single-counter .counter-icon i {
  color: #096bd8;
}

.single-counter .counter-text h1 {
  color: #333333;
}

.single-counter .plus-icon {
  color: #096bd8;
}

.single-counter .counter-text p {
  color: #afafaf;
}

/* 28. Coming Soon */
.coming-soon-area {
  height: 100vh;
}

.comin-soon-text h2 {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.comin-soon-text p {
  font-size: 17px;
  margin-bottom: 30px;
}

.comin-soon-text .login-btn {
  font-weight: 500;
  font-size: 12px;
  padding: 21px 40px;
  width: 100%;
}

.coming-soon-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 30px;
}

.coming-footer span {
  display: inline-block;
}

.coming-social {
  display: inline-block;
}

.coming-social a {
  font-size: 14px;
  margin-right: 9px;
  color: #b8bcbf;
}

.coming-social a:hover {
  color: #1c75a1;
}

.coming-soon-time {
  background-image: -moz-linear-gradient(0deg,
      rgb(71, 100, 225) 0%,
      rgb(115, 0, 233) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(71, 100, 225) 0%,
      rgb(115, 0, 233) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(71, 100, 225) 0%,
      rgb(115, 0, 233) 100%);
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.time-count {
  height: 115px;
  width: 105px;
  border: 1px solid #626d99;
  display: inline-block;
  margin: 0 10px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  padding: 29px 0;
  line-height: 1;
  color: #fff;
}

.time-count span {
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 1;
  margin-top: 5px;
  font-family: poppins;
  text-transform: capitalize;
}

.hiw-text p {
  text-align: justify;
}

.fea-3-content p {
  text-align: justify;
}

.tab-wrapper p {
  text-align: justify;
}

.social-brand-item {
  width: calc(100% / 6);
  text-align: center;
  margin-bottom: 10px;
}

.custom-new-li {
  display: inline-block;
}

.custom-new li {
  float: left;
  margin-bottom: 15px;
  font-size: 16px;
}

.list-icon-2 li {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: #7b8491;
  margin-bottom: 15px;
  transition: 0.3s;
}

.list-icon-2-new li {
  padding-left: 20px;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: #7b8491;
  margin-bottom: 15px;
  transition: 0.3s;
}

.list-icon-2-new li::before {
  content: "";
  background: #ff4646;
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 2px;
  border-radius: 4px;
}

.hiw-area {
  overflow: hidden;
}

.soft-area {
  overflow: hidden;
}

.testimonial-6-area {
  overflow: hidden;
}

.brand-area {
  overflow: hidden;
}

.slider-area {
  position: relative;
  overflow: hidden;
}

.slider-area .myVideo {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.overlay {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
}

/* swiper css  */
.card-slider-itmes {
  padding: 30px 30px;
}

.fea-list-4-area {
  position: relative;
}

.card-slider {
  overflow: hidden;
  padding: 30px;
  background-image: url(../img/bg/page-title-bg.jpg);
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .myVideo {
    display: none;
  }

  .overlay {
    display: none;
  }
}

.single-slider {
  background-image: url(../img/slider/blue-bg.png);
}

@media screen and (min-width: 768px) {
  .single-slider {
    background-image: none;
  }
}

@media screen and (max-width: 991px) {
  .overlay {
    height: 100%;
  }
}

/* industry css  */

.brand-area {
  /* background-image: url(../img/bg/page-title-bg.jpg);
	object-fit: cover; */
  /* background-repeat: no-repeat; */
  background-color: #00acee;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%2325c3ff' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%235cd2ff' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%2392e1ff' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23c9f0ff' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23FFFFFF' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23ffffff' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23ffffff' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23ffffff' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23ffffff' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23FFFFFF' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ind-brand-item:hover {
  transform: scale(1.08);
  transition: 0.3s ease-in-out;
}

.ind-brand-item .brand-img a {
  display: inline-block;
  font-size: 35px;
  animation: none;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 60px;
  background: linear-gradient(45deg, #fff, #00acee, #096bd8);
  border-radius: 50%;
  position: relative;
  margin-bottom: 5px;
}

/* .ind-brand-item .brand-img a i {
	position: absolute;
	top: 10px;
	left: 7px;
} */

.ind-brand-item .brand-img {
  text-align: center;
  background: #fff;
  padding: 20px;
  color: #fff;
  border-radius: 5px;
  /* box-shadow: 8px 8px 4px 0px #00ACEE; */
  min-height: 145px;
  border: 1px solid #00acee;
  margin-bottom: 20px;
  position: relative;
}

.ind-brand-item:hover .brand-img {
  box-shadow: none;
}

.trade-mark {
  position: absolute;
  bottom: 6px;
  left: 10px;
}

.ind-brand-item .brand-img h6 {
  font-weight: 500;
}

.ind-brand-item .brand-img span {
  color: #00acee;
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 1;
  opacity: 0.4;
}

.ind-brand-item .brand-img span:last-child {
  font-size: 6px;
}

.brand-img:hover a:nth-child(1) {
  /* transform: scale(1.05); */
  transform: 2s all;
  animation: dingdong 0.6s linear;
}

@keyframes dingdong {
  0% {
    rotate: 20deg;
  }

  50% {
    rotate: -20deg;
  }

  75% {
    rotate: 20deg;
  }

  100% {
    rotate: -20deg;
  }
}

.text-list {
  padding: 0 25px;
}

.text-list li {
  list-style: disc;
}

.text-list-dec li {
  list-style: circle;
}

.list-unstyled li {
  list-style: none !important;
}

.list-unstyled li span {
  display: inline-block;
  color: #00acee;
}

.growth-section {
  background: linear-gradient(#fff, #c4f5ec, #a5b1f1);
}

.read-more-text {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #1c3354;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.6px;
  font-weight: 500;
}

.read-more-text:hover {
  color: #1400c0;
}

.read-more-text i {
  font-size: 13px;
  position: relative;
  top: 1px;
  margin-left: 1px;
}

.store-locator {
  /* background: #00acee; */
  position: relative;
  overflow: hidden;
}

.store-loctore-header {
  margin-bottom: 30px;
}

.store-btn {
  display: inline-block;
  background: #00acee;
  padding: 10px 30px;
  color: #fff;
  border: 1px solid #00acee;
  border-radius: 5px;
  transition: 0.3s all;
  position: relative;
}

.store-btn i {
  opacity: 0;
  transition: 0.3s ease;
  position: absolute;
  top: 15px;
  right: 15px;
}

.store-btn:hover {
  background: transparent;
  color: #00acee;
}

.store-btn:hover i {
  opacity: 1;
  right: 10px;
}

.text--btn .store-btn {
  background-color: #fff;
  border: 1px solid #fff;
  color: #00acee;
}

.text--btn .store-btn:hover {
  background-color: transparent;
  color: #fff;
}

/* .store-loctore-header h2 {
  color: #fff;
  font-weight: 700;
} */

/* .store-loctore-header p {
  color: #fff;
  font-weight: 500;
} */

.store-list {
  display: flex;
  align-items: center;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  transition: 0.3s all;
}

.store-locator-benfits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.store-list.two {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  /* padding: 20px 0; */
  flex: 23%;
  max-width: 300px;
  width: 300px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

@media screen and (max-width:499px) {
  .store-list.two {
    flex: 100%;
  }
}

@media screen and (min-width:500px) and (max-width:767px) {
  .store-list.two {
    flex: 33%;
  }
}

.store-list:hover {
  transform: translateY(-10px);
}

.store-list .list-icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.8s all;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.store-list .list-icon img {
  max-width: 50px;
  height: auto;
}

.store-list.two:hover {
  background-color: #233d63;
  color: #fff;
}

/* .store-list .list-icon img {
	filter: drop-shadow(1px 1px 2px #000);
} */

/* .store-list .list-icon::before {
	content: "";
	position: absolute;
	width: 100%;
	background-color: #86cffc;
	border-radius: 50%;
	height: 100%;
	z-index: -1;
	top: 0px;
	left: -8px;
} */

/* .store-list:hover .list-icon {
  transform: rotateY(-360deg);
} */

.loctor-img {
  position: relative;
}

.loctor-img img {
  position: inherit;
  /* z-index: 2; */
}

.loctor-img .element-1 {
  position: absolute;
  width: 90px;
  right: 100px;
  top: 0px;
  rotate: 9deg;
  animation: visible 5s infinite;
}

.loctor-img .element-2 {
  position: absolute;
  width: 90px;
  left: 0px;
  top: 50px;
  animation: traval 45s infinite;
}

@keyframes visible {
  0% {
    opacity: 0;
    transform: scale(0);
    rotate: 0deg;
  }

  33% {
    opacity: 1;
    transform: scale(1);
    rotate: 25deg;
  }

  66% {
    rotate: 50deg;
    opacity: 0;
    transform: scale(0);
  }

  99% {
    rotate: 0deg;
    rotate: 360deg;
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes traval {
  0% {
    left: 0;
    top: 0px;
  }

  50% {
    left: 50%;
    top: 20%;
  }

  100% {
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 992px) {
  .store-img-none {
    display: none !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 1024px) {
  .store-list li {
    font-size: 11px;
  }
}

@media screen and (max-width: 992px) {
  .sub-menu-one li a {
    padding: 10px 5% !important;
  }
}

@media screen and (min-width: 992px) {
  .sub-menu-one {
    position: inherit;
    top: 110%;
    width: 200px;
    background: #fff;
    left: 0;
    z-index: 9;
    display: block;
    text-align: left;
    box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
    transition: 0.3s;
  }

  .sub-menu-one {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }

  .sub-menu-one li:hover {
    background-color: #00588b;
    transition: 0.3s;
  }

  .sub-menu-one li a:hover {
    color: #fff !important;
  }

  .sub-menu-one li {
    padding: 0px 10px;
  }

  .sub-menu-one li {
    display: block !important;
    margin: 0 !important;
  }

  .main-menu ul li:hover .sub-menu-one {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .text-color li a {
    color: #233d63 !important;
  }
}

.form-section {
  background: #0e76a8;
  border-radius: 10px;
}

/* .join-tems-header h2,
.join-tems-header p {
  color: #fff;
} */

/* blogs css  */

.blogs-sticky {
  position: sticky;
  top: 0;
  left: 0;
}

.content-section {
  padding: 0 20px 0px 0;
  border-right: 1px solid #e5e5eb;
}

.img-section-blogs {
  border-radius: 0.8rem;
}

.img-section-blogs img {
  border-radius: 0.8rem;
}

.img-section-blogs:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.blog-img-small {
  width: 100%;
  border-radius: 0.8rem;
}

.blog-img-small:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blog-img-small:hover img {
  transform: scale(1);
}

.blog-img-small img {
  border-radius: 0.8rem;
}

.brand-title {
  padding-bottom: 10px;
}

.blogs-section-header {
  display: inline-block;
  padding: 10px;
}

.bdr-1 {
  border-bottom: 1px solid #e5e5eb;
}

.bdr-1:last-child {
  border: none;
}

.blogs-section-header span {
  font-size: 10px;
  padding: 10px;
  background: #e5edf5;
  border-radius: 5px;
}

.blogs-section-header h4 {
  margin-bottom: 0;
  font-size: 16px;
}

.blogs-section-header p {
  font-size: 12px;
}

.card-blog {
  background-image: url(../img/card-bg.jpg);
  padding: 20px;
  border-radius: 10px;
  background-position: right 100%;
  object-fit: cover;
}

.blog-logo {
  width: 40px;
}

.img-card-blogs {
  position: relative;
}

.img-card-blogs img {
  position: absolute;
  width: 100%;
  right: -18px;
  bottom: -119px;
}

.card-blog:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.webinars-section .card-blog {
  padding: 0;
}

.webinars-section .card-blog img {
  border-radius: 0.8rem;
}

.webinars-section .card {
  border: none;
}

@media screen and (max-width: 991px) {
  .card-img-none {
    display: none;
  }

  .content-section {
    border: none;
    padding-right: 0;
  }
}

/* wifi css  */

.locator-section {
  overflow: hidden;
  position: relative;
}

.locator-section.two {
  background-image: url(../img/bg/multi-location.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}

.locator-section .bg-img-ps {
  position: absolute;
  width: 100%;
  z-index: -1;
  bottom: -125px;
  background-size: cover;
  left: 0;
}

.multi-location-section {
  position: relative;
  z-index: 3;
}

.multi-location-section .section-header h2 {
  color: #fff;
}

.multi-location-section p.text-white {
  color: #fff;
}

.multi-location-section .card.two {
  border-radius: 25px;
  /* box-shadow:  inset -27px -27px 54px #ffffff; */
}

.card.two .step-number {
  width: 50px;
  height: 50px;
  font-size: 35px;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 50%;
  color: #7b8491;
  opacity: 0.3;
}

.ws-1 {
  word-spacing: -1px;
}

.card.two.shap-1 {
  margin-top: 60px;
}

.card.two.shap-2 {
  margin-top: -60px;
}

.card.two.card-hover:hover {
  background-color: #233d63;
  transition: 0.3s all;
}

.card.two.card-hover:hover .step-number {
  background-color: #fff;
  opacity: 1;
  transition: 0.3s all;
}

.card.two.card-hover:hover .card-body p {
  color: #fff;
}

.wifi-vision-bg {
  position: relative;
}

.wifi-vision-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 450px;
  width: 450px;
  background-color: #fff9;
  border-radius: 4px;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
}

@media screen and (max-width:1199px) {
  h2 {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .card.two.shap-1 {
    margin-top: 0px;
  }

  .card.two.shap-2 {
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .card.two.shap-1 {
    min-height: 250px;
  }
}

.overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8407738095238095) 0%, rgba(255, 255, 255, 0.13209033613445376) 100%);
  top: 0;
  left: 0;
}

.content-section-two {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  text-align: justify;
  padding: 30px 0;
}

.content-section-two p {
  text-align: justify;
}

.wifi_p {
  position: absolute;
  top: -25px;
  right: 135px;
  animation: wifi 3s infinite;
}

@keyframes wifi {

  9%,
  14% {
    transform: scale(0.9) translateY(-1px);
  }

  20%,
  51%,
  53% {
    transform: scale(0.9) translateY(-2px);
  }

  27%,
  29% {
    transform: scale(0.9) translate(-12px, -2px);
  }

  35%,
  37% {
    transform: scale(0.9) translateY(-4px);
  }

  43%,
  45% {
    transform: scale(0.9) translate(12px, -2px);
  }

  60%,
  100% {
    transform: scale(0.9);
  }
}

.wifi {
  background: #0e76a8;
  border-radius: 50%;
  position: relative;
  height: 100px;
  width: 100px;
}

.wifi div {
  position: relative;
  transform: translateY(22px);
}

.wifi div:after {
  content: "";
  width: 8px;
  height: 8px;
  top: 33px;
  left: 47px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  animation: dot 2.5s linear infinite;
  transform: scale(0.9);
}

@keyframes dot {

  9%,
  14% {
    transform: scale(0.9) translateY(-1px);
  }

  20%,
  51%,
  53% {
    transform: scale(0.9) translateY(-2px);
  }

  27%,
  29% {
    transform: scale(0.9) translate(-12px, -2px);
  }

  35%,
  37% {
    transform: scale(0.9) translateY(-4px);
  }

  43%,
  45% {
    transform: scale(0.9) translate(12px, -2px);
  }

  60%,
  100% {
    transform: scale(0.9);
  }
}

svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}

.top {
  position: absolute;
  top: 20%;
  left: 26%;
  animation: top 2.5s linear infinite;
}

@keyframes top {

  9%,
  14% {
    transform: translateY(9px);
  }

  20%,
  51%,
  53% {
    transform: translateY(8px);
  }

  27%,
  29% {
    transform: translate(-7px, 7px);
  }

  35%,
  37% {
    transform: translateY(7px);
  }

  43%,
  45% {
    transform: translate(7px, 7px);
  }

  60%,
  100% {
    transform: none;
  }
}

.middle {
  position: absolute;
  transform-origin: 50% 67%;
  /*   top: 20%; */
  left: 26%;
  animation: middle 2.5s linear infinite;
}

@keyframes middle {

  9%,
  14% {
    transform: translateY(-4px) rotate(180deg);
  }

  20%,
  51%,
  53% {
    transform: translateY(-2px) rotate(180deg);
  }

  27%,
  29% {
    transform: translate(-6px, -3px) rotate(180deg);
  }

  35%,
  37% {
    transform: translateY(-5px) rotate(180deg);
  }

  43%,
  45% {
    transform: translate(6px, -3px) rotate(180deg);
  }

  60%,
  100% {
    transform: none;
  }
}

.bottom {
  position: absolute;
  top: 20%;
  left: 26%;
  animation: bottom 2.5s linear infinite;
}

@keyframes bottom {

  9%,
  14%,
  51%,
  53% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  27%,
  29% {
    -webkit-transform: translate(-8px, 0);
    transform: translate(-8px, 0);
  }

  35%,
  37% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  43%,
  45% {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }

  20%,
  60%,
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 575px) {
  .wifi_p {
    display: none;
  }
}

/* wifi css end  */

/* digital-img */
.digital-img-title h4 {
  font-weight: 400;
}

.digital-card-hover {
  padding: 10px;
  border: 2px dashed #3496d2;
  border-radius: 10px;
}

.digital-card-hover:hover {
  background: #3496d2;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.3s ease-in;
}

.digital-card-hover img {
  max-width: 180px;
  object-fit: cover;
}

.digital-card-hover:hover h4 {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .custom-card-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .custom-card-flex .section-header {
    width: 50%;
  }
}

/* digital-img */

.section-header span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
  display: block;
  color: #ff4646;
}

@media screen and (max-width: 767px) {
  .unified-communication {
    background: #4682b4;
  }
}

.unified-communication {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
}

.unified-communication-title .section-header h2 {
  font-size: 30px;
  color: #fff;
}

.unified-communication-title .section-header p {
  color: #fff;
  font-size: 16px;
}

.unified-communication-title .section-header .store-btn {
  background-color: #fff;
  color: #3496d2;
  border: 1px solid #fff;
}

.unified-communication-title .section-header .store-btn:hover {
  background-color: transparent;
  color: #fff;
}

.unified-communication-title .section-header .store-btn.style-2 {
  background-color: transparent;
  color: #fff;
}

.unified-communication-title .section-header .store-btn.style-2:hover {
  background-color: #fff;
  color: #3496d2;
}

.query-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .unified-communication-img {
    display: flex;
    justify-content: center;
  }

  .unified-communication-img img {
    width: 70%;
  }

  .query-flex {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .unified-communication-title .section-header .store-btn {
    padding: 10px 25px;
  }
}

/* insight css  */

/* .accordion-container {
	width: 80%;
	max-width: 600px;
} */

.accordion-item {
  background-color: #ffffff;
  /* White background for items */
  border: 1px solid #e0e0e0;
  /* Light border */
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Softer shadow */
}

.accordion-header {
  background-color: #f7f7fd;
  color: #233d63;
  padding: 15px;
  font-size: 18px;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px 8px 0 0;
  transition: background-color 0.3s ease;
}

.accordion-header h4 {
  margin: 0;
}

.accordion-header:hover {
  background-color: #fff;
}

.accordion-content {
  background-color: #fafafa;
  /* Very light grey for content */
  overflow: hidden;
  padding: 0 15px;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  margin: 15px 0;
  line-height: 1.5;
  text-align: justify;
}

.icon {
  transition: transform 0.3s ease;
}

.active .icon {
  transform: rotate(45deg);
}

.report-slider {
  position: relative;
  overflow: hidden;
}

.report-card {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
}

.report-card-header {
  padding: 30px;
}

.report-card-header {
  width: 300px;
  text-align: center;
}

.image-container img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.busniess-solution-section .buiness-btn {
  display: inline-block;
  border: none;
  outline: none;
  padding: 0;
  font-size: 13px;
  text-align: left;
  margin-bottom: 3px;
  color: var(--primary);
  border-radius: 10px;
  padding: 15px 20px;
  position: relative;
  font-weight: 600;
}

.busniess-solution-section .buiness-btn i {
  margin-right: 0px;
}

.busniess-solution-section .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.busniess-solution-section .scroll-wrapper {
  position: relative;
}

.busniess-solution-section .scroll-wrapper .scroll-btn {
  position: absolute;
  z-index: 99;
  padding: 13px 10px;
  border: none;
  outline: none;
  background-color: var(--white);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: none;
}

.busniess-solution-section .scroll-wrapper .scroll-btn:hover,
.busniess-solution-section .scroll-wrapper .scroll-btn:active {
  background-color: var(--primary);
  color: var(--white);
}

.scroll-btn.left {
  left: 0;
  border-right: 1px solid var(--primary) !important;
}

.scroll-btn.right {
  right: 0;
  border-left: 1px solid var(--primary) !important;
}

.card.cum-card {
  background-color: #233d63;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 20px;
  transition: 0.3s all;
}

.card.cum-card-two {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.3s all;
}

.card.cum-card .card-body h3,
.card.cum-card .card-body p {
  color: #fff;
}

.card.cum-card:hover,
.card.cum-card-two:hover {
  transform: translateY(-10px);
}

.card h3 {
  font-size: 20px;
}

.card.two {
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.3s all;
}

.card.two:hover {
  transform: translateY(-10px);
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .card.two h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .card.two .card-body {
    padding: 10px;
  }
}

.hyper-markting-section {
  position: relative;
  overflow: hidden;
}

.hyper-markting-section .section-heading-coner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.hyper-markting-section .section-heading-coner h3 {
  color: #fff;
}

.hyper-markting-section .section-heading-coner.two h3 {
  color: #233d63;
}

@media (max-width: 767px) {
  .busniess-solution-section .btn-container {
    display: block;
    white-space: nowrap;
    overflow: auto;
    overflow-x: scroll;
  }

  .busniess-solution-section .scroll-wrapper .scroll-btn {
    display: block;
  }

  .busniess-solution-section .btn-container .buiness-btn:first-child {
    margin-left: 50px;
  }

  .busniess-solution-section .btn-container .buiness-btn:last-child {
    margin-right: 50px;
  }

  .busniess-solution-section .btn-container::-webkit-scrollbar {
    height: 5px;
    cursor: pointer;
  }

  .busniess-solution-section .btn-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  }

  .busniess-solution-section .btn-container::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: var(--primary);
    border-radius: 5px;
  }
}

@media screen and (min-width: 767px) {
  .busniess-solution-section .postion-statiy {
    position: sticky;
    top: 10%;
    left: 0;
  }
}

.busniess-solution-section .buiness-btn.active {
  background-color: var(--primary);
  color: var(--white);
}

@media screen and (min-width: 1199px) {
  .mx-padding-section {
    padding: 40px 0px;
  }
}

@media screen and (min-width: 575px) and (max-width: 768px) {
  .section-heading h2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading h2 {
    font-size: 21px;
  }
}
.privacy-list ul{ margin-left:30px; }
.privacy-list li{
  list-style: circle;
}