@import "../font/Regular/stylesheet.css";
@import "../font/Bold/stylesheet.css";

body {
  font-family: "Tw Cen MT";
}
/*==============================================*/
/*========== start header navbar css============*/
/*==============================================*/
.navbar-brand img {
  height: 60px;
}
.custom-nav .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
  color: #0b1a68;
  border-right: 2px solid #bbbbbb;
  /*padding: 5px;*/
  line-height: 5px;
  text-transform: uppercase;
  /* font-size: 13px; */
  font-size: 16px;
}
.custom-nav .navbar-collapse ul.navbar-nav li.nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-custom-btn {
  background-color: #3097d1;
  color: #ffffff;
  border-radius: 60px;
  padding: 3px 23px;
  border: 1px solid #3097d1;
}
.navbar-custom-btn:hover {
  background-color: unset;
  border: 1px solid #3097d1;
  text-decoration: none;
}
.custom-nav .navbar-brand span.logo_tab {
  color: #0b1a68;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding-left: 2px;
  font-weight: 600;
}
.custom-nav .navbar-brand span.logo_tab h3,
.custom-nav .navbar-brand span.logo_tab em {
  font-family: "Raleway", sans-serif !important;
}
.custom-nav .navbar-brand span.logo_tab h3 {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 8px;
}
.custom-nav .navbar-brand span.logo_tab em {
  font-size: 12px;
}
.custom-nav a.dropdown-item {
  font-weight: 600;
  border-bottom: 1px solid #000;
}
.custom-nav a.dropdown-item:last-child {
  border-bottom: none;
}
/*============================================*/
/*========== end header navbar css============*/
/*============================================*/

/*================================*/
/*=====start slider section=======*/
/*================================*/
.slider-img {
  position: relative;
}
.custom-carousel .carousel-control-prev {
  right: 0;
}
.custom-carousel .carousel-control-next {
  right: 0;
}
.custom-carousel .carousel-control-prev span {
  background-image: url("../imges/left.png");
  background-repeat: no-repeat;
  top: 50%;
  opacity: 1;
}
.custom-carousel .carousel-control-next span {
  background-image: url("../imges/right.png");
  background-repeat: no-repeat;
  top: 50%;
  opacity: 1;
}
.custom-carousel .carousel-control-next,
.custom-carousel .carousel-control-prev {
  width: 40px;
}
.slider-text {
  width: 50%;
  position: absolute;
  right: 10px;
  left: 160px;
  height: 100%;
  top: 0;
  text-align: left;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
.slider-text h2 {
  font-size: 52px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.slider-text p {
  font-size: 22px;
  font-weight: normal;
  color: #fff;
}
/*================================*/
/*=====start slider section=======*/
/*================================*/

/*==========================================*/
/*=====start deployed devices section=======*/
/*==========================================*/
.deployed-devices-section {
  background-image: url("../imges/deployed-devices-bg.png");
  padding: 119px 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.deployed-devices-section-title {
  font-size: 52px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.deployed-devices-section .box {
  width: 100%;
  height: 217px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.deployed-devices-section .box.box-1 {
  background-image: url("../imges/box-1-bg.png");
}
.deployed-devices-section .box.box-2 {
  background-image: url("../imges/box-2-bg.png");
}
.deployed-devices-section .box.box-3 {
  background-image: url("../imges/box-3-bg.png");
}
.deployed-devices-section .box h4 {
  color: #fff;
  font-size: 42px;
  font-family: "Tw Cen MT";
  margin-bottom: 0;
}
.deployed-devices-section .box p {
  font-size: 24px;
  color: #fff;
  font-family: "Tw Cen MT";
  margin-bottom: 0;
}
.deployed-devices-section .box sub {
  font-size: 24px;
  margin-left: 20px;
  font-family: "Tw Cen MT";
}

/*==========================================*/
/*=====end deployed devices section=======*/
/*==========================================*/

/*==================================*/
/*=====start customer section=======*/
/*==================================*/
.customer-section {
  background-image: url("../imges/customer-section-bg.png");
  width: 100%;
  height: auto;
  padding: 80px 0;
}
.tabcolumn {
  float: left;
  /* width: 20%; */
  /*padding: 4px;*/
}
/* Style the images inside the grid */
.tabcolumn img {
  opacity: 0.9;
  cursor: pointer;
}
.tabcolumn img:hover {
  opacity: 1;
}
/* Clear floats after the columns */
.tabrow:after {
  content: "";
  display: table;
  clear: both;
}
/* The expanding image container */
#imgcontainer1,
#imgcontainer2,
#imgcontainer3,
#imgcontainer4,
#imgcontainer5 {
  position: relative;
  display: none;
}
/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
  text-shadow: 2px 2px 2px #000;
}
/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}
.expandimg-main-div {
  background: #fff;
  width: 100%;
  padding: 30px;
  border-radius: 5px;
  margin: 0 0 30px 0;
  z-index: 999999;
  position: relative;
}
.expandimg-main-div p {
  margin-bottom: 0;
}
.expandimg-sub-div p {
  color: #787878;
  font-size: 18px;
  text-align: center;
}
.expandimg-sub-div .name-text-main {
  font-size: 24px;
  color: #0b2089;
  font-weight: bold;
}
.name-text {
  color: #787878;
  font-size: 18px;
}

div#imgcontainer1:after {
  content: "";
  background: white;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -10px;
  left: 6%;
  transform: rotate(45deg);
}
div#imgcontainer2:after {
  content: "";
  background: white;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -10px;
  left: 20%;
  transform: rotate(45deg);
}
div#imgcontainer3:after {
  content: "";
  background: white;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -10px;
  left: 40%;
  transform: rotate(45deg);
}
div#imgcontainer4:after {
  content: "";
  background: white;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -10px;
  left: 57%;
  transform: rotate(45deg);
}
div#imgcontainer5:after {
  content: "";
  background: white;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -10px;
  right: 24%;
  transform: rotate(45deg);
}
div#imgcontainer6:after {
  content: "";
  background: white;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -10px;
  right: 6%;
  transform: rotate(45deg);
}
/*==================================*/
/*=====start customer section=======*/
/*==================================*/

