/*
Theme Name: BuildTrack News
Theme URI: https://www.buildtrack.in/
Author: BuildTrack
Author URI: https://www.buildtrack.in/
Description: Custom Wordpress theme developed for BuildTrack news website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buildtrack_news

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://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
--------------------------------------------------------------*/

/* RESET BOOTSTRAP STYLE for COMMON ELEMENTS */
h1, h2, h3, h4, h5, h6, p, a, sub, sup,b, u, i, center,ol, ul, li,form, label,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary,audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;}
.nav>li>a:focus, .nav>li>a:hover,.carousel-control.left,.carousel-control.right,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background:none;}
/*for social media edits*/
.navbar-right {margin-right: 0px;}
/*for social media edits*/
a:active,a:focus,a:hover,a:visited{outline:none;}
.btn.focus, .btn:focus, .btn:hover{color:#fff;}
.form-control{box-shadow:none;}
.clearfix{clear:both;height:0;font-size:0;line-height:0;}
textarea{font-family: 'Roboto', sans-serif;font-weight:300;}
sup{font-size:10px;}




body{ padding-top: 40px;font-family: 'Roboto', sans-serif;color:#333;font-weight:300;overflow-x:hidden; background: #edeff3;}
.wrapper{width:1300px;margin:0 auto;position:relative;}


/* HEADER */
header{width:100%;height:80px;background-color:#fff;position:fixed;top:0px;z-index:1500;border-bottom:1px solid #e5e5e5;transition:all .3s linear;}
header .navbar {position: relative;min-height: 80px;margin-bottom: 0;transition:min-height .3s ease-in-out;}
/* HEADER: LOGO */
header .navbar a.navbar-brand {float: left;height: auto;padding: 0;font-size: 15px;line-height: 15px;color:#000;font-family: 'Lato', sans-serif;font-weight:700;margin-top: 22px;transition:all .3s ease-in-out;}
header .navbar a.navbar-brand img{display:inline-block;vertical-align: middle;padding-right:10px;transition:all .3s ease-in-out;height:31px;}
header .navbar a.navbar-brand span.logo-bg{width: 202px;height: 31px;display: inline-block;overflow: hidden;background: url(../images/logo-buildtrack.svg) no-repeat center;background-size: cover;margin-right: 10px;text-indent:-9999px;transition:all .3s ease-in-out;}
header .navbar a.navbar-brand span{display:inline-block;vertical-align: middle;padding-left:10px;border-left:1px solid #e9e9e9;/*transition:all .3s ease-in-out;*/}
/* HEADER: MENU */
header .navbar ul.nav > li{margin-left: 12px;transition:all .3s ease-in-out;}
header .navbar ul.nav li a{font-size:14px;color:#000;font-family: 'Lato', sans-serif;font-weight:700;padding-top: 30px; padding-bottom: 29px;transition:all .3s ease-in-out;}
header .navbar ul.nav li.home-item a{font-size: 14px;color: #000;font-family: 'Lato', sans-serif;font-weight: 700;padding-top: 25px;padding-bottom: 29px;}
header .navbar ul.nav li.home-item a i{font-size:50px;}
header .navbar ul.nav ul{border:none; padding: 0;}
header .navbar ul.nav ul li{margin-left: 0;margin-bottom: 0px;}
header .navbar ul.nav ul li a{font-weight:400;    padding: 7px 20px;}
header .navbar ul.nav li a:hover,header .navbar ul.nav li a.active{color:#1e3768;}
header .navbar ul.nav li a.login-btn{color:#1e3768;}
header .navbar ul.nav li a.login-btn:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{color:#1e3768;}
/*for social media edits*/
header .navbar ul.nav li a.social-media-padding{ padding-left: 0px; padding-right: 0px; padding-top: 23px;}
/*for social media edits end*/
header .navbar ul.nav .dropdown-menu>li>a:focus, header .navbar ul.nav .dropdown-menu>li>a:hover, header .navbar ul.nav .dropdown-menu>li>a.active{color:#fff;background-color:#1e3768;}

/*HEADER: SMALLER WHILE SCOLLING JS IF SCROLL TOP GREATER THAN 100PX*/
header.scroll{height:50px; top: 0px; z-index:9999; }
header.scroll .navbar {min-height: 50px;}
header.scroll .navbar a.navbar-brand {margin-top: 10px;font-size: 12px;line-height: 12px;}
header.scroll .navbar a.navbar-brand img {height: 19px;}
header.scroll .navbar ul.nav li {margin-left: 0;}
header.scroll .navbar ul.nav li a{padding-top: 15px; padding-bottom: 14px;font-size: 13px;}
header.scroll .navbar ul.nav ul li a{padding: 7px 20px;}
header.scroll .navbar a.navbar-brand span.logo-bg{width: 162px;height: 24px;}

/*for social media edits*/
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.scroll .navbar ul.nav ul li a{padding:7px 20px;}
/*for social media edits end*/
header.scroll .navbar a.navbar-brand span.logo-bg{width:162px;height:24px;}

/*share*/
.social-mob{display: none !important;}
li.nav-social a, li.nav-social a:hover, li.nav-social a:focus, li.nav-social a:visited {
    padding: 11px 17px !important;
    height: 50px;
    margin-top: 14px;
    background: transparent;
    /*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%);*/
}

.social-share {
    display: inline-block;
    position: absolute;
    overflow: hidden;
    float: right;
    right: 40px;
    height: 40px;
    margin-top: 20px;
    /*display: none;
    opacity: 0;*/
    transition: all .4s ease;
    width: 0;
    background: #fff;
    
}

.social-share.s-active{
    opacity: 1;
    width: 218px;
    padding: 11px;
}

.social-share li a:hover .icon{
    opacity: .8;
}

.social-share li {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
}

svg.svg-inline--fa.fa-share-alt.fa-w-14 {
    font-size: 26px;
    color: #1b3668;
}
svg.svg-inline--fa.fa-share-alt.fa-w-14:hover {
    color: #335594;
}

header.scroll li.nav-social a, header.scroll li.nav-social a:hover {
    padding: 11px 17px !important;
    height: 50px;
    margin-top: 0;
    background: transparent;
}

header.scroll .social-share {
    display: inline-block;
    position: absolute;
    overflow: hidden;
    float: right;
    right: 40px;
    height: 40px;
    margin-top: 3px;
    /*display: none;
    opacity: 0;*/
    transition: all .4s ease;
    width: 0;
    background: #fff;
}
header.scroll .social-share.s-active{
    opacity: 1;
    width: 200px;
    padding: 11px;
}
.social-share{
    transition: all .5s ease;
    opacity: 0;
}
.social-share.s-active{
    opacity: 1;
}

.social-share i.icon {
    color: #7d7c7c;
    line-height: 0;
}
.social-share li i{opacity: 0; transition: all .5s ease;}
.social-share.s-active li i{opacity: 1; transition: all .5s ease;}

.social-share.s-active li {
    padding: 0 8px;
}
.social-share a:focus, .social-share a:hover {
    color: #23527c;
    text-decoration: none;
}
.social-share li a.fb:hover i {
    color: #3d5a98;
}
.social-share li a.gp:hover i {
    color: #dc4a38;
}
.social-share li a.in:hover i {
    color: #0177b5;
}
.social-share li a.yt:hover i {
    color: #cd201f;
}
/*social mob*/
.s-wrap {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    padding: 10px;
    z-index: 9999;
    height: 49px;
}
.social-share.s-share.social-mob {
    position: absolute;
    top: 0;
    z-index: 9999;
}
/*for social media edits*/
header .navbar ul.nav li a i.social{
    font-size: 20px;
    color: #cacbcc;
    color: #888888;
    line-height: 34px;
    transition: color .3s ease-in-out;
}
header i.icon.icon-social-fb.social:hover {color: #6d84b4; /*#3d5a98;*/}

header i.icon.icon-social-gp.social:hover {color: #dc4a38;}

header i.icon.icon-social-in.social:hover {color: #0177b5;}

header i.icon.icon-social-instagram.social:hover {color: #d61386;}

header i.icon.icon-social-youtube.social:hover, header i.icon.icon-social-youtube.social.active {color: #cd201f;}
/*for social media edits end*/


/* hover social icon hide show css */
header .navbar ul.nav .social-list {display: flex;align-items: center;position: absolute;right: 0;top: 0;height: 79px;background: #fff;transition: all 0.3s ease-in-out;}
header .navbar ul.nav .social-list:hover {box-shadow: -13px -13px 18px #00000026;}
header .navbar ul.nav .social-list ul {display: flex;justify-content: flex-end;width: 105px;overflow: hidden;transition: all 0.3s ease-in-out;}
header .navbar ul.nav .social-list:hover ul {width: 170px;}
header .navbar ul.nav .social-list .left-arrow-black {display: inline-block;padding: 4px 0px 0 0px;transition: all 0.3s ease-in-out}
header .navbar ul.nav .social-list:hover .left-arrow-black {opacity: 0;visibility: hidden; }
header .navbar ul.nav .social-list li {margin-left: 15px;}
header .navbar ul.nav .social-list li:first-child {margin: 0;}
header .navbar ul.nav .social-list li a {text-decoration: none;font-size: 14px;padding: 0;display: block;}
header .navbar ul.nav > li:last-of-type {margin-right: 130px;}
header.scroll .navbar ul.nav .social-list {height: 49px;}
header.scroll .navbar ul.nav .social-list a.social-media-padding {padding: 0;}
header.scroll .navbar ul.nav .social-list a.social-media-padding i.social {font-size: 20px;}


/* *** */

/* *** */
.blog .container,  .blog-detail .container{
	width: 1300px;
	padding: 0;
}
.main-wrapper{
	width: 1300px;
	margin: auto;
}
.side-bar {
	width: 29.333333%;
	margin-top: 50px;
}

.pad-none{
	padding: 0;
}
.news br, .detail-wrapper br{
	display: none;
}
.news-content .row {
    margin-right: -15px;
    margin-left: 0;
}
.news .col-md-8 {
	padding-left: 0;
}
.top-header h1 {
    font-size: 100px;
    font-weight: 700;
    color: #1e3768;
	  line-height: 140px;
}
.top-header p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    color: #000;
}
.top-header h1 a {
    color: inherit;
}
.top-header h1 a:hover {
    color: inherit;
		text-decoration: none;
}
sup {
    font-size: 14px !important;
}

.top-header {
    padding: 30px 0 46px;
    background: #fff;
    margin-top: 40px;
}
.blog-webinars h4 {
    font-size: 22px;
    color: #1e3768;
    margin-bottom: 8px;
}
.news .col-md-8.news-sec-left, section.news-detail.post-detail .col-md-8 {
    padding-right: 44px;
    width: 70.666667%;
}

section.news-detail.post-detail .col-md-8 img{display: block;width: auto;max-width: 100%;height: auto;}
.date {
    font-size: 14px;
    font-weight: 400;
    color: #797777;
    margin-top: -3px;
}
article.news-content .date {
    text-transform: uppercase;
}
.detail-wrapper .date {
    text-transform: uppercase;
}
.news-detail a:hover{
	text-decoration: underline !important;
}
.news-content h2 a:hover, .news-content h2 a:focus{
	text-decoration: none !important;
	 color: #1e3768;
}
.news h2 a, .news h3 a:hover, .news h4 a:focus, .news-detail h2 a, .news-detail h3 a:hover, .news-detail h4 a:focus, p a{
	color: inherit;
}

.news-detail h2, .news-detail h3, .news-detail h4{
	margin: 40px 0 10px;
}
.news h2 {
    font-size: 24px;
    font-weight: 200;
    line-height: 30px;
    margin: 8px 0 18px;
    color: #000;
}
.news p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #333;
}
.recent-news li a, .recent-news li a:hover {
    color: inherit;
    font-weight: 200;
}
.news .col-md-7 {
    width: 51.333333%;
    padding-left: 22px;
    float: left;
    position: relative;
    min-height: 230px;
}

.news .col-md-5 {
    width: 47.333333%;
    float: left;
}
.detail-wrapper ul li, .detail-wrapper ol li{
		color: #333;
    font-weight: 100;
}
/*
.col-md-7 {
    width: 55.333333%;
}*/
a.read-more-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #1e3768;
    text-transform: capitalize;
    transition: all .3s ease;
    position: absolute;
    bottom: 0;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: underline;
}
a.read-more-btn:hover {
		text-decoration: none;
}
.news-content {
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
}
article.news-content p a {
    text-decoration: underline;
		text-decoration-color: #b3b2b2;
}
article.news-content p strong {
    font-weight: 500 !important;
}
.side-bar-wrapper h4 {
    font-size: 22px !important;
    font-weight: 300;
    color: #000;
    margin: 20px 0 5px;
}
.side-bar-wrapper .col-md-4.side-bar ul li {
  list-style-type: disc;
  color: #fff;
  font-size: 16px;
  margin: 14px 0;
}
.side-bar-wrapper .recent-news {
    padding: 36px 30px 30px 30px;
    background: #b2b8c6;
}
.side-bar-wrapper .recent-news ul {
		padding-left: 18px;
}
.side-bar-wrapper .archives {
    background: #fff;
    padding: 30px 30px 22px;
}
.side-bar-wrapper select#sel1 {
    background: transparent;
    border-bottom: 1px solid #afaaaa !important;
    border: 0;
    border-radius: 0;
		padding: 0;
		font-size: 16px;
		color: #000;
}
.side-bar-wrapper .form-control {
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
		transition: all .5s ease;
}
.side-bar-wrapper .subscribe-form .btn {
	 border-radius: 0;
     padding: 6px 8px;
     background: #003a83;
     color: #fff;
}
.side-bar-wrapper .archives label {
  font-size: 24px;
	margin-bottom: 14px;
}
.side-bar-wrapper a.btn.down-button {
  width: 100%;
}
.side-bar-wrapper 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;
    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 );
}
.side-bar-wrapper 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;
}

.side-bar-wrapper a.btn.down-button:hover, a.btn.down-button:focus{
	color: #ddd;
}
.side-bar-wrapper a.btn.down-button span {
    position: absolute;
    left: 44px;
}
article.news-content img {
    width: 100%;
		height:auto;
}
.news-fluid{
	width: 100% !important;
	padding: 0 !important;
}
.side-bar-wrapper h2 {
    font-size: 24px !important;
    font-weight: 300;
    color: #fff;
    margin: 0 0 16px;
}
.archives .widget_archive {
    font-size: 24px;
}
.widget_archive select {
    background: transparent;
    border-bottom: 1px solid #afaaaa !important;
    border: 0;
    border-radius: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
    width: 100%;
    outline: none;
}
.side-bar-wrapper .archives label {
    font-size: 24px;
    margin-bottom: 14px;
    display: none;
}
.side-bar-wrapper .archives {
    background: #fff;
    padding: 24px 30px 32px;
}
.news-content a.more-link {
    display: none;
}
section#search-2 {
    margin: 8px 0 32px;
}
section#search-2 label {
    width: 66%;
    border: 0;
}
section#search-2 input.search-field {
    border: 0;
    background: #fff;
		width: 100%;
    height: 32px;
    padding: 10px;
}
section#search-2 input.search-submit {
    padding: 5px 14px;
    background: #1e3768;
    border: 0;
    color: #fff;
}
span.screen-reader-text {
    display: none;
}
.custom-pagination span.dots {
    padding: 0;
    color: #003a83 !important;
}
form#searchform {
    margin-bottom: 28px;
}
searchform input {
    padding:10px;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
form#searchform input {
    height: 35px;
    padding: 0 10px;
    width: 75%;
    outline: none;
    border: 0;
    border-radius: 2px;
    border: 1px solid #ddd;
}
form#searchform input::placeholder,
form#searchform input::-webkit-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;
}
input#searchsubmit:hover {
    background: #0a4da0;
}
.blog-detail .side-bar {
    width: 29.333333%;
}

/* social media share icon */

.blog-webinars h2 {
    padding: 0 20px 0 30px;
}
.widget_a2a_share_save_widget a {
    padding-right: 10px;
}
.share-post > span {
    font-size: 16px;
    font-weight: 500;
    padding-right: 8px;
    vertical-align: sub;
}
.share-post {
    float: left;
    margin-top: 20px;
}
.share-post img{
    margin-bottom: 0 !important;
}
.widget_a2a_share_save_widget {
    display: inline-block;
    text-align: right;
    margin: 10px 0;
}
 /************ webnar-sidebar *************/

.news-head {
    width: 70.666667%;
    float: left;
}
.news-head.hm-hed {
    margin-top: 30px;
}
.blog-webinars {
    position: relative;
    width: 100%;
    float: none;
}

.blog-webinars li {
    list-style-type: none !important;
    margin: 0 !important;
    color: #000 !important;
    text-align: left;
}
.blog-webinars ul{
    padding: 0 !important;
}
/*
li.webinar-box1{
    z-index: 999;
}
*/
li.webinar-box1 .webinar-body, li.webinar-box2 .webinar-body {
    padding:20px 18px;
}

.bluebox{
    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 );
}
.yellowbox{
    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 );
}
.goldbox {
    background: #a0852e;
    background: linear-gradient(to right, #e0b428 0%,#caa635 51%,#a0852e 100%) !important;
}
.webinar-footer .svg-inline--fa.fa-w-10
{
    margin-left: 5px;
}


li.webinar-box1, li.webinar-box2{
/*    position: absolute;*/
    top: 0;
    width: 100%;
}
/*
li.webinar-box2 h3 {
    margin: 13px 0 19px;
}
*/


.blog-webinars h3 {   
	color: #fff;
    font-size: 26px !important;
    margin: 0 0 8px;
    line-height: 28px;
}
.blog-webinars h5 {
    font-size: 14px !important;
    color: #fff;
}
.blog-webinars h5 sup, .webinar-footer li sup{font-size: 10px !important;}
.webinar-footer li sup{}

.blog-webinars .btn {
    text-transform: uppercase;
    background: none;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    border: 1px solid #fff;
    padding: 3px 16px;
    position: relative;
    overflow: hidden;
    margin-top: 14px;
}
.blog-webinars .btn:hover, .blog-webinars .btn:focus {
    text-decoration: none !important;
    background: transparent;
    color: #fff;
}
.blog-webinars .btn:hover::before {
    transform: rotate(30deg) translate(100px, -80px);
    opacity: 0.2;
}
.blog-webinars .btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    width: 60px;
    height: 500px;
    content: '';
    z-index: 1;
    opacity: 0.2;
    transition: 0.5s;
    transform: rotate(30deg) translate(-180px, -80px);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.98) 51%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.98) 51%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.98) 51%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.webinar-box2{
    display: none;
}
li.webinar-box2 .webinar-footer {
    padding: 8px 14px 8px 15px;
    overflow: hidden;
    cursor: pointer;
}
li.webinar-box1 .webinar-footer {
    padding: 8px 14px 8px 17px;
    overflow: hidden;
    cursor: pointer;
}
.webinar-footer li {
    color: #fff !important;
}
.webinar-footer span:first-child {
    float: left;
}
.webinar-footer span:last-child {
    float: right;
}
.webinar-footer span i.fa.fa-angle-up, .webinar-footer span .fa-angle-down {
    margin-left: 8px;
}
.webinar-footer i{
    -webkit-animation-name: bounceball;
    -webkit-animation-duration: .8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-delay: 0;

    animation-name: bounceball;
    animation-duration: .8s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 0;
}

 @-webkit-keyframes bounceball {
    from {transform: translateY(-2px);}
    to   { transform: translateY(1px);}
}

