@charset "UTF-8";

/* CSS Document */

/*------------------------------------------------------------------

Template Name:      Finvisor Financial Company HTML Website Template
Version:            1.0.0
Created Date:       12/4/2018 
Author: EaseTemplate
Author URL: https://easetemplate.com/               
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/

------------------------------------------------------------------
[CSS Table of contents]

1.  Body / Typography 
2.  Form Elements
3.  Buttons
4.  General / Elements
      4.1 Section space
      4.2 Margin space
      4.3 Padding space
      4.4 Background color
      4.5 Features
      4.7 Call to actions
      4.8 Img hover effect
      4.9 Icon
      -----------------------
5. Header / Navigations
      5.1 Header Regular
      5.2 Header Transparent
      5.3 Navigation Regular
      5.4 Page Header

      -----------------------
6. Slider
      6.1 Slider
      -----------------------
7. Content
8. Footers
9. Product

  9.1  Product List
  9.2  Product Single 
  
  ------------------------------------

10.Pages

  10.1   Team List
  10.2   About
  10.3   Testimonials
  10.4    Contact us 
  10.5   StyleGuide 
  10.6   404 Error   
  10.7   Shortcodes Accordions
  10.8   Shortcodes Tabs 
  10.9  Shortcodes Alerts 
  
 
       

  ------------------------------------
11.Blog
  10.1 Blog Default
  10.2 Blog Single
  ------------------------------------
  
12.Sidebar
  11.1 Widget
  ------------------------------------

13. Media Queries

------------------------------------------------------------------*/

/*----------------------------------
   1. Body / Typography
----------------------------------*/
* {
    /* box-sizing:border-box; */
}
html,body{
    overflow-x:hidden;
}
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'PingFang SC','Segoe UI','Lucida Grande','NotoSansHans-Light','Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;
    letter-spacing: 0px;
    font-size: 16px;
    color: #333;
    font-weight: 400; /* line-height: 32px; */
}

h1, h2, h3, h4, h5, h6 {
    color: #26282c;
    margin: 0px 0px 12px 0px;
    /* font-family: 'Glegoo', serif; */
    font-weight: 700;
    line-height: 1;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 26px;
    line-height: 38px;
}

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

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
    line-height: 27px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0;
    line-height: 1.7;
}

p:last-child {
    margin: 0px;
}

