/****************
CSS Table of contents
:::::::::::::::::::::
1. Global styles
2. Header styles
3. slider one styles
4. welcome message
5. service widget
6. About us section
7. Video box
8. Portfolio styles
9. why choose section
10. Counter box
11. Why choose section
12. cta section
13. Testimonials slider
14. Blog section
15. partner carousel
16. Footer styles
17. home 2 styles
18. Service styles
19. Line progress
20. Responsive styles
*************/
/* 1. Global styles  */
html {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-left: 0px !important;
  width: 100%;
}

body {
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.pull-center {
  margin: auto;
  text-align: center;
}

.row-margin-left {
  margin-left: 0px;
}

.site-wrapper {
  position: relative;
  overflow: hidden;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.main-grid .span4 {
  position: relative;
  padding: 30px 0px;
}

.main-grid .span4 .float {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.main-grid .span4 .card {
  padding: 40px 0px 20px 0px;
  box-shadow: none;
  background: #fff;
  border-width: 0px !important;
}

.main-grid .span4 .card-actions {
  padding-top: 20px;
  font-weight: bold;
}

.main-grid .span4 .card-actions a {
  color: #3465b6;
}

.main-grid img {
  margin: auto;
  text-align: center;
}

@media print {

  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/****************************************************************************
Simple Breadcrumbs
****************************************************************************/
.row-flex {
  display: flex;
  /* equal height of the children */
}

.row-flex-full {
  display: flex;
  /* equal height of the children */
}

.flex-div-half {
  width: 50%;
}

.flex-div-sixty {
  width: 60%;
}

.flex-div-thirty {
  width: 30%;
}

.flex-div-fourty {
  width: 40%;
}

/* 2. Header styles  */
.header-top {
  background: #bc4444;
  color: #fff;
  padding: 0;
  line-height: 1;
}

.htc-block i {
  color: #fff;
  margin-right: 10px;
}

.htc-block {
  padding: 13px 20px;
  border-right: 1px solid #283448;
  font-size: 14px;
}

.htc-block:first-child {
  padding-left: 0;
}

.htc-block:last-child {
  border-right: 0px solid #283448;
}

.hts-block ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.hts-block ul li {
  padding: 12px;
  font-size: 14px;
  color: #fff;
}

.hts-block ul li a,
.hts-block ul li a:visited {
  font-size: 14px;
  color: #fff;
}

.hts-block ul li a:hover {
  text-decoration: none;
  color: #538de4;
}

/* menu  */
.header-menu {
  margin-left: auto;
}

.navigation-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.navigation-menu>li>a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 25px 15px;
  position: relative;
}

ul.header-navigation-menu {
  margin-bottom: 0;
  padding: 0;
}

@media (min-width: 991.98px) {
  ul.header-navigation-menu>li {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    min-height: 90px;
  }
}

ul.header-navigation-menu a {
  text-decoration: none;
}

.header-navigation-menu .active a {
  color: #538de4;
}

@media (max-width: 1199.98px) {
  ul.header-navigation-menu>li>a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1399.98px) {
  .header-contact-search {
    display: none !important;
  }

  .header-style-2 .header-menu {
    margin-left: auto !important;
  }
}

.menu-item-has-children>a {
  position: relative;
}

ul.header-navigation-menu>li:last-child>a:before {
  display: none;
}

ul.header-navigation-menu>li:hover>a,
ul.header-navigation-menu>li:active>a,
ul.header-navigation-menu>li:focus>a,
ul.header-navigation-menu>li.current_page_parent>a {
  color: #FF0000;
}

ul.header-navigation-menu>li:hover>a .menu-arrow,
ul.header-navigation-menu>li:active>a .menu-arrow,
ul.header-navigation-menu>li:focus>a .menu-arrow,
ul.header-navigation-menu>li.current_page_parent>a .menu-arrow {
  bottom: -7px;
  opacity: 1;
}

ul.header-navigation-menu>li>.submenu-inner {
  border: 1px solid #F7EAE8;
}

ul.header-navigation-menu>li .submenu-inner {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

ul.header-navigation-menu>li .submenu-inner,
ul.header-navigation-menu>li ul.submenu-inner {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  top: 100%;
  z-index: 99;
  margin-top: -1px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: 280px;
  padding: 15px 20px;
  background: #fff;
  list-style-type: none;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

ul.header-navigation-menu>li .submenu-inner li,
ul.header-navigation-menu>li ul.submenu-inner li {
  background: transparent;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #F7EAE8;
  padding: 5px 0;
}

.submenu-inner>li>ul>li:last-child {
  border-bottom: 0px solid #F7EAE8 !important;
}

.megamenu-wrap-inner>li {
  border-bottom: 0px solid #F7EAE8 !important;
}

@media (max-width: 991.98px) {

  ul.header-navigation-menu>li .submenu-inner li,
  ul.header-navigation-menu>li ul.submenu-inner li {
    border-bottom: 0;
  }
}

.megamenu-wrap-inner li:last-child {
  border-bottom: none;
}

ul.header-navigation-menu>li .submenu-inner:not(.megamenu-wrap-inner) li:last-child,
ul.header-navigation-menu>li ul.submenu-inner:not(.megamenu-wrap-inner) li:last-child {
  border-bottom: none;
}

ul.header-navigation-menu>li .submenu-inner li a,
ul.header-navigation-menu>li ul.submenu-inner li a {
  display: block;
  line-height: 1.4;
  padding: 8px 0;
  font-size: 15px;
  text-transform: capitalize;
  position: relative;
  color: #7b8391;
}

ul.header-navigation-menu>li .submenu-inner li a .caret,
ul.header-navigation-menu>li ul.submenu-inner li a .caret {
  top: 16px;
  position: absolute;
  right: 0;
  height: 8px;
  width: 10px;
  display: inline-block;
}

ul.header-navigation-menu>li .submenu-inner li a .caret:after,
ul.header-navigation-menu>li ul.submenu-inner li a .caret:after {
  content: '\f129';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  z-index: 1;
  font-family: Flaticon;
  line-height: 1;
  font-size: 12px;
}

.caret {
  display: inherit;
  width: inherit;
  border: none;
}

ul.header-navigation-menu>li .submenu-inner li a:hover,
ul.header-navigation-menu>li .submenu-inner li a:focus,
ul.header-navigation-menu>li .submenu-inner li a:active,
ul.header-navigation-menu>li ul.submenu-inner li a:hover,
ul.header-navigation-menu>li ul.submenu-inner li a:focus,
ul.header-navigation-menu>li ul.submenu-inner li a:active {
  /* opacity: 0.8; */
  color: #FF0000;
}

ul.header-navigation-menu>li .submenu-inner li ul.submenu-inner,
ul.header-navigation-menu>li ul.submenu-inner li ul.submenu-inner {
  position: absolute;
  left: calc(100% + 20px);
  top: 0;
}

ul.header-navigation-menu>li .submenu-inner li:hover>ul.submenu-inner,
ul.header-navigation-menu>li ul.submenu-inner li:hover>ul.submenu-inner {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

ul.header-navigation-menu>li:hover>.submenu-inner {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

@media (max-width: 1600px) {

  ul.header-navigation-menu>li:last-child ul.submenu-inner li ul.submenu-inner,
  ul.header-navigation-menu>li:nth-last-child(2) ul.submenu-inner li ul.submenu-inner {
    right: 100%;
    left: auto;
  }
}

ul.header-navigation-menu>li.megamenu-parent {
  position: static !important;
}

ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner {
  width: 100%;
  max-width: 1170px;
  left: 0;
  background: #fff;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.megamenu-wrap-inner>li>a {
  font-size: 18px !important;
  font-weight: 600;
  color: #000 !important;
}

.megamenu-wrap-inner>li>a::after {
  content: none;
}

.megamenu-wrap-inner>li>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.megamenu-wrap-inner>li {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

@media (max-width: 991.98px) {
  ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li>a {
    margin-top: 6px;
  }
}

ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li>a .caret {
  margin-left: 5px;
}

ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner {
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  position: static;
  padding: 0;
  min-width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li {
  list-style: none;
  border: none;
  padding: 0;
}

ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li:last-child {
  border: none;
}

ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li.menu-item-has-children>a {
  font-weight: 600;
}

ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li .submenu-inner {
  padding-left: 20px !important;
  display: block;
}

ul.header-navigation-menu>li.megamenu-parent:hover .megamenu-wrap-inner {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.offcanvas-content {
  position: fixed;
  left: -250px;
  width: 350px;
  max-width: 90%;
  top: 0;
  bottom: 0;
  z-index: 9999;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.offcanvas-content a {
  color: #3F3836;
}

.offcanvas-content a:hover {
  color: #2c85ff;
}

.offcanvas-content .close-canvas {
  background: #CC0000;
  position: absolute;
  left: 100%;
  top: 50px;
  z-index: 999;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #CC0000;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
}

.offcanvas-content .close-canvas a {
  display: inline-block;
  width: 45px;
  height: 45px;
  color: #fff;
}

.offcanvas-content .close-canvas a:hover {
  cursor: pointer;
  color: #fff;
}

.offcanvas-content .instagram-pics>li {
  width: 33.333% !important;
  overflow: hidden;
  padding: 10px !important;
}

.offcanvas-content .instagram-pics>li a {
  padding: 0 !important;
}

.offcanvas-content .wp-sidebar .widget {
  padding-top: 20px;
  margin-bottom: 10px;
}

.offcanvas-content .wp-sidebar .widget:last-child {
  border-bottom: 0;
}

.offcanvas-content .wp-sidebar .widget .widget-title {
  color: #fff;
  text-align: center;
}

.offcanvas-content .wp-sidebar .widget .widget-title span {
  font-size: 18px;
  color: #3F3836;
}

.offcanvas-content .wp-sidebar .widget .widget-title:before {
  left: 50%;
  margin-left: -40px;
}

.offcanvas-content .wp-sidebar .widget .widget-title:after {
  left: 50%;
  margin-left: -25px;
}

.offcanvas-content .wp-sidebar {
  overflow-x: hidden;
  height: 100%;
  padding: 20px;
  background: #212121;
}

.offcanvas-content #mobile-menu {
  padding: 0;
}

.offcanvas-content #mobile-menu ul.mobile-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li {
  position: relative !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  padding: 0;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li>.submenu-inner {
  padding-bottom: 15px !important;
  -webkit-transition: 0s;
  transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li a {
  padding: 12px 0 12px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
  position: relative;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li a .caret {
  display: none;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li a:after {
  display: none;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li a:hover {
  color: #FF0000;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret {
  right: 0;
  top: 50%;
  /* -webkit-transform: translateY(-50%);
  transform: translateY(-50%); */
}

.offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret::after {
  border: none;
  position: absolute;
  top: 20px;
  margin-top: -10px;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 9;
  color: #fff;
  /* content: '\25be'; */
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  margin-left: 7px;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret:hover {
  cursor: pointer;
  color: #FF0000;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children.menu-active .caret::after {
  border: none;
  position: absolute;
  top: 20px;
  margin-top: -10px;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 9;
  color: #FF0000;
  /* content: '\25be'; */
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  margin-left: 7px;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li>a {
  display: block;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li>ul {
  display: none;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner {
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
  background: none;
  left: auto;
  top: auto;
  padding: 0;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:before,
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:after,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:before,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:after {
  content: " ";
  display: table;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:after,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:after {
  clear: both;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner .caret,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner .caret {
  display: none;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner li a,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner li a {
  padding: 8px 0;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner ul,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner ul {
  width: 100%;
  padding-left: 15px;
  display: block !important;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner ul>li,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner ul>li {
  padding: 0;
  display: block;
  width: 100%;
}

.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner {
  padding-left: 20px;
}

.offcanvas-content.open {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.megamenu-parent .megamenu-wrap-inner {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.megamenu-parent .widget {
  text-align: left;
  color: #3f3836;
}

.megamenu-parent .widget .widget-title,
.megamenu-parent .widget .widgettitle {
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  padding: 0;
  border: none;
}

.megamenu-parent .widget ul {
  list-style: none;
  padding: 0;
}

.megamenu-parent .widget.widget-html ul li {
  line-height: 32px;
  padding: 5px 0;
}

.megamenu-parent .widget.widget-html ul li strong {
  color: #2c85ff;
  font-weight: 600;
}

.megamenu-parent .widget .product-block {
  margin-bottom: 10px;
}

#mobile-header-expander .hamburger-menu {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  margin-left: 10px;
}

#mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-1 {
  top: 0;
  width: 100%;
}

#mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-2 {
  top: 0;
  right: 0;
  left: auto;
  width: 10px;
}

#mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-3 {
  top: 12px;
  width: 100%;
}

#mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-4 {
  bottom: 0;
  width: 100%;
}

#mobile-header-expander:hover .hamburger-menu .hamburger-menu-line.hamburger-menu-line-1 {
  /* width: 10px; */
}

#mobile-header-expander:hover .hamburger-menu .hamburger-menu-line.hamburger-menu-line-2 {
  width: 25px;
}

#mobile-header-expander .hamburger-menu .hamburger-menu-line {
  position: absolute;
  left: 0;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* 3. slider one styles  */
.slider-one-slide {
  min-height: 110vh;
  position: relative;
}

.slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); */
}

.swiper-slide-active .slide-bg {
  /* -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15); */
  /* -webkit-transition: all 7000ms linear;
  -moz-transition: all 7000ms linear;
  -ms-transition: all 7000ms linear;
  -o-transition: all 7000ms linear;
  transition: all 7000ms linear; */
}

.slider-one-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: #222; */
  opacity: 0.3;
  z-index: 0;
}

.container-full {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.slider-widget {
  overflow-x: hidden;
}

.slider-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: table;
}

.slider-content {
  padding: 200px 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  /* -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0); */
}

.slider-content-s {
  padding: 120px 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.slide-intro {
  font-size: 31px;
  /* text-transform: uppercase; */
  /* letter-spacing: 2px; */
  font-weight: 900;
  color: #fff;
  z-index: 1;
  position: relative;
  display: inline-block;
  /* background-color: #031026; */
  /* opacity: .75; */
  padding: 18px 10px 0px;
  /* margin-bottom: 40px; */
}

.slide-sub-intro {
  font-size: 31px;
  font-weight: 900;
  color: #fff;
  z-index: 1;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
}

.slide-heading {
  font-size: 120px;
  line-height: 100px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.theme-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #bc4444;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.6px;
  padding: 30px 60px;
  z-index: 3;
  word-wrap: none;
  white-space: nowrap;
}

.theme-btn::before {
  content: '';
  position: absolute;
  width: 4%;
  height: 100%;
  background: #770000;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.theme-btn-normal {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #770000;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.6px;
  padding: 30px 60px;
  z-index: 3;
  word-wrap: none;
  white-space: nowrap;
}

.theme-btn-normal-small {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #BC4444;
  color: #fff;
  border-radius: 5px;
  border-color: transparent;
  overflow: hidden;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.6px;
  padding: 10px;
  z-index: 3;
  word-wrap: none;
  white-space: nowrap;
  margin-left: 15px;
}

.theme-btn-hip {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #906030;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.6px;
  padding: 30px 60px;
  z-index: 3;
  word-wrap: none;
  white-space: nowrap;
}

.theme-btn-normal:hover,
.theme-btn-normal:focus,
.theme-btn-normal-small:hover,
.theme-btn-norma-small:focus,
.theme-btn-hip:hover,
.theme-btn-hip:focus {
  text-decoration: none;
  color: #fff;
}

.theme-btn-normal-small:disabled {
  background-color: #808080;
}

.black-btn {
  background: #031026;
}

.black-btn::before {
  background: #1d283c;
}

.theme-btn:hover {
  color: #fff;
  text-decoration: none;
}

.theme-btn:hover::before {
  width: 100%;
}

.header-style-1 {
  z-index: 99;
  width: 100%;
}

.menu-button .theme-btn {
  padding: 20px 40px;
}

.header-search-btn {
  margin-left: auto;
  padding-left: 30px;
  border-left: 1px solid #9ba4b2;
}

.search-btn {
  line-height: 60px;
  color: #fff;
  margin-right: 30px;
  cursor: pointer;
}

.header-content {
  min-height: 90px;
  padding: 0px;
  /* border-bottom: 1px solid #354156; */
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.swiper-button-next {
  width: 50px;
  height: 170px;
  background: rgba(0, 0, 0, 0.2) !important;
  right: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swiper-button-prev {
  width: 50px;
  height: 170px;
  background: rgba(0, 0, 0, 0.2) !important;
  left: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#swiper-button-next-simple,
#swiper-button-prev-simple {
  background: transparent !important;
  top: 0 !important;
}

#swiper-button-next-simple:after,
#swiper-button-prev-simple:after {
  font-size: 22px;
  color: #CC0000;
  font-weight: bold;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 22px;
  color: #fff;
}

.swiper-button-next-simple,
.swiper-button-prev-simple {
  z-index: -9999;
  position: absolute;
  width: 50px;
  height: 170px;
  top: 20%;
  right: 0;
  opacity: 1;
}

.swiper-button-next-simple {
  right: 0;
}

.swiper-button-prev-simple {
  left: 0;
}

.swiper-button-next-simple:after,
.swiper-button-prev-simple:after {
  content: '\21BA';
  padding-left: 20px;
  font-size: 50px;
  color: #4a4a4a;
}

.slide-intro,
.slide-sub-intro,
.slide-heading,
.slider-button,
.slide-descriptions {
  opacity: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.swiper-slide-active .slide-intro,
.swiper-slide-active .slide-sub-intro {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.swiper-slide-active .slide-heading {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.swiper-slide-active .slide-descriptions {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.swiper-slide-active .slider-button {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 1700ms;
  -moz-transition-delay: 1700ms;
  -ms-transition-delay: 1700ms;
  -o-transition-delay: 1700ms;
  transition-delay: 1700ms;
}

.full-bar-search-wrap {
  position: fixed;
  top: 0;
  left: 0;
  background: #0e1b31;
  height: 100%;
  width: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}

.full-bar-search-wrap.search-show {
  visibility: visible;
  opacity: 1;
  display: block;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.close-search::before {
  font-family: Flaticon;
  font-style: normal;
  font-weight: 300;
  content: "\f150";
  font-size: 13px;
  color: #fff;
  position: absolute;
  right: 7px;
  top: 9px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #898989;
  border-radius: 50%;
}

.search-form-group {
  position: relative;
}

.full-bar-search-wrap .form-control {
  height: 100%;
  min-height: 60px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  background: transparent;
  border: none;
}

.search-form-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  max-width: 650px;
  height: 70px;
  line-height: 70px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -khtml-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.search-form-wrapper .search-form {
  position: relative;
}

.close.search-btn {
  z-index: 99;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: transparent;
}

.search-form-group {
  border-bottom: 1px solid #fff;
}

.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  color: #fff;
  display: block;
  padding: 0px;
  line-height: 1;
  height: 60px;
}

.search-submit:focus,
.search-form-group .form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.close-search {
  position: absolute;
  right: 50px;
  left: auto;
  top: 50px;
  color: #fff;
  cursor: pointer;
  width: 60px;
  margin-left: -25px;
}

.close-search:hover::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* 4. welcome message  */
.welcome-widget {
  background: #538de4;
  padding: 100px 0;
  position: relative;
  color: #fff;
}

.welcome-widget::before {
  content: '';
  background: url(../img/welcome-bg.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.welcome-widget::after {
  content: '';
  position: absolute;
  left: -webkit-calc((100% - 1180px)/2);
  left: calc((100% - 1180px)/2);
  bottom: -40px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 110px 0 0;
  border-color: #538de4 transparent transparent transparent;
}

.welcome-intro {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.welcome-heading {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.welcome-desc {
  font-size: 18px;
  line-height: 34px;
}

/* 5. service widget  */
.services-section {
  padding: 120px 0 340px;
  background: #edf0f5;
}

.data-background {
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sw-icon {
  font-size: 65px;
  color: #538de4;
  line-height: 1;
}

.service-widget {
  padding: 50px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
}

.service-widget::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 20px;
  width: 100%;
  background: #edf0f5;
  -webkit-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.service-widget:hover::before {
  background: #538de4;
}

.sw-count {
  color: #edf0f5;
  font-size: 50px;
  position: absolute;
  right: 0;
  margin-right: 50px;
  font-weight: 100;
  line-height: 1;
}

.sw-title {
  margin: 10px auto 30px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.sw-content {
  font-size: 18px;
  line-height: 32px;
  color: #7b8391;
  font-weight: 500;
  margin-bottom: 30px;
}

.btn-grey {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #edf0f5;
  color: #7b8391;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px 40px;
  z-index: 3;
}

.btn-grey::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background: #e1e5ea;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-grey:hover::before {
  width: 100%;
  background: #4b80d1;
}

.btn-grey:hover {
  text-decoration: none;
  color: #fff;
  background: #538de4;
}

/* 6. About us section  */
.about-widget {
  position: relative;
}

.about-focus {
  background: #538de4;
  color: #fff;
  padding: 40px 60px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
  position: absolute;
  top: 60px;
  left: -130px;
  max-width: 220px;
}

.about-image-box {
  margin-top: -220px;
  position: relative;
}

.foucs-icon {
  font-size: 60px;
  line-height: 1;
}

.ex-year {
  font-size: 40px;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}

.ex-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.about-img-2 {
  position: absolute;
  margin-bottom: -110px;
  max-width: calc(100% - 240px);
  width: calc(100% - 240px);
  bottom: 0;
  left: 60px;
}

.about-img-2 img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.about-content {
  background: #fff;
  margin-left: -180px;
  margin-top: -100px;
  padding: 100px 0px 100px 100px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.about-content::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -1px;
  width: 2000px;
  height: 100%;
  background: #ffffff;
}

.section-intro {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  color: #cc0000;
  text-transform: uppercase;
}

.section-title {
  font-size: 50px;
  line-height: 1.2;
  color: #031026;
  font-weight: 700;
  margin: 5px auto 45px;
  text-transform: uppercase;
}

.about-info {
  font-size: 18px;
  line-height: 34px;
  color: #7b8391;
  font-weight: 600;
  padding-left: 20px;
  border-left: 2px solid #538de4;
}

.af-icon {
  font-size: 60px;
  line-height: 1;
  color: #538de4;
  margin-right: 20px;
}

.af-title {
  color: #031026;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.about-features {
  padding: 40px 0;
  border-top: 1px solid #d9dfe9;
  border-bottom: 1px solid #d9dfe9;
}

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

.about-shape-1 {
  position: absolute;
  left: 0;
}

.about-shape-2 {
  position: absolute;
  right: 100px;
  z-index: 3;
  margin-top: -100px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.phone-icon {
  min-width: 68px;
  width: 68px;
  height: 68px;
  font-size: 24px;
  line-height: 68px;
  color: #538de4;
  text-align: center;
  background: #edf0f5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
}

.phone-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #7b8391;
  display: block;
}

.phone-bumber {
  font-size: 26px;
  font-weight: 600;
  color: #031026;
}

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

/* 7. Video box  */
.video-box {
  background: #538de4;
  color: #fff;
  display: inline-block;
}

.video-box a,
.video-box a:visited {
  color: #fff;
  padding: 45px;
  font-size: 20px;
  line-height: 1;
  display: block;
}

a:hover {
  text-decoration: none;
}

.white-text {
  color: #fff;
}

.portfolio-header {
  padding: 120px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.mb-60 {
  margin-bottom: 60px;
}

.dark-text,
.ph-details {
  color: #9ba4b2;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
}

/* 8. Portfolio styles  */
.portfolio-header-details {
  position: relative;
  padding-bottom: 60px;
}

.portfolio-header-details::after {
  content: '';
  position: absolute;
  height: 1px;
  width: calc(100% - 60px);
  background: #384357;
  left: 0;
  bottom: 0;
}

.ph-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
}

.ph-icon {
  font-size: 65px;
  line-height: 1;
  color: #538de4;
  margin-right: 20px;
}

#clients-carousel-clients {
  text-align: center;
}

#clients-carousel-clients img {
  width: auto;
  height: 100px;
}

#clients-carousel-clients .clients-item-overlay {
  bottom: 20px;
}

#clients-carousel-clients .clients-block-title {
  font-size: 18px;
}

#clients-carousel-clients .clients-item::after {
  background: #000;
  opacity: 0.7;
}

.portfolio-carousel-block {
  position: relative;
  overflow: hidden;
}

.portfolio-item-overlay,
.clients-item-overlay {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 50px;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-item:hover .portfolio-item-overlay,
.clients-item:hover .clients-item-overlay {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 3;
}

.portfolio-item,
.clients-item {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.portfolio-item::after,
.clients-item::after {
  content: '';
  position: absolute;
  height: 0px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #538de4;
  opacity: 0.9;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}

.portfolio-item:hover::after,
.clients-item:hover::after {
  height: 100%;
}

.portfolio-carousel-block {
  margin-left: -webkit-calc((100% - 1180px)/2);
  margin-left: calc((100% - 1180px)/2);
}

.portfolio-carousel-block {
  margin-top: -60px;
}

.portfolio-carousel-block img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.portfolio-block-category a,
.portfolio-block-category a:visited {
  color: #d7e6fd;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-block-title,
.clients-block-title {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-more {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  color: #031026;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 50px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-item:hover .portfolio-more {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 3;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.portfolio-pagination .swiper-pagination-bullet,
.clients-pagination .swiper-pagination-bullet,
.slider-one-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #CC0000;
  opacity: .2;
  margin: 0px 3px;
}

.slider-one-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: .2;
  margin: 0px 3px;
}

[role=button]:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.portfolio-pagination .swiper-pagination-bullet-active,
.clients-pagination .swiper-pagination-bullet-active,
.slider-one-pagination .swiper-pagination-bullet-active {
  background: #CC0000;
  opacity: 1;
}

.slider-one-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.portfolio-carousel-footer,
.clients-carousel-footer {
  padding: 40px 0;
  border-bottom: 1px solid #d9dfe9;
}

.slider-one-footer {
  z-index: -9999;
  position: absolute;
}

.btn-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  vertical-align: top;
  color: #7b8391;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-underline:hover {
  text-decoration: none;
  color: #538de4;
}

.btn-underline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #031026;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-underline:hover::before {
  border-color: #538de4;
  transform: scaleX(0.8);
}

/* 9. why choose section  */
.why-choose-features {
  border-left: 2px solid #538de4;
  padding-left: 30px;
}

.hc-features {
  font-size: 20px;
  font-weight: 700;
  color: #031026;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.why-choose-features {
  font-size: 18px;
  font-weight: 600;
  color: #7b8391;
}

.why-choose-section {
  padding: 120px 0;
  position: relative;
}

.why-choose-section::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/large-lines.png) no-repeat;
  background-position: right bottom;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.portfolio-carousel-footer>.container,
.slider-one-carousel-footer>.container,
.clients-carousel-footer>.container {
  margin-left: 0px;
}

.slider-one-carousel-footer {
  z-index: 1000;
  position: absolute;
  bottom: 2%;
  left: 48%;
}

/* 10. Counter box  */
.counter-icon {
  height: 100px;
  background: #fff;
  font-size: 65px;
  line-height: 1;
  text-align: center;
  color: #538de4;
  display: inline-block;
  padding: 20px;
  margin-bottom: 60px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
}

.counter-icon::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #538de4;
  bottom: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.counter-block {
  text-align: center;
  margin-top: -60px;
  position: relative;
  padding: 0px 60px 60px;
}

.counter-block::after {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 60px);
  background: #1d283c;
  right: -7px;
  bottom: 0;
}

.counter-last::after {
  content: none;
}

.counter-number {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}

.fun-facts-section {
  position: relative;
}

.fun-facts-inner {
  background: #031026;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.counter-title {
  color: #9ba4b2;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}

.trust-section {
  padding: 230px 0px 120px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* 11. Why choose section  */
.why-chhose-2 {
  padding: 120px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
}

.why-choose-img {
  position: relative;
}

.why-choose-img-caption {
  position: absolute;
  top: 0;
  right: -2px;
  -webkit-transform: rotate(90deg) translate(100%, 0);
  -ms-transform: rotate(90deg) translate(100%, 0);
  transform: rotate(90deg) translate(100%, 0);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 10;
  background: #edf0f5;
  padding: 15px 40px;
}

.why-choose-img-caption span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #031026;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.horizontal-dots {
  position: absolute;
  bottom: 60px;
  left: 5%;
}

.slide-top {
  -webkit-animation: slide-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
  animation: slide-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.list-item ul,
.list-item-2 ul {
  list-style: none;
  padding-left: 0;
}

.list-item ul li {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
}

.list-item ul li .list-icon {
  color: #538de4;
  margin-right: 10px;
}

.list-item-2 ul li {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 20px;
}

.list-item-2 ul li .list-icon {
  color: #fff;
  background: #538de4;
  height: 50px;
  width: 50px;
  min-width: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
}

.list-item-2 ul li {
  font-size: 20px;
  line-height: 26px;
  color: #031026;
  text-transform: uppercase;
  font-weight: 600;
}

.why-choose-details {
  font-size: 18px;
  font-weight: 600;
  color: #7b8391;
}

.circle-outer {
  position: relative;
}

.counter-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
  font-size: 30px;
  color: #538de4;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  margin-top: -30px;
}

.circle-outer {
  text-align: center;
  max-width: 110px;
  margin-right: 20px;
}

.count-title {
  font-size: 18px;
  color: #031026;
  font-weight: 600;
}

.btn-sm {
  padding: 20px 40px;
}

/* 12. cta section  */
.cta-small-title {
  font-size: 18px;
  color: #7b8391;
  font-weight: 600;
}

.cta-phone {
  font-size: 18px;
  color: #031026;
  font-weight: 700;
}

.cta-small {
  position: absolute;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
}

.cta-small-btn {
  margin-left: 20px;
}

/* 13. Testimonials slider  */
.testimonials-section {
  padding: 180px 0px 120px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-style-1 {
  position: relative;
  background: #fff;
  padding: 60px;
  -webkit-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -khtml-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  z-index: 2;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-border-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 5px;
  border-bottom-left-radius: 0;
}

.testimonial-style-1::before {
  content: '';
  position: absolute;
  top: -30px;
  left: -225px;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: url(../img/testimonials-lines.png) no-repeat;
  opacity: 0;
  -webkit-transform: translateY(-180px);
  -moz-transform: translateY(-180px);
  -ms-transform: translateY(-180px);
  -o-transform: translateY(-180px);
  transform: translateY(-180px);
}

.testimonial-style-1:hover::before,
.swiper-slide-active .testimonial-style-1::before {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.testimonial-style-1:hover,
.swiper-slide-active>.testimonial-style-1 {
  background: #538de4;
  color: #e0ecff;
}

.tu-photo {
  max-width: 50px;
  margin-right: 20px;
}

.testimonial-content {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  color: #7b8391;
  display: block;
  margin-bottom: 28px;
  position: relative;
  padding-left: 20px;
}

.testimonial-content::after {
  content: '';
  position: absolute;
  background: #538de4;
  width: 2px;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.testimonial-style-1:hover .testimonial-content::after,
.swiper-slide-active .testimonial-content::after {
  background: #ffffff;
}

.tu-name {
  font-size: 18px;
  line-height: 20px;
  color: #538de4;
  font-weight: 600;
  text-transform: uppercase;
}

.tu-role {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #7b8391;
  text-transform: uppercase;
}

.testimonial-style-1:hover .tu-role,
.testimonial-style-1:hover .tu-name,
.testimonial-style-1:hover .testimonial-content,
.swiper-slide-active .tu-role,
.swiper-slide-active .tu-name,
.swiper-slide-active .testimonial-content {
  color: #fff;
}

.testimonials-slider {
  padding: 40px 0px;
}

.testimonial-style-1::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
  -webkit-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -khtml-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.testimonial-style-1:hover::after,
.swiper-slide-active .testimonial-style-1::after {
  border-color: #538de4 transparent transparent transparent;
}

.testi-circle {
  position: absolute;
  bottom: 0;
  right: 0;
}

.testi-circle::after {
  content: '';
  position: absolute;
  z-index: 4;
  width: 168px;
  height: 168px;
  bottom: 0;
  right: 0;
  background: url(../img/circle-shape.png) no-repeat;
  opacity: 0;
  -webkit-transform: translateY(180px);
  -moz-transform: translateY(180px);
  -ms-transform: translateY(180px);
  -o-transform: translateY(180px);
  transform: translateY(180px);
}

.testimonial-style-1:hover .testi-circle::after,
.swiper-slide-active .testi-circle::after {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.cta-bar {
  background: #538de4;
  position: relative;
  padding: 100px 0;
}

.cta-bar::before {
  content: '';
  background: url(../img/welcome-bg.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* 14. Blog section  */
.blog-section {
  padding: 120px 0;
}

.post-title-block {
  font-size: 24px;
  font-size: 600;
  color: #031026;
}

.post-title-block a,
.post-title-block a:visited {
  color: #031026;
}

.post-read-more {
  border-top: 1px solid #d9dfe9;
  padding: 30px 0;
  text-align: center;
  margin-top: 30px;
}

.post-thumb-block {
  position: relative;
  overflow: hidden;
  background: #031026;
}

.post-thumb-block img {
  mix-blend-mode: luminosity;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.blog-block:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.post-content-block {
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  margin-top: -70px;
  z-index: 2;
  position: relative;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.post-date {
  padding: 15px 25px;
  background: #538de4;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.post-title-block {
  text-align: center;
  display: block;
  margin: 20px auto 30px;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
}

.post-title-block a,
.post-title-block a:visited {
  color: #031026;
}

.post-author {
  margin-right: 20px;
}

.post-meta-block i {
  color: #538de4;
}

.blog-block-inner {
  padding: 0px 20px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.post-excerpt-block {
  font-size: 18px;
  color: #7b8391;
  text-align: center;
}

.post-read-more a,
.post-read-more a:visited {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  color: #7b8391;
  text-transform: uppercase;
}

.post-read-more a:hover {
  color: #538de4;
  text-decoration: none;
}

.post-read-more a::before {
  content: '\f129';
  font-family: Flaticon;
  font-style: normal;
  font-weight: 300;
  right: -5px;
  position: absolute;
  font-size: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.post-read-more a:hover::before {
  right: -10px;
}

.post-content-block:hover {
  -webkit-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -khtml-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* 15. partner carousel  */
.partners-section {
  border-top: 1px solid #d9dfe9;
  padding: 100px 0;
}

.partners-carousel img {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  opacity: 0.5;
}

.partners-carousel img:hover {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  opacity: 1;
}

.partners-carousel .swiper-slide {
  text-align: center;
}

/* 16. Footer styles  */
.site-footer-1 {
  background: #BC4444;
  padding-top: 70px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.footer-company img {
  margin-left: 20px;
  width: 80px;
  height: auto;
}

.footer-company a {
  color: #fff;
  font-size: 30px;
}

#footer-f {
  padding-left: 20px;
}

.footer-about {
  margin: 20px auto;
}

.footer-about p {
  font-size: 16px;
  padding: 0px 20px;
}

.footer-menu ul {
  padding-left: 0;
  margin-left: 0px;
  list-style: none;
}

.footer-menu ul a,
.footer-menu ul a:visited {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.footer-menu ul a:hover {
  text-decoration: none;
  color: #fff;
}

.footer-menu ul a:after {
  background-color: #fff;
  bottom: -2px;
  content: "";
  display: inline-block;
  height: 1px;
  overflow: hidden;
  position: absolute;
  right: 0;
  transition: 0.5s;
  width: 0;
}

.footer-menu li a:hover:after {
  left: 0;
  width: 100%;
}

.footer-menu ul li {
  display: block;
  margin-bottom: 20px;
}

.footer-widget-title {
  color: #212121;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

#iso-cert-mark {
  width: 88%;
}

.lp-item:not(:last-child) {
  margin-bottom: 50px;
}

.lp-thumb {
  width: 70px;
  min-width: 70px;
}

.lp-details {
  margin-left: 20px;
}

.lp-date {
  font-size: 12px;
  color: #538de4;
  font-weight: 600;
  text-transform: uppercase;
}

.lp-title {
  font-size: 18px;
  font-weight: 500;
}

.lp-title a,
.lp-title a:visited {
  color: #ffffff;
}

.lp-thumb img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.lp-title a:hover {
  color: #ffffff;
  text-decoration: underline;
  -webkit-text-decoration-color: #538de4;
  text-decoration-color: #538de4;
}

.contact-widget ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
}

.contact-widget ul li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #770000;
}

.contact-icon {
  color: #fff;
  font-size: 17px;
  margin-right: 10px;
}

.contact-info {
  font-size: 16px;
}

.contact-widget ul li a,
.contact-widget ul li a:visited {
  color: #fff;
  font-size: 16px;
  /* font-weight: 500; */
}

#footer-address {
  font-size: 16px;
  padding-top: 15px;
  padding-left: 27px;
  margin-bottom: 0px;
}

.footer-social-media ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.footer-social-media ul li {
  margin: 0px 15px;
}

.footer-social-media ul li:last-child {
  margin-right: 0;
}

.footer-social-media ul li a,
.footer-social-media ul li a:visited {
  color: #fff;
}

.footer-social-media ul li a:hover {
  color: #538de4;
}

.footer-bottom {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  /* border-top: 1px solid #212d40; */
  background: #212121;
}

/* 17. home 2 styles  */
.header-style-2 {
  position: relative;
}

.header-style-2 .navigation-menu>li>a {
  color: #7b8391;
}

.header-style-2 .search-btn {
  color: #031026;
  cursor: pointer;
}

.mc-phone {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #031026;
  display: block;
}

.mc-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #7b8391;
  display: block;
}

.mc-icon {
  font-size: 40px;
  color: #5b92e5;
  margin-right: 20px;
}

.header-style-2 .header-menu {
  margin-right: auto;
  margin-left: 0px;
}

.header-style-2 .header-search-btn {
  margin-left: 30px;
}

body.st-prevent-scroll {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.search-btn-dark {
  color: #031026;
}

.slider-two .slider-content {
  text-align: left;
  padding: 200px 0;
}

.slider-two .slide-heading {
  font-size: 90px;
  line-height: 1;
}

.slide-descriptions {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  color: #e6e6e6;
  max-width: 600px;
}

.slider-two .slider-button {
  margin-top: 45px;
}

.experience-section {
  position: absolute;
  width: 100%;
}

.experience-block {
  background: #538de4;
  padding: 40px;
  max-width: 240px;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  position: relative;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* 18. Service styles */
.service-block-2 {
  position: relative;
  overflow: hidden;
}

.service-details {
  max-width: calc(100% - 40px);
  background: #fff;
  position: relative;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -khtml-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -moz-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -ms-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -o-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  box-shadow: 0 0 20px rgba(6, 30, 98, .12);
}

.service-block-2:hover .service-details {

  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
}


.service-block-title {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.service-block-title a,
.service-block-title a:visited {
  color: #BC4444;
}

.service-block-title a:hover {
  color: #CC0000;
}

.service-anchor {
  margin-top: 20px;
  border-top: 1px solid #d9dfe9;
  padding: 15px 30px 20px;
  text-align: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 0px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  visibility: hidden;
}

.service-anchor a,
.service-anchor a:visited {
  color: #BC4444;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.service-anchor a:hover {
  color: #CC0000;
}

.service-block-2:hover .service-anchor {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.services-section-two {
  padding-top: 120px;
  position: relative;
}

.services-section-two::before {
  content: '';
  background: #212121;
  height: calc(100% - 350px);
  width: 100%;
  position: absolute;
  top: 0;
}

.mb-n-200 {
  margin-bottom: -200px;
  position: relative;
  z-index: 2;
}

.about-section-2 {
  padding-top: 40px;
}

.service-block-2:hover .service-details {
  -webkit-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -khtml-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -moz-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -ms-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -o-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  box-shadow: 0 0 20px rgba(6, 30, 98, .12);
}

.styled-image-1 {
  position: relative;
  z-index: 3;
}

.styled-image-1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -40px;
  left: -40px;
  right: 0;
  bottom: 0;
  background: #edf0f5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: -1;
}

.styled-image-1::after {
  content: '';
  position: absolute;
  width: 190px;
  height: 190px;
  top: -40px;
  left: -40px;
  right: 0;
  bottom: 0;
  background: #538de4;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: -1;
}

/* 19. Line progress  */
.bar-line {
  background: #edf0f5;
  height: 7px;
  margin-top: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.bar-line-active {
  position: relative;
  display: block;
  width: 0px;
  height: 7px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
  background: #538de4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.skill-title {
  font-size: 18px;
  line-height: 1;
  color: #031026;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}

.count-text {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background: #538de4;
  position: absolute;
  padding: 8px 10px;
  right: -40px;
  bottom: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.count-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #538de4;
  border-left: 12px solid #538de4;
}

.bar-box {
  position: relative;
}

.bar-box:not(:last-child) {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.copany-info-box {
  background: #fff;
  position: relative;
  padding: 50px 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -khtml-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -moz-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -ms-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -o-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  margin-bottom: -30px;
  z-index: 5;
}

.copany-info-box::before {
  content: '';
  position: absolute;
  left: 20px;
  bottom: -20px;
  height: 20px;
  width: calc(100% - 40px);
  background: #518adf;
  -webkit-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.com-logo {
  width: 45px;
  max-width: 45px;
}

.com-details {
  padding-left: 20px;
  line-height: 28px;
  font-size: 20px;
  font-weight: 600;
  color: #031026;
  text-transform: uppercase;
}

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

.about-style-3 {
  background: #031026;
  position: relative;
}

.about-style-3::after {
  content: '';
  background: url(../img/diamonds-shape.png) no-repeat;
  background-position: left top;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.about-inner {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: -webkit-calc((100% - 1200px)/2);
  margin-left: calc((100% - 1200px)/2);
  position: relative;
  z-index: 2;
}

.about-inner-content {
  padding: 120px 0;
}

.about-image-4 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.about-dots {
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100px;
}

.member-meta {
  background: #fff;
  position: relative;
  padding: 30px 30px 60px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: calc(100% - 40px);
  margin-left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.member-name {
  font-size: 20px;
  font-weight: 600;
  color: #031026;
  text-transform: uppercase;
}

.member-name a,
.member-name a:visited {
  color: #031026;
}

.member-designation {
  color: #7b8391;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.member-social {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 20px;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.team-member:hover .member-social {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.team-member:hover .member-meta {
  -webkit-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -khtml-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -moz-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -ms-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -o-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  box-shadow: 0 0 20px rgba(6, 30, 98, .12);
}

.member-social ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.member-social ul li {
  margin: 0px 15px;
}

.member-social ul li a,
.member-social ul li a:visited {
  color: #7b8391;
}

.member-social ul li a:hover {
  color: #538de4;
}

.team-section-2 {
  background: #edf0f5;
  padding-top: 120px;
}

.white-bg {
  background: #fff;
}

.portfolio-section-2,
.clients-section-2 {
  padding-top: 240px;
}

.testimonials-section-2 {
  padding: 120px 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-block {
  position: relative;
}

.video-block .video-poster {
  padding: 100px 50px 200px;
}

.video-poster {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 230px 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.video-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  color: #538de4;
  z-index: 99;
}

.hero-video-pulse {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.video-icon:before {
  z-index: 0;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  background: #BC4444;
}

.video-icon:after {
  z-index: 1;
  transition: all 200ms;
  background: #BC4444;
}

.video-icon:before,
.video-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-icon i {
  color: #fff;
  z-index: 2;
  position: absolute;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 30px;
  left: 4px;
  top: 2px;
  font-size: 25px;
  text-align: center;
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-block .video-overlay-content {
  max-width: 90%;
  padding: 30px;
  background: #fff;
  color: #212529;
  top: 200px;
  left: 5%;
}

.video-overlay-content {
  background: #538de4;
  color: #fff;
  padding: 50px 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 270px;
  position: absolute;
  right: 30px;
  top: -30px;
  text-align: left;
}

.video-overlay-count {
  font-size: 50px;
  font-weight: 600;
}

.video-overlay-title {
  font-size: 20px;
  line-height: 34px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog-section-bg {
  position: relative;
}

.blog-section-bg::after {
  content: '';
  background: #031026;
  left: 0;
  bottom: 0;
  height: 450px;
  width: 100%;
  position: absolute;
}

.blog-dark .post-content-block {
  background: #031026;
  color: #9ba4b2;
}

.blog-dark .post-title-block a,
.blog-dark .post-title-block a:visited {
  color: #fff;
}

.blog-dark .post-read-more {
  border-top: 1px solid #1d283c;
}

.blog-dark .blog-block:hover .post-content-block {
  background: #fff;
}

.blog-dark .blog-block:hover .post-title-block a,
.blog-dark .blog-block:hover .post-title-block a:visited {
  color: #031026;
}

.map-canvas {
  min-height: 550px;
}

#overlay {
  position: absolute;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 500px;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.page-header-section {
  padding: 250px 0px 250px;
  text-align: center;
}

.page-header-section .breadcrumb {
  background-color: rgba(3, 16, 38, 0.75);
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.page-header-section nav {
  display: inline-block;
}

.page-title {
  display: inline;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  line-height: 20px;
  padding: 10px;
  margin-top: 50px;
  /* background: url('../../images/bg-transparent.png') repeat; */
}

.breadcrumb>li {
  text-shadow: none;
}

.breadcrumb-item {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

.breadcrumb-item a,
.breadcrumb-item a:visited {
  color: #fff;
}

.breadcrumb-item.active {
  color: #9ba4b2;
}

.page-header-section {
  height: 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
}

.header-style-2 .header-content.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.header-style-1 .header-content.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /* -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: rgba(0, 0, 0, 0.8) !important; */
  background-color: #fff !important;
  box-shadow: 0 0 2px #999;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.header-style-1 .header-content.is-sticky a {
  color: #4A4A4A;
}

.about-section-6 {
  padding: 120px 0;
  position: relative;
}

.about-content-6 {
  color: #7b8391;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}

.about-section-6::before {
  content: '';
  position: absolute;
  background: url(../img/half-circle.png) no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
}

.top-border {
  border-top: 10px solid #538de4;
}

.team-section-3 {
  position: relative;
  padding-top: 120px;
  background: #edf0f5;
}

.partners-section-2 {
  position: relative;
  background: #fff;
  padding: 300px 0px 60px;
}

.mb-n-300 {
  margin-bottom: -300px;
}

.partners-section-2::before {
  content: '';
  position: absolute;
  background: url(../img/lines.png) no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
}

.services-section-3 {
  background: #fff;
  padding: 120px 0;
}

.pb-lg-120 {
  padding-bottom: 120px;
}

.video-box-section-2 {
  padding: 120px 0px;
  position: relative;
}

.video-box-section-2::after {
  content: '';
  position: absolute;
  background: url(../img/lines.png) no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.video-box-section-2::before {
  content: '';
  position: absolute;
  background: url(../img/large-lines.png) no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.service-section-inner {
  padding: 120px 0;
}

.service-nav ul {
  padding-left: 0px;
  list-style: none;
  padding: 20px;
  background: #edf0f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 0;
}

.service-nav ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #031026;
  font-weight: 600;
  text-transform: uppercase;
  padding: 22px 20px;
  display: block;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.service-nav ul li:not(:last-child) {
  border-bottom: 1px solid #edf0f5;
}

.contact-box-widget {
  padding: 115px 40px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contact-box-icon {
  background: #fff;
  min-width: 100px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 32px;
  display: inline-block;
  margin: 0px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.contact-phone {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contact-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.service-widget-box:not(:last-child) {
  margin-bottom: 30px;
}

.widget-box:not(:last-child) {
  margin-bottom: 30px;
}

.service-nav .active a {
  background: #BC4444;
  color: #fff;
}

.quote-small,
.wp-block-quote {
  font-size: 18px;
  line-height: 34px;
  color: #7b8391;
  font-weight: 600;
  padding-left: 20px;
  border-left: 2px solid #538de4;
}

.service-content {
  padding: 0px 40px;
}

.service-content img {
  margin-bottom: 40px;
}

.ficon {
  font-size: 65px;
  line-height: 1;
  color: #538de4;
}

.ftitle {
  font-size: 20px;
  font-weight: 600;
  color: #031026;
  text-transform: uppercase;
  margin: 30px auto 50px;
}

.service-features {
  border-top: 1px solid #d9dfe9;
  border-bottom: 1px solid #d9dfe9;
  padding: 60px 0px;
}

.mtb-60 {
  margin: 60px auto;
}

.foucs-text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #538de4;
}

.mb-45 {
  margin-bottom: 45px;
}

.faq-item:not(:last-child) {
  margin-bottom: 10px;
}

.faq-header {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #031026;
  cursor: pointer;
  background: #edf0f5;
  padding: 30px 40px;
  margin: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.faq-item-active .faq-header {
  background: transparent;
  color: #538de4;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.faq-item-active .faq-content {
  max-height: 300px;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  padding: 0px 40px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #7b8391;
}

.faq-item-active {
  border: 2px solid #538de4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.faq-header::before {
  content: '\f140';
  font-family: Flaticon;
  font-style: normal;
  font-weight: 300;
  position: absolute;
  right: 40px;
}

.faq-item-active .faq-header::before {
  content: '\f149';
}

.portfolio-filters ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.portfolio-filters ul li {
  margin: 0px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #7b8391;
  text-transform: uppercase;
  cursor: pointer;
}

.portfolio-sec {
  padding: 120px 0px;
}

.portfolio-filters {
  margin-bottom: 40px;
}

.portfolio-gallary .portfolio-item {
  margin-bottom: 30px;
}

.portfolio-filters .mixitup-control-active,
.portfolio-filters ul li:hover {
  color: #031026;
}

.project-summary {
  background: #031026;
  color: #ffffff;
  max-width: calc(100% - 40px);
  margin: -30px auto 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.ps-block {
  padding: 60px 40px;
  position: relative;
  display: block;
  width: 100%;
}

.ps-block::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
  background: #1d283c;
}

.pd-title {
  color: #9ba4b2;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.pd-content {
  font-size: 20px;
  font-weight: 600;
}

.project-single-wrapper {
  padding: 120px 0px;
}

.project-summary [class*="col-"]:last-child .ps-block::after {
  content: none;
}

.project-details-widget h2,
.project-details-widget h3,
.project-details-widget h4 {
  margin: 40px auto;
  font-weight: 700;
  color: #031026;
}

.project-details-widget h2 {
  font-size: 50px;
}

.project-details-widget h3 {
  font-size: 34px;
}

.project-details-widget h4 {
  font-size: 28px;
}

.related-porolio {
  border-top: 1px solid #d9dfe9;
  padding-top: 120px;
}

.project-details-widget {
  padding-bottom: 120px;
}

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

.ps-content {
  position: relative;
  margin-top: -30px;
  background: #fff;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding: 0px 40px 30px;
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft: 0;
  border-radius: 5px;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -khtml-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -moz-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -ms-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -o-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  box-shadow: 0 0 20px rgba(6, 30, 98, .12);
}

.ps-content .post-date {
  margin-left: -40px;
}

.ps-inner {
  position: relative;
  overflow: hidden;
}

.tags-title {
  font-size: 20px;
  font-weight: 600;
  color: #031026;
  margin-right: 10px;
}

.tags-list {
  font-size: 18px;
  font-weight: 500;
  color: #7b8391;
}

.post-share ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.post-share ul {
  float: right;
}

.post-share ul li {
  margin-left: 20px;
}

.post-share ul a,
.post-share ul a:visited {
  color: #7b8391;
  font-size: 14px
}

.post-share ul a:hover {
  color: #538de4;
}

.ps-tags-share {
  border-top: 1px solid #d9dfe9;
  padding-top: 40px;
  margin-top: 40px;
}

.ps-author-box {
  background: #edf0f5;
  padding: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 60px;
}

.ps-author-name {
  font-size: 24px;
  font-weight: 600;
  color: #031026;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.ps-author-descriptions {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #7b8391;
}

.ps-author-photo img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.sidebar-widgets .widget_search {
  background: #538de4;
  padding: 50px;
}

.sidebar-widgets .widget_search .widget-title {
  color: #fff;
}

.search-widget .form-control {
  height: 70px;
  border: none;
  padding: 10px 100px 10px 30px;
}

.search-widget {
  position: relative;
}

.search-widget-submit {
  border: none;
  background: transparent;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1;
  color: #538de4;
}

.widget-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
  color: #031026;
}

.wlp-thumb {
  margin-right: 20px;
  min-width: 70px;
  max-width: 70px;
}

.wlp-comment {
  font-size: 14px;
  color: #7b8391;
  text-transform: uppercase;
}

.wlp-comment i {
  color: #538de4;
}

.wlp-title {
  font-size: 18px;
  font-weight: 600;
  color: #031026;
  line-height: 30px;
  text-transform: uppercase;
}

.wlp-title a,
.wlp-title a:visited {
  color: #031026;
}

.wlp-item {
  position: relative;
  display: block;
}

.wlp-item:not(:last-child) {
  margin-bottom: 30px;
}

.wlp-item:hover .wlp-title a {
  color: #538de4;
}

.widget-box {
  background: #edf0f5;
  padding: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.widget_categories ul {
  list-style: none;
  padding-left: 0px;
}

.widget_categories ul li {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.widget_categories ul li::before {
  color: #538de4;
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.widget_categories ul li:hover::before {
  opacity: 1;
  visibility: visible;
}

.widget_categories ul li:hover {
  padding-left: 10px;
}

.widget_categories ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #7b8391;
}

.widget_categories ul li a:hover {
  text-decoration: none;
  color: #031026;
  font-weight: 600;
}

#site-overlay.open {
  display: block;
  background: #333;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: .7;
}

.back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  z-index: 9999;
  opacity: 0.9;
  background: #031026;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

.back-to-top.in {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.back-to-top:hover {
  background: #538de4;
  color: #fff;
}

.ptb-120 {
  padding: 120px 0px;
}

.contact-social ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.contact-social ul li {
  margin-right: 20px;
}

.contact-social ul li a,
.contact-social ul li a:visited {
  color: #7b8391;
}

.contact-social ul li a:hover {
  color: #538de4;
}

.error_message {
  display: block;
  height: 22px;
  line-height: 22px;
  background: #FBE3E4 url('../img/error.gif') no-repeat 10px center;
  padding: 3px 10px 3px 35px;
  color: #8a1f11;
  border: 1px solid #FBC2C4;
  -webkit-border-radius: 5px;
}

.loader {
  padding: 0 10px;
}

#success_page h1 {
  background: url('../img/success.gif') left no-repeat;
  padding-left: 22px;
}

.contact-form {
  position: relative;
}

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

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: #edf0f5;
  min-height: 68px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 30px;
  width: 100%;
}

.contact-form textarea {
  padding: 30px;
}

.contact-form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
}

.form-select {
  position: relative;
}

.contact-form .form-select::before {
  position: absolute;
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.form-submit-btn {
  border: none;
  padding: 25px 50px;
}

.ciw-icon {
  background: #1d283c;
  color: #538de4;
  height: 90px;
  min-width: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  margin-right: 20px;
  font-size: 32px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.ciw-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #9ba4b2;
  text-transform: uppercase;
}

.ciw-details {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.ciw-details a,
.ciw-details a:visited {
  color: #fff;
}

.ciw-details a:hover {
  text-decoration: none;
}

.contact-box-wrapper {
  position: relative;
  margin-bottom: -80px;
  z-index: 2;
  padding: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #031026;
}

#banner-support-brand {
  height: 70px !important;
}

#banner-support-imda .col-sm-6 img {
  height: 60px !important;
}

#banner-support-imda .col-sm-4 img {
  margin-top: 10px !important;
  height: 80px !important;
}

/* 20. Responsive styles  */
/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  body {
    padding: 0px;
  }

  .row-flex-full {
    display: block;
  }

  .flex-div-half,
  .flex-div-sixty,
  .flex-div-thirty,
  .flex-div-fourty {
    width: 100%;
  }

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

  .ml-xs-20 {
    margin-left: 20px;
  }

  .img-polaroid {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .slide-heading {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }

  .slide-intro {
    font-size: 16px;
  }

  .slider-one-carousel-footer {
    left: 40% !important;
  }

  .slider-content-s {
    padding: 30px 0;
  }

  .banner-cards {
    height: 100px !important;
    width: 100px !important;
    margin: 0 auto 10px !important;
  }

  .banner-cards-logo {
    height: 60px !important;
  }

  .banner-cards p {
    display: none !important;
  }

  .banner-cards-container {
    width: 100% !important;
    margin: 0 0 20px 2%;
    display: block;
  }

  #banner-support-imda .col-sm-6,
  #banner-support-imda .col-sm-5 {
    float: left !important;
  }

  #banner-support-imda .col-sm-6 {
    width: 50% !important;
  }

  #banner-support-imda .col-sm-6 img {
    height: 40px !important;
  }

  #banner-support-imda .col-sm-4 {
    width: 40% !important;
  }

  #banner-support-imda .col-sm-4 img {
    margin-top: 0px !important;
    height: 70px !important;
  }

  #about-statement {
    height: auto !important;
  }

  .welcome-heading {
    font-size: 30px;
  }

  .breadcrumbs-simple {
    margin-top: 0px !important;
  }

  .service-widget {
    margin-bottom: 50px;
  }

  .about-focus {
    padding: 40px 60px;
    display: block;
    position: relative;
    top: 60px;
    left: 0px;
    max-width: 100%;
  }

  .about-content {
    background: #fff;
    margin-left: 0px;
    margin-top: 0px;
    padding: 60px 0;
    position: relative;
    z-index: 1;
  }

  .about-img-2 {
    position: relative;
    margin-bottom: 0px;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
  }

  .portfolio-carousel-block {
    margin-left: auto;
    margin-left: auto;
  }

  .welcome-widget::after {
    left: -webkit-calc((100% - 340px)/2);
    left: calc((100% - 340px)/2);
  }

  .slider-content {
    padding: 150px 0;
  }

  .dropdown-toggle::after {
    content: none;
  }

  .header-mobile-logo {
    padding: 30px 0;
    text-align: center;
  }

  .dropdown-toggle {
    color: #fff;
  }

  .ph-icon {
    margin-bottom: 30px;
  }

  .fun-facts-inner {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  .counter-block {
    margin-top: 0px;
    padding: 30px;
  }

  .counter-block::after {
    content: none;
  }

  .section-title {
    font-size: 30px;
  }

  .cta-small-btn {
    margin-left: 0px;
    margin-top: 30px;
  }

  .cta-small {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .mb-xs-60 {
    margin-bottom: 60px;
  }

  .search-btn-dark {
    margin-right: 0;
    text-align: right;
  }

  .slider-two .slide-heading {
    font-size: 50px;
  }

  .experience-section {
    position: relative;
    padding: 60px 0;
  }

  .experience-block {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: block;
    max-width: 100%;
  }

  .about-section-2 {
    padding-top: 60px;
  }

  .about-inner {
    margin-left: auto;
    margin-left: auto;
  }

  .post-row>[class*="col-"]:not(:last-child) {
    margin-bottom: 30px;
  }

  .blog-section-bg::after {
    background: transparent;
  }

  .footer-social-media ul {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .footer-social-media {
    margin-top: 30px;
  }

  .page-header-section {
    height: 300px;
    padding: 100px 0;
  }

  .faq-header {
    padding: 30px 70px 30px 40px;
  }

  .post-share ul {
    float: left;
  }

  .post-share {
    margin-top: 30px;
  }

  .ps-author-photo {
    margin-bottom: 30px;
  }

  .contact-info-widget {
    margin-bottom: 30px;
  }

  #isoteam-video-block {
    margin-bottom: 150px;
  }

  #pam-video-block {
    margin-bottom: 30px;
  }

  .clients-item {
    margin-bottom: 50px;
  }

  #clients-carousel-clients .swiper-button-next,
  .swiper-button-prev {
    /* top: 25%; */
  }

  #our-partners img {
    margin-bottom: 50px;
  }

  .footer-margin {
    margin-left: 20px;
    margin-right: 20px;
  }

  #overlay {
    top: 124px;
    height: 300px;
  }

  #iso-cert-mark {
    width: 70%;
  }

  .row-margin-left {
    margin-left: -15px;
  }

  .span-margin {
    margin-bottom: 30px !important;
  }

  .span-xmargin {
    margin-bottom: 60px !important;
  }

  /* // About */
  #biography {
    left: 4% !important;
    width: 94% !important;
  }

  /* // Products */
  .products .tabs li h2 {
    font-size: 28px !important;
  }

  /* // InSight QSE */
  .qse-padding-left {
    padding-left: 30px;
  }

  .product-insight-logo {
    width: 20% !important;
  }

  /* // Solutions */
  .solutions-cards-margin {
    margin-top: 40px;
  }

  .solutions-cards {
    height: 240px !important;
  }

  .eptw-left {
    text-align: left !important;
  }

  /* // Safety & Env */
  .safety-env-mobile {
    width: 50% !important;
  }

  .safety-env-icon {
    width: 10% !important;
  }

  .responsive-center {
    text-align: center !important;
  }

  /* // Servicing */
  .servicing-mobile {
    width: auto !important;
    height: 80% !important;
  }

  .servicing-img-container {
    margin-left: 0px !important;
  }

  .servicing-icon {
    width: 15% !important;
    height: auto !important;
  }

  .solutions-product-solutions-cards {
    width: 350px !important;
    height: 100% !important;
  }

  .solutions-product-solutions-cards p {
    display: block !important;
  }

  /* // Projects */
  #projects .nav-tabs li h3 {
    font-size: 16px !important;
  }

  #projects .nav-tabs li img {
    width: 90%;
  }

  #photos .row {
    display: block;
  }

  /* // Grants */
  .grant-h4 {
    margin: 0px 50px 9px;
  }

  .grant-img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .grant-article {
    padding: 0px !important;
    margin: 0 50px;
  }

  .grant-sgd-horizontal {
    width: 100% !important;
    height: auto !important;
  }

  .grant-sgd img {
    margin: 0px 0px 0px 0px !important;
  }

  .grant-sgd h4 {
    padding: 0px 0px 10px 20px !important;
    text-align: center;
  }

  .grant-sgd p {
    padding: 0px 20px 20px 20px !important;
  }

  .tag-new {
    margin: 0px auto 20px !important;
    width: 200px;
  }

  .grant-new h4 {
    padding: 0px 0px 10px 20px !important;
    text-align: center;
  }

  .grant-new p {
    padding: 0px 20px 20px 20px !important;
  }

  /* // News */
  .news h2 {
    padding: 0px 0px !important;
  }

  .news h2 a {
    padding: 0px 0px !important;
  }

  .news-item-img {
    text-align: left !important;
    margin-bottom: 10px;
  }

  .news-item-img img {
    height: 100px;
    width: auto;
  }

  /* // Career */
  .hiring-container {
    margin: 40px 20px !important;
  }

  .hiring-container h1 {
    font-size: 28px !important;
  }

  .hiring-container h2 {
    padding-top: 20px !important;
    font-size: 20px !important;
  }

  /* // PPVC */
  .ppvc-header h1 {
    font-size: 28px !important;
    padding: 25% 0px 10% 20px !important;
  }

  .cboss-ppvc-h2 {
    text-align: center !important;
  }

  .cboss-ppvc-image-container {
    text-align: center;
    margin-bottom: 40px;
  }

  .cboss-pre-post-cards {
    margin-left: 10%;
  }

  .cboss-ppvc-intro-h5 {
    padding: 40px 50px !important;
  }

  #cboss-pre-post-cards {
    padding: 20px 30px 20px !important;
  }

  #cboss-pre-post-s-cards {
    padding: 20px 30px 20px !important;
  }

  #cboss-pre-post-cards,
  #cboss-pre-post-s-cards {
    text-align: center !important;
  }

  /* // ePTW */
  .qse-logo {
    /* margin-left: 30px; */
  }

  .eptw-banner-desc-div {
    padding: 20px 10% 0px !important;
  }

  .solutions-preview .solutions-image-device.screens {
    left: 19% !important;
  }

  .eptw-icon {
    width: 20% !important;
    height: auto !important;
  }

  /* // HIP */
  .hip-timeline {
    width: 100% !important;
  }

  /* // Privacy */
  #effective-date-div {
    margin-left: 0% !important;
  }

  /* // Terms of Use */
  .tos-row-padding {
    padding: 0px 20px !important;
  }

  .tos-list-left {
    width: 8% !important;
  }

  .tos-list-right {
    width: 85% !important;
  }
}

@media only screen and (max-device-width: 1066px) {
  .slider-one-slide {
    min-height: 100vh;
    position: relative;
  }

  /* // InSight QSE */
  .c2sp-highlight {
    padding: 30px 20% !important;
  }
}

@media only screen and (min-device-width: 1920px) {
  .page-header-section {
    height: 600px;
  }

  #overlay {
    height: 600px;
  }

  .slider-one-slide {
    min-height: 100vh;
    position: relative;
  }

  /* // InSight QSE */
  .c2sp-highlight {
    padding: 30px 20% !important;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .contact-info-widget {
    margin-bottom: 30px;
  }

  .search-btn-dark {
    margin-right: 0;
    text-align: right;
  }

  .dropdown-toggle::after {
    content: none;
  }

  .header-mobile-logo {
    padding: 30px 0;
    text-align: center;
  }

  .dropdown-toggle {
    color: #333;
  }

  .slider-content {
    padding: 50px 0;
  }

  .slide-heading {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .slide-intro {
    /* margin-bottom: 20px; */
  }

  .welcome-widget::after {
    left: -webkit-calc((100% - 640px)/2);
    left: calc((100% - 640px)/2);
  }

  .service-widget {
    margin-bottom: 50px;
  }

  .about-focus {
    left: -30px;
  }

  .about-content {
    margin-left: 0px;
    padding: 60px 0;
  }

  .fun-facts-inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .counter-block {
    margin-top: 0px;
    padding: 60px;
  }

  .why-choose-content {
    margin-top: 30px;
  }

  .mb-md-60 {
    margin-bottom: 60px;
  }

  .section-title {
    font-size: 32px;
  }

  .theme-btn {
    padding: 25px 40px;
  }

  .slider-two .slide-heading {
    font-size: 50px;
  }

  .experience-section {
    position: relative;
    padding: 60px 0;
  }

  .experience-block {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: block;
    max-width: 100%;
  }

  .about-section-2 {
    padding-top: 60px;
  }

  .about-inner {
    margin-left: auto;
    margin-left: auto;
  }

  .post-row>[class*="col-"]:not(:last-child) {
    margin-bottom: 30px;
  }

  .blog-section-bg::after {
    background: transparent;
  }

  .slider-two .slider-one-slide {
    min-height: 700px;
  }

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

  .slider-two .slider-content {
    padding: 200px 50px;
  }

  .search-btn {
    font-size: 24px;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1399.98px) {
  .about-focus {
    left: -30px;
  }

  .portfolio-carousel-block {
    margin-left: auto;
    margin-left: auto;
  }

  /* // Services */
  #services-card-first {
    height: 540px;
  }

  #services-card-second {
    height: 540px;
  }

  /* // Career */
  #career-card-first {
    height: 582px;
  }

  .hiring-submit-resume {
    padding-left: 30px;
  }
}

.slide-bg {
  background-color: #031026;
  mix-blend-mode: luminosity;
}

.about-img-1,
.about-img-2,
.portfolio-item,
.clients-item .why-chhose-image,
.why-choose-img,
.tu-photo img,
.lp-thumb img,
.service-thumb,
.styled-image-1 img,
.about-image-4,
.member-photo,
.teammember-photo {
  /* background: #031026; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.about-img-1 img,
.about-img-2 img,
.portfolio-item img,
.clients-item img,
.why-chhose-image img,
.why-choose-img img,
.tu-photo img,
.lp-thumb img,
.service-thumb img,
.styled-image-1 img,
.about-image-4,
.member-photo img,
.teammember-photo img {
  /* mix-blend-mode: luminosity; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.notfound-wrapper {
  padding: 120px 0;
}

.notfound-title {
  font-size: 140px;
  font-weight: 700;
}

.notfound-subtitle {
  font-size: 50px;
  font-weight: 600;
}

.notfound-btn {
  margin-top: 45px;
}

.faq-page-wrapper,
.team-section-page {
  padding: 120px 0;
  position: relative;
}

.faq-page-wrapper::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/large-lines.png) no-repeat;
  background-position: right bottom;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.faq-page-wrapper::before {
  content: '';
  position: absolute;
  background: url(../img/lines.png) no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
}

.team-single-page {
  padding: 120px 0px;
}

.teammember-contact ul {
  padding-left: 0px;
  list-style: none;
}

.teammember-contact ul li {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 20px;
}

.tmc-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #538de4;
  margin-right: 30px;
  border-radius: 100%;
  background-color: #b7d4ff;
  text-align: center;
}

.tmc-content,
.tmc-content a,
.tmc-content a:visited {
  font-weight: 600;
  font-size: 18px;
  color: #031026;
}

.teammember-name {
  font-weight: 700;
  font-size: 45px;
  color: #031026;
  text-transform: uppercase;
}

.teammember-designation {
  font-weight: 600;
  font-size: 22px;
  color: #538de4;
  text-transform: uppercase;
}

.teammember-bio {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #7b8391;
}

.teammember-skills {
  margin-bottom: 40px;
}

.active-page-menu a {
  color: #ff0000 !important;
}

.header h1 {
  color: #333;
  margin: 14px 0px 0px;
  font-size: 30px;
  font-weight: bold;
  text-shadow: none;
}

.card {
  padding: 20px 55px 40px;
  box-shadow: 0px 3px 30px rgba(154, 170, 207, 0.3);
  background: #fff;
  border-width: 0px !important;
  border-radius: .5rem;
}

.card>hr {
  margin: 0 auto !important;
}

.services-card {
  padding: 30px 50px 20px;
  box-shadow: 0px 3px 30px rgba(154, 170, 207, 0.3);
  background: #fff;
  border-width: 0px !important;
  border-radius: .5rem;
}

.grant-card {
  padding: 40px 10px;
  box-shadow: 0px 3px 30px rgba(154, 170, 207, 0.3);
  background: #fff;
  border-width: 0px !important;
  border-radius: .5rem;
}

.career-card {
  padding: 30px 10px 20px;
  box-shadow: 0px 3px 30px rgba(154, 170, 207, 0.3);
  background: #fff;
  border-width: 0px !important;
  border-radius: .5rem;
}

.career-card p {
  padding: 0 20px;
}

.contact-card {
  padding: 30px 10px;
  box-shadow: 0px 3px 30px rgba(154, 170, 207, 0.3);
  background: #fff;
  border-width: 0px !important;
  border-radius: .5rem;
}

.contact-card a {
  font-size: 22px;
  font-weight: 900;
}

#contact-card-first {
  height: 313px;
}

.banner-cards {
  height: 100%;
  cursor: pointer;
  transition: transform .2s;
}

.banner-cards:hover {
  transform: scale(1.1);
}

.banner-cards-logo {
  height: 80px;
  margin: 0 auto;
}

.banner-cards-container {
  width: 18%;
  margin-right: 1%;
  float: left;
}

#banner-cards-container-left {
  margin-left: 3%;
}

/****************************************************************************
Simple Breadcrumbs
****************************************************************************/
.breadcrumbs-simple {
  overflow: hidden;
  background: #fff;
  border-color: #e1e1e1;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 1px;
  margin: 134px 0px 0px;
  max-height: 50px;
  height: 34px;
  padding: 0px;
}

.breadcrumbs-simple ul {
  margin: 0px;
}

.breadcrumbs-simple ul li:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #ddd;
  position: absolute;
  top: 0%;
  margin-top: -14px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

.breadcrumbs-simple ul li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #fff;
  position: absolute;
  top: 0%;
  margin-top: -14px;
  overflow: hidden;
  left: 100%;
  z-index: 2;
}

.breadcrumbs-simple ul li {
  display: inline;
  color: #666;
  display: block;
  float: left;
  font-size: 12px;
  padding: 7px 0px 7px 54px;
  position: relative;
  text-decoration: none;
  border-right-width: 0px;
}

.breadcrumbs-simple ul li>a,
.breadcrumbs-simple ul li>a:link,
.breadcrumbs-simple ul li>a:visited {
  color: #770000;
  font-weight: bold;
}

.breadcrumbs-simple ul li:first-child {
  padding-left: 20px;
}

/****************************************************************************
Why Capps
****************************************************************************/
.why-h5 {
  font-size: 18px;
  padding-bottom: 30px;
}

.why-div p {
  padding: 0px 20px;
}

/****************************************************************************
About Us
****************************************************************************/
#about-statement {
  height: 358px;
}

/****************************************************************************
Products
****************************************************************************/
.products {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
}

.products .tabs li h2 {
  font-size: 33px;
}

.products .header {
  text-align: center;
  margin-bottom: 20px;
}

.products .header h1 {
  color: #333;
  margin: 14px 0px 0px;
  font-size: 30px;
  font-weight: bold;
  text-shadow: none;
}

.products .header h2 {
  font-weight: normal;
  padding: 0px 0px 10px 0px;
  margin: 0px;
  font-size: 20px;
}

.products .content-wrap {
  padding: 0px 0px 0px 0px;
}

.products .content-wrap .header {
  padding: 20px 0px;
}

.products .text-content {
  padding-top: 40px;
}

.products .product-wrap {
  color: #fff;
  padding: 40px 0px 0px;
  /*background-image: url('../images/banner/banner_pam.jpg');*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #bc4444;
}

.products .span4 {
  height: 580px;
}

.products .preview {
  height: 100%;
  margin-left: 50px;
  position: relative;
}

.products .preview .image-device {
  position: absolute;
  bottom: 0px;
  left: 4px;
  z-index: 10;
  margin-bottom: 50px;
}

.products .preview .image-device.screens {
  left: 15px;
  bottom: 32px;
  z-index: 9;
}

.products .preview .carousel-control,
.products .preview .carousel-indicators {
  display: none;
}

.products .preview .image-device.screens .carousel {
  margin-bottom: 0px;
}

.products .preview .image-device.screens .item {}

.products .preview .image-device.screens .item img {
  text-align: center;
  margin: 0 auto 20px;
}

.products .accordion-group {
  margin-bottom: 2px;
  text-align: left;
  border: 0px;
}

.products .accordion-heading h2 {
  font-size: 18px;
  font-family: 'Rajdhani', sans-serif;
  height: 100px;
}

.products .accordion-heading h2.right a {
  background-position: right;
  padding: 30px 100px 30px 0px;
  text-align: right;
  float: right;
}

.products .accordion-heading h2 a {
  display: inline;
  line-height: 23px;
  color: #fff;
  padding: 0px;
  text-decoration: none;
  background-repeat: no-repeat;
  padding: 30px 0px 30px 100px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  background-position: left;
  float: left;
  cursor: default;
  font-family: 'Rajdhani', sans-serif;
}

.products h1 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 900;
}

.products h5 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 200;
}

/** For PAM **/
.products .accordion-heading h2.timeCard a {
  background-image: url("../../images/icon/icon-office.png");
}

.products .accordion-heading h2.salary a {
  background-image: url("../../images/icon/icon-person-money.png");
}

.products .accordion-heading h2.paylisp a {
  background-image: url("../../images/icon/icon-pay.png");
}

.products .accordion-heading h2.reports a {
  background-image: url("../../images/icon/icon-computer-chart.png");
}

.products .accordion-heading h2.saas a {
  background-image: url("../../images/icon/icon-buyer.png");
}

.products .accordion-heading h2.easy a {
  background-image: url("../../images/icon/icon-cloud.png");
}

.products .accordion-heading h2.leave a {
  background-image: url("../../images/icon/icon-airplane.png");
}

.products .accordion-heading h2.helmet a {
  background-image: url("../../images/icon/icon-helmet.png");
}

.products .accordion-heading h2.auto-sync a {
  background-image: url("../../images/icon/icon-cloud-sync.png");
}

/** For INSIGHT **/
.products .accordion-heading h2.ota a {
  background-image: url("../../images/icon/circle-sync.png");
}

.products .accordion-heading h2.gps a {
  background-image: url("../../images/icon/circle-gps.png");
}

.products .accordion-heading h2.photo a {
  background-image: url("../../images/icon/circle-user-photo.png");
}

.products .accordion-heading h2.multi-photo a {
  background-image: url("../../images/icon/circle-multi-photos.png");
}

.products .accordion-heading h2.checklist a {
  background-image: url("../../images/icon/circle-checklist.png");
}

.products .accordion-heading h2.shield a {
  background-image: url("../../images/icon/circle-shield.png");
}

.products .accordion-heading h2.bug a {
  background-image: url("../../images/icon/circle-bug.png");
}

.products .accordion-heading h2.open a {
  background-image: url("../../images/icon/icon-open-source.png");
}

.products .accordion-inner {
  border: 0px;
  padding: 0px;
}

/****************************************************************************
Clients
****************************************************************************/
#client-carousel {
  height: auto;
}

#client-carousel .span4 {
  text-align: center;
  height: 200px;
}

#client-carousel .span4 img {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  height: 100px;
  filter: gray;
  /* IE6-9 */
  margin-bottom: 20px;
  -webkit-filter: grayscale(0);
  /* Google Chrome, Safari 6+ & Opera 15+ */
}

#client-carousel .span4 img:hover {
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: none;
  /* IE6-9 */
}

#client-carousel h3 {
  font-size: 17px;
}

#client-carousel .carousel-control {
  position: absolute;
  top: 30%;
  left: -4px;
  width: 40px;
  height: auto;
  padding: 7px 0px;
  margin-top: -20px;
  font-size: 30px;
  font-weight: 100;
  line-height: 30px;
  color: #ccc;
  text-align: center;
  background: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0px !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

#client-carousel .carousel-indicators {
  position: absolute;
  top: 96%;
  /* left: 45%; */
  z-index: 5;
  margin: 0px;
  list-style: outside none none;
}

#client-carousel .carousel-indicators li {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  border-radius: 20px;
}

#client-carousel .carousel-indicators .active {
  background-color: #770000;
}

#client-carousel .carousel-control.right {
  right: -3px;
  left: auto;
}

#client-carousel .carousel-control:hover {
  color: #c1c1c1;
}

/**********************************************************************
***********************************ANIMATIONS**************************
**********************************************************************/
.animDelayShort {
  -webkit-animation-delay: .2s;
  /* Chrome, Safari, Opera */
  animation-delay: .2s;
}

.animDelayMedium {
  -webkit-animation-delay: .4s;
  /* Chrome, Safari, Opera */
  animation-delay: .4s;
}

.animDelayLong {
  -webkit-animation-delay: .8s;
  /* Chrome, Safari, Opera */
  animation-delay: .8s;
}

.hiddenContent {
  visibility: hidden;
}

/**********************************************************************
***********************************LINES*******************************
**********************************************************************/
.line {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #e1e1e1;
}

.line-darkred {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #770000;
}

.line.styled {
  margin: 24px 0px;
  border: 0px;
  height: 3px;
  background: url('../../images/bg-line-red.png') no-repeat left #f1f1f1;
}

hr {
  margin: 20px 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  background: transparent;
}

.hr-heading {
  width: 160px;
  text-align: center;
  margin: auto;
  border: 0px;
  background: none;
  border-bottom: 2px solid #e1e1e1;
}

.hr-heading .inverse {
  border-bottom: 2px solid #333;
}

.hr-heading.red {
  border-bottom: 2px solid #cc0000;
}

.hr-heading.lred {
  border-bottom: 2px solid #d34a4b;
}

.hr-heading.white {
  border-bottom: 2px solid #fff;
}

.hr-heading.gray {
  border-bottom: 2px solid #999;
}

.hr-heading.lightgray {
  border-bottom: 2px solid #828282;
}

.hr-heading.black {
  border-bottom: 2px solid #111
}

.hr-heading.darkred {
  border-bottom: 2px solid #8b313a;
}

.hr-heading.thinn {
  border-width: 1px;
}

.hr-heading.thick {
  border-width: 4px;
}

.hr-heading.xshort {
  width: 25px;
}

.hr-heading.short {
  width: 100px;
}

.hr-heading.long {
  width: 240px;
}

.hr-heading.xlong {
  width: 90%;
  padding: 5px;
}

.hr-heading.block {
  display: block;
  width: 100%;
}

/**********************************************************************
***********************************TEXT/COLORS*************************
**********************************************************************/
.orange {
  color: #fe781e !important;
}

.lgreen {
  color: #e8f405;
}

.purple {
  color: #9b59bb !important;
}

.blue {
  color: #2e9cde !important;
}

.greenyellow {
  color: #e8f405;
}

.lgreen {
  color: #41bb19 !important;
}

.green {
  color: #19a541 !important;
}

.darkgreen {
  color: #0d8d31 !important;
}

.dgreen {
  color: #51dc99 !important;
}

.grey {
  color: #999 !important;
}

.lgrey {
  color: #ccc !important;
}

.lblue {
  color: #1da4e5 !important;
}

.lred {
  color: #fe5455 !important;
}

.red {
  /* color: #ff3738 !important; */
  color: #BC4444 !important;
}

.red-qse {
  color: #b71c1c !important;
}

.dgreen-servicing {
  color: #0B5554 !important;
}

.green-servicing {
  color: #6fae50 !important;
}

.dyellow-cboss {
  color: #F7C91F !important;
}

.yellow-cboss {
  color: #e0ae2b !important;
}

.darkred {
  color: #770000 !important;
}

.darkgrey {
  color: #444 !important;
}

.white {
  color: #fff !important;
}

.lblack {
  color: #212121 !important;
}

.black {
  color: #111 !important;
}

.link-greenyellow {
  color: #e8f405;
}

.link-greenyellow:hover {
  color: #fff;
}

.link-yellow {
  color: #fff200;
}

.link-yellow:hover {
  color: #fff200;
}

.italic {
  font-style: italic;
}

.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.strong {
  font-family: "Lato";
  font-weight: 900;
}

.t-left {
  text-align: left;
}

.small {
  font-size: 12px;
}

.t-heading-small {
  font-size: 16px;
}

.t-heading-normal {
  font-size: 21px;
  padding-top: 10px;
}

.t-heading-medium {
  font-size: 22px;
}

.big {
  font-size: 30px;
}

.caps {
  text-transform: uppercase;
}

.brown-hip {
  color: #4b2f2f !important;
}

/**********************************************************************
***********************************SPACE*******************************
**********************************************************************/
.space-mini {
  height: 5px;
  display: block;
}

.space {
  height: 10px;
  display: block;
}

.space-large {
  height: 30px;
  display: block;
}

.space-nlarge {
  height: 50px;
  display: block;
}

.space-xlarge {
  height: 70px;
  display: block;
}

.pad-none {
  margin: 0px;
  padding: 0px;
}

.pad-small {
  padding: 5px;
}

.pad-normal {
  padding: 10px;
}

.pad-large {
  padding: 16px;
}

.pad-xlarge {
  padding: 26px;
}

.pad-side-huge-responsive {
  padding: 20px 10%;
}

.pad-side-xhuge {
  padding: 0px 20%;
}

.pad-side-xxhuge {
  /* padding: 80px 200px 50px; */
  padding: 50px 20%;
}

.bordered {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
}

.underline {
  display: inline;
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 10px;
}

.pull-center {
  margin: auto;
  text-align: center;
}

/**********************************************************************
******************************BACKGROUND COLORS ***********************
**********************************************************************/
.b-white {
  background-color: #fff;
}

.b-blue {
  color: #fff;
  background-color: #3a9ecd;
}

.b-lblue {
  background-color: #9bd5fd;
}

.b-softgrey {
  background-color: #E8ECF7;
}

.b-lgrey {
  background-color: #f6f6f6;
}

.b-mgray {
  background-color: #f8f9fa;
}

.b-gray {
  background-color: #ccc;
}

.b-dark-gray {
  color: #fff;
  background-color: #444;
}

.b-black {
  color: #fff;
  background-color: #212121;
}

.b-midlightblack {
  color: #828282;
  background-color: #1f1f1f;
}

.b-lightblack {
  color: #fff;
  background-color: #222;
}

.b-red {
  color: #fff;
  background-color: #bc4444;
}

.b-green {
  color: #fff;
  background-color: #6fae50;
}

.b-orange {
  color: #fff;
  background-color: #e77e05;
}

.b-qse-dblue {
  color: #fff;
  background-color: #2e465e;
}

.b-pam {
  color: #fff;
  background-color: #01acd4;
}

.b-cboss {
  color: #111;
  background-color: #e0ae2b;
}

.b-hip {
  color: #111;
  background-color: #4b2f2f;
}

/**********************************************************************
***********************************SPACE*******************************
**********************************************************************/
.space-smini {
  height: 2px;
  display: block;
}

.space-mini {
  height: 5px;
  display: block;
}

.space {
  height: 10px;
  display: block;
}

.space-slarge {
  height: 20px;
  display: block;
}

.space-large {
  height: 30px;
  display: block;
}

.space-xlarge {
  height: 70px;
  display: block;
}

/**********************************************************************
***********************************LIST********************************
**********************************************************************/
.nav-styled {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.nav-styled li {
  text-align: left;
  padding: 10px 0px 10px 32px;
  background: url('../../images/icon/icon-ok-sign-red.png') left no-repeat;
}

.nav-styled.inverse li {
  background: url('../../images/icon/icon-ok-sign-inverse.png') left no-repeat;
}

.nav-styled.gray li {
  background: url('../../images/icon/icon-ok-sign.png') left no-repeat;
}

.nav-styled.blue li {
  background: url('../../images/icon/icon-ok-sign-blue.png') left no-repeat;
}

.nav-styled li a:hover {
  background: none;
}

.nav-styled-dashed {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.nav-styled-dashed li {
  text-align: left;
  padding: 5px 0px 5px 12px;
  background: url('../../images/icon/dash.png') left no-repeat;
}

.nav-styled-dashed li a:hover {
  background: none;
}

.nav-styled-tick {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.nav-styled-tick li {
  text-align: left;
  padding: 5px 0px 5px 24px;
  background: url('../../images/icon/tick-mini.png') left no-repeat;
}

.nav-styled-tick li a:hover {
  background: none;
}

.nav-large li {
  margin: 10px 0px;
  line-height: 28px;
  font-size: 18px;
}

.nav-styled-circle li {
  text-align: left;
  padding: 5px 0px 5px 30px;
  background: url('../../images/icon/icon-circle-mini.png') left no-repeat;
}

.our-team h2,
h3 {
  font-weight: 900;
}

.our-team .nav-styled li {
  font-size: 14px;
}

/****************************************************************************
Profile
****************************************************************************/
.profile-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  color: #fff;
}

.profile-wrap * {
  color: #fff;
}

.profile-wrap div.biography {
  display: none;
}

.profile {
  background-color: #ca5260;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 320px;
  transition: all .2s;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.profile:hover {
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.profile-wrap .caption {
  line-height: 20px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: url('../../images/bg-transparent.png') repeat;
  width: 100%;
}

.profile-wrap .caption .content {
  padding: 5px 10px;
}

.profile-wrap .caption h2 {
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  line-height: 24px;
}

.profile-wrap .caption h3.designation {
  font-size: 15px;
  font-weight: normal;
  padding: 0px;
  line-height: 24px;
  margin: 0px;
}

.profile.sean {
  background-image: url('../../images/profile/sean.png');
}

.profile.eilen {
  background-image: url('../../images/profile/eilen.jpeg');
}

.profile.siangcheng {
  background-image: url('../../images/profile/siangcheng.png');
}

.profile.raymond {
  background-image: url('../../images/profile/raymond.png');
}

.profile.andrew {
  background-image: url('../../images/profile/andrew.png');
}

.profile.zayya {
  background-image: url('../../images/profile/zayya.png');
}

.profile.htetwaihlanhtun {
  background-image: url('../../images/profile/htetwaihlanhtun.png');
}

.profile.kaungmyatoo {
  background-image: url('../../images/profile/kaungmyatoo.png');
}

.profile.zarnimyosettwin {
  background-image: url('../../images/profile/zarnimyosettwin.png');
}

.profile.nhan {
  background-image: url('../../images/profile/nhan.png');
}

.profile.marcus {
  background-image: url('../../images/profile/marcus.png');
}

.profile.kaunghtetlin {
  background-image: url('../../images/profile/kaunghtetlin.png');
}

.profile.zhixiong {
  background-image: url('../../images/profile/zhixiong.png');
}

.profile.yanhsia {
  background-image: url('../../images/profile/yanhsia.png');
}

.profile.avatar-female {
  background-image: url('../../images/profile/avatar-female.png');
}

.profile.avatar {
  background-image: url('../../images/profile/avatar.jpg');
}

.profile.patricia {
  background-image: url('../../images/profile/patricia2.png');
}

.profile.vincent {
  background-image: url('../../images/profile/vincent.png');
}

.profile.jerald {
  background-image: url('../../images/profile/jerald.png');
}

.profile.yeeling {
  background-image: url('../../images/profile/yeeling.png');
}

.profile.paing {
  background-image: url('../../images/profile/paing.jpg');
}

.profile.nihan {
  background-image: url('../../images/profile/NiHan.png');
}

.profile.htoowk {
  background-image: url('../../images/profile/htoowk1.png');
}

.profile.kokogyi {
  background-image: url('../../images/profile/kokogyi1.png');
}

.profile.yantian {
  background-image: url('../../images/profile/yantian.jpeg');
}

.profile.nawsunshine {
  background-image: url('../../images/profile/nawsunshine1.png');
}

.profile.lunpyaeeain {
  background-image: url('../../images/profile/lunpyaeeain5.png');
}

.profile.waihtikelin {
  background-image: url('../../images/profile/waihtikelin.jpeg');
}

.profile.leslie {
  background-image: url('../../images/profile/leslie.png');
}

.profile.kaihui {
  background-image: url('../../images/profile/kaihui_1.jpg');
}

.profile.rosalindng {
  background-image: url('../../images/profile/rosalindng.jpg');
}

.profile.rachel {
  background-image: url('../../images/profile/rachel.jpeg');
}

.profile.kaiyin {
  background-image: url('../../images/profile/kaiyin.png');
}

.profile.loke {
  background-image: url('../../images/profile/loke.png');
}

.profile.gary {
  background-image: url('../../images/profile/gary.jpeg');
}

.profile.aaron {
  background-image: url('../../images/profile/aaron.jpg');
}

.profile.qiwei {
  background-image: url('../../images/profile/qiwei.jpeg');
}

.profile.amelia {
  background-image: url('../../images/profile/amelia1.png');
}

.profile.joseph {
  background-image: url('../../images/profile/joseph.jpg');
}

.profile.sheryee {
  background-image: url('../../images/profile/SheryeeLok_3.png');
}

.profile.kangchi {
  background-image: url('../../images/profile/KangChi.png');
}

.profile.jilian {
  background-image: url('../../images/profile/JiLian.jpg');
}

.profile.merrick {
  background-image: url('../../images/profile/Merrick.png');
}

#biography {
  margin-top: 20px;
  left: 50%;
  width: 560px;
  height: auto;
}

#biography .hr-heading {
  width: 520px;
}

.modal-header {
  border-bottom: 0px;
  padding: 20px 38px 10px;
}

.modal-body p {
  padding: 2px 20px;
  font-size: 14px;
}

/****************************************************************************
InSightQSE
****************************************************************************/

.c2sp-highlight {
  padding: 30px 12%;
}

.product-header {
  background: url("../../images/products/C2SPCover.png") no-repeat center center fixed;
  background-size: cover;
}

.product-header h1 {
  font-size: 30px;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.4);
  padding-left: 30px;
  color: #fff;
}

.product-header p {
  text-shadow: #000 1px 0 10px;
  font-size: 18px;
  padding-left: 30px;
}

.product-logo {
  width: auto;
  height: 80px;
}

.btn-qse {
  border-radius: 0;
  padding: 10px 40px;
  font-size: 16px;
  border: 0px;
  cursor: pointer;
  position: relative;
  background-color: #b71c1c;
  outline: none;
  color: white;
  margin: 40px 10px 0px 30px;
  white-space: nowrap;
}

.product-container {
  width: 80%;
  margin: 0 auto;
}

.product-comprehensive {
  padding: 20px 0px 30px;
}

.product-comprehensive h3 {
  margin-top: 10px;
  margin-bottom: 40px;
}

.product-comprehensive h5 {
  margin-top: 20px;
}

.product-table th h5 {
  /* font-weight: bold; */
  text-align: center;
  color: #fff;
  margin: 0px;
}

.product-table td {
  font-weight: normal;
  color: #fff;
}

.product-table {
  text-align: left;
  overflow: hidden;
  display: table;
  padding: 0 0 8em 0;
  width: 100%;
}

.product-insight-logo {
  width: 50%;
  transition: transform .2s;
}

.product-insight-logo:hover {
  transform: scale(1.1);
}

.product-insight-logo-cap {
  transition: transform .2s;
}

.product-insight-logo-cap:hover {
  transform: scale(1.1);
}

#product-table-administration td,
#product-table-administration th {
  padding: 0.75em;
}

#product-table-quality th,
#product-table-safety th,
#product-table-ptw th {
  padding: 0.67em;
}

#product-table-quality td {
  padding: 0.93rem 0.7em;
}

#product-table-safety td {
  padding: 0.93rem 0.7em;
}

#product-table-ptw td {
  padding: 1.72rem 0.7em;
}

#product-table-administration th {
  background-color: #35363a;
}

/* Background-color of the odd rows */
.product-table .product-table-administration:nth-child(odd) {
  background-color: #989898;
}

/* Background-color of the even rows */
.product-table .product-table-administration:nth-child(even) {
  background-color: #7f7f7f;
}

#product-table-quality th {
  background-color: #BD1C1F;
}

/* Background-color of the odd rows */
.product-table .product-table-quality:nth-child(odd) {
  background-color: #FD6861;
}

/* Background-color of the even rows */
.product-table .product-table-quality:nth-child(even) {
  background-color: #FF3A3A;
}

#product-table-safety th {
  background-color: #FE5A1D;
}

/* Background-color of the odd rows */
.product-table .product-table-safety:nth-child(odd) {
  background-color: #FFA80F;
}

/* Background-color of the even rows */
.product-table .product-table-safety:nth-child(even) {
  background-color: #FE8116;
}

#product-table-ptw th {
  background-color: #2A6325;
}

/* Background-color of the odd rows */
.product-table .product-table-ptw:nth-child(odd) {
  background-color: #31BD5A;
}

/* Background-color of the even rows */
.product-table .product-table-ptw:nth-child(even) {
  background-color: #30A143;
}

.product-dashboard-container {
  width: 80%;
  margin: 0 auto;
}

/****************************************************************************
Solutions
****************************************************************************/
.circles {
  text-align: center;
}

.circle {
  position: relative;
}

.circle .description {
  padding-left: 3px;
  font-weight: bold;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
}

.circle .projects {
  font-size: 50px;
  padding: 0px;
  margin: 0px;
}

.circle .monthYear {
  padding: 0px;
  font-size: 18px;
}

.product.stack {
  height: 560px;
  position: relative;
}

.product.stack .stack-left {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.product.stack .stack-right {
  position: absolute;
  bottom: -20px;
  right: -10px;
}

.product.stack .stack-left-top {
  position: absolute;
  top: 0px;
  left: 0px;
}

.solutions-pam-header h2 {
  padding-top: 20px;
  font-weight: 900;
}

.row-solutions-showcase ul {
  display: block;
}

.solutions-preview {
  height: 100%;
  margin-left: 0px;
  position: relative;
}

.solutions-preview .solutions-image-device {
  bottom: 0px;
  left: 4px;
  z-index: 10;
  margin-bottom: 50px;
}

.solutions-preview .solutions-image-device.screens {
  position: absolute;
  left: 62px;
  top: 55px;
  z-index: -9;
}

.solutions-preview .carousel-control,
.solutions-preview .carousel-indicators {
  display: none;
}

.solutions-preview .solutions-image-device.screens .carousel {
  margin-bottom: 0px;
}

.solutions-preview .solutions-image-device.screens .item img {
  text-align: center;
  margin: 0 auto 20px;
}

.solutions-cards {
  /* height: 260px; */
  cursor: pointer;
  transition: transform .2s;
}

.solutions-cards:hover {
  transform: scale(1.1);
}

.solutions-cards .content {
  display: none;
}

.solutions-cards-space {
  height: 30px;
  display: block;
}

.solution-insight-logo {
  width: 80px;
  margin: 0 auto;
}

#solutions-cards-servicing {
  background-color: #0d8d31;
}

/* #solutions-cards-servicing:hover{
  background-color: #19a541;
} */
#solutions-cards-qse {
  background-color: #b71c1c;
}

/* #solutions-cards-qse:hover {
  background-color: #BC4444;
} */

.solutions-product-solutions {
  text-align: center;
}

/****************************************************************************
ppvc
****************************************************************************/
.ppvc-header {
  background: url("../../images/ppvc_cover.png") no-repeat center center fixed;
  background-size: cover;
}

.ppvc-header h1 {
  font-size: 40px;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.8);
  padding: 15% 0px 8% 20px;
  color: #fff;
  line-height: 1.5em;
}

.ppvc-card {
  padding: 30px;
  box-shadow: 0px 3px 30px rgba(154, 170, 207, 0.3);
  background: #fff;
  border-width: 0px !important;
  border-radius: .5rem;
}

.btn-main {
  border-radius: 0;
  padding: 10px 40px;
  font-size: 16px;
  border: 0px;
  cursor: pointer;
  position: relative;
  background-color: #b71c1c;
  outline: none;
  color: white;
  margin: 40px 10px;
  white-space: nowrap;
}

.cboss-title {
  padding-left: 20px;
}

.cboss-ppvc-h2 {
  padding-top: 35px;
  text-align: right;
}

.cboss-ppvc-image-container {
  margin-left: 10px;
}

.cboss-pre-post-cards {
  height: 100%;
}

.cboss-ppvc-intro-h5 {
  padding: 5px 50px 0px 0px;
}

#cboss-pre-post-cards {
  padding: 20px 15px 25px;
}

#cboss-pre-post-s-cards {
  padding: 20px 10px 25px;
}

#cboss-pre-post-cards,
#cboss-pre-post-s-cards {
  text-align: left;
}

/****************************************************************************
ePTW
****************************************************************************/
.qse-logo {
  float: left;
}

.eptw-header {}

.hip-header {
  background: url("../../images/eptw_cover.jpg") no-repeat center center fixed;
  background-size: cover;
}

.eptw-logo-qse {
  width: auto;
  height: 60px;
}

.eptw-banner-desc-div {
  padding: 0px 10%;
}

.eptw-banner-img-div {
  text-align: right;
}

.iso-cert-mark-banner-div img {
  width: 40% !important;
}

.eptw-left {
  text-align: right;
}

.eptw-keywords {
  padding: 20px 0px;
}

.eptw-keywords h3 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.eptw-keywords h5 {
  margin: 0px;
  font-size: 25px;
  font-weight: 500;
}

.eptw-keywords p {
  font-size: 18px;
  text-align: center;
}

.eptw-web {
  filter: drop-shadow(0px 16px 40px rgba(154, 170, 207, 0.35));
}

.eptw-icon {
  width: 40%;
  height: auto;
}

.eptw-optional-icon {
  width: auto;
  height: 120px;
}

/****************************************************************************
HIP
****************************************************************************/
.hip-timeline {
  width: 60%;
}

/****************************************************************************
Safety & Env
****************************************************************************/
.safety-env-icon {
  width: 80%;
  height: auto;
}

/****************************************************************************
InSight Servicing
****************************************************************************/
.servicing-header {
  background: url("../../images/servicing_cover.jpg") no-repeat center center fixed;
  background-size: cover;
}

.servicing-img-container {
  margin-left: 60px;
}

.servicing-icon {
  width: 20%;
  height: auto;
}

/****************************************************************************
Projects
****************************************************************************/
#projects .nav-tabs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

#projects .nav-tabs li {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  opacity: .4;
  text-align: center;
  float: none;
  position: relative;
  display: block;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#projects .nav-tabs li.active {
  opacity: 1;
}

#projects .nav-tabs li.active a {
  color: #BC4444;
  border: none;
  border-bottom: 3px solid #BC4444;
}

#projects .nav-tabs li a {
  text-overflow: ellipsis;
  text-overflow-mode: ellipsis;
  color: #333;
}

#projects .nav-tabs li img {
  padding-top: 10px;
}

#projects .nav-tabs li h3 {
  font-size: 20px;
  text-overflow: ellipsis;
  text-overflow-mode: ellipsis;
}

.project-item {
  margin-bottom: 60px;
  /* height: 480px;
  overflow: hidden; */
  position: relative;
}

/********************************* Photo Gallery ********************************/
.project-card {
  padding: 0px;
  box-shadow: 0px 3px 30px rgba(154, 170, 207, 0.4);
  background: #fff;
  border-width: 0px !important;
  border-radius: .5rem !important;
}

.project-item.gallery {
  margin-bottom: 20px;
  height: 200px;
  box-shadow: 0px 3px 30px rgba(154, 170, 207, 0.4);
  overflow: hidden;
}

.project-item.gallery .preview {
  transition: all .2s;
  background-color: #111;
  background-image: url('../../images/ajax-loader.gif');
  -moz-transform: scale(1, 1);
  background-position: center center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.project-item.gallery .preview:hover {
  -moz-transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2);
  background-size: 110%;
}

/********************** Jquery UI**********************/
.ui-widget-overlay {
  opacity: .6 !important;
  position: fixed !important;
}

.ui-widget-content {
  z-index: 10000 !important;
  border: 0px !important;
  color: #312e25;
}

.ui-dialog-titlebar {}

.ui-dialog .ui-dialog-titlebar-close span {}

.slides {}

.ui-dialog .ui-dialog-titlebar-close span {
  margin: auto !important
}

.blueimp-gallery>.prev,
.blueimp-gallery>.next {
  font-size: 40px !important;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: none !important;
  border: 0px !important;
  opacity: .5;
  cursor: pointer;
  display: none;
}

.ui-dialog .ui-dialog-titlebar {
  border-width: 0px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none !important;
  border: 0px !important;
  box-shadow: none !important;
}

.ui-tooltip {
  display: none;
  visibility: hidden;
}

/***************** End jQuery UI *********************/
.project-item .preview {
  overflow: hidden;
  position: relative;
  height: 300px;
  background-color: #46535f;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .2s;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.project-item .preview:hover {}

.project-item .description {
  position: absolute;
  bottom: 0px;
  padding: 0px;
  width: 100%;
  /* background: url('../../images/bg-transparent.png'); */
  background: #212121;
  color: #fff;
  padding: 10px;
}

.project-item.gallery .description {
  background: url('../../images/bg-transparent.png');
}

.project-item .description p {
  margin: 0px;
  padding: 10px 25px 5px;
  line-height: 17px;
  font-size: 16px;
}

.project-item .description p.category {
  padding: 5px 25px 10px 25px;
  color: #029CD4 !important;
  margin: 0px;
  line-height: 12px;
  font-size: 16px;
}

.project-item .caption p {
  font-size: 16px;
  padding: 0px 25px;
}

.project-item .caption-header {
  margin-top: 24px;
  padding: 0 25px;
  height: 44px;
}

.project-item .caption {
  padding: 10px 0px;
  margin-top: 10px;
}

.project-item .overlap {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 30px;
  background: url('../../images/bg-overlap.png') bottom;
  width: 100%;
}

.project-item .caption-header h2 {
  font-weight: 900;
  font-size: 20px;
  line-height: 22px;
}

.project-item .caption-header h2 a {
  color: #BC4444;
}

.project-item .caption h2 a {
  color: #770000;
}

/****************************************************************************
Grant
****************************************************************************/
.grant-article {
  padding-right: 30px;
}

.grant-sgd-horizontal {
  width: 75%;
  height: auto;
}

.grant-sgd img {
  margin: 0px;
}

.grant-sgd h4 {
  padding: 50px 0px 0px;
  font-family: 'Rajdhani', sans-serif;
}

.grant-sgd p {
  padding: 0px 40px 0px 0px;
  margin-bottom: 0px;
}

.tag-new {
  color: #fff;
  background-color: #f44336;
  margin: 0px 0px 0px 40px;
  text-align: center;
  padding: 10px 20px;
  font-size: 40px;
  font-weight: 800;
}

.grant-new h4 {
  padding: 0px 0px 0px 40px;
  font-family: 'Rajdhani', sans-serif;
}

.grant-new p {
  padding: 0px 28px 0px 40px;
  margin-bottom: 0px;
  font-weight: normal;
}

#grant-eligibility {
  display: block;
}

/****************************************************************************
News
****************************************************************************/
.news hr {
  margin: 10px 10px 20px 0px;
  border: 0px;
  height: 3px;
  background: url('../../images/bg-line-red.png') no-repeat left #f1f1f1;
}

/* .news .news-item h2{ */
.news h2 {
  font-size: 20px;
  line-height: 32px;
  padding: 0px 0px 0px 5px;
}

.news h2 a {
  font-size: 20px;
  line-height: 32px;
  padding: 30px 0px 0px 0px;
  color: #BC4444;
}

.news h2 a:hover {
  color: #FF0000;
}

.news-item {
  display: grid;
}

.news-item .datetime {
  width: 350px;
  /* padding-top: 30px; */
  float: left;
}

.news-item .datetime .date {
  font-size: 51px;
  float: left;
  width: 65px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
  color: #02598c;
  letter-spacing: -1px;
}

.news-item .datetime .monthyear {
  font-size: 16px;
  float: left;
  padding: 40px 0 0 4px;
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: .5px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0px;
}

.news-item-img {
  text-align: center;
}

.news-item-img img {
  max-height: 150px;
  width: auto;
}

#news-page-info {
  padding-left: 12px;
}

/****************************************************************************
Career
****************************************************************************/
.hiring-container {
  margin: 40px 0px;
}

.hiring-container h1 {
  font-size: 50px;
  font-weight: 900;
  text-align: center;
}

.hiring-container h2 {
  padding-top: 70px;
  font-size: 30px;
  font-weight: 900;
}

.hiring-container ul {
  display: block;
}

.hiring-container a {
  color: #BC4444;
}

/****************************************************************************
Privacy
****************************************************************************/

.privacy-list li {
  padding: 0px 20px 5px;
  text-align: left;
}

.li-line-height {
  line-height: 1.5rem;
}

#effective-date-div {
  margin-left: 2.564102564102564%;
}

