@import "https: //fonts.googleapis.com/css?family=Montserrat:400, 500, 700|Open+Sans:400, 600, 700|Crete+Round:400i";

body {
  font-family: open sans, sans-serif;
  color: #28282e;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

html,
body {
  height: 100%
}

.container-fluid {
  width: 75%
}

::-moz-selection {
  color: #fff;
  background: #fcce0e
}

::selection {
  color: #fff;
  background: #fcce0e
}

a {
  text-decoration: none !important;
  color: #28282e;
  transition: all .3s
}

a:hover {
  color: #093956
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: montserrat, sans-serif
}

p {
  line-height: 24px
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999
}

#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px
}

.spinner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(0, 0, 0, .1);
  border-right: 5px solid rgba(0, 0, 0, .1);
  border-bottom: 5px solid rgba(0, 0, 0, .1);
  border-left: 5px solid #fcce0e;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 40px;
  height: 40px
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }

}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }

}

.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-attachment: fixed
}

.section {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.section-sm {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden
}

.section-xs {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  overflow: hidden
}

.section-md {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  overflow: hidden
}

.m-0 {
  margin: 0 !important
}

.p-0 {
  padding: 0 !important
}

.m-t-0 {
  margin-top: 0
}

.m-l-5 {
  margin-left: 5px
}

.m-t-5 {
  margin-top: 5px
}

.m-t-10 {
  margin-top: 10px
}

.m-t-15 {
  margin-top: 15px
}

.m-t-20 {
  margin-top: 20px
}

.m-t-30 {
  margin-top: 30px
}

.m-t-40 {
  margin-top: 40px
}

.m-b-0 {
  margin-bottom: 0
}

.m-b-10 {
  margin-bottom: 10px
}

.m-b-20 {
  margin-bottom: 20px
}

.m-b-30 {
  margin-bottom: 30px
}

.m-r-5 {
  margin-right: 5px
}

.p-20 {
  padding: 20px
}

.p-t-0 {
  padding-top: 0
}

.p-t-50 {
  padding-top: 50px
}

.p-l-0 {
  padding-left: 0
}

.p-b-0 {
  padding-bottom: 0
}

.p-b-40 {
  padding-bottom: 20px
}

.l-h-24 {
  line-height: 24px
}

.font-13 {
  font-size: 13px;
  line-height: 22px
}

.font-14 {
  font-size: 14px
}

.font-15 {
  font-size: 15px
}

.font-16 {
  font-size: 16px
}

.font-48 {
  font-size: 48px
}

.font-primary {
  font-family: open sans, sans-serif
}

.font-secondary {
  font-family: montserrat, sans-serif
}

.font-italic {
  font-family: crete round, serif
}

.font-600 {
  font-weight: 600
}

.font-bold {
  font-weight: 700
}

.text-white {
  color: #fff
}

.text-white span,
h1.counter.text-white.m-t-10 {
  color: #fcce0e
}

.text-light {
  color: #dcdcdc
}

.text-custom {
  color: #fcce0e
}

.text-danger {
  color: #ff5d48 !important
}

.text-muted {
  color: #7a7d84 !important
}

.text-primary {
  color: #425cbb !important
}

.text-warning {
  color: #f1b53d !important
}

.text-success {
  color: #10c469 !important
}

.text-info {
  color: #3db9dc !important
}

.text-pink {
  color: #ff7aa3 !important
}

.text-purple {
  color: #9261c6 !important
}

.text-dark {
  color: #28282e !important
}

.text-overflow {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.overflow-hide {
  overflow: hidden
}

.bg-gray {
  background: #f5f5f5
}

.bg-gray-light {
  background: #fafafa
}

.bg-dark {
  background-color: #28282e
}

.bg-custom {
  background: #fcce0e
}

.bg-gradient {
  background: #2b5876;
  background: -webkit-linear-gradient(to top, #4e4376, #2b5876);
  background: linear-gradient(to top, #4e4376, #2b5876)
}

.bg-img-1 {
  background: url(../images/bg-3.jpg);
  background-size: cover
}

.bg-img-3 {
  background: #033358;
  background-size: cover
}

.bg-img-2 {
  background: url(../images/bg-1.jpg);
  background-size: cover;
  min-height: 385px
}

.bg-img-server {
  background: url(../images/server-bg.jpg);
  background-size: cover;
  min-height: 385px
}

.bg-img-network {
  background: url(../images/network-bg.jpg);
  background-size: cover;
  min-height: 385px
}

.bg-img-storage {
  background: url(../images/storage-bg.jpg);
  background-size: cover;
  min-height: 385px
}

.bg-img-perp {
  background: url(../images/perp-bg.jpg);
  background-size: cover;
  min-height: 385px
}

.bg-img-about {
  background: url(../images/about-bg.jpg);
  background-size: cover;
  min-height: 385px
}

.bg-img-partner {
  background: url(../images/partners-bg.jpg);
  background-size: cover;
  min-height: 385px
}

.bg-img-career {
  background: url(../images/careers-bg.jpg);
  background-size: cover;
  min-height: 385px
}

.bg-img-video {
  background: url(../images/videos-bg.jpg);
  background-size: cover;
  min-height: 385px
}

.bg-img-info {
  background: url(../images/infographic-bg.jpg);
  background-size: cover;
  min-height: 385px
}

.bg-img-whitepaper {
  background: url(../images/whitepapers-bg.jpg);
  background-size: cover;
  min-height: 385px
}

.bg-img-case {
  background: url(../images/casestudy-bg.jpg);
  background-size: cover;
  min-height: 385px
}

.bg-img-testimonial {
  background: url(../images/testimonails-bg.jpg);
  background-size: cover;
  min-height: 385px
}

.bg-img-blog {
  background: url(../images/blog-bg.jpg);
  background-size: cover;
  min-height: 385px
}

.bg-img-contact {
  background: url(../images/contact-banner.jpg);
  background-size: cover;
  min-height: 385px
}

.bg-img-faq {
  background: url(../images/faq-bg.jpg);
  background-size: cover;
  min-height: 385px
}

.bg-img-sla {
  background: url(../images/sla-bg.png);
  background-size: cover;
  min-height: 385px
}

.bg-img-inspc {
  background: url(../images/101-bg.png);
  background-size: cover;
  min-height: 385px
}

.bg-img-thank {
  background: url(../images/thank-you.jpg);
  background-size: cover;
  min-height: 385px
}

.bg-img-white-1 {
  background: url(../images/bg-white-1.jpg);
  background-size: cover
}

.bx-shadow {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12)
}

.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, .5)
}

.bg-overlay-custom {
  background-color: rgba(25, 183, 152, .9)
}

.bg-overlay-primary {
  background-color: rgba(66, 92, 187, .9)
}

.position-relative {
  position: relative
}

.list-inside {
  list-style-position: inside
}

.center-page {
  float: none !important;
  margin-left: auto;
  margin-right: auto
}

.vertical-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row
}

@media screen and (max-width:767px) {
  .vertical-content {
    display: inherit
  }

}

.back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1c1c20
}

.back-to-top:hover {
  background-color: #fcce0e
}

.back-to-top i {
  color: #fff;
  font-size: 12px;
  display: block;
  line-height: 30px
}

.title-box h3 {
  font-size: 72px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 68px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, .6)
}

.page-header-box {
  padding: 180px 0 150px
}

.table-box {
  display: table;
  height: 100%;
  width: 100%
}

.table-box .table-content {
  display: table-cell;
  vertical-align: middle
}

@media(min-height:600px) and (min-width:767px) {
  .height-100 {
    height: 100vh
  }

  .height-50 {
    height: 50vh
  }

  .pos-vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
  }

}

.animation-demo-box {
  padding: 20px;
  margin-bottom: 20px;
  border: 2px solid #f5f5f5
}

.animation-demo-box img {
  position: relative;
  width: 200px;
  display: block;
  margin: 0 auto 40px;
  z-index: 1;
  border-radius: 2px
}

.animation-demo-box .btn {
  margin: 5px
}

.grid-structure .grid-container {
  background-color: rgba(243, 243, 243, .5);
  margin-bottom: 10px;
  padding: 10px 20px
}

.icon-list-demo div {
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden
}

.icon-list-demo div p {
  margin-bottom: 0;
  line-height: inherit
}

.icon-list-demo i {
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  border: 1px solid #f5f5f5;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 12px;
  color: rgba(43, 61, 81, .7);
  border-radius: 3px;
  display: inline-block;
  transition: all .2s
}

.icon-list-demo .col-md-4 {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 10px
}

.icon-list-demo .col-md-4:hover i {
  color: #fcce0e
}

.icon-colored {
  height: 48px;
  width: 48px;
  margin: 2rem
}

#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: rgba(255, 255, 255, .3);
  border: 0;
  border-bottom: 1px solid rgba(245, 245, 245, .3);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  min-height: 62px;
  font-family: montserrat, sans-serif
}

