/*-----------------------------------------------------------------------------------

    Template Name: Induxter - Industry And Factory HTML Theme
    Template URI: site.com
    Description: Induxter - Industry And Factory HTML Theme
    Author: Md. Mizanur Rahman
    Author URI: site.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default css
	02. Header css
    03. Hero css
    04. About css
    05. Service css
    06. Features css
    07. Project css
    08. Testimonial css
    09. Team css
    10. Blog css
    11. Contact css
    12. Footer css

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;1,900&display=swap");
html {
  font-size: 100%;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

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

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0e76bc;
  margin: 0px;
}

h1 {
  font-size: 65px;
  font-weight: 500;
}

h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  color: #626262;
  margin: 0px;
  font-size: 17px;
  line-height: 24px;
  text-justify: inter-word;
  text-align: justify;
  text-justify: inter-word;
}

@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}

input, textarea {
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #626262;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  overflow-x: hidden;
  letter-spacing: 1px;
  text-align: justify;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slick-slide {
  outline: 0;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

.section-title .sub-title {
  display: inline-block;
  position: relative;
  margin-bottom: 45px;
  z-index: 1;
}

.section-title .sub-title span.title {
  text-transform: uppercase;
  color: #0e76bc;
  font-size: 17px;
  font-weight: 700;
  z-index: 1;
}

.section-title .sub-title .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  font-size: 65px;
  color: #ffe5dc;
  line-height: 1;
  z-index: -1;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 36px;
    line-height: 47px;
  }
}

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 32px;
    line-height: 44px;
  }
}

.section-title h2 span {
  color: #0e76bc;
}

.title-span-line span.line {
  background-color: #0e76bc;
  height: 5px;
  border-radius: 2.5px;
}

.title-span-line span.line-1 {
  width: 40px;
}

.title-span-line span.line-2 {
  width: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.title-span-line span.line-3 {
  width: 40px;
}

.section-white-title h2 {
  color: #fff;
}

.section-white-title h2 span {
  color: #0e76bc;
}

ul.social-link li {
  display: inline-block;
}

.form_group {
  position: relative;
}

.form_control {
  width: 100%;
  padding: 0 30px;
  height: 60px;
}

textarea.form_control {
  padding-top: 15px;
}

/*===== All bg =====*/
.main-bg {
  background-color: #0e76bc;
}

