* {
	margin: 0;
	padding: 0
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #333;
}
a {
	transition: all .3s ease-in;
}
a:hover {
	text-decoration: none;
	transition: all .3s ease-in;
}

p {
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
	color: #565252;
}
h1, h2, h3 {
}
.overflow-hidden {
	overflow: hidden
}
.headding11 {
	margin-bottom: 20px;
	font-size: 30px;
	color: #333;
	text-transform: uppercase;
}
.headding33 {
	font-size: 26px;
	line-height: 32px;
	font-weight: bold;
	color: #FF0004;
}
.header {
	border-bottom: 1px solid #ffffff;
	width: 100%;
	background: #ffffff;
	height: auto;
}
/*.nav-shrink{ position: fixed; width: 100%; top: 0; z-index: 99;}*/
.slider-main {
	position: relative;
}
.slider-main .slider-contant {
	position: absolute;
	bottom: 0%;
	background: rgba(0, 0, 0, 0.54);
	color: #fff;
	padding: 25px; width: 100%;
}
.slider-main .slider-contant h2 {
	color: #fff;
	text-align: center;
}
.slider-main .slider-contant p {
	color: #fff;
	text-align: center;
}
.slider-main img {
	width: 100%;
	height: auto
}
.slider-btn {
	position: absolute;
	top: 25px;
	z-index: 99;
	right: 100px
}
.slider-btn ul li {
	display: inline-block;
}
.slider-btn ul li a {
	background: #ff0000;
	display: block;
	color: #ffff;
	padding: 10px 20px;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: bold;
}
.slider-main .slider img {
	width: 100%;
	height: auto
}
.slider-main .owl-theme .owl-controls {
	position: absolute;
	top: 40%;
	width: 100%;
	opacity: 1;
}
.slider-main .owl-theme .owl-controls .owl-buttons div {
	width: 30px;
	height: 50px;
	line-height: 40px;
	background: #ab4d4df0;
	border: 1px solid #dedede;
	border-radius: 0;
}
.slider-main .owl-prev {
	position: absolute;
	left: 5px;
}
.slider-main .owl-next {
	position: absolute;
	right: 5px;
}
.slider-main .owl-prev:after, .slider-main .owl-next:after {
	content: "\f104";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #ffffff;
}
.slider-main .owl-next:after {
	content: "\f105";
}
.slider-main .owl-theme .owl-controls .owl-buttons div {
	color: #ffffff;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #000000;
	filter: Alpha(Opacity=50);
	opacity: 1;
}
.red-band-bg {
	padding: 50px 0;
	background: #ff0000
}
.red-col {
	padding: 0 35px;
}
.red-col h5 {
	color: #fff;
	font-size: 25px;
	font-weight: bold
}
.red-col p {
	color: #fff;
	margin-bottom: 10px;
	min-height: 100px;
	text-align: left;
}
.btn-li li {
	display: block;
}
.btnn {
	padding: 5px 15px;
	color: #fff;
	background: #0f63ac;
	border-radius: 50px;
	font-size: 12px;
}
.btnn:hover {
	background: #0f63ac;
	color: #fff;
}
.padding20 {
	padding: 0 50px
}
.welcome-sec {
	overflow: hidden;
	background: url(../images/about-bg.jpg) center top no-repeat;
	padding:80px  0;
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
	}
