/*!
Theme Name: BuildTrack
Theme URI: https://buildtrack.in/blog/
Author: BuildTrack
Author URI: https://buildtrack.in/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buildtrack-blog
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

BuildTrack is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


.blog-details ul, .blog-details li ul, .blog-details ol{
    padding-left: 40px;
    font-size: 18px;
    margin-bottom: 8px;
}
.blog-details ol li ul, .blog-details ul li ul, .blog-details ol li ol, .blog-details ul li ol, .content-details ul{
    margin-bottom: 20px;
}
.blog-details li ul li {    
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.blog-details ol li ul li{
    list-style: disc;
}

body{
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    margin-top: 80px;
    background: #edeff3;
    color: #343434; 
    font-weight: 300;
    line-height: 24px;
    padding-top: 0px;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover{
    color: #325594;
    text-decoration: none;
}
header.scroll .navbar ul.nav li a.social-media-padding {
    padding-top: 7px;
    padding-left: 10px;
}
header.scroll .navbar ul.nav li a.social-media-padding i.social {
    font-size: 19px;
}
header{
width: 100%;
    height: 80px;
    background-color: #fff;
    position: fixed;
    top: 0px;
    z-index: 1500;
    border-bottom: 1px solid #e5e5e5;
    transition: all .3s linear;
    }
section.section1 {
    padding: 50px 0 26px;
    background: #fff;
    /*margin-top: 100px;*/
}
/* .section1 h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 90px;
    font-weight: 700;
    color: #1e3768;
    line-height: 100px;
} */

/* Added by Venkat on 28 Jun 24 -- Begin */
.section1 h1, .section1 span.blog-title{
    font-family: 'Open Sans', sans-serif;
    font-size: 90px;
    font-weight: 700;
    color: #1e3768;
    line-height: 100px;
}
/* Added by Venkat on 28 Jun 24 -- End */

.section1 .slider ul{text-align: center;}
.section1 .slider li{
    display: inline-block;
}
.slider {
    margin: 36px 0 20px;
    background: #fff;
}
.horizon-swiper{
    height: 324px;
    overflow: hidden;
}
.owl-item {
    width: auto !important;
    margin: 0 8px !important;
}
.owl-stage {
    width: 16117px !important;
}

