body {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased !important
}

html,
body {
  width: 100%;
  height: 100%
}

a {
  color: #f76309
}

a,
a>* {
  outline: none;
  cursor: pointer;
  text-decoration: none
}

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

.navbar a,
.form-control {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

a,
.btn {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none
}

button:focus {
  outline: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #202020
}

h1 {
  font-size: 35px;
  line-height: 50px
}

h2 {
  font-size: 25px
}

h3 {
  font-size: 20px;
  line-height: 25px
}

h4 {
  font-size: 18px;
  line-height: 20px
}

h5 {}

h6 {}

p img {
  margin: 0
}

blockquote {
  padding: 20px 20px 20px 60px;
  font-size: 16px;
  color: #969595;
  border-left: 0;
  border: 1px solid #eee;
  position: relative;
  margin: 0
}

blockquote::before {
  position: absolute;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 30px;
  color: #eee;
  left: 15px;
  top: 25px
}

.btn {
  padding: 14px 45px
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 17px 35px
}

.btn-primary {
  background-color: #34495e;
  border-color: #34495e
}

.btn-primary:hover {
  background-color: #f76309;
  border-color: #f76309
}

.learnmore-btn {
  font-size: 20px;
  line-height: 18px;
  font-weight: 300;
  color: #000000;
  background-color: #ffffff;
  border-color: #fff;
  border-radius: 30px;
  padding: 20px 57px
}

.learnmore-btn:focus,
.learnmore-btn:hover {
  background: #f76309;
  border-color: transparent;
  color: #ffffff
}

.btn:focus,
button:focus {
  outline: none !important
}

.tt-alert {
  background-color: transparent
}

.alert-dismissible .close {
  top: 5px
}

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

.unorder-list {
  list-style: inherit
}

.check-circle-list li {
  line-height: 33px
}

.check-circle-list li i {
  font-size: 16px;
  color: #cdcdcd;
  margin-right: 10px;
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s
}

.check-circle-list li:hover i {
  color: #f76309
}

.form-group {
  margin-bottom: 30px
}

.form-control {
  height: 60px;
  padding: 20px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #202020;
  border: 1px solid #eee;
  border-radius: 0
}

.form-control:focus {
  border-color: #f76309
}

.section-padding {
  padding: 60px 0
}

.section-title {
  font-size: 36px;
  line-height: 42px;
  color: #f76309;
  margin-bottom: 25px;
  text-transform: capitalize
}

.sub-title {
  margin: 0;
  line-height: 25px
}

.row-content {
  margin-top: 80px
}

.mt-30 {
  margin-top: 30px
}

.mt-50 {
  margin-top: 50px
}

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

.mt-100 {
  margin-top: 100px
}

.mb-30 {
  margin-bottom: 30px
}

.mb-80 {
  margin-bottom: 80px
}

.no-padding {
  padding: 0 !important
}

.pb-20 {
  padding-bottom: 20px
}

.pb-30 {
  padding-bottom: 30px
}

.pb-50 {
  padding-bottom: 50px
}

.pt-100 {
  padding-top: 100px
}

.pb-100 {
  padding-bottom: 100px
}

.ptb-50 {
  padding: 50px 0
}

.ptb-90 {
  padding: 90px 0
}

.overlay-bg {
  background-color: rgba(0, 0, 0, .5)
}

.gray-bg {
  background-color: #fafafa
}

.gutter {
  padding-left: 10px !important;
  padding-right: 10px !important
}

.vertical-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  padding: 0 15px
}

.navbar-custom {
  background-color: #0066b3;
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: 0 0 1px 0 #bbb
}

.navbar-custom .dropdown-menu {
  background: #fff;
  border-radius: 0;
  border: 0;
  padding: 0;
  min-width: 180px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.navbar-custom .nav li>a {
  position: relative;
  color: #ffffff;
}

.navbar-collapse {
  max-height: 340px
}

@media(min-width:768px) {
  .navbar-custom .nav li>a {
    position: relative;
    color: #ffffff;
    border: 2px solid #ffffff
  }

  .transparent.white.navbar-custom .nav li>a {
    color: #fff
  }

  .transparent.white.navbar-custom .nav li.dropdown li a,
  .transparent.white.navbar-custom.sticky .nav li>a {
    color: #000
  }

  .transparent .navbar-brand.alter-logo {
    display: none
  }

  .transparent.sticky .navbar-brand {
    display: none
  }

  .transparent.sticky .navbar-brand.alter-logo {
    display: block
  }
}

@media(max-width:767px) {
  .transparent .navbar-brand {
    display: none
  }

  .transparent .navbar-brand.alter-logo {
    display: block
  }
}

@media(min-width:992px) {
  .transparent.navbar-custom .nav>li:last-child {
    margin-right: 30px
  }
}

.navbar-custom .dropdown-menu>li>a {
  border-top: 1px solid rgba(0, 0, 0, .05) !important;
  padding: 11px 20px;
  font-size: 13px;
  color: #000
}

.navbar-custom .dropdown-menu>li:last-child>a {
  border-bottom: 1px solid rgba(0, 0, 0, .05) !important
}

.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(0, 0, 0, .05);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, .05);
  right: 100%;
  left: auto
}

.navbar-custom .nav>li>a:focus,
.navbar-custom .nav>li>a:hover,
.navbar-custom .nav>li.active>a,
.navbar-custom .nav .open>a,
.navbar-custom .nav .open>a:focus,
.navbar-custom .nav .open>a:hover,
.navbar-custom .dropdown-menu>li>a:focus,
.navbar-custom .dropdown-menu>li>a:hover,
.navbar-custom .dropdown-menu>.active>a,
.navbar-custom .dropdown-menu>.active>a:focus,
.navbar-custom .dropdown-menu>.active>a:hover {
  background-color: transparent;
  color: #ffffff
}

.navbar-custom .dropdown-menu>li>a:hover {
  padding-left: 25px
}

.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 3px;
  top: 50%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.navbar-custom .navbar-toggle .icon-bar {
  background: #ffffff
}

@media(min-width:768px) {
  .tt-default-nav {
    width: 100%;
    height: 100px;
    z-index: 1000;
    -webkit-transition: height .4s ease;
    -moz-transition: height .4s ease;
    transition: height .4s ease;
  }

  .tt-default-nav.sticky {
    height: 80px;
    z-index: 1000;
    position: fixed;
    top: 0
  }

  .tt-default-nav .navbar-brand {
    height: 100px;
    padding: 16px 15px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
  }

  .tt-default-nav.sticky .navbar-brand {
    height: 70px;
    padding: 15px
  }

  .tt-default-nav.navbar-custom .nav>li>a {
    line-height: 35px;
    padding: 0 8px 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 15px
  }

  .tt-default-nav.navbar-custom .nav>li>a:hover {
    background: #f76309
  }

  .navbar-brand>img {
    -moz-transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transition: all .4s ease-in-out;
  }

  .tt-default-nav.sticky .navbar-brand>img {
    width: 160px;
    transition: .3s;
  }




  .tt-default-nav.navbar-custom .nav>li>a.applybtn {
    background: #f76309;
  }

  .tt-default-nav.navbar-custom .nav>li>a.applybtn:hover {
    background: #f0b000;
  }

  .tt-default-nav.sticky.navbar-custom .nav>li>a {
    line-height: 30px
  }

  .navbar-fixed-top.transparent {
    background: 0 0;
    box-shadow: none;
    -webkit-transition: background .4s ease;
    -moz-transition: background .4s ease;
    transition: background .4s ease
  }

  .navbar-fixed-top.transparent.sticky {
    background: #fff;
    box-shadow: 0 0 1px 0 #bbb
  }

  .navbar-fixed-top .navbar-brand {
    padding: 28px 15px
  }

  .tt-default-nav.sticky.navbar-custom .nav>li>a {
    line-height: 30px
  }

  .navbar-fixed-top.sticky .navbar-brand {
    padding: 15px
  }

  .navbar-nav {
    margin-top: 30px
  }

  .tt-default-nav.sticky .navbar-nav {
    margin-top: 20px
  }

  .navbar-fixed-top .navbar-nav>li>a {
    padding: 40px 15px 40px 0;
    margin-right: 15px
  }

  .navbar-fixed-top.sticky .navbar-nav>li>a {
    padding: 20px 15px 20px 0
  }

  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
  }

  .navbar-custom .open>.dropdown-menu {
    visibility: visible;
    opacity: 1
  }

  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}

@media(min-width:992px) {
  .tt-default-nav.navbar-custom .nav>li {
    margin-right: 15px
  }
}

@media(max-width:767px) {
  .navbar-custom {
    background-color: #0066b3
  }

  .navbar-custom .navbar-nav {
    margin-top: 1px;
    margin-bottom: 0
  }

  .tt-default-nav.sticky {
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0
  }

  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 25px
  }

  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu>li>a {
    padding: 10px 35px
  }

  .navbar-custom li a {
    border-top: 1px solid rgba(0, 0, 0, .05) !important
  }

  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    font-size: 14px;
    right: 20px;
    content: "\f107"
  }

  .navbar-custom .nav>.open>.dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    content: "\f106"
  }
}

#fullpage-nav.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  background: 0 0;
  padding: 10px 0;
  -webkit-transition: background .4s ease-in-out, padding .4s ease-in-out;
  -moz-transition: background .4s ease-in-out, padding .4s ease-in-out;
  transition: background .4s ease-in-out, padding .4s ease-in-out
}

#fullpage-nav.main-nav.sticky {
  background: #2f2f2f;
  padding: 0
}

#fullpage-nav .logo-wrapper {
  float: left;
  position: relative;
  z-index: 10
}

#fullpage-nav .logo {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

@media(min-width:768px) {
  #fullpage-nav .navbar-toggle {
    display: block
  }
}

#fullpage-nav nav,
#fullpage-nav .navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#fullpage-nav nav {
  position: fixed;
  top: 0;
  z-index: 300;
  background-color: rgba(0, 0, 0, .9);
  width: 100%;
  height: 100%;
  text-align: center
}

#fullpage-nav .nav-hide {
  display: none
}

#fullpage-nav nav ul {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%)
}

#fullpage-nav .nav>li>a {
  font-family: roboto slab, serif;
  display: block;
  padding: 20px 15px;
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

#fullpage-nav .nav>li>a:focus,
#fullpage-nav .nav>li>a:hover {
  text-decoration: none;
  background: #fff;
  color: #f76309
}

#fullpage-nav .nav>li.active>a {
  color: #f76309;
  background: #fff
}

#fullpage-nav .navbar-toggle {
  top: 10px;
  padding: 9px 10px;
  margin-right: 0;
  width: 47px;
  height: 45px;
  z-index: 300;
  cursor: pointer
}

#fullpage-nav .bar1,
#fullpage-nav .bar2,
#fullpage-nav .bar3 {
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#fullpage-nav .navbar-on .bar1,
#fullpage-nav .navbar-on .bar2,
#fullpage-nav .navbar-on .bar3 {
  background-color: #f76309
}

#fullpage-nav .navbar-on .bar1 {
  transform-origin: 10% 40%;
  transform: rotate(45deg)
}

#fullpage-nav .navbar-on .bar3 {
  transform-origin: 10% 40%;
  transform: rotate(-45deg)
}

#fullpage-nav .navbar-on .bar2 {
  background-color: transparent
}

.search-icon {
  position: relative;
  top: 35px;
  left: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.search-icon:hover {
  cursor: pointer
}

.sticky .search-icon {
  top: 15px
}

.search-icon:after,
.search-icon.active:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: fontawesome;
  z-index: 100
}

.search-icon:after {
  content: "\f002"
}

.search-icon.active:after {
  content: "\f00d";
  color: #f76309
}

#search-box {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  color: #555;
  font-family: sans-serif;
  padding: 0 15px;
  outline: none;
  font-size: 20pt;
  text-align: center;
  background-color: #ccc;
  position: absolute;
  right: 0;
  display: none;
  width: 100%;
  top: 100px;
  z-index: 1;
  line-height: 70px;
  height: 70px;
  color: #fff
}

.sticky #search-box {
  top: 60px
}

.transparent.white.navbar-custom .search-icon:after {
  color: #fff;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease
}

.transparent.white.navbar-custom.sticky .search-icon:after {
  color: #000
}

.page-title-section {
  background: url("../images/page-header/cover-one.jpg") no-repeat center center #000;
  background-size: cover;
  position: relative;
  min-height: 350px
}

.page-title-section.about-us-one {
  background: url("../images/page-header/cover-two.jpg") no-repeat center center #000;
  background-size: cover
}

.page-title-section.about-us-two {
  background: url("../images/page-header/cover-three.jpg") no-repeat center center #000;
  background-size: cover
}

.page-title-section.blog-page-cover {
  background: url("../images/page-header/cover-four.jpg") no-repeat center center #000;
  background-size: cover
}

.page-title-section.portfolio-cover {
  background: url("../images/page-header/cover-one.jpg") no-repeat center center #000;
  background-size: cover
}

.page-title-section.shortcode-cover {
  background: url("../images/page-header/cover-six.jpg") no-repeat center center #000;
  background-size: cover
}

.page-title-section.homepage-blog {
  background: url("../images/slider/slide-1.jpg") no-repeat center center #000;
  background-size: cover;
  min-height: 450px
}

.page-title-section.case-study-page {
  background: url("../images/slider/slide-1.jpg") no-repeat center center #000;
  background-size: cover;
  min-height: 460px;
  overflow: hidden
}

.page-title-section.case-study-page.gradient-bottom {
  min-height: 600px
}

.conector {
  display: block;
  width: 1px;
  height: 125px;
  background: #dedede;
  margin: 0 auto
}

.page-title-section::before {
  content: "";
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.page-header {
  padding: 0;
  margin: 0;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 15;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%)
}

.case-study-page .page-header {
  padding: 120px 0 0
}

.page-header h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin: 0
}

.case-study-page .page-header h1 {
  margin-bottom: 15px
}

.page-header p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 60px
}

.page-header a.btn {
  font-size: 20px;
  line-height: 18px;
  font-weight: 300;
  padding: 20px 57px;
  color: #fff;
  border-radius: 30px;
  background-color: transparent;
  border-color: #fff
}

.page-header a.btn:hover {
  background-color: #fff;
  color: #f76309
}

.trendy-slider {
  overflow: hidden;
  position: relative
}

.trendy-slider img {
  width: 100%;
  background-size: cover
}

.carousel-fade .carousel-inner .item {
  opacity: .8;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.carousel-fade .carousel-inner .active {
  opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1
}

.carousel-fade .carousel-inner .item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0)
}