.webinar-box2 .webinar-close {
    position: absolute;
    right: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.58);
    padding: 2px 1px 2px 6px;
    /* border: 1px solid #edeff3; */
}
span.webinar-close img {
    width: 72%;
}





/*** details page ***/

.news-detail h2 {
    font-size: 26px;
}
.news-detail h3{
    font-size: 22px;
}
.news-detail h4{
    font-size: 18px;
}
.news-detail h2 strong, h3 strong, h4 strong{
	font-weight: 500;
}
h2 br {
    display: none;
}
.detail-wrapper a {
    color: #1b3668;
    text-decoration: underline;
    transition: all .5s ease;
    color: inherit;
}
.detail-wrapper a:hover{
	  color: #53668a;
}
.post-banner img{
	width: 100%;
	height: auto;
}
.news-detail .attachment-post-thumbnail{
	max-width: 100%;
  margin-bottom: 56px;
}
.wp-caption .aligncenter{
    width: 100% !important;
}
.news-detail ul, .news-detail ol {
	padding-left: 15px;
}
.news-detail ul li {
  font-size: 16px;
  font-weight: 400;
  list-style-type: disc;
}
.news-detail ol li {
  font-size: 16px;
  font-weight: 400;
	list-style-type: decimal;
}
.detail-wrapper {
  /* width: 850px; */
  /* margin: auto; */
  /* padding-right: 40px; */
  width: 70.666667%;
  margin: auto;
  padding: 0 28px;
}