/* horizon-swiper */
.horizon-item .webinar-home {
    background: #667eea;
    background: -moz-linear-gradient(left, #667eea 0%, #6e64c6 49%, #764ba2 100%);
    background: -webkit-linear-gradient(left, #667eea 0%,#6e64c6 49%,#764ba2 100%);
    background: linear-gradient(to right, #667eea 0%,#6e64c6 49%,#764ba2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#667eea', endColorstr='#764ba2',GradientType=1);
}
.horizon-item .webinar-centralize {
    background: #98c93c;
    background: -moz-linear-gradient(left, #98c93c 0%, #73c147 51%, #18aa61 100%);
    background: -webkit-linear-gradient(left, #98c93c 0%,#73c147 51%,#18aa61 100%);
    background: linear-gradient(to right, #98c93c 0%,#73c147 51%,#18aa61 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96c93e', endColorstr='#18aa61',GradientType=1);
}
.horizon-item .webinar-architects {
    background: #f09819;
    background: -moz-linear-gradient(left, #f09819 0%, #fa6e43 51%, #ff5858 100%);
    background: -webkit-linear-gradient(left, #f09819 0%,#fa6e43 51%,#ff5858 100%);
    background: linear-gradient(to right, #f09819 0%,#fa6e43 51%,#ff5858 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09819', endColorstr='#ff5858',GradientType=1);
}
.horizon-item .webinar-tech {
    background: #a0852e;
    background: linear-gradient(to right, #e0b428 0%,#caa635 51%,#a0852e 100%) !important;
}
.horizon-item .webinar-wrapper {
    padding: 30px 45px;
    border-radius: 12px;
    min-height: 324px;
}
.owl-item.cloned {
    min-width: 858px;
    min-height: 399px;
}
.horizon-swiper .horizon-dots {
    padding: 15px 0 6px;
}
.horizon-item .webinar-wrapper h2 {
    font-size: 37px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 43px;
    text-transform: uppercase;
}
.horizon-item .webinar-wrapper h3 {
    font-size: 22px;
    color: #fff;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 30px 0 24px;
    letter-spacing: 2px;
    position: absolute;
    bottom: 60px;
}
.horizon-item .webinar-wrapper h3 sup{font-size: 12px;}
.horizon-item .webinar-wrapper h4 {
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
}
.horizon-item .webinar-wrapper .btn {
    text-transform: uppercase;
    background: none;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    border: 1px solid #fff;
    padding: 5px 20px;
    position: absolute;
    overflow: hidden;
    bottom: 30px;
}
.swiper-container {
      width: 100%;
      height: 100%;
    }
   .horizon-swiper.mouse-drag.initialized.arrows.dots{
    background: #fff;
   }
   .horizon-item {
      min-height: 324px;
      border-radius: 12px;
      overflow: hidden;
      transition: all .4s ease
    }
/*.horizon-item.video .item-wrap {
    background: url(../images/banner1.jpg) no-repeat;
    height: 324px;
    background-position: center;
    background-size: cover;
}*/
.horizon-swiper .horizon-item {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    min-width: 580px;
    margin: 0 10px;
    vertical-align: top;
    transition: all .4s ease;
}
.horizon-swiper .horizon-item img{
    border-radius: 12px;
}
.horizon-outer{ 
    background: #fff;	
}
.horizon-swiper .horizon-inner {
    padding: 0 0 20px;
    text-align: left;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;    
    background: #fff;
}
.horizon-swiper .horizon-next, .horizon-swiper .horizon-prev {
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 40px;
    border: none;
    outline: 0;
    background: center no-repeat;
    top: 0px;
}
.horizon-swiper .horizon-dots .horizon-dot.active {
    background: #5f6061;
}
.horizon-swiper .horizon-dots .horizon-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    font-size: 0;
    line-height: 1;
    background: 0 0;
    border: 1px solid #5f6061;
    border-radius: 50%;
    -webkit-transition: background .3s;
    transition: background .3s;
}
.horizon-swiper .horizon-next{
    right: 0px;
}
/*.horizon-swiper.first-item.mouse-drag.initialized.arrows.dots {
    padding: 0;
}*/
.horizon-swiper .horizon-item svg.svg-inline--fa.fa-youtube.fa-w-18 {
    color: #FF0000;
    z-index: 9999;
    font-size: 50px;
    transition: all .4s ease;
    cursor: pointer;
    opacity: .8;
}

.horizon-swiper .icon {
    top: 40%;
    position: absolute;
    text-align: center;
    width: 100%;
    transition: all .4s ease
}
.horizon-item.video{
	cursor: pointer;
}
.horizon-item.video .item-wrap:hover svg.svg-inline--fa.fa-youtube.fa-w-18{
        opacity: 1;
        transition: all .4s ease;
}
.horizon-item.video.video-complete-hotel-automation{
    background: url(./images/complete-hotel-automation-thumb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.horizon-item.video.video-home-automation{
    background: url(./images/home-thumbnail.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.horizon-item.video.video-guestroom-automation{
    background: url(./images/guestroom-thumbnail.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.horizon-item.video.video-hotel-automation{
    background: url(./images/hotel-thumbnail.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.horizon-item.video.video-smart-automation{
    background: url(./images/smart-automation-thumbnail.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/*.horizon-item.video .item-wrap{
    background: url(../images/home-thumbnail.jpg);
    height: 330px;
}*/
.horizon-item.video .item-wrap:before {
    content: '';
    background: rgba(0, 0, 0, 0.3803921568627451);
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .4s ease;
    border-radius: 12px;
}


.horizon-item.video h2 {
    font-size: 64px;
    font-weight: 700;
    line-height: 58px;
    bottom: 30px;
    position: absolute;
    left: 20px;
    color: #fff;
}

/*section2*/
.section2{
    padding: 72px 0;    
    position: relative;
}
.section2 .col-md-6.blog-box .wrap {
    padding: 26px;
    background: #fff;
    min-height: inherit;
    position: relative;
    margin-top: -6px
}

.thumb-img img {
    width: 100% !important;
    height: auto;
}
.hm-page .content {
    margin-bottom: 15px;
}
.content p a {
    font-size: 21px;
    font-weight: 300;
    line-height: 26px;
}
.hm-page .date p {
    color: #b0b0b0;
    font-size: 14px;
    position: absolute;
    bottom: 30px;
}
.post-meta-data-cont{width: 100%; border-bottom: 1px solid #1e3768;
    margin-bottom: 28px;
    padding-bottom: 16px;}
.blog-details .author {
    color: #8e8a8a;
    font-size: 15px;
    font-style: italic;
    float: left;
}
.post-meta-data-cont span.font-icon-comment{opacity: .5;}


.hm-page .post-meta-data-cont, .search-page .post-meta-data-cont{border: none;margin-bottom: 0;padding-bottom: 0;}
.hm-page .author, .search-page .author {
    color: #8e8a8a;
    font-size: 15px;
    font-style: italic;
    float: left;
    width: 60%;
    }

.views {
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
    display: inline-block;
    float: right;
    padding-right: 10px;
}



.blog-box{}


/*sidebar*/
.sidebar-popular{
    padding-left: 74px;
}
.sidebar-popular ul{
    padding: 0;
}
.sidebar-popular li{
    list-style-type: none;
}
.col-md-4.sidebar-popular .wrap {
    padding: 42px 25px 56px;
    background: #fff;
}
.col-md-4.sidebar-popular .wrap-form{
    background-color: #fff;
    padding: 42px 25px 35px;
    margin: 10px 0;
}
.col-md-4.sidebar-popular .wrap-form h2{
    margin-bottom: 15px;
}
.col-md-4.sidebar-popular .wrap-form form .form-control{
    height: auto;padding: 8px;
    margin-bottom: 10px;
}
.col-md-4.sidebar-popular .wrap-form form .form-btn{
    background-color: #003a83;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
    padding: 11px;
    margin-top: 15px;
}
.col-md-4.sidebar-popular .wrap-form form .form-btn:hover{
    background-color: #fff;
    border: solid 1px #003a83;
    color: #003a83;
}
.sidebar-popular h2 {
    font-size: 22px;
    color: #003a82;
    font-weight: 600;
    margin-bottom: 36px;
}

.sidebar-popular li {
    margin-bottom: 26px;
    font-weight: 300;
    line-height: 20px;
    list-style-type: none;
}

.sidebar-btn a.btn.down-button {
    width: 100%;
    font-size: 22px;
    padding: 12px;
    color: #fff;
    transition: all .5s ease 0s;
    border-radius: 0;
    border: none;
    outline: none;
    position: relative;
    background: rgba(146,67,78,1);
    background: -moz-linear-gradient(-45deg, rgba(146,67,78,1) 0%, rgba(31,54,104,1) 64%, rgba(31,54,104,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(146,67,78,1)), color-stop(64%, rgba(31,54,104,1)), color-stop(100%, rgba(31,54,104,1)));
    background: -webkit-linear-gradient(-45deg, rgba(146,67,78,1) 0%, rgba(31,54,104,1) 64%, rgba(31,54,104,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(146,67,78,1) 0%, rgba(31,54,104,1) 64%, rgba(31,54,104,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(146,67,78,1) 0%, rgba(31,54,104,1) 64%, rgba(31,54,104,1) 100%);
    background: linear-gradient(135deg, rgba(146,67,78,1) 0%, rgba(31,54,104,1) 64%, rgba(31,54,104,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92434e', endColorstr='#1f3668', GradientType=1 );
}
.sidebar-btn a.btn.down-button:hover {
    transition: all .5s ease 0s;
    background: rgba(143,67,78,1);
    background: -moz-linear-gradient(-45deg, rgba(143,67,78,1) 0%, rgba(143,67,78,1) 20%, rgba(31,54,104,1) 84%, rgba(31,54,104,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(143,67,78,1)), color-stop(20%, rgba(143,67,78,1)), color-stop(84%, rgba(31,54,104,1)), color-stop(100%, rgba(31,54,104,1)));
    background: -webkit-linear-gradient(-45deg, rgba(143,67,78,1) 0%, rgba(143,67,78,1) 20%, rgba(31,54,104,1) 84%, rgba(31,54,104,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(143,67,78,1) 0%, rgba(143,67,78,1) 20%, rgba(31,54,104,1) 84%, rgba(31,54,104,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(143,67,78,1) 0%, rgba(143,67,78,1) 20%, rgba(31,54,104,1) 84%, rgba(31,54,104,1) 100%);
    background: linear-gradient(135deg, rgba(143,67,78,1) 0%, rgba(143,67,78,1) 20%, rgba(31,54,104,1) 84%, rgba(31,54,104,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f434e', endColorstr='#1f3668', GradientType=1 );
    text-decoration: none !important;
}
.sidebar-btn a.btn.down-button span {
    position: absolute;
    left: 44px;
    top: 15px;
}


.smart-automation {
    padding: 20px 0;
    background: #fff;
    text-align: center;    
    margin-top: 10px;
}

.sidebar-popular .smart-automation ul li {
    width: auto;
    display: inline-block;
    position: relative;
    margin: 6px 6px;
    border-radius: 9px;
    line-height: 12px;

}
.sidebar-popular .smart-automation ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 149px;
    background-color: #000;
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}
.sidebar-popular .smart-automation ul li a img {
    max-width: 100%;
    opacity: .2;
    transition: all .3s ease-in-out;
}
.sidebar-popular .smart-automation ul li a i {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    color: #fff;
    font-size: 28px;
    transition: all .3s ease-in-out;
}
.sidebar-popular .smart-automation ul li a h3 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 10;
    font-size: 17px;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 17px;
    transition: all .3s ease-in-out;
}



.sidebar-popular .smart-automation  ul li.p-home a span {    
    background-image: radial-gradient(circle at bottom left,#f54337,rgba(0, 0, 0, 0) 80%);
}
.sidebar-popular .smart-automation  ul li.p-enterprise a span {    
    background-image: radial-gradient(circle at bottom left,#0065b3,rgba(0, 0, 0, 0) 80%);
}
.sidebar-popular .smart-automation  ul li.p-hotel a span {    
    background-image: radial-gradient(circle at bottom left,#f5841e,rgba(0, 0, 0, 0) 80%);
}
.sidebar-popular .smart-automation  ul li.p-hospital a span {    
    background-image: radial-gradient(circle at bottom left,#32bcad,rgba(0, 0, 0, 0) 80%);
}
.sidebar-popular .smart-automation  ul li.p-senior a span {    
   background-image: radial-gradient(circle at bottom left,#3cb4e8,rgba(0, 0, 0, 0) 80%);
}
.sidebar-popular .smart-automation  ul li.p-warehouse a span {    
    background-image: radial-gradient(circle at bottom left,#075c5f,rgba(0, 0, 0, 0) 80%);
}
.sidebar-popular .smart-automation  ul li.p-ibms a span {    
    background-image: radial-gradient(circle at bottom left,#b29434,rgba(0, 0, 0, 0) 80%);
}
.sidebar-popular .smart-automation  ul li.p-energy a span {    
    background-image: radial-gradient(circle at bottom left,#00af50,rgba(0, 0, 0, 0) 80%);
}


/*SMART TOUCH SWITCH*/
.sidebar-popular .smart-automation ul li.switch-blue a{
    background-color:#024dd6;
}
.sidebar-popular .smart-automation ul li.switch-blue a:hover span,
.sidebar-popular .smart-automation ul li.switch-blue a.active span{
    background-image:radial-gradient(circle at bottom left,#000d67,rgba(0, 0, 0, 0) 80%);
}





.sidebar-popular .smart-automation ul li a span{
    position: absolute;
    width: 100%;
    height: 0;
    bottom: -30px;
    left: 0;
    transition: ease-in-out all .3s;
    opacity: .6;
}
.sidebar-popular .smart-automation ul li a:hover span{
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: -30px;
    left: 0;
}


/*Details*/

.blog-details .date p {
    color: #797777;
    font-size: 18px;
    font-weight: 400;
}
.date {
    margin: 37px 0 15px;
}
.blog-details .blog-details h1 {
    font-size: 34px;
    color: #1e3768;
    font-weight: 600;
    line-height: 40px;
    margin: 12px 0 8px;
}
.content-details img{max-width: 100%;height: auto;}
/* .content-details h2{font-size: 22px;font-weight: 600;margin-top: 40px;} */
.content-details h2{font-size: 28px;color: #1E3768;padding-bottom: 10px;font-weight: 500;margin-top: 40px;}
/* .content-details h3{font-size: 18px;font-weight: 600;margin-top: 22px;} */
.content-details h3{padding-bottom: 12px;padding-top: 10px;font-size: 20px;font-weight: 500;color: #000000;}
/* .content-details ul {margin-bottom: 20px;} */
.content-details ul li.list-item-title, .content-details ol li.list-item-title{font-size: 20px; line-height: 28px;font-weight: 400;}	

.content-details p {
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 300;
    line-height: 24px;
}
.content-details p a{
    color: #1d6b94;
}
.content-details a{
    color: #1d6b94;
}
.content-details a:hover{
    color: #1b8cc7;
}
.content-details ul,.content-details ol{}
/* .content-details ul li,.content-details ol li{margin-bottom: 4px;} */

/* .content-details ul.blog-ul-padding{margin-bottom: 20px;} */
.content-details p.title-spacing,.content-details .title-spacing  {margin-bottom: 12px;}

.blog-details .blog-img img{
    width: 100%;
    height: auto;
}

.share-post span {
    float: left;
}
.share-post a {
    padding: 0 5px;
}
.share-post a img {
    margin-top: -4px;
}
.share-post span {
    margin-right: 5px;
    font-weight: 400;
   /* padding-left: 12px;*/
}
section#a2a_share_save_widget-2{
    float: left;
}
.share-post {
    float: left;
    margin-top: 15px;
}
.share-mob{
    display: none;
}

svg.svg-inline--fa.fa-eye.fa-w-18 {
    font-size: 14px;
    opacity: .4;
}
.content-details {
    border-bottom: 1px solid #5e7194;
    padding-bottom: 80px;
}
span.says {
    display: none;
}

footer {width: 100%; background: #fff; position: relative; padding: 60px 0 30px 0; border-top: 10px solid #edeff3;}

/*Comment*/

footer.comment-meta {
    background: transparent;
}
ol.comment-list{
    padding: 0;
}
footer.comment-meta {
    padding: 15px 0 8px;
    overflow: hidden;
}
.comment-author.vcard {
    display: inline-block;
}
.comment-metadata {
    font-size: 14px;
    font-style: italic;
    display: inline-block;
    float: right;
    padding-right: 4px;
}
.reply {
    font-size: 14px;
    font-style: italic;
    margin-top: 16px;    
    text-align: right;
    padding-right: 5px;
}
form#commentform label {
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
}
form#commentform {
    width: 100%;
}
form#commentform input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ddd;
    height: 42px;
    padding: 5px;
}
form#commentform textarea#comment {
    width: 100%;
    height: 220px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 5px;
}
form#commentform p {
    margin: 6px 13px 12px 0;
    overflow: hidden;
    float: left;
}
form#commentform p.comment-awaiting-moderation {
    font-size: 14px;
    font-style: italic;
}
form#commentform a.comment-reply-link {
    background: #1b3668;
    color: #fff;
    padding: 6px 20px;
    border-radius: 5px;
}
form#commentform .comment-content {
    margin-bottom: 11px;
}
form#commentform input#submit {
    background: #1b3668;
    color: #fff;
    border: 0;
   /* padding: 5px 108px;*/
    margin-top: 6px;    
    transition: all .4s ease;
}
form#commentform input#submit:hover {
    background: #2b5094;
}

form#commentform input[type="checkbox"]{width: 15px;height: 15px;float: left;}
form#commentform input[type="checkbox"]+label{float: left;
    display: inline-block;
    width: 75%;
    margin-left: 10px;
    line-height: 20px;
    margin-top: 2px;}
a.comment-reply-link {
    background: #1b3668;
    color: #fff;
    padding: 6px 18px;
    border-radius: 4px;
    letter-spacing: 1px;
}
.comment-content {
    padding: 10px 0;
    width: 80%;
    float: left;
}
footer.comment-meta {
    border-bottom: 1px solid #ddd;
}

.comment-list li {
    border-bottom: 1px solid #afafaf;
    padding-bottom: 5px;
    overflow: hidden;
}
p.comment-awaiting-moderation {
    display: none;
}
h2.comments-title {
    display: none;
}
p.comment-notes{
    font-style: italic;
}
.gglcptch.gglcptch_v2 {
    overflow: hidden;
    display: block;
    width: 100%;
}
p.form-submit {
    width: 97%;
}
p.comment-notes {
    font-style: italic;
}
h3#reply-title{
    font-weight: 600;
}
div#comments {
    margin-top: 20px;
}
div#respond {
    margin-top: 40px;
}
p.logged-in-as {
    display: block;
    width: 100%;
}
ol.children li.even, ol.children li.odd {
    border: none;
}
ol.children {
    margin-top: 5px;
}
li.parent {
    padding-bottom: 0;
}
b.fn {
    font-weight: 500;
}
span.says {
    font-style: italic;
    font-size: 16px;
}

/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.custom-pagination span.dots {
    padding: 0;
    color: #003a83 !important;
}
.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
}
.custom-pagination a {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}
.custom-pagination a:hover {
  background-color: #003a83;
  color: #fff;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}
.custom-pagination span.current {
    width: 30px;
    height: 27px;
    color: #fff;
    border: 1px solid #cacbcc;
    line-height: 22px;
    font-size: 12px;
    background-color: #003a83;
}
nav.custom-pagination {
    text-align: center;
    margin-top: 24px;
    width: 100%;
    clear: both;
    margin-left: 20px;
}
a.page-numbers {
    width: 30px;
    height: 26px;
    line-height: 22px;
    font-size: 14px;
    transition: all .3s ease;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #cacbcc;
}

/* .custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
}
.custom-pagination a {
  background-color: #ebebeb;
  color: #ff3c50;
}
.custom-pagination a:hover {
  background-color: #ff3c50;
  color: #fff;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}
.custom-pagination span.current {
  background-color: #ff3c50;
  color: #fff;
} */
span.btn-next {
    float: right;
}

.horizon-swiper.arrows {
    padding: 0 0 0 20px;
}

.horizon-swiper .horizon-prev {
    left: 20px;
    background: url(./images/left-arrow.png);
    background-repeat: no-repeat;
    top: 42%;
    opacity: 0.4;
}
.horizon-swiper .horizon-next {
    right: 5px;
    background: url(./images/right-arrow.png);
    background-repeat: no-repeat;
    top: 42%;
    opacity: 0.4;
}
.horizon-swiper .horizon-next, .horizon-swiper .horizon-prev {
    width: 70px;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    position: absolute;
    top: 20px;
    font-size: 14px;
    z-index: 1;
}
.breadcrumb a {
    text-decoration: none;
    text-transform: uppercase;
}
.horizon-swiper.first-item.mouse-drag.initialized.arrows.dots {
    height: auto;
    overflow: hidden;
}
strong.search-excerpt {
    background-color: rgba(234, 234, 26, 0.53);
    font-weight: 200;
}
form#searchform input {
    height: 35px;
    padding: 0 10px;
    width: 74%;
    outline: none;
    border: 0;
    border-radius: 2px;
    border: 1px solid #ddd;
    float: left;
}
form#searchform input::-webkit-input-placeholder {
  font-family: FontAwesome;
}

form#searchform input::-moz-placeholder {
  font-family: FontAwesome;
}

form#searchform input:-ms-input-placeholder {
  font-family: FontAwesome;
}

form#searchform input::placeholder {
  font-family: FontAwesome;
}
input#searchsubmit {
    color: #fff;
    background: #003a83;
    border: 1px solid #b2b8c6;
    width: 90px !important;
    border: 0;
    border-radius: 2px;
    vertical-align: bottom;
    transition: all .5s ease;
    float: left;
}
.search-bar-desk {
    overflow: hidden;
    margin-bottom: 10px;
}



.blog-block-wrap{display: flex;flex-wrap: wrap;}
.blog-box{display: flex;}
.noraping{display: inline-block;flex-direction: column;width: 100%;background-color: #fff;margin-bottom: 30px;}



/*------------------new blog-list-box css -------------*/
.col-md-4.sidebar-popular .wrap.blog-list-box {padding-left: 0;padding-right: 0;padding-bottom: 25px;}
.blog-list-box h2 {margin-bottom: 10px;margin-left: 25px;}
.blog-list-box ul {padding: 0;margin: 0 25px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.blog-list-box ul li {width: 48.40%;margin: 0 0 9px;}
.blog-list-box ul li a {display: block;text-decoration: none;}
.blog-list-box ul li a img{max-width: 100%  !important; height: auto !important;}
.blog-list-box .slimScrollBar {background: #909090 !important;border-radius: 0 !important;opacity: 1 !important;height: 120px !important;}
.blog-list-box .slimScrollRail {background: #e0e0e2 !important;border-radius: 0 !important;opacity: 1 !important;}
.company-news-btn.sidebar-btn a.btn.down-button {margin-top: 10px;margin-bottom: 10px;background: linear-gradient(90deg, rgba(239,89,91,1) 0%, rgba(238,125,65,1) 50%, rgba(237,151,48,1) 100%);}




/*top-strip start here*/
/*body.strip-in-home-page{
    padding-top: 120px;
}*/
/*body.strip-in-home-page header{
    top:40px;
}*/


/*top-strip end here*/



/*Media*/
@media(max-width: 1600px){
body {
        padding-top: 0px;
    margin-top: 70px;
}
header {
    height: 70px;
}
}
@media(max-width: 1480px){
    header {
    height: 70px;
}
    .content p {
        font-size: 18px;
        line-height: 22px;
    }
    .section2 .col-md-6.blog-box .wrap {
        padding: 20px;
        min-height: 168px;
    }
    .hm-page .date p {
        bottom: 20px;
    }

    .sidebar-popular {
        padding-left: 44px;
    }
    body {
        font-family: 'Roboto', sans-serif;
        margin-top: 70px;
    }
    .horizon-swiper .horizon-item {
	    min-width: 490px;
	    margin: 0 10px;
	    vertical-align: top;
	    transition: all .4s ease;
	    min-height: 280px;
	}
	.horizon-item.video h2 {
	   font-size: 60px;
        line-height: 62px;
	    bottom: 30px;
	}
	.horizon-item .webinar-wrapper {
	    padding: 30px 45px;
	    border-radius: 12px;
	    min-height: 280px;
	}
	.horizon-swiper{
	    height: 280px;
	}
	.horizon-item .webinar-wrapper h2 {
	    font-size: 32px;
	    line-height: 34px;
	}
	.horizon-item .webinar-wrapper h3 {
	    font-size: 20px;
	    line-height: 24px;
	    font-weight: 400;
	    margin: 10px 0 10px;
	    bottom: 68px;
	}
	.horizon-item .webinar-wrapper h4 {
	    font-size: 18px;
	}
	section.section1 {
	    padding: 28px 0 10px;
	    background: #fff;
	}
	.slider {
	    margin: 18px 0 10px;
	}
	.sidebar-btn a.btn.down-button span {
	    position: absolute;
	    left: 22px;
	    top: 15px;
	}
	form#searchform input {
	    height: 35px;
	    padding: 0 10px;
	    width: 70%;
	}
    form#commentform p {
        margin: 6px 13px 12px 0;
        overflow: hidden;
        float: inherit;
    }
    form#commentform {
        width: 80%;
    }
    .sidebar-popular .smart-automation ul li a {
        width: 126px;
    }
    .sidebar-popular .smart-automation ul li a h3 {
        font-size: 15px;
    }
    .resize-captcha{
        transform:scale(0.88);
        -webkit-transform:scale(0.88);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
    .top-strip p {
    font-size: 14px;
    letter-spacing: .5px;
}

.blog-list-box ul li {margin: 0 0 8px;}
}

@media(max-width:1200px){
    header {
    height: 56px;
}
    body {
    margin-top: 55px;
}
    .content p {
        font-size: 16px;
        line-height: 22px;
    }
    .section2 .col-md-6.blog-box .wrap {
        padding: 15px;
        min-height: 130px;
    }
    .sidebar-popular {
        padding-left: 0px;
    }
    .col-md-4.sidebar-popular .wrap {
        padding: 32px 26px 46px;
        background: #fff;
    }
    .sidebar-popular li {
        margin-bottom: 20px;
        line-height: 18px;
    }
    /* .section1 h1 {
        font-size: 60px;
    } */

    /* Added by Venkat on 28 Jun 24 -- Begin */
    .section1 h1, .section1 span.blog-title {
        font-size: 60px;
    }
    /* Added by Venkat on 28 Jun 24 -- End */
    section.section1 {
        padding: 8px 0 6px;
    }
    .slider {
        margin: 16px 0 20px;
    }

    .horizon-item .webinar-wrapper h3 {
	    font-size: 22px;
	    line-height: 28px;
	    margin: 30px 0 24px;
	    bottom: 50px;
	}
	.horizon-item .webinar-wrapper h2 {
		font-size: 26px;
	    line-height: 30px;
	}
	.horizon-item .webinar-wrapper h4 {
	    font-size: 16px;
	    line-height: 24px;
	}
	.horizon-item .webinar-wrapper h3 {
	    font-size: 18px;
	    line-height: 26px;
	    margin: 30px 0 24px;
	    bottom: 50px;
	}
	.horizon-item .webinar-wrapper .btn {
	    font-size: 17px;
	    padding: 5px 20px;
	    bottom: 26px;
	}
	.horizon-item .webinar-wrapper {
	    padding: 20px 30px;
	    border-radius: 12px;
	    min-height: 254px;
	}	
	.horizon-swiper{
	    height: 254px;
	}
	.horizon-swiper .horizon-item {
		 min-height: 254px;
	   	  min-width: 460px;
	}
	.horizon-item.video h2 {
	    font-size: 54px;
	    line-height: 46px;
	    bottom: 24px;
	    left: 20px;
	}
	.content p a {
	    font-size: 18px;
	    font-weight: 300;
	    line-height: 22px;
	}
	.horizon-swiper.initialized .horizon-dots {
	    display: none;
	}
	.blog-details .blog-details h1 {
	    font-size: 30px;
	    line-height: 38px;
	    margin: 20px 0 26px;
	}
	.section2 {
	    padding: 50px 0;
	    position: relative;
	}
	.breadcrumb {
	    padding: 8px 15px;
	    margin-top: -10px;
	}
	form#searchform input {
	    height: 35px;
	    padding: 0 10px;
	    width: 68%;
	}

    /*anand*/
    .hm-page .author {
        float: none;
        width: 100%;
    }

    .no-float {
        float: none !important;
    }
    .resize-captcha{
        transform:scale(0.80);
        -webkit-transform:scale(0.80);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }

}
@media(max-width:992px){
    header {
    top: 0px;
}
    .col-md-8.blog-block-wrap {
        width: 100%;
    }
    .col-md-4.sidebar-popular {
        width: 100%;
        padding: 0 30px;
    }
    .col-md-8.blog-block-wrap{
        overflow: hidden;
    }
    .content-details p {
        font-size: 16px;
        margin: 14px 0;
        line-height: 23px;
    }
    .blog-details .blog-details h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 26px;
    }
    .sidebar-popular h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .col-md-4.sidebar-popular .wrap {
        padding: 32px 26px 32px;
        background: #fff;
    }
    /*slider*/
   .horizon-swiper .horizon-item {
	    min-height: 264px;
	    border-radius: 12px;
	    overflow: hidden;
	    min-width: 500px;
	}
	.horizon-item .webinar-wrapper {
	    padding: 20px 24px;
	    border-radius: 12px;
	    min-height: 264px;
	}

	.horizon-swiper{
	    height: 264px;
	}
	.horizon-item .webinar-wrapper h2 {
	    font-size: 30px;
	    line-height: 35px;
	}
	.horizon-item .webinar-wrapper h3 {
	    font-size: 20px;
	    line-height: 26px;
	    margin: 15px 0 15px;
	    bottom: 64px;
	}
	.horizon-item .webinar-wrapper .btn {
	    bottom: 32px;
	}
	.horizon-item.video h2 {
	    font-size: 56px;
	    line-height: 49px;
	    bottom: 16px;
	    left: 20px;
	}
	.horizon-item .webinar-wrapper h4 {
	    font-size: 16px;
	    line-height: 24px;
	    letter-spacing: 2px;
	}
	.horizon-swiper.first-item.mouse-drag.initialized.arrows.dots {
	    height: auto;
	    overflow: hidden;
	}
	li {
	    font-size: 16px;
	}
	.sidebar-btn a.btn.down-button span {
    position: absolute;
    left: inherit;
    top: 15px;
    margin-left: -30px;
}
form#searchform input {
    height: 35px;
    padding: 0 10px;
    width: 40%;
}
.sidebar-popular .smart-automation ul li a {
    width: 130px;
}
.left-side-strip, .right-side-strip {
    display: none;
}
.mobile-strip {
    display: block;
}
.mobile-strip .left-side-strip, .mobile-strip .right-side-strip {
    display: inline-block;
    padding: 0px 50px;
    max-width: fit-content;
    flex: 1;
}
.top-strip {
    padding: 7px 0px;
padding-bottom: 0;}
body {
    margin-top: 55px;
}
nav.custom-pagination{
    margin-bottom: 45px;
    margin-top: 15px;
}

}
@media(max-width: 768px){
       /*anand*/
    .hm-page .author {
        float: left;
        width: 60%;
    }

    .views {
        float: right;
    }
    .no-float {
        float: right !important;
    }
    header {
    height: 50px;
}
body {
    margin-top: 50px;
}
}

@media(max-width:700px){
.horizon-item .webinar-wrapper h3 {
    font-size: 18px;
    bottom: 60px;
}
.horizon-item .webinar-wrapper .btn {
    bottom: 25px;
    font-size: 14px;
}
.horizon-item .webinar-wrapper {
    min-height: 238px;
}
.horizon-swiper{
	height: 238px;
}
.horizon-swiper .horizon-item {
    min-height: 238px;
    border-radius: 12px;
    overflow: hidden;
    min-width: 420px;
}
.horizon-item.video h2 {
    font-size: 46px;
    line-height: 43px;
    bottom: 18px;
}
.horizon-swiper .horizon-prev, .horizon-swiper .horizon-next {
    top: 38%;
}

/* .section1 h1 {
    font-size: 45px;
    line-height: 65px;
} */

/* Added by Venkat on 28 Jun 24 -- Begin */
.section1 h1, .section1 span.blog-title{
    font-size: 45px;
    line-height: 65px;
}
/* Added by Venkat on 28 Jun 24 -- End */
.section2 {
    padding: 42px 0;
    position: relative;
}
.content p {
    font-size: 16px;
    line-height: 22px;
}
.section2 .col-md-6.blog-box .wrap {
    padding: 25px;
    min-height: auto;
}
.col-md-8.blog-block-wrap .blog-img {
    margin-top: 20px;
}
form#searchform input {
    height: 35px;
    padding: 0 10px;
    width: 60%;
}
/*anand*/
 .breadcrumb{
        position: relative;
        padding:5px 15px 0 15px;
    }
    .single-section{
        padding: 10px 0 42px 0 !important;
    }
    .single-mobile-wrap{
        display: block !important;

    }
}
@media(max-width:640px){
    .col-md-6.col-sm-6.blog-box img {
        width: 100%;
    }
    .content p {
        font-size: 18px;
        line-height: 22px;
    }
    .col-md-6.col-sm-6.blog-box {
        padding: 0;
    }
    .col-md-4.sidebar-popular {
        width: 100%;
        padding: 0 15px;
    }
    .blog-details .blog-details h1 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .blog-details .date p {
        font-size: 16px;
    }
    .date {
        margin: 26px 0 8px;
    }
    .video-popup iframe {
        width: 410px;
        height: 268px;
    }
    .modal-dialog {
        position: relative;
        width: auto;
         margin: 0; 
    }
   .horizon-item.video h2 {
	    font-size: 38px;
	    font-weight: 700;
	    line-height: 34px;
	    bottom: 20px;
	}
	.horizon-swiper .horizon-item {
	    min-height: 238px;
	    border-radius: 12px;
	    min-width: 380px;
	}
	.horizon-swiper .horizon-prev, .horizon-swiper .horizon-next {
	    top: 42%;
	    background-size: 50%;
	}
	.horizon-swiper .horizon-next {
	    right: -14px;
	}
	.section2 .col-md-6.blog-box .wrap {
	    padding: 15px;
	    min-height: 124px;
	}
	.sidebar-btn a.btn.down-button {
	    width: 100%;
	    font-size: 18px;
	}
	.horizon-swiper.arrows {
	    padding: 0 20px !important;
	}
    .share-post span {
        margin-right: 5px;
        font-weight: 400;
        padding-left: 0;
    }
    .share-post {
        float: left;
        width: 100%;
    }
    .share-post a img {
        margin-top: -4px;
        width: 24px;
        height: auto;
    }
    .share-post a img {
        margin-top: -2px;
        width: 24px;
        height: auto;
    }
    .views {
        padding-right: 28px;
    }

/*anand*/
    form#commentform {
        width: 100%;
    }
    form#commentform textarea#comment{
        height: 150px;
    }


}

@media (max-width: 520px){
    .blog-details .author{
        float: none;
    }
    .views{
        float: none;
        width: 100%;
    }
    form#commentform textarea#comment{
        height: 100px;
    }
    form#commentform input{
        height: 35px;
    }
    header {
    height: 50px;
}
}

@media(max-width:425px){
    .video-popup iframe {
        width: 300px;
        height: 188px;
    }
    .horizon-swiper .horizon-item {
	    min-height: 216px;
	    border-radius: 12px;
	    min-width: 310px;
	}
	.horizon-item.video h2 {
	    font-size: 32px;
	    line-height: 28px;
	    bottom: 20px;
	}
	.horizon-item .webinar-wrapper {
	    min-height: 216px;
	}
	.horizon-item .webinar-wrapper h2 {
	    font-size: 22px;
	    line-height: 25px;
	}
	.horizon-item .webinar-wrapper h4 {
	    font-size: 13px;
	    line-height: 24px;
	    letter-spacing: 2px;
	}
	.horizon-item .webinar-wrapper h3 {
	    font-size: 16px;
	    bottom: 52px;
	    line-height: 19px;
	}
	.horizon-item .webinar-wrapper .btn {
	    bottom: 23px;
	    font-size: 14px;
	}


       /*anand*/
    .hm-page .author {
        float: none;
        width: 100%;
    }

    .views {
        float: none;
    }
    .single-mobile-wrap{
        display: block !important;
        padding: 0;
    }
    .breadcrumb{
        position: relative;
        padding:5px 0px 0 0px;
    }

}

@media(max-width: 350px){
	.horizon-item.video h2 {
	    font-size: 36px;
	    font-weight: 700;
	    line-height: 35px;
	    bottom: 20px;
	}
    .resize-captcha{
        transform:scale(0.72);
        -webkit-transform:scale(0.72);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
    
    .blog-list-box ul li {
        width: 100%;
    }
}


b, strong {
    font-weight: 700;
}

/*popup-triger-button*/
a.popup-trigger-btn{display: block; position: fixed; top: 50%; height: 260px; width: 30px; background-color: #f10101; border-top-left-radius: 5px; border-bottom-left-radius: 5px; z-index: 9990; right: 0px; transform: translate(-0%, -50%); cursor: pointer; text-decoration: none;}
a.popup-trigger-btn p{width: 215px; text-align: center; padding: 0; letter-spacing: 1px; margin: 0; margin-left: -92px; margin-top: 120px; font-size: 15px; color: #fff; transform: rotate(-90deg); transform-origin: center;}
/*popup-triger-button*/


.energy-efficiency-summit .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.energy-efficiency-summit .modal-dialog{width: 610px; background: #fff; border-radius: 0 !important;}
.energy-efficiency-summit .modal-content{box-shadow: none;border: none; 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

 a.btn.know-more-btn {
    background: #1c3667;
    color: #fff;
    /* width: 247px; */
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 20px;
    transition: all .4s ease;
}

a.btn.know-more-btn:hover {
    background: #f7941d;
    transition: all .4s ease;
}


.energy-efficiency-summit .modal-body {padding: 0; overflow: hidden; padding: 35px 20px 20px 20px;     text-align: center;}
.energy-efficiency-summit img {width: 100%; height: 100%;}
.energy-efficiency-summit button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background: 0 0; border: 0; top: 8px; position: absolute; right: 12px;opacity: .8;}

@media(max-width:1400px){
.energy-efficiency-summit .modal-dialog {width: 510px; background: #fff; border-radius: 0 !important;}
}
@media(max-width:1200px){
.energy-efficiency-summit .modal-dialog {width: 500px; background: #fff; border-radius: 0 !important;}
}

@media(max-width:992px)
{.energy-efficiency-summit .modal-dialog {width: 480px; background: #fff; border-radius: 0 !important;}

.energy-efficiency-summit .footer {text-align: center;}
}


@media(max-width:767px){

.energy-efficiency-summit .modal-dialog {width: 460px;}
.energy-efficiency-summit .modal-body {padding: 0; padding: 26px 16px 16px 16px;}
.energy-efficiency-summit button.close {top: 0px;}
}

@media(max-width:560px){
  .energy-efficiency-summit .modal-dialog { width: 429px;}
}

@media(max-width:450px){
.energy-efficiency-summit .modal-dialog {width: 350px;}
a.btn.know-more-btn {padding: 6px 12px; font-size: 12px; letter-spacing: 1px; margin-top: 10px;}
}


@media only screen and (max-width: 800px) and (min-width: 767px)  {

    .energy-efficiency-summit .modal-dialog {width: 500px;}
}