/*----------------------------------------------------
@File: Default Styles
@Author: Jameson Danda
@URL: http://motionsparkdigital.com
Author E-mail: info@motionsparkdigital.com

---------------------------------------------------- */
/*=====================================================================
@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ button
05/ banner
06/ breadcrumb
07/ about
08/ project 
09/ price 
10/ blog  
11/ service  
12/ contact 
13/ gallery
14/ footer

=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

.white-color {
  font-size: 35px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  line-height: 1.4em;
  text-transform: uppercase;
}

.p-relative {
  position: relative;
}

#scrollUp {
  border-radius: 7px;
  background: #BC0100;
  height: 35px;
  width: 35px;
  right: 100px;
  bottom: 77px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
}
#scrollUp:hover {
  background: #595a5a;
}
@media (max-width: 767px) {
  #scrollUp {
    right: 30px;
    bottom: 90px;
  }
}

.spacer {
  padding: 20px;
}

body {
  line-height: 24px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #4d5d6d;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pad_top {
  padding-top: 120px;
}

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

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

img {
  max-width: 100%;
}

ul {
  list-style: none;
  padding: 0;
}

@media (min-width: 1620px) {
  .box_1620 {
    max-width: 1650px;
    margin: auto;
  }
}
/* Main Title Area css
============================================================================================ */
.main_title {
  text-align: center;
  max-width: 680px;
  margin: auto;
}
.main_title h2 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  color: #0EBDE8;
  margin-bottom: 12px;
}
.main_title h5 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #29425e;
  margin-bottom: 12px;
}
.main_title p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 24px;
  color: #4d5d6d;
  margin-bottom: 0px;
}

.play_btn {
  position: relative;
}

.play_btn:after,
.play_btn:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #cccccc;
  -webkit-animation-name: popupBtn;
          animation-name: popupBtn;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.play_btn:before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes popupBtn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes popupBtn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}
.grb-video.st-3 {
  color: #A30100;
  font-size: 30px;
  background: #ffffff;
  height: 100px;
  width: 100px;
  line-height: 100px;
}