ul, ol {
    font-family: 'Roboto', sans-serif;
}
.bor-rad4{
    border-radius: 4px!important;
}
a {
    text-decoration: none;
    color: #7d7f82;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

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

sub {
    bottom: 0em;
}

.lead {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.6;
    font-family: 'Glegoo', serif;
    color: #272829;
    margin-bottom: 20px;
}

.firstcharacter {
    float: left;
    font-size: 80px;
    line-height: 60px;
    padding-top: 11px;
    padding-right: 8px;
    padding-left: 0px;
    color: #55595d;
}

blockquote {
    margin: 0 0 30px;
    font-size: 19px;
    border-left: 5px solid #fe5b10;
    background-color: transparent;
    color: #26282c;
    line-height: 34px;
    padding-left: 20px;
    font-weight: 700;
    font-family: 'Glegoo', serif;
}

.blockquote-reverse, blockquote.pull-right {
    border-right: 0px;
    margin: 0 0 30px;
    font-size: 19px;
    border-right: 5px solid #fe5b10;
    border-left: 0px;
    padding-right: 25px;
}

.qoute-icon {
}

.blockquote-content {
}

.blockquote-text {
    font-family: 'Glegoo', serif;
    color: #fe5b10;
    font-size: 16px;
    line-height: 1.6;
}

strong {
    color: #272829;
    font-weight: 700;
}

hr {
    border-top: 1px solid #e6e6e7;
    margin-bottom: 50px;
    margin-top: 50px;
}
.header-include{
    height: 63px;
}
.footer-include{
    height:400px ;
}
/*-----------------------
   2 Form Elements:
-------------------------*/

/* label */

label {
}

/* input */
input {
}

input[type=text] {
}

input[type=email] {
}

textarea {
}

select {
}

/* bootstrap Form Classes */

/* Form Control Classes */

.control-label {
    font-size: 13px;
    text-transform: capitalize;
    color: #262729;
    margin-bottom: 10px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 1;
}

textarea.form-control {
    height: auto;
}

.required {
}

.form-group {
    margin-bottom: 5px;
}

.form-control {
    border-radius: 0px;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    height: 55px;
    padding: 16px;
    line-height: 1.42857143;
    border: 2px solid #e8ecf0;
    background-color: #f3f7fb;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-bottom: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    color: #7d7f82;
}

.form-control:focus {
    color: #7d7f82;
    outline: 0;
    box-shadow: 0 0 0 0.0rem rgb(255, 255, 255);
    border-color: #e8ecf0;
    background-color: #fff;
}

.focus {
    border: 2px solid #e8ecf0;
}

.focus:focus {
    border: 2px solid #e8ecf0;
}

.has-success .form-control {
    border-color: #3c763d;
    background-color: #f3f7fb;
    box-shadow: none;
}

.has-success .form-control:focus {
    border-color: #3c763d;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control {
    border-color: #a94442;
    background-color: #f3f7fb;
    box-shadow: none;
}

.has-error .form-control:focus {
    border-color: #34b2a4;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* select Options Classes */
select.form-control:not([size]):not([multiple]) {
    height: 55px;
    color: #79736d;
}

select option {
    margin: 40px;
    background: rgba(255, 255, 255, 1);
    color: #262729;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    position: relative;
}

select.form-control {
    position: relative;
}

select {
    -moz-appearance: none;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    padding: 14px;
    line-height: 1.42857143;
    border: 1px solid #e0e5e9;
    background-color: #fff;
    text-transform: capitalize;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    color: #79736d;
}

.select {
    position: relative;
    display: block;
    line-height: 2.2;
    overflow: hidden;
}

.select::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 13px 16px 0px 0px;
    background: transparent;
    pointer-events: none;
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 16px;
}

.select:hover::after {
    color: #262729;
}

.select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

select option {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    background-color: #fff;
}

/* input-group Classes */
.input-group-addon:last-child {
    border-left: 0;
    border-right: transparent;
    border-top: transparent;
    border-bottom: transparent;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/* Input Placeholder */
input::-webkit-input-placeholder {
    color: #79736d !important;
}

input:focus::-webkit-input-placeholder {
    color: #262729 !important;
}

textarea::-webkit-input-placeholder {
    color: #79736d !important;
}

textarea:focus::-webkit-input-placeholder {
    color: #262729 !important;
}

/*------------------------
Radio & Checkbox CSS
-------------------------*/
input[type=radio].with-font, input[type=checkbox].with-font {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

input[type=radio].with-font ~ label:before, input[type=checkbox].with-font ~ label:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
/ Fix version 5.0 .9 / display: inline-block;
    content: "\f111";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #bbbec1;
    width: 1.4em;
    position: relative;
    top: 3px;
}

input[type=radio].with-font:checked ~ label:before, input[type=checkbox].with-font:checked ~ label:before {
    content: "\f058";
    font-size: 1.2em;
    color: #bbbec1;
    letter-spacing: 5px;
}

input[type=checkbox].with-font ~ label:before {
    content: "\f0c8";
}

input[type=checkbox].with-font:checked ~ label:before {
    content: "\f14a";
    color: #bbbec1;
}

input[type=radio].with-font:focus ~ label:before, input[type=checkbox].with-font:focus ~ label:before, input[type=radio].with-font:focus ~ label, input[type=checkbox].with-font:focus ~ label {
}

/*-------------- align ------------*/

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 0px 0 20px 30px;
}

.alignleft {
    float: left;
    margin: 0px 20px 0px 0;
}

a img.alignright {
    float: right;
    margin: 0px 0 30px 30px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*-----------------------------------
   3. Buttons
-----------------------------------*/
.btn {
    /* font-family: 'Glegoo', serif; */
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 12px 18px;
    letter-spacing: 0px;
    border-radius: 0px;
    line-height: 1.6;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    word-wrap: break-word;
    white-space: normal !important;
}

/* -------------  btn-primary  ----------*/
.btn-primary {
    background-color: #369bb9;
    color: #fff;
    border: 2px solid #369bb9;
}

.btn-primary:hover {
    background-color: #298eac;
    color: #fff;
    border: 2px solid #298eac;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #298eac;
    color: #fff;
    border: 2px solid #298eac;
    box-shadow: 0 0 0 0.1rem rgb(41, 142, 172);
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.1rem rgb(41, 142, 172);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #494b4e;
    border-color: #494b4e;
}

/*-----------------  btn-default  --------------------------*/
.btn-default {
    background-color: #0B489D;
    color: #fff;
    border: 2px solid #0B489D;
}

.btn-default:hover {
    background-color: #e55716;
    color: #fff;
    border: 2px solid #e55716;
}

.btn-default.focus, .btn-default:focus {
    background-color: #e55716;
    color: #fff;
    border: 2px solid #e55716;
    box-shadow: 0 0 0 0.1rem rgb(229, 87, 22);
}

/*------------------   btn-outline -----------------*/
.btn-outline {
}

.btn.btn-outline {
}

.btn-outline:hover {
}

.btn-outline.focus, .btn-outline:focus {
}

/* ---------------  btn-secondary --------------------*/
.btn-secondary {
    background-color: #172651;
    color: #fff;
    border: 2px solid #172651;
}

.btn-secondary:hover {
    background-color: #203265;
    color: #fff;
    border: 2px solid #203265;
}

.btn-secondary.focus, .btn-seondary:focus {
    background-color: #203265;
    color: #fff;
    border: 2px solid #203265;
    box-shadow: 0 0 0 0.1rem rgb(32, 50, 101);
}

/*-----------------  btn-lg,sm,xs --------------*/
.btn-lg {
    padding: 14px 22px;
    font-size: 16px;
}

.btn-sm {
    padding: 10px 18px;
    font-size: 12px;
}

.btn-xs {
    padding: 8px 12px;
    font-size: 12px;
}

/*-------------- btn-white ----------*/
.btn-white {
    color: #202224;
    background: #fff;
    border: 1px solid #fff;
}

.btn-white:hover {
    background-color: #fff;
    color: #202224;
    border: 1px solid #fff;
}

.btn-white.focus, .btn-white:focus {
    background-color: #fff;
    color: #202224;
}

/*-------------- btn-white-outline ----------*/
.btn-white-outline {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
}

.btn-white-outline:hover {
    background-color: #fff;
    color: #25292a;
}

.btn.btn-white-outline.focus, .btn.btn-white-outline:focus {
    background-color: #fff;
    color: #25292a;
    box-shadow: 0 0 0 0.2rem rgb(244, 246, 248);
}

/*-------------- btn-link ----------*/
.btn-secondary-link {
    color: #172651;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    font-family: 'Glegoo', serif;
    font-style: initial;
    letter-spacing: 1px;
}

.btn-secondary-link:hover {
    color: #203265;
    text-decoration: none;
}

button.btn {
    margin-right: -1px;
}

.btn-default-link {
    color: #fe5b10;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    font-family: 'Glegoo', serif;
    font-style: initial;
    letter-spacing: 0px;
}

.btn-default-link:hover {
    color: #e55716;
    text-decoration: none;
}

.btn-primary-link {
    color: #369bb9;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    font-family: 'Glegoo', serif;
    font-style: initial;
    letter-spacing: 0px;
}

.btn-primary-link:hover {
    color: #298eac;
    text-decoration: none;
}

/*-------------- btn-boxed ----------*/
.btn-boxed {
    width: 100%;
    height: 100%;
    padding: 133px 0px;
    font-size: 28px;
}

/*-----------------------------------
   4. General / Elements
-----------------------------------*/

/*-----------------------
   4.1 Section space :
-------------------------*/

/*Note: Section space help to create top bottom space;*/

.space-small {
    padding-top: 70px;
    padding-bottom: 70px;
}

.space-medium {
    padding-top: 100px;
    padding-bottom: 100px;
}

.space-large {
    padding-top: 140px;
    padding-bottom: 140px;
}

.space-ex-large {
    padding-top: 160px;
    padding-bottom: 160px;
}

.content {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*----------------------
  4.2 Margin Space
-----------------------*/
.mb0 {
    margin-bottom: 0px;
}

.ml30 {
    margin-left: 30px;
}

.ml10 {
    margin-left: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb130 {
    margin-bottom: 130px;
}

.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
    display: inline-block;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

/*----- less margin space from top --*/
.mt-20 {
    margin-top: -20px;
}

.mt-40 {
    margin-top: -40px;
}

.mt-60 {
    margin-top: -60px;
}

.mt-80 {
    margin-top: -80px;
}


.mr-10 {
    margin-right: -10px;
}

.ml-10 {
    margin-left: -10px;
}


/*-----------------------
  4.3 Padding space
-------------------------*/
.nopadding {
    padding: 0px;
}

.nopr {
    padding-right: 0px;
}

.nopl {
    padding-left: 0px;
}

.pinside10 {
    padding: 10px;
}

.pinside20 {
    padding: 20px;
}

.pinside30 {
    padding: 30px;
}

.pinside40 {
    padding: 40px;
}

.pinside50 {
    padding: 50px;
}

.pinside60 {
    padding: 60px;
}

.pinside80 {
    padding: 80px;
}

.pinside100 {
    padding: 100px;
}

.pinside140 {
    padding: 140px;
}

.pdt0 {
    padding-top: 0px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt20 {
    padding-top: 20px;
}

.pdt30 {
    padding-top: 30px;
}

.pdt40 {
    padding-top: 40px;
}

.pdt60 {
    padding-top: 60px;
}

.pdt80 {
    padding-top: 80px;
}

.pdt100 {
    padding-top: 100px;
}

.pdt120 {
    padding-top: 120px;
}

.pdb0 {
    padding-bottom: 0px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

.pdb30 {
    padding-bottom: 30px;
}

.pdb40 {
    padding-bottom: 40px;
}

.pdb60 {
    padding-bottom: 60px;
}

.pdb80 {
    padding-bottom: 80px;
}

.pdb150 {
    padding-bottom: 150px;
}

.pdl10 {
    padding-left: 10px;
}

.pdl20 {
    padding-left: 20px;
}

.pdl30 {
    padding-left: 30px;
}

.pdl40 {
    padding-left: 40px;
}

.pdl60 {
    padding-left: 60px;
}

.pdl80 {
    padding-left: 80px;
}

.pdl140 {
    padding-left: 140px;
}

.pdr10 {
    padding-right: 10px;
}

.pdr20 {
    padding-right: 20px;
}

.pdr30 {
    padding-right: 30px;
}

.pdr40 {
    padding-right: 40px;
}

.pdr60 {
    padding-right: 60px;
}

.pdr80 {
    padding-right: 80px;
}

.pdr140 {
    padding-right: 140px;
}

.pdtb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

/*--------------------------------
4.4 Background & Block color
----------------------------------*/
.bg-light {
    background-color: #fafafb !important;
}

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

.bg-primary {
    background-color: #55595d !important;
}

.bg-secondary {
    background-color: #193e6b !important;
}

.bg-gradient {
}

.bg-matte-yellow {
    background-color: #b38644;
}

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

.outline {
}

.section-title {
    margin-bottom: 40px;
    font-size: 14px;
    text-transform: uppercase;
}

.title {
    color: #26282c;
}

.text-light {
    color: #d1d1d1 !important;
}

.title-bold {
    font-weight: 700;
}

.text-bold {
    font-weight: 700;
}

.small-title {
}

.text-default {
    color: #c38d3f;
}

.text-primary {
    color: #369bb9 !important;
}

.text-green {
    color: #61dc93;
}

.text-red {
    color: #f85759;
}

.text-blue {
    color: #3ecaf5;
}

.text-black {
    color: #0e171c;
}

.text-yellow {
    color: #fcd54d;
}

.text-secondary {
    color: #193e6b !important;
}

.text-light {
    color: #f4f4f6;
}
.text-white{
    color: #fff;
}

.font-impact {
    font-family: impact;
}

.primary-sidebar {
}

.secondary-sidebar {
}

.card-block {
    padding: 80px;
}

.well-block {
}

.well-bg-block {
    background-color: #f8fafb;
    padding: 50px;
    margin-bottom: 80px;
    border: 1px solid #e8eced;
}

.divider-line {
    border-bottom: 1px solid #e6e6e7;
    margin-top: 30px;
    margin-bottom: 30px;
}

.bg-box {
    background-color: #eff6f5;
    padding: 40px;
}

small {
    font-size: 14px;
}

.card-section {
    position: relative;
    bottom: 60px;
}

/*--------------------------------
4.5 Features Block
----------------------------------*/
.feature {
}

.features-section {
}

.feature-icon {
}

.feature-content {
}

.feature-inner {
}

.feature-outline {
}

/*--- Feature left  class ---*/
.feature-left {
}

.feature-left .feature-icon {
}

.feature-left .feature-content {
}

.feature-left:last-child {
}

/*--- Feature center class ---*/
.feature-center {
}

.feature-center .feature-icon {
}

.feature-center .feature-content {
}

.feature-boxed {
}

.feature-boxed .feature-icon {
}

.feature-boxed .feature-content {
}

/*--- Feature list class ---*/
.feature-list {
}

.feature-list ul {
}

.feature-list ul li {
}

.feature-list li:before {
}

.feature-blurb {
    margin-bottom: 40px;
}

.feature-blurb-head {
}

.feature-blurb-content {
}

.blurb-small-text {
}

.blurb-title {
}

/*--------------------------------
4.6 Bullet/arrow
----------------------------------*/
.arrow {
    position: relative;
}

.arrow li {
    padding-left: 20px;
    line-height: 30px;
}

.arrow li:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 13px;
    color: #7d7f82;
    content: '\f101';
    font-style: initial;
}

.angle {
    position: relative;
}

.angle li {
    padding-left: 20px;
    line-height: 30px;
}

.angle li:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 13px;
    color: #7d7f82;
    content: '\f105';
    font-style: initial;
}

.star {
    position: relative;
}

.star li {
    padding-left: 22px;
    line-height: 30px;
    font-size: 14px;
}

.star li:before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #7d7f82;
    content: '\f381';
}

/*--------------------------------
4.7 Call to actions
----------------------------------*/
.cta-section {
    background: url(../images/cta_img_1.jpg) no-repeat;
    background-size: cover;
    background-position-x: 56%;
}

.cta-content {
    padding-top: 103px;
    padding-bottom: 103px;
    text-align: center;
    color: #fff;
}

/*--------------------------------
4.8 Image Hover Effect
----------------------------------*/
img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle;
}

.imghover {
    display: block;
    position: relative;
    max-width: 100%;
}

.imghover::before, .imghover::after {
    display: block;
    position: absolute;
    content: "";
    text-align: center;
    opacity: 0;
    border-radius: 0px;
}

.imghover::before {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #369bb9;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 1 0;
    transform-origin: 1 0;
    transition: 0.5s ease;
}

.imghover::after {
}

.imghover:hover::before, .imghover:hover::after {
    opacity: .8;
}

.imghover:hover::before {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.imghover:hover::after {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
}

img.grayscale {
    filter: grayscale(1);
    opacity: .6;
    cursor: pointer;
}

img.grayscale:hover {
    filter: grayscale(0);
    opacity: 1;
    transition-property: filter;
    transition-duration: 1s;
}

/*--- 4.8 Img hover effect ---*/
.zoomimg {
    position: relative;
    overflow: hidden;
}

.zoomimg img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.zoomimg:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*--------------------------------
4.9 Icon
----------------------------------*/
.icon-xs {
    font-size: 14px;
}

.icon-sm {
    font-size: 26px;
}

.icon-lg {
    font-size: 36px;
}

.icon-2x {
    font-size: 55px;
}

.icon-3x {
    font-size: 75px;
}

.icon-4x {
    font-size: 150px;
}

/*--------------------------------
5 Header / Navigations
----------------------------------*/

/*--------------------
   5.1 Header Regular
----------------------*/

.header-wrapper {
    /*position: absolute;*/
    /*top: 0;*/
    width: 100%;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    /* background-color: transparent; */
}

.sticky-wrapper.is-sticky .header-wrapper {
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
}

.logo {
    padding-top: 25px;
    padding-bottom: 25px;
}

.header-btn {
    padding-top: 16px;
    float: right;
}

.navbar-logo {
    height: 36px;
}

.navbar .nav-link {
    color: #333333;
}

.nav-item.active .navbar .nav-link {
    color: #0B489D
}
.header-wrapper .nav-item {
    padding: 0 10px;
}
/*--------------------------
   5.2 Navigations Regular
----------------------------*/
.navigation {
    padding-top: 22px;
}

#navigation {
    float: right;
}

#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navigation:after, #navigation > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#navigation #menu-button {
    display: none;
}

#navigation {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#navigation > ul > li {
    float: left;
}

