<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700|Raleway:600,700");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

body {
  font-family: "Quattrocento Sans", sans-serif;
  background-color: #fff;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

p {
  line-height: 1.69em;
}

p,
li {
  color: #666;
}

h1,
h2,
h4,
h5 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #1b232f;
}

h3,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  color: #1b232f;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

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;
}

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

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 105px 0 120px;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0 95px;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 70px 0 75px;
  }
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

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

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

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

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

/*** webkit scrollbar style ***/
body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-thumb {
  background-color: #1a9172;
  background: -webkit-linear-gradient(top, #1a9172, #88c057);
  background: -moz-linear-gradient(top, #1a9172, #88c057);
  background: -o-linear-gradient(top, #1a9172, #88c057);
  background: -ms-linear-gradient(top, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(#1a9172), to(#88c057));
  background: linear-gradient(top, #1a9172, #88c057);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

/*** contact form error handling ***/
#contact-form .error-handling-messages {
  margin-top: 15px;
  padding: 0;
}

#contact-form label.error {
  color: red;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

#contact-form #loader {
  display: none;
}

#contact-form #success,
#contact-form #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  #contact-form #success,
  #contact-form #error {
    font-size: 15px;
  }
}

#contact-form #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

#contact-form #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

/*** chat box ***/
.bottom-chat-btn {
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, right top, from(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .bottom-chat-btn {
    width: 105px;
    height: 35px;
    line-height: 35px;
  }
}

.bottom-chat-btn a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

@media (max-width: 767px) {
  .bottom-chat-btn a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.live-chat-box {
  background-color: #fff;
  width: 300px;
  position: fixed;
  right: 10px;
  bottom: -100%;
  opacity: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  z-index: 9999;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

@media (max-width: 767px) {
  .live-chat-box {
    width: 280px;
  }
}

.live-chat-box .chat-header {
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  text-align: center;
  padding: 13px 15px;
  position: relative;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .live-chat-box .chat-header {
    padding: 10px 15px;
  }
}

.live-chat-box .chat-header h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .live-chat-box .chat-header h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.live-chat-box .chat-header button {
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: 0;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.live-chat-box .chat-box-body {
  padding: 25px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .live-chat-box .chat-box-body {
    padding: 20px;
  }
}

.live-chat-box .form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #737373;
}

.live-chat-box .form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #737373;
}

.live-chat-box .form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #737373;
}

.live-chat-box .form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #737373;
}

.live-chat-box .form &gt; div {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .live-chat-box .form &gt; div {
    margin-bottom: 5px;
  }
}

.live-chat-box .form label {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .live-chat-box .form label {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.live-chat-box .form input {
  height: 35px;
}

@media (max-width: 767px) {
  .live-chat-box .form input {
    height: 30px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.live-chat-box .form textarea {
  height: 80px;
}

@media (max-width: 767px) {
  .live-chat-box .form textarea {
    height: 50px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.live-chat-box .submit-chat-btn {
  text-align: center;
}

.live-chat-box .form .submit-chat-btn {
  margin: 10px 0 0;
}

.live-chat-box .submit-chat-btn .theme-btn-s4 {
  width: 130px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: uppercase;
  border: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .live-chat-box .submit-chat-btn .theme-btn-s4 {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    font-size: 0.6875rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
  }
}

.open-chat-box {
  bottom: 10px;
  opacity: 1;
}

/**** style for box layout ***/
.box-layout {
  /*** style for box layout ***/
}

@media screen and (min-width: 1200px) {
  .box-layout {
    width: 100%;
    height: 100%;
    background: url("../images/body-bg.jpg") center center/auto repeat fixed;
  }
}

@media screen and (min-width: 1200px) {
  .box-layout .page-wrapper {
    background-color: #fff;
    width: 1250px;
    margin: 50px auto 0;
  }
}

/********** section title **********/
.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 42px;
  font-size: 2.625rem;
  margin: 0 0 0.5em;
  position: relative;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.section-title p {
  margin: 0;
}

.section-title-s2 h2 {
  font-size: 42px;
  font-size: 2.625rem;
  margin: 0 0 0.5em;
  position: relative;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .section-title-s2 h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 991px) {
  .section-title-s2 h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .section-title-s2 h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

/********** buttons **********/
.theme-btn {
  background-color: #1b232f;
  height: 50px;
  line-height: 46px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  padding: 0 55px 0 35px;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 1199px) {
  .theme-btn {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .theme-btn {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-size: 0.875rem;
    border: 1px solid #fff;
    padding: 0 40px 0 20px;
  }
}

@media (max-width: 767px) {
  .theme-btn {
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    font-size: 0.75rem;
    border: 1px solid #fff;
    padding: 0 30px 0 15px;
  }
}

.theme-btn:hover, .theme-btn:focus, .theme-btn:active {
  background-color: #12171f;
  color: #fff;
}

.theme-btn i {
  position: absolute;
  right: 35px;
  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) {
  .theme-btn i {
    right: 20px;
    top: 48%;
  }
}

@media (max-width: 991px) {
  .theme-btn i {
    right: 15px;
    top: 48%;
  }
}

/*** button style 2 ***/
.theme-btn-s2 {
  font-family: "Raleway", sans-serif;
  background-color: #1b232f;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 0 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.theme-btn-s2:hover {
  background-color: #12171f;
  color: #fff;
}

@media (max-width: 1199px) {
  .theme-btn-s2 {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-size: 1rem;
    padding: 0 45px;
  }
}

@media (max-width: 767px) {
  .theme-btn-s2 {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 35px;
  }
}

/*** button style 3 ***/
.theme-btn-s3, .theme-btn-s4 {
  font-family: "Raleway", sans-serif;
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, right top, from(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  padding: 0 55px 0 35px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}

@media (max-width: 1199px) {
  .theme-btn-s3, .theme-btn-s4 {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .theme-btn-s3, .theme-btn-s4 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 35px 0 20px;
  }
}

.theme-btn-s3 i, .theme-btn-s4 i {
  position: absolute;
  right: 35px;
  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) {
  .theme-btn-s3 i, .theme-btn-s4 i {
    right: 20px;
  }
}

.theme-btn-s3:hover, .theme-btn-s4:hover {
  background-color: #178064;
  background: -webkit-linear-gradient(left, #88c057, #1a9172);
  background: -moz-linear-gradient(left, #88c057, #1a9172);
  background: -o-linear-gradient(left, #88c057, #1a9172);
  background: -ms-linear-gradient(left, #88c057, #1a9172);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#88c057), to(#1a9172));
  background: linear-gradient(left, #88c057, #1a9172);
  color: #fff;
}

/*** button style 4 ***/
.theme-btn-s4 {
  padding: 0 35px;
}

@media (max-width: 991px) {
  .theme-btn-s4 {
    padding: 0 20px;
  }
}

.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: #1a9172;
  -webkit-box-shadow: 0 0 5px 0 #22bc94;
  -moz-box-shadow: 0 0 5px 0 #22bc94;
  -o-box-shadow: 0 0 5px 0 #22bc94;
  -ms-box-shadow: 0 0 5px 0 #22bc94;
  box-shadow: 0 0 5px 0 #22bc94;
}

.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(../images/select-icon.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 {
  /* for IE 11 */
  display: none;
}

.sticky {
  width: 100%;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

/**** style for box layout ***/
@media screen and (min-width: 1200px) {
  .box-layout .sticky {
    width: 1250px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
}

.social-links li a {
  display: block;
  color: #4d4d4d;
  text-align: center;
}

.social-links li a:hover {
  color: #000;
}

.page-title {
  background: url("../images/page-title.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 400px;
  text-align: center;
  position: relative;
}

@media (max-width: 1199px) {
  .page-title {
    height: 380px;
  }
}

@media (max-width: 991px) {
  .page-title {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .page-title {
    height: 300px;
  }
}

.page-title:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title h1 {
  width: 100%;
  font-size: 42px;
  font-size: 2.625rem;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  position: absolute;
  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) {
  .page-title h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .page-title h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.page-title-wrapper {
  -webkit-box-shadow: 0 2px 5px #e6e6e6;
  box-shadow: 0 2px 5px #e6e6e6;
}

.page-title-wrapper .breadcrumb-wrapper {
  background-color: #fff;
  padding: 19px 0;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 1199px) {
  .page-title-wrapper .breadcrumb-wrapper {
    padding: 13px 0;
  }
}

@media (max-width: 991px) {
  .page-title-wrapper .breadcrumb-wrapper {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .page-title-wrapper .breadcrumb-wrapper {
    padding: 7px 0;
  }
}

.page-title-wrapper .breadcrumb {
  background-color: #fff;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.page-title-wrapper .breadcrumb li {
  font-size: 18px;
  font-size: 1.125rem;
  color: #1a9172;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .page-title-wrapper .breadcrumb li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.page-title-wrapper .breadcrumb li a {
  color: #000;
}

.page-title-wrapper .breadcrumb li a:hover {
  color: #1a9172;
}

.page-title-wrapper .breadcrumb &gt; li + li:before {
  font-family: "FontAwesome";
  content: "\f101";
  color: #000;
  margin-right: 5px;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}

.preloader .preloader-inner {
  width: 40px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .preloader-inner span {
  background-color: #1a9172;
  width: 12px;
  height: 12px;
  float: left;
  margin: 2px 2px 2px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.preloader .preloader-inner &gt; span:nth-child(3n+3) {
  margin-right: 0;
}

.preloader .preloader-inner span {
  -webkit-animation: perloader-pulse 0.4s infinite alternate;
  -moz-animation: perloader-pulse 0.4s infinite alternate;
  -o-animation: perloader-pulse 0.4s infinite alternate;
  -ms-animation: perloader-pulse 0.4s infinite alternate;
  animation: perloader-pulse 0.4s infinite alternate;
}

.preloader .preloader-inner &gt; span:first-child {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader .preloader-inner &gt; span:nth-child(2) {
  background-color: #88c057;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .preloader-inner &gt; span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader .preloader-inner &gt; span:nth-child(4) {
  background-color: #88c057;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader .preloader-inner &gt; span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.preloader .preloader-inner &gt; span:nth-child(6) {
  background-color: #88c057;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader .preloader-inner &gt; span:nth-child(7) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader .preloader-inner &gt; span:nth-child(8) {
  background-color: #88c057;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .preloader-inner &gt; span:nth-child(9) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/*** preloader animation ***/
@-webkit-keyframes perloader-pulse {
  form {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.5);
    opacity: 0.8;
  }
}

@keyframes perloader-pulse {
  form {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.5);
    opacity: 0.8;
  }
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
}

.pagination-wrapper ul {
  display: inline-block;
  overflow: hidden;
}

.pagination-wrapper ul li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper ul li {
    margin-right: 5px;
  }
}

.pagination-wrapper ul li:last-child {
  margin-right: 0;
}

.pagination-wrapper ul li a {
  font-family: "Raleway", sans-serif;
  background-color: #1b232f;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 767px) {
  .pagination-wrapper ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.pagination-wrapper ul .active a,
.pagination-wrapper ul li a:hover {
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, right top, from(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
}

/********** slider dots style **********/
.dots-style1 .owl-dots .owl-dot span, .dots-style2 .owl-dots .owl-dot span {
  background: transparent;
  width: 14px;
  height: 14px;
  border: 2px solid #1b232f;
  margin: 0 12px 0 0;
  padding: 0;
}

@media (max-width: 767px) {
  .dots-style1 .owl-dots .owl-dot span, .dots-style2 .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 1px solid #1b232f;
    margin: 0 10px 0 0;
  }
}

.dots-style1 .owl-dots .owl-dot:last-child span, .dots-style2 .owl-dots .owl-dot:last-child span {
  margin: 0;
}

.dots-style1 .owl-dots .owl-dot:hover span, .dots-style2 .owl-dots .owl-dot:hover span,
.dots-style1 .owl-dots .owl-dot.active span, .dots-style2 .owl-dots .owl-dot.active span {
  background: #1b232f;
}

/*** dots style 2 ***/
.dots-style2 .owl-dots .owl-dot span {
  background: #d4d8df;
  border: 0;
}

@media (max-width: 767px) {
  .dots-style2 .owl-dots .owl-dot span {
    border: 0;
  }
}

.dots-style2 .owl-dots .owl-dot:hover span,
.dots-style2 .owl-dots .owl-dot.active span {
  background: #88c057;
}

/********** accordion  **********/
.theme-accordion, .theme-accordion-s3 {
  margin-bottom: 0;
}

.theme-accordion .panel, .theme-accordion-s3 .panel {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.theme-accordion .panel + .panel, .theme-accordion-s3 .panel + .panel {
  margin-top: 10px;
}

.theme-accordion .panel &gt; .panel-heading, .theme-accordion-s3 .panel &gt; .panel-heading {
  background-color: transparent;
  padding: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 #d9d9d9;
  -moz-box-shadow: 0 0 10px 0 #d9d9d9;
  -o-box-shadow: 0 0 10px 0 #d9d9d9;
  -ms-box-shadow: 0 0 10px 0 #d9d9d9;
  box-shadow: 0 0 10px 0 #d9d9d9;
}

.theme-accordion .panel-heading a, .theme-accordion-s3 .panel-heading a {
  background-color: #1b232f;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  padding: 15px 25px;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 1199px) {
  .theme-accordion .panel-heading a, .theme-accordion-s3 .panel-heading a {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 12px 20px;
  }
}

@media (max-width: 767px) {
  .theme-accordion .panel-heading a, .theme-accordion-s3 .panel-heading a {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 15px;
  }
}

.theme-accordion .panel-heading a:after, .theme-accordion-s3 .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f106";
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .theme-accordion .panel-heading a:after, .theme-accordion-s3 .panel-heading a:after {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .theme-accordion .panel-heading a:after, .theme-accordion-s3 .panel-heading a:after {
    display: none;
  }
}

.theme-accordion .panel &gt; .panel-heading .collapsed, .theme-accordion-s3 .panel &gt; .panel-heading .collapsed {
  background-color: transparent;
  color: #1b232f;
}

.theme-accordion .panel &gt; .panel-heading .collapsed:after, .theme-accordion-s3 .panel &gt; .panel-heading .collapsed:after {
  content: "\f107";
}

.theme-accordion .panel-heading + .panel-collapse &gt; .panel-body, .theme-accordion-s3 .panel-heading + .panel-collapse &gt; .panel-body {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*** them accordion s2 ***/
.theme-accordion-s2 .panel {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.theme-accordion-s2 .panel + .panel {
  margin-top: 5px;
}

.theme-accordion-s2 .panel &gt; .panel-heading {
  background-color: transparent;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.theme-accordion-s2 .panel-heading a {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1b232f;
  padding: 10px 15px 10px 50px;
  display: block;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s2 .panel-heading a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.theme-accordion-s2 .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f068";
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  width: 22px;
  height: 15px;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: normal;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.theme-accordion-s2 .panel &gt; .panel-heading .collapsed:after {
  content: "\f067";
}

.theme-accordion-s2 .panel-heading + .panel-collapse &gt; .panel-body {
  border: 0;
  padding: 0 15px 20px 50px;
}

/*** them accordion s3 ***/
.theme-accordion-s3 .panel &gt; .panel-heading .collapsed:after,
.theme-accordion-s3 .panel-heading a:after {
  display: none;
}

.theme-accordion-s3 .panel-heading a {
  padding: 10px 20px;
  text-align: center;
  color: #88c057;
}

.theme-accordion-s3 .panel-heading a:before {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #1b232f;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.theme-accordion-s3 .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  padding: 25px;
}

@media (max-width: 767px) {
  .theme-accordion-s3 .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
    padding: 20px 15px;
  }
}

.theme-accordion-s3 .panel &gt; .panel-heading .collapsed {
  color: #88c057;
}

.theme-accordion-s3 .panel-heading .collapsed:before {
  display: none;
}

/****************************
= services s1 grids
*****************************/
.services-s1-grids {
  text-align: center;
}

.services-s1-grids .icon {
  display: block;
  margin-bottom: 35px;
}

@media (max-width: 1199px) {
  .services-s1-grids .icon {
    margin-bottom: 20px;
  }
}

.services-s1-grids .icon img {
  display: inline-block;
}

@media (max-width: 1199px) {
  .services-s1-grids .icon img {
    max-width: 70px;
  }
}

@media (max-width: 991px) {
  .services-s1-grids .icon img {
    max-width: 55px;
  }
}

@media (max-width: 767px) {
  .services-s1-grids .icon img {
    max-width: 45px;
  }
}

.services-s1-grids h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 0.8em;
}

@media (max-width: 991px) {
  .services-s1-grids h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 0.6em;
  }
}

@media (max-width: 767px) {
  .services-s1-grids h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 0 0 0.6em;
  }
}

.services-s1-grids p {
  margin-bottom: 15px;
}

.services-s1-grids .read-more {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #1b232f;
}

.services-s1-grids .read-more i {
  display: inline-block;
  padding-left: 7px;
}

@media (max-width: 991px) {
  .services-s1-grids .read-more {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.services-s1-grids .grid:hover .read-more {
  color: #1a9172;
}

/****************************
= services s2 grids
*****************************/
.services-s2-grids .grid {
  padding-left: 100px;
  position: relative;
}

@media (max-width: 1199px) {
  .services-s2-grids .grid {
    padding: 0 25px 0 85px;
  }
}

@media (max-width: 991px) {
  .services-s2-grids .grid {
    padding: 0 0 0 75px;
  }
}

@media (max-width: 767px) {
  .services-s2-grids .grid {
    padding: 0 0 0 55px;
  }
}

.services-s2-grids .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.services-s2-grids .icon img {
  max-width: 75px;
}

@media (max-width: 1199px) {
  .services-s2-grids .icon img {
    max-width: 60px;
  }
}

@media (max-width: 991px) {
  .services-s2-grids .icon img {
    max-width: 55px;
  }
}

@media (max-width: 767px) {
  .services-s2-grids .icon img {
    max-width: 40px;
  }
}

.services-s2-grids h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 0.59em;
}

@media (max-width: 991px) {
  .services-s2-grids h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .services-s2-grids h3 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.services-s2-grids p {
  margin-bottom: 15px;
}

.services-s2-grids .read-more {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #1b232f;
}

.services-s2-grids .read-more i {
  display: inline-block;
  padding-left: 7px;
}

@media (max-width: 991px) {
  .services-s2-grids .read-more {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.services-s2-grids .grid:hover .read-more {
  color: #1a9172;
}

/****************************
= services s3 grids
*****************************/
.services-section-s3-grids .grid {
  background-color: #fff;
  text-align: center;
  padding: 30px 40px;
  -webkit-box-shadow: 0 0 10px 0 #bfbfbf;
  -moz-box-shadow: 0 0 10px 0 #bfbfbf;
  -o-box-shadow: 0 0 10px 0 #bfbfbf;
  -ms-box-shadow: 0 0 10px 0 #bfbfbf;
  box-shadow: 0 0 10px 0 #bfbfbf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -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: 767px) {
  .services-section-s3-grids .grid {
    padding: 20px;
  }
}

.services-section-s3-grids .icon {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .services-section-s3-grids .icon {
    margin-bottom: 10px;
  }
}

.services-section-s3-grids .icon img {
  display: inline-block;
  width: auto;
}

@media (max-width: 1199px) {
  .services-section-s3-grids .icon img {
    max-width: 70px;
  }
}

.services-section-s3-grids .grid h3 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 0 0.43em;
}

@media (max-width: 1199px) {
  .services-section-s3-grids .grid h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .services-section-s3-grids .grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.services-section-s3-grids .grid .price {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;
    color: #88c057;
}

.services-section-s3-grids .grid .price {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  color: #88c057;
}

@media (max-width: 1199px) {
  .services-section-s3-grids .grid .price {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .services-section-s3-grids .grid .price {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.services-section-s3-grids .grid .price span {
  font-size: 16px;
  font-size: cacl-rem-value(16);
  color: #1b232f;
}

@media (max-width: 767px) {
  .services-section-s3-grids .grid .price span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.services-section-s3-grids .grid .type {
  font-size: 16px;
  font-size: cacl-rem-value(16);
  font-weight: bold;
  color: #666;
}

.services-section-s3-grids .grid:hover {
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, right top, from(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
}

.services-section-s3-grids .grid:hover h4,
.services-section-s3-grids .grid:hover h2,
.services-section-s3-grids .grid:hover h3,

.services-section-s3-grids .grid:hover p,
.services-section-s3-grids .grid:hover li,
.services-section-s3-grids .grid:hover strong,
.services-section-s3-grids .grid:hover span,
.services-section-s3-grids .grid:hover .price {
  color: #fff;
}

/****************************
= services s4 grids
*****************************/
.services-s4-grids {
  margin: 0 -15px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .services-s4-grids {
    margin: 0 -20px;
  }
}

@media (max-width: 767px) {
  .services-s4-grids {
    margin: 0;
  }
}

.services-s4-grids .grid {
  width: 33.33%;
  float: left;
  padding: 0 15px;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .services-s4-grids .grid {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .services-s4-grids .grid {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .services-s4-grids .grid {
    width: 100%;
    padding: 0 0 20px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
  }
}

.services-s4-grids .grid:last-child {
  border-bottom: 0;
}

.services-s4-grids .grid h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0.75em;
  -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) {
  .services-s4-grids .grid h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 991px) {
  .services-s4-grids .grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .services-s4-grids .grid h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.services-s4-grids .grid h3 .fi {
  font-weight: normal;
  display: inline-block;
  padding-right: 8px;
}

.services-s4-grids .grid h3 .fi:before {
  font-size: 30px;
  font-size: 1.875rem;
  color: #88c057;
}

@media (max-width: 1199px) {
  .services-s4-grids .grid h3 .fi:before {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .services-s4-grids .grid h3 .fi:before {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.services-s4-grids .grid:hover h3 {
  color: #88c057;
}

/****************************
= pricing grids
*****************************/
.pricing-grids .grid {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}

.pricing-grids .pricing-header {
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  padding: 50px 20px;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

@media (max-width: 1199px) {
  .pricing-grids .pricing-header {
    padding: 40px 20px;
  }
}

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

.pricing-grids .pricing-header .price {
  font-family: "Raleway", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 600;
  margin-bottom: 12px;
}

@media (max-width: 1199px) {
  .pricing-grids .pricing-header .price {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 767px) {
  .pricing-grids .pricing-header .price {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.pricing-grids .pricing-header .price span {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 1199px) {
  .pricing-grids .pricing-header .price span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.pricing-grids .pricing-header .type {
  background-color: #ecf8ff;
  display: inline-block;
  background-color: #ecf8ff;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #1b232f;
  padding: 2px 45px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .pricing-grids .pricing-header .type {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 2px 35px;
  }
}

@media (max-width: 767px) {
  .pricing-grids .pricing-header .type {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 2px 25px 1px;
  }
}

.pricing-grids .pricing-body {
  background-color: #f0f5f8;
  padding: 45px 20px;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 767px) {
  .pricing-grids .pricing-body {
    padding: 35px 20px;
  }
}

.pricing-grids .pricing-body ul {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .pricing-grids .pricing-body ul {
    margin-bottom: 40px;
  }
}

.pricing-grids .pricing-body li {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: 600;
  color: #1b232f;
  margin-bottom: 35px;
}

@media (max-width: 1199px) {
  .pricing-grids .pricing-body li {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .pricing-grids .pricing-body li {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
}

.pricing-grids .pricing-body ul li:last-child {
  margin-bottom: 0;
}

.pricing-grids .pricing-body li i {
  color: #09c578;
}

.pricing-grids .pricing-body .not-eligable {
  color: #cccccc;
}

.pricing-grids .pricing-body .not-eligable i {
  color: red;
}

.pricing-grids .pricing-table-slider .owl-controls {
  margin-top: 65px;
}

@media (max-width: 767px) {
  .pricing-grids .pricing-table-slider .owl-controls {
    margin-top: 40px;
  }
}

/****************************
= trending domain grids
*****************************/
.tranding-domains-grids .grid {
  text-align: center;
  padding: 40px 30px;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .tranding-domains-grids .grid {
    padding: 30px 25px;
  }
}

@media (max-width: 767px) {
  .tranding-domains-grids .grid {
    padding: 30px 20px;
  }
}

.tranding-domains-grids .grid .img-holder {
  margin-bottom: 10px;
}

.tranding-domains-grids .grid .img-holder img {
  width: auto;
  display: inline-block;
}

@media (max-width: 991px) {
  .tranding-domains-grids .grid .img-holder img {
    max-width: 85px;
  }
}

.tranding-domains-grids .grid &gt; p {
  color: #616d7e;
}

.tranding-domains-grids .price {
  margin-top: 15px;
}

.tranding-domains-grids .price span {
  display: block;
  font-weight: bold;
}

.tranding-domains-grids .price .current {
  font-size: 30px;
  font-size: 1.875rem;
  color: #f5812c;
  line-height: 1em;
}

@media (max-width: 991px) {
  .tranding-domains-grids .price .current {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.tranding-domains-grids .price .old {
  color: #616d7e;
}

/****************************
= team grids
*****************************/
.team-grids .grid h3 {
  font-size: 25px;
  font-size: 25px;
  margin: 0 0 0.56em;
}

@media (max-width: 1199px) {
  .team-grids .grid h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .team-grids .grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.team-grids .grid .member-info {
  padding: 20px 0 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #b3b3b3;
}

.team-grids .grid p {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-size: cacl-rem-value(14);
  line-height: 1.4em;
  font-weight: 600;
}

.team-grids .social-links li {
  margin-right: 15px;
}

@media (max-width: 1199px) {
  .team-grids .social-links li {
    margin-right: 10px;
  }
}

.team-grids .social-links li:last-child {
  margin-right: 0;
}

.team-grids .social-links li a {
  font-size: 22px;
  font-size: cacl-rem-value(22);
  color: #1b232f;
}

@media (max-width: 991px) {
  .team-grids .social-links li a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.team-grids .social-links li a:hover {
  color: #1a9172;
}

/******************************
	#blog grids
******************************/
.blog-grids .grid {
  margin-bottom: 5px;
}

.blog-grids .entry-media {
  position: relative;
}

.blog-grids .entry-body {
  background-color: #fff;
  padding: 25px 30px;
  -webkit-box-shadow: 0 0 10px 0 #e6e6e6;
  -moz-box-shadow: 0 0 10px 0 #e6e6e6;
  -o-box-shadow: 0 0 10px 0 #e6e6e6;
  -ms-box-shadow: 0 0 10px 0 #e6e6e6;
  box-shadow: 0 0 10px 0 #e6e6e6;
}

@media (max-width: 991px) {
  .blog-grids .entry-body {
    padding: 25px;
  }
}

.blog-grids .entry-meta a {
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, right top, from(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: bold;
  padding: 2px 12px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .blog-grids .entry-meta a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.blog-grids .entry-body h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3em;
  margin: 0 0 0.9em;
}

@media (max-width: 1199px) {
  .blog-grids .entry-body h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 991px) {
  .blog-grids .entry-body h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.blog-grids .entry-body h3 a {
  color: #1b232f;
}

.blog-grids .entry-body h3 a:hover {
  color: #88c057;
}

.blog-grids .entry-body .read-more {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #4d4d4d;
  display: inline-block;
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .blog-grids .entry-body .read-more {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .blog-grids .entry-body .read-more {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 10px;
  }
}

.blog-grids .entry-body .read-more:hover {
  color: #88c057;
}

/*** blog-sidebar ***/
.blog-sidebar .widget {
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .blog-sidebar .widget {
    margin-bottom: 60px;
  }
}

.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}

.blog-sidebar h3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #0d0d0d;
  margin: 0 0 1.25em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .blog-sidebar h3 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.blog-sidebar .category-widget ul li,
.blog-sidebar .archive-widget ul li {
  border-bottom: 1px solid #fff;
}

.blog-sidebar .category-widget ul li &gt; a,
.blog-sidebar .archive-widget ul li &gt; a {
  padding: 10px 0;
}

.blog-sidebar ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}

.blog-sidebar ul li &gt; a {
  display: block;
  color: #404040;
  position: relative;
}

.blog-sidebar ul li:first-child a {
  padding-top: 0;
}

.blog-sidebar ul li:last-child a {
  padding-bottom: 0;
}

.blog-sidebar ul li:last-child {
  border: 0;
}

.blog-sidebar ul li &gt; a:hover {
  color: #88c057;
}

.blog-sidebar ul li &gt; a .badge {
  background-color: transparent;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #404040;
  position: absolute;
  right: 5px;
}

.blog-sidebar ul li &gt; a .badge:before,
.blog-sidebar ul li &gt; a .badge:after {
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  top: 3px;
}

.blog-sidebar ul li &gt; a .badge:before {
  content: "(";
  left: 0;
}

.blog-sidebar ul li &gt; a .badge:after {
  content: ")";
  right: 0;
}

.blog-sidebar .search-widget input {
  background-color: transparent;
  padding: 8px 12px;
  height: auto;
}

.blog-sidebar .search-widget input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #1a9172;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget ul {
    margin-left: -15px;
  }
}

.blog-sidebar .recent-post-widget ul li {
  border: 0;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget ul li {
    padding: 0 0 40px 100px;
    overflow: visible;
  }
}

.blog-sidebar .recent-post-widget ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .recent-post-widget .post-pic {
  width: 30%;
  float: left;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post-pic {
    width: 70px;
    float: none;
    position: absolute;
    left: 15px;
  }
}

.blog-sidebar .recent-post-widget .details {
  width: 68%;
  float: right;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .details {
    width: 100%;
    float: none;
  }
}

.blog-sidebar .recent-post-widget .details &gt; span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666666;
  text-transform: uppercase;
}

.blog-sidebar .recent-post-widget .details h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0.5em 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .details h4 {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 10px;
  }
}

.blog-sidebar .recent-post-widget .details h4 a {
  color: #000;
}

.blog-sidebar .recent-post-widget .details h4 a:hover {
  color: #88c057;
}

.blog-sidebar .tag-widget .all-tags {
  margin-left: -12px;
}

.blog-sidebar .tag-widget .all-tags a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: gray;
  border: 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;
}

.blog-sidebar .tag-widget .all-tags a:hover {
  color: #88c057;
}

.blog-sidebar .instagram-widget ul {
  overflow: hidden;
  margin-right: -8px;
}

.blog-sidebar .instagram-widget ul li {
  width: 33.33%;
  float: left;
  padding: 0 8px 8px 0;
}

.blog-sidebar .instagram-widget ul li img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .blog-sidebar .instagram-widget ul li img {
    width: 100%;
  }
}

.style-switcher-box {
  background-color: #fff;
  width: 252px;
  padding: 50px 25px;
  position: fixed;
  left: -252px;
  top: 15%;
  z-index: 999;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.style-switcher-box button {
  background-color: #1a9172;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-size: 20px;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: -45px;
  top: 50px;
}

.style-switcher-box button i {
  color: #fff;
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.style-switcher-box h5 {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 0 0 2em;
  text-transform: uppercase;
}

.style-switcher-box .main-list &gt; .list {
  margin-bottom: 30px;
}

.style-switcher-box .main-list &gt; .list:last-child {
  margin-bottom: 0;
}

.style-switcher-box .list-title {
  display: block;
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.style-switcher-box .list &gt; .sublist {
  margin-bottom: 10px;
}

.style-switcher-box .list &gt; .sublist:last-child {
  margin-bottom: 0;
}

.style-switcher-box .sublist span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.style-switcher-box .sublist ul {
  overflow: hidden;
}

.style-switcher-box .sublist ul li {
  float: left;
  min-width: 36px;
  min-height: 36px;
  margin: 0 5px 5px 0;
  cursor: pointer;
}

.style-switcher-box .sublist ul li:nth-child(5n+5) {
  margin-right: 0;
}

.style-switcher-box .layout ul li {
  background-color: #1a9172;
  min-height: 20px;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.style-switcher-box p {
  font-size: 11px;
  margin: 15px 0 0;
}

.style-switcher-box p span {
  color: #ff6666;
}

.style-switcher-box .color-chager &gt; li {
  background-color: #1a9172;
}

.style-switcher-box .color-chager &gt; li:nth-child(2) {
  background-color: #f13333;
}

.style-switcher-box .color-chager &gt; li:nth-child(3) {
  background-color: #a0ce4e;
}

.style-switcher-box .color-chager &gt; li:nth-child(4) {
  background-color: #1b5f94;
}

.toggle-switcherbox {
  left: 0;
}

/*** rotating ***/
@-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);
  }
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-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;
}

.site-header .navigation &gt; .container {
  position: relative;
}

.site-header .navbar-header .navbar-brand {
  margin-top: 8px;
}

@media (max-width: 991px) {
  .site-header .navbar-header .navbar-brand {
    margin: 0 0 10px;
  }
  .site-header .navbar-header .navbar-brand img {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand img {
    max-width: 135px;
  }
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar &gt; ul li a:hover,
.site-header #navbar &gt; ul li a:focus {
  text-decoration: none;
  color: #1a9172;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
    .site-header #navbar &gt; ul &gt; li &gt; a {
        font-size: 16px;
        font-size: 1rem;
        padding-top: 35px;
        padding-right: 15px;
        padding-bottom: 35px;
        padding-left: 15px;
    }
  .site-header #navbar &gt; ul &gt; .menu-item-has-children &gt; a {
    position: relative;
  }
  .site-header #navbar &gt; ul &gt; .menu-item-has-children &gt; a:after {
    font-family: "FontAwesome";
    content: "\f107";
    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%);
  }
  .site-header #navbar &gt; ul .sub-menu {
    background-color: #fff;
    width: 220px;
    border-top: 2px solid #1a9172;
    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 5px 0 #cccccc;
    -moz-box-shadow: 0 0 5px 0 #cccccc;
    -o-box-shadow: 0 0 5px 0 #cccccc;
    -ms-box-shadow: 0 0 5px 0 #cccccc;
    box-shadow: 0 0 5px 0 #cccccc;
  }
  .site-header #navbar &gt; ul &gt; li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar &gt; ul &gt; li .sub-menu a {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #000;
    display: block;
    padding: 10px 15px;
  }
  .site-header #navbar &gt; ul &gt; li &gt; .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar &gt; ul &gt; li &gt; .sub-menu &gt; .menu-item-has-children &gt; a {
    position: relative;
  }
  .site-header #navbar &gt; ul &gt; li &gt; .sub-menu &gt; .menu-item-has-children &gt; a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 0.9375rem;
    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%);
  }
  .site-header #navbar &gt; ul &gt; li:hover &gt; .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu &gt; li:hover &gt; .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar &gt; ul &gt; li.current-menu-item {
    color: #fff;
  }
  .site-header #navbar &gt; ul &gt; li .current-menu-item a,
  .site-header #navbar &gt; ul &gt; li a:hover {
    color: #1a9172;
  }
}

@media screen and (min-width: 1200px) {
    .site-header #navbar &gt; ul &gt; li &gt; a {
        padding-top: 35px;
        padding-right: 20px;
        padding-bottom: 35px;
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
  .site-header #navbar &gt; ul &gt; li a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .site-header #navbar &gt; ul &gt; li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar &gt; ul .sub-menu &gt; li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar &gt; ul &gt; li &gt; .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar &gt; ul &gt; li &gt; .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar &gt; ul .menu-item-has-children &gt; a {
    position: relative;
  }
  .site-header #navbar &gt; ul .menu-item-has-children &gt; a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    font-size: 0.9375rem;
    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) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #1a9172;
    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;
    -webkit-box-shadow: 0 0 5px 0 #cccccc;
    -moz-box-shadow: 0 0 5px 0 #cccccc;
    -o-box-shadow: 0 0 5px 0 #cccccc;
    -ms-box-shadow: 0 0 5px 0 #cccccc;
    box-shadow: 0 0 5px 0 #cccccc;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #000;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover &gt; ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar &gt; ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar &gt; ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar &gt; ul .mega-menu,
  .site-header #navbar &gt; ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar &gt; ul .mega-menu .row,
  .site-header #navbar &gt; ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content &gt; .row &gt; .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    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) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #1a9172;
    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: 12px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-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;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current-menu-item a {
    color: #1a9172;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #1a9172;
    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;
  }
  .site-header #navbar &gt; ul &gt; li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar &gt; ul &gt; li &gt; a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav &gt; li {
    float: none;
  }
}

/********** header style 1 **********/
.header-style-1 {
  /*** topbar ***/
  /*** navigation ***/
  /*** search chat info ***/
}

.header-style-1 .topbar {
  padding: 18px 0 14px;
}

@media (max-width: 991px) {
  .header-style-1 .topbar {
    padding: 12px 0 8px;
  }
}

@media (max-width: 767px) {
  .header-style-1 .topbar {
    text-align: center;
  }
}

.header-style-1 .topbar,
.header-style-1 .topbar a {
  color: #616d7e;
}

@media (max-width: 991px) {
  .header-style-1 .topbar,
  .header-style-1 .topbar a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.header-style-1 .topbar a:hover {
  color: #1b232f;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .social-links {
    display: inline-block;
  }
}

.header-style-1 .topbar .social-links li {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .header-style-1 .topbar .social-links li {
    margin-right: 10px;
  }
}

.header-style-1 .topbar .social-links li:last-child {
  margin-right: 0;
}

.header-style-1 .topbar .contact-info-login {
  float: right;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-info-login {
    float: none;
    display: inline-block;
  }
}

.header-style-1 .topbar .contact-info-login &gt; div {
  float: left;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-info-login &gt; div {
    float: none;
  }
}

.header-style-1 .topbar .contact-info-login .email {
  margin-right: 35px;
}

@media (max-width: 991px) {
  .header-style-1 .topbar .contact-info-login .email {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-info-login .email {
    margin: 0 0 5px;
  }
}

.header-style-1 .topbar .contact-info-login i,
.header-style-1 .topbar .login {
  display: inline-block;
  padding-right: 3px;
}

.header-style-1 .topbar .login span {
  background-color: #88c057;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.header-style-1 .topbar .login span i {
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-style-1 .topbar .login ul {
  display: inline-block;
}

.header-style-1 .topbar .login ul li {
  float: left;
  margin-right: 6px;
  padding-right: 6px;
  position: relative;
}

.header-style-1 .topbar .login ul li:after {
  content: "/";
  position: absolute;
  right: -4px;
  top: 0;
}

.header-style-1 .topbar .login ul li:last-child {
  margin: 0;
  padding: 0;
}

.header-style-1 .topbar .login ul li:last-child:after {
  display: none;
}

@media screen and (min-width: 992px) {
  .header-style-1 #navbar {
    margin-right: 150px;
  }
}

.header-style-1 .navigation {
  background-color: #1b232f;
}

@media screen and (min-width: 992px) {
  .header-style-1 #navbar &gt; ul &gt; li &gt; a {
    color: #99a5b7;
  }
  .header-style-1 #navbar &gt; ul &gt; li &gt; a:hover,
  .header-style-1 #navbar &gt; ul &gt; .current-menu-ancestor &gt; a,
  .header-style-1 #navbar &gt; ul &gt; li.current-menu-item a {
    color: #fff;
  }
}

.header-style-1 .search-chat-info {
  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%);
  overflow: hidden;
}

@media (max-width: 991px) {
  .header-style-1 .search-chat-info {
    right: 55px;
  }
  .header-style-1 .search-chat-info a {
    font-size: 14px;
  }
}

.header-style-1 .search-chat-info a {
  color: #fff;
}

.header-style-1 .search-chat-info .chat,
.header-style-1 .search-chat-info .search-sideinfo {
  float: left;
}

.header-style-1 .search-chat-info .chat {
  margin-right: 30px;
}

@media (max-width: 991px) {
  .header-style-1 .search-chat-info .chat {
    margin-right: 15px;
  }
}

.header-style-1 .side-info-open-btn {
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .header-style-1 .side-info-open-btn {
    display: none;
  }
}

.header-style-1 .search-sideinfo &gt; div {
  float: left;
}

.header-style-1 .side-info {
  margin-left: 18px;
}

/*** header search area and side info ***/
.header-search-form {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
}

.header-search-form form {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .header-search-form form {
    width: 280px;
  }
}

.header-search-form form input {
  height: 50px;
  font-size: 16px;
  font-size: 1rem;
  padding: 15px 70px 15px 20px;
}

@media (max-width: 767px) {
  .header-search-form form input {
    height: 45px;
    font-size: 17px;
  }
}

.header-search-form form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-search-form form .btn {
  background-color: #1a9172;
  width: 50px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.header-search-form form .btn:focus,
.header-search-form form .btn:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.side-info-inner {
  background-color: #1a9172;
  width: 400px;
  height: 100%;
  padding: 70px 50px;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 9999;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (max-width: 991px) {
  .side-info-inner {
    display: none;
  }
}

.side-info-inner .side-info-close-btn {
  background-color: transparent;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 20px;
}

.side-info-inner .side-info-close-btn:hover,
.side-info-inner .side-info-close-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.side-info-inner .logo {
  text-align: center;
  margin-bottom: 50px;
}

.side-info-inner .logo img {
  display: inline-block;
}

.side-info-inner .logo span {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 0.3em 0 1em;
}

.side-info-inner p {
  color: #fff;
  margin: 0 0 2em;
}

.side-info-inner .info li {
  font-size: 16px;
  font-size: 1rem;
  color: #d9d9d9;
  margin: 0 0 8px;
}

.side-info-inner .info li:nth-child(2) {
  color: #f2f2f2;
}

.side-info-inner .social-links {
  margin-top: 40px;
}

.side-info-inner .social-links a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}

.side-info-inner .social-links a:hover {
  color: #88c057;
}

.side-info-inner .social-links li {
  margin-right: 12px;
}

.side-info-inner .social-links li:last-child {
  margin-right: 0;
}

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

/********** site header style 2 *************/
.header-style-2, .header-style-3 {
  /*** topbar ***/
  /*** navigation ***/
  /*** login register ***/
  /*** bottom nav ***/
}

.header-style-2 .topbar, .header-style-3 .topbar {
  background-color: #1b232f;
}

.header-style-2 .topbar a, .header-style-3 .topbar a,
.header-style-2 .topbar li, .header-style-3 .topbar li {
  color: #fff;
}

.header-style-2 .topbar a:hover, .header-style-3 .topbar a:hover {
  color: #1a9172;
}

.header-style-2 .topbar-inner, .header-style-3 .topbar-inner {
  float: right;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header-style-2 .topbar-inner, .header-style-3 .topbar-inner {
    float: none;
  }
}

.header-style-2 .topbar-inner &gt; div, .header-style-3 .topbar-inner &gt; div,
.header-style-2 .topbar-inner &gt; ul, .header-style-3 .topbar-inner &gt; ul {
  float: left;
}

@media (max-width: 767px) {
  .header-style-2 .topbar-inner &gt; div, .header-style-3 .topbar-inner &gt; div,
  .header-style-2 .topbar-inner &gt; ul, .header-style-3 .topbar-inner &gt; ul {
    float: none;
    display: inline-block;
  }
}

.header-style-2 .topbar-inner ul li, .header-style-3 .topbar-inner ul li {
  float: left;
}

.header-style-2 .topbar-inner .chat, .header-style-3 .topbar-inner .chat {
  margin-right: 40px;
}

@media (max-width: 991px) {
  .header-style-2 .topbar-inner .chat, .header-style-3 .topbar-inner .chat {
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .header-style-2 .topbar-inner .chat, .header-style-3 .topbar-inner .chat {
    display: block;
    margin: 0 0 5px;
  }
}

.header-style-2 .topbar-inner .info li, .header-style-3 .topbar-inner .info li {
  margin-right: 40px;
}

@media (max-width: 991px) {
  .header-style-2 .topbar-inner .info li, .header-style-3 .topbar-inner .info li {
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .header-style-2 .topbar-inner .info li:last-child, .header-style-3 .topbar-inner .info li:last-child {
    margin-right: 0;
  }
}

.header-style-2 .topbar-inner .social-links li, .header-style-3 .topbar-inner .social-links li {
  margin-right: 7px;
}

.header-style-2 .topbar-inner .social-links li:last-child, .header-style-3 .topbar-inner .social-links li:last-child {
  margin-right: 0;
}

.header-style-2 .topbar-inner .social-links li a, .header-style-3 .topbar-inner .social-links li a {
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .header-style-2 .topbar-inner .social-links, .header-style-3 .topbar-inner .social-links {
    display: block;
    width: 100px;
    margin: 0 auto 5px;
  }
}

.header-style-2 .navigation, .header-style-3 .navigation {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}

@media screen and (min-width: 992px) {
  .header-style-2 #navbar &gt; ul &gt; li &gt; a:hover, .header-style-3 #navbar &gt; ul &gt; li &gt; a:hover,
  .header-style-2 #navbar &gt; ul &gt; .current-menu-ancestor &gt; a, .header-style-3 #navbar &gt; ul &gt; .current-menu-ancestor &gt; a {
    color: #1a9172;
  }
  .header-style-2 #navbar &gt; ul &gt; li &gt; a, .header-style-3 #navbar &gt; ul &gt; li &gt; a {
    color: #1b232f;
    font-weight: bold;
  }
}

.header-style-2 .login-register, .header-style-3 .login-register {
  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 (max-width: 991px) {
  .header-style-2 .login-register, .header-style-3 .login-register {
    right: 75px;
  }
}

@media (max-width: 767px) {
  .header-style-2 .login-register, .header-style-3 .login-register {
    right: 65px;
  }
}

.header-style-2 .login-register ul i, .header-style-3 .login-register ul i {
  background-color: #1a9172;
  background: -webkit-linear-gradient(top, #1a9172, #88c057);
  background: -moz-linear-gradient(top, #1a9172, #88c057);
  background: -o-linear-gradient(top, #1a9172, #88c057);
  background: -ms-linear-gradient(top, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(#1a9172), to(#88c057));
  background: linear-gradient(top, #1a9172, #88c057);
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .header-style-2 .login-register ul i, .header-style-3 .login-register ul i {
    display: none;
  }
}

.header-style-2 .login-register ul li, .header-style-3 .login-register ul li {
  float: left;
  padding-right: 6px;
  margin-right: 6px;
  position: relative;
}

@media (max-width: 767px) {
  .header-style-2 .login-register ul li, .header-style-3 .login-register ul li {
    padding-right: 4px;
    margin-right: 4px;
  }
}

.header-style-2 .login-register ul li:after, .header-style-3 .login-register ul li:after {
  content: "/";
  position: absolute;
  right: -3px;
  top: 0;
}

.header-style-2 .login-register ul li:last-child, .header-style-3 .login-register ul li:last-child {
  margin: 0;
  padding: 0;
}

.header-style-2 .login-register ul li:last-child:after, .header-style-3 .login-register ul li:last-child:after {
  display: none;
}

.header-style-2 .login-register a, .header-style-3 .login-register a {
  font-weight: bold;
  color: #1b232f;
}

@media (max-width: 767px) {
  .header-style-2 .login-register a, .header-style-3 .login-register a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.header-style-2 .login-register a:hover, .header-style-3 .login-register a:hover {
  color: #1a9172;
}

.header-style-2 .bottom-nav, .header-style-3 .bottom-nav {
  background-color: #1b232f;
  text-align: center;
}

@media (max-width: 767px) {
  .header-style-2 .bottom-nav, .header-style-3 .bottom-nav {
    display: none;
  }
}

.header-style-2 .bottom-nav ul, .header-style-3 .bottom-nav ul {
  display: inline-block;
}

.header-style-2 .bottom-nav ul li, .header-style-3 .bottom-nav ul li {
  display: inline-block;
}

.header-style-2 .bottom-nav ul li a, .header-style-3 .bottom-nav ul li a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 22px 20px;
}

@media (max-width: 1199px) {
  .header-style-2 .bottom-nav ul li a, .header-style-3 .bottom-nav ul li a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 18px 15px;
  }
}

@media (max-width: 991px) {
  .header-style-2 .bottom-nav ul li a, .header-style-3 .bottom-nav ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
    padding: 15px 8px;
  }
}

.header-style-2 .bottom-nav ul li a:hover, .header-style-3 .bottom-nav ul li a:hover {
  color: #1a9172;
}

@media screen and (min-width: 1200px) {
  .header-style-3 #navbar {
    margin-right: 250px;
  }
}

.header-style-3 .chat {
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  width: 95px;
  height: 91px;
  line-height: 91px;
  text-align: center;
  position: absolute;
  top: 2px;
  right: 145px;
}

@media (max-width: 1199px) {
  .header-style-3 .chat {
    display: none;
  }
}

.header-style-3 .chat a {
  color: #fff;
}

.header-style-3 .chat a:hover,
.header-style-3 .chat a:focus {
  color: #fff;
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 645px;
  overflow: hidden;
  /*** slider caption ***/
  /** slider controls **/
  /*** dots ***/
}

@media (max-width: 991px) {
  .hero {
    height: 500px;
  }
}

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

.hero .slide {
  height: 800px;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991px) {
  .hero .slide {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .hero .slide {
    height: 300px;
  }
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slide-caption h1,
.hero .slide-caption p,
.hero .slide-caption li {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  .hero .slide-caption h1,
  .hero .slide-caption p,
  .hero .slide-caption li {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 767px) {
  .hero .slide-caption h1,
  .hero .slide-caption p,
  .hero .slide-caption li {
    font-size: 10px;
    
  }
}

.hero .slide-caption h1 {
  font-size: 52px;
  font-size: 2.50rem;
  margin: 0 0 0.29em;
}

@media (max-width: 1199px) {
  .hero .slide-caption h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 991px) {
  .hero .slide-caption h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .hero .slide-caption h1 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 0 0.5em;
  }
}

@media screen and (min-width: 1200px) {
  .hero .slide-caption p {
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .hero .slide-caption p {
    margin-bottom: 35px;
  }
}

.hero .slide-caption .hsoting-info-list {
  overflow: hidden;
  padding: 25px 0 45px;
}

@media (max-width: 991px) {
  .hero .slide-caption .hsoting-info-list {
    padding: 15px 0 20px;
  }
}

@media (max-width: 767px) {
  .hero .slide-caption .hsoting-info-list {
    display: none;
  }
}

.hero .slide-caption .hsoting-info-list &gt; ul {
  float: left;
}

.hero .slide-caption .hsoting-info-list &gt; ul:first-child {
  margin-right: 30px;
}

.hero .slide-caption .hsoting-info-list ul li {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .hero .slide-caption .hsoting-info-list ul li {
    margin-bottom: 10px;
  }
}

.hero .slide-caption .hsoting-info-list li i {
  display: inline-block;
  padding: 0 5px 0 1px;
  color: #1b232f;
}

.hero .slider-hosting-pic {
  position: relative;
}

@media (max-width: 1199px) {
  .hero .slider-hosting-pic {
    margin-top: 55px;
  }
}

@media (max-width: 991px) {
  .hero .slider-hosting-pic {
    display: none;
  }
}

.hero .slider-hosting-pic .price-info {
  background-color: #ec5d5c;
  width: 150px;
  height: 150px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -75px;
}

.hero .slider-hosting-pic .price-info &gt; div {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero .slider-hosting-pic .price {
  font-family: "Raleway", sans-serif;
}

.hero .slider-hosting-pic .price span {
  font-size: 26px;
  font-size: cacl-rem-value(26);
}

.hero .slick-prev,
.hero .slick-next {
  background-color: #1b232f;
  width: 50px;
  height: 55px;
  z-index: 10;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  background-color: #080b0f;
}

@media (max-width: 1199px) {
  .hero .slick-prev,
  .hero .slick-next {
    width: 40px;
    height: 45px;
  }
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }
}

.hero .slick-prev {
  left: 0;
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  font-size: 25px;
  font-size: 1.5625rem;
  opacity: 1;
}

@media (max-width: 1199px) {
  .hero .slick-prev:before {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.hero .slick-next {
  right: 0;
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 25px;
  font-size: 1.5625rem;
  opacity: 1;
}

@media (max-width: 1199px) {
  .hero .slick-next:before {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.hero .slider-dots ul {
  bottom: 35px;
}

.hero .slider-dots .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 15px 0 0;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .hero .slider-dots .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 10px 0 0;
    border: 1px solid #fff;
  }
}

.hero .slider-dots .slick-dots .slick-active {
  background-color: #fff;
}

.hero .slider-dots .slick-dots li button {
  display: none;
}

/********** hero slider style 1 **********/
.hero-slider-s1 {
  /*** hero slider animation ***/
}

.hero-slider-s1 .slide:before {
  background: -webkit-linear-gradient(left, rgba(26, 145, 114, 0.85), rgba(136, 192, 87, 0.85));
  background: -moz-linear-gradient(left, rgba(26, 145, 114, 0.85), rgba(136, 192, 87, 0.85));
  background: -o-linear-gradient(left, rgba(26, 145, 114, 0.85), rgba(136, 192, 87, 0.85));
  background: -ms-linear-gradient(left, rgba(26, 145, 114, 0.85), rgba(136, 192, 87, 0.85));
  background: -webkit-gradient(linear, left top, right top, from(rgba(26, 145, 114, 0.85)), to(rgba(136, 192, 87, 0.85)));
  background: linear-gradient(left, rgba(26, 145, 114, 0.85), rgba(136, 192, 87, 0.85));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider-s1 .slider-dots {
  width: 15px;
  position: absolute;
  right: 5%;
  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) {
  .hero-slider-s1 .slider-dots {
    width: 65px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .hero-slider-s1 .slider-dots {
    bottom: 35px;
  }
}

@media (max-width: 991px) {
  .hero-slider-s1 .slider-dots .slick-dots {
    width: 65px;
    bottom: 0;
  }
}

.hero-slider-s1 .slider-dots .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 0 15px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
}

@media (max-width: 991px) {
  .hero-slider-s1 .slider-dots .slick-dots li {
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
  }
}

.hero-slider-s1 .slider-dots .slick-dots li:last-child {
  margin: 0;
}

.hero-slider-s1 .slider-dots .slick-dots li button {
  display: none;
}

.hero-slider-s1 .slider-dots .slick-dots .slick-active {
  background-color: #fff;
}

.hero-slider-s1 .slick-prev,
.hero-slider-s1 .slick-next {
  display: none !important;
}

.hero-slider-s1 .hero-slider .slide-caption &gt; h1 {
  margin: -10px 0 0.6em;
}

@media screen and (min-width: 1200px) {
  .hero-slider-s1 .hero-slider .slide-caption &gt; h1 {
    padding-right: 20px;
  }
}

.hero-slider-s1 .hero-slider .slide-caption &gt; h1,
.hero-slider-s1 .hero-slider .slide-caption &gt; .hosting-info,
.hero-slider-s1 .hero-slider .slider-hosting-pic {
  color: #fff;
  opacity: 0;
}

.hero-slider-s1 .hero-slider .slick-list .slick-current .slide-caption &gt; h1 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero-slider-s1 .hero-slider .slick-list .slick-current .hosting-info {
  -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  animation: fadeInLeftSlow 1.5s 1.4s forwards;
}

.hero-slider-s1 .hero-slider .slick-list .slick-current .slider-hosting-pic {
  -webkit-animation: fadeInRightSlow 1.5s 1.8s forwards;
  -moz-animation: fadeInRightSlow 1.5s 1.8s forwards;
  -o-animation: fadeInRightSlow 1.5s 1.8s forwards;
  -ms-animation: fadeInRightSlow 1.5s 1.8s forwards;
  animation: fadeInRightSlow 1.5s 1.8s forwards;
}

/********** hero slider style 2 **********/
.hero-slider-s2 {
  text-align: center;
  height: 700px;
  /*** slider dots ****/
  /*** hero slider animation ***/
}

@media (max-width: 991px) {
  .hero-slider-s2 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider-s2 {
    height: 350px;
  }
}

.hero-slider-s2 .slide {
  height: 700px;
  position: relative;
}

@media (max-width: 991px) {
  .hero-slider-s2 .slide {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider-s2 .slide {
    height: 350px;
  }
}

.hero-slider-s2 .slide:before {
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #126b25, #88c057);
  background: -moz-linear-gradient(left, #126b25, #88c057);
  background: -o-linear-gradient(left, #126b25, #88c057);
  background: -ms-linear-gradient(left, #126b25, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#126b25), to(#88c057));
  background: linear-gradient(left, #126b25, #88c057);
}

.hero-slider-s2 .slide-caption &gt; p {
  font-size: 24px;
  font-size: cacl-rem-value(24);
  margin: 0;
}

@media (max-width: 991px) {
  .hero-slider-s2 .slide-caption &gt; p {
    font-size: 20px;
    font-size: cacl-rem-value(20);
  }
}

@media (max-width: 767px) {
  .hero-slider-s2 .slide-caption &gt; p {
    font-size: 17px;
    font-size: cacl-rem-value(17);
  }
}

@media (max-width: 767px) {
  .hero-slider-s2 .slide-caption {
    padding: 0;
  }
}

.hero-slider-s2 .hosting-price {
  margin-top: 45px;
  position: relative;
}

.hero-slider-s2 .hosting-price img {
  display: inline-block;
}

@media (max-width: 991px) {
  .hero-slider-s2 .hosting-price img {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .hero-slider-s2 .hosting-price img {
    display: none;
  }
}

.hero-slider-s2 .hosting-price .price-circle {
  background-color: #1b232f;
  width: 125px;
  height: 125px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 50px;
  bottom: 20%;
}

@media (max-width: 991px) {
  .hero-slider-s2 .hosting-price .price-circle {
    width: 100px;
    height: 100px;
    padding-top: 3px;
    bottom: auto;
    top: 0;
  }
}

@media (max-width: 767px) {
  .hero-slider-s2 .hosting-price .price-circle {
    display: none;
  }
}

.hero-slider-s2 .hosting-price .price-circle:before {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  left: 5%;
  top: 5%;
  border: 1px solid #666;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.hero-slider-s2 .hosting-price .price-circle &gt; p {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0;
  line-height: 1.3em;
  margin: 0;
  padding: 24px;
}

@media (max-width: 991px) {
  .hero-slider-s2 .hosting-price .price-circle &gt; p {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 17px;
  }
}

.hero-slider-s2 .hosting-price .price-circle &gt; p span {
  color: #88c057;
}

.hero-slider-s2 .hosting-price .price {
  font-family: "Raleway", sans-serif;
  width: 150px;
  background-color: #d31206;
  padding: 2px 10px;
  position: absolute;
  top: -20px;
  right: -105px;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@media (max-width: 991px) {
  .hero-slider-s2 .hosting-price .price {
    width: 100px;
    right: -70px;
    top: -10px;
  }
}

.hero-slider-s2 .hosting-price .price p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  padding: 0;
  margin: 0;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}

@media (max-width: 991px) {
  .hero-slider-s2 .hosting-price .price p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.hero-slider-s2 .hosting-price .price span {
  font-family: "Quattrocento Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}

@media (max-width: 991px) {
  .hero-slider-s2 .hosting-price .price span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.hero-slider-s2 .slider-dots {
  display: none;
}

@media (max-width: 991px) {
  .hero-slider-s2 .slider-dots {
    display: block;
  }
}

.hero-slider-s2 .hero-slider .slide-caption &gt; h1,
.hero-slider-s2 .hero-slider .slide-caption &gt; p,
.hero-slider-s2 .hero-slider .hosting-price {
  color: #fff;
  opacity: 0;
}

.hero-slider-s2 .hero-slider .slick-list .slick-current .slide-caption &gt; h1,
.hero-slider-s2 .hero-slider .slick-list .slick-current .slide-caption &gt; p {
  -webkit-animation: fadeInUp 1.5s 0.8s forwards;
  -moz-animation: fadeInUp 1.5s 0.8s forwards;
  -o-animation: fadeInUp 1.5s 0.8s forwards;
  -ms-animation: fadeInUp 1.5s 0.8s forwards;
  animation: fadeInUp 1.5s 0.8s forwards;
}

.hero-slider-s2 .hero-slider .slick-list .slick-current .hosting-price {
  -webkit-animation: fadeInUp 1.5s 1.4s forwards;
  -moz-animation: fadeInUp 1.5s 1.4s forwards;
  -o-animation: fadeInUp 1.5s 1.4s forwards;
  -ms-animation: fadeInUp 1.5s 1.4s forwards;
  animation: fadeInUp 1.5s 1.4s forwards;
}

/********** hero slider style 3 **********/
.hero-slider-s3 {
  /*** hero slider animation ***/
}

.hero-slider-s3 .slide:before {
  background-color: rgba(27, 35, 47, 0.5);
}

.hero-slider-s3 .slide .row {
  position: relative;
}

@media (max-width: 767px) {
  .hero-slider-s3 .slide-caption {
    padding: 0;
  }
}

.hero-slider-s3 .slide-caption .offer {
  background-color: #d31206;
  display: inline-block;
  padding: 10px 16px;
  -webkit-box-shadow: 0 3px 3px #1a1a1a;
  box-shadow: 0 3px 3px #1a1a1a;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

@media (max-width: 1199px) {
  .hero-slider-s3 .slide-caption .offer {
    padding: 6px 15px;
  }
}

@media (max-width: 991px) {
  .hero-slider-s3 .slide-caption .offer {
    padding: 4px 12px;
  }
}

.hero-slider-s3 .slide-caption .offer span {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-size: cacl-rem-value(17);
  font-weight: bold;
  color: #fff;
  display: inline-block;
  -webkit-transform: skewX(10deg);
  -moz-transform: skewX(10deg);
  -o-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);
}

@media (max-width: 1199px) {
  .hero-slider-s3 .slide-caption .offer span {
    font-size: 15px;
    font-size: cacl-rem-value(15);
  }
}

@media (max-width: 991px) {
  .hero-slider-s3 .slide-caption .offer span {
    font-size: 12px;
    font-size: cacl-rem-value(12);
  }
}

.hero-slider-s3 .slide-caption &gt; h1 {
  line-height: 1em;
  margin: 0.38em 0 0.25em;
}

@media (max-width: 1199px) {
  .hero-slider-s3 .slide-caption &gt; h1 {
    font-size: 40px;
    font-size: cacl-rem-value(40);
  }
}

@media (max-width: 991px) {
  .hero-slider-s3 .slide-caption &gt; h1 {
    font-size: 35px;
    font-size: cacl-rem-value(35);
    margin: 0.5em 0;
  }
}

@media (max-width: 767px) {
  .hero-slider-s3 .slide-caption &gt; h1 {
    font-size: 17px;
    font-size: cacl-rem-value(30);
    margin: 0.5em 0;
  }
}

.hero-slider-s3 .slide-caption &gt; p {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .hero-slider-s3 .slide-caption &gt; p {
    margin-bottom: 25px;
  }
}

.hero-slider-s3 .img-holder {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

@media (max-width: 991px) {
  .hero-slider-s3 .img-holder {
    display: none;
  }
}

.hero-slider-s3 .img-holder img {
  display: inline-block;
}

@media (max-width: 1199px) {
  .hero-slider-s3 .img-holder img {
    max-width: 95%;
  }
}

.hero-slider-s3 .slider-dots {
  display: none;
}

@media (max-width: 991px) {
  .hero-slider-s3 .slider-dots {
    display: block;
  }
}

.hero-slider-s3 .slider-dots ul {
  bottom: 25px;
}

.hero-slider-s3 .hero-slider .slide-caption,
.hero-slider-s3 .hero-slider .img-holder {
  opacity: 0;
}

.hero-slider-s3 .hero-slider .slick-list .slick-current .slide-caption {
  -webkit-animation: fadeInUp 1.5s 0.8s forwards;
  -moz-animation: fadeInUp 1.5s 0.8s forwards;
  -o-animation: fadeInUp 1.5s 0.8s forwards;
  -ms-animation: fadeInUp 1.5s 0.8s forwards;
  animation: fadeInUp 1.5s 0.8s forwards;
}

.hero-slider-s3 .hero-slider .slick-list .slick-current .img-holder {
  -webkit-animation: fadeInRight 1.5s 1.4s forwards;
  -moz-animation: fadeInRight 1.5s 1.4s forwards;
  -o-animation: fadeInRight 1.5s 1.4s forwards;
  -ms-animation: fadeInRight 1.5s 1.4s forwards;
  animation: fadeInRight 1.5s 1.4s forwards;
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #1b232f;
  /*** about wiget ***/
  /*** link widget ***/
}

.site-footer p,
.site-footer h3,
.site-footer a,
.site-footer li {
  font-size: 14px;
 
  color: #fff;
}

@media (max-width: 1199px) {
  .site-footer p,
  .site-footer h3,
  .site-footer a,
  .site-footer li {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .site-footer p,
  .site-footer h3,
  .site-footer a,
  .site-footer li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.site-footer .widget h3 {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 1.38em;
}

@media (max-width: 991px) {
  .site-footer .widget h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 991px) {
  .site-footer .widget h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.site-footer .upper-footer {
  padding: 110px 0 100px;
  border-bottom: 1px solid #12171f;
}

@media (max-width: 1199px) {
  .site-footer .upper-footer {
    padding: 100px 0 90px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 100px 0 10px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 70px 0 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .row &gt; .col {
    min-height: 255px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .row &gt; .col {
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .row &gt; .col:nth-child(2),
  .site-footer .upper-footer .row &gt; .col:nth-child(4) {
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .row &gt; .col:nth-child(2),
  .site-footer .upper-footer .row &gt; .col:nth-child(4) {
    padding-left: 15px;
  }
}

.site-footer .about-widget .site-logo {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .site-footer .about-widget .site-logo img {
    max-width: 180px;
  }
}

.site-footer .about-widget .contact-info {
  padding-top: 30px;
}

@media (max-width: 991px) {
  .site-footer .about-widget .contact-info {
    padding-top: 10px;
  }
}

.site-footer .about-widget .contact-info li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
}

@media (max-width: 767px) {
  .site-footer .about-widget .contact-info li {
    margin-bottom: 10px;
  }
}

.site-footer .about-widget .contact-info i {
  position: absolute;
  left: 0;
  top: 5px;
}

.site-footer .about-widget .contact-info li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .site-footer .link-widget {
    padding-left: 35px;
  }
}

.site-footer .link-widget ul li {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .site-footer .link-widget ul li {
    margin-bottom: 12px;
  }
}

.site-footer .link-widget ul li:last-child {
  margin-bottom: 0;
}

.site-footer .link-widget ul li a:hover {
  color: #1a9172;
}

.site-footer .copyright-row {
  padding: 35px 0;
}

@media (max-width: 991px) {
  .site-footer .copyright-row {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .site-footer .copyright-row {
    text-align: center;
  }
}

.site-footer .copyright-row p {
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer .copyright-row p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .site-footer .copyright-row p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.site-footer .copyright-row p a {
    /*color: #1a9172;*/
}

.site-footer .copyright-row .social-links {
  float: right;
}

@media (max-width: 767px) {
  .site-footer .copyright-row .social-links {
    float: none;
    display: inline-block;
    margin-top: 8px;
  }
}

.site-footer .copyright-row .social-links li {
  margin-right: 25px;
}

@media (max-width: 991px) {
  .site-footer .copyright-row .social-links li {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .site-footer .copyright-row .social-links li {
    margin-right: 10px;
  }
}

.site-footer .copyright-row .social-links li:last-child {
  margin-right: 0;
}

.site-footer .copyright-row .social-links li a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}

@media (max-width: 991px) {
  .site-footer .copyright-row .social-links li a {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .site-footer .copyright-row .social-links li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.site-footer .copyright-row .social-links a:hover {
  color: #1a9172;
}

/*--------------------------------------------------------------
#0.6	services-section-s1
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  .services-section-s1 {
    padding-bottom: 35px;
  }
}

@media (max-width: 991px) {
  .services-section-s1 {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .services-section-s1 {
    padding-bottom: 20px;
  }
}

@media (max-width: 550px) {
  .services-section-s1 {
    padding-bottom: 70px;
  }
}

@media (max-width: 1199px) {
  .services-section-s1 .services-s1-grids &gt; .col {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .services-section-s1 .services-s1-grids &gt; .col {
    margin-bottom: 60px;
  }
}

@media (max-width: 550px) {
  .services-section-s1 .services-s1-grids &gt; .col {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .services-section-s1 .services-s1-grids &gt; .col:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
#0.7	domain-form-section
--------------------------------------------------------------*/
.domain-form-section, .domain-form-section-s2, .domain-form-section-s3 {
  padding: 100px 0 80px;
  -webkit-box-shadow: 0 0 15px -2px #cccccc;
  -moz-box-shadow: 0 0 15px -2px #cccccc;
  -o-box-shadow: 0 0 15px -2px #cccccc;
  -ms-box-shadow: 0 0 15px -2px #cccccc;
  box-shadow: 0 0 15px -2px #cccccc;
  /*** form ***/
  /*** domain price ****/
}

@media (max-width: 991px) {
  .domain-form-section, .domain-form-section-s2, .domain-form-section-s3 {
    padding: 80px 0;
  }
}

.domain-form-section h2, .domain-form-section-s2 h2, .domain-form-section-s3 h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0 0 1.28em;
}

@media (max-width: 1199px) {
  .domain-form-section h2, .domain-form-section-s2 h2, .domain-form-section-s3 h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 991px) {
  .domain-form-section h2, .domain-form-section-s2 h2, .domain-form-section-s3 h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .domain-form-section h2, .domain-form-section-s2 h2, .domain-form-section-s3 h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.domain-form-section .form ::-webkit-input-placeholder, .domain-form-section-s2 .form ::-webkit-input-placeholder, .domain-form-section-s3 .form ::-webkit-input-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #fff;
}

.domain-form-section .form :-moz-placeholder, .domain-form-section-s2 .form :-moz-placeholder, .domain-form-section-s3 .form :-moz-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #fff;
}

.domain-form-section .form ::-moz-placeholder, .domain-form-section-s2 .form ::-moz-placeholder, .domain-form-section-s3 .form ::-moz-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #fff;
}

.domain-form-section .form :-ms-input-placeholder, .domain-form-section-s2 .form :-ms-input-placeholder, .domain-form-section-s3 .form :-ms-input-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #fff;
}

.domain-form-section .form-inner, .domain-form-section-s2 .form-inner, .domain-form-section-s3 .form-inner {
  height: 70px;
}

@media (max-width: 1199px) {
  .domain-form-section .form-inner, .domain-form-section-s2 .form-inner, .domain-form-section-s3 .form-inner {
    height: 55px;
  }
}

@media (max-width: 767px) {
  .domain-form-section .form-inner, .domain-form-section-s2 .form-inner, .domain-form-section-s3 .form-inner {
    height: 50px;
  }
}

@media (max-width: 550px) {
  .domain-form-section .form-inner, .domain-form-section-s2 .form-inner, .domain-form-section-s3 .form-inner {
    height: auto;
  }
}

.domain-form-section .form-inner &gt; div, .domain-form-section-s2 .form-inner &gt; div, .domain-form-section-s3 .form-inner &gt; div {
  float: left;
  height: 100%;
}

@media (max-width: 767px) {
  .domain-form-section .form-inner &gt; div, .domain-form-section-s2 .form-inner &gt; div, .domain-form-section-s3 .form-inner &gt; div {
    height: 40px;
  }
}

.domain-form-section .form-inner &gt; div:first-child, .domain-form-section-s2 .form-inner &gt; div:first-child, .domain-form-section-s3 .form-inner &gt; div:first-child {
  width: 60%;
}

@media (max-width: 550px) {
  .domain-form-section .form-inner &gt; div:first-child, .domain-form-section-s2 .form-inner &gt; div:first-child, .domain-form-section-s3 .form-inner &gt; div:first-child {
    width: 100%;
  }
}

.domain-form-section .form-inner &gt; div:nth-child(2), .domain-form-section-s2 .form-inner &gt; div:nth-child(2), .domain-form-section-s3 .form-inner &gt; div:nth-child(2) {
  width: 15%;
}

@media (max-width: 767px) {
  .domain-form-section .form-inner &gt; div:nth-child(2), .domain-form-section-s2 .form-inner &gt; div:nth-child(2), .domain-form-section-s3 .form-inner &gt; div:nth-child(2) {
    width: 20%;
  }
}

@media (max-width: 550px) {
  .domain-form-section .form-inner &gt; div:nth-child(2), .domain-form-section-s2 .form-inner &gt; div:nth-child(2), .domain-form-section-s3 .form-inner &gt; div:nth-child(2) {
    width: 100%;
  }
}

.domain-form-section .form-inner &gt; div:nth-child(3), .domain-form-section-s2 .form-inner &gt; div:nth-child(3), .domain-form-section-s3 .form-inner &gt; div:nth-child(3) {
  width: 25%;
}

@media (max-width: 767px) {
  .domain-form-section .form-inner &gt; div:nth-child(3), .domain-form-section-s2 .form-inner &gt; div:nth-child(3), .domain-form-section-s3 .form-inner &gt; div:nth-child(3) {
    width: 20%;
  }
}

@media (max-width: 550px) {
  .domain-form-section .form-inner &gt; div:nth-child(3), .domain-form-section-s2 .form-inner &gt; div:nth-child(3), .domain-form-section-s3 .form-inner &gt; div:nth-child(3) {
    width: 100%;
  }
}

.domain-form-section .form-inner input, .domain-form-section-s2 .form-inner input, .domain-form-section-s3 .form-inner input,
.domain-form-section .form-inner select, .domain-form-section-s2 .form-inner select, .domain-form-section-s3 .form-inner select,
.domain-form-section .form-inner button, .domain-form-section-s2 .form-inner button, .domain-form-section-s3 .form-inner button {
  font-family: "Raleway", sans-serif;
  height: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 1199px) {
  .domain-form-section .form-inner input, .domain-form-section-s2 .form-inner input, .domain-form-section-s3 .form-inner input,
  .domain-form-section .form-inner select, .domain-form-section-s2 .form-inner select, .domain-form-section-s3 .form-inner select,
  .domain-form-section .form-inner button, .domain-form-section-s2 .form-inner button, .domain-form-section-s3 .form-inner button {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .domain-form-section .form-inner input, .domain-form-section-s2 .form-inner input, .domain-form-section-s3 .form-inner input,
  .domain-form-section .form-inner select, .domain-form-section-s2 .form-inner select, .domain-form-section-s3 .form-inner select,
  .domain-form-section .form-inner button, .domain-form-section-s2 .form-inner button, .domain-form-section-s3 .form-inner button {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 1199px) {
    .domain-form-section .form-inner buttonsearch, .domain-form-section-s2 .form-inner buttonsearch, .domain-form-section-s3 .form-inner buttonsearch {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

@media (max-width: 767px) {
    .domain-form-section .form-inner buttonsearch, .domain-form-section-s2 .form-inner buttonsearch, .domain-form-section-s3 .form-inner buttonsearch {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.domain-form-section .form-inner input, .domain-form-section-s2 .form-inner input, .domain-form-section-s3 .form-inner input {
  background-color: #1b232f;
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-weight: normal;
  padding-left: 35px;
}

@media (max-width: 1199px) {
  .domain-form-section .form-inner input, .domain-form-section-s2 .form-inner input, .domain-form-section-s3 .form-inner input {
    padding-left: 20px;
  }
}

@media (max-width: 550px) {
  .domain-form-section .form-inner input, .domain-form-section-s2 .form-inner input, .domain-form-section-s3 .form-inner input {
    border-radius: 0;
  }
}

.domain-form-section .form-inner select, .domain-form-section-s2 .form-inner select, .domain-form-section-s3 .form-inner select {
  background-color: #eff3f5;
  text-align: center;
  font-style: normal;
  background-position: 80% center;
  padding-left: 20px;
}

@media (max-width: 550px) {
  .domain-form-section .form-inner select, .domain-form-section-s2 .form-inner select, .domain-form-section-s3 .form-inner select {
    background-position: 95% center;
  }
}

.domain-form-section .form-inner button, .domain-form-section-s2 .form-inner button, .domain-form-section-s3 .form-inner button {
  width: 101%;
  background-color: #1a9172;
  color: #fff;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, right top, from(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  border-radius: 0 5px 5px 0;
}

@media (max-width: 550px) {
  .domain-form-section .form-inner button, .domain-form-section-s2 .form-inner button, .domain-form-section-s3 .form-inner button {
    border-radius: 0;
    width: 100%;
  }
}

.domain-form-section .domain-price, .domain-form-section-s2 .domain-price, .domain-form-section-s3 .domain-price {
  margin: 30px 0 20px;
}

.domain-form-section .domain-price ul, .domain-form-section-s2 .domain-price ul, .domain-form-section-s3 .domain-price ul {
  overflow: hidden;
}

.domain-form-section .domain-price ul li, .domain-form-section-s2 .domain-price ul li, .domain-form-section-s3 .domain-price ul li {
  width: 24.25%;
  float: left;
  margin-right: 1%;
}

.domain-form-section .domain-price ul li:last-child, .domain-form-section-s2 .domain-price ul li:last-child, .domain-form-section-s3 .domain-price ul li:last-child {
  margin-right: 0;
}

.domain-form-section .domain-price .price, .domain-form-section-s2 .domain-price .price, .domain-form-section-s3 .domain-price .price {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #f8480b;
  display: inline-block;
  padding-left: 5px;
}

@media (max-width: 1199px) {
  .domain-form-section .domain-price .price, .domain-form-section-s2 .domain-price .price, .domain-form-section-s3 .domain-price .price {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 1199px) {
  .domain-form-section .domain-price ul li img, .domain-form-section-s2 .domain-price ul li img, .domain-form-section-s3 .domain-price ul li img {
    max-width: 45px;
  }
}

.domain-form-section .domain-price + p, .domain-form-section-s2 .domain-price + p, .domain-form-section-s3 .domain-price + p {
  margin: 0;
}

.domain-form-section .domain-pic-holder, .domain-form-section-s2 .domain-pic-holder, .domain-form-section-s3 .domain-pic-holder {
  padding-left: 50px;
}

@media (max-width: 991px) {
  .domain-form-section .domain-pic-holder, .domain-form-section-s2 .domain-pic-holder, .domain-form-section-s3 .domain-pic-holder {
    display: none;
  }
}

/*--------------------------------------------------------------
#0.8	pricing-section
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .pricing-section {
    padding: 115px 0 110px;
  }
}

@media (max-width: 991px) {
  .pricing-section {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .pricing-section {
    padding: 70px 0 65px;
  }
}

.pricing-section .pricing-tab {
  /*** tab list ***/
  /*** tab content ***/
  /*** hosting details ***/
  /*** pricing-table ***/
}

.pricing-tab .tab-lists {
  text-align: center;
  border-bottom: 2px solid #1b232f;
}

@media (max-width: 767px) {
.pricing-tab .tab-lists {
    border-bottom: 1px solid #1b232f;
  }
}

.pricing-section .pricing-tab .nav {
  display: inline-block;
}

@media (max-width: 767px) {
  .pricing-section .pricing-tab .nav {
    display: block;
  }
}

.pricing-section .pricing-tab .nav li {
  display: inline-block;
}

@media (max-width: 767px) {
  .pricing-section .pricing-tab .nav li {
    display: block;
    border-bottom: 1px solid #f2f2f2;
  }
}

.pricing-section .pricing-tab .nav .active a,
.pricing-section .pricing-tab .nav li a:hover {
  background-color: #1b232f;
  color: #fff;
}

.pricing-section .pricing-tab .nav li a {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #1b232f;
  padding: 15px 25px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-tab .nav li a {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .pricing-section .pricing-tab .nav li a {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 7px 10px;
  }
}

.pricing-section .pricing-tab .tab-content {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .pricing-section .pricing-tab .tab-content {
    margin-top: 40px;
  }
}

.pricing-section .pricing-tab .tab-content .tab-pane {
  overflow: hidden;
}

.pricing-section .pricing-tab .hosting-details {
  width: 32%;
  float: left;
}

@media (max-width: 991px) {
  .pricing-section .pricing-tab .hosting-details {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .pricing-section .pricing-tab .hosting-details {
    width: 100%;
    float: none;
  }
}

.pricing-section .pricing-tab .pricing-table {
  width: 65%;
  float: right;
}

@media (max-width: 991px) {
  .pricing-section .pricing-tab .pricing-table {
    width: 55%;
  }
}

@media (max-width: 767px) {
  .pricing-section .pricing-tab .pricing-table {
    width: 100%;
    float: none;
  }
}

.pricing-section .pricing-tab .hosting-details {
  padding-top: 45px;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-tab .hosting-details {
    padding-top: 0;
  }
}

.pricing-section .pricing-tab .hosting-details h3 {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 0.65em;
}

@media (max-width: 991px) {
  .pricing-section .pricing-tab .hosting-details h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .pricing-section .pricing-tab .hosting-details h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.pricing-section .pricing-tab .hosting-details ul {
  margin: 25px 0 60px;
}

@media (max-width: 767px) {
  .pricing-section .pricing-tab .hosting-details ul {
    margin: 20px 0 30px;
  }
}

.pricing-section .pricing-tab .hosting-details ul li {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-size: 17px;
  line-height: 1.6em;
  color: #1b232f;
  padding-left: 30px;
  margin-bottom: 18px;
  position: relative;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-tab .hosting-details ul li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .pricing-section .pricing-tab .hosting-details ul li {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}

.pricing-section .pricing-tab .hosting-details ul li:last-child {
  margin-bottom: 0;
}

.pricing-section .pricing-tab .hosting-details ul li i {
  position: absolute;
  left: 1px;
  top: 4px;
}

.pricing-section .pricing-tab .hosting-details .read-more {
  font-family: "Raleway", sans-serif;
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  display: inline-block;
  width: 270px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-tab .hosting-details .read-more {
    width: 220px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .pricing-section .pricing-tab .hosting-details .read-more {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.pricing-section .pricing-tab .hosting-details .read-more:hover {
  background-color: #178064;
  background: -webkit-linear-gradient(left, #88c057, #1a9172);
  background: -moz-linear-gradient(left, #88c057, #1a9172);
  background: -o-linear-gradient(left, #88c057, #1a9172);
  background: -ms-linear-gradient(left, #88c057, #1a9172);
  background: -webkit-gradient(linear, left top, right top, from(#88c057), to(#1a9172));
  background: linear-gradient(left, #88c057, #1a9172);
}

.pricing-section .pricing-tab .pricing-table {
  text-align: center;
}

@media (max-width: 767px) {
  .pricing-section .pricing-tab .pricing-table {
    margin-top: 60px;
  }
}

.pricing-section .pricing-tab .pricing-table .grid {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}

.pricing-section .pricing-tab .pricing-header {
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  padding: 50px 20px;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-tab .pricing-header {
    padding: 40px 20px;
  }
}

@media (max-width: 1199px) {
  .pricing-section .pricing-tab .pricing-header {
    padding: 20px;
  }
}

.pricing-section .pricing-tab .pricing-header .price {
  font-family: "Raleway", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 600;
  margin-bottom: 12px;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-tab .pricing-header .price {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 767px) {
  .pricing-section .pricing-tab .pricing-header .price {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.pricing-section .pricing-tab .pricing-header .price span {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-tab .pricing-header .price span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.pricing-section .pricing-tab .pricing-header .type {
  background-color: #ecf8ff;
  display: inline-block;
  background-color: #ecf8ff;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #1b232f;
  padding: 2px 45px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-tab .pricing-header .type {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 2px 35px;
  }
}

@media (max-width: 767px) {
  .pricing-section .pricing-tab .pricing-header .type {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 2px 25px 1px;
  }
}

.pricing-section .pricing-tab .pricing-body {
  background-color: #f0f5f8;
  padding: 45px 20px;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 767px) {
  .pricing-section .pricing-tab .pricing-body {
    padding: 35px 20px;
  }
}

.pricing-section .pricing-tab .pricing-body ul {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .pricing-section .pricing-tab .pricing-body ul {
    margin-bottom: 40px;
  }
}

.pricing-section .pricing-tab .pricing-body li {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: 600;
  color: #1b232f;
  margin-bottom: 35px;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-tab .pricing-body li {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .pricing-section .pricing-tab .pricing-body li {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
}

.pricing-section .pricing-tab .pricing-body ul li:last-child {
  margin-bottom: 0;
}

.pricing-section .pricing-tab .pricing-body li i {
  color: #09c578;
}

.pricing-section .pricing-tab .pricing-body .not-eligable {
  color: #cccccc;
}

.pricing-section .pricing-tab .pricing-body .not-eligable i {
  color: red;
}

.pricing-section .pricing-tab .pricing-table-slider .owl-controls {
  margin-top: 65px;
}

@media (max-width: 767px) {
  .pricing-section .pricing-tab .pricing-table-slider .owl-controls {
    margin-top: 40px;
  }
}

.pricing-section .pricing-tab .tab-content &gt; .tab-pane {
  display: block;
  height: 0;
}

.pricing-section .pricing-tab .tab-content &gt; .active {
  height: auto;
}

/*--------------------------------------------------------------
#0.9	fun-fact
--------------------------------------------------------------*/
.fun-fact {
  text-align: center;
  color: #fff;
  position: relative;
}

.fun-fact:before {
  content: "";
  background-color: rgba(27, 35, 47, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

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

@media (max-width: 767px) {
  .fun-fact {
    padding-bottom: 50px 0;
  }
}

.fun-fact h3,
.fun-fact p {
  color: #fff;
}

.fun-fact h3 {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 600;
  margin: 0 0 0.17em;
}

@media (max-width: 1199px) {
  .fun-fact h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .fun-fact h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.fun-fact p {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0;
}

@media (max-width: 767px) {
  .fun-fact p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.fun-fact .box {
  position: relative;
}

@media (max-width: 767px) {
  .fun-fact .box {
    height: 100px;
  }
}

.fun-fact .box .inner-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fun-fact .box canvas,
.fun-fact .box .dial {
    background-color: transparent;
    border: 0;
}

@media screen and (min-width: 992px) {
  .fun-fact .box canvas,
  .fun-fact .box .dial {
    width: 206px;
    height: 206px;
    background-color: transparent;
    border: 0;
  }
}

.fun-fact .box canvas + input {
  display: none !important;
}

@media (max-width: 767px) {
  .fun-fact .box canvas {
    display: none;
  }
}

@media (max-width: 991px) {
  .fun-fact .content &gt; .col {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .fun-fact .content &gt; .col {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .fun-fact .content &gt; .col {
    width: 100%;
  }
}

/*--------------------------------------------------------------
#1.0	awards-section
--------------------------------------------------------------*/
.awards-section {
  padding: 110px 0 100px;
  text-align: center;
}

@media (max-width: 991px) {
  .awards-section {
    padding: 90px 0 80px;
  }
}

@media (max-width: 767px) {
  .awards-section {
    padding: 70px 0 60px;
  }
}

.awards-section .first-row {
  overflow: hidden;
}

.awards-section .first-row .award-box {
  width: 25%;
  float: left;
}

.awards-section .sec-row {
  margin-top: 30px;
  padding: 0 12.5%;
  overflow: hidden;
}

@media (max-width: 991px) {
  .awards-section .sec-row {
    margin-top: 10px;
  }
}

.awards-section .sec-row .award-box {
  width: 33.33%;
  float: left;
}

.awards-section .award-box img {
  display: inline-block;
  max-width: 100%;
}

@media (max-width: 991px) {
  .awards-section .award-box img {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .awards-section .award-box img {
    max-width: 80%;
  }
}

/*--------------------------------------------------------------
#1.1	testimonials-section
--------------------------------------------------------------*/
.testimonials-section {
  background-color: #e9eef1;
}

@media (max-width: 1199px) {
  .testimonials-section {
    padding: 110px 0;
  }
}

@media (max-width: 991px) {
  .testimonials-section {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .testimonials-section {
    padding: 70px 0;
  }
}

@media screen and (min-width: 1200px) {
  .testimonials-section .content &gt; .col {
    padding-right: 100px;
  }
}

.testimonials-section .testimonials-slider .client-info {
  width: 20%;
  float: left;
  text-align: center;
}

@media (max-width: 991px) {
  .testimonials-section .testimonials-slider .client-info {
    width: 100%;
    float: none;
  }
}

.testimonials-section .testimonials-slider .client-quote {
  width: 70%;
  float: right;
}

@media (max-width: 991px) {
  .testimonials-section .testimonials-slider .client-quote {
    width: 100%;
    float: none;
  }
}

.testimonials-section .testimonials-slider .box {
  background-color: #fff;
  overflow: hidden;
  padding: 60px;
  -webkit-box-shadow: 0 0 20px 0 #d9d9d9;
  -moz-box-shadow: 0 0 20px 0 #d9d9d9;
  -o-box-shadow: 0 0 20px 0 #d9d9d9;
  -ms-box-shadow: 0 0 20px 0 #d9d9d9;
  box-shadow: 0 0 20px 0 #d9d9d9;
}

@media (max-width: 991px) {
  .testimonials-section .testimonials-slider .box {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .testimonials-section .testimonials-slider .box {
    padding: 25px;
  }
}

.testimonials-section .client-pic {
  margin-bottom: 20px;
}

.testimonials-section .client-pic img {
  max-width: 100px;
  border: 3px solid #1a9172;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}

@media (max-width: 991px) {
  .testimonials-section .client-pic img {
    max-width: 80px;
    border-width: 2px;
  }
}

.testimonials-section .client-details h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.39em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .testimonials-section .client-details h3 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 0 0.2em;
  }
}

.testimonials-section .client-details &gt; span {
  font-weight: bold;
  color: #737373;
}

@media (max-width: 991px) {
  .testimonials-section .client-details &gt; span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.testimonials-section .client-details .rating {
  margin-top: 7px;
}

@media (max-width: 991px) {
  .testimonials-section .client-details .rating {
    margin-top: 0;
  }
}

.testimonials-section .client-details .rating i {
  color: #feda12;
}

@media (max-width: 991px) {
  .testimonials-section .client-details .rating i {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.testimonials-section .client-quote {
  position: relative;
  margin-top: 25px;
}

.testimonials-section .client-quote:before {
  font-family: "FontAwesome";
  content: "\f10d";
  font-size: 45px;
  font-size: 2.8125rem;
  color: #88c057;
  position: absolute;
  left: -60px;
  top: -28px;
}

@media (max-width: 991px) {
  .testimonials-section .client-quote:before {
    font-size: 25px;
    font-size: 1.5625rem;
    left: 0;
    top: -35px;
  }
}

.testimonials-section .client-quote p {
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .testimonials-section .testimonials-slider .owl-controls {
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 1199px) {
  .testimonials-section .testimonials-slider .owl-controls {
    margin-top: 45px;
  }
}

@media (max-width: 991px) {
  .testimonials-section .testimonials-slider .owl-controls {
    height: 14px;
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .testimonials-section .testimonials-slider .owl-controls {
    height: 12px;
    margin-top: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .testimonials-section .testimonials-slider .owl-controls .owl-dots .owl-dot {
    display: block;
    float: none;
  }
}

@media screen and (min-width: 1200px) {
  .testimonials-section .testimonials-slider .owl-dots .owl-dot span {
    margin: 0 0 10px;
  }
}

.testimonials-section .testimonials-slider .owl-dots .owl-dot:hover span,
.testimonials-section .testimonials-slider .owl-dots .owl-dot.active span {
  background: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, right top, from(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  border-color: #1a9172;
}

/*--------------------------------------------------------------
#1.2	cta
--------------------------------------------------------------*/
.cta, .cta-s3 {
  background-color: #88c057;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  position: relative;
}

.cta .cloud-1, .cta-s3 .cloud-1,
.cta .cloud-2, .cta-s3 .cloud-2 {
  background-size: 100% !important;
  width: 554px;
  height: 100%;
  position: absolute;
  left: -50px;
  bottom: 0;
}

@media (max-width: 1199px) {
  .cta .cloud-1, .cta-s3 .cloud-1,
  .cta .cloud-2, .cta-s3 .cloud-2 {
    display: none;
  }
}

.cta .cloud-2, .cta-s3 .cloud-2 {
  background: url("../images/cloud-2.png") center bottom/cover no-repeat local;
  width: 512px;
  height: 292px;
  left: auto;
  right: -200px;
  bottom: -70px;
}

.cta p, .cta-s3 p {
  color: #fff;
}

.cta h2, .cta-s3 h2,
.cta h3, .cta-s3 h3 {
  color: #fff;
  font-weight: 600;
}

.cta h2, .cta-s3 h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0 0 0.64em;
}

@media (max-width: 1199px) {
  .cta h2, .cta-s3 h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .cta h2, .cta-s3 h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.cta h3, .cta-s3 h3 {
  font-size: 22px;
  font-size: 1.375rem;
}

@media (max-width: 1199px) {
  .cta h3, .cta-s3 h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .cta h3, .cta-s3 h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.cta .row, .cta-s3 .row {
  position: relative;
  padding: 85px 0;
}

@media (max-width: 767px) {
  .cta .row, .cta-s3 .row {
    padding: 50px 0;
  }
}

.cta .row .cta-couple, .cta-s3 .row .cta-couple {
  background: url("../images/cta-couple.png") center center/cover no-repeat local;
  width: 468px;
  height: 381px;
  position: absolute;
  
  bottom: 0;
}

@media (max-width: 1199px) {
  .cta .row .cta-couple, .cta-s3 .row .cta-couple {
    width: 400px;
    height: 300px;
  }
}

@media (max-width: 991px) {
  .cta .row .cta-couple, .cta-s3 .row .cta-couple {
    display: none;
  }
}
@media(min-width:1024px) and (max-width: 1200px) {
   
        .site-header #navbar .displaysd {
            display: none;
        }
}
@media(min-width:1200px)  {
   
        .site-header #navbar .displaysd {
            display: none;
        }
}
@media(max-width:768px)  {

    .login-register {
        display: none;
    }
}
@media(max-width:280px)  {

    .login-register {
        display: none;
    }
}

/*--------------------------------------------------------------
#1.3	faq-blog
--------------------------------------------------------------*/
.faq-blog {
  /*** blog ***/
  /*** most recent-post ***/
  /*** other-posts ***/
}

.faq-blog .faq .section-title-s2 {
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  .faq-blog .faq .section-title-s2 {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .faq-blog .blog {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .faq-blog .blog {
    margin-top: 45px;
  }
}

.faq-blog .blog .more-news {
  font-size: 18px;
  font-size: 1.125rem;
  color: #1a9172;
  font-weight: bold;
}

@media (max-width: 767px) {
  .faq-blog .blog .more-news {
    font-size: 16px;
    font-size: 1rem;
  }
}

.faq-blog .news-grids {
  overflow: hidden;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .faq-blog .news-grids {
    margin-top: 20px;
  }
}

.faq-blog .most-recent-post {
  width: 48%;
  float: left;
}

@media (max-width: 530px) {
  .faq-blog .most-recent-post {
    width: 100%;
    float: none;
  }
}

.faq-blog .other-posts {
  width: 48%;
  float: right;
}

@media (max-width: 530px) {
  .faq-blog .other-posts {
    width: 100%;
    float: none;
    margin-top: 25px;
  }
}
@media (max-width: 1900px) {
    .vpsheight {
        height: 150px;
    }
}
@media (max-width: 1024px) {
    .vpsheight {
        height: 48px;
    }
}@media (max-width: 768px) {
    .vpsheight {
        height: 48px;
    }
}
@media (max-width: 991px) {
  .faq-blog .entry-media img {
    width: 100%;
  }
}

.faq-blog .entry-body {
  padding: 25px 20px;
}

@media (max-width: 767px) {
  .faq-blog .entry-body {
    padding: 20px 15px;
  }
}

.faq-blog .entry-body h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4em;
  margin: 0 0 1em;
}

@media (max-width: 1199px) {
  .faq-blog .entry-body h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3em;
  }
}

.faq-blog .entry-body h3 a {
  color: #1b232f;
}

.faq-blog .entry-body h3 a:hover {
  color: #1a9172;
}

.faq-blog .entry-meta {
  overflow: hidden;
  color: #666;
}

.faq-blog .entry-meta .date {
  float: left;
}

.faq-blog .entry-meta .comments {
  float: right;
}

.faq-blog .entry-meta .comments a {
  color: #666;
}

.faq-blog .most-recent-post .entry-body {
  border: 1px solid #e6e6e6;
}

.faq-blog .most-recent-post .entry-body h3 {
  margin: 0 0 1em;
}

.faq-blog .other-posts .post {
  position: relative;
}

.faq-blog .other-posts .post:before {
  content: "";
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, right top, from(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .faq-blog .other-posts .post:before {
    display: none;
  }
}

.faq-blog .other-posts .post:hover:before {
  opacity: 1;
}

.faq-blog .other-posts .entry-body {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .faq-blog .other-posts .entry-body {
    position: static;
    border: 1px solid #e6e6e6;
  }
}

.faq-blog .other-posts .entry-body h3 a,
.faq-blog .other-posts .comments a,
.faq-blog .other-posts .entry-meta {
  color: #fff;
}

@media (max-width: 991px) {
  .faq-blog .other-posts .entry-body h3 a,
  .faq-blog .other-posts .comments a,
  .faq-blog .other-posts .entry-meta {
    color: #1b232f;
  }
}

@media (max-width: 991px) {
  .faq-blog .other-posts .comments a,
  .faq-blog .other-posts .entry-meta {
    color: #666;
  }
}

@media (max-width: 991px) {
  .faq-blog .other-posts .post:last-child {
    display: none;
  }
}

@media (max-width: 991px) {
  .faq-blog .other-posts .entry-body h3 a:hover {
    color: #1a9172;
  }
}

/*--------------------------------------------------------------
#	Home style 2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.0	domain-form-section-s2
--------------------------------------------------------------*/
.domain-form-section-s2 {
  background-color: #1b232f;
}

.domain-form-section-s2 .form .form-inner {
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .domain-form-section-s2 .form .form-inner {
    height: 44px;
  }
}

@media (max-width: 550px) {
  .domain-form-section-s2 .form .form-inner {
    border: 0;
  }
}

@media (max-width: 550px) {
  .domain-form-section-s2 .form .form-inner {
    height: auto;
  }
  .domain-form-section-s2 .form .form-inner input {
    border: 1px solid #fff;
  }
}

.domain-form-section-s2 .form-inner select {
  background-color: #2e3b4f;
  color: #a6a6a6;
}

.domain-form-section-s2 .form-inner button {
  background-color: #fff;
  color: #1b232f;
  background: -webkit-linear-gradient(left, #fff, #fff);
  background: -moz-linear-gradient(left, #fff, #fff);
  background: -o-linear-gradient(left, #fff, #fff);
  background: -ms-linear-gradient(left, #fff, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#fff), to(#fff));
  background: linear-gradient(left, #fff, #fff);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.domain-form-section-s2 .form-inner buttonsearch {
    background-color: #fff;
    color: #1b232f;
    background: -webkit-linear-gradient(left, #fff, #fff);
    background: -moz-linear-gradient(left, #fff, #fff);
    background: -o-linear-gradient(left, #fff, #fff);
    background: -ms-linear-gradient(left, #fff, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#fff), to(#fff));
    background: linear-gradient(left, #fff, #fff);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.domain-form-section-s2 h2 {
  color: #fff;
  margin: 35px 0 0;
}

.domain-form-section-s2 .domain-type {
  text-align: center;
  float: right;
  overflow: hidden;
}

@media (max-width: 991px) {
  .domain-form-section-s2 .domain-type {
    float: left;
    margin-top: 15px;
  }
}

.domain-form-section-s2 .domain-type img {
  display: inline-block;
}

@media (max-width: 1199px) {
  .domain-form-section-s2 .domain-type img {
    max-width: 50px;
  }
}

@media (max-width: 767px) {
  .domain-form-section-s2 .domain-type img {
    max-width: 45px;
  }
}

.domain-form-section-s2 .domain-type &gt; div {
  background-color: #fff;
  width: 110px;
  max-height: 78px;
  float: left;
  padding: 18px 15px;
  margin-right: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .domain-form-section-s2 .domain-type &gt; div {
    margin-right: 10px;
    padding: 7px 15px;
  }
}

@media (max-width: 767px) {
  .domain-form-section-s2 .domain-type &gt; div {
    width: 90px;
    max-height: 65px;
    float: left;
    padding: 5px 10px;
    margin-right: 5px;
  }
}

.domain-form-section-s2 .domain-type &gt; div:last-child {
  margin-right: 0;
}

.domain-form-section-s2 .domain-type .price {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #1b232f;
}

@media (max-width: 1199px) {
  .domain-form-section-s2 .domain-type .price {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
#2.1	services-section-s2
--------------------------------------------------------------*/
.services-section-s2 {
  padding-bottom: 45px;
}
.services-section-s7 {
  padding-bottom: 45px;
}

@media (max-width: 991px) {
  .services-section-s2 {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .services-section-s7 {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .services-section-s2 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .services-section-s7 {
    padding-bottom: 80px;
  }
}

.services-section-s2 .services-s2-grids &gt; .col {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .services-section-s2 .services-s2-grids &gt; .col {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .services-section-s2 .services-s2-grids &gt; .col {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
  }
}

@media (max-width: 767px) {
  .services-section-s2 .services-s2-grids &gt; .col:last-child {
    margin: 0;
    padding-bottom: 0;
    border: 0;
  }
}

/*--------------------------------------------------------------
#2.2	testimonials-section-s2
--------------------------------------------------------------*/
.testimonials-section-s2 {
  background-color: #e9eef1;
  padding: 110px 0;
}
.testimonials-section-s7 {
  background-color: #e9eef1;
  padding: 110px 0;
}
.testimonials-section-sd3 {
  background-color: #e9eef1;
}
h4.resourcehover:hover {
    color: #009dac;
}

@media (max-width: 991px) {
  .testimonials-section-s2 {
    padding: 90px 0 85px;
  }
}
@media (max-width: 991px) {
  .testimonials-section-s7 {
    padding: 90px 0 85px;
  }
}

@media (max-width: 767px) {
  .testimonials-section-s2 {
    padding: 70px 0 65px;
  }
}
@media (max-width: 767px) {
  .testimonials-section-s7 {
    padding: 70px 0 65px;
  }
}
@media (max-width: 767px) {
  .testimonials-section-s7 {
    padding: 70px 0 65px;
  }
}

.testimonials-section-s2 .testimonials-slider-s2 img {
  border: 3px solid #1a9172;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}




.testimonials-section-s7 .client-pic img {
    max-width: 100px;
}

.testimonials-section-s7 .testimonials-slider-s7 img {
    border: 3px solid #1a9172;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.testimonials-section-s7 .box {
    background-color: #fff;
    padding: 85px 60px 50px;
    text-align: center;
    margin: 50px 8px 8px;
    position: relative;
    -webkit-box-shadow: 0 0 20px 0 #d9d9d9;
    -moz-box-shadow: 0 0 20px 0 #d9d9d9;
    -o-box-shadow: 0 0 20px 0 #d9d9d9;
    -ms-box-shadow: 0 0 20px 0 #d9d9d9;
    box-shadow: 0 0 20px 0 #d9d9d9;
}


   .testimonials-section-s2 .box {
  background-color: #fff;
  padding: 85px 60px 50px;
  text-align: center;
  margin: 50px 8px 8px;
  position: relative;
  -webkit-box-shadow: 0 0 20px 0 #d9d9d9;
  -moz-box-shadow: 0 0 20px 0 #d9d9d9;
  -o-box-shadow: 0 0 20px 0 #d9d9d9;
  -ms-box-shadow: 0 0 20px 0 #d9d9d9;
  box-shadow: 0 0 20px 0 #d9d9d9;
}

@media (max-width: 1199px) {
  .testimonials-section-s2 .box {
    margin: 40px 8px 8px;
    padding: 75px 40px 40px;
  }
}
@media (max-width: 1199px) {
  .testimonials-section-s7 .box {
    margin: 40px 8px 8px;
    padding: 75px 40px 40px;
  }
}

@media (max-width: 991px) {
  .testimonials-section-s2 .box {
    margin: 40px 8px 8px;
    padding: 65px 20px 35px;
  }
}
@media (max-width: 991px) {
  .testimonials-section-s7 .box {
    margin: 40px 8px 8px;
    padding: 65px 20px 35px;
  }
}

.testimonials-section-s2 .client-info {
  margin-bottom: 15px;
}
.testimonials-section-s7 .client-info {
  margin-bottom: 15px;
}

.testimonials-section-s2 .client-pic {
  position: absolute;
  left: 50%;
  top: -50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.testimonials-section-s7 .client-pic {
  position: absolute;
  left: 50%;
  top: -50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .testimonials-section-s2 .client-pic {
    top: -40px;
  }
}
@media (max-width: 1199px) {
  .testimonials-section-s7 .client-pic {
    top: -40px;
  }
}

.testimonials-section-s2 .client-pic img {
  max-width: 100px;
}

@media (max-width: 1199px) {
  .testimonials-section-s2 .client-pic img {
    max-width: 80px;
  }
}
@media (max-width: 1199px) {
  .testimonials-section-s7 .client-pic img {
    max-width: 80px;
  }
}

.testimonials-section-s2 .client-details h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.39em;
  text-transform: uppercase;
}
.testimonials-section-s7 .client-details h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.39em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .testimonials-section-s2 .client-details h3 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 0 0.2em;
  }
}

.testimonials-section-s2 .client-details &gt; span {
  font-weight: bold;
  color: #737373;
}

@media (max-width: 991px) {
  .testimonials-section-s2 .client-details &gt; span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.testimonials-section-s2 .rating {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .testimonials-section-s2 .rating {
    margin-top: 0;
  }
}

.testimonials-section-s2 .rating i {
  color: #feda12;
}

@media (max-width: 991px) {
  .testimonials-section-s2 .rating i {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.testimonials-section-s2 .testimonials-slider-s2 .owl-controls {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .testimonials-section-s2 .testimonials-slider-s2 .owl-controls {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .testimonials-section-s7 .testimonials-slider-s7 .owl-controls {
    margin-top: 35px;
  }
}

.testimonials-section-s2 .testimonials-slider-s2 .owl-dots .owl-dot:hover span,
.testimonials-section-s2 .testimonials-slider-s2 .owl-dots .owl-dot.active span {
  background: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, right top, from(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  border-color: #1a9172;
}
.testimonials-section-s7 .testimonials-slider-s7 .owl-dots .owl-dot:hover span,
.testimonials-section-s7 .testimonials-slider-s7 .owl-dots .owl-dot.active span {
  background: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, right top, from(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  border-color: #1a9172;
}

/*--------------------------------------------------------------
#2.3	hosting-info-setup
--------------------------------------------------------------*/
.hosting-info-setup {
  /*** hosting info ***/
  /*** hosting faq ***/
  /*** setup guide ***/
}

@media (max-width: 1199px) {
  .hosting-info-setup .section-title-s2 h2 {
    margin-bottom: 0.8em;
  }
}

@media (max-width: 991px) {
  .hosting-info-setup .hosting-info {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .hosting-info-setup .hosting-info {
    margin-bottom: 45px;
  }
}

.hosting-info-setup .hosting-info ul {
  padding-top: 20px;
}

.hosting-info-setup .hosting-info ul li {
  font-size: 18px;
  font-size: 1.125rem;
  color: #1b232f;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .hosting-info-setup .hosting-info ul li {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

.hosting-info-setup .hosting-info ul li:last-child {
  margin-bottom: 0;
}

.hosting-info-setup .hosting-info ul li i {
  color: #1a9172;
  position: absolute;
  left: 0;
  top: 3px;
}

.hosting-info-setup .hosting-faq p {
  margin: 0;
}

@media (max-width: 1199px) {
  .hosting-info-setup .setup-guide {
    margin-top: 80px;
  }
}

@media (max-width: 991px) {
  .hosting-info-setup .setup-guide {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .hosting-info-setup .setup-guide {
    margin-top: 55px;
  }
}

.hosting-info-setup .setup-tab {
  background-color: #efefef;
}

.hosting-info-setup .tablist ul {
  overflow: hidden;
}

.hosting-info-setup .tablist ul li {
  float: left;
  width: 33.33%;
}

@media (max-width: 767px) {
  .hosting-info-setup .tablist ul li {
    width: 100%;
    float: none;
  }
}

.hosting-info-setup .tablist ul a {
  background-color: #1b232f;
  font-weight: bold;
  color: #fff;
  padding: 15px 10px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .hosting-info-setup .tablist ul a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 15px;
  }
}

.hosting-info-setup .tablist ul .active a {
  background-color: #efefef;
  color: #1b232f;
}

.hosting-info-setup .tablist ul li span {
  background-color: #1a9172;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  margin-right: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}

@media (max-width: 767px) {
  .hosting-info-setup .tablist ul li span {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.hosting-info-setup .tab-pane {
  padding: 30px 30px 30px 160px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .hosting-info-setup .tab-pane {
    padding: 30px 20px 20px;
  }
}

.hosting-info-setup .tab-pane .icon {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .hosting-info-setup .tab-pane .icon {
    display: none;
  }
}

.hosting-info-setup .tab-content h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 0 0.5em;
}

@media (max-width: 767px) {
  .hosting-info-setup .tab-content h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
#2.4	offers-section
--------------------------------------------------------------*/
.offers-section {
  background-color: #88c057;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  position: relative;
  /*** offer price ***/
}

.offers-section .cloud-1,
.offers-section .cloud-2 {
  background-size: 100% !important;
  width: 554px;
  height: 100%;
  position: absolute;
  left: -50px;
  bottom: 0;
}

@media (max-width: 1199px) {
  .offers-section .cloud-1,
  .offers-section .cloud-2 {
    display: none;
  }
}

.offers-section .cloud-2 {
  right: 0;
  left: auto;
  right: -200px;
}

.offers-section h2,
.offers-section p,
.offers-section li {
  color: #fff;
}

@media (max-width: 991px) {
  .offers-section .content &gt; .row &gt; .col:first-child {
    margin-bottom: 45px;
  }
}

.offers-section .offer-grid {
  background-color: #1b232f;
  padding: 50px 55px;
  border: 2px solid #fff;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1199px) {
  .offers-section .offer-grid {
    padding: 35px 25px;
  }
}

.offers-section .offer-grid h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3em;
  margin: 0 0 0.43em;
}

@media (max-width: 1199px) {
  .offers-section .offer-grid h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .offers-section .offer-grid h2 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.offers-section .offer-details {
  width: 60%;
  float: left;
}

@media (max-width: 767px) {
  .offers-section .offer-details {
    width: 100%;
    float: none;
  }
}

.offers-section .offer-price {
  width: 40%;
  float: right;
}

@media (max-width: 1199px) {
  .offers-section .offer-price {
    width: 37%;
  }
}

@media (max-width: 767px) {
  .offers-section .offer-price {
    width: 100%;
    float: none;
  }
}

.offers-section .offer-details p {
  color: #999999;
}

.offers-section .offer-details ul {
  padding-top: 15px;
}

.offers-section .offer-details ul li {
  padding-left: 20px;
  margin-bottom: 12px;
  position: relative;
}

@media (max-width: 1199px) {
  .offers-section .offer-details ul li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .offers-section .offer-details ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.offers-section .offer-details ul li i {
  color: #88c057;
  position: absolute;
  left: 0;
  top: 1px;
}

.offers-section .offer-details ul li:last-child {
  margin-bottom: 0;
}

.offers-section .offer-price {
  text-align: center;
}

@media (max-width: 767px) {
  .offers-section .offer-price {
    text-align: left;
    margin: 25px 0 0;
  }
}

.offers-section .offer-price &gt; div {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .offers-section .offer-price &gt; div {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.offers-section .offer-price .img-holder {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .offers-section .offer-price .img-holder {
    display: none;
  }
}

@media (max-width: 1199px) {
  .offers-section .offer-price .img-holder img {
    max-width: 120px;
  }
}

.offers-section .offer-price .price p {
  font-size: 30px;
  font-size: 1.875rem;
  color: #88c057;
  line-height: 0.9em;
  margin: 0;
}

@media (max-width: 1199px) {
  .offers-section .offer-price .price p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1em;
  }
}

@media (max-width: 767px) {
  .offers-section .offer-price .price p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.offers-section .offer-price .price p span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.offers-section .sale {
  background-color: #f42712;
  width: 125px;
  height: 80px;
  line-height: 125px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 95% 110%;
  -moz-transform-origin: 95% 110%;
  -o-transform-origin: 95% 110%;
  -ms-transform-origin: 95% 110%;
  transform-origin: 95% 110%;
}

@media (max-width: 1199px) {
  .offers-section .sale {
    font-size: 16px;
    font-size: 1rem;
    height: 65px;
    line-height: 100px;
    -webkit-transform-origin: 95% 130%;
    -moz-transform-origin: 95% 130%;
    -o-transform-origin: 95% 130%;
    -ms-transform-origin: 95% 130%;
    transform-origin: 95% 130%;
  }
}

.offers-section .new {
  background-color: #12a7f4;
}

/*--------------------------------------------------------------
#2.5	partners-section
--------------------------------------------------------------*/
.partners-section {
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, right top, from(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  padding: 45px 0;
}

.partners-section .partners-slider {
  text-align: center;
}

.partners-section .partners-slider img {
  width: auto;
  display: inline-block;
}

@media (max-width: 991px) {
  .partners-section .partners-slider img {
    max-width: 80%;
  }
}

/*--------------------------------------------------------------
#	Home style 3
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.0	domain-form-section-s3
--------------------------------------------------------------*/
.domain-form-section-s3 {
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
}

.domain-form-section-s3 h2,
.domain-form-section-s3 p,
.domain-form-section-s3 .domain-price .price {
  color: #fff;
}

    .domain-form-section-s3 .form-inner button {
        background-color: #1a9172;
        background: -webkit-linear-gradient(left, #1a9172, #88c057);
        background: -moz-linear-gradient(left, #1a9172, #88c057);
        background: -o-linear-gradient(left, #1a9172, #88c057);
        background: -ms-linear-gradient(left, #1a9172, #88c057);
        background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1a9172), to(#88c057));
        background: linear-gradient(left, #1a9172, #88c057);
        color: #1b232f;
    }

    .domain-form-section-s3 .form-inner .buttonsearch {
        background-color: #fff;
        background: -webkit-linear-gradient(left, #fff, #fff);
        background: -moz-linear-gradient(left, #fff, #fff);
        background: -o-linear-gradient(left, #fff, #fff);
        background: -ms-linear-gradient(left, #fff, #fff);
        background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
        background: linear-gradient(left, #fff, #fff);
        color: #1b232f;
    }

.domain-form-section-s3 .form-inner select {
  background-color: #3d4653;
  color: #fff;
}

.domain-form-section-s3 .form-inner {
  width: 99%;
  border: 2px solid #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

@media (max-width: 767px) {
  .domain-form-section-s3 .form-inner {
    width: 100%;
    border: 0;
  }
}

/*--------------------------------------------------------------
#3.1	skill-faq
--------------------------------------------------------------*/
.skill-faq .section-title-s2 h2 {
  margin: 0 0 1em;
}

.skill-faq .skill h6 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .skill-faq .skill h6 {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 0.7em;
  }
}

.skill-faq .progress {
  background-color: #d9e8f5;
  height: 28px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .skill-faq .progress {
    height: 25px;
  }
}

@media (max-width: 991px) {
  .skill-faq .progress {
    height: 20px;
  }
}

@media (max-width: 767px) {
  .skill-faq .progress {
    height: 17px;
  }
}

.skill-faq .progress .progress-bar {
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
}

@media (max-width: 991px) {
  .skill-faq .faq {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .skill-faq .faq {
    margin-top: 60px;
  }
}

.skill-faq .faq-accordion {
  margin: 75px 0 0;
}

@media (max-width: 1199px) {
  .skill-faq .faq-accordion {
    margin: 65px 0 0;
  }
}

@media (max-width: 991px) {
  .skill-faq .faq-accordion {
    margin: 0;
  }
}

/*--------------------------------------------------------------
#	hosting page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.0	services-section-s3
--------------------------------------------------------------*/
.services-section-s3 {
  padding: 110px 0 100px;
}

@media (max-width: 991px) {
  .services-section-s3 {
    padding: 90px 0 85px;
  }
}

@media (max-width: 767px) {
  .services-section-s3 {
    padding: 0px 0 65px;
  }
}

.services-section-s3 .services-s3-slider .grid {
  margin: 10px;
}

.services-section-s3 .services-s3-slider .owl-controls {
  margin-top: 45px;
}

@media (max-width: 767px) {
  .services-section-s3 .services-s3-slider .owl-controls {
    margin-top: 25px;
  }
}

/*--------------------------------------------------------------
#4.1	cta-s2
--------------------------------------------------------------*/
.cta-s2 {
  background-color: #1b232f;
  padding: 105px 0 120px;
}

@media (max-width: 991px) {
  .cta-s2 {
    padding: 85px 0 95px;
  }
}

@media (max-width: 767px) {
  .cta-s2 {
    padding: 65px 0 75px;
  }
}

@media screen and (min-width: 992px) {
  .cta-s2 {
    background: -webkit-linear-gradient(left, #1b232f 50%, #17afbd 50%);
    background: -moz-linear-gradient(left, #1b232f 50%, #17afbd 50%);
    background: -o-linear-gradient(left, #1b232f 50%, #17afbd 50%);
    background: -ms-linear-gradient(left, #1b232f 50%, #17afbd 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1b232f), color-stop(50%, #17afbd));
    background: linear-gradient(left, #1b232f 50%, #17afbd 50%);
  }
}

.cta-s2 h2,
.cta-s2 p {
  color: #fff;
}

.cta-s2 h2 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.4em;
  margin: 0 0 0.57em;
}

@media (max-width: 1199px) {
  .cta-s2 h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 991px) {
  .cta-s2 h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .cta-s2 h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.cta-s2 .container &gt; .row {
  position: relative;
}

.cta-s2 .container &gt; .row:before {
  content: "";
  background: url("../images/cta-s2-laptop.png") center center/cover no-repeat local;
  width: 444px;
  height: 396px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .cta-s2 .container &gt; .row:before {
    width: 350px;
    height: 312px;
    right: 45px;
  }
}

@media (max-width: 991px) {
  .cta-s2 .container &gt; .row:before {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .cta-s2 .left-col {
    padding-right: 45px;
  }
}

.cta-s2 p {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .cta-s2 p {
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
#4.2	cta-s2
--------------------------------------------------------------*/
.hosting-page .faq-section,
.cloud-hosting-page .faq-section,
.dedicated-hosting-page .faq-section,
.shared-hosting-page .faq-section {
  background-color: #f3f6f8;
  position: relative;
  padding: 100px 0 120px;
}

@media (max-width: 991px) {
  .hosting-page .faq-section,
  .cloud-hosting-page .faq-section,
  .dedicated-hosting-page .faq-section,
  .shared-hosting-page .faq-section {
    padding: 80px 0 95px;
  }
}

@media (max-width: 767px) {
  .hosting-page .faq-section,
  .cloud-hosting-page .faq-section,
  .dedicated-hosting-page .faq-section,
  .shared-hosting-page .faq-section {
    padding: 60px 0 75px;
  }
}

.hosting-page .faq-section .faq-man,
.cloud-hosting-page .faq-section .faq-man,
.dedicated-hosting-page .faq-section .faq-man,
.shared-hosting-page .faq-section .faq-man {
  background: url("../images/faq-man.png") center center/100% no-repeat local;
  width: 756px;
  height: 537px;
  position: absolute;
  left: 5%;
  bottom: 0;
}

@media (max-width: 1199px) {
  .hosting-page .faq-section .faq-man,
  .cloud-hosting-page .faq-section .faq-man,
  .dedicated-hosting-page .faq-section .faq-man,
  .shared-hosting-page .faq-section .faq-man {
    display: none;
  }
}

.hosting-page .faq-section .section-title-s2 h2,
.cloud-hosting-page .faq-section .section-title-s2 h2,
.dedicated-hosting-page .faq-section .section-title-s2 h2,
.shared-hosting-page .faq-section .section-title-s2 h2 {
  margin: 0 0 1em;
}

/*--------------------------------------------------------------
#	domain page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.0	trending-domains
--------------------------------------------------------------*/
.trending-domains .trending-domains-slider .owl-controls {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .trending-domains .trending-domains-slider .owl-controls {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .trending-domains .trending-domains-slider .owl-controls {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
#5.1	trending-domains
--------------------------------------------------------------*/
.domain-info-section {
  padding-top: 0;
  margin-top: -15px;
}

.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: 0.9375rem;
  }
}

@media (max-width: 991px) {
  .domain-info-section .table td {
    padding: 7px 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.domain-info-section .table thead {
  background-color: #1b232f;
  text-align: center;
}

.domain-info-section .table thead th {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  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: 0.9375rem;
  }
}

@media (max-width: 991px) {
  .domain-info-section .table thead th {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.domain-info-section .table tbody &gt; tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.domain-info-section .table tbody td {
  color: #1b232f;
  font-weight: bold;
}

.domain-info-section .table tbody &gt; tr &gt; td:first-child {
  font-weight: "Raleway", 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;
}

/*--------------------------------------------------------------
#5.2	cta-s3
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .cta-s3 {
    text-align: center;
  }
}

.cta-s3 h2 {
  margin: 0 0 0.1em;
}

@media (max-width: 767px) {
  .cta-s3 h2 {
    margin: 0 0 0.5em;
  }
}

.cta-s3 p {
  font-size: "Raleway", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

@media (max-width: 991px) {
  .cta-s3 p {
    font-weight: normal;
  }
}

@media (max-width: 767px) {
  .cta-s3 p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.2em;
  }
}

.cta-s3 .form {
  margin-top: 25px;
}

.cta-s3 .form ::-webkit-input-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #8c8c8c;
}

.cta-s3 .form :-moz-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #8c8c8c;
}

.cta-s3 .form ::-moz-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #8c8c8c;
}

.cta-s3 .form :-ms-input-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #8c8c8c;
}

@media (max-width: 767px) {
  .cta-s3 .form {
    margin-top: 20px;
  }
}

.cta-s3 .form &gt; div {
  position: relative;
}

.cta-s3 .form input {
  height: 60px;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 8px 220px 8px 20px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  .cta-s3 .form input {
    height: 50px;
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 180px 8px 20px;
  }
}

@media (max-width: 767px) {
  .cta-s3 .form input {
    height: 45px;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 6px 150px 6px 15px;
  }
}

.cta-s3 .form button {
  font-family: "Raleway", sans-serif;
  background-color: #1b232f;
  width: 200px;
  height: 60px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 5px 5px 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .cta-s3 .form button {
    width: 150px;
    height: 50px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .cta-s3 .form button {
    width: 130px;
    height: 45px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.cta-s3 .cta-couple2 {
  background: url("../images/cta-couple2.png") center center/100% no-repeat local;
  width: 435px;
  height: 333px;
  position: absolute;
  bottom: 0;
  left: -20px;
}

@media (max-width: 991px) {
  .cta-s3 .cta-couple2 {
    display: none;
  }
}

/*--------------------------------------------------------------
#	shared hosting page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.0	shared-hosting-pricing
--------------------------------------------------------------*/
.shared-hosting-pricing {
  /*** pricing-table ***/
}

.shared-hosting-pricing .tab-list {
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 1199px) {
  .shared-hosting-pricing .tab-list {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .shared-hosting-pricing .tab-list {
    margin-bottom: 30px;
  }
}

.shared-hosting-pricing .tab-list ul {
  display: inline-block;
}

.shared-hosting-pricing .tab-list ul li {
  width: 170px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}

@media (max-width: 1199px) {
  .shared-hosting-pricing .tab-list ul li {
    width: 150px;
    height: 45px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .shared-hosting-pricing .tab-list ul li {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
}

.shared-hosting-pricing .tab-list ul li:first-child {
  margin-right: 5px;
}

.shared-hosting-pricing .tab-list ul li a {
  background-color: #1b232f;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 0;
  position: relative;
}

@media (max-width: 1199px) {
  .shared-hosting-pricing .tab-list ul li a {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .shared-hosting-pricing .tab-list ul li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.shared-hosting-pricing .tab-list ul li a:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #88c057;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

@media (max-width: 1199px) {
  .shared-hosting-pricing .tab-list ul li a:after {
    border-width: 8px;
    bottom: -8px;
  }
}

.shared-hosting-pricing .tab-list ul li a i {
  display: inline-block;
  padding-right: 5px;
}

.shared-hosting-pricing .tab-list ul .active a {
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
}

.shared-hosting-pricing .tab-list ul .active a:after {
  display: block;
}

.shared-hosting-pricing .pricing-table {
  text-align: center;
}

.shared-hosting-pricing .pricing-table .pricing-grids {
  margin: 0 -15px;
}

@media (max-width: 1199px) {
  .shared-hosting-pricing .pricing-table .pricing-grids {
    margin: 0 -10px;
  }
}

@media (max-width: 650px) {
  .shared-hosting-pricing .pricing-table .pricing-grids {
    margin: 0;
  }
}

.shared-hosting-pricing .pricing-table .grid-outer {
  width: 33.33%;
  float: left;
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .shared-hosting-pricing .pricing-table .grid-outer {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .shared-hosting-pricing .pricing-table .grid-outer {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 650px) {
  .shared-hosting-pricing .pricing-table .grid-outer {
    width: 100%;
    padding: 0;
  }
}

.shared-hosting-pricing .pricing-table .grid-outer:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
#6.1	cta-video
--------------------------------------------------------------*/
.cta-video {
  padding: 180px 0;
  position: relative;
}

@media (max-width: 991px) {
  .cta-video {
    padding: 140px 0;
  }
}

@media (max-width: 767px) {
  .cta-video {
    padding: 100px 0;
  }
}

.cta-video:before {
  content: "";
  background-color: rgba(27, 35, 47, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta-video .video-holder {
  position: relative;
}

.cta-video .video-holder a {
  background-color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  color: #88c057;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .cta-video .video-holder a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 991px) {
  .cta-video .video-holder a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .cta-video .video-holder a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*--------------------------------------------------------------
#6.2	cta-info
--------------------------------------------------------------*/
.cta-info h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 0.63em;
}

@media (max-width: 1199px) {
  .cta-info h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 991px) {
  .cta-info h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .cta-info h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.cta-info p {
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  .cta-info p {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .cta-info p {
    margin-bottom: 25px;
  }
}

.cta-info .sec-row {
  margin-top: 100px;
}

@media (max-width: 1199px) {
  .cta-info .sec-row {
    margin-top: 80px;
  }
}

@media (max-width: 991px) {
  .cta-info .sec-row {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .cta-info .sec-row {
    border-top: 1px solid #e6e6e6;
    margin-top: 60px;
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .cta-info .row .img-holder-wrapper {
    display: none;
  }
}

/*--------------------------------------------------------------
#	dedicated hosting page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.0	dedicated-server-info
--------------------------------------------------------------*/
.dedicated-server-info {
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, right top, from(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
}

.dedicated-server-info .section-title-s2 h2 {
  text-align: center;
  color: #fff;
  margin: 0 0 1.4em;
}

@media (max-width: 767px) {
  .dedicated-server-info .content &gt; .col:first-child {
    margin-bottom: 25px;
  }
}

.dedicated-server-info .server-space-grid {
  background-color: #fff;
  padding: 55px 30px;
  text-align: left;
  border-bottom: 7px solid #15534c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .dedicated-server-info .server-space-grid {
    padding: 40px 20px;
    border-bottom: 4px solid #15534c;
  }
}

.dedicated-server-info .icon {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .dedicated-server-info .icon {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .dedicated-server-info .icon {
    margin-bottom: 25px;
  }
}

.dedicated-server-info .icon img {
  display: inline-block;
}

@media (max-width: 1199px) {
  .dedicated-server-info .icon img {
    max-width: 85px;
  }
}

@media (max-width: 991px) {
  .dedicated-server-info .icon img {
    max-width: 75px;
  }
}

.dedicated-server-info .server-space-grid h3 {
  font-size: 28px;
  font-size: 1.75rem;
  padding: 0 0 0.53em;
  margin: 0 0 0.88em;
  position: relative;
}

@media (max-width: 1199px) {
  .dedicated-server-info .server-space-grid h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 991px) {
  .dedicated-server-info .server-space-grid h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.dedicated-server-info .server-space-grid h3:after {
  content: "";
  background-color: #88c057;
  width: 45px;
  height: 5px;
  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%);
}

.dedicated-server-info .details-list li {
  margin-bottom: 12px;
}

.dedicated-server-info .details-list li:last-child {
  margin-bottom: 0;
}

.dedicated-server-info .bottom-list {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .dedicated-server-info .bottom-list {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .dedicated-server-info .bottom-list {
    margin: 25px 0 0 15px;
  }
}

.dedicated-server-info .bottom-list li {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 1199px) {
  .dedicated-server-info .bottom-list li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 991px) {
  .dedicated-server-info .bottom-list li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .dedicated-server-info .bottom-list li {
    font-size: 16px;
    font-size: 1rem;
    list-style: disc;
    padding-left: 0;
  }
}

.dedicated-server-info .bottom-list li:before {
  content: "";
  background-color: #fff;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .dedicated-server-info .bottom-list li:before {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 991px) {
  .dedicated-server-info .bottom-list li:before {
    width: 13px;
    height: 13px;
  }
}

@media (max-width: 767px) {
  .dedicated-server-info .bottom-list li:before {
    display: none;
  }
}

.dedicated-server-info .bottom-list li:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
#	cloud hosting page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.0	cta-video-s2
--------------------------------------------------------------*/
.cta-video-s2 {
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  text-align: center;
}

.cta-video-s2 h2,
.cta-video-s2 a {
  color: #fff;
}

.cta-video-s2 h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  margin: 0 0 0.8em;
}

@media (max-width: 1199px) {
  .cta-video-s2 h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 991px) {
  .cta-video-s2 h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .cta-video-s2 h2 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: normal;
    line-height: 1.3em;
  }
}

.cta-video-s2 .video-play {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

@media (max-width: 1199px) {
  .cta-video-s2 .video-play {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  .cta-video-s2 .video-play {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
#8.1	services-section-s4
--------------------------------------------------------------*/
.services-section-s4 .tablist {
    background-color: gray;
    width: 250%;
    text-align: center;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.services-section-s4 .tablist ul {
  display: inline-block;
}

.services-section-s4 .tablist ul li {
  display: inline-block;
  margin: 0 25px;
}

@media (max-width: 1199px) {
  .services-section-s4 .tablist ul li {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .services-section-s4 .tablist ul li {
    margin: 0;
  }
}

.services-section-s4 .tablist ul li a {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  padding: 25px 30px;
  position: relative;
}

@media (max-width: 1199px) {
  .services-section-s4 .tablist ul li a {
    font-size: 16px;
    font-size: 1rem;
    padding: 20px 30px;
  }
}

@media (max-width: 991px) {
  .services-section-s4 .tablist ul li a {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 20px;
  }
}

@media (max-width: 767px) {
  .services-section-s4 .tablist ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 10px;
  }
}

.services-section-s4 .tablist ul li a:after {
  content: "";
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.services-section-s4 .tablist ul li a:hover,
.services-section-s4 .tablist ul .active a {
  background-color: transparent;
}

.services-section-s4 .tablist ul .active a:after {
  display: block;
}

@media (max-width: 767px) {
  .services-section-s4 .tablist ul .active a:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .services-section-s4 .tablist ul .active a {
    color: #1a9172;
  }
}

.services-section-s4 .tab-content {
  padding: 90px 0 40px;
}

@media (max-width: 1199px) {
  .services-section-s4 .tab-content {
    padding: 70px 0 20px;
  }
}

@media (max-width: 991px) {
  .services-section-s4 .tab-content {
    padding: 50px 0 0;
  }
}

@media (max-width: 767px) {
  .services-section-s4 .tab-content {
    padding: 40px 0 0;
  }
}

/*--------------------------------------------------------------
#	about us page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.0	about-us-section
--------------------------------------------------------------*/
.about-us-section {
  text-align: center;
  /*** tablist ***/
  /*** tab content ***/
}

@media (max-width: 767px) {
  .about-us-section {
    padding: 70px 0 65px;
  }
}

.about-us-section .img-holder {
  margin-bottom: 25px;
}

.about-us-section .img-holder img {
  display: inline-block;
}

.about-us-section .tab-list ul {
  display: inline-block;
}

.about-us-section .tab-list ul li {
  float: left;
  margin: 0 -2px;
}

.about-us-section .tab-list ul li a {
  background-color: #1b232f;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  padding: 13px 50px;
  border-radius: 6px 0 0 6px;
}

@media (max-width: 991px) {
  .about-us-section .tab-list ul li a {
    font-size: 16px;
    font-size: 1rem;
    padding: 9px 40px;
  }
}

@media (max-width: 767px) {
  .about-us-section .tab-list ul li a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 7px 30px;
  }
}

.about-us-section .tab-list ul li:last-child a {
  border-radius: 0 6px 6px 0;
}

.about-us-section .tab-list ul li.active a {
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, right top, from(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  border-radius: 6px;
  z-index: 10;
}

.about-us-section .tab-content {
  margin-top: 55px;
}

@media (max-width: 991px) {
  .about-us-section .tab-content {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .about-us-section .tab-content {
    margin-top: 25px;
  }
}

.about-us-section .tab-content h2 {
  font-size: 42px;
  font-size: 2.625rem;
  margin: 0 0 0.83em;
}

@media (max-width: 1199px) {
  .about-us-section .tab-content h2 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media (max-width: 991px) {
  .about-us-section .tab-content h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 767px) {
  .about-us-section .tab-content h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    margin: 0 0 0.7em;
  }
}

.about-us-section .tab-content p {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .about-us-section .tab-content p {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .about-us-section .tab-content p {
    margin-bottom: 15px;
  }
}

.about-us-section .tab-content .tab-pane p:last-child {
  margin: 0;
}

/*--------------------------------------------------------------
#9.1	team-section
--------------------------------------------------------------*/
.team-section {
  background-color: #e9eef1;
  padding-bottom: 50px;
}

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

@media (max-width: 767px) {
  .team-section {
    padding-bottom: 25px;
  }
}

.team-section .team-grids &gt; .col {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .team-section .team-grids &gt; .col {
    margin-bottom: 45px;
  }
}

@media (max-width: 550px) {
  .team-section .team-grids &gt; .col {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .team-section .grid .img-holder img {
    width: 100%;
  }
}

.about-page .cta-s3 .cta-couple2 {
  background-image: url("../images/cta-couple3.png");
}

/*--------------------------------------------------------------
#	data center page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#10.0	data-center-map-section
--------------------------------------------------------------*/
.data-center-map-section .map-data-center {
  height: 760px;
  -webkit-box-shadow: 0 0 20px 0 #cccccc;
  -moz-box-shadow: 0 0 20px 0 #cccccc;
  -o-box-shadow: 0 0 20px 0 #cccccc;
  -ms-box-shadow: 0 0 20px 0 #cccccc;
  box-shadow: 0 0 20px 0 #cccccc;
}

@media (max-width: 991px) {
  .data-center-map-section .map-data-center {
    height: 550px;
  }
}

@media (max-width: 767px) {
  .data-center-map-section .map-data-center {
    height: 400px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/*--------------------------------------------------------------
#	support page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.0	support-section
--------------------------------------------------------------*/
.support-section {
  padding: 110px 0 100px;
  /*** form ***/
  /*** support-all ***/
  /*** tab-content ***/
}

@media (max-width: 991px) {
  .support-section {
    padding: 90px 0 75px;
  }
}

@media (max-width: 767px) {
  .support-section {
    padding: 60px 0 55px;
  }
}

.support-section .form ::-webkit-input-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #9ba4b1;
}

.support-section .form :-moz-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #9ba4b1;
}

.support-section .form ::-moz-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #9ba4b1;
}

.support-section .form :-ms-input-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #9ba4b1;
}

.support-section .form &gt; div {
  float: left;
}

.support-section .form &gt; div:first-child {
  width: 77%;
  float: left;
}

@media (max-width: 767px) {
  .support-section .form &gt; div:first-child {
    width: 70%;
  }
}

.support-section .form &gt; div:last-child {
  width: 22%;
  float: right;
}

@media (max-width: 767px) {
  .support-section .form &gt; div:last-child {
    width: 29%;
  }
}

.support-section .form input {
  height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  border: 2px solid #b8bbbf;
  padding: 6px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .support-section .form input {
    height: 40px;
    font-size: 15px;
    font-size: 0.9375rem;
    border: 1px solid #b8bbbf;
    padding: 6px 15px;
  }
}

.support-section .form button {
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #1a9172, #88c057);
  background: -moz-linear-gradient(left, #1a9172, #88c057);
  background: -o-linear-gradient(left, #1a9172, #88c057);
  background: -ms-linear-gradient(left, #1a9172, #88c057);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1a9172), to(#88c057));
  background: linear-gradient(left, #1a9172, #88c057);
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .support-section .form button {
    height: 40px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.support-section .support-all {
  margin-top: 115px;
}

@media (max-width: 991px) {
  .support-section .support-all {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .support-section .support-all {
    margin-top: 60px;
  }
}

.support-section .tab-list {
  width: 350%;
  background-color: #1b232f;
  text-align: center;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .support-section .tab-list {
    width: 100%;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.support-section .tab-list ul {
  display: inline-block;
}

@media (max-width: 767px) {
  .support-section .tab-list ul {
    display: block;
  }
}

.support-section .tab-list ul li {
  display: inline-block;
  margin: 0 -3px;
}

@media (max-width: 767px) {
  .support-section .tab-list ul li {
    display: block;
    margin: 0;
  }
}

.support-section .tab-list a span {
  display: block;
  margin-bottom: 5px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .support-section .tab-list a span {
    display: none;
  }
}

.support-section .tab-list a span img {
  display: inline-block;
  max-width: 35px;
}

@media (max-width: 991px) {
  .support-section .tab-list a span img {
    max-width: 25px;
  }
}

.support-section .tab-list a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  padding: 25px 65px;
}

@media (max-width: 1199px) {
  .support-section .tab-list a {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px 45px;
  }
}

@media (max-width: 991px) {
  .support-section .tab-list a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 10px 25px;
  }
}

@media (max-width: 767px) {
  .support-section .tab-list a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.support-section .tab-list .active a,
.support-section .tab-list li a:hover {
  background-color: #1a9172;
  background: -webkit-linear-gradient(left, #88c057, #1a9172);
  background: -moz-linear-gradient(left, #88c057, #1a9172);
  background: -o-linear-gradient(left, #88c057, #1a9172);
  background: -ms-linear-gradient(left, #88c057, #1a9172);
  background: -webkit-gradient(linear, left top, right top, from(#88c057), to(#1a9172));
  background: linear-gradient(left, #88c057, #1a9172);
}

.support-section .tab-content {
  margin-top: 90px;
}

@media (max-width: 1199px) {
  .support-section .tab-content {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .support-section .tab-content {
    margin-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .support-section .tab-content {
    padding: 0 45px;
  }
}

/*--------------------------------------------------------------
#	contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.0	contact-section
--------------------------------------------------------------*/
.contact-section {
  padding: 105px 0 100px;
}

@media (max-width: 991px) {
  .contact-section {
    padding: 90px 0 95px;
  }
}

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

@media (max-width: 650px) {
  .contact-section {
    padding-bottom: 20px;
  }
}

.contact-section .contact-info-grids {
  text-align: center;
}

@media (max-width: 650px) {
  .contact-section .contact-info-grids &gt; .col {
    width: 100%;
    margin-bottom: 40px;
  }
}

.contact-section .grid img {
  display: inline-block;
}

@media (max-width: 1199px) {
  .contact-section .grid img {
    max-width: 80px;
  }
}

@media (max-width: 767px) {
  .contact-section .grid img {
    max-width: 55px;
  }
}

.contact-section .grid .icon {
  margin-bottom: 20px;
}

.contact-section .grid h3 {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 1em;
}

@media (max-width: 1199px) {
  .contact-section .grid h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 0.8em;
  }
}

@media (max-width: 767px) {
  .contact-section .grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 0.8em;
  }
}

.contact-section .grid p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}

@media (max-width: 1199px) {
  .contact-section .grid p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 767px) {
  .contact-section .grid p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/*--------------------------------------------------------------
#12.1	contact-map-form-section
--------------------------------------------------------------*/
.contact-map-form-section {
  margin-bottom: 110px;
}

@media (max-width: 991px) {
  .contact-map-form-section {
    margin-bottom: 95px;
  }
}

@media (max-width: 767px) {
  .contact-map-form-section {
    margin-bottom: 30px;
  }
}

.contact-map-form-section .contact-map {
  height: 200px;
}

@media (max-width: 767px) {
  .contact-map-form-section .contact-map {
    height: 200px;
  }
}

.contact-map-form-section .contact-form .form-inner {
  background-color: #fff;
  text-align: center;
  padding: 80px 100px 35px;
  margin-top: -250px;
  -webkit-box-shadow: 0 0 20px 0 #d9d9d9;
  -moz-box-shadow: 0 0 20px 0 #d9d9d9;
  -o-box-shadow: 0 0 20px 0 #d9d9d9;
  -ms-box-shadow: 0 0 20px 0 #d9d9d9;
  box-shadow: 0 0 20px 0 #d9d9d9;
  position: relative;
  z-index: 10;
}

@media (max-width: 991px) {
  .contact-map-form-section .contact-form .form-inner {
    padding: 70px 65px 30px;
  }
}

@media (max-width: 767px) {
  .contact-map-form-section .contact-form .form-inner {
    padding: 60px 30px 0;
    margin-top: 0;
    border-top: 5px solid #1a9172;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.contact-map-form-section .contact-form .form-inner h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  padding: 0 0 1.17em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .contact-map-form-section .contact-form .form-inner h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .contact-map-form-section .contact-form .form-inner h3 {
    font-size: 20px;
  }
}

.contact-map-form-section .contact-form .form {
  margin-top: 70px;
}

.contact-map-form-section .contact-form .form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #a6a6a6;
}

.contact-map-form-section .contact-form .form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #a6a6a6;
}

.contact-map-form-section .contact-form .form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #a6a6a6;
}

.contact-map-form-section .contact-form .form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #a6a6a6;
}

@media (max-width: 991px) {
  .contact-map-form-section .contact-form .form {
    margin-top: 40px;
  }
}

.contact-map-form-section .contact-form .form input,
.contact-map-form-section .contact-form .form textarea {
    background-color: #fff;
    height: auto;
    font-size: 18px;
    font-size: 1.125rem;
    border: 1px solid #ccc;
    padding: 15px 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 991px) {
  .contact-map-form-section .contact-form .form input,
  .contact-map-form-section .contact-form .form textarea {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 25px;
  }
}

@media (max-width: 767px) {
  .contact-map-form-section .contact-form .form input,
  .contact-map-form-section .contact-form .form textarea {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 15px;
  }
}

.contact-map-form-section .contact-form .form textarea {
  height: 158px;
}

.contact-map-form-section .contact-form .form &gt; div {
  margin-bottom: 35px;
}

.contact-map-form-section .contact-form .form &gt; div:last-child {
  margin-bottom: 0;
}

.contact-map-form-section .contact-form .form .theme-btn-s4 {
  width: 200px;
  border: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .contact-map-form-section .contact-form .form .theme-btn-s4 {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .contact-map-form-section .contact-form .form .theme-btn-s4 {
    width: 130px;
  }
}

/*--------------------------------------------------------------
#	blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#13.0	blog-section
--------------------------------------------------------------*/
.blog-page .blog-section .blog-grids &gt; .col {
  margin-bottom: 45px;
}

@media (max-width: 600px) {
  .blog-page .blog-section .blog-grids &gt; .col {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .blog-page .blog-section .blog-grids .entry-media img {
    width: 100%;
  }
}

.blog-page .blog-section .pagination-wrapper {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .blog-page .blog-section .pagination-wrapper {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .blog-page .blog-section .pagination-wrapper {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
#	blog with sidebar page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#14.0	blog-with-sidebar-section
--------------------------------------------------------------*/
.blog-with-sidebar-page .blog-with-sidebar-section {
  background-color: #f2f2f2;
}

.blog-with-sidebar-page .blog-with-sidebar-section .blog-grids &gt; .col {
  margin-bottom: 35px;
}

@media (max-width: 620px) {
  .blog-with-sidebar-page .blog-with-sidebar-section .blog-grids &gt; .col {
    width: 100%;
  }
}

.blog-with-sidebar-page .blog-with-sidebar-section .blog-grids .entry-media img {
  width: 100%;
}

.blog-with-sidebar-page .blog-with-sidebar-section .pagination-wrapper {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .blog-with-sidebar-page .blog-with-sidebar-section .pagination-wrapper {
    padding-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 1199px) {
  .blog-with-sidebar-page .blog-with-sidebar-section .blog-sidebar {
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .blog-with-sidebar-page .blog-with-sidebar-section .blog-sidebar {
    padding-left: 15px;
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .blog-with-sidebar-page .blog-with-sidebar-section .blog-sidebar {
    margin-top: 70px;
  }
}

/*** blog left sidebar ***/
@media (max-width: 1199px) {
  .left-sidebar-page .blog-with-sidebar-section .blog-sidebar {
    padding: 0 50px 0 15px;
  }
}

@media (max-width: 991px) {
  .left-sidebar-page .blog-with-sidebar-section .blog-sidebar {
    padding: 0 15px;
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .left-sidebar-page .blog-with-sidebar-section .blog-sidebar {
    margin-top: 70px;
  }
}

/*--------------------------------------------------------------
#	blog details page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#15.0	blog-single-content
--------------------------------------------------------------*/
.blog-details-page {
  background-color: #f2f2f2;
}

.blog-details-page .blog-single-content {
  /*** post ***/
  /*** tags ***/
  /*** comments ***/
}

@media screen and (min-width: 992px) {
  .blog-details-page .blog-single-content {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .blog-details-page .blog-single-content {
    margin-bottom: 100px;
  }
}

.blog-details-page .blog-single-content .post-title-meta .btn {
  background-color: #1a9172;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 13px;
  border: 0;
  border-radius: 0;
  cursor: auto;
}

.blog-details-page .blog-single-content .post-title-meta h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: blod;
  margin: 0.57em 0 0.53em;
  line-height: 1.3em;
  color: #1a1a1a;
}

@media screen and (min-width: 1200px) {
  .blog-details-page .blog-single-content .post-title-meta h2 {
    padding-right: 200px;
  }
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .post-title-meta h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.blog-details-page .blog-single-content .post-title-meta ul {
  overflow: hidden;
  margin-bottom: 24px;
}

.blog-details-page .blog-single-content .post-title-meta ul li {
  font-size: 14px;
  font-size: 0.875rem;
  float: left;
  text-transform: uppercase;
  margin-right: 8px;
  padding-right: 8px;
  position: relative;
}

.blog-details-page .blog-single-content .post-title-meta ul li:after {
  content: "/";
  color: #999999;
  position: absolute;
  right: 0;
}

.blog-details-page .blog-single-content .post-title-meta ul li:last-child:after {
  display: none;
}

.blog-details-page .blog-single-content .post-title-meta ul li a {
  color: #999999;
}

.blog-details-page .blog-single-content .post-title-meta ul li a:hover {
  color: #1a9172;
}

.blog-details-page .blog-single-content h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #1a1a1a;
  margin: 0;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content h3 {
    font-size: 18px;
  }
}

.blog-details-page .blog-single-content p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content p {
    font-size: 14px;
  }
}

.blog-details-page .blog-single-content .post,
.blog-details-page .blog-single-content .comments {
  background-color: #fff;
}

.blog-details-page .blog-single-content .post {
  padding: 0 45px 70px 45px;
}

@media (max-width: 991px) {
  .blog-details-page .blog-single-content .post {
    padding: 0 45px 45px;
  }
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .post {
    padding: 0 20px 45px 20px;
  }
}

.blog-details-page .blog-single-content .post h3 {
  margin: 1.9em 0 0.9em;
}

.blog-details-page .blog-single-content .post .media {
  margin: 0 -45px 48px;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .post .media {
    margin: 0 -20px 40px;
  }
}

.blog-details-page .blog-single-content .gallery-post {
  margin: 35px 0 0;
}

.blog-details-page .blog-single-content .gallery-post .gallery {
  overflow: hidden;
}

.blog-details-page .blog-single-content .gallery-post .gallery &gt; div:first-child {
  width: 60%;
  float: left;
}

.blog-details-page .blog-single-content .gallery-post .gallery &gt; div:last-child {
  width: 38%;
  float: right;
}

.blog-details-page .blog-single-content .tag-share {
  overflow: hidden;
  margin: 25px 0 15px;
  /*** share ***/
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .tag-share {
    margin: 25px 0;
  }
}

.blog-details-page .blog-single-content .tag-share &gt; div {
  display: inline-block;
  float: left;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .tag-share &gt; div {
    display: block;
    float: none !important;
  }
}

.blog-details-page .blog-single-content .tag-share &gt; div:last-child {
  float: right;
}

.blog-details-page .blog-single-content .tag-share &gt; div:first-child {
  padding-left: 20px;
}

.blog-details-page .blog-single-content .tag-share &gt; div:first-child span {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #000;
  margin-right: 25px;
  position: relative;
  top: -11px;
}

@media (max-width: 991px) {
  .blog-details-page .blog-single-content .tag-share &gt; div:first-child {
    padding-left: 0;
  }
  .blog-details-page .blog-single-content .tag-share &gt; div:first-child span {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 15px;
    top: -20px;
  }
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .tag-share &gt; div:first-child {
    padding-left: 0;
  }
  .blog-details-page .blog-single-content .tag-share &gt; div:first-child span {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 15px;
    top: 0;
    display: block;
    margin-bottom: 5px;
  }
}

.blog-details-page .blog-single-content .tag-share ul {
  display: inline-block;
  overflow: hidden;
}

.blog-details-page .blog-single-content .tag-share ul li {
  float: left;
  margin-right: 12px;
}

.blog-details-page .blog-single-content .tag-share ul li:last-child {
  margin-right: 0;
}

.blog-details-page .blog-single-content .tag-share .tag a {
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  display: inline-block;
  text-align: center;
  padding: 7px 15px;
  text-transform: lowercase;
}

@media (max-width: 991px) {
  .blog-details-page .blog-single-content .tag-share .tag a {
    padding: 5px 10px;
    margin-bottom: 10px;
  }
}

.blog-details-page .blog-single-content .tag-share .tag a:hover {
  background-color: #88c057;
  color: #fff;
}

.blog-details-page .blog-single-content .tag-share .share {
  padding-bottom: 0;
}

.blog-details-page .blog-single-content .tag-share .share li {
  opacity: 0.9;
}

.blog-details-page .blog-single-content .tag-share .share li:hover {
  opacity: 1;
}

.blog-details-page .blog-single-content .tag-share .share li:first-child {
  background-color: #106ed2;
}

.blog-details-page .blog-single-content .tag-share .share li:nth-child(2) {
  background-color: #3ad0fb;
}

.blog-details-page .blog-single-content .tag-share .share li:last-child {
  background-color: #1379bb;
}

.blog-details-page .blog-single-content .tag-share .share a {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  padding: 6px 15px;
}

@media (max-width: 991px) {
  .blog-details-page .blog-single-content .tag-share .share a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 10px;
  }
}

.blog-details-page .blog-single-content .tag-share .share a i {
  display: inline-block;
  padding-right: 4px;
}

.blog-details-page .blog-single-content .comments {
  padding: 55px 45px 0;
  /*** .article ***/
}

@media (max-width: 1199px) {
  .blog-details-page .blog-single-content .comments {
    padding: 45px 25px 0;
  }
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .comments {
    padding: 40px 25px 0;
  }
}

.blog-details-page .blog-single-content .comments .title {
  margin-bottom: 65px;
}

.blog-details-page .blog-single-content .comments h3 {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  font-weight: bold;
}

.blog-details-page .blog-single-content .comments &gt; ol {
  padding-left: 0;
}

.blog-details-page .blog-single-content .comments ol {
  list-style: none;
}

.blog-details-page .blog-single-content .comments ol &gt; li {
  margin-bottom: 35px;
}

.blog-details-page .blog-single-content .comments ol &gt; li:last-child {
  margin-bottom: 0;
}

.blog-details-page .blog-single-content .comments ol &gt; li &gt; ol {
  margin-left: 28px;
  margin-top: 35px;
  padding: 0;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .comments ol &gt; li &gt; ol {
    margin: 30px 0 0 0;
  }
}

.blog-details-page .blog-single-content .comments ol &gt; li &gt; ol &gt; li {
  background-color: #fafafa;
  padding: 30px;
  margin-bottom: 35px !important;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .comments ol &gt; li &gt; ol &gt; li {
    padding: 20px;
  }
}

.blog-details-page .blog-single-content .comments ol &gt; li &gt; ol &gt; li:last-child {
  margin-bottom: 0 !important;
}

.blog-details-page .blog-single-content .comments .article {
  overflow: hidden;
}

.blog-details-page .blog-single-content .comments .article h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .comments .article h4 {
    font-size: 14px;
  }
}

.blog-details-page .blog-single-content .comments .article p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .comments .article p {
    font-size: 14px;
  }
}

.blog-details-page .blog-single-content .comments .article .replay button {
  background-color: transparent;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #1a9172;
  padding: 0;
  border: 0;
  outline: 0;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .comments .article .replay button {
    font-size: 14px;
  }
}

.blog-details-page .blog-single-content .comments .article .author-meta {
  overflow: hidden;
  margin-bottom: 5px;
}

.blog-details-page .blog-single-content .comments .article .author-meta &gt; div {
  display: inline-block;
}

.blog-details-page .blog-single-content .comments .article .author-meta &gt; div:last-child {
  font-size: 13px;
  font-size: 0.8125rem;
  color: gray;
  padding-left: 5px;
}

.blog-details-page .blog-single-content .comments .article .author-pic {
  width: 10%;
  float: left;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .comments .article .author-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.blog-details-page .blog-single-content .comments .article .details {
  width: 90%;
  float: left;
}

@media (max-width: 767px) {
  .blog-details-page .blog-single-content .comments .article .details {
    width: 100%;
    float: none;
  }
}

.blog-details-page .blog-single-content .comment-respond {
  margin-top: 75px;
}

.blog-details-page .blog-single-content .comment-respond h3 {
  margin: 0 0 2em;
}

.blog-details-page .blog-single-content .comment-respond form {
  margin: 0 -15px;
  position: relative;
}

.blog-details-page .blog-single-content .comment-respond form input,
.blog-details-page .blog-single-content .comment-respond form textarea {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #cccccc;
}

.blog-details-page .blog-single-content .comment-respond form textarea {
  height: 110px;
}

.blog-details-page .blog-single-content .comment-respond form &gt; div {
  margin-bottom: 50px;
}

.blog-details-page .blog-single-content .comment-respond form .theme-btn-s2 {
  text-transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  left: 50%;
  bottom: -100px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .blog-details-page .blog-single-content .comment-respond form .theme-btn-s2 {
    position: relative;
    bottom: 0;
  }
}

/**** sidebar style ****/
.blog-details-page .blog-sidebar .recent-post-widget .post-pic {
  width: 30%;
}

.blog-details-page .blog-sidebar .recent-post-widget .post-pic img {
  width: 100%;
}

@media (max-width: 991px) {
  .blog-details-page .blog-sidebar .recent-post-widget .post-pic img {
    width: auto;
  }
}

@media (max-width: 767px) {
  .blog-details-page .blog-sidebar .recent-post-widget .post-pic {
    width: 70px;
    float: none;
    position: absolute;
    left: 15px;
  }
}

.blog-details-page .blog-sidebar .recent-post-widget .details {
  width: 65%;
  float: right;
}

@media (max-width: 767px) {
  .blog-details-page .blog-sidebar .recent-post-widget .details {
    width: 100%;
    float: none;
  }
}

.gdb-entry__header {
    margin-bottom: 1.875rem;
}

.gdb-entry__title {
    font-weight: 400;
    font-style: normal;
    font-family: gd-sage, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.325em;
    font-size: 2.44141em;
    margin-top: .64em;
    margin-bottom: .64em;
}

.gdb-entry__meta {
    font-size: .875rem;
    line-height: 1.25em;
}

    .gdb-entry__meta .gdb-author-avatar {
        display: inline-block;
        overflow: hidden;
        width: 40px;
        height: 40px;
        margin-right: 10px;
        vertical-align: middle;
        border-radius: 50%;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }

        .gdb-entry__meta .gdb-author-avatar img {
            display: block;
            max-width: 100%;
            height: auto;
            margin: 0;
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
            margin-left: 0px;
        }

    .gdb-entry__meta .byline {
        margin-right: 10px;
    }

    .gdb-entry__meta .author {
        text-decoration: none;
        color: #1d1d1b;
        font-size: 1.25em;
    }

.gdb-entry__meta {
    line-height: 1.25em;
}

    .gdb-entry__meta .posted-on {
        color: #999;
    }

.gdb-entry__content {
    position: relative;
}

.gdb-entry__featured-image {
    position: relative;
    display: flex;
    min-height: 200px;
    margin: 0 auto 1.875rem;
    padding: 0;
    background-position: 50%;
    background-size: cover;
    align-items: center;
    justify-content: center;
}

blockquote {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    clear: both;
    margin-bottom: 1em;
    padding: 1em 50px;
    background-color: #fafafa;
}

.view-blog-details h2 {
    text-align: left;
}

.view-blog-details h3 {
    text-align: left;
}

.gdb-article-card-collection {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    flex-wrap: wrap;
}

.gdb-article-card-collection {
    margin-bottom: .9375rem;
}

.gdb-article-grid--half.gdb-article-grid--half {
    margin-bottom: 0;
}

.gdb-article-grid--half:nth-child(n) {
    margin-right: 30px;
    margin-left: 0;
}

.gdb-article-card.gdb-article-card {
    margin-bottom: 30px;
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.gdb-article-grid--half {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 99.9% * 1/2 - ( 30px - 30px * 1/2 ) );
    max-width: calc( 99.9% * 1/2 - ( 30px - 30px * 1/2 ) );
    width: calc( 99.9% * 1/2 - ( 30px - 30px * 1/2 ) );
}

.gdb-article-card--primary {
    min-height: 280px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.gdb-article-card {
    display: flex;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    flex-direction: column;
}

.gdb-article-card--primary .gdb-article-card__image {
    min-height: 198px;
}

.gdb-article-card__image {
    background-repeat: no-repeat;
    background-position: 50%;
    background-position-x: 50%;
    background-position-y: center;
    background-size: cover;
}

.gdb-article-card--primary .gdb-article-card__content {
    background-color: hsla( 0, 0%, 100%, .65 );
}

.gdb-article-card__content {
    padding-top: .9375rem;
    padding-right: .9375rem;
    padding-bottom: .9375rem;
}

.gdb-article-card__avatar {
    display: block;
    float: left;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin: 0;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-bottom: 8px;
    padding: 0;
    border-radius: 50%;
}

    .gdb-article-card__avatar .avatar {
        display: block;
        width: 30px;
        height: 30px;
        height: auto;
        margin: 0 !important;
    }

.gdb-article-card__author {
    font-size: .75rem;
    margin-bottom: .32768em;
    color: #4a4a4a;
}

.gdb-article-card__title.gdb-article-card__title {
    clear: left;
    margin-top: 16px;
    margin-bottom: 8px;
}

.gdb-article-card__title {
    font-weight: 400;
    font-style: normal;
    font-family: gdsherpa, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.325;
    margin-top: 1em;
    margin-bottom: 1em;
}

.gdb-article-card__arrow {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: inline-block;
    width: 16px;
    height: 12px;
    background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='12' viewBox='0 0 16 12' xmlns='http://www.w3.org/2000/svg' fill='%23111'%3E%3Ctitle%3EArrow%3C/title%3E%3Cpath d='M11.879 7.059H0V4.94h11.879L8.348 1.487 9.868 0 16 6l-6.133 6-1.52-1.487L11.88 7.06z'/%3E%3C/svg%3E" );
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
}

.gdb-article-grid--quarter.gdb-article-grid--quarter {
    margin-bottom: 0;
}

.gdb-article-grid--quarter:nth-child(n) {
    margin-right: 30px;
    margin-left: 0;
}

.gdb-article-card.gdb-article-card {
    margin-bottom: 30px;
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.gdb-article-grid--quarter {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 99.9% * 1/4 - ( 30px - 30px * 1/4 ) );
    max-width: calc( 99.9% * 1/4 - ( 30px - 30px * 1/4 ) );
    width: calc( 99.9% * 1/4 - ( 30px - 30px * 1/4 ) );
}

.gdb-article-card {
    display: flex;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    flex-direction: column;
}

.gdb-article-card--secondary .gdb-article-card__image {
    min-height: 198px;
}

.gdb-article-card__image {
    background-repeat: no-repeat;
    background-position: 50%;
    background-position-x: 50%;
    background-position-y: center;
    background-size: cover;
}

.gdb-article-card-collection {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    flex-wrap: wrap;
}

.gdb-article-card-collection {
    margin-bottom: .9375rem;
}

.gdb-article-card__title.gdb-article-card__title {
    clear: left;
    margin-top: 16px;
    margin-bottom: 8px;
}

.gdb-article-card__title {
    font-weight: 400;
    font-style: normal;
    font-family: gdsherpa, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.325;
    margin-top: 1em;
    margin-bottom: 1em;
}

.gdb-article-grid--quarter-split:last-child {
    margin-right: 0;
}

.gdb-article-grid--quarter-split:nth-child(n) {
    margin-right: 30px;
    margin-left: 0;
}

.gdb-article-grid--quarter-split {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 99.9% * 1/4 - ( 30px - 30px * 1/4 ) );
    max-width: calc( 99.9% * 1/4 - ( 30px - 30px * 1/4 ) );
    width: calc( 99.9% * 1/4 - ( 30px - 30px * 1/4 ) );
    justify-content: space-between;
}

.row-wrapper.blue.light.footer-cta.footer-cta-new {
    padding: 10px 0px;
}

.row-wrapper.blue.light.footer-cta {
    padding: 15px 0px;
}

.row-wrapper.blue.light {
    background: #1b232f none;
}

.row-wrapper {
    padding: 30px 0;
    background-color: #fff;
    background-image: url("/ui/hostgator/themes/MinimalGreen/images/thin-grey-border.png");
    background-position: top center;
    background-repeat: no-repeat;
}

.hg-launch {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
}

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

.hg-launch {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding-top: 20px;
    text-align: left;
}

.row-wrapper.footer-cta div.feature-price.hg-feature-price {
    font-weight: 300;
    font-size: 20px;
}

.row-wrapper.footer-cta div.feature-price.hg-feature-price {
    font-weight: 300;
    font-size: 20px;
}

.row-wrapper.footer-cta h2.feature-price, .row-wrapper.footer-cta div.feature-price {
    font-size: 32px;
    margin-bottom: 0;
}

.row-wrapper.footer-cta h2.feature-price, .row-wrapper.footer-cta div.feature-price {
    font-size: 32px;
    margin-bottom: 0;
}

.row-wrapper.footer-cta h2.feature-price, .row-wrapper.footer-cta div.feature-price {
    font-size: 40px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 800;
}

    .row-wrapper.footer-cta div.feature-price.hg-feature-price strong, .row-wrapper.footer-cta div.feature-price.hg-feature-price span {
        font-size: 30px;
    }

    .row-wrapper.footer-cta div.feature-price.hg-feature-price strong, .row-wrapper.footer-cta div.feature-price.hg-feature-price span {
        font-size: 30px;
    }

    .row-wrapper.footer-cta h2.feature-price span, .row-wrapper.footer-cta div.feature-price span {
        font-size: 18px;
        font-weight: 200;
    }

.IN .row-wrapper.blue a.btn-primary {
    color: #fff;
    font-weight: 700;
}

.row-wrapper.blue .hg-footer-btn a.btn-primary {
    box-shadow: none;
}

.row-wrapper.blue a.btn-primary {
    color: #333333;
    font-size: 20px;
    text-decoration: none;
}

.hg-footer-btn .btn-primary.btn-primary-new {
    padding: 10px 20px;
    font-size: 18px;
}

.row-wrapper.blue a {
    color: #FFCB08;
    text-decoration: underline;
}

.IN .btn-primary, .IN .btn-default, .hg-india.IN .row-wrapper.top-bar ul.list-inline li.login-btn a {
    background: linear-gradient(131.64deg, #FF9052 0%, #FF6B17 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: none;
    transition: all ease-in-out 0.2s;
    color: #fff;
}

.btn-primary.btn-lg {
    padding: 17px 40px;
}

.hg-footer-btn ul li a.btn-primary {
    background-color: #ffcb08;
    color: #333333;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 24px;
    letter-spacing: .5px;
    padding: 8px 32px;
    border: 0px;
    border-radius: 3px;
}

.text.parbase div ul li,
.text.parbase div ol li,
.text.parbase div h1,
.text.parbase div h2,
.text.parbase div h2,
.text.parbase div h2 &gt; a:hover,
.text.parbase div h3,
.text.parbase div h3 &gt; a,
.text.parbase div h3 &gt; a:hover,
.text.parbase div h4,
.text.parbase div p {
    color: #116bb7;
    margin-left: 0;
    text-align: left;
}

.requestdemo2 .col-md-2 {
    padding: 0 2px;
    padding-top: 0px;
    padding-right: 2px;
    padding-bottom: 0px;
    padding-left: 2px;
}

.row-centered &gt; [class*="col"] {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: 0;
    vertical-align: text-top;
}

.requestdemo2 form .button-container {
    margin-top: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.row.horizontal .btn {
    width: 100%;
}

.row.horizontal .btn {
    width: 100%;
}

.btn.base-blue {
    background-color: #003da5;
    color: #fff;
}

.text.parbase div h3 {
    color: #116bb7;
    margin-left: 0;
    text-align: center;
}

.requestdemo2__formDisclaimer, .requestdemo2_formDisclaimerSmall {
    font-size: 14px;
    color: #515558;
    width: 100%;
    margin: 20px 0 0 0;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
}

.requestdemo2 form .horizontal {
    display: flex;
    justify-content: center;
}

#first-form {
    background-position: top left;
    background-color: none;
}

.paddingleftzero{
    padding-left:0px;
}

.paddingrightzero {
    padding-right: 0px;
}

.txtdomainnameinput {
    border-radius: 0px;
    height: 42px;
    padding-left: 0px;
}

fullwidht{
    width:100%;
}

/*--------------------------------------------------------------
#0.7	domain-form-section
--------------------------------------------------------------*/
.domain-form-section, .domain-form-section-s2, .domain-form-section-s3-long-strip {
}

@media (max-width: 991px) {
    .domain-form-section, .domain-form-section-s2, .domain-form-section-s3-long-strip {
        padding: 80px 0;
    }
}

.domain-form-section h2, .domain-form-section-s2 h2, .domain-form-section-s3-long-strip h2 {
    font-size: 36px;
    font-size: 2.25rem;
    margin: 0 0 1.28em;
}

@media (max-width: 1199px) {
    .domain-form-section h2, .domain-form-section-s2 h2, .domain-form-section-s3-long-strip h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

@media (max-width: 991px) {
    .domain-form-section h2, .domain-form-section-s2 h2, .domain-form-section-s3-long-strip h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .domain-form-section h2, .domain-form-section-s2 h2, .domain-form-section-s3-long-strip h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.domain-form-section .form ::-webkit-input-placeholder, .domain-form-section-s2 .form ::-webkit-input-placeholder, .domain-form-section-s3-long-strip .form ::-webkit-input-placeholder {
    font-style: 18px;
    font-style: normal;
    color: #fff;
}

.domain-form-section .form :-moz-placeholder, .domain-form-section-s2 .form :-moz-placeholder, .domain-form-section-s3-long-strip .form :-moz-placeholder {
    font-style: 18px;
    font-style: normal;
    color: #fff;
}

.domain-form-section .form ::-moz-placeholder, .domain-form-section-s2 .form ::-moz-placeholder, .domain-form-section-s3-long-strip .form ::-moz-placeholder {
    font-style: 18px;
    font-style: normal;
    color: #fff;
}

.domain-form-section .form :-ms-input-placeholder, .domain-form-section-s2 .form :-ms-input-placeholder, .domain-form-section-s3-long-strip .form :-ms-input-placeholder {
    font-style: 18px;
    font-style: normal;
    color: #fff;
}

.domain-form-section .form-inner, .domain-form-section-s2 .form-inner, .domain-form-section-s3-long-strip .form-inner {
    height: 70px;
}

@media (max-width: 1199px) {
    .domain-form-section .form-inner, .domain-form-section-s2 .form-inner, .domain-form-section-s3-long-strip .form-inner {
        height: 55px;
    }
}

@media (max-width: 767px) {
    .domain-form-section .form-inner, .domain-form-section-s2 .form-inner, .domain-form-section-s3-long-strip .form-inner {
        height: 50px;
        width: 66%
    }
}

@media (max-width: 550px) {
    .domain-form-section .form-inner, .domain-form-section-s2 .form-inner, .domain-form-section-s3-long-strip .form-inner {
        height: auto;
    }
}

.domain-form-section .form-inner &gt; div, .domain-form-section-s2 .form-inner &gt; div, .domain-form-section-s3-long-strip .form-inner &gt; div {
    float: left;
    height: 100%;
}

@media (max-width: 767px) {
    .domain-form-section .form-inner &gt; div, .domain-form-section-s2 .form-inner &gt; div, .domain-form-section-s3-long-strip .form-inner &gt; div {
        height: 40px;
    }
}

.domain-form-section .form-inner &gt; div:first-child, .domain-form-section-s2 .form-inner &gt; div:first-child, .domain-form-section-s3-long-strip .form-inner &gt; div:first-child {
    width: 60%;
}

@media (max-width: 550px) {
    .domain-form-section .form-inner &gt; div:first-child, .domain-form-section-s2 .form-inner &gt; div:first-child, .domain-form-section-s3-long-strip .form-inner &gt; div:first-child {
        width: 100%;
    }
}

.domain-form-section .form-inner &gt; div:nth-child(2), .domain-form-section-s2 .form-inner &gt; div:nth-child(2), .domain-form-section-s3-long-strip .form-inner &gt; div:nth-child(2) {
    width: 15%;
}

@media (max-width: 767px) {
    .domain-form-section .form-inner &gt; div:nth-child(2), .domain-form-section-s2 .form-inner &gt; div:nth-child(2), .domain-form-section-s3-long-strip .form-inner &gt; div:nth-child(2) {
        width: 20%;
    }
}

@media (max-width: 550px) {
    .domain-form-section .form-inner &gt; div:nth-child(2), .domain-form-section-s2 .form-inner &gt; div:nth-child(2), .domain-form-section-s3-long-strip .form-inner &gt; div:nth-child(2) {
        width: 100%;
    }
}

.domain-form-section .form-inner &gt; div:nth-child(3), .domain-form-section-s2 .form-inner &gt; div:nth-child(3), .domain-form-section-s3-long-strip .form-inner &gt; div:nth-child(3) {
    width: 25%;
}

@media (max-width: 767px) {
    .domain-form-section .form-inner &gt; div:nth-child(3), .domain-form-section-s2 .form-inner &gt; div:nth-child(3), .domain-form-section-s3-long-strip .form-inner &gt; div:nth-child(3) {
        width: 20%;
    }
}

@media (max-width: 550px) {
    .domain-form-section .form-inner &gt; div:nth-child(3), .domain-form-section-s2 .form-inner &gt; div:nth-child(3), .domain-form-section-s3-long-strip .form-inner &gt; div:nth-child(3) {
        width: 100%;
    }
}

.domain-form-section .form-inner input, .domain-form-section-s2 .form-inner input, .domain-form-section-s3-long-strip .form-inner input,
.domain-form-section .form-inner select, .domain-form-section-s2 .form-inner select, .domain-form-section-s3-long-strip .form-inner select,
.domain-form-section .form-inner button, .domain-form-section-s2 .form-inner button, .domain-form-section-s3-long-strip .form-inner button {
    font-family: "Raleway", sans-serif;
    height: 100%;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 1199px) {
    .domain-form-section .form-inner input, .domain-form-section-s2 .form-inner input, .domain-form-section-s3-long-strip .form-inner input,
    .domain-form-section .form-inner select, .domain-form-section-s2 .form-inner select, .domain-form-section-s3-long-strip .form-inner select,
    .domain-form-section .form-inner button, .domain-form-section-s2 .form-inner button, .domain-form-section-s3-long-strip .form-inner button {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

@media (max-width: 767px) {
    .domain-form-section .form-inner input, .domain-form-section-s2 .form-inner input, .domain-form-section-s3-long-strip .form-inner input,
    .domain-form-section .form-inner select, .domain-form-section-s2 .form-inner select, .domain-form-section-s3-long-strip .form-inner select,
    .domain-form-section .form-inner button, .domain-form-section-s2 .form-inner button, .domain-form-section-s3-long-strip .form-inner button {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media (max-width: 1199px) {
    .domain-form-section .form-inner buttonsearch, .domain-form-section-s2 .form-inner buttonsearch, .domain-form-section-s3-long-strip .form-inner buttonsearch {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

@media (max-width: 767px) {
    .domain-form-section .form-inner buttonsearch, .domain-form-section-s2 .form-inner buttonsearch, .domain-form-section-s3-long-strip .form-inner buttonsearch {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.domain-form-section .form-inner input, .domain-form-section-s2 .form-inner input, .domain-form-section-s3-long-strip .form-inner input {
    background-color: #1b232f;
    border-radius: 5px 0 0 5px;
    color: #fff;
    font-weight: normal;
    padding-left: 35px;
}

@media (max-width: 1199px) {
    .domain-form-section .form-inner input, .domain-form-section-s2 .form-inner input, .domain-form-section-s3-long-strip .form-inner input {
        padding-left: 20px;
    }
}

@media (max-width: 550px) {
    .domain-form-section .form-inner input, .domain-form-section-s2 .form-inner input, .domain-form-section-s3-long-strip .form-inner input {
        border-radius: 0;
    }
}

.domain-form-section .form-inner select, .domain-form-section-s2 .form-inner select, .domain-form-section-s3-long-strip .form-inner select {
    background-color: #eff3f5;
    text-align: center;
    font-style: normal;
    background-position: 80% center;
    padding-left: 20px;
}

@media (max-width: 550px) {
    .domain-form-section .form-inner select, .domain-form-section-s2 .form-inner select, .domain-form-section-s3-long-strip .form-inner select {
        background-position: 95% center;
    }
}

.domain-form-section .form-inner button, .domain-form-section-s2 .form-inner button, .domain-form-section-s3-long-strip .form-inner button {
    width: 101%;
    background-color: #1a9172;
    color: #fff;
    background: -webkit-linear-gradient(left, #1a9172, #88c057);
    background: -moz-linear-gradient(left, #1a9172, #88c057);
    background: -o-linear-gradient(left, #1a9172, #88c057);
    background: -ms-linear-gradient(left, #1a9172, #88c057);
    background: -webkit-gradient(linear, left top, right top, from(#1a9172), to(#88c057));
    background: linear-gradient(left, #1a9172, #88c057);
    border-radius: 0 5px 5px 0;
}

@media (max-width: 550px) {
    .domain-form-section .form-inner button, .domain-form-section-s2 .form-inner button, .domain-form-section-s3-long-strip .form-inner button {
        border-radius: 0;
        width: 100%;
    }
}

.domain-form-section .domain-price, .domain-form-section-s2 .domain-price, .domain-form-section-s3-long-strip .domain-price {
    margin: 30px 0 20px;
}

    .domain-form-section .domain-price ul, .domain-form-section-s2 .domain-price ul, .domain-form-section-s3-long-strip .domain-price ul {
        overflow: hidden;
    }

        .domain-form-section .domain-price ul li, .domain-form-section-s2 .domain-price ul li, .domain-form-section-s3-long-strip .domain-price ul li {
            width: 24.25%;
            float: left;
            margin-right: 1%;
        }

            .domain-form-section .domain-price ul li:last-child, .domain-form-section-s2 .domain-price ul li:last-child, .domain-form-section-s3-long-strip .domain-price ul li:last-child {
                margin-right: 0;
            }

    .domain-form-section .domain-price .price, .domain-form-section-s2 .domain-price .price, .domain-form-section-s3-long-strip .domain-price .price {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: bold;
        color: #f8480b;
        display: inline-block;
        padding-left: 5px;
    }

@media (max-width: 1199px) {
    .domain-form-section .domain-price .price, .domain-form-section-s2 .domain-price .price, .domain-form-section-s3-long-strip .domain-price .price {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media (max-width: 1199px) {
    .domain-form-section .domain-price ul li img, .domain-form-section-s2 .domain-price ul li img, .domain-form-section-s3-long-strip .domain-price ul li img {
        max-width: 45px;
    }
}

.domain-form-section .domain-price + p, .domain-form-section-s2 .domain-price + p, .domain-form-section-s3-long-strip .domain-price + p {
    margin: 0;
}

.domain-form-section .domain-pic-holder, .domain-form-section-s2 .domain-pic-holder, .domain-form-section-s3-long-strip .domain-pic-holder {
    padding-left: 50px;
}

@media (max-width: 991px) {
    .domain-form-section .domain-pic-holder, .domain-form-section-s2 .domain-pic-holder, .domain-form-section-s3-long-strip .domain-pic-holder {
        display: none;
    }
}

.domain-form-section-s3-long-strip .form-inner button {
    background-color: #1a9172;
}

.domain-form-section-s3-long-strip .form-inner .buttonsearch {
    background-color: #1a9172;
}

    .domain-form-section-s3-long-strip .form-inner .buttonsearch input {
        border-radius: 0px 10px 10px 0px;

        font-weight: normal;
        padding-left: 80px;
    }

.active-purple-4 input[type=text]:focus:not([readonly]) {
    border: 1px solid #1a9172;
    box-shadow: 0 0 0 1px #1a9172;
}

.domain-form-section-s3-long-strip .form-inner &gt; div:first-child {
    width: 75%;
}

.domain-form-section-s3-long-strip .form-inner &gt; div:nth-child(2) {
    width: 10%;
}

.domain-form-section-s3-long-strip .form-inner &gt; div:nth-child(3) {
    width: 10%;
}
.paddingtop5em{
    padding-top:5em;
}
.paddingtop2em{
    padding-top:2em;
}
.paddingbottom5em{
    padding-bottom:5em;
}
.paddingbottom2em{
    padding-bottom:2em;
}
.height250px{
    height:250px;
}
.height494px{
    height:494px;
}
.textcolorwhite{
    color:white;
}
.textcolorblack{
    color:black;
}
.paddingleft23px {
    padding-left: 13px;
}
.textcolorgreen {
    color: #1a9172;
}
.height550px{
    height:550px;
}
.height570px{
    height:570px;
}
.height791px{
    height:791px;
}
.height630px{
    height:630px;
}
.height437width500px {
    height: 437px;
    width: 491px;
}
.height91width94px {
    height: 91px;
    width: 94px;
}
.height277px{
    height:277px;
}
.height320px{
    height:320px;
}
.height340px{
    height:340px;
}
.height360px{
    height:360px;
}
.height305px{
    height:305px;
}
.height200width150px {
    width: 200px;
    height: 150px
}
.height250width225px {
    width: 225px;
    height: 225px
}
.height {
  
    width: 150px;
}
.heightwidth {
  
    width: 150px;
    height  : 120px;    
}
.width500px{
    width:500px;
}
.heightpx421{
    height:421px;
}
.height400px
{
    height:400px;
}
.height600px {
    height: 600px;
}
.texcolormain {
   color: #1a9172;
}
.marginpadding0px{
    margin:0px;
    padding: 0px
}
.paddingleftrightzero{
    padding-left:0px;
    padding-right:0px;
}
.height221width326 {
    height: 221px;
    width: 326px;
}
.width {
    width: 60px;
}
.domainnamesearchbackgroundcolor {
    background-color: #ecf6ff;
}
.domain-form-section-s3 .clearfix button.theme-btn-s3 {
    width: 271%;
}
.domainmnamesaerchhosting {
    background-color: #ecf6ff;
    background: -webkit-linear-gradient(left, #ecf6ff, #ecf6ff);
    background: -moz-linear-gradient(left, #1a9172, #88c057);
    background: -o-linear-gradient(left, #1a9172, #88c057);
    background: -ms-linear-gradient(left, #1a9172, #88c057);
    background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1a9172), to(#88c057));
    background: linear-gradient(left, #1a9172, #88c057);
    padding: 50px 20px;

    color: black;
}
.social-links li:hover.social-icons-twitter a {
    color: #1aa9e1;
}

.social-links li:hover.social-icons-facebook a {
    color: #3b5a9a;
}

.social-links li:hover.social-icons-linkedin a {
    color: #0073b2;
}

.social-links li:hover.social-icons-rss a {
    color: #ff8201;
}

.social-links li:hover.social-links-googleplus a {
    color: #dd4b39;
}

.social-links li:hover.social-icons-youtube a {
    color: #c3191e;
}

.social-links li:hover.social-icons-instagram a {
    color: #7c4a3a;
}

.backuprecoverytrusted {
    background-image: linear-gradient(315deg, #29986f, #79922e);
}
.backuprecoverytrustedoverlay {
  background-color: #309a6c;
}
.backuprecoverytrustedby1 {
    background-image: linear-gradient(315deg, #ffffff, #e2d8f9e8);
}
.backuprecoverytrustedby1overlay {
    background-color: #af75b9;
}
.backuprecoverytrustedby2 {
    background-image: linear-gradient(315deg, #00bcd421, #00bcd414);
}
.backuprecoverytrustedby2overlay {
    background-color: #5e8ba0;
}
.backuprecoverytrustedby3 {
    background-image: linear-gradient(315deg, #a7f9f1, #ffffff);
}
.backuprecoverytrustedby3overylay {
    background-color: #34ada1;
}
    .backuprecoverytrustedby4 {
        background-image: linear-gradient(123deg, #eabebe, #ffffff);
    }
.backuprecoverytrustedby4overlay {
    background-color: #672828;
}
.backuprecoverytrustedby5 {
    background-image: linear-gradient(135deg, #f5f5f5, #d6d6d6);
}
.backuprecoverytrustedby5overlay {
    background-color: #ada3a3;
}
.paddingtop2em {
    padding-top: 2em;
}
.paddingtop4em {
    padding-top: 4em;
}
.boxgrid {
    padding: 1em 3em 2em 3em;
    background-color: #fff;
    border-radius: 4.2px;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}
.paddingleft144px {
    padding-left: 170px;
}
.height700px
{
    height:700px;
}
.height120{
    height: 120px;
}
</pre></body></html>