/* End Main Title Area css
============================================================================================ */
.grb-video {
  font-size: 20px;
  color: #6639ff;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
.grb-video:hover {
  color: #6639ff;
}

.grb-video.pr-btn {
  width: 86px;
}

.grb-video.st-3 {
  color: #0EBDE8;
  font-size: 30px;
  background: #ffffff;
  height: 100px;
  width: 100px;
  line-height: 100px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*
*****
03. header
*************************
*/
.header__top {
  padding-top: 10px;
  padding-bottom: 6px;
}

.logo {
  line-height: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .logo {
    line-height: 80px;
  }
}

.header__main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid #5a5a5a;
}

.header-main-1 {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 100;
  padding-bottom: 5px;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-main-1 {
    border-top: 1px solid #595a5a;
    top: 70px;
    padding-bottom: 0;
    background: #ffffff;
  }
}
@media (max-width: 767px) {
  .header-main-1 {
    padding-bottom: 0;
    background: #ffffff;
    top: 0;
  }
}
.header-main-1::after {
  position: absolute;
  content: "";
  width: 400px;
  height: 100px;
  background: white;
  right: 0;
  top: 12px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-main-1::after {
    display: none;
  }
}
.header-main-1 .logo {
  position: relative;
  z-index: 5;
}
.header-main-1 .header__menu-area {
  position: relative;
  margin-top: 12px;
  z-index: 5;
  background: #ffffff;
  border-top-left-radius: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-main-1 .header__menu-area {
    margin-top: 0;
  }
}

.header-main-1.sticky .main-menu ul li:hover a {
  color: #6639ff;
}

.header-main-1 .logo-text-white {
  display: none;
}

.header-main-1 .logo-text-black {
  display: block;
}

.header-main-1 .main-menu ul li a {
  color: #040021;
}

.header-main-1 .header__search a {
  color: #040021;
}

.header-main-1.sticky {
  padding-bottom: 0;
  border-top: 0;
}
.header-main-1.sticky:after {
  display: none;
}

.sticky.header-main-1 .header__menu-area {
  margin-top: 0;
}

.sticky .logo-bg-1 {
  display: none;
}

.sticky .menu-bg-1 {
  display: none;
}

.header-main-2 {
  top: 70px;
  border-bottom: 0;
  background: #000000;
}
@media (max-width: 767px) {
  .header-main-2 {
    top: 0;
  }
}

.header-main-2 .main-menu nav > ul > li {
  position: relative;
}
.header-main-2 .main-menu nav > ul > li:before {
  position: absolute;
  content: url(../img/shape/menu-link-shape.png);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s 300ms linear 0s;
  transition: 0.5s 300ms linear 0s;
}
.header-main-2 .main-menu nav > ul > li:hover:before {
  opacity: 1;
  visibility: visible;
}

.header-main-2 .header__search {
  margin-left: 30px;
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .header-main-2 .header__search {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .header-main-2 .header__search {
    margin-left: 0;
  }
}

.menu-cta-2 {
  background: #BC0100;
  width: 220px;
  height: 100%;
  margin-left: 26px;
  float: right;
  padding-top: 26px;
  padding-bottom: 20px;
  max-height: 100px;
}
.menu-cta-2 li {
  display: inline-block;
  padding-left: 15px;
}

.menu-cta-2 {
  position: relative;
}
.menu-cta-2 .cta__content p {
  color: #ffffff;
}
.menu-cta-2:before {
  position: absolute;
  bottom: -47px;
  content: "";
  width: 100%;
  height: 47px;
  background: #BC0100;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.menu-cta-2:after {
  position: absolute;
  bottom: -47px;
  content: "";
  width: 34px;
  height: 47px;
  bottom: -47px;
  left: -34px;
  background: #A30100;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.sticky .menu-cta-2:before {
  display: none;
}
.sticky .menu-cta-2:after {
  display: none;
}

.menu-cta-2 .cta__content span {
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
}
.menu-cta-2 .cta__content span a:hover {
  color: #040021;
  opacity: 0.8;
}

.menu-cta-2 .cta__icon span {
  width: 37px;
  height: 37px;
  line-height: 37px;
  margin-top: 6px;
  background: #ffffff;
}

.menu-cta-2 .cta__icon span i {
  font-size: 20px;
  line-height: 37px;
  color: #040021;
}

.header-main-3 {
  border-color: #555555;
}

.h3-bar {
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 50px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.h3-bar a {
  font-size: 30px;
  color: #ffffff;
}
.h3-bar a i {
  font-weight: 700;
}

.sticky .h3-bar a {
  color: #040021;
}

.menu-cta-3 {
  float: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
  margin-left: 35px;
}
.menu-cta-3 li {
  display: inline-block;
}

.menu-cta-3 .cta__content p {
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}

.sticky .menu-cta-3 .cta__content p {
  color: #040021;
}

.menu-cta-3 .cta__content span {
  font-size: 20px;
  font-weight: 800;
  color: #A30100;
  line-height: 1;
}
.menu-cta-3 .cta__content span a:hover {
  color: #A30100;
  opacity: 0.8;
}

.sticky .menu-cta-3 .cta__content span {
  color: #040021;
}

.logo-bg-1 {
  position: absolute;
  top: -1px;
  left: -118px;
  z-index: -1;
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .logo-bg-1 {
    left: -130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .logo-bg-1 {
    left: -115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .logo-bg-1 {
    display: none;
  }
}
.logo-bg-1 img {
  max-width: inherit;
}

.menu-bg-1 {
  position: absolute;
  top: 0px;
  left: -80px;
  z-index: -1;
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .menu-bg-1 {
    left: -65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu-bg-1 {
    left: -96px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .menu-bg-1 {
    display: none;
  }
}
.menu-bg-1 img {
  max-width: inherit;
}

.main-menu {
  display: inline-block;
  margin: 0 0 0 15px;
}
.main-menu ul li {
  display: inline-block;
  margin: 0px 15px;
  position: relative;
  /*submenu start*/
  /*submenu end*/
}
.main-menu ul li a {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding: 40px 0;
  line-height: 20px;
  font-weight: 500;
}
.main-menu ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 119%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 240px;
  z-index: 9;
  border-top: 4px solid #A30100;
  text-align: left;
  padding: 15px 0;
}
.main-menu ul li .sub-menu li {
  display: block;
  margin: 0px;
  padding: 14px 25px 14px 25px;
}
.main-menu ul li .sub-menu li a {
  padding: 0px;
  display: block;
  color: #212237;
  position: relative;
  font-size: 14px;
}
.main-menu ul li .sub-menu li a:before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #A30100;
  opacity: 0;
}
.main-menu ul li .sub-menu li:hover {
  background: #040021;
}
.main-menu ul li .sub-menu li:hover a {
  color: #A30100;
  padding-left: 5px;
}
.main-menu ul li .sub-menu li:hover a:before {
  width: 100%;
  left: 0;
  right: auto;
}
.main-menu ul li:hover a {
  color: #0EBDE8;
}
.main-menu ul li:hover.menu-item-has-children::after {
  color: #0EBDE8;
  opacity: 1;
  visibility: visible;
}
.main-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-menu ul li.menu-item-has-children {
  position: relative;
}
.main-menu ul li.menu-item-has-children:after {
  position: absolute;
  content: "\f067";
  font-size: 12px;
  color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -14px;
  opacity: 0;
  visibility: hidden;
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: 0.3s 300ms linear 0s;
  transition: 0.3s 300ms linear 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li.menu-item-has-children:after {
    right: -10px;
  }
}

.main-menu.main-menu-1 nav > ul > li {
  position: relative;
}
.main-menu.main-menu-1 nav > ul > li:hover:before {
  opacity: 1;
  visibility: visible;
}
.main-menu.main-menu-1 nav > ul > li:before {
  position: absolute;
  content: "";
  width: calc(100% + 24px);
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
  background: #f2eeff;
  left: -12px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.main-menu.main-menu-1 nav > ul > li.menu-item-has-children:before {
  width: calc(100% + 38px);
}
.main-menu.main-menu-1 ul li:hover > a {
  color: #6639ff;
}
.main-menu.main-menu-1 ul li .sub-menu {
  border-color: #6639ff;
}
.main-menu.main-menu-1 ul li .sub-menu li:hover a {
  color: #6639ff;
}
.main-menu.main-menu-1 ul li .sub-menu li a:before {
  background: #6639ff;
}
.main-menu.main-menu-1 ul li.menu-item-has-children:after {
  color: #6639ff;
}

.header__search {
  display: inline-block;
  margin-left: 22px;
}
@media only screen and (min-width: 1201px) and (max-width: 1400px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .header__search {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header__search {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .header__search {
    margin-left: 0;
  }
}
.header__search a {
  font-size: 16px;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 33px;
  color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 10%;
  border: 2px solid;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header__search a {
    font-size: 20px;
    height: 40px;
    width: 40px;
    margin-left: 20px;
    line-height: 38px;
  }
}
.header__search a:hover {
  font-weight: 800;
}

.header__btn {
  display: inline-block;
  margin-left: 26px;
  float: right;
  margin-top: 20px;
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .header__btn {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header__btn {
    display: none;
  }
}

.sticky {
  position: fixed;
  top: 0;
  background: #ffffff;
  z-index: 800;
  right: 0;
  left: 0;
  width: 100%;
  height: 98px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.5);
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
@media (max-width: 767px) {
  .sticky {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sticky .logo {
    line-height: 80px;
  }
}

.sticky .main-menu ul li a {
  color: #040021;
}

.sticky .main-menu ul > li:hover > a {
  color: #0EBDE8;
}
.sticky .main-menu ul li.active > a {
  color: #0EBDE8;
  font-weight: 600;
}

.sticky .header__search a {
  color: #040021;
  border-color: #595a5a;
}

.header__main.sticky {
  border-bottom: 0;
}

.logo-text-black {
  display: none;
}

.sticky .logo-text-white {
  display: none;
}

.sticky .logo-text-black {
  display: block;
}

.side-toggle {
  background: none;
  border: none;
  padding: 0;
}

.side-info.info-open {
  right: 0;
}

.side-info {
  background: #040021;
  height: 100%;
  position: fixed;
  z-index: 950;
  right: -100%;
  top: 0;
  width: 465px;
  padding: 45px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  overflow-y: scroll;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .side-info {
    width: 360px;
    padding: 15px 25px;
  }
}

.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.3;
  visibility: visible;
}

.side-info-close {
  background: none;
  border: 0;
  color: #fff;
  font-size: 20px;
  padding: 0;
  -webkit-transition: 0.5s 300ms linear 0s;
  transition: 0.5s 300ms linear 0s;
}
.side-info-close:hover {
  color: #6639ff;
}
.side-info-close i {
  background: #0EBDE8;
  padding: 10px;
  border-radius: 4px;
  margin-left: 30px;
}

.menu-sidebar {
  top: 54%;
  position: absolute;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-sidebar {
    right: 40px;
  }
}
.menu-sidebar .side-toggle:hover {
  color: #6639ff;
}

.offset-logo {
  border-bottom: 1px transparent;
}

.offset_search_content {
  position: relative;
}

.offset_search_content input {
  width: 100%;
  border: 0;
  padding: 5px 15px;
  padding-right: 15px;
  font-weight: 300;
  background: none;
  border: 1px solid #f5f5f5;
  padding-right: 40px;
  color: #ffffff;
  height: 40px;
}

.offset_search_content input::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 400;
  opacity: 0.7;
}

.offset_search_content input::-moz-placeholder {
  color: #ffffff;
  font-weight: 400;
  opacity: 0.7;
}

.offset_search_content input:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 400;
  opacity: 0.7;
}

.offset_search_button {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  color: #f5f5f5;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s 300ms linear 0s;
  transition: 0.3s 300ms linear 0s;
}

.offset_search_button:hover {
  color: #fff;
}

.info-widget p {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.7;
}

.side-map iframe {
  width: 100%;
  height: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .side-gallery {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-infos {
    margin-top: 20px;
  }
}

.contact-infos h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #ffffff;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
}

.contact-list > a {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  opacity: 0.7;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  -webkit-transition: 0.5s 300ms linear 0s;
  transition: 0.5s 300ms linear 0s;
  margin-bottom: 5px;
}
.contact-list > a:hover {
  opacity: 1;
}

.contact-list > a i {
  width: 30px;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-list > a i {
    width: 20px;
  }
}

.footer__social.offset-social li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .footer__social.offset-social li a {
    width: 40px;
    height: 40px;
  }
}

.side-image img {
  width: 100%;
}

/* mean menu */
.side-menu-icon.d-lg-none.f-right {
  margin: 20px 0;
}

.mean-container .mean-nav > ul {
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  border-top: 1px solid #28283f;
  font-size: 16px;
  text-transform: none;
  opacity: 0.7;
}
.mean-container .mean-nav ul li a i {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-bottom: 40px;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: 34px;
  border: none;
}

.contact__list h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
.contact__list p {
  color: #d0d0d0;
  margin-bottom: 2px;
}

.side-portfolio a {
  width: 33.33%;
  float: left;
  padding: 0 3px;
  margin-bottom: 6px;
  display: block;
  position: relative;
}
.side-portfolio a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #6639ff;
  opacity: 0;
  visibility: hidden;
}
.side-portfolio a:hover:before {
  opacity: 0.7;
  visibility: visible;
}

.side-portfolio img {
  width: 100%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Banner Area css
============================================================================================ */
.home_banner_area {
  position: relative;
  z-index: 1;
  min-height: 700px;
}
.home_banner_area .banner_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 800px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(89, 20, 199, 0.7)), to(rgba(255, 0, 0, 0.7)));
  background-image: linear-gradient(to right, rgba(89, 20, 199, 0.7), rgba(255, 0, 0, 0.7));
}
.home_banner_area .banner_inner .overlay {
  background: url(../img/banner/homebanner.gif) no-repeat scroll center center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.home_banner_area .banner_inner .banner_content {
  color: #fff;
}
.home_banner_area .banner_inner .banner_content h4 {
  margin-bottom: 15px;
  padding-top: 160px;
  text-transform: uppercase;
}
.home_banner_area .banner_inner .banner_content h3 {
  font-size: 62px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: left;
}
.home_banner_area .banner_inner .banner_content p {
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 50px;
}
.home_banner_area .banner_inner .banner_content .banner_btn {
  padding: 15px 0px 15px 30px;
  font-size: 15px;
}
.home_banner_area .banner_inner .banner_content .space_increaser {
  min-height: 30px;
}

.blog_banner {
  min-height: 660px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 0px;
}
.blog_banner .banner_inner {
  background: #04091e;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 660px;
  z-index: 1;
}
.blog_banner .banner_inner .overlay {
  background: url(../img/banner/banner-2.jpg) no-repeat scroll center center;
  opacity: 0.5;
  height: 125%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: -1;
}
.blog_banner .banner_inner .blog_b_text {
  max-width: 700px;
  margin: auto;
  color: #fff;
}
.blog_banner .banner_inner .blog_b_text h2 {
  font-size: 60px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 66px;
  margin-bottom: 15px;
}
.blog_banner .banner_inner .blog_b_text p {
  font-size: 16px;
  margin-bottom: 35px;
}
.blog_banner .banner_inner .blog_b_text .white_bg_btn {
  line-height: 42px;
  padding: 0px 45px;
}

.banner_box {
  max-width: 1620px;
  margin: auto;
}

.banner_area {
  position: relative;
  z-index: 1;
  min-height: 300px;
}
.banner_area .banner_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  background: #04091e;
  z-index: 1;
}
.banner_area .banner_inner .overlay {
  background: url(../img/banner/banner.jpg) no-repeat scroll center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 125%;
  bottom: 0;
  z-index: -1;
  opacity: 0.6;
}
.banner_area .banner_inner .banner_content h2 {
  color: #fff;
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
  font-weight: bold;
}
.banner_area .banner_inner .banner_content .page_link a {
  font-size: 14px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-right: 32px;
  position: relative;
}
.banner_area .banner_inner .banner_content .page_link a:before {
  content: "\e87a";
  font-family: "Linearicons-Free";
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner_area .banner_inner .banner_content .page_link a:last-child {
  margin-right: 0px;
}
.banner_area .banner_inner .banner_content .page_link a:last-child:before {
  display: none;
}
.banner_area .banner_inner .banner_content .page_link a:hover {
  color: #f84b67;
}

/* End Home Banner Area css
============================================================================================ */
/* banner section start
============================================================================================ */
.hero-banner {
  padding: 70px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  mix-blend-mode: multiply;
  min-height: 550px;
  z-index: 1;
}
.hero-banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: hsl(239deg, 94%, 14%);
  background: -webkit-gradient(linear, left top, left bottom, from(hsl(239deg, 94%, 14%)), to(hsl(190deg, 68%, 50%)));
  background: linear-gradient(180deg, hsl(239deg, 94%, 14%) 0%, hsl(190deg, 68%, 50%) 100%);
  background: -webkit-linear-gradient(180deg, hsl(239deg, 94%, 14%) 0%, hsl(190deg, 68%, 50%) 100%);
  opacity: 0.6;
  z-index: -1;
}
@media (min-width: 768px) {
  .hero-banner {
    padding: 150px 0;
  }
}
@media (min-width: 1200px) {
  .hero-banner {
    padding: 110px 0;
  }
}
.hero-banner-sm {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .hero-banner-sm {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.hero-banner h1 {
  color: #2a2a2a;
  margin-bottom: 25px;
  font-size: 28px;
}
@media (min-width: 768px) {
  .hero-banner h1 {
    font-size: 60px;
    margin-bottom: 45px;
  }
}
.hero-banner h2 {
  font-size: 22px;
  color: #ffffff;
  text-transform: capitalize;
  margin: 50px 0 0 0;
}
@media (min-width: 768px) {
  .hero-banner h2 {
    font-size: 60px;
  }
}
.hero-banner p {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 0;
}

.hero-banner-icon {
  color: #ffffff;
  display: inline-block;
}
@media (min-width: 768px) {
  .hero-banner-icon {
    margin-bottom: 10px;
  }
}
.hero-banner-icon i, .hero-banner-icon span {
  font-size: 35px;
}
@media (min-width: 768px) {
  .hero-banner-icon i, .hero-banner-icon span {
    font-size: 60px;
  }
}
.hero-banner-icon [class^=flaticon-]:before, .hero-banner-icon [class*=" flaticon-"]:before, .hero-banner-icon [class^=flaticon-]:after, .hero-banner-icon [class*=" flaticon-"]:after {
  font-size: 35px;
}
@media (min-width: 768px) {
  .hero-banner-icon [class^=flaticon-]:before, .hero-banner-icon [class*=" flaticon-"]:before, .hero-banner-icon [class^=flaticon-]:after, .hero-banner-icon [class*=" flaticon-"]:after {
    font-size: 60px;
  }
}

/* banner section end
  ============================================================================================ */
/* breadcrumb section start
  ============================================================================================ */
.banner-breadcrumb {
  display: inline-block;
}
.banner-breadcrumb .breadcrumb {
  background: transparent;
  padding-top: 15px;
}
.banner-breadcrumb .breadcrumb-item {
  padding: 0.1rem;
}
.banner-breadcrumb .breadcrumb-item a {
  text-transform: capitalize;
  color: #ffffff;
}
.banner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
  padding-left: 0.2rem;
  padding-right: 0.4rem;
}
.banner-breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}
.banner-breadcrumb .breadcrumb-item a:hover {
  color: #f84b67;
}

/* breadcrumb section end
  ============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Start Blog Area css
============================================================================================ */
.latest-blog-area .area-heading {
  margin-bottom: 70px;
}

.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}
.single-blog:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}
.single-blog .thumb {
  overflow: hidden;
  position: relative;
}
.single-blog .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.single-blog h4 {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}
.single-blog a {
  color: #0EBDE8;
  font-size: 20px;
  font-weight: 600;
}
.single-blog a:hover {
  color: #f84b67;
}
.single-blog .date {
  color: #666666;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}
.single-blog .tag {
  color: #f84b67;
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}
.single-blog .tag:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}
@media (max-width: 1199px) {
  .single-blog .tag {
    margin-right: 8px;
  }
  .single-blog .tag:after {
    display: none;
  }
}
.single-blog .likes {
  margin-right: 16px;
}
@media (max-width: 800px) {
  .single-blog {
    margin-bottom: 30px;
  }
}
.single-blog .single-blog-content {
  padding: 30px;
}
.single-blog .single-blog-content .meta-bottom p {
  font-size: 13px;
  font-weight: 300;
}
.single-blog .single-blog-content .meta-bottom i {
  color: #f84b67;
  font-size: 13px;
  margin-right: 7px;
}
@media (max-width: 1199px) {
  .single-blog .single-blog-content {
    padding: 15px;
  }
}
.single-blog:hover .thumb:after {
  opacity: 0.7;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
@media (max-width: 1199px) {
  .single-blog h4 {
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
  .single-blog h4 a {
    font-size: 18px;
  }
}

.full_image.single-blog {
  position: relative;
}
.full_image.single-blog .single-blog-content {
  position: absolute;
  left: 35px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.full_image.single-blog .single-blog-content .meta-bottom p {
  color: #ffffff;
}
@media (min-width: 992px) {
  .full_image.single-blog .single-blog-content {
    bottom: 100px;
  }
}
.full_image.single-blog h4 {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  border-bottom: none;
  padding-bottom: 5px;
}
.full_image.single-blog a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.full_image.single-blog a:hover {
  color: #f84b67;
}
.full_image.single-blog .date {
  color: #fff;
}
.full_image.single-blog:hover .single-blog-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

/* End Blog Area css
============================================================================================ */
/* Latest Blog Area css
============================================================================================ */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}
.l_blog_item .l_blog_text .date a {
  font-size: 12px;
}
.l_blog_item .l_blog_text h4 {
  font-size: 18px;
  color: #2a2a2a;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.l_blog_item .l_blog_text h4:hover {
  color: #f84b67;
}
.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  padding-top: 20px;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}
.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}
.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}
.causes_slider .owl-dots .owl-dot.active {
  background: #f84b67;
}

