body {
  color: #5a5a5a;
}

  .web-quickcontact {
    width: 50px;
    position: fixed;
    bottom: 224px;
    left: 10px;
    z-index: 102;
  }
  .web-quickcontact li:first-child a{
    line-height: 20px;
    text-align: center;
    background-color:#305891; color: #fff;
    width:42px;
    height:42px;
    display: inline-block;
    padding:10px ; font-size: 17px; transition: .5s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);  
  }
  .web-quickcontact li:nth-child(2) a{
    line-height: 20px;
    text-align: center;
    background-color:#82d6cc; color: #fff;
    width:42px;
    height:42px;
    display: inline-block;
    padding:10px ; font-size: 17px; transition: .5s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    
  }
  .web-quickcontact li:last-child a{
    line-height: 20px;
    text-align: center;
    background-color:#007BB6; color: #fff;
    width:42px;
    height:42px;
    display: inline-block;
    padding:10px ; font-size: 17px; transition: .5s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    
  }
  
   .quickcontact {
  width: 66px;
  position: fixed;
  top: 74%;
  left:15px;
  z-index: 102;
  animation: rotation 5s infinite linear;
    animation-duration: 4s;

}

                                            
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.quickcontact i {
  color: #fff
}

.quickcontact a{z-index: 999;}

.quickcontact {
  height: 45px;
  width: 45px;
  background-color: #2da7eb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
}

.quickcontact::before {
  content: "";
  position: absolute;
  border: 1px solid #2da7eb;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite
}

.quickcontact::after {
  content: "";
  position: absolute;
  border: 1px solid #2da7eb;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  animation: pulse 1s linear infinite;
  animation-delay: 0.3s
}

@keyframes pulse {
  0% {
      transform: scale(0.5);
      opacity: 0
  }

  50% {
      transform: scale(1);
      opacity: 1
  }

  100% {
      transform: scale(1.3);
      opacity: 0
  }
}

.quickcontact img {
    width: 45px;
}
  
  .web-quickcontact img {
    width: 50px;
}

.form-group {
    margin-bottom: 22px;
}

.center {
    text-align: center;
}

.google_img {
    margin-top: 30px;
}


.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#lst-style li{
    list-style: none!important;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
    color: #fff;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    border-radius: 20px;
	    background-color: #08335a;
	
}
#lst-style{
	padding-left:0px;
}

section.content {
    background: #fbfbfb;
    padding: 25px;
    float: left;
    width: 100%;
}

section.bg-white {
    padding: 30px;
    float: left;
    width: 100%;
    background: #fff;
}

