﻿p {
  color: #7f97ad;
  line-height: 1.8em;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
img {
  max-width: 100%;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 30px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 70px 0;
  }
}

.section-title, .section-title-s3, .section-title-s4 {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .section-title, .section-title-s3, .section-title-s4 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .section-title, .section-title-s3, .section-title-s4 {
    margin-bottom: 35px;
  }
}

.section-title h2, .section-title-s3 h2, .section-title-s4 h2 {
  font-size: 2.6rem;
  font-weight: normal;
  margin: 0 0 0.93em;
  padding-bottom: 0.67em;
  display: inline-block;
  position: relative;
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s3 h2, .section-title-s4 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s3 h2, .section-title-s4 h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.section-title h2:after, .section-title-s3 h2:after, .section-title-s4 h2:after {
  content: "";
  background-color: #d6dfe8;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title h2:before, .section-title-s3 h2:before, .section-title-s4 h2:before {
  content: "";
  background-color: #0397ff;
  width: 30px;
  height: 7px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -3px;
  z-index: 1;
}

.section-title h2 span, .section-title-s3 h2 span, .section-title-s4 h2 span {
  font-weight: bold;
}

.section-title p, .section-title-s3 p, .section-title-s4 p {
  margin: 0;
}

@media (max-width: 991px) {
  .section-title p, .section-title-s3 p, .section-title-s4 p {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.section-title-s2 {
  text-align: center;
  margin-bottom: 35px;
}

.section-title-s2 h2 {
  font-size: 30px;
  font-size: 2rem;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 991px) {
  .section-title-s2 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .section-title-s2 h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.section-title-s2 h2 span {
  font-weight: bold;
}

.section-title-s2 p {
  margin: 0;
}

@media (max-width: 991px) {
  .section-title-s2 p {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.section-title-s3 {
  margin-bottom: 45px;
}

.section-title-s3 h2 {
  margin-bottom: 0;
}

.section-title-s4 h2 {
  padding-bottom: 0;
  margin: 0 0 0.63em;
}

.section-title-s4 h2:before,
.section-title-s4 h2:after {
  display: none;
}

.theme-btn {
  background-color: #0397ff;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #fff;
  padding: 13px 45px;
  border-radius: 5px;
  display: inline-block;
}

@media (max-width: 991px) {
  .theme-btn {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 10px 35px;
  }
}

.theme-btn:hover, .theme-btn:focus, .theme-btn:active {
  background-color: #0089e9;
  color: #fff;
}

.theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
  background-color: #0397ff;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  padding: 10px 28px;
  border-radius: 5px;
  display: inline-block;
}

@media (max-width: 991px) {
  .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
    font-size: 13px;
    font-size: 0.86667rem;
    padding: 8px 25px;
  }
}

.theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s4:hover, .theme-btn-s2:focus, .theme-btn-s3:focus, .theme-btn-s4:focus, .theme-btn-s2:active, .theme-btn-s3:active, .theme-btn-s4:active {
  background-color: #fff;
  color: #7f97ad;
}

.theme-btn-s3:hover, .theme-btn-s4:hover {
  
  color: #007acf;
  border: 2px solid #007acf;
}

.theme-btn-s4 {
  background-color: #ecf6ff;
  color: #0397ff;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #0397ff;
  -webkit-box-shadow: 0 0 5px 0 #36acff;
  -moz-box-shadow: 0 0 5px 0 #36acff;
  -o-box-shadow: 0 0 5px 0 #36acff;
  -ms-box-shadow: 0 0 5px 0 #36acff;
  box-shadow: 0 0 5px 0 #36acff;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(404.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  
  display: none;
}


.hover-grid {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-grid span {
  background-color: rgba(3, 151, 255, 0.9);
  width: 33.33%;
  height: 10%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hover-grid span:nth-child(2) {
  left: 33.33%;
  height: 20%;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}

.hover-grid span:nth-child(3) {
  left: 66.66%;
  height: 30%;
  -webkit-transition: all 0.3s 0.2s ease-in-out;
  -o-transition: all 0.3s 0.2s ease-in-out;
  transition: all 0.3s 0.2s ease-in-out;
}

.services-grids .grid {
  text-align: center;
  padding: 40px 30px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .services-grids .grid {
    padding: 40px 10px;
  }
}

@media (max-width: 991px) {
  .services-grids .grid {
    border: 1px solid #e2dede;
  }
}

.services-grids .grid .fi:before {
  font-size: 65px;
  font-size: 4.33333rem;
  color: #0397ff;
}

@media (max-width: 1199px) {
  .services-grids .grid .fi:before {
    font-size: 55px;
    font-size: 3.66667rem;
  }
}

@media (max-width: 991px) {
  .services-grids .grid .fi:before {
    font-size: 45px;
    font-size: 3rem;
  }
}

.services-grids .grid h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: .8em 0 0.47em;
}

@media (max-width: 1199px) {
  .services-grids .grid h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 991px) {
  .services-grids .grid h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.services-grids .grid p {
  
  font-size: 14px;
}

.services-grids .grid .icon,
.services-grids .grid .details {
  position: relative;
  z-index: 1;
}

.services-grids .grid:hover .hover-grid {
  opacity: 1;
}

.services-grids .grid:hover .hover-grid span {
  height: 100%;
  opacity: 1;
}

.services-grids .grid:hover p,
.services-grids .grid:hover .fi:before,
.services-grids .grid:hover h3 {
  color: #fff;
}

.services-grids .grid:hover .theme-btn-s2, .services-grids .grid:hover .theme-btn-s3, .services-grids .grid:hover .theme-btn-s4 {
  background-color: #fff;
  color: #7f97ad;
}

.services-grids .badges {
  background-color: #f63030;
  width: 120px;
  font-size: 13px;
  font-size: 0.86667rem;
  padding: 0 10px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  right: -30px;
  top: 17px;
  border-radius: 0;
  z-index: 1;
  -webkit-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  transform: rotate(48deg);
}

.services-grids .badges-new {
  background-color: #ee3dba;
}

.pricing-grids {
  padding-top: 30px;
}

.pricing-grids .grid {
  background-color: #fff;
  padding: 45px 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
}

.pricing-grids .grid:after {
  content: "";
  background-color: #0397ff;
  width: 100%;
  height: 15px;
  border-radius: 0 0 5px 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .pricing-grids .grid:after {
    height: 10px;
  }
}

.pricing-grids .pricing-header .popular {
  font-family: "Montserrat", sans-serif;
  background-color: #f64545;
  color: #fff;
  padding: 2px 15px;
  position: absolute;
  left: 50%;
  top: -25px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px 5px 0 0;
}

@media (max-width: 991px) {
  .pricing-grids .pricing-header .popular {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.pricing-grids .pricing-header .type {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1e3953;
  text-transform: uppercase;
}

.pricing-grids .pricing-header .price-circle {
  position: relative;
  background-color: #0397ff;
  width: 100px;
  height: 100px;
  margin: 20px auto 30px;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .pricing-grids .pricing-header .price-circle {
    width: 90px;
    height: 90px;
  }
}

.pricing-grids .pricing-header .price-circle p {
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 1.2em;
}

.pricing-grids .pricing-header .price {
  font-size: 2.2rem;
  font-weight: bold;
  padding-top: 32px;
}

@media (max-width: 991px) {
  .pricing-grids .pricing-header .price {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.pricing-grids .pricing-header .duration {
  font-size: 1.6rem;
}

@media (max-width: 991px) {
  .pricing-grids .pricing-header .duration {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.pricing-grids .pricing-body ul {
  list-style: none;
}

.pricing-grids .pricing-body ul li {
  color: #7f97ad;
  border-bottom: 1px solid #dbe4ea;
  padding: 10px 0;
}

@media (max-width: 1199px) {
  .pricing-grids .pricing-body ul li {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 991px) {
  .pricing-grids .pricing-body ul li {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.pricing-grids .pricing-body ul > li:last-child {
  border-bottom: 0;
}

.pricing-grids .pricing-footer {
  margin-top: 50px;
}


@-webkit-keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


header {
  
  
  
}

header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

header .navigation > .container {
  position: relative;
}

header #navbar {
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  
}

header #navbar ul {
  list-style: none;
}

header #navbar > ul li a:hover,
header #navbar > ul li a:focus {
  text-decoration: none;
  color: #0397ff;
}

@media screen and (min-width: 992px) {
  header #navbar {
    
  }
  header #navbar li {
    position: relative;
  }
  header #navbar > ul > li > a {
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 500;
  }
  header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 220px;
    border-top: 2px solid #0397ff;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  header #navbar > ul > li .sub-menu a {
    font-size: 13px;
    font-size: 0.86667rem;
    font-weight: 500;
    color: #7f97ad;
    display: block;
    padding: 12px 15px;
  }
  header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
  header #navbar .sub-menu li a:hover {
    background-color: #0397ff;
    color: #fff;
  }
}

@media (max-width: 991px) {
  header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  header #navbar > ul .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  header #navbar {
    
  }
  header #navbar .has-mega-menu {
    position: static;
  }
  header #navbar .mega-menu,
  header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #0397ff;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  header #navbar .half-mega-menu {
    width: 585px;
  }
  header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  header #navbar > ul .mega-menu,
  header #navbar > ul .half-mega-menu {
    width: auto;
  }
  header #navbar > ul .mega-menu .row,
  header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  header .navbar-header .open-btn {
    display: none;
  }
  header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  header {
    
  }
  header .container {
    width: 100%;
  }
  header .navbar-header button {
    background-color: #0397ff;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 20;
  }
  header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  header .navbar-header button span:last-child {
    margin: 0;
  }
  header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  header #navbar ul a {
    color: #000;
  }
  header #navbar ul a:hover,
  header #navbar ul li.current a {
    color: #0397ff;
  }
  header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  header #navbar .close-navbar {
    background-color: #0397ff;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  header .navbar-collapse.collapse {
    display: none;
  }
  header .navbar-collapse.collapse.in {
    display: block;
  }
  header .navbar-header .collapse,
  header .navbar-toggle {
    display: block;
  }
  header .navbar-header {
    float: none;
  }
  header .navbar-right {
    float: none;
  }
  header .navbar-nav {
    float: none;
  }
  header .navbar-nav > li {
    float: none;
  }
}