section.news-detail h1 {
    font-size: 42px;
    color: #1e3768;
    font-weight: 600;
    padding-bottom: 18px;
    border-bottom: 1px solid #1b3668;
    line-height: 50px;
		margin-bottom: 26px;
}
section.news-detail .inner_img {
    margin: 25px 0;
}
section.news-detail h1 br{
	display: none;
}
section.news-detail .date {
    margin: 0 0 18px;
    font-size: 18px;
}
section.news-detail p {
    font-size: 18px;
    margin: 25px 0;
}
figcaption.wp-caption-text {
    margin: 5px 0;
    font-style: italic;
}
section.news-detail figure {
    width: 100% !important;
    height: auto;
}
.btn-prev{
    float: right;
}
.btn-prev{
    float: left;
}
.btn-prev a {
    float: left;
}
.btn-next a {
    float: right;
}
.btn-prev a, .btn-next a {
    background: #1e3768;
    color: #fff;
    border-radius: 4px;
    padding: 5px 0;
		width: 84px;
		text-align: center;;
    margin-top: 50px;
		transition: all .5s ease;
		text-decoration: none;
}
span.btn.btn-prev a, span.btn.btn-next a  {
    color: #fff;
}
.btn-next a:hover, .btn-prev a:hover {
    background: #4062a2;
    color: #fff;
		text-decoration: none !important;
}
.blog-detail .top-header {
    padding: 0px 0 22px;
		margin-bottom: 0;
    background: #fff;
}
.blog-detail .top-header h1 {
		line-height: 126px;
    margin-left: -6px;

}


/**/
section.news-detail.post-detail .detail-wrapper {
    width: 100%;
		padding: 0;
}
section.news-detail.post-detail .col-md-8 {
    padding: 0 44px 0 0;
		  margin-top: 50px;
	    margin-bottom: 50px;
}
section.news-detail.post-detail .side-bar {
    width: 29.333333%;
}





