


body{
    font-size:16px;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
    background: #f3f3f3;
    font-weight: 400;
}
 h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}      
p{
    margin:0;
}
a:hover{
    text-decoration:none;
}
ul {
    padding-left: 0;
}
li {
    list-style: none;
}
.d-none{
        display: block !important;
    }
button:focus{
    outline: 0;
}
.btn-lg {
    padding: .12px 3rem;
}
.center-contener{
    height:auto;
    width:60%;
    margin:auto;
}
.mt-20{
    margin-top: 20px;
}
.mb-30{
    margin-bottom:30px;
}
.border-right {
    border-right: 1px solid #fff;
}
.d-none-lg{
    display: none;
}
nav.fixed-top{
    background:url(../img/navigation-bg.jpg);
    position:fixed;
    width:100%;
    left:0;
    top:0;
    height:auto;
    -webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,1);
    -moz-box-shadow:0 2px 10px 0 rgba(0,0,0,1);
    box-shadow:0 2px 10px 0 rgba(0,0,0,1);
    z-index:451;
    padding: 12px 20px 6px 40px;
}
.navbar-brand img {
    width: 130px;
}
.dropdown:hover .dropdown-menu{
    display:block
}

nav ul li{
    margin-left:10px ;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 20px;
    color: #555;
}
#myModal .modal-footer{
    display:none;
}
.navbar-nav li.nav-item{
    border-bottom: 5px solid transparent;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color:#ed2228!important;
}
/*.navbar-default .navbar-nav>.active>a{
    background:0;
}*/
.navbar-nav li.nav-item:hover, .navbar-nav li.nav-item.active {
    border-bottom: 5px solid #ed2228;
    background: 0;

}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #555;
}
.dropdown-menu{top:110%;left:0!important}
.dropdown-menu li:hover{
    border:0;
}
.dropdown-menu a{
    padding:5px 10px;
    /*font-size: 20px;*/
}
.dropdown-menu a:hover{
    color:#ed2228;
}
.navbar-brand figcaption {
    font-size: 8px;
    position: absolute;
    bottom: 2px;
    text-transform: capitalize;
    left: 53px;
    color: #000;
    font-weight: 100;
    /*font-family: 'Myriad Pro';*/
}
.navbar-brand {
    margin-right: 9rem;
    position: relative;
}
.dropdown-toggle::after {
    display: none;
}
.mobile-respons{
    display: none;
}
nav .dropdown-menu{
    margin: 0;
}
.no-pad{
    padding:0!important;
}
.no-top-pad{
    padding-top:0!important;
}
.logo{
    float:left;
    width:20%;
    height:auto;
    margin-top:20px;
    position:absolute;
}
.company-number{
    width:80%;
    height:50px;
    float:right;
    background:0;
    text-align:right;
    padding-top:20px;
    /*font-family:'oswaldlight';*/
    font-size:18px;font-weight:600;padding-right:7px}
.nav-btn.pull-right.mobile-respons {
    display: none;
}
.nav-btn {
    padding: 1px 16px;
    font-size: 18px;
    display: block;
    background: #ec2028;
    color: #fff !important;
    border: 1px solid #ec2028;
    border-radius: 23px;
    margin-top: 8px;
}
.nav-btn i {
    font-size: 18px;
}
.navbar-toggler {
    padding: .15rem .45rem;
    background-color: #ec2c33;
    border: 1px solid #ec2c33;
}