.header-style-1, .header-style-2, .header-style-3 {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.header-style-1 .site-logo, .header-style-2 .site-logo, .header-style-3 .site-logo {
  margin-top: 25px;
  display: inline-block;
}

@media (max-width: 991px) {
  .header-style-1 .site-logo, .header-style-2 .site-logo, .header-style-3 .site-logo {
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .header-style-1 .site-logo, .header-style-2 .site-logo, .header-style-3 .site-logo {
    margin: 20px 0 20px 15px;
  }
}

@media screen and (min-width: 992px) {
  .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
    padding: 35px 13px;
    color: #7f97ad;
  }
  .header-style-1 #navbar > ul, .header-style-2 #navbar > ul, .header-style-3 #navbar > ul {
    margin-right: 120px;
  }
}

.header-style-1 .login-btn, .header-style-2 .login-btn, .header-style-3 .login-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .header-style-1 .login-btn, .header-style-2 .login-btn, .header-style-3 .login-btn {
    right: 80px;
  }
}

@media (max-width: 767px) {
  .header-style-1 .login-btn, .header-style-2 .login-btn, .header-style-3 .login-btn {
    display: none;
  }
}

.header-style-1 .login-btn .theme-btn, .header-style-2 .login-btn .theme-btn, .header-style-3 .login-btn .theme-btn {
  font-size: 14px;
  font-size: 0.93333rem;
  padding: 10px 35px;
}

