@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Work+Sans');
@import url('https://use.fontawesome.com/releases/v5.0.8/js/all.js');

html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  background-color: #1E3F98;
}

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

p {
  font-size: 14px;
}

.bglight {
  background: #fff;
  position: relative;
}

.padding {
  padding-top: 100px;
  /*padding-bottom: 50px;*/
}

. {
  padding-bottom: 60px;
}

.no-padding {
  padding: 0;
}

.btn-rounded {
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.modex-loader {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1111;
  background: #fff;
  overflow-x: hidden;
}

#preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  height: 120px;
  margin-left: -60px;
  display: inline-block;
  width: 120px;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #1E3F98;
  border-bottom-color: #2DC2E9;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #1E3F98;
  border-bottom-color: #2DC2E9;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #2DC2E9;
  border-bottom-color: #1E3F98;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.header-appear .navbar-default {
  background: #333333;
  transition: background 2s ease;
  padding-top: 7px;
  padding-bottom: 7px;
  min-height: 70px;
  transform: translateZ(0);
  -webkit-transition: all .9s linear;
  -o-transition: all .9s linear;
  transition: all .9s linear;
}

/* logo change */
header .logo .logo-dark, header .logo .logo-light {
  visibility: hidden;
  opacity: 0;
  width: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

header .logo .logo-dark.default, header .logo .logo-light.default {
  visibility: visible;
  opacity: 1;
  width: auto;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

header.header-appear nav.header-dark-transparent .logo .logo-light, header.header-appear nav.header-dark .logo .logo-light {
  visibility: visible;
  opacity: 1;
  width: auto;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

header.header-appear nav.header-dark-transparent .logo .logo-dark, header.header-appear nav.header-dark .logo .logo-dark {
  visibility: hidden;
  opacity: 0;
  width: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

header.header-appear nav.header-light-transparent .logo .logo-dark, header.header-appear nav.header-light .logo .logo-dark {
  visibility: visible;
  opacity: 1;
  width: auto;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

header.header-appear nav.header-light-transparent .logo .logo-light, header.header-appear nav.header-light .logo .logo-light {
  visibility: hidden;
  opacity: 0;
  width: 0;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

header a.logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 0
}

header a.logo img {
  max-height: 35px;
  max-width: 100px;
  vertical-align: sub;
}

.header-appear .header-social-icon .header-social-icon a {
  margin-top: 25px;
}

header .logo .logo-dark.default, header .logo .logo-light.default {
  visibility: visible;
  opacity: 1;
  width: auto;
}

header a.logo img {
  max-height: 41px;
  max-width: 200px;
  vertical-align: sub;
  margin-top: 22px;
  margin-left: -8px;
}

.header-appear a.logo img {
  margin-top: 15px;
  left: 3%;
}

.nav_line li.active a:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}

.nav_line li a:before {
  position: absolute;
  content: '';
  width: 100%;
  display: table;
  height: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  bottom: -5px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: #1E3F98;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -ms-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  background: linear-gradient(to right, #1E3F98 0%, #1E3F98 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E3F98', endColorstr='#1E3F98', GradientType=1);
  /* IE6-9 */
  visibility: hidden;
  opacity: 0;
}

header nav .navbar-nav>li>a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.015em;
  font-family: 'Poppins', sans-serif;
  color: #FFFFFF !important;
  margin: 20px 26px;
  padding: 0;
  transform: translateZ(0);
  -webkit-transition: all .9s linear;
  -o-transition: all .9s linear;
  transition: all .9s linear;
}

nav .navbar-nav {
  margin-top: 10px;
}

.header-appear nav .navbar-nav {
  margin-top: 0;
}

header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav>li>a, header.sticky nav.navbar.navbar-default.navbar-top ul.nav>li>a {
  padding: 20px 0 20px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
}

nav.navbar.bootsnav.white-link ul.nav>li a:hover {
  color: #fe5639 !important;
  background: none;
  transform: translateZ(0);
  -webkit-transition: all .9s linear;
  -o-transition: all .9s linear;
  transition: all .9s linear;
}

header nav .row>div:first-child {
  flex: 1 1 auto;
}

header nav {
  width: 100%;
  top: 0px;
  z-index: 99;
  margin-bottom: 0;
  display: table;
}

.header-social-icon a {
  top: -2px;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  background: #1E3F98;
  background: -moz-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  background: -webkit-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  background: -ms-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  background: linear-gradient(to right, #1E3F98 0%, #1E3F98 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E3F98', endColorstr='#1E3F98', GradientType=1);
  color: #fff !important;
  border-radius: 25px;
  padding: 9px;
  padding-right: 30px;
  font-weight: 100;
  transition-duration: .4s;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  -ms-transition-duration: .4s;
  -o-transition-duration: .4s;
  text-decoration: none;
  line-height: 20px;
}

.header-social-icon {
  margin-top: 30px;
  margin-left: -67px;
}

.header-appear .header-social-icon {
  margin-top: 20px;
}

i.fa.fa-phone.padding-5px-right {
  padding-left: 4px;
  padding-right: 4px;
}

.header-social-icon a:hover {
  text-decoration: none;
}

.navbar-fixed-bottom, .navbar-fixed-top {
  z-index: 99;
}

/*Side Nav */
.menu_bars {
  position: fixed;
  width: 28px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  transition: all linear 300ms;
  right: 3%;
  padding: 11px 10px;
  top: 25px;
  color: #FFF;
}

.header-appear .menu_bars {
  top: 22px;
  transform: translateZ(0);
  -webkit-transition: all .9s linear;
  -o-transition: all .9s linear;
  transition: all .9s linear;
}

.menu_bars span {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: 9px;
  right: 0;
  -webkit-transition: all .9s linear;
  -o-transition: all .9s linear;
  transition: all .9s linear;
}

.menu_bars .t1 {
  margin-top: -4px;
  width: 80%;
}

.menu_bars .t3 {
  top: 17px;
  margin-top: 4px;
  width: 50%;
}

.menu_bars:hover .t1, .menu_bars:hover .t3 {
  width: 100%;
}

.pushmenu {
  background: #1E3F98;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -ms-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  /* Internet Explorer */
  background: linear-gradient(to right, #1E3F98 0%, #1E3F98 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E3F98', endColorstr='#1E3F98', GradientType=1);
  /* IE6-9 */
  padding: 20px 15px;
  width: 600px;
  height: 100%;
  top: 0;
  z-index: 1100;
  position: fixed;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.pushmenu-right.pushmenu-open {
  right: 0;
}

.pushmenu.pushmenu-right {
  padding: 5px 20px 20px 60px;
}

.pushmenu-right {
  right: -600px;
}

.side-nav .menu_bars.active.right {
  background: none;
}

.menu_bars.active.right {
  position: fixed;
  padding: 15px;
  top: 22px !important;
  z-index: 9999;
  bottom: auto;
  transform: translateZ(0);
  -webkit-transition: all .9s linear;
  -o-transition: all .9s linear;
  transition: all .9s linear;
}

.side-nav .menu_bars.active.right span {
  width: 24px;
  height: 2px;
  background: #ffffff;
  -webkit-transition: all .9s linear;
  -o-transition: all .9s linear;
  transition: all .9s linear;
}

.menu_bars.active span.t1 {
  margin-top: -5px;
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.side-nav .menu_bars.active.right span .t2 {
  margin: 4px;
}

.side-nav .menu_bars span.t2 {
  margin: 3px 0;
}

.menu_bars.active span.t2 {
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu_bars.active span.t3 {
  -webkit-transform: translateY(-5px) rotate(-135deg);
  transform: translateY(-5px) rotate(-135deg);
}

.pushmenu .push-logo {
  display: inline-block;
  z-index: 9999;
  width: 115px;
  margin-top: 24px;
  margin-left: 0px;
}

.push-bottom {
  position: absolute;
  bottom: 30px;
  color: #FFFFFF;
}

.pushmenu .push_nav {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  background: transparent;
}

.pushmenu .push_nav li {
  display: block;
  font-size: 20px;
  margin: 0 0px 18px 0px;
  text-transform: capitalize;
  padding-left: 0;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}

.pushmenu .push_nav>li>a, .header-appear .pushmenu .push_nav>li>a {
  color: #fff;
}

.pushmenu .push_nav>li>a>span {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  width: 30px;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
  color: #fff !important;
  opacity: 0.7;
  margin-right: 20px;
  margin-top: 0px;
  font-weight: 500;
  transform: translateZ(0);
  -webkit-transition: all .9s linear;
  -o-transition: all .9s linear;
  transition: all .9s linear;
}

.pushmenu .social_icon {
  position: absolute;
  bottom: 15px;
  left: 25px;
  right: 0;
}

a.facebook-bg-hvr:hover {
  background: #3C599F;
  background-color: #3C599F;
  border-radius: 50%;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

a.instagram-bg-hvr:hover {
  border-radius: 50%;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

p.text-white.text-small {
  margin-top: 10px;
}

.sidebar_menu .small-icon li {
  margin: 0;
}

.sidebar_menu .small-icon li a {
  color: #fff;
}

.sidebar_menu .small-icon li a:hover {
  color: #fff;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.pushmenu.pushmenu-open .push_nav>li {
  -webkit-transform: translate3d(0, 0px, 0px);
  transform: translate3d(0, 0px, 0px);
  opacity: 1;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.pushmenu .push_nav>li {
  display: block;
  position: relative;
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  opacity: 0;
}

.pushmenu .push_nav>li a {
  display: block;
}

.pushmenu.pushmenu-open .push_nav>li a:hover {
  transform: translateX(-10px);
  transition: all 300ms linear;
}

.side-nav-social-icon a {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  color: #fff;
  height: 30px;
  line-height: 30px;
  width: 30px;
  margin: 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

.static-img-background {
  background-image: url(../images/slidernewimage3.jpg);
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.forcarousel {
  font-size: 15px !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 20px !important;
}

p.heading1 {
  font-size: 38px !important;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: normal !important;
}

p.moreheading1 {
  color: #fff;
  font-size: 16px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: normal !important;
  letter-spacing: 1px !important;
}

a.slider-btn.btn.btn-white.btn-rounded.btn-large.btn-hvr-white.margin-10px-right {
  border-radius: 50px !important;
  background: transparent !important;
  color: #FFFFFF !important;
  font-size: 14px !important;
  padding: 9px 25px !important;
  line-height: 25px;
  display: inline-block;
  border: 1px solid #fff !important;
  text-align: center !important;
  width: auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  transition-duration: 0.3s;
  transition: all 0.3s !important;
  transition-timing-function: ease-in-out;
}

a.slider-btn.btn.btn-white.btn-rounded.btn-large.btn-hvr-white.margin-10px-right:hover {
  background: #fff !important;
  /* Old browsers */
  color: #1E3F98 !important;
  border: 1px solid white !important;
  transition-duration: 0.3s;
  transition: all 0.3s !important;
  transition-timing-function: ease-in-out;
}

.behance-slider .owl-theme .owl-dots .owl-dot span {
  background: none;
  border: 2px solid #4e5456;
}

.behance-slider .owl-theme .owl-dots .owl-dot.active span,
.behance-slider .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #d8a62a;
}

a.slider-btn1.btn.btn-white.btn-rounded.btn-large.btn-hvr-white.margin-10px-right
{
    color: #FFFFFF !important;
    background: #fe563a !important; /* Old browsers */
    background: -moz-linear-gradient(left, #fe563a 0%, #e43a78 100%)!important; /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fe563a 0%,#e43a78 100%)!important; /* Chrome10-25,Safari5.1-6 */
    background: -ms-linear-gradient(left, #fe563a 0%,#e43a78 100%) !important;
    background: linear-gradient(to right, #fe563a 0%,#e43a78 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe563a', endColorstr='#e43a78',GradientType=1 ); /* IE6-9 */
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
a.slider-btn1.btn.btn-white.btn-rounded.btn-large.btn-hvr-white.margin-10px-right:hover
{
    color: #333333 !important;
    background: #FFFFFF !important;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;

}

.navbar-icon {
  text-align: center;
  margin-top: 34px;
}

.contact-button {
  padding: 12px 25px;
  font-size: 16px;
  border: 2px solid;
  font-weight: 300;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  background: transparent;
}



/* SERVICES*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.top20 {
  margin-top: 20px;
}

img.parallaxie {
  margin-left: -120px;
}

.btn.btn-rounded.btn-large {
  margin-bottom: 140px;
}

.btn.btn-rounded {
  border-radius: 50px;
}

.btn.btn-white {
  background: #fff;
  color: #000;
}

.btn.btn-large {
  padding: 9px 30px;
  line-height: 25px;
}

.btn {
  display: inline-block;
  border: 2px solid transparent;
  letter-spacing: .5px;
  line-height: inherit;
  border-radius: 0;
  width: auto;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  transition-duration: 0.3s;
  transition: all 0.3s !important;
  transition-timing-function: ease-in-out;
}

a.btn.btn-white.btn-rounded.btn-large.btn-hvr-white.margin-10px-right:hover {
  background: #333333;
  color: #FFFFFF;
  -webkit-transition: all .7s linear;
  -o-transition: all .7s linear;
  transition: all .7s linear;
}

section.counter.no-transition {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

h2.detailcounter.blackcolor.text-center {
  font-size: 44px;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  padding-bottom: 30px;
}

p.bottom40.text-center {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 86px;
  line-height: normal;
  color: #b2b2b2;
  font-weight: 300;
}

h3.count.text-extra-dark-gray.font-weight-100.no-margin-bottom {
  font-size: 38px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: -webkit-left;
}

p.no-margin-bottom.font-weight-400.text-medium-gray {
  padding-left: 133px;
  padding-top: 20px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #858585;
  text-align: -webkit-left;
}

.counter-icon {
  margin-top: -7px;
  float: left;
  font-size: 46px;
  margin-right: 25px;
}

.counter-icon i.fa {
  background: #1E3F98;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -ms-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  /* Internet exprorer */
  background: linear-gradient(to right, #1E3F98 0%, #1E3F98 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E3F98', endColorstr='#1E3F98', GradientType=1);
  /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 60px;
}

.counter-icon i.fa:hover {
  transform: translateY(-10px);
  transition: all 300ms linear;
}

.overlay {
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

.center-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

a {
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

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

a {
  color: inherit;
}

.testimonial {
  background-image: url("../images/videoparallax.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}

section.video-section.video-parallax.no-transition {
  background-image: url(../images/videoparallax.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-background-size: cover;
}

p.text-medium.text-dark-gray.margin-20px-bottom {
  color: #ffffff;
  font-size: 23px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

h1.text-white.font-weight-500 {
  font-size: 60px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  margin-bottom: 65px;
}

.center-col {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.btn.btn-extra-large {
  font-size: 45px;
  line-height: 2px;
  color: #FFFFFF;
}

.btn {
  letter-spacing: .5px;
  width: auto;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  transition-duration: 0.3s;
  transition: all 0.3s !important;
  transition-timing-function: ease-in-out;
}

i.fa.fa-play-circle {
  font-size: 55px;
  margin-right: 10px;
  display: inline;
  vertical-align: middle;
  margin-top: -10px;
}

.btn.btn-extra-large:hover i.fa.fa-play-circle {
  display: initial;
  background: #1E3F98 !important;
  background: -moz-linear-gradient(left, #1E3F98 0%, #1E3F98 100%) !important;
  background: -webkit-linear-gradient(left, #1E3F98 0%, #1E3F98 100%) !important;
  background: -ms-linear-gradient(left, #1E3F98 0%, #1E3F98 100%) !important;
  background: linear-gradient(to right, #1E3F98 0%, #1E3F98 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E3F98', endColorstr='#1E3F98', GradientType=1) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

i.fa.fa-play-circle:hover {
  display: initial;
  background: #1E3F98;
  background: -moz-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  background: -webkit-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  background: -ms-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  background: linear-gradient(to right, #1E3F98 0%, #1E3F98 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E3F98', endColorstr='#1E3F98', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

/*Pricing table css start */
* {
  box-sizing: border-box;
}

.price-hide-sm {
  padding-bottom: 70px;
}

.price {
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 7px 15px 0 rgba(7, 7, 5, 1.5);
  background-color: #fff;
}

.price .table-header {
  background-color: #1e3f98;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

h1.pricing_rate {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333333;
}

h1.pricing_rate .zero {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333333;
}

h5.month {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.prices {
  width: 70%;
  margin: 0 auto;
}

.price li {
  font-family: 'Poppins', sans-serif;
  color: #09262E;
  font-size: 14px;
  text-align: center;
}

.price .price-blue {
  font-family: 'Poppins', sans-serif;
  color: #1E3F98 !important;
  font-size: 14px;
  text-align: center;
}

.button {
  display: inline-block;
  background-color: #333333;
  border: 1px solid transparent;
  color: #FFFFFF;
  padding: 9px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  border-radius: 50px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: .5px;
  text-transform: capitalize;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

li.grey {
  margin-top: 40px;
  margin-bottom: 40px;
}

.button:hover {
  background: #1E3F98;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1E3F98 0%, #1E3F98 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1E3F98 0%, #1E3F98 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: -ms-linear-gradient(left, #1E3F98 0%, #1E3F98 100%) !important;
  /* Internet Explorer */
  background: linear-gradient(to right, #1E3F98 0%, #1E3F98 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E3F98', endColorstr='#1E3F98', GradientType=1);
  /* IE6-9 */
  border: 1px solid transparent !important;
  color: #FFFFFF;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.bg-color-text {
  background: #1E3F98;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1E3F98 0%, #1E3F98 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1E3F98 0%, #1E3F98 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: -ms-linear-gradient(left, #1E3F98 0%, #1E3F98 100%) !important;
  /* Internet Explorer */
  background: linear-gradient(to right, #1E3F98 0%, #1E3F98 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E3F98', endColorstr='#1E3F98', GradientType=1);
  /* IE6-9 */
  border: 1px solid transparent !important;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  color: #FFFFFF !important;
  margin-top: 2px;
}

.bg-color-text p {
  color: #FFFFFF !important;
  padding-top: 30px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
}

.button.bg-color-text:hover {
  background: #333333 !important;
  color: #FFFFFF;
  border: 1px solid transparent;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.li-height {
  margin-top: -45px;
}

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

.blog-box p {
  font-family: 'Poppins', sans-serif;
  color: #09262E;
  font-size: 14px;
  text-align: left;
}

.caseras p {
  margin-top: 50px;
  padding-bottom: 45px;
  font-family: 'Poppins', sans-serif;
  color: #09262E;
  font-size: 14px;
  text-align: left;
}

.blog-box .heading-title {
  margin-bottom: 40px;
}

/* Blog Detail Css Start*/
.blog-cover {
  background: url("../images/blog-header.jpg") !important;
  background-size: cover;
  background: no-repeat;
  background-position: top center !important;
  padding-bottom: 120px;
  width: 100%;
}

h1.text-capitalize.alt-font.text-white.margin-20px-bottom.font-weight-700 {
  padding-top: 195px;
}

section#ourblog {
  background: #f6f6f6;
  padding-bottom: 120px;
  padding-top: 20px;
}

.alt-font {
  font-family: 'Montserrat', sans-serif;
}

.top40 {
  margin-top: 40px;
  font-weight: 400;
}

h3.top40.darkcolor.bottom25 {
  font-size: 25px;
  text-transform: capitalize;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.bottom25 {
  margin-bottom: 25px;
}

p.text-white.margin-5px-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-white {
  color: #FFF;
}

.margin-5px-bottom {
  margin-bottom: 5px;
}

.ourblog .blog_desc {
  position: relative;
}

.ourblog .desc_tags {
  position: absolute;
  top: 15px;
  left: 15px;
}

.category li {
  border-bottom: 1px solid #e8ecf0;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.category li a {
  color: #666666;
}

.category li a:hover, .category li a:focus, .widget .media-body>a:hover {
  background: #1E3F98;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1E3F98 0%, #1E3F98 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1E3F98 0%, #1E3F98 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: -ms-linear-gradient(left, #1E3F98 0%, #1E3F98 100%) !important;
  /* Internet Explorer */
  background: linear-gradient(to right, #1E3F98 0%, #1E3F98 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E3F98', endColorstr='#1E3F98', GradientType=1);
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
}

.blog_author .photo>.widget .media-body>a, .pager li>a, .readmore, .button, .updates .latest_updates .update_text p {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}

.widget_search .form-control {
  border: 1px solid #b3b6b9 !important;
  border-right: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  height: 42px;
  position: relative;
}

.postanchor .share {
  color: #ffffff;
}

.postanchor .share {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  left: 50%;
  line-height: 38px;
  margin-left: -17px;
  margin-top: -17px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 35px;
  z-index: 1;
}

.category li a {
  color: #666666;
}

.blog_item .swiper-container {
  height: 440px;
}

i.fa.fa-search {
  background: #1E3F98;
  background: -moz-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  background: -webkit-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  background: -ms-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  background: linear-gradient(to right, #1E3F98 0%, #1E3F98 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E3F98', endColorstr='#1E3F98', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.widget_search .input-group-addon {
  background: transparent;
  border: 1px solid #b3b6b9;
  border-left: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 19px;
  padding: 0 12px;
}

form.widget_search {
  margin-bottom: 60px;
}

h4.text-capitalize.darkcolor.bottom15 {
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #333333;
  font-size: 22px;
  margin-bottom: 20px;
}

/*Contact Form Css Start */
.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact100-form-title {
  color: #1e3f98;
  padding-bottom: 32px;
  font-size: 28px;
  font-family: 'Oswald';
  font-weight: 700;
}

.wrap-5555contact100 {
  margin-top: 50px;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
}

.label-input100 {
  font-size: 14px;
  color: #555555;
  line-height: 1.5;
}

.input100 {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 2.2;
  padding: 0 12px;
  margin-top: -32px;
  border-radius: 20px;
  border: solid 2px #1E3F98;
  background-color: #E3EBED;
}

.input1000 {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 2.2;
  padding: 0 12px;
  margin-top: -32px;
  border-radius: 20px;
  border: solid 2px #1E3F98;
  background-color: #E3EBED;
  height: 48px;
}

input.input100 {
  height: 48px;
}

input.input1000 {
  height: 48px;
}

textarea.input100 {
  min-height: 162px;
  padding-top: 19px;
  padding-bottom: 13px;
}

.contact100-more {
  display: block;
  max-width: 960px;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  padding: 40px 0 10px 0;
}

.btn-send {
  background: #1E3F98;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1E3F98 0%, #1E3F98 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1E3F98 0%, #1E3F98 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: -ms-linear-gradient(left, #1E3F98 0%, #1E3F98 100%) !important;
  /* Internet Explorer */
  background: linear-gradient(to right, #1E3F98 0%, #1E3F98 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E3F98', endColorstr='#1E3F98', GradientType=1);
  /* IE6-9 */
  border: 1px solid transparent !important;
  color: #FFFFFF !important;
  padding: 9px 40px;
  text-align: center;
  text-decoration: none;
  width: auto;
  font-size: 12px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1.5px;
  line-height: 25px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: normal;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.btn-send:hover {
  color: #1E3F98 !important;
  background: #fff !important;
  border: 2px solid #1E3F98 !important;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.contact-section-widht {
  padding: 0px 62px;
}

.paad-top-p {
  font-family: 'Poppins', sans-serif;
  color: #09262E;
  font-size: 14px;
  text-align: left;
}

.paad-right {
  margin-top: 75px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #333333;
  text-align: justify;
  margin-left: -40px;
}

/*icons*/
.icon {
  font-size: 28px;
  margin-left: 34px;
  margin-top: -10px;
  color: #1E3F98;
  text-align: left;
}

.facontact:hover {
  background: #1E3F98;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -ms-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  background: linear-gradient(to right, #1E3F98 0%, #1E3F98 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.nopads:hover .fa {
  background: #1E3F98;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -ms-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  background: linear-gradient(to right, #1E3F98 0%, #1E3F98 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.p-text-form {
  font-family: 'Open Sans', sans-serif;
  color: #959595;
}

.icon1 {
  font-size: 40px;
  margin-left: 25px;
}

.mr-top-icon-1 {
  margin-top: 40px;
  margin-left: -40px;
}

.mr-top-icon-2 {
  margin-top: 40px;
  margin-left: -36px;
}

.mr-top-icon-3 {
  margin-top: 40px;
  margin-left: -40px;
}

.icon-text-color {
  color: #515a5f;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
}

.header-appear .center-logo {
  margin-top: -30px;
}

.medium-icon.side-nav-social-icon.list-inline.push-button {
  position: absolute;
  bottom: 30px;
  color: #FFFFFF;
}

/* INDEX THREE STYLING */
.bottom-nav nav .navbar-index3newnav {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

nav.index3-push.pushmenu {
  background: #fff !important;
}

.index3-push .index3-sidenav>li>a {
  background: #1E3F98;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -ms-linear-gradient(left, #1E3F98 0%, #1E3F98 100%);
  background: linear-gradient(to right, #1E3F98 0%, #1E3F98 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E3F98', endColorstr='#1E3F98', GradientType=1);
  /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;

}

.index3-push.pushmenu .push_nav>li>a>span {
  color: #333333;
  -webkit-text-fill-color: #333333;
  font-size: 22px;
  font-weight: 900;
}

.header-appear .header-social-icon2 a {
  color: #333333 !important;
}

.header-appear .header-social-icon2 a:hover {
  color: #FFFFFF !important;
}

.index3-socialicon.side-nav-social-icon a {
  color: #333333;
  border: 1px solid;
}

.index3-socialicon.side-nav-social-icon a:hover {
  color: #FFFFFF;
}

.index3-text.text-white {
  color: #333333;
}

.bottom-nav.side-nav .menu_bars.active.right span {
  background: #2DC2E9;
}

header nav.navbar-default, nav.navbar.bootsnav {
  border-bottom: 0;
}

.bottom-nav .navbar-fixed-top {
  position: absolute;
  top: auto;
  bottom: 0px;
  margin: 0;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear .menu_bars.color-change span {
  background: #2DC2E9 !important;
}

.header-appear .navbar-index3nav {
  background: #1E3F98;
  transition: background 1s ease;
  padding-top: 7px;
  padding-bottom: 7px;
  min-height: 70px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

header.header-appear nav .navbar-nav.navbar-index3newnav>li>a {
  color: #fff !important;
}

nav.navbar.bootsnav.nav-white-list ul.nav>li a:hover {
  color: #2DC2E9 !important;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

.nav_line li.active a:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}

.nav_line li a:before {
  position: absolute;
  content: '';
  width: 100%;
  display: table;
  height: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  bottom: -5px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: #fff;
  /* Old browsers */
  visibility: hidden;
  opacity: 0;
}

.bottom-nav .menu_bars {
  position: absolute;
  top: auto;
  bottom: 25px;
}

.bottom-nav .header-appear .menu_bars {
  top: auto;
}

.bottom-nav .pushmenu-fixed.menu_bars {
  position: fixed;
  top: 22px;
  bottom: auto;
}

.bottom-nav .navbar-bottom-top .menu_bars {
  position: fixed !important;
  top: 22px !important;
}

.navbar-bottom-top {
  position: fixed !important;
  top: 0 !important;
  bottom: auto !important;
  margin: auto !important;
}

header nav.navbar {
  border-radius: 0;
  padding: 0;
}

.navbar-fixed-bottom, .navbar-fixed-top {
  z-index: 99;
}

.navbar-fixed-top.header-appear {
  top: 0;
  bottom: auto;
}


/* Index 3 styling end */
/*MEDIA QUERIES */
@media (max-width: 768px) {
  .center-logo {
    left: 20%;
  }

  .bottom-logo {
    margin-top: -30px;
  }

  .gradient-logo {
    margin-top: -18px;
  }

  .index-4#menu_bars {
    right: 1%;
    margin-top: -15px;
  }

  .header-appear .bottom-logo {
    margin-top: 0px;
  }

  .menu_bars {
    top: 24px;
  }

  .index3-socialicon.side-nav-social-icon a {
    margin-left: 10px;
  }

  header a.logo img {
    margin-top: 30px;
  }

  .header-appear a.logo img {
    margin-top: 15px;
  }

  .navbar-fixed-top {
    top: 0px;
  }

  .pushmenu.pushmenu-right {
    padding: 0px 0px 0px 60px;
  }

  .pushmenu {
    width: 300px;
  }

  .pushmenu .push_nav {
    margin-left: -30px;
  }

  .pushmenu .push-logo {
    margin-left: -30px;
  }

  p.text-white.text-small {
    margin-top: 0px;
    margin-left: 15px;
  }

  .push-bottom {
    position: absolute;
    bottom: 20px;
    color: #FFFFFF;
    margin-left: -43px;
  }

  .header-social-icon a {
    display: none;
  }

  p.heading1 {
    font-size: 25px !important;
  }

  p.moreheading1 {
    font-size: 10px !important;
  }

  .bottom20 {
    font-size: 17px;
    margin-top: 10px;
  }

  .padding {
    padding-top: 80px;
    padding-bottom: 0px;
  }

  .process-number {
    margin-top: 45px;
  }

  img.parallaxie {
    margin-left: -80px !important;
    width: 50%;
    display: inline-block;
  }

  .parallax1 h4.font-xlight.wow.fadeInUp {
    text-align: center;
    font-size: 17px
  }

  .parallax1 p.bottom25 {
    text-align: center;
    font-size: 15px;
  }

  .parallax1 {
    padding-top: 80px !important;
    padding-bottom: 0px;
  }

  h1.top25 {
    font-size: 30px !important;
    font-family: 'Oswald', sans-serif;
  }

  h2.top25 {
    font-size: 30px !important;
    font-family: 'Oswald', sans-serif;
  }

  h2.detailcounter.blackcolor.text-center {
    font-size: 25px;
    padding-bottom: 15px;
    font-family: 'Oswald', sans-serif;
  }

  p.bottom40.text-center {
    padding-bottom: 0px;
  }

 section.counter.no-transition {
    /*padding-top: 80px;
    padding-bottom: 80px;*/
  }

  .counter-icon i.fa {
    margin-left: 20px;
    margin-top: 60px;
  }

  p.no-margin-bottom.font-weight-400.text-medium-gray {
    font-size: 20px;
  }

  section#team {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  p.heading_space {
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .team-box {
    position: relative;
    overflow: hidden;
    content: "";
    width: 80%;
    box-shadow: 0px 2px 2px 2px #eeeeee;
    border: 4px solid #FFFFFF;
    max-width: 400px;
  }

  .roundedimage {
    margin-left: 0px !important;
  }

  h1.testimonial-member-name {
    margin-left: 0px;
    font-size: 16px;
    text-align: center;
  }

  p.bottom40.text-center {
    font-size: 15px !important;
  }

  p.testimonial-member-desc {
    font-size: 15px !important;
    font-weight: 300;
    text-align: center;
    margin-left: 5px;
  }

  p.area-title.text-capitalize.margin-10px-bottom {
    font-size: 17px;
    padding-bottom: 10px;
  }

  .testimonial {
    min-height: 100px;
    background-image: url(../images/videoparallax.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    background-attachment: scroll;
    background-position: center;
  }

  section#work {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  h1.text-medium.margin-10px-bottom {
    font-size: 25px;
  }

  .cbp-l-filters-buttonCenter .cbp-filter-item {
    font-size: 15px;
  }

  .cbp-l-filters-buttonCenter {
    margin-bottom: 15px;
  }

  p.text-medium.text-dark-gray.margin-20px-bottom {
    font-size: 15px;
  }

  .cbp-l-filters-buttonCenter .cbp-filter-item {
    margin-bottom: -3px;
  }

  .cbp-l-caption-alignCenter .cbp-l-caption-body {
    display: none;
  }

  h1.text-white.font-weight-500 {
    font-size: 30px;
    margin-bottom: 45px;
  }

  section.parallax.video-parallax.no-transition {
    background-image: url(../images/videoparallax.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-dummy {
    padding-bottom: 0px;
    font-size: 15px;
  }

  .text-price-plan {
    font-size: 25px;
  }

  .price {
    margin: 40px;
  }

  .price li {
    padding: 5px;
  }

  .li-height {
    margin-top: 0px;
  }

  .contact100-form-title {
    text-align: center;
    font-size: 25px !important;
  }

  .text-alignment {
    text-align: center;
  }

  .label-input100 {
    margin-left: 10px;
  }

  .rs1-wrap-input100 {
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .wrap-input100 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .paad-right {
    text-align: center;
    margin-left: 0px;
  }

  .mr-top-icon-1 {
    text-align: center;
  }

  .mr-top-icon-2 {
    text-align: center;
  }

  .mr-top-icon-3 {
    text-align: center;
  }

  .medium-icon1 a {
    margin: 0px;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }

  h1.text-capitalize.alt-font.text-white.margin-20px-bottom.font-weight-700 {
    margin-left: 0px !important;
  }

  p.text-white.margin-5px-bottom {
    margin-left: 0px !important;
  }

  .mr-top-icon-3, .icon, .mr-top-icon-2, .mr-top-icon-1, .icon1 {
    margin-left: 0px !important;
  }
}

@media (max-width: 991px) {
  .gradient-logo {
    margin-top: -10px;
  }

  .center-logo {
    left: 20%;
  }

  .bottom-logo {
    margin-top: -30px;
  }

  .index-4#menu_bars {
    right: 2%;
    margin-top: -10px;
  }

  .header-appear .gradient-logo {
    margin-top: 0px;
  }

  .header-appear .index-4#menu_bars {
    margin-top: -2px;
  }

  .header-appear .bottom-logo {
    margin-top: 0px;
  }

  .index3-socialicon.side-nav-social-icon a {
    margin-left: 10px;
  }


  .header-social-icon a {
    display: none;
  }

  p.bottom40.text-center {
    font-size: 15px;
  }

  img.parallaxie {
    width: 50%;
    margin-top: 50%;
  }

  .counter-icon {
    float: none;
  }

  h3.count.text-extra-dark-gray.font-weight-100.no-margin-bottom {
    text-align: center !important;
  }

  p.no-margin-bottom.font-weight-400.text-medium-gray {
    text-align: center !important;
    padding-left: 0px !important;
  }

  .cbp-l-caption-alignCenter .cbp-l-caption-body {
    display: none;
  }

  .price li {
    padding: 5px;
  }

  .text-dummy {
    padding-bottom: 0px;
    font-size: 15px;
  }

  .li-height {
    margin-top: 0px;
  }

  .contact100-form-title {
    text-align: center;
    font-size: 44px;
  }

  .text-alignment {
    text-align: center;
  }

  .label-input100 {
    margin-left: 10px;
  }

  .rs1-wrap-input100 {
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .wrap-input100 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .paad-right {
    text-align: center;
    margin-left: 0px;
  }

  .mr-top-icon-1 {
    text-align: center;
  }

  .mr-top-icon-2 {
    text-align: center;
  }

  .mr-top-icon-3 {
    text-align: center;
  }

  .medium-icon1 a {
    margin: 0px;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}

@media (max-width: 991px) {
  .header-social-icon1 {
    display: none;
  }

  h4.font-xlight.wow.fadeInUp {
    padding-right: 20px;
  }

  .bottom25 {
    font-size: 15px;
  }

  .roundedimage {
    float: none;
    display: inline-block !important;
    margin-left: 115px;
    width: 100px !important;
  }

  .testimonial-text {
    text-align: center;
    margin-left: -5px;
  }

  h1.testimonial-member-name {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .parallax1 .item-titles {
    padding: 0;
  }

  img.parallaxie {
    margin-left: -140px;
    margin-top: 0;
    max-width: 500px;
    margin: 0 auto;
  }

  .parallax1 h4.font-xlight.wow.fadeInUp {
    text-align: center;
  }

  .parallax1 {
    padding-top: 20px;
    text-align: center;
  }

  .parallax1 p.bottom25 {
    text-align: center;
  }

  section.parallax.video-parallax.no-transition {
    background-image: url(../images/videoparallax.jpg);
    background-attachment: scroll !important;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  h1.text-capitalize.alt-font.text-white.margin-20px-bottom.font-weight-700 {
    margin-left: -65px;
  }

  p.text-white.margin-5px-bottom {
    margin-left: -65px;
  }
}

@media (max-width: 992px) {
  .roundedimage {
    float: none;
    display: inline-block !important;
    margin-left: 115px;
    width: 100px !important;
  }

  h1.testimonial-member-name {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .testimonial-text {
    text-align: center;
    margin-left: -5px;
  }

  section.parallax.video-parallax.no-transition {
    background-image: url(../images/videoparallax.jpg.jpg);
    background-attachment: scroll !important;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  h1.text-capitalize.alt-font.text-white.margin-20px-bottom.font-weight-700 {
    margin-left: 0px;
  }

  p.text-white.margin-5px-bottom {
    margin-left: 0px;
  }
}

@media (max-width: 999px) {
  h1.text-capitalize.alt-font.text-white.margin-20px-bottom.font-weight-700 {
    margin-left: 0px;
  }

  p.text-white.margin-5px-bottom {
    margin-left: 0px;
  }
}

@media (max-width: 1030px) {
  nav .navbar-s {
    margin-left: 15px !important;
  }
}

@media (min-width: 769px) and (max-width: 1070px) {
  .header-social-icon1 {
    margin-right: 34px !important;
  }

  header a.logo img {
    margin-top: 25px;
  }

  nav .navbar-s {
    margin-left: -10px !important;
  }

  .index-4#menu_bars {
    right: 1%;
  }

  .right.menu_bars {
    right: 1%;
  }

  .header-social-icon {
    margin-left: -30px;
  }

  .parallax1 .btn.btn-rounded.btn-large {
    margin-bottom: 0;
  }

  h1.top25 {
    font-size: 40px !important;
    font-family: 'Oswald', sans-serif;
  }

  h4.font-xlight.wow.fadeInUp {
    padding-right: 69px !important;
  }

  h1.text-capitalize.alt-font.text-white.margin-20px-bottom.font-weight-700 {
    margin-left: -20px;
  }

  p.text-white.margin-5px-bottom {
    margin-left: -20px;
  }
}

@media (min-width: 1000px) and (max-width: 1100px) {
  .header-social-icon1 {
    margin-right: 13px;
  }

  nav .navbar-s {
    margin-left: 0px;
  }

  header a.logo img {
    margin-top: 25px !important;
  }

  .index-4#menu_bars {
    right: 1%;
  }

  .right.menu_bars {
    right: 1%;
  }
  img.parallaxie {
    margin-left: -140px;
    margin-top: -50px;
  }

  h4.font-xlight.wow.fadeInUp {
    padding-right: 65px;
  }

  h1.top25 {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
  }

  p.bottom25 {
    font-size: 15px;
  }

  h1.text-capitalize.alt-font.text-white.margin-20px-bottom.font-weight-700 {
    margin-left: 20px !important;
  }

  p.text-white.margin-5px-bottom {
    margin-left: 20px !important;
  }
}

@media (max-width: 1199px) {
  header nav .navbar-nav>li>a {
    margin: 20px 15px;
  }

  .header-social-icon a {
    font-size: 12px;
  }

  .header-social-icon1 {
    margin-right: -13px;
  }

  nav .navbar-s {
    margin-left: 25px;
  }

  img.parallaxie {
    margin-left: -140px;
    margin-top: -45px;
  }

  h4.font-xlight.wow.fadeInUp {
    font-size: 17px;
  }

  h1.top25 {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
  }

  p.no-margin-bottom.font-weight-400.text-medium-gray {
    padding-left: 89px;
  }

  .counter-icon i.fa {
    margin-left: 20px;
  }

  .roundedimage {
    margin-right: 10px;
  }

  .testimonial-text {
    float: none;
  }

  p.testimonial-member-desc {
    font-size: 13px;
  }

  .blog-cover {
    background-position: center center !important;
  }

  h1.text-capitalize.alt-font.text-white.margin-20px-bottom.font-weight-700 {
    margin-left: -60px;
  }

  p.text-white.margin-5px-bottom {
    margin-left: -60px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .index-4#menu_bars {
    right: 1%;
  }

  .right.menu_bars {
    right: 1%;
  }

  .header-social-icon1 {
    margin-right: 40px;
  }

  .blog-cover {
    background-position: center center !important;
  }
}

@media (max-width: 1315px) {
  .index-4#menu_bars {
    right: 1%;
  }

  .right.menu_bars {
    right: 1%;
  }

  .header-social-icon {
    margin-left: -70px;
  }
}

@media (max-width: 1200px) {
  .heading-title>span {
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  .heading-title>span {
    font-size: 38px;
  }

  h4 {
    font-size: 17px;
  }
}

@media (max-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }

  .sm-text-center {
    text-align: center;
  }

  .heading-title>span {
    font-size: 36px;
  }

  /*Blog Here*/
  section#nosotros {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  section#anivesario {
    max-width: 100%;
  }

  .aniversario-banner {
    max-width: 100%;
    margin-top: 0;

  }

  p.aniversario{
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    margin: -50px;
    text-align: center;
    z-index: 999;


  }

  .blog-box .heading-title {
    margin-bottom: 30px;
  }

  /*Blog Ends*/
}

@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}

/*BOMBA GAJI*/
h2.titulo2 {
  font-size: 28px;
  position: relative;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  color: #1E3F98;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 12px;
  bottom: 10px;
}

h2.titulo {
  font-size: 24px;
  position: relative;
  font-family: 'Oswald', sans-serif;
  color: #09262E;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 12px;
  bottom: 10px;
}

.valores {
  margin-top: 30px;
}

p.parrafo {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #225B6B;
}

p.parrafo-dark {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #09262E;
  text-align: left;
}

.destacado {
  color: #09262E;
}

.valores-bullets {
    display: block;
    margin: 7px;
    margin-bottom: 5px;
    padding: 0px;
}

.fa-star {
  color: #2DC2E9;
}

.lista {
  display: flex;
}

.pbody {
  font-family: 'Poppins', sans-serif;
  color: #09262E;
  font-size: 14px;
  padding-bottom: 45px;
}

.pbodybullet {
  font-family: 'Poppins', sans-serif;
  color: #09262E;
  font-size: 14px;
  text-align: left;
}

#fabricantes {
  width: 100%;
  height: 800px;
  background: #E0E8EA;
}

h2.titulo3 {
  font-size: 28px;
  position: relative;
  text-align: left;
  font-family: 'Oswald', sans-serif;
  color: #1E3F98;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 12px;
  bottom: 10px;
}

.fa-circle {
  color: #2DC2E9;
}

.horizontal {
  width: 40%;
  margin-bottom: 20px;
}

img.bomba {
  min-width: 500px;
}

h2.titulo4 {
  font-size: 28px;
  position: relative;
  text-align: left;
  font-family: 'Oswald', sans-serif;
  color: #1E3F98;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 12px;
  top: 28px;
}

#ourblog1 {
  background-image: url('images/bombas-caseras.jpg');
}

element.style {
  top: 30px;
}

h2.titulo3-white {
  font-size: 28px;
  position: relative;
  text-align: left;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 12px;
  bottom: 10px;
}

.caseras-white p {
  margin-top: 50px;
  padding-bottom: 45px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.pbody-blue {
  font-family: 'Poppins', sans-serif;
  color: #09262E !important;
  font-size: 14px;
}

.pbody-blue-space {
  font-family: 'Poppins', sans-serif;
  color: #1E3F98 !important;
  font-size: 14px;
  margin-top: 0;
}

.motores {
  width: 30%;
  margin-bottom: 20px;
}

.maquinado {
  width: 100%;
  margin-top: -50px;
  position: relative;
  margin-right: 0px !important;
  float: right;
}

.padding-maquinado {
  padding-top: 50px;
}

.bglights {
  background: #fff;
  position: relative;
  height: 398px;
}

section.counter.no-transitions {
  background-color: #E3EBED;
  padding-top: 120px;
  padding-bottom: 50px;
}

footer {
  width: 100%;
  height: 50px;
  background-color: #1E3F98;
}

.footer {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  text-align: center;
  margin: auto;
  margin-top: 25px;
  padding: 10px;
}

.pulse-wr {
  position: fixed;
  bottom: 50px;
  right: 15px;
  width: 120px;
  margin: 0 auto;
  z-index: 251;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  background: transparent;
}

.popup-pulse {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  top: -72%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  background-color: #00bb2d;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
  display: block;
  width: 70px;
  height: 70px;
  text-transform: uppercase;
  text-align: center;
  line-height: 70px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(111, 154, 55, 0.5) !important;
  -webkit-animation: zoom 1.3s infinite;
  animation: zoom 1.3s infinite !important;
}

.popup-pulse:before {
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  left: -15px;
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}

.popup-pulse span {
  position: absolute;
  font-size: 13px;
  line-height: 14px;
  left: 0;
  right: 0;
  top: 20%;
}

.popup-pulse:hover {
  -webkit-animation: none;
}


.top-home {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  top: -72%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  background-color: #1E3F98;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
  display: block;
  width: 70px;
  height: 70px;
  text-transform: uppercase;
  text-align: center;
  line-height: 70px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(111, 154, 55, 0.5) !important;
  -webkit-animation: zoom 1.3s infinite;
  animation: zoom 1.3s infinite !important;
}

.top-home:before {
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  left: -15px;
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}

.top-home span {
  position: absolute;
  font-size: 13px;
  line-height: 14px;
  left: 0;
  right: 0;
  top: 20%;
}

.top-home:hover {
  -webkit-animation: none;
}

.fa-arrow-up{
  font-size: 20px;
  text-align: center;
}

.thankupage{
width: 100%;
color: #fff;
text-align: center;
font-size: 30px;
margin-top: 300px;

}