.carousel-fade .carousel-control {
  z-index: 20
}

.trendy-slider .carousel-caption {
  position: absolute;
  top: 50%;
  margin-top: -200px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  color: #fff;
  bottom: inherit
}

.trendy-slider .carousel-caption h1 {
  color: #3b3b3b;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin-bottom: 10px;
  font-family: open sans, sans-serif
}

.trendy-slider .carousel-caption h1 span {
  font-weight: 700
}

.trendy-slider .carousel-caption p {
  color: #3b3b3b;
  font-size: 22px;
  width: 80%;
  margin: 0px auto 20px auto;
  text-transform: uppercase;
}

.control-one .carousel-control {
  width: 50px;
  height: 50px;
  line-height: 46px;
  font-size: 40px;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
  color: #000;
  background-color: #ddd;
  background-image: none;
  text-shadow: none;
  opacity: 0;
  visibility: hidden
}

.control-one:hover .carousel-control {
  opacity: 1;
  visibility: visible
}

.control-one .carousel-control:hover {
  background-color: #f76309;
  color: #fff
}

.control-one .left.carousel-control {
  left: 30px
}

.control-one .right.carousel-control {
  right: 30px
}

.control-two .carousel-control {
  width: 30px;
  height: 60px;
  line-height: 58px;
  font-size: 30px;
  top: 50%;
  margin-top: -25px;
  color: #202020;
  background-color: rgba(255, 255, 255, .4);
  background-image: none;
  text-shadow: none;
  opacity: 0;
  visibility: hidden
}

.control-two:hover .carousel-control {
  opacity: 1;
  visibility: visible
}

.control-two:hover .carousel-control:hover {
  color: #f76309;
  background-color: rgba(255, 255, 255, .9)
}

.delay-1 {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms
}

.delay-2 {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  animation-delay: 600ms
}

.delay-3 {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  animation-delay: 1200ms
}

.delay-4 {
  -webkit-animation-delay: 1500ms;
  -moz-animation-delay: 1500ms;
  animation-delay: 1500ms
}

.video-slider {
  top: 0%;
  left: 0%;
  max-height: 700px;
  width: 100%;
  overflow: hidden;
  position: relative
}

.video-slider::before {
  content: "";
  background-color: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.slider-caption {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%)
}

.slider-caption h1 {
  color: #fff;
  font-size: 75px;
  line-height: 80px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -5px;
  margin-bottom: 40px;
  font-family: open sans, sans-serif
}

.slider-caption h1 span {
  font-weight: 900
}

.slider-caption p {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 70px
}

.slider-caption .btn {
  font-size: 20px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-radius: 30px;
  padding: 20px 58px
}

.slider-caption .btn:hover {
  background: #fff;
  border-color: transparent;
  color: #f76309
}

@media(max-width:767px) {
  .video-slider {
    max-height: 400px
  }

  .slider-caption h1 {
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0;
    margin-bottom: 0
  }

  .slider-caption p {
    font-size: 10px;
    margin-bottom: 15px
  }

  .slider-caption .btn {
    font-size: 14px;
    padding: 10px 30px
  }
}

@media only screen and (min-width:480px) and (max-width:767px) {
  .slider-caption h1 {
    font-size: 33px;
    line-height: 56px
  }

  .slider-caption p {
    font-size: 14px;
    margin-bottom: 25px
  }
}

.youtube-wrapper {
  min-width: 100%;
  min-height: 700px;
  top: 0;
  left: 0;
  background: url("../images/slider/video-falback.jpg") no-repeat center center #162e4a;
  background-size: cover;
  position: relative
}

.youtube-wrapper::before {
  content: "";
  background-color: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10
}

@media(max-width:766px) {
  .youtube-wrapper {
    min-height: 400px
  }
}

.creative-section {
  padding: 0 0 0 0px
}

.service-tab {
  position: relative
}

.service-tab .main-tabs {
  border-bottom: 0
}

.service-tab li {
  position: relative;
  text-align: center;
  border-right: 1px solid #ffffff;
  padding: 0
}

.service-tab li>a {
  padding: 15px 5px 10px;
  font-size: 14px;
  background-color: #3b3b3b;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 0;
  border: 0;
  width: 100%;
  min-height: 55px;
}

.service-tab .main-tabs>li.active>a,
.service-tab .main-tabs>li.active>a:focus,
.service-tab .main-tabs>li.active>a:hover {
  border: 0;
  background-color: #f76309;
}

.service-tab li>a:hover {
  border: 0;
  background-color: #f76309;
}

.service-tab li:last-child {
  border: 0
}

.service-tab li span {
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}

.service-tab li span.pad10 {
  padding-top: 10px;
}

.service-tab .main-tabs>li>a:focus {
  text-decoration: none;
  background-color: #000000
}

.creative-section h2 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 45px;
  position: relative
}

.creative-section h2::after {
  content: "";
  background-color: #f76309;
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -16px
}

.creative-section .btn {
  margin-top: 42px
}

.mac-screenshot {
  padding-top: 60px
}

.mac-screenshot img {
  width: inherit
}

.recent-project-section {
  background-color: #fafafa;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2
}

.project-container {
  margin-top: 50px;
  position: relative
}

.recent-project {
  position: relative;
  overflow: hidden
}

.recent-project img {
  width: 100%
}

.project-info {
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.recent-project:hover .project-info {
  top: 30%;
  opacity: 1;
  visibility: visible
}

.project-info h3 {
  color: #fff;
  font-size: 18px;
  line-height: 18px
}

ul.project-meta {
  margin-top: 15px
}

ul.project-meta li {
  display: inline-block;
  padding: 0 10px;
  line-height: 15px;
  border-right: 1px solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

ul.project-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0
}

ul.project-meta li a {
  display: block;
  color: #fff
}

ul.project-meta li a:hover {
  color: #f76309
}

.project-link {
  position: absolute;
  left: 0;
  bottom: -50%;
  width: 100%;
  padding: 16px 30px;
  line-height: 18px;
  text-transform: capitalize;
  background: #f76309;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s
}

.recent-project:hover .project-link {
  bottom: 0;
  opacity: 1;
  visibility: visible
}

.project-link:hover {
  background: #c02232
}

.project-link a {
  color: #fff
}

.project-link a i {
  line-height: 20px
}

.recent-project .tt-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 62, 80, .9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.recent-project:hover .tt-overlay {
  opacity: 1;
  visibility: visible
}

.project-navigation .btn-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
  width: 20px;
  height: 80px;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  opacity: 0;
  z-index: 997
}

.project-navigation .btn-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -40px;
  width: 20px;
  height: 80px;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  opacity: 0;
  z-index: 997
}

.project-navigation a:hover {
  width: 30px
}

.project-container:hover .project-navigation .btn-prev,
.project-container:hover .project-navigation .btn-next {
  opacity: 1
}

.project-container.version-two {}

.version-two ul.project-meta li a:hover {
  color: #000
}

.version-two.border-style ul.project-meta li a:hover {
  color: #f76309
}

.version-two .recent-project {
  width: 20%;
  float: left
}

@media(max-width:767px) {
  .version-two .recent-project {
    width: 50%;
    margin-bottom: 0
  }
}

@media(max-width:480px) {
  .version-two .recent-project {
    width: 100%;
    margin-bottom: 0
  }
}

@media(min-width:768px) and (max-width:991px) {
  .version-two .recent-project {
    width: 33.33%
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .version-two .recent-project {
    width: 25%
  }
}

.version-two .recent-project .btn {
  padding: 9px 28px;
  background-color: #fff;
  border-color: transparent;
  color: #f76309;
  border-radius: 30px
}

.version-two .recent-project .btn:hover {
  background-color: rgba(255, 255, 255, .9)
}

.version-two .project-link {
  text-align: center;
  background-color: transparent
}

.version-two .recent-project:hover .project-link {
  bottom: 15px
}

.version-two .recent-project .tt-overlay {
  background-color: rgba(255, 42, 64, .7)
}

.version-two.border-style .project-info,
.version-two.border-style .project-link {
  z-index: 300
}

.version-two.border-style .recent-project::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid #fff;
  opacity: 0;
  z-index: 200;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s
}

.version-two.border-style .recent-project:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.version-two.border-style .recent-project .tt-overlay {
  background-color: rgba(0, 0, 0, .8);
  z-index: 100
}

.version-four .recent-project .project-link {
  padding: 0;
  background-color: transparent;
  text-align: center
}

.version-four .recent-project .project-link img {
  width: inherit !important
}

.version-four .recent-project:hover .project-link {
  bottom: 20px
}

@media(min-width:768px) and (max-width:991px) {
  .version-four .recent-project:hover .project-info {
    top: 15%
  }
}

@media(max-width:767px) {
  .version-four .recent-project {
    margin-bottom: 30px
  }
}

.version-five .recent-project .project-link {
  padding: 0;
  background-color: transparent;
  top: 0;
  bottom: auto
}

.version-five .recent-project:hover .project-link {
  top: 30%;
  bottom: auto
}

.version-five .recent-project .project-link a {
  display: block;
  width: 45px;
  height: 45px;
  font-size: 20px;
  line-height: 41px;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 50%
}

.version-five .recent-project .project-link a:hover {
  background-color: #fff;
  border-color: transparent;
  color: #f76309
}

.version-five .recent-project .project-info {
  top: auto;
  bottom: 0
}

.version-five .recent-project:hover .project-info {
  top: auto;
  bottom: 25%
}

.version-five .recent-project .project-info a {
  color: #fff
}

.version-five .recent-project .tt-overlay {
  background-color: rgba(255, 42, 64, .8)
}

@media(min-width:768px) and (max-width:991px) {
  .version-five .recent-project:hover .project-link {
    top: 15%
  }

  .version-five .recent-project:hover .project-info {
    top: auto;
    bottom: 15%
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .version-five .recent-project:hover .project-link {
    top: 25%
  }
}

.version-eight .recent-project .project-link {
  bottom: 30%;
  padding: 0;
  text-align: center;
  background-color: transparent
}

.version-eight .recent-project:hover .project-link {
  bottom: 50%;
  margin-bottom: -32px
}

.version-eight .project-link ul li {
  display: inline-block
}

.version-eight .project-link ul li a {
  display: block;
  width: 45px;
  height: 45px;
  font-size: 20px;
  line-height: 41px;
  color: #f76309;
  margin: 0 5px;
  border: 2px solid #f76309;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.version-eight .project-link ul li a:hover {
  background-color: #f76309;
  border-color: transparent;
  color: #fff
}

.info {
  margin-top: 10px;
  color: #616161
}

.info span {
  font-weight: 600
}

.info a.like {
  color: #616161
}

.info a.like i,
.info a.like:hover {
  color: #f76309
}

.version-eight.alter-bg .info span {
  display: block;
  font-size: 16px;
  line-height: 20px
}

.version-eight .recent-project .tt-overlay {
  background-color: rgba(255, 255, 255, .8)
}

.version-eight.alter-bg .recent-project .tt-overlay {
  background-color: rgba(44, 62, 80, .8)
}

.version-eight.alter-bg .recent-project .project-link {
  padding: 10px 0;
  background-color: rgba(255, 255, 255, .9)
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .75
}

.mfp-bottom-bar {
  display: none
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0
}

.mfp-arrow-right::after,
.mfp-arrow-left::after {
  font-family: fontawesome;
  border: none !important;
  color: #fff;
  font-size: 65px;
  -webkit-transition: .5s;
  transition: .5s
}

.mfp-arrow-right::after {
  content: "\f105" !important
}

.mfp-arrow-left::after {
  content: "\f104" !important
}

.mfp-arrow-right::before,
.mfp-arrow-left::before {
  border: none !important
}

.mfp-arrow {
  height: 60px
}

.mfp-arrow::before,
.mfp-arrow::after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  margin-top: 15px;
  top: -1px !important
}

img.mfp-img {
  padding: 40px 0 0
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(.95);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(.95);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out
}

.features .media {
  margin-top: 40px
}

.features .media:first-child {
  margin-top: 0
}

.features .media a i::before {
  display: block;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  color: #f76309;
  border: 1px solid #f76309;
  border-radius: 4px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.features .media:hover a i::before {
  background-color: #f76309;
  color: #fff;
  border: 1px solid transparent
}

.features .media-left,
.features .media>.pull-left {
  padding-right: 30px;
  float: left
}

.features .media-heading {
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize
}

.features .media-heading a {
  color: #202020
}

.features .media-heading a:hover {
  color: #f76309
}

.features .media-body p {
  color: #a7a7a7;
  line-height: 25px
}

.about-info h2 {
  margin-bottom: 36px;
  font-weight: 700
}

.creative-skills h2,
.faq-section h2 {
  font-weight: 700;
  margin-bottom: 30px
}

.video-wrap iframe {
  border: 0;
  width: 100%;
  height: 310px
}

.skill-title {
  font-size: 16px;
  display: block;
  margin-bottom: 8px
}

.progress {
  padding: 6px 8px;
  border-radius: 10px;
  box-shadow: none;
  margin-bottom: 14px
}

.progress-bar {
  background-color: #f76309;
  box-shadow: none;
  border-radius: 10px
}

.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 2s ease-in-out;
  -moz-transition: width 2s ease-in-out;
  -o-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out
}

.accordion-v1 .panel {
  box-shadow: none;
  border: 0;
  border-radius: 0
}

.accordion-v1 .panel-default>.panel-heading h3 {
  font-family: open sans, sans-serif
}

.accordion-v1 .panel .panel-heading {
  position: relative;
  padding: 0
}

.accordion-v1 .panel-title a.collapsed {
  display: block;
  color: #fff;
  background-color: #666;
  border-color: #666;
  padding: 17px 15px;
  border-radius: 4px
}

.accordion-v1 .panel-title a {
  display: block;
  color: #fff;
  border-color: #666;
  padding: 17px 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #f76309
}

.accordion-v1 .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: 1px solid #eee
}

.accordion-v1 .panel .panel-heading a:after {
  font-family: fontawesome;
  content: "\f107";
  font-size: 24px;
  width: 50px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0
}

.accordion-v1 .panel .panel-heading a.collapsed:after {
  content: "\f105"
}

.accordion-v2 {}

.accordion-v2.panel-group {
  margin-bottom: 0
}

.accordion-v2.panel-group .panel+.panel {
  margin-top: 0
}

.accordion-v2.panel-group .panel {
  border-radius: 0
}

.accordion-v2 .panel-default:nth-child(1) {
  background: url("../images/blog/collapse-bg-1.jpg")
}

.accordion-v2 .panel-default:nth-child(2) {
  background: url("../images/blog/collapse-bg-1.jpg")
}

