/*


*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

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

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #222222;
}

.logo {
  margin-top: 5px;
  width: 30%;
  overflow: hidden;
}
.trackingcolor div span{
  color: #2c7a91;
  font-size: 18px;
  margin-right: 5px;
}
.trackingcolor p {
  font-size: 15px !important;
}
.mt-60{
  margin-top:60px;
}

/* General styles for dropdown animations */

.dropdown-item{
  font-size: 14px;
  padding: 8px 10px;
}

.dropdown-item.active, .dropdown-item:active{
  background-color: #2c7a91;
}

.nav-link {
  color: #000;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #007bff;
}

.custom-check-price {
  background-color: #2c7a91;
  color: #fff;
  border: none;
  transition: background-color 0.3s ease;
}

.custom-check-price:hover {
  background-color: #0056b3;
}
img{
  border-radius: 6px;
}
.contbtn a{

}
.contbtn .btn:hover{
  background:#1c5465;
}
/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
}

::selection {
  background: #2c7a91;
  color: #fff !important;
}

::-moz-selection {
  background: #2c7a91;
  color: #fff !important;
}
.heroimgs {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
.heroimgs {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading h4 {
  color: #2a2a2a;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.section-heading h4 em {
  font-style: normal;
  color: #2c7a91;
}

.section-heading img {
  width: 45px;
  height: 2px;
}

.section-heading p {
  margin-top: 10px;
}

.show-up {
  position: relative;
  z-index: 2;
}

.white-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #2c7a91 !important;
  text-transform: capitalize;
  font-size: 15px;
  background-color: #fff;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.white-button a i {
  margin-left: 5px;
  font-size: 18px;
}

.white-button a:hover {
  background-color: #2c7a91;
  color: #fff !important;
}
a {
  color: #2c7a91;
  text-decoration: underline;
}
.text-button a {
  font-size: 15px;
}

.text-button a i {
  margin-left: 5px;
  font-size: 14px;
  transition: all .3s;
}

.text-button a:hover i {
  margin-left: 8px;
}

.gradient-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 15px;
  background: rgb(19,175,240);
  background: linear-gradient(105deg, #2c7a91 0%, #55abc4 100%);
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.gradient-button a:hover {
  color: #fff !important;
  background: rgb(19,175,240);
  background: linear-gradient(105deg, rgba(91,104,235,1) 0%, rgba(40,225,253,1) 100%);
}

.border-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #2c7a91 !important;
  border: 1px solid #2c7a91;
  text-transform: capitalize;
  font-size: 15px;
  display: inline-block;
  background-color: #fff;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.border-button a:hover {
  background-color: #2c7a91;
  color: #fff !important;
}

.headerText .main-banner{
 
    padding: 90px 0px 60px 0px;
    position: relative;
    
}
.headerText h1{
  font-size: 50px;
  z-index: 3;
}
.colorbl i{
  color: #2c7a91;
}
.fs-5 {
  font-size: 16px !important; 
}
.text-primary {
  color: rgb(44 122 145) !important;
}
/* 
---------------------------------------------
header
--------------------------------------------- 
*/


.header {
  color: var(--default-color);
  background-color: #fff;
  padding:0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--default-font);
}

.header .logo span {
  color: var(--accent-color);
  font-size: 36px;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color:#fff;
  background: #2c7a91;
  font-size: 14px;
  padding: 8px 26px;
  margin: 0;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 20px;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  background:#fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 15px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: color-mix(in srgb, var(--nav-color) 80%, black 50%);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background:#fff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}
.active{
  color:#2c7a91 !important;
}
/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #fff !important;
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color:#fff;
    background: #2c7a91;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

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

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}






/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #2c7a91;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #2c7a91;
    border-radius: 50%;
}