/*.section-heading {
    font-size: 28px;
    font-weight: 500;
    margin: 35px 0;
    color: #383838;
    text-transform: uppercase;
    display: inline-block;
    background: #ff9e49;
    padding: 7px 20px;
}*/
.section-heading {
    font-size: 28px;
    /*font-weight: 700;*/
    text-align: center;
    margin: 0 auto;
    color: #383838;
    text-transform: uppercase;
    display: table;
    background: #ff9e49;
    padding: 7px 20px;
    margin-top: 60px;
    margin-bottom: 50px;
}
section.breadcrum {
    /*margin: 30px 0;*/
    position: relative;
}
.breadcrum .top-banner{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}
.breadcrum .app-title{
    background: rgba(29, 29, 29, 0.5);
    display: inline-block;
    width: 315px;
    padding: 5px;
}
.breadcrum .app-title, .breadcrum .sub-app-title {
    position: absolute;
    bottom: 48px;
    left: 0;
    right: 0;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-box-direction: normal; */
    -ms-flex-direction: column;
    /* flex-direction: column; */
    /* text-align: center; */
    margin: 0 46px;
    padding-left: 10px;
}
h2.app-title {
    color: #fff;
    /*font-weight: bold;*/
    border-left: 4px solid #ec2b32;
    font-size: 31px;
    text-transform: uppercase;
}
/*----Home section----*/
#home {
	padding: 22px 0 0px;
    /*height: 500px;*/
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: none;
}
.carousel .carousel-item img {
    width: 100%;
    display: block;
}
.slider-content {
    position: absolute;
    top: 140px;
    text-align: left;
}
.slider-content.left{
    left: 6%;
}
.slider-content.right{
    left: 58%;
}
h1.slide-heading {
    background: #fb3e45;
    color: #fff;
    font-size: 30px;
    padding: 5px 28px;
    letter-spacing: 5px;
    line-height: 30px;
    margin-bottom: 26px;
}
h5.slider-sub-heading {
    font-size: 24px;
    text-align: left;
    line-height: 38px;
    /*font-weight: 600;*/
    letter-spacing: 5;
}
h5.slider-sub-heading span.para {
    display: block;
    font-size: 18px;
    /*font-weight: 500;*/
}
.carousel-indicators li {
    background-color: rgb(237, 34, 40);
}
/*.carousel-indicators .active{
    background-color: rgb(239, 142, 145);
}*/
.carousel-indicators {
    bottom: 15px;
}
#home .video-play-button {
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 22px;
    border-radius: 50%;
    padding: 0;
    top: 226px;
    right: 147px;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #dc3545;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    left: 3px;
}
#home .video-play-button span>i {
    display: block;
    position: relative;
    z-index: 3;
    color: #dc3545;
    /*font-weight: 800;*/
    font-size: 22px;
    line-height: 21px;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 200ms;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*----About----*/
/*section.about {
    background: #e9e9e9;
}*/
/*.about-text {
    padding: 0px 10px 30px 30px;
}*/
.about-img {
    background: url('../img/slider-01.jpg');
    background-position: 100%;
    background-size: cover;
}
.about-dec p {
    margin: 20px 0;
    text-align: justify;
}
.about-dec.text-left p {
    margin: 20px 0;
    text-align: justify;
}

