/*------------------------------------------------------------------
	Template Name:	Seo Bull
    Template URI: http://iglyphic.com/themes/html/seobull/
    Description ::Seo bull is a seo template
    Author:iGlyphic
    Author URI:http://iglyphic.com
    License: GPL V2 or Later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Version: 1.0
    */
/*========================================================================
    Index
    ------------------------------------------------------------------------
    # -  1.0 - All Global css
    # -  2.0 - Heading Tag
    # -  3.0 - Space padding
    # -  4.0 - Space margin
    # -  5.0 - Carousel
    # -  6.0 - Icomoon Fonts
    # -  7.0 - Popup
    # -  8.0 - Header
    # -  9.0 - Search
    # - 10.0 - Menu Area
    # - 11.0 - Button
    # - 12.0 - Service
    # - 13.0 - Site store
    # - 14.0 - Video
    # - 15.0 - Case study
    # - 16.0 - Price Table
    # - 17.0 - Newsletter
    # - 18.0 - Feature
    # - 19.0 - Form Element
    # - 20.0 - Blog
    # - 21.0 - Footer
    # - 22.0 - Banner
    # - 23.0 - About us
    # - 24.0 - Contact Us
    # - 25.0 - Preloader
    */
@media (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .row-eq-rs-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-sm-center {
    text-align: center;
  }
}

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