.accordion-v2 .panel-default:nth-child(3) {
  background: url("../images/blog/collapse-bg-1.jpg")
}

.accordion-v2 .panel-default>.panel-heading {
  background-color: transparent;
  border-color: #f1f1f1;
  padding: 0
}

.accordion-v2 .panel-title>a {
  padding: 20px 15px;
  color: #fff;
  display: block;
  background-color: rgba(255, 42, 64, .9)
}

.accordion-v2 .panel-title>a.collapsed {
  color: #fff;
  background-color: rgba(0, 0, 0, .7)
}

.accordion-v2 .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.accordion-v2 .panel-body {
  padding: 0 15px 15px;
  line-height: 20px
}

.accordion-v2 .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: transparent;
  background-color: rgba(255, 42, 64, .9);
  color: #fff
}

.accordion-v3 .panel {
  box-shadow: none;
  border: 0;
  border-radius: 0
}

.accordion-v3 .panel-default>.panel-heading h3 {
  font-family: open sans, sans-serif
}

.accordion-v3 .panel .panel-heading {
  position: relative;
  padding: 0
}

.accordion-v3 .panel-title a.collapsed {
  display: block;
  color: #fff;
  background-color: #999;
  border-color: #999;
  padding: 17px 15px;
  border-radius: 4px
}

.accordion-v3 .panel-title a {
  display: block;
  color: #fff;
  border-color: #999;
  padding: 17px 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #333
}

.accordion-v3 .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: 1px solid #eee
}

.accordion-v3 .panel .panel-heading a:after {
  font-family: fontawesome;
  content: "\f068";
  font-size: 14px;
  width: 50px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0
}

.accordion-v3 .panel .panel-heading a.collapsed:after {
  content: "\f067"
}

.mocup-bg img {
  margin: 60px auto 0;
  display: block
}

.mission-tab {}

.mission-tab .nav-tabs {
  border-top: 1px solid #f1f1f1;
  border-bottom: 0;
  margin-bottom: 5px
}

.mission-tab .nav-tabs>li {
  margin-bottom: 0
}

.mission-tab .nav-tabs>li>a {
  margin-right: 0;
  font-size: 18px;
  line-height: 25px;
  color: #a0a0a0;
  border: 0;
  border-radius: 0;
  font-family: roboto slab, serif;
  font-weight: 400
}

.mission-tab .nav>li>a:focus,
.mission-tab .nav>li>a:hover {
  background-color: transparent
}

.mission-tab .nav-tabs>li.active>a,
.mission-tab .nav-tabs>li.active>a:focus,
.mission-tab .nav-tabs>li.active>a:hover {
  border: 0;
  color: #2f2f2f;
  position: relative
}

.mission-tab .nav-tabs>li.active>a::before {
  content: "";
  background-color: #f76309;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -1px
}

.counter-section {
  background: url("../images/counter-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  font-family: roboto slab, serif
}

.css-overlay {
  background-color: rgba(26, 1, 1, .6)
}

.counter-section strong {
  display: block;
  font-size: 60px;
  line-height: 48px;
  color: #fff
}

span.count-description {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-transform: capitalize;
  padding-top: 10px
}

.counter-wrap {
  padding: 100px 0
}

@media(max-width:767px) {
  .counter-wrap {
    padding: 40px 0
  }
}

.counter-section .selected {
  background-color: rgba(255, 0, 0, .5)
}

#factsTwo {
  font-family: roboto slab, serif;
  color: #1b2e40
}

#factsTwo .selected {
  color: #f76309
}

#factsTwo i {
  display: block;
  margin-bottom: 20px
}

#factsTwo i::before {
  font-size: 50px;
  line-height: 60px
}

#factsTwo strong {
  display: block;
  font-size: 60px;
  line-height: 40px
}

#factsTwo span.count-description {
  color: #1b2e40
}

#factsTwo .selected span.count-description {
  color: #f76309
}

.team-thumb {
  position: relative;
  overflow: hidden
}

@media(max-width:767px) {
  .team-thumb {
    margin-bottom: 30px
  }
}

.thumb-overlay {
  background-color: rgba(44, 62, 80, .5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out
}

.team-thumb:hover .thumb-overlay {
  opacity: 1;
  visibility: visible
}

.team-thumb img {
  width: 100%
}

.member-info {
  position: absolute;
  left: 0;
  bottom: -20%;
  width: 100%;
  background: #f76309;
  color: #fff;
  padding: 16px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-out .2s;
  -moz-transition: all .2s ease-out .2s;
  -o-transition: all .2s ease-out .2s;
  transition: all .2s ease-out .2s
}

.team-thumb:hover .member-info {
  bottom: 0;
  opacity: 1;
  visibility: visible
}

.member-info h3 {
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase
}

.member-info .title {
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300
}

.member-info .social-link {
  margin-top: 25px
}

.member-info .social-link li a {
  display: block;
  width: 35px;
  height: 35px;
  font-size: 18px;
  line-height: 35px;
  background: #fff;
  color: #f76309;
  text-align: center;
  border-radius: 50%
}

.member-info .social-link li a:hover {
  background: #d51428;
  color: #fff
}

.team-intro-section {}

.team-intro {
  background-color: #f76309;
  padding: 60px 60px 50px 110px;
  min-height: 386px
}

@media(max-width:768px) {
  .team-intro {
    padding: 60px 15px
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .team-intro {
    padding: 60px 60px 50px 50px
  }
}

@media(min-width:1500px) {
  .team-intro {
    padding: 15% 60px 50px 30%;
    min-height: 545px
  }
}

.team-intro,
.team-intro h1 {
  color: #fff
}

.team-intro h1 {
  font-weight: 700
}

.team-intro p {
  font-size: 18px;
  font-weight: 300
}

.team-intro .btn {
  background-color: transparent;
  padding: 15px 30px;
  border-color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 15px
}

.team-intro .btn:hover {
  background-color: #fff;
  color: #f76309;
  border-color: transparent
}

.team-intro-thumb img {
  width: 100%
}

@media(min-width:992px) {
  .team-intro-thumb img {
    min-height: 386px
  }
}

@media(min-width:1500px) {
  .team-intro-thumb img {
    min-height: 545px
  }
}

.video-section {
  top: 0%;
  left: 0%;
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative
}

.overlay {
  min-height: 400px;
  background-color: rgba(0, 0, 0, .5)
}

video,
object {
  min-width: 100%;
  min-height: 100%
}

.audio {
  width: 100%
}

.video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px
}

.video-button a i {
  display: inline-block;
  font-size: 44px;
  line-height: 87px;
  text-align: center;
  font-style: normal;
  color: #fff;
  background: 0 0;
  border: 5px solid #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%
}

.video-button .pause i {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.video-button .play i:before {
  left: 1px;
  position: relative;
  top: 1px
}

.video-section:hover .video-button .pause i {
  opacity: 1
}

.video-button a i:before {
  content: "\f04b";
  z-index: 10;
  font-family: FontAwesome
}

.video-button a.pause i:before {
  content: "\f04c"
}

.html-video-wrapper video {
  width: 100%;
  height: 100%
}

.popup-video-section {
  position: relative
}

.popup-video-section::before {
  content: "";
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10
}

.popup-video-section img {
  width: 100%;
  max-height: 500px
}

.popup-video-section .external-link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  color: #fff;
  font-size: 44px;
  line-height: 90px;
  border: 6px solid #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 20
}

.popup-video-section .external-link i {
  margin-left: 10px
}

.services-section {}

.sbox-gutter {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede
}

.sbox-gutter:nth-child(3),
.sbox-gutter:nth-child(6) {
  border-right: 0
}

.sbox-gutter:nth-child(4),
.sbox-gutter:nth-child(5),
.sbox-gutter:nth-child(6) {
  border-bottom: 0
}

.sbox-gutter:hover {
  background-color: #f76309
}

.sbox-gutter,
.sbox-gutter i::before,
.sbox-gutter h3,
.sbox-gutter p {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out
}

.sbox-gutter:hover i::before,
.sbox-gutter:hover h3,
.sbox-gutter:hover p {
  color: #fff
}

.service-box {
  padding: 30px 15px
}

.service-box i::before {
  font-size: 40px;
  margin-bottom: 20px;
  color: #f76309
}

.service-box h3 {
  color: #f76309;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px
}

.service-box p {
  line-height: 22px
}

.service-section-v2 {
  padding-top: 100px
}

.service-box-v2 {
  margin-bottom: 50px
}

.service-box-v2 h3 {
  font-size: 18px;
  color: #3f3f3f
}

.service-box-v2 h3 i:before {
  font-size: 25px;
  margin-right: 5px
}

.service-box-v2:hover h3 {
  color: #f76309
}

.service-section-v3 {
  background-color: #f4f4f4;
  border-top: 1px solid #d2d2d2
}

.service-section-v3 .sbox-gutter:nth-child(2),
.service-section-v3 .sbox-gutter:nth-child(4) {
  border-right: 0
}

.service-section-v3 .sbox-gutter:nth-child(3) {
  border-right: 1px solid #dedede
}

.service-section-v3 .sbox-gutter:nth-child(3),
.service-section-v3 .sbox-gutter:nth-child(4) {
  border-bottom: 0
}

.service-section-v3 .service-box {
  padding: 40px 30px
}

.service-section-v3 .service-box h3 {
  font-size: 18px
}

.service-section-v3 .service-box i::before {
  font-size: 30px;
  margin-right: 7px
}

ul#filter {
  margin-bottom: 50px
}

ul#filter li {
  font-size: 16px;
  line-height: 25px;
  padding: 7px 20px;
  border-radius: 20px;
  cursor: pointer
}

ul#filter li.active {
  background-color: #f76309;
  color: #fff
}

ul#filter.filter-square li {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 5px 20px;
  margin: 2px
}

ul#filter.filter-square li.active {
  border: 1px solid transparent
}

ul#filter.filter-rounded li {
  border: 0;
  border-radius: 3px;
  background-color: #e0e0e0;
  padding: 5px 20px;
  margin: 2px
}

ul#filter.filter-rounded li.active {
  background-color: #1b2e3f
}

ul#filter.filter-transparent li {
  color: #a9a8a8;
  padding: 5px 15px;
  font-size: 14px;
  text-transform: uppercase
}

ul#filter.filter-transparent li.active {
  background-color: transparent;
  color: #f76309
}

ul#portfolio-grid {
  overflow: hidden
}

ul#portfolio-grid li img {
  width: 100%
}

ul#portfolio-grid>li {
  float: left;
  display: block;
  height: auto
}

ul#portfolio-grid.five-column>li {
  width: 20%
}

ul#portfolio-grid.four-column>li {
  width: 25%
}

ul#portfolio-grid.three-column>li {
  width: 33.33%
}

ul#portfolio-grid.two-column>li {
  width: 50%
}

@media(max-width:1199px) {
  ul#portfolio-grid.five-column>li {
    width: 25%
  }
}

@media(max-width:991px) {

  ul#portfolio-grid.five-column>li,
  ul#portfolio-grid.four-column>li {
    width: 33.33%
  }
}

@media(max-width:767px) {

  ul#portfolio-grid.five-column>li,
  ul#portfolio-grid.four-column>li,
  ul#portfolio-grid.three-column>li {
    width: 50%
  }
}

@media(max-width:480px) {

  ul#portfolio-grid.five-column>li,
  ul#portfolio-grid.four-column>li,
  ul#portfolio-grid.three-column>li,
  ul#portfolio-grid.two-column>li {
    width: 100%
  }
}

.portfolio-item.gutter {
  margin-bottom: 20px !important
}

.portfolio {
  position: relative;
  overflow: hidden
}

.portfolio .tt-overlay {
  background-color: rgba(255, 42, 64, .9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out
}

.portfolio:hover .tt-overlay {
  opacity: 1;
  visibility: visible
}

.portfolio-info .project-title,
.portfolio-info .links {
  position: absolute;
  left: 0;
  color: #fff;
  width: 100%;
  opacity: 0;
  visibility: hidden
}

.portfolio-info .project-title {
  top: 60%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.portfolio:hover .portfolio-info .project-title {
  top: 35%;
  opacity: 1;
  visibility: visible
}

.portfolio-info .links {
  top: 90%;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.portfolio:hover .portfolio-info .links {
  top: 55%;
  opacity: 1;
  visibility: visible
}

.portfolio-info .btn {
  background-color: transparent;
  border-color: #fff;
  padding: 12px 22px;
  border-radius: 20px
}

.portfolio-info .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f76309
}

.portfolio-container .btn.view-more {
  margin-top: 40px
}

.hover-two .portfolio:hover .portfolio-info .links {
  top: 46%
}

.hover-two .portfolio .tt-overlay {
  background-color: rgba(0, 0, 0, .7)
}

.portfolio-details {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%
}

.portfolio-details li {
  display: inline-block;
  position: relative;
  bottom: -40px;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0)
}

.portfolio:hover .portfolio-details li {
  bottom: 0;
  opacity: 1;
  visibility: visible
}

.portfolio:hover .portfolio-details li:nth-child(1) {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.portfolio:hover .portfolio-details li:nth-child(2) {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.portfolio-details li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, .9)
}

.portfolio-nav {
  padding: 40px 0
}

.portfolio-nav a {
  margin-right: 20px;
  color: #a7a7a7
}

.portfolio-nav a:hover {
  color: #f76309
}

.project-overview {
  padding: 90px 0
}

.single-project-section.alter .project-overview {
  padding: 0
}

.project-overview h2 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px
}

.project-overview p {
  margin-bottom: 25px
}

.client-testimonial blockquote {
  font-size: 17px;
  border-left: 5px solid #f76309;
  background: #fafafa;
  font-style: italic
}

.portfolio-meta li {
  margin: 15px 0;
  color: #666
}

.portfolio-meta li {
  margin: 15px 0
}

.portfolio-meta li span {
  display: inline-block;
  width: 130px;
  letter-spacing: 1px;
  color: #202020;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600
}

.portfolio-meta li a {
  margin-right: 10px;
  color: #a7a7a7
}

.portfolio-meta li a:hover {
  color: #f76309
}

.quick-overview .btn {
  padding: 9px 20px;
  text-transform: capitalize;
  margin-top: 20px
}

@media(max-width:991px) {
  .project-overview {
    padding: 60px 0
  }

  .quick-overview {
    margin-top: 30px
  }

  .single-project-section.alter .project-overview {
    padding-bottom: 90px
  }

  .single-project-section.alter .pb-100 {
    padding-bottom: 60px
  }
}

.trendy-slider {}

