@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "Roboto", sans-serif;
}

a {
  color: #006BC6;
  transition: 0.5s;
}
div#frame a {
    margin: 0 auto;
    width: 100px;
    display: block;
    background: #cf1f3b;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-bottom: 8px;
    border-radius: 8px;
}
a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #006BC6;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

ul#sam {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#sam li p {
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

ul#sam li {
    text-align: center;
    width: 20%;
    float: left;
}
div#bgabox {
    clear: both;
    display: inline-block;
    background: url(../img/bg_abox.png) top left no-repeat;
    height: 121px;
    margin-top: 30px;
    width: 100%;
}
div#tmsg {
    padding: 20px 50px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    width: 500px;
    color: #000;
    display: block;
    background: url(../img/bg_abox_l.png) top right repeat-y;
    float: left;
}
ul.bull li ul li {
    background: no-repeat;
    padding-left: 0;
    padding-top: 0;
	font-size:14px;
}
ul.bull {
    padding: 0 !important;
	list-style:none;
}
ul.bull li {
    background: url(../img/tick_m.png) 13px 5px no-repeat;
    padding: 5px 0 5px 50px;
}
ul.bull li p {
    padding: 0 !important;
}
div#displaycontent2 .right ul li {
    background: url(../img/tick_m.png) 13px 5px no-repeat;
    padding: 5px 0 5px 50px;
	font-size:14px;
}
div#displaycontent2 .right p {
    padding: 0 0 0 12px;
    line-height: 22px;
}
div#displaycontent2 .right ul {
    list-style: none;
    margin: 0;
    padding: 13px 0 0 0;
}
div#bgabox img {
    padding-top: 20px;
    padding-left: 20px;
}
table.tabrespo2 input[type=text], table.tabrespo2 textarea {
    border: 0;
    box-shadow: 0 0 2px;
    padding: 5px;
    width: 100% !important;
}
table.tabrespo2 {
    width: 100%;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #cf1f3b;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
div#displaycontent2.details {
    background: url(../img/bg_top_org.png) top left repeat-x #fff !important;
}
div#displaycontent2.details h2 {
    font-weight: 400;
    color: #272727;
}
div#displaycontent2.details h4 {
    font-size: 18px;
    padding: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.prorange ul li a:hover {
    color: #cf1f3b;
}

.prorange ul li a {
    color: #012e34;
}
a.checkout {
    background: #006BC6;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
}
a.cout {
    background: #018aff;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
}


@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 88px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 0 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled,
#header.header-pages {
  height: 88px;
  padding: 0 0;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 7px 0 0 0;
  margin: 0 0 7px;
}
header#header {
	border-top:5px solid #006bc6;
}
.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  background: url("../img/bg-slide-1.jpg") center bottom no-repeat;
  background-size: cover;
  padding-top: 88px;
}

#intro .intro-img {
  width: 50%;
  float: left;
}

#intro .intro-info {
  width: 50%;
  float: right;
}

#intro .intro-info h2 {
    color: #000;
    margin-bottom: 10px;
    font-size: 44px;
    font-weight: 500;
    text-transform: uppercase;
	padding: 105px 0 0 0;
}
#intro .intro-info h2 span {
    color: #cf1f3b;
    text-decoration: none;
}
.intro-info ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
}
.intro-info ul li {
	font-size: 22px;
    font-weight: 600;
    background: url(../img/lsymbol.png) left center no-repeat;
    padding: 5px 0 5px 52px;
    color: #000;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 8px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: #cf1f3b;
  border: 2px solid #cf1f3b;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #cf1f3b;
  border-color: #cf1f3b;
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 7px 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.main-nav a {
    display: block;
    position: relative;
    color: #2b2a28;
    padding: 6px 0;
    transition: 0.3s;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 0 5px;
    text-transform: uppercase;
    min-width: 100px;
    text-align: center;
}
.main-nav a:hover, .main-nav li:hover > a {
    font-weight: 600;
}
.main-nav .active > a {
    color: #fff;
    text-decoration: none;
    background: #018aff;
    border-radius: 8px;
}
.main-nav .active > a:hover {
    font-weight: 400;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}
.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}
.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;
}
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #cf1f3b;
}
.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}
.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}
.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
#header .container {
    position: relative;
}
.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
	font-size: 36px;
    color: #000;
    text-align: left;
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
}

.section-header p {
	text-align: left;
    margin: auto;
    font-size: 17px;
    font-weight: 300;
    color: #000;
	padding-bottom: 20px;
}

