@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400&display=swap');
 @import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700,700i,900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap');
body {
	margin:0;
	    padding: 0 !important;
	font-family: 'Lato', sans-serif;
	font-size:14px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
	background: #e9ecf5;
	border: 1px solid #eee;
	color: #444;
	font-size: 13px;
	line-height: normal;
	margin: 0 0 15px;
	padding: 14px 20px;
	border-radius: 4px;
	width: 100%;
	outline: 0;
	font-family: 'Lato', sans-serif;
}
select, input[type="date"] {
	padding: 10px 17px;
}
input[type="submit"] {
	color: #fff;
	background: #0189c7;
	text-transform: uppercase;
	padding: 12px 24px 11px;
	font-size: 13px;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	outline: none;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}
input[type="submit"]:hover {
	background: #4dc6f1;
	color: #fff;
	transition: 0.8s;
}
textarea {
	height:120px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	font-family: 'Poppins', sans-serif;
	color: #222;
	font-weight: 500;
	text-transform: inherit;
}
h1 {
	font-size:25px
}
h2 {
	font-size:22px
}
h3 {
	font-size:20px
}
h4 {
	font-size:18px
}
h5 {
	font-size:16px
}
h6 {
	font-size:15px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: 'Lato', sans-serif;
    color: #444;
    font-size: 15px;
    line-height: 25px;
    text-align: inherit;
}
ul, li {
	list-style-type: none;
	font-family: 'Lato', sans-serif;
	color: #444;
	font-size: 14px;
	line-height: 24px;
}
a {
	color: #666;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	outline: none;
	font-weight: normal;
	font-size: 14px;
}
a:hover {
	transition:0.8s;
	text-decoration:none;
}
.heading {
	margin-bottom: 40px;
	padding-bottom: 25px;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
}
.heading:after, .leftheading:after {
	content: '';
	position: absolute;
	width: 5%;
	border-bottom: solid 2px #222;
	bottom: 0;
	left: 48%;
}
.zoomeffect {
	overflow: hidden;
	position:relative;
}
.zoomeffect img {
	transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
	transform: scale(1.1);
}
header {
	padding: 12px 0;
	background: #fff;
}
header.fixed {
	position: fixed;
	width: 100%;
	background: #fff;
	top: 0;
	z-index: 9999;
	box-shadow: 0 3px 5px rgb(0 0 0 / 4%), 0 1px 15px rgb(0 0 0 / 4%);
}
.mainslider {
	position:relative;
}
.mainslider .carousel-caption {
    top: 38%;
    width: 100%;
}
.carousel-content {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.carousel-content h1, .carousel-content ul li {
	color:#fff;
}
.carousel-content h1 {
font-weight: 600;
    font-size: 25px;
    margin: 0;
    line-height: 40px;
}
.carousel-content h1 span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-top: 8px;
}
.carousel-content ul li {
	line-height:40px;
	font-size:22px;
	position:relative;
	padding-left:22px;
}
.carousel-content ul li:before {
	content:'\f105';
	font-family:'FontAwesome';
	color:#4dc6f1;
	position:absolute;
	left:0;
	top:0;
	font-size:22px;
	font-weight:700;
}
.application {
	padding:70px 0 0;
}
.application ul {
	margin-top: 30px;
}
.application ul li {
	font-size: 15px;
	line-height: 40px;
	text-transform: uppercase;
}
.application ul li:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	color: #224099;
	padding-right: 12px;
}
.application img {
	width:100%;
	height:auto;
}
.ourcompany {
    padding: 55px 0 40px;
    background: url(../images/ourcompany.jpg);
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
}
.ourcompany .heading {
	color:#fff;
}
.ourcompany .heading:after {
	border-color:#fff;
}
.ourcompany p {
	margin:20px 0;
	font-size:18px;
	line-height:28px;
	color:#fff;
}
.ourcompany img {
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
}
.ourcompany iframe{
	width:100%;
height:800px;
}
.homeprdcts {
	padding:60px 0;
}
.homeprdctslist {
	text-align:center;
	margin:15px 0;
}
.homeprdctslist img {
	width: 100%;
}
.homeprdctsbox {
	box-shadow: 0 3px 5px rgb(0 0 0 / 4%), 0 1px 15px rgb(0 0 0 / 4%);
	padding:25px;
	background:rgba(255, 255, 255, 0.3);
}
.homeprdctslist h3 {
    margin: 0 0 12px;
    color: #224099;
    font-size: 18px;
    font-weight: 600;
}
.homeprdctslist p {
	margin: 0 0 22px;
}
.homeprdctslist .btn-primary {
	background: none;
	border: solid 2px #224099;
	color: #224099;
	padding: 8px 16px 10px;
	font-weight: 600;
}
.homeprdctslist .btn-primary:hover, .homeprdctslist .btn-primary:focus {
	background: #224099;
	color: #fff;
	border: solid 2px #224099;
}
.homecontact {
	background:#224099;
	padding:50px 0 45px;
	text-align:center;
}
.homecontact .heading {
	color:#fff;
}
.homecontact .heading:after {
	border-color:#fff;
}
.homecontact input[type="submit"] {
	background:#fff;
	color:#224099;
	border:solid 1px #305c9c;
}
.homecontact input[type="submit"]:hover {
	background: #4dc6f1;
	color: #fff;
	border:solid 1px #305c9c;
}
.homecontact .wpcf7 .ajax-loader {
	display: block;
}
footer {
background: #121214;
padding: 60px 0 50px;
}
footer h4 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
	font-weight: 400;
}
footer ul li a, footer p, footer p a {
	color:#fff;
}
footer ul li a {
    line-height: 32px;
}
footer ul li:before {
	content:'\f0da';
	font-family:'FontAwesome';
	color:#224099;
	padding-right:12px;
}
footer p {
	margin: 0 0 8px;
	line-height: 26px;
}
footer .fa {
    width: 23px;
    font-size: 13px;
}
footer .fa-envelope, footer .fa-fax {
    font-size: 10px;
}
footer .fa-map-marker {
    width: 17px !important;
}
footer p strong {
	display:block;
	font-weight:600;
	color:#ddd;
}
footer p {
    font-size: 14px;
}
footer p span {
    display: block;
    padding-left: 18px;
}
footer p a:hover {
	color:#fff;
	text-decoration:none;
}

