@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700|Ubuntu:400,500,700,500i');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
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, font, img, ins, kbd, q, s, samp, small,strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option, textarea { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; box-sizing: border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
figure,figcaption{margin:0;padding:0;}
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word }
q { quotes: none }
q:before, q:after { content: ''; content: none }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -0.5em; }
sub { bottom: -0.55em }
nav ul, nav ol { list-style: none; list-style-image: none; }
button, input, select, textarea,option { font-size: 100%; margin: 0; vertical-align: baseline; font-family: 'Ubuntu', sans-serif;}
input[type="text"],input[type="tel"],input[type="email"]{ -webkit-appearance:none !important; }
input[type="submit"] {cursor: pointer;transition:all 0.5s ease;}
textarea { overflow: auto; vertical-align: top;resize:none; }
table { border-collapse: collapse; border-spacing: 0 }
button, html input[type="button"], input[type="reset"], input[type="submit"], textarea { -webkit-appearance: none; border-radius: 0; transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table { border: 0 none; border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
img { border: 0 none; max-width: 100%; vertical-align:middle;}
a { outline: none; cursor: pointer;transition:all 0.5s ease;}
/* End hide from IE Mac */ 
*:before, *:after {box-sizing: border-box;}
/* End Clearfix */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }
.clear { clear: both; }
/* For modern browsers */ 
.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
li { list-style: none; }
/*Placeholder opacity cross browsers*/
input::-webkit-input-placeholder { color: #9d9d9d; opacity:1;} /* WebKit browsers */
input:-moz-placeholder { color: #9d9d9d; opacity:1;} /* Mozilla Firefox 4 to 18 */
input::-moz-placeholder { color: #9d9d9d; opacity:1;} /* Mozilla Firefox 19+ */
input:-ms-input-placeholder { color: #9d9d9d; opacity:1;} /* Internet Explorer 10+ */
textarea::-webkit-input-placeholder { color: #9d9d9d; opacity:1;} /* WebKit browsers */
textarea:-moz-placeholder { color: #9d9d9d; opacity:1;} /* Mozilla Firefox 4 to 18 */
textarea::-moz-placeholder { color: #9d9d9d; opacity:1;} /* Mozilla Firefox 19+ */
textarea:-ms-input-placeholder { color: #9d9d9d; opacity:1;} /* Internet Explorer 10+ */

/* display table and table cell */
.tbl {display:table;width:100%;height:100%;}
.tbl-cell {display:table-cell;vertical-align:middle}

/******body  ******/
body { font-size: 14px; line-height: 21px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0); font-family: 'Ubuntu', sans-serif;font-weight:normal;margin:0;}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after { display: none !important; }
a { text-decoration: none; transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }
a:hover {text-decoration: none; transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }
a:focus { outline: none; text-decoration: none; }
p { margin-bottom: 20px;font-family: 'Roboto', sans-serif;}
h1,h2,h3,h4,h5,h6{font-family: 'Ubuntu', sans-serif;margin:0;}
a:link{color:inherit}
a:active{color:inherit}
a:visited{color:inherit}
/* IE */
select::-ms-expand {display: none;}
input::-ms-clear { display:none;}

/* remove auto fill yellow color */
 input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
   -webkit-box-shadow: 0 0 0 100px #fff inset;
    -moz-box-shadow: 0 0 0 100px #fff inset;
    box-shadow: 0 0 0 100px #fff inset;
	color:#333 ;
}

/* hubspot*/
.row-fluid [class*="span"] {min-height: 1px;}
ul.hs-error-msgs > li > label {font-size:13px;line-height:normal;display:block;color:red;}

/* form error mesege when good space b/w two inputs */
/* 
.hs-form-field {position: relative;}
ul.hs-error-msgs.inputs-list { position: absolute; bottom: -18px; right: 0; list-style-type: none; padding: 0 5px; color: white; background: red; }
ul.hs-error-msgs.inputs-list li label { font-size: 12px; font-weight: 500; position: relative; z-index: 9; line-height:normal; display:block; }
ul.hs-error-msgs.inputs-list:after { content: ''; width: 8px; height: 8px; position: absolute; display: inline-block; left: 50%; background: red; margin-left: -6px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); margin-top: -4px; top: 0;}
 */

/* logo -Please use this class as logo image class*/
.header-logo img {cursor: pointer;}

/* if form input has border radius then remove below line */
input,textarea,select {border-radius: 0; }
img{height:auto;}



.container {max-width:1002px;margin:0 auto !important;padding:0;float:none !important; }


.dealer-section{text-align:right; padding: 10px 20px 9px 20px;}
.cib-menu-sec{background:#fff;}
/*.cib-logo-sec img{cursor:pointer;max-width:159px;}*/
.cib-logo-sec img{cursor:pointer;max-width:240px;}
.dealer-section{background:rgba(72,84,100,0.8);}
.footer-bor ul,.carola-simple-menu ul,.dealer-section ul{margin:0;}
.dealer-section ul li{display:inline-block;vertical-align:top;}
.dealer-section ul li{margin-right:16px;}
.dealer-section ul li:last-child{margin-right:0px;}
.dealer-section ul li a i{color: #fdcf0b; font-size: 14px; margin-left: 4px;}
.dealer-section ul li a{font-size:14px;font-weight:500;font-family: 'Ubuntu', sans-serif;color:#fff;}
.dealer-section ul li a:hover{color:#fdcf0b;transition:all 0.5s;}
.dealer-section ul li a:hover i{color:#fff;}
.cib-main-menu { position: absolute; top: 0; z-index: 2;width: 100%!important; }


/*.cib-menu-sec {padding: 15px 0px 14px 25px;}*/
.carola-simple-menu ul li a{color:#363636!important;font-weight:500;font-family: 'Ubuntu', sans-serif;font-size:14px;}
.carola-simple-menu ul li a:hover{color:#fdcf0b!important;transition:all 0.5s;}
.carola-simple-menu ul li{display:inline-block;margin:26px 42px 0px 0px;}
.carola-simple-menu ul li:last-child{background:#fdcf0b;color:#fff;padding: 25px 43px 23px 34px;margin:0}
.carola-simple-menu ul li:last-child:hover{background:#485464;transition:all 0.5s;}
.carola-simple-menu ul li:last-child a{color:#fff!important;}


.cib-logo-sec {padding: 14px 0px 16px 25px;}

.webpage-footer{background:#555555;padding:48px 0px 57px;color:#fff;}
.subscribe-blog p{font-size:13px;font-weight:400;}
.subscribe-blog hr{background:#808080;height:1px;border:none;max-width: 408px;margin: 0 auto 15px 0;}
.footer-bor{position:relative;}
.footer-bor::after {background:#808080;bottom: 0;content: "";height:158px;right: 0;position: absolute;right: 0;top: 0;width:1px;}
.footer-bor:last-child::after{display:none;}
.footer-bor h5{font-size:14px;font-weight:500;margin-bottom: -10px;}
.footer-bor p{font-size:13px;font-weight:400;font-family: 'Ubuntu', sans-serif; margin-top:15px;}
.footer-bor ul li {padding-bottom: 3px;}

.subscribe-blog.footer-bor{width:49%!important;display:inline-block!important;margin:0!important;padding-left:0px;padding-right: 20px;vertical-align: top;}
.address-link.footer-bor{width:20%!important;display:inline-block!important;margin:0!important;padding-right: 26px;vertical-align: top;}
.hybrid-links.footer-bor{width:15%!important;display:inline-block!important;margin:0!important;vertical-align: top;}
.os-site.footer-bor{width:16%!important;display:inline-block!important;margin:0!important;vertical-align: top;}
/*.address-link.footer-bor{padding:0px 20px 0px 20px;}*/

.footer-bor ul{padding:0;}
.footer-bor{padding-left:23px;}
.footer-bor ul li a{font-weight:500;font-size:14px;font-family: 'Ubuntu', sans-serif;}
.footer-bor ul li a:hover{color:#fdcf0b;transition:all 0.5s;}
.footer-bor p :hover{color:#fdcf0b;transition:all 0.5s;}
.subscribe-blog form h3{font-size:16px;font-family: 'Ubuntu', sans-serif;font-weight:500;}

.cbi-blog-sub-form span.hs-form-required {display: none;}
.cbi-blog-sub-form input[type="email"] { text-align: left!important;-webkit-appearance: none !important; background: #363636;height:28px; border: none; color: #fff; padding-left:18px;font-size:13px;font-family: 'Ubuntu', sans-serif;font-weight:400;display:block;    width: 100%;}
.cbi-blog-sub-form input[type="submit"]{padding: 7px 0px;width: 100%; background: #fdcf0b; color: #2c3f58;font-size: 13px; font-weight:500;border: none; transition: all 0.3s ease-in-out 0s; text-align: center; max-width: 108px;font-family: 'Ubuntu', sans-serif;border-radius:13px;margin: 0 0 0px 39px;height:auto;}
.cbi-blog-sub-form input[type="submit"]:hover{background:#1d4a7e;color:#fff;transition:all 0.5s;} 
.cbi-blog-sub-form .hs_email.field.hs-form-field{float:left;width: 64%;}
.cbi-blog-sub-form h3{font-size:16px;font-weight:500;margin-bottom:13px;}
.span6.widget-span.widget-type-cell.subscribe-blog.footer-bor img{cursor:pointer;}

/*............................................................Blog-sidebar-start................................................................*/


.email-subscription-sec{background:#555555;padding: 25px 49px 41px 27px;color:#fff;text-align:center;}
.blog-recent-topic-sec h3,.blog-post-topic-sec h3,.email-subscription-sec h3{font-size:24px;line-height:1.2;text-align:center;font-weight:500;}
.email-subscription-sec p{font-size:16px;line-height:1.2;    max-width: 200px;margin: 10px auto 14px;}
.email-subscription-sec .cbi-blog-sub-form .hs_email.field.hs-form-field {float: left;width:100%;}
.email-subscription-sec .cbi-blog-sub-form ul.hs-error-msgs.inputs-list {margin: 0;padding: 0;}
.email-subscription-sec .cbi-blog-sub-form .hs_submit {text-align: center;}
.email-subscription-sec .cbi-blog-sub-form input[type="submit"] {margin:27px auto 0px;}

.blog-post-topic-sec { background: #1e355e;color: #fff;margin: 30px 0px 37px; padding: 29px 0px 15px 0px;  }
.blog-post-topic-sec .block ul {margin: 0; padding: 0px 0px 0px 45px; }
.blog-post-topic-sec .block ul li a{font-size:14px;font-weight:400;font-family: 'Roboto', sans-serif;transition:all 0.5s;}
.blog-post-topic-sec .block ul li a:hover{color:#fdcf0b;}
.blog-post-topic-sec h3 {margin-bottom: 9px; text-align: center; font-weight:700;}


.blog-recent-topic-sec{background: #3358a7;color:#fff;padding: 29px 20px 41px 16px; }.owl-controls {text-align:center;}
.blog-recent-topic-sec h3 {margin-bottom: 10px;}
.blog-recent-topic-sec .owl-dot{display: inline-block;margin-right:27px;}
.blog-recent-topic-sec .owl-dot:last-child{margin-right:0px;}
.blog-recent-topic-sec .owl-dot span {background:rgba(255,255,255,0.57); border-radius:50%; display: block; height:8px; margin: 3px; width:8px; position: relative; bottom:0; top:2px;right: -10px;}
.blog-recent-topic-sec .owl-dot.active span {background:#fff;}
.blog-recent-topic-sec .owl-controls {margin-left: -17px;}

.postlist-items{ margin-bottom: 15px; background: #fff;padding:14px 17px 15px 13px; }
.fpost-header h2{font-size:16px;color:#808285;line-height:1.2;font-weight:700;text-align:center;max-width: 197px;margin: 0 auto 8px;transition:all 0.5s;}
.fpost-header h2:hover{color:#fdcf0b;}
.post-date{ font-size: 13px; font-family: 'Roboto', sans-serif; font-weight: 500; color: #252525; }

.post-readmore{font-size: 14px; font-family: 'Roboto', sans-serif; font-weight: 500; color: #252525;text-align: right; transition:all 0.5s;}
.post-readmore:hover{color:#fdcf0b;}
.post-readmore i{color:#fdcf0b;}
a.filter-expand-link {display: none;}


/*=============================================================================================================================
                                                        mobile menu
===============================================================================================================================*/



 
 
 /* #Menu Styles    ================================================== */
 
 

    /*  */

    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */
  /*  */
  /*  */

/* Well Colors */






/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros
   ========================================================================== */


/**
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below.  Ignore the jinja comment tags.
  *
  * 
  */


/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/



 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
   
  
    float: right;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  /*  padding: 10px 4px;*/
    position: relative;
    color: #34495e;
    display: block;
}

/*.hs-menu-item.hs-menu-depth-1{
    padding:20px 10px;
}*/

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    left: 15px!important;
       background:#333;
    padding: 10px 0px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    min-width: 150px;

}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
    background: #34495e;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    content: "\f0d8";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    padding-left: 10px;
    text-shadow: 0px -1px 0px #ccc;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    background:;

}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color:;
    
      /* padding: 3px 10px;*/
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #FFF;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;]
     font-size:18px;
   
    text-decoration:none;
   
}


/* Carret after Menu items with dropdown */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 7px;
    font-size: 13px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after  {
    border-top-color: #34495e;
}

/* Show menu and remove background color on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {
  .custom-menu-primary .hs-menu-wrapper {display:block !important; background: transparent !important;}
      .hs-item-has-children:hover .hs-menu-children-wrapper {display: block !important;}
}

/* Force header to trigger mobile layout on iPads */
@media (max-width: 1024px){
  .header-container-wrapper .container-fluid  .row-fluid [class*="span"] { display: block;    float: none !important; /*   width: auto !important;   */ margin-left: 0 !important; }
  .logo img {margin-top: 0 !important;}
}
.custom-menu-primary .hs-menu-wrapper {  display:none;   background: transparent !important;  }
.mobile-trigger, .child-trigger{display: none !important; /* Hide button on Desktop */}


@media (max-width: 1024px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /*
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any
    * additional CSS you want removed from the mobile menu in this reset
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{display: block; float: none; position: static;top: auto;  right: auto;eft: auto;  bottom: auto;  padding: 0px;argin: 0px;  background-image: none; background-color: transparent; border: 0px;-webkit-border-radius: 0px;
    -moz-border-radius: 0px;border-radius: 0px; -webkit-box-shadow: none;-moz-box-shadow:    none; box-shadow:         none;max-width: none;width: 100%;height: auto;   line-height: 1;    font-weight: normal;    text-decoration: none;   text-indent: 0px;    text-align: left;
    color:#ffffff;  }

.custom-menu-primary .hs-menu-wrapper > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    /*padding:3px !important; */
}
  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top:68px !important;          /* Position Button at top right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */
    padding: 11px 12px;
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
      font-size: 0;
 
    
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}


  /* Toggle Button Icon & Animations
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -5px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 28px; /* Icon line width */
    height: 3px; /* Icon line height */
    background-color: #2f374f; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    margin-top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    margin-top: 6px; /* Position bottom line */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }


  /* Menu Styles on Mobile Devices
     ========================================================================== */

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position: absolute; /**************************************************************/
    top:64px;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/
    width: 100%;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow:none;
  }
  .custom-menu-primary .hs-menu-wrapper{
    padding: 0 0 0 0;
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    background:#fdcf0b;
    margin-top: 44px!important;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 14px; /* Font size of top level list items */
    line-height: 45px;font-weight:bold;
     color:#fff !important;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted #fff; /* Adds transparent dark highlights to top of top level list items */
  
  }

  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#fff !important; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#1b2537 !important; /* link hover color set by global mobile-aColorHover variable */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
      display: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: transparent;
    border: 0px;
    padding: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
background:#5b5047;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 18px; /* Font size of child lists */
    color:#fff;
    text-decoration:none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
      display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
      display: none;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

}


/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;text-align:center;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {display: block;   white-space: nowrap;}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper { left: 100%; top: 0;}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { opacity: 1; visibility: visible;}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul { margin-bottom: 0;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch { position: relative;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {margin-bottom: 0;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children { position: static;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper { display: none;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper { display: block;    visibility: visible;  opacity: 1;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before { content: " "; display: table;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {content: " "; display: table;clear: both;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li { float: left;}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {display: inline-block;}

/* Vertical Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-vertical {width: 100%;}
.hs-menu-wrapper.hs-menu-flow-vertical ul {list-style: none;margin: 0;}
.hs-menu-wrapper.hs-menu-flow-vertical li a {display: block;}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {margin-bottom: 0;}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {width: auto;}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children { position: relative;}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {visibility: hidden;opacity: 0; -webkit-transition: opacity 0.4s; position: absolute;  z-index: 10;   left: 0;}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {display: block;white-space: nowrap;}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {left: 100%;top: 0;}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {opacity: 1;visibility: visible;}

.logo img {cursor: pointer;}





/*=====================================================================================================
                                        blog sidebar css start
=====================================================================================================*/




@media(max-width:1200px) {
.container{padding:0px 20px;}
.footer-bor {padding-left: 13px;}
.carola-simple-menu ul li {margin: 26px 28px 0px 0px;}
}


@media(max-width:1100px) {
.carola-simple-menu ul li {margin: 26px 23px 0px 0px;}
.carola-simple-menu ul li a {font-size: 13px;}
}


@media(max-width:1024px) {
.cbi-blog-sub-form .hs_email.field.hs-form-field {width: 59%;}
.post-readmore {font-size: 13px;}
.post-readmore { display: block!important; width: 100%!important; text-align: center;margin: 0; }
.post-date { display: block!important; width: 100%!important; text-align: center;margin: 0; }
.carola-simple-menu ul li{margin: 0px 27px 0px 0px;}
.carola-simple-menu ul li {margin:0;}
.carola-simple-menu ul li:last-child:hover{background:none;transition:all 0.5s;}
}



@media(max-width:980px) {

.footer-bor::after {height: 188px;}
.cbi-blog-sub-form .hs_email.field.hs-form-field {width: 54.5%;}

}

@media(max-width:767px) {
.subscribe-blog.footer-bor {width: 100%!important;margin-bottom: 30px!important;}
.subscribe-blog.footer-bor::after {display:none;}
.footer-bor {padding-left: 0;}
.address-link.footer-bor,.hybrid-links.footer-bor,.os-site.footer-bor{ width:32%!important;padding:0px 31px!important; }
.mobile-trigger{top:69px !important;   }
.post-date{width: 49.4%!important;display:inline-block!important;verical-align:top;text-align: left;}
.post-readmore {width:49.7%!important;display:inline-block!important;verical-align:top;text-align:right;}
}

@media(max-width:600px) {
.address-link.footer-bor, .hybrid-links.footer-bor, .os-site.footer-bor {padding: 0px 27px!important;}
}

@media(max-width:550px) {
.address-link.footer-bor, .hybrid-links.footer-bor, .os-site.footer-bor {padding: 0px 18px!important;}
}

@media(max-width:480px) {
.subscribe-blog.footer-bor {width: 100%!important;margin-bottom: 30px!important;}
.address-link.footer-bor {width:100%!important;margin-bottom: 15px!important;   padding-right:0px;}
.hybrid-links.footer-bor {width:100%!important;    padding: 0px; margin-bottom:15px!important;    }
.os-site.footer-bor {width:100%!important;   padding:0px;}
.footer-bor {padding-left:0px;}
.footer-bor::after {display:none;}
.subscribe-blog.footer-bor:after,.address-link.footer-bor::after {display:none;}
.address-link.footer-bor, .hybrid-links.footer-bor, .os-site.footer-bor {padding: 0px 0px!important;}
.cbi-blog-sub-form .hs_email.field.hs-form-field {width: 100%;}
.cbi-blog-sub-form input[type="submit"]{margin:10px 0 0 auto;}
.webpage-footer {padding: 48px 0px 34px;}
.cib-logo-sec img {max-width: 180px}
.custom-menu-primary .hs-menu-wrapper > ul {margin-top: 36px!important;}
.mobile-trigger {top: 62px !important;}
.post-readmore { display: block!important; width: 100%!important; text-align: center;margin: 0; }
.post-date { display: block!important; width: 100%!important; text-align: center;margin: 0; }
}

@media(max-width:360px) {
.mobile-trigger{top: 84px !important;}
.span6.post-readmore { display: block; width: 100%; text-align: center; }
.span6.post-date { display: block; width: 100%; text-align: center; }
.cib-logo-sec img {max-width: 158px}

.custom-menu-primary .hs-menu-wrapper > ul {margin-top: 32px!important;}
.mobile-trigger {top: 61px !important;}
.dealer-section ul li {margin-right: 8px;}
}

@media(max-width:320px) {
.dealer-section ul li a {font-size: 12px;}
}

@media(max-width:319px) {
.mobile-trigger {top: 81px !important;}
.custom-menu-primary .hs-menu-wrapper > ul {margin-top: 53px!important;}
}











