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

/* Google Fonts Raleway and open sans */

@import url("https://fonts.googleapis.com/css?family=Open+Sans|Raleway:300,400,600,700");

/* ----------------------------------------------------------------------------------------
                        General Area css
* -------------------------------------------------------------------------------------- */
@font-face {
  font-family: "Kaleko";
  src: url("../fonts/Kaleko105RoundW01-Bold.woff2") format("woff2"),
    url("../fonts/Kaleko105RoundW01-Bold.woff") format("woff"),
    url("../fonts/Kaleko105RoundW01-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Presidente";
  src: url("../fonts/Presidente.woff2") format("woff2"),
    url("../fonts/Presidente.woff") format("woff"),
    url("../fonts/Presidente.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Kaleko 105 Round W01 Book Obl";
  src: url("../fonts/632ea69c6b6edb46b4da8e3ea2eef3ce.eot"); /* IE9*/
  src: url("../fonts/632ea69c6b6edb46b4da8e3ea2eef3ce.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/632ea69c6b6edb46b4da8e3ea2eef3ce.woff2")
      format("woff2"),
    /* chrome、firefox */ url("../fonts/632ea69c6b6edb46b4da8e3ea2eef3ce.woff")
      format("woff"),
    /* chrome、firefox */ url("../fonts/632ea69c6b6edb46b4da8e3ea2eef3ce.ttf")
      format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../fonts/632ea69c6b6edb46b4da8e3ea2eef3ce.svg#Kaleko 105 Round W01 Book Obl")
      format("svg"); /* iOS 4.1- */
}
@font-face {
  font-family: "Kaleko 105 Round W01 Book";
  src: url("../fonts/bd7b8dff70070f799e47d0f16084662f.eot"); /* IE9*/
  src: url("../fonts/bd7b8dff70070f799e47d0f16084662f.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/bd7b8dff70070f799e47d0f16084662f.woff2")
      format("woff2"),
    /* chrome、firefox */ url("../fonts/bd7b8dff70070f799e47d0f16084662f.woff")
      format("woff"),
    /* chrome、firefox */ url("../fonts/bd7b8dff70070f799e47d0f16084662f.ttf")
      format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../fonts/bd7b8dff70070f799e47d0f16084662f.svg#Kaleko 105 Round W01 Book")
      format("svg"); /* iOS 4.1- */
}

@font-face {
  font-family: "NHaasGroteskTXPro-65Md";
  src: url("fonts/NHaasGroteskTXPro-65Md.eot") format("embedded-opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "NHaasGroteskTXPro-65Md";
  src: url("fonts/NHaasGroteskTXPro-65Md.otf") format("opentype"),
    url("fonts/NHaasGroteskTXPro-65Md.woff") format("woff"),
    url("fonts/NHaasGroteskTXPro-65Md.ttf") format("truetype"),
    url("fonts/NHaasGroteskTXPro-65Md.svg#NHaasGroteskTXPro-65Md") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "NHaasGroteskTXPro-55Rg";
  src: url("fonts/NHaasGroteskTXPro-55Rg.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NHaasGroteskTXPro-55Rg";
  src: url("fonts/NHaasGroteskTXPro-55Rg.otf") format("opentype"),
    url("fonts/NHaasGroteskTXPro-55Rg.woff") format("woff"),
    url("fonts/NHaasGroteskTXPro-55Rg.ttf") format("truetype"),
    url("fonts/NHaasGroteskTXPro-55Rg.svg#NHaasGroteskTXPro-55Rg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NHaasGroteskTXPro-75Bd";
  src: url("fonts/NHaasGroteskTXPro-75Bd.eot") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "NHaasGroteskTXPro-75Bd";
  src: url("fonts/NHaasGroteskTXPro-75Bd.otf") format("opentype"),
    url("fonts/NHaasGroteskTXPro-75Bd.woff") format("woff"),
    url("fonts/NHaasGroteskTXPro-75Bd.ttf") format("truetype"),
    url("fonts/NHaasGroteskTXPro-75Bd.svg#NHaasGroteskTXPro-75Bd") format("svg");
  font-weight: 400;
  font-style: normal;
}

html,
body {
  height: 100%;
}

body {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
}

.clr {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
p,
address,
strong,
i {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #003073;
  font-family: "Kaleko";
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0;
}

a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
}

a:focus {
  outline: none;
  text-decoration: none;
}

body {
  overflow-x: hidden;
}

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

fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}

.p-t {
  padding-top: 100px;
}

input[type="submit"] {
  display: inline-block;
  background: #333333;
  padding: 12px 25px;
  border-radius: 0px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.section-big {
  /* padding: 100px 0; */
}

.section-small {
  padding: 50px 0px;
}

.section-title {
  margin: auto;
  text-align: center;
  width: 97%;
}

.section-title h2 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: 400;
}

.section-title span {
  font-weight: 600;
}

.section-title p {
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  margin-bottom: 5px;
  max-width: 680px;
  margin: auto;
}

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

.sub-title {
  font-size: 24px;
  margin-top: 0px;
}

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

img {
  max-width: 100%;
}

/***  Button Start  ***/

.btn {
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  outline: 0 none;
  padding: 10px 45px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  transition: all 0.4s ease;
  outline: 0;
}

.btn.btn-bordered-grad {
  background: transparent none repeat scroll 0 0;
  color: #2b323f;
}

.btn.btn-color {
  background: transparent none repeat scroll 0 0;
  color: #2b323f;
  position: relative;
}

.btn.btn-color:hover,
.btn.btn-color:focus {
  color: #fff;
}

.btn.btn-bordered-grad:hover,
.btn.btn-bordered-grad:focus {
  color: #fff;
}

.btn.btn-color:before {
  background: -webkit-linear-gradient(to left, #2c3f51 0%, #3498da 100%) repeat
    scroll 0 0;
  background: linear-gradient(to left, #2c3f51 0%, #3498da 100%) repeat scroll 0
    0;
  border-radius: 100px;
  content: "";
  height: calc(100% + 4px);
  left: -2px;
  position: absolute;
  top: -2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: calc(100% + 4px);
  z-index: -2;
}

.btn.btn-bordered-grad:before {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(
      to left,
      #0987f4 0%,
      #003073 100%
    ) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to right, #0987f4 0%, #003073 100%) repeat scroll 0 0;
  border-radius: 100px;
  content: "";
  height: calc(100% + 4px);
  left: -2px;
  position: absolute;
  top: -2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: calc(100% + 4px);
  z-index: -2;
}

.btn.btn-bordered-grad:after {
  background: #fff none repeat scroll 0 0;
  border-radius: 100px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  z-index: -1;
}

.btn.btn-bordered-grad:hover:after,
.btn.btn-bordered-grad:focus:after {
  opacity: 0;
  z-index: 10;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn.btn-color:after {
  background: #fff none repeat scroll 0 0;
  border-radius: 100px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  z-index: -1;
}

.btn.btn-color:hover:after,
.btn.btn-color:focus:after {
  opacity: 0;
  z-index: 10;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.button-group a {
  margin-right: 30px;
  margin-top: 15px;
  outline: 0;
  text-transform: capitalize;
}

.button-group a:last-child {
  margin-right: 0;
}

.button-group a span {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.dsp-tc span {
  padding-left: 4px;
}

.button-group a i {
  position: absolute;
  padding-right: 8px;
  left: 18px;
  top: 20px;
  font-size: 26px;
}

/* ----------------------------------------------------------------------------------------
                    Preloader Area css
* --------------------------------------------------------------------------------------- */

#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 99999999;
}
.load-circle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: rotate 1s infinite;
  height: 50px;
  width: 50px;
}

.load-circle:before,
.load-circle:after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
.load-circle:before {
  animation: ball1 1s infinite;
  background-color: #1e90e8;
  box-shadow: 30px 0 0 #e29206;
  margin-bottom: 10px;
}
.load-circle:after {
  animation: ball2 1s infinite;
  background-color: #09c2e8;
  box-shadow: 30px 0 0 #211de8;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(0.8);
    -moz-transform: rotate(0deg) scale(0.8);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2);
  }
  100% {
    -webkit-transform: rotate(720deg) scale(0.8);
    -moz-transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #09c2e8;
  }
  50% {
    box-shadow: 0 0 0 #09c2e8;
    margin-bottom: 0;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #09c2e8;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #211de8;
  }
  50% {
    box-shadow: 0 0 0 #211de8;
    margin-top: -20px;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #211de8;
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------------------------
*                     Scroll to top css
* --------------------------------------------------------------------------------------- */

#scroll-to-top {
  background: #003073;
  background: -webkit- linear-gradient(to right, #654ea3, #ab5077);
  background: -moz- linear-gradient(to right, #654ea3, #ab5077);
  background: -o- linear-gradient(to right, #654ea3, #ab5077);
  background: -ms- linear-gradient(to right, #654ea3, #ab5077);
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
  border-radius: 50%;
}

/* ----------------------------------------------------------------------------------------
                    Navigation Area css
* --------------------------------------------------------------------------------------- */

.menu-area.navbar-fixed-top {
  top: 0px;
  height: 100px;
}

.menu-area.navbar-fixed-top.sticky-menu {
  top: 0px;
  height: 75px;
  z-index: 9999999;
  background: linear-gradient(to right, #0987f4, #003073);
  background: -webkit- linear-gradient(to right, #0987f4, #003073);
  background: -moz- linear-gradient(to right, #0987f4, #003073);
  background: -o- linear-gradient(to right, #0987f4, #003073);
  background: -ms- linear-gradient(to right, #0987f4, #003073);
}

.sticky-menu {
  box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.mainmenu {
  padding-top: 10px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.sticky-menu .mainmenu {
  padding-top: 0px;
}

.nav.navbar-nav {
  margin-right: 16px;
}

.navbar {
  margin-bottom: 0;
  border: 0px;
  margin-top: 20px;
}

.sticky-menu .navbar {
  margin-top: 15px;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav.navbar-center {
  position: absolute;
  left: 40%;
  transform: translatex(-30%);
}

.navbar-nav li {
  float: none;
  display: inline-block;
  padding: 10px 0px 0px 30px;
}

.navbar-nav li a {
  color: #fff;
  font-size: 18px;
  position: relative;
  display: block;
  padding: 0;
  padding-bottom: 10px;
}

.navbar-nav li.active a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  height: 3px;
  width: 100%;
  background: #ff861e;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  background: none;
}

/* Mobile Nav css */

.navbar-toggle .icon-bar {
  background: #fff;
}

/* ----------------------------------------------------------------------------------------
                    Slider area css
* -------------------------------------------------------------------------------------- */

.slider-area {
  height: 100vh;
  width: 100%;
  background: url(../images/banner-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.slider-overlay {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(to right, #0987f4, #003073);
  background: -webkit- linear-gradient(to right, #0987f4, #003073);
  background: -moz- linear-gradient(to right, #0987f4, #003073);
  background: -o- linear-gradient(to right, #0987f4, #003073);
  background: -ms- linear-gradient(to right, #0987f4, #003073);
}

.slider-table {
  height: 100vh;
  display: table;
  width: 100%;
}

.slider-cell {
  display: table-cell;
  vertical-align: middle;
}

.slider-text {
  text-align: left;
  margin-top: 67%;
  transform: translateY(-50%);
}

.slider-img img {
  margin-top: 26%;
}

.slider-text h2,
.slider-text h3 {
  font-size: 36px;
  color: #fff;
  line-height: 50px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

.slider-text h2 {
  font-weight: 700;
  color: #ff861e !important;
  text-transform: capitalize;
}

.slider-text h3 {
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.slider-text p {
  color: #ffffff;
  margin-bottom: 30px;
}

.slider-carosoul .owl-controls {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -20px;
}

.slider-carosoul .owl-controls div {
  font-size: 24px;
  color: #fff;
  display: inline;
}

.slider-carosoul .owl-controls div.owl-next,
.slider-carosoul .owl-controls div.owl-prev {
  position: absolute;
  color: #ffffff;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 35px;
  border: 2px solid #fff;
  border-radius: 50px;
}

.slider-carosoul .owl-controls div.owl-next {
  right: 15px;
  float: right;
}

.slider-carosoul .owl-controls div.owl-prev {
  left: 15px;
}

/* slider-2 */

.slider-background {
  background: linear-gradient(to right, #0987f4, #003073);
  background: -webkit- linear-gradient(to right, #0987f4, #003073);
  background: -moz- linear-gradient(to right, #0987f4, #003073);
  background: -o- linear-gradient(to right, #0987f4, #003073);
  background: -ms- linear-gradient(to right, #0987f4, #003073);
  min-height: 100vh;
  position: relative;
  width: 100%;
}

.shape-image img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 333;
}

.slider-text p {
  width: auto;
}

/* page-2 slider section */

.hero-area {
  background-image: url(img/slider/1.html);
  background-size: cover;
  background-position: center center;
  height: 100vh;
  z-index: 1;
  position: relative;
  color: #fff;
}

.parallax {
  background-attachment: fixed;
}

.slider {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -o- flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.slider h1 {
  color: #fff;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 36px;
}

.slider p {
  color: #fff;
  font-size: 16px;
  margin: 0 0 35px;
  padding-right: 28%;
}

.slider-thumb {
  position: absolute;
  bottom: 0;
  right: 0%;
  z-index: 3;
}

.hero-text {
  position: absolute;
  top: 55.5%;
  transform: translate(0%, -50%);
}

.hero-btn {
  background: #ff861e none repeat scroll 0 0;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 50px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.1);
}

.hero-btn:hover,
.about-content > .hero-btn:hover {
  background-color: #ff861e;
  color: #fff;
  text-decoration: none;
}

.hero-text p.he-p {
  padding: 0 22%;
  line-height: 30px;
}

/* Slider Nav */

.background-area .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-size: 38px;
  height: 50px;
  left: -56px;
  line-height: 45px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.4s ease 0s;
  width: 50px;
  z-index: 999;
}

.background-area .owl-nav .owl-next {
  left: auto;
  right: -56px;
}

.background-area:hover .owl-nav div {
  left: 10px;
}

.background-area:hover .owl-nav .owl-next {
  left: auto;
  right: 10px;
}

.background-area .owl-nav div:hover {
  background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
}

.background-area {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.single-carousel {
  background-size: cover;
}

.background-content {
  position: relative;
}

.banner-image {
  padding-left: 30px;
  position: absolute;
  right: 0;
  width: 22%;
  top: 25%;
}

.background-content {
  position: relative;
}

.watch img {
  margin-top: -14%;
}

.banner2-image img {
  position: absolute;
  right: 0;
  width: 100%;
  margin-top: 15%;
}

/* ----------------------------------------------------------------------------------------
                    About us area css
* ---------------------------------------------------------------------------------------*/

#about {
  padding-top: 0px;
}

#about-us {
  background: #f5f9fc;
}

.about-card {
  background: #ffffff;
  margin-bottom: 60px;
  padding: 30px 15px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}

.about-card:hover {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
  background: #f5f9fc;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  cursor: pointer;
}

.about-content {
  padding-top: 30px;
}

.about-card-content {
  text-align: center;
}

.about-card-content img {
  margin: 0 auto;
  padding-bottom: 20px;
}

.about-card-content h4 {
  color: #003073;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
}

.about-card-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  text-align: justify;
}

.about-img {
  margin-bottom: -16px;
}

/***  about-2  ***/

.about-text {
  padding-top: 20px;
}

.about-text p {
  text-align: left;
  line-height: 24px;
}

.about-span {
  position: relative;
}

.about-span p {
  color: #003073 !important;
  padding-top: 20px;
  line-height: 24px;
}

.about-span-color p {
  color: #3498da;
}

.discription {
  margin-top: 10px;
}

.discription ul li {
  font-size: 16px;
  color: #222222;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 8px;
  text-align: justify;
}

.discription ul li i {
  font-size: 16px;
  margin-right: 10px;
}

/*** about- 3 ***/

.about-text p {
  font-size: 16px;
  color: #444444;
  font-weight: 300;
  text-transform: capitalize;
  padding-bottom: 14px;
  line-height: 24px;
  text-align: justify;
}

.about-3,
.about-4 {
  background: linear-gradient(to top, #f8f6fb, #fff);
}

/* ----------------------------------------------------------------------------------------
                    Feature Area css
* ---------------------------------------------------------------------------------------*/

.single-feature {
  padding: 35px;
  background: #f5f9fc;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  text-align: center;
}

.single-feature-squre {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.single-feature:hover {
  background: rgba(101, 78, 163, 0.85);
  background: linear-gradient(to right, #0987f4, #003073);
  background: -webkit- linear-gradient(to right, #0987f4, #003073);
  background: -moz- linear-gradient(to right, #0987f4, #003073);
  background: -o- linear-gradient(to right, #0987f4, #003073);
  background: -ms- linear-gradient(to right, #0987f4, #003073);
  color: #fff !important;
  box-shadow: 0px 4px 10px #373737;
}

.feature-inner,
.feature-top {
  margin-top: 40px !important;
}

.single-feature:hover h3 {
  color: #fff;
}

.single-feature h3 {
  margin-bottom: 30px;
  font-size: 24px;
}

.single-feature p {
  text-align: center;
}

.single-feature .icon {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: table;
  z-index: 999;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -30px;
}

.single-feature .icon .icon-cell {
  display: table-cell;
  vertical-align: middle;
}

.single-feature .icon::after {
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 50%;
  z-index: -1;
}

.single-feature .icon::before {
  position: absolute;
  left: -1px;
  top: -1px;
  content: "";
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  background: linear-gradient(to right, #0987f4, #003073);
  background: -webkit- linear-gradient(to right, #0987f4, #003073);
  background: -moz- linear-gradient(to right, #0987f4, #003073);
  background: -o- linear-gradient(to right, #0987f4, #003073);
  background: -ms- linear-gradient(to right, #0987f4, #003073);
  z-index: -1;
  border-radius: 50%;
}

.feture-mobile {
  margin-top: 50px;
}

@keyframes fetureanimate {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.feture-mobile {
  /*animation-name: fetureanimate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: fetureanimate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: fetureanimate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: fetureanimate;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: fetureanimate;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;*/
}

.feture-banner {
  margin-top: 50px;
}

.feture-mobile img {
  margin-bottom: -10px;
}
.col-md-offset-3 {
  margin-left: 16%;
}

@keyframes banneranimate {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.feture-banner {
  animation-name: banneranimate;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: banneranimate;
  -webkit-animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: banneranimate;
  -moz-animation-duration: 8s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: banneranimate;
  -ms-animation-duration: 8s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: banneranimate;
  -o-animation-duration: 8s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/* ----------------------------------------------------------------------------------------
*                     Available  css
* --------------------------------------------------------------------------------------- */

.available-part {
  background: #f5f9fc;
}

.available-inner {
  text-align: center;
}

.available-inner img {
  margin: 0 auto;
}

.available-inner h4 {
  font-size: 22px;
  color: #003073;
  font-weight: 700;
  text-transform: capitalize;
  padding: 20px 0 10px 0;
}

.available-inner p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  text-align: justify;
}

/* ----------------------------------------------------------------------------------------
*                     Screenshot css
* --------------------------------------------------------------------------------------- */

.screenshots .all-title {
  color: #fff;
}

.screenshots .all-title p {
  margin-bottom: 10px;
}

.appin-screenshot .swiper-slide {
  padding: 115px 43px;
  cursor: ew-resize;
}

.swiper-container::before {
  background: url(../images/testi-iphone.png) no-repeat scroll center center;
  background-size: cover;
  content: "";
  height: 85%;
  left: 50%;
  position: absolute;
  top: 35px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 350px;
  z-index: 999;
}

.swiper-slide {
  width: 390px;
  height: auto;
  padding: 0 15px;
}

.swiper-slide img {
  display: block;
  margin: auto;
  width: 100%;
}

.screen-nav {
  color: #fff;
  margin: 10px auto 0;
  text-align: center;
}

.screen-nav .prev,
.screen-nav .next {
  cursor: pointer;
  background: #003073;
  color: #fff;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 0;
  padding: 9px 0;
  border-radius: 50%;
  font-size: 32px;
  margin: 0 25px;
  display: inline-block;
  transition: all 0.6s ease;
}

.screen-nav .prev:hover,
.screen-nav .next:hover {
  background-color: #fc8b02;
  color: #fff;
}

.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: none !important;
}

/* ----------------------------------------------------------------------------------------
*                    Counter area css
* --------------------------------------------------------------------------------------- */

#counter .counter-banner {
  /*-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);*/
}

#counter .counter-banner {
  background: linear-gradient(to right, #0987f4, #003073);
  background: -webkit- linear-gradient(to right, #0987f4, #003073);
  background: -moz- linear-gradient(to right, #0987f4, #003073);
  background: -o- linear-gradient(to right, #0987f4, #003073);
  background: -ms- linear-gradient(to right, #0987f4, #003073);
}

#counter .counter-banner.count-angle {
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}

#counter .counter-banner .bnr-overly {
  padding: 100px 0;
}

#counter .counter-banner .bnr-overly .counter-text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 5px 0px 10px;
}

#counter .counter-banner .bnr-overly .counter-text p {
  font-family: "NHaasGroteskTXPro-55Rg";
  color: #180f31;
  font-size: 20px;
  text-align: center;
}

#counter .counter-banner .bnr-overly .counter-text img {
  margin: 0 auto 20px;
}
.bnr-overly .text-center {
  text-align: center;
  margin: auto;
  width: 82%;
}

/* ----------------------------------------------------------------------------------------
*                   Pricing area css
* --------------------------------------------------------------------------------------- */

.price-box {
  padding: 60px;
  text-align: center;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: url("../images/price-bg.png") no-repeat scroll right top/ auto 40%
    #ffffff;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.price-box:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
}

.price-box .price-icon {
  height: 80px;
}

.price-box .title {
  font-size: 22px;
  font-weight: 700;
}

.price-box ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  color: #56576e;
}

.price-box ul li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
}

.price-box .price-rate {
  color: #003073;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}

.price-box h4 {
  line-height: 24px;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.bttn-default {
  border: 1px solid #003073;
  border-radius: 100px;
  color: #003073;
  padding: 10px 30px;
  display: inline-block;
  font-weight: 700;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}

.bttn-default:hover {
  background-color: #003073;
  color: #ffffff;
}

.bttn-sq {
  border-radius: 6px;
}

.bttn-lg {
  padding: 20px 50px;
}

/* ----------------------------------------------------------------------------------------
*                    how-it-area-area area css
* --------------------------------------------------------------------------------------- */

.video-area {
  background: #f5f9fc;
}

.video {
  position: relative;
  box-shadow: 0px 10px 20px 0px rgba(45, 45, 45, 0.3);
}

.video img {
  width: 100%;
}

.video:before {
  background: -moz-linear-gradient(
    left,
    rgba(9, 135, 244, 1) 0%,
    rgba(0, 48, 115, 0.6) 48%,
    rgba(41, 48, 115, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(9, 135, 244, 1) 0%,
    rgba(0, 48, 115, 0.6) 48%,
    rgba(41, 48, 115, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(9, 135, 244, 0.61) 0%,
    rgba(0, 48, 115, 0.6) 48%,
    rgba(41, 48, 115, 0.86) 100%
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.feature-inner .video a {
  width: 60px !important;
  height: 60px !important;
  margin: auto;
}

.video a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90px;
  margin: auto;
  z-index: 99;
  height: 90px;
}

/* ----------------------------------------------------------------------------------------
*                    Team area css
* --------------------------------------------------------------------------------------- */

.team .team-col img {
  width: 100%;
}

.team .team-col .link {
  position: relative;
  display: block;
  overflow: hidden;
}

.team .team-col .member-name h4 {
  font-size: 22px;
  font-family: "montserrat";
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 5px;
}

.team .team-col .member-name p {
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 20px;
}

.team .team-hover {
  background: -moz-linear-gradient(
    left,
    rgba(9, 135, 244, 1) 0%,
    rgba(0, 48, 115, 0.6) 48%,
    rgba(41, 48, 115, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(9, 135, 244, 1) 0%,
    rgba(0, 48, 115, 0.6) 48%,
    rgba(41, 48, 115, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(9, 135, 244, 1) 0%,
    rgba(0, 48, 115, 0.6) 48%,
    rgba(41, 48, 115, 1) 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
}

.team .team-hover .team-hover-content {
  color: #000;
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.team .team-hover .team-hover-content h4 {
  font-size: 18px;
  font-weight: 600;
}

.team .team-hover .team-hover-content p {
  padding-top: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  text-align: center;
}

.team .team-hover .team-hover-content .extra-link {
  font-size: 10px;
  width: 100%;
}

.team .team-hover .team-hover-content i {
  background: transparent;
  border: 1px solid #fff;
  padding-top: 8px;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  margin-right: 10px;
  color: #fff;
}

.team .team-hover .team-hover-content i:hover {
  background: #fff;
  color: #ff66a3;
}

.team .team-col .link:hover .team-hover {
  opacity: 1;
}

/* ----------------------------------------------------------------------------------------
*                    download area css
* --------------------------------------------------------------------------------------- */

.download {
  background-size: cover;
  position: relative;
  z-index: -1;
  color: #fff;
}
/*
.download:before {
  background: linear-gradient(to right, #7346b6, #422758);
  background: -webkit- linear-gradient(to right, #7346b6, #422758);
  background: -moz- linear-gradient(to right, #7346b6, #422758);
  background: -o- linear-gradient(to right, #7346b6, #422758);
  background: -ms- linear-gradient(to right, #7346b6, #422758);
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.8;
  z-index: 0;
}*/

.download-inner h5 {
  padding: 25px 0;
  color: #fff;
}

.download-inner h2 {
  padding-bottom: 25px;
  color: #fff;
  font-size: 36px;
}

.download-inner p {
  line-height: 26px;
  padding-bottom: 30px;
  text-align: justify;
  max-width: 640px;
  margin: auto;
}

.download-inner .p-btn {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 40px;
}

.mr-md-3 {
  margin-right: 15px !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

/* ----------------------------------------------------------------------------------------
*                    Testimonial Area css
* --------------------------------------------------------------------------------------- */

.author-content {
  background: #f5f9fc none repeat scroll 0 0;
  padding: 60px 30px;
  position: relative;
}

.testmonial-quote {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.testmonial-quote::before,
.testmonial-quote::after {
  color: #003073;
  content: "\f10d";
  font-family: fontawesome;
  font-size: 41px;
  left: 20px;
  line-height: 1;
  opacity: 1;
  position: absolute;
  top: 20px;
}

.testmonial-quote::after {
  bottom: 20px;
  content: "\f10e";
  left: auto;
  right: 20px;
  top: auto;
}

.author-name-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 100px;
}

.author-img {
  border: 3px solid #003073;
  border-radius: 50%;
  height: 90px;
  left: 0;
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  width: 90px;
}

.author-name-image h4 {
  margin-bottom: 0;
}

.author-name-image a {
  margin-bottom: 0;
  color: #000;
}

.author-content .testmonial-quote p {
  margin: 35px 0 !important;
  font-size: 14px;
}
.author-content p {
  text-align: justify;
  padding-top: 10px;
}

p {
}

.testmonial-slider.owl-carousel {
  overflow: hidden;
}

.owl-theme .owl-nav {
  margin-top: -9px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 30px;
  margin: 5px;
  padding: 0px 4px;
  background: #003073 !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.testmonial-area .owl-nav > div {
  background: #8256ff none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  height: 40px;
  left: -10px;
  opacity: 0;
  padding-top: 4px;
  position: absolute;
  text-align: center;
  top: 30%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 40px;
}

.testmonial-area .owl-nav > div.owl-next {
  left: auto;
  right: -30px;
}

.testmonial-area .owl-nav > div:hover {
  background: #586082 none repeat scroll 0 0;
}

.owl-carousel:hover .owl-nav > div.owl-next {
  opacity: 1;
  right: 0;
  visibility: visible;
}

.owl-carousel:hover .owl-nav > div.owl-prev {
  left: 0;
  opacity: 1;
  visibility: visible;
}

/*.testmonial-area .owl-controls {
    height: 20px;
    margin-top: 30px;
}*/

.testmonial-area .owl-dots {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testmonial-area .owl-dots > div {
  border: 1px solid #586082;
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 15px;
}

.testmonial-area .owl-dots > div.active {
  background: #8256ff none repeat scroll 0 0;
  border-color: #8256ff;
}

/* ----------------------------------------------------------------------------------------
*                     FAQ css
* --------------------------------------------------------------------------------------- */

#faq {
  background: #f5f9fc;
}

.faq-content {
  background: #ffffff;
  margin: 40px 0 0;
  padding: 40px 20px 20px 25px;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.3);
}

.faq-text {
  margin-bottom: 25px;
}

.faq-text h4 {
  font-size: 16px;
  color: #003073;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.faq-text p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  padding-left: 20px;
  border-left: 2px solid #003073;
  margin-bottom: 15px;
  text-align: justify;
}

/* ----------------------------------------------------------------------------------------
*                    newsletter area css
* --------------------------------------------------------------------------------------- */

@media (max-width: 767px) {
  .newsletter-section {
    text-align: center;
  }
}

.newsletter-form {
  position: relative;
  margin-top: 27px;
}

@media (max-width: 767px) {
  .newsletter-form {
    text-align: center;
  }
}

.newsletter-form__input {
  height: 45px;
  padding-right: 165px;
  border-radius: 100px;
  padding-left: 25px;
}

@media (max-width: 480px) {
  .newsletter-form__input {
    padding-right: 145px;
  }
}

.pdt50 {
  padding-top: 50px;
}

.pdb50 {
  padding-bottom: 50px;
}

.pdt25 {
  padding-top: 25px;
}

.base-bg h3 {
  color: #fff;
}
.pdt25 img {
  margin: auto;
}

.base-bg {
  background: url(../images/n.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 30;
}

.base-bg:before {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  content: "";
  background: -moz-linear-gradient(
    left,
    rgba(9, 135, 244, 1) 0%,
    rgba(0, 48, 115, 0.6) 48%,
    rgba(41, 48, 115, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(9, 135, 244, 1) 0%,
    rgba(0, 48, 115, 0.6) 48%,
    rgba(41, 48, 115, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(9, 135, 244, 1) 0%,
    rgba(0, 48, 115, 0.6) 48%,
    rgba(41, 48, 115, 1) 100%
  );
  z-index: 0;
}

.newsletter-form input[type="submit"] {
  display: inline-block;
  background: #fc8b02;
  border-radius: 50px;
  padding: 11px 25px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.newsletter-form__submit {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: #333d4c;
  padding: 15px 15px;
  border-color: #333d4c;
}

.newsletter-form input[type="submit"]:hover {
  border-color: #333d4c;
  background: #333d4c;
}

@media (max-width: 480px) {
  .newsletter-form__submit {
    padding: 15px 10px;
    min-width: 140px;
  }
}

/* ----------------------------------------------------------------------------------------
*                    Contact area css
* --------------------------------------------------------------------------------------- */

#contact {
  position: relative;
}

.contact-img {
  margin-bottom: -30px;
  padding: 0;
}

.form1,
.form3,
.form5 {
  margin: 80px 0 0px;
  padding: 50px 30px;
  background: linear-gradient(to right, #0987f4, #003073);
  box-shadow: 10px 10px 0 0 #0000ff14;
}
.form-in {
  margin: 30px 0 30px 0;
  padding: 0;
}
.form-in form input {
  width: 100%;
  border: 0;
  color: #0987f4;
  margin-bottom: 15px;
  height: 40px;
  padding: 0 15px;
  border-radius: 23px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

.contact-form form input {
  width: 100%;
  border: 1px solid #fff;
  color: #0987f4;
  margin-bottom: 30px;
  height: 50px;
  padding: 0 15px;
  border-radius: 0px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

input,
textarea {
  border: none;
}

.contact-form form textarea {
  border: 1px solid #fff;
  color: #0987f4;
  width: 100%;
  padding: 15px;
  height: 100px;
  margin-bottom: 30px;
  border-radius: 3px;
  outline: 0;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

.text-icon-box {
  text-align: center;
  margin-top: 30px;
}

.box-icon {
  height: 50px;
  width: 50px;
  line-height: 52px;
  border: 2px solid #fff;
  border-radius: 25px;
  margin-bottom: 15px;
  margin: 0 auto 20px;
}

.box-icon i {
  font-size: 22px;
  color: #fff;
}

.text-icon-box h4 {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
}

.text-icon-box p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

/* sub-contact */

#sub-contact {
  background: linear-gradient(to right, #7346b6, #422758);
  background: -webkit- linear-gradient(to right, #7346b6, #422758);
  background: -moz- linear-gradient(to right, #7346b6, #422758);
  background: -o- linear-gradient(to right, #7346b6, #422758);
  background: -ms- linear-gradient(to right, #7346b6, #422758);
  position: relative;
  overflow: hidden;
  z-index: 1;
  opacity: 0.8;
}

#sub-contact:before {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0.7;
  width: 100%;
  z-index: -9;
  content: "";
  /*background: url(../images/banner-image.jpg) no-repeat;*/
  transform: rotate(0deg);
}

.contact-logo img {
  margin: 0 auto;
  padding-bottom: 20px;
}

.cont-icon h4 {
  color: #ffffff;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding-top: 50px;
  padding-bottom: 20px;
}

.cont-icon ul li {
  display: inline-block;
  padding-right: 8px;
}

.cont-icon-color ul li a,
.cont-icon ul li a {
  outline: 0;
  text-align: center;
  float: left;
  color: #ffffff;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.6s ease;
  display: inline-block;
  background: transparent;
  text-decoration: none;
}

.cont-icon-color ul li a:hover {
  color: #003073 !important;
}

.cont-icon ul li a:hover {
  color: #003073;
  background: #ffffff;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.cont-icon-color ul li a i,
.cont-icon ul li a i {
  background: transparent;
}

/* ----------------------------------------------------------------------------------------
*                    Footer area css
* --------------------------------------------------------------------------------------- */

.footer-area {
  /*     font-size: 16px;*/
}

.copyright-area {
  background: linear-gradient(to right, #0987f4, #003073);
  padding: 15px 0px;
}

.footer-social a {
  color: #fff;
  margin: 0 5px;
}

.footer-social a i {
  color: #fff;
  border: 1px solid #fff;
  height: 30px;
  width: 30px;
  padding: 5px 0px;
  margin: 2px 0px;
  border-radius: 4px;
  text-align: center;
}

.footer-social a i:hover {
  color: #1f9cd8;
  background: #fff;
}

.copyright-text p {
  margin: 0;
  font-size: 16px;
  color: #fff;
  margin: 4px 0px;
  text-transform: capitalize;
}

/* ----------------------------------------------------------------------------------------
*                     Subscribe Area Start
* --------------------------------------------------------------------------------------- */

.subscribe-area {
  background: linear-gradient(to right, #0987f4, #003073);
  background: -webkit- linear-gradient(to right, #0987f4, #003073);
  background: -moz- linear-gradient(to right, #0987f4, #003073);
  background: -o- linear-gradient(to right, #0987f4, #003073);
  background: -ms- linear-gradient(to right, #0987f4, #003073);
}

.section-intro {
  max-width: 460px;
  margin: 0 auto 55px;
  text-align: center;
}

.subscribe-area .section-intro {
  text-align: center;
}

.subscribe-area .section-intro p {
  max-width: 650px;
}

.subscribe-area .section-intro .section-title,
.subscribe-area .section-intro .promo-area .promo-txt .promo-title,
.promo-area .promo-txt .subscribe-area .section-intro .promo-title,
.subscribe-area .section-intro .promo-area .promo-search .promo-title,
.promo-area .promo-search .subscribe-area .section-intro .promo-title,
.subscribe-area .section-intro p {
  color: #ffffff;
  font-weight: 500;
  margin-top: 20px;
}

.subscribe-area .subscribe {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.subscribe-area .subscribe input {
  border: 3px solid #ffffff;
  color: #ffffff;
  font-weight: 500;
  width: 100%;
  padding: 15px 30px;
}

.subscribe-area .subscribe ::-webkit-input-placeholder {
  color: #7a7a7a;
}

.subscribe-area .subscribe :-moz-placeholder {
  color: #7a7a7a;
}

.subscribe-area .subscribe ::-moz-placeholder {
  color: #7a7a7a;
}

.subscribe-area .subscribe :-ms-input-placeholder {
  color: #7a7a7a;
}

.subscribe-area .subscribe .custom-btn {
  position: absolute;
  right: 3px;
  border: none;
  padding: 15px 25px;
  top: 3px;
  font-size: 18px;
}

/* ----------------------------------------------------------------------------------------
*                     Compatibility Area Start
* --------------------------------------------------------------------------------------- */

#compatibility {
  background: #f5f9fc;
}

.compa-inner {
  padding-top: 30px;
}

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

.compat-content img {
  margin: 0 auto;
  padding-bottom: 20px;
}
.owl-stage > .active {
  color: #000000;
  font-weight: 200;
}
.owl-stage > .active.center {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}
.owl-dots {
  margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #4d3795;
}
.btn_app_mobile {
  display: none;
  font-size: 18px;
  padding: 12px 30px;
  border-radius: 25px;
  border: solid 2px #fff;
  background: transparent;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.btn_app_mobile:hover {
  background: #ea228a;
  border: solid 2px #ea228a;
  color: #fff;
}

/* ----------------------------------------------------------------------------------------
*                                    Onboarding
* --------------------------------------------------------------------------------------- */
input[type="text"], input[type="email"],input[type="password"], select,select option {
  height: 40px !important;
}

.onb-title {
  font-weight: 600;
  /* margin: 20px auto 0; */
  text-align: center;
  line-height: 35px;
}

.onb-bt {
  width: 100%;
  background: linear-gradient(314.45deg,#4cc9f0 0.94%,#4895ef 12.27%,#4361ee 20.23%,#3f37c9 32.61%,#480ca8 53.68%,#560bad 63.75%,#7209b7 75.93%,#b5179e 88.43%,#f72585 100%),#4c3489;
  border-radius: 20px;
  margin: 48px auto 12px;
  text-transform: none;
  transition: 1s;
}
.custom-float-btn {
  width: 100%;
  position: relative;
  bottom: 0;
  padding: 10px 0;
  background: white;
  display: block;
}

.onb-bt:hover {
  background: #E6147A;
}

.onb-second-title {
  font-size: 16px;
  font-weight: bold;
  color: #AEAEAE;
  margin-bottom: 25px;
}

.onb-paragraph {
  color: #AEAEAE;
  font-size: 14px;
  margin: 8px auto 48px;
  text-align: center;
}

.onb-card {
  width: 60%;
  border-top: 1px solid #eee;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 45px 65.5px rgba(110, 49, 137, 0.1);
  padding: 50px;
  margin: 0 auto 74px ;
}

.onb-help {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-12px);
}

.fa-question {
  background: linear-gradient(314.45deg, #4cc9f0 0.94%, #4895ef 12.27%, #4361ee 20.23%, #3f37c9 32.61%, #480ca8 53.68%, #560bad 63.75%, #7209b7 75.93%, #b5179e 88.43%, #f72585 100%), #4c3489;
  color: white;
  border-radius: 50%;
  padding: 4px;
  width: 20px;
  height: 20px;
  font-weight: lighter;
  font-size: small;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  margin-bottom: 0;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.onb-plus {
  color: white;
  background: linear-gradient(314.45deg, #4cc9f0 0.94%, #4895ef 12.27%, #4361ee 20.23%, #3f37c9 32.61%, #480ca8 53.68%, #560bad 63.75%, #7209b7 75.93%, #b5179e 88.43%, #f72585 100%), #4c3489;
  border-radius: 50%;
  cursor: pointer;
}

.fa-check {
  font-size: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4cc9f0), to(#560bad));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.onb-fa-user:hover {
  width: 41px;
  height: 41px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
}
.onb-fa-user {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 999;
  background-color: #eee;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s
}

@media only screen and (max-width: 1200px){
  .onb-card {
    width: 80%;
  }
}
@media only screen and (max-width: 992px){
  .onb-card {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (max-width: 768px){
  .onb-card {
    width: 100%;
    border-radius: 0;
    border-color: transparent;
    text-align: left;
    padding: 0 20px;
    box-shadow: 0px 0px 0px rgba(1, 1, 1);
    margin-bottom: 30px;
  }
  .onb-title {
    text-align: left;
    line-height: 35px;
    margin: 0;
  }
  .onb-bt {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto !important;
    text-transform: none;
  }

  .custom-float-btn {
    width: 100%;
    position: sticky;
    bottom: 0;
    padding: 10px 0;
    background: white;
    display: block;
  }
  .onb-paragraph {
    text-align: left;
    margin: 8px auto 40px;
  }
}   

span.small {
  color: #777777;
  font-size: 12px;
}

.onb-table {
  background-color: #eee;
}

.onb-message {
  font-size: 14px;
  padding: 10px 14px;
  text-align: center;
  margin: 10px auto;
}

input[type="time"]:disabled {
  background-color: #cccccc;
}

.clignotant {
  font-size: 12px;
  margin-left: 25px;
  background-color: #0080003b;
  padding: 5px;
  border-radius: 5px;
  color: green;
  font-weight: bold;
  animation-duration: 1.5s;
  animation-name: clignoter;
  animation-iteration-count: 5;
  transition: none;
}
@keyframes clignoter {
  0%   { opacity:1; }
  40%   {opacity:0; }
  100% { opacity:1; }
}