/*------------------------
	** Table Of Content **
--------------------------
@typography
--------------------------
Global css
--------------------------
Preloader
--------------------------
Normalize
--------------------------
support bar area start
--------------------------
Navbar Area
--------------------------
Hero Area Area Start
--------------------------
Why Choose Us Area Start
--------------------------
Search Domain Area Start
--------------------------
Pricing Area Start
--------------------------
OrderNow Area Start
--------------------------
 Service Area Start
--------------------------
Dowload Area Start
--------------------------
Testimonial Area Start
--------------------------
Blog Area Start
--------------------------
 Brand Area Start
--------------------------
Footer Area  Start
--------------------------
Copyright Area Start
--------------------------
Breadcrumb Area Start
--------------------------
About Area Start
--------------------------
VPS Area Start
--------------------------
Team Area Start
--------------------------
Blog Page Start
--------------------------
Blog Details Page Start
--------------------------
Contact Page Start
--------------------------
FAQ Area Start
-----------------
Policy Area Start
-----------------
Security Area Start
-----------------
Registration Area Start
-----------------
Error Area Start
-----------------
Security Area Start
-----------------
Index2  area start
-----------------
------------------
*/
/*-----------------
    @Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
/*---------------------------
** Global Scss
---------------------------*/
.section-title {
  margin-bottom: 47px;
  text-align: center; }
  .section-title.extra-padding {
    margin-bottom: 60px; }
  .section-title .title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 16px;
    color: #121212;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 0; }

.remove-col-padding {
  padding: 0; }

@-webkit-keyframes shapeani1 {
  0% {
    margin-top: 0px; }
  50% {
    margin-top: 20px; }
  100% {
    margin-top: 0px; } }

@-moz-keyframes shapeani1 {
  0% {
    margin-top: 0px; }
  50% {
    margin-top: 20px; }
  100% {
    margin-top: 0px; } }

@-o-keyframes shapeani1 {
  0% {
    margin-top: 0px; }
  50% {
    margin-top: 20px; }
  100% {
    margin-top: 0px; } }

@keyframes shapeani1 {
  0% {
    margin-top: 0px; }
  50% {
    margin-top: 20px; }
  100% {
    margin-top: 0px; } }

/*/boxed button*/
.boxed-btn {
  display: inline-block;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  border-radius: 50px;
  color: #fff;
  background-color: #714eff;
  width: 180px;
  height: 60px;
  font-weight: 600;
  border: 2px solid #714eff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .boxed-btn:hover {
    color: #fff;
    background-color: transparent;
    border-color: #714eff; }

.boxed-btn.blank {
  background-color: transparent;
  color: #fff;
  border: 2px solid #714eff; }
  .boxed-btn.blank:hover {
    background-color: #714eff;
    color: #fff; }

.boxed-btn.blank1 {
  background-color: transparent;
  color: black;
  border: 1px solid #714eff; }
  .boxed-btn.blank1:hover {
    background-color: #714eff;
    color: #fff; }

.boxed-btn.blank2:hover {
  color: #714eff; }

.round {
  border-radius: 50%; }

.base-color {
  color: #714eff; }

.bg-white {
  background-color: #fff; }

.content-center {
  margin: 0 auto; }

.modal-open {
  padding-right: 0px !important; }

.modal.show {
  padding-right: 0 !important; }

.video-play-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  background-color: #714eff;
  border-radius: 50%;
  color: #fff;
  position: relative;
  z-index: 1; }
  .video-play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%) translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #714eff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    visibility: hidden;
    opacity: 0;
    z-index: -1; }
  .video-play-btn:hover {
    color: #fff; }
    .video-play-btn:hover:before {
      visibility: visible;
      opacity: 1; }

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: #714eff;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .back-to-top i {
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg); }

.input-field {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  font-size: 14px; }
  .input-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a8afb8; }
  .input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a8afb8; }
  .input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a8afb8; }
  .input-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a8afb8; }
  .input-field:focus {
    border: 2px solid rgba(0, 0, 0, 0.1); }

.form-element .input-area {
  width: 100%;
  padding: 20px 30px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  color: #a8afb8; }
  .form-element .input-area::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a8afb8; }
  .form-element .input-area:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a8afb8; }
  .form-element .input-area::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a8afb8; }
  .form-element .input-area:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a8afb8; }
  .form-element .input-area:focus {
    border: 2px solid rgba(0, 0, 0, 0.1); }

.form-element .input-field:focus {
  border: 2px solid rgba(0, 0, 0, 0.1); }

.has-icon {
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0; }
  .has-icon .the-icon {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #6d7783; }

@media only screen and (max-width: 767px) {
  .row.reorder-xs {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl; }
  .row.reorder-xs > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr; } }

@media only screen and (max-width: 991px) {
  .row.reorder-md {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    direction: rtl; }
  .row.reorder-md > [class*="col-"] {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
    direction: ltr; } }

/*-------------------------
    Preloader Css
---------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .preloader.hide {
    opacity: 0;
    display: none; }

.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 75px;
  display: inline-block;
  vertical-align: middle; }

.loader-1 .loader-outter {
  position: absolute;
  border: 4px solid #714eff;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite; }

.loader-1 .loader-inner {
  position: absolute;
  border: 4px solid #714eff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite; }

@-webkit-keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

.bg-white {
  background: white !important; }

.bg-color {
  background: #f7f7f7 !important; }

.modal-backdrop.show {
  opacity: .7;
  position: fixed;
  z-index: 1; }

.modal-content {
  position: absolute;
  z-index: 999; }

.breadcrumb {
  margin-bottom: 0px; }

#map {
  width: 100%;
  height: 600px; }

.bg-gray {
  background: #f7f7f7; }

/*====================
** Normalize
====================*/
html {
  font-family: "Poppins", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  /*  base font size  15px= 1em*/
  margin: 0;
  color: #656565;
  overflow-x: hidden; }

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