.bwWrapper {
  position: relative;
  display: block
}

.footer-section {
  padding: 20px 0;
  background-color: #242424;
  color: #fff;
  position: relative
}

.backToTop i {
  font-size: 32px;
  line-height: 35px;
  background: #f76309;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  margin-left: -50px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.backToTop i:hover {
  background: #0066b3
}

.footer-section p {
  font-size: 15px;
  line-height: 20px;
  color: #ffffff
}

.copyright p {
  margin: 0
}

#preloader {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999
}

#status,
.status-mes {
  background-image: url("../images/preloder.gif");
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
  left: 50%;
  margin: -50px 0 0 -50px;
  position: absolute;
  top: 50%;
  width: 100px
}

.status-mes {
  background: 0 0;
  left: 0;
  margin: 0;
  text-align: center;
  top: 65%
}

.promo-section {
  background-color: #f76309;
  color: #fff
}

.promo-section .section-title {
  color: #fff
}

.promo-block {}

.promo-block i {
  display: block;
  margin: 0 auto 18px;
  width: 74px;
  height: 74px;
  font-size: 30px;
  line-height: 70px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.promo-block:hover i {
  color: #f76309;
  background-color: #fff;
  border: 1px solid transparent
}

.promo-block h3 {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400
}

@media(max-width:767px) {
  .promo-block {
    margin-bottom: 30px
  }
}

.gallery-section {}

#gallerySlider {
  margin-top: 55px;
  position: relative
}

#gallerySlider img {
  width: 100%
}

#gallerySlider .flex-control-thumbs li {
  width: auto;
  margin: 0 6px 0 0
}

#gallerySlider .flex-control-thumbs li:last-child {
  margin: 0
}

#gallerySlider .flex-control-thumbs img {
  width: 185px !important;
  opacity: .5
}

#gallerySlider .flex-control-thumbs .flex-active {
  opacity: 1
}

.flex-direction-nav a:before {
  font-size: 20px;
  color: #f76309;
  text-shadow: none
}

@media(max-width:767px) {
  .flex-control-thumbs {
    display: none
  }
}

@media(min-width:768px) and (max-width:991px) {
  #gallerySlider .flex-control-thumbs img {
    width: 115px !important
  }
}

@media(min-width:992px) and (max-width:1199px) {
  #gallerySlider .flex-control-thumbs img {
    width: 151px !important
  }
}

.work-showcase-section {
  background-color: #fafafa;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 100px 0 70px
}

#work-showcase {
  margin-top: 45px
}

#work-showcase img {
  width: 100%
}

#work-showcase .carousel-control {
  top: 50%;
  margin-top: -26px;
  width: 52px;
  height: 52px;
  font-size: 40px;
  line-height: 50px;
  color: #000;
  background-color: #fff;
  text-shadow: none;
  background-image: none !important;
  border-radius: 100%
}

#work-showcase .carousel-control:focus,
#work-showcase .carousel-control:hover {
  color: #000;
  background-color: #f76309;
  filter: alpha(opacity=100);
  opacity: 1
}

#work-showcase .carousel-control.left {
  left: 5%
}

#work-showcase .carousel-control.right {
  right: 5%
}

#work-showcase .carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 0 0 5px;
  background-color: #c7c7c7;
  border: 1px solid transparent
}

#work-showcase .carousel-indicators .active {
  background-color: #f76309
}

@media screen and (min-width:768px) {
  #work-showcase .carousel-indicators {
    bottom: -50px
  }
}

.work-showcase-section .loadmore-btn {
  margin-top: 80px
}

.work-together-wrapper {}

.work-together-thumb img {
  width: 100%
}

@media(max-width:991px) {
  .work-together-thumb img {
    margin-bottom: 30px
  }
}

.intro-block {
  width: 25%;
  min-height: 300px;
  float: left;
  color: #fff;
  background-color: #ccc;
  position: relative;
  overflow: hidden
}

.intro-block:nth-child(odd) {
  background: #f76309
}

.intro-block:nth-child(even) {
  background: #2a2425
}

.intro-content {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  padding: 0 50px;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%)
}

.intro-block:hover .intro-content {
  -webkit-transform: translate(0%, -65%);
  -moz-transform: translate(0%, -65%);
  -ms-transform: translate(0%, -65%);
  -o-transform: translate(0%, -65%);
  transform: translate(0%, -65%)
}

.intro-block h2 {
  color: #fff
}

.intro-block p {
  line-height: 24px;
  margin: 0
}

.intro-block a.learn-more {
  position: absolute;
  color: #f76309;
  background-color: rgba(255, 255, 255, .9);
  width: 100%;
  left: 0;
  bottom: -50px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s
}

.intro-block:hover a.learn-more {
  bottom: 0;
  opacity: 1;
  visibility: visible
}

.intro-block a.learn-more:hover {
  background: #fff
}

.intro-block a.learn-more i {
  margin-left: 15px
}

@media(min-width:992px) and (max-width:1199px) {
  .intro-content {
    padding: 0 30px
  }
}

@media(max-width:991px) {
  .intro-block {
    width: 50%;
    border-bottom: 1px solid #f1f1f1
  }
}

@media(max-width:650px) {
  .intro-block {
    width: 100%;
    border-bottom: 0
  }
}

.client-slider-v4-wrapper h2 {
  margin-bottom: 40px
}

.about-intro .section-title {
  margin-bottom: 35px;
  text-align: center
}

.about-intro p {
  margin-bottom: 25px
}

.about-intro img {
  width: 100%
}

.video-intro {
  position: relative
}

.video-intro::before {
  content: "";
  background-color: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.video-intro .external-link {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  width: 74px;
  height: 74px;
  font-size: 30px;
  line-height: 64px;
  text-align: center;
  color: #fff;
  border: 5px solid #fff;
  border-radius: 100%
}

.video-intro .external-link i.fa-play {
  margin-left: 5px
}

.advantage-section {
  padding: 100px 0;
  background-color: #fafafa;
  border-top: 1px solid #d2d2d2
}

@media(max-width:991px) {
  .advantage-section {
    padding: 100px 0
  }
}

.advantage-section .features .media-body p {
  color: #666
}

.advantage-img-wrapper img {
  float: right
}

@media(min-width:992px) {
  .advantage-section.advantage-home {
    background: url("../images/feature-bg.png") no-repeat scroll 100% 80px;
    padding: 100px 0;
    border-top: 0
  }
}

.history-section {}

.history-cover,
.history-wrapper {
  min-height: 550px
}

@media(max-width:991px) {

  .history-cover,
  .history-wrapper {
    min-height: 380px
  }
}

.history-cover {
  background: url("../images/history-bg.jpg") center center no-repeat #5e5e5e;
  background-size: cover
}

.history-wrapper {
  background-color: #2c3e50;
  color: #fff;
  padding: 70px 40% 70px 70px
}

@media(max-width:1199px) {
  .history-wrapper {
    padding: 50px
  }
}

@media(min-width:1200px) {
  .history-wrapper {
    padding: 70px 16% 70px 70px
  }
}

@media(min-width:1920px) {
  .history-wrapper {
    padding: 70px 40% 70px 70px
  }
}

.history-wrapper h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px
}

#historyCarousel h3 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  font-family: open sans, sans-serif
}

#historyCarousel p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 30px
}

#historyCarousel .carousel-control {
  top: 6px;
  width: 20px;
  height: 20px;
  font-size: 15px;
  line-height: 16px;
  border: 1px solid #fff;
  text-align: center;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1
}

#historyCarousel .carousel-control.left {
  right: 25px;
  left: auto
}

#historyCarousel .carousel-control.left,
#historyCarousel .carousel-control.right {
  background-image: none
}

#historyCarousel .carousel-control:focus,
#historyCarousel .carousel-control:hover {
  color: #2c3e50;
  background-color: #fff
}

.client section {}

.client {
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed
}

.client:nth-child(4),
.client:nth-child(8),
.client:nth-child(12) {
  border-right: 0
}

.client:nth-child(9),
.client:nth-child(10),
.client:nth-child(11),
.client:nth-child(12) {
  border-bottom: 0
}

@media only screen and (max-width:767px) {

  .client:nth-child(9),
  .client:nth-child(10) {
    border-bottom: 1px solid #ededed
  }
}

.client {
  padding: 38px
}

@media(max-width:991px) {
  .client {
    padding: 30px 0
  }
}

.awards-section {
  background: url("../images/awards-bg.png") repeat #2c3e50;
  color: #fff
}

.awards-section .section-title {
  color: #fff
}

.awards-img-wrapper img {
  width: 100%;
  margin-bottom: 30px
}

.post-wrapper {
  margin-bottom: 50px;
  border: 1px solid #eee
}

.featured-wrapper img {
  width: 100%
}

.blog-content {
  padding: 20px
}

.entry-header {
  margin-bottom: 15px
}

.entry-header .entry-meta {
  text-transform: capitalize
}

.entry-header .entry-meta li {
  float: left;
  margin-right: 20px
}

.entry-header .entry-meta li:last-child {
  margin-right: 0
}

.entry-header .entry-meta li a {
  display: block;
  color: #a7a7a7;
  font-size: 13px;
  line-height: 24px
}

.entry-header .entry-meta li a:hover {
  color: #f76309
}

.entry-header h2 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 7px
}

.entry-header h2 a {
  color: #f76309
}

.entry-header h2 a:hover {
  color: #c02232
}

.entry-footer {
  font-size: 12px;
  padding: 13px;
  border-top: 1px solid #eee
}

.entry-footer .entry-meta li {
  display: inline-block;
  margin-right: 7px
}

.entry-footer a {
  display: block;
  padding: 0 15px;
  font-size: 10px;
  line-height: 28px;
  color: #a7a7a7;
  background: #fff;
  text-transform: uppercase;
  border: 1px solid #eee;
  border-radius: 30px
}

.entry-footer a:hover {
  color: #fff;
  background: #f76309;
  border: 1px solid transparent
}

@media(max-width:479px) {
  .entry-footer a {
    padding: 0 8px;
    font-size: 8px;
    line-height: 24px
  }
}

.gallery-slider .carousel-control {
  top: 50%;
  margin-top: -18px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: rgba(0, 0, 0, .7);
  background-color: rgba(255, 255, 255, .5);
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  border-radius: 100%;
  z-index: 300;
  background-image: none
}

.gallery-slider .carousel-control:focus,
.gallery-slider .carousel-control:hover {
  color: #fff;
  background-color: #f76309
}

.gallery-slider .carousel-control.left {
  left: 12px
}

.gallery-slider .carousel-control.right {
  right: 12px
}

.post-wrapper.format-video iframe {
  width: 100%;
  min-height: 344px
}

.post-wrapper.format-audio .featured-wrapper::before {
  top: auto;
  bottom: 0;
  height: 50px
}

.post-wrapper.format-audio iframe {
  width: 100%;
  height: 203px
}

@media(min-width:992px) and (max-width:1199px) {
  .post-wrapper.format-audio iframe {
    height: 165px
  }
}

.post-wrapper.format-quote {
  border: 0
}

.format-quote .blog-content {
  padding: 0
}

.post-wrapper blockquote {
  padding: 20px 20px 20px 60px;
  font-size: 16px;
  color: #969595;
  border-left: 0;
  border: 1px solid #eee;
  position: relative;
  margin: 0
}

.post-wrapper blockquote::before {
  position: absolute;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 30px;
  color: #eee;
  left: 15px;
  top: 25px
}

.blog-grid .post-wrapper blockquote {
  border: 0
}

.post-wrapper.format-link .entry-header {
  margin-bottom: 35px
}

.post-wrapper .link-post {
  text-align: center
}

.post-wrapper .link-post a {
  display: block;
  color: #f76309;
  font-size: 22px;
  font-weight: 600;
  padding: 35px 20px;
  background-color: #f1f1f1
}

.post-wrapper .link-post:hover a {
  color: #fff;
  background-color: #f76309
}

@media(max-width:479px) {
  .post-wrapper .link-post a {
    font-size: 16px;
    font-weight: 600;
    padding: 20px
  }
}

.blog-pagination {}

@media(max-width:767px) {
  .blog-pagination {
    margin-bottom: 40px
  }
}

.pagination {
  margin: 0
}

.pagination>li>a,
.pagination>li>span {
  font-size: 13px;
  margin-left: 10px;
  color: #a7a7a7;
  border: 1px solid #eee;
  padding: 8px 12px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #fff;
  background-color: #f76309;
  border-color: transparent
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #f76309;
  border-color: #f76309
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  border-color: #eee
}

.page-count {
  font-size: 13px;
  border: 1px solid #eee;
  color: #a7a7a7;
  padding: 2px 12px
}

@media(max-width:479px) {

  .pagination>li>a,
  .pagination>li>span {
    margin-bottom: 10px
  }
}

.pager {}

.pager li {
  float: left;
  width: 48%;
  margin-right: 2%
}

.pager li:last-child {
  margin-right: 0
}

.pager li>a,
.pager li>span {
  display: block;
  background-color: #dadada;
  color: #fff;
  border: 1px solid #dadada;
  border-radius: 0
}

.pager li>a:focus,
.pager li>a:hover {
  background-color: #f76309;
  border: 1px solid transparent
}

.pager li>a i {
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s
}

.pager li>a:hover i {
  opacity: 1;
  visibility: visible
}

.pager li:first-child>a:hover i {
  padding-right: 10px
}

.pager li:last-child>a:hover i {
  padding-left: 10px
}

@media(max-width:350px) {

  .pager li>a,
  .pager li>span {
    padding: 5px 0
  }
}

.sidebar-wrapper {}

@media(max-width:991px) {
  .sidebar-wrapper {
    margin-top: 50px
  }
}

.sidebar-wrapper .widget {
  margin-bottom: 45px
}

.sidebar-wrapper .widget h2 {
  font-size: 20px;
  font-weight: 700;
  color: #f76309
}

.sidebar-wrapper .widget_search {
  position: relative
}

.sidebar-wrapper .widget_search .form-control {
  font-size: 14px;
  font-weight: 300;
  color: #666
}

.sidebar-wrapper .widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 60px;
  background-color: transparent;
  border: 0
}

.widget_recent_entries ul li {
  margin-top: 30px
}

.widget_recent_entries h2 {
  margin-bottom: 25px
}

.widget-post-media {
  display: table-cell;
  padding: 0 15px 0 0
}

.widget-post-media img {
  width: 70px;
  height: 60px
}

.widget-post-info {
  display: table-cell;
  vertical-align: top
}

.widget-post-info h3 {
  font-family: open sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0
}