.downnload-btn {
    background: #f93338;
    padding: 9px 15px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 4px solid #d00d12;
    color: #fff;
}
/*---Product---*/
/*.products{
	text-align: center;
}
.product-item {
    box-shadow: 0 17px 30px rgba(208, 208, 208, 0.3);
    margin: 30px 0;
    border: 1px solid #ececec;
}
.product-item img {
    width: 100%;
    border-bottom: 1px solid #e0dbda;
}
.product-item h3 {
    font-size: 19px;
    margin: 10px 0 1px;
    font-weight: 600;
    color: #d33027;
}
.product-item p {
    padding: 10px 0;
}
.product-item:hover {
    box-shadow: 1px 8px 17px rgb(247, 209, 207);
    background: #fff;
}
.col-xs-6{
	width: 50%;
}*/
/*New Styling of product*/
.bg {
    background: #fff;
    padding: 40px 8px 10px;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
}
section.products {
    margin: 40px 0;
}
.product-img {
    background: #e4e4e4;
    width: 100%;
    box-shadow: 0px 6px 6px #b1b1b1;
}
.products .product, .events .event {
    border: 1px solid #ececec;
    box-shadow: 0 17px 30px rgba(148, 146, 146, 0.3);
    width: 100%;
    /*height: 246px;*/
    margin: 20px 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.product .text {
    padding: 12px 5px 0 20px;
}
.product .text h3 {
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 18px;
    color: #d33027;
}
/*p>span.subtitle {*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    width: 155px;*/
/*    float: left;*/
/*}*/
.product .text p>span {
    margin: 12px 0;
    font-weight: 600;
}
.product .text p, .events .event p {
    margin-bottom: 10px;
    color: #5f5f5f;
    font-weight: 100;
    font-size: 15px;
}
.product .text i {
    color: #ff545a;
    font-weight: 100;
    font-size: 18px;
    margin-left: 10px;
}
/*---Application---*/

.application {
    margin: 48px 0 20px;
    padding: 0 10px;
}
.application-box, .about-box {
    margin-bottom: 40px;
}

.app-block {
    position: relative;
    padding: 22px 5px;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 0 9.9px 0.1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 9.9px 0.1px rgba(0, 0, 0, 0.35);
}
.app-block:hover {
    background: #4e54c8; 
    background: -webkit-linear-gradient(-45deg, #4e54c8, #8089ff); 
    background: -moz-linear-gradient(-45deg, #4e54c8, #8089ff);
    background: -o-linear-gradient(-45deg, #4e54c8, #8089ff);
    background: linear-gradient(-45deg, #f67b7f, #fe9d49);

    
}

.app-block:hover img{
    border-radius: 11px;
}
.app-block .item-icon img {
    display: inline-block;
    background: #fbfbfb;
    line-height: 90px;
    color: #4e54c8;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
}
.app-block .item-text h3 {
    font-size: 18px;
    margin-bottom: 14px;
}
/*----About Page----*/

section.about-page {
    padding: 0px 0 80px;
}
.breadcrum.abt {
    margin: 0px 0;
}
.breadcrum .top-banner.abt {
    background: url(../img/app-banner/about-banner.jpg) left center no-repeat;
    background-size: 100%;
    margin-top: 80px;
    margin-bottom: 0;
}
.about-body {
    padding: 20px;
}
.brochure-btn {
    margin: 27px 10px 40px;
}
.about-block .item-icon {
    width: 65px;
    height: 65px;
    display: inline-block;
    background: #d4d6ff;
    border: 2px inset #5f66e6;
    border-radius: 50%;
    margin-bottom: 2px;
}
.about-block:hover .item-icon{
    border: 2px outset #5f66e6;
}
.about-block .item-icon i {
    line-height: 66px;
    font-size: 35px;
    color: #565bbb;
}
.about-block {
    position: relative;
    padding: 10px 0px;
    background: #fff;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 0 9.9px 0.1px rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 1.9px 0.1px rgba(0, 0, 0, 0.09);
}
.about-block:hover {
    background: #4e54c8;
    background: -webkit-linear-gradient(-45deg, #4e54c8, #8089ff);
    background: -moz-linear-gradient(-45deg, #4e54c8, #8089ff);
    background: -o-linear-gradient(-45deg, #4e54c8, #8089ff);
    background: linear-gradient(-45deg, #1c3eb5, #95aafb);
    color: #fff;
    -webkit-box-shadow: 0 0 9.9px 0.1px rgb(134, 160, 251);
    box-shadow: 0 1px 9.9px 0.1px rgb(134, 160, 251);
    border: 0;
}

.about-block:hover img{
    border-radius: 11px;
}
.about-block .item-icon img {
    display: inline-block;
    background: #fbfbfb;
    line-height: 90px;
    color: #4e54c8;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
}
.about-block .item-text {
    height: 210px;
    /*overflow: auto;*/
    padding: 10px;
}
.about-block .item-text h3 {
    font-size: 22px;
    margin-bottom: 14px;
}
.about-feature {
    margin: 40px 0;
    background: #f3e8e9;
}
.features-logo {
    padding: 20px 0 40px;
}
.features-logo img {
    width: 200px;
}
.about-feature .features {
    padding: 20px;
    text-align: center;
}
.features .feature {
    margin-bottom: 30px;
}
.features .feature img {
    width: 68px;
}
.features .feature h2 {
    font-size: 22px;
    margin: 16px 0;
}
/*---Clients Page---*/
/*.clients {
    padding: 20px 0;
}*/
.breadcrum .top-banner.clients {
    background-image: url(../img/app-banner/client-banner.jpg);
    margin-bottom: 0;
}
.client.border-r-b {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.client.border-b{
    border-bottom: 1px solid #eee;
    padding-top: 0;
}
.clients blockquote{
  font-size: 1.4em;
  margin:50px auto;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left: 8px solid #ff545a;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}
.clients .shadow-lg{
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
}
.clients blockquote::before{
  content: "\201C";
  color: #ff545a;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

.clients blockquote::after{
  content: '';
}
.clients .client {
    text-align: center;
    /*padding: 15px;*/
}
.clients .client {
    position: relative;
    width: 200px;
    height: 180px;
    overflow: hidden;
}
.client-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.client-img img {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    width: 100%;
    height: auto;
}
.clients .client:hover .client-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*---Gallery Page---*/
.breadcrum .top-banner.gallery {
    background-image: url(../img/app-banner/events.png);
    margin-bottom: 0;
}
/*Event*/


.events .event {
    height: 109px;
    background: #0a4196;
    color: #fff;
    box-shadow: 0 6px 28px rgb(193, 216, 251);
}

.events .event img {
    width: 136px;
    border-right: 5px solid #196cec;
    border-radius: 0 9px 9px 0;
}
.events .event .exhib-details {
    margin: 0;
    padding-left: 9px;
}
.events .event .exhib-details h4{
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 12px;
}
.events .event .exhib-details p{
    color: #b2cdf5;
    margin-bottom: 2px;
    font-size: 14px;
}
/*Gallery*/
#image-gallery .modal-body{
padding: 0;
}
#image-gallery-image {
    padding: 0;
}
/*----About Page----*/

section.contact-us {
    padding: 50px 0 80px;
}
.breadcrum.contact {
    margin: 0px 0;
}
.breadcrum .top-banner.contact {
    background: url(../img/app-banner/contact-bg.jpg) left center no-repeat;
    background-size: 100%;
    margin-top: 80px;
}
.contact-des {
    margin: 25px 0 12px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ec8084;
    width: 100%;
}
.txt1, .txt2  {
    margin-left: 12px;
    display: block;
}
.txt1 {
    font-size: 18px;
    line-height: 1.2;
    color: #e82128;
    margin-bottom: 11px;
}

.ico {
    color: #ef4c53;
    text-align: center;
    line-height: 66px;
    font-size: 33px;
}
.contact-us #contactform {
    margin-top: 29px;
    margin-left: 48px;
    border-radius: 5px 0 0 5px;
    z-index: 20;
    padding: 28px 20px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    background-image: linear-gradient(120deg, #fba7a9 0%, #ec2028 100%);
}
/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#contactform h2 {
    font-size: 27px;
    margin-bottom: 28px;
    color: #fff;
}
/*---Products---*/
section.product-page {
    /*padding: 28px 0 0;*/
}
.breadcrum .top-banner {
    height: 210px;
    margin: 50px 0;
}
.breadcrum .product .app-title {
    bottom: 75px;
}

.breadcrum  h4.sub-app-title {
    bottom: 45px;
    font-size: 16px;

}
.breadcrum .top-banner.product {
    background: url(../img/app-banner/products.jpg) left center no-repeat;
    background-size: 100%;
    margin-top: 40px;
    margin-bottom: 0px;

}
.product-description p {
    text-align: justify;
    margin-bottom: 10px;
}
.product-img {
    background: #e4e4e4;
    width: 100%;
    box-shadow: 0px 6px 6px #b1b1b1;
}

.product-page .tab-section {
    padding: 25px 0px;
}
.product-page .tab-section .tab-pane {
    padding: 20px ;
}
.product-page .nav-tabs .nav-item {
    width: 50%;
    background: #424ae0;
}

.product-page.sigma .nav-tabs .nav-item{
    width: 33%;
}
.product-page .nav-tabs .nav-link.active {
    color: #424ae0 !important;
    background-color: #fff;
    border-color: #424ae0 #424ae0 #424ae0;
}
.product-page .nav-tabs .nav-link.active:focus, .product-page .nav-tabs .nav-link:focus {
    color: initial;
}
/*.product-page .nav-tabs .nav-link:focus {
    color: #fff;
}*/
.product-page .nav-tabs .nav-link {
    color: #fff;
}
.product-page .nav-tabs .nav-link:hover {
    border-color: #424ae0 #424ae0 #424ae0;
    color: #fff;
}

.list-style li {
    line-height: 26px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.list-style li:before{
    content: '';
    position: absolute;
    left: 4px;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #4e54c8;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 2;
}
.list-style li:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: rgba(78,84,200,0.35);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 1;
}
.list-style li:hover{
    padding-left: 40px;
}
.product-page p.feature {
    width: 100%;
    background: #a8abef;
    padding: 5px;
    font-size: 18px;
}
/*---Application page---*/
.application-page {
    margin-bottom: 20px;
}
.breadcrum .top-banner.healthcare {
    background: url(../img/app-banner/app-banner-8.jpg) left center no-repeat;
    margin: 80px 0 40px;
    background-size: cover;
}
.breadcrum .top-banner.personal-care {
    background: url(../img/app-banner/app-banner-6.jpg) left center no-repeat;
    margin: 80px 0 40px;
    background-size: cover;
}
.breadcrum .top-banner.dairy {
    background: url(../img/app-banner/app-banner-2.jpg) left center no-repeat;
    margin: 80px 0 40px;
    background-size: cover;
}
.breadcrum .top-banner.petro-chem {
    background: url(../img/app-banner/app-banner-1.jpg) left center no-repeat;
    margin: 80px 0 40px;
    background-size: cover;
}
.breadcrum .top-banner.agro-chem {
    background: url(../img/app-banner/app-banner-11.jpg) left center no-repeat;
    margin: 80px 0 40px;
    background-size: cover;
}
.breadcrum .top-banner.agro-chem {
    background: url(../img/app-banner/app-banner-11.jpg) left center no-repeat;
    margin: 80px 0 40px;
    background-size: cover;
}
.breadcrum .top-banner.food {
    background: url(../img/app-banner/app-banner-3.jpg) left center no-repeat;
    margin: 80px 0 40px;
    background-size: cover;
}
.breadcrum .top-banner.confectionery {
    background: url(../img/app-banner/app-banner-10.jpg) left center no-repeat;
    margin: 80px 0 40px;
    background-size: cover;
}
.breadcrum .top-banner.speciality-chem {
    background: url(../img/app-banner/app-banner-4.jpg) left center no-repeat;
    margin: 80px 0 40px;
    background-size: cover;
}
.application-page .application-title {
    margin: 28px 0;
}
.application-description p {
    text-align: justify;
    padding: 0 4px;
    margin-bottom: 20px;
}

/*---Footer---*/
footer {
    background: #616161;
    z-index: 5;
    position: relative;
    color: #eee;
}
footer .address,  footer .links{
    padding: 38px 38px 0;

}
footer .address h2,  footer .links h2{
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.media-icon li {
    padding-left: 40px;
    position: relative;
}
.media-icon li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    color: #ff545a;
    font-weight: normal;
    line-height: 24px;
}
footer p {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 200;
}
#home .links {
    display: none;
}
.foot-link {
    background: #ff545a;
    color: #fff;
    border-radius: 20px 20px 0 0;
   
}
.app-footer{
    /*border-top:1px solid #ccc;*/
    border-bottom:1px solid #ccc;
    padding:10px 0;
     margin-top: 28px;
}
.app-footer p{
    margin:15px 0;
}
.links li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 4px;
}
/*fixed button*/
.feedback {
    color: white;
    padding: 4px 20px;
    border-radius: 3px
    font-size: 20px;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 4px;
    right: 111px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #ec2028;
    color: white;
    cursor: pointer;
    /* padding: 12px; */
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
#fixed{
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 20;
    display: none;
}
.product-page #fixed{
    display: none;
}
#formFixed {
    display: none;
    position: fixed;
    bottom: 58px;
    /*right: 0px;*/
    width: 265px;
    z-index: 0;
    padding: 20px 11px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    /*background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);*/
    background-image: linear-gradient(120deg, #fba7a9 0%, #ec2028 100%);
}
#formFixed .title>p {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
}
#formFixed .form-group {
    margin-bottom: 10px;
}
/*#myform {*/
/*    text-align: center;*/
/*}*/
#formFixed .form-control {
    padding: 2px 2px;
    height: 28px;
    border: 1px solid #ffffff;
}
.form-control {
    font-size: 12px;
}
label.error.valid {
    display: none !important;
}
.links a {
    color: #ff6b71;
    font-weight: 500;
    /*font-size: 16px;*/
}

footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

footer .social-links a:hover, footer .social-links a:focus{
    background: #ff545a;
    color: #eee;
    /*padding-top: 2px;*/
}

/*Responsive*/
@media screen and (max-width:1440px){
    /*#formFixed {
        right: 29px;
        width: 336px;
    }*/
}
@media screen and (max-width:1024px){
    .products .product{
        height: 246px;
    }
    .product-page .nav-link {
        padding: 6px 10px;
    }
    p>span.subtitle {
        white-space: initial;
        overflow: inherit;
        text-overflow: ellipsis;
        width: inherit;
        float: none;
    }
    .navbar-brand {
    margin-right: 8rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        padding: 0px 9px;
        line-height: 52px;
        /*font-size: 16px;*/
    }
    .nav-btn {
        font-size: 18px;
        margin-top: 12px;
    }
    nav ul li {
        margin-left: 4px;
    }
    nav.fixed-top{ 
        padding: 12px 20px 6px 11px;
    }
    .navbar-brand img {
        width: 100px;
    }
    nav.fixed-top {
        height: 73px;
    }
    .navbar-brand figcaption {
        bottom: 0px;
        left: 40px;
    }
    
    .products .product img {
    width: 147px;
    }
    
    .events .event img {
        width: 128px;
    }
    .events .event {
        height: 121px;
    }
    .slider-content {
        top: 55px;
    }
    #formFixed {
        width: 231px;
        right: 48px;
    }
    .product .hidden{
        display: none;
    }
    .breadcrum .top-banner.appln {
        margin: 55px 0;
    }
    .breadcrum .top-banner.product{
        margin-top: 58px;
    }
    .breadcrum .top-banner.abt {
        margin-top: 40px;
    }
}
@media (min-width:1200px)
{
.navbar-expand-md .navbar-nav .nav-link {
    padding: 0px 05px;
}
}
@media (min-width: 768px) and (max-width:1200px)
{
.navbar-expand-md .navbar-nav .nav-link {
    padding: 0px 05px;
}
}
@media screen and (max-width:768px){
    .product-description {
        padding-top: 30px;
    }
    .products .product {
        height: auto;
    }
    .product-page p.feature {
        font-size: 15px;
    }
    .breadcrum .top-banner.abt {
            height: 170px;
    }
    .bg {
        padding: 0px 8px 10px;
    }
    .app-block .item-text h3 {
        font-size: 16px;
    }
    .product-page .nav-link {
        padding: 6px 4px;
        font-size: 13px;
    }
    #home {
        padding: 70px 0 0px;
    }
    .about-img {
        display: none;
    }
    nav ul li {
        margin-left: 4px;
    }
    .navbar-dark .navbar-nav .nav-link {
        padding: 0px 05px;
        line-height: 48px;
        font-size: 13px;
    }
    nav.fixed-top {
        padding: 12px 8px 6px 11px;
    }
    .nav-btn {
        font-size: 12px;
        padding: 1px 5px;
    }
    .navbar-brand {
        margin-right: 4rem;
    }
    .navbar-brand img {
        width: 90px;
    }
    .navbar-brand figcaption {
    bottom: 0px;
    left: 36px;
    }
    
    .product .text {
        padding: 38px 5px 0 28px;
    }
    .products .product img {
        width: 200px;
    }
    .events .event img {
        width: 143px;
    }
    .slider-content {
        top: 30px;
    }
    .slider-content.right {
        left: 53%;
    }
    .slider-content.left {
        left: 0%;
    }
    h1.slide-heading {
        font-size: 26px;
        padding: 1px 18px;
        margin-bottom: 15px;
    }
    h5.slider-sub-heading {
        font-size: 22px;
        line-height: 30px;
    }
    #home .video-play-button {
        top: 187px;
        right: 159px;
    }
    .feedback {
        padding: 1px 13px;
        font-size: 18px;
    }
    .section-heading {
        font-size: 24px;
        /*margin: 32px 0 15px;*/
    }
    #formFixed {
        width: 230px;
        right: 43px;
    }
    footer .address .social-links a {
        padding: 6px 0;
        margin-right: 2px;
        margin-bottom: 10px;
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width:767px){
    .breadcrum .top-banner.product {
        margin-bottom: 0;
    }
    .d-none-lg{
        display: block;
    }
    #home .links {
        display: block;
    }
    .products .product img {
        width: 142px;
    }
    #fixed{
        display: block;
    }
    .product-page #fixed{
        display: block;
    }
    #myBtn {
        bottom: 26px;
        right: 40px;
    }
    .d-none{
        display: none !important;
    }
    .navbar-collapse .navbar-nav .nav-link {
        padding: 0px 10px;
        line-height: 37px;
        font-size: 17px;
        border-bottom: 1px solid #ca070e;
        color: #e6e6e6;
    }
    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:active, .navbar-dark .navbar-nav .nav-link:focus {
            color: #212020!important;
            background: #f79195;
    } 
    .nav-item .nav-btn {
        display: none;
    }
    .nav-btn.pull-right.mobile-respons {
        display: block;
        margin-left: 21rem;
        margin-bottom: 14px;
    }
    .navbar-collapse .navbar-nav {
        width: 100%;
        background: #ec2c33;
    }
    .product-page .container {
        max-width: 100%;
    }
}

