html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	overflow-x:hidden;
}
 
*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
body {
    font-family: 'Muli', sans-serif;
	font-size:16px;
	color:#727272;
	font-weight:300;
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover, a:focus {
    outline: 0 none;
}

abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
}
small {
    font-size: 80%;
}

img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
body, button, input, select, optgroup, textarea {
    color: #656565;
    font-size: 1rem;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;color: #000;
font-weight: 800;
}
p {
    margin-bottom: 1.5em;
}

html {
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}
body {
    background: #fff none repeat scroll 0 0;
}

hr {
    background-color: #ccc;
    border: 0 none;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 0;
}
ul {
    list-style: outside none disc;
}
li {
    padding: 0 0 5px 0;
}
ol {
    list-style: outside none decimal;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {background-color:#fff;
    font-weight:700; font-size:14px; border:2px solid #f68630; border-radius:5px; padding:7px 20px; text-align:center; min-width:100px; color:#f68630; display:inline-block;  text-transform:uppercase; cursor:pointer; transition:all ease-in-out 0.5s;-webkit-appearance: none; }
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{background-color:#f68630; border-color:#f68630; color:#fff}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border: 1px solid #dfdfdf;
    border-radius:0;
	background-color:#dfdfdf;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 10px;
}
select {
    border: 1px solid #ccc;
}
.tab_content select{border: 1px solid #dfdfdf;
    border-radius:0;
	background-color:#dfdfdf;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 10px; width:100%;}
.tab_content select option{background-color:#fff}
	
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111;
}
textarea {
    width: 100%;
}
a {
    color:#F58634;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:visited {
    
    transition: all 0.3s ease 0s;
}
a:hover, a:focus, a:active {
    outline: medium none;
}
a:focus {
    outline: medium none;
}
a:hover, a:active {
    outline: 0 none;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clear::before, .clear::after, .entry-content::before, .entry-content::after, .comment-content::before, .comment-content::after, .site-header::before, .site-header::after, .site-content::before, .site-content::after, .site-footer::before, .site-footer::after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear::after, .entry-content::after, .comment-content::after, .site-header::after, .site-content::after, .site-footer::after {
    clear: both;
}
.widget {
    margin: 0 0 30px;
}
.widget select {
    max-width: 100%;
}
.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.updated:not(.published) {
    display: none;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}
.inline-block{display:inline-block}


embed, iframe, object {
    max-width: 100%;
}
.clearnone{clear:none}
.fl{float:left}


@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
}
.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
	text-align:justify;
}

.boxspacer10 {
    display: block;
    height: 10px;
}
.boxspacer {
    display: block;
    height: 20px;
}
.boxspacer40 {
    display: block;
    height: 40px;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}

.visible-sm {
    display: none !important;
}


/*Content css*/
#content{overflow: auto;}

#primary.content-area {
    float: left;
    margin: 0 5% 0 0;
    width: 70%;
}
body.page-template-full-width #primary.content-area {
    float: left;
    margin: 0;
    width:100%;
} 
aside#secondary {
    float: left;
    padding: 50px 0 0;
    width: 25%;
}
.widget {
    background-color: #efeef0;
    border: 1px double #e2e2e2;
    margin: 0 0 30px;
    padding: 20px;
}
h2.widget-title {
    color: #30458a;
    display: block;
    
    font-weight: 600;
    line-height: 26px;
    position: relative;
	margin-top:0;
}
.search-form .search-field {
    margin: 0 0 10px;
    width: 100%;
}


/*Site wide Css Start*/

#cssmenu > ul > li.whatsapplink a,#cssmenu > ul > li.emaillink a{width:32px; height:32px; background-color:#2f2f2f; border-radius:50%; text-align:center; line-height:30px;font-weight:600; padding:0;}

#cssmenu > ul > li.whatsapplink i{color:#fff; font-size:18px;display: inline-block; line-height:32px;}
#cssmenu > ul > li.emaillink i{color:#fff; font-size:20px;display: inline-block;}
#cssmenu > ul > li.emaillink{margin-left:20px;}
#cssmenu > ul > li.whatsapplink a:hover{background-color:#11aa19}
#cssmenu > ul > li.emaillink a:hover{background-color:#f2811b}


.fixed-header {z-index: 9999; }
.fixed-header .logoImg img {display: block;}

.bg-gradiant{ position:absolute; top:-100px;  left:0; right:0; z-index:9; }
.fixed-header .bg-gradiant{background-color:rgba(255,255,255,0.95);bottom:10px; top:0;animation: .5s .1s fadeInDown both;box-shadow: 0 5px 5px rgba(0,0,0,0.2);  }
body.fixed{padding-top:100px;}
#masthead {position: fixed;right: 0;left: 0;top: 0;z-index: 99; min-height:107px; }

.logoImg{float:left; padding:10px 0;position: relative; z-index:20}
.logoImg img{display:block;max-height: 80px;}
.topMenu{position: relative;  float:right; z-index: 9999; margin-top:25px;}
.fixed-header .rightLinks{display:none;}
.fixed-header .topMenu{}

