*{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
body {
	 font-family: 'Open Sans', sans-serif;
	
}
.top-header{
	padding: 5px 0;
	background-color: #000;
}

.top-header-right{
	
}
.top-header-right ul{
	margin-bottom: 0;
}
.top-header-right-1{
float: right;
padding-top: 7px;
}
.top-header-right-1 ul li{
display: inline;
margin-right: 15px;
padding-top: 3px;
}

.top-header-right-1 ul li a{
	font-size: 14px;
	font-family:[FiraSans];
	color: #ffffff !important;
	text-decoration: none;
	padding-left: 10px;
  font-weight: 600;
}
.top-header-right-2{
float: right;
}
.top-header-right-2 ul li{
display: inline;
margin-left: 8px;
}


.brand-section{
	max-width: 100%;
	min-height: 105px;

}
.logo {
    width: 236px;
    float: left;
    position: absolute;
    /* z-index: 9999; */
}
.search{
	padding-top: 30px;
	float: right;
	max-width: 326px;
}
.search input{
	height: 50px;
	border-radius: 0;
}
.search button{
	height: 50px;
	border:none;
}
.form-control{
	background-color: #fff;
}
.btn-default {
    color: #fff;
    background-color: #2f3192;
    
}
.menu{
	background-color: #2f3192;
}
.bottom-header{

}
.navbar-default {
    background-color: #2f3192;
 border-color: #2f3192;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #ffffff;
    
}
.banner{
	
}
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 93px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.carousel-caption {
    right: 20%;
    left: 13%;
    padding-bottom: 104px;
}
.carousel-caption h1{
	text-align: justify;
	font-weight: bolder;
	font-style: inherit !important;

}

.carousel-caption p{
	text-align: justify;
	font-weight: bolder;
	font-style: inherit !important;

}
.carousel-caption p span{
	text-align: justify;
	font-weight: bolder;
	font-style: inherit !important;

}
.carousel-caption .btn {
    text-shadow: none;
    float: left;
    background-color: #2f3192;
     margin-top: 31px;
     padding: 10px 13px !important;
     font-size: 16px;
}
.carousel-control.left {
	background: none;
}
.carousel-control.right {
	background: none;
}
.about-us {
    margin-top: -61px;
}
.about-us-left{
	height: 470px;
	margin-left: -20px;

}
.about-us-right {
    height: auto;
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 5px #888888;
    margin-top: 106px;
    background-color: #fff;
    /* margin-left: -76px; */
    max-width: 96%;
}
.about-us-right h1{
	font-size: 30px;
	color: #2f3192;
	text-align: center;
	font-weight: bold;


}
.line{
	text-align: center;
	margin-top: -10px;
}
.about-us-right p{
	font-size: 14px;
	color: #232323;
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	line-height: 24px;
	margin-bottom: 0;

}
.about-us-right h2{
	text-align: center;
	

}
.btn-danger {
    color: #fff;
    background-color: #2f3192;
   border-color: unset;
}
.btn-danger:hover {
    color: #000;
    background-color: #fff;
    border-color:unset;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: [FiraSans];
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000;
    background-color: #ffffff;
}
.product-1{
	padding-top: 50px;
	height: auto;
	background-color: #eaebfa;
}

.productbox {
  position: relative;
  z-index:9999;
 
}
.productbox img{
	width: 100%;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    background-color: rgba(47,49,146,0.7);
    overflow: hidden;
    width: 97%;
    height: 34%;
    transition: .5s ease;
     margin-left: 4px; 
}
.productbox:hover .overlay {
  height: 96%;
}

.text {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.thumbnail {
	
	padding:0;
}
.text{
	font-weight: 600;
	font-size: 14px;
}
.text h3 {
    margin: 0;
    font-size: 16px;
    padding: 1px 30px 9px 30px;
    font-weight: 600;
}
.text p{
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	padding-top: 30px;
	font-weight: normal;
}
.our-product{
padding-bottom: 20px;
padding-top: 20px;
}
.our-product h1{
	text-align: center;
	color: #2f3192;
	font-size: 30px;
	font-weight: bold;
	
}
.our-product p{
	text-align: center;
}
.btn-1{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 40px;
}
.btn-success {
    color: #fff;
    background-color: #2f3192;
    border-color: #2f3192;
}
.btn-success:hover {
    color: #fff;
    background-color: #454385;
    border-color: #2b2c70;
}
.btn-danger:hover {
    color: #fff;
    background-color: #454385;
    border-color: #2b2c70;
}
.btn{
	border-radius: unset;
}
.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
   color: #fff;
    background-color: #454385;
    border-color: #2b2c70;
        font-size: 18px;
}
.wrapper {
  min-height: 240px;
  width: 100%;
  display: block;
  clear: both;
  margin: 0;
}
.logo-scroll-wrapper {
  background: #1f1f1f;
  padding: 27px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.logo-scroll-wrapper h1,
.logo-scroll-wrapper h2,
.logo-scroll-wrapper h3,
.logo-scroll-wrapper h4,
.logo-scroll-wrapper h5,
.logo-scroll-wrapper h6 {
  margin: 0 0 .08em 0;
  line-height: 1.1em;
}
.logo-scroll-wrapper ul.logo-scroll-animation {
  list-style-type: none;
  position: relative;
  display: flex;
  height: 100%;
  color: #384454;
  animation: infinite-scroll-x 20s linear infinite;
}
.logo-scroll-wrapper ul.logo-scroll-animation li {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  width: 200px;
  
  padding: 0 15px;
}
/*.logo-scroll-wrapper ul.logo-scroll-animation li::after {
  position: absolute;
  height: 50%;
  top: 25%;
  right: -15px;
  width: 1px;
  content: '';
  background-color: #82DAEC;
}*/
.logo-scroll-wrapper ul.logo-scroll-animation li img {
  max-width: 100%;
  height: auto;
}
.wrapper-net-promoter {
  background-image: radial-gradient(ellipse at 55% -50%, rgba(92, 207, 230, 0.8) 0%, rgba(92, 207, 230, 0.2) 52.16%, rgba(92, 207, 230, 0) 75%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 10px 0;
}
@media (max-width: 500px) {
  .wrapper-net-promoter .net-promoter-description {
    width: 60%;
    top: -10px;
  }
}
.net-promoter-scale {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 200px;
  max-width: 1000px;
  margin: 0 auto;
}
.net-promoter-scale::after {
  display: block;
  content: '';
  clear: both;
}
.net-promoter-scale .scale-img {
  position: absolute;
  bottom: -15px;
}
.net-promoter-description {
  width: 80%;
  text-align: center;
  position: relative;
  top: -20px;
  text-transform: uppercase;
}
.net-promoter-description h3,
.net-promoter-description h4,
.net-promoter-description h5,
.net-promoter-description h6 {
  margin: 0;
  line-height: 1em;
}
.animated {
  animation-duration: 1.2s;
  animation-fill-mode: both;
  opacity: 0;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-1000px, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
#net-promoter-score-box {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 50px;
  left: calc(31%);
  width: 105px;
  height: 105px;
  background-color: #f47941;
  font-size: 50px;
  border-radius: 7px;
  color: #fff;
  z-index: 3;
}
#net-promoter-score-box::after {
  position: absolute;
  content: '';
  bottom: -16px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f47941;
}
@keyframes infinite-scroll-x {
  100% {
    transform: translateX(-33.33%);
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}

.call-us-now{
	
	min-height: 248px;
	background-color: #eaebfa;

}
.call-us-now-left{
float: left;
}
.call-us-now-left h1{
	font-size: 20px;
	color: #2f3192;
	font-weight: bold;
	padding-top: 20px;
}
.call-us-now-left span{
	color: #ea0505;
	font-size: 28px;
	font-weight: bold;

}
.call-us-now-left p{
	color: #2f3192;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	padding-top: 10px;

}
.call-us-now-right {


}
.call-us-now-right .input-group .form-control{
/*width: 424px;*/
height: 69px;
background-color: #ffffff;

}
.call-us-now-right .form-control {
    background-color: #fff;
   
    border-radius: unset;
   
    box-shadow: inset 0px 3px #888888;

}
.call-us-now-right .input-group-addon {
    padding: 6px 12px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    background-color: #2f3192;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.call-us-now-right h1{
	font-size: 20px;
	color: #2f3192;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer{
	min-height: 425px;
	background-color: #000;
}
.footer-line{
	padding-top: 36px;
}
.footer-left{

}
.footer-left h1{
	font-size: 20px;
	color: #fffefe;
	font-weight: bold;
	padding-top: 20px;

}
.footer-left p{
	font-size: 15px;
	color: #fffefe;
	font-weight: 400;
	padding-top: 25px;
	line-height: 25px;
	text-align: justify;
}
.footer-bottom{
padding-bottom: 28px;
}
.footer-bottom h1{
	font-size: 20px;
	color: #fffefe;
	font-weight: bold;
	padding-top: 20px;

}
.footer-bottom ul li{
  
}
.footer-bottom ul li a{
	font-size: 15px;
	color: #fffefe;
	padding-left: 10px;
	line-height: 25px;
}
.footer-right{

}
.footer-right h1{
	font-size: 20px;
	color: #fffefe;
	font-weight: bold;
	padding-top: 20px;

}
.footer-right ul li{
  
}
.footer-right  p{
	font-size: 15px;
	color: #fffefe;
	text-align: justify;
	text-decoration: none;
	line-height: 25px;
	padding-left: 15px;
	


}
.fa, .fas {
    
    font-weight: bolder;
    color: #fff;
    font-size: 22px;
}
.pad-3{
	padding-top: 25px;
}
.footer-right  p i{
	position: absolute;
	left: 0px;
	


}
.socail{
	float: right;
	padding-right: 60px;
}
.footer-right  p i.fa-whatsapp {
	font-size: 22px;
}
.footer-right  i.fa-facebook-square {
	font-size: 30px;
	color: #fff;
	padding-right: 15px;

}
.footer-right  i.fa-twitter-square {
	font-size: 30px;
	color: #fff;
	padding-right: 15px;
}
.footer-right  i.fa-linkedin{
	font-size: 30px;
	color: #fff;
}
.copyright{
 border-top: 2px solid #fff;
 background-color: #000;

}
.copyright p{
	text-align: center;
	margin: 0px;
	padding: 20px 0 20px;
	color: #ffffff;
}

input.form-control::placeholder{
	color: #fff;
	letter-spacing: 1px;
}
.thumbnail{
	background: transparent;
	border: none;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 20px;
    font-size: 14px
}

.jumbotron-sm { 
	padding-top: 24px;
padding-bottom: 24px;
display: none;
 }
.jumbotron small {
color: #FFF;
}
.h1 small {
font-size: 24px;
}
.section-banner{

}


   .image-aboutus-banner {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(../images/banner/banner-for-product.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
   padding-top: 2px;
    padding-bottom: 73px;
 }
 
  .image-aboutus-sm-banner {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(../images/banner/bannerofcontact.jpg));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 30px;
    padding-bottom:30px;
 }
.lg-text {
    font-size:35px;
    font-weight: 600;
    text-transform: none;
    color:#fff;
}
.image-aboutus-para {
    color:#fff;
    padding-left: 30px;
}
.image-aboutus-para a{
    color:#fff;
   font-size: 18px; 
}


.section-banner{

}


   .image-services-banner {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(../images/banner/proservices.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
   padding-top: 2px;
    padding-bottom: 73px;
 }
 
  .image-services-sm-banner {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(../images/banner/proservices.jpg ));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 30px;
    padding-bottom:30px;
 }
.lg-text {
    font-size:52px;
    font-weight: 600;
    text-transform: none;
    color:#fff;
    padding-top: 20px;
}
.image-contactus-para {
    color:#fff;
    padding-left: 30px;
}
.image-contactus-para a{
    color:#fff;
   font-size: 18px; 
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 50px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-top: 50px
}
.well input {
	background: #fff;
}
.well .form-groupwell-sm label{
	background: #fff;
}
textarea.form-control {
    height: auto;
    background-color: #fff;
}
.pad-4-label{
	background-color: #fff;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 50px;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 25px;
    text-align: justify;
}
address p .i{
	color: #000;
}
.icon-contact{
    color: #000;
}
.icon-contact p{
   padding-left: 30px;
}
.icon-contact p i{
   position: absolute;
   left: 14px;
   font-size: 20px;
}
.copyright p  a{
   
    color: #ffffff;
}
.image-aboutus-para a{
	text-decoration: none;
	/*color: ##2f3192;*/
}
.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 100vh;
    background-color: #fff;
}
	section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}
.text_custom {
    color: #000;

}
.about_icon i {
    font-size: 22px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: #00bd2a;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

.about_header_main .about_heading {
    max-width: 450px;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
   
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}
 span .text_custom{
    color: #2f3192;
}
.aboutus-section{
   margin-top: -38px;
    margin-bottom: 30px;
}
.aboutus-section h1{
font-size: 30px;
color: #2f3192;
text-align: center;
font-weight: bold;
}
.aboutus-section-line{
	margin-top: -10px;
}
.text-muted {
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    
}
.about-img{
	margin-top: 30px;
}
.about-last{

}
.about-last p{
	font-size: 16px;
	color: #000;
	text-align: center;
	font-weight: bolder;
	padding-top: 10px;
}
.btn-primary {
    color: #fff;
    background-color: #2f3192;
    border-color: #2e6da4;
    padding-top: 0px !important;
    line-height: 1;
    padding-bottom: 12px;
}
 .image-aboutus-banner-1 {
    background: /*linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)),*/ url(../images/banner/aboutus-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
   padding-top: 2px;
    padding-bottom: 73px;
 }
 
  .image-aboutus-sm-banner-1 {
    background: /*linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)),*/ url(../images/contact-us-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 30px;
    padding-bottom:30px;
 }



 .whatsup{

}
.whatsup p{

}
.whatsup  i{
  font-size: 30px;
  color: #4cc259;
  padding-right: 9px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
  
    border: 1px solid #ddd;
    background: #2f3192;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.list-group-item a{
  color: #fff;
  font-size: 16px;
    font-weight: bold;
}
.panel-default > .panel-heading {
    color: #ffffff;
    background-color: #2f3192;
    border-color: #ddd;
}
.product-title h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
}


.product-title h4{
  font-family: 'Open Sans', sans-serif
}



.signup {
 padding: 0px 25px 25px;
    background: #fff;
    box-shadow: 0px 0px 0px 5px rgba( 255,255,255,0.4 ), 0px 4px 20px rgba(0, 0, 0, 0.4);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*display: block;
    position: static;*/
}
.form-group1 input {
    background: #f5f5f5;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 10px;
   width: 100%;
    margin-bottom: 20px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    clear: both;
    font-size: 16px;
}
.form-group1 textarea {
    background: #f5f5f5;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 10px;
   width: 100%;
    margin-bottom: 20px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    clear: both;
    font-size: 16px;
}
.signup .header {
    margin-bottom: 20px;
}

.signup .header h3 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-top: 30px;
}

.signup .header p {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 300;
}

#signup .sep {
    height: 1px;
    background: #e8e8e8;
  
    margin: 0px -25px;
}

.signup .inputs {
    margin-top: 25px;
}

.signup .inputs label {
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 7px;
    display: block;
}

input::-webkit-input-placeholder {
    color:    #b5b5b5;
}

input:-moz-placeholder {
    color:    #b5b5b5;
}
.signup .inputs input[type=Name], input[type=password] {
    background: #f5f5f5;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 10px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    clear: both;
    font-size: 16px;
}

.signup .inputs input[type=Name]:focus, input[type=Product]:focus {
    background: #fff;
    box-shadow: 0px 0px 0px 3px #fff38e, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 );
    outline: none;   
}
.signup .inputs input[type=email], input[type=Product] {
    background: #f5f5f5;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 10px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    clear: both;
    font-size: 16px;
}

.signup .inputs input[type=email]:focus, input[type=Product]:focus {
    background: #fff;
    box-shadow: 0px 0px 0px 3px #fff38e, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 );
    outline: none;   
}
.signup .inputs input[type=PhoneNo], input[type=Product] {
    background: #f5f5f5;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 10px;
   width: 100%;
    margin-bottom: 20px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    clear: both;
    font-size: 16px;
}

.signup .inputs input[type=PhoneNo]:focus, input[type=Product]:focus {
    background: #fff;
    box-shadow: 0px 0px 0px 3px #fff38e, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 );
    outline: none;   
}


.signup .inputs input[type=Message], input[type=Product] {
    background: #f5f5f5;
    font-size: 0.8rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 13px 10px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    clear: both;
    font-size: 16px;
}

.signup .inputs input[type=Message]:focus, input[type=Product]:focus {
    background: #fff;
    box-shadow: 0px 0px 0px 3px #fff38e, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 );
    outline: none;   
}

.signup .inputs .checkboxy {
    display: block;
    position: static;
    height: 25px;
    margin-top: 10px;
    clear: both;
}

.signup .inputs input[type=checkbox] {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

.signup .inputs label.terms {
    float: left;
    font-size: 14px;
    font-style: italic;
}

.signup .inputs #submit {
    width: 100%;
    margin-top: 20px;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
        background: -moz-linear-gradient(
        top,
        #b9c5dd 0%,
        #a4b0cb);
    background: -webkit-gradient( linear, left top, left bottom, from(#2f3192), to(#2f3192));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #737b8d;
    -moz-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    text-shadow:
        0px 1px 3px rgba(000,000,000,0.3),
        0px 0px 0px rgba(255,255,255,0);
    display: table;
    position: static;
    clear: both;
    transition: all 0.8s ease-in-out;
}

.signup .inputs #submit:hover {
    background: -moz-linear-gradient( top, #a4b0cb 0%, #b9c5dd);
    background: -webkit-gradient( linear, left top, left bottom, from(#000000), to(#000000));
}
.panel-body ul li{
  font-size: 16px;
}


.text-1 {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.thumbnail {
  
  padding:0;
}
.text-1{
  font-weight: 600;
  font-size: 14px;
}
.text-1 h3 {
  margin: 0;
    font-size: 16px;
  padding-bottom: 7px;
    font-weight:600;
    padding: 5px
}
.text-1 p{
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  padding-top: 30px;
  font-weight: normal;
}




.our-product-1{
padding-bottom: 20px;
padding-top: 40px;
}
.our-product-1 h1{
  text-align: center;
  color: #2f3192;
  font-size: 30px;
  font-weight: bold;
  margin:0;
}
.our-product-1 p{
  text-align: center;
}





.overlay-1 {
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    background-color: rgba(47,49,146,0.7);
    overflow: hidden;
    width: 97%;
    height: 30%;
    transition: .5s ease;
     margin-left: 4px; 
}
.productbox:hover .overlay-1 {
  height: 96%;
}

 <style>
        /* jssor slider loading skin spin css */
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from {
                transform: rotate(0deg);
            }

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

   
.newproduct-1{
  padding-top: 50px;
  padding-bottom: 50px;
}


  

}
.newpro {
  position: relative;
 
}



.newpro .content {
  position: absolute;
  bottom: 13px;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 93%;
  padding: 20px;
  height: 32%;

   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.69);
 }
.newpro img{
  
  border: none;
  color: white;
 
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  opacity: 0.8;
 border: 1px solid #ddd;
  border-radius: 4px;
   padding: 5px;
   width: 359px;
   height: 272px;
    transition: transform .2s;
  /*transition: 0.3s;*/
}
.newpro img:hover {opacity: 1;}
 .newpro img:hover{
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.69);
 
}



.content h1{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: -webkit-match-parent;

}




.gallery {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  clear: both;
  padding: 0;
}

.gallery ul.images {
  list-style-type: none;
  border: none;
  padding: 10px;
 
  border-radius: 5px;
}

.gallery ul.images li.image {
  display: inline;
  line-height: 0;
  padding: 0;
}

.block {
  display: inline-block;
  background-color: #ccc;
  border-radius: 5px;
  padding: 8px;
}

pre {
  background-color: #eee;
  border-radius: 5px;
  padding: 8px;
  clear: both;
}

img {
  border: none;
}

.highlight {
  color: red;
}
.section-banner{

}


   .image-product-banner {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(../images/banner/product1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
   padding-top: 2px;
    padding-bottom: 73px;
 }
 
  .image-product-sm-banner {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(../images/banner/product1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 30px;
    padding-bottom:30px;
 }
.lg-text {
    font-size:35px;
    font-weight: 600;
    text-transform: none;
    color:#fff;
}
.image-product-para {
    color:#fff;
    padding-left: 30px;
}
.image-product-para a{
    color:#fff;
   font-size: 18px; 
}


.section-banner{

}


   .image-prod2-banner {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(../images/banner/product2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
   padding-top: 2px;
    padding-bottom: 73px;
 }
 
  .image-prod2-sm-banner {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(../images/banner/product2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 30px;
    padding-bottom:30px;
 }
.lg-text {
    font-size:35px;
    font-weight: 600;
    text-transform: none;
    color:#fff;
}
.image-prod2-para {
    color:#fff;
    padding-left: 30px;
}
.image-prod2-para a{
    color:#fff;
   font-size: 18px; 
}

.section-banner{

}


   .image-enquiry-banner {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(../images/banner/enquiry.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
   padding-top: 2px;
    padding-bottom: 73px;
 }
 
  .image-enquiry-sm-banner {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(../images/banner/enquiry.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 30px;
    padding-bottom:30px;
 }
.lg-text {
    font-size:35px;
    font-weight: 600;
    text-transform: none;
    color:#fff;
}
.image-enquiry-para {
    color:#fff;
    padding-left: 30px;
}
.image-enquiry-para a{
    color:#fff;
   font-size: 18px; 
}



.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}

.newimg{
  position: relative;
 

}

.boxcont a{
  position: relative;
}
.overlapp{
  position: absolute;
  z-index: 99999;
}


.overlapp {
  visibility: visible;
}


.navbar-default .navbar-nav > li > a.active{
  background-color: #fff;
  color: #000;
}

.top-header-right-2 li{
  color: #fff;
  font-size: 27px;
}

.top-header-right-2 a{
  color: #fff;
}

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
  background-color: #2f3192;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index:9999;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
   background-color: #2f3192;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.socail a{
  color: #fff;
  font-size: 27px;
  padding-left: 10px;
}


.finished-product{
}
.finished-product h1{
  text-align: center;
  color: #2f3192;
  font-size: 30px;
  font-weight: bold;
  
}
.finished-product p{
  text-align: center;
}
.image-aboutus-para {
    color: #fff;
    padding-left: 30px;
    font-size: 17px;
}
.spacing{
  margin-bottom: 30px;
}
.category{

}


.category{
}
.category h1{
  
  color: #2f3192;
  font-size: 30px;
  font-weight: bold;
  
}
.count
{
display:none;
}

.fancybox-navigation .fancybox-button--arrow_left {
   
    left: 49rem !important;
      background: #092386 !important;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 49rem !important;
      background: #092386 !important;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #fff !important;
    cursor: default;
    font-weight: bold;
    background: #092386 !important;
}

@media screen and (min-width: 767px){
   .fancybox-navigation .fancybox-button--arrow_left {
   
    left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px;
}
 
}

@media only screen and (max-width:1200px){
    
      
}

@media only screen and (max-width:1024px){
    .about-us {
    margin-top: -22px;
}
}
@media only screen and (max-width:990px){
    
}

@media only screen and (max-width:900px){
    
}

@media only screen and (max-width:768px){
    
}


@media only screen and (max-width:767px){
    .call-us-now-right .input-group-addon {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    background-color: #2f3192;
    border: 1px solid #ccc;
    border-radius: 4px;
}
    .call-us-now-right .input-group .form-control {
  
     height: 49px;
    background-color: #ffffff;
}
   .line {
    display:none;
}

.our-product p {
    text-align: center;
    display: none;
}
    .about-us-left {
    height: 470px;
    margin-left: 0px;
  }
    
    .fancybox-navigation .fancybox-button--arrow_left {
    left: 0rem !important;
    background: #092386 !important;
}
    
    .fancybox-navigation .fancybox-button--arrow_right {
    right: 0rem !important;
    background: #092386 !important;
}
    .signup .inputs input[type=Name], input[type=password]{
        width: 100%;
    }
    .signup .inputs input[type=email], input[type=Product]{
           width: 100%;
    }
    .signup .inputs input[type=Message], input[type=Product]{
         width: 100%;
    }
    .signup .inputs input[type=PhoneNo], input[type=Product]{
     width: 100%;
    }
    .signup .inputs input[type=Message], input[type=Product]{
       width: 100%;
    }
    .woocommerce img, .woocommerce-page img{
        width:100%;
    }
    .footer-bottom ul li img{
        display:none;
    }
   .footer-right p i {
    position: absolute;
    left: 6px;
} 
.call-us-now {
    /* min-height: 248px; */
    background-color: #eaebfa;
    margin-top: -21px;
    padding-bottom: 20px;
}
  .carousel {
    height: 300px !important;
    margin-bottom: 60px;
}  
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  height: 300px !important;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 300px !important;
}
.carousel .item {
    /* height: 500px; */
    background-color: #777;
    min-height: 300px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 40%;
    left: 15%;
    z-index: 10;
     padding-top: 0px; 
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption h1 {
    text-align: justify;
    font-weight: bolder;
    font-style: italic;
    font-size: 25px;
}
}

@media only screen and (max-width:600px){
    .search {
    padding-top: 30px;
    float: right;
    max-width: 262px;
    /* max-width: 100%; */
}
.logo img{
     width: 75%;
}
.logo {
 padding-top: 10px;
}
.text h3 {
    margin: 0;
    font-size: 13px;
    padding: 1px 30px 9px 30px;
    font-weight: 600;
}
.carousel-caption h1 {
    text-align: justify;
    font-weight: bolder;
    font-style: italic;
    font-size: 16px;
}
carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 48%;
    left: 15%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
}
@media only screen and (max-width:480px){
    
    .new-plus p {
    position: absolute;
    right: 0px;
    bottom: 24rem;
    font-size: 13px;
    background: #2f3192;
    padding: 7px 12px;
    padding-bottom: 11px;
}
    .logo img{
     width: 100% !important;
}
    .search {
    padding-top: 129px;
    float: right;
    padding-bottom: 30px;
    /* width: 100%; */
    max-width: 100%;
}
.logo {
    /* width: 236px; */
    float: left;
    position: absolute;
    /* z-index: 9999; */
    left: 25%;
    padding-top:20px;
}
 .carousel {
    height: 200px !important;
    margin-bottom: 60px;
}  
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  height: 200px !important;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 200px !important;
}
.carousel .item {
    /* height: 500px; */
    background-color: #777;
    min-height: 200px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 60%;
    left: 15%;
    z-index: 10;
     padding-top: 0px; 
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption h1 {
    text-align: justify;
    font-weight: bolder;
    font-style: italic;
    font-size: 15px;
    line-height: 12px;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 10px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.text h3 {
    margin: 0;
    font-size: 13px;
    padding: 1px 30px 9px 30px;
    font-weight: 600;
}
.about-us-left {
    height: 383px;
    margin-left: 0px;
}
.about-us-right {
    height: auto;
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 5px #888888;
     margin-top: 0px; 
    background-color: #fff;
    /* margin-left: -76px; */
    max-width:100%;
}
.top-header-right-1 ul li {
    display: block;
    margin-right: 11px;
    padding-top: 3px;
}
.top-header-right-1 {
    float: none;
    padding-top: 7px;
}
.newpro .content {
   
    bottom: 13px;
     height: auto; 
  
}
}
@media only screen and (max-width:420px){
    .call-us-now-left span {
    color: #ea0505;
    font-size: 19px;
    font-weight: bold;
}
   .new-plus p {
    position: absolute;
    right: 0px;
    bottom: 17rem;
    font-size: 12px;
    background: #2f3192;
    padding: 4px 12px;
    padding-bottom: 11px;
} 
.top-header-right-1 ul li a {
    font-size: 13px;
   color: #ffffff !important;
    text-decoration: none;
    padding-left: 10px;
    font-weight: 600;
}
}


@media only screen and (max-width:320px){
  .logo {
    /* width: 236px; */
    float: left;
    position: absolute;
    /* z-index: 9999; */
    left: 18%;
    padding-top: 20px;
}  
.carousel-caption h1 {
    text-align: justify;
    /* font-weight: bolder; */
    font-style: italic;
    font-size: 12px;
    line-height: 12px;
}
.content h1 {
    font-size: 13px;
   
}
.new-plus p {
  
    bottom: 12rem !important;
   font-size: 11px !important;
    
 
}
}



.call-us-now-right .input-group-addon a{
    color: #fff;
}

.call-us-now-right .input-group-addon:hover{
     background: #000;
     text-decoration: none;
}
#plus{
    
}
.new-plus{
    /*position: relative;*/
}
.new-plus p{
   position: absolute;
    right: 0px;
    bottom: 20rem;
    font-size: 13px;
    background: #2f3192;
    padding: 5px 8px;
    padding-bottom: 11px;
}
.new-plus p span{
 font-size: 23px;
 margin: 7px;
  
}
.search .input-group input{
    background: #808299 !important;
}
.top-header-right-2 ul li i{
    font-size: 15px;
}