/* FOOTER */
footer{width:100%;background:#fff;position:relative;padding:60px 0 30px 0;border-top:10px solid #edeff3;}
/* FOOTER: LOGO & COPYRIGHT */
footer .foot-col-01{width:350px;float:left;}
footer .foot-col-01 a.footer-logo {display:block;height: 34px;padding: 0;font-size: 15px;line-height: 15px;color:#000;font-family: 'Lato', sans-serif;font-weight:700;margin-bottom:178px;}
footer .foot-col-01 a.footer-logo img{display:inline-block;vertical-align: middle;padding-right:10px;}
footer .foot-col-01 a.footer-logo span{display:inline-block;vertical-align: middle;padding-left:10px;border-left:1px solid #e9e9e9;}
footer .foot-col-01 p{display:block;}
/* FOOTER: SOLUTINOS MENU */
footer .foot-col-02{width:190px;float:right;margin-top: 12px;}
footer .foot-col-02 ul{}
footer .foot-col-02 ul li{margin-bottom:8px;display:block;}
footer .foot-col-02 ul li.title{font-family: 'Lato', sans-serif;font-size:14px;font-weight:700;}
footer .foot-col-02 ul li a{font-family: 'Lato', sans-serif;font-weight:300;font-size:15px;text-decoration:none;color:#000;}
footer .foot-col-02 ul li a:hover{}
/* FOOTER: SITEMAP MENU */
footer .foot-col-03{width:440px;float:right;margin-left:130px;margin-top: 12px;}
footer .foot-col-03 ul.menu-footer{float:left;}
footer .foot-col-03 ul.menu-footer li{margin-bottom:3px;display:block;}
footer .foot-col-03 ul.menu-footer li a{font-family: 'Lato', sans-serif;font-size:14px;font-weight:700;text-decoration:none;color:#000;}
footer .foot-col-03 ul.menu-footer li a:hover,footer .foot-col-03 ul.menu-footer li a.active,footer a:hover{color: #1e3768;}
footer .foot-col-03 ul.menu-social{float:right;}
footer .foot-col-03 ul.menu-social li{float:left;display:block;margin-left:12px;}
footer .foot-col-03 ul.menu-social li.youtube-subscribe{margin-top: 12px;}
footer .foot-col-03 ul.menu-social li.title{font-family: 'Lato', sans-serif;font-size:14px;font-weight:700;margin-bottom:15px;}
footer .foot-col-03 ul.menu-social li.clearfix{clear:both;}
footer .foot-col-03 ul.menu-social li a{font-family: 'Lato', sans-serif;font-size:14px;font-weight:700;text-decoration:none;color:#000;}
footer .foot-col-03 ul.menu-social li a i.icon{font-size:26px;color:#cacbcc;color:#888888;line-height:34px;transition:color .3s ease-in-out;}
footer .foot-col-03 ul.menu-social li a:hover{}
footer .foot-col-03 ul.menu-social li a.fb:hover i{color:#3d5a98;}
footer .foot-col-03 ul.menu-social li a.tw:hover i{color:#33bdfd;}
footer .foot-col-03 ul.menu-social li a.gp:hover i{color:#dc4a38;}
footer .foot-col-03 ul.menu-social li a.in:hover i{color:#0177b5;}
footer .foot-col-03 ul.menu-social li a.yt:hover i, footer .foot-col-03 ul.menu-social li a.yt.active i{color:#cd201f;}/*updated 081318*/
footer .foot-col-03 .foot-row-subscribe{margin-top:41px;}
footer .foot-col-03 .foot-row-subscribe p{font-size:14px;}
footer .foot-col-03 .foot-row-subscribe p strong{font-weight:700;}
footer .foot-col-03 .foot-row-subscribe p em{font-style:italic;}
footer .foot-col-03 form{margin-top:10px;overflow: hidden;}
footer .foot-col-03 .form-inline .form-group{width:100%;clear:both;}
footer .foot-col-03 form input[type="text"].form-control{width:295px!important;height: 43px;background-color:#e5e5e5;border:none;float:left;font-size: 16px;color:#000;}
footer .foot-col-03 form input[type="button"]{background-color:#1e3768;color:#fff;font-size:18px;padding: 8px 20px;height: 43px;float:right;transition:ease-in-out all .4s;border:2px solid #1e3768;}
footer .foot-col-03 form input[type="submit"]:hover{background-color:#06132d;background-color:transparent;color:#1e3768;}
footer .foot-col-03 .form-control:focus {  border-color: #FF0000;box-shadow: none;}

#results p{padding: 13px 4px 2px;font-weight: 500;border-radius: 3px;margin-top: 0px;}
#results p.success{color: #328640;display:inline-block !important;font-style: italic;}
#results p.error{color: tomato: ;font-style: italic;}
.subscribe-form .form-group .form-control{color:#000;}
footer .foot-row-subscribe {display: none;}


footer .nahreview li {
  list-style-type: none;
  display: inline-block !important;
  float: left !important;
  font-size: 14px !important;
  padding-right: 11px;
	color:#fff;
}
.nahreview a {
  color: #fff;
  font-size: 12px !important;
  text-align: left;
	text-decoration:none;
	cursor:default;
}
.nahreview a:hover {
  color: #fff;}
#result{
  width: 100%;
  text-align: center;
  display: block;
  }





/*--modal--popup--*/
.homeAuto .modal-header{ border-bottom: 0!important; background: #485d88; padding: 50px 50px 10px!important; position: relative;}
.homeAuto .modal-header .form-inline .form-group, .form-inline .form-control{width: 100%!important; font-size: 18px; color: #fff;}
.homeAuto .modal-header .form-group input{ background-color: #485d88!important; box-shadow: none!important; height: 40px;}
.homeAuto .modal-header .form-control{border: 1px solid #7f8eac!important;}
.homeAuto .modal-header .form-inline .form-group{margin-bottom: 15px;}
.homeAuto .modal-header .modal-title {font-size: 30px;font-weight: 900;text-transform: uppercase;color: #29abe2;font-family: 'Lato', sans-serif !important;line-height: 32px!important; margin-bottom: 30px!important;}
.homeAuto .modal-header .modal-title span { color: #fff;}
.homeAuto .modal-header .form-control.submit {width: 40%!important; background: #00aeef!important; border: 0!important; padding: 0px 0px 40px; font-size: 27px; font-weight: 900; color: #fff; letter-spacing: 1px; margin-top: 30px; margin-bottom: 20px; }
.homeAuto .modal-footer{ background: #3e527b; border: 0!important;text-align: center!important;color: #fff;padding: 20px!important;}
.homeAuto .modal-footer h4{font-size: 24px; letter-spacing: 0px;}
.homeAuto .modal-footer h4 span{color: #00aeef!important;}
.homeAuto .modal-footer h4 a:hover {text-decoration: none;}
.homeAuto .modal-footer h4 a {color: #fff;}
.homeAuto .modal-header .close {position: absolute; top: 0; right: 0; padding: 10px;}
.homeAuto .modal-header .close:focus{outline: 0;}
.modal-open .modal {overflow-x: hidden;overflow-y: auto; background: rgba(0, 0, 0, 0.91); z-index: 9999;}
.modal-content p br {line-height: 40px;}
.homeAuto .modal-header textarea.form-control {background: #485d88;}
.modal-dialog { display: inline-block;text-align: left; vertical-align: middle;}
div#brochureDownload{text-align: center;}
.modal:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px;}
h4.modal-title {
    margin-top: 0;
}
/*** ***/

select#BrochureDownload{
    background-color: #485d88!important;
    box-shadow: none!important;
	/*-webkit-appearance:none;*/
    height: 40px;
    width: 100%;
    color: #fff;

}
select#BrochureDownload {
	/*	-webkit-appearance:none;*/
    background-color: #485d88!important;
    box-shadow: none!important;
    height: 40px;
    width: 100%;
    color: #9da0a5;
    font-size: 18px;
    border: 1px solid #7f8eac;
    padding: 6px 12px;
    border-radius: 4px;
    outline: none;
		background: transparent;
}
select#BrochureDownload option {
    font-weight: 100;
}

/*404*/

.page-not-found section .wrapper {

    background-position: 50% 0;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: initial;
    padding: 30px 0px;
    text-align: center;
    width: 100%;
}
.page-not-found section .wrapper h1 {
    font-size: 2.5em;
    font-weight: 600;
    color: #1b3667;
    margin-top: 30px;
}
.page-not-found section .wrapper img {
    margin: 3% auto;
}
.search-bar-mob{
	display: none;
}
.search-bar-mob form#searchform {
    text-align: right;
    margin-top: 22px;
    margin-bottom: 5px;
}
.search-bar-mob form#searchform {
    text-align: right;
    margin-top: 22px;
    margin-bottom: 5px;
}
h4.modal-title br {
    display: block;
}
.side-bar-wrapper .foot-row-subscribe br {
    display: block;
}
/*sidebar*/
.side-bar-wrapper .foot-row-subscribe{margin-top:0px;}
.side-bar-wrapper .foot-row-subscribe p{font-size:14px;}
.side-bar-wrapper .foot-row-subscribe p strong{    font-weight: 700; color: #fff; font-size: 16px; line-height: 35px;}
.side-bar-wrapper .foot-row-subscribe p em{    color: #fff; font-size: 16px; line-height: 16px !important; }
.side-bar-wrapper .subscribe-form .form-group{
	width: 100%;
}
.side-bar-wrapper input#Emaila {
    width: 70% !important;
    float: left;
    margin-right: 5px;
		font-size: 14px;
}
.side-bar-wrapper input#sub-btn {
    width: 28%;
    float: left;
    background: #003981;
    font-size: 12px;
    color: #fff;
  	padding: 8px 2px 6px;
		transition: all .5s ease;
}
.side-bar-wrapper input#sub-btn:hover {
    background: #4062a2;
	}
.side-bar-wrapper .foot-row-subscribe {
    margin-top: 0px;
    background: #b2b8c6;
    padding: 18px 30px 32px;
    margin-top: 24px;
}
strong.search-excerpt {
    background-color: rgba(234, 234, 26, 0.53);
    font-weight: 200;
}
.side-bar-wrapper .foot-row-subscribe p {
    margin: 0 0 12px 0 !important;
}
/*exhibit_popup_bg_css*/
#exhibit_popup{
    text-align: center;
}
#exhibit_popup .modal-content{
    background-image: url(images/exhibit_popup_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 65px 80px;
    color:#fff;
    border-radius: 10px!important;
    position: relative;
}

#exhibit_popup .modal-dialog{
    width:1040px;
}
#exhibit_popup .modal-content p span{
    font-size:30px;
    letter-spacing: 3px;
    font-weight: 600;
}
#exhibit_popup .modal-content h1{
    font-size:92px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 80px;
    letter-spacing: 5px;
}
#exhibit_popup .modal-content h2{
    color:#ff9900;
    text-transform: uppercase;
    font-size: 36px;
    font-family: lato;
    font-weight: 800;
    line-height: 38px;
}
#exhibit_popup .modal-content h2 span{
    font-weight: 500;
}
#exhibit_popup .modal-content h3{
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 30px 0 15px;
    padding: 30px 0;
    position: relative;
}
#exhibit_popup .modal-content h3:before{
    border-top:1px dashed #ff3300;
    position: absolute;width: 400px;
    content: '';
    width:65%;
    border-top: 1px dashed #ff3300;
    top:10px;
    left:0;
}
#exhibit_popup .modal-content h3:after{
    position: absolute;width: 400px;
    content: '';
    width:65%;
    border-bottom: 1px dashed #ff3300;
    bottom:10px;
    left:0;
}
#exhibit_popup .modal-content h3 span{
    color:#ff9900;
}
#exhibit_popup .modal-content p{
    font-size: 22px;
    line-height: 31px;
    width:74%;
}
#exhibit_popup .modal-content h4{
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 5px;
    position: relative;
}
#exhibit_popup .modal-content h4 span{
    font-size: 24px;
}
#exhibit_popup .modal-content .close{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    font-size: 34px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-weight: 400;
}
#exhibit_popup .modal-content .close:focus{
    outline:0;
}


/*Smart automation popup*/
div#smart-automation .modal-dialog { width: 920px; background: #fff; border-radius: 10px !important;}
div#smart-automation .modal-content { border-radius: 10px !important; overflow: hidden;}
div#smart-automation .modal-body { padding: 40px;  background: url(images/smart-automation-popup/smart-automation-logo-bg.png) no-repeat center; background-position: bottom right; background-size: 38% !important;}
div#smart-automation .logo-bg { position: absolute; bottom: 0; right: 0;}
div#smart-automation .modal-body .logo { margin-top: 34px;}
div#smart-automation h4 {font-size: 26px; line-height: 26px; color: #1c3667; font-weight: 500; margin: 64px 0;}

div#smart-automation a.btn.reg-btn { background: #1c3667; color: #fff;  /* width: 247px; */ padding: 8px 20px;  text-transform: uppercase;  font-size: 19px; letter-spacing: 2px;
 margin-bottom: 26px; transition: all .4s ease;}
div#smart-automation a.btn.reg-btn:hover { background: #f7941d; transition: all .4s ease;  }
div#smart-automation button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background: 0 0; border: 0; position: absolute; right: 18px; top: 10px; text-shadow: none;
 opacity: .8;}

/*MEDIA COVERGES*/
.coverages-media-cont{position: relative;width: 29.333333%;float: left;}
.coverages-media-cont h2{font-size: 22px;color: #1e3768;margin-bottom: 8px;padding: 0;}
.coverages-media-cont img{display: block;max-width: 100%;}
.coverages-media-cont a.btn-view-all,.coverages-media-cont.new a.btn-view-all{width: 100%;font-size: 15px;line-height: 26px;display: block;text-decoration: none !important;text-align: center;color: #fff;font-weight: 400;background: #ed5254;background-image: linear-gradient(to right, #df8e18 , #ed5254);transition: all .3s linear;}
.coverages-media-cont a.btn-view-all:hover{background: #ed5254;background-image: linear-gradient(to right, #ed5254 , #df8e18);}
.coverages-media-cont.new {width: 100%;margin-bottom: 24px;}


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


/*top-strip end here*/



/* .expo-strip{position: fixed;top: 0;z-index: 1400;width: 100%;text-align: center;background-color: #284981;color: #fff;font-family: 'Barlow', sans-serif;font-weight: 900;font-size: 25px;line-height: 1;transition: all .3s linear;max-height: 60px;}
.expo-strip.scroll{max-height:0;overflow: hidden;}
.expo-strip:hover{background-color: #2e5aa5;}
.expo-strip a{color: #fff;display: block;}
.expo-strip a:hover,.expo-strip a:focus{text-decoration: none;color: #fff;}
.expo-strip .container h2{padding: 13px 25px;}
.expo-strip .container h2 span{color: #d5aa74;}

@media (max-width: 1600px){
    .expo-strip{font-size: 22px;height: 80px;}
}
@media (max-width: 1440px){
    .expo-strip {font-size: 20px;}
} */

@media (max-width: 1380px) { 
  div#smart-automation h4 {font-size: 26px; line-height: 26px;  margin: 45px 0; }
  div#smart-automation .modal-body {padding: 24px;}
  div#smart-automation a.btn.reg-btn { margin-bottom: 16px;}
  div#smart-automation .logo img { width: 50%;}
  div#smart-automation .modal-dialog { width: 820px;}
  /*.expo-strip {font-size: 18px;}*/
}
@media (max-width: 1200px) {
div#smart-automation .modal-dialog { width: 750px;}
/*.expo-strip {font-size: 16px;}*/
 }
@media (max-width: 992px) {
div#smart-automation .modal-dialog { width: 680px;}
div#smart-automation h4 { font-size: 22px; line-height: 26px; margin: 40px 0;}
div#smart-automation .modal-body { padding: 30px; background-size: contain;}
div#smart-automation .logo img {width: 62%;}
div#smart-automation a.btn.reg-btn { margin-bottom: 15px;}
div#smart-automation button.close{opacity: 1;}
div#smart-automation .modal-body .logo { margin-top: 20px;}
/*.expo-strip {font-size: 14px;line-height: 1.5;}
.expo-strip .container h2{padding: 13px 0;}*/
}


@media (max-width: 720px){
div#smart-automation .modal-dialog { width: 460px;}
div#smart-automation h4 {font-size: 22px; line-height: 26px; margin: 24px 0;}
div#smart-automation .modal-body {padding: 22px; background-size: contain;}
}
/* @media (max-width: 600px){
    .expo-strip {line-height: 1.3;}
    .top-header{margin-top:50px;}
} */
@media (max-width: 500px) {
  div#smart-automation .modal-dialog {width: 340px;}
div#smart-automation .logo img { width: 95%;}
div#smart-automation h4 {font-size: 17px; line-height: 20px; margin: 28px 0;}
div#smart-automation a.btn.reg-btn {font-size: 14px; letter-spacing: 2px; margin-bottom: 12px;}
div#smart-automation .modal-body {padding: 22px; background-size: contain;}
div#smart-automation .modal-body .logo {margin-top: 10px;}
div#smart-automation .modal-body {padding: 20px; background-position: bottom right;}
/* @media (max-width: 400px){
        .expo-strip {font-size: 12px;}
    } */
@media (max-width: 350px) {
  div#smart-automation .modal-dialog { width: 280px;}
}
/************************************************** @Media ****************************************************************************/

}
@media (max-width: 1610px) {
	body { padding-top: 30px;}
	header { height: 80px;}
	header .navbar{min-height: 80px;}
	header .navbar a.navbar-brand{margin-top:21px;}
	header .navbar ul.nav li a { padding-top: 30px; padding-bottom: 24px;}

}


/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1450px) {

/* HEADER */
header { height: 70px;}
header .navbar { min-height: 70px;}
header .navbar a.navbar-brand img {height: 31px;}
header .navbar a.navbar-brand {height: 30px;font-size: 13px;margin-top: 19px;}
header .navbar ul.nav li a {font-size: 14px;padding-top: 25px;padding-bottom: 24px; padding-left: 6px; padding-right: 6px}
header.scroll .navbar ul.nav li {margin-left: 12px;}
header.scroll .navbar a.navbar-brand img {
    height: 26px;
    width: 172px;
}



/* FOOTER: SITEMAP MENU */
footer .foot-col-03 {width: 440px;float: right;margin-left: 54px;margin-top: 12px;}
footer .foot-col-03 form input[type="text"].form-control{width: 313px !important;height: 38px;}
footer .foot-col-03 form input[type="button"] {height: 38px;font-size: 15px;}
footer .foot-col-01 a.footer-logo {font-size: 13px;line-height: 14px;}
footer .foot-col-01 a.footer-logo img{width:185px;}

 .blog .container, .blog-detail .container {
    width: 1100px;
    padding: 0;
}
form#searchform input {
    height: 35px;
    padding: 0 10px;
    width: 70%;
	}
	.blog-detail .top-header h1 {
	    line-height: 100px;
	    margin-left: -6px;
	}
	.top-header h1 {
    font-size: 84px;
    line-height: 140px;
}
.side-bar-wrapper input#Emaila {
    width: 100% !important;
    margin-bottom: 5px;
}
.side-bar-wrapper .subscribe-form .btn {
    border-radius: 0;
    padding: 6px 8px;
    width: 100%;
}
.top-strip p {font-size: 14px;letter-spacing: .5px;}


/*hover social icon hide show css */
header .navbar ul.nav .social-list {height: 69px;}
header .navbar ul.nav .social-list li {margin-left: 12px;}
header .navbar ul.nav .social-list ul {width: 93px;}
header .navbar ul.nav .social-list .left-arrow-black {padding: 4px 5px 0 0px;}

header .navbar ul.nav .social-list:hover ul {width: 150px;}
header .navbar ul.nav li a.social-media-padding i.social, header.scroll .navbar ul.nav .social-list a.social-media-padding i.social {font-size: 19px;} 

}

@media (max-width: 1340px) {
.wrapper {
    width: 1180px;
}
.blog .container, .blog-detail .container {
    width: 1180px;
}
.news h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 20px 0 14px;
}
/*
.side-bar,	section.news-detail.post-detail .side-bar {
    margin-top: 0%;
}
*/
form#searchform input {
    height: 35px;
    padding: 6px 10px;
    width: 72%;
    outline: none;
    border: 0;
    border-radius: 2px;
    border: 1px solid #ddd;
}
    input#searchsubmit {
    padding: 0 !important;
    /* height: 18px !important; */
    vertical-align: bottom;
    border-radius: 2px;
}
.side-bar-wrapper a.btn.down-button span {
    position: absolute;
    left: 53px;
}
.side-bar-wrapper a.btn.down-button {
    font-size: 20px;
	}
li.webinar-box2 .webinar-body {
     height: inherit;
}

}

/*Extra large devices (large desktops, 1200px and up)*/

@media (max-width:1650px){
/*social-media */
header .navbar ul.nav li a.social-media-padding {  padding-top: 0;}
/*social-media */
}


@media (max-width:1450px){
/*for social media edits*/
header .navbar ul.nav li a.social-media-padding i.social{font-size: 20px;}
/*for social media edits end*/

.blog-webinars h3 {
    font-size: 22px !important;
    margin: 0 0 5px;
    line-height: 28px;
}
.blog-webinars h5 {
    font-size: 13px !important;
    color: #fff;
}
.blog-webinars .btn {
    font-size: 15px;
    padding: 3px 16px;
    margin-top: 12px;
}
.side-bar-wrapper .col-md-4.side-bar .blog-webinars ul li {    font-size: 14px;}
.wrapper{width:1100px;}

}



@media (max-width: 1200px) {

body {padding-top: 15px;}
.wrapper{width:900px;}
header {height: 56px;}
header .navbar {min-height: 56px;}
header .navbar a.navbar-brand { margin-top: 14px;}
header .navbar a.navbar-brand span.logo-bg {    width: 160px;    height: 24px;}
/*header .navbar a.navbar-brand img {height: 24px;}*/
header .navbar a.navbar-brand span {    font-size: 11px;    line-height: 14px;}
header .navbar ul.nav > li {
    margin-left: 12px;
}
header.scroll .navbar a.navbar-brand img {
    height: 26px;
    width: 130px;
}
header.scroll .navbar ul.nav li {
    margin-left: 10px;
}   
header .navbar ul.nav li a {font-size: 13px; padding: 17px 2px 0px;
}
/*header.scroll .navbar ul.nav li a {font-size: 13px; padding: 15px 5px 18px; }*/
/*header .sub-navigation ul {width: 75%;}*/
/*for social media edits*/
header .navbar ul.nav li a.social-media-padding {
    padding-top: 12px;
}
header .navbar a.navbar-brand span.logo-bg, header.scroll .navbar a.navbar-brand span.logo-bg {width:130px;height:24px;}
/*for social media edits end*/

header .navbar a.navbar-brand img{height:19px;}

/*FOOTER*/
footer { padding: 36px 0;}
footer .foot-col-01 {width: 280px;}
footer .foot-col-01 a.footer-logo img {width: 150px;}
footer .foot-col-01 a.footer-logo span {font-size: 11px;line-height: 13px;}
footer .foot-col-01 p {font-size: 12px;}
/*footer .foot-col-03 {width: 390px;margin-left: 54px;margin-top: 12px;}*/
footer .foot-col-03 {width: 365px;margin-left: 40px;margin-top: 12px;}
footer .foot-col-02 ul li {margin-bottom: 5px;display: block;}
footer .foot-col-03 form input[type="text"].form-control {width: 246px !important;}
footer .foot-col-03 form input[type="submit"] {font-size: 15px;padding: 8px 16px;height: 36px;}
footer .foot-col-03 form input[type="text"].form-control {height: 38px;}
footer .foot-col-03 ul.menu-footer li a {font-size: 13px;}
footer .foot-col-03 form input[type="button"] {font-size: 15px;padding: 8px 16px;height: 38px;}


header .navbar a.navbar-brand span.logo-bg {background-size: contain;}
.side-bar-wrapper a.btn.down-button span {  position: absolute;left: 28px;}

.news .col-md-8.news-sec-left, section.news-detail.post-detail .col-md-8 {
    width: 70.666667%;
}
.side-bar, section.news-detail.post-detail .side-bar {
    width: 29.333333%;
}
.news .col-md-5 {
    width: 29.333333%;
    float: left;
}
.news .col-md-7 {
    width: 60.333333%;
}
.news h2 {
    font-size: 22px;
    line-height: 24px;
    margin: 10px 0 8px;
}
.news p {
    font-size: 14px;
    line-height: 20px;
		font-weight: 100;
}
.side-bar-wrapper .col-md-4.side-bar ul li {
    font-size: 14px;
}
.side-bar-wrapper .recent-news {
    padding: 36px 20px 30px 20px;
}
.side-bar-wrapper h4 {;
    
}
.top-header {
  padding: 30px 0 38px;
}
.top-header h1 {
    font-size: 74px;
    font-weight: 700;
    line-height: 89px;
}
.blog .container, .blog-detail .container {
    width: 900px;
}
.news .col-md-5 {
    width: 100%;
}
.news .col-md-7 {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    min-height: inherit;
    position: inherit;
}
    a.read-more-btn {
    transition: all .5s ease;
    position: inherit;
    bottom: 0;
    line-height: 1;
}
/*
article.news-content img {
    width: 56%;
}
*/
.news .col-md-8.news-sec-left, section.news-detail.post-detail .col-md-8, .news-head {
    width: 67.666667%;
}
.side-bar, section.news-detail.post-detail .side-bar, .blog-webinars, .blog-detail .side-bar {
    width: 32.333333%;
}

.blog-webinars{ width: 100%; }

section.news-detail h1 {
    font-size: 35px;
    color: #1e3768;
    font-weight: 600;
    line-height: 38px;
}
section.news-detail .date {
    margin: 36px 0 18px;
    font-size: 18px;
}
.blog-detail .top-header h1 {
    line-height: 88px;
    margin-left: -6px;
}
.blog-detail .top-header {
    padding: 12px 0 20px;
    margin-bottom: 0;
}
    input#searchsubmit {
    width: 76px !important;
}
.blog .container, .blog-detail .container {
    width: 900px;
}
li.webinar-box1 .webinar-body, li.webinar-box2 .webinar-body  {
    padding: 26px 20px;
}
li.webinar-box1 .webinar-footer, li.webinar-box2 .webinar-footer{
    padding: 8px 14px 8px 20px;
}
.webinar-footer li {
    font-size: 12px;
}
section.news-detail p {
    font-size: 16px;
    margin: 25px 0;
}
.share-post {
    float: left;
    margin-top: 3px;
}
.side-bar-wrapper input#Emaila {
    width: 100% !important;
}
.side-bar-wrapper input#sub-btn {
    width: 100%;
		margin-top: 10px;
	}
	.news-detail .attachment-post-thumbnail {
    max-width: 100%;
    margin-bottom: 8px;
}