.counters span {
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 40px;
    border: 3px solid #08909c;
    width: 77px;
    display: block;
    margin: 0 auto;
}
.counters p strong {
    font-size: 20px;
    font-weight: 500;
}
.counters p {
    margin-bottom: 0 !important;
    font-size: 14px;
}

p.ptitle {
    color: #ffc170;
    text-transform: uppercase;
    font-size: 22px;
    padding-bottom: 5px;
    font-weight: 400;
}

p.pli {
    background: #ffc170;
    text-align: center;
    color: #000;
    border-radius: 10px;
    padding: 10px;
    font-size: 22px;
    margin-top: 26px;
}

/* Section with background
--------------------------------

.section-bg {
  background: #ecf5ff;
}*/
.section-bg {
    background: #0095d9;
	padding: 30px 0;
}

.client-logo:first-child {
    margin-right: 10px;
}

/* About Us Section
--------------------------------*/

#about {
  background: #efefef;
  padding: 60px 0;
}
div#displaycontent h2, div#displaycontent2 h2 {
    margin: 0;
    padding: 7px 0 10px 12px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
}
div#displaycontent2 p {
    padding: 10px 12px 0 12px;
    text-align: justify;
}

#about .about-container .background {
  margin: 0px 0;
}

#about h3 {
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #cf1f3b;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #cf1f3b;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #cf1f3b;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 60px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}
ul.whyppe {
    list-style: none;
    margin: 0 0 42px 0;
    padding: 0;
}
ul.whyppe li {
    padding: 5px 0px 5px 37px;
    font-size: 20px;
    border-radius: 10px;
    background: url(../img/tmark.png) 5px 7px no-repeat;
}
ul.whyppe li:nth-child(2n+2) {
	background: url(../img/tmark.png) 5px 7px no-repeat #fff;
}
#about .order-1 h3 {
    margin: 0;
}
#about .order-2 {
    background: url(../img/bg-dot.png) top right repeat-y;
}
#about .order-2 p {
    text-align: justify;
    padding-right: 30px;
}
#about .order-1 {
    padding-left: 30px;
}
ul.benef {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.benef li {
	padding: 7px 20px 7px 40px;
    font-size: 22px;
    border-radius: 10px;
    background: url(../img/tmark2.png) 5px 7px no-repeat;
    color: #fff;
}
#team {
    background: url(../img/bg-tips.jpg) top right no-repeat #fff !important;
}
.qsr {
    position: relative;
}
.blo {
    background: url(../img/bg-pod.jpg) top left no-repeat;
    width: 41px;
    height: 38px;
    display: block;
    text-align: center;
    padding: 9px 0 0 0;
    position: absolute;
}
.qsr h5 {
    padding: 7px 0 0 50px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 7px 0px;
}
.qsr p {
    padding-left: 47px;
	text-align:justify;
}

/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #cf1f3b;
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

#facemask {
    padding: 60px 0;
    background: url(../img/bgzsr.png) bottom left no-repeat;
    background-size: cover;
}
ul.anos {
    list-style: none;
    margin: 0;
    background: url(../img/bg-s.png) top left repeat-x;
    border: 3px solid #0379a9;
    border-radius: 10px;
    padding: 10px;
    position: relative;
}
ul.anos li span {
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
}
ul.anos li:first-child {
    font-weight: 600;
}
h5#zees {
    margin: 60px 0 0 0;
    text-align: center;
}
img#propic {
    margin: 50px 0 0 50px;
}

#why-us .section-header h3,
#why-us .section-header p {
  color: #000;
}

#why-us .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#why-us .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}

#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#why-us .card p {
  font-size: 15px;
  color: #d8eafe;
}

#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  background: #e5f2ef;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #cf1f3b;
  border-radius: 50px;
  text-transform: uppercase;
  background: #ecf5ff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #cf1f3b;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #cf1f3b;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #cf1f3b;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #3395ff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #003166;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #cf1f3b;
}
a.btnlink {
    background: #006BC6;
    color: #fff;
    border-radius: 8px;
    padding: 10px 15px;
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #cf1f3b;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background:#fff;
}
iframe {
    margin: 5px;
}

#clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#clients img {
  transition: all 0.4s ease-in-out;
}

/* Contact Section
--------------------------------*/

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #cf1f3b;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #cf1f3b;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #cf1f3b;
}

#contact .social-links a:hover {
  background: #cf1f3b;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #cf1f3b;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #cf1f3b;
  border: 1px solid #cf1f3b;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #cf1f3b;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .form button[type="submit"]:hover {
  background: #cf1f3b;
  cursor: pointer;
}