.light-bg {
  background: #f7f7f7;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  padding: 14px 43px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #0e76bc;
  line-height: 27px;
  text-transform: capitalize;
  border-radius: 28px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.main-btn:after {
  display: inline-block;
  padding-left: 10px;
  font-family: 'IcoFont';
  content: '\ea5d';
}

.main-btn:hover, .main-btn:focus {
  background: #0e76bc;
  color: #fff;
}

button {
  border: none;
}

.btn-link {
  color: #0e76bc;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.btn-link:after {
  display: inline-block;
  content: '\ea5d';
  font-family: 'IcoFont';
  padding-left: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.btn-link:hover, .btn-link:focus {
  text-decoration: none;
}

.btn-link:hover:after, .btn-link:focus:after {
  padding-left: 15px;
}

/*
    nice select css
*/
.nice-select {
  width: 100%;
  outline: none;
}

.nice-select.open:after {
  -webkit-transform: none;
          transform: none;
}

.nice-select:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  right: 20px;
  font-size: 12px;
  font-weight: 600;
  -webkit-transform: none;
          transform: none;
  border: none;
  top: 0;
  margin-top: 0;
  color: #2E2E2E;
}

.nice-select .list {
  width: 100%;
}

/*
    Start Preloader css
*/
.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.lds-ellipsis {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
  z-index: 9999;
}

.lds-ellipsis span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #0e76bc;
  -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
  animation: ball-pulse-sync .6s 0s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(1) {
  -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(2) {
  -webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*
    End Preloader css
*/
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

/*
    Start scroll_up css
*/
.back-to-top {
  background: #0e76bc;
  border-radius: 50%;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 337;
}

.back-to-top:hover,
.back-to-top:focus {
  background: #0e76bc;
  color: #fff;
}

/*
    End scroll_up css
*/
/*---=======================
   02. Start Header css 
===========================---*/
.transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header-navigation .nav-container {
  padding: 0 0;
  position: relative;
}

.header-navigation .nav-container .main-menu ul > li.menu-item-has-children > a:after {
  content: "\efc2";
  font-family: 'IcoFont';
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation .nav-container .main-menu ul > li.menu-item-has-children > a:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-navigation .nav-container .main-menu ul > li.menu-item-has-children > a:after {
    display: none;
  }
}

.header-navigation .nav-container .main-menu ul li {
  display: inline-block;
  position: relative;
}

.header-navigation .nav-container .main-menu ul li > a {
  display: block;
  font-size: 16px;
  color: #0e76bc;
  font-weight: 600;
  text-transform: uppercase;
  padding: 38px 15px;
  line-height: 1;
}

.header-navigation .nav-container .main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 200px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  height: auto;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li {
  display: block;
  margin: 0;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li:last-child > a {
  border-bottom: none;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li a {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  line-height: 2;
  margin: 0;
  border-bottom: 1px solid #ececec;
  color: #1b3255;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li a:hover {
  background-color: #0e76bc;
  color: #fff !important;
  border-color: transparent;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li:hover .sub-menu {
  top: 0%;
}

.header-navigation .nav-container .main-menu ul li .sub-menu li:hover > a {
  background-color: #0e76bc;
  color: #fff;
}

.header-navigation .nav-container .main-menu ul li:hover.menu-item-has-children > a:after {
  color: #0e76bc;
}

.header-navigation .nav-container .main-menu ul li:hover > a {
  color: #0e76bc;
}

.header-navigation .nav-container .main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-navigation .nav-container .main-menu ul li .dd-trigger {
  display: none;
}

.header-navigation .nav-container .site-branding {
  position: relative;
}

.header-navigation .nav-container .nav-menu {
  float: right;
}

.header-navigation .nav-container.breakpoint-on .nav-menu {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 9999;
  width: 300px;
  height: 100%;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  padding: 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 70px;
}

.header-navigation .nav-container.breakpoint-on .nav-menu.menu-on {
  left: 0;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #ececec;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li:last-child {
  border-bottom: 0;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
  border-top: 1px solid #ececec;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 13px 20px;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  display: none;
  -webkit-transition: none;
  transition: none;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
  color: #0e76bc;
  padding: 0px 20px 0 40px;
  line-height: 45px !important;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
  display: block;
  position: absolute;
  right: 0;
  height: 45px;
  width: 45px;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 2;
  background: transparent;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #0e76bc;
  font-size: 14px;
}

.header-navigation .nav-container.breakpoint-on .nav-menu .main-menu.menu-on {
  left: 0;
}

.header-navigation .nav-container.breakpoint-on .nav-pushed-item {
  display: none;
}

.header-navigation .nav-container.breakpoint-on .navbar-close,
.header-navigation .nav-container.breakpoint-on .navbar-toggler {
  display: block;
}

.header-navigation .navbar-toggler {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
}

@media (max-width: 767px) {
  .header-navigation .navbar-toggler {
    margin-top: -45px;
  }
}

.header-navigation .navbar-toggler span {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
  display: block;
}

.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
}

.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}

.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: -8px;
}

.header-navigation .navbar-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  display: none;
  background: #0e76bc;
  padding: 5px;
}

.header-navigation .navbar-close .cross-wrap {
  width: 34px;
  height: 34px;
  cursor: pointer;
  position: relative;
}

.header-navigation .navbar-close .cross-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background: #fff;
}

.header-navigation .navbar-close .cross-wrap span.top {
  top: 17px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-navigation .navbar-close .cross-wrap span.bottom {
  bottom: 15px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-top {
  padding: 11px 0;
  background-color: #282828;
}

@media (max-width: 767px) {
  .header-top .top-left {
    text-align: center;
  }
}

.header-top .top-left ul li {
  display: inline-block;
  margin-right: 50px;
}

@media (max-width: 991px) {
  .header-top .top-left ul li {
    margin-right: 4px;
  }
}

.header-top .top-left ul li span {
  color: #fff;
}

.header-top .top-left ul li span i {
  margin-right: 10px;
}

.header-top .top-right {
  float: right;
}

@media (max-width: 767px) {
  .header-top .top-right {
    margin-top: 20px;
    float: none;
    text-align: center;
  }
}

.header-top .top-right ul.social-link li {
  margin-left: 5px;
}

.header-top .top-right ul.social-link li a {
  width: 33px;
  height: 33px;
  border: 1px solid #fff;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.header-top .top-right ul.social-link li a:hover, .header-top .top-right ul.social-link li a:focus {
  background-color: #0e76bc;
  border-color: #0e76bc;
  color: #fff;
}

.header-area-v1 .header-navigation {
  position: relative;
  background-color: #0e76bc;
}

.header-area-v1 .header-navigation:before {
  position: absolute;
  content: '';
  background: #fff;
  height: 100%;
  width: calc(100% - 60%);
  left: -100px;
  top: 0;
  -webkit-transform: skew(-50deg, 0deg);
          transform: skew(-50deg, 0deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v1 .header-navigation {
    padding: 20px 0;
  }
}

@media (max-width: 991px) {
  .header-area-v1 .header-navigation {
    padding: 20px 0;
  }
  .header-area-v1 .header-navigation:before {
    width: calc(100% - 50%);
  }
}

@media (max-width: 767px) {
  .header-area-v1 .header-navigation:before {
    width: calc(100% - 10%);
  }
}

@media (max-width: 400px) {
  .header-area-v1 .header-navigation:before {
    width: calc(100% - 10%);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area-v1 .header-navigation:before {
    width: calc(100% - 30%);
  }
}

.header-area-v1 .header-navigation .nav-container {
  position: relative;
}

.header-area-v1 .header-navigation .nav-container .logo-col {
  position: relative;
}

.custom-container {
  max-width: 1510px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.header-area-v2 .header-top {
  background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-v2 .header-top .top-left {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v2 .header-top .top-left ul li {
    margin-right: 15px;
  }
}

.header-area-v2 .header-top .top-left ul li span {
  color: #626262;
}

.header-area-v2 .header-top .top-left ul li span i {
  color: #0e76bc;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area-v2 .header-top .top-right {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v2 .header-top .top-right ul.social-link li a {
    border-color: #0e76bc;
    color: #0e76bc;
  }
  .header-area-v2 .header-top .top-right ul.social-link li a:hover, .header-area-v2 .header-top .top-right ul.social-link li a:focus {
    border-color: transparent;
    color: #fff;
  }
}

@media (max-width: 991px) {
  .header-area-v2 .header-top .top-right ul.social-link li a {
    border-color: #0e76bc;
    color: #0e76bc;
  }
  .header-area-v2 .header-top .top-right ul.social-link li a:hover, .header-area-v2 .header-top .top-right ul.social-link li a:focus {
    border-color: transparent;
    color: #fff;
  }
}

.header-area-v2 .header-navigation {
  position: relative;
  z-index: 1;
}

.header-area-v2 .header-navigation.sticky .nav-container .main-menu .nav-button .main-btn {
  background: #0e76bc;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v2 .header-navigation {
    padding: 15px 0;
  }
}

@media (max-width: 991px) {
  .header-area-v2 .header-navigation {
    padding: 15px 0;
  }
}

.header-area-v2 .header-navigation:after {
  position: absolute;
  top: 0;
  left: -100px;
  content: '';
  height: 100%;
  width: 75%;
  border-radius: 50px;
  background-color: #0e76bc;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area-v2 .header-navigation:after {
    width: 83%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v2 .header-navigation:after {
    width: 85%;
  }
}

@media (max-width: 991px) {
  .header-area-v2 .header-navigation:after {
    width: 150%;
  }
}

.header-area-v2 .header-navigation .nav-container .main-menu {
  position: relative;
  padding-right: 20px;
}

@media only screen and (min-width: 1200px) {
  .header-area-v2 .header-navigation .nav-container .main-menu ul li a {
    font-size: 15px;
  }
}

.header-area-v2 .header-navigation .nav-container .nav-button .main-btn {
  border-radius: 32px;
  padding: 19px 49px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v2 .header-navigation .nav-container .nav-button .main-btn {
    padding: 19px 41px;
  }
}

.header-area-v2 .header-navigation .main-menu ul li > a.nav-link.active,
.header-area-v1 .header-navigation .main-menu ul li > a.nav-link.active {
  color: #0e76bc;
}

.header-area-v3 .header-navigation .main-menu ul li > a.nav-link.active {
  color: #0e76bc;
}

.header-area-v2 .header-navigation {
  position: relative;
  z-index: 1;
}

.header-area-v2 .header-navigation.sticky .nav-container .nav-button .main-btn {
  background: #0e76bc;
}

.header-area-v3 .header-top {
  background-color: rgba(40, 40, 40, 0.36);
  padding: 10px 0;
}

.header-area-v3 .header-navigation .nav-container {
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v3 .header-navigation .nav-container {
    padding: 20px 15px;
  }
}

@media (max-width: 991px) {
  .header-area-v3 .header-navigation .nav-container {
    padding: 20px 15px;
  }
}

@media (max-width: 767px) {
  .header-area-v3 .header-navigation .nav-container {
    padding: 10px 0 0 0px;
  }
}

.header-area-v3 .header-navigation .nav-container .nav-menu {
  float: right;
}

.header-area-v3 .header-navigation .nav-container .site-branding {
  /*display: none;*/
}

.header-area-v3 .header-navigation .nav-container .site-branding .brand-logo {
  max-width: 300px;
}

@media (max-width: 767px) {
  .header-area-v3 .header-navigation .nav-container .site-branding .brand-logo {
    max-width: 120px;
  }
}

.header-area-v3 .header-navigation .nav-container .site-branding img {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v3 .header-navigation .nav-container .site-branding {
    display: block;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v3 .header-navigation .nav-container .site-branding {
    display: block;
  }
}

@media (max-width: 991px) {
  .header-area-v3 .header-navigation .nav-container .site-branding {
    display: block;
  }
}

.header-area-v3 .header-navigation .nav-container .main-menu ul > li.menu-item-has-children a:after {
  color: #0e76bc;
}

.header-area-v3 .header-navigation .nav-container .main-menu ul li > a {
  color: #0e76bc;
}

.header-area-v3 .header-navigation .nav-container .main-menu ul li a.active {
  color: #0e76bc;
}

.header-area-v3 .header-navigation .nav-container .main-menu ul li:hover.menu-item-has-children > a:after {
  color: #0e76bc;
}

.header-area-v3 .header-navigation .nav-container .main-menu ul li:hover > a {
  color: #0e76bc;
}

.header-area-v3 .header-navigation .nav-container .nav-button .main-btn {
  padding: 33px 43px;
  border-radius: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v3 .header-navigation .nav-container .nav-button {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area-v3 .header-navigation .nav-container .nav-button {
    display: none;
  }
}

.header-area-v3 .header-navigation .navbar-toggler span {
  background-color: #0e76bc;
}

.header-navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-animation: sticky  1.2s;
          animation: sticky  1.2s;
  background: #0e76bc;
}

.header-area-v3 .header-navigation.sticky {
  background-color: #FFF;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 10px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 10px;
}

.header-area-v3 .header-navigation.sticky .col-lg-6 {
  -webkit-box-flex: 76%;
      -ms-flex: 76%;
          flex: 76%;
  max-width: 76%;
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

.header-navigation .nav-container .main-menu ul li.active a {
  color: #ef6b3d;
}

/*---=======================
   End Header css 
===========================---*/
.banner-area-v {
  position: relative;
  z-index: 9;
}

.hero-text h2 {
  margin-bottom: 50px;
}

.hero-text .hero {
  position: relative;
}

.hero-text .hero .hero-slide a:hover span {
  color: #033a71;
}

.hero .hero-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.hero .hero-slide .header-content {
  margin-left: 5rem;
  max-width: 550px;
  width: 100%;
  padding: 2rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero .hero-slide .header-content {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .hero .hero-slide .header-content {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .hero .hero-slide .header-content {
    margin-left: 0;
  }
}

.slide-content {
  padding: 10px 20px 10px 0;
}

.slide-content h1 {
  font-size: 45px;
  line-height: 60px;
  text-align: left;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide-content h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 991px) {
  .slide-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .slide-content h1 {
    font-size: 20px;
    line-height: 30px;
  }
}

.btn-primary {
  background: #020024;
  background: linear-gradient(59deg, #020024 0%, #ff9000 0%, #fbb75f 100%);
  border: #111;
  border-radius: 0;
  border-radius: 100px;
  font-size: 16px;
  padding: 10px 25px;
}

@media (max-width: 767px) {
  .btn-primary {
    font-size: 14px;
    padding: 8px 15px;
  }
}

.btn-primary:hover {
  background: #0e76bc;
  color: #FFF;
}

/** Text Animation **/
@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .slide-content {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px 30px 0;
}

/* Text Animation End **/
.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-active button {
  background: #d60e96;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  outline: none;
}

.slick-dots li button::before {
  font-size: 18px;
  color: #fff;
  opacity: 1;
}

/* Media Queries */
@media (max-width: 768px) {
  .hero-text .hero .hero-slide a {
    padding-top: 0.8rem;
  }
  .hero-text .hero .hero-slide a span {
    font-size: 20px;
    margin-top: 0.5rem;
  }
  .hero .hero-slide .header-content {
    z-index: 9;
    /*  
	  left: 50%;
	  -webkit-transform: translateX(-50%);
	  transform: translateX(-50%);
	  margin: 0 auto; 
	  z-index: 9;
	  top: 50%;
	  transform: translateX(-50%);*/
  }
}

.banner-img {
  width: 50%;
  float: right;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .banner-img {
    width: 85%;
  }
}

.banner-shape {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 100px;
  bottom: -50px;
  z-index: -30;
  background: url(../images/banner-shape.png) no-repeat;
  background-size: 50%;
  background-position: left bottom;
}

.about-area-v4 {
  position: relative;
  overflow: hidden;
  background: url(../images/about.jpg) no-repeat center top;
  background-size: cover;
  margin-top: -100px;
  z-index: 1;
  padding: 180px 0 120px 0;
}

@media (max-width: 767px) {
  .about-area-v4 {
    margin-top: -60px;
  }
}

@media (max-width: 991px) {
  .about-area-v4 .about-inner h3 {
    margin-top: 0 !important;
  }
}

.about-area-v4 .about-content-box h2 {
  font-size: 3rem;
  margin-bottom: 30px;
  color: #FFF;
}

@media (max-width: 991px) {
  .about-area-v4 .about-content-box h2 {
    font-size: 2rem;
    line-height: 40px;
  }
}

.about-area-v4 .about-content-box h2 span {
  color: #0e76bc;
}

.about-area-v4 .about-content-box p.bold-text {
  font-weight: 600;
  color: #333;
  font-size: 1.3rem;
}

.about-area-v4 .about-content-box h3 {
  color: #666;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 80px;
  position: relative;
}

.about-area-v4 .about-content-box .counter-wrapper .counter-column {
  position: relative;
}

.about-area-v4 .about-content-box .counter-wrapper .counter-column:last-child::after {
  display: none;
}

@media (max-width: 767px) {
  .about-area-v4 .about-content-box .counter-wrapper .counter-column {
    margin-bottom: 30px;
  }
  .about-area-v4 .about-content-box .counter-wrapper .counter-column:last-child {
    margin-bottom: 0px;
  }
  .about-area-v4 .about-content-box .counter-wrapper .counter-column:after {
    display: none;
  }
}

.about-area-v4 .about-content-box .counter-wrapper .counter-column:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 15px;
  width: 5px;
  height: 80px;
  border-radius: 3px;
  background-color: #0e76bc;
}

.about-area-v4 .about-content-box .counter-wrapper .counter-box h2 {
  margin-bottom: 10px;
}

.about-area-v4 .about-content-box p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 28px;
}

.about-area-v4 .about-content-box .admin-box .thumb {
  min-width: 75px;
  max-width: 75px;
  height: 75px;
}

.about-area-v4 .about-content-box .admin-box .thumb img {
  border: 2px solid #0e76bc;
  width: 100%;
  border-radius: 50%;
}

.about-area-v4 .about-content-box .admin-box .info {
  margin-left: 30px;
}

.about-area-v4 .about-content-box .admin-box .info p {
  margin-bottom: 0px;
}

.about-listing {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.about-listing ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .about-listing ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.about-listing ul li {
  list-style-type: none;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .about-listing ul li {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .about-listing ul li {
    padding: 0 5px;
  }
}

.about-listing ul li .about-item {
  max-width: 180px;
  max-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 180px;
  border: #FFF solid 1px;
}

@media (max-width: 991px) {
  .about-listing ul li .about-item {
    max-width: 100px;
    max-height: 100px;
  }
}

.about-listing ul li p {
  color: #FFF;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.product-more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.product-more .read-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mission-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  margin-top: 0;
}

.mission-section::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0e76bc;
  opacity: .7;
  content: "";
}

.mission-section .inner-column {
  position: relative;
}

.mission-section .image-box {
  position: relative;
}

.mission-section .image-box .image {
  position: relative;
  margin-bottom: 0;
}

.mission-section .image-box .image img {
  width: 100%;
}

.mission-section .content-box {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  text-align: center;
  padding: 65px 70px 60px;
}

.mission-section .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #555555;
  font-weight: 400;
  margin-top: 10px;
}

.careers-area {
  background: #104a82;
  position: relative;
}

.careers-area .careers-right {
  padding: 50px 50px 50px 50px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .careers-area .careers-right {
    padding: 20px;
  }
}

.careers-area .careers-right h3 {
  width: 100%;
  text-align: left;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
}

.careers-area .careers-right h2 {
  color: #FFF;
}

.careers-area .careers-right p {
  color: #FFF;
  padding: 10px 0;
}

.careers-area .page-form .form_group {
  margin-top: 16px;
}

.careers-area .form_control {
  width: 100%;
  padding: 0 10px;
  height: 44px;
  background: transparent;
  border-radius: 10px;
  border: #FFF solid 1px;
  color: #FFF;
}

.contact-part {
  width: 100%;
  padding: 100px 0;
}

.contact-part .form_group {
  margin-top: 16px;
}

.contact-part .form_control {
  width: 100%;
  padding: 0 10px;
  height: 44px;
  background: transparent;
  border-radius: 10px;
  border: #e1e4ed solid 1px;
  color: #716c80;
}

.contact-part .form_control:focus {
  border: #2b5f92 solid 1px;
}

.contact-part h2 {
  color: #000000;
  font-size: 35px;
}

@media (max-width: 767px) {
  .contact-part h2 {
    font-size: 30px;
  }
}

.contact-part h4 {
  color: #000000;
  font-size: 25px;
  text-align: left;
}

.contact-part p {
  color: #3e3e3e;
  margin-top: 20px;
}

.contact-part ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-part ul li {
  width: 100%;
  margin-top: 5px;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .contact-part ul li {
    font-size: 1.2rem;
  }
}

.contact-part ul li i {
  margin-right: 20px;
}

.contact-part ul li a:hover {
  color: #0e76bc;
  text-decoration: underline;
}

.map {
  width: 100%;
}

.news-letter {
  width: 80%;
  background: #104a82;
  margin: 0 auto;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  margin-top: -70px;
  margin-bottom: 100px;
}

.news-letter .news-field {
  width: 100%;
}

.news-letter .news-field input {
  width: 100%;
  background: transparent url(../images/mail.png) no-repeat center left;
  border: none;
  color: #FFF;
  padding-left: 35px;
  line-height: 45px;
}

.news-letter .news-btn input {
  background: none;
  border-radius: 30px;
  border: #406e9b solid 2px;
  color: #FFF;
  padding: 10px 30px;
}

.careers-area .text-area {
  height: 110px;
}

.contact-part .text-area {
  height: 110px;
}

.careers-left {
  height: 100%;
  position: relative;
}

.careers-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.abt-bottom p {
  color: #FFF;
}

.abt-bottom h4 {
  font-size: 2rem;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
}

.abt-bottom ul li {
  color: #FFF;
  background: url(../images/dot.png) no-repeat top 10px left;
  background-size: 10px;
  padding-left: 25px;
  font-weight: 400;
  margin-top: 15px;
}

.about-left {
  padding-right: 2rem;
}

@media (max-width: 767px) {
  .about-left {
    padding-right: 15px;
  }
}

.file-upload {
  color: #FFF;
}

.file-upload input {
  width: 100%;
  border-radius: 10px;
  border: #FFF solid 1px;
  padding: 10px 20px;
}

.service .icon {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}

.service .icon img {
  width: 100%;
}

.about-top {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.about-top p {
  padding-top: 15px;
  color: #FFF;
}

.about-bottom-part {
  width: 100%;
  margin-top: 30px;
}

.about-right {
  padding-left: 2rem;
}

@media (max-width: 767px) {
  .about-right {
    padding-left: 15px;
    margin-top: 20px;
  }
}

.about-cont {
  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;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}

@media (max-width: 767px) {
  .about-cont {
    padding-left: 0;
  }
}

.service {
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px 30px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .service {
    padding: 20px;
  }
}

.customer-part h4 {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}

.customer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.customer li {
  width: 33.3%;
  padding: 0 30px 0 0;
  margin-top: 20px;
}

.customer li a {
  width: 100%;
}

.customer li .major-block {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#0b89dd), color-stop(#0983d5), color-stop(#087dcc), color-stop(#0678c4), to(#0472bc));
  background-image: linear-gradient(to right bottom, #0b89dd, #0983d5, #087dcc, #0678c4, #0472bc);
  padding: 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customer li .major-block h3 {
  width: 100%;
  padding-left: 30px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #FFF;
}

.customer li .major-block .major-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customer li .major-block .customer-icon {
  width: 100px;
  height: 100px;
  background: #FFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customer li .major-block .customer-icon img {
  width: 80%;
  border-radius: 50%;
}

.customer li:hover .major-block {
  background: #0e76bc;
}

.customer li:hover .major-block h3 {
  color: #FFF;
}

/*---=======================
   End About css 
===========================---*/
.services-area {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.services-area h2 {
  color: #FFF;
  font-weight: 600;
}

.services-area h2 span {
  width: 100%;
  font-weight: 300;
}

.services-area .services-box {
  width: 90%;
  height: auto;
  position: relative;
  margin-top: 50px;
}

.services-area .services-box .services-img {
  width: 100%;
}

.services-area .services-box .services-img img {
  width: 100%;
}

.services-area .services-content {
  width: 50%;
  max-width: 500px;
  background: #FFF;
  position: absolute;
  right: -10%;
  bottom: 100px;
  padding: 70px;
  color: #000;
  box-shadow: -7px 11px 31px -16px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -7px 11px 31px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -7px 11px 31px -16px rgba(0, 0, 0, 0.75);
}

.services-area .services-content h3 {
  font-size: 1.4rem;
  color: #000;
}

.services-area .services-content p {
  font-size: 1rem;
  padding-top: 15px;
  color: #000;
}

.services-area .services-content .read-btn {
  margin-top: 15px;
}

.services-option1 {
  background: url(../images/about-2.jpg) no-repeat left top;
  background-size: cover;
  background-attachment: fixed;
}

.services-option2 {
  background: url(../images/services-1.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}

.services-option3 {
  background: url(../images/services-2.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}

.services-option4 {
  background: url(../images/services-3.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}

.services-option5 {
  background: url(../images/services-4.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}

/*---=======================
   06. Start Features css 
===========================---*/
.features-area-v1 .features-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  border-right: 1px solid #fae3d9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-area-v1 .features-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    border-right: none;
  }
}

@media (max-width: 767px) {
  .features-area-v1 .features-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
  }
}

.features-area-v1 .features-column:last-child {
  border-right: none;
}

.features-area-v1 .features-column .features-item {
  background-color: #fbf6f3;
  padding: 30px 25px;
  position: relative;
  z-index: 1;
}

.features-area-v1 .features-column .features-item:hover:after, .features-area-v1 .features-column .features-item:hover:before {
  visibility: visible;
  opacity: 1;
}

.features-area-v1 .features-column .features-item:hover .features-icon i {
  color: #fff;
}

.features-area-v1 .features-column .features-item:hover .features-content h5 {
  color: #fff;
}

.features-area-v1 .features-column .features-item:before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border-right: 25px solid transparent;
  border-left: 25px solid #fff;
  border-top: 25px solid #fff;
  border-bottom: 25px solid transparent;
  top: -5px;
  left: 10px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.features-area-v1 .features-column .features-item:after {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: calc(100% + 30px);
  content: '';
  background-color: #0e76bc;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.features-area-v1 .features-column .features-item .features-icon {
  margin-bottom: 20px;
}

.features-area-v1 .features-column .features-item .features-icon i {
  width: 60px;
  height: 60px;
  color: #0e76bc;
  font-size: 60px;
  line-height: 1;
}

.features-area-v1 .features-column .features-item .features-content h5 {
  font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-area-v1 .features-column .features-item .features-content h5 {
    font-size: 15px;
  }
}

.features-area-v2 .features-nav .nav-tabs {
  border-bottom: none;
}

.features-area-v2 .features-nav .nav-tabs .nav-item {
  width: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-area-v2 .features-nav .nav-tabs .nav-item {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .features-area-v2 .features-nav .nav-tabs .nav-item {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features-area-v2 .features-nav .nav-tabs .nav-item {
    width: 50%;
  }
}

.features-area-v2 .features-nav .nav-tabs .nav-item .nav-link {
  text-align: center;
  border: none;
}

.features-area-v2 .features-nav .nav-tabs .nav-item .nav-link i {
  width: 80px;
  height: 70px;
  line-height: 1;
  color: #b8b8b8;
  font-size: 75px;
}

.features-area-v2 .features-nav .nav-tabs .nav-item .nav-link.active i {
  color: #0e76bc;
}

.features-area-v2 .tab-left-content, .features-area-v2 .tab-right-content {
  margin-bottom: 30px;
}

.features-area-v2 .tab-left-content h2 {
  margin-bottom: 0px;
}

.features-area-v2 .tab-right-content p {
  margin-bottom: 35px;
}

.features-area-v2 .tab-right-content h6 {
  font-weight: 600;
  line-height: 28px;
  font-style: italic;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-area-v3 .features-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.features-area-v3 .features-box {
  position: relative;
  overflow: hidden;
  background-color: #fff3ed;
  padding: 45px 34px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.features-area-v3 .features-box:hover {
  background-color: #0e76bc;
}

.features-area-v3 .features-box:hover .features-icon i {
  color: #fff;
}

.features-area-v3 .features-box:hover .features-content h4, .features-area-v3 .features-box:hover .features-content p, .features-area-v3 .features-box:hover .features-content .btn-link {
  color: #fff;
}

.features-area-v3 .features-box:hover .features-content .btn-link {
  border-color: #fff;
}

.features-area-v3 .features-box:hover:after {
  visibility: visible;
  opacity: 1;
}

.features-area-v3 .features-box:after {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border-right: 25px solid #fff;
  border-left: 25px solid transparent;
  border-top: 25px solid transparent;
  border-bottom: 25px solid #fff;
  bottom: 20px;
  right: 20px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.features-area-v3 .features-box:before {
  position: absolute;
  top: -50px;
  right: -50px;
  font-size: 200px;
  color: #ffe3d6;
  font-family: "Flaticon";
  line-height: 1;
  z-index: -1;
}

.features-area-v3 .features-box.box-1:before {
  content: '\f100';
}

.features-area-v3 .features-box.box-2:before {
  content: '\f10b';
}

.features-area-v3 .features-box.box-3:before {
  content: '\f108';
}

.features-area-v3 .features-box.box-4:before {
  content: '\f102';
}

.features-area-v3 .features-box .features-icon {
  margin-bottom: 30px;
}

.features-area-v3 .features-box .features-icon i {
  font-size: 65px;
  width: 65px;
  height: 65px;
  line-height: 1;
  color: #0e76bc;
}

.features-area-v3 .features-box .features-content h4 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 23px;
}

.features-area-v3 .features-box .features-content p {
  margin-bottom: 20px;
}

.features-area-v3 .features-box .features-content .btn-link {
  font-size: 18px;
  padding-left: 25px;
  border-left: 3px solid #f9580e;
}

.features-area-v3 .features-box .features-content .btn-link:after {
  display: none;
}

.features-area-v4 .features-box {
  background-color: #fff3ed;
  padding: 37px 45px 45px;
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-area-v4 .features-box {
    padding: 25px 30px 25px;
  }
}

.features-area-v4 .features-box.features-video {
  padding: 0px;
  height: 386px;
}

.features-area-v4 .features-box.features-video .play-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.features-area-v4 .features-box.features-video .play-content .video-popup {
  width: 95px;
  height: 95px;
  text-align: center;
  line-height: 95px;
  background-color: #0e76bc;
  border-radius: 50%;
  color: #fff;
}

.features-area-v4 .features-box .features-content h4 {
  font-size: 25px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-area-v4 .features-box .features-content h4 {
    font-size: 22px;
    line-height: 32px;
  }
}

.features-area-v4 .features-box .features-content p {
  margin-bottom: 30px;
}

.features-area-v4 .features-box .features-content h5.title {
  padding-left: 25px;
  border-left: 3px solid #0e76bc;
  font-size: 18px;
  font-weight: 700;
  color: #0e76bc;
}

.counter-area-v1 .counter-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area-v1 .counter-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
  .counter-area-v1 .counter-column:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .counter-area-v1 .counter-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .counter-area-v1 .counter-column:last-child {
    margin-bottom: 0px;
  }
}

.counter-area-v1 .counter-column .counter-box {
  background-color: #fbf6f3;
  padding: 50px 35px 60px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area-v1 .counter-column .counter-box {
    padding: 40px 35px;
  }
}

.counter-area-v1 .counter-column .counter-box:before, .counter-area-v1 .counter-column .counter-box:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.counter-area-v1 .counter-column .counter-box:before {
  content: '';
  height: 0;
  width: 0;
  border-right: 25px solid transparent;
  border-left: 25px solid #fff;
  border-top: 25px solid #fff;
  border-bottom: 25px solid transparent;
  top: 10px;
  left: 10px;
  z-index: -1;
}

.counter-area-v1 .counter-column .counter-box:after {
  position: absolute;
  bottom: 0;
  left: 30px;
  content: '\f109';
  font-family: "Flaticon";
  color: rgba(255, 255, 255, 0.15);
  font-size: 150px;
  line-height: 1;
  z-index: -1;
}

.counter-area-v1 .counter-column .counter-box:hover {
  background-color: #0e76bc;
}

.counter-area-v1 .counter-column .counter-box:hover:before, .counter-area-v1 .counter-column .counter-box:hover:after {
  visibility: visible;
  opacity: 1;
}

.counter-area-v1 .counter-column .counter-box:hover h2 {
  color: #fff;
}

.counter-area-v1 .counter-column .counter-box h2 {
  margin-bottom: 15px;
  font-size: 45px;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area-v1 .counter-column .counter-box h2 {
    font-size: 32px;
    line-height: 44px;
  }
}

.counter-area-v1 .counter-column .counter-box h2 span.plus {
  font-size: 25px;
  vertical-align: super;
}

.counter-area-v1 .counter-column .counter-box h5 {
  font-size: 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area-v1 .counter-column .counter-box h5 {
    font-size: 13px;
  }
}

.counter-area-v2 .counter-wrapper {
  padding: 95px 40px 91px;
  border-radius: 50px;
}

.counter-area-v2 .counter-column {
  position: relative;
}

@media (max-width: 991px) {
  .counter-area-v2 .counter-column {
    margin-bottom: 50px;
  }
  .counter-area-v2 .counter-column:last-child {
    margin-bottom: 0px;
  }
}

.counter-area-v2 .counter-column:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #fff;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .counter-area-v2 .counter-column:after {
    display: none;
  }
}

.counter-area-v2 .counter-column:last-child::after {
  display: none;
}

.counter-area-v2 .counter-box {
  text-align: center;
}

.counter-area-v2 .counter-box h2 {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area-v2 .counter-box h2 {
    font-size: 32px;
    line-height: 44px;
  }
}

.counter-area-v2 .counter-box h2 span.plus {
  font-size: 25px;
  vertical-align: super;
  margin-left: -10px;
}

.counter-area-v2 .counter-box h4 {
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area-v2 .counter-box h4 {
    font-size: 16px;
  }
}

.counter-area-v3 {
  position: relative;
  margin-top: -80px;
}

.counter-area-v3 .counter-wrapper {
  padding: 95px 40px 91px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 11px 38px 0px rgba(32, 42, 48, 0.04);
          box-shadow: 0px 11px 38px 0px rgba(32, 42, 48, 0.04);
}

@media (max-width: 991px) {
  .counter-area-v3 .counter-wrapper {
    padding-bottom: 51px;
  }
}

.counter-area-v3 .counter-column {
  position: relative;
}

@media (max-width: 991px) {
  .counter-area-v3 .counter-column {
    margin-bottom: 40px;
  }
}

.counter-area-v3 .counter-column:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #b2bbde;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .counter-area-v3 .counter-column:after {
    display: none;
  }
}

.counter-area-v3 .counter-column:last-child::after {
  display: none;
}

.counter-area-v3 .counter-box {
  text-align: center;
}

.counter-area-v3 .counter-box h2 {
  color: #0e76bc;
  margin-bottom: 15px;
  line-height: 1;
}

.counter-area-v3 .counter-box h2 span.plus {
  font-size: 25px;
  vertical-align: super;
  margin-left: -10px;
}

.counter-area-v4 {
  margin-top: 0px;
}

.awards-area {
  background-color: #0e76bc;
  padding: 55px 0 40px;
}

.awards-area .awards-slide .single-awards {
  text-align: center;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .awards-area .section-title {
    text-align: center;
    margin-bottom: 40px;
  }
}

.awards-area-v2 {
  position: relative;
}

.awards-area-v2 .single-awards {
  text-align: center;
  padding: 0 20px;
}

.awards-area-v2 .single-awards:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.awards-area-v2 .single-awards img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.cta-area-v1 .cta-wrapper {
  padding: 50px 100px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .cta-area-v1 .cta-wrapper {
    padding: 50px 15px;
  }
}

.cta-area-v1 .cta-wrapper:after {
  position: absolute;
  bottom: 0;
  left: 50px;
  content: '\f102';
  font-family: "Flaticon";
  font-size: 400px;
  color: rgba(255, 255, 255, 0.15);
  z-index: -1;
}

.cta-area-v1 .cta-wrapper .section-title h2 {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .cta-area-v1 .cta-wrapper .section-title {
    margin-bottom: 40px;
  }
}

.cta-area-v1 .cta-wrapper .button-box {
  float: right;
}

@media (max-width: 991px) {
  .cta-area-v1 .cta-wrapper .button-box {
    float: none;
  }
}

.cta-area-v1 .cta-wrapper .button-box .main-btn {
  background-color: #fff;
  color: #0e76bc;
  padding: 21px 50px;
  border-radius: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-area-v1 .cta-wrapper .button-box .main-btn {
    padding: 15px 30px;
  }
}

.cta-area-v2 .cta-wrapper {
  padding: 56px 100px;
  border-radius: 5px 5px 0 0;
  padding-bottom: 128px;
}

@media (max-width: 991px) {
  .cta-area-v2 .cta-wrapper {
    padding: 56px 20px 140px;
  }
}

@media (max-width: 991px) {
  .cta-area-v2 .cta-wrapper .section-title {
    text-align: center;
    margin-bottom: 40px;
  }
}

.cta-area-v2 .cta-wrapper .button-box {
  float: right;
}

@media (max-width: 991px) {
  .cta-area-v2 .cta-wrapper .button-box {
    float: none;
    text-align: center;
  }
}

.cta-area-v2 .cta-wrapper .button-box .main-btn {
  background-color: #fff;
  color: #0e76bc;
  position: relative;
}

.cta-area-v2 .cta-wrapper .button-box .main-btn:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.07);
  width: 120%;
  height: 140%;
  border-radius: 52px;
}

.cta-area-v2 .cta-wrapper .button-box .main-btn:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.07);
  width: 140%;
  height: 190%;
  border-radius: 67px;
}

.cta-area-v3 {
  position: relative;
}

.cta-area-v3 .cta-wrapper {
  background-color: #0e76bc;
  padding: 75px 70px;
  border-radius: 50px 50px 0px 0px;
}

.cta-area-v3 .cta-wrapper .button-box {
  float: right;
}

.cta-area-v3 .cta-wrapper .button-box .main-btn {
  position: relative;
  background-color: #fff;
  color: #0e76bc;
}

.cta-area-v3 .cta-wrapper .button-box .main-btn:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.07);
  width: 120%;
  height: 140%;
  border-radius: 52px;
}

.cta-area-v3 .cta-wrapper .button-box .main-btn:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.07);
  width: 140%;
  height: 190%;
  border-radius: 67px;
}

.pricing-item {
  position: relative;
  padding: 40px 60px 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(254, 90, 14, 0.08);
          box-shadow: 0px 0px 50px 0px rgba(254, 90, 14, 0.08);
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-item {
    padding: 40px 20px 50px;
  }
}

@media (max-width: 991px) {
  .pricing-item {
    padding: 40px 20px 50px;
  }
}

.pricing-item:hover .pricing-bg {
  visibility: visible;
  opacity: 1;
}

.pricing-item:hover .pricing-title-price h4.plan {
  color: #fff;
}

.pricing-item:hover .pricing-title-price h2.price {
  color: #fff;
}

.pricing-item:hover .pricing-title-price h2.price span.currency, .pricing-item:hover .pricing-title-price h2.price span.time {
  color: #fff;
}

.pricing-item:hover .pricing-title-price .title-span-line span.line {
  background-color: #fff;
}

.pricing-item:hover .pricing-features ul li {
  color: #fff;
}

.pricing-item:hover .pricing-features ul li:before {
  color: #fff;
}

.pricing-item:hover .pricing-button .main-btn {
  background-color: #fff;
  color: #0e76bc;
}

.pricing-item .pricing-bg {
  background-color: #0e76bc;
  background-image: url(../images/pricing-bg.png);
  position: absolute;
  height: calc(100% + 100px);
  left: 0;
  width: 100%;
  top: -50px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.pricing-item .pricing-title-price {
  margin-bottom: 10px;
}

.pricing-item .pricing-title-price h2.price {
  color: #0e76bc;
}

.pricing-item .pricing-title-price h2.price span.currency {
  font-size: 22px;
  vertical-align: super;
}

.pricing-item .pricing-title-price h2.price span.time {
  font-size: 15px;
  color: #626262;
}

.pricing-item .pricing-features {
  margin-top: 40px;
  padding: 0 20px;
  margin-bottom: 40px;
}

.pricing-item .pricing-features ul li {
  margin-bottom: 10px;
}

.pricing-item .pricing-features ul li:last-child {
  margin-bottom: 0px;
}

.pricing-item .pricing-features ul li:before {
  font-family: 'IcoFont' !important;
  content: "\ea5d";
  padding-right: 30px;
  color: #626262;
  color: #0e76bc;
}

.error-header.transparent-header {
  top: 60px;
}

.error-banner {
  padding: 335px 0 260px;
}

.error-banner .error-content h1 {
  font-size: 36px;
  line-height: 68px;
  font-weight: 500;
  margin-bottom: 10px;
}

.error-banner .error-content h1 span {
  color: #0e76bc;
  font-weight: 700;
}

.error-banner .error-content p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 37px;
}

@media (max-width: 991px) {
  .awards-area-v2 .section-title {
    text-align: center;
    margin-bottom: 40px;
  }
}

.awards-area-v2,
.counter-area-v3,
.cta-area-v3 {
  position: relative;
}

@media (max-width: 767px) {
  .cta-area-v3 .cta-wrapper {
    padding: 40px 20px;
  }
}

@media (max-width: 767px) {
  .cta-area-v3 .cta-wrapper .button-box {
    float: left;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shape-one {
    display: none;
  }
}

@media (max-width: 991px) {
  .shape-one {
    display: none;
  }
}

.shape-one .shape {
  position: absolute;
  content: "";
  top: 0;
  background-color: rgba(2, 27, 132, 0.03);
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.shape-one .shape.shape-1 {
  width: 280px;
  height: 280px;
  top: -140px;
  left: -140px;
}

.shape-one .shape.shape-2 {
  width: 330px;
  height: 330px;
  top: -165px;
  left: -165px;
}

.shape-one .shape.shape-3 {
  width: 380px;
  height: 380px;
  top: -190px;
  left: -190px;
}

.shape-one .shape.shape-4 {
  width: 430px;
  height: 430px;
  top: -215px;
  left: -215px;
}

.shape-one .shape.shape-5 {
  width: 280px;
  height: 280px;
  top: -140px;
  right: -140px;
}

.shape-one .shape.shape-6 {
  width: 330px;
  height: 330px;
  top: -165px;
  right: -165px;
}

.shape-one .shape.shape-7 {
  width: 380px;
  height: 380px;
  top: -190px;
  right: -190px;
}

.shape-one .shape.shape-8 {
  width: 430px;
  height: 430px;
  top: -215px;
  right: -215px;
}

/*---=======================
   End Features css 
===========================---*/
/*---=======================
   09. Start Team css 
===========================---*/
.team-area-v1 .team-item:hover .team-info .team-shape:after {
  background-color: #fff;
}

.team-area-v1 .team-item:hover .team-info .team-member-info .team-content h4, .team-area-v1 .team-item:hover .team-info .team-member-info .team-content p {
  color: #fff;
}

.team-area-v1 .team-item:hover .team-info .team-member-info .team-content p.position:after {
  background-color: #fff;
}

.team-area-v1 .team-item:hover .team-info .team-member-info .team-social .social-link li a {
  border-color: #fff;
  color: #fff;
}

.team-area-v1 .team-item:hover .team-info .team-shape, .team-area-v1 .team-item:hover .team-info .team-member-info {
  background-color: #0e76bc;
}

.team-area-v1 .team-item .team-img img {
  width: 100%;
}

.team-area-v1 .team-item .team-info {
  position: relative;
  width: calc(100% - 40px);
  margin: -90px auto 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.06);
}

.team-area-v1 .team-item .team-info .team-shape {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 50px;
  -webkit-transform: skewY(7deg);
  transform: skewY(7deg);
  background-color: #fff;
  z-index: 1;
}

@media (max-width: 991px) {
  .team-area-v1 .team-item .team-info .team-shape {
    top: -34px;
    height: 63px;
  }
}

.team-area-v1 .team-item .team-info .team-shape:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-color: #0e76bc;
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

.team-area-v1 .team-item .team-info .team-member-info {
  position: relative;
  padding: 15px 40px 25px;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-area-v1 .team-item .team-info .team-member-info {
    padding: 15px 20px 25px;
  }
}

@media (max-width: 991px) {
  .team-area-v1 .team-item .team-info .team-member-info {
    padding: 15px 20px 25px;
  }
}

.team-area-v1 .team-item .team-info .team-member-info .team-social .social-link li {
  display: block;
  margin-bottom: 10px;
}

.team-area-v1 .team-item .team-info .team-member-info .team-social .social-link li:last-child {
  margin-bottom: 0px;
}

.team-area-v1 .team-item .team-info .team-member-info .team-social .social-link li a {
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
}

.team-area-v1 .team-item .team-info .team-member-info .team-social .social-link li a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0e76bc;
}

.team-area-v1 .team-item .team-info .team-member-info .team-content {
  margin-left: 35px;
}

.team-area-v1 .team-item .team-info .team-member-info .team-content h4 {
  font-size: 23px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-area-v1 .team-item .team-info .team-member-info .team-content h4 {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .team-area-v1 .team-item .team-info .team-member-info .team-content h4 {
    font-size: 17px;
  }
}

.team-area-v1 .team-item .team-info .team-member-info .team-content p.position {
  position: relative;
  padding-bottom: 18px;
}

.team-area-v1 .team-item .team-info .team-member-info .team-content p.position:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 65px;
  height: 3px;
  background-color: #0e76bc;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-area-v2 .team-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.team-area-v2 .team-item {
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.team-area-v2 .team-item:hover .team-content {
  background-color: #0e76bc;
}

.team-area-v2 .team-item:hover .team-content h3.title, .team-area-v2 .team-item:hover .team-content p {
  color: #fff;
}

.team-area-v2 .team-item:hover .team-content ul.social-link li a {
  border-color: #fff;
  color: #fff;
}

.team-area-v2 .team-item .team-img {
  position: relative;
  z-index: 1;
}

.team-area-v2 .team-item .team-img img {
  width: 100%;
}

.team-area-v2 .team-item .team-img:after {
  position: absolute;
  content: '';
  width: 85%;
  height: 100%;
  border-radius: 10px;
  background-color: #0e76bc;
  bottom: -15px;
  right: 0;
  z-index: -1;
}

.team-area-v2 .team-item .team-img:before {
  position: absolute;
  content: '';
  width: 85%;
  height: 100%;
  border-radius: 10px;
  background-color: #0e76bc;
  top: -10px;
  left: -10px;
  z-index: -1;
}

.team-area-v2 .team-item .team-img img {
  border-radius: 10px;
}

.team-area-v2 .team-item .team-content {
  background-color: #fff;
  margin-left: 15px;
  border-radius: 0 0 10px 10px;
  padding: 25px 25px 25px 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.team-area-v2 .team-item .team-content h3.title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 5px;
}

.team-area-v2 .team-item .team-content p {
  margin-bottom: 15px;
}

.team-area-v2 .team-item .team-content ul.social-link li {
  margin-left: 5px;
  margin-right: 5px;
}

.team-area-v2 .team-item .team-content ul.social-link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #0e76bc;
  width: 37px;
  height: 37px;
  color: #0e76bc;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.team-area-v2 .team-item .team-content ul.social-link li a:hover {
  border-color: transparent;
  background-color: #fff;
  color: #0e76bc;
}

.team-area-v3 .team-item:hover .team-img .team-overlay {
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.team-area-v3 .team-item .team-img {
  position: relative;
  overflow: hidden;
  width: 270px;
  height: 270px;
  margin: auto;
  margin-bottom: 35px;
}

.team-area-v3 .team-item .team-img img {
  width: 100%;
  border-radius: 50%;
}

.team-area-v3 .team-item .team-img .team-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 86%;
  height: 86%;
  background-color: rgba(254, 90, 14, 0.95);
  border-radius: 50%;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.team-area-v3 .team-item .team-img .team-overlay .overlay-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team-area-v3 .team-item .team-img .team-overlay .overlay-content .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #0e76bc;
}

.team-area-v3 .team-item .team-content h4 {
  margin-bottom: 15px;
}

.team-area-v3 .team-item .team-content p.position {
  font-weight: 500;
}

.team-area-v3 .team-arrows .slick-arrow {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid #f3a885;
  color: #f3a885;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.team-area-v3 .team-arrows .slick-arrow:hover, .team-area-v3 .team-arrows .slick-arrow:focus {
  border-color: #0e76bc;
  color: #0e76bc;
}

.team-area-v3 .team-arrows .slick-arrow.prev {
  margin-right: 20px;
}

.team-area-v3 .button-box .main-btn {
  position: relative;
}

.team-area-v3 .button-box .main-btn:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(254, 90, 14, 0.07);
  width: 120%;
  height: 140%;
  border-radius: 52px;
}

.team-area-v3 .button-box .main-btn:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(254, 90, 14, 0.07);
  width: 140%;
  height: 190%;
  border-radius: 67px;
}

.team-wrapper {
  background-color: #0e76bc;
  padding: 95px 145px;
  border-radius: 40px;
  background-position: bottom;
  background-size: 100%;
}

@media (max-width: 991px) {
  .team-wrapper {
    padding: 55px 15px;
  }
}

.team-area-v4 .team-item .team-content h4, .team-area-v5 .team-item .team-content h4 {
  color: #fff;
}

.team-area-v4 .team-item .team-content p.position, .team-area-v5 .team-item .team-content p.position {
  color: #ffe5d9;
}

.team-area-v4 .button-box .main-btn, .team-area-v5 .button-box .main-btn {
  position: relative;
  background-color: #fff;
  color: #0e76bc;
}

.team-area-v4 .button-box .main-btn:after, .team-area-v5 .button-box .main-btn:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.1);
  width: 120%;
  height: 140%;
  border-radius: 52px;
}