.widget-post-info h3 a {
  color: #202020
}

.widget-post-info h3 a:hover {
  color: #f76309
}

.widget-post-info .post-meta {
  color: #a7a7a7;
  font-size: 13px;
  line-height: 22px
}

.widget_categories h2 {
  margin-bottom: 25px
}

.widget_categories ul li a {
  font-size: 14px;
  display: block;
  color: #666;
  line-height: 27px;
  padding: 6px 0
}

.widget_categories ul li a:hover {
  color: #f76309
}

.widget_categories ul li a i {
  font-size: 18px;
  margin-right: 10px
}

.widget_categories ul li a .badge {
  float: right;
  background-color: transparent;
  color: #d1d1d1;
  border: 1px solid #eee;
  padding: 6px 15px;
  border-radius: 50px;
  font-weight: 400;
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s
}

.widget_categories ul li a:hover .badge {
  background-color: #f76309;
  color: #fff;
  border: 1px solid transparent
}

.widget_tag_cloud h2 {
  margin-bottom: 25px
}

.widget_tag_cloud ul li {
  float: left;
  margin-right: 7px;
  margin-bottom: 7px
}

.widget_tag_cloud ul li a {
  display: block;
  font-size: 13px;
  line-height: 28px;
  padding: 0 11px;
  color: #666;
  border: 1px solid #eee;
  border-radius: 50px
}

.widget_tag_cloud ul li a:hover {
  background-color: #f76309;
  color: #fff;
  border: 1px solid transparent
}

.blog-grid .post-wrapper {
  margin-bottom: 30px;
  border: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, .2);
  -webkit-transition: box-shadow 300ms;
  -moz-transition: box-shadow 300ms;
  -o-transition: box-shadow 300ms;
  -ms-transition: box-shadow 300ms;
  transition: box-shadow 300ms
}

.blog-grid .post-wrapper:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, .2)
}

.blog-grid .featured-wrapper {
  position: relative;
  min-height: 70px
}

.blog-grid .featured-wrapper::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), rgba(69, 67, 80, 0.52));
  background: -o-linear-gradient(bottom, rgba(255, 0, 0, 0), rgba(69, 67, 80, 0.52));
  background: -moz-linear-gradient(bottom, rgba(255, 0, 0, 0), rgba(69, 67, 80, 0.52));
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(69, 67, 80, 0.52));
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(69, 67, 80, 0.52));
  width: 100%;
  height: 70px;
  z-index: 100
}

.blog-grid .featured-wrapper .entry-meta {
  position: absolute;
  left: 3px;
  bottom: 3px;
  width: 100%;
  z-index: 200
}

.blog-grid .featured-wrapper .entry-meta li {
  float: left;
  padding-left: 10px;
  padding-right: 10px
}

.blog-grid .featured-wrapper .entry-meta li a {
  display: block;
  color: #fff
}

.blog-grid .featured-wrapper .entry-meta li a:hover {
  color: #f76309
}

@media(max-width:479px) {
  .blog-grid .featured-wrapper .entry-meta li {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 20px
  }

  .blog-grid .featured-wrapper .entry-meta li a {
    font-size: 12px
  }
}

.blog-grid .featured-wrapper .external-link {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  border: 0;
  border-radius: 50%;
  color: rgba(0, 0, 0, .7);
  background-color: rgba(255, 255, 255, .5);
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  z-index: 300;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.blog-grid .featured-wrapper .external-link:hover {
  color: #fff;
  background-color: #f76309
}

.blog-grid .featured-wrapper .external-link i.fa-play {
  margin-left: 5px
}

.blog-grid.v2 .post-wrapper {
  margin-bottom: 55px
}

.blog-grid a.author img {
  width: 60px;
  height: 70px;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
  background-color: #fff;
  padding: 4px;
  border-radius: 30px;
  z-index: 100
}

.blog-grid .entry-content .readmore {
  margin: 30px 0 40px
}

.blog-grid .entry-content .readmore a {
  padding: 11px 24px;
  border-radius: 30px;
  border: 2px solid #f76309
}

.blog-grid .entry-content .readmore a:hover {
  color: #fff;
  background-color: #f76309;
  border: 2px solid transparent
}

.blog-grid .entry-footer {
  padding: 0;
  border-top: 0
}

.blog-grid .entry-footer .entry-meta li {
  margin-right: 20px
}

.blog-grid .entry-footer .entry-meta li:last-child {
  margin-right: 0
}

.blog-grid .entry-footer .entry-meta li a {
  padding: 0;
  font-size: 16px;
  color: #b1b1b1;
  background: 0 0;
  border: 0
}

.blog-grid .entry-footer .entry-meta li a:hover i.fa-facebook {
  color: #3b5998
}

.blog-grid .entry-footer .entry-meta li a:hover i.fa-twitter {
  color: #55acee
}

.blog-grid .entry-footer .entry-meta li a:hover i.fa-tumblr {
  color: #35465c
}

.blog-grid .entry-footer .entry-meta li a:hover i.fa-linkedin {
  color: #0077b5
}

.blog-grid .entry-footer .entry-meta li a:hover i.fa-dribbble {
  color: #ea4c89
}

.blog-grid .entry-footer .entry-meta li a:hover i.fa-behance {
  color: #1769ff
}

.single-post .post-wrapper {
  border: 0;
  margin-bottom: 0
}

.single-post .blog-content {
  padding: 20px 0
}

.author-box {
  border: 1px solid #eee
}

.author-box .media {
  padding: 30px 20px
}

.author-box-image {
  padding-right: 20px
}

.author-box-info h3 {
  font-family: open sans, sans-serif
}

.author-box-info h3 small {
  color: #f76309;
  padding-left: 10px
}

.author-social-info {
  border-top: 1px solid #eee;
  padding: 15px 20px
}

.authors-post {
  float: left
}

.authors-post a,
.authors-post i {
  color: #a7a7a7
}

.authors-post a:hover {
  color: #f76309
}

.authors-post i {
  margin-right: 10px
}

.author-social {
  float: right
}

.author-social ul li a {
  color: #a7a7a7
}

.author-social ul li a:hover {
  color: #f76309
}

@media(max-width:350px) {
  .author-box .author-box-image {
    display: block;
    padding-right: 0
  }

  .author-box .author-box-image img {
    margin: 0 auto 20px
  }
}

.comments-wrapper {}

.comment-list .media {
  margin-top: 40px
}

.comment-list .media:first-child {
  margin-top: 0
}

.comment-list .media .media-left {
  padding-right: 20px
}

.comment-list .media .media-left img {
  width: 60px;
  height: 60px;
  border-radius: 50%
}

.comment-list .comment-info,
.comment-list .comment-info a {
  color: #a7a7a7;
  font-size: 13px;
  line-height: 22px
}

.comment-list .comment-info i {
  padding: 0 10px
}

.comment-list .comment-author a {
  font-size: 14px;
  color: #202020;
  font-weight: 600
}

.comment-list .comment-author a:hover,
.comment-list .comment-info a:hover {
  color: #f76309
}

.comment-respond .btn {
  border-radius: 0
}

.hero-block-v1 {
  background-color: #fafafa
}

@media(min-width:992px) {
  .hero-block-v1 {
    background-image: url("../images/cta-one-bg.jpg");
    -webkit-background-size: cover;
    background-size: cover
  }
}

.hero-block-v1 h2 {
  font-size: 30px;
  color: #202020;
  text-transform: uppercase;
  margin-bottom: 30px
}

.hero-block-v1 h2 span {
  color: #f76309
}

.hero-block-v1 .btn {
  margin-top: 30px
}

.hero-block-v2 {
  background-color: #fff
}

.hero-block-v2 h2 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 38px
}

.hero-block-v2 h2 span {
  display: block;
  font-size: 45px;
  color: #f76309
}

.hero-block-v2 p {
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 35px
}

.hero-block-v2 img {
  width: initial
}

.hero-block-v3 {
  padding: 100px 0;
  background-color: #fafafa;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2
}

@media(max-width:991px) {
  .hero-block-v3 img {
    margin-bottom: 30px
  }
}

.hero-block-v4 {
  padding-top: 30px
}

.hero-block-v4 .company-overview {
  padding-top: 60px
}

.hero-block-v4 .company-overview h2 {
  margin-bottom: 35px
}

.hero-block-v4 .company-overview p {
  margin-bottom: 20px
}

@media(min-width:992px) {
  .hero-block-v4 .overview-img-wrapper img {
    float: right
  }
}

.hero-block-v5 {
  background-color: #f4f4f4;
  padding-top: 100px
}

.hero-block-v5 .hero-thumb img {
  width: 100%
}

.hero-block-v5 .hero-intro h2 {
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 30px
}

.hero-block-v5 .hero-intro p {
  margin-bottom: 18px
}

.hero-block-v5 .hero-intro a.btn {
  margin-top: 22px
}

@media(min-width:992px) and (max-width:1199px) {
  .hero-block-v5 .hero-intro h2 {
    line-height: 36px;
    margin-bottom: 10px
  }

  .hero-block-v5 .hero-intro p {
    margin-bottom: 10px
  }

  .hero-block-v5 .hero-intro a.btn {
    margin-top: 10px
  }
}

@media(max-width:991px) {
  .hero-block-v5 .hero-intro {
    margin: 20px 0 50px
  }
}

.cta-v1 h2 {
  font-family: open sans, sans-serif;
  font-size: 25px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px
}

.cta-v1 p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin: 0
}

.cta-v1 .btn {
  background-color: transparent;
  border-color: #fff;
  font-size: 16px
}

.cta-v1 .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f76309
}

.cta-v1 .btn {
  float: right
}

@media(max-width:767px) {
  .cta-v1 .btn {
    float: none;
    margin-top: 15px
  }
}

.cta-v2-wrapper {
  padding-bottom: 110px
}

.cta-v2 {
  border: 1px solid #ddd;
  padding: 35px 38px
}

.cta-v2 h2 {
  font-family: open sans, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  color: #34495e;
  margin-bottom: 10px
}

.cta-v2 p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin: 0
}

.cta-v2 .btn {
  margin-top: 9px;
  float: right
}

@media(max-width:767px) {
  .cta-v2 .btn {
    margin-top: 25px;
    float: none
  }
}

.cta-v3 {
  padding: 74px 0;
  background-color: #f76309;
  color: #fff
}

.cta-v3.dark {
  background-color: #f11128
}

.cta-v3 h2 {
  font-family: open sans, sans-serif;
  font-size: 25px;
  line-height: 27px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px
}

.cta-v3 p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin: 0
}

.cta-v3 .btn {
  background-color: transparent;
  border-color: #fff;
  font-size: 16px;
  float: right
}

.cta-v3 .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f76309
}

@media(max-width:767px) {
  .cta-v3 .btn {
    margin-top: 20px;
    float: left
  }
}

.cta-v4 {
  padding: 55px 0;
  background-color: #34495e;
  color: #fff
}

.cta-v4 h2 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  margin: 0
}

.cta-v4 .btn {
  font-size: 14px;
  font-weight: 700;
  color: #34495e;
  border-color: #fff;
  background-color: #fff
}

.cta-v4 .btn:hover {
  color: #fff;
  border-color: #f76309;
  background-color: #f76309
}

@media(max-width:767px) {
  .cta-v4 .btn {
    margin-top: 20px;
    float: left
  }
}

.client-slider-v1-wrapper {
  background-color: #fafafa;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2
}

#client-slider-v1 {
  padding: 0 10px 30px
}

#client-slider-v1 .carousel-control {
  background: 0 0;
  top: auto;
  bottom: 40px;
  z-index: 100;
  text-shadow: none
}

#client-slider-v1 .carousel-control i {
  color: rgba(0, 0, 0, .7);
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, .7);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center
}

#client-slider-v1 .carousel-control:hover i,
#client-slider-v1 .carousel-control:focus i {
  color: #f76309;
  border-color: #f76309
}

#client-slider-v1 .carousel-control.left {
  left: 30%
}

#client-slider-v1 .carousel-control.right {
  right: 30%
}

#client-slider-v1 .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0;
  margin-right: -19px
}

#client-slider-v1 .carousel-indicators li {
  width: 50px;
  height: 50px;
  margin: 5px;
  cursor: pointer;
  opacity: .4;
  overflow: hidden;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s
}

#client-slider-v1 .carousel-indicators .active {
  background: #333;
  width: 85px;
  height: 85px;
  opacity: 1;
  overflow: hidden
}

#client-slider-v1 .carousel-inner {
  min-height: 300px
}

#client-slider-v1 .item blockquote {
  border-left: none;
  margin: 0;
  padding: 0;
  border: 0
}

#client-slider-v1 .item blockquote::before {
  display: none
}

#client-slider-v1 .testimonial-content {
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 6px
}

#client-slider-v1 .testimonial-content .author {
  font-weight: 700
}

#client-slider-v1 .testimonial-content .author a:hover {
  color: #fff
}

@media(max-width:991px) and (min-width:768px) {
  #client-slider-v1 .carousel-control {
    bottom: 0
  }

  #client-slider-v1 .carousel-indicators {
    bottom: -45px
  }
}

@media(max-width:766px) {
  #client-slider-v1 .carousel-control {
    bottom: 0
  }

  #client-slider-v1 .carousel-control.left {
    left: 0
  }

  #client-slider-v1 .carousel-control.right {
    right: 0
  }

  #client-slider-v1 .carousel-indicators {
    bottom: -45px;
    left: 40%;
    width: 90%;
    margin-left: -35%
  }
}

.client-slider-v2-wrapper {
  background: url("../images/client-testimonial-bg.jpg") center center no-repeat #5e5e5e;
  background-size: cover
}

#client-slider-v2 .carousel-inner {
  min-height: 220px
}

@media(max-width:700px) {
  #client-slider-v2 .carousel-inner {
    min-height: 300px
  }
}

@media(max-width:479px) {
  #client-slider-v2 .carousel-inner {
    min-height: 400px
  }
}

#client-slider-v2 blockquote {
  border-left: none;
  margin: 0;
  padding: 0;
  border: 0
}

#client-slider-v2 blockquote::before {
  display: none
}

#client-slider-v2 .testimonial-content {
  color: #000;
  background-color: rgba(255, 255, 255, .9);
  padding: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  border-radius: 6px;
  text-align: center;
  position: relative
}

#client-slider-v2 .testimonial-content::before {
  content: "";
  border-top: 15px solid rgba(255, 255, 255, .9);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -10px
}

#client-slider-v2 .testimonial-content .author {
  color: #fff;
  font-weight: 700;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0
}

#client-slider-v2 .testimonial-content .author span {
  color: #f76309
}