.intro-info div a:first-child {
    background: #4c9ca9 !important;
    border-color: #4c9ca9 !important;
}
div#cart a {
    color: #fff;
}
div#cart {
	background: url(../images/ico_cart.png) 8px 6px no-repeat #006BC6;
    padding: 2px 55px 12px 27px;
    font-size: 17px;
    color: #fff !important;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 17px;
    display: inline-block;
	cursor: pointer;
}
div#cart span {
    font-size: 16px;
    line-height: 12px;
    margin: 0 1px 0 10px;
    position: absolute;
    top: 21px;
    left: 40px;
}
nav.main-nav.float-right.d-none.d-lg-block {
    position: absolute;
    right: 112px;
}
#covid19 .owl-item div, #facemask .owl-item div, #displaycontent div {
    width: 250px;
    height: 369px;
    background: #fff;
    display: block;
    /* border-radius: 8px; */
    box-shadow: 0 0 5px #ccc;
    padding: 7px;
    margin: 5px;
}
section#covid19 .section-header h3, #displaycontent h3 {
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
}
#facemask .section-header h3 {
    text-align: center;
    padding-bottom: 20px;
}
#covid19 .owl-item div p span, #facemask .owl-item div p span, #displaycontent div p span {
    display: block;
    font-weight: 400;
    color: #666;
	font-size: 15px;
}
#covid19 .owl-item div p, #facemask .owl-item div p, #displaycontent div p {
    color: #000 !important;
    font-weight: 400;
    margin: 0;
    font-size: 15px;
    padding-left: 10px;
    line-height: normal;
    padding-top: 7px;
}
div#displaycontent div img:hover {
    cursor: pointer;
}
div#displaycontent2 .left img {
    border-radius: 10px;
}
div#displaycontent2.details h5 {
    font-size: 18px;
    padding-left: 12px;
    margin: 0 0 8px 0;
	text-transform:uppercase;
}
div#displaycontent2 .right ul {
    list-style: none;
    margin: 0;
    padding: 0 0 16px 0;
}
div#displaycontent {
    width: 880px;
    float: right;
    background: #fff;
    display: block;
    padding: 15px;
    margin-left: 20px;
}
div#displaycontent2 {
    background: url(../img/bg_top_blue.png) top left repeat-x #fff !important;
    width: 880px;
    float: right;
    background: #fff;
    display: block;
    padding: 15px;
    border-radius: 10px;
    margin-left: 20px;
	border: 1px solid #ddd;
}
div#displaycontent2 .right {
    width: 54%;
    float: right;
}
div#displaycontent h2 span, div#displaycontent2 h2 span {
    font-weight: 100;
}
div#displaycontent.blue {
    background: url(../img/bg_top_blue.png) top left repeat-x #fff !important;
}
.owl-dots {
    text-align: center;
}
button.owl-dot span {
    background: #fff !important;
    display: inline-block;
    z-index: 9999 !important;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    margin: 0px 5px;
}
.blue div.right {
	float: left;
    display: block;
    box-shadow: none;
    margin: 0;
    width: 50%;
}
.blue .right p {
    font-size: 15px !important;
    line-height: 22px !important;
}
.blue .right ul {
    padding-top: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}
div#displaycontent2 div.left {
    box-shadow: none;
    width: auto;
    margin: 0;
    padding: 0 0 0 12px;
    float: left;
}
div#displaycontent2 .right small#btn_rq1 {
    margin: 0 0 25px 13px;
}
div#displaycontent2 .right p {
    margin-bottom: 0;
	font-size: 14px;
    padding: 0 0 12px 12px;
}
#facemask button.owl-dot span {
	background: #000 !important;
}
#covid19 .owl-nav {
    display: none;
}
.owl-dots {
    padding-top: 26px;
}
.trib {
    display: inline-block;
    width: 30%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 40px 12px;
    padding: 15px 10px;
    font-size: 14px;
}
.btn_rq {
    background: #006BC6;
    padding: 4px 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 6px;
    margin: 5px auto;
    display: block;
    max-width: 146px;
    text-align: center;
    border: none;
    position: absolute;
    bottom: 10px;
    left: 56px;
	cursor: pointer;
}
.owl-carousel .owl-item img {
    cursor: pointer;
}
.owl-carousel1 .owl-item img {
    cursor: pointer;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.lgo img {
    width: 150px;
}

.lgo {
    background: #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 17px;
}

#footer {
	  background: url(../img/bgb-footer.png) top left repeat-x;
    padding: 0 0 30px 0;
    font-size: 16px;
    clear: both;
}
#footer ul {
    margin: 0 0 15px 0;
    list-style: none;
    padding: 0;
}
#footer h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px 0;
}
#footer .footer-top {
  padding: 60px 0 50px 0;
}
#footer ul li {
    background: url(../img/bg_arrow_org.png) center left no-repeat;
    padding: 5px 20px;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #cf1f3b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #cf1f3b;
  color: #fff;
}

