* {
	margin:0px;
	padding: 0px;
}

body {
  line-height: 1.7;
  font-size: 16px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}


ul li {
	list-style: none;
}

a, a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

/* header start */

.navbar-inverse {
	background-color: #fff;
	padding: 10px 0;
	border:none;
}

.navbar-inverse .navbar-nav > li > a {
	color: #222;
	font-weight: 600;
	font-size: 15px;
}

.navbar-brand img {
    width: 182px;
    padding-top: 0px;
}




.navbar-brand {
	padding-top: 0px !important;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #3b2b98;
	/*background: #000 !important;*/
}

.navbar-inverse .navbar-nav > li.active > a {
	color: #3b2b97;
	background-color: transparent;
}

.navbar {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.13);
}

.pull-left {
	
}
      
      pre {
          tab-size: 8;
      }
      
      @media screen and (max-width: 768px) {
          .side-collapse-container{
              width:100%;
              position:relative;
              left:0;
              transition:left .4s;
          }
          .side-collapse-container.out{
              left:200px;
          }
          .side-collapse {
              top:70px;
              bottom:0;
              right:0;
              width:100%;
              position:fixed;
              overflow:hidden;
              transition:width .4s;
          }
          .side-collapse.in {
              width:0;
          }
      }
	  
.navbar.side-collapse {
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0 20px 40px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #000;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff !important;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: transparent !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #ffd700;
	background-color: transparent !important;
}
	  
	  
	  
	  
	  
	  
/* banner start	   */

.bs-slider{
    overflow: hidden;
    /*max-height: 700px;*/
    position: relative;
	margin-top: 60px;
    /* background: #000000; */
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.11);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 54px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}


/* banner end	   */


/* serhm start */

.serhead {
	text-align: center;
}

.serhead h1 {
	color: #000;
}

.serhm {
	margin: 40px 0;
}


.number-box {
	text-align: center;
	padding: 20px;
	margin: 15px 0px;
	background: #fff;
	border-radius: 3px;
}

.number-box h3 {
	color: #111;
	line-height: 1;
	font-size: 60px;
	font-weight: 200;
}

.number-box-line::before {
	content: '';
	display: block;
	margin: auto;
	margin-bottom: -7.5px;
	height: 15px;
	width: 15px;
	border: 2px solid #1152d4;
	background: #fff;
	border-radius: 50%;
}

.number-box-line {
	content: '';
	border-bottom: 1px dashed #dedede;
	width: 100%;
	margin: 20px auto;
}


.number-box h4 {
	color: #111;
	font-size: 20px;
	font-weight: 600;
}

.number-box p, .number-box p a {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	margin-top: 15px;
	line-height: 1.5;
}


/* about start */

.abhm {
	padding: 10px 0 50px;
}

.abhmm {
	padding: 60px 0;
}

.abhead h2 {
	color: #3b2b98;
   font-family: 'Roboto' !important;
   font-weight: 700;
   font-size: 34px;
}

.abhead p{
    padding-bottom: 15px;
}

.section-heading-line-left {
	content: '';
	display: block;
	width: 100px;
	height: 3px;
	background: #e10f87;
	border-radius: 25%;
	margin-top: 15px;
	margin-bottom: 25px;
}

.mt-20 ul li {
    color: #000;
    padding: 4px 0;
    font-weight: 700;
    line-height: 32px;
    display: inline-block;
    width: 100%;
}

.mt-20 ul li i {
	color: #f09f0f;
	margin-right: 10px;
}

.abhmimg img {
    /* width: 356px !important; */
}

.abhmimg {
	margin-top: 40px;
}

.abread {
	margin-top: 20px;
}

.abread a {
    background: #222;
    color: #f9f9f9;
    padding: 10px;
}


/* footer start */

.footer {
	background: #111;
	padding: 60px 0px 20px 0px;
} 

.footer h3::after {
	content: '';
	display: block;
	width: 70px;
	height: 2px;
	background: #e10a87;
	margin-top: 12px;
}

footer h3 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
}

.mt-25 {
	margin-top: 25px;
}

.footer p {
	font-size: 15px;
	color: #999;
	line-height: 1.7;
}

span.text {
	font-size: 15px;
}

