/* @import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700"); */

/* ==========================================================================
  Gloabl Style
========================================================================== */
html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #abacae;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  padding-right: 0 !important;
  font-family: 'Droid Sans Fallback','PingFang SC','Microsoft YaHei','Hiragino Sans GB','Heiti SC','WenQuanYi Micro Hei',sans-serif;
}

h1, h2, h3, h4 {
  font-size: 38px;
  color: #585b60;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  font-size: 14px;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

hr {
  border-top: 1px dotted #ddd;
}

.section-padding {
  padding: 23px 0 0 0;
}

.section-title-header p {
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-title {
  color: #585b60;
  font-size: 38px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0 10px;
  position: relative;
}

.padding-none {
  padding: 0px;
}

.btn {
  font-size: 13px;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #137ED9;
  position: relative;
  z-index: 1;
}

.btn-common:hover {
  color: #fff;
  background-color: #4297e0;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #137ED9;
  background-color: transparent;
  border: 1px solid #137ED9;
}

.btn-border:hover {
  color: #fff;
  border-color: #137ED9;
  background-color: #137ED9;
}

.btn-border:focus {
  color: #fff;
  border-color: #137ED9;
  background-color: #137ED9;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 18px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #137ED9;
}

/* ==========================================================================
     Navigator Bar Style
========================================================================== */

/* service line */
.head-callpass-brand{
  display: none;
}
.head-service-line{
  z-index: 2;
  display: none;
}

.service-line {
  position: fixed;
  top: 80px;
  right: 15px;
  padding:  5px 15px;
  background: #137ED9;
  border-radius: 20px;
}

.service-line a{
  text-decoration: none;
  color: #fff;
}

.btn-service-line{
  padding: 0 20px;
}

.btn-float-right{
  float: right;
}

/* logo */
.callpass-logo {
  float: left;
  width: 43px;
  height: 43px;
  position: relative;
  padding: 1px;
  background: url(../img/allcom-icons/callpass-round-logo.png) no-repeat;
  background-size: 43px 43px;
}

.callpass-text{
  float: left;
  text-align: center;
  line-height: 46px;
  padding-left: 4px;
  color: #019cff;
  font-size: 24px;
  font-family: sans-serif;
}

.top-nav-collapse {
  background: #fff;
  z-index: 99;
  top: 0px !important;
  min-height: 58px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  /* background: #fff !important; */
}

.top-nav-collapse .callpass-brand {
  top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #585b60 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #137ED9 !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #137ED9 !important;
}

.indigo {
  background: transparent;
}

.menu-bg {
  background: transparent;
}

.w-80{
  width: 80% !important;
}

.navbar-expand-lg .navbar-nav .nav-link i {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #585b60;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 17px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #137ED9;
  outline: none;
}

.navbar-expand-lg .navbar-nav .active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.open,
.navbar-expand-lg .navbar-nav .open > .nav-link {
  color: #137ED9 !important;
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #137ED9 !important;
}

.navbar {
  padding-top: 5px;
  min-height: 53px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  background:#ffffff;
  padding-right: 0 !important
}

.nav-download-new{
  margin-top: -20px;
  margin-left:-10px;
}

.navbar li.active a.nav-link {
  color: #137ED9;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #137ED9;
  background: #f7f7f7;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.slicknav_nav{
  max-height: 410px;
}

.slicknav_btn {
  border-color: #137ED9;
}

.slicknav_menu .slicknav_icon-bar {
  background: #137ED9;
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media (min-width: 991px) and (max-width: 1200px){
  .btn-service-line{
    position: absolute;
    right: 20px;
    top: 70px;
  }
  .btn-login{
    display: none;
  }
}

/*  tablets */
@media screen and (max-width: 991px) {
  .navbar-header {
    width: 100%;
  }
  .callpass-text{
    display: none;
  }
  .slicknav_menu {
    display: none;
  }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: #FD6E74;
    outline: none;
    background: #f8f9fa;
  }

  a.contract:hover:before, a.contract:hover:after{
    display:none;
  }

  .btn-service-line{
    position: absolute;
    right: 20px;
  }
  .btn-login{
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn-service-line{
    position: absolute;
    right: 20px;
    top: 70px;
  }
  .btn-login{
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-header {
    width: 100%;
  }
  .head-service-line{
    display: block;
    position: fixed;
    right: 20px;
    top: 70px;
  }
  .head-callpass-brand{
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
  }
  .head-callpass-brand .callpass-text{
    display: inline;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #E91E63;
    color: #fff;
  }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: #137ED9;
    outline: none;
    background: #f8f9fa;
  }

  a.contract:hover:before, a.contract:hover:after{
    display:none;
  }

}

/* ==========================================================================
 Hero Area
========================================================================== */
#hero-area {
  color: #fff;
  overflow: hidden;
  position: relative;
  background: #d5f0ff;
  background-size: cover;
}

#hero-area .contents {
  padding: 170px 0px 30px;
}

#hero-area .contents h5 {
  font-size: 50px;
}

