    * {
  padding: 0;
  
}

body, html {
  max-width:100%;
  overflow-x: hidden;
  
}



@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff'),
        url('../fonts/Helvetica.ttf') format('truetype'),
        url('../fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
   
}

@font-face {
    font-family: 'Helvetica-bold';
    src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff'),
        url('../fonts/Helvetica-Bold.ttf') format('truetype'),
        url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;

}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-m';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-l';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype'),
        url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




a:hover,
a:focus,
a:focus-visible {
  text-decoration: none;
  outline: none;
}

body {
font-family: 'Poppins';
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'Poppins-m' !important;
  margin-bottom:15px;
}

@-webkit-keyframes b {
  0% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
  50.0001% {
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
  to {
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
}
@keyframes b {
  0% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
  50.0001% {
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
  to {
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
}

/*body {*/
/*    margin-top:80px;*/
/*}*/

p {
  font-size: 17px;
  line-height: 1.6;
  color: #231F20;
}


.banner {
    position:relative;
}

.banner .container{
    position:absolute;
    left:0;
    right:0;
    height:100%;
    z-index:1;
}


.banner::before {
    background: rgb(0,0,0);
    background: linear-gradient(84deg, rgba(0,0,0,1) 0%, rgba(0,57,112,0) 100%);
    content:'';
    position:absolute;
    width:100%;
    height:100%;
}

.banner-bottom {
    position:absolute;
    bottom:20px;
    width:100%;
    left:0;
    height:30px;
    background: url(../images/bb.svg) no-repeat center center;
    background-repeat: repeat-x;
}

.banner-social {
    position: absolute;
    right: 60px;
    bottom: 80px;
    color: #fff;
    font-size:25px;
}

.banner-social a {
    font-size:18px;
    margin-left:8px;
    color:#fff;
    cursor:pointer;
    transition:all 0.5s ease 0s;
}

.banner-social i {
    font-size:22px;
    
}

.banner-social a:hover {
    color:#0193dc;
}

.caption {
    position:absolute;
    display:flex;
    flex-direction:column;
    height:100%;
    justify-content:center;
    /*align-items:center;*/
}

.caption i {
    font-size: 20px;
    margin-left: 5px;
    position: relative;
    top: 1px;
}
.caption ul {margin-left:28px;}

.caption .h2 {
    color:#fff;
    margin-left: 0px;
    font-size: 35px;
    line-height: 1.3;
}

.caption .h2 span {color:#0193dc;}

.caption p, .caption li  {
    font-size: 24px;
    margin-left: 0px;
    color: #fff;
    line-height: 1.2;
    font-family: 'Poppins-m';
}

.caption p {font-size:17px; font-family: 'Poppins-l'; line-height:1.6;}

.caption .vn-btn {margin-left:0; margin-top:15px;}

.banner img {
    height:100vh;
    object-fit:cover
}

.mobilebanner {
    display:none !important;
}

.overlay {
    position:absolute;
    width:100%;
    left:0;
    top:0;
    height:100%;
    background:linear-gradient(360deg,rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0.65) 34%, rgba(0, 0, 0, 0.17) 100%);
    z-index:1;
}

.span {
    font-size:17px;
    display:block;
}

nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  transition: all ease-in-out 0.5s;
  border-bottom:1px solid #ffffff29;
  padding:5px 0;
}
nav .navbar {
  padding: 0px;
}
nav img {
  width: 180px;
}

.navbar-brand {
    margin-left:0px;
}
nav .logoblack {
  display: none;
}
nav .navbar-nav {
    margin-right: 35px;
}
nav .navbar-nav .nav-item {
  margin-left: 40px;
}
nav .navbar-nav .nav-link {
  color: #FFFFFF;
  font-size: 16px;
  opacity:0.8;
  transition:all 0.5s ease 0s;
  position:relative;
  padding-left:0px !important;
  padding-right:0px !important;
}

nav .navbar-nav .nav-link::after {
    content:'';
    position:absolute;
    left:0px;
    bottom:0px;
    width:0px;
    background:#fff;
    height:1px;
    transition:all 0.5s ease 0s;
}

nav .navbar-nav .nav-link:hover {
    opacity:1;
    color:#0193dc;
}

nav .navbar-nav .nav-link:hover::after {
    width:100%;
}

nav.dlf_nav {
  -webkit-animation: navbar-animation 0.6s;
  animation: navbar-animation 0.6s;
  background:#000;
}


.banner {
    height:100vh;
}



.nav-right {
    margin:0px;
    display:flex;
    align-items:center;
    margin-left:30px;
}

.toplinks {
    margin: 0px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom:5px;
}

.toplinks a {
    font-size:12px;
    color:#FFFFFF;
    opacity:0.5;
    transition:all 0.5s ease 0s;
}
.toplinks a:first-child {
    margin-right:15px;
    padding-right:15px;
    border-right:1px solid;
}

.toplinks a:hover {
    opacity:0.8;
}


@-webkit-keyframes navbar-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes navbar-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}

#hamburger-11 {
  outline: none !important;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active {
  -webkit-animation: smallbig 0.6s forwards;
          animation: smallbig 0.6s forwards;
}

@-webkit-keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}

@keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}
#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */


