@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
/* ------------------------------------------------------------------------------
  Template Name: SuperShot
  Description: SuperShot - Creative HTML Template
  Author: Murren
  Author URI: http://themeforest.net/user/murren20
  Version: 1.0
  1.  Global
      1.1 General
      1.2 Loader
      1.3 Typography
      1.4 Fields
      1.5 Buttons
      1.6 Icons
      1.7 Colors
      1.8 Background colors
  2.  Header 
      2.1 Affix
      2.2 Top panel
      2.3 Navbar primary
      2.4 Brand
      2.5 Navigation
  3.  Content styles
  4.  Masthead
      4.1 Masthead Inner
      4.2 Masthead v2
      4.3 Masthead v3
      4.4 Slideshow
  5.  Services
  6.  Showcase
      6.1 Showcase Dark
      6.2 Magnific popup 
      6.3 Portfolio details
  7.  Reviews
  8.  Banner
  9.  Features
  10. Team
  11. Get start
  12. Specialization
  13. Prices
  14. Clients
  15. Video section
  16. Posts
      16.1 Post details
      16.2 Post comments 
      16.3 Secondary sidebar
  17. Contact
  18. Footer
  19. Responsive styles
      19.1 Min width 768px
      19.2 Min width 992px
      19.3 Min width 1200px
      19.4 Max width 991px
      19.5 Max-width 767px
      19.6 Max-width 600px
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/
/* 1.1 General */
@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('animate.css');
@import url('hover.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');
html{
  -webkit-font-smoothing: antialiased;
}
body{
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  color:#888888;
  overflow-x:hidden;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-scrollbar{
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #104754;
}
::selection{
  background-color:#104754;
  color:#fff;
}
-webkit-::selection{
    background-color:#104754;
    color:#fff;
}
::-moz-selection{
    background-color:#104754;
    color:#fff;
}
/* 1.2 Loader */
.loader{
  position: fixed;
  z-index: 1000;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background:#fff;
  color:#fff;
  text-align: center;
}
.loader-brand{
  position: absolute;
  left:0;
  width: 100%;
  top:50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
/* 1.3 Typography */
h1,
.h1{ 
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  margin:0;
}
.title-border h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
}
h2,
.h2{ 
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color:#313131;
  margin:0;
}
h3,
.h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color:#313131;
  margin-bottom: 15px;
}
h4,
.h4{
  font-size: 14px;
  line-height:1.4;
  font-weight: 700;
  text-transform: uppercase;
  margin:0;
  color:#000;
}
h2 a,
h3 a,
.h2 a,
.h3 a{
  color: inherit;
  text-decoration: none;
}
h2 a:hover,
h3 a:hover,
.h2 a:hover,
.h3 a:hover{
  text-decoration: none;
}
address{
  margin:0;
}
ul,
ol {
  margin-top:0px;
  margin-bottom: 10px;
}
ul{
  list-style: none;
  padding-left: 0;
}
ol li,
ul li{
  margin-top: 10px;
}
p { 
  margin:10px 0 0;
}
a {
  color:#104754;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}
a:hover{
  color:#104754;
}
a:focus{
  color:#104754;
  outline: none;
  text-decoration: none;
}
/* 1.4 Fields */
.form-group{
  text-align: left;
  margin-bottom: 30px;
}
.form-group:after{
  display: table;
  content: " ";
  clear: both;
}
.form-group .btn{
  width: 100%;
}
.form-control-layout{
  position: relative;
}
.form-control-layout .fa{
  position: absolute;
  z-index: 1;
  padding: 0 1px;
  left:20px;
  top:16px;
  font-size:14px;
  /* color: #bbbbbb; */
  color: #104754;
}
.form-control{
  height: 50px;
  padding: 6px 20px 6px 40px;
  border-radius: 3px;
  border:1px solid #e6e6e6;
  background-color: #fafafa;
  color: #888888;
  font-size: 16px;
  -webkit-box-shadow:none;
          box-shadow:none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}
.form-control.no-icon{
  padding-left: 20px;
}
.form-control:focus {
  border-color: #104754!important;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}
textarea.form-control{
  padding-top: 13px;
  height: 200px;
  resize:none;
}
.captcha{
  border-radius:0;
  background-position: center;
}
.form-control::-moz-placeholder {
  color: #292929;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #292929;
}
.form-control::-webkit-input-placeholder {
  color: #292929;
}
.form-transparent .form-control-layout .fa{
  top:21px;
}
.form-transparent .form-control{
  height: 60px;
  font-size: 14px;
  /* color: #e5e5e5; */
  color: #2c2c2c;
  border-color: #7e7e7e;
  /* background-color: rgba(255,255,255,0.1); */
  background-color: rgba(255,255,255,0.95);
}
.form-transparent textarea.form-control{
  padding-top: 18px;
  height: 223px;
}
.form-transparent .form-control::-moz-placeholder {
  color: #444444;
  opacity: 1;
}
.form-transparent .form-control:-ms-input-placeholder {
  color: #444444;
}
.form-transparent .form-control::-webkit-input-placeholder {
  color: #444444;
}
.form-transparent .captcha{
  border:0;
}
.form-control.error{
  border-color: #104754;
}
.wobble-error{
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
           animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}
label.error{
  font-size: 14px;
  font-weight: 400;
  color:#104754;
  margin:5px 20px 0;
}
/* 1.5 Buttons */
.btn{
  position: relative;
  display: inline-block;
  border:0;
  background: none;
  border-radius: 0;
  padding:20px 50px 0;
  height: 50px;
  font-size: 14px;
  line-height: 1;
  color:#313131;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}
.btn .text{
  visibility: hidden;
}
.btn .fa{
  font-size: 12px;
  margin-left: 2px;
}
.flip-front, 
.flip-back{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  padding:20px 50px 0;
  -webkit-transform-style: flat;
  transform-style: flat;
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
}
.flip-front{
  top:0;
  background-color: #313131;
  color:#fff;
   -webkit-transform: rotateX(0deg) translateZ(25px);
       -ms-transform: rotateX(0deg) translateZ(25px);
        -o-transform: rotateX(0deg) translateZ(25px);
           transform: rotateX(0deg) translateZ(25px);
}
.flip-back{
  background-color: #fff;
  color: #000;
  -webkit-transform: rotateX(90deg) translateZ(25px);
      -ms-transform: rotateX(90deg) translateZ(25px);
       -o-transform: rotateX(90deg) translateZ(25px);
          transform: rotateX(90deg) translateZ(25px);
}
.btn:hover .flip-back{
  -webkit-transform: rotateX(0deg) translateZ(25px);
      -ms-transform: rotateX(0deg) translateZ(25px);
       -o-transform: rotateX(0deg) translateZ(25px);
          transform: rotateX(0deg) translateZ(25px);
}
.btn:hover .flip-front{
  -webkit-transform: rotateX(-90deg) translateZ(25px);
      -ms-transform: rotateX(-90deg) translateZ(25px);
       -o-transform: rotateX(-90deg) translateZ(25px);
          transform: rotateX(-90deg) translateZ(25px);
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus{
  outline: none;
  -webkit-box-shadow:none;
  box-shadow: none;
  color: #fff;
}
/* Btn round */
.btn-round .flip-front,
.btn-round .flip-back{
  border-radius: 3px;
}
/* Btn Lead */
.btn-lead{
  font-size: 16px;
  padding-top: 17px;
}
.btn-lead .flip-front, 
.btn-lead .flip-back{
  padding-top: 18px;
}
.btn-lead.btn-b-white .flip-front{
  padding-top: 16px;
}
/* Btn large */
.btn-lg{
  height: 60px;
  padding:25px 50px 0;
}
.om-subscribe .btn-lg{
  height: 50px;
  padding:20px 50px 0;
}
.om-subscribe .btn-lg .flip-front, .om-subscribe .btn-lg .flip-back {
  padding: 20px 50px 0;
}
.om-subscribe label.error {
  color: #fff;
}
.om-pb-0 {padding-bottom: 0 !important;}
.om-mt-5 {margin-top: 10rem !important;}
.btn-lg .flip-front,
.btn-lg .flip-back{
  padding:25px 50px 0;
}
.btn-lg.btn-b-dark .flip-front{
  padding-top: 22px;
}
.btn-lg .flip-front{
   -webkit-transform: rotateX(0deg) translateZ(30px);
       -ms-transform: rotateX(0deg) translateZ(30px);
        -o-transform: rotateX(0deg) translateZ(30px);
           transform: rotateX(0deg) translateZ(30px);
}
.btn-lg .flip-back{
  -webkit-transform: rotateX(90deg) translateZ(30px);
      -ms-transform: rotateX(90deg) translateZ(30px);
       -o-transform: rotateX(90deg) translateZ(30px);
          transform: rotateX(90deg) translateZ(30px);
}
.btn-lg .btn:hover .flip-back{
  -webkit-transform: rotateX(0deg) translateZ(30px);
      -ms-transform: rotateX(0deg) translateZ(30px);
       -o-transform: rotateX(0deg) translateZ(30px);
          transform: rotateX(0deg) translateZ(20px);
}
.btn-lg:hover .flip-front{
  -webkit-transform: rotateX(-90deg) translateZ(30px);
      -ms-transform: rotateX(-90deg) translateZ(30px);
       -o-transform: rotateX(-90deg) translateZ(30px);
          transform: rotateX(-90deg) translateZ(30px);
}
/* Btn small */
.btn-sm{
  height: 45px;
  padding:16px 30px 0;
  font-size: 12px;
}
.btn-sm .flip-front,
.btn-sm .flip-back{
  padding:16px 30px 0;
}
.btn-sm .flip-front{
   -webkit-transform: rotateX(0deg) translateZ(20px);
       -ms-transform: rotateX(0deg) translateZ(20px);
        -o-transform: rotateX(0deg) translateZ(20px);
           transform: rotateX(0deg) translateZ(20px);
}
.btn-sm .flip-back{
  -webkit-transform: rotateX(90deg) translateZ(20px);
      -ms-transform: rotateX(90deg) translateZ(20px);
       -o-transform: rotateX(90deg) translateZ(20px);
          transform: rotateX(90deg) translateZ(20px);
}
.btn-sm .btn:hover .flip-back{
  -webkit-transform: rotateX(0deg) translateZ(20px);
      -ms-transform: rotateX(0deg) translateZ(20px);
       -o-transform: rotateX(0deg) translateZ(20px);
          transform: rotateX(0deg) translateZ(20px);
}
.btn-sm:hover .flip-front{
  -webkit-transform: rotateX(-90deg) translateZ(20px);
      -ms-transform: rotateX(-90deg) translateZ(20px);
       -o-transform: rotateX(-90deg) translateZ(20px);
          transform: rotateX(-90deg) translateZ(20px);
}
.btn-sm.btn-b-gray{
  padding:14px 30px 0;
}
.btn-sm.btn-b-gray .flip-front{
  padding:14px 30px 0;
}
.btn-red .flip-front{
  background-color: #fa4951;
}
.btn-yellow{
  background-color: transparent;
}
.btn-yellow .flip-front{
  color: #313131;
  background-color: #104754;
}
.btn-yellow-2{
  background-color: transparent;
}
.btn-yellow-2 .flip-front{
  color: #fff;
  background-color: #104754;
}
.btn-yellow-2 .flip-back{
  color: #fff;
  background-color: #fa4951;
}
.btn-gray .flip-front{
  color: #888888;
  background-color: #dbdbdb;
}
.btn-gray .flip-back{
  color: #fff;
  background-color: #313131;
}
.btn-linear .flip-front{
  background: -webkit-linear-gradient(left,  rgba(250,73,81,0.8) 0%,rgba(254,191,40,0.8) 100%); 
  background: linear-gradient(to right,  rgba(250,73,81,0.8) 0%,rgba(254,191,40,0.8) 100%); 
}
.btn-linear .flip-back{
  color: #fff;
  background: -webkit-linear-gradient(left,  rgba(254,191,40,0.8) 0%,rgba(250,73,81,0.8) 100%); 
  background: linear-gradient(to right,  rgba(254,191,40,0.8) 0%,rgba(250,73,81,0.8) 100%);
}
.contact-section .btn-linear .flip-front {
  background: -webkit-linear-gradient(left, rgba(250,73,81,0.8) 0%,rgba(254,191,40,0.8) 100%);
  background: linear-gradient(to right, #104754 0%, #0c343e 100%);
}
.contact-section .btn-linear .flip-back {
  color: #104754;
  background: -webkit-linear-gradient(left, rgba(254,191,40,0.8) 0%,rgba(250,73,81,0.8) 100%);
  background: linear-gradient(to right, #FFF 0%,#FFF 100%);
}
.btn-b-white .flip-front{
  padding-top: 17px;
  background-color: transparent;
  border:2px solid #fff;
}
.btn-b-dark .flip-front{
  padding-top: 17px;
  background-color: transparent;
  border:2px solid #313131;
  color: #313131;
}
.btn-b-dark .flip-back{
  background-color:  #313131;
  color: #fff;
}
.om-prices .leading .btn-black .flip-front{
  padding-top: 17px;
  background-color: transparent;
  border:2px solid #FFF;
  color: #FFF;
}
.om-prices .leading .btn-black .flip-back{
  background-color:  #FFF;
  color: #104754;
}
.btn-b-gray .flip-front{
  padding-top: 17px;
  background-color: transparent;
  border:2px solid #dcdcdc;
  color: #313131;
}
.btn-b-gray .flip-back{
  background-color:  #104754;
  color: #fff;
}
/* 1.6 Icons */
.icon-round,
.fa{
  display: inline-block;
  font-size: 24px;
  -webkit-transition:  .3s ease-out;
       -o-transition:  .3s ease-out;
          transition:  .3s ease-out;
}
.icon-linear{
  color:#104754;
  background: -webkit-linear-gradient(#104754, #0c343e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a.icon-round:hover{
  background-color: #104754;
  border-color: #104754;
  color:#313131;
}
a.fa:hover{
  color: #104754;
}
a.fa:hover,
a.fa:focus{
  text-decoration: none;
}
.icon-round{
  position: relative;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
  border:1px solid #fff;
  border-radius: 50%;
  color: #fff;
}
.icon-round .fa{
  position:absolute;
  left: 0;
  top:50%;
  width: 100%;
  margin-top: -12px;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
}
.icon-round:focus{
  color: #fff;
}
.icon-round-medium{
  width: 46px;
  height: 46px;
}
.icon-round-medium .fa{
  margin-top: -8px;
  font-size: 16px;
}
/* 1.7 Colors */
.text-white{
  color:#fff;
}
.text-dark{
  color: #313131;
}
.text-primary{
  color:#104754;
}
/* 1.8 Background colors */
.bgc-white{
  background-color: #fff;
}
.bgc-light{
  background-color: #f7f7f7;
}
.bgc-primary{
  background-color: #104754;
}
.bgc-dark{
  background-color: #313131;
}
.om-bgc-dark a {color: #fff;}
.om-bgc-dark .img-responsive {display: inline-block;}
.om-partners img {display: inline-block;}
.bg-gradient{
  background: -webkit-linear-gradient(left,  rgb(250,73,81) 0%,rgb(254,191,40) 100%); 
  background: linear-gradient(to right,  rgb(250,73,81) 0%,rgb(254,191,40)) 100%); 
}
/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/
.navbar{
  position: absolute;
  z-index: 100;
  left:0;
  top:0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  margin:0;
  border:0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar-primary{
  background-color: #fff;
}
.navbar-2{
  height: auto;
  padding-top:40px;
  background-color: transparent;
}
.navbar-2 .brand-dark{
  display: none;
}
.navbar-2:not(.affix) .navbar-toggle.collapsed{
  border-color: #fff;
}
.navbar-2:not(.affix)  .navbar-toggle.collapsed .icon-bar{
  background: #fff;
}
/* 2.1 Affix */
.affix{
  position: fixed;
  width: 100%;
  top:0;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.navbar-2.affix{
  padding-top:0;
  background: rgba(255,255,255,0.95);
}
.navbar-2.affix .brand-white{
  display: none;
}
.navbar-2.affix .brand-dark{
  display: block;
}
/* 2.2 Top panel */
.top-panel{
  background-color: #313131;
  padding: 16px 0;
  font-size: 14px;
  color: #999999;
}
.address{
  font-size: 14px;
}
.address a{
  display: inline-block;
  margin-right: 40px;
  color: inherit;
}
.address .fa{
  position: relative;
  top:1px;
  margin-right:10px;
  font-size: 15px;
}
.address a:hover{
  color: #104754;
  text-decoration: none;
}
.top-panel .social{
  margin-top: 10px;
}
.social a{
  float: left;
  color: #b3b3b3;
  font-size: 14px;
  margin-right: 30px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.social.pull-right a{
  margin-left: 30px;
  margin-right: 0;
}
.social a:hover{
  color: #104754;
  text-decoration: none;
}
/* 2.3 Navbar primary */
.navbar-header{
  position: relative;
}
.navbar-collapse{
  max-height: 320px;
  border-top-color: rgba(0,0,0,0.05);
}
.navbar-toggle{
  position: absolute;
  top:50%;
  right:15px;
  margin:0;
  border-radius: 0;
  background-color: #104754;
  border:2px solid #104754;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.navbar-toggle .icon-bar{
  height: 2px;
  width: 22px; 
  border-color: #fff;
  background-color: #fff;
}
.navbar-toggle .icon-bar+.icon-bar{
  margin-top: 4px;
}
.navbar-toggle.collapsed{
  border-color: #104754;
  background: none;
}
.navbar-toggle.collapsed .icon-bar{
  background-color: #104754;
}
/* 2.4 Brand */
.brand{
  float: left;
  margin:24px 0 24px 15px;
}
.brand:hover,
.brand:focus{
  text-decoration: none;
}
.sep {
  width: 1px;
  height: 41px;
  background: rgba(0,0,0,0.5);
  float: left;
  margin: 24px 20px;
}
.alibaba-logo {
  float: left;
  margin:24px 0 24px 0px;
}
/* 2.5 Navigation */
.navbar-nav{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  margin:0;
}
.navbar-2 .navbar-nav{
  padding-top: 30px;
}
.navbar-nav li{
  position: relative;
}
.navbar-nav li .fa{
  font-size: 12px;
  -webkit-transition:none;
       -o-transition:none;
         transition: none;
}
.navbar-nav li a{
  display: block;
  text-decoration: none;
  color: #313131;
}
.navbar-2:not(.affix) .navbar-nav > li > a{
  color: #fff;
}
.navbar-nav > li{
  margin-top: 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.navbar-nav > li > a{
  padding: 20px 0;
}
.navbar-nav li:hover > a,
.navbar-nav .active > a{
  background-color: transparent;
  color:#104754;
}
.navbar-nav .active a{
  font-weight: bold;
}
.navbar-nav > .active:after{
  content:'';
  position: absolute;
  bottom: 1px;
  left:0;
  border: 7px solid transparent; 
  border-bottom: 6px solid #104754;
}
.navbar-nav li ul{
  position: absolute;
  z-index: 12;
  top:100%;
  margin-top: -20px;
  left:0;
  width:250px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0,0,0,0.1);
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.navbar-nav li li{
  margin:0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.navbar-nav li li:last-child{
  border-bottom: 0;
}
.navbar-nav li li a{
  padding: 15px 20px;
}
.navbar-nav li:hover > ul{
  margin: 0;
  clip: inherit; 
  overflow: inherit; 
}
/*-------------------------------------------------------------------------------
  3. Content styles
-------------------------------------------------------------------------------*/
.content{
  padding-top: 90px; 
}
.row-base{
  margin-top: -30px;
}
.col-base{
  margin-top: 30px;
}
.masked{
  position: relative;
}
.masked:before{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: rgba(49,49,49,0.9);
}
.gradient-overlay{
  position: relative;
}
.gradient-overlay:before{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left,  rgba(250,73,81,0.8) 0%,rgba(254,191,40,0.8) 100%); 
  background: linear-gradient(to right,  rgba(250,73,81,0.8) 0%,rgba(254,191,40,0.8) 100%); 
}
.section{
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
.title-left{
  letter-spacing: 0.05em;
}
.delimiter{
  position: relative;
  display: block;
  margin:25px auto 20px;
  width: 1px;
  height: 2px;
}
.delimiter:before,
.delimiter:after{
  content:'';
  position: absolute;
  top:0;
  width: 70px;
  height: 2px;
  background-color: #104754;
}
.delimiter:before{
  left:15px;
}
.delimiter:after{
  right: 15px;
}
.delimiter div{
  position: relative;
}
.delimiter div:before,
.delimiter div:after{
  content:'';
  position: absolute;
  top:50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border:1px solid #104754;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.delimiter div:before{
  left: -7px;
}
.delimiter div:after{
  right: -7px;
}
.delimiter.white:before,
.delimiter.white:after{
  background-color: #fff;
}
.delimiter.white div:before,
.delimiter.white div:after{
  border-color: #fff;
}
.lead-delimiter{
  margin:46px auto;
}
.delimiter-l{
  margin:25px 0 0 0;
  width: 70px;
  height: 2px;
  background-color: #104754;
}
.delimiter-2{
  text-align: center;
  margin: 15px 0 12px;
}
.section-entry{
  font-weight: 300;
}
.om-tick img {width: 18px; margin-right: 10px;}
.section-body{
  margin-top: 50px;
}
.section-body-x2{
  margin-top: 100px;
}
.rel-1{
  position: relative;
  z-index: 1;
}
.p-t-0{
  padding-top: 0;
}
.p-b-0{
  padding-bottom: 0;
}
.parallax{
  background-attachment: fixed;
}
.mobile *{
  background-attachment: scroll!important;
}
.main{
  position: relative;
  background-color: #fff;
}
/*-------------------------------------------------------------------------------
  4. Masthead
-------------------------------------------------------------------------------*/
.masthead{
  position: relative;
  text-align: center;
  color:#fff;
}
.masthead-entry{
  position: relative;
  padding: 115px 0;
  background-image: url(../img/bg/masthead.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.masthead-entry:after{
  content:'';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85px;
  background:#fff;
}
.masthead-entry-img{
  margin-top: 75px;
  margin-bottom: -115px;
}
.lead{
  font-size: 16px;
  font-weight: 300; /* 700 */
  letter-spacing: 0.15em;
  /* text-shadow: 1px 1px 5px rgb(0 0 0 / 30%); */
  /* text-transform: uppercase; */
  margin:5px 0 0 0;
  padding: 0 20rem;
}
.triangles{
  position: relative;
  z-index: -1;
  width: 1px;
  margin:0 auto;
  -webkit-perspective: 2000px;
          perspective: 2000px;
}
.triangles .triangle{
  opacity: 0;
  -webkit-transition: 1.6s linear;
  -o-transition: 1.6s linear;
  transition: 1.6s linear;
}
.triangle1{
  position: absolute;
  top: -40px;
  left: -140px;
  width: 0;
  height: 0;
  border-top: 70px solid transparent;
  border-left: 210px solid #FA4951;
  border-bottom: 30px solid transparent;
  -webkit-transform: rotate(-40deg) translate(0, -80px);
      -ms-transform: rotate(-40deg) translate(0, -80px);
       -o-transform: rotate(-40deg) translate(0, -80px);
          transform: rotate(-40deg) translate(0, -80px);
}
.triangle2{
  position: absolute;
  top: -50px;
  left: 55px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 55px solid #FFF;
  border-bottom: 80px solid transparent;
  -webkit-transform: rotate(10deg) translate(60px, 50px);
      -ms-transform: rotate(10deg) translate(60px, 50px);
       -o-transform: rotate(10deg) translate(60px, 50px);
           transform:rotate(10deg) translate(60px, 50px);
}
.triangle3{
  position: absolute;
  top: 40px;
  left: 10px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 150px solid #FA4951;
  border-bottom: 60px solid transparent;
  -webkit-transform: rotateX(-10deg) translateX(80px) translateY(10px);
      -ms-transform: rotateX(-10deg) translateX(80px) translateY(10px);
       -o-transform: rotateX(-10deg) translateX(80px) translateY(10px);
           transform:rotateX(-10deg) translateX(80px) translateY(10px);
}
.triangle4{
  position: absolute;
  top: 90px;
  left: -40px;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-left: 90px solid #FFF;
  border-bottom: 15px solid transparent;
  -webkit-transform: rotateX(30deg) translateX(60px) translateY(30px);
      -ms-transform: rotateX(30deg) translateX(60px) translateY(30px);
       -o-transform: rotateX(30deg) translateX(60px) translateY(30px);
           transform:rotateX(30deg) translateX(60px) translateY(30px);
}
.loaded .triangle1{
  opacity: 0.2;
  -webkit-transform: rotate(-40deg) translate(0);
      -ms-transform: rotate(-40deg) translate(0);
       -o-transform: rotate(-40deg) translate(0);
          transform: rotate(-40deg) translate(0);
}
.loaded .triangle2{
   opacity: 0.2;
  -webkit-transform: rotate(10deg) translate(0);
      -ms-transform: rotate(10deg) translate(0);
       -o-transform: rotate(10deg) translate(0);
          transform: rotate(10deg) translate(0);
}
.loaded .triangle3{
  opacity: 0.2;
  -webkit-transform: rotate(-10deg) translate(0);
      -ms-transform: rotate(-10deg) translate(0);
       -o-transform: rotate(-10deg) translate(0);
          transform: rotate(-10deg) translate(0);
}
.loaded .triangle4{
  opacity: 0.2;
  -webkit-transform: rotate(10deg) translate(0);
      -ms-transform: rotate(10deg) translate(0);
       -o-transform: rotate(10deg) translate(0);
          transform: rotate(10deg) translate(0);
}
/* 4.1 Masthead Inner */
.masthead-inner .masthead-entry{
  padding: 115px 0;
  background: url(../img/bg/masthead-inner.jpg) 50% 50%;
  background-size: cover;
}
.masthead-inner .masthead-entry:after{
  display: none;
}
.entry-text{
  font-size: 18px;
}
.breadcrumbs{
  position: absolute;
  left: 0;
  bottom: 0;
  margin:0;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.15em;
  text-align: center;
}
.breadcrumbs li{
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}
.breadcrumbs li:after{
  content:'_';
}
.breadcrumbs li:last-child:after{
  display: none;
}
.breadcrumbs li a{
  color:#fff;
}
.breadcrumbs .active:before{
  content:'';
  position: absolute;
  bottom: 0;
  left:50%;
  margin-left: -7px;
  border: 5px solid transparent; 
  border-bottom: 4px solid #fff;
}
/* 4.2 Masthead v2 */
.masthead-entry-2{
  position: relative;
  padding: 150px 0;
  background-image: url(../img/bg/masthead2.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  background-size: contain;
  background-color: #fff;
}
.masthead-entry-2:after{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(44,44,44,0.4); */
}
.title-border{
  position: relative;
  display: inline-block;
  margin-bottom: 70px;
}
.title-border .title-frame{
  content:'';
  position: absolute;
  top:-37px;
  bottom: -37px;
  left:50%;
  width: 80%;
  margin-left: -40%;
  border:10px solid rgba(255,255,255,0.4);
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.scroll-help{
  position: absolute;
  left:0;
  width: 100%;
  margin-top: 30px;
  font-size: 32px;
}
/* 4.3 Masthead v3 */
.masthead-entry-3{
  position: relative;
  background-image: url(../img/bg/masthead3.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.masthead-entry-3:after{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: rgba(44,44,44,0.3);
}
.masthead-entry-3 .inner{
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding: 200px 0 120px;
  height: 100vh;
}
.entry-line{
  position: absolute;
  z-index: 1;
  left:0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #2c2c2c;
}
.entry-line:before{
  content:'';
  display: block;
  height: 100%;
  width: 50%;
  background: -webkit-linear-gradient(left,  rgba(250,73,81,1) 0%,rgba(254,191,40,1) 100%); 
  background: linear-gradient(to right,  rgba(250,73,81,1) 0%,rgba(254,191,40,1) 100%); 
}
.masthead-entry-3 h1{
  font-size: 60px;
  text-transform: none;
  margin-bottom: 55px;
}
.masthead-entry-3 h1 .underline{
  padding-bottom: 10px;
  border-bottom: 10px solid #fff;
}
.page-subtitle{
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}
.inline-buttons .btn{
  margin-left: 25px;
}
.inline-buttons .btn:first-child{
  margin-left: 0;
}
.masthead-entry-3 .inline-buttons{
  margin-top: 45px;
}
/* 4.4 Slideshow */
.slideshow .title-border .title-frame{
  opacity: 0;
  width: 0;
  margin-left: 0;
}
.slideshow .owl-item.active .title-border .title-frame{
  opacity: 1;
  width: 80%;
  margin-left: -40%;
}
.slideshow .owl-prev,
.slideshow .owl-next{
  display: none;
  opacity: 0;
  position: absolute;
  top:50%;
  margin-top: -66px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border:1px solid #313131;
  color: #313131;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
}
.slideshow .owl-prev{
  left: 150px;
}
.slideshow .owl-next{
  right: 150px;
}
.slideshow .owl-prev .fa,
.slideshow .owl-next .fa{
  position: absolute;
  top:50%;
  left: 0;
  width: 100%;
  margin-top: -9px;
  font-size: 18px;
}
.slideshow .owl-prev:hover,
.slideshow .owl-next:hover{
  border-color: #313131;
  background-color: #313131;
}
.slideshow .owl-prev:hover .fa,
.slideshow .owl-next:hover .fa{
  color: #fff;
}
.slideshow:hover .owl-prev{
  opacity: 1;
  left: 50px;
}
.slideshow:hover .owl-next{
  opacity: 1;
  right: 50px;
}
.slideshow .owl-pagination{
  display: none;
  bottom: 20px;
  z-index: 1;
}
.slideshow .owl-controls .owl-page span{
  background-color: #ccc;
  opacity: 1;
}
.slideshow .owl-controls .owl-page.active span, 
.slideshow .owl-controls .owl-page:hover span{
  background-color: #2c2c2c;
  opacity: 1;
}
.dots-true .owl-pagination{
  display: block;
}
.dots-false .owl-pagination{
  display: none;
}
/* ------------------------------------------------------------------------------- */
/*  5. Services
/* ------------------------------------------------------------------------------- */
.border{
  padding: 40px 20px;
  border:2px solid #f2f2f2;
}
.service-column .fa{
  color: #313131;
}
.row-advantage{
  margin-top: -40px;
}
.col-advantage{
  margin-top: 40px;
}
.col-advantage .fa{
  color: #2c2c2c;
}
.col-advantage .media-right{
  padding:1px 0 0 5px;
}
.services .col-advantage .inner{
  padding-top: 40px;
  border-top:1px solid #e3e3e3;
  max-height: 145px;
}
.services .col-advantage:nth-child(1) .inner{
  padding-top: 0;
  border-top:0;
}
.row-advantage-2{
  margin-top: -50px;
}
.row-advantage-2 .col-advantage{
  margin-top: 50px;
}
/* ------------------------------------------------------------------------------- */
/*  6. Showcase
/* ------------------------------------------------------------------------------- */
.showcase.bgc-dark{
  padding-bottom: 0;
}
.showcase > .filter:first-child{
  margin-top:-10px;
}
.filter{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color:#313131;
  text-align: center;
  text-transform: uppercase;
  margin:40px 0 50px;
  border-bottom: 1px solid #e9e9e9;
}
.filter li{
  display: inline-block;
}
.filter li a{
  position: relative;
  display: block;
  padding: 0 16px 8px;
  color:#313131;
}
.filter li a:after{
  content:'';
  position: absolute;
  left:50%;
  top:100%;
  width: 0;
  height: 4px;
  background-color: #104754;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
}
.filter li:hover a,
.filter li:focus a{
  color:#104754;
  text-decoration: none;
}
.filter li:hover a:after,
.filter li:focus a:after,
.filter .active a:after{
  width: 100%;
  left:0;
}
.filter .active a{
  color:#104754;
  font-weight: bold;
}
.col-showcase{
  padding: 0;
  width: 100%;
}
.col-showcase figure img,
.col-showcase figcaption,
.showcase-category,
.showcase-title,
.showcase-cntrls{
  -webkit-transition: .3s linear;
       -o-transition: .3s linear;
          transition: .3s linear;
}
.col-showcase figure{
  position: relative;
  -webkit-perspective: 2000px;
          perspective: 2000px;
}
.col-showcase .image-holder{
  overflow: hidden;
}
.col-showcase .image-holder img{
  width: 100%;
}
.col-showcase figcaption{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  color:#fff;
  overflow: hidden;
}
.figcaption-gradient .icon-round:hover{
  background-color: #fff;
}
.figcaption-gradient .icon-round:hover .fa{
  color: #313131;
}
.showcase-lead{
  position: absolute;
  opacity: 0;
  left:20px;
  right: 20px;
  top:50%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.showcase-category{
  opacity: 0;
  position: relative;
  top:-50px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.showcase-title{
  opacity: 0;
  position: relative;
  top:50px;
  color: #fff;
  font-size: 24px;
  margin: 0;
}
.showcase-cntrls{
  opacity: 0;
  position: relative;
  top:-30px;
  display: inline-block;
  margin-top: 22px;
}
.showcase-cntrls .icon-round{
  float: left;
  margin:0 7px;
}
.col-showcase:hover figure img{
  -webkit-transform:scale(1.3) rotateZ(-7deg);
      -ms-transform:scale(1.3) rotateZ(-7deg);
       -o-transform:scale(1.3) rotateZ(-7deg);
          transform:scale(1.3) rotateZ(-7deg);
}
.col-showcase:hover figcaption{
  background-color:rgba(49,49,49,0.7);
}
.col-showcase:hover .figcaption-gradient{
  background: -webkit-linear-gradient(top, rgba(254,191,40,0.8)  0%,rgba(250,73,81,0.8) 100%); 
  background: linear-gradient(to top,  rgba(250,73,81,0.8) 0%,rgba(254,191,40,0.8) 100%); 
}
.col-showcase:hover .showcase-lead{
  opacity: 1;
}
.col-showcase:hover .showcase-category,
.col-showcase:hover .showcase-title,
.col-showcase:hover .showcase-cntrls{
  opacity: 1;
  top:0;
  left: 0;
}
.iso2{
  margin:-15px 0;
}
.iso2 .col-showcase{
  padding: 15px;
}
.iso2 .col-showcase a.icon-round:hover {
  background-color: #fff;
  border-color: #fff;
  color: #313131;
}
.iso2 .col-showcase figcaption:after{
  content:'';
  position: absolute;
  left:0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color:#104754; 
  -webkit-transition: .7s linear;
       -o-transition: .7s linear;
          transition: .7s linear;
}
.iso2 .col-showcase:hover figcaption:after{
  width: 100%;
}
/* 6.1 Showcase dark */
.showcase-dark .filter{
  border-bottom: 1px solid #636363;
}
.showcase-dark .filter li a{
  color: #fff;
}
/* 6.2 Magnific popup */
.mfp-figure{
  box-shadow: none;
}
.mfp-iframe-scaler{
  overflow: visible;
}
.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close{
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
  color:#104754;
}
img.mfp-img{
  min-height: 220px;
}
.mfp-bottom-bar{
  margin-top: -30px;
}
.mfp-title{
  font-family: 'Dancing Script', cursive;
  font-size: 20px;
  color:#104754;
}
.mfp-bg{
  background-color: #000;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b{
  display: none;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{
  display: none;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a{
  border-right-color:#104754;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a{
  border-left-color:#104754;
}
.mfp-wrap .mfp-content {
  -webkit-perspective: 2000px;
          perspective: 2000px;
}
.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
  -webkit-transform: rotateX(60deg);
      -ms-transform: rotateX(60deg);
       -o-transform: rotateX(60deg);
          transform: rotateX(60deg);
}
.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}
.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: rotateX(0);
      -ms-transform: rotateX(0);
       -o-transform: rotateX(0);
          transform: rotateX(0);
}
.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-wrap.mfp-removing .mfp-figure ,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
}
.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 6.3 Portfolio details*/
.portfolio-info{
  margin-top: 30px;
  font-size: 18px;
}
.portfolio-info li{
  margin-top: 30px;
}
.portfolio-social{
  margin-top: 60px;
}
.pagination-controls{
  overflow: hidden;
  margin-top: 50px;
  padding: 23px 0;
  border:1px solid #e8e8e8;
  border-width: 1px 0;
  text-align: center;
}
.pagination-controls a{
  font-size: 36px;
  color: #dedede;
}
.pagination-controls .arrow-prev{
  float: left;
}
.pagination-controls .arrow-right{
  float: right;
}
/* ------------------------------------------------------------------------------- */
/*  7. Reviews
/* ------------------------------------------------------------------------------- */
.icon-review{
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 300;
}
.col-review{
  position: relative;
  padding-bottom:223px;
}
.col-review.pb-0 {
  padding-bottom:0px;
}
.review-text{
  color: #000;
  font-size: 18px;
  line-height: 1.6;
}
.review-text strong{
  font-weight: 600;
}
.reviewer{
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
}
.reviewer-name{
  margin-bottom: 0;
}
.reviewer-spec{
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.carousel-direction{
  position: absolute;
  z-index: 1;
  bottom:112px;
  width: 470px;
  max-width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.custom-controls{
  position: relative;
  height: 40px;
}
.custom-prev,
.custom-next{
  position: absolute;
  top:0;
  height: 100%;
  width: 50%;
  border:1px dashed #888888;
  cursor: pointer;
}
.custom-prev{
  left:0;
  border-right: 0;
  border-radius:30px 0 0 30px;
}
.custom-next{
  right: 0;
  border-left: 0;
  border-radius:0 30px 30px 0;
}
.custom-prev .prev,
.custom-next .next{
  position: absolute;
  top:50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  border-radius:50%;
  border:1px solid #313131;
  text-align: center;
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}
.custom-prev .prev{
  left:7px;
}
.custom-next .next{
  right: 7px;
}
.custom-prev .prev .fa,
.custom-next .next .fa{
  position: absolute;
  top:50%;
  width: 100%;
  margin-top: -9px;
  font-size: 18px;
  color: #313131;
  -webkit-transition:none;
       -o-transition:none;
          transition:none;
}
.custom-prev .prev .fa{
  left: -1px;
}
.custom-next .next .fa{
  right:-1px;
}
.custom-prev .dir-text,
.custom-next .dir-text{
  position: absolute;
  top:7px;
  font-size: 14px;
}
.custom-prev .dir-text{
  left: 42px;
}
.custom-next .dir-text{
  right: 42px;
}
.custom-prev:hover,
.custom-next:hover{
  color: #104754;
  font-weight: 600;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}
.custom-prev:hover .prev,
.custom-next:hover .next{
  background-color: #313131;
}
.custom-prev:hover .prev .fa,
.custom-next:hover .next .fa{
  color: #fff;
}
.thumbnail-pagination{
  display: inline-block;
  margin-top: -30px;
}
.thumbnail-pagination a{
  position: relative;
  float:left;
  margin:0 -14px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
       -o-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition: -webkit-transform .3s ease-out;
          transition: -webkit-transform .3s ease-out;
}
.thumbnail-pagination a:after{
  content:'';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.6);
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}
.thumbnail-pagination a img{
  border-radius:50%;
  width: 94px;
}
.thumbnail-pagination a:hover:after{
  background-color: transparent;
}
.thumbnail-pagination .active{
  z-index: 1;
  padding:3px;
  background: -webkit-linear-gradient(45deg,  rgba(250,73,81,1) 0%,rgba(254,191,40,1) 100%); 
  background: linear-gradient(45deg,  rgba(250,73,81,1) 0%,rgba(254,191,40,1) 100%); 
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.thumbnail-pagination .active:after{
  background-color: transparent;
}
.owl-pagination{
  position: absolute;
  left: 0;
  bottom: -45px;
  width: 100%;
  text-align: center;
}
.owl-controls .owl-page{
  display: inline-block;
  margin:0 3px;
}
.owl-controls .owl-page span{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bcbcbc;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}
.owl-controls .owl-page.active span, 
.owl-controls .owl-page:hover span{
  background-color:#104754;
}
.review-carousel .owl-prev,
.review-carousel .owl-next{
  position: absolute;
  top:50%;
  margin-top: -73px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border:1px solid #fff;
  text-align: center;
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}
.review-carousel .owl-prev{
  left: 0px;
  text-indent: -1px;
}
.review-carousel .owl-next{
  right: 0px;
  text-indent:1px;
}
.review-carousel .owl-prev .fa,
.review-carousel .owl-next .fa{
  position: absolute;
  top:50%;
  left: 0;
  width: 100%;
  margin-top: -9px;
  font-size: 17px;
  color: #fff;
  -webkit-transition:none;
       -o-transition:none;
          transition:none;
}
.review-carousel .owl-prev:hover,
.review-carousel .owl-next:hover{
  background-color: #dea732;
  border-color:#dea732; 
}
.review-carousel .owl-prev:hover .fa,
.review-carousel .owl-next:hover .fa{
  color: #fff;
}
.reviews-2{
  color: #fff;
  background: url(../img/bg/reviews.jpg) 50% no-repeat;
  background-size: cover;
  padding-bottom: 160px;
}
.reviews-2.masked:before{
  background-color: rgba(44,44,44,0.3);
}
.reviews-2 .owl-carousel{
  padding: 0 50px;
}
.reviews-2 .custom-controls{
  height: auto;
  margin-bottom: 34px;
}
.reviews-2 .thumbnail-pagination{
  margin:0;
}
.reviews-2 .icon-review{
  color: #104754;
}
.reviews-2 .col-review{
  padding-bottom: 0;
}
.reviews-2 .reviewer{
  position: static;
  margin-top: 35px;
}
.reviews-2 .reviewer-name{
  color: #fff;
}
.reviews-2 .review-text{
  color: #fff;
  font-weight: 300;
}
.reviews-2 .thumbnail-pagination a:after{
  background-color: rgba(44,44,44,0.6);
}
.reviews-2 .thumbnail-pagination a:hover:after,
.reviews-2 .thumbnail-pagination .active:after{
  background-color: transparent;
}
.reviews-2 .review-carousel .owl-pagination{
  display: none;
}
/* ------------------------------------------------------------------------------- */
/*  8. Banner 
/* ------------------------------------------------------------------------------- */
.section-banner{
  padding: 70px 0;
  background-color: #104754;
  color: #fff;
}
.banner-title{
  padding-top: 5px;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0;
}
.banner-text{
  margin-top: 5px;
}
.banner-style-2,
.banner-style-3{
  padding: 50px 0;
}
.banner-style-2 .banner-title{
  text-transform: none;
}
.banner-style-3{
  color: #313131;
  background-color: #f7f7f7;
}
.banner-style-3 .banner-title{
  color: #636363;
  text-transform: none;
}
/* ------------------------------------------------------------------------------- */
/*  9. Features
/* ------------------------------------------------------------------------------- */
.features{
  color: #fff;
  background: url(../img/bg/features.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
}
.features h3{
  color: #fff;
}
.col-feature-img img{
  margin:0 auto;
  max-width: 100%;
}
.col-feature-img2 img{
  max-width: 100%;
}
.col-feature p{
  margin-top: 30px;
}
.feature-top-space{
  margin-top: 120px;
}
.col-feature .btn{
  margin-top: 30px;
}
.feature{
  margin-bottom: 40px;
}
.feature h3{
  margin-top: 0;
}
.feature .media-left{
  padding-right: 25px;
}
.feature p{
  margin-top: 10px;
}
.feature-title{
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}
.col-feature .feature-subtitle{
  font-size: 18px;
  font-weight:300;
  margin-top: 20px;
}
.title-space{
  margin:30px 0;
  width: 70px;
  border-top:5px solid #104754;
}
.features2 .col-feature h3{
  margin-top: 5px;
}
.features2 .col-feature .icon-round{
  width: 55px;
  height: 55px;
  border:1px solid #104754;
}
.features2 .col-feature .fa{
  color: #000;
}
.col-statistic .inner{
  position: relative;
  padding: 25px 0;
}
.col-statistic .inner:before,
.col-statistic .inner:after{
  content:'';
  position: absolute;
  top:0;
  left:50%;
  margin-left: -35px;
  width: 70px;
  border-top:1px solid #888888;
}
.col-statistic .inner:before{
  display: none;
}
.col-statistic .inner:after{
  top:100%;
}
.col-statistic h3{
  margin:15px 0 0;
  color:#2c2c2c;
  font-weight: 400;
}
.statistic-number{
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #104754;
  font-weight: 700;
}
.col-about-product{
  margin-top: 100px;
}
/* ------------------------------------------------------------------------------- */
/*  10. Team
/* ------------------------------------------------------------------------------- */
.team-profile{
  position: relative;
}
.team-profile-2{
  overflow: hidden;
}
.team-profile-2 .image-holder{
  position: relative;
}
.team-profile-2 .image-holder:after{
  content: '';
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}
.team-profile img,
.team-profile-2 img{
  width: 100%;
}
.team-profile figcaption{
  position: absolute;
  left:0;
  bottom: 0;
  height: 23%;
  width: 100%;
  padding:0 20px;
  background-color: rgba(255,255,255,0.7);
  border:1px solid rgba(215,216,222,0.7);
  color: #313131;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}
.team-profile-2 figcaption{
  position: relative;
  min-height: 120px;
}
.team-profile .profile-info{
  position: absolute;
  top:50%;
  left:20px;
  right: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.team-profile-2 .profile-info{
  padding: 33px 20px;
  position: absolute;
  left: 0;
  width: 100%;
  top:0;
  min-height: 100%;
  background-color: #f5f5f5;
  -webkit-transition: top .3s linear;
       -o-transition: top .3s linear;
          transition: top .3s linear;
}
.team-profile .profile-name,
.team-profile-2 .profile-name{
  margin:0;
}
.team-profile .profile-spec{
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.team-profile-2 .profile-spec{
  margin-top:5px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #313131;
  text-transform: uppercase;
}
.team-social{
  margin-top: 20px;
  display: none;
}
.team-social .fa{
  margin:0 7px;
  width: 27px;
  height: 27px;
  line-height: 25px;
  background-color: #868686;
  border-radius:50%;
  color: #4a4848;
  font-size: 15px;
}
.team-social .fa:hover{
  background-color: #104754;
}
.team-profile .team-spec{
  display: none;
}
.team-profile-2 .team-social .fa{
  color: #313131;
  margin:0 5px;
}
.team-3 .team-profile-2 .team-social .fa{
  background-color: #fff;
  border-color: #fff;
}
.team-3 .team-profile-2 .team-social .fa:hover{
  background-color: transparent;
  color:#fff;
}
.team-profile:hover figcaption{
  height: 100%;
  color:#fff;
  border-color: transparent;
  background-color: rgba(49,49,49,0.8);
}
.team-profile-2:hover figcaption *{
  color: #fff;
}
.team-profile-2:hover .image-holder:after{
  background-color: rgba(49,49,49,0.5);
}
.image-holder-gradient:after{
  opacity: 0;
  background: -webkit-linear-gradient(top, rgba(254,191,40,0.8)  0%,rgba(250,73,81,0.8) 100%); 
  background: linear-gradient(to top,  rgba(250,73,81,0.8) 0%,rgba(254,191,40,0.8) 100%);
  -webkit-transition: top .3s linear;
       -o-transition: top .3s linear;
          transition: top .3s linear;
}
.team-profile-2:hover .image-holder-gradient:after{
  opacity: 1;
}
.team-profile-2:hover .profile-info{
  background-color: #313131;
  top:-40px;
}
.team-profile:hover .profile-name{
  color:#fff;
}
.team-profile:hover .team-social,
.team-profile-2:hover .team-social{
  display: inline-block;
}
/* ------------------------------------------------------------------------------- */
/*  11. Get Start
/* ------------------------------------------------------------------------------- */
.get-start{
  padding: 15% 0;
  background: url(../img/bg/getstart.jpg) 50% no-repeat;
  background-size: cover;
}
.get-start.masked:before{
  background: rgba(44,44,44,0.8);
}
.promo-title{
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.promo-subtitle{
  margin-top: 30px;
  font-size: 20px;
  font-weight: 300;
}
.get-start .inline-buttons{
  margin-top: 50px;
}
/* ------------------------------------------------------------------------------- */
/*  12. Specialization
/* ------------------------------------------------------------------------------- */
.col-spec .spec-title{
  margin-bottom: 0;
}
.col-spec .spec-type{
  font-size: 14px;
  margin-top: 8px;
  color: #707070;
}
.chart{
  position: relative;
}
.chart-icon{
  position: absolute;
  left:50%;
  top:50%;
  margin:-40px 0 0 -34px;
  width: 68px;
  height: 68px;
  line-height: 68px;
  border-radius:50%;
  background-color: #313131;
  color: #fff;
}
.chart-icon .fa{
  position: absolute;
  top:50%;
  margin-top: -12px;
  left:0;
  width: 100%;
  font-size: 24px;
}
/* ------------------------------------------------------------------------------- */
/*  13. Prices
/* ------------------------------------------------------------------------------- */
.price-table{
  background-color: #fff;
  border: 1px solid #e4e4e4;
}
.price-header{
  padding:38px 20px 33px;
}
.price-title{
  margin:0;
}
.price-type{
  margin-top: 5px;
  font-size: 14px;
  color: #888888;
}
.price{
  background-color: #313131;
  color: #fff;
  padding:34px 20px 28px;
  margin:0 -1px;
}
.price-amount{
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  line-height: 1;
}
.price-amount sub{
  font-size: 14px;
  bottom: 0;
}
.price-body{
  color: #636363;
  padding: 32px 17px 40px;
}
.price-features{
  margin:0;
}
.price-features li{
  padding:10px 0 10px;
  margin:0;
  border-top: 1px solid #e8e8e8;
}
.price-features li:first-child{
  padding-top: 0;
  border:0;
}
.price-features li:last-child{
  padding-bottom: 0;
}
.price-footer{
  margin-top: 40px;
}
.price-footer .btn{
  max-width: 100%;
}
.leading.col-price .price-table{
  background-color: #313131;
  color: #fff;
}
.leading.col-price .price-title{
  color: #fff;
}
.leading.col-price .price{
  background: -webkit-linear-gradient(left,  rgba(250,73,81,0.8) 0%,rgba(254,191,40,0.8) 100%); 
  background: linear-gradient(to right,  rgba(250,73,81,0.8) 0%,rgba(254,191,40,0.8) 100%);
}
.leading.col-price .price-body{
  color: #d8d8d8;
}
.leading.col-price .price-features li{
  border-color: #4a4a4a;
}
.prices-2{
  color: #fff;
  /* background: url(../img/bg/prices2.jpg) 50% 0 no-repeat fixed;
  background-size: cover; */
}
.prices-2.masked:before{
  background-color: rgba(44,44,44,0.8);
}
.prices-2 .price-table{
  border:0;
}
.prices-2 .price{
  background-color: #104754;
  margin:0;
}
.prices-2 .leading.col-price .price-table{
  background: -webkit-linear-gradient(top,  rgba(254,191,40,1) 0%,rgba(250,73,81,1) 100%);
  background: linear-gradient(to bottom,  rgba(254,191,40,1) 0%,rgba(250,73,81,1) 100%);
}
.om-prices.prices-2 .leading.col-price .price-table{
  background: -webkit-linear-gradient(top,  #104754 0%, #0c343e 100%);
  background: linear-gradient(to bottom,  #104754 0%, #0c343e 100%);
}
.prices-2  .leading.col-price .price-type{
  color: #fff;
}
.prices-2 .leading.col-price .price{
  background:#fff;
  color:#2c2c2c;
}
.prices-2 .leading.col-price .price-features li{
  color: #fff;
  border-color: #ff9f7f;
}
.om-prices.prices-2 .leading.col-price .price-features li{
  color: #fff;
  border-color: #717171;
}
/* ------------------------------------------------------------------------------- */
/*  14. Clients
/* ------------------------------------------------------------------------------- */
.client{
  text-align: center;
}
.client img{
  opacity: 0.4;
  max-width: 100%;
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}
.client img:hover{
  opacity: 1;
}
/* ------------------------------------------------------------------------------- */
/*  15. Video section
/* ------------------------------------------------------------------------------- */
.video-section,
.video-section-2{
  padding: 16% 0;
  background: url(../img/bg/video.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
  color:#fff;
}
.video-section-2{
  background: url(../img/bg/video2.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
}
.video-section.masked:before{
  background-color: rgba(49,49,49,0.8);
}
.video-section-2.masked:before{
  background-color: rgba(49,49,49,0.6);
}
.video-section h2,
.video-section-2 h2{
  font-family: 'Hind', sans-serif;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.3em;
}
.icon-video-play{
  color: #fff;
  font-size: 48px;
  margin-bottom: 55px;
}
.video-section-entry{
  font-size: 18px;
  font-weight: 300;
  margin-top: 15px;
}
/* ------------------------------------------------------------------------------- */
/*  16. Posts
/* ------------------------------------------------------------------------------- */
.masthead .bg-post{
  color: #fff;
  background: url(../img/bg/post.jpg) 50% 0 no-repeat;
  background-size: cover;
}
.post{
  overflow: hidden;
  border:1px solid #f2f2f2;
  background-color: #fdfdfd;
}
.post.text-right .post-like{
  left: 7px;
  right: auto;
}
.post + .post{
  margin-top: 30px;
}
.post-box{
  padding: 0;
}
.post-preview{
  position: relative;
}
.post-preview iframe,
.post-preview img{
  width: 100%;
  display: block;
  border:0;
}
.post-preview figcaption{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(49,49,49,0.4);
  color:#f7f7f7;
  padding:50px 50px 0 100px;
}
.blockquote-preview{
  position: relative;
  border:0;
  padding: 0;
  font-size: 24px;
  line-height: 36px;
  text-align: right;
}
.blockquote-preview:before{
  content:'“';
  position: absolute;
  left: 0;
  top:10px;
  font-size: 72px;
  line-height: 0;
}
.blockquote-preview:after{
  content:'”';
  position: absolute;
  right: 0;
  bottom:-40px;
  font-size: 72px;
  line-height: 0;
}
.blockquote-preview .blockquote-author{
  font-size:14px;
  margin-top: 35px;
}
.post-gallery .owl-prev,
.post-gallery .owl-next{
  position: absolute;
  top:50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-color: #f9f9f9;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}
.post-gallery .owl-prev{
  left: 30px;
  text-indent: -1px;
}
.post-gallery .owl-next{
  right: 30px;
  text-indent:1px;
}
.post-gallery .owl-prev .fa,
.post-gallery .owl-next .fa{
  position: absolute;
  top:50%;
  left: 0;
  width: 100%;
  margin-top: -9px;
  font-size: 17px;
  color: #313131;
  -webkit-transition:none;
       -o-transition:none;
          transition:none;
}
.post-gallery .owl-prev:hover,
.post-gallery .owl-next:hover{
  background-color: #dea732;
}
.post-gallery .owl-prev:hover .fa,
.post-gallery .owl-next:hover .fa{
  color: #fff;
}
.post-like{
  position: absolute;
  z-index: 1;
  top:7px;
  right: 7px;
  width: 55px;
  height: 55px;
  background-color: rgba(49,49,49,0.8);
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}
.post-like .fa{
  position: absolute;
  left: 0;
  width: 100%;
  top:50%;
  margin-top: -8px;
  display: block;
  font-size: 16px;
  color: #fff;
}
.post-like:hover{
  background-color: #104754;
}
.post-entry{
  padding: 20px;
}
.post-title,
.post-title-details{
  letter-spacing: 0;
  text-transform: none;
}
.post-title-details{
  font-size: 30px;
}
.post-info{
  font-size: 11px;
  text-transform: uppercase;
  color: #313131;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}
.post-info li{
  position: relative;
  display: inline-block;
  padding-right: 13px;
  margin-right: 13px;
}
.post-info li:after{
  content:'';
  position: absolute;
  right: 0;
  top:5px;
  width: 1px;
  height: 10px;
  background-color: #959595;
}
.post-info li:last-child{
  padding-right: 0;
  margin-right: 0;
}
.post-info li:last-child:after{
  display: none;
}
.post-info li a{
  color: inherit;
}
.post-info li a:hover{
  color:#104754;
  text-decoration: none;
}
.post-meta{
  margin-top: 35px;
  font-size: 13px;
  margin-bottom:0;
}
.post-meta li{
  display: inline-block;
  margin-right: 50px;
  text-align: center;
}
.post-meta li:last-child{
  margin-right: 0;
}
.post-meta li a{
  color: inherit;
}
.post-meta li a:hover{
  color:#104754;
  text-decoration: none;
}
.post-meta li .fa{
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  -webkit-transition:none;
       -o-transition:none;
          transition:none;
}
.icon-load{
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
  color:#FC883C;
}
.spin-animate{
  -webkit-transition: all .5s ease-out;
       -o-transition: all .5s ease-out;
          transition: all .5s ease-out;
   -webkit-animation: spin-animate 1s linear 0s infinite normal;
           animation: spin-animate 1s linear 0s infinite normal;
}
@-webkit-keyframes spin-animate {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin-animate{
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}
/* 16.1 Post details */
.single-post .post-like{
  right: auto;
  left: 7px;
}
.single-post .post-preview iframe{
}
.single-post .post-title{
  font-size: 30px;
  margin-top: 40px;
}
.single-post .post-info{
  font-size: 12px;
}
.post-content{
  margin-top: 30px;
}
.post-content p{
  margin-top: 30px;
}
.blockquote{
  position: relative;
  background-color: #f9f9f9;
  border-left: 2px solid #104754;
  padding: 30px 30px 30px 100px;
  font-size: 24px;
  line-height: 36px;
  color: #a8a8a8;
  font-weight: 300;
  margin:40px 0;
}
.blockquote:before{
  content:'';
  position: absolute;
  top:34px;
  left:0;
  border: 3px solid transparent; 
  border-left: 3px solid #104754;
}
.blockquote .inner{
  position: relative;
}
.blockquote .inner:before{
  content:'“';
  position: absolute;
  top:25px;
  right: 100%;
  margin-right: 15px;
  font-size: 80px;
}
.blockquote-author{
  margin-top: 5px;
  font-size: 16px;
}
.paragraph{
  position: relative;
  float: left;
  width: 33px;
  height: 56px;
  padding-top: 6px;
  margin: 10px 32px 20px 16px;
  background-color: #104754;
  font-size: 50px;
  color:#fff;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.paragraph:before{
  content: "";
  position: absolute;
  top:0; 
  left: -16px;
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-right: 16px solid #104754;
  border-bottom: 28px solid transparent;
}
.paragraph:after{
  content: "";
  position: absolute;
  top:0;
  right: -16px;
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-left: 16px solid #104754;
  border-bottom: 28px solid transparent;
}
.tags-panel{
  position: relative;
  border:1px solid #e9e9e9;
  padding: 13px 20px 12px 75px;
  margin-top:65px;
}
.tag-icon{
  position: absolute;
  top:0;
  left: 0;
  width: 50px;
  height: 100%;
  background-color: #c0c0c0;
  text-align: center;
  color:#fff;
}
.tag-icon .fa{
  font-size: 16px;
  position: absolute;
  left: 0;
  width: 100%;
  top:50%;
  margin-top: -8px;
}
.tags-panel a{
  color: inherit;
}
.tags-panel a:hover{
  text-decoration: none;
  color: #104754;
}
.primary-section{
  margin-top:65px;
}
.col-post figure img{
  width: 100%;
}
.col-post figure figcaption{
  overflow: hidden;
}
.link-overlay a{
  position: relative;
  display: block;
}
.link-overlay a:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.link-overlay a .fa{
  opacity: 0;
  position: absolute;
  z-index: 1;
  top:50%;
  left: 50%;
  margin:-20px 0 0 -20px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  border:2px solid #fff;
  text-align: center;
  color:#fff;
  font-size: 14px;
}
.link-overlay a:hover:after{
  background-color: rgba(49,49,49,0.8);
}
.link-overlay a:hover .fa{
  opacity: 1;
}
.col-post h3{
  margin:25px 0 10px;
}
.col-post-meta{
  font-size: 12px;
  padding: 18px 0;
  border:1px solid #e9e9e9;
  border-width: 1px 0;
  overflow: hidden;
  margin:18px 0 0 0;
  padding: 11px 0 7px
}
.col-post-meta li{
  float: left;
  margin:0 23px 0 0;
}
.col-post-meta li:last-child{
  margin-right: 0;
}
.col-post-meta li a{
  color: #a9a8a8;
}
.col-post-meta li a:hover{
  color:#104754;
  text-decoration: none;
}
.col-post-meta li .fa{
  font-size: 12px;
  margin-right:2px;
}
.col-post .btn{
  float: right;
  margin-top: 20px;
}
/* 16.2 Post comments */
.comments > .row-comment:first-child{
  padding-top: 0;
}
.row-comment{
  padding: 30px 0;
  border-bottom: 1px solid #e8e8e8;
}
.row-comment:after{
  display: table;
  content: " ";
  clear: both;
}
.comment{
  position: relative;
}
.comment .line{
  position: absolute;
  left:40px;
  top:80px;
  bottom: 0;
  width: 1px;
  background-color: #e4e4e4;
}
.comment .line .circle{
  position: absolute;
  top:6px;
  left: 50%;
  margin-left: -14px;
  width: 28px;
  height: 28px;
  border:1px solid #e4e4e4;
  border-radius: 50%;
  background-color: #fff;
}
.comment .line .circle:before{
  content:'';
  display: block;
  margin:6px;
  border:5px solid #e4e4e4;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.comment .line .circle-left{
  display: none;
  top:-56px;
  left: -80px;
}
.comment .comment{
  margin-top: 60px;
  margin-left: 80px;
}
.comment .comment .line .circle-left{
  display: block;
}
.comment > .comment .line .circle-left:before{
  border-color: #fa4951;
}
.comment > .comment > .comment .circle-left:before{
  border-color: #104754;
}
.comment > .comment > .comment:last-child .line{
  background-color: transparent;
}
.comment > .comment > .comment:last-child .circle-bottom{
  display: none;
}
.comment-avatar{
  float: left;
  position: relative;
  margin-right:20px;
}
.comment-avatar img{
  border-radius: 50%;
}
.comment-content{
  overflow: hidden;
}
.comment-title h3{
  display: inline-block;
  margin:0;
  margin-right: 6px;
}
.comment-time{
  font-size: 12px;
  text-transform: uppercase;
  color:#b5b5b5;
}
.comment-time:before{
  content:'·';
  display: inline-block;
  font-size: 14px;
  margin-right:8px;
}
.comment-cntrls{
  overflow: hidden;
  margin:8px 0 0;
  font-size: 14px;
}
.comment-cntrls li{
  position: relative;
  float: left;
  margin-right:15px;
  padding-right: 15px;
}
.comment-cntrls li:after{
  content:'·';
  position: absolute;
  top:1px;
  right: 0;
  color:#cfcfcf;
}
.comment-cntrls li:last-child{
  padding-right: 0;
  margin-right: 0;
}
.comment-cntrls li:last-child:after{
  display: none;
}
.comment-cntrls li a{
  color:#b5b5b5;
}
.comment-cntrls li a:hover{
  color:#104754;
  text-decoration: none;
}
.comment-cntrls .fa{
  font-size: 14px;
  margin-right: 2px;
}
/* 16.3 Secondary sidebar */
.secondary{
  margin-top: 60px;
}
.secondary .inner{
  padding: 30px 30px 60px;
}
.widget{
  font-size: 13px;
  margin-bottom: 60px;
}
.widget:last-child{
  margin-bottom: 0;
}
.widget-title{
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.widget-title:after{
  content:'';
  display: block;
  margin-top: 9px;
  width: 70px;
  border-top:2px solid #104754;
}
.widget-list{
  margin:0;
}
.widget-list li{
  margin:0;
  padding: 20px 0;
  border-top:1px solid #cdcdcd;
}
.widget-list li:first-child{
  padding-top: 0;
  border-top: 0;
}
.widget-list li:last-child{
  padding-bottom: 0;
}
.widget-list li a{
  color: #313131;
}
.widget-list li a:hover{
  color:#104754;
  text-decoration: none;
}
.profile-img{
  float: left;
  margin-right: 15px;
  padding: 3px;
  border:1px solid #104754;
}
.profile-header{
  overflow: hidden;
}
.profile-name h3{
  font-size: 14px;
  margin:12px 0 4px 0;
}
.profile-meta{
  margin-top: 23px;
  font-size: 13px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.profile-meta li{
  float: left;
  text-align: center;
}
.profile-meta li a{
  display: block;
  color: inherit;
}
.profile-meta li a:hover{
  color:#104754;
  text-decoration:none;
}
.profile-meta li .fa{
  position: relative;
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
}
.profile-meta .fa .label-count{
  position: absolute;
  width: 16px;
  height: 16px;
  right: -5px;
  top:-7px;
  padding-top: 2px;
  border-radius: 50%;
  background-color: #104754;
  border:1px solid #fff;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-align: center;
}
.profile-edit{
  margin-top: 24px;
}
.recent-widget-img{
  float: left;
  margin-right: 15px;
}
.recent-widget-list .link-overlay a .fa{
  border:0;
}
.recent-widget-content{
  overflow: hidden;
}
.recent-widget-title{
  margin-top: -7px;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
.recent-widget-time{
  margin-top: 18px;
  font-size: 12px;
  line-height: 1;
  color: #979797;
}
.recent-widget-time .fa{
  position: relative;
  font-size: 12px;
  padding-left: 1px;
  margin-right: 3px;
}
.widget-gallery-list{
  overflow: hidden;
  margin:-2px;
}
.widget-gallery-list li{
  margin:0;
  float: left;
  padding: 2px;
}
.widget-gallery-list li img{
  width: 100%;
  display: block;
}
.widget-links-list{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.widget-links-list li{
  padding: 16px 0;
}
.widget-links-list .fa{
  position: relative;
  top:-1px;
  margin-right: 3px;
  font-size: 9px;
  color: #888;
}
.widget-links-list a:hover .fa,
.widget-links-list .active a,
.widget-links-list .active .fa{
  color:#104754;
}
/* ------------------------------------------------------------------------------- */
/*  17. Contact
/* ------------------------------------------------------------------------------- */
.contact-section{
  color: #fff;
  /* background: url(../img/bg/contact-section.jpg) 50% no-repeat;
  background-size: cover; */
}
.contact-section,
.contact-section h2{
  color: #fff;
}
#map-canvas{
  display: block;
  width: 100%;
  height:600px;
  border: 0;
  text-align: center;
}
.map-info{
  display: inline-block;
  text-align: left;
  font-size: 14px;
}
.map-address{
  margin-top:22px;
}
.map-title{
  text-align: center;
}
.map-title img{
  max-width: 100%;
}
.map-info .fa{
  float:left;
  width: 27px;
  padding-left: 1px;
  font-size: 17px;
}
.map-info .text{
  display:inline-block;
  overflow:hidden;
  line-height: 1.5;
}
.contact-box{
  text-align: center;
  padding: 40px 20px 30px;
  background-color:#fff;
}
.icon-contact{
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: -webkit-linear-gradient(45deg,  rgba(250,73,81,1) 0%,rgba(254,191,40,1) 100%); 
  background: linear-gradient(45deg,  rgba(250,73,81,1) 0%,rgba(254,191,40,1) 100%); 
}
.contact-box h3{
  margin-top: 20px;
}
.icon-contact .fa{
  position: relative;
  margin:2px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: #FC883C;
}
.hr-line{
  margin:20px auto;
  width: 40px;
  border-top: 1px solid #bcbcbc;
}
.contact-2 .form-control{
  height: 60px;
  background: #fff;
}
.contact-2 textarea.form-control{
  height: 200px;
  padding-top: 18px;
  border-radius: 0;
}
.contact-2 .form-control-layout .fa{
  top:22px;
}
/* ------------------------------------------------------------------------------- */
/*  18. Footer
/* ------------------------------------------------------------------------------- */
.footer h3{
  color: #989898;
}
.scroll-top{
  position: absolute;
  z-index: 1;
  top:0px;
  right: 10px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 3px;
  background-color: #104754;
  text-shadow:0 1px 4px rgba(0,0,0,0.6);
  text-align: center;
}
.scroll-top .fa{
  color: #fff;
  font-size: 14px;
}
.bottom-widget-title{
  color: #fff;
  font-size: 21px;
  margin-bottom: 30px;
}
.bottom-post-list > li{
  margin-bottom: 40px;
}
.bottom-post-list > li li:last-child{
  margin-bottom: 0;
}
.bottom-post-img{
  float: left;
  margin-right: 25px;
}
.bottom-post-list h3{
  font-size: 16px;
  margin:-2px 0 13px;
}
.bottom-post-list h3 a{
  color: inherit;
}
.bottom-post-list h3 a:hover{
  color:#104754;
  text-decoration: none;
}
.bottom-post-meta{
  font-size: 10px;
  color: #727272;
  text-transform: uppercase;
}
.bottom-post-meta li{
  position: relative;
  float: left;
  padding-right: 12px;
  margin-right: 12px;
}
.bottom-post-meta li a{
  color: inherit;
}
.bottom-post-meta li a:hover{
  text-decoration: none;
  color:#104754;
}
.bottom-post-meta li:after{
  content:'';
  position: absolute;
  right: 0;
  top:4px;
  height: 9px;
  width: 1px;
  background-color: #727272;
}
.bottom-post-meta li:last-child{
  padding-right: 0;
  margin-right: 0;
}
.bottom-post-meta li:last-child:after{
  display: none;
}
.bottom-gallery-list{
  margin: -20px 0 0 -20px;
  overflow: hidden;
}
.bottom-gallery-list li{
  float: left;
  padding: 20px 0 0 20px;
  margin:0;
}
.bottom-gallery-list li a{
  display: block;
  position: relative;
}
.bottom-gallery-list li img{
  display: block;
  max-width: 100%;
}
.widget-gallery-control{
  margin-top: 20px;
}
.more{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size:12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.more .fa,
.more span{
  display: inline-block;
  vertical-align: middle;
}
.more .fa{
  position: relative;
  top:1px;
  font-size: 13px;
}
.more:hover{
  text-decoration: none;
}
.bottom-widget-text .text-content{
  margin-top: 15px;
}
.bottom-widget-text .text-content p{
  margin-top: 20px;
}
.social-round a,
.social-round-2 a{
  margin-right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #7d7d7d;
  border-radius: 50%;
  text-align: center;
}
.social-round a:hover{
  border-color: #104754;
  background-color:#104754;
  color: #fff;
}
.social-round-2 a{
  line-height: 25px;
  border:3px solid #dfdfdf;
}
.social-round-2 a:hover{
border-color: #104754;
}
.bottom-widget-text .social{
  margin-top: 25px;
  padding-top:30px;
  border-top:1px solid #4c4c4c;
}
.footer-bottom{
  padding: 35px 0;
  background-color: #232323;
}
.footer-bottom a{
  color: #bcbcbc;
}
.footer-bottom a:hover{
  color:#104754;
  text-decoration: none;
}
.navbar-bottom{
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #4c4c4c;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #b0afaf;
  text-transform: uppercase;
}
.navbar-bottom li{
  float: left;
  margin-right: 40px;
  margin-top: 10px;
}
.navbar-bottom li:last-child{
  margin-right: 0;
}
/* ------------------------------------------------------------------------------- */
/*  19. Responsive styles
/* ------------------------------------------------------------------------------- */
/* 19.1 Min width 768px */
@media (min-width: 768px){
  /* Typography */
  h1,
  .h1{
    font-size: 48px;
  }
  /* Header */
  .top-panel .address{
    float: left;
  }
  .top-panel .social{
    margin-top: 2px;
    float: right;
  }
  /* Brand */
  .brand{
    margin-left: 0;
  }
  /* Masthead v2 */
  .masthead-entry{
    padding: 185px 0;
  }
  .masthead-entry-img{
    margin-bottom: -185px;
  }
  /* Masthead v2 */
  .masthead-entry-2{
    padding: 230px 0;
  }
  .title-border h1{
    font-size: 50px;
  }
  /* Masthead v3 */
  .masthead-entry-3 h1{
    font-size: 90px;
    line-height: 1;
  }
  .page-subtitle{
    font-size: 36px;
  }
  /* Masthead Inner */
  .masthead-inner h1{
    font-size: 53px;
  }
  /* Slideshow */
  .slideshow .owl-prev,
  .slideshow .owl-next{
    display: block;
  }
  /* Showcase */
  .grid-sizer,
  .col-showcase{
    width:33.333333%;
  }
  .col-showcase.w2{
    width: 66.66666%;
  }
  .fixed-columns .grid-sizer,
  .fixed-columns .col-showcase{
    width: 100%;
  }
  .fixed-columns .w2{
    width: 100%;
  }
  .iso2 .grid-sizer,
  .iso2 .col-showcase{
    width: 50%;
  }
  /* Posts */
  .post-entry{
    padding: 40px;
  }
  /* Get start */
  .promo-title{
    font-size: 80px;
  }
}
/* 19.2 Min width 992px */
@media (min-width: 992px){
  /* Masthead v2 */
  .masthead-entry-2{
    padding: 300px 0;
    padding: 120px 0;
    height: 750px;
  }
  /* Services */
  .services .col-advantage:nth-child(2) .inner{
    padding-top: 0;
    border-top: 0;
  }
  /* Showcase */
  .grid-sizer,
  .col-showcase{
    width: 25%;
  }
  .col-showcase.w2{
    width: 50%;
  }
  .fixed-columns .grid-sizer,
  .fixed-columns .col-showcase,
  .iso2 .grid-sizer,
  .iso2 .col-showcase{
    width: 33.33333%;
  }
  .fixed-columns .w2{
    width: 66.66666%;
  }
  /* Features */
  .col-statistic .inner:before{
    display: block;
  }
  /* Posts */
  .post-entry{
    padding: 40px 60px;
  }
  .post.even .post-entry{
    text-align: right;
  }
  .post.even .post-like{
    right: auto;
    left: 7px;
  }
  /* Secondary sidebar */
  .secondary{
    margin-top: 0;
  }
  .widget-gallery-list li{
    width: 50%;
  }
  /* Footer */
  .navbar-bottom{
    float: right;
    padding-top: 0;
    border-top:0;
    margin-top: -7px;
  }
}
/* 19.3 Min width 1200px */
@media (min-width: 1200px){
  /* Navigation */
  .navbar-nav li a{
    padding:0;
  }
  .navbar-nav li a:hover,
  .navbar-nav li a:focus,
  .navbar-nav .active > a,
  .navbar-nav .active > a:hover{
    background-color: transparent;
    color:#104754;
  }
  .navbar-nav > li{
    margin-left: 40px;
    border-bottom: 0;
    padding: 35px 0;
  }
  .navbar-nav > .active:after{
    left:50%;
    margin-left: -7px;
  }
  .navbar-2 .navbar-nav > li{
    padding-top: 0;
  }
  .navbar-2 .navbar-nav > li:after{
    display: none;
  }
  .navbar-2 .navbar-nav > li:before{
    content:'';
    position: absolute;
    left:0;
    top:27px;
    width: 0;
    border-top: 2px solid #fff;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
  }
  .navbar-2 .navbar-nav > li:hover:before,
  .navbar-2 .navbar-nav > li:focus:before,
  .navbar-2 .navbar-nav > .active:before{
    width: 100%;
  }
  .navbar-2.affix .navbar-nav > li:before{
    border-top-color: #104754;
  }
  /* Services */
  .services .col-advantage:nth-child(3) .inner{
    padding-top: 0;
    border-top: 0;
  }
  /* Features */
  .col-feature-img img{
    max-width: none;
    float: right;
  }
  .col-about-product{
    margin-top: 30px;
  }
  .col-product-img img{
    max-width: none;
  }
  /* Showcase */
  .grid-sizer,
  .col-showcase{
    width: 20%;
  }
  .col-showcase.w2{
    width: 40%;
  }
  .columns-3 .grid-sizer,
  .columns-3 .col-showcase{
    width: 25%;
  }
  .columns-3 .w2{
    width: 50%;
  }
  .fixed-columns .grid-sizer,
  .fixed-columns .col-showcase,
  .iso2 .grid-sizer,
  .iso2 .col-showcase{
    width: 33.33333%;
  }
  .fixed-columns .w2{
    width: 66.66666%;
  }
  /* Footer */
  .bottom-widget-title{
    margin-bottom: 55px;
  }
  .bottom-gallery-list li{
    width: 33.333%;
  }
}
/* 19.4 Max width 991px */
@media (max-width: 991px){
  /* Features */
  .col-feature-img2{
    margin-bottom: 100px;
  }
}
/* 19.5 Max width 768px */
@media (max-width: 767px){
  /* Posts */
  .comment .comment .comment{
    display: none;
  }
}
/* 19.6 Max width 600px */
@media (max-width: 600px){
  /* Masthead */
  .inline-buttons .btn{
    margin-left: 0;
    display: block;
    margin-right: 0;
  }
}
@media (max-width:550px) {
  .services .col-advantage .inner {
    max-height: none;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .price-features li {
    font-size: 14.5px;
  }
}
/*! elementor - v3.1.4 - 10-03-2021 */
.elementor-column>.elementor-column-wrap {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.elementor-column>.elementor-column-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.elementor-column>.elementor-column-wrap {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.elementor-column>.elementor-element-populated {
	padding: 0px
}
@media (min-width:768px) and (max-width:1024px) {
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}
@media (max-width:767px) {
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4) {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5) {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6) {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7) {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.elementor-column {
		width: 100%
	}
}
.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
	clear: both
}
.eael-testimonial-slider.nav-top-left,
.eael-testimonial-slider.nav-top-right,
.eael-team-slider.nav-top-left,
.eael-team-slider.nav-top-right,
.eael-logo-carousel.nav-top-left,
.eael-logo-carousel.nav-top-right,
.eael-post-carousel.nav-top-left,
.eael-post-carousel.nav-top-right,
.eael-product-carousel.nav-top-left,
.eael-product-carousel.nav-top-right {
	padding-top: 40px
}
.eael-contact-form input[type=text],
.eael-contact-form input[type=email],
.eael-contact-form input[type=url],
.eael-contact-form input[type=tel],
.eael-contact-form input[type=date],
.eael-contact-form input[type=number],
.eael-contact-form textarea {
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	height: auto;
	margin: 0;
	outline: 0;
	width: 100%
}
.eael-contact-form input[type=submit] {
	border: 0;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	-webkit-transition: all .25s linear 0s;
	-o-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}
.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden
}
.eael-contact-form.placeholder-hide input::-moz-placeholder,
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
	opacity: 0;
	visibility: hidden
}
.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden
}
.eael-contact-form.placeholder-hide input:-moz-placeholder,
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
	opacity: 0;
	visibility: hidden
}
.eael-custom-radio-checkbox input[type=checkbox],
.eael-custom-radio-checkbox input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: solid;
	border-width: 0;
	outline: none;
	min-width: 1px;
	width: 15px;
	height: 15px;
	background: #ddd;
	padding: 3px
}
.eael-custom-radio-checkbox input[type=checkbox]:before,
.eael-custom-radio-checkbox input[type=radio]:before {
	content: "";
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block
}
.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
.eael-custom-radio-checkbox input[type=radio]:checked:before {
	background: #999;
	-webkit-transition: all .25s linear 0s;
	-o-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}
.eael-custom-radio-checkbox input[type=radio] {
	border-radius: 50%
}
.eael-custom-radio-checkbox input[type=radio]:before {
	border-radius: 50%
}
.eael-post-elements-readmore-btn {
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: inline-block
}
.elementor-lightbox .dialog-widget-content {
	width: 100%;
	height: 100%
}
.eael-contact-form-align-left,
.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
	margin: 0 auto 0 0
}
.eael-contact-form-align-center,
.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
	float: none;
	margin: 0 auto
}
.eael-contact-form-align-right,
.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
	margin: 0 0 0 auto
}
.eael-elements-flip-box-container {
	position: relative;
	height: 300px;
	width: 100%
}
.eael-elements-flip-box-container .flipbox-button {
	display: inline-block;
	-webkit-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	padding: 14px 18px;
	border-radius: 3px;
	margin-top: 15px
}
.eael-elements-flip-box-container a {
	display: block
}
.eael-elements-flip-box-vertical-align {
	width: 100%
}
.eael-elements-flip-box-padding {
	padding: 0px 30px 5px 30px
}
.eael-elements-flip-box-icon-image {
	display: inline-block;
	margin: 0 auto 0px auto;
	line-height: 1
}
.eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background {
	background: #ccc
}
.eael_eleements_flip_front_icon_style_bordered {
	border: 2px solid #fff
}
.eael_flip_box_icon_border_round {
	border-radius: 100px
}
.eael_eleements_flip_front_icon_style_background,
.eael_eleements_flip_front_icon_style_bordered {
	padding: 15px
}
.eael-elements-flip-box-icon-image i {
	font-size: 40px
}
.eael-elements-slider-display-table {
	width: 100%
}
.eael-elements-flip-box-front-container {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #104754 0%, #0c343e 100%);
	color: #fff;
	border-color: #000;
	-webkit-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px
}
.eael-elements-flip-box-content,
.eael-elements-flip-box-heading {
	color: #fff
}
.eael-elements-flip-box-content p span {
  color: #fff
}
.eael-elements-flip-box-content p i.icon-linear {
  color:#fff;
  background: -webkit-linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
}
.eael-elements-flip-box-heading.flipbox-linked-title {
	color: #fff;
	font-size: 1.5em;
	font-weight: 700
}
.eael-elements-flip-box-rear-container {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #104754 0%, #0c343e 100%);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-color: #000;
	border-radius: 5px
}
.eael-elements-button-floating-container {
	position: fixed;
	z-index: 100
}
.eael-elements-button-floating-container .eael-elements-button {
	margin-top: 0px;
	font-size: 14px;
	position: relative;
	padding: 14px 20px
}
.eael-elements-button {
	cursor: pointer;
	display: inline-block;
	background: #077bbe;
	color: #fff;
	line-height: 1;
	padding: 16px 25px;
	margin-top: 15px
}
.eael-elements-button:hover {
	background: #077bbe;
	color: #fff
}
.eael-elements-flip-box-container {
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.eael-elements-flip-box-front-container,
.eael-elements-flip-box-rear-container {
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}
.eael-elements-flip-box-flip-card {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}
.eael-elements-flip-box-rear-container,
.eael-elements-flip-box-front-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}
.eael-flip-box--3d .eael-elements-flip-box-vertical-align {
	-webkit-transform: translateZ(90px) scale(0.91);
	transform: translateZ(90px) scale(0.91)
}
.eael-flip-box--3d .eael-elements-slider-display-table {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(0.1px);
	transform: translateZ(0.1px)
}
.eael-animate-flip.eael-animate-left,
.eael-animate-flip.eael-animate-right,
.eael-animate-flip.eael-animate-up,
.eael-animate-flip.eael-animate-down {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.eael-animate-flip.eael-animate-left .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-front-container,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}
.eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}
.eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}
.eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card,
.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.eael-animate-push.eael-elements-flip-box-container,
.eael-animate-slide.eael-elements-flip-box-container {
	overflow: hidden
}
.eael-animate-push .eael-elements-flip-box-rear-container,
.eael-animate-slide .eael-elements-flip-box-rear-container {
	z-index: 3
}
.eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container {
	top: 100%
}
.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	top: 0
}
.eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container {
	top: auto;
	bottom: 100%
}
.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	top: auto;
	bottom: 0
}
.eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container {
	left: 100%
}
.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	left: 0
}
.eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container {
	left: auto;
	right: 100%
}
.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,
.eael-animate-slide.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	left: auto;
	right: 0
}
.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	top: -100%
}
.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	top: 100%
}
.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	left: -100%
}
.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	left: 100%
}
.eael-animate-zoom-in .eael-elements-flip-box-rear-container {
	opacity: 0;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
	z-index: 3
}
.eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75)
}
.eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0
}
.eael-flipbox-content-align-right .eael-elements-flip-box-padding {
	text-align: right
}
.eael-flipbox-content-align-left .eael-elements-flip-box-padding {
	text-align: left
}
.eael-flipbox-content-align-center .eael-elements-flip-box-padding {
	text-align: center
}
.eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,
.eael-flipbox-img-circle .flipbox-back-image-icon img {
	border-radius: 50%;
	overflow: hidden
}
.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-flip-card {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}
.eael-animate-fade-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
	opacity: 0
}
.eael-animate-fade-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
	opacity: 1
}
.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-front-container,
.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-rear-container {
	-webkit-transition: all .6s ease-in-out !important;
	-o-transition: all .6s ease-in-out !important;
	transition: all .6s ease-in-out !important
}
.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-rear-container {
	opacity: 0
}
.eael-template .eael-elements-flip-box-front-container>.elementor,
.eael-template .eael-elements-flip-box-rear-container>.elementor {
	width: 100%
}
.eael-adv-accordion {
	width: auto;
	height: auto;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header {
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, .02);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header>.eael-accordion-tab-title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header>i {
	margin-right: 10px
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.fa-accordion-icon {
	display: inline-block;
	margin-right: 10px
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
	display: none;
	border: 1px solid #eee;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	line-height: 1.7
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-content p {
	margin: 0
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-content.active {
	display: block
}
@-webkit-keyframes rotate-90 {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
	100% {
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg)
	}
}
@keyframes rotate-90 {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
	100% {
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg)
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 1;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	100% {
		opacity: 1;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
}
@keyframes fadeIn {
	0% {
		opacity: 1;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	100% {
		opacity: 1;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
}
.rtl .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.om-slider {text-align: left;}
.om-slider .title-border {margin: 0; padding: 0;}
.om-slider .title-border .title-frame {display: none;}
.om-slider .title-border h1 {font-size: 72px; font-weight: 400; color: #104754;}
.om-slider .title-border h1 span {display: block; font-size: 36px; font-weight: 300; color: #242424;}
.om-slider .lead {margin: 0; padding: 0; font-size: 18px; color: #4e4e4e; font-weight: 300;}
.om-slider .lead .scroll-help {display: none;}
.om-slider .section-body {text-align: left; margin-top: 20px;}
.om-slider .section-body a {margin: 0;}
.om-slider .section-body a .text {}
.om-slider .section-body a .flip-front {background-color: #104754;}
.om-slider .section-body a .flip-back {}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  height: 750px;
}

.clients .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  height: auto;
}

.table-responsive {border:none;}

.swal-modal .swal-button.swal-button--confirm {
  background-color: #104754;
  border: 2px solid #104754;
}
.swal-button:not([disabled]):hover {
  background-color: #fff;
  color:#104754;
}

.swal-icon--success {
  border-color: #104754;
}
.swal-icon--success__ring {
  border-color: hsl(191.47deg, 68%, 19.61%, 0.2);
}
.swal-icon--success__line {
  background-color: hsl(191.47deg 68% 19.61%);
}