.bg-white ul li {margin-bottom: 5px;font-family: 'Roboto', sans-serif;font-size: 15px;line-height: 1.57143;font-weight: 400;color: #2d2e2e;}

.footer-contacts {
  padding: 23px 0 22px 0;
  float: left;
  width: 100%;
}
 
.footer-contacts .container {
  position: relative;
  z-index: 2;
}

.footer-contact {
  font: 15px/22px "Open Sans", sans-serif;
  color: #fff;
  letter-spacing: 0.3px;
}

.footer-contact .media {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(1, 17, 32, 0.7);
}
.footer-contact .media-left {
  vertical-align: middle;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  color: #489dc5;
}
.footer-contact .media-left i {
  text-align: center;
  width: 70px;
}
.footer-contact .media-body {
  padding: 24px 18px;
  height: 160px;
}
 
.footer-contact strong {
  text-transform: uppercase;
  display: block;
  color: #9bb2c7;
}

.site-footer {
  background: url(../images/bg6.jpg) no-repeat fixed center 0 #111f2d;
  background-size: cover;
}
.site-footer .container {
  position: relative;
  z-index: 3;
}

.footer-sidebar {
  padding: 32px 0 0;
}

.widget-footer .widget-title {
  color: #eeeeee;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.15px;
  line-height: 1;
  text-transform: uppercase;
  margin: 38px 0 30px;
}
.widget-footer .widget-title:after {
  content: '';
  width: 45px;
  height: 1px;
  background: #6dd1ff;
  display: block;
  margin: 15px 0 0;
}
.widget-footer p {
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  color: #7e95a2;
  letter-spacing: 0.3px;
}
 


 
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.carousel {
  height: 432px;
  margin-bottom: 0px;
}
.carousel-caption {
  z-index: 10;
}

.carousel .item {
  height: 432px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 432px;
}
.container{max-width: 1165px;}
header{clear:both;width:100%;margin-bottom: 15px;background:#363535;z-index:999;}
.top-strip{background:#2da7eb; clear:both; float:left; width:100%; padding:5px 0;}
.navbar-inverse{background:#363535; clear:both; padding:15px 0;}
.top-strip .btn-primary {background: #fff none repeat scroll 0 0; border: 1px solid #666; color: #222;}
.top-strip .btn-primary:hover {background: #000 none repeat scroll 0 0; border: 1px solid #666; color: #fff;}
.iso-part{float:left; color:#ffdf1f; font-size:18px; padding-top:5px;}
.iso-part img {width: 40px; margin-bottom: 2px;}
.iso-part a{color:#fff;}
.call-no {color: #dfdfdf; float: right; margin-right: 5px;}
.mail {color: #dfdfdf; float: right;}
.navbar-brand{float:left; padding:10px 0; height:auto;}
.navbar-static-top{margin-bottom:0; min-height:auto;}
.navbar-nav{float:right; margin-top:12px;}
.navbar-nav > li > a{padding:10px 15px; border-radius:8px;}
.banner{clear:both; width:100%; background:url(../images/head.jpg) center center no-repeat; background-size:cover; float:left; padding:20px 0;}
.form-section{background: #3a93cd; border-radius: 6px; float: right; padding: 10px; width: 325px; position:absolute; z-index:99; right:5%;}
.banner-image{float:left;}
.form-section .btn-default{background:#0060ae; color:#fff; border:1px solid #00579e; transition: background-color 0.5s ease;}
.form-section .btn-default:hover{background:#222; color:#fff; border:1px solid #000;}
.form-section h2 {background: rgba(0, 0, 0, 0) url("../images/mail-icon.png") no-repeat scroll 0 0; color: #fff; font: 20px Helvetica,Arial,sans-serif; padding-left: 50px; margin-bottom:15px;}
.usp{border: 1px solid #bfbfbf; padding:0; border-radius: 4px; float:right; width:100%; max-width:300px; min-height:260px;}
.usp h3 {background: #2da7eb none repeat scroll 0 0; color: #fff; font: 22px "Gill Sans",Helvetica,Arial,sans-serif; padding: 5px 10px; margin:0;}
.usp ul{margin:0; padding:0;}
.usp ul li{margin:0; padding:10px 0; background:url(../images/upp-icon.png) 0 10px no-repeat; list-style:none; padding-left:25px; border-bottom:1px dotted #ccc;text-align: left;}
.usp ul li:last-child{border:none;}
.about-text{border: 1px solid #bfbfbf; border-radius: 4px; text-align:justify; padding-bottom:20px; float:left;}
.about-text h2 {color: #363535; font: 22px "Gill Sans",Helvetica,Arial,sans-serif; padding:0; margin-top:15px; }
.about{clear:both;}
section{padding:0px 0;}
.enquiry-btn{padding:8px 12px; background:#1d97db; border-radius:5px; float:right; color:#fff; transition: background-color 0.5s ease;}
.enquiry-btn:hover{background:#000; text-decoration:none; color:#fff;}
.services{background:#363535;}
.ser-box{/*display:table-cell; float:none; padding:0 20px;*/margin-bottom: 30px;}
.ser-box h2{color:#fff; font-size:22px; margin-bottom:20px;}
.ser-box h2 a{text-decoration:none;color: #646464;font-weight: 600;}
.ser-box h2 a:hover{text-decoration:none; color:#2da7eb;}
.ser-box p{color:#fff; line-height:18px; text-align:justify;}
.ser-box img{width:100%;height: auto;margin-bottom: 0px;}
.sr-img{min-height:166px; float:left;}
.ser-box .btn-default{transition: background-color 0.5s ease;float: left;margin-bottom: 20px;width: 46%;text-align: center;padding: 6px 12px;}
.ser-box .btn-default:hover{background:#1d97db;border:1px solid #00579e;color:#fff;}
.carousel-control.left {background: rgba(0, 0, 0, 0) url("../images/left-arrow.png") no-repeat scroll 0 0; left: 50%; margin-left: -650px; right: 0; bottom:240px;}
.carousel-control.right {background:  rgba(0, 0, 0, 0) url("../images/right-arrow.png") no-repeat scroll 0 0; left: auto; margin-right: -620px; right: 50%; bottom:240px;}
.carousel-control {bottom: 0; color: #fff; font-size: 20px; height: 36px; left: 0; position: absolute; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); top: auto; width: 32px;}
.testimonial .carousel .item {height: auto; line-height: 28px; text-align: center;}
.testimonial .carousel .item img {display: inline-block; float: none; height: 147px; min-width: auto; position: static; width:147px; border-radius:50%;}
.testimonial .carousel {font-family: Arial,Helvetica,sans-serif; font-size: 16px; height: auto; margin-top: 0; min-height: 22px; margin-bottom:0;}
.carousel .item{background:none;}
.testimonial h2{text-align:center;}
.testimonial { background:url(../images/testimonials-bg.jpg) no-repeat; background-size:cover; background-attachment:fixed; color: #fff; padding-bottom:60px;}
footer{background:#363535; color:#fff; padding:20px 0;}
.footer-box1{width:100%;}
.footer-box1 ul{margin:0; padding:0;}
.footer-box1 ul li{margin:0 0 7px 0; padding:0; list-style:none;}
.footer-box1 ul li span{margin-right:10px;}
.footer-box1{width:100%;float:left;max-width: 50%;padding-right:50px;}
.footer-box2{width:100%; float:left; max-width:200px;}
.footer-box3{width:100%; float:right; max-width:400px; text-align:center;}
footer h3{margin:0 0 15px 0;}
header.smaller {float: left; position: fixed; top: 0; width: 100%; z-index: 999; transition:ease all 0.5s;}
.smaller .navbar-inverse{padding:5px 0;}
.smaller .logo img{width:80%; height:auto;}
.smaller .navbar-nav {margin-top: 6px;}
.slide-out-div {background: #f1f1f1; padding: 20px; width: 200px; z-index: 9999; display:none;}
.smaller.slide-out-div {display: block;}
.slide-out-div .form-group input {font-size: 12px; height: 30px;}
.slide-out-div .form-group, .appointment .form-group {margin-bottom: 5px;}
.slide-out-div h3 {font-family: "Roboto Condensed",sans-serif; margin-top: 0;}
.slide-out-div .btn-default{background: #222 none repeat scroll 0 0; border: 1px solid #000; color: #fff;}
.map{padding:0;height: auto;float: left;width: 100%;}
.small-form .modal-dialog {width: 300px; z-index:999999;}
.dropdown-submenu > .dropdown-menu {
    border-radius: 0 6px 6px;
    left: 100%;
    margin-left: -1px;
    margin-top: -6px;
    top: 0;
}
.dropdown-submenu:hover > .dropdown-menu {display: block;}
.dropdown-submenu > a::after {
    border-color: transparent transparent transparent #666;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}
.cd-top {
    background: rgba(0, 0, 0, 0) url("../images/top.png") no-repeat scroll 0 0;
    bottom: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    display: inline-block;
    height: 51px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-indent: 100%;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    visibility: hidden;
    white-space: nowrap;
    width: 51px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
}
.cd-top.cd-is-visible {
    opacity: 1;
    visibility: visible;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}
a {outline:none !important;}
.modal-header{background:#1d97db; color:#fff;}
.inner-container{}
.bradcrum-part{padding:0; background:#f5f5f5;}
.breadcrumb{background-color:#f5f5f5; margin-bottom:0; padding:10px 15px;}
.prod-row .quote-btn {
    font-size: 16px;
    font-weight: normal;
    margin: 0 auto 15px;
    max-width: 250px;
	background:#2da7eb;
	color:#fff;
	transition: background-color 0.5s ease;
}
.prod-row .quote-btn:hover{background:#000;}
.hds {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #494949;
    font-size: 24px;
    font-weight: 400;
    margin-top: 15px;
    padding: 10px;
}
.prod-row {
    margin-top: 15px;
}
.prod-row .rd-mr {
    color: #222;
    padding: 0;
}
.inside_frm {
    background: #2da7eb none repeat scroll 0 0;
    box-shadow: 0 0 5px #ccc;
    margin-top: 15px;
    padding: 15px;
}
.rad5 {
    border-radius: 5px;
}
.inside_frm .h4 {
    color: #fff;
    margin-top: 0;
}
.prod-img img {
    margin-bottom: 5px;
    max-height: 125px;
    max-width: 100%;
    width: 100%;
}
.prod-img {
    margin-left: 15px;
    width: 125px;
}
.yz2 a {
    width: 178px;
    bottom: 0px;
    position: fixed;
    z-index: 1111;
    left: 10px;
}
.category-menu{clear:both; margin-top:20px;}
.category-menu ul{margin:0; padding:0;}
.category-menu ul li{margin:0; padding:5px 0; list-style:none; border-bottom:1px dotted #ccc;}
.category-menu ul li a{list-style:none; text-decoration:none; color:#000; display:block;}
.modal-header {
    background: #2da7eb none repeat scroll 0 0;
    border-bottom: medium none;
    border-radius: 5px 5px 0 0;
    color: #fff;
    overflow: hidden;
}
.category-menu h3{background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin:0;
    padding: 10px;}
.panel-default > .panel-heading{background-color:#f1f1f1;}
.panel-heading, .panel-group .panel{border-radius:0 !important;}
.panel-group .panel + .panel{margin:0;}
.category-menu a{display:block; text-decoration:none !important;}
.category-menu ul li a:hover{color:#e52b7f;}
.prod-desc-img {
    margin-left: 15px;
    max-width: 250px;
    width: 100%;
}
.prod-desc-img img {
    margin-bottom: 15px;
    max-height: 250px;
    max-width: 250px;
}
.dropdown-submenu > a::after {
    border-color: transparent transparent transparent #666;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > .dropdown-menu {
    border-radius: 0 6px 6px;
    left: 100%;
    margin-left: -1px;
    margin-top: -6px;
    top: 0;
}
.panel-title a{background:url(../images/ar-dwn.png) no-repeat; padding-left:22px;}
.panel-title a.collapsed{background:url(../images/ar3.png) no-repeat;}
.hds {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #494949;
    font-size: 24px;
    font-weight: 400;
    margin-top: 15px;
    padding: 10px;
}
.accordionButton {
    background: rgba(0, 0, 0, 0) url("../images/ar3.png") no-repeat scroll 10px center;
    border-top: 1px solid #ccc;
    cursor: pointer;
    font: bold 14px Arial,Helvetica,sans-serif;
    margin-bottom: 2px;
    padding: 8px 10px 8px 30px;
}
.accordionButton a {
    color: #737373;
    outline: medium none !important;
}
.accordionContent li a:hover {
    color: #2da7eb;
}
.accordion-btn-active {
    background: rgba(0, 0, 0, 0) url("../images/ar-dwn.png") no-repeat scroll 10px center;
    color: #fff;
}
.accordion-btn-active a {
    color: #2da7eb;
    outline: medium none !important;
}
.accordionContent {
    margin-bottom: 2px;
    width: auto;
	margin:0;
	padding:0;
}
.accordionContent li {
    background: rgba(0, 0, 0, 0) url("../images/ar4.html") no-repeat scroll 5px center;
    border-bottom: 1px dashed #0d504b;
    font-size: 13px;
    font-weight: normal;
    list-style-type: none;
    margin: 0 30px;
    padding: 5px 0 5px 20px;
}
.accordionContent li:last-child {
    border-bottom: medium none !important;
}
.accordionContent li a {
    color: #000;
    display: block;
    outline: medium none !important;
}
.main-slider{position:relative; clear:both;}
.logo img {
    height: auto;
    max-height: 63px;
    max-width: 231px;
    width: auto;
}
.right-inner{float:right;}
.inner-banner{background:url(../images/inner-banner.jpg) no-repeat; clear:both; width:100%; height:150px; padding:0;}
.dropdown-submenu {position: relative;}
.usp-text{padding:15px;}
.usp_content{padding:15px; text-align: justify;}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media only screen and (max-width:1230px) {
.banner-image{max-width:670px; width:100%;}
.banner-image img{width:100%; height:auto;}
/*.about-text{max-width:620px;}*/
.ser-box img{width:100%; height:auto;}
.ser-box h2{font-size:18px;}
.footer-box1{max-width:370px;}
.footer-box2{max-width:170px;}
}
@media only screen and (max-width:1023px) {
.banner-image{max-width:450px;}
.about-text{max-width:100%; margin-bottom:20px;}
.usp{max-width:100%;}
.footer-box3{max-width:250px;}
.footer-box2{max-width:140px;}
.footer-box1{max-width:310px; margin-right:20px;}
}
@media only screen and (max-width: 767px) {
 
 section.bg-white {
    padding: 20px 0 !important;
    float: left;
    width: 100%;
    background: #fff;
}   
    
.form-section{max-width:100%;width:35%;padding: 0px 4px 4px 6px;top:-15px;}
.ser-box{width:100%; display:block; padding:0; margin-bottom:20px; clear:both;}
.ser-box .btn-default{float:none;}
.testimonial .carousel .item{margin-bottom:40px;}
.footer-box1, .footer-box2, .footer-box3{max-width:100%; padding-right:0; margin-right:0; clear:both; display:block; margin-bottom:20px; text-align:center;}
.navbar-nav{width:100%; margin:0;}
.navbar-collapse{margin-top:10px; padding-top:10px;}
.smaller .logo img{width:auto;}
header.smaller{position:static;}
.form-section{width: 100% !important;margin: 0 auto;position: relative !important;top: 10px;}
.carousel{margin-bottom:0;}
.right-inner{float:left; width:100%;}
.h4{clear:both;}
.col-md-9{clear:both;}
.form-group {
    margin-bottom: 15px;
}
.form-section h2{background:none;padding-left: 0px;margin-bottom: 15px;}
.form-control{height: 35px;line-height: 0.7;}
.carousel-control.right{margin-right: 0px;display: none;}

}


@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  
  
  
}
@media only screen and (max-width: 767px){
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  height:auto;
}
 
 

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

/*Custom CSS*/
.errmsg-body{    
	background: wheat none repeat scroll 0 0;
    border: 1px solid #ccc998;
    color: #BF0C0C;
    font: 13px/17px arial;
    margin: 10px;
    padding: 5px;
}
.errmsg-body > ul{
    padding-left:10px;
}
.errmsg-body > ul li{
	padding:1px;
	margin-top:2px;
}
.inner-banner img{max-height: 150px;}


p.text-white {
    color: #fff;
}

.padding{
	padding-top: 26px;
	padding-bottom: 73px;
}


section#about {
    background-color: #363535;
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
}

section#services {
    background-color: #fff;
}


.ser-box {
    padding: 0px 0px 0px 0px;
    box-shadow: 0 0 5px #a7a7a7;
    border-radius: 3px;
}


section.services {
    padding-bottom: 51px;
    float: left;
    width: 100%;
}


.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


h2.heading {
    padding-bottom: 24px;
    font-size: 40px;
    font-weight: 600;
}

span.next_color {
    color: #e34c66;
}