#footer .footer-top h4 {
    font-size: 20px;
    font-weight: 500;
  text-transform: uppercase;
  position: relative;
  margin: 0;
}
div#frame.conta .col-sm-6 div {
    float: left;
    display: inline-block;
    padding-left: 15px;
}
div#frame.conta .col-sm-6 img {
    float: left;
}
.col-lg-10.background.order-lg-2.order-1.wow.fadeInUp {
    margin: 0 auto;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #cf1f3b;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}
#footer .copyright {
    text-align: center;
    padding-top: 20px;
    float: left;
    width: 360px;
}
#footer .credits {
    text-align: center;
    font-size: 13px;
    float: right;
    padding-top: 29px;
}
#footer .credits a:hover {
  color: #f1f7ff;
}
.copyright img {
    float: left;
}
.copyright p strong {
    font-size: 18px;
}

.copyright p {
    float: left;
    text-align: center;
    padding-left: 15px;
    font-size: 14px;
}
.container.top {
    border-top: 1px solid #ccc;
}
.cdetail img {
    float: left;
}
.social a {
    background: #efefef;
    padding: 10px;
    border-radius: 27px;
    display: inline-block;
}
.social {
    width: 388px;
    float: left;
    margin-top: 15px;
}
.cdetail {
    width: 280px;
    display: block;
    height: 75px;
    margin: 0 auto;
}
.cname {
    float: left;
    width: 200px;
    padding: 9px 0 0 10px;
}
.cname h6 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #cf1f3b;
}
.cname p {
    margin: 0 !important;
    padding: 0 !important;
	font-size: 14px;
}
.cname p span {
    display: block;
}
.intro-info p {
    font-size: 28px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 32px;
}
.order-2 ul li a {
    color: #444;
}
div#prorange {
    width: 226px;
    border: 3px solid #0095d9;
    border-radius: 10px;
	display: inline-table;
}
div#prorange ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
div#prorange ul li {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 5px 5px 10px;
    background: url(../img/bg-dot-l.png) bottom left repeat-x;
}
div#prorange ul li ul li {
    text-transform: capitalize;
    font-weight: 400;
    color: #012e34;
    background: url(../img/bg_arrow_blue.png) 0px 7px no-repeat;
    padding: 2px 0 2px 17px;
}
#prorange h4 {
    background: #0095d9;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
div#displaycontent div {
    float: left;
    margin: 16px;
    display: block;
    position: relative;
}
div#displaycontent div img {
	width: 100%;
    margin: 0 auto;
    display: block;
	height: auto;
}
div#displaycontent2 p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px !important;
    padding-top: 0;
}
#about .about-container p {
    line-height: 20px;
    font-size: 14px;
}
table.tabrespo {
    border-collapse: collapse;
    width: 97%;
    margin: 0 auto 26px;;
}
form.request {
    background: antiquewhite;
    padding: 20px;
    margin: 30px 0 20px;
    border-radius: 10px;
}
table.tabrespo input[type=text], table.tabrespo textarea {
    width: 80%;
    border: 0;
    box-shadow: 0 0 2px;
    padding: 5px;
}
form.request input[type=submit] {
    background: brown;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    border: 00;
    display: block;
    margin: 0 auto;
    width: 150px;
    outline: none;
}
form.request h4 {
    margin: 0;
    font-weight: 500 !important;
}