#hero-area .contents .head-title {
  color: #585b60;
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}

#hero-area .contents .subhead-title {
  color: #585b60;
  font-size: 20px;
  line-height: 48px;
  font-weight: 200;
  margin-bottom: 10px;
}

#hero-area img{
  padding-top: 25px;
  width: 70%;
}


/* ==========================================================================
 Carousel Area
========================================================================== */
#carousel-div {
  color: #fff;
  overflow: hidden;
  position: relative;
  background: #d5f0ff;
  background-size: cover;
}

#carousel-div .carousel-inner .item{
  padding-top: 70px;
  padding-bottom: 20px;
  height: 600px;

}

#carousel-div .contents .head-title {
  color: #585b60;
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}

#carousel-div .contents .subhead-title {
  color: #585b60;
  font-size: 20px;
  line-height: 48px;
  font-weight: 200;
  margin-bottom: 10px;
}

.sloder-img {
  background: #34363a;
}

.carousel-control.left,
.carousel-control.right{
  background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.0) 100%) 
}

.carousel-control-left{
  position: absolute;
  top: 40%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  width: 45px;
  height: 45px;
}

.carousel-control-right{
  position: absolute;
  top: 40%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  width: 45px;
  height: 45px;
}

.head-title-english{
  font-weight: 500;
}

.carousel-part-2-img{
  display: inline-block;
  height: 100%;
  padding-top: 20px;
  
}

.carousel-part-2-description{
  display: inline-block;
  padding-top: 20px;
  padding-left: 20px;
}

.download-title{
  text-align: left;
  color: #585b60;
  font-size: 24px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 10px;
}


.download-button{
  text-align: left;
}

.download-icon-padding{
  padding-right: 10px;
  font-size: 14px;
}

/* ==========================================================================
     NEWS Area
========================================================================== */
#news {
  background: #f8f9fb;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
}

.news-announce, .news-resource{
  display: flex;
  padding: 10px;
}

.news-section{
  width: 100%;
  padding-left: 10px;
  padding-right: 30px;
}

.news-section-title{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  font-size: 20px;
  color:#137ED9;
}

.news-title-division{
  margin-top: 0;
  margin-bottom: 13px;
}

.news-more{
  font-size: 13px;
  color: #3b3d42;
}

.news-list{
  padding-left: 20px;
}

.news-date{
  display: inline-block;
  padding-right: 20px;
}

.news-title{
  display: inline-block;
  color: #337ab7;
}

/* ==========================================================================
     Services Area
========================================================================== */

#services{
  padding: 48px 0;
}
.services-item {
  height: 200px;
  padding: 15px;
  border-radius: 4px;
  text-align: left;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon i {
  font-size: 42px;
  width: 42px;
  display: block;
  height: 42px;
  color: #137ED9;
}

.services-item .services-content h3 {
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 15px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.services-item .services-content h3 a {
  font-size: 15px;
  text-transform: uppercase;
  color: #585b60;
}

.services-item .services-content h3 a:hover {
  color: #137ED9;
}

/* ==========================================================================
  Topology Div Style
========================================================================== */
#topology{
  background: #d5f0ff;
}

#topology .contents{
  text-align: center;
  padding: 70px 0px 50px;
}

#topology img{
  margin-top: 33px;
  width: 90%;
}

/* ==========================================================================
  Feature/Function Area Style
========================================================================== */
#feature {
  background: #f8f9fb;
  padding: 48px 0;
}

#feature {
  background: #f8f9fb;
}

.text-wrapper {
  height: 100%;
  display: table;
  padding-left: 140px;
}

.text-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}

.feature-thumb {
  margin-right: -60px;
}

.title-hl {
  font-size: 40px;
  margin-bottom: 30px;
}