#topnav .has-submenu.active a {
  color: #fff
}

#topnav .has-submenu.active .submenu li.active>a {
  color: #fcce0e
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  height: 62px;
  padding: 0;
  margin: 0;
  cursor: pointer
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 24px auto;
  height: 18px
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0
}

#topnav.scroll .navigation-menu>li>a,
#topnav.scroll-active .navigation-menu>li>a,
#topnav.dark-menubar .navigation-menu>li>a {
  color: #28282e
}

#topnav.scroll .navigation-menu>li.active>a,
#topnav.scroll-active .navigation-menu>li.active>a,
#topnav.dark-menubar .navigation-menu>li.active>a {
  color: #fcce0e
}

#topnav.scroll .navigation-menu>li>a:hover,
#topnav.scroll-active .navigation-menu>li>a:hover,
#topnav.dark-menubar .navigation-menu>li>a:hover {
  color: #fcce0e
}

#topnav .navbar-toggle.open span {
  position: absolute
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

#topnav .navbar-toggle.open span:hover {
  background-color: #fcce0e
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:focus {
  background-color: transparent
}

#topnav .navigation-menu {
  float: right;
  list-style: none;
  margin: 20px 0 0;
  padding: 0
}

#topnav.scroll .navigation-menu {
  margin: 0
}

#topnav .navigation-menu>li>a.top-bar-btn {
  background: #fcce0e;
  margin-right: 10px;
  padding: 12px !important;
  min-height: 30px !important;
  border-radius: 4px;
  margin-top: 12px;
  color: #fff !important
}

#topnav .navigation-menu>li>a.top-bar-btn:hover {
  background: #093956 !important;
  color: #fff !important
}

#topnav.scroll .navigation-menu>li>a.top-bar-btn {
  margin-top: 9px
}

#topnav .navigation-menu>li a.label-menu {
  color: #fff !important;
  font-size: 13px !important;
  letter-spacing: 1px !important
}

#topnav .navigation-menu>li a.label-menu:hover {
  color: #fff;
  transform: none;
  -webkit-transform: none !important
}

#topnav .navigation-menu>li {
  float: left;
  display: block;
  position: relative
}

#topnav .navigation-menu>li>a {
  display: block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 15px
}

#topnav .navigation-menu>li .submenu li a i {
  margin-right: 10px;
  font-size: 14px
}

#topnav .logo {
  float: left;
  line-height: 109px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

#topnav .logo img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

#topnav .logo .logo-light {
  display: inline-block;
  max-width: 100%
}

#topnav .logo .logo-dark {
  display: none;
  height: 48px
}

.logo:before,
.logo:after {
  display: none
}

.landing-footer-logo img {
  height: 30px
}

#topnav .menu-extras {
  float: right
}

#topnav.scroll,
#topnav.scroll-active,
#topnav.dark-menubar {
  background-color: #fff;
  border: none;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2)
}

#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px
}

#topnav.defaultscroll.scroll .logo {
  line-height: 62px
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px
}

#topnav.scroll .logo .logo-light,
#topnav.scroll-active .logo .logo-light,
#topnav.dark-menubar .logo .logo-light {
  display: none
}

#topnav.scroll .logo .logo-dark,
#topnav.scroll-active .logo .logo-dark,
#topnav.dark-menubar .logo .logo-dark {
  display: inline-block
}

@media(min-width:992px) {
  #topnav .navigation-menu>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px
  }

  #topnav .navigation-menu>li.last-elements .submenu {
    left: auto;
    right: 0
  }

  #topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px
  }

  #topnav .navigation-menu>li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    list-style: none;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #1c1c20;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2)
  }

  #topnav .navigation-menu>li .submenu.megamenu {
    white-space: nowrap;
    width: auto
  }

  #topnav .navigation-menu>li .submenu.megamenu>li {
    overflow: hidden;
    width: 180px;
    display: inline-block;
    vertical-align: top
  }

  #topnav .navigation-menu>li .submenu>li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px
  }

  #topnav .navigation-menu>li .submenu li {
    position: relative
  }

  #topnav .navigation-menu>li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0
  }

  #topnav .navigation-menu>li .submenu li a {
    display: block;
    padding: 10px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 700;
    color: #7a7d84;
    transition: all .3s
  }

  #topnav .navigation-menu>li .submenu li a:hover {
    color: #fff;
    transform: translate3d(5px, 0, 0);
    -webkit-transform: translate3d(5px, 0, 0)
  }

  #topnav .navbar-toggle {
    display: none
  }

  #topnav #navigation {
    display: block !important
  }

  #topnav .navigation-menu>li:hover>a {
    color: #fcce0e !important
  }

  #topnav.scroll-active .navigation-menu>li>a {
    padding-top: 25px;
    padding-bottom: 25px
  }

  #topnav.scroll .navigation-menu>li>a {
    padding-top: 20px;
    padding-bottom: 20px
  }

  #topnav.scroll {
    top: 0
  }

}

@media(max-width:991px) {
  .navigation-menu>li.has-submenu>a:after {
    content: "\F140";
    font-size: 17px;
    font-family: material design icons;
    margin-left: 3px
  }

  .logo {
    padding: 19px 0 !important
  }

  #topnav.defaultscroll.scroll .logo {
    padding: 0 !important
  }

  #topnav {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
  }

  #topnav .container {
    width: auto
  }

  #topnav .navigation-menu {
    float: none;
    max-height: 400px
  }

  #topnav .navigation-menu>li {
    float: none
  }

  #topnav .navigation-menu>li>a {
    color: #28282e;
    padding: 15px
  }

  #topnav .navigation-menu>li>a:hover,
  #topnav .navigation-menu>li .submenu li a:hover,
  #topnav .navigation-menu>li.has-submenu.open>a,
  #topnav .menu-extras .menu-item .cart>a:hover,
  #topnav .menu-extras .menu-item .search>a:hover {
    color: #fcce0e
  }

  #topnav .navigation-menu>li>a:after {
    position: absolute;
    right: 15px
  }

  #topnav .navigation-menu>li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0
  }

  #topnav .navigation-menu>li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .04em;
    font-weight: 700;
    color: #28282e;
    transition: all .3s
  }

  #topnav .navigation-menu>li .submenu.open {
    display: block
  }

  #topnav .navigation-menu>li .submenu .submenu {
    display: none;
    list-style: none
  }

  #topnav .navigation-menu>li .submenu .submenu.open {
    display: block
  }

  #topnav .navigation-menu>li .submenu.megamenu>li>ul {
    list-style: none;
    padding-left: 0
  }

  #topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #7a7d84
  }

  #topnav .menu-extras .menu-item {
    border-color: #7a7d84
  }

  #topnav .navbar-toggle span {
    background-color: #fcce0e
  }

  #topnav .navbar-header {
    float: left
  }

  #topnav .menu-extras {
    margin-right: -15px
  }

  #topnav .logo {
    padding: 11px 0
  }

  #topnav .logo .logo-light {
    display: none
  }

  #topnav .logo .logo-dark {
    display: block
  }

  #topnav .has-submenu.active a {
    color: #fcce0e
  }

  #navigation {
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fff
  }

  #navigation.open {
    display: block;
    overflow-y: auto
  }

}

@media(min-width:768px) {
  #topnav .navigation-menu>li.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0
  }

  #topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0
  }

  #topnav .navigation-menu>li.has-submenu:hover>.submenu>li>ul>li.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0
  }

  .navbar-toggle {
    display: block
  }

}

.home-one-content h3 {
  font-size: 72px;
  font-weight: 700;
  line-height: 80px
}

.home-one-content p {
  letter-spacing: 2px;
  margin-top: 1em
}

.mouse-wrapper {
  margin: 0 auto;
  display: block;
  width: 28px;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 37px
}

.mouse {
  width: 30px;
  height: 47px;
  border: 2px solid #fff;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px
}

.mouse .mouse-scroll {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  position: relative;
  top: 10px;
  left: 11px;
  -webkit-animation: scrolls 1.3s ease-out infinite
}

@-webkit-keyframes scrolls {
  0% {
    top: 10px;
    opacity: 1;
    height: 4px
  }

  95% {
    top: 18px;
    opacity: 0;
    height: 10px
  }

  100% {
    top: 8px;
    opacity: 1;
    height: 4px
  }

}

.home-corporate-slider h1 {
  font-size: 48px;
  font-weight: 700
}

.home-corporate-slider p {
  font-size: 16px
}

.home-portfolio {
  padding: 200px 0;
  position: relative
}

.home-portfolio .home-portfolio-header h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  margin-bottom: 30px
}

.home-half-screen {
  padding: 220px 0 180px
}

.home-half-screen .home-half-header h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  margin-bottom: 30px
}

