@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
* {
	magin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
aside,
b,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
main,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
	margin: 0;
	padding: 0;
	text-decoration: none
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.cls {
	clear: both
}

body {
	font-family: 'poppins', sans-serif;
	font-size:17px; 
	line-height:30px; 
background:#fff;
	letter-spacing:0.4px;
	

}

img {
	max-width: 100%;
	vertical-align: bottom;
	border: none
}

li,
ol,
ul {
	list-style: none
}

#page-warpper {
	width: auto
}

h1 {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 13px
}


p{font-size:17px; line-height:30px; letter-spacing:0.4px;}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 22px;
	font-weight: 700;
	padding: 5px 0;
	color: #1b2f48  !important;
}

.artical-home ul li {
	margin: 13px 0;
	line-height: 32px;
	text-align: justify;
	font-size: 16px;
	position: relative;
	margin-left: 20px
}

.artical-home .blog-details{border:2px solid #00afff;     box-shadow: 1px 2px 15px #176f97;}
.artical-home .blog-details:hover{box-shadow:0px;}

 .blog-details img{-webkit-transform: scale(0.9);
	transform: scale(0.9);
	border-radius:15px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;}
	
	
	
.blog-details img:hover {-webkit-transform: scale(1);
	transform: scale(1);}
	
.artical-home h2, .artical-home h1{color:#0f8cc5!important;}
.artical-home ul li:before {
	content: "";
	width:7px;
	height:7px;
	border-radius:50px;
	position: absolute;
	left: -15px;
	top:13px;
	background: #1b2f48  ;
	font-weight: 700
}

.why-choosh ul li {
	background: #1b2f48;
	margin-bottom: 11px;
	text-align: center;
	font-size: 19px;
	color: #000;
	padding: 13px 3px;
	border: 1px solid #fff
}

aside.side-bar h3.title {
	text-align: center!important;
	background: #000!important;
	color: #fff!important;
	padding: 10px 0;
	text-transform: uppercase
}

aside.side-bar ul li:before {
	display: none
}

aside.side-bar ul li:hover {
	background: #000;
	transition: 1s;
	color: #fff;
	text-decoration: none;
	border-right: 6px solid #1b2f48
}

aside.side-bar a:hover {
	text-decoration: none
}

aside.side-bar ul li {
	background: #1b2f48;
	padding: 7px 9px;
	margin: 4px 0;
	border-right: 5px solid #000;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-transform: capitalize
}

.dropdown-menu.show {
	padding: 0
}


a.navbar-brand {
   
}


p {
	text-align: justify;
	line-height: 32px;
	margin: 7px 0;
	font-size: 15px
}

h1 span {
	color: #000
}

.ser-box h3 {
	text-transform: capitalize;
	font-size: 21px;
	    color: #fff !important;
}

.heading {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 60px;
	text-transform: uppercase
}

li.nav-item {
	margin: 0 4px!important;
	font-weight: 700;
	font-size: 16px
}

a.dropdown-item:hover {
	background: #000;
	color: #fff;
	transition: 1s
}

a.dropdown-item {
	background: #1b2f48;
	margin-bottom: 1px
}

header {
	border-top: 4px solid #146b93;
	background: #fff;
}

.btn-main {
	background: #1b2f48;
	color: #fff
}

a.btn.btn-link.btn-main:hover {
	text-decoration: none;
	color: #000
}

.ser-box {
	text-align: center
}

.why-choosh {
	background: #000;
	color: #fff;
	padding: 70px 0
}

.ser-box {
	border: 1px solid #fff;
	padding: 38px 14px
}

.service-hare a {
	color: #fff
}

.service-hare a:hover {
	color: #fff;
	text-decoration: none
}

.service-hare .ser-box {
	background: #1b2f48;
	margin-bottom: 29px;
	color: #fff;
	line-height: 50px;
	margin-bottom: 24px;
	font-size: 31px;
	border: 5px double #000
}

section.artical-home {
	padding: 10px 0
}

.disclmer {
	background: #000;
	color: #fff;
	padding: 65px
}

.copyright a {
	color: #fff
}

.copyright {
	background: #1b2f48;
	color: #fff
}

.main-footer {
    background:rgb(0, 71, 103);
    /* padding: 50px; */
    color: #fff;
    padding-top: 24px;
    padding-bottom: 30px;
}

.copyright {
    background:#146b93;
}

.main-footer .col-12:last-child {
    border: none;
}

li.title-fotter {
    font-size: 21px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin-bottom: 19px;
}

li.title {
	text-transform: uppercase;
	font-size: 23px;
	margin-bottom: 30px
}

.main-footer a {
	color: #fff
}

li.title {
	position: relative
}

li.title:before {
	content: "";
	width: 19%;
	background: #000;
	height: 4px;
	position: absolute;
	top: 31px;
	border-radius: 50%
}

.main-footer a:hover {
	color: #000;
	margin-left: 10px;
	transition: 1s;
	text-decoration: none
}

li.nav-item {
	margin: 0 11px;
	font-weight: 700;
	font-size: 16px
}

heading {
	position: relative
}

h2.heading:before {
	content: "";
	width: 100px;
	background: #1b2f48;
	height: 2px;
	position: absolute;
	top: 0;
	left: 45%;
	right: 0;
	display: inline-block
}

h2.heading:after {
	content: "";
	width: 100px;
	background: #1b2f48;
	height: 2px;
	position: absolute;
	top: 31px;
	left: 45%;
	right: 0;
	display: inline-block
}

.page-cover {
	color: #8bd4f5 ;
	padding: 30px 0;
	background: #146b93  !important;
}

.service-hare .ser-box:hover {
	background: #000
}

.page-cover h1 {
	font-size: 31px;
	color: #fff !important;
}

.box-contact {
	background: #fff;
	padding: 50px 0;
	box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, .75)
}

.box-contact i {
	font-size: 35px;
	color: #1b2f48
}

.box-contact p {
	text-align: center
}

.call-now {
	width: 300px;
	transition: 1s;
	height: 36px;
	position: fixed;
	right: -248px;
	bottom: 10%;
	line-height: 36px
}

.call-now:hover {
	right: -48px;
	transition: 1s
}

.call-now i {
	width: 50px;
	height: 50px;
	background: #1b2f48;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 29px;
	animation-name: example;
	animation-duration: 4s;
	animation-iteration-count: infinite
}

.call-now span {
	background: #000;
	color: #fff;
	font-weight: 700;
	font-size: 23px;
	padding: 2px 12px
}

@keyframes example {
	0% {
		background-color: red
	}
	25% {
		background-color: #ff7bda
	}
	50% {
		background-color: #00f
	}
	100% {
		background-color: green
	}
}

a.dropdown-item {
	background: #1b2f48;
	margin-bottom: 1px;
	text-transform: capitalize;
	padding: 5px 6px;
	font-weight: 700
}

.dropdown-menu.show {
	margin-top: 14px
}

.img-caption a {
	color: #000
}

.img-caption {
	background: #1b2f48;
	text-align: center;
	padding: 10px 0
}

.img-caption h3 a:hover {
	text-decoration: none
}

.img-caption {
	display: none
}

a.btn.btn-cu.btn-block { font-weight: bold; background:#1b2f48; color: #fff; }


a.nav-link {
    background: #146b93;
    color: #fff !IMPORTANT;
    padding: 5px 10px !important;
}

.dropdown-menu.show {
    margin: 0px;
}


li.title-fotter {
    color: #fff;
    border-bottom: 3px solid #fff;
}



.main-footer .col-12 {
    border-right: 1px solid #fff;
    background: #146b93;
    padding: 13px 22px;
}


ul.f-link li {
    padding: 3px 0px;
}


img.blog-img-b {
    width: 100%;
    height: 250px;
	  box-shadow: 2px 2px 1px #cffdff;
  border-radius:30px;
  min-height:250px;
}
.box-aa {
    padding: 0px 15px;
}
.blog-p {
	box-shadow:2px 4px 16px #000;
	padding:15px;
  background: linear-gradient(45deg, #d2ebfb, #f99dff5c);
  border: 2px solid #0ca5ff;

    margin: 19px 0px;
    border-radius: 7px;
}



img.img-fluid.news-img-sm {
    float: left;
    border-radius: 9px;
}

news-caption-sm{ float: right; }
img.img-fluid.news-img-sm {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 11px;
}
.news-caption-sm h6 {
    font-size: 18px;
}

ul.latest-news li {
    border-bottom: 2px solid #ccc;
    padding: 11px 6px;
}


aside.post_hare {
    background: #c7eaff;
    margin-top: 25px;
    padding: 11px;
	box-shadow:0px 4px 10px;
	border-radius:20px;
}

aside .title{background:#000; padding:10px; text-align:center; border-radius:0px 30px; margin:10px 0px; color:#fff!important;}


.blog-details {
    background: #fff;
    padding: 13px;
    border-radius: 6px;
    margin-top: 25px;
}
#commentform input#author {
    width: 100% !IMPORTANT;
}

#commentform input#email {
    width: 100% !IMPORTANT;
}

#commentform input#url {
    width: 100% !IMPORTANT;
}
#commentform input#submit {
    background: #009880 !IMPORTANT;
    padding: 3px 12px !IMPORTANT;
    font-weight: bold !IMPORTANT;
    color: #fff;
    border: navajowhite;
    /* border-radius: 9px; */
}



