/*：源代码唯一下载链接: http://www.bootstrapmb.com/item/1693(当前备注仅在演示里出现，下载源码不包含)*/@charset "UTF-8";/*------------------------	Css Indexing--------------------------** @typography--------------------------** Global css--------------------------** Breadcumb Area--------------------------** Preloader--------------------------** Normalize--------------------------** Navbar Area--------------------------** Header Area--------------------------** Header bottom area--------------------------** Top bar--------------------------** Support Bar--------------------------** Quickest Service--------------------------** Brand Carousel--------------------------** Hardware Gallery--------------------------** Pricing Plan--------------------------** User info area--------------------------** Team Member area--------------------------** Fun Fact--------------------------** investor relationship--------------------------** Inovation area--------------------------** Sidebar--------------------------** Footer area--------------------------** Contact Page--------------------------** Blog Page--------------------------** Blog Details Page--------------------------** About Page--------------------------** Services Page--------------------------** Gallery Page--------------------------** Pricing Plan Page--------------------------** Team Page--------------------------*//*-----------------    @Typography-----------------*/@import url("https://fonts.googleapis.com/css?family=Merriweather:400,700,900|Open+Sans:300,400,600,700,800");/*---------------------------** Global Scss---------------------------*/.remove-col-padding {  padding: 0; }.remove-col-padding-right {  padding-right: 0; }.remove-col-padding-left {  padding-left: 0; }.padding-left-0 {  padding-left: 0; }.padding-right-0 {  padding-left: 0; }.padding-top-10 {  padding-top: 10px; }.padding-top-20 {  padding-top: 20px; }.padding-top-30 {  padding-top: 30px; }.padding-top-40 {  padding-top: 40px; }.padding-top-50 {  padding-top: 50px; }.padding-top-60 {  padding-top: 60px; }.padding-top-70 {  padding-top: 70px; }.padding-top-80 {  padding-top: 80px; }.padding-top-90 {  padding-top: 90px; }.padding-top-100 {  padding-top: 100px; }.margin-top-10 {  margin-top: 10px; }.margin-top-20 {  margin-top: 20px; }.margin-top-30 {  margin-top: 30px; }.margin-top-40 {  margin-top: 40px; }.margin-top-50 {  margin-top: 50px; }.margin-top-60 {  margin-top: 60px; }.margin-top-70 {  margin-top: 70px; }.margin-top-80 {  margin-top: 80px; }.margin-top-90 {  margin-top: 90px; }.margin-top-100 {  margin-top: 100px; }@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; } }.margin-bottom-0 {  margin-bottom: 0px !important; }.margin-bottom-10 {  margin-bottom: 10px; }.margin-bottom-15 {  margin-bottom: 15px; }.margin-bottom-20 {  margin-bottom: 20px; }.margin-bottom-30 {  margin-bottom: 30px; }.margin-bottom-40 {  margin-bottom: 40px; }.margin-bottom-50 {  margin-bottom: 50px; }.margin-bottom-60 {  margin-bottom: 60px; }.margin-bottom-70 {  margin-bottom: 70px; }.margin-bottom-80 {  margin-bottom: 80px; }.margin-bottom-90 {  margin-bottom: 90px; }.margin-top-100 {  margin-bottom: 100px; }.margin-top-120 {  margin-top: 120px; }.padding-left-0 {  padding-left: 0px !important; }.margin-top-200 {  margin-top: 200px; }.margin--top--200 {  margin-top: -200px; }.section-subtitle {  font-size: 18px;  line-height: 28px;  text-transform: uppercase;  color: #0054ff;  font-weight: 700; }.navbar-expand-lg .navbar-nav .nav-link {  padding-right: .4rem;  padding-left: 0.4rem; }.back-to-top {  position: fixed;  right: 30px;  bottom: 30px;  width: 50px;  height: 50px;  background-color: #0054ff;  color: #fff;  text-align: center;  line-height: 50px;  border-radius: 50%;  z-index: 99;  cursor: pointer; }  .back-to-top i {    -ms-transform: rotate(-45deg);    /* IE 9 */    -webkit-transform: rotate(-45deg);    /* Chrome, Safari, Opera */    transform: rotate(-45deg); }.boxed-btn {  display: inline-block;  text-align: center;  height: 60px;  line-height: 60px;  font-size: 14px;  text-transform: uppercase;  font-weight: 700;  color: #fff;  width: 200px;  background-color: #0054ff;  padding: 0 20px;  -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: #151525; }  .boxed-btn.btn-rounded {    border-radius: 30px; }  .boxed-btn.blank {    background-color: transparent;    border: 2px solid #0054ff;    color: #0054ff; }    .boxed-btn.blank:hover {      background-color: #0054ff;      color: #fff; }.sct-color {  color: #151525; }.scd-color {  color: #4e4e62; }.section-title {  margin-bottom: 77px; }  .section-title h2 {    font-size: 50px;    line-height: 60px;    margin-bottom: 25px; }  .section-title p {    line-height: 24px;    font-size: 14px;    margin: 0 auto; }.border-radius-left {  border-top-left-radius: 6px;  border-bottom-left-radius: 6px; }.border-radius-right {  border-top-right-radius: 6px;  border-bottom-right-radius: 6px; }.c-white {  color: #fff; }.c-red {  color: #0054ff; }.bg-red {  background-color: #0054ff; }.c-green {  color: #00cf92; }.submit-btn {  width: 250px;  height: 60px;  text-align: center;  font-weight: 700;  font-size: 14px;  line-height: 40px;  color: #fff;  text-transform: uppercase;  background-color: #0054ff;  border: none;  -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;  cursor: pointer; }  .submit-btn:hover {    background-color: #151525; }  .submit-btn.btn-rounded {    border-radius: 30px; }  .submit-btn.btn-center {    display: block;    margin: 0 auto;    margin-top: 25px; }  .submit-btn:focus {    outline: none; }.section-title-inner {  text-align: center;  margin-bottom: 45px; }  .section-title-inner .subtitle {    font-size: 18px;    line-height: 28px;    text-transform: uppercase;    font-weight: 700;    color: #0054ff;    margin-bottom: 20px;    display: block; }  .section-title-inner .title {    font-size: 48px;    font-weight: 700;    line-height: 58px; }.form-element.margin-bottom-30 {  margin-bottom: 27px; }.form-element label {  color: #151525;  font-size: 14px;  font-weight: 700;  line-height: 32px; }  .form-element label span {    color: #BE1F27; }.form-element select {  -webkit-appearance: none;  -moz-appearance: none;  appearance: none; }.has-icon {  position: relative;  display: block; }  .has-icon.textarea .the-icon {    top: 25px; }  .has-icon .input-field {    -webkit-appearance: none;    -moz-appearance: none;    appearance: none; }  .has-icon .the-icon {    font-size: 14px;    position: absolute;    right: 30px;    top: 50%;    -ms-transform: translateY(-50%);    /* IE 9 */    -webkit-transform: translateY(-50%);    /* Chrome, Safari, Opera */    transform: translateY(-50%);    color: #7c7c90; }.input-field {  width: 100%;  height: 60px;  padding: 0 30px;  border-radius: 5px;  color: #7c7c90; }  .input-field::-webkit-input-placeholder {    /* WebKit browsers */    color: #7c7c90; }  .input-field:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */    color: #7c7c90; }  .input-field::-moz-placeholder {    /* Mozilla Firefox 19+ */    color: #7c7c90; }  .input-field:-ms-input-placeholder {    /* Internet Explorer 10+ */    color: #7c7c90; }  .input-field.borderd {    border: 2px solid rgba(0, 0, 0, 0.1); }    .input-field.borderd:focus {      border: 2px solid rgba(0, 0, 0, 0.1); }  .input-field.textarea {    min-height: 120px;    padding: 20px 30px;    resize: none; }  .input-field.error {    border: 2px solid #dc3545; }    .input-field.error::-webkit-input-placeholder {      /* WebKit browsers */      color: #dc3545; }    .input-field.error:-moz-placeholder {      /* Mozilla Firefox 4 to 18 */      color: #dc3545; }    .input-field.error::-moz-placeholder {      /* Mozilla Firefox 19+ */      color: #dc3545; }    .input-field.error:-ms-input-placeholder {      /* Internet Explorer 10+ */      color: #dc3545; }    .input-field.error:focus {      border-color: #dc3545; }.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content .title {  display: none; }.email-success {  display: block;  width: 100%; }.checkbox-element {  display: inline-block; }.checkbox-wrapper {  display: inline-block; }.checkbox-inner {  display: block;  position: relative;  padding-left: 30px;  margin-bottom: 12px;  cursor: pointer;  font-size: 14px;  line-height: 24px;  color: #585869;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none; }  .checkbox-inner input {    position: absolute;    opacity: 0;    cursor: pointer; }  .checkbox-inner .checkmark {    position: absolute;    top: 0;    left: 0;    height: 20px;    width: 20px;    background-color: transparent;    border: 2px solid rgba(0, 0, 0, 0.1); }  .checkbox-inner input:checked ~ .checkmark {    background-color: transparent; }  .checkbox-inner .checkmark:after {    content: "";    position: absolute;    display: none; }  .checkbox-inner input:checked ~ .checkmark:after {    display: block; }  .checkbox-inner .checkmark:after {    left: 5px;    top: 2px;    width: 5px;    height: 10px;    border: solid #0054ff;    border-width: 0 3px 3px 0;    -webkit-transform: rotate(45deg);    -ms-transform: rotate(45deg);    transform: rotate(45deg); }.table-responsive {  display: table; }/*---------------------    Breadcumb Area----------------------*/.breadcrumb-area {  position: relative;  z-index: 0;  text-align: center;  padding: 140px 0 145px 0; }  .breadcrumb-area .title {    color: #fff;    font-size: 60px;    line-height: 75px; }  .breadcrumb-area .page-links {    color: #0054ff;    font-size: 16px;    line-height: 26px;    text-transform: uppercase;    font-weight: 700; }    .breadcrumb-area .page-links .separator {      color: #fff; }    .breadcrumb-area .page-links a {      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; }      .breadcrumb-area .page-links a:hover {        color: #0054ff; }  .breadcrumb-area.breadcumb-bg {    background-image: url(../img/bg/breadcumb-bg.jpg);    background-size: cover;    background-position: center; }  .breadcrumb-area:after {    position: absolute;    content: '';    top: 0;    left: 0;    width: 100%;    height: 100%;    background-color: rgba(21, 21, 37, 0.8);    z-index: -1; }/*-------------------------    Preloader Css---------------------------*/.preloader-inner {  background-color: #fff;  position: fixed;  left: 0;  top: 0;  width: 100%;  height: 100%;  z-index: 9999; }  .preloader-inner .preloader-wrapper {    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;    height: 100%; }.loader.loader-7 {  width: 60px;  height: 60px;  position: relative; }.loader-7 .line {  width: 8px;  position: absolute;  border-radius: 5px;  bottom: 0;  background: -webkit-gradient(linear, left top, left bottom, from(#0054FF), to(#0054FF));  background: -webkit-linear-gradient(top, #0054FF, #0054FF);  background: -o-linear-gradient(top, #0054FF, #0054FF);  background: linear-gradient(to bottom, #0054FF, #0054FF); }.loader-7 .line1 {  left: 0;  -webkit-animation: line-grow 0.5s ease alternate infinite;  animation: line-grow 0.5s ease alternate infinite; }.loader-7 .line2 {  left: 20px;  -webkit-animation: line-grow 0.5s 0.2s ease alternate infinite;  animation: line-grow 0.5s 0.2s ease alternate infinite; }.loader-7 .line3 {  left: 40px;  -webkit-animation: line-grow 0.5s 0.4s ease alternate infinite;  animation: line-grow 0.5s 0.4s ease alternate infinite; }@-webkit-keyframes line-grow {  0% {    height: 0; }  100% {    height: 75%; } }@keyframes line-grow {  0% {    height: 0; }  100% {    height: 75%; } }/*====================** Normalize====================*/html {  font-family: "Open Sans", sans-serif;  -webkit-text-size-adjust: 100%;  -ms-text-size-adjust: 100%;  overflow-x: hidden; }body {  font-family: "Open Sans", sans-serif;  font-size: 14px;  margin: 0;  color: #4e4e62;  overflow-x: hidden; }h1 {  font-size: 60px;  line-height: 1.0833333333333333; }h2 {  font-size: 52px;  line-height: 1.4444444444444444; }h3 {  font-size: 26px;  line-height: 1.0833333333333333; }h4 {  font-size: 22px;  line-height: 1.2380952380952381; }h1,h2,h3,h4,h5,h6 {  color: #151525;  font-weight: 700;  font-family: "Merriweather", serif; }p {  font-size: 14px;  color: #151525;  line-height: 1.625;  -webkit-hyphens: auto;  -moz-hyphens: auto;  -ms-hyphens: auto;  hyphens: auto; }a {  color: #151525;  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; }/*------------------------------    Navbar Area------------------------------*/.dropdown:hover >.dropdown-menu {  display: block; }.dropdown-toggle::after {  position: absolute;  right: -10px;  top: 15px; }.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;  background-color: #f6f5f5;  padding: 0; }  .navbar-area.nav-fixed {    position: fixed;    left: 0;    top: 0;    width: 100%;    z-index: 9999;    height: 100px;    border-bottom: 1px solid rgba(0, 0, 0, 0.05);    -webkit-transition: 0.5s ease-in;    -moz-transition: 0.5s ease-in;    -o-transition: 0.5s ease-in;    transition: 0.5s ease-in; }  .navbar-area .navbar-collapse {    -webkit-box-pack: start;    -ms-flex-pack: start;    justify-content: flex-start;    -webkit-transition: 0.5s ease-in;    -moz-transition: 0.5s ease-in;    -o-transition: 0.5s ease-in;    transition: 0.5s ease-in; }    .navbar-area .navbar-collapse .navbar-nav .nav-item {      display: inline-block;      font-size: 14px;      line-height: 45px;      font-weight: 700;      padding: 18px 17px;      position: relative; }      .navbar-area .navbar-collapse .navbar-nav .nav-item:first-child {        padding-left: 0; }      .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu {        padding: 0;        border-radius: 0;        margin: 0;        -webkit-transition: 0.5s ease-in;        -moz-transition: 0.5s ease-in;        -o-transition: 0.5s ease-in;        transition: 0.5s ease-in; }        .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item {          font-size: 14px;          font-weight: 700;          color: #737286;          -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; }          .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item:hover {            background-color: #0054ff;            color: #fff; }      .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu {        -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;        font-family: "Merriweather", serif;        color: #151525; }        .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {          padding: 0;          border-radius: 0;          margin-top: 0px; }          .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item {            font-size: 14px;            font-weight: 700;            color: #151525;            font-family: "Merriweather", 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; }            .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item:hover {              background-color: #0054ff;              color: #fff; }      .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .nav-link {        color: #0054ff; }        .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .nav-link:before {          visibility: visible;          opacity: 1; }        .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .nav-link .subtitle {          color: #54546a; }      .navbar-area .navbar-collapse .navbar-nav .nav-item:last-child {        padding-right: 0; }      .navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link {        color: #151525;        font-size: 16px;        line-height: 22px;        -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;        font-family: "Merriweather", serif;        position: relative; }        .navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link.active {          color: #0054ff; }          .navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link.active:before {            visibility: visible;            opacity: 1; }        .navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link:before {          position: absolute;          left: 0;          bottom: -18px;          width: 100%;          height: 2px;          background-color: #0054ff;          content: '';          visibility: hidden;          opacity: 0; }        .navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link .subtitle {          font-size: 12px;          font-weight: 400;          font-family: "Open Sans", sans-serif;          line-height: 25px;          display: block;          color: #54546a; }        .navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link.pl-0 {          padding-left: 0; }  .navbar-area .navbar-btn-wrapper {    -webkit-box-pack: end;    -ms-flex-pack: end;    justify-content: flex-end; }    .navbar-area .navbar-btn-wrapper .boxed-btn {      width: 200px;      height: 50px;      line-height: 50px;      background-color: rgba(0, 84, 255, 0.8); }      .navbar-area .navbar-btn-wrapper .boxed-btn:hover {        background-color: #0054ff; }/*------------------------------    Header Area------------------------------*/.header-area {  position: relative;  z-index: 0;  padding: 130px 0 310px 0; }  .header-area:after {    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    background-color: rgba(21, 21, 37, 0.7);    z-index: -1;    content: ''; }  .header-area.header-area-bg {    background-color: #ddd;    background-image: url(../img/bg/header-bg.jpg);    background-size: cover;    background-position: center; }  .header-area .single-header-item .title {    color: #fff;    font-size: 60px;    line-height: 70px;    font-weight: 700;    margin-bottom: 43px; }  .header-area .single-header-item .btn-wrapper .boxed-btn {    margin: 0 10px;    border: 2px solid transparent; }    .header-area .single-header-item .btn-wrapper .boxed-btn:hover {      background-color: transparent;      border: 2px solid rgba(255, 255, 255, 0.4); }    .header-area .single-header-item .btn-wrapper .boxed-btn.blank {      color: #fff;      border-color: rgba(255, 255, 255, 0.4); }      .header-area .single-header-item .btn-wrapper .boxed-btn.blank:hover {        border-color: #0054ff;        background-color: #0054ff; }/*-----------------------    Header bottom area-----------------------*/.header-bottom-area {  padding-bottom: 82px; }  .header-bottom-area.services-page .headder-bottom-area-wrapper {    margin-top: -130px; }    .header-bottom-area.services-page .headder-bottom-area-wrapper .single-header-bottom-box {      text-align: center; }      .header-bottom-area.services-page .headder-bottom-area-wrapper .single-header-bottom-box:hover .thumb img {        opacity: 1; }  .header-bottom-area .headder-bottom-area-wrapper {    margin-top: -150px; }    .header-bottom-area .headder-bottom-area-wrapper .single-header-bottom-box {      text-align: center; }      .header-bottom-area .headder-bottom-area-wrapper .single-header-bottom-box:hover .content .title {        color: #0054ff; }      .header-bottom-area .headder-bottom-area-wrapper .single-header-bottom-box .thumb {        margin-bottom: 25px; }        .header-bottom-area .headder-bottom-area-wrapper .single-header-bottom-box .thumb img {          -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; }      .header-bottom-area .headder-bottom-area-wrapper .single-header-bottom-box .content {        padding-bottom: 20px; }        .header-bottom-area .headder-bottom-area-wrapper .single-header-bottom-box .content .title {          font-size: 24px;          line-height: 34px;          color: #151525;          -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;          margin-bottom: 17px; }        .header-bottom-area .headder-bottom-area-wrapper .single-header-bottom-box .content p {          font-size: 14px;          line-height: 24px;          color: #4e4e62; }/*----------------------    Top bar -----------------------*/.topbar-bar {  background-color: #151525;  padding: 15px 0; }  .topbar-bar .topbar-inner .topbar-left-content {    display: inline-block; }    .topbar-bar .topbar-inner .topbar-left-content ul li {      display: inline-block;      margin: 0 5px;      color: #c8c8d1; }      .topbar-bar .topbar-inner .topbar-left-content ul li:first-child {        margin-left: 0; }      .topbar-bar .topbar-inner .topbar-left-content ul li a {        color: #c8c8d1;        font-size: 14px;        line-height: 100%;        -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; }        .topbar-bar .topbar-inner .topbar-left-content ul li a:hover {          color: #0054ff; }  .topbar-bar .topbar-inner .topbar-right-content {    display: inline-block;    float: right; }    .topbar-bar .topbar-inner .topbar-right-content ul li {      display: inline-block;      margin: 0 5px; }      .topbar-bar .topbar-inner .topbar-right-content ul li:last-child {        margin-right: 0; }      .topbar-bar .topbar-inner .topbar-right-content ul li a {        color: #c8c8d1;        -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; }        .topbar-bar .topbar-inner .topbar-right-content ul li a:hover {          color: #0054ff; }/*--------------------    Support Bar--------------------*/.support-bar-area {  padding: 25px 0 20px 0; }  .support-bar-area .logo {    margin-top: 10px;    display: block; }  .support-bar-area .support-bar-content {    text-align: right; }    .support-bar-area .support-bar-content ul li {      display: inline-block;      margin: 0 20px; }      .support-bar-area .support-bar-content ul li:last-child {        margin-right: 0; }    .support-bar-area .support-bar-content .single-support-item {      text-align: left;      position: relative; }      .support-bar-area .support-bar-content .single-support-item .icon {        position: absolute;        left: 0;        top: 0;        color: #0054ff; }      .support-bar-area .support-bar-content .single-support-item .content {        padding-left: 30px; }        .support-bar-area .support-bar-content .single-support-item .content .subtitle {          font-size: 14px;          line-height: 24px;          color: #7c7c90; }        .support-bar-area .support-bar-content .single-support-item .content h5 {          font-size: 16px;          line-height: 24px;          color: #151525; }/*---------------------    Quickest Service---------------------*/.quickest-service-area {  position: relative;  z-index: 0;  padding: 120px 0; }  .quickest-service-area:after {    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    background-color: rgba(21, 21, 37, 0.7);    z-index: -1;    content: ''; }  .quickest-service-area.quickest-bg {    background-color: #ddd;    background-image: url(../img/bg/quickest-bg.jpg);    background-size: cover;    background-position: center; }  .quickest-service-area .right-content-area {    padding-top: 30px; }    .quickest-service-area .right-content-area .title {      font-size: 51px;      line-height: 64px;      color: #fff;      font-weight: 700;      margin-bottom: 33px; }    .quickest-service-area .right-content-area .subtitle {      font-size: 30px;      line-height: 40px;      color: #fff;      font-weight: 300;      display: block;      margin-bottom: 5px; }    .quickest-service-area .right-content-area p {      color: #e5e5e5;      font-size: 14px;      line-height: 24px; }    .quickest-service-area .right-content-area .btn-wrapper {      margin-top: 38px; }      .quickest-service-area .right-content-area .btn-wrapper .boxed-btn {        border: 2px solid transparent; }        .quickest-service-area .right-content-area .btn-wrapper .boxed-btn:hover {          border-color: rgba(255, 255, 255, 0.4);          background-color: transparent; }.quickest-service-bottom {  padding: 100px 0 88px 0; }  .quickest-service-bottom .single-quickest-bottom-box {    position: relative;    z-index: 0; }    .quickest-service-bottom .single-quickest-bottom-box .bg-text {      position: absolute;      left: 0;      top: -20px;      font-size: 60px;      line-height: 60px;      font-family: "Merriweather", serif;      color: rgba(21, 21, 37, 0.1);      z-index: -1;      font-weight: 700; }    .quickest-service-bottom .single-quickest-bottom-box .title {      font-size: 30px;      line-height: 40px;      color: #151525;      font-weight: 700;      margin-top: 8px;      margin-bottom: 15px; }    .quickest-service-bottom .single-quickest-bottom-box p {      color: #4e4e62;      font-size: 14px;      line-height: 24px; }  .quickest-service-bottom .single-quickest-bottom-founder-box {    border: 2px solid rgba(0, 0, 0, 0.1);    border-radius: 5px;    padding: 20px 20px 16px 20px; }    .quickest-service-bottom .single-quickest-bottom-founder-box img {      float: left;      margin-right: 20px; }    .quickest-service-bottom .single-quickest-bottom-founder-box .subtitle {      font-size: 12px;      font-weight: 700;      text-transform: uppercase;      color: #0054ff;      display: block;      margin-bottom: 8px; }    .quickest-service-bottom .single-quickest-bottom-founder-box .title {      font-size: 20px;      font-weight: 700;      color: #151525; }    .quickest-service-bottom .single-quickest-bottom-founder-box p {      margin-bottom: 0;      color: #4e4e62;      font-weight: 14px;      line-height: 22px; }/*---------------------    Brand Carousel-----------------------*/.brand-carousel-area {  padding: 100px 0 100px 0; }  .brand-carousel-area.team-page {    background-color: #f7faff; }  .brand-carousel-area .brand-carousel-inner .single-carousel-item {    border: 1px solid rgba(0, 0, 0, 0.07);    padding: 20px;    cursor: pointer; }    .brand-carousel-area .brand-carousel-inner .single-carousel-item img {      -webkit-filter: grayscale(100%);      filter: grayscale(100%);      -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; }    .brand-carousel-area .brand-carousel-inner .single-carousel-item:hover img {      -webkit-filter: grayscale(0);      filter: grayscale(0); }/*---------------------    Hardware Gallery-----------------------*/.hardware-agllery-area {  background-color: #f7f7f7;  padding: 115px 0 90px 0; }.hardware-masonary-gallery .single-hardware-item {  margin-bottom: 30px; }/*-------------------------    Pricing Plan--------------------------*/.pricing-area-start {  background-color: #151525;  padding: 118px 0 160px 0; }  .pricing-area-start .section-title .title {    color: #fff; }  .pricing-area-start .section-title p {    color: #c6c6d0; }  .pricing-area-start .pricing-table-nav {    text-align: center; }    .pricing-area-start .pricing-table-nav .nav-tabs {      display: inline-block;      border: none; }      .pricing-area-start .pricing-table-nav .nav-tabs .nav-item {        display: inline-block; }        .pricing-area-start .pricing-table-nav .nav-tabs .nav-item:first-child .nav-link {          border-top-left-radius: 30px;          border-bottom-left-radius: 30px; }        .pricing-area-start .pricing-table-nav .nav-tabs .nav-item:last-child .nav-link {          border-top-right-radius: 30px;          border-bottom-right-radius: 30px; }        .pricing-area-start .pricing-table-nav .nav-tabs .nav-item .nav-link {          height: 60px;          width: 150px;          font-size: 14px;          font-weight: 700;          text-align: center;          line-height: 42px;          text-transform: uppercase;          background-color: #fff;          color: #949494;          border: none;          margin-left: -5px;          border-radius: 0; }          .pricing-area-start .pricing-table-nav .nav-tabs .nav-item .nav-link.active {            background-color: #0054ff;            color: #fff; }  .pricing-area-start .pricing-table-content {    padding-top: 80px; }    .pricing-area-start .pricing-table-content .tab-content .monthly-tab-content .single-pricing-plan {      background-color: #fff;      text-align: center;      padding: 55px 0 60px 0; }      .pricing-area-start .pricing-table-content .tab-content .monthly-tab-content .single-pricing-plan.active {        position: absolute;        top: -40px;        width: 100%;        border-radius: 6px; }        .pricing-area-start .pricing-table-content .tab-content .monthly-tab-content .single-pricing-plan.active .header .title {          color: #ff7200; }        .pricing-area-start .pricing-table-content .tab-content .monthly-tab-content .single-pricing-plan.active .footer .boxed-btn {          background-color: #ff7200;          border-color: #ff7200;          color: #fff; }      .pricing-area-start .pricing-table-content .tab-content .monthly-tab-content .single-pricing-plan .header {        margin-bottom: 22px; }        .pricing-area-start .pricing-table-content .tab-content .monthly-tab-content .single-pricing-plan .header .title {          font-size: 14px;          line-height: 24px;          font-weight: 700;          color: #0054ff;          text-transform: uppercase;          margin-bottom: 20px;          display: block; }        .pricing-area-start .pricing-table-content .tab-content .monthly-tab-content .single-pricing-plan .header .price {          font-size: 40px;          line-height: 50px;          font-weight: 700;          font-family: "Merriweather", serif; }          .pricing-area-start .pricing-table-content .tab-content .monthly-tab-content .single-pricing-plan .header .price .month {            font-family: "Merriweather", serif;            font-size: 16px;            font-weight: 400; }      .pricing-area-start .pricing-table-content .tab-content .monthly-tab-content .single-pricing-plan .body ul li {        font-size: 14px;        line-height: 24px;        color: #4e4e62;        padding: 8px 0; }      .pricing-area-start .pricing-table-content .tab-content .monthly-tab-content .single-pricing-plan .footer {        margin-top: 38px; }        .pricing-area-start .pricing-table-content .tab-content .monthly-tab-content .single-pricing-plan .footer .boxed-btn {          border-color: rgba(0, 0, 0, 0.1);          color: #575768; }          .pricing-area-start .pricing-table-content .tab-content .monthly-tab-content .single-pricing-plan .footer .boxed-btn:hover {            background-color: #ff7200;            border-color: #ff7200;            color: #fff; }    .pricing-area-start .pricing-table-content .tab-content .yearly-tab-content .single-pricing-plan {      background-color: #fff;      text-align: center;      padding: 55px 0 60px 0; }      .pricing-area-start .pricing-table-content .tab-content .yearly-tab-content .single-pricing-plan.active {        position: absolute;        top: -40px;        width: 100%;        border-radius: 6px; }        .pricing-area-start .pricing-table-content .tab-content .yearly-tab-content .single-pricing-plan.active .header .title {          color: #ff7200; }        .pricing-area-start .pricing-table-content .tab-content .yearly-tab-content .single-pricing-plan.active .footer .boxed-btn {          background-color: #ff7200;          border-color: #ff7200;          color: #fff; }      .pricing-area-start .pricing-table-content .tab-content .yearly-tab-content .single-pricing-plan .header {        margin-bottom: 22px; }        .pricing-area-start .pricing-table-content .tab-content .yearly-tab-content .single-pricing-plan .header .title {          font-size: 14px;          line-height: 24px;          font-weight: 700;          color: #0054ff;          text-transform: uppercase;          margin-bottom: 20px;          display: block; }        .pricing-area-start .pricing-table-content .tab-content .yearly-tab-content .single-pricing-plan .header .price {          font-size: 40px;          line-height: 50px;          font-weight: 700;          font-family: "Merriweather", serif; }          .pricing-area-start .pricing-table-content .tab-content .yearly-tab-content .single-pricing-plan .header .price .month {            font-family: "Merriweather", serif;            font-size: 16px;            font-weight: 400; }      .pricing-area-start .pricing-table-content .tab-content .yearly-tab-content .single-pricing-plan .body ul li {        font-size: 14px;        line-height: 24px;        color: #4e4e62;        padding: 8px 0; }      .pricing-area-start .pricing-table-content .tab-content .yearly-tab-content .single-pricing-plan .footer {        margin-top: 38px; }        .pricing-area-start .pricing-table-content .tab-content .yearly-tab-content .single-pricing-plan .footer .boxed-btn {          border-color: rgba(0, 0, 0, 0.1);          color: #575768; }          .pricing-area-start .pricing-table-content .tab-content .yearly-tab-content .single-pricing-plan .footer .boxed-btn:hover {            background-color: #ff7200;            border-color: #ff7200;            color: #fff; }/*---------------------------    User info area----------------------------*/.clients-info-area {  padding: 120px 0; }.testimonial-area {  padding: 73px 60px 80px 60px;  border: 2px solid rgba(0, 0, 0, 0.1);  border-radius: 5px;  text-align: center; }  .testimonial-area .title {    font-size: 40px;    line-height: 50px;    color: #151525; }  .testimonial-area .testimonial-carousel {    padding-top: 40px; }    .testimonial-area .testimonial-carousel .single-testimonial-item {      margin-bottom: 20px; }      .testimonial-area .testimonial-carousel .single-testimonial-item .description {        background-color: #f7faff;        position: relative;        padding: 35px 40px 22px 40px;        color: #4e4e62; }        .testimonial-area .testimonial-carousel .single-testimonial-item .description:after {          position: absolute;          left: 110px;          bottom: -13px;          width: 30px;          height: 30px;          background-color: #f7faff;          -ms-transform: rotate(45deg);          /* IE 9 */          -webkit-transform: rotate(45deg);          /* Chrome, Safari, Opera */          transform: rotate(45deg);          content: ''; }        .testimonial-area .testimonial-carousel .single-testimonial-item .description p {          color: #4e4e62; }      .testimonial-area .testimonial-carousel .single-testimonial-item .autor-details {        margin-top: 30px;        position: relative;        display: inline-block; }        .testimonial-area .testimonial-carousel .single-testimonial-item .autor-details .thumb {          position: absolute;          top: 0;          left: 0; }          .testimonial-area .testimonial-carousel .single-testimonial-item .autor-details .thumb img {            width: 60px;            height: 60px;            border-radius: 50%; }        .testimonial-area .testimonial-carousel .single-testimonial-item .autor-details .content {          padding-left: 80px;          padding-top: 10px; }          .testimonial-area .testimonial-carousel .single-testimonial-item .autor-details .content .name {            font-size: 18px;            font-weight: 700;            line-height: 18px;            color: #151525; }          .testimonial-area .testimonial-carousel .single-testimonial-item .autor-details .content .post {            font-size: 12px;            font-weight: 700;            line-height: 12px;            color: #0054ff;            text-transform: uppercase; }.faq-area {  border: 2px solid rgba(0, 0, 0, 0.1);  border-radius: 5px;  padding: 73px 40px 80px 40px;  text-align: center; }  .faq-area .title {    font-size: 40px;    line-height: 50px;    color: #151525;    margin-bottom: 50px; }  .faq-area .faq-area-inner {    padding: 0 20px 0 20px; }    .faq-area .faq-area-inner .card {      border: 2px solid rgba(0, 0, 0, 0.1);      border-bottom: none;      border-radius: 0;      text-align: left; }      .faq-area .faq-area-inner .card:first-child {        border-top-left-radius: 6px;        border-top-right-radius: 6px; }      .faq-area .faq-area-inner .card:last-child {        border-bottom-left-radius: 6px;        border-bottom-right-radius: 6px;        border-bottom: 2px solid rgba(0, 0, 0, 0.1); }      .faq-area .faq-area-inner .card .card-header {        padding: 0;        border: none;        background-color: transparent; }        .faq-area .faq-area-inner .card .card-header a {          display: block;          line-height: 20px;          font-size: 16px;          font-weight: 700;          font-family: "Merriweather", serif;          padding: 25px 30px;          cursor: pointer;          color: #4e4e62;          position: relative; }          .faq-area .faq-area-inner .card .card-header a:after {            position: absolute;            right: 30px;            top: 50%;            -ms-transform: translateY(-50%);            /* IE 9 */            -webkit-transform: translateY(-50%);            /* Chrome, Safari, Opera */            transform: translateY(-50%);            content: "";            font-family: "Font Awesome 5 Free";            font-weight: 900;            font-size: 14px;            color: #4e4e62; }          .faq-area .faq-area-inner .card .card-header a[aria-expanded="true"]:after {            content: "\f068"; }      .faq-area .faq-area-inner .card .card-body {        padding-top: 2px;        padding-bottom: 28px;        padding-left: 30px;        color: #4e4e62; }/*---------------------------    Team Member area---------------------------*/.team-member-area {  position: relative;  z-index: 0;  padding: 112px 0 870px 0; }  .team-member-area:after {    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    background-color: rgba(21, 21, 37, 0.9);    z-index: -1;    content: ''; }  .team-member-area .section-title .title {    color: #fff;    margin-bottom: 12px; }  .team-member-area .section-title p {    color: #c6c6d0; }  .team-member-area.team-member-bg {    background-image: url(../img/bg/team-member-bg.jpg);    background-size: cover;    background-position: center; }.team-area-bottom .team-bottom-inner {  margin-top: -870px; }.team-area-bottom .single-team-member {  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);  padding: 20px;  background-color: #fff;  border-radius: 5px; }  .team-area-bottom .single-team-member .thumb img {    width: 100%; }  .team-area-bottom .single-team-member .author-details {    text-align: center;    padding: 35px 0 18px 0; }    .team-area-bottom .single-team-member .author-details .name {      font-size: 20px;      line-height: 30px;      font-weight: 700; }    .team-area-bottom .single-team-member .author-details .post {      font-size: 12px;      font-weight: 700;      text-transform: uppercase;      color: #0054ff; }    .team-area-bottom .single-team-member .author-details .social-links {      margin-top: 22px; }      .team-area-bottom .single-team-member .author-details .social-links li {        display: inline-block;        margin: 0 5px;        font-weight: 14px; }        .team-area-bottom .single-team-member .author-details .social-links li a {          color: #87879c;          -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; }          .team-area-bottom .single-team-member .author-details .social-links li a:hover {            color: #0054ff; }/*----------------------------    Fun Fact----------------------------*/.fun-fact-area {  padding: 83px 0 120px 0; }  .fun-fact-area.about-page {    padding-top: 110px;    background-color: #151525; }    .fun-fact-area.about-page .section-title .title {      color: #fff; }    .fun-fact-area.about-page .section-title p {      color: #c6c6d0; }    .fun-fact-area.about-page .single-fun-fact-box {      border-color: rgba(255, 255, 255, 0.1); }      .fun-fact-area.about-page .single-fun-fact-box .content .count-number {        color: #fff; }      .fun-fact-area.about-page .single-fun-fact-box .content .title {        color: #8f96a2; }  .fun-fact-area .section-title .title {    color: #151525;    margin-bottom: 12px; }  .fun-fact-area .section-title p {    color: #4e4e62; }  .fun-fact-area .single-fun-fact-box {    border: 2px solid rgba(0, 0, 0, 0.1);    text-align: center;    border-radius: 5px;    padding: 45px 0 37px 0; }    .fun-fact-area .single-fun-fact-box .icon {      font-size: 50px;      line-height: 50px;      color: #0054ff; }    .fun-fact-area .single-fun-fact-box .content {      padding-top: 25px; }      .fun-fact-area .single-fun-fact-box .content .count-number {        font-size: 60px;        line-height: 36px;        color: #151525;        font-family: "Merriweather", serif;        font-weight: 700;        display: block;        margin-bottom: 25px; }      .fun-fact-area .single-fun-fact-box .content .title {        font-size: 14px;        font-weight: 700;        line-height: 24px;        color: #8f96a2;        text-transform: uppercase; }/*--------------------------------    investor relationship--------------------------------*/.investor-relationship-area {  background-color: #151525;  padding: 120px 0 120px 0; }  .investor-relationship-area .left-content-area .video-play-btn {    display: inline-block;    width: 70px;    height: 70px;    border-radius: 50%;    background-color: #0054ff;    color: #fff;    font-size: 16px;    text-align: center;    line-height: 70px;    margin-bottom: 30px; }  .investor-relationship-area .left-content-area .title {    font-size: 49px;    line-height: 60px;    color: #fff;    margin-bottom: 35px; }  .investor-relationship-area .left-content-area p {    color: #dcdcdc;    font-size: 14px;    line-height: 24px;    padding-right: 30px; }  .investor-relationship-area .left-content-area .btn-wrpper {    margin-top: 35px; }    .investor-relationship-area .left-content-area .btn-wrpper .boxed-btn {      opacity: .8; }      .investor-relationship-area .left-content-area .btn-wrpper .boxed-btn:hover {        background-color: #0054ff;        opacity: 1; }  .investor-relationship-area .right-content-area {    text-align: right;    margin-left: 0px; }    .investor-relationship-area .right-content-area .img-wrapper img {      border-radius: 5px; }      .investor-relationship-area .right-content-area .img-wrapper img:first-child {        margin-top: 90px; }      .investor-relationship-area .right-content-area .img-wrapper img:last-child {        margin-top: 30px;        margin-left: 24px; }/*------------------------    Inovation area------------------------*/.single-inovation-area {  padding: 92px 0 100px 0;  position: relative; }  .single-inovation-area.about-page {    padding-top: 62px; }    .single-inovation-area.about-page .bg-text {      top: 65px; }  .single-inovation-area.bg-color {    background-color: #f7faff; }  .single-inovation-area.second-item .bg-text {    left: 16%; }  .single-inovation-area.last-child {    padding-bottom: 220px; }  .single-inovation-area .bg-text {    position: absolute;    top: 40px;    left: 30%;    font-size: 150px;    line-height: 150px;    color: rgba(21, 21, 37, 0.06);    font-weight: 700;    font-family: "Merriweather", serif; }  .single-inovation-area .img-wrapper {    padding-top: 10px; }    .single-inovation-area .img-wrapper .inovation-area-img {      max-width: 466px;      max-height: 466px;      border-radius: 50%;      display: block;      margin: 0 auto; }  .single-inovation-area .invovation-content-area .title {    font-size: 53px;    line-height: 64px;    margin-bottom: 32px; }  .single-inovation-area .invovation-content-area .subtitle {    font-size: 30px;    line-height: 40px;    color: #151525;    display: block;    margin-bottom: 5px; }  .single-inovation-area .invovation-content-area p {    color: #4e4e62;    line-height: 24px;    font-size: 14px;    padding-right: 55px; }  .single-inovation-area .invovation-content-area .btn-wrapper {    margin-top: 35px; }.contact-bottom-inner {  -webkit-box-shadow: 0px 8px 30px 0px rgba(139, 139, 139, 0.2);  box-shadow: 0px 8px 30px 0px rgba(139, 139, 139, 0.2);  border-radius: 5px;  margin-top: -120px;  background-color: #fff; }  .contact-bottom-inner .left-content-area #map {    height: 513px;    width: 100%; }  .contact-bottom-inner .right-content-area {    padding: 63px 60px 70px 32px; }    .contact-bottom-inner .right-content-area .title {      font-size: 40px;      line-height: 50px;      color: #0f0f1b;      margin-bottom: 40px; }.contact-area {  background-color: #151525; }/*----------------------    Sidebar -----------------------*/.sidebar .sidebar-separator {  padding-top: 40px;  margin: 0 30px;  margin-bottom: 35px;  border-bottom: 1px solid #eaeaea; }  .sidebar .sidebar-separator.category {    padding-top: 37px; }  .sidebar .sidebar-separator.latest-post {    padding-top: 4px; }.widget-area {  padding: 0px 30px 0px 30px; }  .widget-area.instagram .instagram-feed {    text-align: center;    margin-top: 27px; }    .widget-area.instagram .instagram-feed li {      display: inline-block;      margin: 3px;      margin-bottom: 5px; }      .widget-area.instagram .instagram-feed li.margin-bottom-0 {        margin-bottom: 0; }  .widget-area.social {    text-align: center; }    .widget-area.social .social-links {      margin-top: 25px; }      .widget-area.social .social-links li {        display: inline-block;        margin: 0 2px; }        .widget-area.social .social-links li a {          display: inline-block;          width: 40px;          height: 40px;          line-height: 40px;          text-align: center;          border-radius: 50%;          border: 1px solid #e3e3e3;          color: #555555;          font-size: 16px;          -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; }          .widget-area.social .social-links li a:hover.twitter {            background-color: #55acee;            border-color: #55acee;            color: #fff; }          .widget-area.social .social-links li a:hover.pinterest {            background-color: #bd081c;            border-color: #bd081c;            color: #fff; }          .widget-area.social .social-links li a:hover.facebook {            background-color: #3b5999;            border-color: #3b5999;            color: #fff; }          .widget-area.social .social-links li a:hover.instagram {            background-color: #e4405f;            border-color: #e4405f;            color: #fff; }          .widget-area.social .social-links li a:hover.wordpress {            background-color: #0073AA;            border-color: #0073AA;            color: #fff; }  .widget-area.category .categories {    margin-top: 15px; }    .widget-area.category .categories li {      display: block;      padding: 10px 0;      border-bottom: 1px solid #eaeaea; }      .widget-area.category .categories li:last-child {        padding-bottom: 0;        border: none; }      .widget-area.category .categories li a {        font-size: 14px;        line-height: 24px;        color: #7d7c8f;        -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; }        .widget-area.category .categories li a:hover {          color: #0054ff; }        .widget-area.category .categories li a .count {          float: right; }  .widget-area.latest-post {    padding-bottom: 36px; }    .widget-area.latest-post .single-latest-post {      margin-bottom: 18px;      margin-top: 25px; }      .widget-area.latest-post .single-latest-post:last-child {        margin-bottom: 0; }      .widget-area.latest-post .single-latest-post .media .media-body {        padding-left: 5px; }        .widget-area.latest-post .single-latest-post .media .media-body h5 {          font-size: 16px;          line-height: 20px;          font-weight: 600;          margin-bottom: 0;          -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; }          .widget-area.latest-post .single-latest-post .media .media-body h5:hover {            color: #0054ff; }        .widget-area.latest-post .single-latest-post .media .media-body .meta-time {          font-size: 14px;          line-height: 100%;          color: #7d7c8f; }  .widget-area.tags {    padding-bottom: 30px; }    .widget-area.tags .tags-list {      margin-top: 30px; }      .widget-area.tags .tags-list li {        display: inline-block; }        .widget-area.tags .tags-list li a {          display: inline-block;          color: #7d7c8f;          font-size: 14px;          line-height: 24px;          padding: 7px 13px;          border: 1px solid #eaeaea;          margin: 0 3px;          margin-bottom: 10px;          -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; }          .widget-area.tags .tags-list li a:hover {            background-color: #0054ff;            color: #fff;            border-color: #0054ff; }  .widget-area .widget-title {    text-align: center; }    .widget-area .widget-title h4 {      font-size: 28px;      line-height: 38px;      display: inline-block;      font-weight: 700;      color: #2e3841;      position: relative; }      .widget-area .widget-title h4:after {        position: absolute;        left: -60px;        top: 50%;        width: 40px;        height: 2px;        background-color: #ebebeb;        content: '';        -ms-transform: translateY(-50%);        /* IE 9 */        -webkit-transform: translateY(-50%);        /* Chrome, Safari, Opera */        transform: translateY(-50%); }      .widget-area .widget-title h4:before {        position: absolute;        right: -60px;        top: 50%;        width: 40px;        height: 2px;        background-color: #ebebeb;        content: '';        -ms-transform: translateY(-50%);        /* IE 9 */        -webkit-transform: translateY(-50%);        /* Chrome, Safari, Opera */        transform: translateY(-50%); }/*----------------------Footer area----------------------*/.footer-area .footer-top {  background-color: #151525;  padding: 80px 0; }  .footer-area .footer-top .social-share-icons ul li {    display: inline-block;    margin: 0 5px; }    .footer-area .footer-top .social-share-icons ul li a {      display: inline-block;      width: 60px;      height: 60px;      border-radius: 50%;      background-color: #202035;      font-size: 16px;      line-height: 60px;      color: #b4b4c2;      -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; }      .footer-area .footer-top .social-share-icons ul li a:hover {        background-color: #0054ff;        color: #fff; }.footer-area .footer-bottom {  padding: 30px 0;  background-color: #111121; }  .footer-area .footer-bottom .copyright-text {    color: #bfbfcd;    font-size: 14px;    line-height: 24px; }/*----------------------    Contact Page----------------------*/.contact-page-content-area {  padding: 132px 0 220px 0; }  .contact-page-content-area .single-contact-info-box {    position: relative;    text-align: center;    border: 2px solid rgba(0, 0, 0, 0.1);    border-radius: 5px;    padding: 60px 30px 35px 30px;    -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; }    .contact-page-content-area .single-contact-info-box:hover {      border-color: #0054ff; }      .contact-page-content-area .single-contact-info-box:hover .icon {        -webkit-box-shadow: 0 3px 16px 0 rgba(0, 84, 255, 0);        box-shadow: 0 3px 16px 0 rgba(0, 84, 255, 0); }    .contact-page-content-area .single-contact-info-box .icon {      position: absolute;      left: 50%;      top: -35px;      width: 70px;      height: 70px;      border-radius: 50%;      font-size: 18px;      line-height: 70px;      text-align: center;      background-color: #0054ff;      color: #fff;      -ms-transform: translateX(-50%);      /* IE 9 */      -webkit-transform: translateX(-50%);      /* Chrome, Safari, Opera */      transform: translateX(-50%);      -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; }    .contact-page-content-area .single-contact-info-box .content .details {      display: block;      font-size: 18px;      line-height: 28px;      color: #484862; }/*-----------------------    Blog Page------------------------*/.blog-page-inner {  padding: 120px 0; }  .blog-page-inner .single-blog-post {    margin-bottom: 47px; }    .blog-page-inner .single-blog-post .thumb {      margin-bottom: 40px; }    .blog-page-inner .single-blog-post .content {      position: relative; }      .blog-page-inner .single-blog-post .content .meta-date {        width: 100px;        height: 100px;        background-color: #0054ff;        text-align: center;        border-radius: 10px;        color: #fff;        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-pack: center;        -ms-flex-pack: center;        justify-content: center;        -webkit-box-align: center;        -ms-flex-align: center;        align-items: center;        position: absolute;        left: 0;        top: 0; }        .blog-page-inner .single-blog-post .content .meta-date .date {          font-size: 50px;          font-weight: 300;          line-height: 50px;          display: block; }        .blog-page-inner .single-blog-post .content .meta-date .month {          font-size: 14px;          line-height: 24px;          text-transform: uppercase;          font-weight: 700; }      .blog-page-inner .single-blog-post .content .post-content {        padding-left: 130px; }        .blog-page-inner .single-blog-post .content .post-content .post-meta {          margin-bottom: 10px; }          .blog-page-inner .single-blog-post .content .post-content .post-meta li {            color: #7d7c8f;            display: inline-block;            margin: 0 18px;            -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;            font-style: italic; }            .blog-page-inner .single-blog-post .content .post-content .post-meta li:hover {              color: #0054ff; }              .blog-page-inner .single-blog-post .content .post-content .post-meta li:hover a {                color: #0054ff; }            .blog-page-inner .single-blog-post .content .post-content .post-meta li:first-child {              margin-left: 0; }            .blog-page-inner .single-blog-post .content .post-content .post-meta li i {              padding-right: 5px; }            .blog-page-inner .single-blog-post .content .post-content .post-meta li a {              color: #7d7c8f;              -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-page-inner .single-blog-post .content .post-title {        font-size: 30px;        line-height: 40px;        color: #2e3841;        font-weight: 700;        margin-bottom: 25px;        -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-page-inner .single-blog-post .content .post-title:hover {          color: #0054ff; }      .blog-page-inner .single-blog-post .content p {        font-size: 16px;        line-height: 26px;        color: #7d7c8f; }.paginatoin-nav {  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; }.pagination .page-item {  margin: 0 5px; }  .pagination .page-item.active .page-link {    color: #fff;    background-color: #0054ff; }  .pagination .page-item:hover .page-link {    color: #fff;    background-color: #0054ff; }  .pagination .page-item .page-link {    border: 2px solid rgba(46, 56, 65, 0.1);    border-radius: 5px;    width: 40px;    height: 40px;    text-align: center;    color: #2e3841;    font-size: 14px;    font-weight: 700;    line-height: 22px;    -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 Page--------------------------*/.single-post-separator {  padding-top: 40px;  border-bottom: 1px solid rgba(0, 0, 0, 0.1);  margin-bottom: 40px; }.blog-details-content {  padding: 120px 0 118px 0; }  .blog-details-content .single-blog-post {    position: relative; }    .blog-details-content .single-blog-post .meta-time {      position: absolute;      left: 0;      top: 0;      width: 100px;      height: 100px;      border-radius: 5px;      text-align: center;      background-color: #0054ff;      padding: 13px 0 0 0; }      .blog-details-content .single-blog-post .meta-time .date {        font-size: 50px;        line-height: 50px;        color: #fff;        display: block; }      .blog-details-content .single-blog-post .meta-time .month {        font-size: 14px;        font-weight: 700;        color: #fff;        text-transform: uppercase; }    .blog-details-content .single-blog-post .details-container {      padding-left: 130px; }      .blog-details-content .single-blog-post .details-container .post-bottom-content .bottom-content .right-content .title {        display: none; }      .blog-details-content .single-blog-post .details-container .meta-tags {        margin-bottom: 10px; }        .blog-details-content .single-blog-post .details-container .meta-tags ul li {          display: inline-block;          margin: 0 18px;          color: #7c7c90;          font-size: 14px;          line-height: 24px;          font-weight: 700; }          .blog-details-content .single-blog-post .details-container .meta-tags ul li:first-child {            margin-left: 0; }          .blog-details-content .single-blog-post .details-container .meta-tags ul li i {            padding-right: 5px; }      .blog-details-content .single-blog-post .details-container .post-body .title {        font-size: 30px;        line-height: 40px;        color: #262b49;        margin-bottom: 25px; }      .blog-details-content .single-blog-post .details-container .post-body p {        font-size: 16px;        line-height: 26px;        color: #7c7c90; }      .blog-details-content .single-blog-post .details-container .post-body .post-blockquote {        padding: 23px 50px 27px 20px;        border-radius: 5px;        background-color: #151525;        position: relative;        margin-top: 42px;        margin-bottom: 45px; }        .blog-details-content .single-blog-post .details-container .post-body .post-blockquote .icon {          position: absolute;          left: 0;          top: 0;          font-size: 40px;          line-height: 40px;          padding-top: 45px;          padding-left: 40px;          color: #4a5462; }        .blog-details-content .single-blog-post .details-container .post-body .post-blockquote .content {          padding-left: 90px; }          .blog-details-content .single-blog-post .details-container .post-body .post-blockquote .content p {            font-size: 14px;            line-break: 24px;            color: #bdc4cf; }          .blog-details-content .single-blog-post .details-container .post-body .post-blockquote .content .post {            font-size: 14px;            line-height: 24px;            font-weight: 700;            color: #0054ff; }      .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content {        margin-top: 28px; }        .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .top-content .title {          font-size: 18px;          line-height: 28px;          color: #121821;          margin-bottom: 17px; }        .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .top-content .left-content {          display: inline-block; }        .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .top-content .right-content {          float: right; }        .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content {          display: inline-block; }          .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li {            display: inline-block;            border: 2px solid rgba(0, 0, 0, 0.1);            border-radius: 5px;            -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;            margin: 0 9px; }            .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li:first-child {              margin-left: 0; }            .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li:hover {              border-color: #0054ff;              background-color: #0054ff; }              .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li:hover a {                color: #fff; }            .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li a {              color: #7c7c90;              font-size: 14px;              line-height: 24px;              font-weight: 700;              -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;              text-transform: uppercase;              display: inline-block;              padding: 10px 20px; }        .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content {          float: right; }          .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content ul li {            font-size: 18px;            line-height: 28px;            margin: 0 3px;            display: inline-block; }            .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content ul li:hover a {              color: #0054ff; }            .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content ul li a {              color: #939aa4;              -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-content .comments-form-area .title {    font-size: 26px;    line-height: 36px;    color: #121821;    font-weight: 700;    margin-bottom: 32px; }  .blog-details-content .comments-area .title {    margin-bottom: 35px; }  .blog-details-content .comments-area .single-comment-item {    position: relative; }    .blog-details-content .comments-area .single-comment-item .thumb {      position: absolute;      left: 0;      top: 0;      max-width: 100px;      max-height: 100px;      border-radius: 50%; }    .blog-details-content .comments-area .single-comment-item .content {      padding-left: 130px; }      .blog-details-content .comments-area .single-comment-item .content .meta-date {        font-size: 14px;        line-height: 24px;        color: #7c7c90;        display: block;        padding-top: 10px; }      .blog-details-content .comments-area .single-comment-item .content .author-name {        font-size: 18px;        line-height: 28px;        color: #121821;        margin-bottom: 12px; }      .blog-details-content .comments-area .single-comment-item .content p {        color: #7c7c90;        font-size: 14px;        line-height: 24px;        margin-bottom: 0; }    .blog-details-content .comments-area .single-comment-item .reply-btn {      position: absolute;      top: 0;      right: 0;      color: #7c7c90;      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-details-content .comments-area .single-comment-item .reply-btn:hover {        color: #0054ff; }      .blog-details-content .comments-area .single-comment-item .reply-btn i {        padding-right: 5px; }.single-blog-page-separator {  padding-top: 40px;  margin-bottom: 35px;  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }/*---------------------    About Page----------------------*/.about-page-content {  padding: 120px 0; }  .about-page-content .right-content-area {    padding-top: 20px;    padding-left: 20px; }    .about-page-content .right-content-area .title {      font-size: 50px;      font-weight: 700;      line-height: 50px;      color: #151525; }    .about-page-content .right-content-area .subtitle {      font-size: 16px;      font-weight: 700;      text-transform: uppercase;      color: #0054ff;      display: block;      margin-bottom: 30px; }    .about-page-content .right-content-area p {      font-size: 16px;      line-height: 26px;      color: #4e4e62; }    .about-page-content .right-content-area .right-content-bottom {      position: relative;      margin-top: 38px; }      .about-page-content .right-content-area .right-content-bottom .video-thumb {        display: inline-block;        position: absolute; }        .about-page-content .right-content-area .right-content-bottom .video-thumb .video-thumb-inner {          position: relative; }          .about-page-content .right-content-area .right-content-bottom .video-thumb .video-thumb-inner .hover {            position: absolute;            left: 0;            top: 0;            width: 100%;            height: 100%;            background-color: rgba(0, 84, 255, 0.9);            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; }            .about-page-content .right-content-area .right-content-bottom .video-thumb .video-thumb-inner .hover i {              font-size: 60px;              line-height: 60px;              color: #fff; }              .about-page-content .right-content-area .right-content-bottom .video-thumb .video-thumb-inner .hover i:before {                font-size: 60px;                line-height: 60px; }      .about-page-content .right-content-area .right-content-bottom .content {        padding-left: 230px;        font-style: italic; }/*---------------------    Services Page---------------------*/.service-page-timeline {  padding: 120px 0; }  .service-page-timeline .service-page-timeline-inne {    position: relative; }    .service-page-timeline .service-page-timeline-inne:after {      position: absolute;      left: 50%;      top: 0;      width: 2px;      height: 100%;      content: '';      background-color: #f0f0f0;      -ms-transform: translateX(-50%);      /* IE 9 */      -webkit-transform: translateX(-50%);      /* Chrome, Safari, Opera */      transform: translateX(-50%); }    .service-page-timeline .service-page-timeline-inne:before {      position: absolute;      left: 50%;      bottom: 0;      width: 40px;      height: 40px;      border-radius: 50%;      content: '';      background-color: #f0f0f0;      -ms-transform: translateX(-50%);      /* IE 9 */      -webkit-transform: translateX(-50%);      /* Chrome, Safari, Opera */      transform: translateX(-50%); }  .service-page-timeline .single-timeline-item-left {    position: relative;    margin-bottom: 95px;    text-align: center; }    .service-page-timeline .single-timeline-item-left:hover:after {      background-color: #fff;      border-color: #0054ff; }    .service-page-timeline .single-timeline-item-left:hover:before {      background-color: #0054ff; }    .service-page-timeline .single-timeline-item-left.active:after {      background-color: #fff;      border-color: #0054ff; }    .service-page-timeline .single-timeline-item-left.active:before {      background-color: #0054ff; }    .service-page-timeline .single-timeline-item-left.active .content .title {      color: #0054ff; }    .service-page-timeline .single-timeline-item-left:after {      position: absolute;      right: -29%;      top: 0;      width: 40px;      height: 40px;      border: 10px solid #f0f0f0;      content: '';      border-radius: 50%;      background-color: #f0f0f0;      z-index: 1;      -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; }    .service-page-timeline .single-timeline-item-left:before {      position: absolute;      right: -25%;      top: 20px;      width: 80px;      height: 2px;      content: '';      border-radius: 50%;      background-color: #f0f0f0;      z-index: 1;      -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; }    .service-page-timeline .single-timeline-item-left .thumb {      margin-bottom: 25px; }    .service-page-timeline .single-timeline-item-left .content .title {      font-size: 26px;      line-height: 36px;      color: #151525;      margin-bottom: 22px;      -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; }    .service-page-timeline .single-timeline-item-left .content p {      font-size: 14px;      line-height: 24px;      color: #4e4e62;      padding: 0 30px; }  .service-page-timeline .single-timeline-item-right {    margin-bottom: 95px;    text-align: center;    position: relative; }    .service-page-timeline .single-timeline-item-right.active:after {      background-color: #fff;      border-color: #0054ff; }    .service-page-timeline .single-timeline-item-right.active:before {      background-color: #0054ff; }    .service-page-timeline .single-timeline-item-right:hover:after {      background-color: #fff;      border-color: #0054ff; }    .service-page-timeline .single-timeline-item-right:hover:before {      background-color: #0054ff; }    .service-page-timeline .single-timeline-item-right:hover .content .title {      color: #0054ff; }    .service-page-timeline .single-timeline-item-right:after {      position: absolute;      left: -29%;      top: 0;      width: 40px;      height: 40px;      border: 10px solid #f0f0f0;      content: '';      border-radius: 50%;      background-color: #f0f0f0;      z-index: 1;      -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; }    .service-page-timeline .single-timeline-item-right:before {      position: absolute;      left: -25%;      top: 20px;      width: 80px;      height: 2px;      content: '';      border-radius: 50%;      background-color: #f0f0f0;      z-index: 1;      -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; }    .service-page-timeline .single-timeline-item-right .thumb {      margin-bottom: 25px; }    .service-page-timeline .single-timeline-item-right .content .title {      font-size: 26px;      line-height: 36px;      color: #151525;      margin-bottom: 22px;      -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; }    .service-page-timeline .single-timeline-item-right .content p {      font-size: 14px;      line-height: 24px;      color: #4e4e62;      padding: 0 30px; }.services-page-content {  position: relative;  padding-top: 115px;  padding-bottom: 120px;  z-index: 0; }  .services-page-content .section-title .title {    color: #fff; }  .services-page-content .section-title p {    color: #c6c6d0; }  .services-page-content:after {    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    background-color: rgba(21, 21, 37, 0.9);    content: '';    z-index: -1; }  .services-page-content.services-page-bg {    background-color: #ddd;    background-image: url(../img/bg/services-bg.jpg);    background-position: center;    background-size: cover; }/*-------------------------    Gallery Page-------------------------*/.photo-gallery-contenta-area {  padding: 120px 0 90px 0; }  .photo-gallery-contenta-area .photo-gallery-masony-wrapper .photo-gallery-masony-inner .single-photo-gallery-item {    margin-bottom: 30px; }  .photo-gallery-contenta-area .photo-gallery-manu-wrppaer {    margin-bottom: 40px;    text-align: center; }    .photo-gallery-contenta-area .photo-gallery-manu-wrppaer ul {      border: 2px solid rgba(75, 75, 75, 0.19);      border-radius: 35px;      display: inline-block; }      .photo-gallery-contenta-area .photo-gallery-manu-wrppaer ul li {        display: inline-block;        height: 60px;        line-height: 60px;        text-align: center;        padding: 0 26px;        text-transform: uppercase;        font-size: 16px;        font-weight: 700;        color: #a6a6a6;        border-radius: 35px;        cursor: pointer;        -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; }        .photo-gallery-contenta-area .photo-gallery-manu-wrppaer ul li.active {          background-color: #0054ff;          color: #fff; }        .photo-gallery-contenta-area .photo-gallery-manu-wrppaer ul li:hover {          background-color: #0054ff;          color: #fff; }/*-----------------------------------    Pricing Plan Page-----------------------------------*/.pricing-plan-page-content {  padding: 120px 0; }  .pricing-plan-page-content .sinlge-pricing-plan-page-plan {    border: 2px solid rgba(0, 0, 0, 0.1);    padding: 55px 50px 60px 50px;    border-radius: 5px; }    .pricing-plan-page-content .sinlge-pricing-plan-page-plan .header .price {      font-size: 14px;      line-height: 24px;      color: #0054ff;      display: block;      margin-bottom: 5px; }    .pricing-plan-page-content .sinlge-pricing-plan-page-plan .header .name {      font-size: 40px;      line-height: 50px;      font-weight: 700;      margin-bottom: 32px; }    .pricing-plan-page-content .sinlge-pricing-plan-page-plan .body ul li {      font-size: 14px;      line-height: 30px;      color: #4e4e62; }      .pricing-plan-page-content .sinlge-pricing-plan-page-plan .body ul li i {        color: #0054ff;        padding-right: 10px; }    .pricing-plan-page-content .sinlge-pricing-plan-page-plan .footer {      margin-top: 42px; }      .pricing-plan-page-content .sinlge-pricing-plan-page-plan .footer .boxed-btn {        display: block;        margin: 0 auto; }        .pricing-plan-page-content .sinlge-pricing-plan-page-plan .footer .boxed-btn.blank {          border-color: rgba(0, 0, 0, 0.1);          color: #4e4e62; }        .pricing-plan-page-content .sinlge-pricing-plan-page-plan .footer .boxed-btn:hover {          color: #fff; }/*-----------------------------------    Team Page----------------------------------*/.team-page-content {  padding: 120px 0 90px 0; }  .team-page-content .single-team-member {    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);    padding: 20px;    background-color: #fff;    border-radius: 5px; }    .team-page-content .single-team-member .thumb img {      width: 100%; }    .team-page-content .single-team-member .author-details {      text-align: center;      padding: 35px 0 18px 0; }      .team-page-content .single-team-member .author-details .name {        font-size: 20px;        line-height: 30px;        font-weight: 700; }      .team-page-content .single-team-member .author-details .post {        font-size: 12px;        font-weight: 700;        text-transform: uppercase;        color: #0054ff; }      .team-page-content .single-team-member .author-details .social-links {        margin-top: 22px; }        .team-page-content .single-team-member .author-details .social-links li {          display: inline-block;          margin: 0 5px;          font-weight: 14px; }          .team-page-content .single-team-member .author-details .social-links li a {            color: #87879c;            -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; }            .team-page-content .single-team-member .author-details .social-links li a:hover {              color: #0054ff; }/*：源代码唯一下载链接: http://www.bootstrapmb.com/item/1693(当前备注仅在演示里出现，下载源码不包含)*/