.team-area-v4 .button-box .main-btn:before, .team-area-v5 .button-box .main-btn:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.1);
  width: 140%;
  height: 190%;
  border-radius: 67px;
}

.team-area-v5 {
  background-color: #0e76bc;
}

.team-details-page-section {
  padding-top: 240px;
}

@media (max-width: 991px) {
  .team-details-page-section {
    padding-top: 120px;
  }
}

.team-details-page-section .team-details-wrapper .team-main-content {
  background-color: #f9f9f9;
  margin-left: 60px;
  padding: 60px 60px 25px 60px;
  border: 1px solid #eeeeee;
}

@media (max-width: 991px) {
  .team-details-page-section .team-details-wrapper .team-main-content {
    margin-left: 0px;
    padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  .team-details-page-section .team-details-wrapper .team-main-content .team-img-box {
    margin-bottom: 30px;
  }
}

.team-details-page-section .team-details-wrapper .team-main-content .team-img-box .team-img {
  margin-left: -110px;
  margin-top: -130px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .team-details-page-section .team-details-wrapper .team-main-content .team-img-box .team-img {
    margin: 0;
  }
}

.team-details-page-section .team-details-wrapper .team-main-content .team-img-box .team-img:after {
  position: absolute;
  top: -50px;
  right: 0;
  content: '';
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #0e76bc;
  z-index: -1;
}

.team-details-page-section .team-details-wrapper .team-main-content .team-img-box .team-img img {
  border: 5px solid #fff;
  border-radius: 2px 85px 2px 2px;
}

@media (max-width: 991px) {
  .team-details-page-section .team-details-wrapper .team-main-content .team-img-box .team-img img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.team-details-page-section .team-details-wrapper .team-main-content .team-img-box .team-social ul.social-link li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
  font-size: 12px;
  color: #0e76bc;
}

.team-details-page-section .team-details-wrapper .team-main-content .team-img-box .team-social ul.social-link li a:hover, .team-details-page-section .team-details-wrapper .team-main-content .team-img-box .team-social ul.social-link li a:focus {
  background-color: #0e76bc;
  color: #fff;
  border-color: transparent;
}

.team-details-page-section .team-details-wrapper .team-main-content .team-contnet h4 {
  font-size: 25px;
  margin-bottom: 25px;
}

.team-details-page-section .team-details-wrapper .team-main-content .team-contnet .info-list {
  max-width: 300px;
}

.team-details-page-section .team-details-wrapper .team-main-content .team-contnet .info-list ul.list li {
  position: relative;
}

.team-details-page-section .team-details-wrapper .team-main-content .team-contnet .info-list ul.list.title li {
  font-weight: 700;
  color: #0e76bc;
}

.team-details-page-section .team-details-wrapper .team-main-content .team-contnet .info-list ul.list.title li:after {
  position: absolute;
  right: 0;
  top: 0;
  content: ':';
}

.team-details-page-section .team-details-wrapper .team-content-box .content-box h4, .team-details-page-section .team-details-wrapper .team-content-box .skill-area h4 {
  font-size: 30px;
  margin-bottom: 28px;
}

.team-details-page-section .team-details-wrapper .team-content-box .content-box p {
  margin-bottom: 12px;
}

.team-details-page-section .team-details-wrapper .team-content-box .skill-area .single-skill .progress-title {
  margin-bottom: 15px;
}

.team-details-page-section .team-details-wrapper .team-content-box .skill-area .single-skill .progress-title h5 {
  font-size: 15px;
}

.team-details-page-section .team-details-wrapper .team-content-box .skill-area .single-skill .progress-title h5 span {
  float: right;
}

.team-details-page-section .team-details-wrapper .team-content-box .skill-area .single-skill .progress {
  height: 5px;
  background-color: #ffeee6;
}

.team-details-page-section .team-details-wrapper .team-content-box .skill-area .single-skill .progress .progress-bar {
  background-color: #0e76bc;
}

/*---=======================
   End Team css 
===========================---*/
.product-filter .filter-dropdown .nice-select {
  border-radius: 0px;
  background-color: #f8f8f8;
  font-weight: 700;
  color: #3e3d3d;
  height: 50px;
  border: none;
  margin-bottom: 40px;
}

.product-item:hover .product-thumbnail .product-overlay {
  opacity: 1;
  visibility: visible;
}

.product-item:hover .product-thumbnail .product-overlay .cart-button {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.product-item .product-thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.product-item .product-thumbnail img {
  width: 100%;
}

.product-item .product-thumbnail .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 90, 14, 0.9);
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.product-item .product-thumbnail .product-overlay .cart-button {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.product-item .product-thumbnail .product-overlay .cart-button .cart-btn {
  background-color: #fff;
  padding: 9px 35px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 23px;
  color: #0e76bc;
}

.product-item .product-info h3.title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 5px;
}

.product-item .product-info h3.title:hover {
  color: #0e76bc;
}

.product-item .product-info span.price {
  font-size: 15px;
  font-weight: 600;
  color: #626262;
  line-height: 20px;
}

.product-item .product-info span.price span.main-price {
  text-decoration: line-through;
}

.product-item .product-info span.price span.off-price {
  color: #0e76bc;
  margin-left: 15px;
}

ul.rating {
  line-height: 20px;
}

ul.rating li {
  display: inline-block;
  color: #ffa200;
  letter-spacing: -2px;
}

.sidebar-widget-area .widget.popular-product-widget .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.sidebar-widget-area .widget.popular-product-widget .product-item img {
  min-width: 75px;
  max-width: 75px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-widget-area .widget.popular-product-widget .product-item .product-info {
  margin-left: 25px;
}

.sidebar-widget-area .widget.popular-product-widget .product-item .product-info h6.title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.quantity-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quantity-input .quantity-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #dddddd;
  background-color: transparent;
  cursor: pointer;
}

.quantity-input input[type=text] {
  width: 45px;
  text-align: center;
  height: 45px;
  border: none;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section .shop-details-wrapper .shop-img-area {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .shop-details-section .shop-details-wrapper .shop-img-area {
    margin-bottom: 40px;
  }
}

.shop-details-section .shop-details-wrapper .shop-img-area .shop-thumb-slider .single-img {
  cursor: pointer;
  margin-bottom: 19px;
}

.shop-details-section .shop-details-wrapper .shop-img-area .shop-thumb-slider .single-img img {
  width: 100%;
}

.shop-details-section .shop-details-wrapper .shop-img-area .shop-big-slider {
  margin-bottom: 20px;
  overflow: hidden;
  margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section .shop-details-wrapper .shop-img-area .shop-big-slider {
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .shop-details-section .shop-details-wrapper .shop-img-area .shop-big-slider {
    margin-right: 0px;
  }
}

.shop-details-section .shop-details-wrapper .shop-img-area .shop-big-slider .single-img .img-popup {
  display: block;
}

.shop-details-section .shop-details-wrapper .shop-img-area .shop-big-slider .single-img .img-popup img {
  width: 100%;
}

.shop-details-section .shop-details-wrapper .shop-img-area .shop-big-slider:hover .slick-arrow.prev {
  left: 20px;
}

.shop-details-section .shop-details-wrapper .shop-img-area .shop-big-slider:hover .slick-arrow.next {
  right: 20px;
}

.shop-details-section .shop-details-wrapper .shop-img-area .shop-big-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  background-color: #0e76bc;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.shop-details-section .shop-details-wrapper .shop-img-area .shop-big-slider .slick-arrow.prev {
  left: -45px;
}

.shop-details-section .shop-details-wrapper .shop-img-area .shop-big-slider .slick-arrow.next {
  right: -45px;
}

.shop-details-section .shop-details-wrapper .shop-info {
  margin-bottom: 20px;
}

.shop-details-section .shop-details-wrapper .shop-info h3.title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section .shop-details-wrapper .shop-info h3.title {
    font-size: 20px;
    margin-bottom: 0px;
  }
}

.shop-details-section .shop-details-wrapper .shop-info .rating {
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section .shop-details-wrapper .shop-info .rating {
    margin-bottom: 0px;
  }
}

.shop-details-section .shop-details-wrapper .shop-info .rating li i {
  color: #ff4a17;
}

.shop-details-section .shop-details-wrapper .shop-info p {
  margin-bottom: 15px;
}

.shop-details-section .shop-details-wrapper .shop-info p.price {
  font-size: 18px;
  font-weight: 700;
  color: #0e76bc;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section .shop-details-wrapper .shop-info p.price {
    margin-bottom: 5px;
  }
}

