* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-size: 14px;
  /*font-family: 'Ubuntu', sans-serif;*/
  /*font-family: 'Source Sans Pro', sans-serif;*/
  font-family: "Merriweather", serif;
  font-weight: 400;
  outline: none;
}

*:focus,
*.focus {
  outline: none !important;
  box-shadow: none !important;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin-bottom: 0px;
  cursor: context-menu;
}

::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #00206010;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #0055ff 0%, #002060 100%);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(-90deg, #0055ff 0%, #002060 100%);
}

body {
  overflow: hidden;
}

body.over-show {
  overflow: auto;
}

.shadow {
  box-shadow: 0px 7px 16px rgb(0 0 0 / 10%);
}

#loader {
  background: linear-gradient(45deg, #fff 0%, #f5f5f5 100%) !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 99999;
}

.loader-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader-dots img {
  width: 250px;
}

.loader-dots .dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

#loader .dot {
  width: 20px;
  height: 20px;
  /*border: 2px solid white;*/
  background: linear-gradient(90deg, #0055ff 0%, #002060 100%);
  border-radius: 50%;
  float: left;
  margin: 0 5px;
  transform: scale(0);
  -webkit-animation: fx 1000ms ease infinite 0ms;
  animation: fx 1000ms ease infinite 0ms;
}

#loader .dot:nth-child(2) {
  -webkit-animation: fx 1000ms ease infinite 300ms;
  animation: fx 1000ms ease infinite 300ms;
}

#loader .dot:nth-child(3) {
  -webkit-animation: fx 1000ms ease infinite 600ms;
  animation: fx 1000ms ease infinite 600ms;
}

@keyframes fx {
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.int-btn {
  background: #002060 !important;
  border-radius: 0px;
  min-width: 120px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  box-shadow: 0px 7px 20px #00206030;
  transition: box-shadow 0.4s;
}
.int-btn svg {
  margin-bottom: -4px;
}

.int-btn:hover {
  color: #fff;
  box-shadow: none;
  transition: box-shadow 0.4s;
}

.int-btn:focus {
  color: #fff;
}

.int-header {
  border-color: transparent !important;
  /*background: rgba(0,0,0, 0.6);*/
  transition: background 0.4s;
}

.int-header-scroll {
  box-shadow: 0px 7px 16px rgb(0 0 0 / 10%);
  border: none !important;
  background: #fff;
  transition: background 0.4s;
}

.int-header .navbar .navbar-brand img {
  width: 150px;
  height: auto;
  transition: transform 0.4s;
}

.int-header .navbar-dark .navbar-nav .nav-link {
  color: #fff;
  transition: color 0.4s;
}

.int-header .navbar-dark .navbar-nav .mob-logo {
  display: none;
}

.int-header.int-header-scroll .navbar-dark .navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
  transition: color 0.4s;
}

.int-header .navbar-dark .navbar-nav .nav-link.active {
  color: #0055ff !important;
  font-weight: 500;
}

.int-header .navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff80;
  transition: color 0.4s;
}

.int-header.int-header-scroll .navbar-dark .navbar-nav .nav-link:hover {
  color: #00000080;
  transition: color 0.4s;
}

.drop-container .dropbox {
  display: none;
  position: absolute;
  min-width: 200px;
  background: #fff;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
}

.drop-container .drop-right.dropbtn::after {
  content: "";
  border-top: 2px solid;
  border-right: 2px solid;
  font-family: "Line Awesome Free";
  font-weight: 900;
  width: 8px;
  height: 8px;
  display: inline-block;
  transform: rotate(45deg);
  align-self: center;
}