#navigation.align-center > ul {
    font-size: 0;
    text-align: center;
}

#navigation.align-center > ul > li {
    display: inline-block;
    float: none;
}

#navigation.align-center ul ul {
    text-align: left;
}

#navigation.align-right > ul > li {
    float: right;
}

#navigation > ul > li > a {
    padding: 14px 13px;
    font-size: 14px;
    color: #d9deec;
    text-decoration: none;
    font-weight: 500;
    text-transform: capitalize;
}

#navigation > ul > li:hover > a {
    color: #fff;
    background-color: #2d427c;
    border-radius: 0px;
}

#navigation > ul > li.has-sub > a {
    padding-right: 36px;
}

/*#navigation>ul>li>a:after {
  position: absolute;
  top: 16px;
  right: -3px;
  height: 2px;
  display: block;
  content: '/';
}*/
#navigation > ul > li.has-sub > a:before {
    position: absolute;
    right: 17px;
    content: '\f107';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900; /* Fix version 5.0.9 */
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

/*#navigation > ul > li.has-sub:hover > a:before {top: 23px; height: 0; }*/
#navigation ul ul {
    position: absolute;
    left: -9999px;
    margin: 0px;
}

#navigation.align-right ul ul {
    text-align: right;
}

#navigation ul ul li {
    top: 0px;
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#navigation li:hover > ul {
    left: auto;
}

#navigation.align-right li:hover > ul {
    left: auto;
    right: 0;
}

#navigation li:hover > ul > li {
    height: 43px;
}

#navigation ul ul ul {
    margin-left: 100%;
    top: 0;
}

#navigation.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#navigation ul ul li a {
    background-color: #2d427c;
    padding: 14px 18px;
    width: 220px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid #293c73;
}

#navigation ul ul li:first-child > a {
    border-top-right-radius: 0px;
}

#navigation ul ul li:last-child > a {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a {
}

#navigation ul ul li:hover > a, #navigation ul ul li a:hover {
    color: #fff;
    background-color: #293c73;
    border-bottom: 1px solid #293c73;
}

#navigation ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}

#navigation.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}

#navigation ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#navigation.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}

#navigation ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}

#navigation.small-screen {
    width: 100%;
}

#navigation.small-screen ul {
    width: 100%;
    display: none;
    margin-top: -2px;
}

#navigation.small-screen.align-center > ul {
    text-align: left;
}

#navigation.small-screen ul li {
    width: 100%;
    border-top: 1px solid #293c73;
    top: auto;
    background-color: #2d427c;
}

#navigation.small-screen ul ul li, #navigation.small-screen li:hover > ul > li {
    height: auto;
}

#navigation.small-screen ul li a, #navigation.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
    padding: 20px 15px;
    color: #fff;
}

#navigation.small-screen > ul > li > a:after {
    position: absolute;
    top: 16px;
    right: -3px;
    height: 2px;
    display: block;
    content: '';
}

#navigation.small-screen > ul > li {
    float: none;
}

#navigation.small-screen ul ul li a {
    padding-left: 25px;
}

#navigation.small-screen ul ul ul li a {
    padding-left: 35px;
}

#navigation.small-screen ul ul li a {
    color: #fff;
    background: transparent;
    margin: 0px;
    border-bottom: transparent;
}

#navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a {
    color: #fff;
    background-color: #293c73;
    border: 1px solid #293c73;
}

