
/* ===================================== Import Scss ================================== */
h1 {
  font-size: 28px;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 16.4px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
.app-hot {
  position: relative;
}
.app-hot::after {
  position: absolute;
  content: 'HOT';
  top: 22px;
  right: -30px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  border-radius: 15px;
  border-bottom-left-radius: 0px;
  background: #f34d4d;
  color: #FFF;
  font-style: italic;
  font-size: 12px;
  text-align: center;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.header_container {
  width: 1200px;
  margin: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header {
  height: 64px;
}
.romana_desc {
  /* margin: 30px 0 0 20px; */
  margin: 0;
  font-size: 2em;
  font-weight: 700;
  color: #1771F6;
}
nav#navbar ul.nav li > a:focus, nav#navbar ul.nav li > a:hover {
  background: transparent;
  color: #1771F6;
}
.romana_section_title {
  margin-bottom: 16px;
  text-align: left;
  border-left: 4px solid #1771F6;
  padding-left: 4px;
}
.col-xs-12 {
  padding-left: 0 !important;
}
.romana_client_log_in {
  text-align: center;
  width: 180px;
  box-sizing: content-box;
  background: #fff;
  border: 3px solid #1771F6;
  left: 50%;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 90px;
  transform: translateX(-50%) !important;
  transition-duration: 0.4s;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
}
/* nav#navbar ul.nav li > a:hover {
  background: transparent;
  font-weight: 600;
  color: #1771F6;
} */
/* nav#navbar {
  margin-top: 12px;
} */
nav#navbar ul.nav li a {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.flex {display: flex;}
.align-items-center {align-items: center;}
.commonh2, .romana_section_title h2, .romana_search_domain_area .romana_domain_text h2, .romana_web_hosting_text h2, .romana_single_table h2, .romana_welcome_webhost_area .romana_welcome_text h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize; }

.commonh3, .romana_single_choose h3, .romana_single_plan h3 {
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize; }

.common_btn, .romana_client_btn a, .romana_slider_btn .romana_slider_btn1, .romana_slider_btn .romana_slider_btn2, .romana_single_plan .romana_plan_btn a, .romana_web_hosting_text .romana_web_hosting_btn a, .romana_single_table .romana_price_btn a, .romana_awesome_service_area .romana_awesome_service_content .romana_awesome_service_btn a, .romana_blog_page_area .romana_blog_text.text-center a, .romana_leave_comment form .romana_leave_comment_btn input, .romana_cart_total .romana_cart_btn1, .romana_cart_total .romana_cart_btn2, .romana_cart_area2 .total a, .romana_check_out_btn a, .romana_cart_total_right .pTo_check_btn a, .romana_404_area .romana_404_text a, .romana_registration_form_area .romana_registration_btn p, .create_account_btn a, .romana_gmap_area .romana_submit_btn input {
  display: inline-block;
  width: 170px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.common_bg, .romana_search_domain_area, .romana_allPage_area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.common_after, .romana_allPage_area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

  .romana_header_bottom {
    width: 100%;
    background-color: #1e1e1e;
    position: fixed;
    z-index: 999;
    color: #fff;
    height: 80px;
    line-height: 80px;
}

.common_shadow {
  border: 10px solid #ffffff;
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.1);
}

.common_input_after {
  background: #1771F6;
  color: #fff;
  content: "\f0d7 ";
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 17px;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 45px;
  width: 50px;
  text-align: center;
  line-height: 45px;
  pointer-events: none; }

.common_slider_nav, .owl-nav .owl-prev, .owl-nav .owl-next {
  width: 46px;
  height: 46px;
  line-height: 38px;
  position: absolute;
  border: 5px solid #d3e9fd;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* ------------------------------------------------
    1.***Base Css Start***
------------------------------------------------- */
* {
  margin: 0px;
  padding: 0px;
  list-style: none; }

a {
  text-decoration: none;
  outline: none; }

a:hover, a:focus, input, textarea {
  text-decoration: none;
  outline: none; }

img {
  max-width: 100%; }

ol, ul {
  margin: 0px;
  padding: 0px; }

select {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none; }

html,
body {
  height: 100%; }

body {
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","\5fae\8f6f\96c5\9ed1",Arial,sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #222;
  background: #eaeef7;
  font-weight: normal; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
      font-size: 14px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    body {
      font-size: 14px; } }

.floatleft {
  float: left; }

.floatright {
  float: right; }

/* ==================================== Common Css =================================== */
.romana_section_title h2 {
  margin-bottom: 12px; }

.romana_section_padding {
  padding: 12px 0px; }

.romana_section_padding_top {
  padding-top: 100px; }

.romana_section_padding_bottom {
  padding-bottom: 100px; }

.romana_margin_bottom40 {
  margin-bottom: 40px; }

.romana_margin_bottom30 {
  margin-bottom: 30px; }

.owl-carousel .owl-item img {
  width: auto; }

.owl-nav .owl-prev {
  background: #1771F6;
  left: 0; }
  .owl-nav .owl-prev:hover {
    background: #222; }
.owl-nav .owl-next {
  background: #222;
  right: 0; }
  .owl-nav .owl-next:hover {
    background: #1771F6; }

.hvr-bounce-to-right,
.hvr-bounce-to-left,
.hvr-shutter-out-horizontal {
  overflow: hidden; }

.hvr-bounce-to-right:before {
  background: #1c7bd0; }

.hvr-bounce-to-left::before {
  background: #1c7bd0 none repeat scroll 0 0; }

.romana_single_plan:hover .hvr-grow {
  transform: scale(1.1); }

select {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddc;
  color: #000000;
  height: 56px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  select:focus, select:hover {
    border: 1px solid #1771F6; }

.select_option_one,
.select_option_two {
  position: relative; }

.select_option_one::after,
.select_option_two::after {
  background: transparent;
  color: #222222;
  content: "\eb25";
  cursor: pointer;
  font-family: "IcoFont";
  font-size: 17px;
  height: 54px;
  line-height: 58px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px; }

/* ==================================== Header-Top Css ============================== */
.romana_header_top {
  background: #222;
  position: relative; }

.romana_header_top_left {
  padding: 8px 0px; }
  .romana_header_top_left .lang {
    background: #1771F6 none repeat scroll 0 0;
    left: 0;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 47px;
    transform: translateY(60px);
    visibility: hidden;
    width: 200px;
    z-index: 999999;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
    .romana_header_top_left .lang li {
      display: block;
      line-height: 40px;
      margin-bottom: 1px;
      text-transform: capitalize;
      background: #b0d4f4;
      cursor: pointer;
      -webkit-transition: .4s;
      transition: .4s; }
      .romana_header_top_left .lang li:hover {
        color: #fff; }
  .romana_header_top_left .clicked {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .romana_header_top_left .langIcon i {
    margin-left: 10px; }
  .romana_header_top_left .language_option {
    cursor: pointer;
    display: inline-block; }
    .romana_header_top_left .language_option:hover i {
      color: #1771F6; }
    .romana_header_top_left .language_option span {
      color: #fff;
      font-size: 13px;
      text-transform: capitalize;
      font-weight: 500; }
    .romana_header_top_left .language_option i {
      color: #b2b2b2;
      padding-left: 15px;
      padding-right: 33px;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
  .romana_header_top_left a {
    color: #fff;
    font-size: 13px; }
    .romana_header_top_left a:hover i {
      color: #1771F6; }
    .romana_header_top_left a i {
      padding-right: 15px;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }

.romana_header_top_right {
  padding: 8px 0px; }
  .romana_header_top_right ul li {
    float: right;
    padding-left: 20px;
    display: inline-block; }
    .romana_header_top_right ul li a {
      font-size: 12px;
      color: #b2b2b2;
      -webkit-transition-duration: 0.4s;
      transition-duration: 0.4s; }
      .romana_header_top_right ul li a .icofont.icofont-social-google-plus {
        font-size: 15px; }
      .romana_header_top_right ul li a:hover {
        color: #1771F6; }

/* ==================================== romana_footer_area Css ======================= */
.romana_footer_area {
  background: #222; }
  .romana_footer_area .footer_left_text {
    color: #bdbdbd;
    padding-right: 91px; }
  .romana_footer_area .footer_menu {
    margin-top: 97px;
    margin-bottom: 80px; }
    .romana_footer_area .footer_menu h2 {
      font-size: 16px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600; }
    .romana_footer_area .footer_menu ul {
      margin-top: 23px; }
      .romana_footer_area .footer_menu ul li a {
        font-size: 16px;
        color: #bdbdbd;
        font-weight: 300;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s; }
        .romana_footer_area .footer_menu ul li a:hover {
          color: #1771F6; }
  .romana_footer_area .footer_border_right {
    border-right: 1px solid #404040; }
  .romana_footer_area .footer_logo {
    width: 54px;height: 54px;
    margin-bottom: 22px; }
  /* .romana_footer_area .footer_padding_left {
    padding-left: 25px; } */

.romana_footer_bottom_content {
  color: #fff;
  border-top: 1px solid #404040;
  font-size: 15px;
  color: #737373;
  padding-top: 16px;
  padding-bottom: 10px; }
  .romana_footer_bottom_content span {
    color: #1771F6;
    padding-right: 4px; }

/* ==================================== All_Page_Common Css ======================= */
.romana_allPage_area {
  background: url("../../images/all_page_bg.jpg");
  height: 252px; }
  .romana_allPage_area .romana_allPage_text {
    color: #fff;
    position: relative;
    z-index: 9;
    text-align: center; }
    .romana_allPage_area .romana_allPage_text h1 {
      font-size: 37px;
      text-transform: uppercase;
      font-weight: 600;
      padding-top: 67px;
      padding-bottom: 22px; }

.romana_allPage_area:after {
  background: transparent;
  height: 100%; }

.breadcrumb {
  background-color: #1771F6;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  padding: 0;
  width: 180px; }
  .breadcrumb li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600; }
  .breadcrumb li.active a {
    color: #1771F6; }
  .breadcrumb li + li::before {
    color: #fff;
    content: "- ";
    padding: 0px; }

/* ==============================================================================================
    ************** 404 Page ******************
================================================================================================= */
.romana_404_area {
  padding-bottom: 182px;
  padding-top: 134px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_404_area {
      padding: 100px 0px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .romana_404_area .romana_404_img {
      display: block;
      margin: 0 auto;
      max-width: 500px; } }
  .romana_404_area .romana_404_img img {
    margin-left: 40px; }
    @media only screen and (min-width: 0px) and (max-width: 767px) {
      .romana_404_area .romana_404_img img {
        margin-left: 0px;
        margin-top: 40px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .romana_404_area .romana_404_text {
      text-align: center; } }
  .romana_404_area .romana_404_text h1 {
    font-size: 115px;
    color: #1771F6;
    font-weight: 700; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .romana_404_area .romana_404_text h1 {
        font-size: 90px; } }
  .romana_404_area .romana_404_text span {
    color: #1771F6;
    font-size: 20px; }
  .romana_404_area .romana_404_text a {
    background: #1771F6;
    margin-top: 23px;
    position: relative;
    width: 200px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .romana_404_area .romana_404_text a {
        font-size: 12px;
        width: 180px; } }
    .romana_404_area .romana_404_text a i {
      display: inline-block;
      font-size: 20px;
      margin-left: 8px;
      position: relative;
      top: 3px; }


/* ==============================================================================================
    ************** Preloder Css start ******************
================================================================================================= */
body.preloader_active {
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e3f4fd;
  z-index: 99999999999; }

.preloader_spinner {
  background: transparent url("../../images/load.gif") no-repeat scroll center center;
  display: block;
  height: 120px;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
  width: 142px;
  z-index: 2147483647; }


/* 二级菜单样式 */
.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 90px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #222222;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  color: #1771F6 !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.bread-crumbs {
  margin: 42px auto 0;
  width: 1200px;
  font-size: 18px;
  font-weight: 700;
}
.bread-crumbs-gt {
  color: #BFC4C9;
}