* {
	margin: 0px;
	padding: 0px;
}
body
{
	font-family: 'Roboto', sans-serif;
}
/********** mobile menu **************/
.navbar-drawer-bar
{
    background-color: transparent;
    box-sizing: border-box;
    left: 0;
    pointer-events: none;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1010;
	transition: -webkit-transform .4s cubic-bezier(.7,0,.3,1);
    transition: transform .4s cubic-bezier(.7,0,.3,1);
    transition: transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1);
}
.navbar-drawer-bar .drawer-container {
    height:60px;
    padding: 10px;
    position: relative;
    text-align: center;
}
.navbar-drawer-bar a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
    display: block;
    height: 40px;
    outline-style: none;
    pointer-events: all;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1020;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
    color: #000;
    transition: all .3s ease-out;
	line-height: 48px;
	float: right;
	background: #fff;
    border-radius: 4px;
	min-height: auto;
    margin-bottom: initial;
    border: none;
    cursor:pointer;
}
.navbar-drawer-bar .navbar .navbar-icons {
    -webkit-transform: rotate(0deg);
    cursor: pointer;
    display: inline-block;
    height: 17.3px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    width: 22px;
	margin-top: 12px;
}
.navbar-drawer-bar .navbar .navbar-icons span {
    -webkit-transform: rotate(0deg);
    background-color: #000;
    border-radius: 2px;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 100%;
}
.navbar-drawer-bar .navbar .navbar-icons span:first-child {
    -webkit-transform-origin: left center;
    top: 1px;
    transform-origin: left center;
	background-color: #000;
}
.navbar-drawer-bar .navbar .navbar-icons span:nth-child(2) {
    -webkit-transform-origin: left center;
    top: 7px;
    transform-origin: left center;
}
.navbar-drawer-bar .navbar .navbar-icons span:nth-child(3) {
    -webkit-transform-origin: left center;
    top: 13px;
    transform-origin: left center;
}
.navbar-drawer-bar.drawer-open .navbar {
    background-color: transparent;
    box-shadow: none;
    color: #636972;
}
.navbar-drawer-bar.drawer-open .navbar .navbar-icons span:first-child {
    -webkit-transform: rotate(45deg);
    left: 3px;
    top: 0;
    transform: rotate(45deg);
	background-color:#766052;
}
.navbar-drawer-bar.drawer-open .navbar .navbar-icons span:nth-child(2) {
    opacity: 0;
    width: 0;
}
.navbar-drawer-bar.drawer-open .navbar .navbar-icons span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    left: 3px;
    top: 16px;
    transform: rotate(-45deg);
	background-color:#636972;
}
#navbar-drawer-mask {
    background-color: rgba(0,0,0,.4);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
}
#navbar-drawer-mask.open
{
	display:block;
}
.strikingly-drawer {
    background: #fff;
    display: block;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1002;
}
.strikingly-drawer.navbar-drawer {
    -webkit-transform: translateY(-100%);
    max-height: 100vh;
    max-height: 100%;
    transform: translateY(-100%);
    transition: all .4s ease-in-out;
	padding-top: 160px;
	display:none;
}

.strikingly-drawer.navbar-drawer.translate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display:block;
}
.strikingly-drawer ul {
    -webkit-overflow-scrolling: touch;
    list-style: none;
    overflow: auto;
    position: relative;
	text-align:center;
}
.navbar-drawer.strikingly-drawer {
}
.strikingly-drawer ul
{
	margin-bottom:0px;
	 background: #192837;
	padding-bottom:100px;
}
.strikingly-drawer ul li {
    display: block;
    padding: 0;
    position: relative;
    z-index: 1015;
   
}
.strikingly-drawer ul li a {
   display: block;
    font-weight: 400;
    padding: 20px 20px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #21384d;
}
.strikingly-drawer ul li:hover a {
	text-decoration:none;
	color:#fff;
	}
.navbar-drawer.strikingly-drawer ul#nav-drawer-list {
    border-right: 1px solid #fceeec;
}
.strikingly-drawer ul li.active a ,.strikingly-drawer ul li:focus a {
   color:#fff;
}