table.tabrespo th, td {
  text-align: left;
  padding: 8px;
}
.right .btn_rq {
    position: inherit !important;
    /* text-align: center; */
    display: inline;
}
table.tabrespo tr:nth-child(even) {background-color: #f2f2f2;}
table.tabrespo form input[type=text] {
    width: 73px;
    text-align: center;
    margin-right: 30px;
}
table.tabrespo a {
    background: brown;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
}
p.alert {
    background: powderblue;
    padding: 5px !important;
    display: block;
    text-align: center !important;
}
ul.flt {
    width: 50%;
    float: left;
}
#contactpage {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
}
div#txtcontact h4 {
    text-align: left;
}
div#lgo {
    width: 50%;
    float: left;
    text-align: center;
    padding: 15px 20px;
    border-right: 1px solid #ddd;
    margin: 30px 0;
}
div#txtcontact {
    float: left;
    padding: 20px 20px;
    width: 50%;
    margin: 10px 0;
}
div#txtcontact h4 {
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    margin: 0;
    font-size: 26px;
}
div#displaycontent2 p.icoloc {
    background: url(../img/ico_loc.png) top left no-repeat;
    padding-left: 42px !important;
    font-size: 22px !important;
    font-weight: 300;
    line-height: 27px !important;
    padding-top: 5px !important;
    color: #000;
    margin-top: 9px;
}
div#displaycontent2 p.icopho {
    background: url(../img/ico_pho.png) top left no-repeat;
    padding-left: 42px !important;
    font-size: 22px !important;
    font-weight: 300;
    line-height: 27px !important;
    padding-top: 6px !important;
    color: #000;
    margin-top: 9px;
}
div#displaycontent2 p.icolet span {
    color: #0095d9;
}
div#displaycontent2 p.icolet {
    background: url(../img/ico_let.png) top left no-repeat;
    padding-left: 42px !important;
    font-size: 22px !important;
    font-weight: 300;
    line-height: 27px !important;
    padding-top: 5px !important;
    color: #000;
    margin-top: 9px;
}
div#txtcontact p {
    margin: 0;
    padding: 0;
}
.right.set {
    width: 50% !important;
    padding-right: 16px;
}
.owl-carousel2 div {
    margin: 0 auto;
    display: block;
    overflow: hidden;
    height: 568px;
    float: left;
}
.owl-carousel1 .owl-nav, .owl-carousel2 .owl-nav, .owl-carousel2 .owl-dots, .owl-carousel3 .owl-nav, .owl-carousel3 .owl-dots {
    display: none;
}
.owl-carousel3 { display:none; }

div#frame {
    /* border: 3px solid #d1d1d1; */
    border-radius: 20px;
    position: relative;
    padding: 10px;
    box-shadow: 0 0 5px #ccc;
}
#frame h3 {
    background: #006BC6;
    position: absolute;
    padding: 6px 20px;
    color: #fff;
    border-radius: 19px;
    font-size: 20px;
    top: -17px;
    left: calc(50% - 150px);
    width: 300px;
    text-align: center;
    font-family: 'Noto Serif', serif;
    font-style: italic;
}
div#frame {
    background: url(../img/ico_quot.png) 23px 26px no-repeat;
}
div#frame p {
    padding: 0;
    width: 310px;
    text-align: justify;
    margin-bottom: 10px;
}

div#frame.conta {
    width: 100%;
    padding-top: 45px;
    background: none;
}
.conta .col-sm-4 img {
    float: left;
    display: inline-block;
}
#frame.conta .col-sm-4 div {
    float: left;
    display: inline-block;
    width: 200px;
    padding-left: 8px;
    padding-top: 5px;
}
#frame.conta .col-sm-4 div h4 {
    margin: 0;
    color: #383838;
    padding: 0;
    font-size: 17px;
    text-transform: initial !important;
    padding-bottom: 5px;
}
#frame.conta .col-sm-4 div p {
    padding: 0;
    font-family: 'Noto Serif', serif;
    font-style: italic;
}

div#fcon {
	clear: both;
    padding: 30px 0 15px;
    display: block;
    margin: 0 auto;
}
div#fcon p {
    padding: 3px 0px 3px 40px;
    float: left;
    font-family: 'Noto Serif', sans-serif;
    font-style: italic;
    font-size: 16px;
    border-right: 1px solid #222;
    margin-right: 30px;
}
p.ph {
    background: url(../img/ico_mob.png) top left no-repeat;
    width: 215px !important;
}
p.em {
    background: url(../img/ico_ltr.png) top left no-repeat;
    width: 180px !important;
}
p.we {
    background: url(../img/ico_wld.png) top left no-repeat;
    border-right: none !important; width: 180px !important;
}

ul#fmenu {
    display: block;
    margin: 45px auto 0;
    width: 824px;
    clear: both;
    height: 30px;
}
ul#fmenu li {
    background: no-repeat;
    padding: 2px 35px;
    float: left;
    border-right: 1px solid #333;
}
ul#fmenu li:last-child {
    border: none;
}

ul#fpromenu {
    display: none;
    margin: 45px auto 20px;
    width: 100%;
    clear: both;
    height: 30px;
}
ul#fpromenu li {
    background: no-repeat;
    padding: 2px 22px;
    float: left;
    border-right: 1px solid #333;
}
ul#fpromenu li:last-child {
    border: none;
}
#about .fadeInUp img {
    float: right;
    margin-right: 25px;
}