#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}

#navigation.small-screen > ul > li.has-sub > a:after, #navigation.small-screen > ul > li.has-sub > a:before, #navigation.small-screen ul ul > li.has-sub > a:after, #navigation.small-screen ul ul > li.has-sub > a:before {
    display: none;
}

#navigation.small-screen #menu-button {
    display: block;
    padding: 20px 16px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #293c73;
    border: 1px solid #293c73;
}

#navigation.small-screen #menu-button:after {
    position: absolute;
    top: 20px;
    right: 17px;
    display: block;
    height: 12px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}

#navigation.small-screen #menu-button:before {
    position: absolute;
    top: 25px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: '';
}

#navigation.small-screen #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 10px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#navigation.small-screen #menu-button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#navigation.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #293c73;
    height: 54px;
    width: 53px;
    cursor: pointer;
}

#navigation.small-screen .submenu-button.submenu-opened {
}

#navigation.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px;
}

#navigation.small-screen .submenu-button:after {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
}

#navigation.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
}

#navigation.small-screen .submenu-button.submenu-opened:after {
    background:;
}

#navigation.small-screen .submenu-button:before {
    position: absolute;
    top: 22px;
    right: 23px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
}

#navigation.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
}

#navigation.small-screen .submenu-button.submenu-opened:before {
    display: none;
}

#navigation.small-screen.select-list {
    padding: 5px;
}

#navigation.small-screen > ul > li > a {
    border-left: 0px;
    margin: 0;
    border-right: 0px;
}

#navigation.small-screen > ul > li:hover > a {
    border-left: transparent;
    border-right: transparent;
    color: #fff;
    background-color: #293c73;
}

/*----------------------------------------------
   5.4 Page Header
----------------------------------------------*/
.page-header {
    background: url(../images/page_header.jpg) no-repeat;
    position: relative;
    background-size: cover;
    background-position-x: 55%;
}

.page-caption {
    padding-top: 158px;
    padding-bottom: 153px;
}

.page-title {
    font-size: 36px;
    line-height: 1;
    color: #172651;
    font-weight: 700;
    text-transform: uppercase;
}

/*------- Breadcrumb ------*/

/*-----------------------------------
   6. Slider / Hero Image
-------------------------------------*/

.slider {
    /* margin: 0 auto; */
    margin-bottom: -40px;
}

.slider-img {
    position: relative;
    width: 100%;
    height: 619px;
    /* background: rgba(24, 25, 27, 0.38); */
    background: -moz-radial-gradient(center, ellipse cover, rgba(24, 25, 27, 0.38) 0%, rgba(24, 25, 27, 0.37) 0%, rgba(24, 25, 27, 0.37) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(24, 25, 27, 0.38)), color-stop(0%, rgba(24, 25, 27, 0.37)), color-stop(100%, rgba(24, 25, 27, 0.37)));
    /* background: -webkit-radial-gradient(center, ellipse cover, rgba(24, 25, 27, 0.38) 0%, rgba(24, 25, 27, 0.37) 0%, rgba(24, 25, 27, 0.37) 100%); */
    background: -o-radial-gradient(center, ellipse cover, rgba(24, 25, 27, 0.38) 0%, rgba(24, 25, 27, 0.37) 0%, rgba(24, 25, 27, 0.37) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(24, 25, 27, 0.38) 0%, rgba(24, 25, 27, 0.37) 0%, rgba(24, 25, 27, 0.37) 100%);
    /* background: radial-gradient(ellipse at center, rgba(24, 25, 27, 0.38) 0%, rgba(24, 25, 27, 0.37) 0%, rgba(24, 25, 27, 0.37) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18191b', endColorstr='#18191b', GradientType=1);
}

.slider-img img {
    position: relative;
    z-index: -1;
    object-fit: cover;
    height: 100%;
}

.slider-captions {
    position: absolute;
    bottom: 180px;
    color: #fff;
}

.slider-title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: -2px;
}

.slider-text {
    font-size: 21px;
    margin-bottom: 30px;
    line-height: 32px;
}

.slider .owl-theme .owl-nav {
    line-height: 1;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 0px;
    color: #172651;
    font-size: 20px;
    margin: 12px;
    padding: 12px;
    background: #fff;
    border: 2px solid #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    height: 48px;
    width: 48px;
}

.slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 4px;
    color: #172651;
    font-size: 20px;
    margin: 12px;
    padding: 12px;
    background: #fff;
    border: 2px solid #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    height: 48px;
    width: 48px;
}

.slider .owl-theme .owl-nav .owl-prev:hover {
    background-color: #172651;
    text-decoration: none;
    color: #fff;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    border-color: #172651;
}

.slider .owl-theme .owl-nav .owl-next:hover {
    background-color: #172651;
    text-decoration: none;
    color: #fff;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    border-color: #172651;
}

.slider .owl-theme .owl-dots {
    text-align: center !important;
    position: relative;
    bottom: 34px;
    /* background-color: #fff; */
    display: inline-block;
    left: 50%;
    transform: translate(-50%);
    padding: 2px 6px;
    line-height: 0.8;
}

.slider .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.slider .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 4px 2px;
    background-color: #369bb9;
    border-radius: 100%;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fe5b10;
    border: transparent;
    width: 6px;
    height: 6px;
}

.slider .owl-theme .owl-carousel .owl-item img {
    width: 100%;
}

/*-----------------------------------
7. Footer
-------------------------------------*/
.footer {
    background-color: #fafbfd;
    /* padding-top: 80px; */
    color: #53626f;
    font-weight: 400;
    font-size: 14px;
    border-top: 1px solid #f0f0f3;
}

.footer-line {
    border-color: #152e3d;
}

.footer-widget {
    padding-bottom: 40px;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #fff;
    /* font-family: 'Glegoo', serif; */
    display: inline-block;
    padding-right: 50px;
    padding-bottom: 8px;
}

.footer-widget ul li a {
    text-transform: capitalize;
    font-size: 14px;
    color: #53626f;
    display: block;
    line-height: 2;
}

.footer-widget ul li a:hover {
    color: #fff;
}

.footer-newsletter {
}

.footer-newsletter .form-control {
    position: relative;
}

.footer-newsletter button {
    position: absolute;
    right: 15px;
    top: 102px;
    padding: 14px 20px;
}

.btn-twitter {
    background: #00aced;
    color: #fff;
}

.btn-twitter:hover, .btn-twitter:active {
    background: #0084b4;
    color: #fff;
}

.btn-facebook {
    background: #3B5997;
    color: #fff;
}

.btn-facebook:hover, .btn-facebook:active {
    background: #2d4372;
    color: #fff;
}

.btn-googleplus {
    background: #D64937;
    color: #fff;
}

.btn-googleplus {
    background: #D64937;
    color: #fff;
}

.btn-googleplus:hover, .btn-googleplus:active {
    background: #b53525;
    color: #fff;
}

.btn-instagram {
    background: #F15245 20%;
    color: #fff;
}

.btn-instagram:hover, .btn-instagram:active {
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    color: #fff;
}

.btn-pinterest {
    background-color: #c8232c;
    color: #fff;
}

.btn-pinterest:hover, .btn-pinterest:active {
    background-color: #b0171f;
    color: #fff;
}

.btn-linkedin {
    background: #0074A1;
    color: #fff;
}

.btn-linkedin:hover, .btn-linkedin:active {
    background: #006288;
    color: #fff;
}

.btn-youtube {
    background-color: #ff0000;
    color: #fff;
}

.btn-youtube:hover, .btn-youtube:active {
    background-color: #fe2224;
    color: #fff;
}

.social-text {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 10px;
    letter-spacing: 1px;
}

.btn-social-rectangle, .btn-facebook .btn-twitter .btn-instagram .btn-linkedin .btn-googleplus .btn-youtube {
    font-size: 18px;
    margin-right: -5px;
    display: inline-block;
    line-height: 1.2;
    padding: 16px 86px;
    color: #fff;
    margin-bottom: 10px;
}

.social-icon {
}

