@charset "utf-8";
/*----------intial declartaion of css----------*/
* { padding: 0; margin: 0; list-style: none; }
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; }
html { -webkit-text-size-adjust: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word }
q { quotes: none }
q:before, q:after { content: ''; content: none }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -0.5em; }
sub { bottom: -0.25em }
nav ul, nav ol { list-style: none; list-style-image: none; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; }
textarea { overflow: auto; vertical-align: top }
table { border-collapse: collapse; border-spacing: 0 }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: none; cursor: pointer; }
/* remember to define focus styles! */
:focus { outline: 0; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
a { text-decoration: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table { border: 0 none; border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
img { border: 0 none; max-width: 100%; }
a { outline: none; cursor: pointer; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
/* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }
.clear { clear: both; }
img { max-width: 100%; }
/* For modern browsers */ 
.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
.cf { *zoom:1;
}
/****************************************************************************************************************/
/********************************************* Common CSS *******************************************************/
/****************************************************************************************************************/ 
p { font-family: 'OpenSans-Regular'; font-size: 16px; color: #444444; line-height: 30px; padding: 0 0 20px 0; }
h1, .h1 { font-size: 45px; margin: 0 0 20px 0; color: #333333; font-family: 'Lato-Bold'; font-weight: 700; }
h2, .h2 { font-size: 30px; margin: 0 0 20px 0; color: #333333; font-family: 'Lato-Bold'; font-weight: 700; }
h3, .h3 { font-size: 26px; margin: 0 0 20px 0; color: #333333; font-family: 'Lato-Bold'; font-weight: 700; }
h4, .h4 { font-size: 22px; margin: 0 0 20px 0; color: #333333; font-family: 'Lato-Bold'; font-weight: 700; }
h5, .h5 { font-size: 20px; margin: 0 0 20px 0; color: #333333; font-family: 'Lato-Bold'; font-weight: 700; }
h6, .h6 { font-size: 18px; margin: 0 0 20px 0; color: #333333; font-family: 'Lato-Bold'; font-weight: 700; }
span.h1, span.h2, span.h3, span.h4, span.h5, span.h6 { display: block }
body { font-family: 'OpenSans-Regular'; font-size: 16px; color: #444444; line-height: 30px; }
/****************************************************************************************************************/
.noscript { background: #000; color: #fff; float: left; font-size: 20px; left: 0; margin: 0 auto; min-height: 50px; padding: 10px 0; position: fixed; right: 0; text-align: center; bottom: 0; width: 100%; z-index: 999 }
.noscript p { margin-bottom: 0; color: #fff }
.noscript p i { color: #f90; margin-right: 10px; font-size: 20px; vertical-align: middle }
img { max-width: 100%; height: auto }
::selection { background: #777777; color: #FFF }
::-moz-selection {
background:#777777;
color:#FFF;
}
::-webkit-selection {
background:#777777;
color:#FFF;
}
.mc { margin-left: auto; margin-right: auto }
.mt0 { margin-top: 0 }
.mt5 { margin-top: 5px }
.mt10 { margin-top: 10px }
.mt15 { margin-top: 15px }
.mt20 { margin-top: 20px }
.mt25 { margin-top: 25px }
.mt30 { margin-top: 30px }
.mb0 { margin-bottom: 0 }
.mb5 { margin-bottom: 5px }
.mb10 { margin-bottom: 10px }
.mb15 { margin-bottom: 15px }
.mb20 { margin-bottom: 20px }
.mb25 { margin-bottom: 25px }
.mb30 { margin-bottom: 30px }
.ml0 { margin-left: 0 }
.ml5 { margin-left: 5px }
.ml10 { margin-left: 10px }
.ml15 { margin-left: 15px }
.ml20 { margin-left: 20px }
.ml25 { margin-left: 25px }
.ml30 { margin-left: 30px }
.mr0 { margin-right: 0 }
.mr5 { margin-right: 5px }
.mr10 { margin-right: 10px }
.mr15 { margin-right: 15px }
.mr20 { margin-right: 20px }
.mr25 { margin-right: 25px }
.mr30 { margin-right: 30px }
.pt0 { padding-top: 0 }
.pt5 { padding-top: 5px }
.pt10 { padding-top: 10px }
.pt15 { padding-top: 15px }
.pt20 { padding-top: 20px }
.pt25 { padding-top: 25px }
.pt30 { padding-top: 30px }
.pb0 { padding-bottom: 0 }
.pb5 { padding-bottom: 5px }
.pb10 { padding-bottom: 10px }
.pb15 { padding-bottom: 15px }
.pb20 { padding-bottom: 20px }
.pb25 { padding-bottom: 25px }
.pb30 { padding-bottom: 30px }
.pl0 { padding-left: 0 }
.pl5 { padding-left: 5px }
.pl10 { padding-left: 10px }
.pl15 { padding-left: 15px }
.pl20 { padding-left: 20px }
.pl25 { padding-left: 25px }
.pl30 { padding-left: 30px }
.pr0 { padding-right: 0 }
.pr5 { padding-right: 5px }
.pr10 { padding-right: 10px }
.pr15 { padding-right: 15px }
.pr20 { padding-right: 20px }
.pr25 { padding-right: 25px }
.pr30 { padding-right: 30px }
.flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; flex-wrap : wrap; }
.inline-flex { display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: -inline-flex; flex-wrap : wrap; }
.flex-ac { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; }
.flex-jc { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; justify-content: center; }
.flex-js { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; }
.flex-center { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; justify-content: center; }
.flex-ac-js { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.flex-as-js { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
.list-style-none { list-style-type: none; padding: 0; margin: 0; }
.container { width: 100%; max-width: 1200px; padding: 0 15px; }
.alignleft { float: left; margin: 0 30px 20px 0; max-width: 40%; }
.alignright { float: right; margin: 0 0 20px 30px; max-width: 40%; }
.aligncenter { float: none; display: block; margin: 0 auto 30px auto }
::-webkit-input-placeholder {
color: inherit;
opacity: 1;
}
:-moz-placeholder {
color: inherit;
opacity: 1;
}
::-moz-placeholder {
color: inherit;
opacity: 1;
}
:-ms-input-placeholder {
color: inherit;
opacity: 1;
}
::placeholder {
color: inherit;
opacity: 1;
}
/****************************************************************************************************************/ 
/************************************* header section styles goes here ******************************************/
/****************************************************************************************************************/
.site-main { overflow: hidden; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.header { /*box-shadow: 0 15px 30px -5px #0093dd;*/ }
.pdourvis { 
    padding: 50px 0 40px;
 
    border-radius: 5px;
}
.site-main > header { /*position: fixed; */top: 0; left: 0; right: 0; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; z-index: 999; background: #fff; box-shadow: 0 0 10px #0093dd; }
.site-main > header.sticky { position: fixed;  }
.head-top-main { transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; background: #0093dd }
.head-bottom-main { }
.head-top { padding: 0 0 0 0 }
.left-top-head { float: right; padding: 5px 0 6px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.left-top-head span { color: #fff; position: relative; padding: 0 0 0 0; font-size: 14px; display: inline-block }
.left-top-head i { color: #fff; font-size: 18px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.head-social ul { display: inline-block; margin: 0 0 0 6px }
.head-social li { display: inline-block; margin: 0 0px 0 16px }
.right-top-head { float: left; padding: 0; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.right-top-head .head-cart-info { float: left; margin: 3px 0 0 0; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.right-top-head .head-cart-info li i { color: #fff; vertical-align: middle; font-size: 20px; margin: 0 10px 0 0; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
i.fas.fa-phone {
    transform: rotate(90deg);
}
#slider1 li:before {
  /*  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    z-index: 1;*/
}
.right-top-head .head-cart-info li { display: inline-block; margin: 0 53px 0 0px; position: relative }
.right-top-head .head-cart-info li:before { content: "|"; position: absolute; right: -30px; color: #fff; }
.right-top-head .head-cart-info li:last-child:before { display: none; }
.right-top-head .head-cart-info span { color: #fff; font-size: 16px; padding: 0 0 0 0; position: relative; top: 0; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; display: inline-block; vertical-align: middle; line-height: 30px; letter-spacing: -0.01em; }
.header .logo img { transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; }
.logo { padding: 7px 0; float: left; position: relative; display: block; margin: 0 0 0 0; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.header_right { float: right; padding: 0 0 0 0; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.header-navigation { float: left; }
/*.banner { padding: 176px 0 0 }*/
#slider1 { position: relative; }
/*#slider1 li:before { position: absolute; top: 0; left: 0; right: 0; content: ""; background: rgba(0,0,0,0.5); width: 100%; height: 100%; z-index: 1; }*/
.btn_shop_now { float: right; margin: 39px 0 0 30px; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.btn_shop_now span { text-transform: uppercase; color: #333333; font-size: 16px; font-family: 'Open Sans Bold'; width: 170px; height: 50px; line-height: 50px; background: none; text-align: center; display: inline-block; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; border-radius: 5px; border: 1px solid #777777 }
.btn_shop_now a i { display: none; }
.search_btn { float: right; padding: 31px 0 0 31px; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; }
.search-box-main { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.85); z-index: 10; display: none }
.search-box { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); width: 100%; max-width: 1200px; padding: 0 15px }
.search-box form { position: relative; padding: 0 105px 0 0 }
.search-text { border: none; height: 50px; width: 100%; padding: 5px 15px; font-weight: 400; color: #606060 }
.search-text::-webkit-input-placeholder {
color:#606060;
opacity:1
}
.search-text:-moz-placeholder {
color:#606060;
opacity:1
}
.search-text::-moz-placeholder {
color:#606060;
opacity:1
}
.search-text:-ms-input-placeholder {
color:#606060;
opacity:1
}
.search-input { background: #777777; border: none; height: 50px; font-weight: 400; color: #fff; font-size: 16px; padding: 0 45px 0 15px; position: absolute; right: 0; top: 0; }
/*.search-box form:before { content: "\f002"; font-family: "FontAwesome"; position: absolute; top: 50%; right: 15px; font-size: 20px; color: #fff; z-index: 1; pointer-events: none; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); }*/
.search-box-main .search-close { position: absolute; top: 30px; right: 30px; font-size: 22px; color: #fff; cursor: pointer; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease }
body.popup { overflow: hidden }
.btn_search { background: #0093dd; float: left; width: 50px; height: 50px; border: 1px solid #0093dd; border-radius: 5px; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.btn_search span { color: #FFF; font-size: 24px; padding: 11px 0 16px; display: block; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.btn_search a { text-align: center; font-size: 28px; padding: 10px 0; }


.site-main .btn { overflow: hidden; z-index: 10; position: relative; display: inline-block; width: auto; height: 55px; font-weight: normal; text-align: center; text-transform: uppercase; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: none; padding: 0; font-weight: 700; font-size: 16px; line-height: 55px; border-radius: 0; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; padding: 0 71px 0 41px; }
.site-main .btn:focus, .site-main .btn.focus { box-shadow: none !important; outline: none !important }
.site-main .btn:before { content: ""; background-image: url(../images/sprite.png); width: 14px; height: 16px; position: absolute; top: 50%; left: -20px; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); margin-top: -2px; }
.site-main .btn:after { content: ""; background-image: url(../images/sprite.png); width: 14px; height: 16px; position: absolute; top: 50%; right: 41px; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); margin-top: -2px; }
.site-main .btn-primary { color: #fff; background: #210035 !important; }
.site-main .btn-primary:before, .site-main .btn-primary:after { background-position: -34px -9px; }
.m_auto { margin-left: auto !important; margin-right: auto !important; }
.btn_right { margin: 0 0 0 auto !important }
@media (min-width:1025px) {
.site-main .btn:hover { padding: 0 41px 0 71px; }
.site-main .btn:hover:before { left: 41px; }
.site-main .btn:hover:after { right: -20px }
}
.site-main .btn-o { overflow: hidden; z-index: 10; position: relative; display: inline-block; width: auto; height: 55px; font-weight: normal; text-align: center; text-transform: uppercase; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: none; padding: 0; font-weight: 700; font-size: 16px; line-height: 51px; border-radius: 0; transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; padding: 0 69px 0 39px; }
.site-main .btn-o:focus, .site-main .btn-o.focus { box-shadow: none; outline: none }
.site-main .btn-o:before { content: ""; background-image: url(../images/sprite.png); width: 14px; height: 16px; position: absolute; top: 50%; left: -20px; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); margin-top: -2px; }
.site-main .btn-o:after { content: ""; background-image: url(../images/sprite.png); width: 14px; height: 16px; position: absolute; top: 50%; right: 41px; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); margin-top: -2px; }
.site-main .btn-primary-o { color: #000; background: transparent; border: 2px solid #000; border-radius:15px; }
.site-main .btn-primary-o:before, .site-main .btn-primary-o:after { background-position: -55px -9px; }
.site-main .btn-secondary-o { color: #fff; background: transparent; border: 2px solid #fff }
.site-main .btn-secondary-o:before, .site-main .btn-secondary-o:after { background-position: -34px -9px; }
@media (min-width:1025px) {
.site-main .btn-o:hover { padding: 0 39px 0 69px; color:#0093dd; border: 2px solid #0093dd; }
.site-main .btn-o:hover:before { left: 41px; }
.site-main .btn-o:hover:after { right: -20px }
}
.hl-achievements{position:relative}
.hl-achievements:before{position:absolute;left:0;top:0;height:100%;width:100%; background: rgba(10,78,152,0.95);content:"";display:block}
.hl-achievement{text-align:center;padding:125px 0 124px 0;position:relative}
.hl-achievement:before,
.hl-achievement:after{content:"";display:block;width:1px;position:absolute;left:50%;top:0;height:100px;background:#B4D4FF}
.hl-achievement:after{top:auto;bottom:0}
.hl-achievement .icon{font-size:60px;color:#FFF;margin:0 0 37px 0;line-height:60px}
.hl-achievement-counter{display:block;font-size:50px;font-family: 'Roboto', sans-serif;font-weight:400;color:#fff;margin:0 0 24px 0;line-height:70px}
.hl-achievement p{font-size:18px;font-family: 'Roboto', sans-serif;font-weight:400;color:#B4D4FF;margin:0;line-height:30px;padding:0 45px;text-transform:uppercase}
.hl-achievement .icon.fa-star{font-size:50px}
/****************************************************************************************************************/
/************************************* header section styles goes ends ******************************************/
/****************************************************************************************************************/

/****************************************************************************************************************/
/************************************* midd section styles goes here ********************************************/
/****************************************************************************************************************/
.center_title { text-align: center; position: relative; }
.center_title h2 { position: relative; margin: 0 0 31px }
.center_title h2:before { position: absolute; left: 25%; bottom: 14px; width: 170px; height: 1px; content: ""; background: #0093dd; }
.center_title h2:after { position: absolute; right: 25%; bottom: 14px; width: 170px; height: 1px; content: ""; background: #0093dd; }
.center_title p { max-width: 700px; margin: 0 auto; padding: 0 0 35px }


.title_main { display: block; font-size: 40px; margin-bottom: 20px; text-transform: capitalize; position: relative; padding-bottom: 10px; line-height: 45px; text-align: center }
.title_main:before { content: ""; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 0; width: 80px; height: 2px; background: #252b73; }
.title_main.left_title { text-align: left; }
.title_main.left_title:before { left: 0; margin: 0; right: auto; }
.title_main.center_title { text-align: center }

.iksm-136 .iksm-terms {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 400ms;
    animation: iks-fade-in 1000ms;
    padding-left: 15px;
    padding-right: 15px;
}
.servicedetail_sidebar {
    position: relative;
    border: 0px solid #FFF;
    background-color: #FFF;
    padding-top: 0px;
    padding-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
}
.servicedetail_sidebar h3 {
    font-size: 27px;
    color: #FFF;
    background-color: #0093dd;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.servicedetail_sidebar ul {
    padding: 0;
    margin-bottom: 0px;
}
.servicedetail_sidebar ul > li {
    margin-top: 0px !important;
    border-bottom: 1px solid #333;
}
.servicedetail_sidebar ul > li:last-child {
    margin-top: 0px !important;
    border-bottom: 0px solid #333;
}
.servicedetail_sidebar ul > li a {
    color: #333;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 15px 18px;
}

.product-img {
    background: #fff none repeat scroll 0 0;
    padding-top: 0;
    box-shadow: 0 0 10px #000;
    border-radius: 10px;
    margin-top: 0px;
	margin-bottom:35px;
}
.product-img img {
    padding: 20px 0px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    display: block;
}
.enqbtn {
    text-align: center;
    margin-top: 15px;
}
.enqbtn a.btn_view_more {
    border: 1px solid #0093dd;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
    color: #0093dd;
    font-size: 16px;
    font-family: 'Open Sans Bold';
    width: 170px;
    height: 50px;
    line-height: 50px;
}
/************************************* Free Shipping section styles goes ends ******************************************/
.hl_free_shipping { margin: 25px 0 0; position: relative; }
.hl_free_shipping_main { background: #fff; -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75); text-align: center; padding: 23px 0; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; border-radius:15px; }
.hl_free_shipping span { display: inline-block }
.hl_free_shipping_main span.icon { margin: 0 12px 0 0; }
.hl_free_shipping_main span.icon_txt { color: #333333; font-size: 18px; font-family: 'Lato-Bold'; display: inline-block; text-transform: uppercase; }
/************************************* Products section styles goes ends ******************************************/
.allprd {
    text-align: center;
    display: block;
    margin: 25px auto auto auto;
}
.hl_Products { padding: 60px 0 80px; }
.hl_Products .container { }
.hl_Products_main { text-align: center; max-width: 1532px; margin: 0 auto }
.hl_Products_main_box { 
    text-align: center;
    margin: 0px 0 0 0;
       box-shadow: 0 0 27px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;

    border-radius: 5px;
    padding: 2px !important;
	position:relative;
}
.hl_Products_main_box figure { margin-bottom:0px; }
.hl_Products_main_box figure img { border-radius: 5px; margin: 0 auto; background: #dddddd; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.hl_Products_main_box figure > a { position: relative; display: block; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.hl_Products_main_box figcaption { margin: 15px 0 0 0 }
.hl_Products_main_box figcaption h3 {
    margin: 0 0 15px;
    font-size: 22px;
	color:#252b73;
}
.hl_Products_main_box figcaption h3 a { color: #333333; }
.hl_Products_main_box figcaption p { padding: 0 32px 34px; }
.hl_Products_main_box figcaption a.btn_view_more { border: 1px solid #0093dd; text-transform: uppercase; display: inline-block; border-radius: 5px; color: #0093dd; font-size: 16px; font-family: 'Open Sans Bold'; width: 170px; height: 50px; line-height: 50px; }
/**************************************** Our vision and mission section *****************************************************/
.hl-client {   padding: 50px 0 40px; background: #0093dd; border-radius: 5px; }
.hl-client h2 { line-height: normal; margin: 0 0 18px !important; }
.our_vm { margin-top:35px; }
.our_vm span.tt_txt {
    font-size: 30px;
    color: #FFF;
    font-weight: 800;
}
.our_vm p { font-size:18px; margin-top:9px;  color: #FFF; text-align:left; }
.our_vm li { font-size:18px; margin-top:9px;  color: #FFF; text-align:left; }
.our_vm li:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    background: #FFF !important;
    width: 7px;
    height: 7px;
    border-radius: 5px;
}

/**************************************** About Us section *****************************************************/
.hl_about { padding: 73px 0 80px }
.hl_about h2 { margin: 0 0 46px; color:#0093dd; }
.hl_Products h2 { margin: 0 0 46px; color:#0093dd; }
.abtimg img {
    border-radius: 15px;
}
.about_content_main {  margin: 0 auto; text-align: left; }
.about_content_main p {
    padding: 0 0 15px;
    font-size: 17px;
    color: #525252;
    line-height: 30px;
    padding: 0 0 16px 0;
    text-align: justify;
}
.about_content_main a.btn_read_more { text-transform: uppercase; display: inline-block; border-radius: 5px; color: #fff; font-size: 16px; font-family: 'Open Sans Bold'; width: 170px; height: 50px; line-height: 50px; background: #0093dd; border: 1px solid #0093dd; margin: 4px 0 0 }
/**************************************** Popular Products section *****************************************************/
.hl_popular_products {
    padding: 50px 0 50px;
    background: #f5f5f5;
}
.hl_popular_products h2 { 
    margin: 0 0 46px;
    color: #0093dd;
}
.hl_popular_products_main { padding: 7px 0 0 }
.hl_popular_products_box { }
.hl_popular_products_box figure { position: relative; margin: 0 0 40px; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.hl_popular_products_box figure img { background: #fff; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}
.hl_popular_products_box figcaption { }


.hl_popular_products_box figcaption span.pp_title a {
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    display: block;
    background-color: #FFF;
    padding-bottom: 25px;
    padding-top: 21px;
}
.hl_popular_products_box .hvr_txt { opacity: 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.hl_popular_products_box figcaption .hvr_txt a.btn_add_cart { text-transform: uppercase; display: inline-block; border-radius: 5px; color: #fff; font-size: 16px; font-family: 'Open Sans Bold'; width: 170px; height: 50px; line-height: 50px; background: #0093dd; border: 1px solid #0093dd; margin: 4px 0 0; text-align: center; }
.btn_view_all { text-align: center; }
.btn_view_all a { text-transform: uppercase; display: inline-block; border-radius: 5px; color: #fff; font-size: 16px; font-family: 'Open Sans Bold'; width: 170px; height: 50px; line-height: 50px; background: #0093dd; border: 1px solid #0093dd; margin: 0 0 0 }
/*.hl_popular_products_box figure:hover:after { position: absolute; content: ""; background-color: rgba(255, 255, 255, 0.76); width: 100%; height: 100%; top: 0; left: 0; z-index: 0; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}
.hl_popular_products_box figure:hover:before { position: absolute; content: ""; background-color: rgba(255, 255, 255, 0.76); width: 100%; height: 100%; top: 0; left: 0; z-index: 0; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}*/

.work_box_main {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    margin: 15px 0;
    border-radius: 5px;

}

.work_box_main .work_img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.work_box_main .work_img img {
    width: 100%;
    border-radius: 5px;
    display: block;
	padding-top:15px;
}

.work_box_main .work_img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgb(63, 80, 178); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(63, 80, 178, 1) 0%, rgba(43, 206, 204, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(63, 80, 178, 1) 0%, rgba(43, 206, 204, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(63, 80, 178, 1) 0%, rgba(43, 206, 204, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f50b2', endColorstr='#2bcecc', GradientType=0); /* IE6-9 */
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 0;
}

.work_box_main:hover .work_img:before {
    opacity: 0.8;
}

.work_box_main .work_img .work_hvr {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.work_box_main .work_img .work_hvr .work_hvr_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.work_box_main .work_img .work_hvr .work_hvr_box:before {
    pointer-events: none;
    content: "";
    position: absolute;
    border: 1px solid #FFF;
    left: 45px;
    top: 45px;
    right: 55px;
    bottom: 55px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transform: translate(-45px, -45px);
    -moz-transform: translate(-45px, -45px);
    -o-transform: translate(-45px, -45px);
    -ms-transform: translate(-45px, -45px);
    -webkit-transform: translate(-45px, -45px);
}

.work_box_main .work_img .work_hvr .work_hvr_box:after {
    pointer-events: none;
    content: "";
    position: absolute;
    border: 1px solid #FFF;
    left: 55px;
    top: 55px;
    right: 45px;
    bottom: 45px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transform: translate(45px, 45px);
    -moz-transform: translate(45px, 45px);
    -ms-transform: translate(45px, 45px);
    -o-transform: translate(45px, 45px);
    -webkit-transform: translate(45px, 45px);
}

.work_box_main .work_img .work_hvr .work_hvr_box .work_Name {
    position: absolute;
    left: 55px;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    margin-top: 5px;
}

.work_box_main .work_img .work_hvr .work_hvr_box .work_Name i {
    font-size: 50px;
    width: 77px;
    height: 76px;
    display: block;
    text-align: center;
    margin: 0 auto;
	color:#FFF;
}

.work_box_main .work_img .work_hvr .work_hvr_box .work_Name span {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;
    padding: 70px 0 0 0;
    display: inline-block;
}

.work_box_main:hover .work_img .work_hvr {
    opacity: 1;
}

.work_box_main:hover .work_img .work_hvr .work_hvr_box:before,
.work_box_main:hover .work_img .work_hvr .work_hvr_box:after {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
.work_box_main span.pp_title a {
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    display: block;
    background-color: #FFF;
    padding-bottom: 25px;
    padding-top: 21px;
	
}
.work_box_main:hover span.pp_title a { visibility:hidden;   }

.choose_info_main .icon_box { display: block; height: 130px; width: 130px; border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-border-radius: 50%; border: 2px solid #727271; position: relative; text-align: center; margin: 0 auto 30px auto; transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; -webkit-transition:all 0.5s ease;}
.choose_info_main .icon_box:before {content: "";position: absolute;left: 6px;top: 6px; right: 6px;bottom: 6px; border: 1px solid #727271; border-radius: 50%; -moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;-webkit-border-radius: 50%; pointer-events: none; transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; -webkit-transition:all 0.5s ease;}
.choose_box_main .main_title {
    margin-bottom: 35px;
}
section#choose_section {
    padding-bottom: 60px;
    padding-top: 60px;
}
.choose_box_main h2 {
    margin: 0 0 46px !important;
    color: #0093dd;
}
.choose_info_main {  text-align: center; margin: 20px 0 0 0;}
.choose_info_main .icon_box {  /*display: inline-block; width: 170px;  height: 170px;  background: #606060;  position: relative;  border-radius: 0 50% 50% 50%;    margin-bottom: 20px;*/}
.choose_info_main .icon_box i { color: #0093dd;  font-size: 60px;  position: absolute;  top: 50%;  left: 50%; transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }

.choose_info_main .title_text {
    font-size: 23px;
    margin: 0 auto 20px;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    text-transform: capitalize;
    line-height: 30px;
}
.choose_info_main p {   margin-bottom: 0;}
.choose_info_main .title_text:before {content: "";position: absolute;bottom: 0;background: #0093dd;width: 70px;height: 5px;left: 0;right: 0;margin: 0 auto;}
/**************************************** Home Contact Form section *****************************************************/
.home_cnt_form_01 { padding: 0 0 0; }
.home_cnt_form_01 .middle_banner_img { padding: 73px 0 32px; position: relative; }
.home_cnt_form_01 .contact-form { padding: 18px 0 0; max-width: 870px; margin: 0 auto; }
.home_cnt_form_01 .title_txt h2 { position: relative; margin: 0 0 32px 0; }
.home_cnt_form_01 .title_txt span { font-family: 'Montserrat-ExtraLight'; position: relative; margin: 0 0 22px 0; color: #fff; letter-spacing: 0.2em; font-size: 24px; text-transform: uppercase; display: block; }
.home_cnt_form_01 .contact-form h2:before { display: none; }
.home_cnt_form_01 .contact-form .form-group { margin-bottom: 40px; }
.home_cnt_form_01 .contact-form textarea.form-control { height: 150px !important; resize: none; padding: 14px 10px; margin: 0 0 0; }
.home_cnt_form_01 .contact-form .form-control { background: none; background-image: none; border: 1px solid #FFF !important; border-left: none; border-right: none; border-top: none; box-shadow: none; color: #FFF !important; display: block; font-size: 15px; height: 50px; line-height: 1.42857; padding: 0 10px 0; width: 100%; }
.home_cnt_form_01 .contact-form .form-control:focus { border-color: #FFF !important; }
.home_cnt_form_01 .contact-form-main h2 { padding: 20px 0 0; font-size: 30px; color: #fff; }
.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color:#FFF;

}
.contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#FFF;

}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#FFF;

}
 .contact-form form input:-ms-input-placeholder, .contact-form form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:#FFF;
}
.home_cnt_form_01 .contact-form .captcha_box { height: auto; margin: 8px 0 30px; padding: 0 0 0 0px; position: relative; float: left; width: 48%; }
.home_cnt_form_01 .contact-form .submit_btn_box { position: relative; text-align: center; display: table; margin: 13px auto 0 }
.home_cnt_form_01 .contact-form .submit-btn { display: inline-block; text-align: center; line-height: 50px; min-width: 220px; position: relative; z-index: 1; color: #fff; font-size: 16px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; vertical-align: top; padding: 0; border-radius: 5px; margin: 0; overflow: hidden; background: #0093dd; text-transform: uppercase; font-family: 'Lato-Bold'; border: 1px solid #0093dd }
.home_cnt_form_01 .contact-form .required-field { font-size: 14px; color: #626362; text-align: center; margin-top: 0; float: left; line-height: 30px; }
.home_cnt_form_01 .contact_us_02 .contact-form .required-field span { color: #fff; }
.home_cnt_form_01 .contact-form .select_box { position: relative; }
.home_cnt_form_01 .contact-form .select_box select { -moz-appearance: none; box-shadow: none; -webkit-appearance: none; -ms-appearance: none; -o-appearance: none; -ms-appearance: none; cursor: pointer; }
.home_cnt_form_01 .contact-form .select_box select option { padding: 10px 15px; font-size: 14px; display: block; color: #000 }
.home_cnt_form_01 .contact-form .select_arrow i { color: #000; font-size: 25px; margin: 0; pointer-events: none; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); z-index: 1; }
/****************************************************************************************************************/
/************************************* midd section styles goes ends ********************************************/
/****************************************************************************************************************/

/****************************************************************************************************************/
/************************************* Footer section styles goes here ******************************************/
/****************************************************************************************************************/
@keyframes moveLion {
    0% { transform: translateX(0); }
    100% { transform: translateX(100px); } /* Adjust distance as needed */
}

.lion-logo {
    width: 150px; /* Adjust size as needed */
    position: relative;
    animation: moveLion 3s linear infinite alternate; /* Adjust timing for smooth movement */
}


footer {
    background: #0093dd none repeat scroll 0 0 / cover;
    padding: 0px 0 0px;
    text-align: center;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
footer p{color:#fff; font-size:16px; text-align:left;}
footer a{color:#fff;}
footer a:hover{color:#eaeaea !important;}

.foot {
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
}
.design-by > p {
  margin-bottom: 0;
}
.design-by > p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
}
.design-by a {
  color: #FFF;
}
.copy-by > p {
  margin-bottom: 0;
  color: #FFF;
  text-align: right;
   font-size: 16px;
}
.foot h3 {
  color: #fff;
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 0;
  text-decoration: underline;
}
.address p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}
.address div {
    font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  
    color: #FFFFFF;
}
.address a {
     font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  
}
.textcenter p{ text-align:center;}


.foot-link ul {
  color: #fff;
  display: block;
  padding-left: 0px;
  padding-right: 0px;
}

.foot-link li {
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    list-style: outside none none;
}
.foot-link input[type="text"] {
    background-color: transparent;
    border: 1px solid #FFF;
    /* border-radius: 0; */
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    height: 39px;
    margin: 6px 0;
    padding: 6px;
    width: 100%;
    border-radius: 5px;
}
.foot-link input[type="email"] {
    background-color: transparent;
    border: 1px solid #FFF;
    /* border-radius: 0; */
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    height: 39px;
    margin: 6px 0;
    padding: 6px;
    width: 100%;
    border-radius: 5px;
}
.stayupdate p { padding:0px!important; margin:0px !important; }
.foot-link .wpcf7-not-valid-tip {
    color: #000;
    font-size: 12px !important;
    font-weight: normal;
    display: block;
    line-height: 10px;
    padding-bottom: 5px;
}
.foot-link  .wpcf7-response-output {
    margin: 5px 0.5em 5px !important;
    padding: 5px !important;
    border: 1px solid #000 !important;
    font-size: 15px !important;
    line-height: 21px !important;
   
}
.foot-link input[type="submit"] {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #04538b;
  font-size: 18px;
  font-weight: 700;
  margin: 4px 0;
  padding: 5px 43px;
  width: 100%;
}
#wpcf7-f6-o1 p { padding-bottom:0px !important; }
.foot-link input[type="submit"]:hover{opacity:0.8;}
.stayupdate ::placeholder{color:#fff;  font-family: 'Lato', sans-serif;}
.stayupdate -webkit-::placeholder{color:#fff;  font-family: 'Lato', sans-serif;}
.stayupdate -moz-::placeholder{color:#fff;  font-family: 'Lato', sans-serif;}
.stayupdate -ms-::placeholder{color:#fff;  font-family: 'Lato', sans-serif;}
.stayupdate -moz-::placeholder{color:#fff;  font-family: 'Lato', sans-serif;}
.bdr-bt {
  border-bottom: 1px solid #fff;
}
.copyright {
    background-color: #04538b;
    padding-top: 7px;
    padding-bottom: 7px;
}
.copyright .kpsocial {
  
}
.copyright .kpsocial li {
  float: left;
  
  margin-right: 15px;
  list-style:none;
}
.copyright .kpsocial li a {
  color: #FFF;
  font-size: 16px;
}
.ftr-link ul { list-style:none; }
.ftr-link ul li {
  list-style: outside none none;
  display: inline;
  margin-right: 15px;
}
.ftr-link ul li a {
  color: #426eb5;
  font-size: 14px;
  font-weight: 500;
   font-family: 'Lato', sans-serif;
}
.cp-part {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 25px;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    font-weight: 300;
}
.cp-part p {
    color: #6d6d6d; font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 0;
    text-align: left;
}
.hl_contact_details { position: relative; padding:60px 0px;}
.hl_contact_details h2 {
    margin: 0 0 46px !important;
    color: #0093dd;
}
.home_cnt_form_01 h2 {
     margin: 0 0 46px !important;
    color: #FFF;
}
.home_cnt_form_01 h2:before { content: ""; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 0; width: 80px; height: 2px; background: #FFF; }
.hl_cnt_details_box { text-align: center; background: #fff; width: 270px; height: 270px; border: 1px solid #dddddd; padding: 80px 0 0; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; border-radius: 5px; box-shadow: 0px 0px 70px -20px rgba(0, 0, 0, 0.6); }
.contact_us_page .hl_cnt_details_box { padding: 60px 0 0 0 }
.hl_cnt_details_box i { color: #252b73; font-size: 30px; margin: 0 0 26px }
.contact_us_page .hl_cnt_details_box i { font-size: 60px; }
.hl_cnt_details_box i.fa-phone { transform: rotate(90deg) }
.hl_cnt_details_box p { font-size: 16px; color: #333333; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.hl_cnt_details_box a { font-size: 16px; color: #333333; }
.hl_cnt_details_box span { display: block; font-size: 16px; color: #333333; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.map_section { margin: 26px 0 0 0; position: relative; z-index: 9; }
.map_section iframe { width:100%}
.btm_footer { text-align: center; padding: 28px 0 34px }
.f_social_icons { margin: 0 0 25px }
.f_social_icons ul li { display: inline-block; margin: 0 10px; }
.f_social_icons ul li i { color: #333333; font-size: 20px; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.f_social_icons ul li i:hover { color: #999999; }
.f_menu_links { margin: 0 0 22px }
.f_menu_links ul li { display: inline-block; margin: 0 22px; position: relative; }
.f_menu_links ul li:before { position: absolute; content: "|"; right: -28px; color: #000; top: -3px; }
.f_menu_links ul li:last-child:before { display: none; }
.f_menu_links ul li a { color: #333333; font-size: 16px; text-transform: uppercase; }
.copyright { text-align: center; }
.copyright p {
    padding: 0;
    text-transform: capitalize;
}
#toTop { background: #252b73; bottom: 80px; cursor: pointer; height: 54px; position: fixed; right: 20px; width: 54px; z-index: 99; border-radius: 8px; }
.top-btn .fa-sort-up { color: #fff; font-size: 28px !important; margin: 3px 0 0; }
.top-btn > div { color: #fff; font-size: 15px; margin: -16px 0 0; text-transform: uppercase; }
/****************************************************************************************************************/
/************************************* Footer section styles ends here ******************************************/
/****************************************************************************************************************/


/******************************************************************************************************************************/
/************************************************* Inner Banner style *********************************************************/
/******************************************************************************************************************************/
.inner-banner::before {  bottom: 0; content: ""; display: block; height: 100%; left: 0; position: absolute; right: 0; top: 0; width: 100%;
    background: rgb(63, 80, 178); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(63, 80, 178, 1) 0%, rgba(43, 206, 204, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(63, 80, 178, 1) 0%, rgba(43, 206, 204, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(63, 80, 178, 1) 0%, rgba(43, 206, 204, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f50b2', endColorstr='#2bcecc', GradientType=0); /* IE6-9 */

}
.inner-banner { position: relative; padding: 175px 0 0 0; }
.inner-banner-img { background-position: center center !important; background-size: cover !important; min-height: 500px; }
.inner-banner-title { display: block; left: 0; position: absolute; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 100%; }
.position_relative { position: relative; margin: 0px 0 0 0; float: left; width: 100%; }
.inner_banner_caption, .inner-banner-title .breadcrumb { float: left; width: 100%; }
.inner_banner_caption h1, .inner_banner_caption .h1 { color: #FFF; margin: 0 auto; position: relative; text-align: center; font-size: 50px; }
.inner-banner-title .breadcrumb { background-color: rgba(0, 0, 0, 0); display: block; margin: 0; padding: 7px 0; text-align: center; z-index: 99;  position: relative; }
.inner-banner .breadcrumb li:first-child { padding-left: 0; }
.inner-banner .breadcrumb li { display: inline-block; font-size: 16px; margin: 0; position: relative; font-weight: 400; }
.inner-banner .breadcrumb li a { color: #FFF; text-transform: capitalize; font-weight: 400; font-size: 16px; }
.breadcrumb > li + li::before { color: rgb(225, 225, 225); content: "> "; padding: 0 5px; }
.inner-banner .breadcrumb > li + li::after { color: #fff; content: ""; font-size: 16px; left: -10px; padding: 0 5px; position: absolute; top: 0; }
.inner-banner .breadcrumb li.active { color: #000 }
.inner_breadcrumb { background: #FFFF; padding: 0 0 0; border-bottom: 1px solid #ddd; }
.inner_breadcrumb .breadcrumb { background: none; text-align: center; margin: 0; padding: 10px 0; display: -webkit-inline-box; }
.inner_breadcrumb .breadcrumb li a { font-size: 20px; color: #fff; }
.inner_breadcrumb .breadcrumb > li + li::before { color: #fff; content: "/ "; padding: 0 2px; }
.inner_breadcrumb .breadcrumb li.active { color: #fff; font-size: 20px; }
/****************************************************************************************************************************/
/************************************************ inner page section style **************************************************/
/****************************************************************************************************************************/
#inner-page { padding: 50px 0px 0px 0px; }
.inner-page { }
.inner-page h1 { font-size: 40px; margin: 0 0 10px 0; line-height: normal; }
.inner-page h2 { font-size: 30px; margin: 0 0 10px 0; line-height: normal; }
.inner-page h3 { font-size: 26px; margin: 0 0 10px 0; line-height: normal; }
.inner-page h4 { font-size: 22px; margin: 0 0 10px 0; line-height: normal; }
.inner-page h5 { font-size: 20px; margin: 0 0 10px 0; line-height: normal; }
.inner-page ul { list-style-type: none; margin: 0 0 10px; padding: 0 0 0 20px; }
.inner-page ul li { line-height: 26px; padding: 0 0 10px 20px; position: relative; }
.inner-page ul li:before { position: absolute; top: 10px; left: 0; content: ""; background: #333333; width: 7px; height: 7px; border-radius: 5px; }
.inner-page p { padding: 0 0 20px 0; }
.inner-page a { color: #333333; }
.img-block { text-align: center; }
.inner_service span { font-size: 35px; }
.inner-page .alignleft { float: left; margin: 0 15px 5px 0; }
.inner-page .alignright { float: right; margin: 0 0px 10px 15px; }
.inner-page .alignnone { margin: 20px 0; float: none; }
.inner-page .txt_link { color: #000; font-weight: bold; }
.inner-page ul.two_column { column-count: 2 }
.inner-page ul.three_column { column-count: 3 }
.inner_cnt_form.home_cnt_form_01 .middle_banner_img { padding: 73px 0 166px }
.inner_cnt_form.home_cnt_form_01 { background: #ddd; float: left; width: 100%; }
.map_section.inner_map { }
.hl_contact_details.inner_cnt_details { margin: -134px 0 0 0; }	
/****************************************************************************************************************************/
/************************************************ Select Vehicle Page style **************************************************/
/****************************************************************************************************************************/
.select_vehicle_page { }
.select_vehicle { padding: 24px 0 0; }
.select_vehicle h2 { margin: 0 0 26px }
.select_vehicle_box .hl_popular_products_box { float: left; width: 13.5%; padding: 0 14px 0 0; }
.select_vehicle_box .hl_popular_products_box figure { margin: 0 }
.select_vehicle_box { float: left; width: 100%; padding: 0 20px }
.select_vehicle_box .hl_popular_products_box figcaption { text-align: center; margin: 18px 0 0 }
.select_vehicle_box .hl_popular_products_box figcaption h3 { text-transform: uppercase; }
.select_vehicle_box .hl_popular_products_box figcaption h3 a { font-family: 'Open Sans Semibold'; font-size: 20px; text-transform: uppercase; }

.select_vehicle_page .hl_popular_products_box a { position: relative; display: block;}
.select_vehicle_page .hl_popular_products_box figure:hover:after {display:none;}
.select_vehicle_box .hl_popular_products_box img {width: 100%; filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: gray; opacity: 0.8; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }
.select_vehicle_box .hl_popular_products_box .hvr_txt a.btn_select { text-transform: uppercase; display: inline-block; border-radius: 5px; color: #fff; font-size: 16px; font-family: 'Open Sans Bold'; width: 170px; height: 50px; line-height: 50px; background: #333333; border: 1px solid #333333; margin: 4px 0 0; text-align: center; }
.select_vehicle_box .hl_popular_products_box .hvr_txt { top: auto;bottom:15px; left: 0;right:0;width:100%;text-align:center; transform: unset;top:auto; }
.product_cnt { text-align: center; float: left; width: 100%; margin: 64px 0 0; }
.product_cnt .container { border-top: 1px solid #ddd; }
.product_cnt ul li { text-align: left; padding: 0 0 5px 28px }
.product_cnt_box { padding: 73px 0 58px; }
.inner-page.product_cnt .center_title h2 { margin: 0 0 27px; }
.inner-page.product_cnt p { padding: 0 10px 17px }
.inner-page.product_cnt ul { padding: 0; max-width: 966px; margin: 10px auto 38px; }
.hl_Products.inner_products { float: left; width: 100%; }
.hl_Products.inner_products .center_title p { max-width: 100%; }
/****************************************************************************************************************************/
/************************************************ Toyota Page style **************************************************/
/****************************************************************************************************************************/
.our_product_row { padding-top: 40px; }
.our_product_row .our_product_col { position: relative; margin-bottom: 30px; }
.our_product_row .our_product_col:before { content: ""; position: absolute; top: 0; left: 15px; right: 15px; bottom: 0; border: 1px solid #999999; z-index: 1; pointer-events: none; }
.product_listing_main_box .product_img_main_box { position: relative; }
.product_img_main_box { display: block; position: relative; overflow: hidden; }
.product_listing_main_box .img_box img { position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: auto; height: auto; max-width: 100%; max-height: 100%; }
.product_listing_main_box .img_box { display: block; position: relative; overflow: hidden; padding-bottom: 114%; }
.product_listing_main_box .img_box:before { content: ""; position: absolute; top: 110%; left: 0; width: 200%; height: 200%; background: hsla(0, 0%, 13%, 0.50); z-index: 1; pointer-events: none; transform: rotate(-40deg); opacity: 0; background: rgba(153, 153, 153, 0.75); }
.product_listing_main_box .img_box img { position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: auto; height: auto; max-width: 100%; max-height: 100%; }
.product_listing_main_box .product_img_main_box:before { content: ""; bottom: 0; left: 15px; right: 15px; width: auto; height: 1px; background: #e6e6e6; position: absolute; }
.product_listing_main_box .img_box:after { content: ""; position: absolute; top: -109px; left: -180px; width: 180px; height: 180px; background: hsl(0, 0%, 0%); transform: skewY(-40deg); -o-transform: skewY(-40deg); -ms-transform: skewY(-40deg); -moz-transform: skewY(-40deg); -webkit-transform: skewY(-40deg); }
.product_listing_main_box .img_box i { position: absolute; top: 40px; left: 40px; transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); width: 50px; height: 50px; z-index: 2; fill: #fff; opacity: 0; font-size: 50px; color:#fff;}
.transition, :before, :after { transition: all 0.8s ease; -moz-transition: all 0.8s ease; -ms-transition: all 0.8s ease; -o-transition: all 0.8s ease; -webkit-transition: all 0.8s ease; }
.product_listing_main_box .product_listing_main_info { text-align: center; padding: 21px 10px 102px 17px; }
.product_listing_main_box .product_listing_main_info .product_title { color: #222; font-size: 16px; min-height: 95px; display: inline-block; line-height: 29px; font-family: 'Open Sans Bold'; }
.product_listing_main_box .product_listing_main_info .product_listing_block_info { position: absolute; bottom: 20px; left: 30px; right: 30px; }
.price_box { padding: 14px 0 14px 0; }
.small_btn a { background: #000; color: #fff !important; font-size: 16px; text-transform: inherit; min-width: 100px; height: 50px; line-height: 30px; display: block; text-align: center; line-height: 50px; font-family: 'Lato-Bold'; }
.price_box ins { color: #4bc5d9; text-decoration: none; color: #555; font-size: 20px; line-height: 30px; font-family: 'Lato-Bold'; font-weight: 600; padding-top: 11px; display: inline-block; vertical-align: middle; width: 100%; }
/****************************************************************************************************************************/
/************************************************ Toyota Products Details Page style **************************************************/
/****************************************************************************************************************************/
.product-image-large { position: relative; padding-bottom: 114%; overflow: hidden; cursor: pointer; border: 1px solid #e6e6e6; }
.product-image-large img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); max-width: 100%; max-height: 100%; pointer-events: none; }
.product-image-large:after { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 0; background: transparent; z-index: -1; }
.product-thumbnails { margin-top: 30px; }
.product_detail_cont h5 { font-size: 22px; }
.product-thumbnails.owl-carousel .owl-nav .owl-prev { background: url(../images/sprite.png) no-repeat; width: 19px; height: 35px; top: 50%; transform: translateY(-50%); position: absolute; margin: 0 0 0 0; left: -50px; background-position: -28px -99px; }
.product-thumbnails.owl-carousel .owl-nav .owl-next { background: url(../images/sprite.png) no-repeat; width: 19px; height: 35px; top: 50%; transform: translateY(-50%); position: absolute; right: -50px; margin: 0 0 0 0; background-position: -61px -99px; }
.inner-page.services_carousel_main { background: #f8f9fa; }
body .product-thumbnails.owl-carousel .owl-nav { position: absolute; top: 50%; left: 50%; width: 1350px; padding: 0 0; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); max-width: 100%; margin: 0 0 0 0; }
body .product-thumbnails.owl-carousel .owl-nav { padding: 0 0; }
body .product-thumbnails.owl-carousel .owl-nav button i { width: 20px; height: 25px; fill: #fff; }
body .product-thumbnails.owl-carousel .owl-nav { position: absolute; top: 50%; left: 50%; width: 1350px; padding: 0 0; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); max-width: 100%; margin: 0 0 0 0; }
.product-thumbnails .item { cursor: pointer; }
.product-thumbnails a { pointer-events: none; display: block; position: relative; padding-bottom: 95%; }
.product-thumbnails img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); max-width: 100%; max-height: 100%; width: auto !important; padding: 20px }
.product-thumbnails a:after { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid #e6e6e6; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; background: transparent; }
.product-thumbnails .selected a:after { background: transparent; border-color: #000; }
.product_detail_cont { padding: 15px 0 0 70px; }
.product_detail_cont .price_box { padding: 0 0 24px 0; margin: -5px 0 0 0; }
del { display: inline-block; vertical-align: middle; color: #777777; }
.product_detail_cont .price_box del + ins { margin-left: 29px; width: auto; padding: 0; font-size: 18px; }
.product_detail_cont p { line-height: 30px; }
.product_detail_form { max-width: 100%; padding: 20px 0 20px 0; }
.colourquantity_box_main { border: 1px solid #999999; margin-bottom: 20px; position: relative; border-radius: 0; display: inline-block; }
.colourquantity_box_main label { margin: 0; line-height: normal; position: absolute; top: 50%; transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); left: 10px; color: #333333; font-size: 15px; }
.colourquantity_box_main .qty_box { margin: 0 0 0 120px; }
.qty_box { position: relative; width: 120px; padding: 0 0 0 0; display: inline-block; vertical-align: middle; margin: 0 0 0 0; border-radius: 50px; }
.qty_box .quantity-left-minus, .qty_box .quantity-right-plus { position: absolute; width: 30px; height: 50px; top: 0; background: transparent; padding: 0; border: none; cursor: pointer; }
.qty_box .quantity-left-minus { left: 0; }
.qty_box .quantity-right-plus { right: 0; }
.qty_box button i { fill: #777; }
svg { transition: all 0.8s ease 0s; -moz-transition: all 0.8s ease 0s; -ms-transition: all 0.8s ease 0s; -o-transition: all 0.8s ease 0s; -webkit-transition: all 0.8s ease 0s; pointer-events: none; }
.qty_box .form-control { height: 50px; border: transparent; font-size: 16px; box-shadow: none; padding: 0 35px; text-align: center; color: #444444; border-radius: 0; border: 1px solid #999999; }
.colourquantity_box_main .qty_box input { border: 0; }
.add_cart_btn { padding: 0 0 0 15px; display: inline-block; vertical-align: middle; }
.add_cart_btn .button-secondary { background: #999; color: #fff !important; display: block; width: 200px; height: 50px; line-height: 50px; text-align: center; font-family: 'Lato-Bold'; text-transform: uppercase }
.product_detail_social { padding: 20px 0 40px 0; }
.product_detail_social ul { margin: 0; padding: 0; }
.product_detail_social ul li { padding: 0; margin: 0 6px 0 0; display: inline-block; vertical-align: middle; }
.product_detail_social ul li:before { display: none }
.slider_product_section { background: #f9f9f9; }
.pb_section { padding: 50px 0; }
.slider_main_box h5 { font-size: 35px }
.product_listing_main_box .product_img_main_box { background: #fff; padding: 10px 0 }
.accordion .card { border-radius: 0; border: none; }
.accordion .card .card-header + div { border: 0 solid #bbb; }
.accordion .card .card-header + div .card-body { padding: 15px 0 25px 0; }
.accordion .card .card-header { padding: 0; border-radius: 0; background-color: transparent; border: 0 !important; }
.accordion .card .card-header button { background: transparent; display: block; padding: 0 50px 0 0; width: 100%; border-radius: 0; text-align: left; color: #555555; position: relative; font-size: 19px; cursor: pointer; border: 0 !important; border-top: 1px solid #e6e6e6 !important; min-height: 60px; line-height: 35px; }
.accordion .card .card-header button.collapsed { }
.accordion .card + .card { margin-top: 3px; }
.accordion .card .card-header button[aria-expanded="true"]::before { content: ""; position: absolute; right: 19px; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); background: url(../images/minus.svg); height: 3px; width: 17px; margin: 0px 0 0 0; }
.accordion .card .card-header button.collapsed::before { content: ""; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); background: url(../images/plus.svg); height: 17px; width: 17px; margin: 0 0 0 0; }
.accordion .card .card-body ul { padding: 0 0 0 20px; margin: 0; }
.accordion .card .card-body ul li + li { margin-top: 5px; }
.accordion .card .card-body ul li a { font-size: 17px; color: #606060; }
.accordion .card .card-body ul li.selected a, .accordion .card .card-body ul li.active a { color: #d81e05; text-decoration: underline; }
.accordion .card .card-body .archives_main { padding: 0; }
.accordion .card .card-body .archives_main ul { padding: 0; }
.accordion .card .card-header + div .card-body p { line-height: 30px; }
.product_listing_main_box .product_img_main_box:before { content: ""; bottom: 0; left: 15px; right: 15px; width: auto; height: 1px; background: #e6e6e6; position: absolute; }
.product_listing_main_box .product_listing_main_info { text-align: center; padding: 21px 10px 102px 17px; background: #fff; }
.product_list_slider .owl-prev { left: -60px; margin-top: -11px; display: inline-block !important; vertical-align: middle; position: absolute; top: 50%; transform: translateY(-50%); background: url(../images/sprite.png) no-repeat -89px -86px; width: 32px; height: 59px; transition: all linear .3s; }
.product_list_slider .owl-next { right: -60px; margin-top: -11px; display: inline-block !important; vertical-align: middle; position: absolute; top: 50%; transform: translateY(-50%); background: url(../images/sprite.png) no-repeat -136px -86px; width: 32px; height: 59px; transition: all linear .3s; }