section#home #displaycontent {
    width: 100%;
}
section#home #displaycontent div {
    width: 250px;
    margin: 10px 11px 26px;
}
section#home #displaycontent h2 {
    text-align: center;
}
div#product_detail .left {
    float: left;
    width: 410px;
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    padding: 24px 0;
    margin-right: 40px;
}
div#product_detail .right {
    width: 680px;
    float: left;
    display: inline-block;
}
div#product_detail .right img {
    height: 400px !important;
    width: 400px !important;
}
div#product_detail .right h2 {
    text-transform: uppercase;
    margin: 0;
}
div#product_detail .right h3 {
    text-transform: uppercase;
    color: #006BC6;
}
div#product_detail .right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}
div#product_detail .right ul li {
    background: url(../img/bg_bull.png) 0px 5px no-repeat;
    padding: 0px 0 5px 18px;
    font-size: 15px;
	display: table;
}
div#product_detail .right p {
    margin-bottom: 15px;
}

div#proimpo p {
    margin-bottom: 0;
    text-align: justify;
    color: #000;
}
div#proimpo {
    background: url(../img/bg_impo.png) 20px 20px no-repeat #e5e5e5;
    padding: 20px 35px 20px 108px;
    border-radius: 8px;
}
div#speci_data {
  width: 550px;
  margin: 70px 0;
  border: 4px solid #ededed;
  border-radius: 15px;
  float: right;
  padding-top: 20px;
}
div#speci {
  /*background: url(../img/bg_speci.png) bottom left no-repeat;*/
  display: block;
}
div#speci_data p {
    margin: 0;
    padding: 0 15px 15px 15px;
    display: block;
	font-size:15px;
}
div#speci_data p b {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
}
div#speci_data table {
  border: 2px solid #ededed;
  border-right: none;
  border-left: none;
}
div#product_detail .left p {
    font-size: 15px;
    text-align: justify;
    padding-right: 30px;
}
div#speci_data table td {
    font-size: 15px;
}
div#speci_data table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
section#specification {
  background: url(../img/bg_speci_bot.png) bottom left repeat-x;
}
div#wedel h3 span {
  background: #006bc6;
  padding: 10px 15px;
  color: #fff;
  border-radius: 10px;
}
div#wedel {
  max-width: 435px;
  display: flex;
  margin: 0 auto;
  padding-bottom: 20px;
}
div#wedel h3 {
  color: #2b3433;
  text-transform: uppercase;
  text-align: center;
  background: url(../img/ico_wld.png) center left no-repeat;
  font-size: 22px !important;
  font-weight: 500;
}
div#wedel h3 span {
  background: #006bc6;
  padding: 10px 15px;
  color: #fff;
  border-radius: 10px;
  font-weight: 300;
}
section#covid19 {
    clear: both;
    padding: 30px 0;
}

div#video h3 {
    text-align: center;
    padding-top: 40px;
}
section#videos {
    padding-bottom: 50px;
}
div#video iframe {
    display: inline-block;
    width: 48%;
    margin: 1%;
}
iframe.break {
    width: 100% !important;
    height: 550px;
}
section#warning p b {
    font-size: 18px;
    font-weight: 500;
}
section#warning {
    padding: 50px 0;
}
section#warning p {
    margin: 0;
    font-size: 14px;
    text-align: justify;
}

div#qty input[type=text] {
    width: 63px;
    padding: 8px 5px;
    background: #ededed;
    border: 0;
    box-shadow: 0 0 3px #333;
    margin: 0 5px;
    text-align: left;
    border-radius: 5px;
}
.right .btn_rq {
    position: inherit !important;
    display: inline;
    padding: 10px 15px;
    border: 0;
    box-shadow: 0 0 3px #333;
    margin: 0px 3px;
    text-align: center;
    border-radius: 5px;
    : ;
}
div#qty {
    text-align: left;
    padding-top: 30px;
}
div#speci_data ul {
    margin: 0;
    padding: 0 0 22px 20px;
    max-width: 515px;
}
div#speci_data ul li {
    background: url(../img/bg_arrow_org.png) 0px 5px no-repeat;
    padding: 0px 15px 5px 18px;
    font-size: 15px;
    display: table;
}
div#speci_data h3 {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding-left: 36px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600;
}



/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #header {
    height: 88px;
    padding: 5px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 71px 0 0 0;
  }

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }

  #why-us .card {
    margin: 0;
  }
}

@media (max-width: 768px) {
	.back-to-top {
		bottom: 15px;
	}
	img {
		max-width: 100%;
	}
	section#why-us {
		display: none;
	}
	.intro-info ul li {
		text-align: center;
		background: none;
		padding: 0;
	}
	.about-container h3 {
		font-weight: 600;
		margin-bottom: 0;
	}
	.col-lg-6.background.order-lg-2.order-1.wow.fadeInUp {
		padding-bottom: 35px;
	}
	.row.about-container div h3 {
		padding-bottom: 5px;
	}
	.counters div {
		padding-top: 20px;
	}
	#team h3 {
		padding-top: 266px;
	}
	div#prorange {
		display: none;
	}
	div#displaycontent2 {
		width: 100% !important;
		margin: 3%;
	}
	.right {
		width: 100% !important;
		padding-top: 26px;
	}
	#about {
		padding-bottom: 20px !important;
	}	
	div#cart {
		display:none;
	}