/*hover social icon hide show css */
header .navbar ul.nav > li:last-of-type {margin-right: 115px;}
header .navbar ul.nav .social-list {height: 55px;}
header .navbar ul.nav li a.social-media-padding {padding-top: 0;} 
header .navbar ul.nav .social-list li {margin-left: 10px;}
header .navbar ul.nav .social-list ul {width: 85px;}
header .navbar ul.nav li a.social-media-padding i.social, 
header.scroll .navbar ul.nav .social-list a.social-media-padding i.social {font-size: 18px;}
header .navbar ul.nav .social-list:hover ul {width: 130px;}
header .navbar ul.nav .social-list .left-arrow-black {padding: 3px 0px 0 0px;}

}
@media (max-width: 1080px) {
.news-head.hm-hed {
    margin-top: 45px;
}
}

@media (max-width: 992px) {
    /*for social media edits*/
.navbar-right {margin-right: 15px;}
/*for social media edits end*/
.wrapper {width: 890px; padding: 0px 0px;}
header.scroll .navbar ul.nav li {
    margin-left: 10px;
}
header.scroll .navbar ul.nav li {
    margin-left: 5px;
}
.top-header {
    padding: 14px 0 36px;
    background: #fff;
}
.news .col-md-8.news-sec-left, section.news-detail.post-detail .col-md-8 {
    padding-right: 0;
}
.news .col-md-8.news-sec-left, section.news-detail.post-detail .col-md-8 {
    padding-right: 0;
    width: 100%;
}
.col-md-4.pad-none.side-bar, section.news-detail.post-detail .side-bar {
    width: 100%;
}
.side-bar-wrapper a.btn.down-button span {
    left: inherit;
    position: inherit;
    margin: 0 10px;
}
.news .col-md-5 {
    width: 52.333333%;
    float: left;
}
.news-content {
    padding: 25px 0;
}
.top-header {
    padding: 10px 0 26px;
}

.news h2 {
  font-size: 18px;
  line-height: 22px;
  margin: 6px 0 15px;
}
.news p {
    font-size: 16px;
    line-height: 18px;
		font-weight: 100;
}
.blog .container, .blog-detail .container {
    width: 90%;
}
/*
.news .col-md-7 {
    width: 62%;
    margin-top: 0;
    padding-left: 22px;
    float: left;
}
*/

section.news-detail h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 26px;
}
.side-bar-wrapper .recent-news {
    padding: 36px 20px 30px 20px;
    margin-top: -14px;
}
section.news-detail.post-detail .side-bar {
    margin-top: 148px;
}
.side-bar-wrapper .archives label {
    width: 20%;
		float: left;
}
.side-bar-wrapper select#sel1 {
    width: 50%;
		float: left;
		margin-left: 20px;

}
.archives form {
    overflow: hidden;
}
section.news-detail.post-detail .col-md-8 {
	    margin-bottom: 0;
}
.widget_archive select {
    width: 46%;
    outline: none;
    margin-left: 20px;
}
    form#searchform input {
    height: 35px;
    padding: 0 10px;
    width: 46%;
    outline: none;
    border: 0;
    border-radius: 2px;
}
    input#searchsubmit {
    width: 86px !important;
}
.news-head, .blog-webinars {
    width: 100%;
}
.blog-webinars {
    margin-top: 24px;
}
.webinar-body h3 br, .webinar-body h5 br {
    display: none;
}
.webinar-body {
    position: relative;
}
.blog-webinars h5 {
 font-size: 14px !important;
 color: #fff;
 display: inline-block;
}
.webinar-footer li {
  font-size: 14px;
}
.blog-webinars .btn {
 float: right;
 position: absolute;
 right: 30px;
 top: 38%;
 margin: 0;
    transition: all .5s ease 0s;
}
section.news-detail p {
    font-size: 16px;
    margin: 25px 0;
}
.side-bar-wrapper input#Emaila {
    width: 46% !important;
}
.side-bar-wrapper input#sub-btn {
    width: 22%;
    margin-top: 0;
}
.side-bar-wrapper .subscribe-form .btn {
    width: auto;
}
.news-head.hm-hed {
    margin-top: 0;
}
.coverages-media-cont{
    /*width: 380px;*/
    width: 100%;
    margin-top: 35px;
    overflow:hidden;
}
.coverages-media-cont.new 
{
    width: 100%;
    margin-top: 35px;
    overflow:hidden;
}
.media-logo-cont {
    background-color: #e6e7e9;
}
.media-logo-cont img {
    margin: 0 auto;
}
span.media-new {width: 100%;display: block;-webkit-box-shadow: 4px 3px 12px 1px rgb(142, 147, 150);box-shadow: 4px 3px 12px 1px rgb(142, 147, 150);}
.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;}
header {
    top: 0px;
}
body {
    padding-top: 15px;
}
}