@media(max-width:767px) {
  .home-one-content h3 {
    font-size: 34px;
    line-height: 46px
  }

  .features-img-one {
    display: none
  }

}

.team-member-one-box {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px
}

.team-member-one-box .team-member-one-img {
  position: relative;
  overflow: hidden
}

.team-member-one-box .team-member-one-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  -webkit-transition: all .27s cubic-bezier(.3, .1, .58, 1);
  -moz-transition: all .27s cubic-bezier(.3, .1, .58, 1);
  -o-transition: all .27s cubic-bezier(.3, .1, .58, 1);
  transition: all .27s cubic-bezier(.3, .1, .58, 1)
}

.team-member-one-box .team-member-one-img>img {
  -webkit-transition: all .3s cubic-bezier(.3, .1, .58, 1);
  -moz-transition: all .3s cubic-bezier(.3, .1, .58, 1);
  -o-transition: all .3s cubic-bezier(.3, .1, .58, 1);
  transition: all .3s cubic-bezier(.3, .1, .58, 1);
  border-radius: 0
}

.team-member-one-box .team-member-one-detail {
  opacity: 0;
  color: #fff;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  overflow: hidden;
  -webkit-transition: all .27s cubic-bezier(.3, .1, .58, 1);
  -moz-transition: all .27s cubic-bezier(.3, .1, .58, 1);
  -o-transition: all .27s cubic-bezier(.3, .1, .58, 1);
  transition: all .27s cubic-bezier(.3, .1, .58, 1)
}

.team-member-one-box .team-member-one-detail h4 {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 16px
}

.team-member-one-box .team-member-one-detail p {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  font-family: montserrat, sans-serif;
  color: rgba(255, 255, 255, .6);
  font-size: 12px
}

.team-member-one-box:hover .team-member-one-detail {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 3;
  opacity: 1
}

.team-member-one-box:hover .team-member-one-img:after {
  background: rgba(40, 40, 46, .8)
}

.team-member-one-box:hover .team-member-one-img>img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.about-one-content p.est-text {
  letter-spacing: 2px
}

.about-one-content h3 {
  line-height: 36px
}

.service-item {
  margin-top: 30px
}

.service-item i {
  float: left;
  font-size: 20px;
  line-height: 42px;
  width: 42px;
  height: 42px;
  text-align: center;
  background-color: #fcce0e;
  color: #fff;
  border-radius: 2px
}

.service-item .service-detail {
  margin-left: 65px
}

.service-box-img h4 {
  margin: 20px 0
}

.question-q-box {
  height: 30px;
  width: 30px;
  font-family: montserrat, sans-serif;
  color: #fff;
  background-color: #fcce0e;
  text-align: center;
  border-radius: 3px;
  line-height: 30px;
  margin-top: 30px
}

.question {
  font-size: 16px
}

.answer {
  padding-bottom: 30px
}

.pricing-column {
  position: relative;
  margin-top: 40px
}

.pricing-column .inner-box {
  position: relative;
  max-width: 340px;
  margin: 0 auto;
  background-color: #f7f7f7;
  padding: 0 0 45px;
  border-radius: 5px;
  border: 2px solid #ededed
}

.pricing-column .active-price {
  color: #fff;
  background-color: #fcce0e;
  border-color: #fcce0e
}

.pricing-column .active-price .plan-title {
  color: #0d5d4d
}

.pricing-column .active-price .plan-price,
.pricing-column .active-price .plan-duration {
  color: #fff
}

.pricing-column .plan-header {
  position: relative;
  padding: 30px 20px 25px
}

.pricing-column .plan-title {
  font-size: 13px;
  margin-bottom: 10px;
  color: #fcce0e;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400
}

.pricing-column .plan-price {
  font-size: 48px;
  margin-bottom: 10px;
  color: #28282e
}

.pricing-column .plan-duration {
  font-size: 13px;
  color: #7a7d84
}

.pricing-column .plan-stats {
  position: relative;
  padding: 30px 20px 15px;
  font-size: 15px
}

.pricing-column .plan-stats li {
  margin-bottom: 15px;
  line-height: 24px
}

.page-error h1 {
  font-size: 72px
}

.contact-map {
  min-height: 440px
}

.contact-map iframe {
  width: 100%;
  height: 420px
}

.job-box {
  padding: 20px 30px;
  background-color: #f7f7f7;
  border: 2px solid #ededed;
  border-radius: 5px
}

.job-list li {
  line-height: 24px;
  margin-bottom: 10px;
  color: #7a7d84 !important;
  font-size: 14px
}

.testimonial-description {
  margin-top: 30px;
  border-radius: 5px;
  padding: 30px 30px 20px;
  position: relative;
  background-color: #fafafa;
  min-height: 150px;
  border: 1px solid #eee
}

.testimonial-description:after {
  content: "";
  bottom: -15px;
  left: 50px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid #fafafa;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent
}

.testimonial-description:before {
  content: "";
  bottom: -17px;
  left: 49px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 17px solid #eee;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent
}

.testimonial-description p {
  line-height: 26px;
  font-size: 15px;
  font-style: italic
}

.testimonial-user-name {
  margin-bottom: 0
}

.testimonial-user-info {
  padding-left: 30px;
  margin-top: 35px
}

.user-position {
  font-weight: 400;
  display: block;
  font-size: 13px
}

.client-logo {
  padding: 20%
}

.owl-half-slider .owl-title {
  width: 50%;
  line-height: 40px;
  font-size: 25px
}

.owl-half-slider .item {
  min-height: 710px
}

.owl-half-slider .container {
  min-height: 710px
}

.owl-pagination {
  bottom: 30px;
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100 !important
}

.owl-page {
  display: inline-block;
  padding: 6px 5px
}

.owl-page.active span {
  border: none !important;
  transform: none !important;
  background: #fff !important
}

.owl-page span {
  width: 30px;
  border-radius: inherit;
  height: 3px;
  background: rgba(255, 255, 255, .5);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
  display: block;
  transition: all .27s cubic-bezier(0, 0, .58, 1) 0s
}

@media(max-width:767px) {
  .owl-half-slider .owl-item .item {
    min-height: 400px
  }

  .owl-half-slider .owl-item .container {
    min-height: 400px
  }

  .owl-half-slider .container {
    min-height: 560px
  }

}

.owl-slider-content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0
}

.portfolioFilter a {
  transition: all .3s ease-out;
  color: #28282e;
  font-weight: 600;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 3px
}

.portfolioFilter a:hover {
  color: #fcce0e
}

.portfolioFilter a.current {
  color: #fff;
  background-color: #fcce0e
}

.thumb {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
  margin: 20px 0 10px;
  padding: 10px 10px 15px;
  width: 100%
}

.thumb-img {
  border-radius: 2px;
  overflow: hidden;
  width: 100%
}

.gal-detail h4 {
  margin: 20px 0 5px;
  font-size: 16px
}

.gal-detail p {
  margin-bottom: 0;
  font-family: crete round, serif
}

.gal-wide-detail {
  margin: 0;
  text-align: center
}

.gal-wide-detail .wide-detail {
  background-color: #f5f5f5;
  padding: 10px 20px;
  border: 1px solid #e8e8e8
}

.gal-wide-detail h4 {
  margin-bottom: 3px;
  margin-top: 0
}

.gal-wide-detail p {
  color: #7a7d84;
  margin-bottom: 0;
  font-family: crete round, serif
}

.portfolio-wide-no-space .thumb-img {
  border-radius: 0
}

.portfolio-wide-no-space .col-sm-6 {
  padding: 0
}

.portfolio-masonry {
  margin: 0 -6px
}

.portfolio-masonry .col-sm-6 {
  padding: 0 6px
}

.portfolio-masonry-box {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-bottom: 12px
}

.portfolio-masonry-box .portfolio-masonry-img {
  position: relative;
  overflow: hidden
}

.portfolio-masonry-box .portfolio-masonry-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  -webkit-transition: all .27s cubic-bezier(.3, .1, .58, 1);
  -moz-transition: all .27s cubic-bezier(.3, .1, .58, 1);
  -o-transition: all .27s cubic-bezier(.3, .1, .58, 1);
  transition: all .27s cubic-bezier(.3, .1, .58, 1)
}

.portfolio-masonry-box .portfolio-masonry-img>img {
  -webkit-transition: all .3s cubic-bezier(.3, .1, .58, 1);
  -moz-transition: all .3s cubic-bezier(.3, .1, .58, 1);
  -o-transition: all .3s cubic-bezier(.3, .1, .58, 1);
  transition: all .3s cubic-bezier(.3, .1, .58, 1);
  border-radius: 0
}

.portfolio-masonry-box .portfolio-masonry-detail {
  opacity: 0;
  width: 100%;
  padding: 20px 20px 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all .27s cubic-bezier(.3, .1, .58, 1);
  -moz-transition: all .27s cubic-bezier(.3, .1, .58, 1);
  -o-transition: all .27s cubic-bezier(.3, .1, .58, 1);
  transition: all .27s cubic-bezier(.3, .1, .58, 1)
}