.shop-details-section .shop-details-wrapper .shop-info .single_variation_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section .shop-details-wrapper .shop-info .single_variation_wrap {
    margin: 10px 0;
  }
}

@media (max-width: 400px) {
  .shop-details-section .shop-details-wrapper .shop-info .single_variation_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.shop-details-section .shop-details-wrapper .shop-info .single_variation_wrap .add_to_cart .main-btn {
  line-height: 25px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 30px;
}

.shop-details-section .shop-details-wrapper .shop-info .single_variation_wrap .add_to_cart .main-btn:after {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section .shop-details-wrapper .shop-info .single_variation_wrap .add_to_cart .main-btn {
    padding: 10px 20px;
    margin-left: 10px;
  }
}

@media (max-width: 400px) {
  .shop-details-section .shop-details-wrapper .shop-info .single_variation_wrap .add_to_cart .main-btn {
    margin-left: 0px;
    margin-top: 15px;
  }
}

.shop-details-section .shop-details-wrapper .shop-info .social-link li {
  margin-right: 10px;
}

.shop-details-section .shop-details-wrapper .shop-info .social-link li span {
  margin-right: 5px;
  font-weight: 600;
  color: #0e76bc;
}

.shop-details-section .shop-details-wrapper .shop-info .social-link li:hover i {
  color: #0e76bc;
}

.shop-details-section .discription-wrapper .discription-tabs {
  margin-bottom: 33px;
}

.shop-details-section .discription-wrapper .discription-tabs .nav-tabs li:first-child .nav-link {
  padding-left: 0px;
}

.shop-details-section .discription-wrapper .discription-tabs .nav-tabs .nav-link {
  padding: 0px 20px 13px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #0e76bc;
  margin-bottom: 0px;
}

.shop-details-section .discription-wrapper .discription-tabs .nav-tabs .nav-link.active {
  color: #0e76bc;
}

@media (max-width: 767px) {
  .shop-details-section .discription-wrapper .discription-tabs .nav-tabs .nav-link {
    padding: 0px 10px 13px;
    font-size: 14px;
  }
}

.shop-details-section .discription-wrapper .content-box p {
  margin-bottom: 15px;
}

.shop-details-section .discription-wrapper .shop-review-area h4.title {
  margin-bottom: 25px;
}

.shop-details-section .discription-wrapper .shop-review-area .review_user {
  position: relative;
  padding-left: 110px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .shop-details-section .discription-wrapper .shop-review-area .review_user {
    padding-left: 0px;
  }
}

.shop-details-section .discription-wrapper .shop-review-area .review_user .admin-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}