.navbar-drawer.strikingly-drawer ul li.last_element
{
    padding-top: 20px;
}
.navbar-drawer.strikingly-drawer ul li.last_element a
{
background: #eee;	
text-align:center;
}
.mobile_header 
{
	display:none;
}
.mobile
{
	display:none !important;
}
.wrapper
{
	margin:0px auto;
	max-width:1250px;
}
.wp_left
{
	float:left;
	width:100%;
}
.top_header_wrapper
{
	background:#192837;
	padding:8px 0px;
}
.top_header_wrapper ul
{
	text-align:right;
	margin-bottom:0px;
}
.top_header_wrapper ul li
{
	list-style-type:none;
	display:inline-block;
}
.top_header_wrapper ul li a
{
	text-decoration:none;
	color:#fff;
	font-size:18px;
	display:block;
	font-weight:500;
	margin:0px 25px;
}
.top_header_wrapper ul li a .fa
{
	margin-right:10px;
}

.header_wrapper
{
	padding:35px 0px 20px;
}
.main_menu
{
	margin-top:35px;
}
.main_menu ul
{
	text-align:right;
	margin-bottom:0px;
}
.main_menu ul li
{
	list-style-type:none;
	display:inline-block;
}
.main_menu ul li a
{
	text-decoration:none;
	color:#333333;
	font-size:18px;
	display:block;
	font-weight:700;
	margin:0px 25px;
	text-transform:uppercase;
	border-bottom:3px solid transparent;
	padding-bottom:3px;
}
.main_menu ul li:hover a
{
	border-bottom:3px solid #5d98d0;
}
.main_menu ul li.current-menu-item a
{
	border-bottom:3px solid #5d98d0;
}
.banner_wrapper
{
	background:#325270;
}
.banner_img
{
	position:relative;
}
.banner_img h2
{
	position:absolute;
	bottom:50px;
	left:50px;
	margin:0px;
	color:#fff;
	font-size:42px;
	font-weight:700;
}
.banner_content
{
		padding:55px 15px 55px 30px;
		max-width:485px;

}
.banner_content h2
{
	margin:0px;
	color:#fff;
	font-size:42px;
	font-weight:700;
	margin-bottom:30px;
}
.banner_content ul
{
	padding-left:35px;
}
.banner_content ul li
{
	list-style-type:none;
	color:#fff;
	font-size:24px;
	font-weight:500;
	margin-bottom:5px;
	display:block;
	position:relative;
}
.banner_content ul li:before
{
	position:absolute;
	top:5px;
	left:-35px;
	content:"";
	background:url(../images/plus.png) no-repeat;
	height:26px;
	width:26px;
}
a.banner_button
{
	text-decoration: none;
    color: #325270;
    font-size: 18px;
    font-weight: 700;
    display: block;
    background: #fff;
    padding: 20px 15px;
    text-align: center;
    max-width: 345px;
    display: table;
    margin: 0px auto;
    width: 100%;
    text-transform: uppercase;
	border-radius:5px;
	margin-top:40px;
	border:2px solid #fff;
}
a.banner_button:hover
{
	    background: transparent;
		color:#fff;
}
.featured_section
{
	padding:85px 0px ;
}
.featured_list
{
	text-align:center;
	margin-top:25px;
}
.featured_list img
{
	max-width:210px;
	height:auto;
}
.featured_list h3
{
	color:#3b4d56;
	font-size:32px;
	font-weight:700;
	margin-bottom:15px;
}
.featured_list p
{
	color:#333333;
	font-size:19px;
	font-weight:400;
	line-height:30px;
}
.testimonial_section
{
	background:url(../images/textimonial_bg.jpg) no-repeat center center;
	background-size:cover;
	padding:90px 15px 40px 15px;
}
.owl-carousel_textimonail_slider
{
	position:relative;
}
.owl-carousel_textimonail_slider .item
{
	max-width:1065px;
	float:left;
	width:100%;
	position:relative;
}
.owl-carousel_textimonail_slider:before
{
	position:absolute;
	top:-40px;
	left:-70px;
	background:url(../images/quote.png) no-repeat;
	width:58px;
	height:46px;
	content:"";
}
.owl-carousel_textimonail_slider .item p
{
	color:#fff;
	font-size:23px;
	font-weight:300;
	line-height:36px;
	margin-bottom:15px;
}