#client-slider-v2 .carousel-control {
  background: 0 0;
  top: auto;
  bottom: 12px;
  z-index: 100;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 17px;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 100%
}

#client-slider-v2 .carousel-control:focus,
#client-slider-v2 .carousel-control:hover {
  color: #f76309;
  border: 1px solid #f76309
}

#client-slider-v2 .carousel-control.left {
  left: 38%
}

#client-slider-v2 .carousel-control.right {
  right: 38%
}

@media(max-width:991px) {
  #client-slider-v2 .carousel-control.left {
    left: 30%
  }

  #client-slider-v2 .carousel-control.right {
    right: 30%
  }
}

.client-slider-v3 {
  margin-top: 45px;
  position: relative
}

.client-slider-v3 blockquote {
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  color: #585858;
  border-left: 0;
  border: 0
}

.client-slider-v3 blockquote::before {
  display: none
}

.client-slider-v3 blockquote p {
  font-style: italic;
  margin-bottom: 20px
}

.client-slider-v3 blockquote .small:before,
.client-slider-v3 blockquote footer:before,
.client-slider-v3 blockquote small:before {
  content: ''
}

.client-slider-v3 blockquote footer {
  display: table
}

.client-slider-v3 blockquote footer .client-info {
  display: table-cell;
  vertical-align: middle
}

.client-slider-v3 blockquote footer img {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  float: left;
  margin-right: 20px
}

.client-slider-v3 blockquote footer .client-name {
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #323232
}

.client-slider-v3 .flex-viewport {
  width: 50%;
  float: left
}

.client-slider-v3 .flex-control-nav {
  width: 50%;
  float: right;
  text-align: right
}

.client-slider-v3 .flex-control-thumbs li {
  width: auto;
  float: none;
  margin-left: 8px
}

@media(max-width:1199px) {
  .client-slider-v3 .flex-control-thumbs img {
    width: 110px
  }
}

@media(max-width:767px) {

  .client-slider-v3 .flex-viewport,
  .client-slider-v3 .flex-control-nav {
    width: 100%;
    float: none
  }

  .client-slider-v3 .flex-viewport {
    margin-bottom: 30px
  }

  .client-slider-v3 .flex-control-nav {
    text-align: left
  }
}

.client-slider-v4 {
  position: relative
}

.client-slider-v4 blockquote {
  padding: 0;
  margin: 0 0 35px;
  font-size: 18px;
  line-height: 30px;
  border-left: 0;
  color: #666;
  font-family: roboto slab, serif;
  font-weight: 300;
  border: 0
}

.client-slider-v4 blockquote::before {
  display: none
}

.client-slider-v4 blockquote p {
  margin-bottom: 14px
}

.client-slider-v4 blockquote .small:before,
.client-slider-v4 blockquote footer:before,
.client-slider-v4 blockquote small:before {
  content: ''
}

.client-slider-v4 .client-info {
  font-family: open sans, sans-serif
}

.client-slider-v4 .client-info .client-name {
  display: block;
  font-size: 16px;
  line-height: 27px;
  font-weight: 700;
  color: #2e2e2e
}

.client-slider-v4 .client-info .client-name span {
  color: #ff2a2a
}

.client-slider-v4 .client-info .client-title {
  font-size: 12px;
  color: #666
}

.client-slider-v4 .flex-control-thumbs li {
  width: auto;
  margin: 7px
}

.client-slider-v4 .flex-control-thumbs img {
  width: 176px;
  border: 1px solid #eee
}

@media(max-width:1199px) {
  .client-slider-v4 .flex-control-thumbs img {
    width: 105px
  }
}

.flex-control-thumbs img {
  opacity: .5
}

.flex-control-thumbs img:hover,
.flex-control-thumbs .flex-active {
  opacity: 1
}

.basecamp-intro {}

.basecamp-intro h2 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700
}

.tt-content-box {
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 268px;
  border: 1px solid #dedede;
  margin-bottom: 30px
}

.content-wrapper {
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.content-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f76309;
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0)
}

.content-wrapper header {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #f76309;
  -webkit-transition: -webkit-transform .35s, color .35s;
  -ms-transition: -webkit-transform .35s, color .35s;
  transition: transform .35s, color .35s;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.tt-content-box:hover .content-wrapper header {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -60px, 0);
  -ms-transform: translate3d(0, -50%, 0) translate2d(0, -60px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -60px, 0)
}

.content-wrapper header i {
  font-size: 40px;
  color: #f76309
}

.content-wrapper header h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #f76309
}

.tt-content-box:hover .content-wrapper header i,
.tt-content-box:hover .content-wrapper header h2 {
  color: #fff
}

.ie9 .tt-content-box .content-wrapper header {
  top: 30%
}

.tt-content-box .content-wrapper .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0)
}

.tt-content-box .content-wrapper::before,
.tt-content-box .content-wrapper .content {
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  -ms-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s
}

.tt-content-box:hover .content-wrapper::before,
.tt-content-box:hover .content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.tt-content-box .content-wrapper .content p {
  margin-bottom: 20px
}

.basecamp-solution {
  padding: 100px 0 0;
  background-color: #fafafa;
  border-top: 1px solid #d2d2d2
}

.solution-intro-wrapper {
  display: table
}

.basecamp-solution-thumb {
  display: table-cell;
  vertical-align: bottom
}

@media(max-width:991px) {
  .basecamp-solution-intro {
    margin-bottom: 50px
  }
}

@media(min-width:1200px) {
  .basecamp-solution-intro {
    padding-left: 12%
  }
}

@media(min-width:1920px) {
  .basecamp-solution-intro {
    padding-left: 35%
  }
}

.basecamp-solution-thumb {
  padding-right: 0
}

.basecamp-solution-thumb img {
  width: 100%
}

.basecamp-testimonial {
  padding: 100px 0;
  background-color: #f76309
}

.basecamp-testimonial blockquote {
  padding: 0;
  margin: 0;
  text-align: center;
  border-left: 0;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
  border: 0
}

.basecamp-testimonial blockquote::before {
  display: none
}

.basecamp-testimonial blockquote footer {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  font-family: roboto slab, serif;
  color: #fff;
  margin-top: 35px
}

.basecamp-testimonial blockquote footer cite {
  display: block;
  font-size: 16px;
  font-weight: 300;
  font-family: open sans, sans-serif;
  font-style: normal
}

.basecamp-testimonial blockquote footer:before {
  content: ""
}

.image-holder img {
  margin: 0 auto
}

.case-study-page.gradient-bottom::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 70px;
  z-index: 100
}

.hero-section {
  width: 100%;
  height: 100%;
  position: relative
}