.tickicon{
  font-size: 30px;
    padding: 8px !important;
}
/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background:#2c7a91 !important;
  /* padding: 120px 120px 60px 50px; */
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: '';
  background-image: url(../images/slider-left-dec.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.aboutbg .main-banner:after  {
  background-image: url(../images/aboutimage.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contactusImg .main-banner:after  {
  background-image: url(../images/newimages/contactus.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}


.main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  line-height: 70px;
  font-size: 50px;
  margin-bottom: 20px;
}

.main-banner .left-content p {
  margin-bottom: 24px;
  color: #2a2a2a;
  font-weight: 400;
}

.main-banner .left-content .first-button {
  margin-right: 15px;
}

.main-banner .left-content .white-button {
  display: inline-block;
}

.main-banner .right-image {
  text-align: center;
  position: relative;
  z-index: 20;
}

.main-banner .right-image img {
  max-width: 710px;
}

.main-banner .left-content .white-button a {
  border: 1px solid rgba(205, 217, 226, 0.705);
  background: none;
  color: #fff !important;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
  
  position: relative;
}

.services  .section-heading p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
}

.services .container-fluid {
  padding-left: 65px;
  padding-right: 65px;
}

.services:after {
  content: '';
  background-image: url(../images/services-left-dec.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 261px;
  height: 368px;
  z-index: 0;
}

.services:before {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 1136px;
  height: 244px;
  z-index: 0;
}

.services .section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.services .section-heading .line-dec {
  margin: 0 auto;
}

.service-item {
  position: relative;
  z-index: 1;
  padding: 30px;
  min-height: 310px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 10px;
  border-top-right-radius: 50px;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.service-item .icon {
  margin-left: 0px;
 
  background:#2c7a91;
  border-radius: 10px;
  color:#fff ;
  transition: all .3s;
}
.solIconwidth{
  margin-bottom: 30px;
}
.solIconwidth .service-item .icon {
  margin-left: 0px;
  background: #2c7a91;
  border-radius: 10px;
  width: 76px;
  color: #fff;
  margin-bottom: 15px;
  transition: all .3s;
}
.service-item h4 {
  transition: all .3s;
    font-size: 18px;
    font-weight: 500;
    min-height: 30px;
    color: #2c7a91;
    min-height: 45px;
    margin-bottom: 15px;
}
.service-item span {
  transition: all .3s;
  font-size: 30px;
  font-weight: 500;
  color:#fff ;
  display: flex;
  padding: 15px;
}
.service-item .icon span{
  font-size:44px;
  border-radius: 14px;
}
.service-item:hover .icon span{
  color:#fff;
  opacity: 1; /* Change opacity on hover */
  transform: translateY(-10px); /* Slightly lift the card */
}
.service-item p {
  transition: all .3s;
  font-size: 16px;
  line-height: 21px;
  min-height: 65px;

  margin-bottom: 20px;
}

.service-item:hover h4,
.service-item:hover p,
.service-item:hover .text-button span {
  color: #000;
  opacity: 1; /* Change opacity on hover */
  transform: translateY(-10px); /* Slightly lift the card */
}
.navbar-expand-lg .navbar-nav .nav-link {
  
    /* padding-right: 1rem; */
    /* padding-left: 1rem; */
    padding: 11px 0px;
    color: #000;
    margin-right: 30px;

}
.rtIcon span span{
  color:#2c7a91;
}
.first-service{
  /* min-height: 150px !important; */
}
.video-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.video-row iframe {
  width: 33%;
  height: 250px;
}
.mainpgblocks .first-service{
  min-height: 150px !important;
}
.first-service:hover .icon {
  .color{
    color: #fff !important;
  }
}
.first-service1{
  min-height: 300px !important;
 
}
.imgcard1{
  background: url('../images/newimages/scalability.png');
  background-size: cover;
}
.imgcard2{
  background: url('../images/newimages/reabality.png');
  background-size: cover;
}
.imgcard3{
  background: url('../images/newimages/security.png');
  background-size: cover;
}
.imgcard4{
  background: url('../images/newimages/integration.png');
  background-size: cover;
}

.first-service1:hover .icon {
  .color{
    color: #fff !important;
  }
}

.service-item:hover {
  /* background-image: url(../images/newimages/tracker.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover; */
  opacity: 1; /* Change opacity on hover */
  transform: translateY(-10px); /* Slightly lift the card */
}
.vi:hover{
  background-image: url(../images/newimages/vehicleinstrument.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.vi:hover h4{
  color:#fff !important;
}
.vi:hover span span{
  color:#fff !important;
}
.gps:hover{
  background-image: url(../images/newimages/tracker.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.gps:hover h4{
  color:#fff !important;
}
.gps:hover span span{
  color:#fff !important;
}
.obdt:hover{
  background-image: url(../images/newimages/obd.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.obdt:hover h4{
  color:#fff !important;
}
.obdt:hover span span{
  color:#fff !important;
}
.et:hover{
  background-image: url(../images/newimages/emmision.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.et:hover h4{
  color:#fff !important;
}
.et:hover span span{
  color:#fff !important;
}
.at:hover{
  background-image: url(../images/newimages/assettrck.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.at:hover h4{
  color:#fff !important;
}
.at:hover span span{
  color:#fff !important;
}
.hm:hover{
  background-image: url(../images/newimages/heavymachinary.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.hm:hover h4{
  color:#fff !important;
}
.hm:hover span span{
  color:#fff !important;
}
.f-60{
  font-size: 60px !important;
  color: #2c7a91;
}

.service-item1 {
  position: relative;
  z-index: 1;
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 10px;
border:1px solid #ccc;
  transition: all .7s;
}

.service-item1 .icon {
  margin-left: 0px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  text-align: center;
  transition: all .3s;
}

.service-item1 h4 {
  transition: all .3s;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  color:#fff;
}

.service-item1 p {
  transition: all .3s;
  font-size: 16px;
  margin-bottom: 20px;
  color:#fff;
}

.service-item1:hover h4,
.service-item1:hover p,
.service-item1:hover .text-button a {
  color: #fff;
}

.first-service:hover .icon {
  .color{
    color: #fff !important;
  }
}

.service-item1:hover {
  /* background-image: url(../images/service-bg.jpg); */
  background: #2c7a91;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.cardicons1{
  font-size: 70px !important;
    color: #ffffff;
}
.card-title {
  font-size: 18px;
}
.half-circle {
   /* Half the height for a perfect semicircle */
  /*background:rgb(44,122,145,0.8); /* Color of the half-circle */
  background:rgba(0, 0, 0, 0.6); 
  border-top-left-radius: 0px; /* Rounded top left */
  border-top-right-radius: 300px; /* Rounded top right */
  border-bottom-left-radius: 0; /* No rounding on the bottom */
  border-bottom-right-radius: 0px; /* No rounding on the bottom */
}

/* Video container styles */
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content section styles */
.video-background {
  position: relative;
  height: 100vh; /* Full screen height */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.content-section {
  position: relative;
  z-index: 2; /* Brings content above the video */
  width: 100%;
  height: 100%;
}

/* Styling for the left content */
.half-circle {
  position: relative;
  padding: 20px;
}

.left-content h3 {
  z-index: 3; /* Ensures text is above the video */
  position: relative;
}

.white-button a {
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.white-button a:hover {
  background-color: #000;
  color: #fff;
}

.right-image img {
  max-width: 100%;
  height: auto;
}

.phone-container {
 
  width: 100%;
  height: 100%;
  border-radius: 40px;
  margin: auto;
  max-width: 280px;
  padding: 10px;
  position: relative;
}
.phone-frame {
  
  border-radius: 50px;
  
  margin: auto;
  background: url('../images/newimages/iotplat2.png');
  width: 300px;
  height: 500px;
  background-size: cover;
}
.feature-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}
.feature-text {
  color: #252525;
}
/*
---------------------------------------------
About Us
---------------------------------------------
*/

.about-us {
  position: relative;
}

.about-us .section-heading {
  margin-bottom: 45px;
}

.about-us .section-heading,
.about-us .box-item,
.about-us p,
.about-us .box-item .gradient-button,
.about-us .box-item span {
  position: relative;
  z-index: 1;
}

.about-us .box-item {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
  padding: 10px 30px;
  background-color: #fff;
  border-radius:20px;
  margin-bottom: 30px;
}

.about-us .box-item h4 a {
  font-size: 20px;
  font-weight: 700;
  margin-top: 8px;
  color: #2a2a2a;
  transition: all .3s;
}

.about-us .box-item p {
  margin-bottom: 0px;
}

.about-us .box-item:hover h4 a {
  color: #2c7a91;
}

.about-us .gradient-button {
  margin-top: 30px;
  margin-bottom: 10px;
}

.about-us span {
  font-size: 14px;
  color: #7a7a7a;
}

.about-us .right-image {
  position: relative;
  z-index: 1;
}

.about-us:after {
  width: 777px;
  height: 1132px;
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: 0;
}



/* 
---------------------------------------------
The Clients
---------------------------------------------
*/

.the-clients {
  margin-top: 130px;
}

.the-clients  .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.the-clients  .section-heading p {
  margin-top: 10px;
  margin-right: 18%;
}

.the-clients .naccs {
  position: relative;
}

.menu .thumb h4 {
  margin-bottom: 0px;
  font-size: 20px;
  color: #2a2a2a;
}

.menu .thumb span.date {
  display: inline-block;
  margin-top: 0px;
  color: #afafaf;
}

.menu .thumb span.category,
.menu .thumb span.rating {
  font-weight: 700;
  color: #afafaf;
}

.menu .thumb i {
  color: #afafaf;
}

.the-clients .naccs .menu div {
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: left;
  padding: 0px 15px;
  cursor: pointer;
  position: relative;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.the-clients .naccs .menu div.active h4,
.the-clients .naccs .menu div.active i,
.the-clients .naccs .menu div.active span.rating,
.the-clients .naccs .menu div.active .thumb {
  color: #2c7a91;
}

.the-clients ul.nacc {
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.the-clients ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.the-clients ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

.the-clients ul.nacc li {
  width: 100%;
}

.the-clients .nacc .thumb .client-content img {
  width: 76px;
  height: 62px;
}

.the-clients .nacc .thumb .client-content {
  padding: 60px 30px;
  background-image: url(../images/client-bg.png);
  background-size: cover;
  border-radius: 50px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
}

.the-clients .nacc .thumb .client-content p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
  margin-top: 30px;
}

.the-clients .nacc .thumb .down-content {
  margin-top: 30px;
}

.the-clients .nacc .thumb .down-content img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: inline;
}

.the-clients .nacc .thumb .down-content .right-content {
  display: inline-block;
  margin-left: 20px;
}

.the-clients .nacc .thumb .down-content .right-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.the-clients .nacc .thumb .down-content .right-content span {
  color: #2a2a2a;
}


/* 
---------------------------------------------
The Clients
---------------------------------------------
*/

.pricing-tables {
  padding-top: 130px;
}

.pricing-tables  .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.pricing-tables  .section-heading p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
}

.pricing-item-regular {
  margin-top: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
  border-radius: 50px;
  padding: 90px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pricing-item-regular:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/regular-table-top.png);
  z-index: 0;
  content: '';
  width: 274px;
  height: 221px;
}

.pricing-item-regular:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../images/regular-table-bottom.png);
  z-index: 0;
  content: '';
  width: 370px;
  height: 171px;
}

.pricing-item-regular span.price {
  font-size: 40px;
  color: #fff;
  position: absolute;
  font-weight: 700;
  z-index: 1;
  left: 30px;
  top: 30px;
}

.pricing-item-regular h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.pricing-item-regular .icon img {
  width: 120px;
  height: 106px;
  margin-bottom: 30px;
}

.pricing-item-regular ul li {
  color: #2c7a91;
  font-size: 15px;
  margin-bottom: 15px;
}

.pricing-item-regular ul li:last-child {
  margin-bottom: 0px;
}

.pricing-item-regular ul li.non-function {
  color: #afafaf;
  text-decoration: line-through;
}

.pricing-item-regular .border-button {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.pricing-item-pro {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
  border-radius: 50px;
  padding: 120px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pricing-item-pro:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/pro-table-top.png);
  z-index: 0;
  content: '';
  width: 281px;
  height: 251px;
}

.pricing-item-pro:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/pro-table-bottom.png);
  z-index: 0;
  content: '';
  width: 100%;
  height: 201px;
}

.pricing-item-pro span.price {
  font-size: 40px;
  color: #fff;
  position: absolute;
  font-weight: 700;
  z-index: 1;
  left: 30px;
  top: 30px;
}

.pricing-item-pro h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.pricing-item-pro .icon img {
  width: 120px;
  height: 106px;
  margin-bottom: 30px;
}

.pricing-item-pro ul li {
  color: #2c7a91;
  font-size: 15px;
  margin-bottom: 15px;
}

.pricing-item-pro ul li:last-child {
  margin-bottom: 0px;
}

.pricing-item-pro ul li.non-function {
  color: #afafaf;
  text-decoration: line-through;
}

.pricing-item-pro .border-button {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}




/* 
---------------------------------------------
Free Quote
--------------------------------------------- 
*/

.free-quote {
  background-image: url(../images/quote-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 130px;
}

.free-quote .section-heading {
  margin-bottom: 60px;
}

.free-quote .section-heading h6,
.free-quote .section-heading h4 {
  color: #fff;
}

.free-quote .section-heading .line-dec {
  margin: 0 auto;
  background-color: #fff;
}

.free-quote form {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  min-height: 80px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

.free-quote form input {
  width: 100%;
  margin-top: 20px;
  margin-left: 30px;
  color: #afafaf;
  font-weight: 400;
  font-size: 15px;
  height: 40px;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  z-index: 2;
  outline: none;
}

.free-quote form button {
  width: 100%;
  height: 80px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  outline: none;
  border: none;
  margin-left: 30px;
  background-color: #726ae3;
  font-size: 15px;
  color: #fff;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
  background: #1f2729;
  padding-top: 50px;
  padding-bottom: 15px;
}

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

footer .section-heading h4 {
  line-height: 45px;
  color: #fff;
  margin-left: 13%;
  margin-right: 13%;
  text-align: center;
}

footer #search {
  margin-bottom: 80px;
}

footer #search input::placeholder {
  color: #fff;
}

footer #search input {
  font-size: 15px;
  color: #fff;
  outline: none;
  height: 46px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  width: 100%;
}

footer #search button {
  height: 46px;
  border-radius: 23px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  width: 100%;
  transition: all .5s;
}

footer #search button:hover {
  background-color: #fff;
  color: #2c7a91;
}

.footer-widget .logo img {
  max-width: 96px;
  margin-bottom: 30px;
}

.footer-widget h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer-widget p {
  margin-bottom: 15px;
}

.footer-widget p,
.footer-widget p a {
  color: #fff;
}

.footer-widget ul {
  display: inline;
  max-width: 40%;
  float: left;
  margin-right: 10%;
}

.footer-widget ul li {
  margin-bottom: 10px;
}

.footer-widget ul li:last-child {
  margin-bottom: 0px;
}

.footer-widget ul li a {
  font-size: 15px;
  color: #fff;
  transition: all .3s;;
}

.footer-widget a:hover {
  opacity: 0.75;
}

footer .copyright-text p {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0px;
  color: #fff;
}

footer p a {
  color: #fff;
  transition: all .5s;
}

footer p a:hover {
  opacity: 0.75;
  color: #fff;
}


/*
---------------------------------------------
PopUp
---------------------------------------------
*/

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

.popupContainer {
  position: absolute;
  width: 330px;
  height: auto;
  left: 45%;
  top: 60px;
  background: #FFF;
}

.btn {
  padding: 10px 20px;
  background: #2c7a91;
  color: #fff;
  transition: all .3s;
}

.btn_red {
  background: #2c7a91;
  color: #FFF;
}

.btn:hover {
  background: #E4E4E2;
}

.btn_red:hover {
  color: #2a2a2a;
  background: #E4E4E2;
}

a.btn {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

a.btn_red {
  color: #FFF;
}

.one_half {
  width: 50%;
  display: block;
  float: left;
}

.one_half.last {
  width: 45%;
  margin-left: 5%;
}
/* Popup Styles*/

.popupHeader {
  font-size: 16px;
  text-transform: uppercase;
}

.popupHeader {
  background: #F4F4F2;
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #DDD;
  font-weight: bold;
}

.popupHeader .modal_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  background: #2c7a91;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}

.popupBody {
  padding: 20px;
}

.social_login .social_box {
  display: block;
  clear: both;
  padding: 10px;
  margin-bottom: 10px;
  background: #F4F4F2;
  overflow: hidden;
}

.social_login .icon {
  display: inline-block;
  
  padding: 5px 10px;
  margin-right: 10px;
  float: left;
  color: #FFF;
  font-size: 16px;
  text-align: center;
}

.social_login .fb .icon {
  background: #3B5998;
}

.social_login .google .icon {
  background: #DD4B39;
}

.social_login .icon_title {
  display: block;
  padding: 5px 0;
  float: left;
  font-weight: bold;
  font-size: 16px;
  color: #777;
}

.social_login .social_box:hover {
  background: #E4E4E2;
}

.centeredText {
  color: #afafaf;
  text-align: center;
  margin: 20px 0;
  clear: both;
  overflow: hidden;
  text-transform: capitalize;
}

.user_login label {
  color: #afafaf;
}

.action_btns {
  clear: both;
  overflow: hidden;
}

.action_btns a {
  display: block;
}
/* User Login Form */

.user_login {
  display: none;
}

.user_login label {
  display: block;
  margin-bottom: 5px;
}

.user_login input[type="text"],
.user_login input[type="email"],
.user_login input[type="password"] {
  display: block;
  width: 90%;
  padding: 10px;
  border: 1px solid #DDD;
  color: #666;
}

.user_login input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  width: 22px;
  height: 22px;
}

.user_login input[type="checkbox"]+label {
  float: left;
}

.user_login .checkbox {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

.forgot_password {
  display: block;
  margin: 20px 0 10px;
  clear: both;
  overflow: hidden;
  text-decoration: none;
  color: #2c7a91;
  transition: all .3s;
}
/* User Register Form */

.user_register {
  display: none;
}

.user_register label {
  color: #afafaf;
  display: block;
  margin-bottom: 5px;
}

.user_register input[type="text"],
.user_register input[type="email"],
.user_register input[type="password"] {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #DDD;
  color: #666;
}

.user_register input[type="checkbox"] {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 8px;
}

.user_register input[type="checkbox"]+label {
  float: left;
  color: #afafaf;
}

.user_register .checkbox {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

.header-area.scrolled {
  opacity: 0.9;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

.heroText{
  color:#fff; margin-top:30%; font-weight: 400;
}

@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
  
  .main-banner .left-content h2 {
    z-index: 2;
    position: relative;
    font-weight: 700;
    line-height: 70px;
    font-size: 50px;
    margin-bottom: 20px;
  }

  .main-banner .left-content p {
    margin-bottom: 45px;
  }
}

@media (max-width: 992px) {
  .header-area {
    background-color: #fff;
  }
  .main-banner:after {
    display: none;
  } 
  .main-banner .left-content h2 {
    color: #2a2a2a;
    margin-right: 0;
  }
  .main-banner .left-content p {
    color: #afafaf;
    margin-right: 0;
  }
  .main-banner .left-content .white-button a {
    background-color: #2c7a91;
    color: #fff !important;
  }
  form#contact {
    overflow: hidden;
  }
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
    padding:0px 0px 30px 0px;
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 30px;
  }
  .about-left-image img {
    margin-right: 0px;
    margin-bottom: 45px;;
  }
  .services .naccs .menu div {
    font-size: 15px;
    font-weight: 500;
  }
  .service-item {
    text-align: center;
    margin-bottom: 30px;
  }
  .about-us .box-item {
    text-align: center;
  }
  .about-us:after {
    display: none;
  }
  .about-us .gradient-button,
  .about-us span {
    text-align: center;
    display: block;
  }
  .about-us .right-image {
    margin-top: 30px;
  }
  .service-item .icon {
    margin: 0 auto 30px auto;
  }
  .about-us .section-heading {
    text-align: center;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 70px;
  }
  .pricing-item-regular {
    margin-bottom: 30px;
  }
  .our-portfolio .owl-nav {
    display: none !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  form#contact {
    padding: 45px;
  }
  .half-circle {
    position: relative;
    padding: 20px;
    height: 100%;
}
}

@media (max-width: 767px) {
  .headerImage{
    padding-top: 20px;
    text-align: center !important;
  }
  .the-clients .naccs .menu div {
    text-align: center;
  }
  footer .section-heading h4 {
    color: #2a2a2a;
  }
  footer #search {
    margin-bottom: 45px;
  }
  footer {
    padding-top: 0px;
    text-align: center;
  }
  .footer-widget ul {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .footer-widget h4 {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  footer #search input {
    border: 1px solid #eee;
    color: #afafaf;
    background-color: #fff;
    border-radius: 23px;
    margin-bottom: 15px;
    padding: 0px 30px;
  }
  footer #search button {
    background-color: #fff;
    color: #2c7a91;
  }
  footer #search input::placeholder { 
    color: #2a2a2a;
  }
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .menu .thumb span.date {
    margin-bottom: -20px;
    display: block;
  }
  .service-item {
    text-align: center;
    padding: 30px;
  }
  .menu .thumb span.category {
    display: none;
  }
  .about-us .right-image {
    margin-top: 30px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
    width:55%;
  }
  .service-item .right-content {
    display: inline-block;
  }
  .services .naccs .menu div .thumb {
    padding: 5px;
  }
  .services .icon img {
    margin: 0px;
  }
  .the-clients .nacc .thumb .down-content .right-content {
    margin-left: 0px;
    margin-top: 15px;
  }
  .services ul.nacc li.active {
    padding: 45px;
  }
  .services .naccs .menu div  {
    font-size: 0px;
  }
  .the-clients .nacc .thumb .down-content {
    text-align: center;
  }
  .services ul.nacc li .right-image img {
    float: none;
  }
  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us p,
  .about-us .main-green-button {
    text-align: center;
  }
  .our-portfolio .section-heading .line-dec {
    margin: 0 auto;
  }
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .free-quote form input {
    margin-left: 0px;
    padding: 0px 30px;
  }
  .free-quote form button {
    margin-left: 0px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 30px;
  }
  .post-item .thumb img {
    max-width: 140px;
  }
  .post-item .right-content p {
    display: none;
  }
  .about-us .about-item {
    margin-top: 15px;
  }
  form#contact {
    padding: 30px;
  }
}

.socialIcons {
  float: none !important;
}
.phone-frame{
  margin-bottom: 40px;
}

/* For width between 381px and 420px */
@media (max-width: 420px) and (min-width: 381px) {
  .header-area .navbar-collapse {
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }

  .header-area .navbar-nav {
    flex-direction: column;
    gap: 1.2rem;
  }

  .header-area .navbar-toggler {
    display: block;
  }
  .navbar {
    
    background: #fff;
    padding: 10px !important;
    text-align: right;
}
.heroText{
   margin-top:60%; 
}
.text-end{
  text-align: center !important;
}
.services:after{
  z-index: -1;
}
.text-start {
  text-align: center !important;
}
.footer-widget h4 {
  text-align: center !important;
  padding:0px !important
}
.phone-frame{
  margin-bottom: 40px;
}
}

/* For width between 381px and 420px */
@media (max-width: 380px) and (min-width: 280px){
  
  .heroText{
    margin-top:60%; 
    margin-bottom: 60px;
  }
  .text-end{
    text-align: center !important;
  }
  .services:after{
    z-index: -1;
  }
  .text-start {
    text-align: center !important;
  }
  .footer-widget h4 {
    text-align: center !important;
    padding:0px !important
  }
  .phone-frame{
    margin-bottom: 40px;
  }
}


/* For width between 421px and 480px */
@media (max-width: 480px) and (min-width: 421px) {
  .header-area .navbar-collapse {
    background-color: #fff;
    padding: 1.2rem;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }

  .header-area .navbar-nav {
    flex-direction: column;
    gap: 1.5rem;
  }

  .header-area .navbar-toggler {
    display: block;
  }
  .navbar {
    background: #fff;
    padding: 10px !important;
    text-align: right;
}
.heroText{
  margin-top:70%; 
  margin-bottom: 60px;
}
.text-end{
  text-align: center !important;
}
.services:after{
  z-index: -1;
}
.text-start {
  text-align: center !important;
}
.footer-widget h4 {
  text-align: center !important;
  padding:0px !important
}
.phone-frame{
  margin-bottom: 40px;
}
}
@media (max-width: 700px) and (min-width: 480px) {
  
  .navbar {
    
    background: #fff;
    
    text-align: right;
}
.navbar-nav {
 
  padding-right: 10px;
  list-style: none;
  width: 200px;
  padding-bottom: 20px;
}
.container-fluid{
  padding: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link{
  padding: 11px 10px;
  text-align: left;
  color: #000;
  margin-right: 30px;
}
.heroText{
  margin-top:60%; 
}
.text-end{
  text-align: center !important;
}
.services:after{
  z-index: -1;
}
.text-start {
  text-align: center !important;
}
.footer-widget h4 {
  text-align: center !important;
  padding:0px !important
}
.phone-frame{
  margin-bottom: 40px;
}

}


.rdiusNumber{
  background: #2c7a91;
    border-radius: 73px;
    height: 70px;
    width: 70px;
    padding: 12px;
    float: right;
    color: #fff !important;
    font-size: 30px;
}
.rdiusNumberlt{
  background: #2c7a91;
    border-radius: 73px;
    height: 70px;
    width: 70px;
    padding: 12px;
    float: left;
    color: #fff !important;
    font-size: 30px;
}


.contactp .contact-form .title {
  font-size: 2.5em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #242424;
  margin: 5% 8%;
}
.contactp .contact-form .subtitle {
  font-size: 1.2em;
  font-weight: 400;
  margin: 0 4% 5% 8%;
}
.contactp .contact-form input,
.contactp .contact-form textarea {
  width: 330px;
  padding: 3%;
  margin: 2% 8%;
  color: #242424;
  border: 1px solid #B7B7B7;
}
.contactp .contact-form input::placeholder,
.contactp .contact-form textarea::placeholder {
  color: #242424;
}
.contactp .contact-form .btn-send {
  background: #3790b3;
  width: 180px;
  height: 60px;
  color: #FFFFFF;
  font-weight: 700;
  margin: 2% 8%;
  border: none;
}


.contact-wrap {
  background: #fff; }
.contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

.contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0; }

#contactForm .error {
  color: red;
  font-size: 12px; }

#contactForm .form-control {
  font-size: 16px; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: red; }

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: bold; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: bold; }


  .sidenav {
    height: 100vh !important;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #2c7a91;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    width:0px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 35px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s ease;
    text-align: left;
  }
  
  .sidenav a:hover {
    color: #3a9cb4;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .sidenav li a {
    font-size:20px;
    padding: 8px 8px 8px 55px;
  }
  @font-face {
    font-family: 'VarelaRoundRegular',"cera-round-pro",sans-serif;
    src: url('../fonts/VarelaRound-Regular.ttf') format('truetype');
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.cardicons{
font-size: 40px !important;
color: #1EB0DF;
}
.circle{
  border: 1px solid #2c7a91 ;
  background-color: #2c7a91 ;
  border-radius: 100%;
  width:55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #fff;
  span{
    font-size:30px;
  }
}
.contTextch{
  background: #f4f4f4;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid #ccc;
    min-height: 280px;
}
.contTextch1{
  background: #ffffff;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid #ccc;
    min-height: 330px;
}
.bggrey{
  background: #f4f4f4; padding: 40px 0px;
}
.bglightimg{
  background-image: url(../images/newimages/bgabs.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  
}
.obdtext p i {
  color:#51969b;
}
.height305{
  min-height:305px;
}
.deviceHW{
  width:80%;
}
.bgone{
  background-image: url('../images/gpsone.jpg') !important;
}
.bgtwo{
  background-image: url('../images/obdaira.jpg') !important;
}
.bgthree{
  background-image: url('../images/clusterinstrument.jpg') !important;
}
.bgfour{
  background-image: url('../images/co2vg.jpg') !important;
}
.bgfive{
  background-image: url('../images/controldevice.jpg') !important;
}
.bgsix{
  background-image: url('../images/airaiotserver.jpg') !important;
}
.bgseven{
  background-image: url('../images/fleettruck.jpg') !important;
}
.bgeight{
  background-image: url('../images/coldchain.jpg') !important;
}
.bgmining{
  background-image: url('../images/mining.jpg') !important;
}
.bgIndex{
  background-image: url('../images/airamainBG.jpg') !important;
}
.iconbg{
  width: 60px;
  height: 60px;
  background: #51969b;
  border-radius: 30px;
  color: #fff !important;
  padding: 17px 10px;
  float: right;
}
.socialIcons .social{
  color: #fff;
}
.socialIcons .social:hover{
  color: #2c7a91;
}


/*********************************************/


.tabs {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 490px;
}
#tab-button, #tab-button1, #tab-button2 {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li, #tab-button1 li, #tab-button2 li {
  display: table-cell;
  width: 20%;
}
#tab-button li a, #tab-button1 li a, #tab-button2 li a {
  display: block;
  padding: .5em;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button1 li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #2c7a91 ;
  color:#fff;
}
#tab-button1 li a:hover,
#tab-button1 .is-active a {
  border-bottom-color: transparent;
  background: #2c7a91 ;
  color:#fff;
}
#tab-button2 li a:hover,
#tab-button2 .is-active a {
  border-bottom-color: transparent;
  background: #2c7a91 ;
  color:#fff;
}
.tab-contents, .tab-contents1, .tab-contents2  {
  padding: .5em 2em 1em;
  border: 1px solid #ddd;
}



.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}