.white-bg-header{
	background: #fff!important;
	box-shadow: 0;
	width: 100% !important;
}
.white-bg-header .navbar-nav a{
	color: #515151;
      font-weight: 500;
}
.container .item{
	    text-align: left;
    width: 100%;
    float: left;
}
.container .item-inner{
	    text-align: left;
    width: 26%;
    float: left;
}
.content-banner {
    float: right;
    text-align: right;
    width: 64%;
}
.container .item h3, .container .item p {
    color: #000;
}
.right-block-div .owl-carousel.owl-drag .owl-item{
	background: #fff;
}
.right-block-div .container {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 7%;
}

.dropdown {
  position: relative;
  display: inline-block;
}
li.dropdown i {
    color: #515151;
    font-weight: 600;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
.dropdown-content a{
	padding-top: 5px!important;
	padding-bottom: 5px!important;
}
.white-bg-wrap .title h1{
	font-size: 25px;
	margin-bottom: 20px;
}
.firstdiv{
	background: #00d2c1!important;
}
.seconddiv{
	background: #ff1d82!important;
}
.thirddiv{
	background: #acc83b!important;
}
.forthdiv{
	background: #00baff!important;
}
.white-bg-wrap .rndfirst h4 {
    color: #000;
    margin-top: -20px;
    margin-bottom: 30px;
}
.white-bg-wrap .rndsecond h4 {
    color: #000;
    margin-top: -20px;
    margin-bottom: 30px;
}
.white-bg-wrap .rndthree h4 {
    color: #000;
    margin-top: -20px;
    margin-bottom: 30px;
}
.white-bg-wrap .rndfour h4 {
    color: #000;
    margin-top: -20px;
    margin-bottom: 30px;
}
.white-bg-wrap .d-flex {
    margin-bottom: 25px;
}
.awesome-service .d-flex {
   margin-bottom: 6rem;
}
.white-bg-wrap .btm-br {
    border-bottom: 1px solid #ccc;
}
.white-bg-wrap .about-area{
	background: transparent;
}
.brbtm {
	
	padding-bottom: 38px;
}
.white-bg-wrap .text-center h5{
	font-size: 20px;
}
.white-bg-wrap .footer-area{
	background: #e5e5e5;
}
.white-bg-wrap footer.footer-area ul {
    float: right;
}
.white-bg-wrap footer.footer-area ul li {
    display: inline-block;
    padding-left: 5px;
}
.white-bg-wrap .navbar-brand img{
	width: 100%;
}
.white-bg-wrap .navbar-brand .beta{
	    right: -48px;
}
.white-bg-wrap .footer-area .d-flex{
	margin-bottom: 0
}
.white-bg-header .navbar-nav a.activelink{
  color: #ed7408;
}
.andcolor{
  color: #ed7408;
}
.calculate{
  text-align: center;
  margin-top: 25px;
  margin-bottom: 105px;
}
.calculate h2{
  margin-bottom: 35px;
}
.copyright{
  text-transform: uppercase;
  color: #878787;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 992px) {
.white-bg-wrap .navbar-brand img {
    width: auto;
}
.resp-none{
  display: none;
}
.navbar-brand {
    position: relative;
    width: 45%;
}
  }
  .social li a img{
    transition: transform .2s;
  }
.social li a img:hover{
   -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}
.calc2018{
  color: #00c6ff!important;
}
.calc2018_btn{
  background: #00c6ff!important;
}