h2 {
  font-size: 52px;
  line-height: 1.4444444444444444; }

h3 {
  font-size: 32px;
  line-height: 1.0833333333333333; }

h4 {
  font-size: 24px;
  line-height: 1.2380952380952381; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #121212;
  font-weight: 700; }

p {
  font-size: 16px;
  color: #656565;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

a {
  text-decoration: none; }

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

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd; }

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

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

/*-----------------------------------------
support bar area start
-------------------------------------------*/
.support-bar {
  background: #260e39;
  padding: 14px 0px 14px; }
  .support-bar .support-left {
    text-align: left;
    float: left;
    display: inline-block; }
    .support-bar .support-left ul li {
      list-style: none;
      display: inline-block;
      position: relative;
      padding-right: 7px;
      margin-right: 10px; }
      .support-bar .support-left ul li::after {
        position: absolute;
        content: " ";
        top: 0;
        right: 0px;
        width: 1px;
        top: 50%;
        height: 60%;
        background: rgba(255, 255, 255, 0.3);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .support-bar .support-left ul li:last-child::after {
        display: none; }
      .support-bar .support-left ul li a {
        font-size: 14px;
        line-height: 26px;
        margin-right: 8px;
        color: #fff; }
        .support-bar .support-left ul li a i {
          -webkit-transition: 0.3s ease-out;
          -moz-transition: 0.3s ease-out;
          -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out; }
  .support-bar .support-right {
    float: right;
    text-align: right;
    display: inline-block; }
    .support-bar .support-right .social-links {
      display: inline-block;
      position: relative;
      padding-right: 7px;
      margin-right: 10px; }
      .support-bar .support-right .social-links::after {
        position: absolute;
        content: " ";
        top: 0;
        right: 0px;
        width: 1px;
        top: 50%;
        height: 60%;
        background: rgba(255, 255, 255, 0.3);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .support-bar .support-right .social-links ul li {
        display: inline-block; }
        .support-bar .support-right .social-links ul li a {
          font-size: 14px;
          line-height: 26px;
          margin-right: 8px;
          color: #fff; }
          .support-bar .support-right .social-links ul li a i {
            -webkit-transition: 0.3s ease-out;
            -moz-transition: 0.3s ease-out;
            -o-transition: 0.3s ease-out;
            transition: 0.3s ease-out; }
          .support-bar .support-right .social-links ul li a .fa-facebook-f:hover {
            color: #3b5999; }
          .support-bar .support-right .social-links ul li a .fa-twitter:hover {
            color: #55acee; }
          .support-bar .support-right .social-links ul li a .fa-dribbble:hover {
            color: #ea4c89; }
          .support-bar .support-right .social-links ul li a .fa-pinterest-p:hover {
            color: #bd081c; }
          .support-bar .support-right .social-links ul li a .fa-linkedin-in:hover {
            color: #0077B5; }
    .support-bar .support-right .log-reg {
      display: inline-block; }
      .support-bar .support-right .log-reg ul li {
        display: inline-block; }
        .support-bar .support-right .log-reg ul li a {
          font-size: 14px;
          line-height: 26px;
          margin-right: 10px;
          color: #fff;
          -webkit-transition: 0.3s ease-out;
          -moz-transition: 0.3s ease-out;
          -o-transition: 0.3s ease-out;
          transition: 0.3s ease-out; }
          .support-bar .support-right .log-reg ul li a:hover {
            color: #714eff; }

/*-----------------------------------------
support bar area End
------------------------------------------ */
/*------------------------------
    Navbar Area
------------------------------*/
.dropdown:hover > .dropdown-menu {
  display: block; }

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background: none;
  color: #714eff; }

.prymery-menu.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #714eff; }
  .prymery-menu.nav-fixed .navbar-area {
    background: #714eff; }

.prymery-menu {
  position: relative; }
  .prymery-menu .navbar-area {
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.1); }
    .prymery-menu .navbar-area .navbar-collapse {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .prymery-menu .navbar-area .navbar-collapse .navbar-nav .nav-item {
        display: inline-block;
        text-transform: capitalize;
        font-size: 16px;
        line-height: 26px;
        padding: 20px 7px 20px;
        position: relative;
        color: #fff; }
        .prymery-menu .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu {
          padding: 0;
          border-radius: 0; }
          .prymery-menu .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item {
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
        .prymery-menu .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
          margin-top: 0; }
          .prymery-menu .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
            padding: 0;
            border-radius: 0;
            margin-top: 0; }
            .prymery-menu .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item {
              -webkit-transition: all 0.3s ease-in;
              -moz-transition: all 0.3s ease-in;
              -o-transition: all 0.3s ease-in;
              transition: all 0.3s ease-in; }
        .prymery-menu .navbar-area .navbar-collapse .navbar-nav .nav-item.active .nav-link {
          color: #ccc; }
        .prymery-menu .navbar-area .navbar-collapse .navbar-nav .nav-item.active:after {
          visibility: visible;
          opacity: 1; }
        .prymery-menu .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
          color: #ccc; }
        .prymery-menu .navbar-area .navbar-collapse .navbar-nav .nav-item:hover:after {
          visibility: visible;
          opacity: 1; }
        .prymery-menu .navbar-area .navbar-collapse .navbar-nav .nav-item:last-child {
          padding-right: 0; }
          .prymery-menu .navbar-area .navbar-collapse .navbar-nav .nav-item:last-child:after {
            display: none; }
          .prymery-menu .navbar-area .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
            padding-right: 0; }
        .prymery-menu .navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link {
          color: #fff;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .prymery-menu .navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link::after {
            display: none; }
    .prymery-menu .navbar-area .another-link {
      padding-left: 8px; }
      .prymery-menu .navbar-area .another-link p, .prymery-menu .navbar-area .another-link a {
        display: inline-block;
        color: #fff;
        padding-top: 15px;
        font-size: 14px; }
      .prymery-menu .navbar-area .another-link a {
        display: inline-block;
        padding-left: 13px;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
        .prymery-menu .navbar-area .another-link a:hover, .prymery-menu .navbar-area .another-link a.active {
          color: #714eff; }
      .prymery-menu .navbar-area .another-link p {
        padding-left: 13px; }
    .prymery-menu .navbar-area #serchmodal {
      z-index: 999; }
  .prymery-menu #serchmodal .modal-content {
    padding: 30px; }
    .prymery-menu #serchmodal .modal-content form {
      position: relative; }
    .prymery-menu #serchmodal .modal-content input {
      width: 100%;
      height: 50px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      padding: 0px 105px 0px 20px; }
      .prymery-menu #serchmodal .modal-content input:focus {
        outline: 0px;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .prymery-menu #serchmodal .modal-content .btn {
      position: absolute;
      right: 0px;
      top: 0px;
      height: 50px;
      border: 0px;
      padding: 0px 20px;
      background: #714eff;
      color: #fff;
      cursor: pointer; }
      .prymery-menu #serchmodal .modal-content .btn:focus {
        outline: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0px; }

/*------------------------------
   Hero Area Area Start
------------------------------*/
.heroArea {
  background: url(../img/heroarea/bg1.jpg);
  padding: 322px 0px 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: none;
  position: relative;
  overflow: hidden; }
  .heroArea.style-two .left-content .title {
    margin-bottom: 20px; }
  .heroArea .shape1 {
    position: absolute;
    bottom: -50px;
    right: 0px; }
  .heroArea .shape2 {
    position: absolute;
    right: 31.6%;
    top: 59.5%; }
    .heroArea .shape2 img {
      -webkit-animation: shapeani1 3s linear infinite;
      animation: shapeani1 3s linear infinite; }
  .heroArea .left-content {
    position: inherit;
    z-index: 9; }
    .heroArea .left-content .subtitle {
      font-size: 35px;
      line-height: 58px;
      font-weight: 400;
      margin-bottom: 4px;
      display: block;
      color: #fff; }
    .heroArea .left-content .title {
      font-size: 72px;
      line-height: 82px;
      font-weight: 700;
      display: block;
      margin-bottom: 37px;
      color: #fff; }
    .heroArea .left-content p {
      font-size: 20px;
      line-height: 30px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.8);
      padding-right: 100px; }
    .heroArea .left-content .btn-wrapper {
      margin-top: 37px; }
      .heroArea .left-content .btn-wrapper .boxed-btn:hover {
        border: 2px solid rgba(255, 255, 255, 0.5); }
      .heroArea .left-content .btn-wrapper .vodeobtn {
        height: 60px;
        width: 60px;
        border: 2px solid rgba(255, 255, 255, 0.5);
        line-height: 60px;
        text-align: center;
        margin-left: 26px;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        cursor: pointer;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
        .heroArea .left-content .btn-wrapper .vodeobtn:hover {
          background: #714eff;
          border-color: #714eff; }

/*------------------------------
   Hero Area Area End
------------------------------*/
/*------------------------------
Why Choose Us Area Start
------------------------------*/
.whychooseus {
  padding: 110px 0px 90px;
  overflow: hidden;
  position: relative; }
  .whychooseus .shape {
    position: absolute;
    top: 0;
    right: 0; }
  .whychooseus .choose-box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 30px 25px 26px;
    margin-bottom: 30px;
    background: #fff;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    .whychooseus .choose-box:hover {
      -webkit-box-shadow: 0px 6px 28px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 6px 28px 0px rgba(0, 0, 0, 0.15); }
    .whychooseus .choose-box .icon img {
      width: 60px; }
    .whychooseus .choose-box .title {
      font-size: 24px;
      line-height: 34px;
      margin: 18px 0px 15px;
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      font-weight: 600;
      color: #714eff; }
    .whychooseus .choose-box .text {
      margin-bottom: 0px;
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }

/*------------------------------
Search Domain Area Start
------------------------------*/
.serch-domain-section {
  background: #f7f7f7;
  padding: 112px 0px 120px; }
  .serch-domain-section .section-title {
    margin-bottom: 47px; }
  .serch-domain-section .search-form-wrapper {
    display: block;
    margin: 0 auto; }
    .serch-domain-section .search-form-wrapper .serch-form {
      display: inline-block; }
      .serch-domain-section .search-form-wrapper .serch-form ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .serch-domain-section .search-form-wrapper .serch-form ul li .search-box {
          position: relative; }
          .serch-domain-section .search-form-wrapper .serch-form ul li .search-box input {
            height: 60px;
            width: 500px;
            border-radius: 50px;
            border: 0px;
            font-size: 16px;
            line-height: 26px;
            color: #656565;
            -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
            padding: 0px 110px 0px 30px; }
          .serch-domain-section .search-form-wrapper .serch-form ul li .search-box .domian {
            position: absolute;
            right: 0;
            top: 0;
            height: 60px;
            width: 80px;
            border: 0px;
            cursor: pointer;
            border-radius: 0px 50px 50px 0px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            font-size: 16px;
            line-height: 26px;
            color: #656565; }
            .serch-domain-section .search-form-wrapper .serch-form ul li .search-box .domian::-webkit-input-placeholder {
              /* WebKit browsers */
              color: #656565; }
            .serch-domain-section .search-form-wrapper .serch-form ul li .search-box .domian:-moz-placeholder {
              /* Mozilla Firefox 4 to 18 */
              color: #656565; }
            .serch-domain-section .search-form-wrapper .serch-form ul li .search-box .domian::-moz-placeholder {
              /* Mozilla Firefox 19+ */
              color: #656565; }
            .serch-domain-section .search-form-wrapper .serch-form ul li .search-box .domian:-ms-input-placeholder {
              /* Internet Explorer 10+ */
              color: #656565; }
        .serch-domain-section .search-form-wrapper .serch-form ul li .boxed-btn {
          line-height: 55px;
          margin-left: 30px;
          cursor: pointer; }
          .serch-domain-section .search-form-wrapper .serch-form ul li .boxed-btn:hover {
            color: #714eff; }

/*------------------------------
   Pricing Area Start
------------------------------*/
.pricing {
  padding: 112px 0px 120px;
  position: relative; }
  .pricing .bg-shape {
    position: absolute;
    top: 0;
    left: 0; }
  .pricing .pricing-table {
    width: 100%;
    background: #f7f7f7; }
    .pricing .pricing-table thead tr th {
      background: #714eff;
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      padding: 17px 20px; }
      .pricing .pricing-table thead tr th:first-child {
        padding-left: 20px;
        width: 250px; }
    .pricing .pricing-table tbody tr:last-child td {
      border-bottom: none; }
    .pricing .pricing-table tbody tr td {
      border-bottom: 1px solid #bababa;
      padding: 15px 20px; }
      .pricing .pricing-table tbody tr td.link a {
        color: #714eff;
        border: 1px solid #714eff;
        font-size: 16px;
        line-height: 26px;
        padding: 3px 18px;
        border-radius: 50px;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
        .pricing .pricing-table tbody tr td.link a:hover {
          background: #714eff;
          color: #fff;
          border-color: #714eff; }
      .pricing .pricing-table tbody tr td.base-color {
        padding-left: 20px;
        background-color: #714eff;
        color: white;
        font-weight: 400;
        border-bottom-color: rgba(255, 255, 255, 0.4); }

/*------------------------------
 OrderNow Area Start
------------------------------*/
.order-now {
  background-image: url(../img/order/ordernowbg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: none;
  padding: 113px 0px 125px;
  position: relative; }
  .order-now .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(113, 78, 255, 0.85); }
  .order-now .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .order-now .content .left .subtitle {
      color: #fff;
      font-size: 25px;
      line-height: 35px;
      font-weight: 600; }
    .order-now .content .left .title {
      color: #fff;
      font-size: 50px;
      line-height: 50px;
      margin-bottom: 0px;
      font-weight: 700; }
    .order-now .content .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: center;
      align-self: center; }
      .order-now .content .right a {
        color: #fff;
        width: 180px;
        height: 50px;
        text-align: center;
        background: #714eff;
        line-height: 47px;
        border: 2px solid #fff;
        display: inline-block;
        border-radius: 50px;
        font-weight: 600;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out; }
        .order-now .content .right a:hover {
          background: #fff;
          color: #714eff; }

/*------------------------------
   Service Area Start
------------------------------*/
.service {
  padding: 120px 0px 120px; }
  .service .right-area .service-box {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 25px 23px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    .service .right-area .service-box.box2 {
      margin-top: 30px; }
    .service .right-area .service-box.box4 {
      margin-top: 30px; }
    .service .right-area .service-box .icon img {
      display: inline-block; }
    .service .right-area .service-box .title {
      font-size: 24px;
      line-height: 34px;
      margin: 18px 0px 10px;
      text-transform: capitalize;
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      font-weight: 600;
      color: #714eff; }
      .service .right-area .service-box .title:hover {
        color: #714eff; }
    .service .right-area .service-box .text {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 0px; }
    .service .right-area .service-box .link {
      margin-bottom: 0px;
      color: #656565;
      margin-top: 16px;
      display: block; }
      .service .right-area .service-box .link:hover {
        color: #714eff; }
    .service .right-area .service-box:hover {
      -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1); }
      .service .right-area .service-box:hover .title {
        color: #714eff; }
  .service .left-area .content .title {
    margin: 15px 0px 5px;
    font-size: 50px; }

/*------------------------------
   Dowload Area Start
------------------------------*/
.download {
  background: #714eff;
  padding: 120px 0px 120px; }
  .download .right-content .title {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 55px; }
  .download .right-content .content p {
    color: rgba(255, 255, 255, 0.8); }
  .download .right-content .links {
    margin-top: 37px; }
    .download .right-content .links a {
      width: 180px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      border: 2px solid #fff;
      display: inline-block;
      border-radius: 3px;
      color: #fff;
      font-size: 16px;
      background: rgba(255, 255, 255, 0.1);
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
      .download .right-content .links a i {
        margin-right: 7px; }
      .download .right-content .links a:hover {
        background: #000;
        border-color: #000; }
      .download .right-content .links a.android {
        margin-right: 28px; }
      .download .right-content .links a.ios {
        background: #000;
        border-color: #000; }
        .download .right-content .links a.ios:hover {
          background: rgba(255, 255, 255, 0.1);
          border-color: #fff; }
  .download.bg-white .title {
    color: #121212; }
  .download.bg-white .content p {
    color: #656565; }
  .download.bg-white .links a {
    border: 1px solid #714eff;
    color: #656565; }
    .download.bg-white .links a.android:hover {
      background: #714eff;
      border-color: #714eff;
      color: #fff; }
    .download.bg-white .links a.ios {
      color: #fff;
      background: #714eff;
      border: 1px solid #714eff; }
      .download.bg-white .links a.ios:hover {
        background: none;
        border-color: #714eff;
        color: #656565; }

/*------------------------------
   Testimonial Area Start
------------------------------*/
.testimonial {
  padding: 113px 0px 120px;
  position: relative; }
  .testimonial .bg-shape {
    position: absolute;
    right: 0;
    bottom: 0; }
  .testimonial .review-box {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 30px 25px 11px; }
    .testimonial .review-box .top-img {
      margin-bottom: 22px; }
      .testimonial .review-box .top-img img {
        width: auto;
        display: inline-block;
        border-radius: 50%; }
    .testimonial .review-box .name {
      font-size: 24px;
      line-height: 34px;
      margin: 17px 0px 8px;
      font-weight: 600; }
    .testimonial .review-box .star {
      margin-bottom: 20px; }
      .testimonial .review-box .star ul li {
        display: inline-block; }
        .testimonial .review-box .star ul li i {
          color: #F2B827; }

/*------------------------------
   Blog Area Start
------------------------------*/
.blog {
  background: #f7f7f7;
  padding: 110px 0px 120px; }
  .blog.blog-page {
    padding-top: 120px; }
  .blog.home-page {
    padding-bottom: 86px; }
  .blog.bg-white .content {
    background: #f7f7f7 !important; }
  .blog .item .content {
    padding: 26px 25px 6px;
    background: #fff; }
    .blog .item .content .meta ul {
      padding-left: 0px;
      padding-bottom: 14px; }
    .blog .item .content .meta li {
      display: inline-block;
      color: #656565;
      margin-right: 12px; }
      .blog .item .content .meta li:last-child {
        margin-right: 0px; }
      .blog .item .content .meta li p {
        font-size: 14px;
        margin-bottom: 0px; }
      .blog .item .content .meta li a {
        color: #656565;
        font-size: 14px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .blog .item .content .meta li a:hover {
          color: #714eff; }
    .blog .item .content .content-body .title {
      font-size: 24px;
      line-height: 34px;
      font-weight: 600;
      margin-bottom: 17px;
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
      .blog .item .content .content-body .title:hover {
        color: #714eff; }

/*------------------------------
 Brand Area Start
------------------------------*/
.brand {
  background: #e3e3e3;
  padding: 60px 0px 60px; }
  .brand .item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 20px 20px 20px;
    min-height: 100px; }

/*---------------------------
Footer Area  Start
---------------------------*/
footer.footer-area {
  background: #531fd2;
  padding: 92px 0px 100px; }

.widget p, .widget a {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8); }

.widget h3 {
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600; }

.fotter-logo-widget img {
  margin-bottom: 25px;
  margin-top: 8px; }

.fotter-logo-widget .social-link {
  margin-top: 26px;
  display: block; }
  .fotter-logo-widget .social-link ul li {
    display: inline-block; }
    .fotter-logo-widget .social-link ul li a i {
      width: 35px;
      height: 35px;
      border-right: 50%;
      border: 1px solid #fff;
      font-size: 15px;
      line-height: 35px;
      color: rgba(255, 255, 255, 0.8);
      text-align: center;
      border-radius: 50%;
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      margin-right: 15px; }
    .fotter-logo-widget .social-link ul li a .fa-facebook-f:hover {
      background: #3b5999;
      border-color: #3b5999; }
    .fotter-logo-widget .social-link ul li a .fa-twitter:hover {
      background: #55acee;
      border-color: #55acee; }
    .fotter-logo-widget .social-link ul li a .fa-instagram:hover {
      background: #e4405f;
      border-color: #e4405f; }
    .fotter-logo-widget .social-link ul li a .fa-linkedin-in:hover {
      background: #0077B5;
      border-color: #0077B5; }

.menu-widget .widget-title {
  margin-bottom: 11px; }

.menu-widget ul li a {
  line-height: 33px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8); }
  .menu-widget ul li a i {
    font-size: 14px; }
  .menu-widget ul li a:hover {
    color: #fff; }

.contact-info-widget .widget-title {
  margin-bottom: 18px;
  color: #fff; }

.contact-info-widget .info ul li p {
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8); }

/*---------------------------
Footer Area  End
---------------------------*/
/*---------------------------
Copyright Area Start
---------------------------*/
.copy-right-area {
  padding: 25px 0px 10px;
  background: #5024bc; }
  .copy-right-area .content {
    text-align: center; }
    .copy-right-area .content p {
      display: inline-block;
      font-size: 16px;
      line-height: 26px;
      color: rgba(255, 255, 255, 0.8); }

/*---------------------------
Copyright Area End
---------------------------*/
/*------------------------------
  Breadcrumb Area Start
------------------------------*/
.breadcrumb-area {
  background: #6916e5;
  padding: 195px 0px 116px; }
  .breadcrumb-area.faq-page {
    padding-top: 190px; }
  .breadcrumb-area.extra-padding .page-title {
    margin-bottom: 25px; }
  .breadcrumb-area .page-title {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 13px;
    font-weight: 600; }
  .breadcrumb-area .links ul li {
    display: inline-block;
    margin-right: 14px;
    position: relative; }
    .breadcrumb-area .links ul li::after {
      position: absolute;
      content: "/";
      right: -12px;
      line-height: 26px;
      top: 0;
      color: #fff; }
    .breadcrumb-area .links ul li:last-child::after {
      display: none; }
    .breadcrumb-area .links ul li a {
      color: #fff;
      font-size: 16px;
      line-height: 26px; }

/*------------------------------
About Area Start
------------------------------*/
.whychooseus.aboutpagesection {
  background: #f7f7f7; }

.aboutpage {
  padding: 120px 0px 120px; }
  .aboutpage .section-title {
    text-align: left;
    margin-bottom: 40px; }

/*------------------------------
   VPS Area Start
------------------------------*/
.vps-content-area {
  padding: 110px 0px 86px; }

.price-block {
  display: block;
  width: 100%;
  background-color: #000036;
  max-width: 410px;
  margin: 0 auto;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  padding: 0 30px;
  position: relative;
  margin-bottom: 33px; }

.price-block .price {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: "Poppins", sans-serif; }

.price-block .price .month {
  font-size: 16px;
  font-weight: 600; }

.price-block .btn-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  background-color: #714eff;
  text-align: center;
  border-radius: 25px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: none; }

.price-block .btn-submit:hover {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2); }

.single-ui-slider {
  margin-bottom: 27px; }

.single-ui-slider .ui-widget-header {
  border: 2px solid #714eff;
  background-color: #fff;
  border-radius: 15px; }

.single-ui-slider .ui-slider-horizontal {
  border-radius: 15px;
  background-color: #714eff; }

.single-ui-slider .ui-slider-horizontal .ui-slider-handle {
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  border: 3px solid #714eff;
  background-color: #fff; }

.single-ui-slider .ui-slider-horizontal .ui-slider-handle:focus {
  outline: none; }

.single-ui-slider .bottom-content {
  margin-top: 17px; }

.single-ui-slider .bottom-content .details {
  font-size: 16px;
  font-weight: 500; }

.single-ui-slider .bottom-content .min-level {
  display: inline-block; }

.single-ui-slider .bottom-content .max-level {
  display: inline-block;
  float: right; }

/*------------------------------
   Team Area Start
------------------------------*/
.team {
  padding: 120px 0px 120px; }
  .team.team-page {
    padding-top: 110px; }
  .team .team-card .team-img {
    position: relative; }
    .team .team-card .team-img .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      height: 100%;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
      .team .team-card .team-img .overlay a {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff; }
  .team .team-card .team-content {
    position: relative;
    background: #000000;
    padding: 38px 0px;
    text-align: center;
    overflow: hidden; }
    .team .team-card .team-content .name {
      position: absolute;
      color: #fff;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      font-size: 20px;
      line-height: 30px;
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
    .team .team-card .team-content .social-link {
      position: absolute;
      color: #fff;
      left: 50%;
      top: 130%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
      .team .team-card .team-content .social-link ul li {
        display: inline-block; }
        .team .team-card .team-content .social-link ul li a {
          color: #fff;
          width: 35px;
          height: 35px;
          border: 1px solid #fff;
          display: inline-block;
          line-height: 35px;
          font-size: 14px;
          border-radius: 50px;
          margin: 0px 3px; }
  .team .team-card:hover .team-img .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .team .team-card:hover .name {
    top: -18%; }
  .team .team-card:hover .social-link {
    top: 50%; }

/*------------------------------
   Blog Page Start
------------------------------*/
.blog-page .blog-card {
  margin-bottom: 30px; }

.blog-page .pagination .page-item .page-link {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-align: center;
  line-height: 10px;
  color: #121212;
  font-size: 14px;
  margin: 0px 4px 0px;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .blog-page .pagination .page-item .page-link.active, .blog-page .pagination .page-item .page-link:hover {
    background: #714eff;
    border-color: #714eff;
    color: #fff; }

/*------------------------------
Blog Details Page Start
--------------------------------*/
.blog-details {
  padding: 120px 0px 120px; }
  .blog-details .blog-details-content .meta {
    margin-top: 25px;
    margin-bottom: 9px; }
    .blog-details .blog-details-content .meta ul li {
      margin-right: 10px;
      display: inline-block;
      font-size: 14px;
      line-height: 24px; }
      .blog-details .blog-details-content .meta ul li a {
        color: #656565;
        position: relative;
        margin-right: 10px; }
        .blog-details .blog-details-content .meta ul li a::after {
          position: absolute;
          content: "/";
          right: -11px;
          top: -3px;
          color: #656565; }
        .blog-details .blog-details-content .meta ul li a:last-child {
          margin-right: 0px; }
          .blog-details .blog-details-content .meta ul li a:last-child::after {
            display: none; }
  .blog-details .blog-details-content .title {
    font-size: 30px;
    line-height: 40px;
    color: #121212;
    margin-bottom: 22px;
    font-weight: 600; }
  .blog-details .blog-details-content blockquote {
    background: #f7f7f7;
    padding: 30px 25px 11px;
    margin: 25px 0px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .blog-details .blog-details-content blockquote i {
      font-size: 50px;
      margin-right: 22px;
      color: #714eff; }
  .blog-details .blog-details-content .tags {
    margin: 30px 0px 0px; }
    .blog-details .blog-details-content .tags i {
      margin-right: 11px;
      font-size: 14px; }
    .blog-details .blog-details-content .tags ul {
      display: inline-block; }
      .blog-details .blog-details-content .tags ul li {
        display: inline-block; }
        .blog-details .blog-details-content .tags ul li a {
          font-size: 16px;
          line-height: 26px;
          font-weight: 500;
          display: inline-block;
          color: #121212;
          margin-right: 7px;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .blog-details .blog-details-content .tags ul li a:hover {
            color: #714eff; }
        .blog-details .blog-details-content .tags ul li::last-child a {
          margin-right: 0px; }
  .blog-details .blog-details-content .coment-area .title {
    margin-top: 28px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    color: #121212;
    font-weight: 600; }
  .blog-details .blog-details-content .coment-area .c-box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 23px 20px 9px;
    margin-bottom: 30px;
    position: relative; }
    .blog-details .blog-details-content .coment-area .c-box .left {
      position: absolute;
      margin-right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .blog-details .blog-details-content .coment-area .c-box .left img {
        border-radius: 50%; }
    .blog-details .blog-details-content .coment-area .c-box .right {
      padding-left: 120px; }
      .blog-details .blog-details-content .coment-area .c-box .right .title {
        color: #121212;
        display: inline-block;
        margin-top: 0px;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
        font-weight: 600; }
  .blog-details .blog-details-content .coment-form .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #121212;
    margin-top: 32px;
    margin-bottom: 28px; }
  .blog-details .blog-details-content .coment-form .form .my-input {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 0px 20px 0px; }
    .blog-details .blog-details-content .coment-form .form .my-input.textarea {
      height: 150px;
      resize: none;
      padding-top: 10px;
      margin-bottom: 13px; }
  .blog-details .blog-details-content .coment-form .form .submit {
    width: 230px;
    height: 50px;
    border: 1px solid #714eff;
    background: #714eff;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    .blog-details .blog-details-content .coment-form .form .submit:hover {
      background: none;
      color: #714eff; }
  .blog-details .aside .serch-box.subscribe {
    margin-top: 30px; }
  .blog-details .aside .serch-box form {
    position: relative; }
    .blog-details .aside .serch-box form input {
      width: 100%;
      height: 60px;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.1);
      color: #656565;
      padding: 0px 50px 0px 20px;
      border-radius: 3px; }
      .blog-details .aside .serch-box form input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #656565; }
      .blog-details .aside .serch-box form input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #656565; }
      .blog-details .aside .serch-box form input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #656565; }
      .blog-details .aside .serch-box form input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #656565; }
    .blog-details .aside .serch-box form .submit {
      position: absolute;
      right: 0px;
      top: 0px;
      height: 60px;
      background: none;
      border: none;
      cursor: pointer; }
      .blog-details .aside .serch-box form .submit i {
        padding-right: 20px;
        line-height: 46px;
        color: #656565; }
      .blog-details .aside .serch-box form .submit:focus {
        outline: 0px; }
  .blog-details .aside .categori {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    padding: 23px 20px 24px; }
    .blog-details .aside .categori .title {
      font-size: 24px;
      line-height: 34px;
      color: #121212;
      font-weight: 600;
      margin-bottom: 18px; }
    .blog-details .aside .categori ul li a {
      font-size: 16px;
      line-height: 26px;
      color: #656565;
      line-height: 30px;
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
      .blog-details .aside .categori ul li a:hover {
        color: #714eff; }
      .blog-details .aside .categori ul li a i {
        font-size: 14px; }
  .blog-details .aside .most-viewed-post {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 23px 20px 12px;
    margin-top: 30px; }
    .blog-details .aside .most-viewed-post .title {
      font-size: 24px;
      line-height: 34px;
      color: #121212;
      font-weight: 600;
      margin-bottom: 25px; }
    .blog-details .aside .most-viewed-post .post {
      margin-bottom: 28px;
      display: block; }
      .blog-details .aside .most-viewed-post .post:last-child {
        margin-bottom: 0px; }
      .blog-details .aside .most-viewed-post .post .left {
        display: inline-block;
        margin-right: 15px;
        position: absolute; }
      .blog-details .aside .most-viewed-post .post .right {
        padding-left: 80px; }
        .blog-details .aside .most-viewed-post .post .right .meta {
          font-size: 12px;
          line-height: 22px;
          margin-bottom: 7px; }
        .blog-details .aside .most-viewed-post .post .right .title {
          font-size: 16px;
          line-height: 26px;
          font-weight: 500;
          color: #121212; }

/*------------------------------
Contact Page Start
------------------------------*/
/* Address Section  Start */
.address {
  padding: 120px 0px 120px; }
  .address .right-content .section-title {
    text-align: left;
    margin-bottom: 42px; }
  .address .right-content .addres li {
    font-weight: 500; }

/* Contact-Form Section Start */
.contact-form {
  padding: 110px 0px 120px;
  background: #f7f7f7; }
  .contact-form .section-title {
    margin-bottom: 60px; }
  .contact-form .contactus .my-form {
    height: 60px;
    border: 1px solid #714eff;
    width: 100%;
    padding: 0px 20px;
    border-radius: 3px;
    background: none;
    margin-bottom: 20px; }
    .contact-form .contactus .my-form.textarea {
      height: 180px;
      resize: none;
      padding: 15px 20px;
      margin-bottom: 13px; }
  .contact-form .contactus .submitbtn {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #714eff;
    color: #fff;
    border: none;
    cursor: pointer; }

/*------------------------------
FAQ Area Start
------------------------------*/
.faq {
  padding: 113px 0px 100px; }
  .faq .section-title {
    margin-bottom: 53px; }
  .faq .panel-default {
    border: 1px solid #714eff;
    margin-bottom: 20px;
    border-radius: 3px; }
  .faq .faq-accordian .panel-title {
    padding-bottom: 0px;
    margin-bottom: 0px; }
    .faq .faq-accordian .panel-title a {
      font-size: 18px;
      line-height: 28px;
      color: #121212;
      cursor: pointer;
      width: 100%;
      display: block;
      padding: 15px 25px 15px;
      font-weight: 600;
      position: relative; }
      .faq .faq-accordian .panel-title a::after {
        position: absolute;
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        right: 25px; }
      .faq .faq-accordian .panel-title a[aria-expanded="true"]::after {
        content: "\f068";
        font-family: "Font Awesome 5 Free";
        font-weight: 900; }
  .faq .faq-accordian .panel-body {
    padding: 0px 25px 22px 25px;
    color: #656565; }

/*------------------------------
Policy Area Start
------------------------------*/
.policy {
  padding: 115px 0px 100px; }
  .policy .section-title.extra-padding {
    margin-bottom: 54px; }

/*------------------------------
Security Area Start
------------------------------*/
.security {
  padding: 115px 0px 96px; }
  .security .section-title.extra-padding {
    margin-bottom: 54px; }
  .security .content .s-box .title {
    position: relative;
    font-size: 24px;
    line-height: 34px;
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 14px; }
    .security .content .s-box .title::after {
      position: absolute;
      content: " ";
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #714eff; }

/*------------------------------
Registration Area Start
------------------------------*/
.registration {
  padding: 120px 0px 120px; }
  .registration .reg-box {
    background: #f7f7f7;
    padding: 72px 80px 80px; }
    .registration .reg-box .reg-form ul li .my-form {
      width: 100%;
      height: 50px;
      border-radius: 3px;
      border: 1px solid #714eff;
      margin-bottom: 20px;
      padding: 0px 20px 0px;
      background: none; }
    .registration .reg-box .reg-form ul li .submit-btn {
      width: 180px;
      height: 60px;
      border: 1px solid #714eff;
      background: #714eff;
      color: #fff;
      font-size: 14px;
      line-height: 24px;
      font-weight: 600;
      text-transform: uppercase;
      border-radius: 3px;
      cursor: pointer;
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
      .registration .reg-box .reg-form ul li .submit-btn:hover {
        background: none;
        color: #714eff; }
    .registration .reg-box .reg-form ul li .form-group.form-check {
      margin-bottom: 27px; }
    .registration .reg-box .reg-form ul li .forgot-pass {
      color: #656565;
      margin-bottom: 0px;
      padding-bottom: 0px;
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
      .registration .reg-box .reg-form ul li .forgot-pass:hover {
        color: #714eff; }

/*------------------------------
Error Area Start
------------------------------*/
.error {
  padding: 119px 0px 120px; }
  .error .title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 52px;
    margin-bottom: 23px; }
  .error p {
    max-width: 760px;
    margin: 0 auto; }
  .error .homebtn {
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #714eff;
    display: inline-block;
    border-radius: 50px;
    color: #656565;
    font-weight: 500;
    margin-top: 27px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    .error .homebtn:hover {
      background: #714eff;
      border-color: #714eff;
      color: #fff; }

/*-----------------------------------------
Index2  area start
-------------------------------------------*/
.index2 .heroArea {
  background: url(../img/heroarea/index2bg.png);
  padding: 320px 0px 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: none;
  position: relative;
  overflow: hidden; }
  .index2 .heroArea .bg2 {
    position: absolute;
    bottom: 10%;
    right: 0; }

.index2 .serch-domain-section {
  background: #fff; }

.index2 .whychooseus {
  background: #f7f7f7; }

.index2 .testimonial {
  background: #f7f7f7; }
  .index2 .testimonial .owl-item {
    opacity: 1; }
  .index2 .testimonial .review-box {
    border: none;
    background: #fff; }

.pricing.pricing2 {
  padding-bottom: 145px; }
  .pricing.pricing2 .price-box {
    border: 1px solid rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 34px 20px 48px;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    .pricing.pricing2 .price-box .top-icon img {
      margin-bottom: 30px;
      width: 60px;
      height: 60px; }
    .pricing.pricing2 .price-box .top-icon.shosting img {
      width: auto;
      height: auto; }
    .pricing.pricing2 .price-box .name {
      margin-bottom: 22px;
      font-size: 24px;
      line-height: 30px;
      font-weight: 600; }
    .pricing.pricing2 .price-box .price {
      margin-bottom: 10px;
      font-size: 50px;
      line-height: 45px;
      font-weight: 600;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .pricing.pricing2 .price-box .price .month {
        font-size: 16px;
        color: #656565;
        font-weight: 600; }
    .pricing.pricing2 .price-box .feature ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      line-height: 50px; }
      .pricing.pricing2 .price-box .feature ul li:last-child {
        border-bottom: 0px; }
    .pricing.pricing2 .price-box .order-btn {
      width: 160px;
      height: 50px;
      background: #121212;
      display: inline-block;
      text-align: center;
      line-height: 50px;
      color: #fff;
      border-radius: 50px;
      position: absolute;
      bottom: -25px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
    .pricing.pricing2 .price-box:hover {
      border: 1px solid rgba(113, 78, 255, 0.8);
      -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.15); }
      .pricing.pricing2 .price-box:hover .price {
        color: #714eff; }
      .pricing.pricing2 .price-box:hover .order-btn {
        background: #714eff;
        -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15); }