.copyright {
background: #000;
    padding: 20px 0;
    text-align: center;
}
.copyright p {
	margin:0;
}
.copyright p, .copyright p a {
	color:#fff;
}
#GoToTop {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 99999999;
	padding: 0;
	background: #32aad6;
	border: 1px solid #7ebed6;
	width: 45px;
	height: 45px;
	text-align: center;
	cursor: pointer;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	padding-top: 13px;
	border-radius: 4px;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
	;
}
#GoToTop:hover {
	background: #0189c7;
	border: solid 1px #28a5de;
}
.breadcrumb {
	background: #224099;
	padding: 40px 0;
}
.breadcrumb h1 {
	margin:0;
}
.breadcrumb h1 p {
	font-size: 30px;
	color: #fff;
	margin: 0;
	font-weight: 600;
	text-align:left;
}
.breadcrumb h1 p span a {
	display: none;
}
.breadcrumb a:after {
	content: '\f101';
	font-family: 'FontAwesome';
	padding: 0 10px 0 15px;
	color: #fff;
}
.breadcrumb p {
	margin: 0;
	text-align:right;
}
.breadcrumb p, .breadcrumb p a {
	color: #eee;
}
.secondary-container {
	padding:60px 0;
}
.contactus input[type="text"], .contactus input[type="email"], .contactus input[type="tel"], .contactus textarea {
	background:#fff;
}
.contactaddr {
	border: solid 2px #224099;
	padding: 18px;
}
.contactaddr h2 {
	font-weight: 600;
	margin-bottom:25px;
}
.contactaddr p span {
    display: block;
    padding-left: 63px;
}
.contactaddr p .fa {
	font-size: 18px;
	border: solid 2px #224099;
	color: #224099;
	width: 42px;
	height: 42px;
	margin-right: 20px;
	border-radius: 50%;
	text-align: center;
	padding-top: 10px;
}
.contactaddr p .fa-map-marker, .contactaddr p .fa-phone {
	font-size: 20px;
}
.contactaddr ul li {
	display:inline-block;
	font-size:18px;
}
.socialicon {
	border-top: solid 1px #eee;
	margin-top: 25px;
	padding-top: 20px;
}
.socialicon li {
	margin-right: 12px;
}
.socialicon .fa {
	font-size: 20px;
}
.socialicon li .fa-facebook {
	color:#4267B2;
}
.socialicon li .fa-twitter {
	color:#1DA1F2;
}
.socialicon li .fa-linkedin {
	color:#0077b5;
}

.pagebanner {
    margin-bottom: 40px;
}
.pagebanner img{
width:100%;
height:auto;
}
.pagecontent p strong{
font-size:17px;
color:#222;
}

.pagedtls-banner {
    margin-bottom: 40px;
}
.pagedtls-banner img{
width:100%;
height:auto;
}
.pagedtls p strong {
    font-weight: 600;
    color: #111;
    font-size: 16px;
}
.pagesidebar{
    background: #f9f9f9;
    padding: 15px 15px 20px;
    border-radius: 4px;
}
.pagesidebar input[type="text"], .pagesidebar input[type="email"], .pagesidebar input[type="tel"], .pagesidebar input[type="date"], .pagesidebar textarea, .pagesidebar select {
    background: #fff;
}



.productslist {
    border: solid 1px #eee;
    padding: 15px;
    margin: 15px 0;
}
.productslist img {
    width: 100%;
}
.productslist h3 {
    font-weight: 600;
}
.mblprdcts{
display:none;
}
.homecontact .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}