/*      All Global css
----------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6e7681;
}

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

ul, ol {
  list-style: none;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  color: #6e7681;
}

a:hover, a:focus, a.active {
  text-decoration: none;
  outline: none;
  color: #0082d7;
}

input {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

label {
  font-weight: normal;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="time"]:focus,
input[type="text"]:focus,
.form-control:focus, textarea:focus, textarea.form-control:focus {
  box-shadow: none;
  outline: 0;
  border-color: #0082d7;
}

input[type="submit"]:focus {
  outline: 0;
}

/*  Heading Tag
-------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #243a4f;
  font-weight: 700;
  font-family: "Merriweather", serif;
  line-height: 1.35;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-weight: inherit;
}

h1 {
  font-size: 60px;
  line-height: 60px;
}

h2 {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 30px;
  margin-top: 0;
  font-weight: 900;
}

@media (max-width: 1199px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 18px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

img {
  max-width: 100%;
}

.all-text-white * {
  color: #fff;
}

.all-text-white .btn {
  color: #fff;
  border-color: #c6cacc;
}

.all-text-white .btn:hover {
  border-color: #0082d7;
  background: #0082d7;
}

.img-round {
  border-radius: 10px;
}

.disinb {
  display: inline-block;
}

.fix {
  overflow: hidden;
}

p {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
  line-height: 1.8;
}

.clear {
  clear: both;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .section-padding {
    padding-top: 65px;
    padding-bottom: 50px;
  }
}

.section-heading.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  padding-bottom: 55px;
}

@media (max-width: 991px) {
  .section-heading {
    padding-bottom: 30px;
  }
}

.section-title {
  font-size: 53px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .section-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 14px;
  }
}

.section-title--small {
  font-size: 30px;
}

.section-sub-title {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 5px;
  color: #6e7681;
}

@media (max-width: 991px) {
  .section-sub-title {
    font-size: 20px;
  }
}

.heading-label-four {
  font-size: 18px;
  font-weight: 600;
}

.max-width-620 {
  max-width: 620px;
}

.max-width-470 {
  max-width: 470px;
}

.max-width-800 {
  max-width: 800px;
}

.over-x-hidden {
  overflow-x: hidden;
}

.base-color {
  color: #0082d7;
}

.base-bg {
  background: #0082d7;
  color: #fff;
}

.base-bg h1, .base-bg h2, .base-bg h3, .base-bg h4, .base-bg h5, .base-bg h6, .base-bg a, .base-bg p, .base-bg span {
  color: #fff;
}

.base-bg .base-color {
  color: #0082d7;
}

.base-bg .nv-color {
  color: #27313f;
}

.red-color {
  color: #ff2663;
}

.yellow-color {
  color: #ff7200;
}

.red-bg {
  background: #ff2663;
  color: #fff;
  border-color: #ff2663;
}

.yellow-bg {
  background: #ff7200;
  color: #fff;
  border-color: #ff7200;
}

.small-text {
  font-size: 12px;
}

.ash-white-bg {
  background: #f8fdff;
}

.nv-color {
  color: #27313f;
}

.text-mute {
  color: #c1c1c1;
}

hr {
  border-color: #c6cacc;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ume250");
  src: url("../fonts/icomoon.eot?ume250#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ume250") format("truetype"), url("../fonts/icomoon.woff?ume250") format("woff"), url("../fonts/icomoon.svg?ume250#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-icomooon"], [class*=" icon-icomooon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icomooon-brain:before {
  content: "\e900";
}

.icon-icomooon-close:before {
  content: "\e901";
}

.icon-icomooon-contract:before {
  content: "\e902";
}

.icon-icomooon-ecology:before {
  content: "\e903";
}

.icon-icomooon-magnifying-glass-browser:before {
  content: "\e904";
}

.icon-icomooon-maps-and-flags:before {
  content: "\e905";
}

.icon-icomooon-message:before {
  content: "\e906";
}

.icon-icomooon-play-button:before {
  content: "\e907";
}

.icon-icomooon-play-button-two:before {
  content: "\e908";
}

.icon-icomooon-quotations-button:before {
  content: "\e909";
}

.icon-icomooon-quotes:before {
  content: "\e90a";
}

.icon-icomooon-seo:before {
  content: "\e90b";
}

.icon-icomooon-telephone-auricular-with-cable:before {
  content: "\e90c";
}

/* -----------------------------------
** Start Padding Space
-------------------------------------*/
.pdt5 {
  padding-top: 5px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt15 {
  padding-top: 15px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt25 {
  padding-top: 25px;
}

.pdt30 {
  padding-top: 30px;
}

.pdt35 {
  padding-top: 35px;
}

.pdt40 {
  padding-top: 40px;
}

.pdt45 {
  padding-top: 45px;
}

.pdt50 {
  padding-top: 50px;
}

.pdb5 {
  padding-bottom: 5px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb15 {
  padding-bottom: 15px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb25 {
  padding-bottom: 25px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdb35 {
  padding-bottom: 35px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdb45 {
  padding-bottom: 45px;
}

.pdb50 {
  padding-bottom: 50px;
}

.pdr0 {
  padding-right: 0;
}

.pdl0 {
  padding-left: 0;
}

.pdl5 {
  padding-left: 5px;
}

.pdl10 {
  padding-left: 10px;
}

.pdl15 {
  padding-left: 15px;
}

.pdl20 {
  padding-left: 20px;
}

.pdl25 {
  padding-left: 25px;
}

.pdl30 {
  padding-left: 30px;
}

.pdr60 {
  padding-right: 60px;
}

.pdl60 {
  padding-left: 60px;
}

.pdr5 {
  padding-right: 5px;
}

.pdr10 {
  padding-right: 10px;
}

.pdr15 {
  padding-right: 15px;
}

.pdr20 {
  padding-right: 20px;
}

.pdr25 {
  padding-right: 25px;
}

.pdr30 {
  padding-right: 30px;
}

.pdt0 {
  padding-top: 0 !important;
}

.pdb0 {
  padding-bottom: 0 !important;
}

/* -----------------------------------
** End Padding Space
-------------------------------------*/
/* -----------------------------------
** Start Margin Space
-------------------------------------*/
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mt80 {
  margin-top: 80px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-border {
  border: 0 !important;
}

.mr15 {
  margin-right: 15px;
}

/* -----------------------------------
** End Margin Space
-------------------------------------*/
.max-width-630 {
  max-width: 630px;
}

/* -----------------------------------
** Carousel
-------------------------------------*/
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* -----------------------------------
** End Carousel
-------------------------------------*/
/* -----------------------------------
** Icomoon Fonts
-------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?tmg3ib");
  src: url("../fonts/icomoon.eot?tmg3ib#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?tmg3ib") format("truetype"), url("../fonts/icomoon.woff?tmg3ib") format("woff"), url("../fonts/icomoon.svg?tmg3ib#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-icomoon"], [class*=" icon-icomoon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icomoon-instagram:before {
  content: "\e900";
}

.icon-icomoon-arrow-left:before {
  content: "\e901";
}

.icon-icomoon-arrow-right:before {
  content: "\e902";
}

.icon-icomoon-award-1:before {
  content: "\e903";
}

.icon-icomoon-award-2:before {
  content: "\e904";
}

.icon-icomoon-award-3:before {
  content: "\e905";
}

.icon-icomoon-behance:before {
  content: "\e906";
}

.icon-icomoon-blub:before {
  content: "\e907";
}

.icon-icomoon-brush:before {
  content: "\e908";
}

.icon-icomoon-call:before {
  content: "\e909";
}

.icon-icomoon-call2:before {
  content: "\e90a";
}

.icon-icomoon-cart:before {
  content: "\e90b";
}

.icon-icomoon-comment:before {
  content: "\e90c";
}

.icon-icomoon-diamond:before {
  content: "\e90d";
}

.icon-icomoon-dribbble:before {
  content: "\e90e";
}

.icon-icomoon-droper:before {
  content: "\e90f";
}

.icon-icomoon-envolpe:before {
  content: "\e910";
}

.icon-icomoon-envolpe2:before {
  content: "\e911";
}

.icon-icomoon-envolpe3:before {
  content: "\e912";
}

.icon-icomoon-facebook:before {
  content: "\e913";
}

.icon-icomoon-github:before {
  content: "\e914";
}

.icon-icomoon-home:before {
  content: "\e915";
}

.icon-icomoon-html5:before {
  content: "\e916";
}

.icon-icomoon-laravel:before {
  content: "\e917";
}

.icon-icomoon-linkden:before {
  content: "\e918";
}

.icon-icomoon-map-marker:before {
  content: "\e919";
}

.icon-icomoon-megento .path1:before {
  content: "\e91a";
  font-family: "icomoon";
}

.icon-icomoon-megento .path2:before {
  content: "\e91b";
  margin-left: -1em;
  color: #f36306;
}

.icon-icomoon-megento .path3:before {
  content: "\e91c";
  margin-left: -1em;
  color: #f36306;
}

.icon-icomoon-message:before {
  content: "\e91d";
}

.icon-icomoon-mouse:before {
  content: "\e91e";
}

.icon-icomoon-pencil:before {
  content: "\e91f";
}

.icon-icomoon-pinterest:before {
  content: "\e920";
}

.icon-icomoon-play:before {
  content: "\e921";
}

.icon-icomoon-search:before {
  content: "\e922";
}

.icon-icomoon-search2:before {
  content: "\e923";
}

.icon-icomoon-share:before {
  content: "\e924";
}

.icon-icomoon-twitter:before {
  content: "\e925";
}

.icon-icomoon-twitter2:before {
  content: "\e926";
}

.icon-icomoon-user:before {
  content: "\e927";
}

.icon-icomoon-wordpress:before {
  content: "\e928";
}

.icon-icomoon-wordpress2:before {
  content: "\e929";
}

/* -----------------------------------
** End Icomoon Fonts
-------------------------------------*/
/* -----------------------------------
** Popup
-------------------------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* -----------------------------------
** End Popup
-------------------------------------*/
/* -----------------------------------
** Header
-------------------------------------*/
.navbar-brand {
  padding: 0;
  color: #fff;
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-size: 40px;
  display: inline-block;
  line-height: 50px;
}

.navbar-brand:hover {
  color: #fff;
}

.main-menu-wrap .navbar {
  display: flex;
  align-items: center;
}

.main-menu-wrap .navbar-nav {
  padding-left: 50px;
}

@media (max-width: 1199px) {
  .main-menu-wrap .navbar-nav {
    padding-left: 8px;
  }
}

.main-menu-wrap .navbar-nav > li > a {
  font-size: 16px;
  color: #fff;
}

.main-menu-wrap .navbar-nav > li > a:hover {
  background: transparent;
}

.main-menu-wrap .nav .open > a, .main-menu-wrap .nav .open > a:focus, .main-menu-wrap .nav .open > a:hover {
  background: transparent;
}

.main-menu-wrap {
  display: flex;
  width: 100%;
}

.main-menu-wrap .contact-button {
  margin-left: auto;
}

.main-menu-area {
  padding-top: 30px;
}

.main-menu-area .navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  padding: 10px  0;
}

.main-menu-area .navbar-nav > li > .dropdown-menu li a {
  padding: 7px 15px;
}

.main-menu-area .navbar-nav > li > .dropdown-menu li a:hover {
  background: rgba(0, 130, 215, 0.9);
  color: #fff;
}

.main-menu-area--absolute {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 987;
  left: 0;
}

/* -----------------------------------
** Search
-------------------------------------*/
.search-box {
  min-height: 55px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.search-box a i {
  margin: 0 12px;
  font-size: 16px;
  margin-top: -2px;
  color: #fff;
}

.top-search-input-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 111;
  -webkit-animation: searchZoomIn .4s;
  animation: searchZoomIn .4s;
  display: none;
}

.top-search-input-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: .5;
  color: #fff;
}

.top-search-input-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: .5;
  color: #fff;
}

.top-search-input-wrap :-ms-input-placeholder {
  /* IE 10+ */
  opacity: .5;
  color: #fff;
}

.top-search-input-wrap :-moz-placeholder {
  /* Firefox 18- */
  opacity: .5;
  color: #fff;
}

.top-search-input-wrap.show {
  display: block;
}

.top-search-input-wrap .top-search-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.88);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.top-search-input-wrap .search-wrap .search.educon-top-search {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .top-search-input-wrap .search-wrap .search.educon-top-search {
    width: 90%;
  }
}

.top-search-input-wrap .search-wrap .search.educon-top-search .sp_search_input::after {
  content: "\f002";
  font-size: 26px;
  color: #fff;
  font-family: fontawesome;
  position: absolute;
  right: 0;
  pointer-events: none;
  line-height: 48px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .top-search-input-wrap .search-wrap .search.educon-top-search .sp_search_input::after {
    font-size: 18px;
  }
}

.top-search-input-wrap .search-wrap .search.educon-top-search input {
  background: transparent;
  border-radius: 0;
  border-width: 0;
  height: 64px;
  box-shadow: none;
  width: 100%;
  color: #fff;
  font-size: 40px;
  padding: 0px 40px 15px 0px;
  line-height: 64px;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #303030;
}

@media (max-width: 767px) {
  .top-search-input-wrap .search-wrap .search.educon-top-search input {
    font-size: 18px;
  }
}

.top-search-input-wrap .close-icon {
  font-size: 20px;
  color: #ffffff;
  top: 20px;
  right: 20px;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  font-weight: 200;
  font-family: lato;
}

@-webkit-keyframes searchZoomIn {
  0% {
    opacity: 0;
    transition: .3s;
  }
  50% {
    opacity: 1;
  }
}

@keyframes searchZoomIn {
  0% {
    opacity: 0;
    transition: .3s;
  }
  50% {
    opacity: 1;
  }
}

.topbar-left, .topbar-right {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

@media (max-width: 991px) {
  .topbar-left, .topbar-right {
    justify-content: center;
  }
}

/* -----------------------------------
** Menu Area
-------------------------------------*/
@media (max-width: 991px) {
  /* Navbar Collaps */
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar {
    width: 100%;
    margin-bottom: 4px;
  }
  .main-menu-wrap .navbar-nav > li > a {
    padding-left: 0;
  }
  .main-menu-wrap .navbar-nav {
    padding-left: 0;
  }
  .search-box {
    display: none;
  }
  .main-menu-wrap .navbar {
    display: block;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .main-menu-area--absolute {
    position: static;
    background: #0082d7;
    padding-top: 5px;
  }
  .main-menu-area--absolute .navbar-toggle .icon-bar {
    background: #fff;
  }
}

.topbar-area {
  overflow: hidden;
}

@media (max-width: 480px) {
  .topbar-area {
    background: #333d4c;
  }
}

@media (max-width: 991px) {
  .navbar-toggle {
    margin-right: -10px;
  }
}

.topbar {
  position: relative;
}

.topbar:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 160%;
  background: #333d4c;
  content: '';
  border-radius: 0 0 100px 0;
}

@media (max-width: 480px) {
  .topbar:before {
    border-radius: 0;
  }
}

.header-social-icons {
  padding-right: 35px;
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .header-social-icons {
    justify-content: center;
  }
}

.social-icons > li {
  display: inline-block;
}

.social-icons > li > a {
  padding: 4px 8px;
}

.social-icons-title {
  padding-right: 7px;
}

.topbar-left {
  display: flex;
  padding-top: 10px;
}

@media (max-width: 480px) {
  .topbar-left {
    font-size: 15px;
  }
}

.topbar-left > div:first-child {
  padding-right: 30px;
}

@media (max-width: 480px) {
  .topbar-left > div:first-child {
    padding-right: 10px;
  }
}

.topbar-left > div i {
  padding-right: 10px;
}

@media (max-width: 480px) {
  .topbar-left > div i {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .main-menu-area--static {
    padding-top: 5px;
  }
}

.main-menu-area--static .navbar-brand {
  color: #333d4c;
  position: relative;
}

.main-menu-area--static .navbar-toggle .icon-bar {
  background: #6e7681;
}

.main-menu-area--static .main-menu-wrap .navbar-nav > li > a {
  color: #929dac;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}

.main-menu-area--static .main-menu-wrap .navbar-nav > li > a:hover {
  color: #0082d7;
}

.main-menu-area--static .main-menu-wrap .navbar-nav > li > a.active:before {
  position: absolute;
  top: -34px;
  width: 100%;
  height: 5px;
  background: #0082d7;
  left: 0;
  content: '';
}

@media (max-width: 767px) {
  .main-menu-area--static .main-menu-wrap .navbar-nav > li > a.active:before {
    display: none;
  }
}

@media (max-width: 1440px) {
  .main-menu-area {
    padding-top: 15px;
  }
  .main-menu-area--static .main-menu-wrap .navbar-nav > li > a.active:before {
    top: -19px;
  }
  .navbar {
    margin-bottom: 10px;
  }
}

/* -----------------------------------
** End Header
-------------------------------------*/
/* -----------------------------------
** Button
-------------------------------------*/
.btn {
  border: 1px solid #c6cacc;
  border-radius: 50px;
  background: transparent;
  color: #333d4c;
  font-size: 14px;
  display: inline-block;
  min-width: 200px;
  white-space: nowrap;
  padding: 15px 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 800;
}

@media (max-width: 991px) {
  .btn {
    padding: 10px 10px;
    min-width: 160px;
  }
}

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

.btn:hover, .btn.active {
  background: #0082d7;
  color: #fff;
}

.btn.base-bg {
  border-color: #0082d7;
  color: #fff;
  background: #0082d7;
}

.btn.base-bg:hover {
  box-shadow: 0 2px 20px #0270b7;
}

.btn--large {
  min-width: 240px;
}

.btn.red-bg {
  background: #ff2663;
  color: #fff;
  border-color: #ff2663;
}

.btn.red-bg:hover {
  box-shadow: 0 2px 20px #ff2663;
}

.btn.yellow-bg {
  background: #ff7200;
  color: #fff;
  border-color: #ff7200;
}

.btn.yellow-bg:hover {
  box-shadow: 0 2px 20px #ff7200;
}

/* -----------------------------------
** End Button
-------------------------------------*/
/* -----------------------------------
** Service
-------------------------------------*/
.service {
  border: 4px solid #f0f0f0;
  margin-bottom: 30px;
  padding: 45px;
  transition: .5s;
}

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

.service:hover {
  border-color: transparent;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.service:hover .service__icon-wrap i {
  animation: shake 1s;
  display: inline-block;
}

.service:hover .service__title {
  color: #0082d7;
}

.service__icon-wrap {
  min-height: 90px;
  font-size: 40px;
}

@media (max-width: 1199px) {
  .service__icon-wrap {
    min-height: 70px;
  }
}

.service__title {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .service__title {
    margin-bottom: 20px;
  }
}

.service__list li {
  margin-top: 7px;
}

.service__list-icon {
  display: inline-block;
  width: 50px;
}

@media (max-width: 1199px) {
  .service__list-icon {
    width: 30px;
  }
}

.service__list-icon [class^="icon-icomoon"], .service__list-icon [class*=" icon-icomoon"] {
  font-size: 25px;
  line-height: 20px;
}

/* -----------------------------------
** End Service
-------------------------------------*/
/* -----------------------------------
** Site store
-------------------------------------*/
.site-store .form-control {
  height: 52px;
  border: 2px solid #f0f0f0;
  margin-bottom: 20px;
  border-radius: 30px;
  text-align: center;
  box-shadow: none;
  font-size: 16px;
  background: transparent;
}

.img-round {
  border-radius: 6px;
}

/* -----------------------------------
** End Site store
-------------------------------------*/
/* -----------------------------------
** Video
-------------------------------------*/
.video-icon-wrap .video-icon {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 73px;
  margin-right: 20px;
  font-size: 26px;
  padding-left: 7px;
}

.video-icon-wrap .video-icon i {
  transition: .3s;
  display: inline-block;
}

.video-icon-wrap .video-icon:hover, .video-icon-wrap .video-icon:focus {
  color: #fff;
}

.video-icon-wrap .video-icon:hover i, .video-icon-wrap .video-icon:focus i {
  animation: shake 1s;
  display: inline-block;
}

.video-icon-wrap .title {
  display: inline-block;
  vertical-align: middle;
}

.video-feature-image {
  box-shadow: 0 16px 37px rgba(70, 68, 68, 0.33);
}

/* -----------------------------------
** End Video
-------------------------------------*/
/* -----------------------------------
** Case study
-------------------------------------*/
.casestudy {
  margin-bottom: 30px;
}

.casestudy:hover .casestudy__text-content {
  transition: .3s;
}

.casestudy:hover .casestudy__title {
  color: #0082d7;
}

.casestudy:hover .casestudy__image-wrap img {
  transform: scale(1.3);
}

.casestudy__text-content {
  padding: 35px 20px 10px 30px;
  background: #fff;
  border-color: #c6cacc;
  border-style: solid;
  border-width: 0 2px 2px 2px;
}

.casestudy__title {
  font-size: 24px;
  margin-bottom: 14px;
}

.casestudy__image-wrap {
  overflow: hidden;
}

.casestudy__image-wrap img {
  width: 100%;
  transition: .5s;
}

.owl-nav {
  text-align: center;
}

.owl-nav > div {
  display: inline-block;
  margin: 0 10px;
  font-size: 50px;
}

.owl-nav > div i {
  color: #d7d7d7;
  transition: .3s;
}

.owl-nav > div:hover i {
  color: #0082d7;
}

.owl-nav .owl-prev i {
  transform: rotate(180deg);
  display: inline-block;
}

.mix {
  display: none;
}

.filter-options {
  text-align: center;
  margin-bottom: 35px;
}

.filter-options ul li {
  display: inline-block;
  margin-bottom: 5px;
}

.filter-options ul li a {
  font-weight: 700;
  color: #333d4c;
  font-family: "Merriweather", serif;
  padding: 12px 32px;
  border-radius: 50px;
  display: block;
}

.filter-options ul li a.active {
  background: #0082d7;
  color: #fff;
}

/* -----------------------------------
** End Case study
-------------------------------------*/
/* -----------------------------------
** Price Table
-------------------------------------*/
.price-table-nav {
  text-align: center;
}

.price-table-nav .nav {
  display: inline-block;
  border: 0;
}

.price-table-nav .nav-tabs > li {
  margin: 0;
}

.price-table-nav .nav-tabs > li > a {
  margin: 0;
  border: 1px solid #c6cacc;
  padding: 15px 34px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: 700;
}

.price-table-nav .nav-tabs > li > a.price-monthly {
  border-right: 0;
  border-radius: 40px 0 0 40px;
}

.price-table-nav .nav-tabs > li > a.price-yearly {
  border-radius: 0 40px 40px 0;
  border-left: 0;
}

.price-table-nav .nav-tabs > li.active > a,
.price-table-nav .nav-tabs > li.active > a:focus, .price-table-nav .nav-tabs > li.active > a:hover {
  margin: 0;
  background: #0082d7;
  border-color: #0082d7;
  color: #fff;
}

.price-table-wrap {
  display: flex;
  width: 100%;
  align-items: center;
}

@media (max-width: 767px) {
  .price-table-wrap {
    display: block;
  }
}

.price-table-wrap > div {
  width: 33.33333333%;
}

@media (max-width: 767px) {
  .price-table-wrap > div {
    width: 100%;
  }
}

.price-table {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  text-align: center;
  margin-bottom: 30px;
  padding: 40px 15px;
}

.price-table__type {
  text-transform: uppercase;
  letter-spacing: 1.63px;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 18px;
}

.price-table__rate {
  padding-bottom: 25px;
}

.price-table__amount {
  font-size: 35px;
  font-family: "Merriweather", serif;
  color: #333d4c;
  font-weight: 700;
}

.price-table__feature-list {
  padding-bottom: 25px;
}

.price-table__feature-list li {
  padding-bottom: 18px;
  font-size: 14px;
}

.price-table:hover .price-table__rate {
  animation: shake 1s;
}

/* -----------------------------------
**  Newsletter
-------------------------------------*/
@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: 52px;
  padding-right: 165px;
  border-radius: 100px;
  padding-left: 25px;
}

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

.newsletter-form__submit {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100px;
  color: #fff;
  background: #333d4c;
  padding: 15px 15px;
  border-color: #333d4c;
}

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

.newsletter-form__submit:hover {
  border-color: #333d4c;
  background: #333d4c;
}

/* -----------------------------------
**  End Newsletter
-------------------------------------*/
/* -----------------------------------
** Feature
-------------------------------------*/
.feature-section {
  padding-bottom: 0;
  border-bottom: 20px solid #0082d7;
}

.feature-section .section-title {
  margin-top: -10px;
}

@media (max-width: 991px) {
  .feature-section .section-title br {
    display: none;
  }
}

/* -----------------------------------
** End Feature
-------------------------------------*/
/* -----------------------------------
** Form Element
-------------------------------------*/
.form-group {
  margin-bottom: 30px;
  overflow-x: hidden;
  display: block;
  position: relative;
}

.form-group__label {
  padding-bottom: 5px;
  display: block;
}

.form-group__icon {
  position: absolute;
  top: 20px;
  right: 20px;
}

.form-group__input {
  height: 55px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #f7f9f8;
  border-radius: 4px;
  box-shadow: none;
  border-radius: 0;
  padding-left: 25px;
  padding-right: 60px;
}

.form-group textarea.form-group__input {
  padding-top: 20px;
  height: 250px;
}

.form-group__select {
  display: block;
  width: 100%;
}

.form-group__select:focus {
  box-shadow: none;
}

.form-group__radio-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}

.form-group__radio-wrap label {
  margin: 0;
  padding-left: 10px;
  margin-right: 20px;
}

.form-group__radio-wrap input[type=radio] {
  margin: 0;
}

.select2-container .select2-selection--single {
  height: 40px;
  border-color: #c6cacc;
  border-radius: 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 14px;
  line-height: 38px;
}

.hide-search--dropdown .select2-search--dropdown {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 4px;
}

/* -----------------------------------
** End Form Element
-------------------------------------*/
/* -----------------------------------
** Blog
-------------------------------------*/
.newsfeed {
  border: 2px solid #f0f0f0;
  padding: 35px 30px;
  margin-bottom: 30px;
  transition: .3s;
}

.newsfeed:hover {
  border-color: #0082d7;
}

.newsfeed p:last-of-type {
  margin: 0;
}

.newsfeed__title {
  font-size: 23px;
  margin-top: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.newsfeed__date {
  font-weight: 600;
}

.newsfeed__category {
  display: inline-block;
  padding: 6px 35px;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 100px;
}

.newsfeed--active {
  padding: 115px 70px;
  border-color: #0082d7;
}

@media (max-width: 767px) {
  .newsfeed--active {
    padding: 40px 15px;
  }
}

.newsfeed--active .newsfeed__title {
  font-size: 31px;
  line-height: 1.45;
  margin-bottom: 22px;
}

.blog-post__date-month {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  text-align: center;
  padding-top: 10px;
  float: left;
}

@media (max-width: 767px) {
  .blog-post__date-month {
    width: 70px;
    height: 70px;
  }
}

.blog-post__date {
  font-weight: 300;
  display: block;
  font-size: 50px;
  line-height: 55px;
}

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

.blog-post__month {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.blog-post__text-content {
  padding: 35px 0px 30px 40px;
}

@media (max-width: 767px) {
  .blog-post__text-content {
    padding: 35px 0px 30px 0;
  }
}

.blog-post__desc {
  margin-left: 127px;
}

@media (max-width: 767px) {
  .blog-post__desc {
    margin-left: 97px;
  }
}

.blog-post__title {
  margin-bottom: 5px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}

.blog-post__meta {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 12px;
}

.blog-post__comments {
  padding-right: 38px;
}

.seo-pagination {
  text-align: center;
}

.seo-pagination a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #c6cacc;
  border-radius: 4px;
  margin: 2px 3px;
  color: #27313f;
  font-weight: 700;
  font-size: 14px;
}

.seo-pagination a:hover, .seo-pagination a.active {
  background: #0082d7;
  color: #fff;
  border-color: #0082d7;
}

.widget {
  border: 1px solid #f0f0f0;
  padding: 35px 30px;
  margin-bottom: 30px;
}

.widget__title {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
}

.widget__title:before, .widget__title:after {
  position: absolute;
  width: 40px;
  height: 2px;
  content: '';
  background: #ebebeb;
  top: 20px;
}

.widget__title:before {
  left: -50px;
}

.widget__title:after {
  right: -50px;
}

.widget--about-me .author-name {
  margin-bottom: 10px;
}

.widget--instragram .widget__content img {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
}

.widget--follow .icons a {
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px solid #f0f0f0;
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
  margin: 2px;
}

.widget--follow .icons a:hover {
  background: #d60000;
  border-color: #d60000;
  color: #fff;
}

.widget--category .category-list li {
  border-bottom: 1px solid #f0f0f0;
}

.widget--category .category-list li:last-child {
  border-bottom: 0;
}

.widget--category .category-list li a {
  font-style: italic;
  font-size: 14px;
  padding: 10px 0;
  display: block;
}

.widget--tags .icons {
  margin-right: -4px;
}

.widget--tags .icons a {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #f0f0f0;
  margin-right: 2px;
  margin-bottom: 5px;
  font-size: 14px;
}

.latest-post {
  margin-bottom: 20px;
}

.latest-post:last-child {
  margin-bottom: 0;
}

.latest-post__image {
  width: 80px;
  float: left;
  padding-top: 5px;
}

.latest-post__text-content {
  margin-left: 100px;
}

.latest-post__title {
  font-size: 15px;
  font-weight: 600;
  color: #27313f;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  margin-top: -5px;
}

.latest-post__time {
  font-size: 14px;
}

.latest-post__time i {
  padding-right: 10px;
}

.blog-details__meta {
  display: flex;
}

.blog-details__meta-item:before {
  content: '|';
  padding: 0 20px;
}

.blog-details__meta-item:first-child:before {
  display: none;
}

.blog-details__title {
  margin-bottom: 20px;
}

.blog-details-top {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog-details-top__text-content {
  padding: 30px;
}

.images-box-wrap {
  display: flex;
}

.images-box-wrap .left-images {
  width: 40%;
  padding-right: 30px;
}

.images-box-wrap .right-images {
  width: 60%;
}

.author-info {
  display: table;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.author-info__image-wrap {
  width: 140px;
  border-right: 1px solid #c6cacc;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.author-info__text-content {
  width: calc(100% - 140px);
  padding: 15px 25px 5px 25px;
  display: table-cell;
  vertical-align: middle;
}

.author-info__name {
  margin-bottom: 14px;
}

.comments-title {
  margin-bottom: 30px;
}

.single-comment-wrap .single-comment-wrap {
  padding-left: 50px;
}

.single-comment {
  position: relative;
  margin-bottom: 20px;
}

.single-comment__image {
  float: left;
}

.single-comment__text-content {
  margin-left: 55px;
  border-bottom: 1px solid #c6cacc;
  padding-left: 10px;
}

.single-comment__name {
  display: inline-block;
  font-weight: 500;
  color: #333d4c;
  margin-bottom: 5px;
}

.single-comment__reply-button {
  border: 1px solid #c6cacc;
  padding: 0 8px;
  float: right;
  text-transform: uppercase;
  border-radius: 3px;
}

.single-comment__time-ago {
  display: block;
  margin-bottom: 10px;
}

.leave-comment__form {
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  padding: 45px 30px;
}

.leave-comment__form .input-group {
  margin-bottom: 30px;
}

.leave-comment__form .input-group__input, .leave-comment__form .input-group__textarea {
  background: #f3f3f3;
  border-color: #f3f3f3;
  border-radius: 4px !important;
  box-shadow: none;
  padding-left: 25px;
}

.leave-comment__form .input-group__input {
  height: 47px;
}

.leave-comment__form .input-group__textarea {
  padding-top: 15px;
}

.leave-comment__top-fields {
  display: flex;
  width: 100%;
}

.leave-comment__top-fields .input-group {
  margin-right: 20px;
  flex: 1 1 auto;
}

.leave-comment__top-fields .input-group:last-child {
  margin-right: 0;
}

.vendor iframe {
  border: 0;
}

.scp-play-katuhu {
  display: none;
}

#scp iframe {
  border: 0;
  height: 400px;
  width: 100%;
}

.blog-detail > .image img {
  width: 100%;
}

.blog-qoute-post {
  position: relative;
}

.blog-qoute-post .media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: 1;
}

.blog-qoute-post .qoute {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  cursor: pointer;
  text-align: center;
}

.blog-qoute-post .qoute blockquote {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 0 0;
  border: 0;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
}

.blog-qoute-post .qoute i {
  font-size: 30px;
}

.blog-gallery-post.owl-carousel .owl-dot,
.blog-gallery-post.owl-carousel .owl-nav .owl-next,
.blog-gallery-post.owl-carousel .owl-nav .owl-prev {
  width: 45px;
  height: 45px;
  color: #fff;
  border-radius: 500px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0b52e4;
}

.blog-gallery-post.owl-carousel .owl-nav {
  width: 100%;
  opacity: 0;
  transition: .3s;
}

.blog-gallery-post.owl-carousel:hover .owl-nav {
  opacity: 1;
}

.blog-gallery-post.owl-carousel .owl-nav .owl-next {
  right: 10px;
}

.blog-gallery-post.owl-carousel .owl-nav .owl-prev {
  left: 10px;
}

/* -----------------------------------
** End Blog
-------------------------------------*/
/* -----------------------------------
** Footer
-------------------------------------*/
.main-footer {
  background: #27313f;
  padding-top: 74px;
  color: #babec4;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .main-footer {
    padding-bottom: 50px;
  }
}

.main-footer hr {
  border-color: #37455a;
}

@media (max-width: 991px) {
  .main-footer {
    text-align: center;
  }
}

.footer-contact {
  position: relative;
  min-height: 70px;
  margin-bottom: 25px;
  display: inline-block;
}

.footer-contact__icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 47px;
}

.footer-contact__text-content {
  padding-left: 70px;
  padding-top: 2px;
  text-align: left;
}

.footer-contact__label {
  font-size: 18px;
}

@media (max-width: 480px) {
  .footer-contact__label {
    font-size: 16px;
  }
}

.footer-contact__info {
  color: #fff;
  font-size: 24px;
}

@media (max-width: 480px) {
  .footer-contact__info {
    font-size: 22px;
  }
}

.footer-contact--support .footer-contact__icon {
  color: #d1ae07;
}

.footer-contact--home .footer-contact__icon {
  color: #04ac8c;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget__title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 30px;
}

.footer-widget ul > li {
  margin-bottom: 15px;
}

.footer-widget ul > li > a {
  color: #babec4;
}

.footer-widget ul > li > a:hover {
  color: #fff;
}

.copyright-area {
  color: #babec4;
  background: #222b39;
  padding: 24px 0;
}

.copyright-area a {
  color: #fff;
}

.footer-widget--services, .footer-widget--support {
  position: relative;
}

.footer-widget--services:before, .footer-widget--support:before {
  position: absolute;
  left: -63px;
  top: 18%;
  height: 70%;
  content: '';
  background: #37455a;
  width: 1px;
}

@media (max-width: 991px) {
  .footer-widget--services:before, .footer-widget--support:before {
    display: none;
  }
}

/* -----------------------------------
** End Feature
-------------------------------------*/
/* -----------------------------------
** Banner
-------------------------------------*/
.hero-area {
  position: relative;
}

.hero-area .hero-text-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .hero-area .hero-text-content {
    position: static;
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .main-menu-area--absolute .dropdown-menu > li > a {
    color: #fff;
  }
}

.wow-vs-hidden {
  visibility: hidden;
}

@media (max-width: 767px) {
  .hero-area {
    background: #0082d7;
  }
}

.hero-area > img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .hero-area-home1 > img {
    display: none;
  }
}

.hero {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .hero {
    padding-top: 0;
    margin-top: -15px;
    text-align: center;
  }
}

.hero__title {
  display: block;
  color: #fff;
  font-size: 9.5vh;
  font-weight: 900;
  line-height: 11vh;
  font-family: "Merriweather", serif;
}

@media (max-width: 767px) {
  .hero__title {
    font-size: 40px;
    line-height: 42px;
  }
}

.hero .buttons {
  margin-top: 6vh;
}

.hero .btn {
  color: #fff;
  border-color: #fff;
  margin-bottom: 10px;
}

.hero .btn:hover {
  background: #fff;
  color: #333d4c;
}

.hero-area--home2 {
  height: calc(100vh - 145px);
  background: #0082d7;
}

@media (max-width: 767px) {
  .hero-area--home2 {
    height: auto;
  }
}

.hero-area--home2 .hero {
  padding-top: 0;
  margin-top: -80px;
  height: auto;
}

@media (max-width: 767px) {
  .hero-area--home2 .hero {
    margin-top: 20px;
  }
}

.hero-area--home2 .hero__title {
  display: block;
  color: #fff;
  font-size: 9.5vh;
  font-weight: 900;
  line-height: 11vh;
}

@media (max-width: 767px) {
  .hero-area--home2 .hero__title {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 1440px) {
  .hero-area--home2 {
    height: calc(100vh - 120px);
  }
}

@media (max-width: 1440px) and (max-width: 767px) {
  .hero-area--home2 {
    height: auto;
  }
}

.hero-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}

.hero-wrap .hero {
  width: 50%;
}

@media (max-width: 767px) {
  .hero-wrap .hero {
    text-align: center;
    width: 100%;
  }
}

.hero-wrap .hero-icon-slide {
  width: 50%;
  margin-top: -100px;
  position: relative;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .hero-wrap .hero-icon-slide {
    display: none;
  }
}

.hero-wrap .hero-icon-slide > div {
  width: 100%;
  position: relative;
}

.hero-wrap .hero-icon-slide .icon {
  position: absolute;
  bottom: 0;
}

.hero-wrap .hero-icon-slide .icon1 {
  left: 0;
  top: 20px;
}

.hero-wrap .hero-icon-slide .icon2 {
  left: 25%;
  top: -43px;
}

.hero-wrap .hero-icon-slide .icon3 {
  left: 57%;
  top: -62px;
}

.hero-wrap .hero-icon-slide .icon4 {
  left: 86%;
  top: -39px;
  max-width: 100px;
}

@media (max-width: 991px) {
  .hero-wrap .hero-icon-slide .icon4 {
    left: 73%;
  }
}

.hero-wrap .hero-icon-slide .icon5 {
  left: 34%;
  top: 53px;
  max-width: 90px;
}

.hero-wrap .hero-icon-slide .icon6 {
  left: 54%;
  top: 95px;
  max-width: 94px;
}

.hero-wrap .hero-icon-slide .icon7 {
  left: 79%;
  top: 114px;
  max-width: 94px;
}

.hero-wrap .hero-icon-slide .icon8 {
  left: 57%;
  top: 231px;
  max-width: 110px;
}

.hero-wrap .hero-icon-slide .icon9 {
  left: 83%;
  top: 254px;
  max-width: 80px;
}

.hero-wrap .hero-icon-slide .icon10 {
  bottom: 0;
  left: 35%;
}

.hero-area-home1 {
  position: relative;
}

@media (max-width: 767px) {
  .home1-thumbs {
    display: none;
  }
}

.home1-thumbs .thumb {
  position: absolute;
}

.home1-thumbs .thumb1 {
  top: 25%;
  right: 17%;
  box-shadow: 0 2px 30px rgba(0, 255, 132, 0.8);
  max-width: 13vh;
}

.home1-thumbs .thumb2 {
  top: 22%;
  right: 5%;
  box-shadow: 0 2px 30px rgba(255, 169, 122, 0.8);
  max-width: 9vh;
}

.home1-thumbs .thumb3 {
  top: 46%;
  right: 29%;
  box-shadow: 0 2px 30px rgba(195, 158, 255, 0.8);
  max-width: 15vh;
}

.home1-thumbs .thumb4 {
  bottom: 8%;
  right: 30%;
  box-shadow: 0 2px 30px rgba(255, 222, 0, 0.8);
  max-width: 15vh;
}

.home1-thumbs .thumb5 {
  bottom: 13%;
  right: 8%;
  box-shadow: 0 2px 30px rgba(255, 122, 200, 0.8);
  max-width: 15vh;
}

.home1-thumbs .dot {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
}

.home1-thumbs .dot1 {
  background: #439bd3;
  top: 17%;
  right: 20%;
}

.home1-thumbs .dot2 {
  background: #0a42b2;
  top: 46%;
  right: 25%;
}

.home1-thumbs .dot3 {
  background: #3a0752;
  top: 46%;
  right: 10%;
}

.home1-thumbs .dot4 {
  background: #d3438e;
  bottom: 8%;
  right: 38%;
}

.home1-thumbs .dot5 {
  background: #e2b31b;
  bottom: 15%;
  right: 18%;
}

.banner-area {
  position: relative;
  background-size: cover;
  background-position: center center;
  padding-top: 153px;
  padding-bottom: 170px;
  background: url("../images/banner.jpg");
}

@media (max-width: 991px) {
  .banner-area {
    padding-top: 63px;
    padding-bottom: 80px;
  }
}

.banner-area:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.banner-text__title {
  font-size: 90px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 34px;
}

@media (max-width: 991px) {
  .banner-text__title {
    font-size: 50px;
    margin-bottom: 10px;
  }
}

.banner-text p {
  max-width: 700px;
  color: #e3e3e3;
  font-size: 18px;
  margin-bottom: 45px;
}

.seo-breadcumb li {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 120px;
}

@media (max-width: 767px) {
  .seo-breadcumb li {
    padding-left: 70px;
  }
}

.seo-breadcumb li:last-child a {
  color: #fff;
}

.seo-breadcumb li a {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  position: relative;
  color: #a9a9a8;
}

.seo-breadcumb li a:hover {
  color: #fff;
}

.seo-breadcumb li:before {
  content: "\e902";
  font-family: 'icomoon' !important;
  font-size: 40px;
  left: 30px;
  position: absolute;
  color: #fff;
  top: -17px;
}

@media (max-width: 767px) {
  .seo-breadcumb li:before {
    left: 13px;
  }
}

.seo-breadcumb li:first-child {
  padding-left: 0;
}

.seo-breadcumb li:first-child:before {
  display: none;
}

/* -----------------------------------
** End Banner
-------------------------------------*/
/* -----------------------------------
** About us
-------------------------------------*/
.awards {
  display: flex;
}

@media (max-width: 991px) {
  .awards {
    display: block;
  }
}

.award-section {
  text-align: center;
  background: #333d4c;
}

.award-section .section-title {
  color: #fff;
}

.award-section .section-sub-title {
  color: #989fa8;
}

.award {
  width: 33.3333333%;
  background: #424c5c;
  text-align: center;
  padding: 80px 15px 45px 15px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 991px) {
  .award {
    width: 100%;
  }
}

.award::before, .award::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 70px;
  content: '';
}

.award:before {
  top: 30px;
}

.award:after {
  bottom: 30px;
}

.award__icon {
  font-size: 80px;
  color: #fff;
}

.award__icon-wrap {
  margin-bottom: 30px;
}

.award__year {
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 32px;
}

.award p {
  color: #fff;
}

.award.active {
  background: #0082d7;
}

.award.active:before, .award.active:after {
  background: #0082d7;
  transition: .5s;
}

.award.active:before {
  top: -50px;
}

@media (max-width: 991px) {
  .award.active:before {
    top: -30px;
  }
}

.award.active:after {
  bottom: -50px;
}

@media (max-width: 991px) {
  .award.active:after {
    bottom: -30px;
  }
}

.team-member {
  text-align: center;
  margin-bottom: 30px;
}

.team-member__iamge-wrap {
  overflow: hidden;
}

.team-member__iamge-wrap img {
  transition: .8s;
  width: 100%;
}

.team-member:hover .team-member__iamge-wrap img {
  transform: scale(1.5);
}

.team-member__text-content {
  padding-top: 35px;
  padding-bottom: 20px;
}

.team-member__name {
  margin-bottom: 0;
}

.team-member__designation {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.team-member .social-icons {
  padding-top: 22px;
}

.team-member .social-icons li {
  margin: 2px;
}

.team-member .social-icons li a {
  background: #f1f1f1;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 4px;
  color: #8b959e;
  padding: 0;
}

.team-member .social-icons li a:hover {
  background: #0082d7;
  color: #fff;
}

/* -----------------------------------
** End About us
-------------------------------------*/
/* -----------------------------------
** Contact Us
-------------------------------------*/
#mapContainer {
  height: 500px;
}

@media (max-width: 767px) {
  #mapContainer {
    height: 300px;
  }
}

.contact-info {
  text-align: center;
  margin-bottom: 25px;
}

.contact-info__icon-wrap {
  width: 80px;
  height: 80px;
  font-size: 25px;
  background: #0082d7;
  color: #fff;
  line-height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border-radius: 100%;
}

.contact-info__text {
  font-size: 14px;
}

.contact-form .btn {
  border-radius: 0;
}

/* -----------------------------------
** End Contact Us
-------------------------------------*/
/* -----------------------------------
**  Preloader
-------------------------------------*/
.preloader {
  background: #0082d7;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
}

.preloader .ball-scale-multiple {
  position: relative;
  top: 50%;
  left: 50%;
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}

.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear;
}

.ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important;
}

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

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

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-multiple > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}

.cd-top {
  position: fixed;
  bottom: -100%;
  right: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  font-size: 30px;
  color: #fff;
  background: #0082d7;
  opacity: 1;
  border-radius: 100%;
  transition: 1s;
  z-index: 88;
}

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

.backtop-top-show {
  bottom: 20px;
}

.loader {
  border: 5px solid #ebebeb;
  border-radius: 50%;
  border-top: 5px solid #0082d7;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  top: 45%;
  top: calc(50% - 30px);
  left: 45%;
  left: calc(50% - 30px);
  z-index: 88;
}

.loader.loder-hide {
  display: none;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* -----------------------------------
**  End Preloader
-------------------------------------*/