.portfolio-masonry-box .portfolio-masonry-detail h4 {
  margin-bottom: 3px
}

.portfolio-masonry-box .portfolio-masonry-detail p {
  font-family: crete round, serif
}

.portfolio-masonry-box:hover .portfolio-masonry-detail {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 3;
  opacity: 1
}

.portfolio-masonry-box:hover .portfolio-masonry-img:after {
  background: rgba(250, 250, 250, .9)
}

.portfolio-masonry-box:hover .portfolio-masonry-img>img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.port-boxed-detail .gal-detail p {
  font-family: open sans, sans-serif
}

.features-box {
  margin-top: 40px
}

.features-box .feature-icon {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 42px;
  line-height: 80px
}

.features-img-one img {
  position: absolute
}

.facts {
  padding-top: 30px;
  padding-bottom: 30px
}

.features-alt p {
  line-height: 28px
}

.blog-boxed {
  margin-bottom: 30px
}

.blog-boxed .post-media img {
  transition: all .3s ease 0s
}

.blog-boxed .post-media:hover img {
  opacity: .8
}

.blog-boxed .post-info .post-dates {
  padding: 20px 0 10px;
  color: #7a7d84
}

.blog-boxed .post-info .post-tile {
  margin-top: 0
}

.blog-bordered {
  border-radius: 5px;
  border: 2px solid #e8e8e8;
  padding: 15px
}

.categories-list li {
  line-height: 22px;
  padding: 8px 0
}

.widget-posts li {
  margin-bottom: 20px
}

.widget-posts .widget-posts-img {
  float: left;
  width: 70px;
  margin: 0 15px 0 0
}

.tags a {
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 4px 10px;
  border: 1px solid #e8e8e8;
  font-size: 12px;
  text-decoration: none;
  font-family: montserrat, sans-serif;
  border-radius: 2px
}

.tags a:hover {
  color: #fcce0e;
  border: 1px solid #fcce0e
}

.product-list-item {
  margin-bottom: 30px
}

.product-list-item .product-img img {
  transition: all .3s ease 0s
}

.product-list-item .product-img:hover img {
  opacity: .8
}

.product-list-item .product-info {
  padding: 10px 0
}

.rating ul {
  margin-left: 0
}

.rating ul li {
  padding: 0
}

.rating ul li a {
  color: #f1b53d;
  font-size: 18px;
  margin-bottom: 0
}

.slides {
  margin: 0;
  padding: 0;
  list-style: none
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  border: none;
  outline: none
}

.flex-control-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none
}

.flex-direction-nav {
  display: none
}

.flexslider {
  position: relative;
  margin: 0;
  padding: 0
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease
}

.flex-control-nav {
  position: absolute;
  z-index: 10;
  right: 15px;
  bottom: 15px;
  margin: 0;
  text-align: center
}

.flex-control-nav li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin: 0 3px
}

.flex-control-nav li a {
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-indent: -9999px;
  border: 1px solid #fff;
  border-radius: 50%
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
  background-color: #fff
}

.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none
}

.flex-direction-nav {
  *height: 0
}

.flex-direction-nav a {
  position: absolute;
  z-index: 200;
  top: 50%;
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: -40px 0 0;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
  color: rgba(0, 0, 0, .8);
  background-color: rgba(0, 0, 0, .9);
  line-height: 40px
}

.flex-direction-nav a:hover {
  background-color: #000
}

.flex-direction-nav a:before {
  display: block;
  width: 40px;
  content: "\F04D";
  text-align: center;
  color: #fff;
  font-family: material design icons;
  font-size: 16px
}

.flex-direction-nav a.flex-next:before {
  content: "\F054"
}

.flex-direction-nav .flex-prev {
  left: 0
}

.flex-direction-nav .flex-next {
  right: 0;
  text-align: right
}

.product-slider-thumb .flex-control-thumbs {
  position: relative;
  z-index: 10;
  top: 10px;
  right: auto;
  left: auto;
  margin: 0 auto;
  text-align: left
}

.product-slider-thumb .flex-control-thumbs li {
  display: inline-block;
  float: none;
  width: 80px;
  height: auto;
  margin: 0 3px 0 0;
  cursor: pointer
}

.post-slider .flex-direction-nav,
.product-slider-thumb .flex-direction-nav {
  display: block
}

.product-slider-thumb .flex-direction-nav .flex-prev,
.product-slider-thumb .flex-direction-nav .flex-next {
  opacity: 0
}

.product-slider-thumb:hover .flex-direction-nav .flex-prev,
.product-slider-thumb:hover .flex-direction-nav .flex-next {
  opacity: 1
}

.post-list-aside .post-img img {
  border: 2px solid transparent
}

.post-list-aside .post-img img {
  width: 100%;
  height: auto
}

.post-list-aside .post-img img.flex-active {
  border: 2px solid rgba(0, 0, 0, .8)
}

.post-slider .flex-control-thumbs {
  display: none
}

table.shopping-cart-table tr td,
table.shopping-cart-table tr th {
  vertical-align: middle
}

@media screen and (max-width:860px) {
  .flex-direction-nav .flex-prev,
  .product-slider-thumb .flex-direction-nav .flex-prev {
    left: 0;
    opacity: 1
  }

  .flex-direction-nav .flex-next,
  .product-slider-thumb .flex-direction-nav .flex-next {
    right: 0;
    opacity: 1
  }

}

.lj-countdown {
  color: #fff;
  margin-top: 40px;
  text-align: center
}

.lj-countdown>* {
  text-align: center
}

.lj-countdown div {
  display: inline-block
}

.lj-countdown div span {
  width: 150px;
  display: block
}

.lj-countdown div span:first-child {
  height: 48px;
  font-weight: 700;
  font-size: 3em;
  line-height: 48px
}

.lj-countdown div span:last-child {
  height: 25px;
  font-size: .9em;
  line-height: 25px;
  color: #fff
}

.btn {
  border-radius: 2px;
  padding: 9px 25px;
  font-weight: 600;
  text-transform: uppercase;
  outline: none !important
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 14px 20px !important;
  font-size: 15px
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 5px 10px !important
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px !important
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset
}

.btn-custom,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-dark,
.btn-purple,
.btn-pink {
  color: #fff !important
}

.btn-custom {
  background-color: #fcce0e;
  transition: .5s
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
  background-color: #093956 !important
}

.btn-default {
  background-color: #f5f5f5;
  border: 2px solid #e8e8e8
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  background-color: #ededed;
  border: 2px solid #e1e1e1
}