@media (max-width: 991px) {
  .shop-details-section .discription-wrapper .shop-review-area .review_user .admin-img {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 20px;
  }
}

.shop-details-section .discription-wrapper .shop-review-area .review_user .rating {
  margin-top: 0px;
  line-height: 15px;
  margin-bottom: 5px;
}

.shop-details-section .discription-wrapper .shop-review-area .review_user .rating li i {
  font-size: 14px;
}

.shop-details-section .discription-wrapper .shop-review-area .review_user span {
  text-transform: capitalize;
  font-size: 15px;
}

.shop-details-section .discription-wrapper .shop-review-area .review_form .form_group label {
  font-weight: 600;
  color: #0e76bc;
  margin-bottom: 5px;
}

.shop-details-section .discription-wrapper .shop-review-area .review_form .form_group .form_control {
  margin-bottom: 22px;
  border: 1px solid #dddddd;
}

.shop-details-section .discription-wrapper .shop-review-area .review_form .form_group textarea.form_control {
  height: 120px;
}

.shop-details-section .discription-wrapper .shop-review-area .review_form .form_group .rating {
  margin-bottom: 20px;
}

.shop-details-section .discription-wrapper .shop-review-area .review_form .single_checkbox {
  margin-bottom: 30px;
}

.shop-details-section .discription-wrapper .shop-review-area .review_form .single_checkbox .single_input {
  width: 15px;
  height: 15px;
  border-radius: 0px;
  display: inline-block;
}