.header-style-1 .navbar-header button, .header-style-2 .navbar-header button, .header-style-3 .navbar-header button {
  top: 23px;
}


.header-style-2, .header-style-3 {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

@media screen and (min-width: 992px) {
  .header-style-2, .header-style-3 {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .header-style-2 .navigation, .header-style-3 .navigation {
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}


.header-style-3 .theme-btn {
  background-color: #0080d9;
}

.header-style-3 .theme-btn:hover {
  background-color: #007acf;
}

@media (max-width: 991px) {
  .header-style-3 .navigation {
    background-color: #0071c0;
  }
}

@media screen and (min-width: 992px) {
  .header-style-3 #navbar > ul > li > a:hover {
    color: #1e3953;
  }
}


.hero {
  position: relative;
  height: 100vh;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .hero {
    min-height: 700px;
  }
}

@media (max-width: 1199px) {
  .hero {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero {
    height: 400px;
  }
}

.hero .container {
  height: 100%;
  display: table;
}

.hero .inner {
  display: table-cell;
  padding-top: 250px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1450px) {
  .hero .inner {
    padding-top: 170px;
  }
}

@media (max-width: 1199px) {
  .hero .inner {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero .inner {
    vertical-align: middle;
    padding-top: 0;
    height: 400px;
  }
}

.hero .inner p,
.hero .inner h2,
.hero .inner .theme-btn {
  position: relative;
  z-index: 1;
}

.hero p,
.hero h2 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.hero p {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 0 0.3em;
}

@media (max-width: 767px) {
  .hero p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.hero h2 {
  font-size: 42px;
  font-size: 2.8rem;
  margin: 0 0 0.76em;
}

@media (max-width: 991px) {
  .hero h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .hero h2 {
    font-size: 28px;
    font-size: 1.86667rem;
  }
}




.rocket-hero-area {
  background: url("404.png") center center/cover no-repeat fixed;
  position: relative;
  height: calc(200vh);
  min-height: 750px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .rocket-hero-area {
    margin-top: 80px;
  }
}

@media (max-width: 1199px) {
  .rocket-hero-area {
    height: 500px;
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .rocket-hero-area {
    height: 400px;
    min-height: 400px;
  }
}

.rocket-hero-area .inner {
  width: 100%;
  position: fixed;
  left: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .rocket-hero-area .inner {
    position: static;
    padding-top: 0;
    vertical-align: middle;
  }
}

.rocket-hero-area .rocket-wrapper {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}

@media (max-width: 1199px) {
  .rocket-hero-area .rocket-wrapper {
    display: none;
  }
}

.rocket-hero-area .smoke {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 2;
}

.rocket-hero-area .fire {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.rocket-hero-area .fire img {
  -webkit-animation: jet 0.05s ease alternate infinite;
  animation: jet 0.05s ease alternate infinite;
}

.rocket-hero-area .smoke-2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  z-index: 1;
}

@media (max-width: 1199px) {
  .rocket-hero-area .smoke-2 {
    display: none;
  }
}

@-webkit-keyframes rocket-start {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
  }
}

@keyframes rocket-start {
  0 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
  }
}

@-webkit-keyframes jet {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes jet {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@-webkit-keyframes clouds {
  0% {
    left: -20%;
  }
  100% {
    left: 120%;
  }
}

@keyframes clouds {
  0% {
    left: -20%;
  }
  100% {
    left: 120%;
  }
}

@-webkit-keyframes rocketman-moving {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}

@keyframes rocketman-moving {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}

@media (max-width: 991px) {
  .services-section .services-grids > .col {
    margin-bottom: 15px;
  }
}

.pricing-section {
  background-color: #f7f8fa;
  text-align: center;
}

@media (max-width: 991px) {
  .pricing-section {
    padding-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .pricing-section {
    padding-bottom: 25px;
  }
}

.pricing-section .tablist {
  background-color: #fff;
  display: inline-block;
  text-align: center;
  margin: 0 auto 45px;
  padding: 10px 20px 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .pricing-section .tablist {
    margin: 0 auto 25px;
  }
}

.pricing-section .tablist ul {
  display: inline-block;
}

.pricing-section .tablist ul li {
  float: left;
}

@media (max-width: 767px) {
  .pricing-section .tablist ul li {
    float: none;
  }
}

.pricing-section .tablist ul li a {
  font-weight: 500;
  color: #adadad;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .pricing-section .tablist ul li a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .pricing-section .tablist ul li a {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.pricing-section .tablist ul li a:hover {
  background-color: transparent;
}

.pricing-section .tablist ul li.active a {
  background-color: #0397ff;
  color: #fff;
}

.pricing-section .pricing-grids {
  overflow: hidden;
  margin: 0;
}

.pricing-section .pricing-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 5px 15px 0;
}

@media (max-width: 991px) {
  .pricing-section .pricing-grids .grid {
    width: calc(50% - 30px);
    margin: 5px 15px 45px;
  }
}

@media (max-width: 650px) {
  .pricing-section .pricing-grids .grid {
    width: calc(100% - 30px);
  }
}


.services-section-s2 {
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .services-section-s2 {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .services-section-s2 {
    padding-bottom: 40px;
  }
}

.services-section-s2 .services-grids .grid {
  border: 1px solid #e6e6e6;
}

.services-section-s2 .services-grids > .col {
  margin-bottom: 30px;
}


.domain-features {
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .domain-features {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .domain-features {
    padding-bottom: 70px;
  }
}

.domain-features .domain-features-grids {
  overflow: hidden;
  margin: 0 -15px;
}

.domain-features .domain-features-grids .grid {
  width: 39%;
  float: right;
  border-radius: 6px;
  background-color: #fafafa;
  padding: 10px 0 20px 0;
  margin-bottom: 20px;
  display: block;
  padding-top: 8px;
  text-align: center;
  margin-left: 39px;
}

@media (max-width: 1199px) {
  .domain-features .domain-features-grids .grid {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .domain-features .domain-features-grids .grid {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .domain-features .domain-features-grids .grid {
    padding: 0 15px 40px;
  }
}

@media (max-width: 550px) {
  .domain-features .domain-features-grids .grid {
    width: 100%;
    float: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 15px 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 550px) {
  .domain-features .domain-features-grids .grid:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.domain-features .grid .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
}

@media (max-width: 767px) {
  .domain-features .grid .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.domain-features .grid .fi:before {
  font-size: 35px;
  font-size: 2.33333rem;
  color: #0397ff;
}

@media (max-width: 767px) {
  .domain-features .grid .fi:before {
    font-size: 30px;
    font-size: 2rem;
  }
}

.domain-features .grid .details {
  margin-top: 20px;
}

.domain-features .grid h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  margin: 0 0 0.6em;
}

@media (max-width: 1199px) {
  .domain-features .grid h3 {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

.domain-features .grid p {
  font-size: 14px;
  font-size: 0.93333rem;
  margin: 0 0 1.2em;
}

@media (max-width: 1199px) {
  .domain-features .grid p {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.domain-features .grid .read-more {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #0397ff;
}

.domain-features .domain-features-pic {
  position: relative;
  top: 70px;
}

@media (max-width: 1199px) {
  .domain-features .domain-features-pic {
    display: none;
  }
}

.domain-features .domain-features-pic img {
  position: relative;
  z-index: 2;
}

.domain-features .domain-features-pic:after {
  content: "";
  width: 55%;
  height: 115%;
  border: 2px solid #0397ff;
  border-radius: 10px;
  position: absolute;
  right: 0;
  bottom: -2px;
}



.features-section-s2 .owl-controls, .cloud-hosting-features .owl-controls {
  margin-top: 45px;
}

.features-section-s2 .owl-dots .owl-dot span, .cloud-hosting-features .owl-dots .owl-dot span {
  margin-bottom: 0;
}

.features-section-s2 .owl-controls .owl-dots .owl-dot:hover span, .cloud-hosting-features .owl-controls .owl-dots .owl-dot:hover span,
.features-section-s2 .owl-controls .owl-dots .active span, .cloud-hosting-features .owl-controls .owl-dots .active span {
  background: #0397ff;
}


.domain-section-s2 {
  background: url("404.png") center bottom/contain no-repeat local;
}

.domain-section-s2:before {
  background-color: rgba(0, 0, 0, 0.04);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


.partenrs-section {
  background-color: #f3f3f3;
  padding: 60px 0;
}

.partenrs-section .partners-slider img {
  width: auto;
}



.team-section {
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .team-section {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .team-section {
    padding-bottom: 20px;
  }
}

.team-section .team-grids {
  overflow: hidden;
  margin: 0 -15px;
}

.team-section .team-grids .grid {
  width: 25%;
  float: left;
  padding: 0 15px 50px;
}

@media (max-width: 991px) {
  .team-section .team-grids .grid {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .team-section .team-grids .grid {
    width: 50%;
  }
}

@media (max-width: 450px) {
  .team-section .team-grids .grid {
    width: 100%;
    float: none;
  }
}


.domain-pg .page-title {
  background: url("404.png") center center/cover no-repeat local;
}

.domain-info-section {
  padding-top: 0;
  margin-top: 60px;
}

.domain-info-section .table,
.domain-info-section .table th,
.domain-info-section .table tr,
.domain-info-section .table td {
  border: 0;
  text-align: center;
}

.domain-info-section .table .col-1 {
  text-align: left;
}

.domain-info-section .table td {
  padding: 12px 15px;
}

@media (max-width: 1199px) {
  .domain-info-section .table td {
    padding: 10px 15px;
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .domain-info-section .table td {
    padding: 7px 10px;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.domain-info-section .table thead {
  background-color: #0397ff;
  text-align: center;
}

.domain-info-section .table thead th {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
}

@media (max-width: 1199px) {
  .domain-info-section .table thead th {
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .domain-info-section .table thead th {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.domain-info-section .table tbody > tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.domain-info-section .table tbody td {
  color: #8b8c8e;
  line-height: 2rem;
}

.domain-info-section .table tbody > tr > td:first-child {
  font-weight: "Montserrat", sans-serif;
  text-align: left;
}

.domain-info-section .table .old-price {
  color: #fa7254;
  display: inline-block;
  padding-left: 5px;
}

.domain-info-section .table .badge {
  background-color: #fb7253;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 3px 6px 2px;
  position: relative;
  left: 10px;
}

.domain-info-section .table .badge:before {
  content: "";
  border: 4px solid transparent;
  border-top: 4px slid #fb7253;
  border-right: 4px solid #fb7253;
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.domain-info-section .table .badge-new {
  background-color: #51b453;
}

.domain-info-section .table .badge-new:before {
  border-top: 4px slid #51b453;
  border-right: 4px solid #51b453;
}

.domain-info-section .table .badge-premium {
  background-color: #f0ad4e;
}

.domain-info-section .table .badge-premium:before {
  border-top: 4px slid #f0ad4e;
  border-right: 4px solid #f0ad4e;
}


.cta-4 {
  text-align: center;
}

.cta-4 h2 {
  color: #1e3953;
}

.hosting-features {
  padding: 130px 0 100px;
}

@media (max-width: 991px) {
  .hosting-features {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .hosting-features {
    padding: 70px 0;
  }
}

.hosting-features .container > .row {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .hosting-features .container > .row {
    margin-bottom: 25px;
  }
}

.hosting-features .container > .row:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .hosting-features .feature-img {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .hosting-features .feature-img {
    display: none;
  }
}

.hosting-features .text-block h3 {
  font-size: 30px;
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 0.76em;
}

@media (max-width: 991px) {
  .hosting-features .text-block h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .hosting-features .text-block h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.hosting-features .text-block h3 span {
  font-weight: bold;
}

@media (max-width: 767px) {
  .data-center-section .img-holder {
    display: none;
  }
}

.data-center-section .img-holder img {
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}



.hosting-features {
  padding: 130px 0 100px;
}

@media (max-width: 991px) {
  .hosting-features {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .hosting-features {
    padding: 70px 0;
  }
}

.hosting-features .container > .row {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .hosting-features .container > .row {
    margin-bottom: 25px;
  }
}

.hosting-features .container > .row:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .hosting-features .feature-img {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .hosting-features .feature-img {
    display: none;
  }
}
.hosting-features .text-block h3 {
  font-size: 2.8rem;
  font-weight: normal;
  margin: 0.8em 0 0.76em;
}

@media (max-width: 991px) {
  .hosting-features .text-block h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .hosting-features .text-block h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}