.drop-container .drop-left.dropbtn::before {
  content: "";
  border-bottom: 2px solid;
  border-left: 2px solid;
  font-family: "Line Awesome Free";
  font-weight: 900;
  width: 8px;
  height: 8px;
  display: inline-block;
  transform: rotate(45deg);
  align-self: center;
}
.drop-container .dropbox .drop-nav {
  display: block;
  padding: 5px 7px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.drop-container .dropbox .drop-nav.dropbtn {
  display: flex;
  justify-content: space-between;
}

.drop-container .dropbox .drop-nav:hover {
  background: #eee;
}

.drop-container .dropbox .drop-nav.active {
  background: #002060;
  color: #fff;
}

.drop-container .dropbtn.drop-right + .dropbox {
  margin-left: calc(100% + 2px);
  margin-top: -15.5%;
}
.drop-container .dropbtn.drop-left + .dropbox {
  margin-left: calc(-100% + -2px);
  margin-top: -15.5%;
}

.drop-container .dropbtn:hover + .dropbox,
.drop-container .dropbox:hover {
  display: block;
}

.hero-section .hero-data h4 {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  margin-bottom: 5px;
}

.hero-section .hero-data h1 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 15px;
}

.hero-section .hero-data p {
  font-size: 14px;
  color: #888888;
  margin-bottom: 15px;
}

.int-about {
  width: 100%;
  background: #f5f5f5;
  padding-block: 30px;
  margin-top: 20px;
}

.int-about .title {
  text-align: center;
}

.int-about .title h1 {
  font-weight: bold;
  font-size: 30px;
}

.int-about .title p {
  font-size: 15px;
  color: #888888;
  width: 40%;
  margin: auto;
}

.about-cards .card-container {
  align-self: stretch;
  padding-top: 30px;
}

.about-cards .card-box {
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 10px;
  /*margin-top: 30px;*/
  height: 100%;
}