@media only screen and (max-width:1199px){
.ourcompany {
    background-size: cover;
}
.carousel-content {
    width: 60%;
}
.carousel-content h1 {
    font-size: 25px;
}
.logo img {
    width: 100%;
}
.mainslider .carousel-caption {
    top: 36%;
}
}
@media only screen and (max-width:991px){
.application ul li {
    font-size: 14px;
    line-height: 35px;
}
.application ul {
    margin-top: 0;
}
.homeprdctslist h3 {
    font-size: 17px;
}
.homeprdctslist p {
    margin: 0 0 20px;
    line-height: 22px;
    min-height: 90px;
    max-height: 90px;
}
}
@media only screen and (max-width:767px){
.heading {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 22px;
}
.heading:after, .leftheading:after {
    width: 7%;
    left: 46%;
}
.logo img {
    width: auto;
}
#rmp_menu_trigger-227 {
top: -52px !important;
    background: #309 !important;
    border-radius: 4px !important;
}
#rmp_menu_trigger-227 .responsive-menu-pro-inner, #rmp_menu_trigger-227 .responsive-menu-pro-inner::before, #rmp_menu_trigger-227 .responsive-menu-pro-inner::after {
    background-color: #fff !important;
}
#rmp-menu-title-link {
    display: none;
}
.mainslider .carousel-caption {
    top: 34%;
}
.carousel-content h1 {
    font-size: 22px;
    font-weight: 500;
}
.application {
    padding: 30px 0 0;
}
.application .col-sm-6 {
    width: 50%;
    float: left;
}
.application img {
   margin-top: 30px;
}
.ourcompany {
    padding: 45px 0 25px;
}
.homeprdcts {
    padding: 40px 0;
}
.homeprdctslist p {
    min-height: inherit;
    max-height: inherit;
}
.homecontact {
    padding: 40px 0 30px;
}
footer {
    padding: 15px 0 30px;
}
footer h4{
    margin: 25px 0 10px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    margin: 0 0 8px;
    padding: 10px 20px;
}
textarea {
    height: 100px;
}
.ourcompany p {
    margin: 15px 0;
    font-size: 15px;
    line-height: 25px;
}
.contactaddr {
    padding: 18px;
    margin-top: 25px;
}
.breadcrumb .col-sm-6 {
    width: 50%;
    float: left;
}
.deskprdcts{
display:none;
}
.mblprdcts{
display:block;
}
.productslist h3 {
    font-weight: 600;
    margin: 25px 0 10px;
}
.productslist p {
    margin-bottom: 0;
}
.carousel-content {
    width: 80%;
}	
.carousel-content h1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}	
.carousel-content h1 span {
    font-size: 14px;
}
}
@media only screen and (max-width:667px){
.carousel-content h1 {
    font-size: 20px;
}
}
@media only screen and (max-width:568px){
.mainslider .carousel-caption {
    top: 24%;
}
.carousel-content h1 {
    font-size: 14px;
    line-height: 25px;
}
}
@media only screen and (max-width:414px){
.heading {
    font-size: 20px;
}
.logo img {
    width: 230px;
}
#rmp_menu_trigger-227 {
    top: -42px !important;
}
.mainslider .carousel-caption {
    top: 27%;
}
.carousel-content {
    width: 85%;
}
.contactaddr h2 {
    font-size: 20px;
}
.breadcrumb {
    padding: 25px 0;
}
.breadcrumb h1 p {
    font-size: 20px;
}
.breadcrumb a:after {
    padding: 0 5px 0 10px;
}
#rmp_menu_trigger-227 {
    top: -41px !important;
}
.mainslider .carousel-inner>.item>a>img, .mainslider .carousel-inner>.item>img {
    height: 300px;
    object-fit: cover;
}	
.carousel-content {
    width: 90%;
}	
}
@media only screen and (max-width:375px){
.heading:after, .leftheading:after {
    width: 10%;
    left: 43%;
}
.mainslider .carousel-caption {
    top: 29%;
}
.carousel-content h1 {
    font-size: 14px;
    line-height: 24px;
}
.mainslider .carousel-caption {
    top: 26%;
}		
.mainslider .carousel-control {
    width: 35px;
    height: 35px;
    left: 10px;
    font-size: 20px;
    padding-top: 3px;
}
.mainslider .carousel-control.right {
    right: 10px;
}	
.application .col-sm-6 {
    width: 100%;
}
.application ul li {
    line-height: 30px;
    font-weight: 600;
    font-size: 13px;
}
.homeprdctslist .btn-primary {
    padding: 8px 15px 10px;
    font-weight: 600;
    font-size: 15px;
}
}
@media only screen and (max-width:360px){
.mainslider .carousel-caption {
    top: 22%;
}	
.breadcrumb h1 p {
    font-size: 18px;
}
.breadcrumb p {
    font-size: 14px;
}
.breadcrumb a:after {
    padding: 0 3px 0 8px;
}	
}
@media only screen and (max-width:320px){
.logo img {
    width: 220px;
}
#rmp_menu_trigger-227 {
    top: -40px !important;
}
.mainslider .carousel-caption {
    top: 32%;
}
}