@media (max-width: 900px) {

/*NAVBAR COLLAPSE BREAKPOINT UPDATE*/
.navbar-header {float: none;}
.navbar-left,.navbar-right {float: none !important;}
.navbar-toggle {display: block;}
.navbar-collapse {border-top: 1px solid transparent;box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
.navbar-fixed-top {top: 0;border-width: 0 0 1px;}
.navbar-collapse.collapse {display: none!important;}
.navbar-nav {float: none!important;margin-top: 7.5px;}
.navbar-nav>li {float: none;}
.navbar-nav>li>a {padding-top: 10px;padding-bottom: 10px;}
.collapse.in{display:block !important;}


header .sub-navigation{display:none;}
header .navbar a.navbar-brand {margin-top: 13px;font-size: 12px;line-height: 12px;}
header .navbar a.navbar-brand img {height: 19px;}
header .navbar a.navbar-brand span {font-size: 10px;line-height: 12px;}
.navbar-toggle{background-color:#f5f5f5;margin-right:10px;margin-top: 8px;}
.navbar-toggle .icon-bar{    background-color: #1f3869;}
.navbar-toggle .sr-only{display:none;}
.navbar-fixed-top .navbar-collapse{background-color:#1f3869}
.navbar-nav{margin-top:0;margin-right: 0;}
header.scroll .navbar ul.nav li {
    margin-left: 0px;
}
header .navbar ul.nav > li{margin-left:0;}
header .navbar ul.nav li a,header .navbar ul.nav li a.login-btn{color:#fff;padding:8px 20px;}
.navbar-nav .open .dropdown-menu>li>a{padding:10px 30px;}
header .navbar ul.nav li a:hover,header .navbar ul.nav li a.active{background-color:#1a2742;color:#fff;}
header .navbar ul.nav li.dropdown{background-color:#1a2742;color:#fff; position: relative;}
header .navbar ul.nav li.dropdown span{
	position: absolute;
    display: block;
    border:none;
    width: 100%;
    height: 38px;
    top: 0;
}

header.scroll .navbar ul.nav li a {
    /* padding-top: 15px; */
    /* padding-bottom: 14px; */
    font-size: 13px;
    padding: 8px 20px;
}

.navbar-nav .dropdown-menu{
	display: block!important;
	position: inherit!important;
	width:100%;
	background:#1e3768;
}
header .navbar ul.nav ul li{
	padding-left: 0;
}
header .navbar ul.nav ul li a{
	padding: 5px 20px!important;
}
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
header .navbar ul.nav ul{
    border:none!important;
    box-shadow: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background:#1a2742!important;
    border-radius: 0;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 465px;
    overflow-y: scroll !important;
}


/*for social media edits*/
.social-media-padding, .social-list{display: none !important;}
/*for social media edits*/
.social-mob {display: block !important;}
li.nav-social a, li.nav-social a:hover, li.nav-social a:focus, li.nav-social a:visited, .social-share { margin-top: 2px;}

header .sub-navigation ul {width: 100%;}
a.get-quote-btn{display:none;}

.wrapper{width:90%;}
header .navbar ul.nav li a {font-size: 13px;padding: 15px 3px 10px; padding-left: 20px;}

footer .foot-col-03 .foot-row-subscribe p{display: block!important;margin-top:10px;}
footer .foot-col-03 .foot-row-subscribe p strong{display: none;}
footer .foot-col-03 .foot-row-subscribe p br{display: none;}
footer .foot-col-03 .foot-row-subscribe{margin-top:0!important;}



/*FOOTER*/
footer{padding:30px 0;}

footer .foot-col-03 ul.menu-footer,footer .foot-col-02,footer .foot-col-03 .foot-row-subscribe p,footer .foot-col-03 ul.menu-social li.title{display:none;}
footer .foot-col-01 a.footer-logo, .home footer .foot-col-01 a.footer-logo, .about footer .foot-col-01 a.footer-logo, .contact footer .foot-col-01 a.footer-logo {margin-bottom: 34px;}
footer .foot-col-03 {width: 330px;margin-top: 0; margin-left: 0;}
footer .foot-col-03 form input[type="text"].form-control, footer .foot-col-03 form input[type="submit"], footer .foot-col-03 form input[type="button"]{float:left;/* border-radius: 0;*/ }
footer .foot-col-03 .foot-row-subscribe {margin-top: 29px;}
footer .foot-col-03 form input[type="text"].form-control {width: 212px !important;}
footer .foot-col-03 ul.menu-social li a i.icon { font-size: 25px;}
.detail-wrapper {padding: 0 20px;}


}
@media (max-width: 770px) {
.news .col-md-5 {
    width: 100%;
}
article.news-content img {
    width: 100%;
}
.news-content .row {
    margin-right: 0;
    margin-left: 0;
}
.news .col-md-8.news-sec-left {
    padding-right: 0 !important;
}
section.news-detail.post-detail .col-md-8 {
    padding: 0 44px 0 0;
    margin-top: 30px;
}

.search-bar-mob{
	display: block;
}
.search-bar-desk{
	display: none;
}
.side-bar-wrapper .foot-row-subscribe {
    text-align: left;
    overflow: hidden;
}
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {

body {padding-top: 10px;}
header{height: 50px;}
/*FOOTER*/

footer .foot-col-03 ul.menu-footer,footer .foot-col-02,footer .foot-col-03 .foot-row-subscribe p,footer .foot-col-03 ul.menu-social li.title{display:none;}
footer .foot-col-03 form input[type="text"].form-control, footer .foot-col-03 form input[type="submit"]{float:left;}

footer .nahreview li {font-size: 10px !important;padding-right: 6px; padding-right: 6px;}
footer .nahreview li a {font-size: 10px !important;  color: #fff; cursor: default; }
/*footer .foot-col-03 .foot-row-subscribe{display: block;}*/

footer .foot-col-03 .foot-row-subscribe p{text-align: center;}
.detail-wrapper {width: 100%;padding: 10px 20px;}
section.news-detail .date {margin: 14px 0 18px;font-size: 18px;}
section.news-detail h1 {font-size: 30px;line-height: 36px;}
.news h2 {
    font-size: 22px;
    line-height: 22px;
    margin: 10px 0 8px;
    padding-bottom: 5px;
}
button.close img {
    width: 74%;
}


}

@media (max-width: 720px){

footer .foot-col-03 {
    width: 320px;
}
footer .foot-col-03 form input[type="text"].form-control {
    width: 214px !important;font-size: 15px;
    height: 36px;
}
footer .foot-col-03 form input[type="button"] {
    font-size: 14px;
    padding: 8px 12px;
    height: 36px;
}
/*footer .foot-col-01 a.footer-logo{display:none;}*/
.top-header p {
    font-size: 16px;
    line-height: 18px;
}
.top-header h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 68px;
}
.news-content {padding: 20px 0;  border-bottom: 0;}
.blog-webinars h5 {
 display: block;
}
.blog-webinars .btn {
    float: inherit;
    position: inherit;
    right: inherit;
    top: inherit;
    transition: all .5s ease 0s;
    margin-top: 20px;
}
section.news-detail p {
    font-size: 16px;
    margin: 14px 0;
}
}

@media (max-width: 685px){

footer .foot-col-01 {
	width: 264px;
	margin: 0 auto;
	float: none;   padding-top: 8px;
	text-align:center;
}
footer .foot-col-03 form input[type="submit"] {
    font-size: 14px;
    padding: 8px 8px;
}
footer .foot-col-03 form input[type="text"].form-control {
    width: 224px !important;
}
footer .foot-col-03 {
    width: 338px;
    margin-top: 0;
    margin-left: 4px;    float: none;
    margin: 0 auto;
}


footer .foot-col-03 form input[type="button"] {
    font-size: 13px;
    padding: 8px 12px;
    height: 34px;
}

footer .foot-col-03 ul.menu-social {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
}

footer .foot-col-03 ul.menu-social li {
    float: none;
    display: inline-block;
    margin-left: 8px;
		margin-right:8px;

}
footer .foot-col-03 .foot-row-subscribe {
    margin-top: 10px;    overflow: hidden;
}
footer .foot-col-03 {margin-bottom:20px;}

footer .foot-col-01 a.footer-logo, .home footer .foot-col-01 a.footer-logo, .about footer .foot-col-01 a.footer-logo, .contact footer .foot-col-01 a.footer-logo {
    margin-bottom: 12px;
}
.side-bar-wrapper a.btn.down-button span {left: 180px;}
.side-bar-wrapper a.btn.down-button span {position: inherit;padding-right: 10px;}
.news h2 {  font-size: 20px;}
}
/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 660px) {

footer .foot-col-01 a.footer-logo{display:none;}

footer .foot-col-03, footer .foot-col-01 {
    width: 100%;
    margin: 0;
    text-align: center;
}
footer .foot-col-03 ul.menu-social li a i.icon {
    font-size: 22px;}
footer .foot-col-03 ul.menu-social {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
}
footer .foot-col-03 ul.menu-social li {
    float: none;
    display: inline-block;
    margin-left: 0;
    margin: 0 6px;
}
footer .foot-col-03 form input[type="text"].form-control {
    width: 295px;
    height: 38px;}
footer .foot-col-03 form input[type="submit"] {
    font-size: 13px;
    padding: 0px 16px;
    height: 38px;
    height: 32px;
}
.foot-row-subscribe {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-bottom: 16px;
    margin-top: 0 !important;
}
footer .foot-col-03 form {
    margin-top: 10px;
    display: inline-block;
}
footer .foot-col-03 form input[type="text"].form-control {
    width: 295px;
    height: 34px;
}
footer .foot-col-03 form input[type="text"].form-control::placeholder{
  font-size: 14px;
}

footer {
    padding: 18px 0;
}
footer .foot-col-03 form input[type="text"].form-control {
    width: 200px !important;margin-right: 5px;
}
.buildtrack-awards {
    padding: 50px 0 20px 0;
}
.top-header p {
    font-size: 14px;
    line-height: 18px;
}
.top-header h1 {
    font-size: 52px;
    line-height: 66px;
}
.top-header {
    padding: 4px 0 30px;
}
section.news-detail.post-detail .col-md-8 {
    padding: 0 44px 0 0;
    margin-top: 20px;
}
    article.news-content img {
    width: 100%;
}
.news .col-md-5 {
    width: 100%;
    float: left;
}
.homeAuto .modal-header .form-control.submit {
    width: inherit;
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 18px;
}
.side-bar-wrapper input#Emaila {
    width: 76% !important;
}
.side-bar-wrapper .foot-row-subscribe {
	text-align: left;
}
.blog-detail .top-header h1 {
    line-height: 64px;
    margin-left: -6px;
}

}



/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
body {padding-top: 0px;}
header{height: 50px;}
header .sub-navigation{display:none;}
header .navbar a.navbar-brand {margin-top: 13px;font-size: 12px;line-height: 12px;}
header .navbar a.navbar-brand img {height: 19px;}
header .navbar a.navbar-brand span {font-size: 10px;line-height: 12px;}
.navbar-toggle{background-color:#f5f5f5;margin-right:28px;margin-top: 8px;}
.navbar-toggle .icon-bar{    background-color: #1f3869;}
.navbar-toggle .sr-only{display:none;}
.navbar-fixed-top .navbar-collapse{background-color:#1f3869}
.navbar-nav{margin-top:0;}
header .navbar ul.nav > li{margin-left:0;}
header .navbar ul.nav li a,header .navbar ul.nav li a.login-btn{color:#fff;padding:10px 20px;}
.navbar-nav .open .dropdown-menu>li>a{padding:10px 30px;}
header .navbar ul.nav li a:hover,header .navbar ul.nav li a.active{background-color:#1a2742;color:#fff;}
footer .foot-col-03,footer .foot-col-01 {
    width: 100%;
    float: none;
		margin:0;text-align:center;
}
section.buildtrack-awards h2:first-child br {display: none;}
.news .col-md-5 {width: 100%;}
.news .col-md-7 {padding-left: 0; float: left; width: 100%; margin-top: 12px;}
.news-content {padding: 30px 0;  border-bottom: 0;}
.news-detail h1 br{display: none;}
section.news-detail h1 {
    font-size: 20px;
    line-height: 24px;
}
.top-header p br {display: none;}
.news .col-md-8.news-sec-left, section.news-detail.post-detail .col-md-8 {padding-right: 0px;}
.top-header p {
    font-size: 14px;
    line-height: 16px;
}
.news .col-md-8.news-sec-left {
    padding-right: 15px;
}
section.news-detail p {
    font-size: 14px;
    margin: 14px 0;
}
section.news-detail .date {
    margin: 3px 0 12px;
    font-size: 14px;
}
.side-bar-wrapper .archives label {
    width: 28%;
    float: left;
		margin-right: 20px;
		    font-size: 22px;
}
.blog-detail .top-header {
    padding: 0px 0 4px;
    margin-bottom: 0;
}
.post-banner {
    margin-bottom: 14px;
}
.side-bar-wrapper .recent-news {
    padding: 15px 20px 22px 20px;
    /*margin-top: 50px;*/
    margin-top: 8px;
}
.widget_archive select {
    width: 46%;
    outline: none;
    margin-left: 12px;
}
.webinar-body h3 br, .webinar-body h5 br {
    display: block;
}
    form#searchform input {
    width: 72%;
}
.news p {
    font-size: 15px;
}
.btn-prev a, .btn-next a {
    margin-top: 28px;
}
section.news-detail.post-detail .side-bar {
    margin-top: 118px;
}
form#searchform {
    margin-bottom: -32px;
}
.blog-detail .top-header h1 {
    line-height: 64px;
    margin-left: -6px;
}
.blog-detail .top-header {
    padding: 0px 0 18px;
    margin-bottom: 0;
}
.search-bar-mob form#searchform input {
    width: 80%;
}
.homeAuto .modal-header .modal-title {
    font-size: 24px;
    margin: 0;
}

/*model*/
.homeAuto .modal-header .form-group input {
    height: 35px;
}
.homeAuto .modal-header .close {
    padding: 0;
}
.homeAuto .modal-header {
    padding: 30px 30px 10px!important;
}
.homeAuto .modal-header .modal-title {
    font-size: 24px;
	}
	.homeAuto .modal-header .form-inline .form-group {
    margin-bottom: 10px;
}
.homeAuto .modal-header .form-control.submit {
    width: inherit;
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
		margin-top: 22px;
    margin-bottom: 20px;
}




/**/

}
@media (max-width: 490px) {
.search-bar-mob {
    display: block;
    overflow: hidden;
}
.search-bar-mob form#searchform input {
    width: 74%;
    float: left;
}
.side-bar-wrapper .foot-row-subscribe {
    padding: 24px 30px 32px;
}
.side-bar-wrapper .foot-row-subscribe {
    text-align: left;
    overflow: hidden;
}
.side-bar-wrapper input#Emaila {
    width: 100% !important;
}
.side-bar-wrapper input#sub-btn {
    width: 100%;
    margin-top: 10px;
}


.coverages-media-cont,.coverages-media-cont.new {
    width: 100%;
    margin-top: 20px;
}


}
@media (max-width: 370px) {
.search-bar-mob form#searchform input {
    width: 70%;
    float: left;
    margin-right: 4px;
}
}
@media (max-width: 360px) {
footer .foot-col-03 form input[type="text"].form-control {width: 176px !important;}
a.btn.btn-prev, a.btn.btn-next {margin-top: 20px;}
section.news-detail p {font-size: 14px;margin: 24px 0;}
.news h2 {font-size: 18px;}
 .widget_archive select {
    width: 100%;
    outline: none;
    margin-left: 0px;
}
.search-bar-mob form#searchform input {
    width: 68%;
}
}
@media (max-width: 350px) {
header .navbar a.navbar-brand span.logo-bg {width: 93px !important;}
.side-bar-wrapper .archives label {
    width: 100%;
    float: left;
    margin-right: 20px;
    font-size: 22px;
}
.side-bar-wrapper select#sel1 {
    width: 100%;
    float: left;
    margin-left: 0px;
}
.search-bar-mob form#searchform input {
    width: 66%;
}
li.webinar-box1 .webinar-footer, li.webinar-box2 .webinar-footer {
    padding: 8px 3px 8px 10px;
}
}