/*===============================*/
/*=====start media section=======*/
/*===============================*/
.the-media-section {
  height: auto;
  /* padding-bottom: 80px; */
}

.the-media-section .the-media-section-overlay {
  /* background-image:url("../imges/media-bg-skyblue.png"); */
  padding: 80px 0 80px 0;
  /* height: 390px; */
}
.custome-card {
  padding: 10px;
}
.media-title {
  font-size: 52px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.custome-card:hover {
  background-color: #0b2089;
  cursor: pointer;
}
.custome-card:hover .avater .author-name h5 {
  color: #fff;
}
.custome-card:hover .card-text {
  color: #fff;
}
.custome-card:hover .card-title {
  color: #fff;
}
.custome-card .card-title {
  font-weight: bold;
}

.custome-card .card-text {
  font-size: 18px;
  font-weight: normal;
}
.custome-card .avater .author-name {
  margin-left: 20px;
}
.custome-card .avater .author-name h5 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
}
.custome-card .avater .author-name p {
  color: #787878;
  font-size: 18px;
  font-weight: normal;
}

/*=============================*/
/*=====end media section=======*/
/*=============================*/

/*================================*/
/*=====start Awards section=======*/
/*================================*/
.awards-section {
  background-color: #f4f8fb;
  width: 100%;
  padding: 80px 0;
}
.awards-img {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
}
.awrds-author-img img {
  border-radius: 60%;
  width: 250px;
  height: 250px;
}
.awrds-text p {
  font-size: 20px;
  font-weight: bold;
}
.main-awrd {
  margin-bottom: 30px;
}
/*==============================*/
/*=====end Awards section=======*/
/*==============================*/

/*===============================*/
/*=====start event section=======*/
/*===============================*/
.the-event-section {
  padding: 80px 0;
}
/*=============================*/
/*=====end event section=======*/
/*=============================*/

/*==========================*/
/*=====footer section=======*/
/*==========================*/
.footer-section {
  padding: 30px 0;
  background-color: #000;
  color: #fff;
}
.footer-section a {
  color: #fff !important;
}
.footer-section p {
  margin: 0;
  text-transform: capitalize;
}
.footer-section .btn-primary {
  color: #fff;
  background-color: #3097d1;
  border-color: #2a88bd;
}
/*==========================*/
/*=====footer section=======*/
/*==========================*/

.p-list li {
  line-height: 28px;
  font-size: 22px;
  font-weight: 100;
  color: #303030;
}

.p-text {
  line-height: 24px;
  font-size: 22px;
  font-weight: 100;
  color: #303030;
}
.img-responsive {
  display: block;
  height: auto;
}

.img-responsive,
.img-thumbnail,
.table,
label {
  max-width: 100% !important;
}

img.scrx {
  margin-top: 20px;
  width: 95%;
  /* border: 1px solid; */
  padding: 0px;
}

img.wscrnx {
  width: 80%;
}

.main-containerF {
  top: -60px;
  position: relative;
  /* height: 100%; */
  min-height: 100%;
  padding-bottom: 60px;
}
.cw_bg {
  background-color: #fff;
}

.main-containerF:before {
  background: white;
  position: fixed;
  height: 100px;
  width: 1170px;
  margin: auto;
  left: 50%;
  margin-left: -585px;
  height: 100%;
  top: 0;
  bottom: 0;
}
.product-section {
  background-color: #f4f8fb;
  width: 100%;
  padding: 80px 0;
}

hr.color {
  border-top: 1px solid #0b1a68;
}

.heading-page {
  color: #546ce8;
  font-size: 38px;
  line-height: 38px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 20px;
}

.featureH {
  color: #546ce8;
}
.featureH {
  font-size: 30px;
  font-weight: 600;
  /* text-align: center; */
}

.mb-div {
  margin-bottom: 4.5rem;
}
.mb-div-privacy {
  margin-bottom: 4.5rem;
}

/* a.dropdown-item{
    font-weight: 700;
} */

p.par {
  line-height: 24px;
  font-size: 22px;
  font-weight: 100;
  color: #303030;
  margin: 0 0 11px;
}

.first-name {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
}

.description {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.pool-pal-img-text {
  display: flex;
  justify-content: space-between;
  padding: 0px 121px 0 110px;
}