.causes_item {
  background: #fff;
}
.causes_item .causes_img {
  position: relative;
}
.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}
.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  background: #2a2a2a;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  background: #2a2a2a;
  color: #fff;
  padding: 0px 5px;
}
.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}
.causes_item .causes_text h4 {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}
.causes_item .causes_text h4:hover {
  color: #2a2a2a;
}
.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0px;
}
.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid #2a2a2a;
  text-align: center;
  float: left;
  line-height: 50px;
  background: #2a2a2a;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.causes_item .causes_bottom a + a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
  color: #2a2a2a;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
.latest_blog_area {
  background: #f9f9ff;
}

.single-recent-blog-post {
  margin-bottom: 30px;
}
.single-recent-blog-post .thumb {
  overflow: hidden;
}
.single-recent-blog-post .thumb img {
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.single-recent-blog-post .details {
  padding-top: 30px;
}
.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.single-recent-blog-post:hover img {
  -webkit-transform: scale(1.23) rotate(10deg);
          transform: scale(1.23) rotate(10deg);
}

.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
  color: #2a2a2a;
}
.tags .tag_btn:before {
  background: #2a2a2a;
}
.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
.blog_categorie_area {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 900px) {
  .blog_categorie_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1100px) {
  .blog_categorie_area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.categories_post img {
  max-width: 100%;
}
.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  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;
}
.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}
.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}
.categories_post:hover .categories_details {
  background: rgba(222, 99, 32, 0.85);
}

/*============ blog_left_sidebar css ==============*/
.blog_item {
  margin-bottom: 50px;
}

.blog_details {
  padding: 30px 0 20px 10px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
          box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}
@media (min-width: 768px) {
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}
.blog_details p {
  margin-bottom: 30px;
}
.blog_details a {
  color: #2a2a2a;
}
.blog_details a:hover {
  color: #f84b67;
}
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.blog-info-link li {
  float: left;
  font-size: 14px;
}
.blog-info-link li a {
  color: #999999;
}
.blog-info-link li i, .blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}
.blog-info-link li:last-child::after {
  display: none;
}
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

.blog_item_img {
  position: relative;
}
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #ffffff;
  background: #f84b67;
  padding: 8px 15px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}
.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}
.blog_item_img .blog_item_date p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
  color: #2a2a2a;
}
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}
.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}
.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}
.blog_right_sidebar .search_widget .form-control::-webkit-input-placeholder {
  color: #999999;
}
.blog_right_sidebar .search_widget .form-control::-moz-placeholder {
  color: #999999;
}
.blog_right_sidebar .search_widget .form-control:-ms-input-placeholder {
  color: #999999;
}
.blog_right_sidebar .search_widget .form-control::-ms-input-placeholder {
  color: #999999;
}
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog_right_sidebar .search_widget .input-group button {
  background: #ffffff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}
.blog_right_sidebar .search_widget .input-group button i, .blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}
.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}
.blog_right_sidebar .newsletter_widget .form-control::-webkit-input-placeholder {
  color: #999999;
}
.blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
  color: #999999;
}
.blog_right_sidebar .newsletter_widget .form-control:-ms-input-placeholder {
  color: #999999;
}
.blog_right_sidebar .newsletter_widget .form-control::-ms-input-placeholder {
  color: #999999;
}
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}
.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog_right_sidebar .newsletter_widget .input-group button {
  background: #ffffff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}
.blog_right_sidebar .newsletter_widget .input-group button i, .blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}
.blog_right_sidebar .post_category_widget .cat-list li:hover a {
  color: #f84b67;
}
.blog_right_sidebar .popular_post_widget .post_item img {
  width: 32%;
  height: 12%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-left: 20px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body a {
  color: #2a2a2a;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #f84b67;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #f84b67;
  color: #fff;
}
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}
.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: rgb(238, 238, 238);
  margin: 30px 0px;
}

.blog-pagination {
  margin-top: 80px;
}

.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}
.blog-pagination .page-link i, .blog-pagination .page-link span {
  font-size: 13px;
}
.blog-pagination .page-link:hover {
  background-color: #f84b67;
  color: #ffffff;
}

