@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;800&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 17px;
  overflow-x: hidden;
  color: #2c2b2b;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}

.container{ max-width:960px}
.carousel-inner:after{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0, 0, 0, .1); }
p {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0 0 15px;
  color: #2c2b2b;font-family: Helvetica, Sans-Serif;
}

a {
  color: #1e0f24;
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
  display: inline-block;
}
.contact_form {
	width:90%;
	padding-left:5%;
}

.m_input {
	width:100%;
	margin-bottom:12px;
	margin-top:12px;
	text-indent:12px;
	height:46px;
	line-height:46px;
	border: solid 1px #b9b9b9;
	outline:none;
	background:#fff;
	border-radius:3px;
	font-size:17px;
}

.m_input_textarea {
	height:75px;
}

.m_submit {
	background:#000;
	color:#fff;
	text-transform:uppercase;
	font-size:19px;
	text-align:center;
	padding:15px;
	cursor:pointer;
	border:none;
	outline:none;
	width:100%;
	transition:0.5s;
}

.m_submit:hover {
	background:#b7c852;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e0f24;
  margin: 0;
  line-height: 1.4;
  font-weight: 600;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

h3 {}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

ul {
  margin: 0;
}

input,
select,
textarea,
button,
input:focus,
button:focus {
  outline: none;
}

button {
  transition: ease-in-out 0.3s;
}

img {
  max-width: 100%;
}

strong{ font-weight:600}

.ptb_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

header {}

header.sticky {
  background-color: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-size: 17px;
  padding: 15px;

  text-transform: uppercase;
  font-weight: 500;
}


.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #B7C852;
}
.nav-item :hover{ color: #B7C852;}

.navbar-expand-lg .navbar-nav .getAGuoteBTN .nav-link {
  background-color: #30acec;
  color: #fff;

}

.navbar-expand-lg .navbar-nav .getAGuoteBTN .nav-link img {
  margin-right: 10px;

}

.navbar-expand-lg .navbar-nav .getAGuoteBTN .nav-link:hover {
  background-color: #747474;
}

header .navbar {
  padding: 0;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  height: 50px;
}

.btnNavbar {}

.btnNavbar .nav-item {
  margin-left: 5px;

}

.headerTop {
  width: 100%;
  float: left;
  padding: 35px 0px; background:#222222; text-align:center;
}

.navRow {
  display: block;
  width: 100%;
  float: left;

  background:#2c2b2c;

}

.navbar-expand-lg .navbar-nav {
  width: 100%;
  justify-content: space-around;
}

.getAGuoteBTN {}

.searchTop {
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerPhone {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.headerPhone,
.headerSearch {
  display: flex;
  align-items: center;

}

.headerPhone {
  margin-right: 30px;
}

.headerSearch {
  width: 290px;
  float: left;
  border: solid 1px #d2d2d2;
  font-size: 16px;
  padding:0 10px;
}

.searchInput {
  width: 80%;
  float: left;
  border: none;
  font-size: 16px;
  padding: 0; 
}
button{ float: left;
  width: 20%;
  padding: 10px;
  background: #fff;
  color: white;
  font-size: 17px;
  border: none;
  border-left: none;
  cursor: pointer;
  }

.headerPhone img {
  margin-right: 15px;
}

.sliderRow {
  width: 100%;
  float: left;
}

.carousel-indicators li {
  background-color: #000;
}
.carousel-item{ text-align:center}
.carousel-item img{ width:100%; max-height:650px}

.whShadow{ background:#fff; padding:50px 30px; box-shadow:0 0 15px #676767; margin-top:-50px}

.whyChooseSection {
  text-align: center;
  padding: 0px;
  display: block;
  width: 100%;
  float: left;
}

.title01 {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

p {
  font-size: 17px; font-weight:300;font-family: Helvetica, Sans-Serif;
}

.whyListing {
  margin: 0px;
  padding: 0px;
}

.whyListing li {
  width: 33.33%;
  float: left;
}




.readmore {
  display: inline-block;
  border: solid 1px #989896;
  padding: 10px 25px;
  font-size: 16px;
  text-transform: uppercase;
  color: #191814;
  font-weight: 700;

  font-family: 'Poppins', sans-serif;
}

.readmore:hover {
  background-color: #191814;
  border: solid 1px #191814;
  color: #fff;
}

.sectionPadding100 {
  padding: 100px 0px;
}

.networkparkSection {
  text-align: center;
  width: 100%;
  float: left;
  background:url(../images/image-middle.png) no-repeat 0 -50px; margin-top:-50px; height:400px; background-position:center top;
}

.aboutus-header {
  text-align: center;
  width: 100%;
  float: left;
  background:url(../images/image-middle.png) no-repeat center top; margin-top:0; height:400px; background-size:cover;
}

.inHeaderTxt{ font-size:55px; color:#fff; padding-top:150px}

.networkpartBox {
  width: 100%;
  float: left;
  background-color: #d4d4d4;

}

.networkpartBox h5 {
  font-weight: 500;
  color: #000;
  font-size: 16px;
  padding: 10px 5px;
  margin: 0px;
  float: left;
  width: 100%;
}

.nextBoxImg {
  width: 100%;
  float: left;
}
.hmGallery img{ margin-bottom:20px}
.vgBtn{color:#c3b701; font-size:21px; text-transform:uppercase; border:solid 2px #000; padding:15px; text-align:center; display:block; margin-top:10px; font-weight:600}
.vgBtn:hover{ background:#c3b701; color:#000;}

.socIcn{ text-align:center; width:100%; padding-bottom:40px; border-bottom:solid 1px #393939}
.socIcn h3{ font-size:25px; padding-bottom:10px; color:#fff;}

.ftlink{ width:100%; float:left}


.mb50 {
  margin-bottom: 50px;
}

.networkListing {
  text-align: left;
  margin-top: 80px;
}

.networkListing .listinIcon {
  margin-bottom: 20px;
}

.networkListing h4 {
  font-size: 23px;
  color: #000;
  margin-bottom: 10px;
  display: block;
}

.networkListing ul li {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 5px;

}

.greenicon li {
  background-image: url('../images/greenbullet.png');
}

.redBullet li {
  background-image: url('../images/redbullet.png');
}

.blueicon li {
  background-image: url('../images/blueBullet.png');
}
footer{
  padding: 100px 0px 30px;
  background: #222223;
  color: #fff;
  width: 100%;
  float: left; margin-top:-50px;
}
.footerContact{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftrPhone, .ftrEmail a{
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.ftrPhone{
  margin-right: 20px;
}
.ftrPhone img, .ftrEmail img{
  margin-right: 15px;
}
.footerNote{
  font-size: 17px;
  color: #454546;
  text-align: left;
  width: 100%;
  float: left;

}
.ftrLinks{
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}
.ftrLinks li{
  display: block; padding:6px 0;
}
.ftrLinks li a{
  font-size: 17px;
  color: #fff;
  display: block;
  padding: 0px 15px;
  line-height: 16px; text-transform:uppercase;
}
.ftrLinks li a:hover{color:#b7c852}

.ftLogoSpace{ padding:15px 0}

.navbar-toggler .navbar-toggler-icon{
  padding: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/menu.svg');
}

.InBanner{ width:100%; float:left; font-size:22px; font-weight:bold; text-align:center; position:relative}
.inTxt{ position:absolute; left:0; top:35%; width:100%;}

.abimg{ text-align:center; padding:40px 0}
.abimg img{ padding:25px; border:solid 1px #8f8f8f}
.AbSection p{ font-weight:400; font-size:16px;}
.AbSection h6{font-size:18px; font-weight:bold}

.ConForm{text-align:left}
.ConForm label{ width:100%; display:block}
.ConForm input, .ConForm select, .ConForm textarea{border:solid 1px #8f8f8f; width:100%; padding:10px; margin-bottom:15px}
.ConForm [type="submit"]{ background:#30acec; color:#fff; font-size:20px; font-weight:bold}

.sldTxt{ position:absolute; left:50%; top:50%; width:200px; z-index:1; margin-left:-100px; }

.sldTxt a{border:solid 1px #fff; color:#ecdd00; padding:10px 20px; font-size:16px; font-weight:bold}
.sldTxt a:hover{ background:#ecdd00;color:#141314}
.carousel-indicators{ bottom:100px }



#custCarousel .carousel-indicators {
    background:#000; height:115px; bottom:0; padding:0 5px;
}

#custCarousel .carousel-indicators>li {
    width: 150px; text-indent:0;
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.carousel-item img {
    width: 100%
}

.dropdown-menu{margin:0 !important; border-radius:0 !important; background:#2c2b2c; color:#fff !important; padding:0 !important}
.dropdown-item{ color:#FFF !important}
.dropdown-item:hover{color:#B7C852 !important}
