@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: #888;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #123183;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #687693;
  text-decoration: underline;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-thin.woff2") format("woff2"), url("../fonts/Roboto-thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/**
 * Basic typography style for copy text
 */
body {
  color: #687693;
  font: normal 125%/1.4 "Roboto";
}

.font-14 {
  font-size: 14px;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.header-section {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 14px;
  padding-bottom: 14px;
}
.header-section .navbar-nav .nav-item {
  position: relative;
  margin: 0px 20px;
}
@media (max-width: 991px) {
  .header-section .navbar-nav .nav-item {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
  }
}
.header-section .navbar-nav .nav-item.active::before {
  content: "";
  width: 18px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: -5px;
}
@media (max-width: 991px) {
  .header-section .navbar-nav .nav-item.active::before {
    content: "";
    background-color: transparent;
  }
}
.header-section .navbar-nav .nav-item.active a {
  color: #fc6e36 !important;
  font-weight: 500;
}
.header-section .navbar-nav a {
  position: relative;
  color: #222222 !important;
  font-weight: 400;
  font-size: 14px;
  padding: 0px !important;
}
@media (max-width: 1199px) {
  .header-section .navbar-nav a {
    color: #222222 !important;
  }
}
.header-section .navbar-nav a:hover, .header-section .navbar-nav a:focus {
  color: #123183 !important;
}
.header-section .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991px) {
  .sm-btn-xs {
    display: flex;
    right: 75px;
  }
}

@media (max-width: 991px) {
  .navbar-collapse.show .navbar-nav {
    height: 100vh;
    overflow: auto;
  }

  .sm-btn-xs {
    display: block;
    font-size: 12px !important;
    border-radius: 100px !important;
    line-height: inherit !important;
    padding: 5px 15px !important;
  }

  .sm-btn-cus {
    display: none;
  }
}
#headerScroll {
  background-color: #ffffff;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 4px 21.36px 2.64px rgba(25, 38, 62, 0.11) !important;
  box-shadow: 0px 4px 21.36px 2.64px rgba(25, 38, 62, 0.11) !important;
}
@media (max-width: 991px) {
  #headerScroll {
    position: relative;
    height: 60px;
  }
}
#headerScroll.scroll-head-up {
  -webkit-transform: translateY(-100%) rotateX(0deg);
  transform: translateY(-100%) rotateX(0deg);
}
@media (max-width: 991px) {
  #headerScroll.scroll-head-up {
    -webkit-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
}
#headerScroll.scrollMenu {
  -webkit-box-shadow: 0px 4px 21.36px 2.64px rgba(25, 38, 62, 0.11) !important;
  box-shadow: 0px 4px 21.36px 2.64px rgba(25, 38, 62, 0.11) !important;
  border-bottom: 1px solid #ebebeb;
  padding: 5px 0 !important;
  background: #ffffff;
}
@media (max-width: 991px) {
  #headerScroll.scrollMenu {
    padding: 0.5rem !important;
  }
}