.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
.single-post-area .blog_details {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.single-post-area .social-links {
  padding-top: 10px;
}
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}
.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-post-area .social-links li a:hover {
  color: #2a2a2a;
}
.single-post-area .blog_details {
  padding-top: 26px;
}
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}
.single-post-area .blog_details h2 {
  color: #2a2a2a;
}
.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}
.single-post-area .quotes {
  background: #ffffff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid #f84b67;
}
@media (min-width: 768px) {
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}
.single-post-area .arrow {
  position: absolute;
}
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}
.single-post-area .navigation-top p {
  margin-bottom: 0;
}
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}
.single-post-area .navigation-top .like-info i, .single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}
.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}
.single-post-area .navigation-top .comment-count i, .single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}
.single-post-area .navigation-top .social-icons li i, .single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}
.single-post-area .navigation-top .social-icons li:hover i, .single-post-area .navigation-top .social-icons li:hover span {
  color: #f84b67;
}
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}
@media (max-width: 600px) {
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}
.single-post-area .blog-author a {
  display: inline-block;
  color: #2a2a2a;
}
.single-post-area .blog-author a:hover {
  color: #f84b67;
}
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}
.single-post-area .blog-author h4 {
  font-size: 16px;
}
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
  color: #2a2a2a;
}
.single-post-area .navigation-area .nav-left {
  text-align: left;
}
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}
.single-post-area .navigation-area .nav-right {
  text-align: right;
}
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}
@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}
.comments-area h4 {
  margin-bottom: 35px;
  color: #2a2a2a;
  font-size: 18px;
}
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}
.comments-area a {
  color: #2a2a2a;
}
.comments-area .comment-list {
  padding-bottom: 48px;
}
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}
@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}
.comments-area .thumb {
  margin-right: 20px;
}
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.comment-form .form-group {
  margin-bottom: 30px;
}
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
  color: #2a2a2a;
}
.comment-form .name {
  padding-left: 0px;
}
@media (max-width: 767px) {
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}
.comment-form .email {
  padding-right: 0px;
}
@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}
.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}
.comment-form .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comment-form .form-control::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.comment-form .form-control::-moz-placeholder {
  font-weight: 300;
  color: #999999;
}
.comment-form .form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.comment-form .form-control::-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}
.comment-form .form-control::-webkit-input-placeholder {
  color: #777777;
}
.comment-form .form-control::-moz-placeholder {
  color: #777777;
}
.comment-form .form-control:-ms-input-placeholder {
  color: #777777;
}
.comment-form .form-control::-ms-input-placeholder {
  color: #777777;
}
.comment-form .form-control::placeholder {
  color: #777777;
}
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}
.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}
.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}
.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}
.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*============ End Blog Single Styles  =============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=================== contact form start ====================*/
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2a2a2a;
}

.form-contact label {
  color: #f84b67;
  font-size: 14px;
}
.form-contact .form-group {
  margin-bottom: 30px;
}
.form-contact .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}
.form-contact .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-contact .form-control::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.form-contact .form-control::-moz-placeholder {
  font-weight: 300;
  color: #999999;
}
.form-contact .form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.form-contact .form-control::-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}
.form-contact textarea {
  border-radius: 12px;
  height: 100% !important;
}