.btn-white {
  background-color: #fff;
  border: 2px solid #fff
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open>.dropdown-toggle.btn-white {
  background-color: #f2f2f2;
  border: 2px solid #f2f2f2
}

.btn-primary {
  background-color: #425cbb;
  border: 2px solid #425cbb
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  background-color: #3e56b0;
  border: 2px solid #3e56b0
}

.btn-success {
  background-color: #10c469;
  border: 2px solid #10c469
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  background-color: #0fb661;
  border: 2px solid #0fb661
}

.btn-info {
  background-color: #3db9dc;
  border: 2px solid #3db9dc
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
  background-color: #30b4da;
  border: 2px solid #30b4da
}

.btn-warning {
  background-color: #f1b53d;
  border: 2px solid #f1b53d
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning,
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
  background-color: #f0b02f;
  border: 2px solid #f0b02f
}

.btn-danger {
  background-color: #ff5d48;
  border: 2px solid #ff5d48
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
  background-color: #ff4f39;
  border: 2px solid #ff4f39
}

.btn-dark {
  background-color: #28282e;
  border: 2px solid #28282e
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.open>.dropdown-toggle.btn-dark {
  background-color: #101013;
  border: 2px solid #101013
}

.btn-purple {
  background-color: #9261c6;
  border: 2px solid #9261c6
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
  background-color: #8a56c2;
  border: 2px solid #8a56c2
}

.btn-pink {
  background-color: #ff7aa3;
  border: 2px solid #ff7aa3
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active {
  background-color: #ff6b98;
  border: 2px solid #ff6b98
}

.btn-rounded {
  border-radius: 2em
}

.btn-bordered {
  border: 0 !important
}

.btn-bordered.btn-custom {
  border-bottom: 2px solid #14937a !important
}

.btn-bordered.btn-default {
  border-bottom: 2px solid #e1e1e1 !important
}

.btn-bordered.btn-primary {
  border-bottom: 2px solid #374d9d !important
}

.btn-bordered.btn-success {
  border-bottom: 2px solid #0d9e55 !important
}

.btn-bordered.btn-info {
  border-bottom: 2px solid #2299ba !important
}

.btn-bordered.btn-warning {
  border-bottom: 2px solid #d79510 !important
}

.btn-bordered.btn-danger {
  border-bottom: 2px solid #ff270b !important
}

.btn-bordered.btn-dark {
  border-bottom: 2px solid #404049 !important
}

.btn-bordered.btn-pink {
  border-bottom: 2px solid #ff4780 !important
}

.btn-bordered.btn-purple {
  border-bottom: 2px solid #7841b3 !important
}

.btn.active,
.btn:active {
  box-shadow: none
}

.tab-content {
  padding: 20px 0 0
}

.nav-tabs>li>a {
  color: #28282e;
  text-transform: uppercase;
  font-weight: 600
}

.nav-tabs>li>a:hover {
  background-color: rgba(122, 125, 132, .1)
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #fcce0e
}

.tabs-bordered {
  border-bottom: 2px solid rgba(122, 125, 132, .2) !important
}

.tabs-bordered li a,
.tabs-bordered li a:hover,
.tabs-bordered li a:focus {
  border: 0 !important;
  background-color: #fff !important;
  padding: 10px 20px !important
}

.tabs-bordered li.active a,
.tabs-bordered li.active a:hover,
.tabs-bordered li.active a:focus {
  border-bottom: 2px solid #fcce0e !important;
  margin-bottom: -1px;
  color: #fcce0e
}

.nav-pills>li>a {
  color: #28282e;
  font-weight: 600
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  background-color: #fcce0e
}

.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before {
  content: '\f067'
}

.panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
  content: '\f067'
}

.panel-group .panel .panel-heading a[data-toggle=collapse] {
  display: block
}

.panel-group .panel .panel-heading a[data-toggle=collapse]:before {
  content: '\f068';
  display: block;
  float: right;
  font-family: fontawesome;
  font-size: 14px;
  text-align: right;
  width: 25px
}

.panel-group .panel .panel-heading .accordion-toggle {
  display: block
}

.panel-group .panel .panel-heading .accordion-toggle:before {
  content: '\f068';
  display: block;
  float: right;
  font-family: fontawesome;
  font-size: 14px;
  text-align: right;
  width: 25px
}

.panel-group .panel .panel-heading+.panel-collapse .panel-body {
  border-top: none
}

.panel-group .panel-heading {
  padding: 14px 18px;
  background-color: transparent
}

.panel-group .panel-heading .panel-title {
  font-size: 14px;
  font-weight: 700
}

.panel-group.panel-group-joined .panel+.panel {
  border-top: 1px solid #eee;
  margin-top: 0
}

.panel-group-joined .panel-group .panel+.panel {
  border-top: 1px solid #eee;
  margin-top: 0
}

.alert {
  position: relative
}

.alert .alert-link {
  font-weight: 600;
  font-family: montserrat, sans-serif
}

.alert-icon {
  padding-left: 50px
}

.alert-icon i {
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  text-align: center;
  top: 0;
  line-height: 50px;
  font-size: 22px
}

.alert-success {
  color: #10c469;
  background-color: #e5fdf1;
  border-color: #91f6c3
}

.alert-success .alert-link {
  color: #0eac5c
}

.alert-success hr {
  border-top-color: #0c9550
}

.alert-info {
  color: #3db9dc;
  background-color: #d4f0f7;
  border-color: #93d8ec
}

.alert-info .alert-link {
  color: #23a0c3
}

.alert-info hr {
  border-top-color: #23a0c3
}

.alert-warning {
  color: #f1b53d;
  background-color: #fdf5e3;
  border-color: #f6d084
}

.alert-warning .alert-link {
  color: #eaa211
}

.alert-warning hr {
  border-top-color: #eaa211
}

.alert-danger {
  color: #ff5d48;
  background-color: #ffe4e1;
  border-color: #ffa195
}

.alert-danger .alert-link {
  color: #ff462f
}

.alert-danger hr {
  border-top-color: #ff3015
}

th {
  font-weight: 600
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 12px 10px
}

.modal .modal-dialog {
  z-index: 9999
}

.modal .modal-dialog .modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #ddd;
  border-radius: 2px;
  box-shadow: none;
  padding: 25px
}

.modal .modal-dialog .modal-content .modal-header {
  border-bottom-width: 2px;
  margin: 0;
  padding: 0;
  padding-bottom: 15px
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 0
}

.modal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  padding-top: 15px
}

.modal-full {
  width: 98%
}

.modal-content .nav.nav-tabs+.tab-content {
  margin-bottom: 0
}

.modal-content .panel-group {
  margin-bottom: 0
}

.modal-content .panel {
  border-top: none
}

.modal-demo {
  background-color: #fff;
  width: 600px;
  border-radius: 4px;
  display: none
}

.modal-demo .close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #f5f5f5
}

.custom-modal-title {
  padding: 15px 25px;
  line-height: 22px;
  font-size: 18px;
  background-color: #28282e;
  color: #fff;
  text-align: left;
  margin: 0
}

.custom-modal-text {
  padding: 20px
}

.custombox-modal-flash .close,
.custombox-modal-rotatedown .close {
  top: 20px;
  z-index: 9999
}

.panel {
  border: 2px solid #f5f5f5;
  box-shadow: none;
  margin-bottom: 20px
}

.panel .panel-body {
  padding: 20px
}

.panel-heading {
  border: none !important;
  padding: 15px 20px;
  margin: -2px;
  border-radius: 4px 4px 0 0
}

.panel-default>.panel-heading {
  background-color: #f5f5f5;
  border-bottom: none;
  color: #28282e
}

.panel-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-family: montserrat, sans-serif
}

.panel-footer {
  background: #f5f5f5;
  border-top: 0
}

.panel-default .panel-sub-title {
  color: inherit !important
}

.panel-color .panel-title {
  color: #fff
}

.panel-primary>.panel-heading {
  background-color: #425cbb
}

.panel-success>.panel-heading {
  background-color: #10c469
}

.panel-info>.panel-heading {
  background-color: #3db9dc
}

.panel-warning>.panel-heading {
  background-color: #f1b53d
}

.panel-danger>.panel-heading {
  background-color: #ff5d48
}

.panel-purple>.panel-heading {
  background-color: #9261c6
}

.panel-pink>.panel-heading {
  background-color: #ff7aa3
}

.panel-dark>.panel-heading {
  background-color: #28282e
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}

.pagination>li>a,
.pagination>li>span {
  color: #28282e
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  background-color: #e2e2e2
}

.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left
}

.pagination-split li:first-child {
  margin-left: 0
}

.pagination-split li a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #fcce0e;
  border-color: #fcce0e
}

.pager li>a,
.pager li>span {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #28282e
}

.progress {
  -webkit-box-shadow: none !important;
  background-color: #f5f5f5;
  box-shadow: none !important;
  height: 10px;
  margin-bottom: 18px;
  overflow: hidden
}

.progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px
}

.progress.progress-sm {
  height: 5px !important
}

.progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px
}

.progress.progress-md {
  height: 15px !important
}

.progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px
}

.progress.progress-lg {
  height: 20px !important
}

.progress.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px
}

.progress-bar-primary {
  background-color: #425cbb
}

.progress-bar-success {
  background-color: #10c469
}

.progress-bar-info {
  background-color: #3db9dc
}

.progress-bar-warning {
  background-color: #f1b53d
}

.progress-bar-danger {
  background-color: #ff5d48
}

.progress-bar-dark {
  background-color: #28282e
}

.progress-bar-purple {
  background-color: #9261c6
}

.progress-bar-pink {
  background-color: #ff7aa3
}

.progress-bar-custom {
  background-color: #fcce0e
}

.form-control {
  border: 1px solid #ccc;
  box-shadow: none !important;
  border-radius: 2px;
  height: 40px
}

.form-control:focus {
  border-color: #28282e
}

.subscribe-alert {
  line-height: 42px;
  margin-bottom: 0
}

.subscribe-alert.error {
  color: #ff5d48
}

.subscribe-alert.valid {
  color: #10c469
}

.footer-one {
  color: rgba(255, 255, 255, .7);
  padding-top: 40px
}

.footer-one h5 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px
}

.footer-one .about-text {
  padding-right: 10%;
  line-height: 26px;
  margin-top: 20px
}

.footer-one a {
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px
}

.footer-one a:hover {
  color: #fff
}

.footer-one ul li {
  margin: 5px 0;
  line-height: 23px
}

.footer-one-alt {
  margin-top: 10px;
  padding: 20px 0;
  background-color: #1c1c20
}

.footer-one-alt .copyright {
  line-height: 34px
}

.footer-social-one {
  font-size: 16px
}

.footer-social-one li {
  padding: 0;
  margin: 0 2px !important
}

.footer-social-one a {
  border-radius: 50%;
  text-align: center;
  background-color: #28282e;
  width: 34px;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 15px
}

ul.footer-social-one li i.mdi.mdi-twitter:hover {
  content: "\f099";
  color: #1da1f2
}