.rightLinks {margin:10px 0 15px 0;float: right;}
.rightLinks a{display:inline-block;  margin:0 0 0 20px;}
.rightLinks i{color:#55c5cf; text-align:left; font-size:20px; line-height:30px; vertical-align:top; float:left;transition:all 0.3s ease 0s; margin-right:10px;}
.rightLinks i.fa.fa-phone{font-size:18px; color:#86b8ea}
.rightLinks span.tb{color:#5c5c5c; transition:all ease-in-out 0.2s; font-size:14px;}
.rightLinks small{font-size: 18px;color: #656464;font-weight: 700;}
.rightLinks a:hover span.tb{color:#f48465}


.homeSlider {position:relative; }
.homeSlider .caption-wrap{
	bottom:17%; text-align: left;  opacity: 1 !important; color: #fff; position:absolute; left:0; right:0; z-index:100; margin: auto;
max-width: 1170px;}
.homeSlider .caption-wrap .line1{ font-size:38px;color:#2e2121; font-weight:700; line-height:36px;background-color:rgba(255,255,255,0.5); display:inline-block;padding:20px 60px 20px 25px;}
.homeSlider .caption-wrap .line1 span{font-size:36px; font-weight:400;}

.homeSlider .caption-wrap p{color:#1a1a1a; font-size:40px; line-height:50px; font-weight:600; max-width:800px; margin:auto; }



.homeSlider .owl-item.active .caption-wrap .line1 {
    animation: 2s .1s fadeInLeft both;
}
.homeSlider .owl-item.active .caption-wrap p {
    animation: 1s .9s fadeInUp both;
}
.homeSlider .owl-item.active img{
	transition: ease-in-out all .5s;
	
}
.homeSlider .owl-item.active img:hover{
    /*transform: scale(1.05);*/
	transition: ease-in-out all .5s;
	z-index:99
	}


.homeSlider .caption-wrap .btn{width:200px; height:46px; line-height:46px; text-align:center; text-transform:uppercase; color:#fff; font-size:16px; display:inline-block; border-radius:5px; font-weight:700; border:1px solid #acacac;  }
.homeSlider .caption-wrap .btn:hover{background-color:#000;}
.homeSlider .owl-dots{position: absolute;left: 0;right: 0;bottom: 10px;}
.homeSlider .owl-theme .owl-dots .owl-dot.active span{background-color:#fff;}

.homeSlider .owl-theme .owl-nav{margin:0;}
.homeSlider .owl-carousel .owl-nav button.owl-next, .homeSlider .owl-carousel .owl-nav button.owl-prev{position:absolute; margin:-25px 0 0 0; top:50%; padding:0; height:40px; width:40px; border-radius:0; background-color:rgba(0,0,0,0.2); color:#fff;}
.homeSlider .owl-carousel .owl-nav button.owl-next:hover, .homeSlider .owl-carousel .owl-nav button.owl-prev:hover{background-color:#000;}
.homeSlider .owl-carousel .owl-nav button.owl-next{right:0;}
.homeSlider .owl-carousel .owl-nav button.owl-prev{left:0;}

#pre-div {
	background-color:#f6f6f6;
	bottom: 0;
	height: 100%;
	width: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}
#loader {	
	left: 50%;
	margin: -70px 0 0 -57px;
	position: absolute;
	top: 50%;
	animation: bounce 500ms alternate infinite ease;
	
}
#loader img{max-width:70px;}
@keyframes bounce {
  0% {
    top: 50%;

    
    transform: scaleX(1.5);
  }
  35% {
   
    transform: scaleX(1);
  }
  100% {
    top: 30%;
  }
}



.text-justify{text-align:justify}

.titleWithoutborder{color: #3c3a3a; font-size:30px; margin:0 0 30px 0;font-weight:400}
.titleWithoutborder span{display: inline-block}
.titleWithoutborder em{font-style:normal; color:#000; font-weight:700}
.titleWithborder.text-left{text-align:left;}

.owlpics{display:block; text-align:center;}
.owlpics h3{ font-size:18px; color:#212121; font-weight:600; margin:0; padding:10px;}
.owlpics .imgbox,.owlpics img{transition: all 0.3s ease 0s;}
.owlpics .imgbox span{display:none; position:absolute; left:0; right:0; top:60%; color:#fff; font-weight:700; z-index:1;transition: all 0.3s ease 0s;}

.owlpics:hover .imgbox{background-color:#000;}
.owlpics:hover img{opacity:0.4;}
.owlpics:hover .imgbox span{display:block; }

.owl-theme .owl-nav [class*="owl-"]{border-radius:0; background-color:#fff; border:1px solid #acacac; color:#000; width:50px; text-align:center; line-height:40px;}
.owl-theme .owl-nav [class*="owl-"]:hover{background-color:#000; color:#fff; border-color:#000;}
.owl-theme .owl-nav{margin-top:30px;}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{background-color:#f0f0f0; padding:4px 7px !important; border-radius:15px;}


.owl-carousel .imgWrap {width:100%;height: 200px;display: table-cell;text-align: center;
vertical-align: middle;}
.owl-carousel .imgbox{display:table;}
.owl-carousel .imgbox img{max-width:100%; width:auto; margin:auto; max-height:210px;}



.socialIcon span{font-size:18px; color:#d1d1d1}
.socialIcon a{width:40px; height:40px; font-size:24px; background-color:#4f4e4e; border-radius:50%; display:inline-block; text-align:center; line-height:38px; margin-left:15px}
.socialIcon a:hover{background-color:#000; color:#fff !important}

.site-footer{padding:80px 0 0; background:#323232 url(../images/bg-footer.jpg) center center; background-size:cover; background-attachment:fixed; color:#fff; font-weight:400 }
.site-footer .col41{width:25%; float:left; padding-right:50px; text-align:center;font-size:14px;}
.site-footer .col42{width:25%; float:left;padding-right:50px;}
.site-footer .col43{width:25%; float:left; padding-right:50px;}
.site-footer .col44{width:25%;float:left;font-size:16px;}
.site-footer strong{font-weight:800}
.site-footer ul{list-style:none;margin:0;padding:0;text-align:left; vertical-align:top}
.site-footer li{padding:0 0 10px 0;position:relative;font-size:16px;}

.site-footer a{color:#fff}
.site-footer a:hover{color:#f2811b;}

.site-footer .footerTitle{color:#fff;padding-bottom:8px;margin-bottom:20px;position:relative;font-size:18px; font-weight:700; text-transform:uppercase; border-bottom:1px solid rgba(255,255,255,0.2);}
.site-footer ul.displayInline{display:inline-block;}
.site-footer .box{margin-bottom:0; clear:both}
.site-footer .box p{margin-bottom:0}
.site-footer .box .fa{color:#fff;font-size:20px;}
.site-footer .box .fa.fa-envelope-o{font-size:18px;padding:3px 15px 18px 0;}
.site-footer .box .fa.fa-mobile{font-size:28px;padding:0px 15px 17px 3px;margin-left: -1px;
margin-top: 1px;}
.site-footer .box .fa.fa-map-marker{padding:10px 15px 0 0;}
.site-footer .boxColumn a:hover{color:#fff;}

.site-footer .footerSocial{margin:30px 0 20px; clear:both}
.site-footer .footerSocial span{display:block; padding-bottom:15px;}
.site-footer .footerSocial a{margin:0px 10px; font-size:24px;}


.site-footer .copyRight{text-align:center;font-size:14px;padding:25px 0; margin:40px 0 0 0; color:#d0d0d0; border-top:1px solid rgba(255,255,255,0.1);}
.site-footer .copyRight a{color:#fff}
.site-footer .copyRight a:hover{text-decoration:underline;color:#ed1e24;}
.site-footer .copyRight p{margin:0}
.site-footer .copyRight .left{float:left;}
.site-footer .copyRight .right{float:right;text-align:right;}
.site-footer .copyRight:after{content:"";display:block;clear:both;}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 36px;
    
    text-align: center;
    line-height: 30px;
    background:url(../images/bg-back-to-top.png);
	background-size:100%;
    color: #000;
    cursor: pointer;
    border: 0;
	border-radius:0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 20px;
	padding:4px 0 10px;
}
#back-to-top.show {
    opacity: 1;
}


#menubtn {height: 40px;border-radius: 40px;line-height: 40px;display: inline-block; margin-left:12px; padding:0; width:40px; text-align:center; cursor: pointer; border:1px solid #ccc; margin-top:8px;}
#menubtn span{padding-left: 5px;}


.showbelow980 {
    float: right;
    text-align: right;
	display:none;
}
.showbelow980 a{height: 40px;border-radius: 40px;line-height: 40px;display: inline-block; margin-left:12px; padding:0; width:40px; text-align:center; cursor: pointer;  margin-top:8px; background-color:#2f2f2f; color:#fff}
.showbelow980 a.wa:hover{background-color: #11aa19;}
.showbelow980 a.mail:hover{background-color: #f2811b;}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay-content ul{list-style:none; margin:0; padding:0;}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay li.active a{color: #f58634;}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 480px) {
	.overlay-content {top:10%}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.aboutcontent .col21{width:65%}
.aboutcontent .col22{width:29%}
.aboutcontent h2{margin-top:0;}

.col21{width:47%; display:inline-block; margin:0 3% 0 0; float:left;}
.col22{width:47%; display:inline-block; margin:0 0 0 3%;}

.col-31{width:31.66%; display:inline-block; margin:0 2.5% 0 0; float:left;}
.col-32{width:31.66%; display:inline-block; margin:0 2.5% 0 0; float:left;}
.col-33{width:31.66%; display:inline-block; margin:0 0% 0 0; float:left;}



.box {margin-bottom: 30px;}
.box .fa {color: #acacac;float: left;font-size: 22px;padding: 2px 0 0;}
.box .fa-mobile{font-size:36px;margin-left: 3px;margin-top: -7px;}
.box .fa-envelope-o{font-size:20px; margin-top:1px;}
.boxColumn {margin: 0 0 0 30px;}
.boxColumn a{text-decoration:none;}
.boxColumn a:hover{color:#000;}
.entry-content a:hover{color:#000;}
.brdimg {border: 1px solid #083D5F;}

.col21 iframe,.col22 iframe{border-top:1px solid #ccc !important;border-bottom:1px solid #ccc !important}
.col21 iframe{border-right:1px solid #ccc !important;}

.btn-default{font-weight:700; font-size:14px; border:2px solid #f68630; border-radius:5px; padding:7px 20px; text-align:center; min-width:100px; color:#f68630; display:inline-block;  text-transform:uppercase; cursor:pointer; transition:all ease-in-out 0.5s; }
.btn-default:hover{background-color:#f68630; border-color:#f68630; color:#fff}
.btn-default.btn-o{background-color:transparent; border-color:#f68630; color:#fff; border-width:2px;}
.btn-default.btn-o:hover{background-color:#f68630; border-color:#f68630; color:#fff;}
.btn-lg{font-size:16px !important;padding:8px 30px;}
.btn-black{border-color:#000 !important; background-color:#000 !important;}
.btn-default i{font-size:20px; display:inline-block; margin-left:5px;}

.pageTitle{
background:linear-gradient(to bottom, rgba(255,255,255,0.5) 5%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%), url(../images/bg-about2.jpg) top center no-repeat; background-size:cover;  
  padding:210px 0px 0px; color:#000; position:relative}
 .pageTitle:after{content:""; width:100%; height:10px; position:absolute; bottom:0; display:block; left:0; right:0;background:linear-gradient(to bottom, rgba(255,255,255,0) 5%,rgba(0,0,0,0.2) 100%);}
 
.pageTitle h1{margin:0; padding:0; position:relative; bottom:-8px; line-height:80px; font-size:80px; font-weight:200; color:#000}
.pageTitle h1 span{font-weight:400}

.pageTitle.bg-about{background:linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.9)),url(../images/bannertitle.jpg); background-position:center; background-repeat:no-repeat; background-size:cover}

.pageTitle.bg-service{background:linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.9)),url(../images/bannertitle.jpg); background-position:center; background-repeat:no-repeat; background-size:cover}
.pageTitle.bg-portfolio{background:linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.9)),url(../images/bannertitle.jpg); background-position:center; background-repeat:no-repeat; background-size:cover}
.pageTitle.bg-contact{background:linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.9)),url(../images/bannertitle.jpg); background-position:center; background-repeat:no-repeat; background-size:cover}
.pageTitle.bg-brochure{background:linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.9)),url(../images/bannertitle.jpg); background-position:center; background-repeat:no-repeat; background-size:cover}

.pageTitle.bg-packaging{background:linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.9)),url(../images/bannertitle.jpg); background-position:center; background-repeat:no-repeat; background-size:cover}
.pageTitle.bg-stationary{background:linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.9)),url(../images/bannertitle.jpg); background-position:center; background-repeat:no-repeat; background-size:cover}



#breadcrumb{list-style:none; margin:10px 0 0; padding:0;}
#breadcrumb li{display:inline-block; font-size:16px;}
#breadcrumb li:not(:last-child):after{content:"/"; display:inline-block; margin:0 10px;}
#breadcrumb a{color:#fff;}


.site-content{padding:30px 0;}
.site-content p{line-height:24px;}
.img-border{border:1px solid #fff; border-radius:20px; box-shadow:0 0 0 5px rgba(0,0,0,0.1);}



.col31{width:31.66%; float:left;margin-right: 2.5%;}
.col32{width:31.66%; float:left; margin-right: 2.5%;}
.col33{width:31.66%; float:left;}

#frm_contact label{font-size:12px; text-transform:uppercase}
#frm_contact input{border:1px solid #ccc; width:90%; padding:5px;}
#frm_contact textarea{border:1px solid #ccc; width:90%;}
#frm_contact .form-group{margin:0 0 10px;}

.mapwrap .col21,.mapwrap .col22{width:50%; margin:0;}

/*404 css*/
.wrap404{text-align:center; padding:40px 0}
.wrap404 i{font-size:120px;}
.wrap404 h2{font-size:60px; font-weight:500; margin:0;}
.wrap404 h4{font-size:40px; font-weight:300; margin:0; color:#ccc;}
.wrap404 p{font-size:20px; }

.well {
	transform: scale(0.8);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	padding:20px;
	margin: 10px;
	background-color:#e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
	display:none;
	max-width: 320px;
	min-width: 300px;
	min-height: 300px;
	color:#000;
}
.popup_visible .well {transform: scale(1);}
.well .closeicon{position:absolute; right:1px; top:1px; cursor:pointer; padding:6px; color:#fff;background: #000;}
.well .form-group {
    margin-bottom: 15px;
}
.well input.form-control{width:100%;}
.well select{
	width:100%;
	padding:7px 10px;
}
.well label{display:block; font-size:12px; margin:0 0 5px;font-weight: 700;}
.well .head2{font-family: 'Montserrat', sans-serif;font-weight: 800; text-transform:uppercase; margin:0 0 20px; border-bottom:1px solid #000; padding-bottom:10px;}



.w900{max-width:800px !important; margin:0 auto;}
.w800{max-width:800px !important; margin:0 auto;}
.w660{max-width:660px !important; margin:0 auto;}
.w600{max-width:600px !important; margin:0 auto;}
.w250{max-width:250px !important; margin:0 auto;}
.w200{max-width:200px !important; margin:0 auto;}
.w150{max-width:150px !important; margin:0 auto;}
.w100{max-width:100px !important; margin:0 auto;}
.minw100{min-width:100px;}
.minw240{min-width:240px;}


.field-row{margin-bottom:10px;}
.formWrap {margin:0 auto;}
.formWrap label{display:block; font-weight:700;}
.formWrap input[type="text"],.formWrap input[type="tel"],.formWrap input[type="email"]{width:100%; border-color:#cecece; border-radius:0; color:#000;}
.formWrap select{width:100%; border-color:#cecece; border-radius:0; color:#000;font-size: 13px;
font-weight: 300;
padding: 5px 6px;}
.formWrap .col21,.formWrap .col22{margin-bottom:15px;}
.formWrap .col-31,.formWrap .col-32,.formWrap .col-33{margin-bottom:15px;}
.formWrap textarea{height:120px; border-radius:0;color:#000;}
.formWrap input[type="submit"]{width:auto;margin:20px 0 0; }



table.pkg{background-color:#f4f4f4;}
table.pkg td{padding:10px; border-bottom:1px solid #c2c2c2; color:#1a1a1a; font-size:16px;font-weight:400;}
table.pkg td:first-child{background-color:#e5e5e5; font-weight:700;}
table.pkg tr:last-child td{border:none;}



/*New*/
 
.showMobile{display:none;}
.showMobile a{display:inline-block; background-color:#F2F2F2; float:left; text-align:center; color:#000;  padding:5px 0; font-weight:400;width:50%;}
.addBorder{border-left:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2); width:20%;font-size:18px;}
.lastbtn{width:60%;font-size:18px;}
.wtsapp{width:50%;font-size:18px;}
.showMobile a:hover{background-color:#000; color:#fff;}
#menubtn{display:none;}
.text-center{text-align:center}
.font20{font-size:20px;}
.formWrap input[type="submit"].btn-tracking{width:70%; padding:4px 0; vertical-align:top; margin:0}
/*Alertcss*/
.alert {padding: 15px;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px;}
.alert-success {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;}
.alert-info {color: #31708f;background-color: #d9edf7;border-color: #bce8f1;}
.alert-warning {color: #8a6d3b;background-color: #fcf8e3;border-color: #faebcc;}
.alert-danger {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
.table{border-left:1px solid #ccc;border-top:1px solid #ccc; font-size:15px; color:#000}
.table th{text-align:center; padding:10px;
color:#fff;font-size: 20px;border-right:1px solid #ed5526; border-bottom:1px solid #ccc; background-color:#ed5526; }
.table td{text-align:center; padding:12px 20px; border-right:1px solid #ccc; border-bottom:1px solid #ccc; background-color:#ffffff;}

.font28{font-size:28px; line-height:36px;}
.mulilight{font-weight:300 !important;}
.mt0{margin-top:0 !important;}
.mt20{margin-top:20px;}
.m0{margin:0}



.title-light{font-weight:300; color:#272727; font-size:24px;}
.pb20{padding-bottom:20px;}











.col-41,.col-42,.col-43{width:23.12%; margin-right:2.5%; float:left;}
.col-44{width:23.12%;float:left;}

.pt20{padding-top:20px}
.btn-fontaw{font-family: 'FontAwesome','Muli', sans-serif;}
blockquote {background: #f6f6f6;padding: 15px;font-weight: bold;font-style: italic;border-left: 2px solid #ccc;margin: 0;}

.full-row{clear:both; position:relative; padding:60px 0;}
.full-row.about{padding-bottom:0;}

.section-number {border: 1px solid #37a3e9;border-radius: 100px;color: #37a3e9;display: inline-block;font-size: 22px;height: 40px; line-height:38px; margin-left: 50px;text-align: center;width: 40px;position: relative; font-weight:400;    }
.section-number:before {background: #37a3e9 none repeat scroll 0 0;content: "";height: 1px;left: -50px;
position: absolute;top: 20px;width: 50px;}
.section-number:after {background: #37a3e9 none repeat scroll 0 0;content: "";height: 104px;left: -50px;position: absolute;top: -83px;width: 1px;}
h2.section-heading {font-size:24px;font-weight:300;color:#616161;margin:0px; }
h2.section-heading strong{font-weight:600}

.shapeImage{margin-top:-20px;}

.inline-block{display:inline-block}
.branding{background-color:#f3f3f3}
.portfolioFilter{float:right; margin:15px 0 0}
.portfolioFilter a {margin-left:16px;color: #282828;text-decoration: none;display: inline-block; font-size:14px;}
.portfolioFilter a:hover{color:#000}
.portfolioFilter a.current {color: #37a3e9;}
.portfolioContainer{clear:both; max-width:1200px; margin:auto;}
.portfolioContainer img {
  display:block;
  max-width:100%;
  -ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
transition: all 1s ease-out;
-webkit-transition: all 1s ease-out;
}


.portfolioContainer figure:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: all 4.5s ease-out;
    -webkit-transition: all 4.5s ease-out;
}

.portfolioContainer figure{position:relative;margin: 15px;box-shadow:0 1px 3px rgba(0,0,0,0.33);  overflow:hidden}
.portfolioContainer figure:hover figcaption {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
}
.portfolioContainer figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    background:rgba(253,185,46,0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 1s ease;
    transition: 1s ease;
}
.portfolioContainer figure figcaption i.fa-search-plus {
    position: absolute; font-size:20px;
    top: 20px; right:20px; color:#000; transform:scale(0.1); visibility:hidden;-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
.portfolioContainer .proDetail{position:absolute; left:20px; bottom:20px; color:#000; text-align:left; visibility:hidden;transform: translate3d(0,20px, 0);
-webkit-transform: translate3d(0, 20px, 0);
-moz-transform: translate3d(0, 20px, 0);
-webkit-transition: 1s ease-in-out;
-moz-transition: 1s ease-in-out;
-o-transition: 1s ease-in-out;
transition: 1s ease-in-out;}
.portfolioContainer .proName{font-size:18px; font-weight:400}
.portfolioContainer .proCat{font-size:16px;}
.portfolioContainer figure:hover .proDetail{bottom:20px; visibility:visible;transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);}
.portfolioContainer figure:hover figcaption i.fa-search-plus{visibility:visible;transform:scale(1);}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.portfolioContainer  .element-item{width:33.33%; float:left;outline: none !important;}
.wow{visibility:hidden;}
/*.element-item img{max-width:370px; }*/

.darkCTA{background:url(../images/bg-cta.jpg) 0 0 no-repeat; background-size:cover; background-attachment:fixed; padding:140px 0}
.darkCTA span{font-size:30px; color:#fff; display:inline-block; vertical-align:middle; margin:0 20px;}

.packaging h2.section-heading{display:block; margin-bottom:20px;}

.servicewrap {
    position: relative;
    padding:40px 15px 0;
}

.about-box p {
  text-align:justify;
  margin:0 80px 20px 0;
  line-height: 20px;
  min-height:130px;
}
.about-box h3 {    
    margin: 0px 0 0px;
    font-weight:300;
	font-size:30px;
	color:#636363;

}

.about-box img{
	transition:.3s ease;max-width: 80%;
}
.about-box{
	
	padding-bottom:50px;
	transition:.3s ease;
	text-align:left;
	border-radius:3px;
}



.serviceHead{clear:both; position:relative; padding:100px 0 0; background-position:center; background-size:cover;}
.serviceHead.bg-service1{background-image:url(../images/bg-brochure.jpg);}
.serviceHead.bg-service2{background-image:url(../images/bg-logo-design.jpg);}
.serviceHead.bg-service3{background-image:url(../images/bg-stationary.jpg);}
.serviceHead.bg-service4{background-image:url(../images/bg-packaging.jpg);}
.serviceHead.bg-service5{background-image:url(../images/bg-banner-printing.jpg);}
.serviceHead.bg-service6{background-image:url(../images/bg-business-card.jpg);}


.serviceHead .container{padding:75px 0 104px 0; text-align:center;}
.serviceHead h1{font-size:60px; color:#fff; font-weight:900; margin:0; padding:0;}
.serviceHead.dark-text h1{color:#000;}
.serviceHead.dark-text .breadcrumb {color:#000;}
.serviceHead.dark-text .breadcrumb a{color:#555}
.serviceHead.dark-text .breadcrumb > .last-item {
	color: #555;
}

.serviceHead .breadcrumb {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	font-weight: 700;
	text-transform: uppercase;list-style: none;
	margin:13px 0 0
}
.serviceHead .breadcrumb a{color:#fff}

.serviceHead .breadcrumb a:hover{color:#000}
.serviceHead .breadcrumb > .active,
.serviceHead .breadcrumb > .last-item {
	color: #fff;
}
.serviceHead .breadcrumb > li {
    display: inline-block;
}
.serviceHead .breadcrumb > li + li:before {
	content: "/";
	padding: 0 8px;
	font-weight: 400;
	font-size: 10px;
	position: relative;
	top: -2px;
}
.bgf6f6f6{background-color:#f6f6f6}

.bg-dotted{background: rgba(255, 255, 255, 0.5) url(../images/bg-dotted-map.png) right center no-repeat; background-size:60% auto;}
.pb0{padding-bottom:0}
.display-block{display:block;}
.mb10minus{margin-bottom:-6px;}
.font-light{font-weight:300}
.mb0{margin-bottom:0;}
.m0{margin:0;}
.mb10{margin-bottom:10px;}
.titleline{font-size:24px; font-weight:700; color:#000; margin:0;}

ul.threegrid{list-style: none;margin: 30px 0 0;padding: 0;}
ul.threegrid li{padding: 0;float: left;width: 31.6%;margin: 0 2.5% 30px 0;position:relative;}
ul.threegrid li:nth-child(3n+3){margin-right:0;}
ul.threegrid li img{display:block;-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
transition: all 1s ease-out;
-webkit-transition: all 1s ease-out;}
ul.threegrid li .imgbox{position:relative; overflow:hidden}
ul.threegrid li .imgbox:before{content:""; left:0; right:0; top:0; bottom:0; width:100%;  display:block; background-color:rgba(253,185,46,0.7); position:absolute; visibility:hidden;-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;}

ul.threegrid li span.title{
	width: calc(100% - 20px);
position: absolute;
left: 20px;
bottom: 15px;
text-align: left;
visibility: hidden;
opacity: 0;
box-sizing: border-box;
line-height: 1.65em;
z-index: 9;
transform: translate3d(0, 30px, 0);
-webkit-transform: translate3d(0, 30px, 0);
-moz-transform: translate3d(0, 30px, 0);
-webkit-transition: 1s ease-in-out;
-moz-transition: 1s ease-in-out;
-o-transition: 1s ease-in-out;
transition: 1s ease-in-out;
color:#000; font-weight:bold
	}

ul.threegrid li a:hover span.title{ transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
visibility: visible;
opacity: 1;}

ul.threegrid li a:hover img{transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);transition: all 4.5s ease-out;
-webkit-transition: all 4.5s ease-out;}
ul.threegrid li a:hover .imgbox:before{visibility:visible; z-index:1;}

.homeTestimonials{padding:50px 0; text-align:center; background-color:#f0f0f0;}
.fancybox-thumbs__list a::before {
border: 6px solid #F58634 !important;}

.contactform{display:none;}
.contactpage > .col21{width:60%;}
.contactpage > .col22{width:34%;}
.fancybox-button{min-width:inherit}

/*Media Query*/

@media only screen and (min-width: 1025px) {	
	.homeSlider {min-height: 500px;}
	#owl-homeslider{height:calc(100vh); min-height:500px;}
	#owl-homeslider.owl-carousel .owl-item img{height:calc(100vh);min-height:500px;}
}

@media only screen and (max-width: 1199px) {
	.portfolioContainer{   display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
	.portfolioContainer .element-item{float:none;}
	
}
@media only screen and (max-width: 1024px) {	
	.serviceHead h1{font-size:40px;}
	
	.ourServices .column {min-height: 310px;}
	#cssmenu > ul > li{margin: 0 0 0 30px;}
	
	.section-number:after {height: 68px;top: -47px;}
	.full-row{padding:47px 0}
	
}



@media only screen and (max-width: 980px) {
	h2.section-heading {font-size: 30px; line-height:normal;}
	
	.homeSlider .caption-wrap{}
	.homeSlider .caption-wrap {font-size:2vw; padding:1vw 2vw}
	.homeSlider .caption-wrap .line1{font-size:3vw; line-height:normal; }
	.homeSlider .caption-wrap .line1 span{font-size:2.4vw; line-height:normal; }
	.homeSlider .caption-wrap h2{	font-size: 4vw;}
	.homeSlider .caption-wrap p{	font-size:5vw; line-height:6vw;}
	.homeSlider .caption-wrap .btn{width:auto; padding:2vw;font-size: 3vw; height:auto; line-height:normal;}
	
}
@media only screen and (max-width: 979px) {
	.showbelow980 {display:block}
	
	
	#masthead{position:relative; min-height:inherit}
	#masthead .container{padding:0;}
	.topMenu{float:left; width:100%; margin-top:0; }
	

	.logoImg,.fixed-header .logoImg{ padding:10px 0 10px 15px;}
	.rightLinks{display:none;}
	#cssmenu #menu-button{display:none;}
	#cssmenu > ul{clear:both;}
	.topEnquiryBtn{display:none;}
	#cssmenu > ul > li{padding:0; margin:0;}
	#cssmenu > ul > li:first-child{padding:0;}
	
	.showMobile{display:block; }
	#menubtn{display:inline-block; float:right; margin-right:15px;}
	.topMenu #cssmenu {padding: 0;}
	.site-header .container {padding: 0 15px;}
}
@media only screen and (max-width: 800px) {
	.serviceHead h1{font-size:30px;}
	.serviceHead{padding:50px 0 0;}
	
	aside#secondary{padding:40px 0 0 0; width:30%}
	#primary.content-area{width:65%}	
	.site-footer .copyRight .col21,.site-footer .copyRight .col22{text-align:center; width:100%; margin:0; padding:0;}	
	.site-footer .col41{width:50%;}
	.site-footer .col42{width:50%;}
	.site-footer .col43{width:50%;clear: left;}
	.site-footer .col44{width:50%;}
	
	
	.col21.footerLeft {width: 100%;}
	.col22.footerRight {width: 100%; margin-left:0}
	
	ul.threegrid li{padding: 0;float: left;width: 48.5%;margin: 0 2.5% 20px 0;position:relative;}
	ul.threegrid li:nth-child(2n+2){margin-right:0;}
	ul.threegrid li:nth-child(3n+3){margin-right:2.5%;}
	
	.about-box p{margin: 0 40px 20px 0;}
	
}
@media only screen and (max-width: 767px) {	
	
	.portfolioFilter{float:left;margin: 22px 0 20px;}
	.portfolioFilter a {margin-right: 25px; margin-left:0;}
	
	
	
	.homeSlider .owl-theme .owl-nav{display:none;}
	.site-footer {padding: 30px 0 0;}	
	.site-footer .col41{width:100%; margin:0; padding:0px; border-bottom:1px solid #000; padding-bottom:20px; margin-bottom:20px;}
	.site-footer .col42{width:50%; }
	.site-footer .col43{width:50%; clear:none}
	.site-footer .col44{width:100%;border-top:1px solid #000; padding:15px 0; margin-top:15px}
	
	.site-footer .col41 .socialicon{padding:0;}
	.site-footer .col41 .socialicon p{display:none;}
	.site-footer .col41 .footerlogo{display:none;}
	.site-footer .copyRight{padding: 0 0 15px 0;margin: 0;}
	.site-footer .copyRight .right{text-align:center; padding:10px 0 0}
	
	
	.site-footer .copyRight .right{float:none;}
	.site-footer .copyRight .left{float:none; padding:20px 0 0 0}
	
	
	
	.contentLeft {width: 100%;}
	.sidebarRight {width: 100%;margin: 30px 0 0 0;}
	.about-box p {margin: 0 0px 20px 0;}
	
	
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 600px) {	
	.pageTitle{padding:100px 0 0}
	
	
	
	#primary.content-area{width:100%; margin: 0;}
	aside#secondary{padding:40px 0 0 0; width:100%}	
	.alignright,.alignleft{max-width:220px;	}	
	.titleWithborder,.titleWithoutborder {font-size: 22px; margin-bottom: 20px;}
	
	.aboutcontent .col21{width:100%}
	.aboutcontent .col22{width:100%}
	.mb10minus {margin-bottom:0;}
	
	.col21{width:100%; display:block; margin:0 0 30px 0; float:none;}
	.col22{width:100%; display:block; margin:0;}
	.col31, .col-31{width:100%; float:left;margin:0 0 30px 0;}
	.col32, .col-32{width:100%; float:left;margin:0 0 30px 0;}
	.col33, .col-33{width:100%; float:left;}
	input#address{width:100%;}
	
	
	.site-footer .col42{padding:0 15px 0 0;}
	.site-footer .col43{padding:0}
	.site-footer .col41 img{float:left}
	.site-footer .footerSocial{clear:none}
	.homeSlider .caption-wrap .line1{padding:10px;}
}
@media only screen and (max-width: 599px) {
	.site-footer .col31{width:100%; margin:0; }
	.site-footer .col32{width:100%; margin:0 0px;border-top:1px solid #000; padding:20px 0 10px }
	.logoImg, .fixed-header .logoImg {max-width: 280px;}
}

@media only screen and (max-width: 479px) {	
	
	.alignright,.alignleft{max-width:inherit; width: 100%; float:none; margin: 0;}
	.page-content, .entry-summary{margin:0}
	aside#secondary{padding:0;}	
	.owl-carousel .imgbox img{max-height:inherit}	
	.showMobile a{width:70%; font-size:14px;}
	.showMobile a.wtsapp{width:30%;}	
	.logoImg{padding: 16px 0 12px 15px;max-width:95%;}	
	.fixed-header .logoImg {padding: 6px 0 6px 15px;max-width:95%;}	
	.showbelow980{width:100%;}
	.showbelow980 a{margin:0; width:33.33%; float:left; border-radius:0; border-right:1px solid #fff}
	#menubtn{margin:0; width:33.33%; float:left; border-radius:0;}
	.fixed-header .showbelow980{display:none;}
	.serviceHead .container { padding:15px 0 50px 0;}
	.homeSlider .caption-wrap{padding:10px;}
	.portfolioContainer  .element-item{width:100%;}
} 

@media only screen and (max-width:420px) {	
	ul.threegrid li{padding: 0;float: left;width: 100%;margin: 0 0 20px 0;position:relative;}
	ul.threegrid li:nth-child(2n+2){margin-right:0;}
	ul.threegrid li:nth-child(3n+3){margin-right:0;}
}
@media only screen and (max-width: 380px) {	
.portfolioContainer figure{margin:10px;}
	
	.portfolioContainer .proDetail{display:none;}
	.portfolioContainer figure figcaption i.fa-search-plus{top:40%; left:0; right:0;}
}