.contact-section input {
  background: #f8f8f8;
  color: #040021;
  height: 60px;
  width: 100%;
  border: 0;
  line-height: 40px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid transparent;
}
.contact-section input:focus {
  border-color: #6639ff;
}
.contact-section select {
  background: #f8f8f8;
  color: #040021;
  height: 60px;
  width: 100%;
  border: 0;
  line-height: 40px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid transparent;
}
.contact-section select:focus {
  border-color: #6639ff;
}
.contact-section textarea {
  background: #f8f8f8;
  padding: 20px 20px;
  width: 100%;
  border: 0;
  resize: none;
  font-size: 16px;
  line-height: 26px;
  height: 285px;
  border: 1px solid transparent;
}
.contact-section textarea:focus {
  border-color: #6639ff;
}
.contact-section button {
  color: #ffffff;
  padding: 0 35px;
  height: 60px;
  line-height: 60px;
  background: #29425E;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border: 0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.contact-section button i {
  margin-right: 10px;
}
.contact-section button:before {
  background-color: #fff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}
.contact-section button:hover:before {
  left: 120%;
  -webkit-transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
          transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  color: #f84b67;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/*
*****
14. contact
*************************
*/
.hire-area {
  padding-top: 185px;
  padding-bottom: 185px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .hire-area {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.hire-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #01001e;
  opacity: 0.75;
}

.hire-area.pd-hire-area {
  padding-top: 0;
  padding-bottom: 115px;
}
@media (max-width: 767px) {
  .hire-area.pd-hire-area {
    padding-bottom: 60px;
  }
}

.hire-content {
  padding: 0px 20px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hire-content {
    padding: 0px 60px;
  }
}
@media (max-width: 767px) {
  .hire-content {
    padding: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .hire-content .section-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .hire-content .section-title h2 {
    font-size: 23px;
  }
}

.hire-btn .grb-btn {
  font-size: 16px;
  font-weight: 500;
  min-width: 180px;
}

@media (max-width: 767px) {
  .contact-area {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

.contact-address {
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .contact-address {
    padding: 70px 0 0 0;
  }
}

.contact-heading {
  margin-bottom: 46px;
}
.contact-heading h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
}

.contact-address-list li {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-list-icon {
  height: 70px;
  width: 70px;
  text-align: center;
  border-radius: 3px;
  background: #f5f2ff;
  margin-right: 30px;
}
.contact-list-icon i {
  font-size: 30px;
  line-height: 70px;
  color: #0EBDE8;
}

.contact-list-icon.st-3 {
  background: #f5f2ff;
}
.contact-list-icon.st-3 i {
  color: #0EBDE8;
}

.contact-list-text span {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  color: #040021;
  display: block;
}

.contact-form input {
  background: #f8f8f8;
  color: #040021;
  height: 60px;
  width: 100%;
  border: 0;
  line-height: 40px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid transparent;
}
.contact-form input:focus {
  border-color: #6639ff;
}
.contact-form textarea {
  background: #f8f8f8;
  padding: 20px 20px;
  width: 100%;
  border: 0;
  resize: none;
  font-size: 16px;
  line-height: 26px;
  height: 285px;
  border: 1px solid transparent;
}
.contact-form textarea:focus {
  border-color: #6639ff;
}
.contact-form button {
  color: #ffffff;
  padding: 0 35px;
  height: 60px;
  line-height: 60px;
  background: #BC0100;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border: 0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.contact-form button i {
  margin-right: 10px;
}
.contact-form button:before {
  background-color: #fff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}
.contact-form button:hover:before {
  left: 120%;
  -webkit-transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}

.contact-map-area {
  height: 620px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-map-area {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .contact-map-area {
    height: 400px;
  }
}
.contact-map-area iframe {
  height: 100%;
  width: 100%;
}

.hubspot-link__container {
  display: none !important;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Statics  Area css
======================================================================= */
.single-data i {
  float: left;
  margin-right: 25px;
  font-size: 18px;
}
.single-data p {
  font-weight: 300;
}
.single-data .ti-paint-bucket {
  color: #fca6a6;
}
.single-data .ti-check-box {
  color: #71beb4;
}
.single-data .ti-ruler-pencil {
  color: #ed92dd;
}

.statics-area {
  background-image: url(../img/background/pattern1.png);
  background-position: top left;
  background-repeat: no-repeat;
}
.statics-area .area-heading {
  margin-bottom: 40px;
}

.statics-area-2 {
  background-image: url(../img/background/pattern3.png);
  background-position: top right;
  background-repeat: no-repeat;
}
.statics-area-2 .area-heading {
  margin-bottom: 40px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== Elements Area css ================*/
.mb-20 {
  margin-bottom: 20px;
}

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

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

.area-padding-bottom {
  padding-bottom: 112px;
}

.area-padding-top {
  padding-top: 112px;
}

.sample-text-area {
  padding: 100px 0px;
}
.sample-text-area .title_color {
  margin-bottom: 30px;
}
.sample-text-area p {
  line-height: 26px;
}
.sample-text-area p b {
  font-weight: bold;
  color: #f84b67;
}
.sample-text-area p i {
  color: #f84b67;
  font-style: italic;
}
.sample-text-area p sup {
  color: #f84b67;
  font-style: italic;
}
.sample-text-area p sub {
  color: #f84b67;
  font-style: italic;
}
.sample-text-area p del {
  color: #f84b67;
}
.sample-text-area p u {
  color: #f84b67;
}

/*============== End Elements Area css ================*/
/*==============Elements Button Area css ================*/
.elements_button .title_color {
  margin-bottom: 30px;
  color: #0EBDE8;
}

.title_color {
  color: #0EBDE8;
}

.button-group-area {
  margin-top: 15px;
}
.button-group-area:nth-child(odd) {
  margin-top: 40px;
}
.button-group-area:first-child {
  margin-top: 0px;
}
.button-group-area .theme_btn {
  margin-right: 10px;
}
.button-group-area .white_btn {
  margin-right: 10px;
}
.button-group-area .link {
  text-decoration: underline;
  color: #0EBDE8;
  background: transparent;
}
.button-group-area .link:hover {
  color: #fff;
}
.button-group-area .disable {
  background: transparent;
  color: #007bff;
  cursor: not-allowed;
}
.button-group-area .disable:before {
  display: none;
}

.primary {
  background: #52c5fd;
}
.primary:before {
  background: #2faae6;
}

.success {
  background: #4cd3e3;
}
.success:before {
  background: #2ebccd;
}

.info {
  background: #38a4ff;
}
.info:before {
  background: #298cdf;
}

.warning {
  background: #f4e700;
}
.warning:before {
  background: #e1d608;
}

.danger {
  background: #f54940;
}
.danger:before {
  background: #e13b33;
}

.primary-border {
  background: transparent;
  border: 1px solid #52c5fd;
  color: #52c5fd;
}
.primary-border:before {
  background: #52c5fd;
}

.success-border {
  background: transparent;
  border: 1px solid #4cd3e3;
  color: #4cd3e3;
}
.success-border:before {
  background: #4cd3e3;
}

.info-border {
  background: transparent;
  border: 1px solid #38a4ff;
  color: #38a4ff;
}
.info-border:before {
  background: #38a4ff;
}

.warning-border {
  background: #fff;
  border: 1px solid #f4e700;
  color: #f4e700;
}
.warning-border:before {
  background: #f4e700;
}

.danger-border {
  background: transparent;
  border: 1px solid #f54940;
  color: #f54940;
}
.danger-border:before {
  background: #f54940;
}

.link-border {
  background: transparent;
  border: 1px solid #f84b67;
  color: #f84b67;
}
.link-border:before {
  background: #f84b67;
}

.radius {
  border-radius: 3px;
}

.circle {
  border-radius: 20px;
}

.arrow span {
  padding-left: 5px;
}

.e-large {
  line-height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.large {
  line-height: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.medium {
  line-height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.small {
  line-height: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.general {
  line-height: 38px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/*==============End Elements Button Area css ================*/
/* =================================== */
/*  Elements Page Styles
/* =================================== */
/*---------- Start Elements Page -------------*/
.generic-banner {
  margin-top: 60px;
  text-align: center;
}

.generic-banner .height {
  height: 600px;
}

@media (max-width: 767.98px) {
  .generic-banner .height {
    height: 400px;
  }
}
.generic-banner .generic-banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content h2 br {
    display: none;
  }
}
.generic-banner .generic-banner-content p {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content p br {
    display: none;
  }
}
.generic-content h1 {
  font-weight: 600;
}

.about-generic-area {
  background: #fff;
}

.about-generic-area p {
  margin-bottom: 20px;
}

.white-bg {
  background: #fff;
}

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.section-padding {
  padding-top: 110px;
  padding-bottom: 110px;
}

.switch-wrap {
  margin-bottom: 10px;
}

.switch-wrap p {
  margin: 0;
}

/*---------- End Elements Page -------------*/
.sample-text-area {
  padding: 100px 0 70px 0;
}

.sample-text {
  margin-bottom: 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

.typo-list {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .typo-sec {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .element-wrap {
    margin-top: 30px;
  }
}
b, sup, sub, u, del {
  color: #f8b600;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #777777;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

.circle {
  border-radius: 20px;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.genric-btn:focus {
  outline: none;
}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

.genric-btn.large {
  line-height: 45px;
}

.genric-btn.medium {
  line-height: 30px;
}

.genric-btn.small {
  line-height: 25px;
}

.genric-btn.radius {
  border-radius: 3px;
}

.genric-btn.circle {
  border-radius: 20px;
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.genric-btn.arrow span {
  margin-left: 10px;
}

.genric-btn.default {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.primary {
  color: #fff;
  background: #f8b600;
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #f8b600;
  border: 1px solid #f8b600;
  background: #fff;
}

.genric-btn.primary-border {
  color: #f8b600;
  border: 1px solid #f8b600;
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #f8b600;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.link {
  color: #222222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.link-border {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

.genric-btn.link-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #fff;
  border-left: 2px solid #f8b600;
}

@media (max-width: 991px) {
  .progress-table-wrap {
    overflow-x: scroll;
  }
}
.progress-table {
  background: #fff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

.progress-table .country {
  width: 28.07%;
}

.progress-table .visit {
  width: 19.74%;
}

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

.progress-table .table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
  color: #222222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.progress-table .table-row .country img {
  margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-gallery-image:hover {
  opacity: 0.8;
}

.list-style {
  width: 14px;
  height: 14px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
  font-weight: 500;
  font-size: 14px;
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #0EBDE8;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #f8b600;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #777777;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #f8b600;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f8b600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.default-switch input:checked + label {
  left: 19px;
}

.single-element-widget {
  margin-bottom: 30px;
}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.primary-switch input:checked + label:after {
  left: 19px;
}

.primary-switch input:checked + label:before {
  background: #f8b600;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.confirm-switch input:checked + label:after {
  left: 19px;
}

.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.single-defination h4 {
  color: #0EBDE8;
}

.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.unordered-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.ordered-list {
  list-style: none;
  padding: 0px;
}

.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #fff;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #f8b600;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #f8b600;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

@media (max-width: 991px) {
  .left-align-p p {
    margin-top: 20px;
  }
}
.form-select {
  height: 40px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff !important;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

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

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #f8b600;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #f8b600;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

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

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Button Area css
============================================================================================ */
.main_btn {
  display: inline-block;
  background: #f84b67;
  padding: 0px 51px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 48px;
  border-radius: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: center;
  border: 1px solid #f84b67;
  cursor: pointer;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.main_btn:hover {
  background: #fff;
  color: #f84b67;
  border: 1px solid #fff;
}

.banner_btn {
  display: inline-block;
  background: #0EBDE8;
  padding: 8px 0 8px 30px;
  border: 1px solid #0EBDE8;
  border-radius: 10px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 48px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: center;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.banner_btn:hover {
  background: #29425e;
  border: 1px solid #29425e;
  color: #fff;
}
.banner_btn .ti-arrow-right, .banner_btn .ti-zoom-in {
  background: #fff;
  color: #000;
  padding: 18px 19px;
  border-radius: 0 0 0 21px;
  margin-left: 17px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.banner_btn:hover .ti-arrow-right, .banner_btn:hover .ti-zoom-in {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  -webkit-box-shadow: -11px 20px 35px -1px rgba(0, 0, 0, 0.36);
  box-shadow: -11px 20px 35px -1px rgba(0, 0, 0, 0.36);
}

.grb-btn {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  background: #0EBDE8;
  display: inline-block;
  border-radius: 3px;
  min-width: 150px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.grb-btn:before {
  background-color: #fff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}
.grb-btn i {
  font-size: 15px;
  color: #040021;
  margin-left: 10px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  background: #ffffff;
}
.grb-btn:hover {
  background: #29425E;
  color: #ffffff;
}

.margin-button {
  margin-top: 33px;
}

.submit_btn {
  width: auto;
  display: inline-block;
  background: #f84b67;
  padding: 0px 50px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: center;
  border: 1px solid #f84b67;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.submit_btn:hover {
  background: transparent;
  color: #f84b67;
}

.white_bg_btn {
  display: inline-block;
  background: #f9f9ff;
  padding: 0px 35px;
  color: #0EBDE8;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 34px;
  border-radius: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: center;
  border: 1px solid #eeeeee;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.white_bg_btn:hover {
  background: #f84b67;
  color: #fff;
  border-color: #f84b67;
}

.black_btn {
  padding: 0px 44px;
  line-height: 50px;
  background: #0EBDE8;
  color: #f84b67;
  display: inline-block;
  border-radius: 5px;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.black_btn:hover {
  background: #f84b67;
  color: #0EBDE8;
}

/*=================== custom button rule start ====================*/
.button {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 4px;
  color: #ffffff;
  border: 1px solid #f84b67;
  text-transform: uppercase;
  background: #f84b67;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
@media (max-width: 767px) {
  .button {
    font-size: 13px;
    padding: 9px 24px;
  }
}
.button:hover {
  background: #f84b67;
  color: #ffffff;
}
.button-link {
  letter-spacing: 0;
  color: #3b1d82;
  border: 0;
  padding: 0;
}
.button-link:hover {
  background: transparent;
  color: #3b1d82;
}
.button-header {
  background: #f84b67;
  color: #ffffff;
  border-color: #f84b67;
}
.button-header:hover {
  background: #b8024c;
  color: #ffffff;
}
.button-contactForm {
  background: #f84b67;
  color: #ffffff;
  border-color: #f84b67;
  padding: 12px 25px;
}
.button-contactForm:hover {
  border-color: #2a2a2a;
  background: #2a2a2a;
  color: #ffffff;
}

/* End Main Button Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Testimonials Area css
============================================================================================ */
.testimonial-area {
  background-size: cover;
  position: relative;
  background: #2b237c;
  padding-bottom: 200px;
}
.testimonial-area .owl-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -75px;
}
.testimonial-area .owl-dot {
  width: 20px;
  height: 4px;
  background: #c2c2c2;
  display: inline-block;
  margin: 0 8px;
  border-radius: 2px;
}
.testimonial-area .owl-dot.active {
  background: #f84b67;
}

.about-testimonial-area .single-testimonial {
  border: 0;
  margin: 20px;
}
.about-testimonial-area .single-testimonial:hover {
  -webkit-box-shadow: -10px 10px 20px rgba(221, 221, 221, 0.62);
          box-shadow: -10px 10px 20px rgba(221, 221, 221, 0.62);
}

.single-testimonial {
  background-color: #ffffff;
  padding: 25px 60px 25px 30px;
  border-radius: 5px;
  -webkit-box-shadow: -2px 5.7px 20px 0 rgba(9, 30, 107, 0.05);
          box-shadow: -2px 5.7px 20px 0 rgba(9, 30, 107, 0.05);
  background-image: url(../img/icon/cotation.png);
  background-size: auto;
  background-position: 100% -128%;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.single-testimonial:hover {
  cursor: pointer;
}
.single-testimonial .thumb {
  margin-right: 30px;
  max-height: 95px;
  min-width: 95px;
  border-radius: 100%;
  border: 2px solid #ecf3f5;
  overflow: hidden;
}
.single-testimonial h4 {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 20px;
  color: #0EBDE8;
}
.single-testimonial h4:hover {
  color: #f84b67;
}
.single-testimonial:hover h4 {
  cursor: pointer;
}
@media (max-width: 575px) {
  .single-testimonial {
    margin: 15px;
  }
}
.single-testimonial .designation {
  font-style: italic;
}

@media (min-width: 768px) and (max-width: 991px) {
  .single-testimonial {
    padding: 57px 60px 53px 45px;
    background-position: 96% -52%;
  }
}
/* End Testimonials Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Start Pricing Area css
============================================================================================ */
.pricing_area {
  position: relative;
  z-index: 1;
}
.pricing_area:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 75%;
  background: #f6f6f6;
  background-image: url(../img/background/pattern2.png);
  background-repeat: repeat-y;
  z-index: 0;
  left: 0;
  top: 0;
}
.pricing_area .area-heading {
  margin-bottom: 70px;
}
.pricing_area .area-heading h4 {
  margin-bottom: 20px;
}
.pricing_area .col-lg-3:nth-child(1) .single-pricing .pricing-icon:after {
  background: #fca6a6;
}
.pricing_area .col-lg-3:nth-child(2) .single-pricing .pricing-icon:after {
  background: #71beb4;
}
.pricing_area .col-lg-3:nth-child(3) .single-pricing .pricing-icon:after {
  background: #ed92dd;
}
.pricing_area .col-lg-3:nth-child(4) .single-pricing .pricing-icon:after {
  background: #97d0ee;
}

.single-pricing {
  text-align: left;
  padding: 40px 0 45px;
  background: #fff;
  border: 1px solid #edf1f6;
  padding: 40px 30px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.single-pricing .pricing-icon {
  width: 150px;
  height: 95px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  line-height: 112px;
}
.single-pricing .pricing-icon:after {
  content: "";
  position: absolute;
  height: 70px;
  width: 70px;
  background: #fcefed;
  border-radius: 100%;
  left: 0;
  z-index: -1;
  top: 0;
}
.single-pricing .pricing-icon i {
  font-size: 40px;
  color: #050817;
}
.single-pricing .single-pricing-content h5 {
  font-size: 24px;
  font-weight: 600;
  color: #0EBDE8;
  margin-bottom: 18px;
  border-bottom: 1px solid #edf1f6;
  padding-bottom: 12px;
}
.single-pricing .single-pricing-content h4 {
  font-size: 24px;
  font-weight: 600;
  color: #0EBDE8;
  margin-bottom: 46px;
}
.single-pricing .single-pricing-content h4 span {
  color: #4d5d6d;
  font-size: 15px;
  font-weight: 400;
}
.single-pricing .single-pricing-content h4 .currency_line {
  font-size: 24px;
  color: #4d5d6d;
  font-weight: 300;
}
.single-pricing .single-pricing-content ul {
  border-bottom: 1px solid #edf1f6;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.single-pricing .single-pricing-content ul li {
  font-size: 14px;
  color: #4d5d6d;
  margin-bottom: 11px;
}
.single-pricing .single-pricing-content a {
  font-size: 14px;
  color: #0EBDE8;
  border-bottom: 2px solid #edf1f6;
  font-weight: 600;
  padding-bottom: 5px;
}
.single-pricing .single-pricing-content a:hover {
  border-bottom: 2px solid #fd1c4a;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

/* End pricing Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Service  Area css
============================================================================================ */
.service-area .single-service {
  border: 1px solid #edf1f6;
  background: #fff;
  text-align: left;
  padding: 40px 30px 45px;
  background-image: url(../img/elements/single_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.service-area .single-service .service-icon {
  width: 170px;
  height: 95px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  line-height: 112px;
}
.service-area .single-service .service-icon:after {
  content: "";
  position: absolute;
  height: 80px;
  width: 80px;
  background: #fcefed;
  border-radius: 100%;
  left: 0;
  z-index: -1;
  top: 0;
}
.service-area .single-service .service-icon i {
  font-size: 40px;
  color: #050817;
}
.service-area .single-service .service-content h5 {
  font-size: 20px;
  font-weight: 600;
  color: #0EBDE8;
  margin-bottom: 18px;
}
.service-area .single-service .service-content p {
  line-height: 27px;
  font-size: 14px;
  margin-bottom: 35px;
}
.service-area .single-service .service-content a {
  font-size: 14px;
  color: #0EBDE8;
  position: relative;
  font-weight: 500;
}
.service-area .single-service .service-content a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 90px;
  background: #edf1f6;
}
.service-area .single-service .service-content a:hover:after {
  background: #f84b67;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.col-lg-4:nth-child(1) .single-service .service-icon:after {
  background: #fca6a6;
}

.col-lg-4:nth-child(2) .single-service {
  margin-top: 50px;
}
.col-lg-4:nth-child(2) .single-service .service-icon:after {
  background: #71beb4;
}

.col-lg-4:nth-child(3) .single-service .service-icon:after {
  background: #ed92dd;
}

.service-page.service-area {
  background: #fff;
}
.service-page.service-area .single-service {
  background: #2b237c;
}

.area-heading {
  text-align: center;
}
.area-heading h3 {
  font-size: 30px;
  color: #0EBDE8;
  position: relative;
}
.area-heading p {
  font-size: 14px;
  color: #4d5d6d;
}
.area-heading .line:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 5px;
  background: #f84b67;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -16px;
}
.area-heading .line:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #f84b67;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -14px;
}

.brand_items .unordered-list li {
  display: inline;
  padding-right: 20px;
}
.brand_items .banner_btn {
  margin-top: 30px;
}

.about-us-snippet .image-box-grid {
  padding: 0;
}
.about-us-snippet .image-box-grid img {
  width: 100%;
  min-height: 206px;
  border-radius: 10px;
  background-size: auto;
  background-repeat: no-repeat;
}

.parallax_cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.parallax_cover .area-heading h5, .parallax_cover .area-heading h2 {
  color: #ffffff;
}
.parallax_cover .area-heading p {
  color: #ffffff;
  margin-bottom: 15px;
}
.parallax_cover .area-heading .service_list_container {
  padding: 10px 0 0 0;
}
.parallax_cover .area-heading .service_list_container .banner_btn {
  padding: 0 0 0 30px;
}
.parallax_cover .image-box-service img {
  margin-top: 10%;
  width: 100%;
  border-radius: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.parallax_cover:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 160, 199, 0.7137254902)), to(rgba(0, 37, 46, 0.7137254902)));
  background-image: linear-gradient(180deg, rgba(5, 160, 199, 0.7137254902), rgba(0, 37, 46, 0.7137254902));
}

.parallax_divider {
  min-height: 30px;
  background-image: linear-gradient(135deg, #62d4f1, #0caad2);
}

/* Start Hero Section Area css
============================================================================================ */
.hero_action_area {
  position: relative;
  z-index: 1;
}
.hero_action_area .hero_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 80px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#28415D), to(rgba(255, 0, 0, 0)));
  background-image: linear-gradient(to right, #28415D, rgba(255, 0, 0, 0));
}
.hero_action_area .hero_inner .overlay, .hero_action_area .hero_inner .overlay2 {
  background: url(../img/banner/home-banner.jpeg) no-repeat scroll center center;
  background-size: cover;
  opacity: 0.2;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.hero_action_area .hero_inner .overlay2 {
  background: url(../img/banner/cta_hero.jpg) no-repeat scroll center center;
  background-size: cover;
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.hero_action_area .hero_inner .area-heading h2 {
  color: #ffffff;
}

.fancybox-image, .fancybox-spaceball {
  max-height: 853px;
  max-width: 1280;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fancybox-image, .fancybox-spaceball {
    max-height: 100%;
    max-width: 100%;
    padding: 10px;
    border-radius: 10px;
  }
}

/* End Hero Section Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* About Area css
============================================================================================ */
.light-background-raiser {
  background-color: #F5FBFF;
}

.about-area {
  position: relative;
}
.about-area:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background-image: url(../img/banner/about1.png);
  background-position: center center;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .about-area:after {
    right: -44px;
    background-size: contain;
  }
}
.about-area .single-about {
  text-align: left;
  padding: 40px 0 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.about-area .single-about .about-icon {
  width: 170px;
  height: 95px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  line-height: 112px;
}
.about-area .single-about .about-icon:after {
  content: "";
  position: absolute;
  height: 80px;
  width: 80px;
  background: #fcefed;
  border-radius: 100%;
  left: 0;
  z-index: -1;
  top: 0;
}
.about-area .single-about .about-icon i {
  font-size: 40px;
  color: #050817;
}
.about-area .single-about .single-about-content h5 {
  font-size: 20px;
  font-weight: 600;
  color: #0EBDE8;
  margin-bottom: 18px;
}
.about-area .single-about .single-about-content p {
  line-height: 27px;
  font-size: 14px;
  margin-bottom: 35px;
}
.about-area .col-lg-6:nth-child(1) .single-about .about-icon:after {
  background: #fca6a6;
}
.about-area .col-lg-6:nth-child(2) .single-about .about-icon:after {
  background: #71beb4;
}

.area-heading, .area-heading_home {
  text-align: left;
}
@media (min-width: 1199px) and (max-width: 1199px) {
  .area-heading, .area-heading_home {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .area-heading, .area-heading_home {
    margin-top: 0;
  }
  .area-heading h2 br, .area-heading_home h2 br {
    display: none;
  }
  .area-heading p br, .area-heading_home p br {
    display: none;
  }
}
.area-heading h2, .area-heading_home h2 {
  font-size: 35px;
  color: #0EBDE8;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.area-heading h5, .area-heading_home h5 {
  font-size: 16px;
  color: #29425e;
  font-weight: bold;
  margin-bottom: 10px;
}
.area-heading p, .area-heading_home p {
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #4d5d6d;
  margin-bottom: 30px;
  line-height: 27px;
}
.area-heading .main_btn:hover, .area-heading_home .main_btn:hover {
  border: 1px solid #f84b67;
}

.grid_content .area-heading h2 {
  font-size: 20px;
}

.home-area .area-heading_home {
  text-align: center;
}
.home-area .card_houser {
  padding: 20px;
}
.home-area .card {
  border: none;
  -webkit-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.home-area .card .card-body {
  padding: 30px;
}
.home-area .card .card-title {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 600;
}
.home-area .card .card-text {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #616161;
}
.home-area .card .card-img-top {
  border-radius: 10px 10px 0 0;
}
.home-area .card .btn-primary, .home-area .card .btn-primary:active {
  background-color: #0EBDE8;
  border: none;
  padding: 15px 25px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.home-area .card .btn-primary:hover, .home-area .card .btn-primary:active {
  background-color: #29425E;
  border: none;
  padding: 15px 25px;
  color: #fff;
  font-size: 14px;
}
.home-area .site-service-item {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0EBDE8), to(#044B5D));
  background-image: linear-gradient(180deg, #0EBDE8, #044B5D);
  padding: 30px;
  border-radius: 10px;
  min-height: 380px;
}
.home-area .site-service-item:hover {
  background-image: linear-gradient(135deg, #044B5D, #03333f);
  cursor: pointer;
}
.home-area .site-service-item .icon {
  display: inline;
  margin-bottom: 50px;
  background: #edf0f2;
  background: #ffffff;
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  margin: 0 auto 30px 0;
}
.home-area .site-service-item .icon .ti-arrow-right, .home-area .site-service-item .icon .ti-thumb-up, .home-area .site-service-item .icon .ti-file, .home-area .site-service-item .icon .ti-angle-double-down, .home-area .site-service-item .icon .ti-credit-card {
  font-size: 40px;
  font-weight: 500;
  color: #0EBDE8;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.home-area .site-service-item h3 {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}
.home-area .site-service-item p {
  color: white;
}

.about-us-snippet .image-box-snippet img {
  width: 100%;
  min-height: 406px;
  border-radius: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us-snippet .image-box-snippet-services img {
  height: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.service-box-area {
  padding: 112px 0 112px 0;
}
@media (max-width: 767px) {
  .service-box-area {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .service-box-area-main {
    padding-top: 90px;
  }
}

.service-box-content {
  padding: 0 30px 25px;
  -webkit-box-shadow: 20px 10px 30px rgba(16, 0, 71, 0.07);
          box-shadow: 20px 10px 30px rgba(16, 0, 71, 0.07);
  background: #ffffff;
  border-radius: 5px;
  min-height: 390px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s 300ms linear 0s;
  transition: 0.3s 300ms linear 0s;
}
.service-box-content h4 {
  margin: 30px 0 20px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-box-content {
    padding: 0 25px 25px;
  }
}
@media (max-width: 767px) {
  .service-box-content {
    padding: 0 25px 20px;
  }
}
.service-box-content:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0EBDE8), to(#07a1c7));
  background-image: linear-gradient(180deg, #0EBDE8, #07a1c7);
}
.service-box-content:hover i {
  background: #ffffff;
}
.service-box-content:hover h4 {
  color: #ffffff;
}
.service-box-content:hover p {
  color: #ffffff;
}
.service-box-content .service-box-content-text h4 {
  -webkit-transition: 0.3s 300ms linear 0s;
  transition: 0.3s 300ms linear 0s;
}
.service-box-content .service-box-content-text h4 a {
  color: #29425E;
}
.service-box-content .service-box-content-text h4 a:hover {
  color: #ffffff;
}
.service-box-content .service-box-content-text p {
  -webkit-transition: 0.3s 300ms linear 0s;
  transition: 0.3s 300ms linear 0s;
}

.st_6 .main_title {
  margin-bottom: 50px;
}
.st_6 .service-box-content {
  min-height: 312px;
}

.service-box-content-icon i {
  font-size: 40px;
  color: #0EBDE8;
  width: 78px;
  height: 78px;
  background: #f8ecff;
  text-align: center;
  line-height: 78px;
  border-radius: 0 0 50% 50%;
  display: inline-block;
  -webkit-transition: 0.3s 300ms linear 0s;
  transition: 0.3s 300ms linear 0s;
}

.choosing-fl-area {
  background: #040021;
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .choosing-fl-area {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .choosing-fl-area {
    padding: 90px 15px 90px 15px;
  }
  .choosing-fl-area img {
    border-radius: 10px;
  }
}
.choosing-fl-area p {
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 27px;
}
.choosing-fl-area .mini_brand_items .unordered-list li {
  color: #ffffff;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choosing-container-2 {
    max-width: 720px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .choosing-container-2 {
    max-width: 540px;
  }
}

.choosing-fl-img {
  margin-left: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .choosing-fl-img {
    margin-left: 0;
  }
}
.choosing-fl-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #040021;
  opacity: 0.4;
}

.choosing-fl-right {
  max-width: 570px;
}
.choosing-fl-right .border-left p {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.choosing-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title .border-left {
  position: relative;
  display: inline-block;
  margin-bottom: 17px;
  border-left: 1px solid rgba(222, 226, 230, 0) !important;
}
.section-title .border-left:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 20px;
  background: #BC0100;
  left: 0;
  top: 0px;
}
.section-title .border-left p {
  font-size: 18px;
  font-weight: 700;
  color: #BC0100;
  text-transform: uppercase;
  padding-left: 12px;
  display: inline-block;
  line-height: 1;
}
.section-title .border-left.st-2:before {
  background: #070707;
}
.section-title .border-left.st-2 p {
  color: #070707;
}
.section-title .border-left.st-3:before {
  background: #0EBDE8;
}
@media (max-width: 767px) {
  .section-title .border-left.st-3:before {
    margin-top: 60px;
  }
}
.section-title .border-left.st-3 p {
  color: #ffffff;
}
@media (max-width: 767px) {
  .section-title .border-left.st-3 p {
    margin-top: 60px;
  }
}
.section-title h2 {
  font-size: 40px;
  line-height: 58px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 25px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .section-title h2 br {
    display: none;
  }
}

/* End  About Area css 
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Feature Area css
============================================================================================ */
@media (max-width: 1199px) {
  .feature-area:after {
    left: 25px;
    background-size: contain;
    width: 40%;
  }
}
.feature-area .area-heading {
  margin-bottom: 50px;
}
.feature-area .single-feature {
  text-align: left;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.feature-area .single-feature .feature-icon {
  width: 80px;
  height: 80px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  line-height: 100px;
  min-width: 80px;
  margin-right: 40px;
}
.feature-area .single-feature .feature-icon:after {
  content: "";
  position: absolute;
  height: 80px;
  width: 80px;
  background: #fcefed;
  border-radius: 100%;
  left: 0;
  z-index: -1;
  top: 0;
}
.feature-area .single-feature .feature-icon i {
  font-size: 40px;
  color: #0EBDE8;
}
.feature-area .single-feature .single-feature-content h5 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 18px;
}
.feature-area .single-feature .single-feature-content p {
  line-height: 27px;
  font-size: 14px;
  margin-bottom: 35px;
  color: #ffffff;
}
.feature-area .col-:nth-child(1) .single-feature .feature-icon:after {
  background: #fca6a6;
}
.feature-area .col-:nth-child(2) .single-feature .feature-icon:after {
  background: #71beb4;
}

.area-heading.light h4 {
  color: #ffffff;
}
.area-heading.light h6 {
  color: #ffffff;
}
.area-heading.light p {
  color: #ffffff;
}

/* Feature Area css End
============================================================================================ */
/* Brands  Area css
============================================================================================ */
.single-brand-item {
  cursor: pointer;
  margin: 0 auto;
}
.single-brand-item img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

/* End Brands  Area css
============================================================================================ */
/* Features  Area css
============================================================================================ */
.faq_area .card {
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
}
.faq_area .card .card-header {
  border-radius: 0;
  border: none;
  background-color: #fff;
}
.faq_area .card .card-header:first-child {
  border-radius: 0;
}
.faq_area .card .btn-link.collapsed {
  border: 1px solid #e9ecef;
  background: #f6f6f6;
  font-weight: 600;
  color: #1d1d1d;
  font-size: 16px;
  width: 100%;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.faq_area .card .btn-link.collapsed:hover {
  text-decoration: none;
}
.faq_area .card .card-body {
  font-weight: 300;
  font-size: 14px;
  line-height: 27px;
}
.faq_area .card .card-header {
  padding: 0;
}
.faq_area .card .btn-link {
  font-weight: 600;
  color: #1d1d1d;
  font-size: 16px;
  width: 100%;
  text-align: left;
  padding: 13px 15px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(42, 34, 123, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(42, 34, 123, 0.1);
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.faq_area .card .btn-link:hover {
  text-decoration: none;
}

.faq_area .card h5 .btn::after {
  content: "\e61a";
  font-family: "themify";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  right: 22px;
  position: absolute;
  top: 19px;
}

.grb__social ul li {
  display: inline-block;
  margin: 0 5px;
}
.grb__social ul li a {
  color: #0EBDE8;
  font-size: 15px;
  height: 35px;
  width: 35px;
  display: inline-block;
  background: #ffffff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  -webkit-box-shadow: 0 7px 20px 0 rgba(22, 35, 145, 0.1);
          box-shadow: 0 7px 20px 0 rgba(22, 35, 145, 0.1);
}
.grb__social ul li a.fb {
  color: #0EBDE8;
}
.grb__social ul li a.twt {
  color: #01b6e5;
}
.grb__social ul li a.insta {
  color: #d90b51;
}
.grb__social ul li a.pint {
  color: #e20000;
}
.grb__social ul li a:hover {
  color: #f84b67;
  background: #0EBDE8;
}
.grb__social.f-right ul li:last-child {
  margin-right: 0;
}

.newsletter-area {
  padding: 44px 0 7px 0;
  background: #29425E;
  border-bottom: 1px solid #1e1b34;
}
@media (max-width: 767px) {
  .newsletter-area {
    padding: 56px 0 30px 0;
  }
}

.newsletter-text h4 {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 15px;
}
.newsletter-text p {
  font-weight: 400;
  color: #7eb1ea;
  padding-right: 100px;
}
@media (max-width: 767px) {
  .newsletter-text p {
    padding-right: 0;
  }
}

.subscribe-form {
  position: relative;
}
.subscribe-form input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 205px 0 20px;
  color: #ffffff;
  border-radius: 3px;
  background: #1B2C3E;
  border: none;
}
@media (max-width: 767px) {
  .subscribe-form input {
    padding: 0 135px 0 15px;
  }
}
.subscribe-form input::-webkit-input-placeholder {
  color: #919191;
}
.subscribe-form input::-moz-placeholder {
  color: #919191;
}
.subscribe-form input:-ms-input-placeholder {
  color: #919191;
}
.subscribe-form input::-ms-input-placeholder {
  color: #919191;
}
.subscribe-form input::placeholder {
  color: #919191;
}
.subscribe-form input:-moz-placeholder {
  color: #919191;
}
.subscribe-form button {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
  width: 185px;
  background: #0EBDE8;
  color: #ffffff;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .subscribe-form button {
    width: 125px;
  }
}
.subscribe-form button i {
  color: #ffffff;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .subscribe-form button i {
    display: none;
  }
}
.subscribe-form button:before {
  background-color: #fff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}
.subscribe-form button:hover:before {
  left: 120%;
  -webkit-transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}

/* End Features  Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Gallery Area css
============================================================================================ */
.item {
  border: none;
}
.item .img-fluid {
  border-radius: 10px;
  width: 262.5px;
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
}
.item .item-wrap {
  display: block;
  position: relative;
}
.item .item-wrap:after {
  z-index: 2;
  border-radius: 10px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(14, 189, 232, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.item .item-wrap > .ti-zoom-in {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  color: #ffffff;
  font-size: 2.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}
.item .item-wrap:hover .ti-zoom-in {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 767px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .item .img-fluid {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.filters .btn {
  border-color: transparent;
  font-size: 0.8rem;
  padding: 8px 20px;
  margin: 5px;
  text-transform: uppercase;
  font-weight: 700;
  background: rgba(14, 189, 232, 0.05);
  color: #0EBDE8;
}
.filters .btn:hover {
  border-color: transparent;
  background: #0EBDE8;
  color: #ffffff;
}
.filters .btn.active {
  background: #0EBDE8 !important;
  color: #ffffff;
  border-color: #0EBDE8 !important;
}

/* End Gallery Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*
*****
20. menu-search
*************************
*/
.nav-search {
  position: relative;
  display: block;
  color: inherit;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  -webkit-animation: slideInUp 0.3s;
          animation: slideInUp 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: #fff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}

input.main-search-input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

input.main-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

input.main-search-input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

input.main-search-input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

input.main-search-input::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}
@media (max-width: 767px) {
  input.main-search-input::-webkit-input-placeholder {
    font-size: 18px;
  }
  input.main-search-input::-moz-placeholder {
    font-size: 18px;
  }
  input.main-search-input:-ms-input-placeholder {
    font-size: 18px;
  }
  input.main-search-input::-ms-input-placeholder {
    font-size: 18px;
  }
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*
*****
21. footer
*************************
*/
.footer-area {
  padding: 100px 0 100px 0;
  background: #29425E;
}
@media (max-width: 767px) {
  .footer-area {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .srv-m {
    margin-left: -40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cat-m {
    margin-left: 30px;
  }
}

.footer-widget p {
  color: #858585;
  line-height: 26px;
  font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fw3 {
    margin-left: -15px;
  }
}

.footer-widget-title h4 {
  color: #ffffff;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.footer-list li {
  color: white;
  font-weight: 400;
  margin-bottom: 12px;
}
.footer-list li a {
  color: #ffffff;
}
.footer-list li a:hover {
  color: #0EBDE8;
}

.footer-list.st-2 li {
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-list.st-3 li {
  position: relative;
  overflow: hidden;
}
.footer-list.st-3 li:hover a {
  padding-left: 24px;
}
.footer-list.st-3 li:hover:before {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.footer-list.st-3 li:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #f84b67;
  border-radius: 50%;
  left: -10px;
  top: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s 300ms linear 0s;
  transition: 0.3s 300ms linear 0s;
}

.question-area {
  margin-bottom: 25px;
}

.footer-logo {
  margin-bottom: 22px;
}

.footer-logo.st-3 a {
  width: 194px;
  height: 194px;
  text-align: center;
  line-height: 194px;
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  position: relative;
}

.footer-shape-st-3 {
  position: absolute;
  top: -100px;
  left: -160px;
}
@media (max-width: 767px) {
  .footer-shape-st-3 {
    display: none;
  }
}
.footer-shape-st-3 img {
  max-width: inherit;
}

.question-icon {
  float: left;
  width: 65px;
}
.question-icon i {
  font-size: 50px;
  color: #ffffff;
  line-height: 1;
}

.question-text {
  overflow: hidden;
}
.question-text p {
  font-weight: 400;
  color: #7eb1ea;
}
.question-text span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 3px;
  display: inline-block;
}

.footer-address {
  margin-bottom: 25px;
}
.footer-address h5 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 3px;
}
.footer-address p {
  color: #7eb1ea;
}

.grb__social.footer-social li {
  margin: 0 2px;
}
.grb__social.footer-social li:first-child {
  margin-left: 0;
}
.grb__social.footer-social li a {
  width: 30px;
  height: 30px;
  color: #ffffff;
  background: #0EBDE8;
  line-height: 30px;
  border-radius: 3px;
}

.grb__social.footer-social-2 {
  margin-top: 45px;
}
.grb__social.footer-social-2 li {
  margin: 0 5px;
}
.grb__social.footer-social-2 li:first-child {
  margin-left: 0;
}
.grb__social.footer-social-2 li a {
  width: 35px;
  height: 35px;
  color: #ffffff;
  background: #f84b67;
  line-height: 35px;
  border-radius: 50%;
}
.grb__social.footer-social-2 li a:hover {
  color: #f84b67;
  background: #ffffff;
}

.worktime-list li {
  margin-bottom: 20px;
}
.worktime-list li h5 {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
.worktime-list li h5 span {
  color: #ff5211;
}
.worktime-list li span {
  color: #7eb1ea;
  font-weight: 400;
}

.copyright-area {
  background: #20344b;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .copyright-area {
    padding: 30px 0;
  }
}

.copyright-area.st-2 {
  border-top: 1px solid #343434;
  background: #2b237c;
  padding: 37px 0;
}

.copyright-logo {
  background: #ffffff;
  text-align: center;
  line-height: 100px;
}
.copyright-logo img {
  width: 85%;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-shape {
  position: relative;
}
.logo-shape:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 45px;
  background: #ffffff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  top: -45px;
  left: 0;
}
.logo-shape:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 45px;
  background: whitesmoke;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  top: -45px;
  right: -35px;
}

@media (max-width: 767px) {
  .copyright-text {
    text-align: center;
    margin-bottom: 20px;
  }
}
.copyright-text p {
  color: #ffffff;
}
.copyright-text p a:hover {
  color: #0EBDE8;
}

.copyright-text.st-2 p {
  color: #ffffff;
}
.copyright-text.st-2 p a:hover {
  color: #ffffff;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .copyright-list {
    text-align: center;
    float: none;
  }
}
.copyright-list li {
  display: inline-block;
  line-height: 14px;
  border-left: 1px solid #bbbbbb;
  padding-left: 18px;
  margin-left: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .copyright-list li {
    padding-left: 13px;
    margin-left: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright-list li {
    padding-left: 10px;
    margin-left: 6px;
  }
}
@media (max-width: 767px) {
  .copyright-list li {
    margin-bottom: 10px;
  }
}
.copyright-list li:first-child {
  padding-left: 0;
  margin-left: 0;
  border: 0;
}
.copyright-list li a {
  color: #ffffff;
}
.copyright-list li a:hover {
  color: #0EBDE8;
}

.copyright-list.st-2 li {
  border-left: 1px solid #313131;
}
.copyright-list.st-2 li:first-child {
  border-left: 0;
}
.copyright-list.st-2 li a {
  color: #ffffff;
}
.copyright-list.st-2 li a:hover {
  opacity: 0.7;
}

/*---------------------------------------------------- */