@media (min-width: 1200px){
	.main-footer .container {
    max-width: 1250px;
}
	
}
.blog-p:hover{box-shadow:none; transition:0.8s;}

.comment-form-comment label{display:block!important;}

.recent-post {padding:10px 10px ; margin-bottom:10px; color:#fff; margin:10px 0px; background:#59d1ff; text-decoration:none; border-radius:20px; box-shadow:2px 2px 12px;}

.recent-post:hover{box-shadow: 2px 0px 5px #1e1e1e; background:#fff; transition:0.4s; }

.recent-post:nth-last-child{border-bottom:none;}

.recenter-post .news-caption-sm a{text-decoration:none;}

ul.latest-news li a{font-size:18px; font-weight:700; text-align:center; color:#000; text-decoration:none;}
ul.latest-news li{text-align:center; }





p{font-size:16px; color:#000; line-height:29px; letter-spacing:0.1px; }

.epson .epson-box{border-radius:60px 0px 60px 0px; }
.epson {padding:40px 0px;}
.epson .content-box{padding:20px;}



:root{ --main-color: #07B67B; }

.main-timeline{ font-family: 'Poppins', sans-serif; }

.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline ul{padding-top:20px; padding-left:20px;}
.main-timeline .timeline ul li{text-align:left; font-size:16px; color:#000; padding-bottom:10px; list-style:initial; }

.main-timeline .timeline{
    width: 64%;
    padding: 15px;
    margin: 0 2px 0 0;
    float: left;
    position: relative;
    z-index: 1;
}

.main-timeline .timeline-content{
    color: #777;
    background-color: #fff;
    text-align: center;
    padding: 90px 15px 15px;
    border: 10px solid var(--main-color);
    border-top-color: transparent;
    border-left-color: transparent;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.7);
    display: block;
    position: relative;
}

.main-timeline .timeline-content:hover{ text-decoration: none; }

.main-timeline .timeline-content:before{
    content: '';
    background: var(--main-color);
    width: 150px;
    position: absolute;
    right: -25px;
    top: -25px;
    bottom: -25px;
    z-index: -2;
}

.main-timeline .timeline-icon{
    color: var(--main-color);
    background-color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5),0 0 0 10px var(--main-color);
    position: absolute;
    left: 5px;
    top: 5px;
}

.main-timeline .title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 8px;
}

.main-timeline .description{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0;
}

.main-timeline .timeline:nth-child(even){
    margin: 0 0 0 2px;
    float: right;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before{
    right: auto;
    left: -25px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 5px;
}

.main-timeline .timeline:nth-child(even) .timeline-content{
    border-color: var(--main-color);
    border-right-color: transparent; 
    border-top-color: transparent; 
}

.main-timeline .timeline:nth-child(4n+2){ --main-color: #ED9909; }

.main-timeline .timeline:nth-child(4n+3){ --main-color: #8F63A0; }

.main-timeline .timeline:nth-child(4n+4){ --main-color: #EA3A4D; }

@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        margin: 0;
    }
}


.epson-timeline{background-color: #f1f1f1;
    background-image: url(https://www.epsonprintersupportpro.net/wp-content/themes/printer/images/timeline-bg.png);
    padding: 60px 0px;}
	.epson-tab .tab-content .tab-pane ul{padding-left:20px;}
.epson-tab .tab-content .tab-pane ul li{list-style:initial; line-height:34px;}
	
.epson-tab .error-list{padding-bottom:40px;}
.epson-tab .error-list .nav-pills .nav-link {padding: 10px 20px!important;
    margin-bottom: 15px;
    border-radius: 40px;
	font-size:18px;
	font-weight:700;
	text-align:center;
  background:#fff;
  color:#146b93!important;
    box-shadow: 2px 3px 5px #007eff;}	
	
.epson-tab .error-list	.nav-pills .nav-link.active, .nav-pills .show>.nav-link{background:#146b93; color:#fff!important;}
	
	
.epson-tab .error-list .tab-content{padding:20px; box-shadow:1px 3px 15px #ddd; border:2px solid #75acff;}	