@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,400&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&display=swap');
@import "fontawesome-all.css";
@import "animate.css";
@import "simple-line-icons.css";
*:hover, *:hover * {transition: all 0.3s;}
body {font-family: 'Nunito Sans', sans-serif;}
p {font-size:16px;
    line-height:26px;
	color:#6c6c6c;
    font-weight:400;
}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover, .btn:focus { color:#fff;}
.btn:active, .btn.active {box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0px; color:#fff;}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {text-transform: capitalize;color:#343434;font-family: 'Playfair Display', serif;}
.mrtp-0 {margin-top:0px !important;}
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm10 {margin-bottom:10px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;} 
/*scroll top*/
#scroll {position: fixed;
    right: 10px;
    bottom:55px;
    cursor: pointer;
    width:45px;
    height:45px;
    display: none;
    z-index: 99;
    text-align: center;
    color: #fff;
    opacity: 0.9;
    display: block;
    background-color:#ce1b21;
	border-radius:50%;
}
#scroll:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 80%);
    background: -webkit-radial-gradient(center ellipse,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 80%);
}
#scroll i {display:block;font-size:16px;line-height:44px;}
#scroll:hover {opacity:1;}
/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* END ANIMATED X */
/*======header=====*/
.top-header {
    padding-top:20px;
    text-align: right;
}
.top-header ul {
    padding: 0px;
    margin-bottom: 0px;
    display: inline-block;
}
.call-tp-list li {
    font-size: 15px;
    padding-right: 0px;
    font-weight: 500;
}
.call-tp-list li span {font-weight: 700;}
.call-tp-list li i {
    padding-right:7px;
    padding-left: 3px;
    font-size:14px;
    color:#ce1b21;
}
.call-tp-list li:after {
    position: relative;
    top: 0;
    content: '|';
    line-height: 22px;
    margin-left: 10px;
    font-size: 14px;
	color:rgb(228 227 227 / 80%);
}
.call-tp-list li:last-child:after { content:inherit; display:none;}
.vertical-align {
display: flex;
align-content: center;
align-items: center;
justify-content: center;
}
.blink span{animation: blink 1s linear infinite;}
@keyframes blink {
   0%{opacity: 0;}
   50%{opacity: .5;}
   100%{opacity: 1;}
}
.tp-social {margin-top: -3px;text-align: right;margin-left:10px;}
.tp-social li {padding: 0px; padding-right: 2px;}
.tp-social li i.fb {background-color: #3B5998;}
.tp-social li i.tw {background-color: #33CCFF;}
.tp-social li i.ins {background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.tp-social li i {
    color: #fff;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
    font-size: 12px;
}
/*navbar*/
.navbar {border-radius: 0px;
    position:relative;
    min-height:80px;
    margin-bottom: 0px;
    border: 0px;
}
.navbar-default {
    background:#fff;
    border-color: transparent;
}
.navbar-brand > img {
   display: block;
    width: 160px;
    position: relative;
    z-index: 9;
    border: 1px solid #ce1b21;
    background-color: #ffff;
    margin-top: -54px;
    padding: 10px 10px;
    border-top: 0;
}
.navbar-brand {height:80px;padding: 8px 15px;}
.navbar-default .navbar-nav > li > a {
    color:#616266;
    text-transform:uppercase;
    font-size: 17px;
	font-weight:600;
    letter-spacing: 0.2px;
    font-family: 'Raleway', sans-serif;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#ce1b21;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#ce1b21;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #ce1b21;
}
/*.dropdown-menu*/
.dropdown-menu {margin: 0px;
    background-color: #fff;
    border-bottom: 2px solid #ce1b21 !important;
    min-width: 200px;
    border: 0px;
    width: 250px;
    
}
.dropdown-menu > li > a {
    padding:15px 15px;
    white-space: normal;
    color:#777;
    text-transform: capitalize;
    font-size: 15px;
	font-weight:500;
    font-family:'Raleway', sans-serif;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.dropdown-menu > li > a:before {
    position: absolute;
    top:50%;
    left:0;
    bottom: 0;
    right: auto;
    width:6px;
    height:6px;
    background:#ce1b21;
    border-radius: 50%;
    content: "";
    margin-top: -1px;
    opacity: 1;
    transform: scale(0);
    transition: all 500ms ease;
}
.dropdown-menu > li:hover a:before {
    transform: scale(1);
    left:0;
}
.dropdown-menu > li:hover > a {
    padding-left:12px;
}
.dropdown-menu > li:last-child > a {border-bottom: 0px;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#ce1b21;
    background-color:transparent;
}
/*welcome-section start*/
.wel-section {padding:70px 0px;
    background: #f9f9f9 url(../img/welcome-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.wel-content h4 {color: #ce1b21;
    font-size: 21px;
    font-weight: 700;
}
.wel-content p {font-weight: 700;}
.btn3 {
    padding: 12px 28px;
    background-color:#ce1b21;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    position: relative;
    border: 0;
    border-radius: 0;
}
.heading-style h1 {
    position: relative;
    margin-top: 0;
    font-weight:700;
    text-transform: capitalize;
    font-size:40px;
    padding-bottom:40px;
}
.heading-style h1 span {color:#ce1b21;}
.heading-center {text-align: center;}
.heading-center h1:before {content: '';
    margin: 0 auto;
    background-image: url(../img/title-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 180px;
    height: 100%;
    z-index: 99;
    left: 0;
    bottom: 0;
    position: absolute;
    right: 0;
}
.heading-center {text-align: center;}
.heading-center h1:before {left: 0;right: 0;margin: 0 auto;}
.heading-white h1 {color:#fff;}
.heading-white h1:before {background-image: url(../img/title-bg-white.png);}
/*service-section start*/
.service-section {padding:60px 0;}
.division-wrap {position: relative;overflow: hidden;margin-bottom:12px;}
.division-wrap .division-content {position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index:9;
    padding: 20px;
    text-align: center;
}
.division-wrap:before {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
    content:'';
    height:50%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index:1;
}
.division-wrap:hover:before {
    background-color: rgba(0,0,0,0.2);
    height: 100%!important;
}
.division-content h3, .division-content p {color:#fff;}
.division-content p {margin-bottom: 0;}
.division-content h3 {margin-top: 0;font-size: 26px;margin-bottom: 4px;}
/*whychoose-section start*/
.whychoose-section {padding:80px 0;
    background-image: url(../img/whychoose-bg.jpg);
    background-position:top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.whychoose-section:before {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    content: '';
    background-color:rgb(0 0 0 / 60%);
}
.whychoose-item {margin-bottom: 25px;text-align: center;}
.whyus-icon i {background-color: #ce1b21;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    color: #fff;
    font-size: 35px;
    line-height: 75px;
}
.whyus-detail h3, .whyus-detail p {color:#fff;}
/*testimonial-section*/
.testimonial-section {padding:60px 0px; 
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-image: url(../img/wel_bg.jpg);
    overflow: hidden;
}
.testimonial{
    margin: 0 10px;
    padding-top: 30px;
}
.testimonial .description{
    position: relative;
    padding:40px;
    margin-bottom:10px;
    border:1px solid #ddd;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color:#ce1b21;
    position: absolute;
    top: -20px;
    left: 0;
    font-size:48px;
    z-index:9;
}
.testimonial .description:after{
    content: "\f10e";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color:#ce1b21;
    position: absolute;
    bottom:-20px;
    right: 0;
    font-size:48px;
    z-index:9;
}
.testimonial .description p {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.2px;
    word-spacing: 1px;
    font-weight: 500;
    text-align: center;
}
#testimonial-slider div.owl-item:nth-child(2n) .description:before{
    color:#ce1b21;
}
#testimonial-slider div.owl-item:nth-child(3n) .description:before{
    color:#ce1b21;
}
.testimonial .testimonial-pic {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.testimonial .testimonial-pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 2px solid #696969;
}
.testimonial .testimonial-review{
    margin:25px 0 15px 25px;
    text-align: center;
}
.testimonial .testimonial-title{
    font-size:26px;
    text-transform:capitalize;
    font-weight:600;
    color:#ce1b21;
    margin:0;
    margin-bottom:4px;
}
.testimonial .testimonial-review span{
    display: block;
    font-size: 14px;
    margin-bottom:5px;
    text-transform: capitalize;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #dc005a;
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height:10px;
    background: #333;
    opacity: 1;
}
.owl-theme .owl-controls {
    text-align: left;
    margin-top: 40px;
}
/*offset-print-section start*/
.offset-print-section {padding: 60px 0;}
.service-wrap {margin-bottom: 25px;}
.servic-item {
    overflow: hidden;
    position: relative;
} 
.servic-item img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    position: relative;
}
.servic-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.servic-item::after {
    content: '';
    position: absolute;
    top:5px;
    bottom:5px;
    left:5px;
    right:5px;
    transition: .22s ease-in;
    border:1px solid #ebebec;
}
.ser-detl h3 {margin: 0;
    background-color: #e32222;
    color: #fff;
    padding: 10px 10px;
    font-size: 20px;
    text-align: center;
}
/*form section*/
.query-wrap h3 {font-size:30px;font-weight: 700;margin-bottom: 15px;margin-top: 0;}
.query-wrap h5 {font-size:20px;margin-bottom:25px;}
.form-wrap {margin-bottom: 30px;}
.form-wrap h3 {margin: 0;
    background-color: #e32222;
    color: #fff;
    padding: 20px;
    font-weight: 700;
    text-align: center;
}
.form-wrap .quote-form {
    padding: 40px;
    background-color:#f5f5f5;
}
.quote-form .input-group {width: 100%;}
.quote-form .input-group > i:first-child {
    position: absolute;
    top: 17px;
    left: 20px;
    font-size: 15px;
}
.quote-form .input-group > i:first-child + .form-control {padding-left: 49px;}
.quote-form .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    height: 50px;
    border: 1px solid rgba(52, 52, 52, 0.2);
}
textarea.form-control {height: auto !important;}
.btn2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    background-color: #e32222;
    border-radius: 25px;
    padding: 12px 25px;
    color: #fff;
    border: 0;
}
/*footer start*/
.footer { position: relative;
    background-color:#313437;
}
.main-footer {
    padding:60px 0 40px 0px;
    color:rgba(255, 255, 255, 0.4);
    position: relative;
}
.footer-widget {margin-bottom: 20px;}
.main-footer p {color:rgba(255,255,255,.7);font-size: 16px;}
.ft-title {margin-bottom: 25px;}
.ft-title h2 {font-size:21px;
    font-weight:700;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0;
    color:#fff;
    letter-spacing: 0.4px;
    word-spacing:1px;
	text-transform: uppercase;
    padding-bottom: 15px;
}
.ft-title h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color:#ce1b21;
}
.ft-add-info li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
	font-size: 16px;
    color:#fff;
}
.ft-add-info li a:hover, .ft-links li a:hover {color:#ce1b21;}
.ft-links li:hover:before {background-color: #ce1b21;}
.ft-add-info li .icon {
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 15px;
}
.ft-add-info li span {padding-left: 10px;font-weight: 700;}
.ft-links {padding-left:15px;}
.ft-links li {
    font-size: 16px;
    color:#fff;
    position: relative;
    padding: 0 0 12px 0;
    width: 50%;
    float: left;
    list-style-image: url(../img/ft-list.png);
}
.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}
.social-links-style1 li a i {
    position: relative;
    display: block;
    background: transparent;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    color:rgba(255,255,255,.8);
    font-size: 16px;
    font-weight: 400;
    line-height:38px;
    text-align: center;
    transition: all 500ms ease;
}
.social-links-style1 li a:hover i {
    background: #ce1b21;
    color: #fff;
}
.social-links-style1 li a:hover i.fb { background-color: #3B5998;}
.social-links-style1 li a:hover i.tw { background-color:#00acee;}
.social-links-style1 li a:hover i.ins {background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.bottom-footer .container, .middle-footer .container {padding:35px 15px;border-top:1px dashed rgb(255 255 255 / 10%);overflow: hidden;}
.bottom-footer p {margin-bottom: 0px; 
    text-align: center;
	font-size: 16px;
    color:rgba(255,255,255,.7);
}
.bottom-footer p a {color:#fff;}
.whatsapp-chat {
    position: fixed;
    left: 20;
    bottom:50px;
    z-index: 99;
}
.middle-footer h4 {color: #fff;
    margin-top: 0;
    margin-bottom: 22px;
    font-size: 23px;
}
.middle-footer {text-align: center;}
.middle-footer ul {margin-bottom:0px;}
.middle-footer ul li a {color: rgba(255,255,255,.7);
    padding: 10px 20px;
    border: 1px dashed rgba(255,255,255,.2);
    margin-right:8px;
    display: block;
    margin-bottom:8px;
    font-weight: 700;
    font-size: 16px;
}
.middle-footer ul li a:hover {background-color:#2a2d31;}
/*=========inner page start======*/
/*====inner page start=====*/
.innerbanner {position: relative;	
	padding:90px 0px;
    background-color:#ECECEC;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.event-banner {background-image: url(../img/event-banner.jpg);}
.hospitality-banner {background-image:url(../img/hospitality-banner.jpg);}
.catering-banner {background-image: url(../img/catering-banner.jpg);}
.uniform-banner {background-image: url(../img/tshirt-priniting.jpg)}
.branding-banner {background-image: url(../img/branding-banner.jpg);}
.innerbanner-text {text-align: center}
.innerbanner-text h1 {margin: 0px;
    color:#fff;
    font-weight:600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size:34px;
}
.breadcrumb {
    padding: 0px;
    margin-bottom:0;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    margin-top: 8px;
}
.breadcrumb > li {color:#fff;}
.breadcrumb > .active {color:#ce1b21;}
.breadcrumb > li + li:before {color:#fff;
    content:"\e606";
    font-family:'simple-line-icons';
    padding: 0 4px;
    font-size: 9px;
}
.innerpage-section {padding:70px 0px;position: relative;}
.mission-item {padding:40px 0;}
.sidebar-widget h4 {margin-top: 0;
    background-color: #272b3d;
    color: #fff;
    padding: 16px 16px;
    font-size: 22px;
    letter-spacing: 1px;
}
.sidebar-widget ul li {margin-bottom:10px;}
.sidebar-widget ul li a {
    display: block;
    background-color: #f5f5f5;
    padding:12px 18px;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    position: relative;
}
.sidebar-widget ul li a i {margin-right: 6px;}
.sidebar-widget ul li a:hover, .sidebar-widget ul li.active  a {background-color:#ce1b21;color: #fff;}
.hglight-phra {border-left:6px solid #ce1b21;padding: 20px;margin: 15px 0;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
}
.service-content p {font-size:17px;color:#333}
.list1 {margin-bottom: 20px;}
.list1 li {font-size: 18px;margin-bottom: 10px;position: relative;padding-left: 26px;}
.list1 li:before {content:"\f101";
    position: absolute;
    left: 0;
    font-family:'Font Awesome 5 Free';
    font-weight: 900;
    color:#ce1b21;
}
.col-list li {width:50%; float: left;}
/*clients page*/
.tg-brands li {
    width: 25%;
    float: left;
	padding: 5px 5px;
}
.brand-tg-li {-webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.brand-tg-li img {margin:0px auto;}
.brand-tg-li:hover a img {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-transform-origin: center;
    transform-origin: center;
    animation-duration: .4s;
    animation-timing-function: linear;
}
.brand-tg-li:hover {
    opacity: 1;
}
.tg-brands li:nth-child(1), .tg-brands li:nth-child(5), .tg-brands li:nth-child(9), .tg-brands li:nth-child(13), .tg-brands li:nth-child(17) {
    border-left: 1px solid transparent;
}
.tg-brands li {border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.tg-brands li:nth-child(13), .tg-brands li:nth-child(14), .tg-brands li:nth-child(15), .tg-brands li:nth-child(16) {
    border-bottom:1px solid transparent;
}
/*gallery page*/
.gallery-item {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.gallery-item img {
    width: 100%;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.gallery-overlay {
    height: auto;
    left:0px;
    right:0px;
    position: absolute;
    top:0px;
    bottom:0px;
    width: auto;
    background: rgba(0,0,0,0.4);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.gallery-overlay-inner {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gallery-item i {
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    width: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.gallery-item p {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    color: #fff;
    margin: 0 0 10px;
    position: relative;
    text-transform: capitalize;
    font-size:15px;
}
.gallery-item:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.gallery-item:hover .gallery-overlay {
    visibility: visible;
    opacity: 1;
}
.gallery-item:hover p, .gallery-item:hover i {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
/*branding page*/
.branding-slide {margin-bottom:25px;
    border-radius: 5px;
    border: 5px solid #f7f7f7;
    background-color: #f7f7f7;
}
.branding-slide .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.branding-detail h2 {
    color: #222222;
    margin-top: 0;
    font-weight:700;
}
.ser-bx {position: relative;background-color:#f5f5f5;padding:5px;margin-bottom: 25px;}
.ser-bx .image-wrap {overflow: hidden;}
.image-wrap img {-webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.ser-bx:hover .image-wrap img {
    -webkit-transform:scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform:scale(1.2, 1.2);
}
.ser-detail h3 {margin:0;padding:18px 15px 18px;}
.ser-detail h3 a {display: block;}
/*contact page start*/
.contactinfo-wrap {
    background-color: #ececec;
    padding: 50px 40px;
    position: relative;
    border-radius: 20px;
    border: 2px solid #ddd;
}
.contact-detail-bx {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-bottom:1px solid #e5e5e5;
    padding-bottom: 20px;
}
.contact-detail-bx:last-child {border:0px; margin: 0px;padding: 0px;}
.contact-detail-bx .icn-bx {
    float: left;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    color:#fff;
    background-color:#ce1b21;
}
.whatsapp-bx {background-color:#19bd19 !important;border-color:#19bd19 !important;color:#fff !important;}
.contact-detail-bx .icn-bx i {font-size:18px;line-height:45px;}
.content-bx {display: grid;}
.content-bx p span.hgspn {font-weight: 700;display: block;font-size: 18px;color: #343434;}
.content-bx p span.bkt {padding-left: 5px; font-weight: 600;}
.content-bx p {margin-bottom: 0px;
    font-size:16px;
    line-height: 26px;
    word-spacing: 1px;
    color:#666;
}
.contact-field {margin-bottom: 25px;}
.contact-field h4 {margin: 0;
    font-weight: 700;
    font-size: 23px;
    font-style: italic;
    margin-bottom: 10px;
}
.contact-field p {margin-bottom:25px;letter-spacing: 0.5px;}
.contact-field .form-control {
    height:55px;
    box-shadow: none;
    border:2px solid #e9e9e9;
    background-color: #fff;
    border-radius: 5px;
    color:#818181;
    text-transform: uppercase;
    letter-spacing:0.5px;
}
textarea.form-control {height: auto !important;}
/*=====media query=====*/ 
@media(max-width:992px){
    .service-list li {width: 100%;}
    .container {width:100%;}
}
@media(min-width:769px){
	.navbar-nav > li > a {padding-top:33px;padding-bottom:34px;}
	.navbar-default .navbar-nav > li:last-child > a:after { display: none;width:0px;}
	 /*ul.nav.navbar-nav li:hover > .drop-menu {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	.drop-menu {-webkit-transform: scale(1, 0);display: block;}*/
    .navbar-default .navbar-nav > li > a:before {
    background: #ce1b21;
    bottom:0;
    content: "";
    height:3px;
    left: 0px;
    line-height: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    -webkit-transition: width 0.5s ease 0s, height 0.5s ease 0s;
    -o-transition: width 0.5s ease 0s, height 0.5s ease 0s;
    transition: width 0.5s ease 0s, height 0.5s ease 0s;
    width: 4px;
    z-index: 9;}
    .navbar-default .navbar-nav > .active > a:before, .navbar-default .navbar-nav > .active > a:hover:before, .navbar-default .navbar-nav > .active > a:focus:before {opacity: 1;filter: alpha(opacity=100);width: 100%;}
    .navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li > a:focus:before {opacity: 1;filter: alpha(opacity=100);
        width: 100%;}
    .mainmenu ul ul li {position: relative;padding:0 10px;}
    .mainmenu ul li:hover> ul {display: block;}
    .mainmenu .submnu {position: absolute;
    top: 0;
    left: 100%;
    box-shadow: none;
    border-radius: 0;
    background-color: #f9f8f8;
    border-bottom: 0px !important;}
}
@media(max-width:769px){
    .navbar-brand > img {width: 140px;}
    .navbar-default .navbar-nav > li > a {letter-spacing:1px; font-size:14px;}
	.navbar-default .navbar-toggle {border-color:#d2cece;margin-top:20px;}
	.navbar-default .navbar-toggle .icon-bar {background-color:#ce1b21;}
    .navbar-toggle .icon-bar {width:30px;height:4px;border-radius:2px;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color:#f0f0f0;}
	.animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;}
	.navbar-default .navbar-nav > li > a {border-bottom:1px solid rgba(117, 116, 116, 0.1);
	font-size:14px; letter-spacing: 0px;}
    .whyus-list li {width:50%;}
    .about-content img {width: 100%;margin-right: 0;margin-bottom: 20px;}
    .tg-brands li {width: 50%;}
    .mainmenu .submnu {margin-left: 18px;}
    .navbar-nav .open .dropdown-menu > li > a {padding: 5px 15px 5px 15px;}
}
@media(max-width:580px){
	
}
@media(max-width:480px){
    .tab .nav-tabs li{
        width: 100%;
        border-right: 1px solid #ddd;
        margin-bottom: 8px;
    }
}
