@charset "UTF-8";
.bg-bluedark {
  background-color: #131419 !important;
}

:root {
  --white: #fff;
  --black: #000;
  --light-gray: linear-gradient(to right,#FFFFFF,#E3E4E8);
  --color_1: linear-gradient(45deg,#26A9D5,#28B17B);
  --color_2: linear-gradient(45deg,#F36D74,#DE214B);
  --color_3: linear-gradient(45deg,#A66EAF,#BB138C);
  --color_4: linear-gradient(45deg,#FBB249,#D46122);
}

.product-bg {
  background: #e2e2e2;
}

.ellipsis {
  display: block;
  display: -webkit-box;
  height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

header .header-top {
  padding: 4px 0px 8px 0px;
  background: #e2e2e2;
  color: #131313;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: inset -1px 2px 5px -2px rgba(78, 78, 78, 0.46);
  -moz-box-shadow: inset -1px 2px 5px -2px rgba(78, 78, 78, 0.46);
  box-shadow: inset -1px 2px 5px -2px rgba(78, 78, 78, 0.46);
}
header #main {
  padding-top: 20px;
}
header .navbar-light .navbar-nav .active > .nav-link, header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link.show, header .navbar-light .navbar-nav .show > .nav-link {
  background: #293b87;
  color: #ccc;
}
header .navbar-light .navbar-nav .nav-link:focus, header .navbar-light .navbar-nav .nav-link:hover {
  background: #293b87;
  color: #ccc;
}
header .navbar-light .navbar-nav .nav-link {
  color: #293B87;
  text-transform: uppercase;
  margin: 5px;
}
header .navbar {
  border-radius: 0;
  font-weight: 600;
  padding: 0.1rem 1rem;
  background: #f3f2f2;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: inset -1px 2px 5px -2px rgba(78, 78, 78, 0.46);
  -moz-box-shadow: inset -1px 2px 5px -2px rgba(78, 78, 78, 0.46);
  box-shadow: inset -1px 2px 5px -2px rgba(78, 78, 78, 0.46);
}
header .navbar .logo-header {
  width: 170px;
}
header .affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
header .affix.navbar {
  background-color: #dcdcdc;
  -webkit-box-shadow: -1px 5px 10px -2px rgba(78, 78, 78, 0.46);
  -moz-box-shadow: -1px 5px 10px -2px rgba(78, 78, 78, 0.46);
  box-shadow: -1px 5px 10px -2px rgba(78, 78, 78, 0.46);
}
header .affix.navbar .nav-item > a,
header .affix.navbar .navbar-brand {
  color: #333;
}
header .navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
header .navbar-nav li:hover > ul.dropdown-menu:hover {
  background: fff;
}
header .dropdown-submenu {
  position: relative;
}
header .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}
header .dropdown-menu > li > a:hover {
  background: #293B87;
  color: #fff;
}
header .dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}
header .link {
  color: #131313;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
header .link:hover {
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
header .link:before {
  content: "";
  background: #eb3b5a;
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.2s ease 0s;
}
header .link:hover:before {
  opacity: 1;
  animation: pulse 1s linear infinite;
}
@keyframes pulse {
  0% {
    background: #eb3b5a;
    border-radius: 0px;
    transform: scale(1);
  }
  50% {
    background: #4b7bec;
    border-radius: 0;
    transform: scale(1);
  }
  100% {
    background: #eb3b5a;
    border-radius: 0px;
    transform: scale(1);
  }
}

footer.main-footer {
  padding: 50px 0px;
}
footer.main-footer p {
  line-height: 25px;
}
footer.main-footer .widget-title {
  border-bottom: solid 2px #17a8fc;
  padding-bottom: 5px;
  color: #fff;
  margin: 0 0 14px;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
footer.main-footer ul.list-unstyled li {
  padding: 1px 0px;
}
footer.main-footer ul.list-unstyled li a {
  color: #d3d3d3;
  font-size: 15px;
}
footer.main-footer ul.list-unstyled li a:hover {
  color: #ec3237;
}
footer.main-footer p {
  font-size: 15px;
  color: #d3d3d3;
}
footer.main-footer .media i {
  color: #dbdbdb;
}
footer.main-footer .media a {
  color: #adadad;
}

.copyright {
  background-color: #293b87 !important;
  color: #fff;
  border-top: 1px solid #ececec;
  padding: 20px 0px;
}
.copyright ul {
  margin: 0px;
  padding: 0px 0px;
  text-align: center;
}
.copyright ul li {
  display: inline-block;
  padding-left: 15px;
}
.copyright ul li a {
  color: #ec3237;
}
.copyright ul li a:hover {
  color: #ec3237;
}
.copyright ul.list-unstyled {
  text-align: left;
}
.copyright ul.list-unstyled li {
  padding: 0px;
}

/* Dropdown menu show on hover */
.dropdown-hover {
  display: inline-block;
}
.dropdown-hover .dropdown-menu {
  display: none;
}
.dropdown-hover:hover .dropdown-menu {
  display: block;
}

/* / Dropdown menu show on hover */
ul.social-icons {
  padding: 0px;
  display: flex;
  justify-content: space-around;
  list-style: none;
}
ul.social-icons li {
  flex: 1 1 auto;
  text-align: center;
}
ul.social-icons li a {
  font-size: 22px;
  color: #696969;
  padding: 0;
  transition: ease all 0.3s 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
ul.social-icons li a:hover {
  color: #ec3237;
}

.footer-effect {
  background-image: linear-gradient(135deg, rgba(17, 17, 17, 0.938) 0%, rgba(0, 9, 13, 0.79) 100%), url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  bottom: 0;
}

.row.vertical-gutter-50 {
  margin-top: -50px;
}
.row.vertical-gutter-50 > [class*=col-] {
  margin-top: 50px;
}

.row.vertical-gutter-45 {
  margin-top: -45px;
}
.row.vertical-gutter-45 > [class*=col-] {
  margin-top: 45px;
}

.row.vertical-gutter-40 {
  margin-top: -40px;
}
.row.vertical-gutter-40 > [class*=col-] {
  margin-top: 40px;
}

.row.vertical-gutter-35 {
  margin-top: -35px;
}
.row.vertical-gutter-35 > [class*=col-] {
  margin-top: 35px;
}

.row.vertical-gutter-30 {
  margin-top: -30px;
}
.row.vertical-gutter-30 > [class*=col-] {
  margin-top: 30px;
}

.row.vertical-gutter-25 {
  margin-top: -25px;
}
.row.vertical-gutter-25 > [class*=col-] {
  margin-top: 25px;
}

.row.vertical-gutter-20 {
  margin-top: -20px;
}
.row.vertical-gutter-20 > [class*=col-] {
  margin-top: 20px;
}

.row.vertical-gutter-15 {
  margin-top: -15px;
}
.row.vertical-gutter-15 > [class*=col-] {
  margin-top: 15px;
}

.row.vertical-gutter-10 {
  margin-top: -10px;
}
.row.vertical-gutter-10 > [class*=col-] {
  margin-top: 10px;
}

.row.vertical-gutter-5 {
  margin-top: -5px;
}
.row.vertical-gutter-5 > [class*=col-] {
  margin-top: 5px;
}

/* sm */
@media (min-width: 576px) {
  .row.vertical-gutter-sm-50 {
    margin-top: -50px;
  }
  .row.vertical-gutter-sm-50 > [class*=col-] {
    margin-top: 50px;
  }

  .row.vertical-gutter-sm-45 {
    margin-top: -45px;
  }
  .row.vertical-gutter-sm-45 > [class*=col-] {
    margin-top: 45px;
  }

  .row.vertical-gutter-sm-40 {
    margin-top: -40px;
  }
  .row.vertical-gutter-sm-40 > [class*=col-] {
    margin-top: 40px;
  }

  .row.vertical-gutter-sm-35 {
    margin-top: -35px;
  }
  .row.vertical-gutter-sm-35 > [class*=col-] {
    margin-top: 35px;
  }

  .row.vertical-gutter-sm-30 {
    margin-top: -30px;
  }
  .row.vertical-gutter-sm-30 > [class*=col-] {
    margin-top: 30px;
  }

  .row.vertical-gutter-sm-25 {
    margin-top: -25px;
  }
  .row.vertical-gutter-sm-25 > [class*=col-] {
    margin-top: 25px;
  }

  .row.vertical-gutter-sm-20 {
    margin-top: -20px;
  }
  .row.vertical-gutter-sm-20 > [class*=col-] {
    margin-top: 20px;
  }

  .row.vertical-gutter-sm-15 {
    margin-top: -15px;
  }
  .row.vertical-gutter-sm-15 > [class*=col-] {
    margin-top: 15px;
  }

  .row.vertical-gutter-sm-10 {
    margin-top: -10px;
  }
  .row.vertical-gutter-sm-10 > [class*=col-] {
    margin-top: 10px;
  }

  .row.vertical-gutter-sm-5 {
    margin-top: -5px;
  }
  .row.vertical-gutter-sm-5 > [class*=col-] {
    margin-top: 5px;
  }
}
/* md */
@media (min-width: 768px) {
  .row.vertical-gutter-md-50 {
    margin-top: -50px;
  }
  .row.vertical-gutter-md-50 > [class*=col-] {
    margin-top: 50px;
  }

  .row.vertical-gutter-md-45 {
    margin-top: -45px;
  }
  .row.vertical-gutter-md-45 > [class*=col-] {
    margin-top: 45px;
  }

  .row.vertical-gutter-md-40 {
    margin-top: -40px;
  }
  .row.vertical-gutter-md-40 > [class*=col-] {
    margin-top: 40px;
  }

  .row.vertical-gutter-md-35 {
    margin-top: -35px;
  }
  .row.vertical-gutter-md-35 > [class*=col-] {
    margin-top: 35px;
  }

  .row.vertical-gutter-md-30 {
    margin-top: -30px;
  }
  .row.vertical-gutter-md-30 > [class*=col-] {
    margin-top: 30px;
  }

  .row.vertical-gutter-md-25 {
    margin-top: -25px;
  }
  .row.vertical-gutter-md-25 > [class*=col-] {
    margin-top: 25px;
  }

  .row.vertical-gutter-md-20 {
    margin-top: -20px;
  }
  .row.vertical-gutter-md-20 > [class*=col-] {
    margin-top: 20px;
  }

  .row.vertical-gutter-md-15 {
    margin-top: -15px;
  }
  .row.vertical-gutter-md-15 > [class*=col-] {
    margin-top: 15px;
  }

  .row.vertical-gutter-md-10 {
    margin-top: -10px;
  }
  .row.vertical-gutter-md-10 > [class*=col-] {
    margin-top: 10px;
  }

  .row.vertical-gutter-md-5 {
    margin-top: -5px;
  }
  .row.vertical-gutter-md-5 > [class*=col-] {
    margin-top: 5px;
  }
}
/* lg */
@media (min-width: 992px) {
  .row.vertical-gutter-lg-50 {
    margin-top: -50px;
  }
  .row.vertical-gutter-lg-50 > [class*=col-] {
    margin-top: 50px;
  }

  .row.vertical-gutter-lg-45 {
    margin-top: -45px;
  }
  .row.vertical-gutter-lg-45 > [class*=col-] {
    margin-top: 45px;
  }

  .row.vertical-gutter-lg-40 {
    margin-top: -40px;
  }
  .row.vertical-gutter-lg-40 > [class*=col-] {
    margin-top: 40px;
  }

  .row.vertical-gutter-lg-35 {
    margin-top: -35px;
  }
  .row.vertical-gutter-lg-35 > [class*=col-] {
    margin-top: 35px;
  }

  .row.vertical-gutter-lg-30 {
    margin-top: -30px;
  }
  .row.vertical-gutter-lg-30 > [class*=col-] {
    margin-top: 30px;
  }

  .row.vertical-gutter-lg-25 {
    margin-top: -25px;
  }
  .row.vertical-gutter-lg-25 > [class*=col-] {
    margin-top: 25px;
  }

  .row.vertical-gutter-lg-20 {
    margin-top: -20px;
  }
  .row.vertical-gutter-lg-20 > [class*=col-] {
    margin-top: 20px;
  }

  .row.vertical-gutter-lg-15 {
    margin-top: -15px;
  }
  .row.vertical-gutter-lg-15 > [class*=col-] {
    margin-top: 15px;
  }

  .row.vertical-gutter-lg-10 {
    margin-top: -10px;
  }
  .row.vertical-gutter-lg-10 > [class*=col-] {
    margin-top: 10px;
  }

  .row.vertical-gutter-lg-5 {
    margin-top: -5px;
  }
  .row.vertical-gutter-lg-5 > [class*=col-] {
    margin-top: 5px;
  }
}
/* xl */
@media (min-width: 1200px) {
  .row.vertical-gutter-xl-50 {
    margin-top: -50px;
  }
  .row.vertical-gutter-xl-50 > [class*=col-] {
    margin-top: 50px;
  }

  .row.vertical-gutter-xl-45 {
    margin-top: -45px;
  }
  .row.vertical-gutter-xl-45 > [class*=col-] {
    margin-top: 45px;
  }

  .row.vertical-gutter-xl-40 {
    margin-top: -40px;
  }
  .row.vertical-gutter-xl-40 > [class*=col-] {
    margin-top: 40px;
  }

  .row.vertical-gutter-xl-35 {
    margin-top: -35px;
  }
  .row.vertical-gutter-xl-35 > [class*=col-] {
    margin-top: 35px;
  }

  .row.vertical-gutter-xl-30 {
    margin-top: -30px;
  }
  .row.vertical-gutter-xl-30 > [class*=col-] {
    margin-top: 30px;
  }

  .row.vertical-gutter-xl-25 {
    margin-top: -25px;
  }
  .row.vertical-gutter-xl-25 > [class*=col-] {
    margin-top: 25px;
  }

  .row.vertical-gutter-xl-20 {
    margin-top: -20px;
  }
  .row.vertical-gutter-xl-20 > [class*=col-] {
    margin-top: 20px;
  }

  .row.vertical-gutter-xl-15 {
    margin-top: -15px;
  }
  .row.vertical-gutter-xl-15 > [class*=col-] {
    margin-top: 15px;
  }

  .row.vertical-gutter-xl-10 {
    margin-top: -10px;
  }
  .row.vertical-gutter-xl-10 > [class*=col-] {
    margin-top: 10px;
  }

  .row.vertical-gutter-xl-5 {
    margin-top: -5px;
  }
  .row.vertical-gutter-xl-5 > [class*=col-] {
    margin-top: 5px;
  }
}
html, body {
  overflow-x: hidden;
  font-size: 17px;
  color: #333;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

a {
  color: #ec3237;
  text-decoration: none;
  transition: ease all 0.3s 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
a:hover {
  color: #b4061b;
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #293B87;
}

.rounded-100 {
  border-radius: 100px;
}

/* on dark background white color content */
.white-con *:not([class*=initial-color]) {
  color: #fff;
}

.bg-primary.white-con [class*=initial-color], .bg-primary .white-con [class*=initial-color], .bg-blue.white-con [class*=initial-color], .bg-blue .white-con [class*=initial-color] {
  color: #fff;
}
.bg-primary.white-con [class*=initial-color]:hover, .bg-primary .white-con [class*=initial-color]:hover, .bg-blue.white-con [class*=initial-color]:hover, .bg-blue .white-con [class*=initial-color]:hover {
  color: #b4061b;
}

.bg-secondary.white-con [class*=initial-color], .bg-secondary .white-con [class*=initial-color], .bg-red.white-con [class*=initial-color], .bg-red .white-con [class*=initial-color] {
  color: #fff;
}
.bg-secondary.white-con [class*=initial-color]:hover, .bg-secondary .white-con [class*=initial-color]:hover, .bg-red.white-con [class*=initial-color]:hover, .bg-red .white-con [class*=initial-color]:hover {
  color: #ec3237;
}

/* / on dark background white color content */
.text-primary1 {
  color: #ec3237;
}

/* btn style */
.btn-danger {
  background-color: #ec3237 !important;
  border-color: #eb292e !important;
}
.btn-danger:hover {
  background-color: #ea1b20 !important;
  border-color: #eb292e !important;
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  background-color: #ea1b20 !important;
  border-color: #eb292e !important;
}
.btn-danger.focus, .btn-danger:focus {
  box-shadow: 255 0 0 0.2rem rgba(255, 0, 0, 0.5) !important;
}

/* / btn style */
/*background t*/
.background-t {
  position: relative;
  z-index: 1;
}
.background-t:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 20, 45, 0.8);
  z-index: -1;
}

/* /background t*/
/* Scroll Top */
.scrollup {
  display: block;
  position: fixed;
  z-index: 9995;
  width: 40px;
  height: 40px;
  background-color: #ec3237;
  color: #fff;
  border-radius: 100%;
  right: 30px;
  bottom: 40px;
  text-align: center;
  line-height: 40px;
  transition: ease all 0.3s 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.scrollup i {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: bounceIn;
  font-size: 22px;
  padding-top: 9px;
}
.scrollup:before, .scrollup:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: ease all 0.3s 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.scrollup:hover {
  background-color: #eee;
  color: #fff;
}
.scrollup:hover:before {
  border-color: #ec3237;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.scrollup:hover:after {
  border-color: #fff;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
.scrollup:hover i {
  color: #ec3237;
}
.scrollup:focus i {
  color: #ec3237;
}

/* list styles */
ul {
  margin-bottom: 1.429rem;
}
ul.list-caret {
  list-style-type: none;
  padding: 0;
}
ul.list-caret > li {
  position: relative;
  font-size: 14px;
  padding-left: 1.5em;
  margin-bottom: 9px;
}
ul.list-caret > li:before {
  content: "";
  font-size: 1.4em;
  color: #468ce9;
  position: absolute;
  left: 0;
  top: 0.04em;
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  transition: ease all 0.3s 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
ul.list-caret > li a {
  font-size: inherit;
}
ul.list-caret > li:last-child {
  margin-bottom: 0;
}
ul.list-caret > li:hover:before {
  left: 0.3em;
}
ul.list-block {
  list-style-type: none;
  padding: 0;
}
ul.list-block > li {
  margin-bottom: 10px;
}
ul.list-block > li a {
  position: relative;
  display: block;
  font-size: 18px;
  padding: 10px 10px 10px 32px;
}
ul.list-block > li a:before {
  content: "";
  font-size: 0.9em;
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: ease all 0.3s 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
ul.list-block > li a:hover:before {
  left: 9px;
}
ul.list-block > li:last-child {
  margin-bottom: 0;
}
ul.list-block.list-block-white > li {
  background: #fff;
}
ul.list-block.list-block-white > li a {
  color: #b4061b;
}
ul.list-block.list-block-white > li a:hover:before {
  color: #ec3237;
}
ul.list-round {
  padding-left: 15px;
}
ul.list-round > li {
  padding: 8px 0px;
}
ul.list-round > li a {
  color: #eee;
}
ul.list-round > li a:hover {
  color: #ec3237;
}
ul.list-topics {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.list-topics li {
  padding: 7px 0px;
}
ul.list-topics li a {
  color: #eee;
}
ul.list-topics li a:hover {
  color: #ec3237;
}
ul.list-blue {
  padding-left: 15px;
}
ul.list-blue li {
  padding: 5px 0px;
}
ul.list-blue li a:hover {
  color: #282936;
}
ul:last-child {
  margin-bottom: 0;
}

/* list styles */
/* Section */
section:not(.initial), .section:not(.initial) {
  padding: 40px 0;
  /* RXT Last section in the page */
}
section:not(.initial) + section:not(.initial):not([class*=bg-]), section:not(.initial) + .section:not(.initial):not([class*=bg-]), .section:not(.initial) + section:not(.initial):not([class*=bg-]), .section:not(.initial) + .section:not(.initial):not([class*=bg-]) {
  padding-top: 0;
}
section:not(.initial)[class*=bg-] + section:not(.initial), section:not(.initial)[class*=bg-] + .section:not(.initial), .section:not(.initial)[class*=bg-] + section:not(.initial), .section:not(.initial)[class*=bg-] + .section:not(.initial) {
  padding-top: 40px;
}
section:not(.initial):last-of-type:not([class*=bg-]), .section:not(.initial):last-of-type:not([class*=bg-]) {
  padding-bottom: 40px;
}
section:not(.initial) .inner-section:first-child:not([class*=bg-]), .section:not(.initial) .inner-section:first-child:not([class*=bg-]) {
  padding-top: 0;
}
section:not(.initial) .inner-section:last-child:not([class*=bg-]), .section:not(.initial) .inner-section:last-child:not([class*=bg-]) {
  padding-bottom: 0;
}
section.initial.bg-color + section.initial.bg-color, section.initial.bg-color + .section.initial.bg-color, .section.initial.bg-color + section.initial.bg-color, .section.initial.bg-color + .section.initial.bg-color {
  padding-top: 40px;
}
section.initial.bg-color .inner-section:first-child:not([class*=bg-]), .section.initial.bg-color .inner-section:first-child:not([class*=bg-]) {
  padding-top: 0;
}
section.initial.bg-color .inner-section:last-child:not([class*=bg-]), .section.initial.bg-color .inner-section:last-child:not([class*=bg-]) {
  padding-bottom: 0;
}
section.bg-color, .section.bg-color {
  background: #f8f8f8;
}

.inner-section:not(.initial) {
  padding: 40px 0;
}
.inner-section:not(.initial) + .inner-section:not(.initial):not([class*=bg-]) {
  padding-top: 0;
}
.inner-section:not(.initial)[class*=bg-] + .inner-section:not(.initial) {
  padding-top: 40px;
}

/* Section */
/* carousel settings */
.owl-carousel:not(.initial) {
  padding-bottom: 28px;
  z-index: 9;
}
.owl-carousel:not(.initial) .owl-dots {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.owl-carousel:not(.initial) .owl-dots .owl-dot {
  text-indent: -9990px;
  width: 80px;
  height: 2px;
  border: 0;
  margin-right: 2px;
  background: transparent;
  cursor: pointer;
}
.owl-carousel:not(.initial) .owl-dots .owl-dot.active, .owl-carousel:not(.initial) .owl-dots .owl-dot:hover {
  border-color: #fff;
  background: #ec3237;
}
.owl-carousel:not(.initial) .owl-dots .owl-dot.active:hover {
  cursor: default;
}
.owl-carousel:not(.initial) .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-carousel:not(.initial) .owl-nav > button {
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-carousel:not(.initial) .owl-nav > button span {
  position: relative;
  display: inline-block;
  font-size: 100px;
  line-height: 36px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  border: none;
  transition: ease all 0.6s 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.owl-carousel:not(.initial) .owl-nav > button span:before {
  content: "";
  background: transparent;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: ease all 0.3s 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.owl-carousel:not(.initial) .owl-nav > button.owl-prev {
  left: 10px;
}
.owl-carousel:not(.initial) .owl-nav > button.owl-next {
  right: 10px;
}
.owl-carousel:not(.initial) .owl-nav > button.disabled span {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.owl-carousel:not(.initial) .owl-nav > button:hover span {
  color: #ec3237;
}
.owl-carousel:not(.initial) .owl-nav > button:hover span:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* / carousel settings */
.slanting-pattern {
  background: url(../images/slanting-pattern.png);
  padding-top: 10px;
  padding-bottom: 10px;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.page-header {
  background: url(../images/banner1.jpg);
  background-repeat: no-repeat;
  padding: 130px 0;
  margin: 0;
  border-top: 1px solid #eee;
  position: relative;
}
.page-header:before {
  content: "";
  background: linear-gradient(to left, #33ccff 0%, #660033 100%);
  opacity: 0.75;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
}
.page-header .page-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.page-header .breadcrumb-wrapper {
  text-align: center;
}
.page-header .breadcrumb-wrapper a {
  color: #fff;
}
.page-header .breadcrumb-wrapper span, .page-header .breadcrumb-wrapper h2 {
  color: #fff;
}
.page-header .breadcrumb-wrapper .current {
  color: #dae853;
}

.titel-sections {
  position: relative;
  padding-top: 15px;
  margin-bottom: 25px;
}

.readmore button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.readmore button.learn-more {
  width: 12rem;
  height: auto;
}
.readmore button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
}
.readmore button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.readmore button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.readmore button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.readmore button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #F44336;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.readmore button:hover .circle {
  width: 100%;
}
.readmore button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.readmore button:hover .button-text {
  color: #fff;
}

/*=====================footer start=======================*/
.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 48px;
  border-radius: 12px;
  background-color: transparents;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  position: absolute;
  bottom: 15px;
  z-index: 9;
  position: absolute;
  left: 51%;
  margin-left: -26px;
}

.mouse-wheel {
  display: block;
  margin: 6px auto;
  padding: 1px;
  border-radius: 4px;
  border: 1px solid transparent;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  color: #000;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(14px);
  }
}
#section-2 {
  transition: all 5s ease 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  animation-duration: 4s;
  animation-duration: 3s;
}

.call-pulse .pinkBg {
  background-color: #ed184f !important;
  background-image: linear-gradient(90deg, #fd5581, #fd8b55);
}
.call-pulse .intro-banner-vdo-play-btn {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 12px;
  text-align: center;
  margin: 0px;
  border-radius: 100px;
  z-index: 1;
}
.call-pulse .intro-banner-vdo-play-btn i {
  line-height: 29px;
  font-size: 14px;
  color: #f6f6f6;
}
.call-pulse .intro-banner-vdo-play-btn .ripple {
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: -1;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin: -40px 0 0 -40px;
  border-radius: 100px;
  -webkit-animation: ripple 1.8s infinite;
  animation: ripple 1.8s infinite;
}
@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.call-pulse .intro-banner-vdo-play-btn .ripple:nth-child(2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.call-pulse .intro-banner-vdo-play-btn .ripple:nth-child(3) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.inquiryright #feedback1 {
  height: 0px;
  width: 85px;
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 1000;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.inquiryright #feedback1 a {
  display: block;
  background: url(pc.png) no-repeat;
  height: 52px;
  width: 155px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
.inquiryright #feedback1 a:hover {
  background: url(pc-over.png) no-repeat;
}
.inquiryright #feedback {
  height: 0px;
  width: 85px;
  position: fixed;
  right: 0;
  top: 60%;
  z-index: 1000;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.inquiryright #feedback a {
  display: block;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #292929;
  background: -moz-linear-gradient(to right, #292929 0%, #293b87 50%, #111111 100%);
  background: -webkit-linear-gradient(to right, #292929 0%, #293b87 50%, #111111 100%);
  background: linear-gradient(to right, #292929 0%, #293b87 50%, #111111 100%);
  height: 52px;
  padding-top: 10px;
  width: 155px;
  text-align: center;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
.inquiryright #feedback a:hover {
  background: #00495d;
}

.loader-rotate {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fil3 {
  fill: #17A8FC;
}

.fil4 {
  fill: #FD0100;
}

.fil0 {
  fill: #FE8F01;
}

.fil2 {
  fill: #FEFE00;
}

.fil5 {
  fill: #FF00CC;
}

.fil1 {
  fill: #1EB355;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99999;
}
.loading .logo-position {
  top: 40%;
  left: 44%;
  position: relative;
}

/**
 * ----------------------------------------
 * animation rotate-90-cw
 * ----------------------------------------
 */
.logo-svg .fil4 {
  fill: #17A8FC;
}
.logo-svg .fil5 {
  fill: #FD0100;
}
.logo-svg .fil1 {
  fill: #FE8F01;
}
.logo-svg .fil3 {
  fill: #FEFE00;
}
.logo-svg .fil6 {
  fill: #FF00CC;
}
.logo-svg .fil2 {
  fill: #1EB355;
}
.logo-svg .fil0 {
  fill: #293B87;
  fill-rule: nonzero;
}
.logo-svg .rotate-logo {
  -webkit-animation: logo 4s linear infinite;
  -moz-animation: logo 4s linear infinite;
  animation: spin 4s linear infinite;
  transform-origin: 20%;
}
@-moz-keyframes logo {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes logo {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes logo {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.logo-svg .logo-vi {
  -webkit-animation: vi 0s linear infinite;
  -moz-animation: vi 0s linear infinite;
  animation: vi 0s linear infinite;
  transform-origin: 20%;
}
@-moz-keyframes vi {
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes vi {
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes logo {
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* main css */
.banner-carousel {
  position: relative;
  padding-bottom: 0px !important;
  /*	.owl-item { z-index: -1; 
  		&:before { content: ""; background-color: rgba(17, 19, 28, 0.7); position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; }
  		.carousel-caption { top: 50%; left: 8%; @include transform (translateY(-50%)); 
  			h1, .h1 { font-size: 60px; line-height: 65px; font-weight: 800; margin-bottom: 10px; }
  			p { font-size: 22px; font-weight: 400; margin-bottom: 15px; }
  		} 
  	}*/
}
.banner-carousel .owl-item {
  z-index: -1;
}
.banner-carousel .owl-item:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.banner-carousel .owl-item .carousel-caption {
  max-width: 100%;
  top: 20%;
  left: 0%;
  right: 0;
  background-color: transparent;
  text-align: center;
}
.banner-carousel .owl-item .carousel-caption h1, .banner-carousel .owl-item .carousel-caption .h1 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 20px;
  color: #293B87 !important;
  text-shadow: 1px 3px 3px #fff, 3px 3px 0 rgba(0, 0, 0, 0.2);
  /*text-shadow: 1px 3px 4px #222;*/
}
.banner-carousel .owl-item .carousel-caption .h2, .banner-carousel .owl-item .carousel-caption h2 {
  color: #f82841;
}
.banner-carousel .owl-item .carousel-caption p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 28px;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 1px 1px 3px #333;
}
.banner-carousel .owl-item img {
  width: auto;
}
.banner-carousel.owl-carousel .owl-dots {
  bottom: 15px;
  visibility: hidden;
}
.banner-carousel.owl-carousel .owl-dots .owl-dot {
  border: 3px solid #fff;
  background-color: transparent;
}
.banner-carousel.owl-carousel .owl-dots .owl-dot.active, .banner-carousel.owl-carousel .owl-dots .owl-dot:hover {
  border-color: #999;
  background: transparent;
}
.banner-carousel.owl-carousel .owl-dots .owl-dot:nth-child(n+4) {
  display: none;
}

.custom-animation {
  -webkit-animation-name: initial;
  animation-name: initial;
}

.forwarding img {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
  -webkit-transition: all 0.8s ease-in-out;
  border: 2px solid #f7f7f7;
}
.forwarding img:hover {
  filter: gray;
  -webkit-filter: grayscale(1);
}

.counter.bg-color {
  background: url(../images/counter-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 80px 0;
  text-align: center;
  background-attachment: fixed;
}
.counter .icon {
  margin-bottom: 10px;
  display: inline-block;
}
.counter .icon i, .counter .icon img {
  font-size: 42px;
  margin-right: 10px;
  color: #24b8ea;
  width: 65px;
}
.counter .desc h3 {
  font-weight: 800;
  color: #ec3237;
  margin-top: 20px;
}
.counter .desc p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
.counter.counter2 {
  background: url(../images/counter-bg2.jpg) center center no-repeat;
  background-size: cover;
  padding: 40px 0;
  background-attachment: fixed;
}

.about-sev-tag h4 {
  font-style: italic;
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 20px;
  color: #ec3237;
}
.about-sev-tag p {
  line-height: 24px;
}

.new-banner-btm a {
  color: #c4c4d0;
}
.new-banner-btm a:hover {
  color: #ec3237;
}
.new-banner-btm a:hover h3 {
  color: #ec3237;
}
.new-banner-btm h3 {
  color: #c4c4d0;
}

.home-services .media p {
  font-size: 14px;
  color: #f4f4f4;
}
.home-services .media a {
  color: #555862;
  font-size: 1.25rem;
  font-weight: bold;
}
.home-services .media a:hover {
  color: #ec3237;
}
.home-services .media i {
  font-size: 2.3rem;
  background-color: #ebebeb;
  color: #293b87;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100px;
}
.home-services .media:hover i {
  background-color: #dc3545;
  color: #fff;
}

/*Service Section*/
.service_image {
  overflow: hidden;
  position: relative;
  display: block;
}

.service_box_area .service_box_item:hover .service_image img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.service_box_area .service_box_item:hover .service_image span {
  opacity: 1;
}
.service_box_area .service_box_item .service_image {
  padding: 0px;
}
.service_box_area .service_box_item .service_image:before {
  content: "";
  background: rgba(85, 88, 98, 0.7);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  opacity: 0;
}
.service_box_area .service_box_item .service_image img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.service_box_area .service_box_item .service_image span {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ec3237;
  text-align: center;
  line-height: 83px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 100;
}
.service_box_area .service_box_item .service_image span i {
  color: #fff;
  font-size: 30px;
}
.service_box_area .service_box_item .service_text {
  padding-left: 15px;
  margin-top: 0px;
  background-color: #fff;
  padding: 25px 15px 30px;
  display: table;
  border: 1px solid #f1f1f1;
}
.service_box_area .service_box_item .service_text p {
  font-size: 16px;
  color: #414141;
  font-weight: 400;
  letter-spacing: 0.34px;
}
.service_box_area .service_box_item .service_text a {
  font-size: 15px;
  position: relative;
  font-weight: bold;
  color: #293b87;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  padding-bottom: 8px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  padding: 15px 5px;
}
.service_box_area .service_box_item .service_text a:after {
  content: "";
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fe8f01;
}
.service_box_area .service_box_item:hover .service_image:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.service_box_area .owl-nav {
  position: absolute;
  right: 48px;
  top: 0px;
  margin-top: -55px;
  text-align: center;
}
.service_box_area .owl-nav button {
  margin: 0 5px;
}
.service_box_area .owl-nav button i {
  color: #293B87;
  font-size: 30px;
}
.service_box_area .owl-nav button.owl-prev {
  left: 0px;
}

.product-section .box {
  font-family: "Merriweather Sans", sans-serif;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.product-section .box:before {
  content: "";
  background-image: repeating-linear-gradient(-30deg, #293b87, #293b87 7%, #293b87 7%);
  width: 120%;
  height: 140%;
  border-radius: 25px;
  box-shadow: 0 0 15px #000;
  opacity: 0.7;
  transform: rotate(0deg);
  position: absolute;
  top: 0;
  right: 155%;
  z-index: 1;
  transition: all 0.7s;
}
.product-section .box:hover:before {
  transform: rotate(55deg);
  right: -60%;
}
.product-section .box:hover img {
  transform: rotate(10deg) scale(1.3);
}
.product-section .box:hover .box-content {
  opacity: 1;
  transform: translateY(-50%) rotate(0deg);
}
.product-section .box:hover .icon li {
  opacity: 1;
  transform: translateY(0);
}
.product-section .box:hover .icon li:nth-child(1) {
  transition-delay: 0.15s;
}
.product-section .box:hover .icon li:nth-child(2) {
  transition-delay: 0.25s;
}
.product-section .box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.product-section .box .box-content {
  width: 60%;
  opacity: 0;
  transform: translateY(-50%) rotate(-55deg);
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 2;
  transition: all 0.7s;
}
.product-section .box .title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 3px #000;
  margin: 0 0 3px 0;
}
.product-section .box .post {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize;
  text-shadow: 0 0 3px #000;
}
.product-section .box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 10px;
  left: 5px;
}
.product-section .box .icon li {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s;
}
.product-section .box .icon li a {
  color: #fff;
  background-color: #293b87;
  line-height: 30px;
  height: 35px;
  width: 35px;
  margin: 0 0 10px;
  border: 2px solid #fff;
  box-shadow: 3px 3px 5px #555;
  border-radius: 50%;
  display: block;
  transition: all 0.3s;
}
.product-section .box .icon li a:hover {
  color: #293b87;
  background-color: #fff;
  border-color: #293b87;
}

.counter-section-1 {
  background-color: #222942;
}
.counter-section-1 .counter {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  height: 200px;
  width: 200px;
  padding: 60px 35px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.counter-section-1 .counter:before,
.counter-section-1 .counter:after {
  content: "";
  background: var(--light-gray);
  height: 75%;
  width: 75%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  transform: translateX(-50%) translateY(-50%) rotate(46deg);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.counter-section-1 .counter:after {
  background: var(--color_1);
  box-shadow: 0 0 5px transparent;
  transform: translateX(-50%) translateY(-50%) rotate(19deg);
}
.counter-section-1 .counter:hover:before {
  transform: translateX(-50%) translateY(-50%) rotate(225deg);
}
.counter-section-1 .counter:hover:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
}
.counter-section-1 .counter:hover h3 {
  transform: rotateX(360deg);
}
.counter-section-1 .counter .counter-value {
  font-size: 30px;
  font-weight: 600;
}
.counter-section-1 .counter h3 {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.counter-section-1 .counter.red:after {
  background: var(--color_2);
}
.counter-section-1 .counter.purple:after {
  background: var(--color_3);
}
.counter-section-1 .counter.orange:after {
  background: var(--color_4);
}

.infrastructure .box {
  font-family: "Merriweather Sans", sans-serif;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.infrastructure .box:hover {
  box-shadow: 3px 3px 5px #999;
}
.infrastructure .box:before,
.infrastructure .box:after {
  content: "";
  background: radial-gradient(circle at 23% 70%, rgba(255, 255, 255, 0.8), #fff 30%);
  width: 150%;
  height: 150%;
  opacity: 0;
  transform: rotate(55deg);
  position: absolute;
  top: -20.5%;
  right: -150%;
  z-index: 1;
  transition: all 0.35s ease;
}
.infrastructure .box:after {
  background: rgba(255, 255, 255, 0.5);
  width: 70%;
  height: 70%;
  right: auto;
  left: -25%;
  top: -65%;
}
.infrastructure .box:hover:before {
  opacity: 1;
  right: -85%;
}
.infrastructure .box:hover:after {
  opacity: 1;
  top: -42%;
}
.infrastructure .box img {
  width: 100%;
  height: 350px;
  transition: all 0.5s ease;
}
.infrastructure .box:hover img {
  transform: scale(1.2);
}
.infrastructure .box .box-content {
  text-align: right;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -100%;
  z-index: 2;
  transition: all 0.5s;
}
.infrastructure .box:hover .box-content {
  right: 5%;
}
.infrastructure .box .title {
  color: #1e272e;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 3px 0;
}
.infrastructure .box .post {
  font-size: 16px;
  text-transform: capitalize;
  margin: 0 0 10px;
  display: block;
}
.infrastructure .box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}
.infrastructure .box .icon li {
  display: inline-block;
  margin: 0 4px;
}
.infrastructure .box .icon li a {
  color: #fff;
  background-color: #1e272e;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: block;
  transition: all 0.3s;
}
.infrastructure .box .icon li a:hover {
  color: #1e272e;
  background-color: #fff;
  border-radius: 10%;
  box-shadow: 0 0 5px #1e272e inset;
}

.js-animate-icon svg {
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}

.js-animate-icon .drawsvg-initialized {
  opacity: 1;
}

.animate-3d-holder {
  position: relative;
  cursor: pointer;
}

.product-custmize .background-img {
  background-image: url("../images/product/01.jpg");
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #2a3cad;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #2a3cad;
  position: relative;
}
.product-custmize .background-img-1 {
  background-image: url("../images/product/02.jpg");
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #2a3cad;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #2a3cad;
  position: relative;
}
.product-custmize .background-img-2 {
  background-image: url("../images/product/03.jpg");
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #2a3cad;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #2a3cad;
  position: relative;
}
.product-custmize .content h2 {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 3px 3px #a9a9a9;
}
.product-custmize .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #111845a6;
  box-sizing: border-box;
  overflow: hidden;
  border: 2px solid #2a3cad;
  color: white;
  padding: 20px;
  -webkit-box-shadow: 1px 10px 8px -5px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 1px 10px 8px -5px rgba(0, 0, 0, 0.43);
  box-shadow: 1px 10px 8px -5px rgba(0, 0, 0, 0.43);
  background: rgba(9, 9, 9, 0.72);
}
.product-custmize .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.5s;
  pointer-events: none;
}
.product-custmize .box:hover:before {
  left: -50%;
  transform: skewX(-5deg);
}
.product-custmize .box .content {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #f0a591;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 10px rgba(9, 0, 0, 0.5);
}
.product-custmize .box span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}
.product-custmize .box span:nth-child(1) {
  transform: rotate(0deg);
}
.product-custmize .box span:nth-child(2) {
  transform: rotate(90deg);
}
.product-custmize .box span:nth-child(3) {
  transform: rotate(180deg);
}
.product-custmize .box span:nth-child(4) {
  transform: rotate(270deg);
}
.product-custmize .box span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #50dfdb;
  animation: animate 4s linear infinite;
}
@keyframes animate {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

.welcome .text-effect {
  font-size: 40px;
  line-height: 53px;
  text-align: center;
}
.welcome .text-effect span {
  color: #fff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.welcome .text-effect span:before,
.welcome .text-effect span:after {
  content: attr(data-content);
  color: #0498ce;
  text-shadow: 0 0 7px #fff;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  animation: animate1 3s infinite;
}
.welcome .text-effect span:after {
  color: #c90046;
  width: 100%;
  height: 0;
  animation: animate2 3s infinite;
}
@keyframes animate1 {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes animate2 {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}

.slide-top {
  -webkit-animation: slide-fwd-center 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-fwd-center 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -webkit-animation: shadow-inset-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: shadow-inset-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  /* Animate Background Image */
}
.slide-top div {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  border: 4px double rgba(255, 255, 255, 0.25);
  border-width: 4px 0;
  padding: 0.5em 0em;
  position: absolute;
  top: 16%;
  left: 50%;
  width: 40em;
  margin: 0 0 0 -20em;
}
.slide-top div span {
  font: 600 3em/1 "Oswald", sans-serif;
  letter-spacing: 0;
  padding: 0.25em 0 0.325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  /* Clip Background Image */
  background: url(../images/animated_text_fill.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.ml2 {
  font-weight: 900;
}

.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml3 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml10 {
  position: relative;
  font-weight: 900;
  font-size: 4em;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}

.m20 {
  color: #fff;
  font-weight: 600;
  font-size: 2em;
  text-shadow: 0 0 20px #303030;
}

.ml22 {
  position: relative;
  font-weight: 900;
  font-size: 3em;
}

.ml22 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml22 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}

.product-card .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  font-size: small;
  text-align: center;
  vertical-align: middle;
}
.product-card .table-sm td, .product-card .table-sm th {
  padding: 0.3rem;
  text-align: center;
  vertical-align: middle;
}
.product-card .table tbody td {
  font-size: 15px;
}

.infrast #image-gallery .modal-footer {
  display: block;
}
.infrast .thumb {
  margin-top: 15px;
  margin-bottom: 15px;
}
.infrast .modal-content {
  width: 80%;
  margin: auto;
}

.contact a {
  color: #333;
}
.contact a:hover {
  color: #ec3237;
}

dt {
  -moz-box-shadow: inset 0 0 10px #b1b1b1;
  -webkit-box-shadow: inset 0 0 10px #b1b1b1;
  box-shadow: inset 0 0 10px #b1b1b1;
  border-radius: 5px;
}

dd:hover {
  -moz-box-shadow: inset 0 0 10px #b1b1b1;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 10px #b1b1b1;
  box-shadow: inset 0 0 10px #b1b1b1;
}

.alert {
  position: relative;
  padding: 0.75rem 0.75rem;
  margin-bottom: 0.2rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 32px;
  }

  /* 35px */
  h2, .h2 {
    font-size: 26px;
  }

  /* 28px */
  h3, .h3 {
    font-size: 22px;
  }

  /* 24px */
  h4, .h4 {
    font-size: 19px;
  }

  /* 21px */
  .services-area .section-title h1, .services-area .section-title .h1 {
    font-size: 32px;
  }

  .banner-carousel .owl-item .carousel-caption {
    top: 3%;
    left: 10%;
    -webkit-transform: translateY(-3%);
    -moz-transform: translateY(-3%);
    -ms-transform: translateY(-3%);
    transform: translateY(-3%);
  }
  .banner-carousel .owl-item .carousel-caption h1, .banner-carousel .owl-item .carousel-caption .h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .banner-carousel .owl-item .carousel-caption p {
    font-size: 18px;
  }

  header .navbar-light .navbar-nav .nav-link {
    color: #293B87;
    text-transform: uppercase;
    margin: 3px;
  }

  .mouse {
    bottom: 105px;
  }

  .product-custmize .content h2 {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    text-shadow: 1px 3px 3px #a9a9a9;
    text-align: center;
  }

  .counter-section-1 {
    background-color: #222942;
  }
  .counter-section-1 .counter {
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
    height: 173px;
    width: 173px;
    padding: 60px 35px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .infrastructure .box img {
    width: 100%;
    height: 185px;
    transition: all 0.5s ease;
  }

  footer.main-footer .widget-title {
    border-bottom: solid 2px #17a8fc;
    padding-bottom: 5px;
    color: #fff;
    margin: 0 0 14px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
  }

  .list-unstyled {
    padding-left: 0;
    font-size: 15px;
    list-style: none;
  }

  .home-services .media a {
    color: #555862;
    font-size: 1rem;
    font-weight: 600;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 28px;
  }

  /* 32px */
  h2, .h2 {
    font-size: 24px;
  }

  /* 26px */
  h3, .h3 {
    font-size: 20px;
  }

  /* 22px */
  h4, .h4 {
    font-size: 18px;
  }

  /* 19px */
  .banner-carousel .owl-item .carousel-caption h1, .banner-carousel .owl-item .carousel-caption .h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .banner-carousel .owl-item .carousel-caption .h2, .banner-carousel .owl-item .carousel-caption h2 {
    font-size: 25px;
  }
  .banner-carousel .owl-item .carousel-caption p {
    display: none;
  }
  .banner-carousel .owl-item .carousel-caption .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  .banner-carousel.owl-carousel .owl-dots {
    bottom: 10px;
  }
  .banner-carousel .owl-nav {
    display: none;
  }
  .banner-carousel .owl-dots {
    display: block;
  }

  .service_box_area .owl-nav button i {
    display: none;
  }

  .service_box_area .service_box_item .service_text a {
    font-size: 16px;
    padding: 15px 0px;
  }

  footer.main-footer .widget-title {
    margin: 20px 0 10px;
  }

  .banner-carousel .owl-item .carousel-caption {
    top: 20%;
    left: 0%;
  }
}
@media (max-width: 575.98px) {
  .banner-carousel .owl-item img {
    width: auto;
    max-width: 1400px;
    overflow: hidden;
  }
  .banner-carousel .owl-item .carousel-caption h1, .banner-carousel .owl-item .carousel-caption .h1 {
    font-size: 16px;
  }
  .banner-carousel .owl-item .carousel-caption .h2, .banner-carousel .owl-item .carousel-caption h2 {
    font-size: 13px;
  }

  .loading .logo-position {
    top: 30%;
    left: 23%;
    position: relative;
  }

  .mouse {
    bottom: 45px;
  }

  .no-padding {
    padding: 0 !important;
  }

  header .navbar-light .navbar-nav .active > .nav-link, header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link.show, header .navbar-light .navbar-nav .show > .nav-link {
    background: #333;
    color: #ccc;
    width: 100%;
    padding: 10px;
  }
  header .navbar-light .navbar-nav .nav-link:focus, header .navbar-light .navbar-nav .nav-link:hover {
    background: #333;
    color: #ccc;
    width: 100%;
    padding: 10px;
  }
  header .navbar {
    border-radius: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    font-weight: 600;
    padding: 0.1rem 1rem;
    background: #f3f2f2;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: -1px 5px 10px -2px rgba(78, 78, 78, 0.46);
    -moz-box-shadow: -1px 5px 10px -2px rgba(78, 78, 78, 0.46);
    box-shadow: -1px 5px 10px -2px rgba(78, 78, 78, 0.46);
  }

  .banner-carousel .owl-item .carousel-caption {
    top: 40%;
    left: 0%;
  }

  .infrastructure .box img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
  }

  .d-xs-none {
    display: none;
  }

  .welcome .text-effect {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }

  .slide-top {
    -webkit-animation: slide-fwd-center 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-fwd-center 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -webkit-animation: shadow-inset-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: shadow-inset-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    /* Animate Background Image */
  }
  .slide-top div {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: inline-block;
    border: 4px double rgba(255, 255, 255, 0.25);
    border-width: 4px 0;
    padding: 0.25em 0em;
    position: absolute;
    top: 16%;
    left: 50%;
    width: 40em;
    margin: 2rem 0 0 -20em;
  }
  .slide-top div span {
    font: 600 1.4em/1 "Oswald", sans-serif;
    letter-spacing: 0;
    padding: 0.25em 0 0.25em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
    /* Clip Background Image */
    background: url(../images/animated_text_fill.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    /* Animate Background Image */
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    /* Activate hardware acceleration for smoother animations */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }
  @-webkit-keyframes aitf {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }

  .counter-section-1 {
    background-color: #2a3c87;
  }
  .counter-section-1 .counter {
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
    height: 200px;
    width: 200px;
    padding: 60px 35px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-top: 20px;
  }

  .m20 {
    color: #fff;
    font-weight: 600;
    font-size: 1.5em;
    text-shadow: 0 0 20px #303030;
  }

  .ml2 {
    font-weight: 800;
    font-size: 1.3em !important;
  }

  .ml10 .letter {
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0;
    font-size: 1.5em;
  }

  .m21 {
    font-weight: 800;
    font-size: 1.5em !important;
    text-align: center;
  }

  .ml3 {
    font-weight: 800;
    font-size: 1.5em !important;
  }
}
/* / main css */

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