.owl-carousel_textimonail_slider .item h4
{
	color:#fff;
	font-size:18px;
	font-weight:400;
	margin-top:25px;
}
.owl-carousel_textimonail_slider .owl-nav
{
	display:none;
}
.owl-carousel_textimonail_slider .owl-dots
{
	float:left;
	width:100%;
	display:block !important;
	text-align:center;
	margin-top:25px;
}
.owl-carousel_textimonail_slider .owl-dot
{
	height:15px;
	width:15px;
	background:#a4c6e4;
	border-radius:50%;
	display:inline-block;
	text-align:center;
	margin:0px 8px;
}
.owl-carousel_textimonail_slider .owl-dot.active
{
	background:#fff;
}
.community_section
{
	text-align:center;
	padding:80px 0px;
}
.community_section h2
{
	font-size:48px;
	font-weight:700;
	color:#333333;
	margin-top:0px;
	margin-bottom:25px;
}
.community_section p
{
	font-size:18px;
	font-weight:400;
	color:#333333;
	margin-top:0px;
	line-height:30px;
}
.community_logo 
{
	margin-top:20px;
}
.community_logo .col-sm-2
{
	width:20%;
	margin-top:20px;
}
.home_contact_section
{
	background:#ededed;
	padding:60px 15px 50px 15px;
	text-align:center;
	margin-bottom:55px;
}
.home_contact_section h2
{
	font-size:48px;
	font-weight:700;
	color:#333333;
	margin-top:0px;
	margin-bottom:25px;
}
.home_contact_section p
{
	font-size:18px;
	font-weight:400;
	color:#333333;
	margin-top:0px;
	line-height:15px;
}
.home_contact_section img
{
	margin-top:35px;
}
.connected_section
{
	background:#2b4a67;
	padding:15px 0px;
}
.connected_section h4
{
	text-align:center;
	margin:0px;
	color:#d0dfee;
	font-size:21px;
	font-weight:300;
}
.connected_section h4 a
{
	text-decoration:none;
	color:#fff;
	font-size:16px;
	display:inline-block;
	margin-left:15px;
	font-weight:700;
	border-bottom:2px solid #addd89;
}
.connected_section h4 a:hover
{
	color:#addd89;
}
.footer_wrapper
{
	background:#192837;
	padding:20px 0px 50px 0px;
}
.footer_menu
{
	padding-bottom:15px;
	border-bottom:1px solid #313f4c;
}
.footer_menu ul
{
	margin-bottom:0px;
}
.footer_menu ul li
{
	list-style-type:none;
	display:inline-block;
}
.footer_menu ul li a
{
	text-decoration:none;
	color:#fff;
	font-size:18px;
	display:block;
	font-weight:400;
	margin-right:50px;
}
.footer_menu a .fa
{
	font-size:30px;
	color:#fff;
	float:right;
}
.footer_about
{
	max-width:720px;
}
.footer_find_us
{
	float:right;
	width:100%;
	max-width:330px;
}
.footer_widget
{
	margin-top:25px;
}
.footer_widget h3
{
	color:#fff;
	font-size:19px;
	font-weight:400;
	margin-top:0px;
	margin-bottom:10px;
}
.footer_widget p
{
	color:#fff;
	font-size:16px;
	font-weight:400;
	margin-top:0px;
	margin-bottom:10px;
	opacity:0.50;
}
.footer_find_us p
{
	line-height:30px;
}
.footer_find_us p a
{
	text-decoration:none;
	color:#fff;
}
.inner_banner_wrapper
{
	background-size:cover !important;
	padding:200px 0px 80px 0px;
	text-align:center;
}
.inner_banner_wrapper h2
{
	margin-top:0px;
	font-size:54px;
	color:#fff;
	font-weight:700;
	margin-bottom:30px;
}
.inner_banner_wrapper p
{
	margin-top:0px;
	font-size:24px;
	color:#fff;
	font-weight:400;
	margin-bottom:0px;
}
.inner_banner_wrapper p a
{
	text-decoration:none;
	color:#fff;
	font-weight:700;
}
.service_section
{
	padding:40px 0px 50px 0px;
}
.service_section p
{
	color:#666666;
	font-size:19px;
	font-weight:400;
}
.service_list
{
	margin-top:30px;
}
.service_list h3
{
	font-size:32px;
	margin-top:0px;
	color:#3b4d56;
	font-weight:700;
	margin-bottom:25px;
}
.service_list ul
{
	padding-left:35px;
}
.service_list ul li
{
	list-style-type:none;
	display:block;
	color:#666666;
	font-size:19px;
	font-weight:400;
	margin-bottom:15px;
	position:relative;
}
.service_list ul li:before
{
	position:absolute;
	top:5px;
	left:-35px;
	content:"";
	background:url(../images/right-arrow.png) no-repeat;
	height:17px;
	width:20px;
}
.contact_form
{
	background:#f5f5f5;
	padding:60px 15px;
}
.contact_form h2
{
	text-align:center;
	color:#2b4a67;
	font-size:32px;
	font-weight:700;
	padding-bottom:20px;
	position:relative;
	margin-bottom:15px;
}
.contact_form h2:before
{
	position: absolute;
    bottom: 0px;
    left: 50%;
    height: 3px;
    width: 100px;
    content: "";
    background: #5d98d0;
    transform: translate(-50%,0);
}
.contact_form p
{
	text-align:center;
	font-size:19px;
	color:#333333;
	font-weight:400;
}
.contact_form input , .contact_form textarea
{
	float:left;
	width:100%;
	outline:none;
	border:1px solid #d2e0ee;
	padding:18px 20px;
	border-radius:5px;
	font-size:16px;
	color:#666666;
	font-weight:400;
	margin-top:20px;
}
.contact_form textarea
{
	height:125px;
}
.contact_form input[type="submit"]
{
	background:#2b4a67;
	border:none;
	float:none;
	max-width:240px;
	margin:0px auto;
	color:#fff;
	display:table;
	margin-top:20px;
	text-transform:uppercase;
	font-weight:700;
	border:2px solid #2b4a67;
}
.contact_form input[type="submit"]:hover
{
	background:#fff;
	color:#2b4a67;
}
.support_section
{
	padding:60px 0px;
}
.support_section h3
{
	font-size:32px;
	font-weight:700;
	margin-top:0px;
	color:#3b4d56;
	margin-bottom:20px;
}
.support_section p
{
	font-size:19px;
	font-weight:400;
	margin-top:0px;
	color:#666666;
	line-height:30px;
	margin-bottom:10px;
}
.support_list
{
	margin-top:30px;
	margin-bottom:20px;
}
.support_list h4
{
	font-size:24px;
	font-weight:700;
	margin-top:0px;
	color:#333333;
	margin-bottom:20px;
}
h2.support_button
{
	background: #addd89;
    padding: 30px 50px;
    text-align: center;
    display: table;
    margin: 0px auto;
    margin-top: 40px;
	color:#192837;
	font-size:32px;
	font-weight:700;
}
h2.support_button a
{
	text-decoration:none;
	color:#192837;
	display:inline-block;
	margin-left:30px;
}
.fiber_plan_section
{
	padding:60px 0px;
	border-top:1px solid #d0dfee;
}
.fiber_plan_top h2
{
	text-align:center;
	font-size:54px;
	font-weight:700;
	color:#2b4a67;
	margin-top:0px;
	margin-bottom:20px;
}
.fiber_plan_top p
{
	font-size:24px;
	font-weight:300;
	margin-top:0px;
	color:#333333;
	line-height:30px;
	text-align:center;
}
h3.plan_title
{
}
h3.plan_title
{
	text-align:center;
	color:#2b4a67;
	font-size:32px;
	font-weight:700;
	padding-bottom:20px;
	position:relative;
	margin-bottom:15px;
}
h3.plan_title:before
{
	position: absolute;
    bottom: 0px;
    left: 50%;
    height: 3px;
    width: 80px;
    content: "";
    background: #5d98d0;
    transform: translate(-50%,0);
}
.main_offer
{
	margin-top:50px;
}
.main_offer_list
{
	background:#5d98d0;
	padding:30px 15px;
	margin-top:25px;
}
.main_offer_list h3
{
	background:#d0dfee;
	display:table;
	padding:20px 55px;
	border-radius:20px;
	color:#2b4a67;
	font-size:42px;
	font-weight:500;
	text-align:center;
	margin:0px auto;
}
.main_offer_list h3 span.mps
{
	font-size:18px;
	font-weight:300;
}
.main_offer_list h3 span
{
	font-size:24px;
	font-weight:700;
}
.main_offer_list h4
{
	float:right;
	color:#fff;
	font-size:56px;
	font-weight:400;
	margin-top:25px;
	margin-bottom:0px;
}
.main_offer_list h4 span
{
	font-size:16px;
}
.main_offer_list h4 sup
{
	font-size:18px;
	top: -1.5em;
}
.main_offer .col-sm-4:nth-child(2) .main_offer_list
{
	background:#436f97;
}
.main_offer .col-sm-4:nth-child(3) .main_offer_list
{
	background:#2b4a67;
}
.other_plan
{
	margin-top:50px;
}
.other_plan_list
{
	border:1px solid #d0dfee;
	padding:30px 15px;
	margin-top:30px;
}
.other_plan_list h3
{
	color:#2b4a67;
	font-size:42px;
	font-weight:500;
	text-align:center;
	margin-top:0px;
}
.other_plan_list h3 span.mps
{
	font-size:18px;
	font-weight:300;
}
.other_plan_list h3 span
{
	font-size:24px;
	font-weight:700;
}
.other_plan_list h4
{
	float:right;
	color:#2b4a67;
	font-size:24px;
	font-weight:400;
	margin-top:45px;
	margin-bottom:0px;
}
.other_plan .col-sm-3:nth-child(3) .other_plan_list , .other_plan .col-sm-3:nth-child(4) .other_plan_list , .other_plan .col-sm-3:nth-child(5) .other_plan_list
{
	background:#d0dfee;
}
.other_plan .col-sm-3:nth-child(6) .other_plan_list , .other_plan .col-sm-3:nth-child(7) .other_plan_list, .other_plan .col-sm-3:nth-child(8) .other_plan_list
{
	background:#2b4a67;
	border:1px solid #2b4a67;
}
.other_plan .col-sm-3:nth-child(6) .other_plan_list h3 , .other_plan .col-sm-3:nth-child(7)  .other_plan_list h3, .other_plan .col-sm-3:nth-child(8) .other_plan_list h3
{
	color:#fff;
}
.other_plan .col-sm-3:nth-child(6) .other_plan_list h4 , .other_plan .col-sm-3:nth-child(7)  .other_plan_list h4, .other_plan .col-sm-3:nth-child(8) .other_plan_list h4
{
	color:#fff;
}
.plan_features h4
{
	font-size:21px;
	margin-top:0px;
	color:#2b4a67;
	font-weight:700;
}
.plan_features p
{
	font-size:16px;
	margin-top:0px;
	color:#333333;
	font-weight:400;
}
.plan_features
{
	padding:90px 0px;
}
.fiber_plan_content h3
{
	font-size:32px;
	color:#2b4a67;
	font-weight:700;
	margin-bottom:20px;
}
.fiber_plan_content p
{
	font-size:18px;
	margin-top:0px;
	color:#333333;
	font-weight:400;
	margin-bottom:15px;
}
p.underline
{
	text-decoration:underline;
}
.fiber_table
{
	margin-top:30px;
}
.fiber_table h4
{
	font-size:24px;
	color:#2b4a67;
	font-weight:700;
	margin-bottom:15px;
}
.wp_fiber_table>tbody>tr
{
	background:#ececec;
	border:none;
	margin-bottom:0px;
	padding:14px 30px;
	float:left;
	width:100%;
}
.wp_fiber_table>tbody>tr:nth-child(even)
{
	background:#f5f5f5;
}
.wp_fiber_table>tbody>tr>td
{
	border:none;
	color:#333333;
	font-size:18px;
	font-weight:400;
	padding:0px;
}
.wp_fiber_table>tbody>tr>td:nth-child(1)
{
	width:94%;
}
.wp_fiber_table>tbody>tr>td:nth-child(2)
{
	width:6%;
	font-weight:700;
}
.fiber_table p.short_content
{
	font-size:14px;
	color:#333333;
	font-weight:400;
	margin-bottom:50px;
}

.fiber_table p
{
	font-size:19px;
	color:#333333;
	font-weight:400;
}
.fiber_table p a
{
	text-decoration:none;
	color:#5d98d0;
}
.page-template-template-fiber-plan .inner_banner_wrapper , .home .inner_banner_wrapper
{
	display:none;
}
.wpcf7-not-valid-tip
{
	float:left;
	width:100%;
}
.map_center
{
	display:block;
	margin:0px auto;
	max-width:950px;
}