/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.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 {
  background-color: #003a83;
  color: #fff;
    border: 1px solid #cacbcc;
}
nav.custom-pagination {
    text-align: center;
    margin-top: 24px;
}
a.page-numbers {
    border: 1px solid #cacbcc;
    width: 30px;
    height: 26px;
    transition: all .3s ease;
    padding-left: 0;
    padding-right: 0;
}

/*--media query for--popup--on-index-page--*/
@media (max-width: 1380px) {
    #exhibit_popup .modal-dialog {
        width: 960px;
    }
    #exhibit_popup .modal-content{
        padding: 45px 60px;
    }
    #exhibit_popup .modal-content p span{
        font-size: 26px;
    }
    #exhibit_popup .modal-content h1{
        line-height: 80px;
    }
    #exhibit_popup .modal-content h2{
        font-size: 26px;
        line-height: 28px;
    }
    #exhibit_popup .modal-content h3{
        font-size: 40px;
        margin: 20px 0 5px;
        padding: 20px 0;
    }
    #exhibit_popup .modal-content p {
        font-size: 20px;
        line-height: 26px;
        width: 65%;
    }
    #exhibit_popup .modal-content h4{
        font-size: 24px;
    }
}
@media (max-width: 1024px) {
    #exhibit_popup .modal-dialog {
        width: 668px;
    }
    #exhibit_popup .modal-content p span {
        font-size: 22px;
    }
    #exhibit_popup .modal-content h1{
        font-size: 72px;
        line-height: 65px;
    }
    #exhibit_popup .modal-content h2 {
        font-size: 22px;
        line-height: 20px;
    }
    #exhibit_popup .modal-content h3 {
        font-size: 30px;
        margin: 15px 0 5px;
        padding: 20px 0;
    }
    #exhibit_popup .modal-content p {
        font-size: 18px;
        line-height: 24px;
        width: 90%;
    }
    #exhibit_popup .modal-content h4 {
        font-size: 22px;
    }
    #exhibit_popup .modal-content h4 span {
        font-size: 18px;
    }
    .privacy h1{font-size:52px !important;line-height:55px !important;margin-bottom:0px;}
