@import url('https://fonts.googleapis.com/css2?family=Muli:wght@300;400;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');


body {
         font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 17px;
  overflow-x: hidden;
  color: #2c2b2b; border-top:solid 7px #706c6d;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}


.carousel-inner:after{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0, 0, 0, .5); }
p {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0 0 15px;
  color: #2c2b2b;
}

a {
  color: #1e0f24;
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
  display: inline-block;
}

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);
}
.logo{margin:13px 0}
.bgNav{background:url(../images/bgNav.png) no-repeat 0 0; }
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 15px;
  padding: 9px 12px;

  font-weight: 400; text-align:left;
}
.nav-item {margin:0 5px}
.nav-item a{color:#797572}
.carousel-inner{ border-radius:15px}
.imgRound{border-radius:15px}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #fff;
}
.nav-item :hover{ background:#623333;  color: #fff; border-radius:5px;}
.nav-item.active{ background:#623333;  color: #fff; border-radius:5px;}
.nav-item :hover a, .nav-item.active a{ color:#fff;}
.navbar-nav { margin:30px 0}

.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%; 
  padding: 20px 0px; background:url(../images/bg-top.png) repeat-x left bottom; text-align:center;
}
.mainBody{width: 100%; 
  padding: 40px 0px; background:url(../images/bg-middle.png) repeat-x left top; text-align:center;}

.headerMain{  background:url(../images/bg-img01.png) no-repeat 0 0; background-size:cover; width:100% }
.headerMainTxt{padding:180px 0; text-align:center}
.headerMainTxt h1{ font-size:85px; color:#476073; padding:0; margin:0; line-height:1}
.headerMainTxt h2{ font-size:42px; color:#797572; padding:10px 0; margin:0}
.headerMainTxt a{ background:#3d6d00; border:solid 1px #859e47; padding:15px 20px; border-radius:11px; color:#fff; font-size:20px; text-transform:uppercase; font-weight:700;} 
.headerMainTxt a:hover{background:#0f0f0f}

.navRow {
  display: block;
  width: 100%;
  float: left;

 

}

.navbar-expand-lg .navbar-nav {
  
  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; border-radius:15px; border:solid 2px #fff; box-shadow:0 0 15px #000;}


.InPage{ padding:50px 0 10px 0}
.InPage h1{ font-size: 40px;  color: #623333;  font-weight: 700;  margin-bottom: 0px;}

.whyChooseSection {
  text-align: center;
  padding: 0px;
  display: block;
  width: 100%;
  float: left; padding:50px 0;
}


p {
  font-size: 17px; font-weight:300;
}

.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: 'Oswald', 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:0; 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:left; width:100%; padding:15px 0}
.socIcn h3{ font-size:25px; padding-bottom:10px; color:#fff;}

.ftlink{ width:100%;}
.ftlink a{color:#fff; font-weight:700; padding:0 10px 0 0}


.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{
background:#6d6b6c;
  padding:10px 0;
  color: #fff;
  width: 100%;
  float: left; margin-top:0; font-size:13px;
}
.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: #fff;
  text-align: center;
  width: 100%;
  float: left; padding:15px 0; border-top:solid 1px #878380;

}
.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:#c2b600}

.ftLogoSpace{ padding: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; border-radius:7px}
.ConForm [type="submit"]{ background:#0f0f0f; color:#fff; font-size:20px; font-weight:bold; border-radius:7px}

.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 }

.headerMainTxtIn{  padding:50px 0;}
.headerMainTxtIn h1{font-size:50px; font-weight:700; color:#0f0f0f; text-align:center}
.inspace{margin-bottom:50px}

#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%
}

.headingMain{ font-size:45px; font-weight:700; color:#797572; text-align:center}
.dropdown-menu{margin:0 !important; border-radius:5 !important; background:#623333; color:#fff !important; padding:0 !important;}
.dropdown-item{ color:#fff !important}
.dropdown-item:hover{color:#9defd3 !important}

.serSection{ background:#ededec; padding:70px 0; width:100%; float:left}

.SerBox{position:relative; margin:15px 0 }
.SerBox a{ font-size:32px;  color:#797572; padding:45px; width:100%; position:absolute; bottom:0; left:0; background:rgba(255,255,255, 0.7); height:100%; border-radius:7px; text-align:center; font-weight:500}
.SerBox a:hover{ background:rgba(71, 96, 115, 0.92); color:#fff}
.SerBox img{ width:100%; border-radius:7px}

.grBox{ background:#d8d8d8; border:solid 1px #cecece; padding:20px; border-radius:11px; margin-top:15px}
.grTxt{ text-align:left}
.grTxt p{ background:url(../images/bullet.png) no-repeat 0 14px; font-size:27px; margin:0; padding:0 0 0 20px;}
.grBox a{background:#3d6d00; border:solid 1px #859e47; padding:15px 20px; border-radius:11px; color:#fff; font-size:19px; text-transform:uppercase; font-weight:700; margin-top:30px}
.grBox a:hover{ background:#0f0f0f}

.BrandSec{ padding:50px 0}
.BrandSec h4{ padding-bottom:30px}

.ftBlk{padding:50px 0; color:#fff;}
.ftBlk h3{ color:#fff; font-size:35px; font-weight:500; padding-bottom:40px;}
.ftBlk p{ color:#fff; font-size:19px}
.ftBlk p a{ color:#fff;}

.hmForm{}
.hmForm input{ width:100%; border-radius:5px; background:#fff; border:none; padding:15px;	margin-bottom:20px; color:#797572}
.hmForm input[type=submit]{ font-size:23px; font-weight:500; color:#797572; width:180px}

.topDeskMenu{ margin:0; padding:0; list-style:none}
.topDeskMenu li{ float:left; margin:5px}
.topDeskMenu li a{background:#3d6d00; padding:8px 15px; border-radius:7px; color:#fff; font-weight:500; font-size:17px;}
.topDeskMenu li a:hover{background:#0f0f0f}

.abTxt{ text-align:left}
.abTxt a{ color:#797572; border-radius:7px; font-size:21px; border:solid 1px #797572; padding:10px 20px; margin:30px 0}
.abTxt a:hover{background:#797572; color:#fff;}


.small-container .show-small-img:last-of-type { margin-right: 0; } 
.posRel{ position:relative}
.overTxt{ position:absolute; left:30px; top:30%; background:rgba(255, 255, 255, .9); color:#000; z-index:90; width:50%; text-align:left; padding:20px; border-radius:10px; box-shadow:0 0 15px #000;}
.overTxt h3{ font-size:25px;     font-family: 'Playball', cursive; color:#623333}
.overTxt p{ font-size:15px;}

/* styles unrelated to zoom */
		

		/* these styles are for the demo, but are not required for the plugin */
		.zoom {
			display:inline-block;
			position: relative;
		}
		
		/* magnifying glass icon */
		.zoom:after {
			content:'';
			display:block; 
			width:33px; 
			height:33px; 
			position:absolute; 
			top:0;
			right:0;
			background:url(icon.png);
		}

		.zoom img {
			display: block;
		}

		.zoom img::selection { background-color: transparent; }
		#ex1 img{ border-radius:15px}
		.img-thumbnail{border-radius:11px}
		
		.proTxt{ text-align:left}
		.clOption ul{list-style:none}
		.clOption ul li{ float:left; padding-right:5px; margin-bottom:7px}
		.clOption ul li img{ border:solid 1px #fff; box-shadow:0 0 2px #000}

		#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog_bx{border:solid 1px #CCC;padding:15px;margin-bottom:25px;font-size:16px}.blog_bx strong{font-size:20px;margin-bottom:8px;font-weight:700;display:block;margin-top:20px}.blog_bx span{display:block;font-size:15px;font-weight:600;color:red}.img-resp{width:100%}- .blog_bx span i{margin-right:5px}
.lft_menu {
	width:100%;
	font-size:14px;
	line-height:22px;
	background:#f4f4f4;
	color:#000;
	margin-bottom:25px;
	
	
}
.code {
    float: left;
    border: 1px solid #999;
 
}
.lft_menu a {
	padding:9px 12px;
	display:block;
	color:#000;
	text-decoration:none;
	border-bottom:dotted 1px #acacac;
	transition:0.5s;
}

.lft_menu a:hover {
	background:#e0e0e0;
	text-indent:5px;
}

.lft_menu_title {
	background:#bba47d;
	padding:12px;
	font-size:18px;
	color:#fff;
	display:block;
	width:100% !important;
	text-transform:uppercase;
}
.code_input{width:150px;float:left;margin-right:15px} .code img{height:35px}.form-control{height:37px}
.form-group {
    margin-bottom: 15px;
}