.hero-section::before {
  content: '';
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.parallax-home {
  background: transparent url("../images/parallax/parallax-1.jpg") 0 0 no-repeat;
  background-size: cover
}

.service-bg {
  background: transparent url("../images/parallax/parallax-2.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 100px 0
}

.device-bg {
  background: transparent url("../images/parallax/parallax-3.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 100px 0
}

.hero-block-v3.focus-bg {
  border-top: 0;
  border-bottom: 0
}

.focus-bg {
  background: #fff;
  padding: 100px 0
}

.overview-bg {
  background: transparent url("../images/parallax/parallax-4.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 100px 0
}

.overview-bg .company-overview {
  color: #fff
}

.blog-homepage-bg {
  background: transparent url("../images/slider/blog-slider.jpg") 0 0 no-repeat;
  background-size: cover;
  min-height: 500px
}

.portfolio-home-bg {
  background: transparent url("../images/slider/protfolio-slider.jpg") 0 0 no-repeat;
  background-size: cover
}

.portfolio-home-two {
  background: transparent url("../images/slider/portfolio-slider-2.jpg") 0 0 no-repeat;
  background-size: cover
}

.text-rotator-bg {
  background: transparent url("../images/slider/protfolio-slider-2.jpg") 0 0 no-repeat;
  background-size: cover
}

.static-bg {
  background: transparent url("../images/slider/slide-8.jpg") 0 0 no-repeat;
  background-size: cover
}

.particle-bg {
  background: transparent url("../images/slider/particle.jpg") 0 0 no-repeat;
  background-size: cover
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10
}

.shortcode-alert-wrapper h2 {
  margin-bottom: 25px
}

.contact-info address {
  margin-bottom: 30px;
  line-height: 24px
}

.contact-info h3 {
  text-transform: capitalize
}

@media(max-width:991px) {
  .contact-info {
    margin-top: 50px
  }
}

.error-wrapper {
  padding: 200px 0
}

.error-wrapper i {
  font-size: 145px;
  line-height: 170px;
  text-align: center;
  display: block;
  color: #a7a7a7
}

.error-info {
  padding-left: 60px;
  border-left: 1px solid #eee
}

.error-info h1 {
  color: #f76309;
  font-size: 90px;
  line-height: 90px;
  font-weight: 700
}

.error-sub {
  display: block;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase
}

.error-info .btn {
  padding: 10px 30px
}

@media(max-width:767px) {
  .error-info {
    padding-left: 0;
    border-left: 0;
    text-align: center
  }
}

.error-wrapper-alt {
  background: url("../images/not-found-cover.jpg") 0 0 no-repeat;
  background-size: cover;
  position: relative
}

.error-wrapper-alt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6)
}

.error-info-alt {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%)
}

.error-info-alt h1 {
  color: #f76309;
  font-size: 150px;
  font-weight: 700;
  line-height: 150px
}

.error-info-alt .error-sub {
  margin-bottom: 10px
}

.error-info-alt .error-sub,
.error-info-alt p {
  color: #fff
}

.error-info-alt .btn {
  background: #fff;
  color: #f76309;
  border-color: #fff
}

.error-info-alt .btn:hover {
  background: #f76309;
  color: #fff;
  border-color: #f76309
}

.typography-btn-wrapp {}

.typography-btn-wrapp .btn {
  margin-bottom: 4px
}

.tt-container {
  width: 100%;
  position: relative;
  padding: 0
}

.tt-banner {
  width: 100%;
  position: relative
}

.tt-slider-title {
  font-family: open sans, sans-serif;
  font-size: 76px;
  line-height: 90px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase
}

.tt-slider-title span {
  font-weight: 300
}

.tt-slider-title.dark {
  color: #202020
}

.tt-slider-subtitle {
  font-family: open sans, sans-serif;
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase
}

.tt-slider-subtitle.dark {
  color: #202020
}

.tt-btn {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 35px;
  border-radius: 30px;
  display: block
}

.btn-solid.light {
  color: #f76309;
  background-color: #fff
}

.btn-solid.light:hover {
  color: #f76309
}

.btn-bordered.light {
  color: #fff;
  border: 1px solid #fff
}

.btn-bordered.light:hover {
  color: #f76309;
  background-color: #fff;
  border: 1px solid transparent
}

.btn-solid.dark {
  color: #fff;
  background-color: #202020
}

.btn-solid.dark:hover {
  color: #fff
}

.btn-bordered.dark {
  color: #202020;
  border: 1px solid #202020
}

.btn-bordered.dark:hover {
  color: #fff;
  background-color: #202020;
  border: 1px solid transparent
}

.tt-container-gallery {
  width: 100%;
  position: relative;
  padding: 0
}

.tt-banner-gallery {
  width: 100%;
  position: relative
}

.tt-banner-gallery .tt-slider-title {
  color: #f76309;
  font-size: 75px;
  line-height: 80px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -3px
}

.tt-banner-gallery .tt-slider-title span {
  color: #fff;
  margin-left: 20px;
  font-weight: 700
}

.tt-banner-gallery .tt-slider-subtitle {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 30px
}

.tt-banner-gallery .tt-slider-small-text {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300
}


.form {
  width: 100%;
  padding: 10px 2.5% 0 2.5%;
  color: #000000;
}

.form span.label {
  display: block;
  width: 100%;
  padding-top: 6px;
  font-size: 14px;
  color: #000000;
  text-align: left;
  padding-left: 0px
}

.form .error {
  font-size: 12px;
  line-height: 12px;
}

.form .field {
  margin: 10px 0px;
  clear: both;
  overflow: hidden;
}

.form h3 {
  padding: 0px;
  color: #0066b3;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase
}

.form p {
  font-size: 12px;
  padding: 0;
  line-height: 15px;
}

.form input,
.form select {
  font-size: 14px;
  padding-left: 10px;
  color: #4D4C4C !important;
  width: 100%;
  height: 30px;
  margin-bottom: 1px;
  background: #fff;
  border: 1px solid #000000;
}

.form textarea {
  font-size: 18px;
  padding-left: 10px;
  color: #4D4C4C !important;
  width: 100%;
}

.form button {
  font-weight: 400;
  font-size: 18px;
  border-radius: 2px;
  padding: 5px 22px !important;
  text-decoration: none;
  border: 1px solid #ffffff;
  padding: 10px;
  text-align: center;
  margin: 0px auto;
  display: block;
  background: #0066b3;
  color: #ffffff;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths,
.col-xs-two5ths,
.col-sm-two5ths,
.col-md-two5ths,
.col-lg-two5ths,
.col-xl-two5ths,
.col-xs-three5ths,
.col-sm-three5ths,
.col-md-three5ths,
.col-lg-three5ths,
.col-xl-three5ths,
.col-xs-four5ths,
.col-sm-four5ths,
.col-md-four5ths,
.col-lg-four5ths,
.col-xl-four5ths,
.col-xs-five5ths,
.col-sm-five5ths,
.col-md-five5ths,
.col-lg-five5ths,
.col-xl-five5ths,
{
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}

@media (max-width: 768px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (max-width: 576px) {
  .col-sm-5ths {
    width: 100%;
    float: left;
  }
}


@media (min-width: 768px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }

  .col-md-two5ths {
    width: 40%;
    float: left;
  }

  .col-md-three5ths {
    width: 60%;
    float: left;
  }

  .col-md-four5ths {
    width: 80%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }

  .col-lg-two5ths {
    width: 40%;
    float: left;
  }

  .col-lg-three5ths {
    width: 60%;
    float: left;
  }

  .col-lg-four5ths {
    width: 80%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-xl-5ths {
    width: 20%;
    float: left;
  }

  .col-xl-two5ths {
    width: 40%;
    float: left;
  }

  .col-xl-three5ths {
    width: 60%;
    float: left;
  }

  .col-xl-four5ths {
    width: 80%;
    float: left;
  }
}

.adv-section h3 {
  color: #3b3b3b;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
}

.adv-section h3 span {
  color: #0267b3
}

/*---------------*/
/***** Advantage Section Columns *****/
/*---------------*/

.grid {
  position: relative;
  margin: 0 auto;
  padding: 0em 0 1em;
  max-width: 100%;
  list-style: none;
  text-align: center;
  z-index: 10;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  border: 5px solid #ffffff;
  max-height: 360px;
  width: 33.33%;
  background: #3085a3;
  text-align: left;
}

.grid .overlay2 {
  position: absolute;
  bottom: 0;
  top: auto;
  background: linear-gradient(to top, #000000 10%, transparent 100%);
  height: 150px;
  width: 100%
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
}

.grid figure figcaption {
  padding: 1em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 700;
}

.grid figure h2,
.grid figure p {
  margin: 0;
  padding: 0
}

.grid figure p {
  letter-spacing: 0;
  font-size: 68.5%;
  font-weight: 600;
}

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
  background: #004f9a;
}

figure.effect-ming img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid #fff;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}

figure.effect-ming h2 {
  margin: 0 0 10px 0;
  padding: 200px 0 0 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  color: rgba(255, 255, 255, 1.00);
  font-weight: 700;
  text-transform: none;
  font-size: 20px
}

figure.effect-ming p {
  padding: 0em 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  font-size: 16px;
  line-height: 22px;
}

figure.effect-ming:hover h2 {
  margin: 0% 0 10px 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  padding: 30px 0 0 0;
  font-size: 20px;

}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}

figure.effect-ming:hover img {
  opacity: 0.1;
}

.program-section {
  padding-top: 0
}

.no-padding-left {
  padding-left: 0
}

.program-section h3 {
  color: #3b3b3b;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
}

.program-section h3 span {
  color: #0267b3
}

.courses-wrapper {
  background: #f2f1f9;
  margin-bottom: 20px;
  overflow: hidden
}

.courses-wrapper:hover img {
  transform: scale(1.15);
}

.courses-wrapper img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease
}

.courses-wrapper h4 {
  font-size: 16px;
  color: #0267b3;
  text-align: left;
  padding: 10px 0 0 15px;
  text-transform: uppercase;
  font-weight: 700
}

.courses-wrapper ul {
  margin: 0;
  padding: 0
}

.courses-wrapper ul li {
  color: #333333;
  text-align: left;
  margin-left: 30px;
  line-height: 20px;
  font-size: 13px;
  list-style: disc
}

.courses-wrapper p {
  color: #333333;
  text-align: left;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 18px;
  font-size: 13px
}

.courses-wrapper ul li a {
  color: #333333;
}

.courses-wrapper ul li a:hover {
  color: #0267b3;
}

.list-wrapper ul {
  margin-bottom: 20px;
}

.list-wrapper ul li {
  color: #000000;
  text-align: left;
  margin-left: 30px;
  line-height: 24px;
  margin-bottom: 5px;
  font-size: 16px;
  list-style: disc
}

.process-section {
  color: #fff
}

.process-section-left {
  background: #ebebeb url(../images/home-adm-process-bg.jpg) right center no-repeat;
  background-size: 300px 100%;
  min-height: 240px;
  padding: 10px 0px 0px 60px;
}

.process-section-right {
  background-color: #0066b3;
  padding: 10px;
  min-height: 240px;
}

.process-section-left h2 {
  padding-top: 15px;
  margin: 0;
  color: #3b3b3b;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.process-section-left h5 {
  padding-top: 10px;
  margin: 0;
  color: #3b3b3b;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.process-section-left h2 span {
  color: #0267b3
}

.process-section-left p {
  color: #000000;
  font-size: 16px;
  padding: 15px 0;
  line-height: 20px;
  margin-bottom: 5px
}

.process-section-left p strong {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.process-section .btn {
  color: #0066b3;
  font-size: 15px;
  padding: 5px 20px;
  margin-bottom: 5px;
  margin-top: 10px;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #0066b3;
  font-weight: 700;
}

.process-section .btn:hover {
  background-color: #fff;
  border-color: #fff
}

.process-section-left .btn:hover {
  color: #f76309
}

.process-section-right h2 {
  padding-top: 0px;
  margin: 0 0 10px 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.process-section-right p {
  padding-top: 0px;
  margin: 0 0 5px 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.process-section-right .date-section {
  float: left;
  margin-bottom: 2px;
  display: table;
}

.process-section-right .date-section-date {
  float: left;
  width: 60px;
  border: 1px solid #ffffff;
  margin-right: 5px;
  padding: 5px;
  background: #0066b3;
  height: 60px
}

.process-section-right .date-section-date h4 {
  padding: 5px 0;
  height: 45px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0066b3;
  margin: 0;
  font-size: 24px;
  text-align: center;
  line-height: 15px;
  background: #ffffff;
}

.process-section-right .date-section-date h4 span {
  font-size: 12px;
  line-height: 10px;
}

.process-section-right .date-section-content {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  font-size: 14px;
  margin: 0px;
  font-weight: 600;
  line-height: 17px;
}

.process-section-right .btn {
  margin-top: 10px;
  font-size: 15px;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #ffffff;
  font-weight: 700;
}

.process-section-right .btn:hover {
  color: #f76309
}

.soe-block {
  padding: 50px 0 30px;
  clear: both
}

.soe-block h2 {
  margin-bottom: 30px
}

.soe-block div.pic {
  margin-bottom: 20px;
}

.soe-block .soe-overview h2 {
  margin-bottom: 15px;
  color: #3b3b3b;
  text-transform: none
}

.soe-block .soe-overview h2 span {
  color: #0066b3
}

.soe-block .soe-overview p {
  margin-bottom: 20px;
  color: #3b3b3b;
  font-size: 15px;
  line-height: 20px;
}

.dept-section {
  padding-top: 20px;
}

.dept-section h3 {
  color: #3b3b3b;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
}

.dept-section h3 span {
  color: #0267b3
}

.dept .dept-pic {
  -webkit-box-shadow: 0px 2px 20px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 20px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 20px -4px rgba(0, 0, 0, 0.75);
}

.dept-profile {
  background: #0066b3;
  clear: both;
  overflow: hidden
}

/* Zoom Out #1 */
.hover9 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.hover9 figure:hover img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);


}


.name-desc {
  color: #ffffff;
  text-align: left;
  padding: 10px 10px 20px 15px;
  min-height: 210px;
  background: #0066b3;
  clear: both;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative
}

.name-desc a {
  color: #ffffff;
}

.name-desc h3 {
  color: #ffffff;
  margin: 0;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 28px;
}

.name-desc h3 a {
  color: #ffffff;
}

.name-desc h3 a:hover {
  color: #f76309;
}

.name-desc h5 {
  color: #ffffff;
  margin: 5px 0 0 0;
  font-size: 18px;
}

.name-desc p {
  color: #ffffff;
  text-transform: none;
  font-size: 14px;
  line-height: 16px;
  margin: 3px 0;
}

.name-desc a {
  font-weight: 700;
}

.name-desc ul {
  margin: 0;
  padding: 0 0 0 20px;
  margin-bottom: 10px;
}

.name-desc li {
  color: #ffffff;
  text-transform: none;
  margin-top: 4px;
  list-style: disc;
  font-size: 14px;
  line-height: 20px;


}

.faculty-section {
  padding-top: 0;
  padding-bottom: 20px
}

.faculty-section h3 {
  color: #3b3b3b;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #0267b3;
  font-size: 30px;
  line-height: 42px;
}

.faculty-section h3 span {
  color: #0267b3
}

.faculty-description {
  text-align: left;
  padding: 10px 0px 20px 0px;
  clear: both;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative
}

.faculty-wrapper h4 {
  color: #0066b3;
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 24px;
}

.faculty-wrapper p {
  color: #333333;
  text-transform: none;
  margin-top: 4px;
  font-size: 13px;
  line-height: 18px;
}

.faculty-wrapper p a {
  color: #0066b3;
}


#faculty-slider.owl-theme .owl-nav .owl-prev {
  background: url("../images/leftarrow.png") no-repeat !important;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -70px !important;
  right: 40px !important;
  left: auto;
  text-indent: -10000px
}

#faculty-slider.owl-theme .owl-nav .owl-next {
  background: url("../images/rightarrow.png") no-repeat !important;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -70px;
  right: -10px;
  text-indent: -10000px
}

.campus-section {
  background: #f1f1f1;
  padding: 20px 0 40px 0;
  margin-bottom: 0px;
}

.campus-section h3 {
  color: #3b3b3b;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 0px;
  font-size: 30px;
  line-height: 36px;
}

.campus-section h3 span {
  color: #0267b3
}

#campus-showcase {
  margin-bottom: 30px
}

#campus-showcase .carousel-indicators {
  bottom: -40px
}

#campus-showcase .carousel-control {
  top: 50%;
  margin-top: 0px;
  width: 52px;
  height: 52px;
  font-size: 40px;
  line-height: 50px;
  color: #000;
  background-color: #fff;
  text-shadow: none;
  background-image: none !important;
  border-radius: 100%
}

#campus-showcase .carousel-control:focus,
#campus-showcase .carousel-control:hover {
  color: #000;
  background-color: #ff2a40;
  filter: alpha(opacity=100);
  opacity: 1
}

#campus-showcase .carousel-control.left {
  left: 5%
}

#campus-showcase .carousel-control.right {
  right: 5%
}

#campus-showcase .carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 0 0 0 5px;
  background-color: #c7c7c7;
  border: 1px solid transparent
}

#campus-showcase .carousel-indicators .active {
  background-color: #0066b3
}

@media screen and (min-width:768px) {
  #campus-showcase .carousel-indicators {
    bottom: -40px
  }
}

#placement-showcase {
  margin-bottom: 0px
}

#placement-showcase .carousel-indicators {
  bottom: 10px
}

#placement-showcase .carousel-control {
  top: 50%;
  margin-top: 0px;
  right: 10px;
  width: 52px;
  height: 52px;
  font-size: 30px;
  line-height: 20px;
  color: #000;
  background-color: #fff;
  text-shadow: none;
  background-image: none !important;
  border-radius: 100%
}

#placement-showcase .carousel-indicators {
  right: 5%;
  margin: 0;
}

#placement-showcase .carousel-control:focus,
#campus-showcase .carousel-control:hover {
  color: #000;
  background-color: #ff2a40;
  filter: alpha(opacity=100);
  opacity: 1
}

#placement-showcase .carousel-control.left {
  left: 5%
}

#placement-showcase .carousel-control.right {
  right: 5%
}

#placement-showcase .carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 0 0 0 5px;
  background-color: #c7c7c7;
  border: 1px solid transparent
}

#placement-showcase .carousel-indicators .active {
  background-color: #0066b3
}

@media screen and (min-width:768px) {
  #placement-showcase .carousel-indicators {
    bottom: 10px
  }
}

.grid2 {
  position: relative;
  margin: 0 auto;
  padding: 0em 0 1em;
  max-width: 100%;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid2 figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1% 10px 0;
  min-width: 32%;
  min-width: 32%;
  max-height: 360px;
  width: 32%;
  background: #3085a3;
  text-align: left;
  cursor: pointer;
}

.grid2 .overlay2 {
  position: absolute;
  bottom: 0;
  top: auto;
  background: linear-gradient(to top, #333333 10%, transparent 100%);
  height: 100px;
  width: 100%
}

.grid2 figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
}

.grid2 figure figcaption {
  padding: 1em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid2 figure figcaption::before,
.grid2 figure figcaption::after {
  pointer-events: none;
}

.grid2 figure figcaption,
.grid2 figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid2 figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid2 figure h2 {
  font-weight: 300;
  font-size: 15px;
  color: rgba(255, 255, 255, 1.00)
}

.grid2 figure h2 span {
  font-weight: 700;
}

.grid2 figure h2 {
  margin: 0;
  padding: 0
}

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
  text-align: left;
}

figure.effect-lily figcaption>div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: .3em .5em;
  width: 100%;
  height: 60px;
  background: rgba(0, 102, 180, .90)
}

figure.effect-lily figcaption>div>div.icon {
  float: left;
  width: 55px;
}

figure.effect-lily figcaption>div img {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 20px;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

figure.effect-lily figcaption>div>div.icon-content {
  display: table-cell;
  vertical-align: middle;
  height: 38px;
}

figure.effect-lily h2 {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);

}

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-lily:hover img {
  opacity: 1;
}

figure.effect-lily:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


figure.effect-lily:hover h2 {
  -webkit-transform: translate3d(-5px, 5px, 0);
  transform: translate3d(-5px, 5px, 0);
}
table.table-format {
  margin-bottom: 20px
}

table.table-format ul {
  margin: 0px;
  padding: 0px;
  list-style: none
}

table.table-format ul li {
  text-align: left;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  margin: 0px 0 0 15px;
  list-style: disc;
  line-height: 20px
}

.asu-col {
  background-color: #133a61 !important;
  color: #fff;
  border: 1px solid #000;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: middle;
}
.disclaimer-col {
    background-color: #0066b3 !important;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
    border: 1px solid #000;
}

table.infosession tr th {
  background-color: #133a61 !important;
  padding: 10px 10px !important;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  color: #ffffff !important;
  text-align: left !important;
}

table.infosession tr:nth-child(even) {
  background-color: #f2f2f2;
}

table.infosession tr {
  color: #000000 !important;
  font-size: 16px;
}

table.infosession tr:hover {
  background-color: #cccccc;
  color: #000000 !important
}

table.infosession tr td,
table.infosession tr th {
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #000000;
}


table.table-format tr:first-child,
table.table-format tr:last-child {
  color: #fff;
}

table.table-format tr.normal:first-child,
table.table-format tr.normal:last-child {
  color: #000000 !important;
}

table.table-format tr.normal td:first-child {
  border: 1px solid #ffffff
}

table.table-format tr.head td:first-child {
  border: 1px solid #000000;
}

table.table-format td.white-txt {
  color: #fff !important;
}

table.table-format tr td,
table.table-format tr th {
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #000000;
}

table.table-format a {
  color: #ffffff;
  cursor: pointer;
}

table.table-format a:hover {
  color: #000000;
  cursor: pointer;
}

table.table-format a:hover {
  text-decoration: none !important;
}

.modal-dialog {
  margin: 50px auto;
}

.modal-body {
  position: relative;
  padding: 15px;
  display: flow-root;
}


.modal-body .force-overflow {
  min-height: 500px;
}

.modal-body .scrollbar {
  height: 480px;
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 15px;
  margin-left: 0px;
  float: left;
}

.modal-body .scrollbar#style-8::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px #000000;
  border-radius: 0px;
  background-color: transparent;
  position: absolute;
  left: 50%;
  border: 2px solid transparent;
}