.shop-details-section .discription-wrapper .shop-review-area .review_form .single_checkbox label {
  display: inline-block;
  margin-top: -3px;
  margin-left: 5px;
}

.cart-area-section .cart-wrapper .cart-table thead tr {
  border-bottom: 1px solid #D5D5D5;
  padding: 0px 10px 15px;
}

.cart-area-section .cart-wrapper .cart-table thead tr td {
  font-weight: 500;
  color: #0e76bc;
}

.cart-area-section .cart-wrapper .cart-table td {
  border: none;
  vertical-align: middle;
}

.cart-area-section .cart-wrapper .cart-table td.price, .cart-area-section .cart-wrapper .cart-table td.quantity, .cart-area-section .cart-wrapper .cart-table td.subtotal {
  text-align: right;
}

.cart-area-section .cart-wrapper .cart-table .remove .icon {
  width: 35px;
  height: 35px;
  background-color: #E8F5E9;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
}

.cart-area-section .cart-wrapper .cart-table .quantity .quantity-input {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cart-area-section .cart-wrapper .cart-table .thumbnail_title img {
  width: 80px;
  height: 80px;
  margin-right: 25px;
}

@media (max-width: 991px) {
  .cart-area-section .cart-wrapper .coupon-box .form_group {
    margin-bottom: 20px;
  }
}

.cart-area-section .cart-wrapper .coupon-box .form_group .form_control {
  border: 1px solid #D5D5D5;
  border-radius: 5px;
}

.cart-area-section .cart-wrapper .coupon-box .button .main-btn {
  padding: 16px 30px 17px;
  border-radius: 5px;
}

.cart-area-section .cart-wrapper .coupon-box .button .main-btn:after {
  display: none;
}

@media (max-width: 400px) {
  .cart-area-section .cart-wrapper .coupon-box .button .main-btn {
    padding: 15px 17px;
  }
}

.cart-area-section .cart-total-wrap {
  border: 4px solid #DBECE4;
  padding: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-area-section .cart-total-wrap {
    padding: 40px 15px;
  }
}

@media (max-width: 767px) {
  .cart-area-section .cart-total-wrap {
    padding: 40px 15px;
  }
}

.cart-area-section .cart-total-wrap h4.title {
  padding-bottom: 18px;
  border-bottom: 2px solid rgba(15, 66, 41, 0.15);
  margin-bottom: 20px;
}

.cart-area-section .cart-total-wrap ul li {
  margin-bottom: 20px;
}

.cart-area-section .cart-total-wrap ul li span {
  float: right;
}

.cart-area-section .cart-total-wrap ul li.total span {
  font-weight: 600;
  color: #0e76bc;
}

.cart-area-section .cart-total-wrap .main-btn {
  border-radius: 10px;
}

.cart-area-section .cart-total-wrap .main-btn:after {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-area-section .cart-total-wrap .main-btn {
    padding: 19px 30px;
  }
}

@media (max-width: 991px) {
  .cart-area-section .cart-total-wrap .main-btn {
    padding: 19px 30px;
  }
}

.checkout-area-section .checkout-wrapper h4.title {
  padding-bottom: 18px;
  border-bottom: 2px solid rgba(15, 66, 41, 0.15);
  margin-bottom: 20px;
}

.checkout-area-section .checkout-wrapper .checkout-form .form_group label {
  margin-bottom: 10px;
}

.checkout-area-section .checkout-wrapper .checkout-form .form_group .form_control {
  border: 2px solid rgba(15, 66, 41, 0.15);
  border-radius: 5px;
  margin-bottom: 30px;
}

.checkout-area-section .checkout-wrapper .checkout-form .form_group textarea.form_control {
  height: 150px;
  display: inherit;
  padding-top: 15px;
}

.checkout-area-section .order-wrapper {
  padding: 30px 45px;
  border: 2px solid #e9f0f7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .checkout-area-section .order-wrapper {
    padding: 30px 15px;
  }
}