.btn-social-square {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    margin-right: 2px;
    display: inline-block;
    line-height: 1.5;
    color: #8e9196;
    border-radius: 0px;
    width: 40px;
    height: 40px;
    padding: 10px 14px;
    border: 0px;
    background-color: #dde2ea;
}

.btn-social-square:hover {
    border: 0px;
    background-color: #172651;
    color: #fff;
}

.btn-social-circle {
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    margin-right: 2px;
    display: inline-block;
    line-height: 1;
    color: #f3f2f5;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    padding: 11px;
}

.btn-social-icon {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    padding-right: 28px;
    display: inline-block;
    width: 0px;
    height: 0px;
    line-height: 1;
}

/*-------------- tiny footer ------------*/
.tiny-footer {
    font-size: 14px;
    /* padding: 14px 0px; */
    font-weight: 400;
    background-color: #fafbfd;
    color: #53626f;
    line-height: 1;
    /* border-top: 1px solid #f0f0f3; */
}

/*--- easetemplate copyright link --*/
.copyrightlink {
    color: #172651;
}

.copyrightlink:hover {
    color: #172651;
}

/*-------------- tiny footer ------------*/

/*--- easetemplate copyright link --*/

/*-----------------------------------
9. Service
-------------------------------------*/

/*-------------------------
9.1 Product List
---------------------------*/

.product-block {
    position: relative;
    margin-bottom: 30px;
}

.product-head {
    position: absolute;
    bottom: 10px;
    left: 30px;
}

.product-img img {
}

.product-title {
    color: #fff;
}

.product-list-block {
    margin-bottom: 30px;
}

.product-list-content {
}

.product-list-img {
    margin-bottom: 30px;
}

/*-------------------------
9.2 Product Single
---------------------------*/

/*-----------------------------------
10. Pages
-------------------------------------*/

/*-------------------------
10.1 Team List
---------------------------*/

.team-block {
}

.team-img {
}

.team-content {
    padding-top: 20px;
}

/*--------------------------
10.2  About
----------------------------*/
.company-state-block {
    background-color: #172651;
    padding: 122px 100px;
    text-align: center;
    margin: -12px;
}

.company-state-content {
}

.state-title {
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 70px;
}

.state-text {
    font-size: 24px;
    color: #369bb9;
    font-family: 'Glegoo', sans-serif;
    font-weight: 700;
}

.about-img {
    margin-bottom: 30px;
}

.about-list {
}

.about-list ul {
}

.about-list ul li {
    border-bottom: 1px solid #e4e6e7;
    padding-bottom: 15px;
    padding-top: 15px;
}

.about-list ul li a {
    font-size: 18px;
}

.about-description {
    padding: 70px 40px;
    margin-bottom: 100px;
}

/*--------------------------
10.3  Testimonials
----------------------------*/
.testimonial-block {
}

.testimonial-content {
}

.testimonial-img {
}

.play-btn {
}

.video-testimonial-block {
    position: relative;
    width: auto;
    height: 206px;
    overflow: hidden;
    margin-bottom: 30px;
}

.video-testimonial-block .video-thumbnail {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-size: cover;
    top: 0;
    left: 0;
}

.video-testimonial-block .video {
}

.video-testimonial-block .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px;
}

.video-testimonial-block .video-play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -18px;
    text-decoration: none;
}

.video-testimonial-block .video-play::before {
    content: "\f144";
    font: normal normal normal 14px/1;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    color: #b3b5bc;
}

.video-testimonial-block .video-play:hover::before {
    color: #172651;
}

/*--------------------------
10.4  Contact us
----------------------------*/
#contact-map {
    height: 400px;
}

.contact-form {
}

.location-block {
    margin-bottom: 30px;
    background-color: #fbf8f5;
    border: 2px solid #f2e8df;
    padding: 32px 25px;
}

.location-content {
}

.location-icon {
    font-size: 20px;
    color: #25292a;
    margin-bottom: 20px;
}

/*--------------------------
10.5 StyleGuide
----------------------------*/
.color-box {
    margin-bottom: 30px;
}

.box-info {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    padding-top: 67px;
}

.color-default-box {
    background-color: #fe5b10;
    height: 180px;
    width: 100%;
}

.color-value-hex {
    font-size: 12px;
}

.color-primary-box {
    background-color: #369bb9;
    height: 180px;
    width: 100%;
}

.color-secondary-box {
    background-color: #172651;
    height: 180px;
    width: 100%;
}

.color-heading-box {
    background-color: #26282c;
    height: 180px;
    width: 100%;
}

.color-base-box {
    background-color: #7d7f82;
    height: 180px;
    width: 100%;
}

.box-bg-color {
    background-color: #f4f6fb;
}

.altenate ul {
    list-style: none;
}

.altenate ul li {
    border-bottom: 1px solid #e1e0dd;
    line-height: 2.5;
}

/* Table Classes */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.box-table {
    padding: 16px 30px;
    margin: 0 -15px 15px;
    border-color:;
    border: 1px solid #eee;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: transparent;
    color: #26282c;
    border-bottom: 1px solid #eee;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eee;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsl(224, 100%, 99%);
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #26282c;
    text-align: left;
    caption-side: bottom;
}

/*--------------------------
10.6  404 error
 ----------------------------*/
.error-block {
}

.error-img {
    margin-bottom: 30px;
}

.error-title {
    font-size: 116px;
    font-weight: 700;
}

/*--------------------------
10.7 Tabs
----------------------------*/
.ease-tab {
}

.ease-tab .nav-tabs {
    border-bottom: 2px solid #f2e8df;
}

.nav-tabs .nav-item { /* margin-bottom: 0px; */

    /* margin-right: 1px; */
}

.ease-tab .tab-content {
    padding: 50px 40px;
    background-color: #f6f7f9;
    border: 2px solid;
    border-color: #f6f7f9;
    margin-top: -2px;
}

.ease-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #25292a;
    background-color: #f6f7f9;
    border-color: #f6f7f9; /* border-top: 2px solid; */
}

.ease-tab .nav-tabs {
    margin-bottom: 0px;
}

.ease-tab .nav-link {
    display: block;
    padding: 16px 28px;
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: #e7e9ed;
    margin-bottom: -1px;
    color: #26282c;
    text-align: center;
    margin-right: -2px;
}

.ease-tab a {
    font-family: 'Glegoo', sans-serif;
    font-size: 16px;
    font-style: initial;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #fff;
}

.ease-tab a:hover {
    color: #c38d3f;
    background-color: #fff;
}

.tab-content-icon {
    height: 270px;
    width: 270px;
    color: #f67800;
    border-radius: 100%;
    background-color: #fff;
    display: inline-block;
    font-size: 82px;
    padding: 93px 76px;
}

.ease-tab a.ease-btn {
    color: #193e6b;
}

.ease-tab a:hover.ease-btn {
    color: #c38d3f;
}

.ease-tab .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #25292a;
    background-color: #f6f7f9;
    border-color: #f6f7f9;
}

/*--------------------------grid-row-gap:
10.8 Accordions
----------------------------*/
.accordion-card {
    margin-bottom: 0px;
    border-radius: 0px;
}

.accordion-card.card {
    border-radius: 0px;
    border-top: 1px solid #e9e4e0;
    border-bottom: 1px solid #e9e4e0;
    border-left: 0px;
    border-right: 0px;
}

.accordion-card-header {
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0px;
    padding: 20px 0px;
}

.accordion-card .card-body {
    padding: 20px 0px;
    background-color: transparent;
    border-top: 1px solid #e9e4e0;
    margin-top: -1px;
    color: #8d8f90;
}

.accordion-card-title {
    font-size: 18px;
    font-family: 'Glegoo', sans-serif;
}

.accordion-card-header a {
    color: #26282c;
}

.accordion-card-header a:hover {
    color: #369bb9;
}

.accordion-card-header span {
    font-size: 18px;
}

.accordion-card-header.active {
    color: #369bb9;
}

.ease-alert.alert {
    position: relative;
    padding: 19px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0px;
}

/*------------------------
11. Blog pages
--------------------------*/

/*----- post-----*/

.post-holder {
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e7;
}

.post-block {
    margin-bottom: 30px;
}

.post-img img {
    width: 100%;
}

.post-img {
    margin-bottom: 30px;
}