.social {
    width: 100%;
    display: block;
    text-align: center;
}
#footer .copyright {
    width: 100%;
}
#footer .credits {
    width: 100%;
	padding-bottom: 50px;
}
div#lgo {
    width: 100%;
}
div#txtcontact {
    width: 100%;
}
div#contactpage img {
    width: auto;
    height: auto;
}
.owl-carousel3 div {
    margin: 0 auto;
    width: 100%;
    display: inline;
    overflow: hidden;
    float: left;
}
.owl-carousel3 div img {
    width: initial !important;
    height: initial !important;
    display: inline-block;
}
.owl-carousel2 { display:none; }
.owl-carousel3 { display:block; }
#covid19 .owl-item div, #facemask .owl-item div, #displaycontent div {
    width: 90%;
    margin: 6px auto !important;
    display: block;
    float: none;
    height: 500px;
}
.btn_rq {
    font-size: 18px;
    max-width: 200px;
    left: 100px;
}
#covid19 .owl-item div p span, #facemask .owl-item div p span, #displaycontent div p span {
    font-size: 18px;
}
#covid19 .owl-item div p, #facemask .owl-item div p, #displaycontent div p {
    color: #000 !important;
    font-weight: 400;
    margin: 0;
    font-size: 22px;
    padding-left: 10px;
    line-height: normal;
    padding-top: 7px;
}
#covid19 .owl-item div form {
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    bottom: 0;
}
.owl-carousel .owl-item img {
	cursor: pointer;
    width: initial;
    height: auto;
    margin: 0 auto;
}
.owl-carousel1 .owl-item img {
    cursor: pointer;
    width: auto;
    height: auto;
}
.owl-dots {
    display: none;
}
.owl-nav {
    display: none;
}
#about .col-lg-8 h3 {
    padding-top: 50px;
}
#about .col-lg-8 img {
    display: none;
}
#about .order-2 {
    background: no-repeat;
}
#about .col-lg-8 p {
    padding: 0 15px;
    font-size: 16px;
}

#about .col-lg-8 h3 {
    padding-top: 65px;
    padding-left: 15px;
    padding-bottom: 13px;
}
#about .col-lg-8 a {
    margin-left: 15px !important;
    margin-bottom: 35px !important;
    display: inline-block;
}
div#frame p {
    width: 94%;
}
div#frame {
    margin-bottom: 50px;
	display:none;
}
#footer ul li {
    border-top: dotted 1px #ccc;
}
.copyright img {
    display: block;
    float: none;
    margin: 0 auto;
}
#footer .copyright p {
    text-align: center;
    width: 100%;
}
div#displaycontent div img {
	width: initial;
}
}
section#services h3 {
    color: #fff;
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }
#header .logo img {
}
  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
  section#about {
    padding-top: 110px !important;
}
.right.set {
    width: 100% !important;
}
ul.bull li {
    padding-right: 15px;
}
ul.bull ul {
    list-style: decimal;
    margin: 0;
    padding: 0 0 0 13px;
}
div#displaycontent div {
    float: none;
    margin-bottom: 30px !important;
}
div#displaycontent div p span {
    font-size: 18px !important;
    padding: 5px 0;
}

div#displaycontent div p {
    font-size: 20px !important;
}
table.tabrespo tr {
    padding: 5px;
    display: block;
}
table.tabrespo tr:first-child {
    display: none;
}
table.tabrespo tr td:nth-child(1) {
    padding-top: 8px;
}
table.tabrespo tr td:nth-child(5), table.tabrespo tr td:nth-child(4) {
    padding: 3px 15px 17px;
}
table.tabrespo tr td:nth-child(3) {
    font-weight: bold;
    padding-bottom: 5px;
}
table.tabrespo tr td {
    width: 100%;
    display: block;
    padding: 0 15px;
}
table.tabrespo2 tr td {
    width: 100%;
    display: block;
    padding: 0px 0 0px 0;
}
table.tabrespo2 input[type=text], table.tabrespo2 textarea {
    border: 0;
    box-shadow: 0 0 2px;
    padding: 5px;
    width: 100% !important;
}
table.tabrespo2 {
    width: 100%;
}
div#displaycontent2 form h4 {
    padding: 5px 0 15px 0 !important;
}
table.tabrespo2 tr td:nth-child(1) {
    padding-bottom: 5px;
}