.features-box {
  height: 120px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.features-box .features-icon {
  margin-bottom: 15px;
}

.features-box .features-icon i {
  color: #137ED9;
  font-size: 30px;
}

.features-box .features-content h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

/* .feature-content-wrapper{
  margin: 0 auto;
  max-width: 1000px;
}

.tabs-menu{
  text-align: right;
  display: flex;
  justify-content: flex-end;
  border-right: #d9dce0 2px solid;
}

.tabs-left {
  border-bottom: none;
  max-width: 140px;
}

.tabs-left>li{
  border: 0px;
  float: none;
  margin-bottom: 1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border: 0;
  color: #1890ff;
  border-right: solid 4px rgba(24,144,255,0.8);
  background: linear-gradient(to right,rgba(0,0,0,0),rgba(24,144,255,0.3));
}

.tabs-left>li>a {
  color: #66686d;
  margin-right: -3px;
  display:block;
}

.tabs-left>li>a:hover,
.tabs-left>li>a:focus {
  border: 0;
  color: #1890ff;
  border-right: solid 5px rgba(24,144,255,0.8);
  background: linear-gradient(to right,rgba(0,0,0,0),rgba(238,238,238));
}

.tab-content{
  padding-left: 20px
}

.tab-pane{
  margin-top: 10px;
  margin-left: 10px; 
}

.tab-content-title{
  color: #585b60;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 15px;
}

.tab-pane-description{
  color: #6c757d;
  margin-top: 10px;
}

.tab-scenario-title{
  color: #8c8c8c;
  font-size: 18px;
  margin-bottom: 13px;
}

.tab-appliction-scenario{
  color: #8c8c8c;
}

.panel-heading .accordion-toggle:after{
  content: " ";
  float: right;
  width: 15px;
  height: 15px;
  background-image: url(../img/icons/chevron-up.svg);
}

.collapsed .panel-heading .accordion-toggle:after {
  content: " ";
  width: 15px;
  height: 15px;
  background-image: url(../img/icons/chevron-down.svg);
}

.collapse-panel{
  margin-bottom: -2px;
  border: 1px solid #ddd;
}

.collapse-div{
  width: 100%;
  padding: 10px;
}

.collapse-img{
  width: 100%;
}

.panel-nobackground{
  background-color: transparent;
} */

/* ==========================================================================
  Clients Area Style
========================================================================== */
#clients {
  background: #f8f9fb;
  padding-top: 58px;
  padding-bottom: 60px;
}

.client-item-wrapper {
  text-align: center;
  padding: 15px;
}

.client-item-wrapper img {
  opacity: 0.5;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  transition: all .6s ease;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
}

.client-item-wrapper:hover img {
  opacity: 1;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}


/* catalog Item */
#catalog{
  padding-top: 68px;
  padding-bottom: 70px;
  background: #d5f0ff;
}
.team-item:hover {
  box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.35);
}

.team-item {
  margin: 15px 0;
  border-radius: 0px;
  box-shadow: 0 10px 30px -7px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .team-img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0px;
  background: #ffffff;
}

.team-item .team-overlay {
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  width: 100%;
  border-radius: 0px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon {
  color: #fff;
  top: 45%;
  position: absolute;
  display: table-cell;
  margin: 0 auto;
  width: 100%;
}

.team-item .overlay-social-icon .social-icons {
  padding-left: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li {
  display: inline-block;
  margin: 0 4px;
}

.team-item .overlay-social-icon .social-icons li a {
  letter-spacing: 0px;
  outline: 0 !important;
}

.team-item .overlay-social-icon .social-icons li a i {
  font-size: 20px;
  color: #fff;
  width: 90px;
  height: 90px;
  background: transparent;
  display: block;
  border-radius: 4px;
  line-height: 36px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-facebook-filled {
  background: #3B5998;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-twitter-filled {
  background: #00aced;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-instagram-filled {
  background: #fb3958;
}

.team-item .info-text {
  padding: 15px 20px;
  background: #fff;
}

.team-item .info-text h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.team-item .info-text h3 a {
  color: #333;
}

.team-item .info-text h3 a:hover {
  color: #137ED9;
}

.team-item .info-text p {
  margin: 0;
  color: #888;
}

.team-item:hover .team-overlay {
  opacity: 1;
}

.download-filled:before {
  content: url(../img/icons/Download2.svg);
}

.enter-filled:before {
  content: url(../img/icons/Enter3.svg);
}

/* ==========================================================================
   Pricing Area Style
   ========================================================================== */
#pricing {
  text-align: center;
  padding: 68px 0px;
  color: #000000;
}

/* ==========================================================================
   Opportunity Style
   ========================================================================== */
#opportunity {
  background: #d5f0ff;
  padding-top: 58px;
  padding-bottom: 60px;
  text-align: center;
  color:#000000;
}

#opportunity .title {
  padding-top: 25px;
  padding-bottom: 10px;
}