.modal-body .scrollbar#style-8::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.modal-body .scrollbar#style-8::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 1px #000000;
  background-color: #00539f;
  width: 6px;
}

span.yellow {
  color: #fffc00;
  display: block;
  margin-top: 15px;
}

table.table-format a:hover span.yellow {
  text-decoration: underline;
}

table.table-format.grey-td tr td {
  color: #333;
}

.tab-div ul {
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.tab-div ul.nav.nav-tabs {
  margin: auto;
  text-align: left;

}

.tab-div ul.nav.nav-tabs li {
  background-image: none !important;
  padding: 0;
  text-align: center;
  margin-right: 2px;
  border-radius: 4px;
  float: none;
  display: inline-block;
}

.tab-div ul.nav.nav-tabs li a {
  padding: 10px;
}

.btn {
  font-weight: 700
}

.btn-121 {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 10px 10px;
  display: inline-block;
  margin: 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-2 {
  background: #0066b3;
  color: #ffffff;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.btn-2a.first-btn {
  box-shadow: 0 6px #b36804;
}

.btn-2a.first-btn:hover,
.tab-div ul.nav.nav-tabs li.active .btn-2.btn-2a.first-btn {
  background: #f9a432;
  color: #fff;
  box-shadow: 0 6px #b36804;
  text-decoration: none
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #000000;
}

a:focus,
a:hover {
  color: #000000;
}

.btn-2a.sec-btn {
  box-shadow: 0 6px #403697;
}

.btn-2a.sec-btn:hover,
.tab-div ul.nav.nav-tabs li.active .btn-2.btn-2a.sec-btn {
  background: #5548c8;
  color: #fff;
  box-shadow: 0 6px #403697;
  text-decoration: none
}

.btn-2a.third-btn {
  box-shadow: 0 6px #09a365;
}

.btn-2a.third-btn:hover,
.tab-div ul.nav.nav-tabs li.active .btn-2.btn-2a.third-btn {
  background: #0cd785;
  color: #fff;
  box-shadow: 0 6px #09a365;
  text-decoration: none
}

.btn-2a.forth-btn {
  box-shadow: 0 6px #ef2f3e;
}

.btn-2a.forth-btn:hover,
.tab-div ul.nav.nav-tabs li.active .btn-2.btn-2a.forth-btn {
  background: #ef5a76;
  color: #fff;
  box-shadow: 0 6px #ef2f3e;
  text-decoration: none
}

.btn-2a.fifth-btn {
  box-shadow: 0 6px #0066b3;
}

.btn-2a.fifth-btn:hover,
.tab-div ul.nav.nav-tabs li.active .btn-2.btn-2a.fifth-btn {
  background: #0088ee;
  color: #fff;
  box-shadow: 0 6px #0066b3;
  text-decoration: none
}

.btn-2a.sixth-btn {
  box-shadow: 0 6px #464242;
}

.btn-2a.sixth-btn:hover,
.tab-div ul.nav.nav-tabs li.active .btn-2.btn-2a.sixth-btn {
  background: #837c7c;
  color: #fff;
  box-shadow: 0 6px #464242;
  text-decoration: none
}


.btn-2a {
  border-radius: 0 0 5px 5px;
}

.btn-2a:hover {
  box-shadow: 0 4px #ab3c3c;
  top: 2px;
}

.btn-2a:active {
  box-shadow: 0 0 #ab3c3c;
  top: 6px;
}

@media(max-width:768px) {

  .nav-tabs>li>a {
    margin: 0;
    border-radius: 5px;
  }

  .tab-div ul.nav.nav-tabs li {
    background: #337ab7 !important;
    padding: 0;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    margin-right: 0px;
    border-radius: 4px;
    float: none;
    margin-bottom: 5px;
    display: inline-block;
    width: 48%;
    color: #ffffff;
  }

  .btn-2 {
    background: #337ab7;
    color: #ffffff;
  }

}

ul.blue-dots {
  margin-left: 12px !important;
  margin-bottom: 20px !important;
}

ul.blue-dots li {
  text-align: left !important;
  padding: 2px 0 !important;
  border-bottom: 1px dashed #d1d1d1;
  background: none !important;
  text-indent: -11px;
  margin-bottom: 5px;
}

ul.blue-dots li:last-child {
  border: none;
  padding-bottom: 0;
}

ul.blue-dots li:before {
  position: relative;
  content: "\f111";
  font-family: Fontawesome;
  font-size: 8px;
  margin-right: 5px;
  color: #3457BA;
  top: -1px;
}

.tab-content {
  padding: 20px 0
}

.nominate-block {
  padding: 50px 0 30px;
  clear: both
}

.nominate-block h5 {
  margin-bottom: 30px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Lato';
}

.nominate-block h5 span {
  color: #3457ba;
  font-weight: 700
}

.nominate-block .prog {
  width: 96%;
  min-height: 630px;
  background: #f1f1f1;
  border-radius: 10px;
  padding: 20px 3%;
}

.nominate-block .prog h4 {
  margin: 0px 0 20px 0;
  color: #000000;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #8d969b;
  padding-bottom: 10px
}

.nominate-block .prog h3 {
  margin: 10px 0 0px 0;
  color: #0066b3;
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 5px
}

.nominate-block .prog ul {
  margin: 0px;
  padding: 0px;
  list-style: none
}

.nominate-block .prog ul li {
  text-align: left;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  margin: 0px;
  line-height: 22px;
  padding-left: 15px;
  background: url(../images/blue-bullet.jpg) no-repeat left 5px
}

#form2 {
  width: 96%;
  min-height: 630px;
  background: #3457ba;
  border-radius: 10px;
  padding: 20px 2%;
  margin-bottom: 20px;
}

#form2 img {
  text-align: center;
}


#form2 form {
  color: #ffffff;
  font-size: 1em;
  padding-top: 20px;
  width: 100%;
  z-index: 10001;
}


#form2 form button {
  background: none;
  border: 2px solid #ffffff;
  width: 200px;
  height: 50px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0px;
  text-transform: uppercase
}

#form2 form button:hover {
  background: #ffffff;
  border: 2px solid #000000;
  cursor: pointer;
  color: #000000;
}

#form2 form span.label {
  display: block;
  float: left;
  width: 30%;
  padding-top: 15px;
  font-size: 15px;
  color: #ffffff;
  text-align: left
}

#form2 form p {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF
}

#form2 form input.require {
  background: #ffffff;
  display: block;
  border: none;
  padding: 5px 8px;
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  height: 32px;
  width: 66%;
  float: left;
  margin: 15px 0px;
  border-radius: 5px;
}

#form2 form select.require {
  padding: 10px 8px;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  height: 32px;
  width: 66%;
  float: left;
  margin: 12px 0px;
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
  border-radius: 5px;

}

.placements-block {
  padding: 50px 0 10px;
  clear: both
}

.placements-block h2.section-title {
  margin-bottom: 20px;
  color: #0066b3;
  text-transform: uppercase
}

.placements-block div.pic {
  margin-bottom: 20px;
}

.placements-block .placements-overview p {
  margin-bottom: 10px;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 24px;
}

.placements-block .placements-overview .btn {
  background: #0066b3;
  border-radius: 0 !important;
  font-size: 18px;
  color: rgba(255, 255, 255, 1.00);
  padding: 5px 10px
}

.placements-block .placements-overview .btn:hover {
  background: #f76309;
}

.placements-outcome {
  padding: 10px 0 30px;
  clear: both
}

.placements-outcome h2 {
  margin-bottom: 15px;
  color: #3b3b3b;
  text-transform: uppercase
}

.placements-outcome h2 span {
  color: #0066b3
}

.placements-outcome p {
  margin-bottom: 5px;
  color: #3b3b3b;
  font-size: 15px;
  line-height: 20px;
}

.placements-outcome .mb30 {
  margin-bottom: 30px
}

.placements-outcome h3 {
  margin-bottom: 15px;
  color: #3b3b3b;
  text-transform: uppercase;
  font-size: 24px;
}

.placements-outcome h3 span {
  color: #0066b3
}

.placements-outcome .ataglance {
  margin-bottom: 15px;
  border-bottom: 2px solid #0066b3;
}

.placements-outcome .ataglance h4 {
  margin: 0;
  color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
  background: #0066b3;
  font-size: 20px;
}

.glance-table td {
  padding: 5px 0px;
  text-align: left;
  border-bottom: 1px solid #f1f1f1;
}

#recruiters {
  padding: 50px 0;
  background: #ffffff;
}

#recruiters h2 {
  margin-bottom: 15px;
  color: #3b3b3b;
  text-transform: uppercase
}

#recruiters h2 span {
  color: #0066b3
}

#recruiters-slider.owl-theme .owl-nav .owl-prev {
  background: url("../images/leftarrow.png") no-repeat !important;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 20% !important;
  left: -50px !important;
  text-indent: -10000px
}

#recruiters-slider.owl-theme .owl-nav .owl-next {
  background: url("../images/rightarrow.png") no-repeat !important;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 20%;
  right: -50px;
  text-indent: -10000px
}

#recruiters .logoicon {
  border: 2px solid #eae9e8;
  padding: 5px;
}

.employer-desk {
  text-align: center;
  margin-bottom: 20px
}

.employer-desk .btn {
  background: #0066b3;
  margin-top: 10px;
  border: none;
  border-radius: 0 !important;
  font-size: 15px;
  color: rgba(255, 255, 255, 1.00);
  padding: 5px 20px
}

.employer-desk .btn:hover {
  background: #f76309;
}

#accordion .panel {
  border: none;
  border-radius: 3px;
  box-shadow: none;
  margin-bottom: 5px;
}

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 3px;
}

#accordion .panel-title a {
  display: block;
  padding: 8px 15px;
  background: #005197;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  /*border: 1px solid #ececec;*/
  position: relative;
  transition: all 0.5s ease 0s;
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.30);
}

#accordion .panel-title a.collapsed {
  box-shadow: none;
  color: #ffffff;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "\f067";
  font-family: "FontAwesome";
  width: 25px;
  height: 25px;
  line-height: 28px;
  font-size: 15px;
  font-weight: 900;
  color: #f76309;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 15px;
  transform: rotate(135deg);
  transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
  color: #ffffff;
  transform: rotate(0);
}

#accordion .panel-title a:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 55px;
}

#accordion .panel-body {
  padding: 10px 15px;
  border: none;
  font-size: 15px;
  color: #615f5f;
  line-height: 24px;
  text-align: left
}

.salary {
  background: #efefef
}

.salary .role {
  padding: 20px;
  text-align: left
}

.salary .role p {
  padding: 3px 0px;
  font-size: 16px;
  text-align: left
}

.salary .role h2 {
  margin-bottom: 15px;
  color: #3b3b3b;
  text-transform: uppercase
}

.salary .role h2 span {
  color: #0066b3
}

.scrollbar {
  margin-left: 0px;
  float: left;
  height: 260px;
  width: 90%;
  overflow-y: scroll;
  margin-bottom: 25px;
}

.scrollbar2 {
  margin-left: 0px;
  float: left;
  height: 120px;
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 5px;
}

.force-overflow {
  min-height: 350px;
}

.force-overflow2 {
  min-height: 130px;
}

.scrollbar-primary::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
  border-radius: 1px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #686868;
}


.program-section {
  padding-top: 0;
  padding-bottom: 20px
}

.program-section h3 {
  color: #3b3b3b;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #0267b3;
  font-size: 30px;
  line-height: 42px;
}

.program-section h3 span {
  color: #0267b3
}

.program-section .coursename {
  background: #f76309;
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px 10px 20px;
  float: left;
  margin-bottom: 15px;
  margin-top: 15px;
  border-right: 5px solid #000000;
}

.program-section .coursename2 {
  background: #f76309;
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px 10px 20px;
  float: left;
  border-left: 5px solid #000000;
  margin-bottom: 15px;
  margin-top: 15px;
}

.program-section .coursename3 {
  background: #f76309;
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px 10px 20px;
  float: left;
  border-left: 10px solid #000000;
  margin-bottom: 15px;
  margin-top: 15px;
}

.features-elements {
  background: #f8f8f8 url(../images/BMS-bg.jpg) center/cover no-repeat;
}

.features-elements h3 {
  color: #000000;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
}

.features-elements p {
  color: #000000;
  font-weight: 400;
  text-align: left;
  font-size: 15px;
  line-height: 22px;
}

.features-elements h3 span {
  color: #0267b3
}

.features-elements .inner-wrapper.layout-2 {
  padding-left: 60px;
  padding-right: 20px;
}

.overlay-bg {
  background: rgba(255, 255, 255, 0.8);
}

.inner-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

section .title {
  padding-bottom: 0px;
}

#loadMore {
  display: table;
  margin: 10px 0 0;
  padding: 7px 20px;
  font-size: 20px;
  clear: both;
  cursor: pointer;
  background: #0066b3;
  text-transform: uppercase;
  color: #fff;
}

#showLess {
  display: none;
  margin: 20px auto;
  padding: 10px 10px;
  text-align: center;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  clear: both;
  font-weight: 700;
  cursor: pointer;
  background: #ffffff;
  color: #0066b3;
  border: 1px solid #cccccc;
  text-transform: uppercase;
}

@media screen and (max-width: 1599px) and (min-width: 1200px) {
  .features-elements .layout-2 {
    width: 80%;
  }
}

.features-elements .inner-wrapper.layout-2 .service.srv-left {
  padding-right: 20px;
  padding-left: 0;
}

.features-elements .inner-wrapper.layout-2 .service {
  padding-top: 20px;
  text-align: left;
}

.features-elements .service h1 {
  font-size: 18px;
  margin: 0px 0;
  color: #000000;
  line-height: 26px;
  text-transform: uppercase;
}

.features-elements .inner-wrapper.layout-2 .service .service-icon {
  width: 180px;
  text-align: center;
  padding-left: 0;
}

.features-elements .inner-wrapper.layout-2 .service .service-icon img {
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .adv-section h3 {
    font-size: 28px;
    line-height: 32px;
    text-align: left
  }

  .program-section h3 {
    font-size: 28px;
    line-height: 32px;
    text-align: left
  }

  .features-elements .inner-wrapper.layout-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-elements .inner-wrapper.layout-2 .service .service-icon {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .features-elements .service h1 {
    font-size: 16px;
    line-height: 22px;
    margin: 5px 0;
    text-align: center
  }

  .features-elements .service p {
    font-size: 13px;
    text-align: center;
    line-height: 18px;
  }
}

@media screen and (max-width: 991px) {
  .service-tab li>a {
    min-height: 20px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
  .service-tab li>a {
    font-size: 12px;
  }
}