.post-title {
    font-weight: 500;
    text-transform: capitalize;
}

.post-content {
}

.post-img-caption {
    display: block;
    background-color: #369bb9;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    padding: 10px;
    font-family: 'Glegoo', sans-serif;
}

/*----- meta -----*/
.meta {
    font-weight: 400;
    line-height: 1.4;
    font-size: 13px;
    color: #53626f;
    text-transform: capitalize;
    font-style: initial;
    margin-bottom: 20px;
}

.meta-icon {
    margin-right: 10px;
}

.meta-categories {
    color: #cd8827;
}

.meta-admin {
    padding-right: 4px;
    padding-left: 4px;
}

.meta-comments {
    padding-left: 4px;
    padding-right: 4px;
}

.meta-date {
    padding-right: 6px;
}

.meta-divider:after {
    content: '|';
    position: relative;
    padding-left: 10px;
}

.meta-link {
    color: #53626f;
}

.meta-link:hover {
    color: #fe5b10;
}

.categories-title {
    float: left;
    display: inline-block;
    padding-right: 30px;
    padding-top: 10px;
}

.post-admin {
    margin-bottom: 30px;
}

/*----- pagination -----*/
.pagination {
}

.st-pagination {
    text-align: center;
}

.st-pagination .pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 16px;
    line-height: 1.5;
    color: #26282c;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 0px;
    border: 2px solid #e7e9ed;
    background-color: #e7e9ed;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 4px;
    margin-bottom: 8px;
    font-style: initial;
}

.st-pagination .pagination > li > a:focus, .st-pagination .pagination > li > a:hover, .st-pagination .pagination > li > span:focus, .st-pagination .pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #0a4976;
    border: #0a4976 2px solid;
}

.st-pagination .pagination > li:first-child > a, .st-pagination .pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 0px;
}

.st-pagination .pagination > li:last-child > a, .st-pagination .pagination > li:last-child > span {
    border-radius: 0px;
}

.st-pagination .pagination > .active > a, .st-pagination .pagination > .active > a:focus, .st-pagination .pagination > .active > a:hover, .st-pagination .pagination > .active > span, .st-pagination .pagination > .active > span:focus, .st-pagination .pagination > .active > span:hover {
    z-index: 3;
    cursor: default;
    color: #fff;
    background-color: #0a4976;
    border: #0a4976 2px solid;
}

/*----- prev-next-----*/
.post-navigation {
    border-bottom: 1px solid #e6e6e7;
    margin-bottom: 30px;
}

.nav-links {
}

.nav-previous {
    padding-top: 0px;
    padding-bottom: 30px;
}

.prev-link {
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.next-link {
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.prev-link:hover {
}

.next-link:hover {
}

.nav-next {
    padding-top: 0px;
    padding-bottom: 30px;
}

.previous-next-title {
}

.nav-previous-title {
    margin-top: 20px;
    font-size: 16px;
}

.nav-next-title {
    margin-top: 20px;
    font-size: 16px;
}

/*----- Related-post -----*/
.related-post-block {
    margin-bottom: 40px;
    border-bottom: 1px solid #e6e6e7;
}

.related-post-block .meta {
    margin-bottom: 10px;
}

.related-post-title {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 700;
    margin-bottom: 20px;
}

.related-post {
    margin-bottom: 40px;
}

.related-img img {
    width: 100%;
}

.related-img {
    margin-bottom: 20px;
}

.related-post-content {
}

/*----- Author-post -----*/
.author-block {
    margin-bottom: 50px;
}

.author-meta {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    color: #e89a2c;
}

.author-post {
}

.author-img img {
}

.author-img {
    margin-bottom: 30px;
    padding-right: 30px;
}

.author-header {
    margin-bottom: 5px;
}

.author-title {
    font-size: 22px;
    padding-right: 8px;
    margin-bottom: 0px;
    color: #25292a;
}

.author-content {
    color: #8d8f90;
}

/*----- Comments -----*/
.comment-area {
    margin-bottom: 30px;
    border: 1px solid #e6e6e7;
    padding: 40px;
    background-color: #fafbfd;
}

.comment-list-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.comment-title {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 700;
}

.comment-content {
    margin-bottom: 10px;
}

.comment-list {
    border-bottom: 1px solid #e6e6e7;
    margin-bottom: 25px;
}

.comment-list:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
    padding: 0px;
}

.comment-meta-date {
    font-size: 13px;
}

.comment {
}

.comment-body {
}

.comment-header {
    margin-bottom: 8px;
}

.comment-header .comment-header h4 {
    margin-bottom: 8px;
}

.comment-author {
}

.comment-author img {
    float: left;
}

.comment-info {
    padding-left: 120px;
    margin-bottom: 25px;
}

.childern {
    margin-left: 55px;
    margin-bottom: 30px;
    border-top: 1px solid #e9e4e0;
    padding-top: 20px;
}

.childern .comment-info {
    margin-bottom: 0px;
}

.comment-btn .btn-default-link {
    font-size: 14px;
}

/*----- leave-Comments -----*/
.leave-comments {
    margin-bottom: 20px;
}

.leave-comments-title {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 20px;
}

.leave-comments .form-control {
    margin-bottom: 10px;
}

/*------------------------
12. Sidebar / Widgets
--------------------------*/

/*----- widget -----*/

.widget {
    margin-bottom: 30px;
    background-color: #f6f8fb;
    padding: 30px;
}

.widget-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.widget-categories {
}

.widget-categories ul li {
    position: relative;
    margin-bottom: 8px;
}

.widget-categories ul li a {
    font-size: 14px;
    font-weight: 700;
    color: #7d7f82;
    display: block;
    line-height: 1.4;
    text-transform: capitalize;
    padding-top: 6px;
}

.widget-categories ul li a:hover {
    color: #fe5b10;
}

.widget-archives {
}

.widget-archives ul li {
    position: relative;
    margin-bottom: 8px;
}

.widget-archives ul li a {
    font-size: 14px;
    font-weight: 700;
    color: #7d7f82;
    display: block;
    line-height: 1.4;
    text-transform: capitalize;
    padding-top: 6px;
}

.widget-archives ul li a:hover {
    color: #fe5b10;
}

.recent-post {
    margin-bottom: 10px;
}

.widget-recent-post ul li {
}

.recent-content {
}

.recent-title {
    font-size: 16px;
    line-height: 26px;
}

.widget-tags {
}

.widget-tags a {
    color: #fff;
    padding: 6px 10px;
    background-color: #9a9b9d;
    border: 1px solid #9a9b9d;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    margin-right: 2px;
    letter-spacing: 0px;
    font-family: 'Roboto', sans-serif;
}

.widget-tags a:hover {
    background-color: #369bb9;
    border: 1px solid #369bb9;
    color: #fff;
}

.widget-search {
    position: relative;
}

.widget-search button {
    background-color: transparent;
    border: transparent;
    position: absolute;
    right: 10px;
    padding: 9px 18px;
    bottom: 10px;
    font-size: 16px;
    color: #369bb9;
}

.widget-search .form-control {
    height: 70px;
    margin-bottom: 0px;
}

.search-form {
    position: relative;
}

/*-------------Template-features-------------*/
.key-features {
    margin-bottom: 30px;
}

.key-features-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid #e0e6e3;
    margin-bottom: 12px;
    padding-bottom: 4px;
    line-height: 1;
}

.key-features p {
    font-size: 14px;
}

/********** Extra Plugin CSS - Back to top **********/
#return-to-top {
    z-index: 9999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #172651;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 9px;
    font-size: 28px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #fe5b10;
}

#return-to-top:hover i {
    color: #fff;
    top: 8px;
}

/*==========  Non-Mobile First Method  ==========*/
#sticky-wrapper {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.bottom-line {
    border-bottom: 2px solid rgba(255,255,255,0.30);
    position: relative;
}

.bottom-line::before {
    content: '';
    position: absolute;
    background: #279A2F;
    width: 44px;
    height: 3px;
    left: 0;
    bottom: -2px;
}


.bottom-line::after {
    content: '';
    position: absolute;
    background: #0B489D;
    width: 25px;
    height: 3px;
    left: 44px;
    bottom: -2px;
}
.fc-blue {
    color: #0B489D;
}