ul.footer-social-one li i.mdi.mdi-facebook:hover {
  content: "\f099";
  color: #4867aa
}

ul.footer-social-one li i.mdi.mdi-pinterest:hover {
  content: "\F407";
  color: #bd081c
}

ul.footer-social-one li i.mdi.mdi-linkedin:hover {
  content: "\f099";
  color: #0177b5
}

h3.font-bold.title {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fcce0e;
  letter-spacing: 1px;
  margin-bottom: 50px
}

.career h3.font-bold.title,
.partnership h3.font-bold.title {
  margin-bottom: 20px
}

.carer-apply a.btn,
.part-view a.btn {
  display: table;
  margin: 30px auto 10px
}

h3.font-bold.title span.title_span {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 400;
  color: #093956;
  padding-bottom: 15px;
  background: url(../images/title-bottom-line.png) left 5px bottom no-repeat
}

h3.font-bold.title span.title_span.white {
  color: #fff !important;
  background: url(../images/title-bottom-line-white.png) left 5px bottom no-repeat
}

.career-part h3.font-bold.title {
  text-align: left;
  font-size: 26px;
  line-height: 38px;
  color: #3c3950 !important
}

p.disc {
  color: #3c3950 !important;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 30px;
  text-align: center
}

.row.why-itech {
  margin-top: 40px
}

section.section.career-part,
.blog-home,
section#pinBoot {
  background-color: #f0f3f2
}

p.carer-part-content,
p.contact-p {
  color: #7a7d84 !important;
  font-size: 15px;
  line-height: 24px
}

p.contact-p {
  color: #fff !important
}

p.contact-p {
  text-align: center
}

h4.country {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  display: table;
  margin: 0 auto 20px;
  padding-left: 35px
}

.usa-title h4.country {
  background: url(../images/usa-icon.png) left center no-repeat
}

.uk-title h4.country {
  background: url(../images/uk-icon.png) left center no-repeat
}

.uae-title h4.country {
  background: url(../images/uae-icon.png) left center no-repeat
}

span.contact-span {
  font-size: 20px;
  line-height: 24px
}

.contact-us .address {
  border-right: 1px solid #ccc;
  min-height: 270px;
  margin-top: 30px
}

.contact-us .address:last-child {
  border-right: none
}

.map {
  margin-top: 30px
}

.graywrap {
  padding-bottom: 25px
}

#owl-demo1 .item {
  margin: 10px 0
}

#owl-demo1 .item img {
  display: block;
  max-width: 40%;
  height: auto;
  margin: 0 auto
}

.clients .owl-wrapper,
.graywrap .owl-wrapper {
  display: inline-flex !important;
  align-items: center
}

.graywrap h3.font-bold.title {
  margin-top: 30px
}

section.section.contact-us.home,
section.section.value {
  background: #fafafa
}

section.section.contact-us.home {
  background: url("../images/contact-bg.jpg") center top/cover no-repeat;
  padding: 100px 0;
  display: none !important
}

.text-muted p {
  color: #7a7d84 !important
}

section.section.contact-us.home h3.font-bold.title {
  margin-bottom: 50px
}

section.section.contact-us.home h3.font-bold.title span.title_span {
  color: #fff
}

.blog-style-masonry .post-meta-right {
  font-size: 16px;
  font-weight: 400
}

.post-meta-right {
  float: right;
  font-size: 16px;
  white-space: nowrap
}

.post-home img {
  max-width: 100%
}

.entry-title.title-h4 {
  font-size: 26px;
  line-height: 36px;
  margin: 15px 0
}

a.blog-btn {
  border: 2px solid #e95f03;
  padding: 6px 20px;
  display: inline-block;
  margin-top: 10px
}

#pinBoot .description {
  background: #fff;
  padding: 20px 20px 30px
}

.post-home-wrap {
  margin-top: 50px
}

#pinBoot {
  position: relative;
  max-width: 100%;
  width: 100%
}

#pinBoot img {
  width: 100%;
  max-width: 100%;
  height: auto
}

.white-panel {
  position: absolute;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3)
}

.white-panel h1 {
  font-size: 1em
}

.white-panel h1 a {
  color: #a92733
}

.white-panel:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
  margin-top: -5px;
  -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
}

.blog-home {
  padding: 40px 0 50px
}

.blog-home .text-muted {
  text-align: center
}

span.comments-link {
  background: url(../images/comment.png) left center no-repeat;
  padding-left: 22px
}

span.post-meta-likes {
  background: url(../images/like.png) left 5px center no-repeat;
  padding-left: 25px
}

.gem-icon.gem-icon-pack-material {
  font-family: materialdesignicons
}

.gem-icon-size-large.gem-simple-icon {
  width: 96px;
  height: 96px;
  line-height: 96px
}

.gem-icon .gem-icon-half-2 .back-angle {
  left: -100%
}

.gem-icon .back-angle {
  display: block;
  position: relative;
  width: 270%;
  height: 100%
}

.gem-icon-size-large {
  font-size: 66px;
  border-width: 7px;
  height: 160px
}

section.section.product img {
  display: inline-block;
  position: relative;
  max-width: 100%;
  padding: 0;
  vertical-align: top;
  overflow: hidden
}

section.section.product.inner-partner-logo img {
  max-width: 75%
}

section.section.product {
  background: url("../images/product-bg.jpg") center/cover no-repeat;
  padding-bottom: 100px
}

section.section.product .products-box {
  padding: 0
}

.text-center.product-content {
  margin-bottom: 50px
}

section.section.product p.text-muted.font-15.dics {
  color: #fff !important
}

.overlay .mask {
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.hm-black-strong .full-bg-img,
.hm-black-strong .mask {
  background-color: rgba(0, 0, 0, .65)
}

.overlay img,
.overlay video {
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}

.view {
  overflow: hidden;
  position: relative;
  cursor: default
}

.overlay:hover .mask {
  opacity: 1;
  cursor: pointer
}

.view .content,
.view .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto
}

.member-detail h2 {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 45%;
  display: block;
  left: 0;
  right: 0
}

.member-detail {
  bottom: 10%;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 20px
}

.portfolio-load-more .inner {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0;
  position: relative
}

.gem-button-position-center {
  text-align: center;
  display: block
}

.gem-button-separator-holder {
  width: 50%
}

.gem-button-separator-holder,
.gem-button-separator-button {
  display: table-cell;
  vertical-align: middle
}

.gem-button-separator-type-load-more .gem-button-separator-button {
  padding: 0 10px
}

.gem-button-separator-type-load-more .gem-button-separator-line {
  border-top: 1px solid;
  border-bottom: 1px solid;
  height: 4px
}

.gem-button-separator-line {
  border-color: #fcce0e !important
}

.gem-button-separator-line {
  width: 100%
}

.gem-button.gem-button-style-outline {
  border: 1px solid #fcce0e;
  color: #fcce0e
}

.gem-button {
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  border: 0;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  padding: 10px 17px;
  font-size: 14px;
  margin: 0;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 3px
}

.gem-button:hover {
  background: #fcce0e;
  color: #fff
}

.gem-button-separator.gem-button-separator-type-load-more {
  display: block;
  margin-top: 60px
}

.member-detail h3.product-title {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0 0 12px
}

.member-detail p.product-disc {
  color: #fff !important
}

section.section.product.inner-products {
  background: #fafafa
}

section.section.product.inner-products h3.font-bold.title,
section.section.product.inner-inspec h3.font-bold.title {
  color: #093956 !important
}

section.section.product.inner-products p.text-muted.font-15.dics,
section.section.product.inner-inspec p.text-muted.font-15.dics {
  color: #7a7d84 !important
}

p.text-muted.font-15.dics.col-md-12 {
  margin-bottom: 50px
}

ul.inspec-ul {
  padding: 0;
  list-style: none
}

ul.inspec-ul li {
  text-align: left;
  color: #7a7d84 !important;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-left: 20px;
  background: url(../images/li-arrow.png) left top 9px no-repeat;
  background-size: 6px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px
}

ul.inspec-ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0
}

section.section.product.inner-inspec {
  background: #fff
}

ul.inspec-ul {
  background: #fafafa;
  padding: 20px;
  box-shadow: 0 0 1px 2px #efefef;
  border-radius: 1px
}

.row.inspec-row-2 {
  margin-top: 20px
}

section.section.product.inner-partner-logo {
  background: #fff;
  padding-bottom: 50px
}

.row.logo-partner {
  display: inline-flex;
  align-items: center;
  margin: 10px 0 20px
}

.accordion-toggle {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  margin: 0;
  padding: 20px 0;
  position: relative;
  font-size: 16px
}

.accordion-toggle.active:after {
  content: "";
  position: absolute;
  right: 0;
  top: 27px;
  width: 0;
  height: 0;
  border-bottom: 5px solid #fcce0e;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent
}