.welcome-sec p{color: #fff;/* text-align: center; */line-height: 1.6;}
.welcome-sec .headding11{color: #fff;/* text-align: center */}
 
.welcome-pic {
	padding: 0;
}
.welcome-text-inner {
	padding: 65px;
}
.welcome-text-inner p {
	margin-bottom: 40px;
}
hr.orange {
	background: #333;
	height: 3px;
	padding: 0;
	width: 80px;
	border: none;
	text-align: center;
}
.product-list hr.orange {
	margin: 0 auto 45px
}
.about-us hr.orange {
	margin: 0 auto 45px
}
.bg-grey {
	background: #efefef;
}
.gallery-sec {
	padding: 50px 0 0;
}
.gallery-sec #lightgallery {
	padding: 0;
	margin: 0;
	text-align: center;
}
.gallery-sec li {
	display: inline-block;
	margin: 5px 2px;
	width: 24%;
	cursor: pointer
}
.gallery-sec li img {
	width: 100%;
	height: auto;
	padding: 2px;
	border: 1px #ffd0d0 solid;
}
.gallery-sec hr.orange {
	margin: 0 auto 30px
}
/*laoder start*/
.loader-div {
	position: absolute;

	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.loader {
	width: 50px;
	height: 50px;
	margin: 50px auto 0;
	transform: rotate(45deg);
	position: relative;
	animation: animate 1.5s infinite;
}
.loader div {
	background-color: #f5f5f5;
	width: 25px;
	height: 25px;
	float: left;
}
.loader div:nth-child(1) {
	animation: animate_1 1.5s infinite;
}
.loader div:nth-child(2) {
	animation: animate_2 1.5s infinite;
}
.loader div:nth-child(3) {
	animation: animate_3 1.5s infinite;
}
.loader div:nth-child(4) {
	animation: animate_4 1.5s infinite;
}
@keyframes animate {
 100% {
transform: rotate(-135deg);
}
}
@keyframes animate_1 {
 25% {
 background-color: #2ecc71;
 transform: translate(0, -50px) rotate(-180deg);
}
 100% {
 background-color: #f5f5f5;
 transform: translate(0, 0) rotate(-180deg);
}
}
@keyframes animate_2 {
 25% {
 background-color: #3498db;
 transform: translate(50px, 0) rotate(-180deg);
}
 100% {
 background-color: #f5f5f5;
 transform: translate(0, 0) rotate(-180deg);
}
}
@keyframes animate_3 {
 25% {
 background-color: #9b59b6;
 transform: translate(-50px, 0) rotate(-180deg);
}
 100% {
 background-color: #f5f5f5;
 transform: translate(0, 0) rotate(-180deg);
}
}
@keyframes animate_4 {
 25% {
 background-color: #e74c3c;
 transform: translate(0, 50px) rotate(-180deg);
}
 100% {
 background-color: #f5f5f5;
 transform: translate(0, 0) rotate(-180deg);
}
}
/*laoder end*/

/*testimonials start*/
.testimonial-sec {
	text-align: center;
	background: #ff0000;
	padding: 50px 0;
	margin-top: 50px;
}
.testimonial {
	text-align: center;
}
.testimonial .pic {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 15px;
}
.testimonial .pic img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.testimonial .testimonial-title {
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 70px 0;
}
.testimonial .testimonial-title small {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}
.testimonial .description {
	font-size: 14px;
	color: #fff;
	line-height: 27px;
	position: relative;
	margin: 0;
}
.testimonial .description:before {
	content: "\f10d";
	font-family: "FontAwesome";
	font-weight: 900;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	top: -50px;
	left: 46%;
	font-size: 20px;
	color: #fff;
	line-height: 33px;
	border: 2px solid #fff;
	text-align: center;
}
.owl-theme .owl-controls .owl-page span {
	background: #fff;
	border: 2px solid #0c4767;
	opacity: 1;
}
#testimonial-slider {
	margin-bottom: 30px;
}
.testimonial-sec .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page:hover span {
	border: 2px solid #fff;
}
/*testimonials end*/
footer {
	background: #565656;
	padding: 50px 0;
	color: #fff;
}
footer h6 {
	font-size: 18px;
	font-weight: bold
}
footer p {
	color: #fff;
	font-size: 15px;
}
footer hr.orange {
	background: #ffff;
}
/*social icon start*/
ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0!important; 
	padding: 0;
	position: fixed;
	top: 33%;
	right: 0; display:none;
}
ul.social-network li {
	display: block;
	line-height: 32px !important;
	margin: 1px;
}
.social-network a.icoFacebook {
	background-color: #3B5998;
	transition: all 0.5s ease-in
}
.social-network a.icoTwitter {
	background-color: #3cf;
	transition: all 0.5s ease-in
}
.social-network a.icoGoogle {
	background-color: #BD3518;
	transition: all 0.5s ease-in;
}
.social-network a.icoVimeo {
	background-color: #0590B8;
	transition: all 0.5s ease-in
}
.social-network a.icoLinkedin {
	background-color: #007bb7;
	transition: all 0.5s ease-in;
}
.social-network a.icotripadvisor {
	background-color: #666;
	transition: all 0.5s ease-in;
}
.social-network a.icoyoutube {
	background-color: #bb0000;
	transition: all 0.5s ease-in;

}
.social-network a.icopinterest {
	background-color: #d53633;
	transition: all 0.5s ease-in;
}
.social-network a.icoinstagram {
	background: #d82564;
	background: -moz-linear-gradient(top, #d82564 0%, #d82564 0%, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);
	background: -webkit-linear-gradient(top, #d82564 0%, #d82564 0%, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);
	background: linear-gradient(to bottom, #d82564 0%, #d82564 0%, #f77d2a 34%, #d82564 58%, #ec474f 73%, #ec474f 73%, #fec662 100%);
	transition: all 0.5s ease-in;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color: #fff
}
a.socialIcon:hover, .socialHoverClass {
	color: #44BCDD
}
.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 0;
	text-align: center;
	width: 32px;
	height: 32px;
	font-size: 17px;
}
.social-circle li:before {
	display: none
}
.social-circle li i {
	margin: 0;
	line-height: 32px;
	text-align: center
}
.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s ease-in;
	color: #fff;
}
.social-circle i {
	color: #fff;
}
.social-network a {
	background-color: #fff;
}
/*social icon end*/

 

.bottom-link li::before {
	content: "\f105";
	font-family: 'FontAwesome';
	color: #d9d9d9;
	font-size: 13px;
	position: absolute;
	left: 0;
}
.bottom-link {
	padding: 0;
}
.bottom-link li {
	list-style: none;
	line-height: 27px;
	position: relative;
	padding-left: 20px;
	float: left;
	width: 100%;
}
.bottom-link li a {
	color: #fff;
}
.innerpadding {
	padding: 0 30px 0 0
}
.footer p {
	text-align: justify;
}
.footer p a {
	color: #ffffff;
}
.footer a:hover {
	color: #FFC107 !important;
}
.bottom-band {
	background: #333;
	padding: 10px 0
}
.bottom-band p {
	font-size: 14px;
	color: #a3a3a3;
	margin-bottom: 0;
	text-align: center
}
.bottom-band p a {
	color: #a3a3a3;
}
.middle-sec {
	padding: 0 0 60px 0;
	background: #f4f4f4
}
.headding1 {
	background: #f00;
	color: #fff;
	font-size: 35px;
	padding: 20px;
	margin: 0 0 40px
}
.middle-sec p {
	color: #777
}
.list-border-bottom {
	text-align: center;
}
.list-border-bottom li {
	text-align: center;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 16px;
	margin-bottom: 24px;
	padding-bottom: 24px;
	list-style: none;
	color: #777;
}
.list-border-bottom li .fa-camera {
	color: #e74c3c;
	display: inline-block;
	font-size: 24px;
	margin-right: 24px;
}
.mt60 {
	margin-top: 60px;
}
.testimonial-row {
	padding: 10px;
	background: #fff;
	margin-top: 25px;
}
.testimonial-row img {
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	border: solid 1px #ccc;
	display: block;
}
.testimonial-name {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: 600;
	color: #777;
}
.list {
	margin: 10px 0 0;
	padding: 0
}
.list li {
	position: relative;
	list-style: none;
	padding-left: 20px;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 8px;
}
.list li::before {
	content: "\f105";
	font-family: 'FontAwesome';
	color: #000;
	font-size: 13px;
	position: absolute;
	left: 0;
}
.img-fluid {
	width: 100%;
	height: auto
}
.contant-detail-inner {
	padding: 35px;
	background: #fff
}
.contant-detail-inner h3 {
	margin-bottom: 35px;
}
.contant-detail-inner p {
	position: relative;
	padding-left: 25px;
	color: #333;
}
.contant-detail-inner p a {
	color: #333
}
.contant-detail-inner p .location::before {
	content: "\f041";
	font-family: 'FontAwesome';
	color: #333;
	left: 0;
	font-size: 18px;
	position: absolute;
}
.contant-detail-inner p .mobile::before {
	content: "\f10b";
	font-family: 'FontAwesome';
	color: #333;
	left: 0;
	font-size: 18px;
	position: absolute;
}
.contact-from {
	padding: 25px;
	border: solid 2px #c3c3c3
}
/*printocrat css*/
.logo-inner {
	position: relative;
	background: #fff;
	padding: 10px 0px;
	z-index: 99;
}
.about-us {
	text-align: center;
	padding-top: 75px
}
.product-list {/* margin: 80px 0; */
	padding: 70px 0;
	text-align: center;
	background: #fff;
}
.serviceBox {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	padding: 0px 10px 10px;
	margin: 20px 0 0;
	border-radius: 20px;
	position: relative;
	transition: all 0.3s ease;
	border: solid 1px #eee;
	min-height: 420px;
}
.serviceBox:hover {
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
.serviceBox:before,  .serviceBox:after {
	border-radius: 100px 0 0 100px;
	left: auto;
	right: 0;
}
.serviceBox .service-icon {
	color: #fff;
	background: linear-gradient(-45deg, #0f63ac 49%, #2a86d6 50%);
	font-size: 45px;
	line-height: 92px;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 100px;
	border: 15px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	transform: translateY(-20px);
	transition: all 0.3s ease;
}
.serviceBox:hover .service-icon i {
	transform: rotateX(360deg);
	transition: all 0.3s;
}
.serviceBox .title {
	color: #0f63ac;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px;
	text-align: center;
}
.serviceBox .description {
	color: #444;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}
.list li .hvr-underline-from-left:before {
	background: #2a86d6;
	height: 2px;
}
.list li {
	position: relative;
	text-align: left;
	font-weight: normal;
	font-size: 15px;/* text-transform: uppercase */
}
.list li a {
	color: #333;
}
.list li::before {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-right: 10px;
	color: #333;
	font-size: 13px;
	left: 0;
	position: absolute;
}  
.welcome-sec .btn-li{text-align: left;}
.welcome-sec hr.orange{ background: #fff}
.welcome-text .headding11{ text-align: center;}
.welcome-text .orange{margin: 0 auto 45px;}
 
.welcome-text .orange2{ background: #fff}
.services{padding-left: 5px;
    padding-right: 5px;}
.email-id a::before {
    content: "\f2b6";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 14px;
    color: #333;
}
.why-sec{ padding: 70px 0;}
.phone-no a::before {
    content: "\f10b";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 16px;
    color: #333;
}
.email-id{    text-align: right;
    margin: 2px 15px 0 0;
    display: inline-block;
    float: right;}
.email-id a{color: #333;text-align: right;}

.inner-head{ background: #0f63ac; width: 100%; overflow: hidden}
.inner-head .headding11{ color: #fff; margin: 0; padding: 30px;}

.middle-sec-inner{ padding: 50px 0;}
.submit {
    background-color: #282828;
    border: none;
    color: #fff;
    float: left;
    height: 40px;
    margin: 0 15px 0 0;
    padding: 7px 50px;
    text-transform: uppercase;
    transition: all .3s ease-in;
    width: auto;
    cursor: pointer;
}
.submit:hover {
    background-color: #0f63ac	;
    color: #fff;
    transition: all .3s ease-in;
}
.contact-add p a{ color: #565252}
.career #contact{ padding:50px; background: #efefef; overflow:hidden}
.bord-r{
	border-right: 1px solid #efefef;
}
.bord-b{
	border-bottom: 1px solid #efefef;
}
.bord-l{
	border-left: 1px solid #efefef;
}
.tfont{
	font-size: 18px;
}
.mobile{
	display: none;
}
.footer-details p{ position: relative; text-align: left; padding-left: 20px;}
.footer-details p .fa{ position: absolute; left: 0;}
.footer-details p .fa-map-marker{ top: 5px}
.contact-add address p{ position: relative; padding-left: 20px;}
.contact-add address p .fa{ position: absolute; left: 0;}
.contact-add address .fa-map-marker{ top: 5px}

@media only screen and (max-width: 767px) {
	.desktop{
		display: none;
	}
	.mobile{
	display: block;
}

}