.self-desc-title {
    font-size: 30px;
}

.self-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-default > * {
    vertical-align: middle;
}

.icp-item {
    text-align: right;
}

/*map*/
.map-container{
    background: url("../images/bg-map.png") no-repeat right bottom;
    background-size: 50vw auto ;
    position: relative;
}
.map-logo{
    position: absolute;
    bottom: 50px;
    right:10%;
    z-index: 1;
    display: none;
}
.map-logo img{
    height: 36px;
}
.map-title-row {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    display: none;
}
.map-title {
    /* border-bottom: 2px solid #dcdcdc; */
    padding: 5px 0;
}

#map {
    height: 90vh;
    opacity: 0;
    /* display: flex; */
    /* justify-content: center; */
    z-index: 3;
}
.map-title-content {
    display: inline-block;
    border-bottom: 2px solid #dcdcdc;
}
.map-title-content span{
    font-family: Impact;
    font-size: 30px;
    color: #0B489D;
}
.map-tooltip{
    background: #FFFFFF;
    box-shadow: 0px 4px 16px -4px rgba(0,0,0,0.18);
    width: 270px;
    padding: 16px 30px;
    color: #333333;
}
.map-tooltip-tool{
    font-size: 16px;

}
.map-tooltip-address{
    font-size: 12px;
    background: url(../images/bg-tooltip-address.png) no-repeat left top 5px;
    background-size: 14px auto;
    padding-left: 20px;
    white-space: normal;
    word-break: break-all;
}
.section-title h2 {
    font-size: 30px;
    display: inline-block;
    border-bottom: 2px solid #dcdcdc;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background: #0B489D;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}

.business-container {
    padding: 40px 0;
    background: url(../images/bg-business-container.png?v=1) no-repeat;
    background-size: cover;
}

.business-row {
    padding-top: 80px;
}

.business-img {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.business-title {
    font-size: 20px;
}

.business-title-desc {
    display: block;
    margin: 10px 0 30px 0;
    font-size: 14px;
}

.business-block {
    text-align: center;
    padding: 42px 35px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 50%, rgba(255, 255, 255, 0.00) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.1s;
    /* box-sizing: content-box; */
    border-radius: 5px;
    display: none;
}

.business-content {
    font-size: 12px;
    color: #999;
}

.business-line {
    font-size: 13px;
    color: #999;
    text-align: left;
    line-height: 1.5;
    position: relative;
    padding-left: 18px;
    margin-top: 5px;
}

.business-line::before {
    content: '';
    transform: rotate(-45deg);
    background-image: linear-gradient(224deg, #1A7ECC 0%, #0B489D 100%);
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 1);
    width: 8px;
    height: 8px;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 4px;
    opacity: 0.5;
}

.business-block:hover {
    background-image: url("../images/bg-business.png"),linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.00) 100%);
    background-size: cover;
    transform: translateY(-20px);
}

.business-block:hover .business-line::before {
    opacity: 1;
}
.small-screen-star-row{
    display: none;
}
.star-row{
    margin-top: 0px;
    /* display: flex; */
    /* justify-content: center; */
    position: relative;
    width: 100%;
}
.pc-star-swiper{
    width:100%;
    /* overflow-x: visible; */
}
.pc-star-swiper::before,.pc-star-swiper::after {
    content: '';
    width: 40px;
    height: 100%;
    background: linear-gradient(to right, white 0%, transparent 100%);
    /* opacity: 0.5; */
    position: absolute;
    left: 0;
    z-index: 9;
    top: 0;
    /* display: none; */
}
.pc-star-swiper::after{
    right:0;
    left:initial;
.pc-star-swiper: :
    after;
    background: linear-gradient(to left, white 0%, transparent 100%);
}
.star-block {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: -4px 4px 12px 0px rgba(0, 0, 0, 0.09);
    padding: 0;
    overflow: hidden;
    /* clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); */
    margin-left: 0;
    width: 100%;
    height: 100%;
    /* transition:opacity 0.5s; */
    z-index:4;
}
.star-block:nth-of-type(2n){
    transform: translateY(-25%);
    margin-left: -3.5%;
    transition: transform 0.5s;
}
.star-block-item {
    /* width: 20%; */
    position: relative;
    opacity: 0;
    /* display:none; */
    /*transition:opacity 0.5s;*/
    border-radius: 8px;
    overflow: visible;
    /* margin-left: 10px; */
}

.star-shadow{
    content: "";
    opacity: 0.27;
    background-image: linear-gradient(0, rgba(163,217,236,0.00) 0%, #6AB1D4 100%);
    width: 90%;
    height: 80px;
    position: absolute;
    top: 100%;
    left: 7%;
    z-index: 3;
    transform: skew(20deg);
}
.star-shadow:nth-of-type(7){
    top: 75%;
    left: 24.3%;
}
.star-shadow:nth-of-type(8){
    left: 38.4%;
}
.star-shadow:nth-of-type(9){
    top: 75%;
    left: 55%;
}
.star-shadow:nth-of-type(10){
    left: 69%;
}
.star-title {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 64px;
    line-height: 64px;
    color: #fff;
    z-index: 3;
    background: url("../images/bg-star-title.png") no-repeat left -30px top;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-right: 20%; */
    font-size: 14px;
}
.icon-star-title{
    width: 16px;
    height: 16px;
    background: url("../images/icon-star.png") no-repeat;
    background-size: cover;
    margin-right: 5px;
    display: inline-block;
}

.star-block:hover .star-title{
    background-image: url("../images/bg-star-title-hover.png");
}

.star-block:hover .icon-star-title{
    background-image: url("../images/icon-star-hover.png");
}
.star-block:hover  .star-img{
    transform:scale(1.1);
    transition:all 0.5s
}
/*
.star-block>* {
    transform: skewX(15deg);
} */

img.star-img {
    object-fit: cover;
    height: 100%;
}
.star-desc{
    margin-top: 60px;
    position: relative;
    /* display: inline-block; */
    margin-bottom: 20px;
}

.star-desc::before,.star-desc::after{
    content:'';
    width: 10%;
    height: 2px;
    background: #dcdcdc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}
.star-desc::after{
    left: initial;
    right:10%;
}


.cooperate-container {
    /* overflow-x: auto; */
    padding-bottom: 10%;
    background: url("../images/bg-company-block.png") no-repeat center bottom;
    background-size: 100% auto;
    position: relative;
    z-index: 8;
}
.cooperate-wrap{width: 100%;}
.cooperate-block {
    overflow-x: auto;
    /* overflow-y: overlay; */
    padding-top: 30px;
    position: relative;
    z-index: 8;
}

.cooperate-block-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    pointer-events: none;
    left:0;
    top:0;
}

.cooperate-block-mask::before,
.cooperate-block-mask::after {
    content: "";
    position: absolute;
    top: 0;
    width: 300px; /* 模糊区域的宽度 */
    height: 100%;
    /* pointer-events: none; */
    background: linear-gradient(to right, white 0%, transparent 100%);
    z-index: 9;
}

.cooperate-block-mask::before {
    left: 0;
    /* mask-image: linear-gradient(to right, transparent, black); */
}

.cooperate-block-mask::after {
    right: 0;
    transform: rotateZ(180deg);
}


:root {
    --w: 200;
    --speed: 1.5s;
}

.cooperate-row {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    animation: move calc(var(--speed) * var(--s)) steps(var(--s)) infinite;
    /* overflow-x: auto; */
}

.cooperate-item {
    flex: 0 0 auto;
    width: 200px;
    text-align: center;
    animation: move1 calc(var(--speed)) infinite;
    /* filter: grayscale(1); */
}

.cooperate-item:hover {
    filter: none;
}

.cooperate-item:nth-of-type(2n) {
    transform: translateY(-30px);
}



.cooperate-img {
    width: 175px;
}

.cooperate-container::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-left: 2vw solid transparent;
    border-right: 2vw solid transparent;
    border-top: 2vw solid #fff;
    top: 100%;
    /* bottom: 0; */
    right: 15vw;
    display:none;
}
.footer-row{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.footer-row::after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-left: 2vw solid transparent;
    border-right: 2vw solid transparent;
    border-top: 2vw solid #fff;
    top: -26px;
    /* bottom: 0; */
    right: 0;
}