.accordion-toggle:before {
  content: "";
  position: absolute;
  right: 0;
  top: 27px;
  width: 0;
  height: 0;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent
}

.accordion-toggle.active:before {
  display: none
}

.accordion-content {
  display: none;
  padding: 20px 0;
  font-size: 14px;
  line-height: 24px;
  color: #7a7d84 !important
}

.accordion-toggle.active,
.accordion-toggle:hover {
  color: #fcce0e
}

.accordion.col-md-12 {
  margin-top: 40px
}

.blog-boxed b {
  color: #000;
  display: block;
  margin-bottom: 10px
}

ul.inner-ul {
  list-style: none;
  padding: 0
}

ul.inner-ul li {
  text-align: left;
  color: #7a7d84 !important;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-left: 20px;
  background: url(../images/li-arrow.png) left top 9px no-repeat;
  background-size: 6px
}

section.section.blog-wrap {
  background: #f0f3f2;
  padding-top: 20px
}

article.post-body {
  background: #fff;
  padding: 0 20px 12px
}

p {
  color: #7a7d84 !important
}

.col_half {
  width: 49%
}

.col_third {
  width: 32%
}

.col_fourth {
  width: 23.5%
}

.col_fifth {
  width: 18.4%
}

.col_sixth {
  width: 15%
}

.col_three_fourth {
  width: 74.5%
}

.col_twothird {
  width: 66%
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
  position: relative;
  display: inline;
  display: inline-block;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px
}

.end {
  margin-right: 0 !important
}

.panel-flip {
  margin: 0 auto;
  height: 300px;
  position: relative;
  -webkit-perspective: 600px;
  -moz-perspective: 600px
}

.panel-flip .front,
.panel-flip .back {
  text-align: center
}

.panel-flip .front {
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 900;
  text-align: center;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -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;
  width: 100%
}

.panel-flip .back {
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 1000;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -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;
  width: 100%
}

.panel-flip.flip .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg)
}

.panel-flip.flip .back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg)
}

.box1 {
  background-color: transparent;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  height: inherit
}

.box2 {
  background-color: #f4f4f4;
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  height: inherit
}

h3.flip-title,
h3.flip-back-title {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  margin: 30px 0
}

h3.flip-back-title {
  color: #fcce0e
}

p.flip-content {
  color: #7a7d84 !important;
  font-size: 14px;
  line-height: 24px
}

h3.flip-content {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  margin: 30px 0
}

.flip-main-wrapper {
  float: left;
  width: 100%;
  margin-top: 70px
}

section.bg-img-3.section.parallax {
  padding: 4px 0
}

.graywrap .owl-carousel .owl-wrapper-outer {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc
}

section.section.mission {
  background: url("../images/mission-bg.png") center center/cover no-repeat
}

section.section.mission h3.font-bold.title {
  text-align: left;
  margin-top: 0
}

section.section.mission .text-muted {
  text-align: left
}

.text-center.mission-one-content {
  padding: 10px 0 3px
}

section.section.mission .text-muted {
  text-align: left
}

.blog-wrap .text-right {
  margin: 12px 0 5px
}

section.section.contact-us.home .row {
  margin-top: 60px
}

h3.font-bold.title.tag-line {
  color: #3c3950;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 30px
}

.bs-slider {
  overflow: hidden;
  height: 100vh;
  position: relative;
  background: #000
}

.bs-slider:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab
}

.bs-slider:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing
}

.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4)
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
  margin: auto;
  width: 100% !important;
  height: 100vh
}

.fade {
  opacity: 1
}

.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s
}

.fade .item:first-child {
  top: auto;
  position: relative
}

.fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s
}

.control-round .carousel-control {
  top: 47%;
  opacity: 0;
  width: 45px;
  height: 45px;
  z-index: 100;
  color: #fff;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 43px;
  text-shadow: none;
  position: absolute;
  font-weight: 400;
  background: 0 0;
  -webkit-border-radius: 100px;
  border-radius: 100px
}

.control-round:hover .carousel-control {
  opacity: 1
}

.control-round .carousel-control.left {
  left: 1%
}

.control-round .carousel-control.right {
  right: 1%
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  color: #fdfdfd;
  background: rgba(0, 0, 0, .5);
  border: 0 transparent
}

.control-round .carousel-control.left>span:nth-child(1) {
  left: 45%
}

.control-round .carousel-control.right>span:nth-child(1) {
  right: 45%
}

.indicators-line>.carousel-indicators {
  right: 45%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap
}

.indicators-line>.carousel-indicators li {
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #9e9e9e;
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: #9e9e9e;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all .5s cubic-bezier(.22, .81, .01, .99);
  transition: all .5s cubic-bezier(.22, .81, .01, .99);
  z-index: 10;
  cursor: pointer
}

.indicators-line>.carousel-indicators li:last-child {
  margin-right: 0
}

.indicators-line>.carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 2px #fff;
  background-color: transparent;
  position: relative;
  -webkit-transition: box-shadow .3s ease;
  -moz-transition: box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease
}

.indicators-line>.carousel-indicators .active:before {
  transform: scale(.5);
  background-color: #fff;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease
}

.slide_style_left {
  text-align: left !important
}

.slide_style_right {
  text-align: right !important
}

.slide_style_center {
  text-align: center !important
}

.slide-text {
  left: 0;
  top: 45%;
  right: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 10px 85px
}

.slide-text>h1 {
  padding: 0;
  color: #fff;
  font-size: 44px;
  font-style: normal;
  line-height: 50px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}

.slide-text>p {
  padding: 0;
  color: #fff !important;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  letter-spacing: 1px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s
}

.slide-text>a.btn-default {
  color: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-right: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
  transition: background .3s ease-in-out, color .3s ease-in-out
}

.slide-text>a.btn-primary {
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  background: #00bfff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
  transition: background .3s ease-in-out, color .3s ease-in-out
}

.slide-text>a:hover,
.slide-text>a:active {
  color: #fff;
  background: #222;
  -webkit-transition: background .5s ease-in-out, color .5s ease-in-out;
  transition: background .5s ease-in-out, color .5s ease-in-out
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px dashed;
  border-top: 5px solid\9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  margin-top: -2px
}

.banner-search {
  position: absolute;
  top: 55%;
  z-index: 999;
  width: 45%;
  margin: 0 auto;
  left: 0;
  right: 0
}

input.search-banner {
  background-color: rgba(255, 255, 255, .75);
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 4px 0 0 4px;
  height: 72px;
  outline: none;
  border: none;
  width: 90%;
  float: left
}

button.searchbtn {
  border: none;
  height: 72px;
  width: 10%;
  background-color: #fcce0e;
  background-image: -webkit-linear-gradient(top, #ef7f07 0, #fcce0e 100%);
  background-image: -o-linear-gradient(top, #ef7f07 0, #fcce0e 100%);
  background-image: linear-gradient(to bottom, rgb(221, 40, 83) 0, rgb(140, 25, 52) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE85B54', endColorstr='#FFB22520', GradientType=0);
  border-color: #fcce0e;
  outline: none;
  border-radius: 0 4px 4px 0
}

button.searchbtn:hover {
  color: #fff;
  background-color: #fcce0e;
  background-image: -webkit-linear-gradient(top, #e85702 0, #ed7305 100%);
  background-image: -o-linear-gradient(top, #e85702 0, #ed7305 100%);
  background-image: linear-gradient(to bottom, #a51e3e 0, #fcce0e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE35342', endColorstr='#FFE35342', GradientType=0)
}

.glyphicon-search:before {
  content: "\e003";
  color: #fff;
  font-size: 24px
}

.logo-main {
  width: 200px
}

@media(max-width:991px) {
  .slide-text h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px
  }

  .slide-text>p {
    font-size: 18px
  }

}

@media(max-width:768px) {
  .slide-text {
    padding: 10px 50px
  }

  .slide-text h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px
  }

  .slide-text>p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px
  }

  .control-round .carousel-control {
    display: none
  }

}

@media(max-width:480px) {
  .slide-text {
    padding: 10px 30px
  }

  .slide-text h1 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px
  }

  .slide-text>p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px
  }

  .slide-text>a.btn-default,
  .slide-text>a.btn-primary {
    font-size: 10px;
    line-height: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 15px
  }

  .indicators-line>.carousel-indicators {
    display: none
  }

}

.popup {
  position: absolute;
  display: none;
  top: 650px;
  overflow: auto;
  background: #fff;
  left: 0;
  right: 0;
  padding: 10px;
  margin: 0 auto;
  width: 600px;
  z-index: 9999
}

.popup.sla-form {
  top: 25%;
  display: block;
  background: #fff url(../images/sla-form-top.jpg) top center no-repeat;
  background-size: contain;
  padding-top: 20px;
  border-radius: 1px
}

.popup.sla-form h2 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 10px
}