@media screen and (max-width:480px){
    
    .features .feature h2 {
        font-size: 18px;
    }
    .application-page ul.list-style {
        width: 160px;
        margin: 0 auto;
    }
    .product-img {
        margin-top: 30px;
    }
    .breadcrum .top-banner.abt {
        margin-top: 67px;
        height: 107px;
    }
    .product-page {
        margin-top: -30px;
    }
    .breadcrum .top-banner.product h4.sub-app-title {
        margin: 0 15px;
    }
    .nav-btn.pull-right.mobile-respons {
        margin-left: 7rem;
    }
    
    .application-page .application-title {
        margin-top: 28px;
    }
    .breadcrum .top-banner.appln {
    margin: 55px 0 20px;
}
    section#home {
        height: auto;
    }
    .slider-content.left {
        left: -11%;
    }
    .slider-content.right {
        left: 45%;
    }
    .slider-content {
        top: -10px;
    }
    .about-img {
        display: none;
    }
    
    section {
        /*margin: 20px 0;*/
        text-align: center;
    }
    .list-style{
        text-align: left;
    }
    .section-heading {
        font-size: 20px;
    }
    .hidden{
        display: none;
    }
    
    .products .product img {
        width: 180px;
    }
    .feedback {
        padding: 2px 16px;
        font-size: 18px;
    }
    .application-box {
        margin-bottom: 27px;
        width: 50%;
    }
    .about-box {
        margin-bottom: 27px;
    }
    .app-block .item-icon img {
        width: 50px;
    }
    .breadcrum .top-banner {
        height: 168px;
    }
    h2.app-title {
        font-size: 20px;
    }
    .col-xs-6.client{
        width: 33%;
    }
    
    .breadcrum .app-title {
        margin: 0 15px;
        padding-left: 5px;
    }
    .events .event {
        height: 105px;
    }
    .col-xs-6.thumb{
        width: 33%;
    }
    #home {
        padding: 47px 0 0px;
    }
    h1.slide-heading {
        font-size: 16px;
        padding: 1px 12px;
        line-height: 22px;
        margin-bottom: 12px;
    }
    h5.slider-sub-heading {
        font-size: 18px;
        line-height: 20px;
    }
    h5.slider-sub-heading span.para {
        font-size: 15px;
    }
    .carousel-indicators {
        bottom: -12px;
    }
    #home .video-play-button {
        top: 143px;
        right: 183px;
    }
    #home .video-play-button span>i {
        font-size: 16px;
    }
    .video-play-button:before {
        width: 30px;
        height: 30px;
    }
    .video-play-button:after {
        width: 30px;
        height: 30px;
    }
    .carousel .carousel-item img {
        height: 220px;
    }
    .slider-content {
        top: 20px;
    }
    .top-footer {
        text-align: center;
    }
    .downnload-btn {
        padding: 3px 13px;
    }
    .about-block .item-text {
        height: 190px;
        
    }

}
@media screen and (max-width:425px){
    .nav-btn.pull-right.mobile-respons {
        margin-left: 4rem;
    }
    .application-box {
        width: 100%;
    }
    .contact-til, .head, .cntact-add, .cntact-us {
        margin-left: 18%;
    }
    .slider-content {
        top: 0px;
    }
    h1.slide-heading {
        line-height: 15px;
        margin-bottom: 9px;
    }
    h5.slider-sub-heading {
        font-size: 16px;
    }
    h5.slider-sub-heading span.para {
        font-size: 14px;
    }
    #home .video-play-button {
        top: 136px;
    }
    .slider-content {
        top: 28px;
    }
    .breadcrum .top-banner.product {
        margin-top: 42px;
    }
    .section-heading {
        font-size: 16px;
    }
}
@media screen and (max-width:375px){
    .contact{height:auto}
    .form-line{width:100%!important;text-align:center}
    .product .text {
        padding: 8px 3px 0 6px;
    }
    
    .products .product img {
        width: 150px;
        height: 170px;
    }
    
    .events .event img {
        width: 134px;
    }
    .col-xs-6.thumb{
        width: 50%;
    }
    .carousel-indicators {
        bottom: -20px;
    }
    h5.slider-sub-heading span.para {
        font-size: 14px;
        letter-spacing: 0;
    }
    .nav-btn.pull-right.mobile-respons {
        margin-left: 1rem;
    }
   #home .video-play-button {
        right: 143px;
    }
    .section-heading {
        font-size: 18px;
    }
    .carousel .carousel-item img {
        height: 198px;
    }
}
@media screen and (max-width:320px){
    .nav-btn.pull-right.mobile-respons {
        display: none;
    }
    .nav-btn {
        display: none;
    }
    h5.slider-sub-heading span.para {
        font-size: 14px;
        letter-spacing: 0;
    }
    .carousel-indicators {
        bottom: -20px;
    }
    .slider-content {
        top: 9px;
    }
    #home .video-play-button {
        right: 143px;
    }
    h5.slider-sub-heading {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1;
    }
    h1.slide-heading {
        margin-bottom: 3px;
    }
    #home .video-play-button {
        top: 122px;
    }
    #home .video-play-button span>i {
        font-size: 12px;
    }
    .video-play-button:before {
        width: 24px;
        height: 24px;
    }
    .video-play-button:after {
        width: 24px;
        height: 24px;
    }
    .carousel .carousel-item img {
        height: 170px;
    }
    .breadcrum .top-banner.product {
        margin-top: 36px;
    }
    .product-page .nav-link {
        padding: 6px 1px;
        font-size: 12px;
    }
    .breadcrum .app-title {
        width: 290px;
    }
    .col-6.application-box {
        max-width: 100%;
    }
    .application-box {
        width: 100%;
    }
    .app-block .item-text h3 {
        font-size: 16px;
    }
    .product-page {
        margin-top: -42px;
    }
    .products .product {
        height: 142px;
    }
    .products .product img {
        width: 130px;
        height: 140px;
    }
    .sm-hidden{
        display: none;
    }
}