.about-cards .card-box img {
  width: 70px;
  height: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.about-cards .card-box h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.about-cards .card-box p {
  font-size: 12px;
  color: #898989;
  text-align: justify;
  line-height: 20px;
}

.Team-container {
  padding-block: 30px;
  background: #f5f5f5;
}

.Team-container .title-row h1:after {
  background: #fff;
}

.Team-container .team-box .tit-box {
  background: #ffffff;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 8%);
  padding: 10px;
  text-align: center;
  margin: auto;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #eee;
  margin-top: -2px;
}

.Team-container .team-box .tit-box h2 {
  font-size: 15px;
  color: #000;
}

.Team-container .team-box .tit-box p {
  font-size: 10px;
  font-weight: 600;
  color: #635bff;
  text-transform: uppercase;
}

.case-box {
  width: 100%;
  background: #fff;
  padding-block: 30px;
  margin-top: 20px;
}

.case-box .title {
  text-align: center;
  margin-bottom: 20px;
}

.case-box .title h1 {
  font-weight: bold;
  font-size: 22px;
}

.case-box .case-cards .card {
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  border-color: #eee;
}

.case-box .case-cards .card .card-header.collapsed {
  padding-bottom: 16px;
  transition: all 0.5s;
  color: #000;
}

.case-box .case-cards .card .card-header {
  background: #fff;
  border-radius: 0px;
  border: none;
  text-decoration: none !important;
  padding-block: 16px 2px;
  color: #0055ff;
  font-weight: 500;
  transition: all 0.5s;
}

.case-box .case-cards .card .card-header.collapsed:after {
  content: "\f067";
  font-family: "Line Awesome Free";
  font-weight: 900;
  float: right;
}

.case-box .case-cards .card .card-header:after {
  content: "\f068";
  font-family: "Line Awesome Free";
  font-weight: 900;
  float: right;
}

.case-box .case-cards .card .card-body {
  padding-top: 0px;
  color: #888888;
}

.int-product {
  padding-block: 20px;
}

.int-product .title-bar {
  margin-bottom: 15px;
}

.int-product .title-bar h1 {
  font-weight: bold;
  font-size: 22px;
}

.int-product .title-bar p {
  font-size: 15px;
  color: #888888;
  width: 40%;
  margin: auto;
}

.int-product .Products-cards {
  display: grid;
}

.int-product .Products-cards .pro-card:nth-child(4) {
  grid-column: 2;
  grid-row: 1 / span 3;
  margin-bottom: 11px;
  padding-left: 10px;
}

.stat-section {
  background: url(../images/stat-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  text-align: center;
  padding-block: 40px;
}

.stat-section .row {
  padding-block: 20px;
}

.stat-section .row h1 {
  font-weight: 500;
  font-size: 50px;
}
.stat-section .row p {
  font-size: 16px;
  opacity: 0.8;
}

.contact-box {
  padding-block: 70px;
  background: url(../images/contactform-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact-box svg {
  display: none;
}

.contact-box p {
  background: #00206010;
  color: #002060;
  padding: 4px 18px;
  display: inline-block;
  border-radius: 30px;
}

.contact-box h3 {
  font-size: 20px;
  font-weight: 500;
  margin-block: 5px;
}

.contact-box form .form-control {
  border-color: #eee;
  border-radius: 7px;
  margin-bottom: 10px;
}

.design-contact {
  padding: 40px 0px;
}

.design-contact form {
  display: grid;
}

.design-contact form div:nth-child(4) {
  grid-column: 2;
  grid-row: 1 / span 3;
  padding-left: 0px;
}

.design-contact form div:nth-child(4) {
  margin-bottom: 8px;
}

.design-contact form div {
  padding: 0px 10px;
}

.design-contact form div .form-control {
  border-color: #eaeaea;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}

.design-contact form div .form-control:placeholder {
  color: #999;
}
.design-contact form div .form-control {
  color: #000;
}
.design-contact form div .form-control:focus {
  color: #000;
  text-transform: capitalize;
  border-color: #002060;
}

.design-contact form input[type="submit"] {
  grid-column: 1 / span 2;
  margin: auto;
  margin-top: 10px;
}

.mob-dropbtn {
  display: none !important;
}

.footer-box {
  background: #f5f5f5;
  /*margin-top: 5px;*/
  padding-block: 10px;
}

.footer-box .footer-left p {
  color: #000;
  font-weight: 500;
}
.footer-box .footer-left p a {
  color: #002060;
  font-weight: 500;
}

.footer-box .footer-right a {
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  background: #00206010;
  color: #002060;
  border-radius: 100%;
}
.footer-box .footer-right a:hover {
  background: #002060;
  color: #fff;
}
.footer-box .footer-right a i {
  font-size: 20px;
  line-height: 40px;
}

.simple-banner {
  min-height: 400px;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: flex;
}

.simple-banner .simple-data {
  text-align: center;
}
.simple-banner .simple-data h1 {
  font-weight: 600;
  font-size: 40px;
  color: #000;
}
.simple-banner .simple-data h1 span {
  font-weight: 600;
  font-size: 40px;
  color: #002060;
}

.contact-banner {
  background: url(../images/contact-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-block: 20px;
}

.contact-banner .contact-card {
  display: inline-flex;
  width: 50%;
  margin: 0px !important;
  margin-block: 10px !important;
  padding-left: 10px;
}

.contact-banner .contact-card * {
  align-self: center;
}

.contact-banner .contact-card:nth-child(odd) {
  border-right: 1px solid #fff;
  padding-right: 20px;
  margin-right: 20px;
}

.contact-banner .contact-card svg {
  margin-right: 10px;
}

.contact-banner .contact-card a {
  color: #fff;
  display: block;
}

.about-box {
  padding-block: 30px;
}

.title-row {
  text-align: center;
  margin-bottom: 20px;
}

.title-row h1 {
  font-size: 30px;
  color: #000;
  font-weight: 500;
}

.title-row h1:after {
  content: "";
  width: 100px;
  height: 5px;
  background: #f5f5f5;
  display: block;
  margin: auto;
  border-radius: 10px;
  margin-top: 4px;
}

.title-row h1 span {
  font-size: 30px;
  color: #002060;
  font-weight: 500;
}

.about-box h4 {
  font-size: 22px;
  margin-bottom: 8px;
}

.about-box p {
  font-size: 16px;
  color: #888888;
}

.product-banner {
  min-height: 80vh;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: flex;
}

.product-banner .simple-data h1 {
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}

.product-banner .simple-data p {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.pro-section {
  padding-block: 30px;
}

.pro-section ul {
  list-style-image: url(../images/about-check.png);
  margin-top: 20px;
  margin-left: 20px;
}

.pro-section ul li {
  color: #888;
  line-height: 30px;
  font-size: 16px;
}

.pro-section h1 {
  font-size: 24px;
}

.pro-section h1:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #f5f5f5;
  display: block;
  border-radius: 10px;
  margin-top: 4px;
}

.pro-section p {
  font-size: 16px;
  color: #888;
  text-align: justify;
}

.feature-box {
  padding-block: 30px;
}

.feature-box .feature-card {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 10px;
  height: 100%;
  background: #fff;
}

.feature-box .feature-card h1 {
  background: linear-gradient(270deg, #4482d1 0%, #002060 100%);
  border-radius: 10px 10px 0px 0px;
  padding: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.feature-box .title-row h1:after {
  background: #d5d5d5;
}

.feature-box .nav {
  display: inline-flex;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
  border-radius: 100px;
  overflow: hidden;
  background: #fff;
}

.feature-box .nav li a {
  min-width: 180px;
  display: block;
  text-align: center;
  padding-block: 10px;
  color: #0067fa;
  border-radius: 35px;
  text-decoration: none;
}

.feature-box .nav li a.active {
  background: #0055ff;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.18) !important;
  color: #fff;
  z-index: 99;
}

.feature-box .feature-card p {
  font-size: 12px;
  color: #888;
  text-align: center;
  padding: 10px;
}

.pro-service {
  padding-block: 30px;
}

.pro-service .row .title-row {
  text-align: left;
  margin-bottom: 10px;
}

.pro-service .title-row .row h1:after {
  margin-left: 0px;
}

.pro-service p {
  font-size: 16px;
  color: #888;
  text-align: justify;
}

.pro-service .card p {
  font-size: 14px;
}

.pro-service .card {
  border-color: #eee;
  border-radius: 10px;
  overflow: hidden;
}

.pro-service .card:not(:last-child) {
  margin-bottom: 20px;
}

.pro-service .card a span:first-child {
  color: #0055ff;
  background: #0055ff10;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}

.Peacock-services {
  background: #f5f5f5;
}

.Peacock-services .title-row h1:after {
  background: #d7d7d7;
}

.pro-service.Peacock-services .card {
  border-color: #fff;
  border-radius: 8px;
}

@media (max-width: 768px) {
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
}

@media (max-width: 576px) {
  .int-header {
    border-bottom: none !important;
    background: #fff;
  }

  .int-header .navbar-dark .navbar-toggler-icon {
    color: #989898;
  }

  .hero-section .row {
    flex-direction: column-reverse;
  }

  .hero-section .hero-data {
    text-align: center;
  }

  .hero-section .hero-data h1 {
    font-size: 25px;
  }

  .hero-section .hero-data h4 {
    margin-top: 10px;
  }

  .int-about .title h1 {
    font-size: 22px;
  }

  .int-about .title p {
    width: 100%;
  }

  .mob-dropbtn {
    display: block !important;
    position: absolute;
    height: 34px;
    width: 34px;
    right: 10px;
    text-align: center;
    line-height: 34px !important;
    font-size: 20px;
  }

  .int-header .drop-container .dropbtn:hover + .dropbox,
  .int-header .drop-container .dropbox:hover {
    display: none;
  }

  .mob-dropbtn.drop-show + .dropbtn + .dropbox {
    display: block !important;
    position: relative;
    box-shadow: none;
    background: #f4f4f4;
  }

  .mob-dropbtn.drop-show:before {
    content: "\f068";
  }

  .drop-container .drop-right.dropbtn::after,
  .drop-container .drop-left.dropbtn::before {
    display: none;
  }

  .drop-container .dropbtn.drop-right + .dropbox,
  .drop-container .dropbtn.drop-left + .dropbox {
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 10px;
  }

  .navbar-dark .header-mail {
    display: none;
  }

  .int-header .navbar {
    padding-block: 13px;
  }

  .int-header .navbar .navbar-collapse {
    position: absolute;
    width: 0%;
    left: 0;
    top: 0px;
    background: #fff;
    height: 100vh !important;
    overflow-y: auto;
    transition: width 0.35s;
    display: block;
  }

  .int-header .navbar .mob-closer:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: transparent;
  }

  .int-header .navbar .navbar-collapse ul {
    display: none;
  }

  .int-header .navbar .navbar-collapse.show ul {
    display: block;
  }

  .int-header .navbar .navbar-collapse.show {
    width: 70%;
    transition: width 0.35s;
    padding: 10px;
    box-shadow: 5px 0px 14px #00000010;
  }

  .navbar-dark .navbar-toggler {
    padding: 0px;
    border: none;
  }

  .navbar-dark .navbar-toggler-icon {
    background: transparent;
    width: auto;
    height: auto;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 30px;
    color: #fff;
  }

  .int-header-scroll .navbar-dark .navbar-toggler-icon {
    color: #989898;
  }

  .navbar-dark .navbar-toggler-icon:before {
    content: "\f0c9";
  }

  .int-header .navbar-dark .navbar-nav .mob-logo {
    display: block;
    margin-left: -10px;
    margin-top: -10px;
  }

  .int-header .navbar-dark .navbar-nav .mob-logo .nav-link {
    background: #f5f5f5;
    margin-right: -10px;
    padding-left: 10px;
    height: 100px;
    line-height: 100px;
  }

  .int-header .navbar-dark .navbar-nav .mob-logo img {
    width: 150px;
  }

  .int-header .navbar-dark .navbar-nav .nav-link,
  .int-header .navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
    font-weight: 500;
  }

  .int-about {
    background: #f5f5f5;
  }

  .int-about .left-side h4 {
    text-align: center;
  }

  .int-about .left-side h4:after {
    margin: auto;
    margin-top: 3px;
  }

  .int-about .left-side p {
    padding-right: 0px;
  }

  .int-about .right-side ul {
    padding-left: 30px;
  }

  .about-cards {
    margin-top: 0px;
  }

  .about-cards .card-container {
    padding-top: 15px;
  }

  .stat-section {
    display: none;
  }

  .contact-box {
    border-top: 1px solid #eee;
  }

  .contact-box .row {
    flex-direction: column-reverse;
  }

  .design-contact form {
    display: block;
    text-align: center;
  }

  .design-contact form div:nth-child(4) {
    padding-left: 10px;
  }

  .design-contact form div {
    padding: 5px 10px;
  }

  .design-contact form input[type="submit"] {
    margin-top: 0px;
  }

  .footer-box {
    text-align: center;
  }

  .footer-left,
  .footer-right {
    width: 100%;
  }
  .int-product .title-bar h1 {
    font-size: 20px;
  }
  .int-product .title-bar p {
    width: 100%;
  }
  .int-product .Products-cards {
    display: block;
  }
  .int-product .Products-cards .pro-card {
    margin-top: 10px;
  }
  .about-box p {
    text-align: center;
  }
  .product-banner {
    min-height: 500px;
  }

  .product-banner .row {
    flex-direction: column-reverse;
  }

  .product-banner .simple-data {
    text-align: center;
    margin-top: 10px;
  }
  .pro-section h1 {
    text-align: center;
  }
  .pro-section h1:after {
    margin: auto;
    margin-bottom: 10px;
  }
  .about-box p {
    margin-top: 10px;
  }
  .feature-box .col-md-3,
  .feature-box .col-md-2 {
    margin-bottom: 10px;
  }
  .title-row h1 {
    text-align: center;
  }
  .pro-service p {
    margin-bottom: 10px;
  }
  .title-row h1 span,
  .title-row h1 {
    font-size: 20px;
  }
  .feature-box .nav {
    width: 80%;
    margin-left: 10%;
    transform: translateX(0px);
  }
  .feature-box .nav li {
    width: 50%;
  }
  .feature-box .nav li a {
    width: 100%;
    min-width: auto;
  }
  .contact-banner {
    padding-inline: 20px;
  }
  .contact-banner .row {
    justify-content: flex-start !important;
  }
  .contact-banner .contact-card:first-child {
    border-right: none;
    margin-bottom: 10px;
  }
}