.popup.sla-form p {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  display: block;
  padding: 0 30px;
  margin-bottom: 30px
}

.popup.download {
  position: fixed;
  top: 20%
}

.thanks-mesg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(255, 255, 255, .3)
}

.popup input,
.popup textarea {
  padding: .5% 1%;
  box-sizing: border-box;
  height: 40px;
  color: #000;
  margin: 0 auto 10px;
  display: block;
  border: #f1f1f1 solid 1px;
  width: 90%;
  background-color: #fff
}

.popup textarea {
  height: 120px;
  resize: none;
  padding: 5px 1%
}

.popup button {
  padding: 1.5%;
  box-sizing: border-box;
  height: 40px;
  color: #fff;
  cursor: pointer;
  margin: 10px auto;
  display: block;
  border: #f1f1f1 solid 1px;
  width: 25%;
  background-color: #fcce0e;
  border-radius: 4px
}

.popup p {
  padding: 1% 0 1% 6%;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  display: block
}

.popup h2 {
  padding: 1% 0;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px
}

.aboutuspage #top-overlap {
  margin-top: 70px
}

.aboutuspage section {
  margin-bottom: 150px
}

.mask-c {
  display: none;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  opacity: .8;
  z-index: 7777;
  width: 100%;
  height: 100%
}

.contact-inner-content {
  padding: 65px 0;
  background: #f9f9f9
}

.contact-inner-content input.get-btn {
  background: #fcce0e;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  border-radius: 4px;
  padding: 11px 45px;
  transition: .5s;
  display: table;
  margin: 0 auto;
  border: none;
  text-transform: uppercase
}

.contact-inner-content input.get-btn:hover {
  background: #093956;
  transition: .5s
}

.contact-inner-content h2.main-title {
  margin-bottom: 50px
}

.contact-inner-content .field input,
.contact-inner-content .field textarea {
  background: rgba(183, 187, 188, .15);
  width: 100%;
  height: 42px;
  margin: 0 0 25px;
  outline: none;
  padding: 0 20px;
  color: #30302f;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #b7bbbc
}

.contact-inner-content .field input::-webkit-input-placeholder,
.contact-inner-content .field textarea::-webkit-input-placeholder {
  color: #30302f !important
}

.contact-inner-content input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(183, 187, 188, .15);
  !important;
  background-image: none !important;
  color: #30302f !important
}

.contact-inner-content input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px rgba(183, 187, 188, .15) inset;
  -webkit-text-fill-color: #fff
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px rgba(183, 187, 188, .15) inset;
  -webkit-text-fill-color: #fff
}

.contact-inner-content .clearfix.fieldwrap.text-center.get-quote-btn {
  margin-top: 10px
}

.contact-inner-content .field textarea {
  height: 155px;
  padding: 20px
}

.contact-us .col-right-form {
  float: right;
  width: 50%;
  margin-right: 0;
  padding: 0 15px
}

.contact-us .col-left-form {
  float: left;
  width: 50%;
  padding: 0 15px
}

.contact-social {
  padding: 80px 0
}

a.social-name-contact {
  color: #03aceb;
  text-decoration: underline;
  font-size: 16px;
  line-height: 55px
}

.social-contact {
  float: left;
  width: 100%;
  margin-top: 50px
}

.row.contact-first {
  margin-bottom: 50px
}

.map-contact {
  margin-bottom: 30px
}

section.section.contact-us.contact .address {
  border-right: none;
  min-height: 551px
}

section.section.contact-us.contact {
  background: url(../images/contact-bg.jpg) center top/cover no-repeat;
  padding: 60px 0
}

.slide-image.img1 {
  background: url("../images/slider-1.jpg") top center/cover no-repeat;
  height: 100vh
}

.slide-image.img2 {
  background: url("../images/slider-2.jpg") top center/cover no-repeat;
  height: 100vh
}

.slide-image.img3 {
  background: url("../images/slider-3.jpg") top center/cover no-repeat;
  height: 100vh
}

.sla-main h3.font-bold.title,
.sla-main h3.font-bold.title span.title_span {
  text-align: left;
  font-size: 30px;
  line-height: 50px
}

.title-sla {
  float: left;
  width: 100%;
  background: #fcce0e
}

h3.sla-title {
  margin: 0;
  padding: 20px;
  color: #fff
}

ul.common-ul li {
  text-align: left;
  color: #7a7d84 !important;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-left: 20px;
  background: url(../images/li-arrow.png) left top 9px no-repeat;
  background-size: 6px
}

ul.common-ul {
  list-style: none;
  padding: 20px 0 10px 24px;
  margin: 0;
  width: 100%;
  float: none
}

h4.common-sla.col-md-4 {
  display: table-cell;
  vertical-align: middle;
  float: none;
  color: #003558;
  font-size: 18px;
  line-height: 26px
}

.common {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e6e6e6
}

.common:last-child {
  border-bottom: none
}

.table-main {
  clear: both;
  border: 1px solid #e6e6e6;
  border-top: 0
}

.testimonial-main {
  width: 970px;
  margin: 0 auto;
  overflow: hidden
}

.testimonial {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  padding: 10px 0 40px
}

.testimonial-main {
  width: 970px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 15px 30px
}

.testimonial:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0
}

.test-img img {
  max-width: 100%
}

h2.coming {
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 90px;
  padding: 80px 0
}

.gem-counter-icon {
  margin: 15px 0 20px
}

.testimonia-main {
  padding: 25px 0 50px;
  background: #f0f3f2
}

.testimonial-content img {
  padding: 12px;
  max-width: 100%;
  display: table;
  margin: 0 auto 30px
}

p.test-project {
  color: #515151;
  font-size: 18px;
  line-height: 28px;
  margin: 20px 0 0
}

p.test-project-detail {
  color: #515151;
  font-size: 14px;
  line-height: 20px
}

.test-right p.text-muted.font-15 {
  text-align: center;
  padding: 0 70px
}

.test-details {
  float: left;
  margin: 40px 0 0;
  width: 100%
}

p.test-name {
  text-align: right;
  color: #535558;
  font-size: 26px;
  line-height: 34px;
  margin-right: 25px
}

p.test-disc {
  text-align: right;
  color: #535558;
  font-size: 18px;
  line-height: 26px;
  margin-right: 25px
}

.owl-theme .owl-controls .owl-page span {
  background: 0 0 !important;
  border: 2px solid #fcce0e !important
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fcce0e !important;
  border: none !important
}

.owl-theme .owl-controls {
  margin-top: 30px !important
}

.testimonia-main h2.main-title {
  margin-bottom: 50px
}

.testimonia-main .owl-pagination,
.products-main .owl-pagination {
  bottom: -40px
}

.testimonia-main .owl-theme .owl-controls .owl-page span,
.products-main .owl-theme .owl-controls .owl-page span {
  margin: 5px 0
}

.testimonia-main h3.font-bold.title {
  margin-bottom: 60px
}

.service-box img {
  display: table;
  margin: 0 auto
}

h3.service-title {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase
}

.service-box p.text-muted.font-15 {
  text-align: center
}

.services {
  float: left;
  width: 100%;
  margin-top: 50px
}

.service-box {
  margin-bottom: 30px;
  min-height: 525px
}

.product-img {
  padding: 0 15px
}

.product-disc {
  text-align: center
}

.products-main {
  background: #fbfbfb;
  padding: 40px 0 80px
}

h4.product-no {
  font-size: 14px;
  line-height: 24px
}

*,
*:before,
*:after {
  box-sizing: border-box !important
}

.row.blog-post {
  -moz-column-width: 25em;
  -webkit-column-width: 25em;
  -moz-column-gap: .5em;
  -webkit-column-gap: .5em
}

.panel {
  display: inline-block;
  margin: .5em;
  padding: 0;
  width: 98%
}

.blog-wrap .post-info .post-dates {
  padding: 20px 0 10px;
  color: #7a7d84
}

.blog-wrap i.mdi.mdi-arrow-right {
  display: none
}

.fa-volume-control-phone:before {
  content: "\f2a0"
}

@media(min-width:1200px) {
  ul.inspec-ul {
    min-height: 3112px
  }

}

#preloader {
  display: none !important
}

h3.product-name {
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 0
}

.footer-logos img {
  max-width: 60%;
  margin-top: 10px;
  margin-right: 30px
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #fff inset !important;
  -webkit-text-fill-color: #999 !important
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #fff inset !important;
  -webkit-text-fill-color: #999 !important
}

.partnership img {
  max-width: 25%;
  margin-right: 50px
}

.partnership img.last-part {
  margin-right: 0
}

h2.thankyou {
  text-align: center;
  font-size: 40px;
  line-height: 70px
}

p.thankyou-p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin: 20px 0 40px
}

.landing-form .popup {
  display: none
}

.landing-form .popup.sla-form {
  position: fixed;
  top: 15%
}
