@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto', sans-serif;
}

html {
  scroll-behavior: smooth;
}

* {
  font-family: 'Roboto', sans-serif;
}

a {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  text-decoration: none !important;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

h1,
h2,
h3 {
  font-family: 'Raleway', sans-serif;
  margin: 0px;
}

h1 span,
h2 span {
  font-family: 'Raleway', sans-serif;
  margin: 0px;
  font-weight: 300;
}

p {
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  color: #323232;
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: 400;
  padding-top:15px;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

button:focus,
input:focus {
  outline: none;
}

.header-upper {
  padding: 3px 0px;
  background: #182a6b;
}

.header-upper p,
.header-upper a {
  color: #ffffff !important;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 300;
  font-size: 14px;
}

.header-upper p img,
.header-upper a img {
  margin-right: 10px;
}

.header-upper a {
  margin-right: 0px;
}

.header-upper ul {
  display: inline-block;
  float: right;
  margin-left: 10px;
}

.header-upper ul li {
  color: #ffffff;
  display: inline-block;
}

.header-upper ul li a {
  margin-left: 10px;
}

.scrollHeader .menu {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999 !important;
  /*background: #182a6b;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);*/
}
.menu{
  background: #182a6b;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.scrollHeader .menu .navbar-brand img {
  max-width: 75%;
}

.scrollHeader .menu .navbar ul li a {
  padding: 5px 20px !important;
}

header {
  position: absolute;
  z-index: 99;
  width: 100%;
}
.online-security-btn{
  border-radius: 35px;
  padding: 5px 30px;
  border: 1px solid #89d200;
  background: #89d200;
  color: #ffffff !important;
  border:1px solid #89d200;
}
.online-security-btn:hover{
  color: #ffffff !important;
  border:1px solid #ffffff;
  background: transparent;
}
.navbar-nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.navbar ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar ul li a {
  color: #fff;
  padding: 22px 25px !important;
  width: 100%;
}
.dropdown-toggle::after{
  /*position: absolute;*/
  /*top:15px;*/
  /*right: 10px;*/
}
.navbar ul li:hover ul {
  display: block;
}

.navbar ul li.active a {
  color: #89d200;
  font-weight: 600;
}

.navbar ul li.active ul li a {
  font-weight: 400;
  color: #ffffff;
}

.navbar ul ul {
  position: absolute;
  z-index: 99;
  background: #000000;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  min-width: 222px;
  display: none;
  padding-bottom: 0px;
  margin-top: -5px;
}

.navbar ul ul li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar ul ul li a {
  padding: 5px 10px !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
}

.navbar ul ul li a:hover {
  /* color: #89d200 !important; */
  padding-left: 15px !important;
}
.navbar ul ul ul{    
    left: 221px;
    float: none;
    top: -2px;
    display: none;
}
.navbar ul ul li:hover ul{display: block !important;}
.navbar .cart {
  background: #89d200;
  color: #ffffff;
  font-weight: 600;
  padding: 7px 15px !important;
  border-radius: 5px;
  display: flex;
}
.navbar .cart span{display: inline-block; margin: 0px 11px 0px 5px;}
.navbar .cart img {
  margin-right: 12px;
}

.heading {
  width: 100%;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.heading h2,
.heading h1 {
  font-size: 36px;
  color: #000000;
  margin-bottom: 0px;
  font-weight: 300;
}

.heading span {
  display: inline-block;
  text-align: center;
  color: #89d200;
  font-weight: 600;
}

.banner {
  width: 100%;
  overflow: hidden;
  top: 0px;
  left: 0px;
  right: 0px;
  background: url(../images/banner-image.png) no-repeat left top;
  background-size: 100% 100%;
}

.banner_text {
  padding-left: 5%;
}

.banner_text h2 {
  font-weight: 600;
  color: #89d200 !important;
  font-size: 43px;
  margin-bottom: 0px;
}

.banner_text span {
  color: #000;
  font-weight: 400;
  font-size: 23px;
}

.banner_text a {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#27548f), to(#192d6d));
  background-image: -webkit-linear-gradient(#27548f, #192d6d);
  background-image: -o-linear-gradient(#27548f, #192d6d);
  background-image: linear-gradient(#27548f, #192d6d);
  color: #ffffff;
  padding: 11px 40px;
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.banner_text a:hover {
  background: #ffffff;
  color: #000000;
  -webkit-box-shadow: 7px 5px 11px #fb525235;
  box-shadow: 7px 5px 11px #fb525235;
}

.banner_text .request {
  border: 2px solid #182a6b;
  background: transparent;
  color: #182a6b;
  margin-left: 10px;
}

.main-info {
  margin-top: -12%;
  position: relative;
}

.main-info:after {
  content: '';
  position: absolute;
  width: 100%;
  z-index: -1;
  background: url(../images/curv02.png) no-repeat left center;
  width: 100%;
  height: 1343px;
  top: 0px;
}

.main-info h3 {
  font-size: 20px;
  color: #182a6b;
}

.main-info a {
  text-transform: uppercase;
  font-weight: 600;
  color: #89d200;
  font-size: 14px;
}

.main-info .image {
  margin-right: 15px;
}

.main-info .cus-image {
  text-align: center;
  -webkit-mask-image: url(../images/polygon.svg);
  mask-image: url(../images/polygon.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
  flex: 0 0 29%;
}
.main-info .row .ddd:last-child .section{flex-direction: row-reverse;}
.main-info .row .ddd:last-child .section .text{text-align: right !important;}

.main-info .cus-image svg #mask {
  height: 250px;
}

.main-info .col-lg-6:last-child .image {
  margin-right: 0px;
  margin-left: 15px;
}

.call-us a {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#27548f), to(#192d6d));
  background-image: -webkit-linear-gradient(#27548f, #192d6d);
  background-image: -o-linear-gradient(#27548f, #192d6d);
  background-image: linear-gradient(#27548f, #192d6d);
  color: #ffffff;
  padding: 11px 40px;
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0px;
  letter-spacing: 0px;
  font-size: 21px;
  font-weight: 300;
}

.call-us a:hover {
  background: #ffffff;
  color: #000000;
  -webkit-box-shadow: 7px 5px 11px #fb525235;
  box-shadow: 7px 5px 11px #fb525235;
}

.our-services {
  padding: 50px 0px;
}

.our-services .section {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 95%;
}

.our-services .text {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  padding: 15px 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background-image: -webkit-linear-gradient(transparent, black);
  background-image: -o-linear-gradient(transparent, black);
  background-image: linear-gradient(transparent, black);
}

.our-services .text h3 {
  font-weight: 600;
  color: #ffffff;
  font-size: 29px;
  margin-bottom: 0px;
}

.about-us {
  background: #182a6a url(../images/curv.png) no-repeat right center;
  background-attachment: fixed;
  padding: 50px 0px;
}

.about-us .heading h2 {
  color: #ffffff;
}

.about-us ul li {
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 400;
}

.about-us ul li img {
  margin-right: 43px;
}

.about-us ul li:last-child {
  margin-bottom: 0px;
}

.about-us ul li p {
  color: #ffffff;
  font-weight: 600;
}

.locations {
  padding: 10px 0px;
}

.locations .section {
  -webkit-box-shadow: 0px 0px 68px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 68px rgba(0, 0, 0, 0.11);
  margin: 65px 0px;
  border-radius: 10px;
  padding: 25px 0px;
  position: relative;
  width: 100%;
}

.locations .section:after {
  content: '';
  position: absolute;
  background: url(../images/dotted-curv.png) no-repeat;
  width: 349px;
  height: 75px;
  z-index: -1;
  top: -50px;
  left: 120px;
  background-size: cover;
}

.locations .section .icon {
  width: 100%;
  display: inline-block;
  margin-top: -45px;
  text-align: center;
}

.locations .section .icon img {
  margin: 0 auto;
}

.locations .section h3 {
  color: #182a6b;
  font-size: 20px;
  margin-bottom: 15px;
}

.locations .section a {
  color: #89d200;
  font-weight: 600;
}

.testimonail {
  background: url(../images/test-bg.jpg) no-repeat top center;
  background-size: 100% auto;
  padding: 50px 0px 0px;
}

.testimonail .cus-image {
  text-align: center;
}

.testimonail .cus-image svg {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}

.testimonail .cus-image svg #mask {
  height: 250px;
}

.testimonail .cus-image img {
  -webkit-clip-path: url(#masks);
  clip-path: url(#masks);
  margin: 0 auto;
}

.testimonail .tes-decp {
  background: url(../images/curv03.png) no-repeat center;
  background-size: cover;
  padding: 18% 10% 15%;
}

.testimonail .tes-decp p {
  padding: 0px 10%;
}

.testimonail .tes-decp span {
  font-weight: 600;
  color: #182a6b;
  font-size: 24px;
}

.testimonail .tes-decp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonail .tes-decp ul li {
  width: calc(100% / 3);
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.testimonail .tes-decp ul li:nth-child(2) a {
  top: 65%;
  position: absolute;
  left: 0px;
}

.testimonail .tes-decp .thump img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.testimonail .tes-decp .thump a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.testimonail .tes-decp .thump .active {
  position: relative;
}

.testimonail .tes-decp .thump .active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.testimonail .tes-decp .thump .active:after {
  content: '';
  position: absolute;
  border-radius: 10px;
  border: 1px solid #182a6b;
  width: 80%;
  height: 80%;
  left: -25px;
  right: 0px;
  margin: 0 auto;
  top: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer {
  /* background: #000000; */
}

footer .gallery .section {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}

footer input {
  background-color: #212121 !important;
  border: 0px !important;
}

footer input::-webkit-input-placeholder {
  color: #616161;
}

footer input:-ms-input-placeholder {
  color: #616161;
}

footer input::-ms-input-placeholder {
  color: #616161;
}

footer input::placeholder {
  color: #616161;
}

footer input[type="submit"] {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#27548f), to(#192d6d));
  background-image: -webkit-linear-gradient(#27548f, #192d6d);
  background-image: -o-linear-gradient(#27548f, #192d6d);
  background-image: linear-gradient(#27548f, #192d6d);
  color: #ffffff;
  padding: 11px 40px;
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

footer input[type="submit"]:hover {
  background: #ffffff;
  color: #000000;
  -webkit-box-shadow: 7px 5px 11px #fb525235;
  box-shadow: 7px 5px 11px #fb525235;
}

footer .footer-section {
  padding-top: 30px;
}

footer .footer-section .heading {
  margin-bottom: 0px;
}

footer .footer-section .heading h3 {
  font-size: 20px;
  color: #ffffff;
}

footer ul li a {
  color: #ffffff;
  padding-bottom: 20px;
  font-size: 14px;
}

footer .social {
  margin-top: 50px;
}

footer .social li {
  display: inline-block;
  margin-right: 15px;
}

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

footer .social li a {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 0;
  padding-bottom: 0px;
}

footer .social li a i {
  color: #ffffff;
  font-size: 16px;
}

footer .social li a:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #3a5897;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer .gallery a {
  width: 100%;
}

.twitter:after {
  background: #55acee !important;
}

.linkdin:after {
  background: #0077b7 !important;
}

.lower-footer {
  padding: 6px 0px;
}

.lower-footer p {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 0px;
}

.lower-footer a {
  padding-bottom: 0px;
}

.tp-leftarrow.tparrows.default,
.tp-rightarrow.default {
  display: none;
}

.tp-bullets {
  margin-left: 0px !important;
  top: 50% !important;
  right: 1% !important;
  left: auto !important;
}

.tp-bullets.simplebullets.round .bullet {
  margin-bottom: 15px !important;
}

.navbar-toggler {
  border: 0px solid #2154cf;
  background: url(../images/menu.png) no-repeat center;
}

.inner-banner {
  background-image: url(../images/shield-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 186px;
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
}

.inner-banner:after {
  content: "";
  background-image: url(../images/header-red-shadow.png);
  background-repeat: no-repeat;
  background-position: top -155px right;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0%;
  z-index: 1;
}

.inner-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/overlay-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  -webkit-filter: brightness(0.9) contrast(1.5);
  filter: brightness(0.9) contrast(1.5);
}

.inner-banner h1 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.inner-banner p {
  color: #ffffff;
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 2;
}

.inner-banner a {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#27548f), to(#192d6d));
  background-image: -webkit-linear-gradient(#27548f, #192d6d);
  background-image: -o-linear-gradient(#27548f, #192d6d);
  background-image: linear-gradient(#27548f, #192d6d);
  color: #ffffff;
  padding: 11px 40px;
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  display: table;
  margin: 0 auto;
}

.inner-banner a:hover {
  background: #ffffff;
  color: #000000;
  -webkit-box-shadow: 7px 5px 11px #fb525235;
  box-shadow: 7px 5px 11px #fb525235;
}

.common-section {
  padding: 50px 0px;
}

.common-section h3 {
  font-weight: 600;
  color: #182a6b;
  font-size: 20px;
  margin-bottom: 15px;
}

.common-section img {
  border-radius: 10px;
}

.inner-about .image {
  position: relative;
  max-height: 511px;
  overflow: hidden;
  height: 100%;
  -webkit-mask-image: url(../images/polygon.svg);
  mask-image: url(../images/polygon.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
}

.secure-staf {
  position: relative;
  background-image: url(../images/artificial-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0e0129;
  position: relative;
  padding: 30px 0px;
  z-index: 0;
  margin-top: 50px;
}

.secure-staf .heading {
  margin-bottom: 0px;
  padding-bottom: 15px;
}

.secure-staf .heading h2 {
  color: #ffffff;
}

.secure-staf p {
  color: #ffffff;
}

.secure-staf:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/overlay-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  -webkit-filter: brightness(0.9) contrast(1.5);
  filter: brightness(0.9) contrast(1.5);
  z-index: -1;
}

.our-principle {
  padding-top: 50px;
}

.our-principle .section {
  -webkit-box-shadow: 0px 0px 68px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 68px rgba(0, 0, 0, 0.11);
  margin: 65px 0px;
  border-radius: 10px;
  padding: 25px 10px;
  position: relative;
  min-height: 180px;
  padding-bottom: 0px;
}

.our-principle .section h3 {
  font-size: 18px;
}

.our-principle .section p {
  font-size: 14px;
  margin-bottom: 0px;
}

.gallery .images a {
  width: 100%;
  position: relative;
  max-height: 290px;
  overflow: hidden;
  text-align: center;
  -webkit-mask-image: url(../images/polygon.svg);
  mask-image: url(../images/polygon.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center;
  mask-position: center;
}

.gallery .images a img {
  width: 100%;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gallery .images a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.main-services {
  background: url(../images/hex-pattern.svg) no-repeat center right;
}

.main-services .image {
  position: relative;
  /* max-height: 411px; */
  overflow: hidden;
  height: 100%;
  text-align: center;
  /* -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; */
  /* -webkit-mask-size: 100%; */
  mask-size: 100%;
  /* -webkit-mask-position: center; */
  mask-position: center;
}

.main-services .image img {
  width: 100%;
}

.main-services h2 {
  color: #89d200;
  font-weight: 600;
  margin-bottom: 15px;
}

.what-we-do {
  margin-top: 50px;
}

.what-we-do .section {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  max-height: 480px;
  height: 100%;
  -webkit-box-shadow: 0px 0px 30px #f1f1f1;
  box-shadow: 0px 0px 30px #f1f1f1;
}

.what-we-do .section h3 {
  color: #182a6b;
}

.what-we-do .section ul li p {
  color: #000000;
}

.what-we-do .section ul li:last-child p {
  margin-bottom: 0px;
}

.list li p {
  background: url(../images/arrow.png) no-repeat left 5px;
  background-size: 8px 14px;
  padding-left: 21px;
}
.servoce-page-section li{
  background: url(../images/arrow.png) no-repeat left 5px;
  background-size: 8px 14px;
  padding-left: 21px;
  margin-bottom: 10px;
  /*color: #ffffff;*/
}
.servoce-page-section .full-details li{color: #ffffff;}
.full-details {
  padding: 50px 0px;
  background: url(../images/overlay-shape.png) no-repeat;
  background-size: cover;
  margin-top: 50px;
}

.full-details .heading h2 {
  color: #ffffff;
}

.full-details p,
.full-details h3 {
  color: #ffffff;
}

.product-details-text {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 21px #f1f1f1;
  box-shadow: 0px 0px 21px #f1f1f1;
  padding: 20px;
  position: absolute;
  left: -11%;
  width: 100%;
  background: #182a6b;
}

.product-details-text .price {
  font-size: 30px;
  color: #89d200;
  font-weight: 600;
}

.product-details-text h3,
.product-details-text p {
  color: #ffffff;
}

.product-details-text a {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#27548f), to(#192d6d));
  background-image: -webkit-linear-gradient(#27548f, #192d6d);
  background-image: -o-linear-gradient(#27548f, #192d6d);
  background-image: linear-gradient(#27548f, #192d6d);
  color: #ffffff;
  padding: 11px 40px;
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0px;
  border: 1px solid #ffffff;
}

.product-details-text a:hover {
  background: #ffffff;
  color: #000000;
  -webkit-box-shadow: 7px 5px 11px #fb525235;
  box-shadow: 7px 5px 11px #fb525235;
}

.product-dec {
  margin-top: 50px;
}

.product-dec h4 {
  font-size: 17px;
  color: #182a6b;
}

.green {
  color: #89d200;
}

.all-locations .map {
  overflow: hidden;
}

.all-locations h3 {
  font-size: 30px;
  /* color: #ffffff; */
  font-weight: 300;
  margin-bottom: 40px;
}

.all-locations ul li p,
.all-locations ul li a {
  /* color: #ffffff; */
  font-size: 15px;
  font-weight: 300;
}

.all-locations ul li i {
  margin-right: 15px;
  /* color: #ffffff; */
}


.owl-dots .owl-dot.active {
  background: #25377a;
}

.owl-dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.owl-dots .owl-dot {
  width: 80px;
  height: 3px;
  background: #f1f1f1;
  margin-right: 10px;
}

.contact-form {
  padding-top: 50px;
}

.contact-form input[type="submit"] {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#27548f), to(#192d6d));
  background-image: -webkit-linear-gradient(#27548f, #192d6d);
  background-image: -o-linear-gradient(#27548f, #192d6d);
  background-image: linear-gradient(#27548f, #192d6d);
  color: #ffffff;
  padding: 11px 40px;
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 0px;
  width: 100%;
}

.contact-form input[type="submit"]:hover {
  background: #ffffff;
  color: #000000;
  -webkit-box-shadow: 7px 5px 11px #fb525235;
  box-shadow: 7px 5px 11px #fb525235;
}

.request-a-quate input[type="submit"] {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#27548f), to(#192d6d));
  background-image: -webkit-linear-gradient(#27548f, #192d6d);
  background-image: -o-linear-gradient(#27548f, #192d6d);
  background-image: linear-gradient(#27548f, #192d6d);
  color: #ffffff;
  padding: 11px 40px;
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.request-a-quate input[type="submit"]:hover {
  background: #ffffff;
  color: #000000;
  -webkit-box-shadow: 7px 5px 11px #fb525235;
  box-shadow: 7px 5px 11px #fb525235;
}



/*after developnment css*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
  background: transparent;
  font-size: 14px !important;
    font-weight: 300 !important;
}

.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2{
  height: 40px !important
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
  width: 41% !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
  width: 55% !important;
}
.woocommerce div.product .product_title{font-size: 28px; color: #182a6b;}
.woocommerce-Price-amount.amount{font-weight: 700;
    color: #81ba04;
    font-size: 20px;}
.woocommerce div.product form.cart{margin-bottom: 0em !important;}
.woocommerce-Tabs-panel--description h2{
  font-weight: 600;
    color: #182a6b;
    font-size: 20px;
    margin-bottom: 15px;
}
.woocommerce-Tabs-panel--description h4{
  font-size: 17px;
    color: #182a6b;
}
.woocommerce-Tabs-panel--description p{
  font-family: 'Roboto', sans-serif;
    margin: 0px;
    color: #323232;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
}
.woocommerce-Tabs-panel--description ul li{
  background: url(../images/arrow.png) no-repeat left 5px;
  background-size: 8px 14px;
  padding-left: 21px;
  margin-bottom: 10px;
}
.woocommerce-Tabs-panel--description{}
.consentDiv{
  width: 50%;
  float: right;
  text-align: center;
}


.cart_totals h2{margin-bottom: 15px;}



.online-security{background: url(../images/online-security-bg.jpg) no-repeat; -webkit-background-size: cover;
background-size: cover;}
.online-security .section .image img{transition: 0.5s;}
.online-security .section .image{margin-bottom: 20px;}
.online-security .section .price p{color: #89d200; font-size: 20px; font-weight: 600;}
.online-security .section h3{color: #182a6b;}
.online-security .section span{border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#27548f), to(#192d6d));
    background-image: -webkit-linear-gradient(#27548f, #192d6d);
    background-image: -o-linear-gradient(#27548f, #192d6d);
    background-image: linear-gradient(#27548f, #192d6d);
    color: #ffffff;
    padding: 11px 40px;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
  }
.online-security .section span:hover {
    background: #ffffff;
    color: #000000;
    -webkit-box-shadow: 7px 5px 11px #fb525235;
    box-shadow: 7px 5px 11px #fb525235;
}
.online-security .section:hover .image img{transform: scale(1.1)}
@media only screen and (max-width: 1920px) {
  .who-we-are {
    background-position: right bottom;
  }
}

@media only screen and (max-width: 1080px) {
  .navbar ul li a {
    padding: 22px 15px !important;
  }
  .navbar-brand {
    width: 25%;
  }
  .scrollHeader .menu .navbar ul li a {
    padding: 8px 25px !important;
  }
}

@media only screen and (max-width: 991px) {
  header .container {
    max-width: 100%;
  }
  .header-upper p i,
  .header-upper a i {
    margin-right: 4px;
  }
  .header-upper p,
  .header-upper a {
    font-size: 13px;
  }
  .navbar ul li {
    width: 100%;
  }
  .navbar ul li a {
    width: 100%;
    padding: 8px 25px !important;
  }
  .navbar ul ul {
    position: relative;
    width: 100%;
  }
  .cart {
    text-align: center;
    width: 98% !important;
    margin: 0 auto;
    float: none;
    margin-left: 5px;
  }
  .navbar ul ul li a {
    padding-left: 40px !important;
  }
  .navbar ul ul li a:hover {
    padding-left: 45px !important;
  }
  .navbar .cart {
    margin-bottom: 5px;
  }
  .banner_text h2 {
    font-size: 33px;
    margin-bottom: 10px;
  }
  .banner_text a,
  .banner_text a.contact {
    padding: 15px 40px;
  }
  #navbarTogglerDemo02 {
    background: #000;
  }
  .navbar-brand {
    width: 25%;
  }
  .banner_text h2 {
    font-size: 27px;
  }
  .banner_text span {
    font-size: 18px;
  }
  .banner_text a,
  .banner_text a.contact {
    padding: 11px 20px;
    letter-spacing: 0px;
  }
  .heading h2,
  .heading h1 {
    font-size: 30px;
  }
  .heading {
    padding-bottom: 0px;
    margin-bottom: 25px;
  }
  .about-us .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .locations .section::after {
    width: 100%;
    background-size: 100%;
  }
  .locations .section h3 {
    font-size: 18px;
  }
  .testimonail {
    background-position: center;
    padding-top: 0px;
    background-size: cover;
  }
  .testimonail .heading h2 br {
    display: none;
  }
  footer {
    padding: 30px 0px 0px;
  }
  footer ul li a {
    padding-bottom: 12px;
  }
  footer .footer-section .heading {
    margin-bottom: 16px;
  }
  footer .footer-section {
    padding-top: 0px;
  }
  .lower-footer {
    padding-top: 30px;
  }
  footer .social {
    margin-top: 30px;
  }
  .inner-banner h1 {
    font-size: 30px;
  }
  .inner-banner {
    padding: 16% 0% 5%;
  }
  .common-section {
    padding-bottom: 0px;
  }
  .our-principle .section {
    margin: 5px 0px;
  }
  .product-details-text {
    position: relative;
    left: 0%;
    margin-top: 15px;
  }
  .all-locations h3 {
    margin-bottom: 15px;
  }
  .location {
    padding: 15px 25px;
  }
  .navbar .cart{justify-content: center;}
  .navbar ul li a{position: relative;}
  .dropdown-toggle::after{position: absolute; right: 10px; top:15px;}
  .common-section{padding-bottom: 30px;}
  .navbar ul ul ul{left: 0px;}
  .scrollHeader .menu .navbar ul li a{
    padding: 5px 10px !important;
    padding-left: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  .main-info h3 {
    font-size: 18px;
  }
  .locations .section {
    width: 100%;
  }
  .locations .section::after {
    display: none;
  }
  .testimonail .tes-decp {
    background-size: 200%;
  }
  .testimonail .tes-decp {
    padding: 18% 0% 15%;
  }
  .main-info {
    margin-top: 2%;
  }
  .banner_text {
    margin-top: 10%;
  }
  .our-services .text h3 {
    font-size: 20px;
  }
  .about-us .heading h2 {
    text-align: center;
  }
  .inner-banner h1 {
    font-size: 28px;
  }
  .common-section,
  .our-services,
  .full-details {
    padding: 30px 0px;
  }
  .our-principle,
  .what-we-do {
    padding-top: 30px;
  }
  .our-principle .heading {
    margin-bottom: 0px;
  }
  .secure-staf .image-section {
    margin-bottom: 15px;
  }
  .secure-staf .col-lg-4:last-child .image-section {
    margin-bottom: 0px;
  }
  .what-we-do {
    margin-top: 0px;
  }
  .inner-about .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .inner-about .heading {
    text-align: center;
  }
  .secure-staf,
  .product-dec {
    margin-top: 15px;
  }
  .consentDiv{width: 100% !important;}

  .online-security .row{flex-direction: initial;}
  .common-section.online-security h3{font-weight: 400;}
}

@media only screen and (max-width: 575px) {
  .main-info .section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner_text {
    padding-right: 5px;
    margin-top: 14% !important;
  }
  .banner_text h2 {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 800;
  }
  .banner_text h2 span {
    font-size: 16px;
  }
  .main-info .heading {
    text-align: center;
  }
  .main-info h3 {
    margin-bottom: 12px;
  }
  .main-info p {
    font-size: 14px;
  }
  .main-info .text {
    text-align: center;
  }
  .our-services .section {
    width: 55%;
    margin: 0 auto;
    display: block;
  }
  .about-us ul li {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-us ul li img {
    margin-right: 15px;
  }
  .main-info .ddd:last-child .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  footer .gallery .section img {
    width: 100%;
  }
  .main-info .col-lg-6:last-child .image {
    margin-left: 0px;
  }
  .main-info .image {
    margin-right: 0px;
  }
  .main-info .col-lg-6:first-child .section {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .inner-banner h1 {
    font-size: 24px;
  }
  .common-section,
  .what-we-do {
    padding: 0px 0px;
  }
  .main-info .row .ddd:last-child .section{flex-direction: row; justify-content: center !important;}
  .main-info .row .ddd:last-child .section .text{text-align: center !important;}

  .online-security .section{margin-bottom: 30px;}
  .online-security{background-size: auto 100%;}
}

@media only screen and (max-width: 480px) {
  .navbar-brand {
    width: 36%;
  }
  .header-upper {
    display: none;
  }
  .header-contact {
    display: none;
  }
  .navbar-brand img {
    max-width: 100%;
  }
  .our-services .section {
    width: 75%;
    margin: 0 auto;
    display: block;
  }
  .slider_image {
    display: none;
  }
  .banner {
    background: none no-repeat left top;
  }
  .banner_text {
    text-align: center;
    width: 100% !important;
  }
  .main-info .section {
    margin-bottom: 20px;
  }
  .main-info .ddd:nth-child(2) .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .banner_text h2 {
    margin-bottom: 0px;
    font-size: 28px;
    font-weight: 800;
  }
  .banner_text h2 span {
    font-size: 18px;
  }
  .navbar-toggler {
    border: 0px solid #2154cf;
  }
  .scrollHeader .navbar-toggler {
    border: 0px solid #2154cf;
    background: url(../images/menu.png) no-repeat center;
  }
  .heading h2,
  .heading h1 {
    font-size: 20px;
  }
  .main-info::after {
    opacity: 0.2;
  }
  .banner_text a,
  .banner_text a.contact {
    padding: 15px 29px;
  }
  .inner-banner h1 {
    font-size: 20px;
  }
  .common-section h3 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 575px) {
    .contact-form {
        padding-top: 0px;
    }
  }