@media (max-width: 767px) {
  .checkout-area-section .order-wrapper {
    padding: 30px 25px;
  }
}

.checkout-area-section .order-wrapper h4.title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.checkout-area-section .order-wrapper .cart-items {
  width: 100%;
  margin-bottom: 20px;
}

.checkout-area-section .order-wrapper .cart-items tr {
  line-height: 35px;
  color: #525368;
}

.checkout-area-section .order-wrapper .cart-items td, .checkout-area-section .order-wrapper .cart-items th {
  font-weight: 400;
}

.checkout-area-section .order-wrapper .cart-items .td-right, .checkout-area-section .order-wrapper .cart-items .th-right {
  float: right;
}

.checkout-area-section .order-wrapper .cart-items .subtotal {
  line-height: 45px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.checkout-area-section .order-wrapper .cart-items .total {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.checkout-area-section .order-wrapper .cart-items .total .price {
  color: #0e76bc;
  font-weight: 600;
}

.checkout-area-section .order-wrapper .payments-systems .accordion-item {
  margin-bottom: 15px;
}

.checkout-area-section .order-wrapper .payments-systems .accordion-item .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout-area-section .order-wrapper .payments-systems .accordion-item .accordion-header label {
  margin-top: -7px;
  margin-left: 15px;
}

.checkout-area-section .order-wrapper .payments-systems .accordion-item .accordion-collapse {
  border: none;
}

.checkout-area-section .order-wrapper .payments-systems .accordion-item .accordion-body {
  padding: 0px;
}

/*---=======================
   11. Start Contact css 
===========================---*/
.contact-page-section {
  margin-bottom: 0;
}

.contact-page-section .contact-info-list .info-box .icon i {
  color: #0e76bc;
  font-size: 50px;
}

@media (max-width: 991px) {
  .contact-page-section .contact-info-list .info-box .icon i {
    font: 26px;
  }
}

.contact-page-section .contact-info-list .info-box .info {
  margin-left: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-page-section .contact-info-list .info-box .info {
    margin-left: 30px;
  }
}

@media (max-width: 991px) {
  .contact-page-section .contact-info-list .info-box .info {
    margin-left: 20px;
  }
}

.contact-page-section .contact-info-list .info-box .info h4 {
  font-size: 25px;
}

.contact-page-section .contact-info-list .info-box .info p {
  font-size: 20px;
  line-height: 35px;
}

@media (max-width: 991px) {
  .contact-page-section .contact-info-list .info-box .info p {
    font-size: 16px;
    line-height: 28px;
  }
}

.contact-page-section .contact-form-wrapper {
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(40, 40, 40, 0.08);
          box-shadow: 0px 20px 30px 0px rgba(40, 40, 40, 0.08);
  padding: 45px 70px 60px;
}

@media (max-width: 991px) {
  .contact-page-section .contact-form-wrapper {
    padding: 20px 30px;
  }
}

.contact-page-section .contact-form-wrapper .contact-form .form_group .form_control {
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  background-color: #fff;
  border-radius: 2px;
}

.contact-page-section .contact-form-wrapper .contact-form .form_group .form_control:focus {
  border-color: #0e76bc;
}

.contact-page-section .contact-form-wrapper .contact-form .form_group textarea.form_control {
  height: 240px;
}

.contact-home-section {
  margin-bottom: 0px;
}

/*--- Contact map css ---*/
.contact-map-section .map_box iframe {
  width: 100%;
  height: 700px;
  display: inherit;
  border: none;
}

/*---=======================
    End Contact css 
===========================---*/
/*---=======================
   12. Start Footer css 
===========================---*/
.footer-area {
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer-area .footer-widget {
  padding-top: 30px;
  padding-bottom: 60px;
}

.footer-area .footer-widget .widget h4.widget-title {
  color: #fff;
  margin-bottom: 45px;
}

.footer-area .footer-widget .widget p {
  color: #e1e1e1;
}

.footer-area .footer-widget .widget.about-widget img {
  margin-bottom: 40px;
  margin-top: -14px;
}

.footer-area .footer-widget .widget.about-widget p {
  margin-bottom: 35px;
}

.footer-area .footer-widget .widget.about-widget ul.social-link li {
  margin-right: 5px;
}

.footer-area .footer-widget .widget.about-widget ul.social-link li a {
  width: 37px;
  height: 37px;
  display: block;
  line-height: 37px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-area .footer-widget .widget.about-widget ul.social-link li a:hover, .footer-area .footer-widget .widget.about-widget ul.social-link li a:focus {
  background-color: #0e76bc;
  color: #fff;
  border-color: transparent;
}

.footer-area .footer-widget .widget.widget-categories {
  padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-widget .widget.widget-categories {
    padding-left: 0px;
  }
}

@media (max-width: 991px) {
  .footer-area .footer-widget .widget.widget-categories {
    padding-left: 0px;
  }
}

.footer-area .footer-widget .widget.widget-categories ul.widget-link li {
  padding-bottom: 10px;
}

.footer-area .footer-widget .widget.widget-categories ul.widget-link li a {
  color: #e1e1e1;
}

.footer-area .copyright-area {
  background-color: #303030;
  padding: 16px 0 21px;
}

.footer-area .copyright-area .copyright-text p {
  color: #f0efef;
}

.footer-area .copyright-area .copyright-text p span {
  color: #00aeef;
}

.footer-area .copyright-area .copyright-text p span a:hover {
  text-decoration: underline;
}

.footer-area-v1 {
  background-color: #282828;
}

.footer-area-v2 {
  background-color: #fff;
}

.footer-area-v2 .footer-widget .widget h4.widget-title {
  color: #0e76bc;
}

.footer-area-v2 .footer-widget .widget p {
  color: #626262;
}

.footer-area-v2 .footer-widget .widget.about-widget ul.social-link li a {
  border-color: #0e76bc;
  color: #0e76bc;
}

.footer-area-v2 .footer-widget .widget.widget-categories ul.widget-link li a {
  color: #626262;
}

.footer-area-v2 .footer-widget .widget.newsletter-widget .newsletter-info h5 {
  color: #0e76bc;
}

.footer-area-v2 .footer-widget .widget.newsletter-widget .newsletter-info p {
  color: #626262;
}

.footer-area-v2 .footer-top .main-wrapper {
  position: relative;
  padding: 65px 85px 70px;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .footer-area-v2 .footer-top .main-wrapper {
    padding: 65px 15px 70px;
  }
}

.footer-area-v2 .footer-top .main-wrapper:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 88, 14, 0.9);
  z-index: -1;
}

@media (max-width: 991px) {
  .footer-area-v2 .footer-top .info-box {
    margin-bottom: 30px;
  }
}

.footer-area-v2 .footer-top .info-box .icon i {
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 1;
  color: #fff;
}

.footer-area-v2 .footer-top .info-box .info {
  margin-left: 35px;
}

.footer-area-v2 .footer-top .info-box .info h4 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-v2 .footer-top .info-box .info h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .footer-area-v2 .footer-top .info-box .info h4 {
    font-size: 18px;
  }
}

.footer-area-v2 .footer-top .info-box .info p {
  font-size: 22px;
  color: #ffe5d9;
  line-height: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-v2 .footer-top .info-box .info p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 991px) {
  .footer-area-v2 .footer-top .info-box .info p {
    font-size: 16px;
    line-height: 28px;
  }
}

.footer-area-v3 .footer-widget-area {
  background-color: #282828;
  margin: auto;
  border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-v3 .footer-widget-area {
    max-width: 960px;
  }
}

.footer-area-v3 .footer-widget .widget h4.widget-title {
  color: #282828;
}

.footer-area-v3 .footer-widget .widget p {
  color: #626262;
}

.footer-area-v3 .footer-widget .widget.about-widget ul.social-link li a {
  border-color: #626262;
  color: #282828;
}

.footer-area-v3 .footer-widget .widget.newsletter-widget .newsletter-info h5 {
  color: #282828;
}

.footer-area-v3 .footer-widget .widget.newsletter-widget .newsletter-info p {
  color: #626262;
}

.footer-logo {
  max-width: 230px;
}

.footer-widget__links-list {
  position: relative;
  display: block;
  margin-top: 10px;
}

.footer-widget__links-list li {
  margin-top: 10px;
}

.footer-widget__contact-list {
  margin-top: 20px;
}

.footer-widget__contact-list li {
  margin-bottom: 15px;
}

.footer-widget__contact-list p {
  color: #f7f7f7;
}

.footer-widget__contact-list p a:hover {
  text-decoration: underline;
}

.footer-widget__contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  color: #333;
  font-weight: 600;
}