#opportunity .title h3 {
  text-transform: uppercase;
  color: #000000;
  font-size: 24px;
  margin-bottom: 0px;
}

#opportunity .table {
  background: #e9ecef;
  margin-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#opportunity .table .icon {
  padding-top: 30px;
}

#opportunity .table .icon i {
  color: #137ED9;
  font-size: 42px;
}

#opportunity .table .opportunity-header {
  position: relative;
  text-align: center;
}

#opportunity .table .opportunity-header .opportunity-value {
  font-size: 15px;
  color: #137ED9;
  position: relative;
  text-align: center;
  font-weight: 700;
  line-height: 62px;
}

#opportunity .table .opportunity-header .opportunity-value sup {
  font-size: 18px;
  font-weight: 500;
  top: -18px;
}

#opportunity .table .opportunity-header .opportunity-value span {
  font-size: 14px;
  font-weight: 500;
}

#opportunity .table .description {
  text-align: center;
  padding: 0px 50px;
  margin-bottom: 20px;
  height: 200px;
}

#opportunity .table .description li {
  font-size: 14px;
  font-weight: 400;
  color: #6c757d;
  padding-bottom: 15px;
}

#opportunity .table:hover {
  background: #ffffff;
  box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}

#opportunity #active-tb {
  background: #f8f9fb;
  box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}

#opportunity .active {
  z-index: 10;
}

#opportunity .table button:hover{
  background: rgba(0, 184, 255, 1);
}


.testimonial {
  background: #34363a;
}

.testimonial-item {
  padding: 40px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.testimonial-item .img-thumb {
  position: relative;
  margin: 15px 15px 15px 0;
}

.testimonial-item .img-thumb img {
  border-radius: 50%;
  box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.5);
  display: inline-block;
  width: inherit;
  padding: 7px;
}

.testimonial-item .content {
  overflow: hidden;
}

.testimonial-item .content .description {
  width: 100%;
}

.testimonial-item .info h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0;
}

.testimonial-item .info h2 a {
  color: #137ED9;
}

.testimonial-item .info h3 {
  margin: 0;
  clear: both;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px;
}

.testimonial-item .info h3 a {
  color: #fff;
}

.testimonial-item .info .indicator {
  font-size: 26px;
  font-weight: 700;
  color: #137ED9;
}

.testimonial-item .icon-social {
  margin-top: 30px;
}

.testimonial-item .icon-social a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 15px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.testimonial-item .icon-social a:hover {
  color: #fff;
}

.testimonial-item .icon-social .facebook:hover {
  background: #3b5999;
}

.testimonial-item .icon-social .twitter:hover {
  background: #4A9CEC;
}

.testimonial-item .icon-social .instagram:hover {
  background: #D6274D;
}

.testimonial-item .icon-social .linkedin:hover {
  background: #1260A2;
}

.testimonial-item .icon-social .google:hover {
  background: #CE332A;
}

.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel button.owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
  text-align: center;
}

.owl-carousel button.owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-carousel button.owl-dot.active span, .owl-carousel button.owl-dot.clickable, .owl-carousel button.owl-dot:hover span {
  background: #137ED9;
}

.slick-slider {
  padding: 20px 0;
}

.slick-prev{
  left: -40px;
}

.slider-center img {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  position: relative;
  text-align: center;
}

.slick-next:before,
.slick-prev:before{
  color: #34363a;
  font-weight: 800;
  font-size: 37px;
}

.slider-item{
  margin: 15px;
  border-radius: 0px;
  box-shadow: 0 10px 30px -7px rgba(0, 0, 0, 0.35);
  width: 300px;
  min-width: 200px;
  height: 400px;
  outline: none;
}

.slider-center img{
  width: 100%;
  height: 170px;
}