@keyframes fadeInUp2 {
        from {
        }

        to {
            opacity: 1
        }
    }

    @-webkit-keyframes fadeInUp2 {
        from {
        }

        to {
            opacity: 1
        }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
@-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      transform: translateY(40px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
      transform: translateY(40px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }




.pad80 {
  padding: 80px 0;
}

.padt80 {
  padding-top: 80px;
}

.padb80 {
  padding-bottom: 80px;
}



.h2 {
  font-size: 35px;
  margin-bottom: 25px;
}

.h2.less {
    margin-bottom:10px;
}

p {
    
    font-size:14px;
}


h4{
    font-size:25px;
}

h4 span {
    color:#23BA97;
}


.black {
    color:#000;
}

.grey {
    background:#0093dd;
}


.sub-container {
    padding:70px 30px 120px;
    background:url(../images/video-management-system.webp) no-repeat center center ;
    background-size:100%;
    position:relative;
    height:100%;
}

.s1 {background:url(../images/video-analysis.webp) no-repeat center center !important; background-size:100% !important;}
.s2 {background:url(../images/traffic-management.webp) no-repeat center center !important; background-size:100% !important}

.sub-container::before {
    background:#000000a6;
    width:100%;
    height:100%;
    content:'';
    position:absolute;
    left:0;
    top:0;
}

.sub-container .h2 {
    font-size:30px;
    color:#fff;
    position:relative;
    z-index:1;
    text-align:center;
    min-height:60px;
}

.sub-container ul {
    padding-left:15px;
}

.sub-container li {
    color:#fff;
    position:relative;
    z-index:1;
    margin-bottom:5px;
    font-size:14px;
    font-family: 'Poppins-l';
}



h5 {
    font-size:17px;
    line-height:1.6;
}

h5.head {
    padding-bottom:20px;
    border-bottom:1px solid #ffffff45;
    margin-bottom:35px;
}

.vn-btn {
    border:0px;
    color:#fff;
    padding:10px 22px;
    transition:all 0.5s ease 0s;
    cursor:pointer;
    background:#0193dc;
    border-radius:30px;
    font-size:13px;
    position:relative;
    overflow:hidden;
    display:inline-block;
    z-index:1;
}

.vn-btn::before {
    content:'';
    background: #000 !important;
    z-index: -1;
    width: 100%;
    height: 0;
    top: auto;
    bottom: 0;
    border-radius: 0;
    transform: none;
    transition: all 0.5s ease 0s;
    position:absolute;
    left:0;
    
}

.vn-btn:hover::before {
    height:100%;
}

.vn-btn:hover {
    color:#fff;
}

.vn-btn.white {
    background:#fff;
    color:#000;
}

.vn-btn.white::before {
    background:#000 !important;
}


.vn-btn.white:hover {
    color:#fff;
}


.hoverlink {
    position:relative; 
    color:#fff !important; 
    font-family: 'Poppins-l'; 
    font-size:13px; 
    transition:all 0.5s ease 0s;
    margin-top: 10px;
    display: inline-block;
}
.hoverlink:hover {color:#07B1FD !important;}
.hoverlink::after {
    content:'';
    position:absolute;
    left:0;
    width:100%;
    bottom:-5px;
    background:#fff;
    transition:all 0.3s ease-in-out 0s;
    height:1px;
}
.hoverlink:hover::after {width:0; right:0; left:auto;}

.aboutcontent {margin-bottom:50px;}
.aboutimage img {border-radius:30px; width:100%; max-width:600px; }

.iconimage {
    margin-top:30px;
   
}

.iconimage img {
    float: right;
    max-width: 540px;
    border-radius: 30px;
}


.pointers li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    border-bottom: 1px solid #cccccc63;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

/*.pointers li::after {*/
/*    content: '';*/
/*    background: #ffffffba;*/
/*    width: 0;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    height: 1px;*/
/*    transition:all 0.5s ease 0s;*/
/*}*/

.pointers li:hover::after {
    width:100%;
    left:auto;
    right:0;
}

.pointers li:last-child {
    border-bottom:0px;
}

.pointers img {
    margin: 0px;
    margin-right: 20px;
    height: 40px;
    width: 40px;
}

.icontext2 li::after {
    background:#0193dc;
}

/*.firstlist img {*/
/*    height:60px;*/
/*}*/

.pointers .detail {
    margin:0px;
}

.pointers li p {
    margin:0px;
}

.pointers li strong {
    font-weight:normal;
    display:block;
    font-size:15px;
    font-family: 'Poppins-m';
}

.grid_row {margin-bottom:-20px; margin-top:60px;}

.grid_row .col-lg-3 {
    margin-bottom:20px;
}

.grid_1 img {
    max-width:100%;
    transition:all 0.5s ease 0s;
}

.grid_1 .overflow {
    margin-bottom:15px;
    overflow:hidden;
}

.grid_1:hover .overflow img {
    transform:scale(1.2);
}

.grid_1 h5 {
    margin-bottom:5px;
}

.grid_1 p {
    font-size:13px;
}

.cotactrow {
    margin-top:60px;
}

.contact-left {
    padding-right:50px;
}

.contact_form {
    background:#f8f8f8;
    border:1px solid #0193dc;
    padding:30px 45px 25px;
    text-align:center;
}

.contact_form label {
    display:none;
    text-align:left;
    color:#000;
    font-size:14px;
}

.contact_form .form-group {
    margin-bottom:30px;
}

.contact_form .form-control {
    background:none;
    border:0px;
    border-bottom:1px solid #0193dc;
    border-radius:0px;
    padding-left:0px;
    font-size:14px;
    color:#000;
    font-size:12px;
}

.contact_form .form-control:focus {
    outline:none;
    box-shadow:none;
}

.form-control::placeholder {
    color:#5e5d5d;
    font-size:12px;
}

.contact_form .col-lg-6 {
    text-align:left;
}

.contact_form select {
    appearance: none;
    -webkit-appearance: none;
    background: transparent url(../images/arrowethan.svg) no-repeat 100% center !important;
    background-size: 15px !important;
}

/*.contact_form select option {*/
/*    background-color: #000;*/
/*}*/

.contact_form textarea {
    border: 1px solid #0193dc !important;
}

.media-wrap {
    position:relative;
}

.shadow {
    /* background: url(../images/shadow.png) no-repeat center center; */
    padding: 30px;
    box-shadow: none !important;
    background: #000000b3;
}

/*.media-wrap::before {*/
/*     position:absolute;*/
/*    width:100%;*/
/*    left:0;*/
/*    top:0;*/
/*    height:100%;*/
/*    background:linear-gradient(142deg, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0.80) 64%, rgba(0, 0, 0, 0.17) 100%);*/
/*    content:'';*/
/*}*/

.mediaicon {float:right; margin-top:10px;}

.mediaicon a {
    font-size:25px;
    color:#b2b2b2;
    margin-left:18px;
    transition:all 0.5s ease 0s;
}

.mediaicon a:hover {
    color:#fff;
}

.copy {
    color:#ffffffb0;
    font-size:12px;
}


.hiddendiv {
    display:none;
}

.orderimgmobile{display:none;}


.icontext {
    background: linear-gradient(90deg, rgb(82 128 220) 0%, rgb(84 132 228) 35%, rgba(131, 213, 255, 1) 100%);
}
.icontext h2, .icontext p, .icontext h3 {
    color:#fff;
}

.icontext2 {
    background:#000000;
}

.icontext2 h2, .icontext2 p {color:#fff;}

.icontext2 span {
    color:#0193dc;
}

.icontext2 .pointers img {
    width:40px;
    height:40px;
}

.icontext2 .pointers li p {
    font-family:'Poppins-l';
    font-size:13px;
}

.icontext2 .pointers li p strong {
    font-family: 'Poppins-m';
    font-size:14px;
}

.blcone {
    box-shadow: 0 0 190px #2c5a72;
    width: 620px;
    float: right;
    margin-top: 70px;
}
.blcone {border-radius:20px;}
.blcone img { width:100% ; max-width:100%; border:1px solid #fff; border-radius:20px;}

.coreslide {margin-top:40px; margin-bottom:0px !important;}

.coreslide .item {
    background:#f6f6f6;
    /*border:1px solid #707070;*/
    padding:10px;
    margin:0 8px;
    transition:all 0.5s ease 0s;
    box-shadow:4px 20px 5px #9d9a9a66;
}

.coreslide .item:hover {background:linear-gradient(90deg, rgb(82 128 220) 0%, rgb(84 132 228) 35%, rgba(131, 213, 255, 1) 100%);}
.coreslide .item:hover p, .coreslide .item:hover h5 {color:#fff;}

.coreslide .item img {
    max-width:100%;
}

.coreslide .item h5 {margin-bottom:4px; margin-top:15px;}

.coreslide .slick-list {margin:0px -8px; padding-bottom:3px !important;}

.coreslide .slick-dots {
    position:initial;
    margin-bottom:0px;
    margin-top:30px;
}

.footerbar {
    padding:40px 0px;
    background:#42aae0;
    text-align:center;
}

.footerbar h2, .footerbar p {
    color:#fff;
}

.footerbar p {font-size:17px;
color:#ffffffb5;
}

.footerbar .vn-btn {
    margin-top:10px;
}




.slider-container {
    width: 100%
}

.slider-container .item {
    outline: none;
    position: relative
}

.slides-numbers {
    color: #ffffff;
    display: none;
    font-size: 15px;
    font-weight: 300;
    letter-spacing:2px;
    left: 0;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    right: 0;
    text-align: right;
    font-size: 0;
    padding-right: 35px;
}

.slides-numbers .active {
    color: #fff;
    font-size: 15px;
}

.slides-numbers .total {
    /* margin-left:-5px; */
    /* position:absolute; */
    bottom: 0;
    font-size: 15px;
    /* right:0; */
    /* color:#000; */
    /* opacity:.7; */
}

.slides-numbers .total::before {
    content: '/'
}




footer {
    overflow: hidden;
    font-size: 13px;
    font-family: 'Poppins-l';
    background: #000;
    padding: 18px 0;
    text-align: center;
}

footer h4 {
    text-align:center;
    margin-bottom:35px;
}

footer p {
    font-size:15px;
    text-align:center;
}

footer p a {color:#fff;}
footer p a:hover {color:#fff;}
.rera {border-top:1px solid #393939; margin-top:25px; padding-top:25px;}

.bottom-footer {
    margin-top:25px;
    color:#ffffff6b;
    border-top:1px solid #393939;
    font-size:12px;
    padding:10px 30px;
}

.footer_btn {
    
    text-align:center;
}

.footer_btn a {
    margin-top:10px;
    display:inline-block;
    z-index:1;
}

.footer_btn a::before {
    background:#07b1fd;
}


label.error {
    color:red;
    font-size:12px;
    margin-top:5px;
}

.spinner-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.popup-form .vn-btn {width:100%; margin-top:20px;}


.contactwrap {
    position: absolute;
    background: #fff;
    padding: 30px 30px;
    right: 15px;
    top: 56%;
    transform: translateY(-50%);
    min-width: 400px;
    border-radius:20px;
}

/*.contactwrap h2, .contactwrap label, .contactwrap p {*/
/*    color:#fff;*/
/*}*/

.fill {background:#1E3B88; border:0px !important;}

.fill::before {background:#07b1fd !important}

.js-cookie-consent {
    border:1px solid #ccc;
    position: fixed;
    left: 0;
    bottom: 0%;
    width: 100%;
    max-width: 100%;
    padding: 14px 10vw 20px 5vw;
    background: #fff;
    color: #363636;
    font-size: 14px;
    border-radius: var(--rounded-normal);
    z-index: 10;
    opacity: 1;
    transition: .4s;
    display: block;
    flex-wrap: wrap;
}

.mobile-brochure {display:none;}

.contactwrap h2 {
    font-size: 28px;
    margin-bottom: 30px;
}

.contactwrap label {font-size:14px;}

.video_section {position:relative; max-width:500px; float:right;}

.video_section .fa-play {
    font-size: 13px;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: #ffffffab;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
}

.video_section .fa-play:hover {
    background: #1E3B88;
    color: #fff
}

.errors {
    color: #d2231e;
    display: none;
}

.titlebar {
    font-size: 15px;
    color: #fff;
    font-size: 20px;
    top: 95px;
    position: relative;
}

.titlebar::after {
    content: '';
    background: #0193dc;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 30px;
    height: 4px;
}


.count-sec {
    margin-top: 40px;
    margin-bottom: 30px;
    justify-content: space-around;
    margin-bottom: 50px;
}
.count {font-size:45px; text-align:center; color:#0193dc;}

.count i {font-style:normal; font-size:17px; color:#0193dc;}

.count span {
    display:block;
    font-size:14px;
    color:#231F20;
}

.count.first {
    margin-right:20px;
}



.zcwf_col_lab label {font-family: 'Poppins' !important; }
.zcwf_col_fld {margin-bottom:15px;}
.zcwf_privacy {display:flex;gap:15px}

.blogrow {margin-top:50px;}
.blog_image.blcone {width:100%; margin-top:0px;}

.blog_image {margin-bottom:10px;}
.blog_image img, .blog_image video {height:335px; width:100%; border-radius: 20px; object-fit: cover; object-position: top;}
.blogrow h2 {font-size:16px; margin-bottom:18px;}
.blogrow p br {display:none;}
.insight {border-radius:20px; background:#eee; padding:0px;}

/*zoho css*/
.zoho-form {width:400px; padding-bottom:5px;}
.zoho-form h2 {font-size: 20px;margin-bottom: 20px;}
.zoho-form .g-recaptcha {margin-bottom:-40px;}
.zoho-form .form-control {padding:2px;}
.zcwf_privacy_txt span {font-size:11px !important;}
.zcwf_col_fld input[type="text"] {width:100%; padding:3px;}
.zcwf_privacy_txt {margin-bottom:10px;}
#privacyErr237589000004586007 {display:none;}
.zcwf_col_fld { margin-bottom: 12px;}


.warehouse {margin-bottom: -8px;}
.blog_content {padding:10px;}