table.tabrespo2 tr td:nth-child(2) {
    padding-bottom: 15px;
}
div#displaycontent.setit {
    margin: 0 20px;
}
.setmsg table {
    display: none;
}
ul#fmenu li {
    width: 100%;
    display: block;
    padding: 15px;
}

ul#fmenu {
    width: 100%;
}
div#product_detail .left {
    width: 100%;
    padding: 0 20px;
}
div#product_detail .left p {
    text-align: justify;
}
div#product_detail .left h2 {
    font-size: 30px;
}
div#product_detail .left h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
#header .logo img {
    max-width: 75% !important;
}


}

@media (max-width: 574px) {
	#intro {
		padding: 100px 0 0 0;
	}
	.btn_rq {
		font-size: 18px;
		max-width: 200px;
		left: 70px;
	}
}

div#slider1 {
    background: url(../images/bg_slider3new.png) top center no-repeat;
    width: 100%;
	background-size: cover;
}
div#slider2 {
	background: url(../images/bg_slider4new.png) bottom right no-repeat;
    width: 100%;
    background-size: cover;
}
div#slider2 div#txt_con1 h2 {
    color: #fff;
    text-align: center;
    font-size: 60px;
    text-shadow: 0 1px 4px #000;
    text-transform: uppercase;
    font-weight: 500;
}
div#slider2 div#txt_con1 ul {
    margin: 0 auto;
}
div#txt_con1 {
    padding: 100px 30px;
    width: 100%;
}
div#slider2 div#txt_con1 p {
    font-size: 24px;
    max-width: 455px;
    color: #fff;
    font-weight: 200;
    margin: 0 auto;
    text-align: center;
}
div#txt_con1 h2{
    color: #fff;
    text-align: center;
    font-size: 60px;
    text-shadow: 0 1px 4px #000;
    text-transform: uppercase;
    font-weight: 500;
}
div#txt_con1 ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 340px;
}
a.red {
    background: #006bc6;
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 8px;
    min-width: 150px;
    text-align: center;
    font-size: 18px;
}
a.brown {
    background: #018aff;
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 8px;
    min-width: 150px;
    text-align: center;
    font-size: 18px;
}
div#txt_con1 ul li {
    float: left;
    margin: 10px;
}
div#slider3 div#txt_con1 {
    padding: 0 !important;
}
div#sleft {
    background: url(../images/slider3_1.png) bottom left no-repeat;
    padding-left: 400px;
    text-align: left;
}
div#sleft h2 span {
    color: #006bc6;
    display: block;
    text-align: left;
}
div#sleft h2 {
    font-size: 30px;
    text-shadow: none;
    color: #2b3433;
    padding-top: 65px;
    text-align: left;
}
#sleft ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
#sleft ol li {
    padding-left: 25px;
    background: url(../images/red_bull.png) center left no-repeat;
    padding: 3px 0 3px 18px;
}
div#sleft ul {
    margin: unset !important;
}
.container-fluid {
	overflow:hidden;
}
.extraimg a {
    display: inline-block !important;
    float: left;
    padding: 8px 3px 0px;
}
.checkout h2 {
	display: block;
    clear: both;
    width: 100%;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    border-radius: 6px;
    max-width: 300px;
    float: none;
    margin: 0 auto 30px;
    padding: 5px;
    font-weight: 100;
    text-transform: uppercase;
}
.clearfix {
    clear: both;
    float: none;
    width: 100%;
}
.container.checkout .row h4 {
    text-transform: uppercase;
    font-weight: 400;
}
.checkout input[type=text], .checkout input[type=password] {
    width: 100%;
    -moz-box-shadow: inset 0 0 5px #ccc;
    -webkit-box-shadow: inset 0 0 5px #ccc;
    box-shadow: inset 0 0 5px #ccc;
    border: 0;
    padding: 8px;
    font-size: 18px;
    max-width: 280px;
    outline-color: #006DC6;
}
.checkout input[type="submit"] {
    width: 100%;
    border: 0;
    padding: 8px;
    font-size: 18px;
    max-width: 150px;
    background: #006DC6;
    color: #fff;
    font-size: 15px;
}
.checkout label, .checkout p {
    font-size: 13px;
    color: #000;
}
.container.checkout .col-sm-4 {
    border-left: 1px solid #ccc;
}
form#login a {
    display: block;
    font-size: 14px;
    padding: 10px 0;
}
form#guest p {
    padding: 5px 0;
}