.usecase-title{
  text-align: center;
  font-size: 20px;
  color: #585b60;
  padding: 10px 0;
}

.usecase-description{
  padding: 10px;
  color: #6c757d;
}

.usecase-divider{
  margin: 0;
}

.usecase-tag-div{
  margin: 5px 10px
}

.usecase-tag{
  display: inline-block;
}


/* ==========================================================================
   Usecase Area Style
   ========================================================================== */
#usecase{
  background: #f8f9fb;
  padding-top: 58px;
  padding-bottom: 60px;
}


/* ==========================================================================
   Footer Area Style
   ========================================================================== */
.footer-area {
  background: #34363a;
}

.footer-area .footer-titel {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-area ul li {
  margin-bottom: 10px;
}

.footer-area ul li a {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
}

.footer-area ul li a:hover {
  color: #137ED9;
}

.footer-area #subscribe-form {
  margin-top: 15px;
}

.footer-area #subscribe-form .form-group {
  position: relative;
}

.footer-area #subscribe-form .form-group .btn-common {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
  height: 39px;
  border-radius: 0;
  background: transparent;
  color: #137ED9;
  border-left: 1px solid #ddd;
}

.social-icon a {
  color: #666;
  background: #fff;
  width: 36px;
  height: 36px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon a:hover {
  color: #fff !important;
}

.social-icon .facebook:hover {
  background: #3b5999;
}

.social-icon .twitter:hover {
  background: #4A9CEC;
}

.social-icon .instagram:hover {
  background: #D6274D;
}

.social-icon .linkedin:hover {
  background: #1260A2;
}

.social-icon .google:hover {
  background: #CE332A;
}

.social{
  margin-top: 10px;
}

.weibo{
  padding: 2px 2px;
  position: relative;
  font-size: 2.25rem;
  text-align: center;
  width: 4rem;
}

.weixin{
  padding: 2px 2px;
  position: relative;
  font-size: 2.25rem;
  text-align: center;
  width: 4rem;
}

.weibo svg{
  padding: 0 2px;
  height:32px;
}

.weixin svg{
  padding: 0 2px;
  height: 32px;
}

.weibo svg path{
  fill: #FFFFFF;
}

.weixin svg path{
  fill: #FFFFFF;
}

.weibo:hover svg path{
  fill:#e6162d;
}

.weixin:hover svg path{
  fill:#00c600;
}

.weibo:hover .qrcode-area{
  display: block;
}

.weixin:hover .qrcode-area{
  display: block;
}

.qrcode-area{
  display: none;
  position: absolute;
  left: -130px;
  top: -320px;
  width: 280px;
  height: 320px;
  padding: 20px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(52,63,75,.06), 0 10px 50px 0 rgba(52,63,75,.12), 0 0 0 1px rgba(52,63,75,.02);
}

.qrcode-area img {
  display: block;
  max-width: 240px;
  max-height: 240px;
}

.qrcode-area div {
  margin-top: 1rem;
  font-size: 1rem;
  text-align: center;
  color: #9aa7bd;
}


#copyright {
  background: #34363a;
  border-top: 2px dotted #3b3d42;
  padding: 10px;
}

#copyright p {
  line-height: 42px;
  color: #fff;
  text-align: center;
  margin: 0;
}

#copyright p a {
  color: #fff;
}

#copyright p a:hover {
  color: #137ED9;
}

.allcom-intro{
  color:#aaabad;
}


/* ==========================================================================
   Open Module Style
========================================================================== */
#make-call-modal{
  z-index: 9999999;
}

#make-call-modal .modal-header{
  position: relative;
  display: flex;
}

#make-call-modal .modal-logo{
  position: absolute;
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
}

#make-call-modal h5{
  color:#137ED9;
  padding-left: 50px;
  font-size: 1.3em;
}

#make-call-modal .close-icon{
  position: absolute;
  right: 20px;
}

#make-call-modal .modal-body{
  text-align: center;
  color: black;
}

#make-call-modal .lni-hangup:before {
  content: "\e9cc";
  display: inline-block;
  transform: rotate(135deg);
}

/* ==========================================================================
   ScrollToTop Style
========================================================================== */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #137ED9;
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

/* ==========================================================================
   Preloader Style
   NOT USED IN CURRENT WEBSITE
========================================================================== */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #137ED9;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 7px solid #f2f2f2;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}