.footer-widget__contact-list li .icon-box {
  width: 30px;
  height: 30px;
  background-color: #0e76bc;
  text-align: center;
  color: #FFF;
  border: 50%;
  margin-right: 10px;
}

.footer-widget__title {
  font-size: 20px;
  color: #f7f7f7;
  font-weight: 600;
}

.footer-widget__links-list li a {
  color: #f7f7f7;
}

.footer-widget__links-list li a:hover {
  text-decoration: underline;
}

.footer-widget__about-social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 30px;
}

.footer-widget__about-social a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  color: #0e76bc;
  background-color: #FFF;
  border-radius: 50%;
  font-size: 15px;
  height: 45px;
  width: 45px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  margin-right: 25px;
}

.footer-widget__about-social a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--thm-base);
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.back-to-top {
  display: none !important;
}

.whatsapp {
  width: 55px;
  height: 55px;
  background: url(../images/whatsapp.png) no-repeat center;
  background-size: cover;
  position: fixed;
  right: 20px;
  bottom: 30px;
  border-radius: 100px;
}

.whatsapp a {
  width: 100%;
  height: 100%;
  position: fixed;
}

.contact-arrow {
  width: 35px;
  height: 28px;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("../images/arrow.svg");
  mask-image: url("../images/arrow.svg");
  background-color: #FFF;
}

@media (max-width: 991px) {
  .contact-arrow {
    width: 25px;
    height: 20px;
  }
}

@media (max-width: 991px) {
  .ft-contact h2 {
    margin-bottom: 50px;
  }
}

.footer-logo {
  max-width: 180px;
}

.footer-menu {
  width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .footer-menu {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.footer-menu li {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 0 20px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .footer-menu li {
    padding: 0 0 0 10px;
  }
}

.footer-menu li a {
  font-size: 18px;
  color: #0e76bc;
}

@media (max-width: 767px) {
  .footer-menu li a {
    font-size: 15px;
  }
}

.copy {
  width: 100%;
  position: relative;
  color: #0e76bc;
  text-align: left;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .copy {
    font-size: 14px;
  }
}

/*---=======================
   End Footer css 
===========================---*/
/*# sourceMappingURL=style.css.map */