@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
@font-face {
    font-family: "et-line";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/3991474/IPTelecom_December2017/Fonts/et-line.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/3991474/IPTelecom_December2017/Fonts/et-line.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/3991474/IPTelecom_December2017/Fonts/et-line.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/3991474/IPTelecom_December2017/Fonts/et-line.svg#et-line") format("svg");
}

.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {font-family: 'et-line';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;display: inline-block;}
.icon-map-pin:before {    content: "\e047";}
/*********************************************** intial declartaion of css **********************************************/

*{ margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
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; }
html { -webkit-text-size-adjust: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, 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: 85% }
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; }

/*********************************************** Form CSS **********************************************/

input,textarea,select {border-radius: 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 ; }
button, input, select, textarea,option { font-size: 100%; margin: 0; vertical-align: baseline;font-family: 'Nunito', sans-serif;line-height:30px;}
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; }

/*********************************************** 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;height:auto}
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; }
::selection { background: #227f7f; color: #fff; }
::-moz-selection {background: #227f7f;color: #fff;}

/****************************************************Placeholder opacity cross browsers*****************************************/


input::-webkit-input-placeholder { color: #000; opacity:0.7;line-height:1;font-size:inherit;} /* WebKit browsers */
input:-moz-placeholder { color: #000;opacity:0.7;line-height:1;font-size:inherit;} /* Mozilla Firefox 4 to 18 */
input::-moz-placeholder { color: #000;opacity:0.7;line-height:1;font-size:inherit;} /* Mozilla Firefox 19+ */
input:-ms-input-placeholder { color: #000;opacity:0.7;line-height:1;font-size:inherit;} /* Internet Explorer 10+ */
textarea::-webkit-input-placeholder { color: #000;opacity:0.7;line-height:1;font-size:inherit;} /* WebKit browsers */
textarea:-moz-placeholder { color: #000;opacity:0.7;line-height:1;font-size:inherit;} /* Mozilla Firefox 4 to 18 */
textarea::-moz-placeholder { color: #000;opacity:0.7;line-height:1;font-size:inherit;} /* Mozilla Firefox 19+ */
textarea:-ms-input-placeholder { color: #000;opacity:0.7;line-height:1;font-size:inherit;} /* Internet Explorer 10+ */

/****************************************** Footer subscription ********************************/

.wrapper-subscribe input::-webkit-input-placeholder { color: #fff; opacity:1;} /* WebKit browsers */
.wrapper-subscribe input:-moz-placeholder { color: #fff;opacity:1;} /* Mozilla Firefox 4 to 18 */
.wrapper-subscribe input::-moz-placeholder { color: #fff;opacity:1;} /* Mozilla Firefox 19+ */
.wrapper-subscribe input:-ms-input-placeholder { color: #fff;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}
.dis-flex {display: flex; flex-wrap: wrap;display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;}

/*********************************************************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); -moz-osx-font-smoothing: grayscale;  -webkit-tap-highlight-color: transparent; font-family: 'Nunito', sans-serif; font-weight:normal;}
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: underline; 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;}
h1,h2,h3,h4,h5,h6{font-family: 'Nunito', sans-serif;}
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;}
.hs_error_rollup {    display: none;}

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

.h-logo img ,.f-logo img {cursor: pointer;}
.container{padding:0 5%;width:100% !important;}
	.inner-wrapper{padding-left:15px !important;padding-right:15px !important;}
/************************************************** container **************/



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

                                                                Common CSS

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

/* header text */
.hm h1 {font-size:48px;line-height:1.3;font-weight:300;margin:0 0 15px;}
.hm h2 {font-size:34px;line-height:1.3;font-weight:400;margin:0 0 15px;}
.hm h3 {font-size:30px;line-height:1.3;font-weight:700;margin:0 0 15px;}
.hm h4 {font-size:22px;line-height:1.3;font-weight:300;margin:0 0 15px;}
.hm h5 {font-size:18px;line-height:1.3;font-weight:700;margin:0 0 15px;}
.hm h6 {font-size:16px;line-height:1.3;font-weight:700;margin:0 0 15px;}
/* p tag */
.hm p {font-size:14px; line-height: 1.3;margin:0 0 15px;}

/* links */
.hm a {font-size: 22px;line-height:1.3;font-weight:700;}

/* ul li */
.hm ol{margin:20px 0;text-align:left;    padding-left: 18px;}
.hm ul li ,.hm ol li {  font-size:14px;line-height:1.3; list-style:inherit;list-style-position:outside;margin:0 0 15px;}


/******************************************** Fieldset CSS*******************************************************/
.hm form fieldset{max-width:100%;}

.hm form fieldset.form-columns-1>div.hs-form-field .hs-input{width:100%;}
.hm form fieldset.form-columns-2 > div.hs-form-field{margin-right:0.95%;width:49.5%;float:left;}
.hm form fieldset.form-columns-2 > div.hs-form-field:last-child{margin-right:0;}
.hm form fieldset.form-columns-3 > div.hs-form-field{margin-right:0.95%;float:left;}
.hm form fieldset.form-columns-3 > div.hs-form-field:last-child{margin-right:0;}
/******************************************** input CSS*******************************************************/
.hm form .input{margin-right:0 !important;}
.hm form .hs-form-field > label { color:#2B2B2B; font-size: 20px;line-height: 20px; width: 100%; margin-bottom: 10px;word-spacing: -1px;    pointer-events: none;}
.hm form textarea,.hm form input[type="text"],.hm form input[type="password"],.hm form input[type="datetime"],.hm form input[type="datetime-local"],.hm form input[type="date"],.hm form input[type="month"],.hm form input[type="time"],.hm form input[type="week"],.hm form input[type="number"],.hm form input[type="email"],.hm form input[type="url"],.hm form input[type="search"],.hm form input[type="tel"],.hm form input[type="color"],.hm form select{color:#ffffff;border-bottom: 1px solid #ccc;padding: 10px 6px; width: 100%; font-size: 16px; margin-bottom: 9px;font-weight:400;background: transparent;line-height:1;font-family: 'Roboto', sans-serif;}
/******************************************** Select CSS*******************************************************/
.hm form select{ -moz-appearance: none; -webkit-appearance: none; color: #323232; background: url(https://cdn2.hubspot.net/hubfs/3991474/IP%20Telecom%20April%202018/img/Header%20Footer/arrow-point-to-down.svg); background-position: 98% center !important; background-repeat: no-repeat !important; background-size: 14px auto !important; background-color: transparent; }
.hm form select option{color:#323232;}
/******************************************** Radio Button CSS*******************************************************/
.hm form .input ul.inputs-list li label input[type="radio"]:checked+span:before {background: #03a9f4 ;background-size: 14px; background-position: center center;border-radius:50%;box-shadow:0 0 0 4px #fff inset;  }
.hm form .input ul.inputs-list li label input[type="radio"] { opacity: 0; display:none !important;}
.hm form .input ul.inputs-list li label input[type="radio"]+span:before { margin-top: -3px; content: ''; background: #fff; background-size: 14px; background-position: center center;display: inline-block;vertical-align: middle; width: 22px;height: 22px; padding: 2px; margin-right: 10px; text-align: center; border:1px solid #fff;border-radius:50%;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 ;}
/******************************************** Check Box CSS*******************************************************/
.hm form .input ul.inputs-list li label input[type="checkbox"]:checked+span:before {background: url('https://cdn2.hubspot.net/hubfs/3991474/IP%20Telecom%20April%202018/img/Header%20Footer/accept-black.svg');background-size: 10px; background-position: center center;background-repeat:no-repeat;}
.hm form .input ul.inputs-list li label input[type="checkbox"] { opacity: 0; display:none !important;}
.hm form .input ul.inputs-list li label input[type="checkbox"]+span:before {  margin-top: -3px;content: '';background-size: 10px; background-position: center center; display: inline-block;vertical-align: middle; width: 20px;height: 20px; padding: 2px; margin-right: 10px; text-align: center; border:2px solid #ccc; border-radius:3px; 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 ;}
.hm .arrange-callback form .hs-fieldtype-booleancheckbox ul.hs-error-msgs.inputs-list label{margin-top:0;}
.legal-consent-container .hs-form-booleancheckbox-display>span { margin-left:0px !important;}

/******************************************** Button CSS*******************************************************/
.hm form .hs_submit input {background:rgb(244, 121, 48); color: #fff;line-height:12px;font-weight: 300;font-size: 16px;padding: 20px 15px;text-transform: uppercase;min-width:140px;}
.hm form .hs_submit input:hover{background:#ffae80;}
.hm form input.error:focus{border:1px solid #b9554d;border-bottom:1px solid #ccc;border-radius: 2px;}
.hm form .actions{text-align: left;}
.hm form .hs_submit input:focus{}




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

                                                                Flexible column hubspot other Modules(richtext,oneline text,header etc)

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

.flex-module>span{display: flex; flex-wrap: wrap;display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;}
.widget-type-widget_container > span > .hs_cos_wrapper_type_raw_html,
.widget-type-widget_container > span > .hs_cos_wrapper_type_raw_jinja,
.widget-type-widget_container > span > .hs_cos_wrapper_type_rich_text,
.widget-type-widget_container > span > .hs_cos_wrapper_type_text,
.widget-type-widget_container > span > .hs_cos_wrapper_type_header,
.widget-type-widget_container > span > .hs_cos_wrapper_type_section_header,
.widget-type-widget_container > span > .hs_cos_wrapper_type_form,
.widget-type-widget_container > span > .hs_cos_wrapper_type_blog_subscribe,
.widget-type-widget_container > span > .hs_cos_wrapper_type_cta,
.widget-type-widget_container > span > .hs_cos_wrapper_type_linked_image{padding:70px 5%;}

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

                                                                                             Header Css

************************************************************************************************************************************************************************************/
/* @import url('http://example.com/example_style.css'); */

 @import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .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: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

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

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face {
    font-family: "et-line";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/3991474/IPTelecom_December2017/Fonts/et-line.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/3991474/IPTelecom_December2017/Fonts/et-line.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/3991474/IPTelecom_December2017/Fonts/et-line.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/3991474/IPTelecom_December2017/Fonts/et-line.svg#et-line") format("svg");
}

  
.row-fluid [class*="span"] {
    min-height: 0 !important;
}

.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {font-family: 'et-line';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;display: inline-block;}
.icon-map-pin:before {    content: "\e047";}
/*********************************************** intial declartaion of css **********************************************/

*{ margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
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; }
html { -webkit-text-size-adjust: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, 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: 85% }
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; }

/*********************************************** Form CSS **********************************************/

input,textarea,select {border-radius: 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 ; }
button, input, select, textarea,option { font-size: 100%; margin: 0; vertical-align: baseline;font-family: 'Nunito', sans-serif;line-height:30px;}
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; }

/*********************************************** 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;height:auto}
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; }
::selection { background: #227f7f; color: #fff; }
::-moz-selection {background: #227f7f;color: #fff;}

/****************************************************Placeholder opacity cross browsers*****************************************/


input::-webkit-input-placeholder { color: #000; opacity:0.7;line-height:1;font-size:inherit;} /* WebKit browsers */
input:-moz-placeholder { color: #000;opacity:0.7;line-height:1;font-size:inherit;} /* Mozilla Firefox 4 to 18 */
input::-moz-placeholder { color: #000;opacity:0.7;line-height:1;font-size:inherit;} /* Mozilla Firefox 19+ */
input:-ms-input-placeholder { color: #000;opacity:0.7;line-height:1;font-size:inherit;} /* Internet Explorer 10+ */
textarea::-webkit-input-placeholder { color: #000;opacity:0.7;line-height:1;font-size:inherit;} /* WebKit browsers */
textarea:-moz-placeholder { color: #000;opacity:0.7;line-height:1;font-size:inherit;} /* Mozilla Firefox 4 to 18 */
textarea::-moz-placeholder { color: #000;opacity:0.7;line-height:1;font-size:inherit;} /* Mozilla Firefox 19+ */
textarea:-ms-input-placeholder { color: #000;opacity:0.7;line-height:1;font-size:inherit;} /* Internet Explorer 10+ */

/****************************************** Footer subscription ********************************/

.wrapper-subscribe input::-webkit-input-placeholder { color: #fff; opacity:1;} /* WebKit browsers */
.wrapper-subscribe input:-moz-placeholder { color: #fff;opacity:1;} /* Mozilla Firefox 4 to 18 */
.wrapper-subscribe input::-moz-placeholder { color: #fff;opacity:1;} /* Mozilla Firefox 19+ */
.wrapper-subscribe input:-ms-input-placeholder { color: #fff;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}
.dis-flex {display: flex; flex-wrap: wrap;display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;}

/*********************************************************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); -moz-osx-font-smoothing: grayscale;  -webkit-tap-highlight-color: transparent; font-family: 'Nunito', sans-serif; font-weight:normal;}
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: underline; 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;}
h1,h2,h3,h4,h5,h6{font-family: 'Nunito', sans-serif;}
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;}
.hs_error_rollup {    display: none;}

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

.h-logo img ,.f-logo img {cursor: pointer;}
.container{padding:0 5%;width:100% !important;}
	.inner-wrapper{padding-left:15px !important;padding-right:15px !important;}
/************************************************** container **************/



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

                                                                Common CSS

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

/* header text */
.hm h1 {font-size:48px;line-height:1.3;font-weight:300;margin:0 0 15px;}
.hm h2 {font-size:34px;line-height:1.3;font-weight:400;margin:0 0 15px;}
.hm h3 {font-size:30px;line-height:1.3;font-weight:700;margin:0 0 15px;}
.hm h4 {font-size:22px;line-height:1.3;font-weight:300;margin:0 0 15px;}
.hm h5 {font-size:18px;line-height:1.3;font-weight:700;margin:0 0 15px;}
.hm h6 {font-size:16px;line-height:1.3;font-weight:700;margin:0 0 15px;}
/* p tag */
.hm p {font-size:14px; line-height: 1.3;margin:0 0 15px;}

/* links */
.hm a {font-size: 22px;line-height:1.3;font-weight:700;}

/* ul li */
.hm ol{margin:20px 0;text-align:left;    padding-left: 18px;}
.hm ul li ,.hm ol li {  font-size:14px;line-height:1.3; list-style:inherit;list-style-position:outside;margin:0 0 15px;}


/******************************************** Fieldset CSS*******************************************************/
.hm form fieldset{max-width:100%;}

.hm form fieldset.form-columns-1>div.hs-form-field .hs-input{width:100%;}
.hm form fieldset.form-columns-2 > div.hs-form-field{margin-right:0.95%;width:49.5%;float:left;}
.hm form fieldset.form-columns-2 > div.hs-form-field:last-child{margin-right:0;}
.hm form fieldset.form-columns-3 > div.hs-form-field{margin-right:0.95%;float:left;}
.hm form fieldset.form-columns-3 > div.hs-form-field:last-child{margin-right:0;}
/******************************************** input CSS*******************************************************/
.hm form .input{margin-right:0 !important;}
.hm form .hs-form-field > label { color:#2B2B2B; font-size: 20px;line-height: 20px; width: 100%; margin-bottom: 10px;word-spacing: -1px;    pointer-events: none;}
.hm form textarea,.hm form input[type="text"],.hm form input[type="password"],.hm form input[type="datetime"],.hm form input[type="datetime-local"],.hm form input[type="date"],.hm form input[type="month"],.hm form input[type="time"],.hm form input[type="week"],.hm form input[type="number"],.hm form input[type="email"],.hm form input[type="url"],.hm form input[type="search"],.hm form input[type="tel"],.hm form input[type="color"],.hm form select{color:#ffffff;border-bottom: 1px solid #ccc;padding: 10px 6px; width: 100%; font-size: 16px; margin-bottom: 9px;font-weight:400;background: transparent;line-height:1;font-family: 'Roboto', sans-serif;}
/******************************************** Select CSS*******************************************************/
.hm form select{ -moz-appearance: none; -webkit-appearance: none; color: #323232; background: url(https://cdn2.hubspot.net/hubfs/3991474/IP%20Telecom%20April%202018/img/Header%20Footer/arrow-point-to-down.svg); background-position: 98% center !important; background-repeat: no-repeat !important; background-size: 14px auto !important; background-color: transparent; }
.hm form select option{color:#323232;}
/******************************************** Radio Button CSS*******************************************************/
.hm form .input ul.inputs-list li label input[type="radio"]:checked+span:before {background: #03a9f4 ;background-size: 14px; background-position: center center;border-radius:50%;box-shadow:0 0 0 4px #fff inset;  }
.hm form .input ul.inputs-list li label input[type="radio"] { opacity: 0; display:none !important;}
.hm form .input ul.inputs-list li label input[type="radio"]+span:before { margin-top: -3px; content: ''; background: #fff; background-size: 14px; background-position: center center;display: inline-block;vertical-align: middle; width: 22px;height: 22px; padding: 2px; margin-right: 10px; text-align: center; border:1px solid #fff;border-radius:50%;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 ;}
/******************************************** Check Box CSS*******************************************************/
.hm form .input ul.inputs-list li label input[type="checkbox"]:checked+span:before {background: url('https://cdn2.hubspot.net/hubfs/3991474/IP%20Telecom%20April%202018/img/Header%20Footer/accept-black.svg');background-size: 10px; background-position: center center;background-repeat:no-repeat;}
.hm form .input ul.inputs-list li label input[type="checkbox"] { opacity: 0; display:none !important;}
.hm form .input ul.inputs-list li label input[type="checkbox"]+span:before {  margin-top: -3px;content: '';background-size: 10px; background-position: center center; display: inline-block;vertical-align: middle; width: 20px;height: 20px; padding: 2px; margin-right: 10px; text-align: center; border:2px solid #ccc; border-radius:3px; 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 ;}
.hm .arrange-callback form .hs-fieldtype-booleancheckbox ul.hs-error-msgs.inputs-list label{margin-top:0;}


/******************************************** Button CSS*******************************************************/
.hm form .hs_submit input {background:rgb(244, 121, 48); color: #fff;line-height:12px;font-weight: 300;font-size: 16px;padding: 20px 15px;text-transform: uppercase;min-width:140px;}
.hm form .hs_submit input:hover{background:#ffae80;}
.hm form input.error:focus{border:1px solid #b9554d;border-bottom:1px solid #ccc;border-radius: 2px;}
.hm form .actions{text-align: left;}
.hm form .hs_submit input:focus{}
  
/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
   background:;
   margin-bottom: 8px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 5px 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    left: 0;
    text-align: left;
    padding: 10px 10px 10px 20px;
}
/* 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;
}
.top-section .hs-menu-wrapper.hs-menu-flow-vertical>ul{
    margin-bottom: 0;
}

/* Start: Edited - LP Header */
#header_sec_v2 .logo{
	display: block !important;
  float: left !important;
  margin-top: 8px;
}
#header_sec_v2 .row-fluid .spacer{
	min-height: 1px!important;
}
#header_sec_v2 .cta_wrapper,
#header_sec_v2 .cta_wrapper .hader-cta-sec{
	float: right;
}
#header_sec_v2 .top-section{
	padding: 10px 0 4px;
}
#header_sec_v2 .header-section{
	padding: 8px 0 15px;
}

@media only screen and (max-width: 767px){
  #header_sec_v2 .logo{
  	    text-align: center;
    margin: 8px auto 0 auto!important;
    float: none!important;
  }
  #header_sec_v2 .hader-cta-sec{
    display: block!important;
  	float: none!important;
    margin: 0 auto!important;
    padding-right: 0;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 6px;
  }
  #header_sec_v2 .header-section{
  	padding: 15px 0 16px;
  }
}


/* End: Edited - LP Header */

/*------------------------------------------Header Section------------------------------*/
.header-outer-section{
    position: absolute;
    z-index: 99;
    width: 100% !important;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 12px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 12px -3px rgba(0,0,0,0.3);
    box-shadow: 0 1px 12px -3px rgba(0,0,0,0.3);
}
body.transparent-header .header-outer-section{
  background-color: transparent;
}
.top-section .custom-phone {
    text-align: right;
    margin-left: 30px;
    max-width: 127px;
    width:100% ;
    display: inline-block;
    float: none !important;
    vertical-align: middle;
}
.top-section .custom-phone input{
    border-radius: 6px;
    overflow: hidden;
    padding-left: 10px;
    height: 27px;
    margin-top: 3px;
    max-width: 130px;
    width: 100% !important;
    border: 1px solid #333 !important;
    margin: 0 !important;
    color: #333 !important;
    padding: 5px 10px !important;
    font-size: 13px !important;
}
.top-menu {
    width: calc(100% - 161px) !important;
    display: inline-block !important;
    float: none !important;
    vertical-align: middle;
}
.top-section .container, .header-section .container {
    max-width: 1250px;
    margin: auto !important;
    float: none !important;
    padding: 0 5%;
}
.top-section ul{
    text-align: right;
    padding-top: 9px;
}
.top-section li.hs-menu-item.hs-menu-depth-1 {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    font-size: 13px;   
    margin: 0;
    width:auto;
} 
.top-section {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px 0 12px;
}

.top-section ul li a {
    font-size: 13px !important;
    text-decoration: none;
}  
.top-section li.hs-menu-item.hs-menu-depth-1::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    right: -1px;
    top: 1px;
    background: #333;
} 
body.transparent-header  .top-section li.hs-menu-item.hs-menu-depth-1::before{
     background: #fff;
}
 .top-section li:last-child.hs-menu-item.hs-menu-depth-1::before {
    display: none;
}
.custom-menu-primary li.hs-menu-item.hs-menu-depth-1 {
    list-style: none;
    display: inline-block;
    padding: 0 20px;
}
.custom-menu-primary ul {
    text-align: right;
}
.custom-menu-primary ul li a {
    font-size: 16px !important;
    font-weight: 400;
    color: #333;
}
body.transparent-header .custom-menu-primary ul li a{
 color: #fff;
}
  .custom-menu-primary ul li a {
    text-decoration: none;
}
.custom-menu-primary li:nth-child(3).hs-menu-item.hs-menu-depth-1::before {
    display: none;
}
.custom-menu-primary li.hs-menu-item.hs-menu-depth-1 {
    position: relative;
}
.custom-menu-primary a#cta_button_3991474_187a02aa-09c4-4f75-8c22-bda0ad2345ea{
    padding: 13px 15px;
    font-size: 14px !important;
    letter-spacing: 1px;
    max-width: 160px !important;
    width: 100%;
    box-sizing: border-box !important;
} 
.custom-menu-primary a#cta_button_3991474_187a02aa-09c4-4f75-8c22-bda0ad2345ea:hover{
    background: #ffae80;
}
.custom-menu-primary ul {
    text-align: right;
 margin-top: 15px;
}
.header-section {
    /* padding: 8px 0 8px; */
    padding: 12px 0 10px;
    background-color: transparent;
    position: relative;
}
.hader-cta-sec {
    margin-left: 10px !important;
    max-width: 140px;
    width: 100% !important;
}
.header-menu-sc {
    width: calc(100% - 150px) !important;
}
.custom-menu-primary ul li a {
    text-decoration: none;
}
.custom-menu-primary li.hs-item-has-children::before, .custom-menu-primary li.hs-menu-item.hs-menu-depth-1:first-child:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #333;
    right: 0px;
    top: 17px;
    transition: all .3s ease-in-out;
}
body.transparent-header .custom-menu-primary li.hs-item-has-children::before, body.transparent-header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1:first-child:before {
  border-top: 7px solid #fff;
}
body.transparent-header .custom-menu-primary li.hs-item-has-children:hover:before, body.transparent-header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1:first-child:hover:before {
    border-top: 7px solid #f26a26;
}
.custom-menu-primary li.hs-item-has-children:hover:before,.custom-menu-primary li.hs-menu-item.hs-menu-depth-1:first-child:hover:before  {
    border-top: 7px solid #f26a26;
    transform: rotate(180deg);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children:before {
    top: 13px;
}
.custom-menu-primary.js-enabled {
    text-align: right;
    /* width: calc(100% - 223px); */
    width: calc(100% - 300px);
    margin-left: 20px;
    display: inline-block !important;
    vertical-align: middle;
    float: right !important;
}
.widget-type-linked_image.logo {
    /* max-width: 199px; */
    max-width: 250px;
    width: 100%;
    display: inline-block !important;
    vertical-align: middle;
    float: none !important;
    padding-top: 0;
}

.custom-menu-primary li:nth-child(3).hs-menu-item.hs-menu-depth-1::before {
    display: none;
}
.custom-menu-primary li.hs-menu-item.hs-menu-depth-1 {
    position: relative;
}
.search-box input {
    border-radius: 6px;
    overflow: hidden;
    padding-left: 10px;
    height: 27px;
    margin-top: 3px;
    max-width: 130px;
    width: 100%;
    border: 1px solid #333;
}
.custom-menu-primary li.hs-menu-item.hs-menu-depth-1:first-child:hover .service-solution-menu{
		display:block;
}
.service-solution-menu {
    max-width: 700px !important;
    width: 100% !important;
    position: absolute;
    z-index: 99;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto !important;
    padding: 40px 20px;
    top: 48px;
    border-top: 3px solid #f26a26;
    transition: all 0.5s ease-in-out;
}
.service-solution-menu ul li{
	margin-bottom:0;
}
.service-solution-menu a {
    font-size: 16px !important;
    font-weight: 400;
    color: #333;
}
.service-solution-menu h4 {
    font-weight: 900;
    padding: 0 20px;
    font-size: 18px;
    margin: 0;
}



/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 0;
    background-color: #fff;
    text-align: left;
    padding: 10px;
    top: 40px;
    border-top: 3px solid #f26a26;
}
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 107px;
    top: 0;
}
 .custom-menu-primary li.hs-item-has-children {
    padding-right: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#333;
}
  .custom-menu-primary ul.hs-menu-children-wrapper li.hs-item-has-children::before {
    border-top: 7px solid #333;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
   color: #f26a26;
} 
  .custom-menu-primary ul.hs-menu-children-wrapper li.hs-item-has-children:hover:before {
    border-top: 7px solid #f26a26;
}
  
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a:hover, .custom-menu-primary ul li a:hover,
body.transparent-header .custom-menu-primary ul li a:hover,
  body.transparent-header .top-section .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover  {
    color: #f47930;
}
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child ul.hs-menu-children-wrapper {
    display: none;
}
}




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* 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;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 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;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 0px;
    width: auto;
    height: auto;
    padding: 7px 0px 8px 10px;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    color: #09426E;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: transparent;
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: transparent;
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
    top: 20px;
    position:fixed;
    right:20px;
  }
 

  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline-block;
    position: relative;
    top: -4px;
  }
  .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 */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #09426E; /* Icon color */
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
          background-color: #09426E; /* Icon color */
  }


  /* 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: 100% !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: none;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .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: none;

  }
  .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{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
      position: absolute;
      padding-top: 7px;
      margin: 0;
      width: calc(100% - 220px);
      right: 5%;
      z-index: 2;
      top: 0px;
      bottom: 0;
   }

  /* 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: fixed;
    width: 260px !important;
    z-index: 1000;
    background: rgba(105, 124, 185, 0.9);
    right: -482px;
    top: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: right 500ms ease;
    -webkit-transition: right 500ms ease;
    -moz-transition: right 500ms ease;
    -o-transition: right 500ms ease;
    -ms-transition: right 500ms ease;
    background-color: #f47930;
    -webkit-box-shadow: -10px 0px 13px -1px rgba(29, 35, 51, 0.47);
    -moz-box-shadow: -10px 0px 13px -1px rgba(29, 35, 51, 0.47);
    box-shadow: -10px 0px 13px -1px rgba(29, 35, 51, 0.47);
        transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    text-align: left;
    padding: 90px 0;
    margin: 0 !important;
  }
  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    right: 2px;
}
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 20px;
    overflow: visible;
  }
  .custom-menu-primary li.hs-item-has-children::before, .custom-menu-primary li.hs-menu-item.hs-menu-depth-1:first-child:before{
      border-top: 7px solid #ffffff;
      top:12px;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
     /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    padding: 10px 30px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
/*  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; 
  }
  */
   .mobile-open .mobile-trigger i{
      background-color: transparent;
      width: 20px;
      height: 2px;
  }
  .mobile-open .mobile-trigger i:before {
      background-color: #fff;
      top: 0;
      transform: rotate(45deg);
        width: 20px;
    height: 2px;
  }
  .mobile-open .mobile-trigger i:after {
       background-color: #fff;
      top: 0;
      transform: rotate(-45deg);
        width: 20px;
    height: 2px;
  }  
  .custom-menu-primary li.hs-item-has-children:hover:before{
      border-top: 7px solid #fff;
  }
  
  
  .hader-cta-sec {
    margin-left: 10px !important;
    max-width: 210px;
    width: 100% !important;
    padding-right: 60px;
    float: right !important;
}
  .header-section {
    padding: 13px 0 13px;
    position: relative;
    min-height: 62px !important;
    height: 100%;
}
  .custom-menu-primary li.hs-menu-item.hs-menu-depth-1:nth-child(1) {
    transition-delay: .8s;
}
.custom-menu-primary li.hs-menu-item.hs-menu-depth-1:nth-child(2) {
    transition-delay: .9s;
}
.custom-menu-primary li.hs-menu-item.hs-menu-depth-1:nth-child(3) {
    transition-delay: 1s;
}
.custom-menu-primary li.hs-menu-item.hs-menu-depth-1:nth-child(4) {
    transition-delay: 1.1s;
}
.custom-menu-primary li.hs-menu-item.hs-menu-depth-1 {
    transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
    -moz-transform: translateX(1000px);
    -o-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.3s ease-in 0.3s;
    -moz-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.3s ease-in 0.3s;
    -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.3s ease-in 0.3s;
    -o-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.3s ease-in 0.3s;
    -ms-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.3s ease-in 0.3s;
}
.mobile-open .custom-menu-primary li.hs-menu-item.hs-menu-depth-1 {
    opacity: 1;
    right: 0;
    transform: translateX(0px);
}
  .custom-menu-primary li.hs-item-has-children::before, .custom-menu-primary li.hs-menu-item.hs-menu-depth-1:first-child:before{
  	right:25px;
  }

.custom-menu-primary li.hs-item-has-children::before {
	display:none;
}

.custom-menu-primary li.hs-item-has-children > .child-trigger::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #ffffff;
    right: 25px;
    top: 12px;
    transition: all .3s ease-in-out;
}

.custom-menu-primary li.hs-item-has-children > .child-trigger.child-open::before {
    border-top: 7px solid #ffffff;
    transform: rotate(180deg);
}
.service-solution-menu {
    display: none !important;
} 
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child > ul.hs-menu-children-wrapper {
    display: block;
}  
  
  
  
} 

@media (max-width:1030px){
  .widget-type-linked_image.logo{
    max-width: 190px;
  }
}

@media (max-width:1024px) and (min-width:767px){
  
  .mobile-open .mobile-trigger{
      right: 20px;
  }

}




.top-section .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 0;
    color: #333;
}
body.transparent-header .top-section .hs-menu-wrapper.hs-menu-flow-vertical > ul li a{
  color: #fff;
}
.custom-menu-primary li.hs-menu-item.hs-menu-depth-1 {
    margin-bottom: 0 !important;
    padding: 0 !important;
}
@media (max-width:767px){
 .banner-section h1 {
    font-size: 40px !important;
    line-height: 45px !important;
}
 .banner-section h6 {
    font-size: 18px !important;
  }
}


.banner-section, .telecom_lp_banner, .wrapper-privacy-policy, .wrapper-attributions{
   margin-top:100px;

}

@media (max-width:640px){
  
  .top-section {
    display: none !important;
}  
.banner-section, .telecom_lp_banner, .wrapper-privacy-policy, .wrapper-attributions{
   margin-top:60px;

}
}

@media (max-width:480px){
.hader-cta-sec {
    display: none !important;
}
}
/*******************************************************************************************************************************************************************************

                                                                                             Footer Css

************************************************************************************************************************************************************************************/
.wrapper-footer{background-color:#575757;color:#ffffff;padding: 50px 0;}
.wrapper-footer ul li a{font-size:15px;text-transform: uppercase;font-weight:400;text-decoration:none;}
.wrapper-footer ul li a:hover{color: #f47930;}
.wrapper-footer ul li{padding: 4px 0;list-style: none; margin: 0; font-weight: 400;}
.wrapper-footer .social-contact  ul li a{color: #f47930;text-transform: inherit;}
.wrapper-footer .social-contact .contact{margin-bottom: 26px;}
.wrapper-footer .social-contact .social-icons .fa{font-size: 22px;}
.wrapper-footer .social-contact .social-icons li{padding-right: 30px;display:inline-block;}
.wrapper-footer .social-contact .social-icons a {color:#f47930;}
/* .wrapper-footer .footer-logo img{max-width:350px;width:100% !important;padding:0;} */ /* Edit by Flo(MP) */
/* .wrapper-footer .footer-logo{padding:0 15px;} */ /* Edit by Flo(MP) */
.wrapper-footer .footer-links > div > div,.wrapper-footer .wrapper-subscribe > div > div{display: flex; flex-wrap: wrap;display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;}
.footer-links > div > div > div { padding: 0 15px; width:16.6% !important; margin: 0 !important;float: none !important;}
.footer-links > div > div > div:first-child{width:33.3% !important;}
/* .wrapper-footer .wrapper-subscribe > div > div > div{width:49.9% !important;margin:0 !important; padding: 0 15px;} */ /* Edit by Flo(MP) */
.wrapper-footer .footer-links { margin: 0 0 61px;}
div.copy-right {padding: 0 15px;}
.wrapper-subscribe .copy-right p small a{color:#ffffff;font-weight:700;}

/*.wrapper-subscribe .hs_gdpr_opt_in.hs-gdpr_opt_in.hs-fieldtype-booleancheckbox.field.hs-form-field {display: none;}*/
.wrapper-subscribe h3.form-title{font-weight:700;font-size: 30px; line-height: 39px; color: #ffffff;}
.wrapper-subscribe form > div > label{display:none;}
/* .hm .wrapper-subscribe form .hs_submit input{min-width:100%;} */ /* Edit by Flo(MP) */
.wrapper-subscribe form ul.hs-error-msgs.inputs-list{}
.wrapper-subscribe form{display: flex;flex-wrap: wrap;align-items:center;width: 100%;max-width: 855px;position:relative;}
.wrapper-subscribe form > div.hs-email{width:calc(100% - 152px);margin:0;}
.wrapper-subscribe form > div.hs-fieldtype-booleancheckbox{width:calc(100% - 179px);margin:0;}
.wrapper-subscribe form > div.hs-email input{margin:0;}
/* .wrapper-subscribe form > div.hs-submit{padding-left: 12px;width:152px;margin:0;position: absolute; top: -10px; right: 0;} */ /* Edit by Flo(MP) */
.wrapper-subscribe ul li.hs-form-booleancheckbox { margin-top:20px; }
.wrapper-subscribe ul li.hs-form-booleancheckbox span {font-family: "Nunito", Arial, Helvetica, sans-serif; font-size: 0.9em; line-height: 1.5em; color: #eee; font-weight: 100;}
.wrapper-subscribe ul li.hs-form-booleancheckbox span>a { text-transform: inherit; text-decoration: underline; color: #eee; font-size:1em; font-weight:100;}
.wrapper-subscribe .copy-right p{font-size: 14px;line-height: 1.3;margin-bottom:15px;color: #fff;font-weight: 400;}
.wrapper-subscribe .copy-right p a { font-size: 22px; line-height: 1.3; font-weight: 700; }
.wrapper-subscribe .copy-right .privacy a{color:#ffffff;} 
.wrapper-subscribe .copy-right p a:hover{text-decoration: underline;}
.wrapper-subscribe ul.hs-error-msgs > li > label {
  font-size: 13px;
  line-height: normal;
  display: block;
  color: red;}
.hm .wrapper-subscribe form .input ul.inputs-list li label input[type="checkbox"]+span:before{height:16px;width:16px;}
/************************************************ back to top ********************************************************/
a.back-to-top {z-index:999;display: inline-block;visibility:hidden;font-size:22px !important;width: 35px; height: 35px; background: #f47930; opacity: 0.7; padding: 2px 11px 7px; border-radius: 4px; position: fixed; bottom: 0px; right: 70px; 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.back-to-top img{width:20px;}
.scroll-header a.back-to-top{bottom: 40px; visibility:visible;} 


.top-topics{display:none !important;}


/* =============== Form Legal Consent Text =============== */

.wrapper-subscribe div.legal-consent-container p {
  font-size: 0.85em !important;
  color: #ffffff;
}
.wrapper-subscribe div.legal-consent-container .hs-richtext {
  margin-bottom:5px;
}
.wrapper-subscribe div.legal-consent-container label {
  font-family: "Nunito", Arial, Helvetica, sans-serif;    
  font-size: 1em !important;
}
.wrapper-subscribe div.legal-consent-container a {
  font-size: 0.9em !important;
  text-decoration:underline !important;
}





/*--------------- Responsive media query style start here ----------------*/

@media (max-width: 1250px){
    /* header text */
    .hm h1 {font-size:40px;}
    .hm h2 {font-size:30px;}
    .hm h2 {font-size:28px;}
  .wrapper-header .custom-phone ul li a{font-size:11px;}
  .wrapper-header .custom-phone ul li:first-child a{top:41%;}
  .wrapper-subscribe form > div.hs-fieldtype-booleancheckbox{width:100%;}
}

@media (max-width: 1024px){
.hm h1 {font-size:38px;}
.hm h2 {font-size:28px;}
.hm h3 {font-size:24px;}
.hm h4,.hm a{font-size:18px;}
.hm h5 {font-size:16px;}
.hm h6 {font-size:14px;}
.hm form .hs_submit input{font-size:14px;padding:15px;}
	.widget-type-widget_container > span > .hs_cos_wrapper_type_raw_html,
	.widget-type-widget_container > span > .hs_cos_wrapper_type_raw_jinja,
	.widget-type-widget_container > span > .hs_cos_wrapper_type_rich_text,
	.widget-type-widget_container > span > .hs_cos_wrapper_type_text,
	.widget-type-widget_container > span > .hs_cos_wrapper_type_header,
	.widget-type-widget_container > span > .hs_cos_wrapper_type_section_header,
	.widget-type-widget_container > span > .hs_cos_wrapper_type_form,
	.widget-type-widget_container > span > .hs_cos_wrapper_type_blog_subscribe,
	.widget-type-widget_container > span > .hs_cos_wrapper_type_cta,
	.widget-type-widget_container > span > .hs_cos_wrapper_type_linked_image{padding:50px 5%;}
	
    .wrapper-header .custom-phone{ display: none !important;}
    .wrapper-footer ul li a{font-size:14px;}
    .footer-links > div > div > div,.wrapper-footer .wrapper-subscribe > div > div >div,.wrapper-footer .footer-logo{ padding: 0 10px;}
    .wrapper-subscribe form > div.hs-submit{top:0;}
    
}

@media (max-width: 767px){
.hm h1 {font-size:30px;}
.hm h2 {font-size:24px;}
.hm h3 {font-size:22px;}
.hm h4,.hm a{font-size:16px;}
.hm h5 {font-size:14px;}
.hm h6 {font-size:13px;}
.hm form .hs_submit input{font-size:13px;}

    .dis-flex {display:block;}
	.widget-type-widget_container > span > .hs_cos_wrapper_type_raw_html,
	.widget-type-widget_container > span > .hs_cos_wrapper_type_raw_jinja,
	.widget-type-widget_container > span > .hs_cos_wrapper_type_rich_text,
	.widget-type-widget_container > span > .hs_cos_wrapper_type_text,
	.widget-type-widget_container > span > .hs_cos_wrapper_type_header,
	.widget-type-widget_container > span > .hs_cos_wrapper_type_section_header,
	.widget-type-widget_container > span > .hs_cos_wrapper_type_form,
	.widget-type-widget_container > span > .hs_cos_wrapper_type_blog_subscribe,
	.widget-type-widget_container > span > .hs_cos_wrapper_type_cta,
	.widget-type-widget_container > span > .hs_cos_wrapper_type_linked_image{padding:30px 20px;}
	.container{padding:0 20px !important;}
	.inner-wrapper{padding-left:0 !important;padding-right:0 !important;}
	.wrapper-header{padding:16px 0;}
	.wrapper-header .logo img { max-width: 150px;}
	.footer-links > div > div > div,.footer-links > div > div > div:first-child{width: 100% !important;margin: 0 0 30px !important;padding:0;}
	.footer-links > div > div > div:last-child{margin: 0!important;}
	.wrapper-footer .wrapper-subscribe > div > div > .copy-right{margin: 0 0 20px !important;}
	.wrapper-footer .wrapper-subscribe > div > div >div{width: 100% !important;padding:0;}
	.wrapper-footer .footer-logo{padding:0;}
	.wrapper-footer .footer-links {margin: 0 0 51px;}
	.mobile-icon {top: 22px !important;}
	.flex-module>span{display:block;}

	.wrapper-subscribe form > div.hs_submit.hs-submit > div.actions > input { position: inherit; margin:0px; }
	.wrapper-subscribe form > div.hs-email {width: calc(100% - 130px);}
	.wrapper-subscribe form > div.hs-submit {padding-left:10px;width: 130px;margin: 0;}
	.hm form fieldset.form-columns-2 > div.hs-form-field { margin-right:0; width: 100%; }
}

@media (max-width:640px){
   .hm form .hs_submit input{min-width:auto;padding: 15px;}
   .wrapper-subscribe form .actions {text-align: center;}
}

@media (max-width: 480px){
    br {display:none;}
    .hm a{font-size:14px;}
    .wrapper-footer br{display:block;}
    .ready-to-get-left {display:none !important;}
}

@media (max-width:360px){
       .wrapper-subscribe form > div.hs-email {width:100%;}
    .wrapper-subscribe form > div.hs-submit{padding:0;width:100%;}
    .wrapper-subscribe form > div.hs-email input {margin: 0 0 20px;}
    .wrapper-subscribe form > div.hs-submit { padding-left: 0px; width: 130px;margin: 15px auto 0;position: inherit; }
    .wrapper-subscribe ul li.hs-form-booleancheckbox{margin-top:0;}
}

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

                                                              End  Common CSS

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