body {
    font-family: 'Lato', sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat;
    position: relative;
    padding: 0px;
    margin: 0px;
}
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
body.modal-open {
    padding-right: 0 !important;
}
.vvdn-navbar {
    background: #fff;
}
.c-bread {
    top: 90px;
}
.c-bread .breadcrumb li.breadcrumb-item, .c-bread .breadcrumb li.breadcrumb-item a {
    color: #000 !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: rgb(0 0 0 / 1);
}
/* Stat css */
.gray_bg {
    padding: 60px 0;
	background:#f7f7f7;
}
.white_bg {
    padding: 60px 0;
	background:#ffffff;
}
.banner_blk {
    margin-top: 60px;
}
section.fronthaul_blk{
	margin-top: 60px;
}
.event_heading_padding{
        margin-top: 60px;
    }
.heading_commons {
    font-size: 26px;
    font-weight: 800;
    font-family: Montserrat;
    padding-top: 15px;
    color: #000000;
    position: relative;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.transform_none {
	text-transform: none;
}
.heading_commons:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 7px;
    top: 0px;
    left: 0;
    background: #00b2ff;
}
h1.heading_commons span {
    display: block;
}
.overview_contants p {
    text-align: justify;
    margin: 15px 0;
    font-size: 14px;
}
.overview_contants p strong {
    font-size: 18px;
    font-weight: 700;
    font-family: Montserrat;
}
.Ips_Bloxs h2 {
    font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
    position: relative;
    margin-bottom: 12px;
}
.imc_font_bold{
    font-size: 17px !important;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
   
}
.Ips_Bloxs h2 span {display: block;}
.ip_for_du {
    margin-bottom: 26px;
   
}
.ip_for_du span.nomb {
    font-size: 34px;
    font-weight: 800;
    font-family: Montserrat;
    color: #d1d1d1;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 16px;
    width: 40px;
}
.ip_for_du h3 {
    font-size: 15px;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
    position: relative;
    padding-left: 0px;
}
.margin_left{
    margin-left: -16px;
}
.ip_for_du h3:after {
    /*position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #000000;
    left: 0;
    top: 7px;
    border-radius: 50px;*/
}
.ip_for_du p {
	padding-left: 15px;
    margin: 8px 0 0 30px;
    position: relative;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.ip_for_du .bullets_space p {
    margin: 26px 0 0 30px;
}
.ip_for_du .bullets_space .wifi_now_bullets {
    line-height: 30px;
}
.ip_for_du ul{
    padding-left: 15px;
    margin:8px 0 0 15px;
}
.ip_for_du ul li{
    position: relative;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    list-style: none;
}
.ip_for_du ul li:after {
    position: absolute;
    content: "";
    top: 12px;
    left: -15px;
    bottom: 0;
    background: #000;
    width: 6px;
    height: 6px;
    border-radius: 20px;
}
.ip_for_du p:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #f7f7f7;
    left: 0;
    top: 7px;
    border: 2px solid #ccc;
    border-radius: 50px;
}
.invvation-head{
    font-size: 26px;
    font-weight: 800;
}
.color-blue{
    font-weight: 800;
    font-size: 20px;
    color: #00b2ff;
    margin: 26px 0 16px;
}
.bottom_heading span{
    font-weight: 800;
    font-size: 20px;
    color: #00b2ff;
    margin: 26px 0 16px;
}
.innovation-list{
    list-style: none;
    margin: 15px 0 30px;
    padding: 0;
    text-align: center;
}
.innovation-list li{
    position: relative;
    padding-left: 20px;
    color: #474747;
    font-size: 14px;
	text-align: left;
}
.innovation-list li:before,
.innovation-list li:after{
    position: absolute;
    content: '';
    left: 0;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.innovation-list li:before{
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.1);
}
.innovation-list li:after{
    width: 4px;
    height: 4px;
    background-color: #000;
    left: 3px;
}
.hrline{
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
/*=========CONTACT MODAL=======*/
.contact_form_blk {position: relative;margin-top: -15px;}
.Contact_icon {position: absolute;top: 44px;right: 50px;width: 64px;}
.triangle_right {position: absolute;left: 4px;top: 46px;width: 0;height: 0;border-top: 30px solid transparent;border-left: 30px solid #f7f7f7;
border-bottom: 30px solid transparent;}
.contact_form h3 {font-weight: 800;font-family: Montserrat;color: #ffffff;margin-bottom: 50px;font-size: 26px;}
.contact_form{background:#023163; padding: 60px 50px 50px;border-left: 8px solid #00c0fa;}
.contact_form .form-control {border-radius: 0px; border: 0px; background: transparent; border-bottom: 1px solid #385d84; color: #fff; padding: .375rem 0;opacity: 0.7;}
.contact_form .form-control:focus {box-shadow: none; border-color: #385d84; background: transparent;}
/* .contact_form .form-group .btn-billed{background: #0090ff; border-radius: 30px; padding: 6px 30px; box-shadow: none; border: 0px; color: #fff;} */
.contact_form label{position: absolute; color: #FFFFFF; font-size: 15px;margin-top: 0px; margin-left: -12px; display: block; pointer-events: none; transition: 0.2s;top: 0;padding: 7px 0 0 13px;opacity: .7;}
.contact_form .form-group input:focus + label{ margin-top: 0px; font-size: 12px;}
.contact_form .form-group {  position: relative;}
.contact_form .form-control:focus + .form-control-placeholder, .contact_form .form-control:valid + .form-control-placeholder {
	font-size: 75%;
	transform: translate3d(0, -100%, 0);
	padding-left: 14px;
}
.contact_form .form-group {margin-bottom: 36px;}
.contact_form .form-group.ces_2023 {margin-bottom: 60px;}
.floating-label.bdr {position: relative;margin-bottom: 20px;border-bottom: 1px solid #385d84;}
.floating-input, .floating-select {
    font-size: 14px;
    padding: 4px 0px;
    display: block;
    width: 100%;
    color: #ffff;
    height: 34px;
    background-color: transparent;
    border: none;
	border-bottom: 1px solid #28507a;
}
.floating-label label {
    margin-left: 0 !important;
    opacity: .7;
    line-height: 13px;
    padding-left: 0!important;
}
.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top: -24px;
    font-size: 12px;
    color: #ffffff !important;
    opacity: 0.7;
    padding-left: 0;
}
.mvc_f .floating-input:focus, .mvc_f .floating-select:focus {
    outline: none;
    border-bottom: 1px solid #28507a;
}
.contact_form textarea.form-control {
	height: 76px;
    border: 1px solid #385d84;
    padding-left: 15px;
}
label.form-control-placeholder.textarea_label {
    padding-left: 29px;
}
.contact_form .form-control:focus + .form-control-placeholder.textarea_label, .contact_form .form-control:valid + .form-control-placeholder.textarea_labelsssssss {
    padding-left: 15px;
}
.contact_form select {
    font-size: 15px;
    color: #fff;
    opacity: 0.5;
}
.form-group.minh {
    height: 54px;
}

.contact_form button#submit_button {
    padding: 10px 20px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    font-family: Montserrat;
    margin-top: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(22,98,228,1) 0%, rgba(4,165,251,1) 100%);
    background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
    background: linear-gradient(to right, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#04a5fb',GradientType=1 );
    overflow: hidden;
    position: relative;
    min-height: 44px;
    min-width: 140px;
    border-radius: 0px;
	text-decoration: none;
	line-height: 24px;
}
.contact_form button#submit_button:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.contact_form button#submit_button:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}
/*=========CONTACT MODAL=======*/
h2.IP_solutions_section {
    font-size: 18px;
    font-weight: 800;
    font-family: Montserrat;
    margin-bottom: 10px;
    color: #000000;
}

.ip_solutions_service {
    margin-top: 30px;
}
.service_img {
    margin-right: 20px;
	min-width: 40px;
}
.ip_solutions_service h3 {
    font-size: 15px;
    font-weight: 800;
    font-family: Montserrat;
    margin-bottom: 5px;
    color: #3a3a3a;
}
.ip_solutions_service p {
    color: #3a3a3a;
    margin: 0;
    font-size: 13px;
}

/* Start insights_blog_services */

.insights_blog_services:after {
    content: "";
    display: table;
    clear: both;
}
.insights_blog_services {
    /* overflow: hidden; */
    margin-top: 30px;
}
.insights_blog_services .insights_box {
	position: relative;
    float: left;
    width: 33.3%;
}
.insights_blog_services .insights_box picture img {
    width: 100%;
}
.insights_blog_services .insights_box:after {
    background: url(../images/gradientbg-img.png);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
	background-size: cover;
}
.insights_blog_services .insights_box .insights_contant {
    position: absolute;
    bottom: 20px;
    color: #fff;
    left: 20px;
    right: 20px;
	z-index: 1;
}
.insights_blog_services .insights_box .insights_contant h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 2px;
    min-height: 42px;
}
.insights_blog_services .insights_box .insights_contant span.card_date {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}
.insights_blog_services .insights_contant a.know_more {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
	text-decoration: none;
	float: left;
}
.know_more .c_arrow {
    margin-left: 4px;
	transition: all 0.5s;
}
.know_more:hover img.c_arrow {
    margin-left: 8px;
}
.insights_blog_services .blog_tage {
    position: absolute;
    top: 6px;
    left: 0;
	z-index: 1;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.insights_blog_services .blog_tage span {
    text-transform: capitalize;
    font-weight: bold;
    font-family: Montserrat;
    color: #8ccfee;
    padding: 3px 30px 3px 15px;
    font-size: 13px;
    display: block;
}
.right-post-blk a.know_more.mobile-view {
	display:none;
}
/* duble_blog */

.insights_blog_services .duble_blog .insights_box {
    overflow: hidden;
}

/* single-post-blk */

.single-post-blk {
    align-items: center;
    background: #fff;
    box-shadow: 0 0 9px 2px #dfdfdf;
    padding: 15px 24px;
}
.single-post-blk .row {
    align-items: center;
}
.single-post-blk .card_date {
    color: #888;
    font-size: 15px;
    font-weight: 800;
    font-family: Montserrat;
}
.single-post-blk h2 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    min-height: 42px;
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 30px;
}
.single-post-blk .know_more {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
.right-post-blk {
    text-align: right;
    padding-left: 20px;
}
.right-post-blk a.know_more.mobile-view {
    display: none;
}
.right-post-blk img {
    width: 100%;
}
.right-post-blk .blog_tage {
    left: 45px;
}
.right-post-blk a.know_more.mobile-view {
    display: none;
}
.banner_contant img.event_iotech_expo {
    width: 52%;
    margin-top: 60px;
}
/* End insights blog services */

h5.strong {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}
h5.strong strong {
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
}
.innovation-list h4 {
    font-weight: 600;
    font-family: Montserrat;
    color: #3a3a3a;
    margin: 10px 0 30px;
    font-size: 16px;
}
.row.las_vegas_list {
    border-bottom: 2px solid #ccc;
}
.Meet_us_blog {
    display: flex;
    margin-top: 30px;
    align-items: flex-start;
}
.Meet_us_blog h2 {
    margin-right: 40px;
    font-weight: 800;
    display: flex;
    align-items: center;
}
.Meet_us_blog h2 a {
    color: #000000;
}
.Meet_us_blog h2 img {
    margin-right: 10px;
}
.Meet_us_blog p {
    font-weight: 600;
    font-family: Montserrat;
    font-size: 20px;
}
@media (min-width: 1600px){
	.custom_container {
		max-width: 1500px;
		margin: 0 auto;
	}
}

@media (min-width: 992px){
	.insights_blog_services .duble_blog .insights_box {
		height: 320px;
		overflow: hidden;
	}
	.contact_form_blk.oran_fronthaul_5g {
		margin-top: 20px;
	}
	.oran_fronthaul_5g .contact_form .form-group {
		margin-bottom: 44px;
	}
	.oran_fronthaul_5g .contact_form textarea.form-control {
		height: 206px;
	}
}
@media (max-width: 1599px){
	h5.strong, h5.strong strong {
		font-size: 15px;
	}
	.innovation-list h4 {
		margin: 8px 0 26px;
		font-size: 14px;
	}
	.Meet_us_blog p, .color-blue {
		font-size: 18px;
	}
	.Meet_us_blog h2 {
		font-size: 24px;
	}

}
@media (max-width: 1199px){
	.heading_commons {font-size: 24px;}
    
}

@media (max-width: 1024px){
	.banner_contant img.event_iotech_expo {
		margin-top: 0px;
	}
}

@media (max-width: 991px){
	
	.contact_form_blk {
		margin-top: 40px;
	}
	.col-md-12 > h2.IP_solutions_section {
		margin-top: 30px;
	}
    .event_heading_padding{
        margin-top: 0px;
    }
}
@media (max-width: 767px){
	.gray_bg {
		padding: 40px 0;
	}
	.heading_commons {
		font-size: 22px;
	}
	.contact_form {
		padding: 50px 50px 50px;
	}
	.contact_form .form-group {
		margin-bottom: 30px;
	}
	.single-post-blk {
		padding: 15px 15px;
	}
	.single-post-blk .right-post-blk {
		padding-left: 0px;
	}
	.single-post-blk a.know_more.desktop-view {
		display: none;
	}
	.right-post-blk a.know_more.mobile-view {
		display: block;
		float: left;
		margin-top: 20px;
	}
	.right-post-blk a.know_more.mobile-view img.c_arrow {
		width: auto;
	}
	.right-post-blk .blog_tage {
		left: 15px;
	}
}
@media (max-width:575px){
	h1.heading_commons span {
		display: inline;
	}
	.triangle_right {
		left: 0px;
		top: 25px;
	}
	.contact_form {
		padding: 40px 20px 40px;
	}
	.contact_form h3 {
		margin-bottom: 40px;
		font-size: 22px;
		width: 70%;
	}
	.Contact_icon {
		top: 25px;
		right: 30px;
		width: 56px;
	}
	.banner_contant img.event_iotech_expo {
		display: none;
	}
	.las_vegas_list .col-sm-6.col-md-4 {
		width: 50%;
	}
	h5.strong {
		font-size: 18px;
		line-height: 26px;
	}
	.Meet_us_blog {
		display: block;
	}
	.Meet_us_blog h2 {
		margin-bottom: 10px;
	}
	.Meet_us_blog p {
		font-size: 16px;
	}
	.Meet_us_blog p .color-blue {
		font-size: 16px;
	}
	
}

@media (max-width:374px){
	iframe {
		transform: scale(0.9);
		display: block;
		margin-left: -15px;
	}
}
@media (max-width:320px){
	iframe{
		transform: scale(0.8);
		margin-left: -30px;
	}
}