.modal-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)!important;
}
@keyframes move {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(var(--s) * var(--w) * -1px));
    }
}

@keyframes move1 {
    0% {
        transform: translateX(0);
    }
    80%,
    100% {
        transform: translateX(calc(var(--w) * -1px));
    }
}


.footer .container {
    background: #052450;
    color: #999;
    max-width: initial;
    padding-top: 25px;
}
.tiny-footer .container{
    background: #031733;
    padding-bottom: 25px;
}

.li-tel,.li-time{
    background: url(../images/bg-tel.png) no-repeat left center;
    background-size: 45px 45px;
    padding-left: 55px;
    height: 50px;
    line-height: 50px;
}
.footer-li-itme{
    margin-top: -20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.footer-li-itme img{
    width:45px;
}
span.li-text-wrap {
    display: flex;
    padding-top: 40px;
    margin-left: 10px;
}
.li-time{
    background-image:url(../images/bg-time.png);
    line-height: 1.5;
    height: auto;
    margin-top: 10px;
    min-height: 50px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
}

.li-title{
    min-width: 120px;
    word-break:keep-all;
    display: inline-block;
}
.li-time .li-text{
    white-space: pre-wrap;
    word-break: break-word;
    display: inline-block;
    /* vertical-align: text-top; */
}
.li-text{
    /* vertical-align:bottom; */
    display: block;
}
.qrcode-wrap{
    width: 100%;
    max-width: 200px;
    padding: 10px 0;
}
.qrcode-wrap img{}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1440px) {
    .slider-title {
        font-size: 32px;
        line-height: 42px;
    }

    .about-description {
        padding: 60px 40px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1200px) {
    #navigation > ul > li > a {
        padding: 14px 9px;
    }

    .video-testimonial-block {
        height: 174px;
    }

    .slider-img {
        height: initial;
    }

    .slider-captions {
        bottom: 100px;
    }

    .nopl {
        padding-left: 15px;
    }

    .nopr {
        padding-right: 15px;
    }

    .company-state-block {
        margin-bottom: 20px;
        padding: 16px 60px;
    }

    .state-title {
        font-size: 30px;
        line-height: 40px;
    }

    .video-testimonial-block {
        height: 174px;
    }

    .space-medium {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .star-shadow{
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .header-wrapper {
        position: relative;
    }

    .logo {
        padding-bottom: 0px;
    }

    .header-btn {
        display: none;
    }

    .page-caption {
        padding-top: 98px;
        padding-bottom: 83px;
    }

    .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .space-medium {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer {
        /* padding-top: 30px; */
    }

    .footer-title {
        margin-bottom: 10px;
    }

    .footer-widget {
        padding-bottom: 0px;
    }

    .slider-img {
        height: initial;
    }

    .slider-captions {
        bottom: 100px;
    }

    .nopl {
        padding-left: 15px;
    }

    .nopr {
        padding-right: 15px;
    }

    .company-state-block {
        margin-bottom: 20px;
        padding: 30px;
    }

    .state-title {
        font-size: 30px;
        line-height: 40px;
    }

    .video-testimonial-block {
        height: 174px;
    }

    .about-description {
        padding: 20px 40px;
        margin-bottom: 0px;
    }
    .star-row{
        margin-top:10px;
    }
        .star-block {
        clip-path: initial;
        /* padding: 0 10px; */
        border-radius: 5px;
        width: 95%;
        overflow: hidden;
        box-shadow: none;
        margin: 0 auto;
        position: relative;
        z-index: 9;
    }
    .star-block:nth-of-type(2n){
    transform:none;
    margin-left:initial;
}
    .star-shadow{
        display: none;
    }
    .star-title{
            background-position: left -20px top;
            /* left: 10px; */
            height: 50px;
            line-height: 50px;
            font-size: 14px;
            display: none;
    }
        .star-desc{
            margin-top: 10px;
        }
    .star-desc::before, .star-desc::after{
        width: 6%;
        left: 3%;
    }
    .star-desc::after{
        left: initial;
        right: 3%;
    }
    img.star-img{
        width:100%;
    }
    
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .logo {
        padding-bottom: 0px;
    }
    .navbar-logo{
        height:30px;
    }
    .header-btn {
        display: none;
    }

    .page-caption {
        padding-top: 98px;
        padding-bottom: 83px;
    }
    .section-title{
        margin-bottom:20px;
    }
    .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .self-desc-title{
        font-size: 20px;
    }
    .business-row{
        padding-top:10px;
    }
    .space-medium {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer {
        /* padding-top: 30px; */
    }

    .footer-title {
        margin-bottom: 5px;
    }

    .footer-widget {
        padding-bottom: 0px;
    }

    .slider-img {
        height: 100vw;
        /* object-fit: cover; */
    }

    .slider .owl-theme .owl-nav {
        display: none;
    }

    .slider-captions {
        bottom: 25px;
    }

    .slider-title {
        font-size: 24px;
        line-height: 34px;
    }

    .slider .btn {
        padding: 8px 16px;
        font-size: 12px;
    }

    .nopl {
        padding-left: 15px;
    }

    .nopr {
        padding-right: 15px;
    }

    .company-state-block {
        margin-bottom: 20px;
        padding: 42px 50px;
    }

    .about-description {
        padding: 20px 40px;
        margin-bottom: 0px;
    }

    .ease-tab .nav-link {
        display: block;
        padding: 11px 6px;
    }

    .company-img {
        display: none;
    }

    .icp-item {
        text-align: left;
    }

    #map{
        height: 50vh;
    }
    .map-title{
        padding-left: 10%;
    }
    .map-logo {
        bottom: 30px;
        right: 0;
    }

    .map-logo img {
        height: 20px;
    }
    .cooperate-block{
        padding-top: 0;
    }
    .cooperate-block-mask{
        display:none;
    }
    .cooperate-item:nth-of-type(2n) {
        transform: translateY(0);
    }
    .li-search{
        margin-top: 0;
    }
    .tiny-footer p {
        line-height: 1.5;
        margin-top: 10px;
    }
    .star-row{
        display: none;
    }
    .small-screen-star-row{
        display: flex;
        width: 100%;
        position: relative;
    }
    .star-swiper {
        width: 100%;
        height: 600px;
    }
    .star-item {
        /* display: none; */
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        /* padding: 0 15px; */
        margin-bottom: 15px;
        position: relative;
    }

    .star-block-desc {
        /* margin-left: 10px; */
        /* flex: 1; */
        font-size: 12px;
        position: absolute;
        left: 2.5%;
        bottom: 1px;
        width: 95%;
        z-index: 99;
        background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, #000000 100%);
        color: #fff;
        padding: 20px 20px;
        /* display: none; */
    }
    .star-name{
        /* font-size: 16px; */
        font-weight: 500;
        color: #fff;
    }
    .star-company{
        font-size:14px;
        color:#fff;
    }
    .star-block-desc p{
        display:none;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    .logo {
        padding-bottom: 0px;
    }

    .header-btn {
        display: none;
    }

    .page-caption {
        padding-top: 98px;
        padding-bottom: 83px;
    }

    .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .space-medium {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer {
        padding-top: 30px;
    }

    .footer-title {
        margin-bottom: 5px;
    }

    .footer-widget {
        padding-bottom: 0px;
    }

    .slider-img {
        height: initial;
    }

    .slider .owl-theme .owl-nav {
        display: none;
    }

    .slider-captions {
        bottom: 25px;
    }

    .slider-title {
        font-size: 24px;
        line-height: 34px;
    }

    .slider .btn {
        padding: 8px 16px;
        font-size: 12px;
    }

    .nopl {
        padding-left: 15px;
    }

    .nopr {
        padding-right: 15px;
    }

    .company-state-block {
        margin-bottom: 20px;
        padding: 42px 50px;
    }

    .about-description {
        padding: 20px 40px;
        margin-bottom: 0px;
    }

    .ease-tab .nav-link {
        display: block;
        padding: 11px 6px;
    }
}