/*for social media edits*/
header .navbar ul.nav li a.social-media-padding{ padding-top: 0;}
header .navbar ul.nav li a.social-media-padding i.social { font-size: 18px; }
/*for social media edits end*/

/*hover social icon hide show css */
header .navbar ul.nav li a.social-media-padding i.social {font-size: 16px;}
header .navbar ul.nav li a.social-media-padding i.social, 
header.scroll .navbar ul.nav .social-list a.social-media-padding i.social {font-size: 16px;}
header .navbar ul.nav .social-list li {margin-left: 10px;}
header .navbar ul.nav .social-list ul {width: 77px;}
header .navbar ul.nav .social-list:hover ul {width: 120px;}

}

@media (max-width: 768px) {
    #exhibit_popup .modal-dialog {
        width: 520px;
    }
    #exhibit_popup .modal-content {
        padding: 35px 40px;
    }
    #exhibit_popup .modal-content p span {
        font-size: 20px;
    }
    #exhibit_popup .modal-content h1 {
        font-size: 58px;
        line-height: 50px;
    }
    #exhibit_popup .modal-content h2{
        font-size: 20px;
    }
    #exhibit_popup .modal-content p {
        font-size: 16px;
        width: 100%;
    }
    #exhibit_popup .modal-content h4 span {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    #exhibit_popup .modal-content {
        padding: 20px;
    }
    #exhibit_popup .modal-dialog {
        width: 340px;
    }
    #exhibit_popup .modal-content h1 {
        font-size: 48px;
        line-height: 44px;
    }
    #exhibit_popup .modal-content h2 {
        font-size: 18px;
    }
    #exhibit_popup .modal-content h3{
        font-size: 24px;
    }
    #exhibit_popup .modal-content h3:before, #exhibit_popup .modal-content h3:after{
        width:85%;
    }
    #exhibit_popup .modal-content p{
        width:100%;
    }
}

@media(max-width:425px){
    #exhibit_popup .modal-content h1 {
        font-size: 38px;
        line-height: 34px;
    }
    #exhibit_popup .modal-content h2 {
        font-size: 16px;
    }
    #exhibit_popup .modal-content h3 {
        font-size: 20px;
    }
    #exhibit_popup .modal-content p {
        font-size: 14px;
    }
    #exhibit_popup .modal-content p{
        line-height: 20px;
    }
    #exhibit_popup .modal-content h4 span {
        font-size: 14px;
    }
    #exhibit_popup .modal-content h4{
        font-size: 20px;
    }
}

/*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*/

div#energy-management-award {text-align: center;}
.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;}
}