.sticky .header-section {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.006);
  box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.006);
}
@media (max-width: 991px) {
  .sticky .header-section {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@media (max-width: 991px) {
  .navbar-brand img {
    width: 94px;
  }
}
@media (min-width: 991px) {
  .navbar-brand img {
    width: auto;
  }
}
@media (max-width: 991px) {
  .header-btn {
    width: 250px;
    position: relative;
    background: white;
    width: 100%;
    top: 22px;
    bottom: 0px;
    right: 0px;
    height: 100vh;
    transition: all 0.5s ease;
    opacity: 0;
  }
  .header-btn.collapse.show {
    opacity: 1;
  }
  .header-btn::before {
    background: rgba(0, 0, 0, 0.006);
    content: "";
    position: absolute;
    top: 70px;
    left: 0px;
  }
}
@media (max-width: 991px) {
  .fixedmenu {
    overflow: hidden;
  }
}

.header-btn-cus {
  display: flex;
}

@media (min-width: 576px) and (max-width: 768px) {
  .container.max-width-1400 {
    max-width: 100%;
  }
}
.btn-org {
  color: #ffffff;
  background-color: #fc6e36;
  border-radius: 100px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 8px 24px;
  transition: all 0.5s ease;
}
/* @media (max-width: 576px) {
  .btn-org {
    font-size: 14px;
    padding: 8px 24px;
  }
} */
.btn-org.white:hover, .btn-org.white:focus {
  background-color: #ffffff;
  color: #123183;
}
.btn-org:hover, .btn-org:focus {
  background-color: #123183;
  color: #ffffff;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -30px 0 0 -30px;
  border: 2px solid #123183;
  border-radius: 50%;
  border-top: 2px solid #fc6e36;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 992px) {
  .sm-btn-xs {
    display: none;
  }
}
@media (max-width: 991px) {
  .sm-btn-xs {
    display: block;
  }
}

@media (max-width: 991px) {
  .header-btn-cus.ml-auto {
    margin-left: 0px !important;
    position: fixed;
    top: 60px;
    background: #fff;
    width: 100%;
    left: 0px;
    right: 0px;
    height: calc(100vh + 200px);
    bottom: 0px;
    box-shadow: 0px 4px 21.36px 2.64px rgba(25, 38, 62, 0.11);
    transition: all 0.1s ease;
    overflow: auto;
  }
}
@media (max-width: 991px) {
  .header-btn-cus.ml-auto .navbar-nav {
    width: 100%;
    transition: all 0.1s ease;
    top: 0px;
    position: absolute;
  }
}
@media (max-width: 991px) {
  .header-btn-cus.ml-auto .navbar-nav li:last-child {
    margin-bottom: 30px !important;
    border-bottom: none;
  }
}

@media (min-width: 992px) {
  .dropdown.custom:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(10px) !important;
    visibility: visible;
    pointer-events: auto;
    display: block;
  }
}
@media (max-width: 991px) {
  .dropdown.custom .dropdown-toggle {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    border: 1px solid #eee;
    top: 6px;
  }
}
.dropdown.custom .dropdown-toggle::after {
  display: none;
}
@media (max-width: 991px) {
  .dropdown.custom .dropdown-toggle::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
  }
}
.dropdown.custom .dropdown-menu {
  padding: 30px 0 0 0 !important;
  width: max-content;
  top: 0px !important;
  left: 0px !important;
  right: inherit !important;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  transform-origin: top;
  display: none;
  opacity: 0;
  transform: translateY(20px) !important;
  visibility: hidden;
  background-color: transparent;
  border: 0 !important;
}
.dropdown.custom .dropdown-menu.show {
  opacity: 1;
  transform: translateY(10px) !important;
  visibility: visible;
  pointer-events: auto;
  display: block;
}
@media (max-width: 991px) {
  .dropdown.custom .dropdown-menu {
    width: 100%;
    box-shadow: none;
    margin-bottom: 12px !important;
    padding: 10px 0 0 0 !important;
  }
}
.dropdown.custom .dropdown-menu ul {
  padding: 15px 0px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 0.25rem;
  background-color: #ffffff;
}
.dropdown.custom .dropdown-menu ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.dropdown.custom .dropdown-menu ul li:last-child {
  margin-bottom: 0px !important;
}
.dropdown.custom .dropdown-menu ul li:first-child:after {
  border-color: transparent transparent #fc6e36;
  border-style: solid;
  border-width: 0 8px 10px;
  content: "";
  height: 0;
  position: absolute;
  left: 0%;
  top: -25px;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .dropdown.custom .dropdown-menu ul li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.dropdown.custom .dropdown-menu ul li a:hover svg {
  transform: translateX(2px);
}
.dropdown.custom .dropdown-menu ul li svg {
  transition: all 0.5s ease;
}

@media (max-width: 767px) {
  .coming-soon-img {
    width: 250px;
  }
}
@media (max-width: 576px) {
  .coming-soon-img {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .cus-float {
    display: inline-block;
    float: right;
  }
}

.ri-btn-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 160px;
}

.navbar-light .navbar-toggler.cus {
  border: none !important;
}

@media (max-width: 991px) {
  .header-section .navbar-collapse.collapse {
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
  }
}
.header-section .navbar-collapse.collapse.show {
  display: block;
  opacity: 1;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .header-section .navbar-collapse.collapse.show .navbar.navbar-expand-lg {
    position: fixed;
    left: 0px;
    top: 70px;
    padding: 0px 15px !important;
    transition: all 0.1s ease;
    padding: 30px 0px;
  }
}

.banner-section {
  background: url("../images/banner-bg-cli.jpeg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 500px;
}

@media (max-width: 991.98px) {

section.banner-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
}
}
.banner-section::before {
  /* content: "";
  background: #123183;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  opacity: 0.95;
  bottom: 0px;
  width: 100%;
  height: 100%; */
}
@media (max-width: 1199px) {
  .banner-section {
    min-height: auto;
    padding: 40px 0px;
  }
}
@media (min-width: 992px) {
  .banner-section {
    margin-top: 66px;
  }
}
.banner-section .line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner-section .line div {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 17%;
}
.banner-section .line div:nth-child(2) {
  left: 34%;
}
.banner-section .line div:nth-child(3) {
  left: 51%;
}
.banner-section .line div:nth-child(4) {
  left: 68%;
}
.banner-section .line div:nth-child(5) {
  left: 85%;
}
.banner-section .banner-sc {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 1140px;
  z-index: 1;
}
@media (max-width: 1140px) {
  .banner-section .banner-sc {
    width: auto;
  }
}
@media (max-width: 1140px) and (min-width: 992px) {
  .banner-section .banner-sc {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .banner-section .banner-sc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 991px) {
  .banner-section .banner-sc {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-sc {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-sc {
    padding: 8px;
  }
}
@media (min-width: 992px) {
  .banner-section .banner-sc img {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-sc img {
    width: 90%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-sc img {
    width: 80%;
    margin-top: 20px;
  }
}
.banner-section .banner-sc .banner-txt {
  text-align: left;
}
@media (max-width: 991px) {
  .banner-section .banner-sc .banner-txt {
    text-align: center;
  }
}
.banner-section .banner-sc .banner-txt h2 {
  font-size: 38px;
  font-weight: 100;
  letter-spacing: 1px;
  color: #fc6e36;
  margin-bottom: 0px;
}
@media (max-width: 576px) {
  .banner-section .banner-sc .banner-txt h2 {
    font-size: 28px;
  }
}
.banner-section .banner-sc .banner-txt p {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  line-height: 48px;
  font-family: cursive;
}
@media (max-width: 576px) {
  .banner-section .banner-sc .banner-txt p {
    font-size: 28px;
    line-height: 38px;
  }
}
.banner-section .banner-sc .banner-txt p span {
  color: #fc6e36;
  font-weight: 800;
}

.banner-fixed, .inner-banner {
  padding-top: 76px;
  position: relative;
}
.banner-fixed .banner-sec, .inner-banner .banner-sec {
  padding: 50px 0px;
  min-height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .banner-fixed .banner-sec, .inner-banner .banner-sec {
    min-height: 450px;
  }
}
@media (max-width: 575.98px) {
  .banner-fixed .banner-sec, .inner-banner .banner-sec {
    min-height: 440px;
  }
}
.banner-fixed .banner-sec::before, .inner-banner .banner-sec::before {
  content: "";
  background: rgba(0, 0, 0, 0.49);
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.banner-fixed .owl-theme .owl-dots, .inner-banner .owl-theme .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-fixed .owl-theme .owl-dots .owl-dot, .inner-banner .owl-theme .owl-dots .owl-dot {
  background: none;
}
.banner-fixed .owl-theme .owl-dots .owl-dot.active span, .inner-banner .owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.banner-fixed .owl-theme .owl-dots .owl-dot span, .inner-banner .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 3px;
  background: #8e8b8b;
  margin: 0px;
  border-radius: 100px;
}
.banner-fixed .banner-txt-content, .inner-banner .banner-txt-content {
  width: 45%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
@media (max-width: 1199px) and (min-width: 991px) {
  .banner-fixed .banner-txt-content, .inner-banner .banner-txt-content {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .banner-fixed .banner-txt-content, .inner-banner .banner-txt-content {
    width: 90%;
  }
}
.banner-fixed .banner-txt-content .top-ban-txt h2, .inner-banner .banner-txt-content .top-ban-txt h2 {
  color: #fee300;
  font-size: 37px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .banner-fixed .banner-txt-content .top-ban-txt h2, .inner-banner .banner-txt-content .top-ban-txt h2 {
    font-size: 30px;
  }
}
.banner-fixed .banner-txt-content .top-ban-txt h4, .inner-banner .banner-txt-content .top-ban-txt h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .banner-fixed .banner-txt-content .top-ban-txt h4, .inner-banner .banner-txt-content .top-ban-txt h4 {
    font-size: 14px;
  }
}
.banner-fixed .banner-txt-content .group-search-item, .inner-banner .banner-txt-content .group-search-item {
  background: #ffffff;
  border-radius: 5px;
  padding: 5px;
}
@media (max-width: 991px) {
  .banner-fixed .banner-txt-content .group-search-item .input-group, .inner-banner .banner-txt-content .group-search-item .input-group {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .banner-fixed .banner-txt-content .group-search-item .input-group .input-group-prepend .input-group-text, .inner-banner .banner-txt-content .group-search-item .input-group .input-group-prepend .input-group-text {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .banner-fixed .banner-txt-content .group-search-item .input-group .form-control, .inner-banner .banner-txt-content .group-search-item .input-group .form-control {
    width: 100%;
    background: url(../images/search.png) no-repeat 2% center;
  }
}
@media (max-width: 991px) {
  .banner-fixed .banner-txt-content .group-search-item .input-group .input-group-append .btn.btn-outline-secondary, .inner-banner .banner-txt-content .group-search-item .input-group .input-group-append .btn.btn-outline-secondary {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .banner-fixed .banner-txt-content .group-search-item .input-group .dropdown.cat, .inner-banner .banner-txt-content .group-search-item .input-group .dropdown.cat {
    width: 100%;
    display: block;
  }
}
@media (max-width: 991px) {
  .banner-fixed .banner-txt-content .group-search-item .input-group .dropdown.cat .dropdown-toggle.btn-light, .inner-banner .banner-txt-content .group-search-item .input-group .dropdown.cat .dropdown-toggle.btn-light {
    width: 100%;
    border: none;
    max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  .banner-fixed .banner-txt-content .group-search-item .input-group .dropdown, .inner-banner .banner-txt-content .group-search-item .input-group .dropdown {
    width: 100%;
    display: block;
  }
}
@media (max-width: 991px) {
  .banner-fixed .banner-txt-content .group-search-item .input-group .dropdown .dropdown-toggle.btn-light, .inner-banner .banner-txt-content .group-search-item .input-group .dropdown .dropdown-toggle.btn-light {
    width: 100%;
    border: none;
    max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  .banner-fixed .banner-txt-content .group-search-item, .inner-banner .banner-txt-content .group-search-item {
    padding: 0px;
  }
}
.banner-fixed .banner-txt-content .group-search-item .input-group-text, .inner-banner .banner-txt-content .group-search-item .input-group-text {
  padding: 0px;
  background: transparent;
  border: none;
}
@media (max-width: 991px) {
  .banner-fixed .banner-txt-content .group-search-item .input-group-text .dropdown .dropdown-toggle.btn-light, .inner-banner .banner-txt-content .group-search-item .input-group-text .dropdown .dropdown-toggle.btn-light {
    height: 50px;
    border-bottom: 1px solid #eee;
  }
}
.banner-fixed .banner-txt-content .group-search-item .input-group-text .dropdown.cat .dropdown-toggle.btn-light, .inner-banner .banner-txt-content .group-search-item .input-group-text .dropdown.cat .dropdown-toggle.btn-light {
  padding-left: 15px;
}
@media (max-width: 991px) {
  .banner-fixed .banner-txt-content .group-search-item .input-group-text .dropdown.cat .dropdown-toggle.btn-light, .inner-banner .banner-txt-content .group-search-item .input-group-text .dropdown.cat .dropdown-toggle.btn-light {
    max-width: 100% !important;
    height: 50px;
    border-bottom: 1px solid #eee;
  }
}
@media (min-width: 992px) {
  .banner-fixed .banner-txt-content .group-search-item .input-group-text .dropdown.cat .dropdown-toggle.btn-light, .inner-banner .banner-txt-content .group-search-item .input-group-text .dropdown.cat .dropdown-toggle.btn-light {
    max-width: 120px;
  }
}
.banner-fixed .banner-txt-content .group-search-item .input-group-text .dropdown.cat-light, .inner-banner .banner-txt-content .group-search-item .input-group-text .dropdown.cat-light {
  width: 100%;
}
.banner-fixed .banner-txt-content .group-search-item .input-group-text .dropdown.cat-light .dropdown-toggle.btn-light, .inner-banner .banner-txt-content .group-search-item .input-group-text .dropdown.cat-light .dropdown-toggle.btn-light {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .banner-fixed .banner-txt-content .group-search-item .input-group-text .dropdown.cat-light .dropdown-toggle.btn-light, .inner-banner .banner-txt-content .group-search-item .input-group-text .dropdown.cat-light .dropdown-toggle.btn-light {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .banner-fixed .banner-txt-content .group-search-item .input-group-text .dropdown.cat-light .dropdown-toggle.btn-light, .inner-banner .banner-txt-content .group-search-item .input-group-text .dropdown.cat-light .dropdown-toggle.btn-light {
    max-width: 120px;
  }
}
.banner-fixed .banner-txt-content .group-search-item .input-group-text .dropdown .dropdown-menu .dropdown-item, .inner-banner .banner-txt-content .group-search-item .input-group-text .dropdown .dropdown-menu .dropdown-item {
  font-size: 12px;
}
.banner-fixed .banner-txt-content .group-search-item .input-group-text .dropdown .dropdown-menu .dropdown-item.active, .banner-fixed .banner-txt-content .group-search-item .input-group-text .dropdown .dropdown-menu .dropdown-item:active, .inner-banner .banner-txt-content .group-search-item .input-group-text .dropdown .dropdown-menu .dropdown-item.active, .inner-banner .banner-txt-content .group-search-item .input-group-text .dropdown .dropdown-menu .dropdown-item:active {
  background: #810814;
}
.banner-fixed .banner-txt-content .group-search-item .input-group-text .dropdown .dropdown-menu .form-control, .inner-banner .banner-txt-content .group-search-item .input-group-text .dropdown .dropdown-menu .form-control {
  padding-left: 25px;
}
.banner-fixed .banner-txt-content .group-search-item .input-group-text .dropdown .dropdown-menu .no-results, .inner-banner .banner-txt-content .group-search-item .input-group-text .dropdown .dropdown-menu .no-results {
  font-size: 12px;
}
.banner-fixed .banner-txt-content .group-search-item .input-group-text .dropdown .btn.btn-secondary, .banner-fixed .banner-txt-content .group-search-item .input-group-text .dropdown .btn-light, .inner-banner .banner-txt-content .group-search-item .input-group-text .dropdown .btn.btn-secondary, .inner-banner .banner-txt-content .group-search-item .input-group-text .dropdown .btn-light {
  background: transparent !important;
  font-size: 12px;
  color: #999999;
  border: none;
  outline: none;
  box-shadow: none;
  border-right: 1px solid #ebe9e9;
}
.banner-fixed .banner-txt-content .group-search-item .input-group-text .dropdown .btn-light, .inner-banner .banner-txt-content .group-search-item .input-group-text .dropdown .btn-light {
  padding-left: 30px;
  max-width: 100%;
  border-radius: 0px;
}
@media (min-width: 992px) {
  .banner-fixed .banner-txt-content .group-search-item .input-group-text .dropdown .btn-light, .inner-banner .banner-txt-content .group-search-item .input-group-text .dropdown .btn-light {
    max-width: 120px;
  }
}
.banner-fixed .banner-txt-content .group-search-item .input-group-text .dropdown svg, .inner-banner .banner-txt-content .group-search-item .input-group-text .dropdown svg {
  margin-right: 5px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0%, -50%);
}
.banner-fixed .banner-txt-content .group-search-item .input-group-text .dropdown svg path, .inner-banner .banner-txt-content .group-search-item .input-group-text .dropdown svg path {
  fill: #c3c2c2;
}
.banner-fixed .banner-txt-content .group-search-item .form-control, .inner-banner .banner-txt-content .group-search-item .form-control {
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 12px;
  height: 38px;
  background: url(../images/search.png) no-repeat 3% center;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .banner-fixed .banner-txt-content .group-search-item .form-control, .inner-banner .banner-txt-content .group-search-item .form-control {
    background: url(../images/search.png) no-repeat 13% center;
  }
}
.banner-fixed .banner-txt-content .group-search-item .input-group-append, .inner-banner .banner-txt-content .group-search-item .input-group-append {
  position: absolute;
  right: -5px;
  top: -5px;
  bottom: -5px;
  min-width: 150px;
}
@media (max-width: 991px) {
  .banner-fixed .banner-txt-content .group-search-item .input-group-append, .inner-banner .banner-txt-content .group-search-item .input-group-append {
    min-width: auto;
    z-index: 2;
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.banner-fixed .banner-txt-content .group-search-item .input-group-append .btn.btn-outline-secondary, .inner-banner .banner-txt-content .group-search-item .input-group-append .btn.btn-outline-secondary {
  display: block;
  width: 100%;
  background: #ec1c24;
  border: none;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}
@media (max-width: 576px) {
  .banner-fixed .banner-txt-content .group-search-item .input-group-append .btn.btn-outline-secondary, .inner-banner .banner-txt-content .group-search-item .input-group-append .btn.btn-outline-secondary {
    font-size: 12px;
  }
}

.inner-banner-in {
  background: url("../images/inner-bg-img.jpeg");
  min-height: 180px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  margin-bottom: 0px;
  padding-top: 76px;
}
@media (max-width: 991px) {
  .inner-banner-in {
    min-height: 80px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .inner-banner-in {
    margin-bottom: 0px;
  }
}
.inner-banner-in .line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.inner-banner-in .line div {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 17%;
}
.inner-banner-in .line div:nth-child(2) {
  left: 34%;
}
.inner-banner-in .line div:nth-child(3) {
  left: 51%;
}
.inner-banner-in .line div:nth-child(4) {
  left: 68%;
}
.inner-banner-in .line div:nth-child(5) {
  left: 85%;
}
.inner-banner-in::before {
  background: #123183;
  background-size: cover;
  opacity: 0.95;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.inner-banner-in::after {
  background: rgba(0, 0, 0, 0) url(../images/layer.png) no-repeat 100% 100%;
  background-size: cover;
  opacity: 0.95;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.inner-banner-in .inner-cont-sec {
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .inner-banner-in .inner-cont-sec {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0px 10px;
  }
}
.inner-banner-in .inner-cont-sec h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.inner-banner-in .inner-cont-sec .breadcrumb {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}
.inner-banner-in .inner-cont-sec .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #f9b90f;
}
.inner-banner-in .inner-cont-sec .breadcrumb a {
  color: #ffffff;
  font-weight: 400;
}
.inner-banner-in .inner-cont-sec .breadcrumb span {
  font-weight: 600;
  color: #ffffff;
}

.angle-mask {
  height: 150px;
  position: absolute;
  margin-top: -150px;
}
.angle-mask.angle-flip {
  transform: translate(scalex(-1));
  filter: FlipH;
}

.slider_small_shape {
  position: absolute;
  bottom: -135px;
  left: -50px;
  opacity: 0.09;
  -webkit-animation: moveleftbounce 3s linear infinite;
  animation: moveleftbounce 3s linear infinite;
}
@media (max-width: 767px) {
  .slider_small_shape {
    bottom: -70px;
  }
}
.slider_small_shape img {
  width: 240px;
}
@media (max-width: 767px) {
  .slider_small_shape img {
    width: 150px;
  }
}

.inner-banner-in {
  position: relative;
}
.inner-banner-in [class*=bubble-] {
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-perspective: 100px;
  perspective: 100px;
}
.inner-banner-in .waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
}
.inner-banner-in .waveWrapperInner.bgTop {
  opacity: 0.9;
}
.inner-banner-in .waveWrapperInner .wave {
  position: absolute;
  left: 0;
  width: 300%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.inner-banner-in .waveWrapperInner .wavetop_3 {
  background-image: url(../images/wave3.png);
  background-size: 37% 100px;
}
.inner-banner-in .slider_shape_smt1 {
  position: absolute;
  top: 50px;
  right: 130px;
}
@media (max-width: 767px) {
  .inner-banner-in .slider_shape_smt1 {
    top: 0px;
  }
}

@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
.ind-count {
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .ind-count {
    width: 100%;
  }
}
.ind-count .design-ban {
  z-index: 10;
  position: relative;
  left: -50px;
}
@media (max-width: 767px) {
  .ind-count .design-ban {
    left: 0px;
  }
}
.ind-count .design-ban img {
  position: relative;
  z-index: 1;
  -webkit-animation: movebounce 3.9s linear infinite;
  animation: movebounce 3.9s linear infinite;
}
.ind-count .counter_itbbb {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 1;
  transform: translate(-70%, -40%);
  width: 300px;
  animation: ripple-white 1s linear infinite;
  height: 300px;
  border-radius: 100%;
  background: #fff;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .ind-count .counter_itbbb {
    top: 50%;
    transform: translate(-50%, -40%);
  }
}
@media (max-width: 576px) {
  .ind-count .counter_itbbb {
    width: 250px;
    height: 250px;
  }
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.footer-sec {
  margin-top: 0;
  padding: 75px 0px 24px;
}
@media (max-width: 991px) {
  .footer-sec {
    padding: 65px 0px 24px;
  }
}
@media (max-width: 767px) {
  .footer-sec {
    padding: 45px 0px 24px;
  }
}
@media (max-width: 576px) {
  .footer-sec {
    text-align: center;
  }
}
.footer-sec .foot-ttiel h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .footer-sec .foot-ttiel h3 {
    font-size: 22px;
  }
}
.footer-sec .foot-ttiel p {
  font-size: 14px;
  color: #ffffff;
}
.footer-sec .foot-ttiel ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.footer-sec .foot-ttiel ul li {
  margin-bottom: 15px;
}
.footer-sec .foot-ttiel ul li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  transition: all 0.5s ease;
}
.footer-sec .foot-ttiel ul li a:hover, .footer-sec .foot-ttiel ul li a:focus {
  color: #fc6e36;
}
.footer-sec .foot-ttiel .input-group .form-control {
  padding: 27px 20px;
  border: 1px solid #ffffff;
  border-radius: 0px;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  border-right: 1px solid transparent;
  outline: none;
  box-shadow: none;
}
.footer-sec .foot-ttiel .input-group .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.footer-sec .foot-ttiel .input-group .form-control::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.footer-sec .foot-ttiel .input-group .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}
.footer-sec .foot-ttiel .input-group .input-group-append .btn-outline-secondary {
  padding: 15px 20px;
  border-radius: 0px;
  background: #fc6e36;
  border: 1px solid #ffffff;
  border-left: 1px solid transparent;
}

.bottom-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 90px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .bottom-foot {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .bottom-foot {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .bottom-foot {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
}
.bottom-foot p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0px;
}
.bottom-foot ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .bottom-foot ul {
    margin-top: 15px;
  }
}
.bottom-foot ul li {
  margin-right: 15px;
}
.bottom-foot ul li:last-child {
  margin-right: 0px;
}
.bottom-foot ul li a:hover, .bottom-foot ul li a:focus {
  opacity: 0.9;
}

a, button {
  text-decoration: none !important;
}
a.btn-grad, button.btn-grad {
  background: linear-gradient(9deg, #810814 0%, #ec1c24 100%);
  color: #ffffff;
  transition: all 0.5s ease;
}
a.btn-grad:hover, a.btn-grad:focus, button.btn-grad:hover, button.btn-grad:focus {
  background: linear-gradient(9deg, #ec1c24 0%, #810814 100%);
  color: #ffffff;
}

.header-btn .btn-grad, .header-btn1 .btn-grad {
  font-size: 12px;
  padding: 10px 30px;
  border-radius: 100px;
}
@media (max-width: 991px) {
  .header-btn .btn-grad, .header-btn1 .btn-grad {
    text-align: center;
  }
}

.btn.btn-warning-red {
  background: #D71923;
  color: #ffffff;
}
.btn.btn-warning-red:hover, .btn.btn-warning-red:focus {
  color: #fffffe;
}

.modal-form-k {
  /**
  * Add a transition to the label and input.
  * I'm not even sure that touch-action: manipulation works on
  * inputs, but hey, it's new and cool and could remove the 
  * pesky delay.
  */
}
.modal-form-k .field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
  width: 100%;
}
.modal-form-k label, .modal-form-k input {
  transition: all 0.2s;
  touch-action: manipulation;
  font-weight: 600;
}
.modal-form-k input, .modal-form-k textarea {
  font-size: 15px;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  cursor: text;
  color: #232531;
  font-weight: 400;
}
.modal-form-k input:focus, .modal-form-k textarea:focus {
  outline: 0;
  border-bottom: 1px solid #666;
}
.modal-form-k label {
  text-transform: capitalize;
  color: #888888;
  font-size: 10px;
  font-weight: 100;
}
.modal-form-k input:placeholder-shown + label, .modal-form-k textarea:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 2.125rem) scale(1.5);
}
.modal-form-k ::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
.modal-form-k input:focus::-webkit-input-placeholder, .modal-form-k textarea:focus::-webkit-input-placeholder {
  opacity: 1;
}
.modal-form-k input:not(:placeholder-shown) + label,
.modal-form-k input:focus + label, .modal-form-k textarea:not(:placeholder-shown) + label,
.modal-form-k textarea:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
}

.custom-field .btn-light {
  background: transparent;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 5px;
  color: #888888;
  font-weight: 100;
  margin-top: 15px;
}
.custom-field .btn-light:hover, .custom-field .btn-light:focus {
  background: transparent;
}
.custom-field .dropdown-item.active, .custom-field .dropdown-item:active {
  background: #123183;
}

.input-custom {
  margin: 0px 0px 10px 0px;
}
.input-custom .inputfile {
  display: none !important;
}
.input-custom .file-box {
  font-size: 0.9rem !important;
  color: #888888;
}
.input-custom .file-button {
  position: absolute;
  right: 20px;
}
.input-custom .file-button svg {
  width: 20px;
  height: 20px;
}
.input-custom .file-button svg path {
  fill: #034bb3 !important;
}
.input-custom label {
  background: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  font-family: inherit;
  -webkit-appearance: none;
  padding: 12px;
  height: 45px;
  width: 100%;
  outline: none;
  margin-top: 15px;
  color: #888888;
  font-weight: 100;
}

.header-btn-cus .navbar-toggler .icon-bar, .ri-btn-menu .navbar-toggler .icon-bar {
  width: 22px;
  height: 2px;
  background-color: #B6B6B6;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}
.header-btn-cus .navbar-toggler.collapsed .top-bar, .ri-btn-menu .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.header-btn-cus .navbar-toggler.collapsed .middle-bar, .ri-btn-menu .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.header-btn-cus .navbar-toggler.collapsed .bottom-bar, .ri-btn-menu .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.header-btn-cus .navbar-toggler[aria-expanded=true], .ri-btn-menu .navbar-toggler[aria-expanded=true] {
  border: none;
  background: transparent !important;
}
.header-btn-cus .navbar-toggler[aria-expanded=true] .top-bar, .ri-btn-menu .navbar-toggler[aria-expanded=true] .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.header-btn-cus .navbar-toggler[aria-expanded=true] .middle-bar, .ri-btn-menu .navbar-toggler[aria-expanded=true] .middle-bar {
  opacity: 0;
}
.header-btn-cus .navbar-toggler[aria-expanded=true] .bottom-bar, .ri-btn-menu .navbar-toggler[aria-expanded=true] .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.hub-modal .header {
  display: block;
  background: #FFF;
  margin: 0;
  padding: 1.25rem 1.5rem;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #e7e7e7;
  font-size: 1.3em;
  font-weight: 600;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.hub-modal .modal-body {
  background: #f2f2f4;
  padding: 20px;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
@media (max-height: 600px) {
  .hub-modal .modal-body.min-hight {
    min-height: auto;
    overflow: auto;
  }
}
@media (max-width: 991px) {
  .hub-modal .modal-body.min-hight {
    height: auto;
    overflow: auto;
  }
}
@media (max-width: 991px) {
  .hub-modal .modal-body {
    height: 500px;
    overflow: auto;
  }
}
@media (max-height: 600px) {
  .hub-modal .modal-body {
    min-height: 500px;
    overflow: auto;
  }
}
.hub-modal .modal-body h6 {
  font-size: 14px;
}
.hub-modal .modal-body .custom-file .custom-file-label::after {
  background-color: #1a1d20;
  color: #ffffff;
}
.hub-modal .close {
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 8px;
  z-index: 1;
  opacity: 0.8;
  font-size: 18px;
  color: #33373D;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.625rem 0 0;
}

.starrating > input {
  display: none;
}

.starrating > label:before {
  content: "";
  /* Star */
  margin: 2px;
  font-size: 2em;
  font-family: FontAwesome;
  display: inline-block;
}

.starrating > label {
  cursor: pointer;
  color: #222222;
  /* Start color when not clicked */
}

.starrating > input:checked ~ label {
  color: #ffca08;
}

/* Set yellow color when star checked */
.starrating > input:hover ~ label {
  color: #ffca08;
}

/* Set yellow color when star hover */
.job-sec-modal h4, .job-sec-modal h5 {
  font-size: 18px;
  color: #687693;
  font-weight: 500;
}
.job-sec-modal p, .job-sec-modal li {
  font-size: 14px;
  color: #687693;
  opacity: 0.8;
  line-height: 28px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.login-form .intl-tel-input {
  width: 100%;
}

body {
  margin: 0;
  font-family: "Roboto" !important;
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #233d62 !important;
}

.text-muted-cus {
  color: #949393;
}

.text-muted-cus-light {
  color: #b1afaf !important;
}

.title-top h2 {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .title-top h2 {
    font-size: 21px;
  }
}
@media (max-width: 576px) {
  .title-top h2 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .ul-rt-abt {
    margin-top: 25px;
  }
}
.ul-rt-abt p {
  font-size: 16px;
  font-weight: 400;
  color: #687693;
  margin-bottom: 20px;
  line-height: 1.7em;
}
.ul-rt-abt ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.ul-rt-abt ul li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #687693;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .ul-rt-abt ul li {
    font-size: 14px;
  }
}
.ul-rt-abt ul li span {
  position: absolute;
  top: 5px;
  left: 0px;
  background-color: #fc6e36;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

@media (max-width: 1200px) {
  .why-tec .box-sec-tw img {
    max-width: 90%;
  }
}
@media (max-width: 1199px) {
  .why-tec .box-sec-tw img {
    width: 100%;
  }
}

.services-sec {
  background: #123183;
  position: relative;
  padding: 60px 0px 0px;
  height: 550px;
  z-index: 1;
}
@media (max-width: 576px) {
  .services-sec .b2by2 .col-lg-4.col-md-6, .services-sec .b2by2 .col-lg-3.col-md-6 {
    max-width: calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}
@media (max-width: 576px) {
  .services-sec .b2by2 .col-lg-4.col-md-6 .box-4-3, .services-sec .b2by2 .col-lg-3.col-md-6 .box-4-3 {
    min-height: auto;
  }
}
@media (max-width: 576px) {
  .services-sec .b2by2 .col-lg-4.col-md-6 .box-4-3 a, .services-sec .b2by2 .col-lg-3.col-md-6 .box-4-3 a {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 576px) {
  .services-sec .b2by2 .col-lg-4.col-md-6 .box-4-3 a img, .services-sec .b2by2 .col-lg-3.col-md-6 .box-4-3 a img {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .services-sec .b2by2 .col-lg-4.col-md-6 .box-4-3 a h4, .services-sec .b2by2 .col-lg-3.col-md-6 .box-4-3 a h4 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .services-sec {
    height: auto;
    padding: 30px 0px;
  }
}
.services-sec::after {
  content: "";
  background: url(../images/white-bg-shape.png) center center/cover no-repeat local;
  width: 100%;
  height: 99px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .services-sec::after {
    content: none;
  }
}
.services-sec .line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.services-sec .line div {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 17%;
}
.services-sec .line div:nth-child(2) {
  left: 34%;
}
.services-sec .line div:nth-child(3) {
  left: 51%;
}
.services-sec .line div:nth-child(4) {
  left: 68%;
}
.services-sec .line div:nth-child(5) {
  left: 85%;
}
.services-sec .titflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.services-sec .titflex h2 {
  color: #ffffff;
}
.services-sec .box-4-3 {
  min-width: 358px;
  min-height: 230px;
  border-radius: 3px;
  text-align: center;
  transition: all 0.3s;
  box-shadow: 0px 4px 21.36px 2.64px rgba(25, 38, 62, 0.11);
  margin-bottom: 20px;
  background: #ffffff;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .services-sec .box-4-3 {
    min-width: 298px;
  }
}
@media (max-width: 576px) {
  .services-sec .box-4-3 {
    min-width: auto;
  }
}
.services-sec .box-4-3 a {
  min-width: 358px;
  min-height: 230px;
  padding: 54px 17px 54px;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: #ffffff;
  color: #233d62;
  transition: all 0.5s ease;
}
@media (max-width: 576px) {
  .services-sec .box-4-3 a {
    min-width: auto;
  }
}
.services-sec .box-4-3 a:hover, .services-sec .box-4-3 a:focus {
  background: #fc6e36;
  color: #ffffff;
}
.services-sec .box-4-3 a:hover img, .services-sec .box-4-3 a:focus img {
  filter: brightness(0);
  transform: translateY(-10px);
}
.services-sec .box-4-3 a img {
  transition: all 0.5s ease;
}
.services-sec .box-4-3 h4 {
  font-size: 16px;
  font-weight: 500;
}
.services-sec .box-4-3 img {
  margin-bottom: 20px;
}

.our-clients {
  margin-top: 14%;
  padding: 60px 0px;
  background: url(../images/clients-bg.png) left top/100% no-repeat local;
}
@media (max-width: 991px) {
  .our-clients {
    margin-top: 0px;
    padding: 50px 0px;
  }
}
@media (max-width: 576px) {
  .our-clients {
    padding: 30px 0px;
  }
}
.our-clients .owl-clients {
  display: grid;
  grid-template-columns: 33% 1fr 1fr;
  column-gap: 10px;
  row-gap: 15px;
}
@media (max-width: 576px) {
  .our-clients .owl-clients {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.our-clients .owl-clients .item {
  background: #ffffff;
  padding: 20px 20px;
  border-radius: 3px;
  text-align: center;
  margin: 10px;
  transition: all 0.5s ease;
  box-shadow: 0px 4px 21.36px 2.64px rgba(25, 38, 62, 0.06);
}
@media (max-width: 576px) {
  .our-clients .owl-clients .item {
    padding: 5px 5px;
    margin: 5px;
    width: calc(100%/2 - 20px);
  }
}
.our-clients .owl-clients .item img {
  max-width: 80%;
  margin: auto;
}

.imgBorder {
  border-radius: 10px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.testimonal-index.owl-theme .owl-dots {
  background: transparent;
  margin-top: 30px !important;
}
.testimonal-index.owl-theme .owl-dots .owl-dot {
  background: transparent;
  padding: 0px;
}
.testimonal-index.owl-theme .owl-dots .owl-dot.active span {
  width: 25px;
  height: 8px;
  background: #fc6e36;
  opacity: 1;
}
.testimonal-index.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 5px;
  background: #fc6e36;
  opacity: 0.7;
}
.testimonal-index .item {
  text-align: center;
  max-width: 900px;
  margin: auto;
}
.testimonal-index .item .avater {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  margin: auto;
}
.testimonal-index .item .desc {
  margin-top: 30px;
}
.testimonal-index .item .desc p {
  font-size: 18px;
  color: #687693;
  line-height: 1.7em;
  margin: 0;
}
.testimonal-index .item .client-info {
  margin-top: 20px;
}
.testimonal-index .item .client-info h5 {
  font-size: 16px;
  margin: 0 0 10px;
  color: #123183;
}
.testimonal-index .item .client-info p {
  font-size: 14px;
  margin: 0;
  color: #687693;
}

.services-sec.bg-white {
  height: auto;
}
.services-sec.bg-white .box-4-3 {
  min-width: auto;
}
.services-sec.bg-white .box-4-3 a {
  min-width: auto;
}

@keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes slide-lft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70%);
    transform: translateX(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slide-lft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
.slideanim-lft {
  visibility: hidden;
}

.slide-lft {
  animation-name: slide-lft;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}

.slideanim {
  visibility: hidden;
}

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}

.mo-title-box h3 {
  font-size: 26px;
  margin: 0px 0 25px 0;
  position: relative;
  color: #123183;
}
@media (max-width: 576px) {
  .mo-title-box h3 {
    font-size: 18px;
    margin: 0px 0 15px 0;
  }
}
.mo-title-box .content {
  font-size: 16px;
  color: #222222;
  line-height: 1.7em;
}

.contact-form-sec {
  background-color: #f7f8fc !important;
  position: relative;
  overflow: hidden;
  margin-top: 1%;
  padding: 48px 0;
}
@media (max-width: 576px) {
  .contact-form-sec {
    padding: 28px 0;
  }
}
.contact-form-sec .contact-form-pd h2 {
  font-size: 30px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .contact-form-sec .contact-form-pd h2 {
    font-size: 20px;
  }
}
.contact-form-sec .contact_information {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .contact-form-sec .contact_information {
    position: relative;
    transform: translate(0%, 0%);
    top: auto;
    left: auto;
    padding: 10% 0px;
  }
}
@media (max-width: 576px) {
  .contact-form-sec .contact_information {
    padding: 2% 0px;
    margin-bottom: 20px;
  }
}
.contact-form-sec .contact_information .cont-inf {
  position: relative;
  margin-bottom: 35px;
}
.contact-form-sec .contact_information .cont-inf:last-child {
  margin-bottom: 0px;
}
.contact-form-sec .contact_information .cont-inf .po-icon-abs {
  position: absolute;
  left: -50px;
}
@media (max-width: 767px) {
  .contact-form-sec .contact_information .cont-inf .po-icon-abs {
    left: 0px;
  }
}
.contact-form-sec .contact_information .cont-inf .po-icon-abs i {
  font-size: 20px;
}
.contact-form-sec .contact_information .cont-inf .cont-in {
  padding-left: 25px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .contact-form-sec .contact_information .cont-inf .cont-in {
    padding-left: 45px;
  }
}
.contact-form-sec .contact_information .cont-inf .cont-in h4 {
  font-size: 18px;
  font-weight: 600;
  color: #233d62;
  margin: 0 0 0.2em;
}
@media (max-width: 576px) {
  .contact-form-sec .contact_information .cont-inf .cont-in h4 {
    font-size: 16px;
  }
}
.contact-form-sec .contact_information .cont-inf .cont-in p, .contact-form-sec .contact_information .cont-inf .cont-in a {
  font-size: 14;
  margin: 0;
  color: #687693;
  line-height: 1.7em;
}

.contact-form label {
  font-weight: 400;
  color: #233d62;
  font-size: 16px;
}
.contact-form .form-control, .contact-form .btn.dropdown-toggle {
  background: #fdfdfd;
  width: 100%;
  height: 55px;
  border: 2px solid #eaeaea;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: white;
  font-size: 14px;
  padding: 6px 12px;
}
.contact-form .dropdown-item.active, .contact-form .dropdown-item:active {
  background-color: #fc6e36;
}
.contact-form .state .dropdown-menu.show .inner {
  max-height: 200px;
}

.top-desc h5 {
  font-size: 18px;
}
.top-desc p {
  position: relative;
  line-height: 1.7em;
  font-size: 15px;
  font-weight: 400;
  color: #687693;
}
@media (max-width: 576px) {
  .top-desc p {
    font-size: 14px;
    line-height: 1.7em;
  }
}
.top-desc ol li {
  font-size: 15px;
  font-weight: 400;
  color: #687693;
  line-height: 1.7em;
}
@media (max-width: 576px) {
  .top-desc ol li {
    font-size: 14px;
  }
}
.top-desc a {
  color: #fc6e36;
}

@media (max-width: 767px) {
  .w-45 img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .cablings .col-lg-2 {
    max-width: calc(100% / 5);
    flex: 0 0 calc(100% / 5);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cablings .col-lg-2 {
    max-width: calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}
@media (max-width: 767px) {
  .cablings .col-lg-2 {
    max-width: calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}
.cablings .col-lg-2 .box-4-3 {
  min-height: auto;
  margin-bottom: 0px;
}
.cablings .col-lg-2 .box-4-3 a {
  padding: 20px;
}
.cablings .col-lg-2 .box-4-3 a, .cablings .col-lg-2 .box-4-3 h4 {
  font-size: 15px;
  min-height: auto;
  text-overflow: unset;
  overflow: unset;
  white-space: unset;
}
.cablings .col-lg-2 .box-4-3 img {
  width: 42px;
}
.cablings .top-desc ul li {
  font-size: 15px;
  font-weight: 400;
  color: #687693;
  line-height: 30px;
}

.faq-cont {
  text-align: left;
}
.faq-cont .card {
  border: none;
}
.faq-cont .card .card-header {
  padding-left: 0px;
  padding-right: 0px;
  background: transparent;
  border-bottom: transparent;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.faq-cont .card .card-header h5 {
  padding: 35px 20px;
  font-size: 18px;
  color: #163c79;
  font-weight: 700;
  border-bottom: 1px solid #e8e8e8;
}
.faq-cont .card .card-header h5[aria-expanded=true] {
  background: #f4f4f4;
  padding: 20px 20px 0px;
  border: none;
}
.faq-cont .card .card-header h5[aria-expanded=true] .icon-arrow {
  transform: rotate(-90deg);
}
.faq-cont .card .card-header .icon-arrow {
  width: 22px;
  height: 20px;
  line-height: 16px;
  transform: rotate(90deg);
}
.faq-cont .card .card-header .icon-arrow svg {
  width: 100%;
  height: 100%;
}
.faq-cont .card .card-header .icon-arrow svg rect {
  fill: #163c79;
}
.faq-cont .card .card-body {
  transition: all 0.5s ease;
}
.faq-cont .card .card-body p {
  font-size: 14px;
  color: #000;
}
.faq-cont .card .show {
  background: #f4f4f4;
}

.or-line {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px 30px 0px;
}
.or-line:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #123183;
  position: absolute;
  top: 25px;
  left: 0px;
  right: 0px;
}
.or-line span {
  padding: 10px 12px;
  border: 1px solid #123183;
  text-align: center;
  border-radius: 100%;
  background: #123183;
  font-size: 15px;
  font-weight: 500;
  z-index: 9;
  color: #fff;
}

.coverage-bg {
  background-color: #f1f3f2;
}
.coverage-bg .bg-client-map img {
  width: 80% !important;
}
@media (min-width: 992px) {
  .coverage-bg .bg-client-map img {
    width: 70% !important;
  }
}

@media (max-width: 991px) {
  .group-links {
    margin-bottom: 30px;
  }
}
.group-links a {
  border-radius: 100px;
  background: #fc6e36;
  margin-bottom: 5px;
  border-color: #fc6e36;
  transition: all 0.5s ease;
  margin: 5px;
  width: 100%;
  position: relative;
  padding-left: 40px;
  text-align: left;
}
.group-links a span {
  position: absolute;
  left: 20px;
}
.group-links a:hover, .group-links a:focus, .group-links a.active, .group-links a:not(:disabled):not(.disabled).active {
  background: #123183;
  border-color: #123183;
}

.coverage-clients {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.coverage-clients .item {
  background: #efefef;
  padding: 20px 20px;
  border-radius: 3px;
  text-align: center;
  margin: 10px;
}
@media (max-width: 576px) {
  .coverage-clients .item {
    padding: 10px 10px;
    margin: 5px;
  }
}
.coverage-clients .item img {
  max-width: 50%;
  margin: auto;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
.slideanim {
  visibility: hidden;
}

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  visibility: hidden;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes circleLoader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible;
}

.vertical-alignment-helper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  height: 100%;
  width: 100%;
}

.modal-login-sec.modal.fade.show .modal-dialog {
  transform: scale(1) !important;
  transform: translate3d(0, 0px, 0) !important;
  opacity: 1;
}
.modal-login-sec .modal-dialog {
  transform: scale(0) !important;
  transform: translate3d(0, 0px, 0) !important;
  width: 60%;
  opacity: 0;
}
@media (max-width: 991px) {
  .modal-login-sec .modal-dialog {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .modal-login-sec .modal-dialog {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal-login-sec .modal-header {
  flex-direction: column;
}
.modal-login-sec .modal-header .modal-title {
  font-size: 1.4rem;
  color: #000;
  font-weight: 600;
}
.modal-login-sec .modal-header p {
  color: #777777;
  font-size: 0.72rem;
  margin-bottom: 0;
}
.modal-login-sec .modal-header .close {
  position: absolute;
  right: 25px;
  top: 25px;
  background: #eee;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  font-size: 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.modal-login-sec .modal-header .close span {
  align-self: center;
  line-height: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-login-sec .modal-body {
  padding: 20px 40px 10px;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 100px;
}
.loader__bar {
  position: absolute;
  bottom: 0;
  width: 8px;
  height: 50%;
  background: #eee;
  transform-origin: center bottom;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.loader__bar:nth-child(1) {
  left: 0px;
  transform: scale(1, 0.2);
  animation: barUp1 4s infinite;
}
.loader__bar:nth-child(2) {
  left: 15px;
  transform: scale(1, 0.4);
  animation: barUp2 4s infinite;
}
.loader__bar:nth-child(3) {
  left: 30px;
  transform: scale(1, 0.6);
  animation: barUp3 4s infinite;
}
.loader__bar:nth-child(4) {
  left: 45px;
  transform: scale(1, 0.8);
  animation: barUp4 4s infinite;
}
.loader__bar:nth-child(5) {
  left: 60px;
  transform: scale(1, 1);
  animation: barUp5 4s infinite;
}
.loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fc6e36;
  border-radius: 50%;
  animation: ball 4s infinite;
}

@keyframes ball {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(8px, -14px);
  }
  10% {
    transform: translate(15px, -10px);
  }
  17% {
    transform: translate(23px, -24px);
  }
  20% {
    transform: translate(30px, -20px);
  }
  27% {
    transform: translate(38px, -34px);
  }
  30% {
    transform: translate(45px, -30px);
  }
  37% {
    transform: translate(53px, -44px);
  }
  40% {
    transform: translate(60px, -40px);
  }
  50% {
    transform: translate(60px, 0);
  }
  57% {
    transform: translate(53px, -14px);
  }
  60% {
    transform: translate(45px, -10px);
  }
  67% {
    transform: translate(37px, -24px);
  }
  70% {
    transform: translate(30px, -20px);
  }
  77% {
    transform: translate(22px, -34px);
  }
  80% {
    transform: translate(15px, -30px);
  }
  87% {
    transform: translate(7px, -44px);
  }
  90% {
    transform: translate(0, -40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes barUp1 {
  0% {
    transform: scale(1, 0.2);
  }
  40% {
    transform: scale(1, 0.2);
  }
  50% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.2);
  }
}
@keyframes barUp2 {
  0% {
    transform: scale(1, 0.4);
  }
  40% {
    transform: scale(1, 0.4);
  }
  50% {
    transform: scale(1, 0.8);
  }
  90% {
    transform: scale(1, 0.8);
  }
  100% {
    transform: scale(1, 0.4);
  }
}
@keyframes barUp3 {
  0% {
    transform: scale(1, 0.6);
  }
  100% {
    transform: scale(1, 0.6);
  }
}
@keyframes barUp4 {
  0% {
    transform: scale(1, 0.8);
  }
  40% {
    transform: scale(1, 0.8);
  }
  50% {
    transform: scale(1, 0.4);
  }
  90% {
    transform: scale(1, 0.4);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
@keyframes barUp5 {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.2);
  }
  90% {
    transform: scale(1, 0.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.triangle-loading {
  animation: pulsing-fade 6000ms ease infinite;
  color: #687693;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  left: 50%;
  letter-spacing: 7px;
  margin-left: 0px;
  padding-top: 10px;
  opacity: 1;
  position: absolute;
  top: 58%;
  transform: translate3d(-50%, -50%, 0);
  text-transform: uppercase;
}

/*# sourceMappingURL=main.css.map */