.footer-social-icons ul li {
	display: inline-block;
	background: #333;
	border-radius: 50%;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 5px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.footer-social-icons ul li a {
	display: block;
	font-size: 15px;
	color: #fff;
	width: 35px;
	height: 35px;
	padding: 11px;
	padding-top: 8px;
}

.footer-list {
	margin-top: 20px;
}

.footer-list li {
	list-style-type: none;
	color: #aaa;
	padding: 6px 0px;
}

.footer-list li a::before {
	content: '\f105';
	font-family: 'FontAwesome';
	color: #e10a87;
	padding-right: 8px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.footer-list li a {
	font-size: 15px;
	font-weight: 400;
	color: #aaa;
}


.footer-bar {
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding-top: 20px;
	margin-top: 30px;
}

.footer-bar p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.footer-bar span {
	color: #e10a87;
	font-size: 15px;
	font-weight: 400;
}

.footer h3 {
	color: #fff;
}

.footer-contact {
	color: #aaa;
}

.footer-contact li {
	padding: 6px 0;
}




/* about page start */

.abpg ul li {
	float: none;
	width: auto;
	padding: 10px 20px 0 0;
}

.what strong {
	color: #000;
	font-size: 20px;
}

.what {
	margin-top: 20px;
}






.list-group.help-group {
  margin-bottom: 20px;
  padding-left: 0;
  margin: 0;
}

.faq-list {
    display: block;
    top: auto;
    margin: 0 0 32px;
    border-radius: 2px;    
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
    
.list-group-item {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 16px;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #616161;
    transition: background-color .2s;
}

  .panel-heading {
    padding: 0 16px;
    line-height: 48px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    color: rgba(0,0,0,.87);
  }

.panel {
	background-color: #f9f9f9;
}
  


.panel-body {
	background-color: #fff;
    border-top: 1px solid #ddd;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: 0;

}

.panel-heading h2 {
	color: #000;
	font-size: 20px;
}

.abtab h3 {
	color: #1152d4;
	font-size: 18px;
}

.abtab ul li i {
	color: #1152d4;
	margin-right: 10px;
}

.abtab strong {
	color: #1152d4;
}






.item img {
	width: 125px;
}

.map {
	margin: 60px 0;
}

.ab_banner img {
	margin-top: 60px;
}

.maphmtext h3 {
	color: #000;
}

.mapcon a {
	background: #000;
	color: #fff;
	padding: 15px;
	margin-top: 20px;
}

/* products page start */
.protop {
	margin: 50px 0;
}

.prodhead h2 {
	color: #000;
}

.prodhead p {
	color: 
}


.resp-vtabs li.resp-tab-active {
	border: 0px !important;
}

.prtabin h2 {
	color: #000;
	margin-top: 0px;
}


.prtabin span {
	color: #1152d4;
	font-weight: bold;
}


.protabmar {
	margin-bottom: 60px;
}


.prtabin ul li {
	color: #000;
	padding: 4px 0;
	font-weight: 700;
	line-height: 32px;
	float: none;
}

.prtabin ul li i {
	color: #1152d4;
	margin-right: 10px;
}

.prtabin h3 {
	color: #000;
}


/* contact page start */


#contact {
	background-color: #f9f9f9;
}

.section-padding {
	padding: 40px 0;
}

.map-area {
	height: 379px;
	margin-top: 45px;
}

.map-area iframe {
	border: 0 none;
	border-radius: 2px;
	/*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);*/
	height: 100%;
	width: 100%;
}

.contact-info, .contact-area-form {
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 10px rgba(53, 53, 53, 0.3);
	box-shadow: 2px 2px 10px rgba(53, 53, 53, 0.3);
	padding: 40px 40px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.contact-info h2, .contact-area-form h2 {
	font-size: 30px;
	color: #000;
}

.contact-area-form p {
	font-size: 15px;
	font-weight: 300;
	margin-top: 10px;
}

.contact-area-form form {
	margin-top: 35px;
}

.contact-area-form form .form-group {
	margin-bottom: 40px;
}

.contact-area-form form input, .contact-area-form form textarea {
	border-bottom: 1px solid #908d8d !important;
}

.contact-area-form form input, .contact-area-form form textarea {
	border: 0 none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	font-size: 15px;
	padding-left: 0;
}

.contact-area-form form textarea {
	height: 81px;
	resize: none;
}

.contact-area-form .theme-btn {
	font-size: 14px;
	padding: 10px 20px;
	background-color: transparent;
}

.theme-btn {
	border: 2px solid #1152d4;
	border-radius: 56px;
	color: #222;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-size: 17px;
	font-weight: 600;
	padding: 10px 35px;
	overflow: hidden;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
}

.section-title h2 {
	color: #000;
}

.section-title {
	margin-bottom: 40px;
}

.contact-area-form .theme-btn:hover {
	cursor: pointer;
	background-color: #1152d4;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}



.conthm a {
    background: #f09f0f;
    color: #000;
    padding: 10px;
}
.conthm {
	margin-top: 30px;
}


.dsg {
	float: right;
	
}

.footer-bar .dsg p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.footer-bar span.dsg {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.footer-bar span.dsg a {
	color: #de0d86;
}



.min-img {
	margin: 20px 0;
}



.det {
	text-align: center;
}

.det img {
	text-align: center;
	margin: 0 auto;
}

.det h2 {
	color: #000;
	font-size: 25px;
}

.det h4 {
	color: #000;
}

.det p {
	color: #666;
	line-height: 1.5;
	font-weight: normal;
	font-size: 17px;
}

.teamse {
	margin: 50px 0;
}

.dropdown-menu>li>a {
    display: block;
    padding: 11px 24px;
    clear: both;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.428571429;
    color: #000;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover{
	color: #ffd700;
	background: #000;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
@media (min-width: 768px)
.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

.abhmimg h1{
	font-size: 22px;
	color:#000;
	font-weight: 500;
}
.abhmimg p{
	font-size: 16px;
}


.control-round .carousel-control.right>span:nth-child(1) {
    right: 5%;
}


.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    left: 97%;
}




.form-content {
    padding: 6%;
    border: 1px solid #ced4da;
    margin-bottom: 7%;
    margin-top: 14%;
    background: #55555521;
}
.form-control {
    /* border-radius: 1.5rem; */
}

.form-control {
    display: block;
    width: 100%;
    height: 51px;
    padding: 6px 12px;
    font-weight: 500;
    margin: 0px 0px 20px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -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,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btnSubmit {
    border: none;
    /* border-radius: 1.5rem; */
    padding: 1%;
    /* font-size: 16px; */
    width: 12%;
    cursor: pointer;
    background: #e62828;
    color: #fff;
}
/*
.abhead{
	margin-top: 65px;
}*/


.products img {
    text-align: center;
    width: 100%;
    border-radius: 2px;
    height: 500px;
}
.name ul li{
	font-size: 16px;
	color: #000;
	font-weight:500;
}
.description ul li{
	font-weight: 400;
	font-size: 16px;
	color: #000;
}
b, strong {
    font-weight: 700;
    color: #000;
}





table{
    border:1px solid black;
    border-collapse:collapse ;
	padding:0px;
}

th{
    padding:10px;
    border:1px solid black;

	
}

td{
    padding:10px;
     border:1px solid black;
	text-align:left;
}

tr:nth-child(even)
{
      background-color:white;
}

tr:nth-child(odd)
{
      background-color:#eee;
}

.products img{
	padding-bottom: 20px;
}

.products strong{
    color: #3b2b98;
    padding-bottom:5px;
    display: block;
    font-size: 18px;
}

.products b{
    color: #e30c89;
    padding-top:15px;
    display: block;
    font-size: 17px;
}

.products p{
    padding-bottom: 5px;
}


.hmlatestre{
    position: relative;
    overflow: hidden;
    padding: 27px 0px 80px;
    background: url(../img/hmserbg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/*.hmlatestre::after{
    position: absolute;
    top: 0;
    background:  url(../images/lphm.png) no-repeat center bottom;
    content: "";
    width: 100%;
    height: 100%;
    float: left;
    z-index: 9;
    margin: auto;
    bottom: 35%;
    left: 0;
right: 0;
}
*/
.hmlatestre2 img{
 margin: 0 auto;
display: block;
}


.hmlatestre h2{
    font-weight: 700;
    font-size: 38px;
    color: #fff;
text-align: center;
font-family: 'Roboto' !important;
}

.hmlatestre1{
    text-align: center;
    position: relative;
     background: #ffff;
   box-shadow: 0 0 5px 2px rgba(0,0,0,0.05);
   padding: 5px;
}

.hmlatestre1 span{
    padding: 10px 0;
    display: block;
    color: red;
}

.hmlatestre1 strong{
    font-size: 18px;
}

.hmlatestre1 p{
    padding: 10px 0;
}

.hmlatestre1 a{
     color: red;
}

.hmlre{
    float: right;
    padding: 10px 10px 40px;
}

.hmlre a{
    padding: 8px 15px;
    background: #000;
    color: #fff;
}

.imagee {
    position: relative;
    overflow: hidden;
    background-color: #262626;
}


.imagee img{
    transition: all 600ms ease;
}


.hmlatestre1:hover .imagee img{
    opacity: 0.5;
    transform: scale(1.07,1.07);
}

.hmlatestre1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #3c2c9a;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.hmlatestre1:hover::after {
   width:100%;

}

/*.hmlatestre1:hover{
    background: #ffffffba;
   box-shadow: 0 0 5px 2px rgba(0,0,0,0.05);
}
*/

.hmls{
    width: 700px;
}


.get-wrap {
    background: url(../img/quote-bg.jpg) no-repeat;
        background-size: auto;
    padding: 60px 0;
    text-align: center;
    background-size: cover;
}

.title {
    text-align: center;
    margin-bottom: 30px;
}

.get-wrap .title h1 {
    color: #fff;
}

.title h1 {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    font-weight: 300;
}

.get-wrap p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 0 140px;
    margin-bottom: 30px;
}

.readbtn a {
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    background: #3b2a98;
    padding: 15px 30px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    display: inline-block;
}

.readbtn i {
    padding-left: 5px;
    font-size: 18px;
}

.get-wrap .readbtn a:hover {
    color: #3b2a98;
    background: #fff;
}


.hmwhy{
    padding: 50px 0 80px;
}

.hmwhy h2{
    font-weight: 700;
font-size: 38px;
color: #222;
text-align: center;
font-family: 'Roboto' !important;
padding-bottom: 20px;
}


.hmwhy2
{
    text-align: center;
    padding-top: 50px;
}
.employees,.customer,.design,.order
{
    margin-top: 30px;
    margin-bottom:47px;
    border: 1px dashed;
}
.counter-count
{
    font-size: 26px;
    border-radius: 50%;
    position: relative;
    color: #000;
    text-align: center;
    line-height: 83px;
    width: 55px;
    height: 51px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    font-weight: 600;
}

.employees i{
    color: #000;
    font-size: 21px
}

.employee-p,.customer-p,.order-p,.design-p
{
    font-size: 20px;
    color:#000;
    line-height:30px;
    font-weight: 600;
    padding-bottom: 11px;
}


.button.active {
    margin-right: 15px;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
    background: #222;
    padding: 15px 25px;
}

.hmwhy2 h4{
    color: #2c2c74;
    text-transform: capitalize;
    font-size: 32px;
    font-family: 'Roboto' !important;
    font-weight: 700;
    text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.9);
}

.aboutpage2 {
    padding: 16px 10px;
    background: #f0f0f0;
    margin-top: 17px;
}

.abou {
    margin: 0 auto;
    padding-bottom: 20px;
}

.abou img {
    width: 75px;
    float: left;
    margin-right: 8px;
}


.aboutpage2 strong {
    color: #053b83;
    font-size: 18px;
    display: block;
    padding-bottom: 16px;
}



/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.hmclient{
    padding: 50px 0 80px;
}

.hmclient h2{
    font-weight: 700;
font-size: 38px;
color: #222;
text-align: center;
font-family: 'Roboto' !important;
padding-bottom: 25px;
}

.abt-banner {
    background: url(../img/abt.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0 100px;
    margin-top: 86px;
}

.about-text h2 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: bold;
}

.about-text p a {
    color: #000;
    font-weight: 600;
}

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


.certipage{
    padding: 30px 0 80px;
}

.certipage h5{
    color: #3b2b98;
font-family: 'Roboto' !important;
font-weight: 700;
font-size: 34px;
text-align: center;
padding-bottom: 35px;
}

.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:55px;
        }

   
img.zoom {
    width: 100%;
    height: 270px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    border: 1px solid;
}

.transition {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }
    
    .fixicon-bar {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

.fixicon-bar a {
    display: block;
text-align: center;
padding: 8px 11px;
transition: all 0.3s ease;
color: white;
font-size: 21px;
border-radius: 63px;
margin-bottom: 8px;
box-shadow: 0 3px 5px #a6a6a6;
}

.whats {
    background: #25d366;
    color: white;
    
}

.whats i{
   font-size: 35px;
padding-top: 2px;
}					