/****************************************************************************
Terms of Use
****************************************************************************/

.tos-list-left {
  width: 3.5%;
}

.tos-list-right {
  width: 96.5%;
}

#version-row {
  margin-left: 0px;
}

/**********************************************************************
***********************************FORM********************************
**********************************************************************/
form {
  margin: 0px;
}

form input[type='text'],
form textarea {
  margin: 0 0 20px 0;
  padding: 24px 14px;
  border: 0;
  outline: 0;
  resize: none;
  line-height: 17px;
  background-color: #dbdbdb;
  color: #666;
  width: 100%;
  display: block;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
}

form label {
  color: #999;
  font-weight: bold;
  font-size: 12px;
  padding-left: 4px;
  display: block;
}

.hiring-submit-resume select,
input[type="file"] {
  height: 36px !important;
}

form .error {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 4px;
}

.form-actions {
  background: none;
}

.submit-resume-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #bc4444;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.6px;
  padding: 15px;
  z-index: 3;
  word-wrap: none;
  white-space: nowrap;
  margin-right: 10px;
}

.submit-resume-btn::before {
  content: '';
  position: absolute;
  width: 4%;
  height: 100%;
  background: #770000;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.submit-resume-btn:hover {
  color: #fff;
  background: #bc4444;
  text-decoration: none;
}

.submit-resume-btn:hover::before {
  width: 100%;
}

.cancel-resume-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #fff;
  color: #000;
  border-radius: 5px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.6px;
  padding: 15px;
  z-index: 3;
  word-wrap: none;
  white-space: nowrap;
  margin-right: 10px;
  border: 1px solid #e5e5e5;
}

.cancel-resume-btn:hover {
  text-decoration: none;
}

/****************************************************************************
Contact
****************************************************************************/