@charset "utf-8";
html, body { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: 'Open Sans', arial, sans-serif; color: #181617; font-size: 16px; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Montserrat', arial, sans-serif; line-height: 1.4; }
h1, .h1 { font-size: 34px; }
h2, .h2 { font-size: 28px; }
h3, .h3 { font-size: 24px; }
h4, .h4 { font-size: 20px; }
h5, .h5 { font-size: 18px; }
p { margin-bottom: 1rem; line-height: 1.6;}
a, a:hover, a:focus { color: #e11f27; }
b, strong { font-weight: 700; }
h1 strong, h2 strong, h3 strong, h4 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong { font-weight: 700; }
section, .section { display: block; padding: 60px 0 50px; }
.section-dark { background-color: #181617; color: #ffffff; }
.section-light { background-color: #f4f5fa !important; }
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark .h1, .section-dark .h2, .section-dark .h3, .section-dark .h4 { color: #FFFFFF; }
body > section:last-of-type, body > div.content > section:last-of-type { padding-bottom: 60px; }
.row-eq-height .row { height: 100%; }
.valign-mid > div { margin-top: auto!important; margin-bottom: auto!important }
.fops { font-family: 'Open Sans', arial, sans-serif !important; }
.fmon { font-family: 'Montserrat', arial, sans-serif !important; }
.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }
.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }
.fs15 { font-size: 15px !important; }
.fs16 { font-size: 16px !important; }
.fs18 { font-size: 18px !important; }
.fw400 { font-weight: 400 !important; }
.fw500 { font-weight: 500 !important; }
.fw600 { font-weight: 600 !important; }
.fw700 { font-weight: 700 !important; }
.icon-bold {-webkit-text-stroke: 0.6px;}
.lh1 { line-height: 1.1 !important; }
.gradient-bg { background: linear-gradient( 268deg, rgb(255 255 255 / 8%) 1%, rgb(225 31 38 / 8%) 36%, rgb(124 62 100 / 8%) 53%, rgb(22 92 161 / 8%) 74%, rgb(255,255,255) 100%); background-color: #fff!important; }
.grey-bg { background-color: #f3f3f3 !important; }
.grey-bg-light { background-color: #f9f9f9 !important; }
.dark-bg { background-color: #eaeaea !important; }
.red-bg { background-color: #e11f27 !important; color: #ffffff; }
.blue-bg { background-color: #175c95 !important; color: #ffffff; }
.slate-bg { background-color: #444444 !important; color: #ffffff; }
.black-bg { background-color: #181617 !important; color: #ffffff; }
.black-bg a { color: #ffffff; }
.bg-lt { background-position: left top !important; }
.bg-rt { background-position: right top !important; }
.bg-center { background-position: center center !important; }
.text-red { color: #e11f27 !important; }
.text-black { color: #181617 !important; }
.text-white { color: #ffffff !important; }
.text-grey { color: #686868 !important; }
.text-grey-light { color: #8d8d8d !important; }
.text-secondary { color: #555555 !important; }
.text-normal { text-transform: none !important; }
.img-caption { font-size: 13px; line-height: 1.5; color: #333; margin: 5px; }
.border-t-red { border-top: 6px solid #e11f27 !important; }
.border-b-red { border-bottom: 6px solid #e11f27 !important; }
.border-t-gradient { position: relative; overflow: hidden; }
.border-t-gradient:before { content: ''; position: absolute; width: 100%; height: 7px; background: linear-gradient(90deg, rgb(245,56,67) 0%, rgb(47,87,149) 100%) !important; top: 0; left: 0; z-index:1; }
.rounded-xl { border-radius: 15px !important; }
.rounded-5 { border-radius: 25px !important; }
.hover-shadow, .box-scale { transition: all 0.3s; }
.center-shadow { -webkit-box-shadow: 0px 5px 30px -5px rgba(0,0,0,0.3); -moz-box-shadow: 0px 5px 30px -5px rgba(0,0,0,0.3); box-shadow: 0px 5px 30px -5px rgba(0,0,0,0.3); transition: all 0.3s; }
.box-shadow { -webkit-box-shadow: 0px 5px 50px -25px rgba(0,0,0,0.4); -moz-box-shadow: 0px 5px 50px -25px rgba(0,0,0,0.4); box-shadow: 0px 5px 50px -25px rgba(0,0,0,0.4); transition: all 0.3s; }
.box-shadow:hover, .hover-shadow:hover { -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.25); -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.25); box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.25); }
.box-scale:hover { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.table-borderless td, .table-borderless th { border: 0; padding: 10px; }
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.loading { position: relative; }
.loading::before { content: ''; background-image: url("../images/loading.gif"); background-repeat: no-repeat; background-position: 45% 50%; position: absolute; width: 50px; height: 50px; top: 40%; left: 45%; background-color: transparent; z-index: 1; }
/*Main Nav Styling*/
.logo { width: 150px; height: 45px; display: inline-block; }
.logo-white { background: url("../images/logo-white.png"); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='logo-white' x='0' y='0' version='1.1' viewBox='0 0 1007.1 313' xml:space='preserve' %3E%3Cpath d='M670.6 63.3v205.3l-69.5 29.3V63.3h69.5zM491.3 268.6V63.3h69.6v234.6z' fill='%23e11f26' class='st0'%3E%3C/path%3E%3Cpath d='M9 270.8l16.9-26.7c6.4 6.5 14.9 12.1 25.5 16.8C62 265.6 72.6 268 83 268c10.7 0 18.9-2.1 24.6-6.3 5.7-4.2 8.6-9.7 8.6-16.5 0-4.4-1.9-8.1-5.6-11.1-3.8-3-8.6-5.2-14.6-6.8-6-1.6-12.5-3.3-19.7-5.2-7.1-1.9-14.4-3.8-21.8-5.7-7.4-2-14.1-4.6-20.1-8.1-6-3.4-10.8-8.3-14.6-14.7s-5.6-13.9-5.6-22.7c0-14.4 5.9-26.5 17.7-36.3 11.8-9.8 28-14.8 48.6-14.8 25.8 0 47.7 7.9 65.7 23.6L131 169.2c-5.2-6-12.3-10.9-21.2-14.7-8.9-3.8-18.5-5.6-28.7-5.6-9.5 0-17.2 1.9-22.9 5.8-5.7 3.9-8.5 8.8-8.5 14.8 0 3.5 1.5 6.5 4.4 9 2.9 2.5 6.8 4.3 11.7 5.5 4.9 1.2 10.3 2.5 16.5 4 6.1 1.5 12.3 3 18.6 4.6 6.3 1.5 12.5 3.7 18.6 6.4 6.1 2.7 11.6 5.9 16.3 9.5 4.8 3.6 8.6 8.5 11.5 14.6s4.3 13.2 4.3 21.2c0 15.4-6.2 28-18.6 37.8-12.4 9.8-29.6 14.8-51.7 14.8-14.4 0-27.9-2.3-40.5-6.8-12.5-4.4-23.1-10.9-31.8-19.3zM167.8 155.8v-31.7h28V77.5h36.7v46.6h34.3v31.7h-34.3v88.6c0 5.9 1.4 10.8 4.3 14.5 2.8 3.7 6.8 5.6 11.9 5.6 3.3 0 6.5-.6 9.5-1.8 3.1-1.2 5.3-2.6 6.8-4.2l8.7 27.6c-7.6 7.3-19.2 10.9-34.6 10.9-14.1 0-24.8-3.7-32.2-11.2-7.4-7.5-11.1-18.2-11.1-32.2v-97.8h-28zM289.4 208.2c0-16.1 3.6-31 10.8-44.4 7.2-13.5 17.4-24.2 30.5-32.1 13.1-7.9 27.8-11.9 44-11.9 24.9 0 45 8.6 60.1 25.8s22.7 39.3 22.7 66.1v8.7H327.4c1.5 13.4 7 24.5 16.5 33.3 9.5 8.8 22 13.3 37.3 13.3 8.5 0 17.2-1.6 26-4.9 8.8-3.3 16.1-7.8 21.9-13.6l16.6 24.1c-8.3 7.9-18.3 14-30.1 18.1-11.8 4.2-24.5 6.3-38.1 6.3-25.5 0-46.6-8.2-63.2-24.6-16.6-16.4-24.9-37.8-24.9-64.2zm37.7-13.5h95.2c-.2-5.2-1.3-10.4-3.2-15.4-1.9-5.1-4.6-9.9-8.3-14.4-3.6-4.5-8.6-8.2-14.8-10.9-6.2-2.7-13.3-4.1-21.3-4.1-7.5 0-14.3 1.3-20.4 4-6.1 2.7-11 6.3-14.7 10.7-3.7 4.5-6.6 9.3-8.7 14.3-2.1 5.1-3.4 10.3-3.8 15.8zM705.5 240.8c0-9.4 1.7-17.7 5.2-24.9 3.4-7.3 8-13 13.7-17.3 5.7-4.3 11.9-7.5 18.7-9.7 6.7-2.2 13.7-3.3 20.8-3.3 23.9 0 42.1 7.4 54.5 22.1v-25c0-9.6-3.6-17.2-10.9-22.8-7.2-5.6-16.8-8.4-28.6-8.4-18.9 0-35.5 6.9-49.9 20.7l-14.9-25c19.2-18.3 42.8-27.4 70.8-27.4 9.8 0 18.8 1.1 26.9 3.3s15.5 5.6 22.1 10.2c6.6 4.6 11.8 11 15.5 19.1 3.8 8.1 5.6 17.7 5.6 28.6v111.7h-36.7v-18.5c-6.4 7.3-14.3 12.9-23.7 16.9-9.4 3.9-19.7 5.9-30.9 5.9-7 0-13.9-1.2-20.7-3.6-6.8-2.4-13-5.9-18.8-10.4-5.7-4.5-10.3-10.4-13.7-17.7-3.3-7.3-5-15.4-5-24.5zm36.6.7c0 8.9 3.4 16.1 10.2 21.6 6.8 5.5 15.4 8.2 25.9 8.2 8.3 0 16.1-1.5 23.2-4.5 7.2-3 12.8-7.2 16.9-12.8v-25.4c-4.1-5.5-9.7-9.8-16.9-12.8s-14.9-4.5-23.2-4.5c-10.5 0-19.1 2.7-25.9 8.2-6.8 5.6-10.2 12.9-10.2 22zM902.6 292.8V124.1h36.7v24.7c6.7-8.4 14.9-15.3 24.6-20.6 9.7-5.3 19.8-8 30.4-8v36.3c-3.1-.7-6.9-1-11.6-1-7.7 0-16 2.2-24.7 6.7-8.8 4.5-15 9.7-18.6 15.6v114.9h-36.8z' fill='%23ffffff' class='st1'%3E%3C/path%3E%3Cpath d='M645.6 13.3h25v25h-25zM695.6 13.3h25v25h-25zM695.6 63.3h25v25h-25z' fill='%23e11f26' class='st0'%3E%3C/path%3E%3C/svg%3E"); background-position: center center; background-repeat: no-repeat; background-size: 100% auto; }
.logo-colored { background: url("../images/logo-colored.png"); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='logo-colored' x='0' y='0' version='1.1' viewBox='0 0 1007.1 313' xml:space='preserve' %3E%3Cpath d='M670.6 63.3v205.3l-69.5 29.3V63.3h69.5zM491.3 268.6V63.3h69.6v234.6z' fill='%23e11f26' class='st0'%3E%3C/path%3E%3Cpath d='M9 270.8l16.9-26.7c6.4 6.5 14.9 12.1 25.5 16.8C62 265.6 72.6 268 83 268c10.7 0 18.9-2.1 24.6-6.3 5.7-4.2 8.6-9.7 8.6-16.5 0-4.4-1.9-8.1-5.6-11.1-3.8-3-8.6-5.2-14.6-6.8-6-1.6-12.5-3.3-19.7-5.2-7.1-1.9-14.4-3.8-21.8-5.7-7.4-2-14.1-4.6-20.1-8.1-6-3.4-10.8-8.3-14.6-14.7s-5.6-13.9-5.6-22.7c0-14.4 5.9-26.5 17.7-36.3 11.8-9.8 28-14.8 48.6-14.8 25.8 0 47.7 7.9 65.7 23.6L131 169.2c-5.2-6-12.3-10.9-21.2-14.7-8.9-3.8-18.5-5.6-28.7-5.6-9.5 0-17.2 1.9-22.9 5.8-5.7 3.9-8.5 8.8-8.5 14.8 0 3.5 1.5 6.5 4.4 9 2.9 2.5 6.8 4.3 11.7 5.5 4.9 1.2 10.3 2.5 16.5 4 6.1 1.5 12.3 3 18.6 4.6 6.3 1.5 12.5 3.7 18.6 6.4 6.1 2.7 11.6 5.9 16.3 9.5 4.8 3.6 8.6 8.5 11.5 14.6s4.3 13.2 4.3 21.2c0 15.4-6.2 28-18.6 37.8-12.4 9.8-29.6 14.8-51.7 14.8-14.4 0-27.9-2.3-40.5-6.8-12.5-4.4-23.1-10.9-31.8-19.3zM167.8 155.8v-31.7h28V77.5h36.7v46.6h34.3v31.7h-34.3v88.6c0 5.9 1.4 10.8 4.3 14.5 2.8 3.7 6.8 5.6 11.9 5.6 3.3 0 6.5-.6 9.5-1.8 3.1-1.2 5.3-2.6 6.8-4.2l8.7 27.6c-7.6 7.3-19.2 10.9-34.6 10.9-14.1 0-24.8-3.7-32.2-11.2-7.4-7.5-11.1-18.2-11.1-32.2v-97.8h-28zM289.4 208.2c0-16.1 3.6-31 10.8-44.4 7.2-13.5 17.4-24.2 30.5-32.1 13.1-7.9 27.8-11.9 44-11.9 24.9 0 45 8.6 60.1 25.8s22.7 39.3 22.7 66.1v8.7H327.4c1.5 13.4 7 24.5 16.5 33.3 9.5 8.8 22 13.3 37.3 13.3 8.5 0 17.2-1.6 26-4.9 8.8-3.3 16.1-7.8 21.9-13.6l16.6 24.1c-8.3 7.9-18.3 14-30.1 18.1-11.8 4.2-24.5 6.3-38.1 6.3-25.5 0-46.6-8.2-63.2-24.6-16.6-16.4-24.9-37.8-24.9-64.2zm37.7-13.5h95.2c-.2-5.2-1.3-10.4-3.2-15.4-1.9-5.1-4.6-9.9-8.3-14.4-3.6-4.5-8.6-8.2-14.8-10.9-6.2-2.7-13.3-4.1-21.3-4.1-7.5 0-14.3 1.3-20.4 4-6.1 2.7-11 6.3-14.7 10.7-3.7 4.5-6.6 9.3-8.7 14.3-2.1 5.1-3.4 10.3-3.8 15.8zM705.5 240.8c0-9.4 1.7-17.7 5.2-24.9 3.4-7.3 8-13 13.7-17.3 5.7-4.3 11.9-7.5 18.7-9.7 6.7-2.2 13.7-3.3 20.8-3.3 23.9 0 42.1 7.4 54.5 22.1v-25c0-9.6-3.6-17.2-10.9-22.8-7.2-5.6-16.8-8.4-28.6-8.4-18.9 0-35.5 6.9-49.9 20.7l-14.9-25c19.2-18.3 42.8-27.4 70.8-27.4 9.8 0 18.8 1.1 26.9 3.3s15.5 5.6 22.1 10.2c6.6 4.6 11.8 11 15.5 19.1 3.8 8.1 5.6 17.7 5.6 28.6v111.7h-36.7v-18.5c-6.4 7.3-14.3 12.9-23.7 16.9-9.4 3.9-19.7 5.9-30.9 5.9-7 0-13.9-1.2-20.7-3.6-6.8-2.4-13-5.9-18.8-10.4-5.7-4.5-10.3-10.4-13.7-17.7-3.3-7.3-5-15.4-5-24.5zm36.6.7c0 8.9 3.4 16.1 10.2 21.6 6.8 5.5 15.4 8.2 25.9 8.2 8.3 0 16.1-1.5 23.2-4.5 7.2-3 12.8-7.2 16.9-12.8v-25.4c-4.1-5.5-9.7-9.8-16.9-12.8s-14.9-4.5-23.2-4.5c-10.5 0-19.1 2.7-25.9 8.2-6.8 5.6-10.2 12.9-10.2 22zM902.6 292.8V124.1h36.7v24.7c6.7-8.4 14.9-15.3 24.6-20.6 9.7-5.3 19.8-8 30.4-8v36.3c-3.1-.7-6.9-1-11.6-1-7.7 0-16 2.2-24.7 6.7-8.8 4.5-15 9.7-18.6 15.6v114.9h-36.8z' fill='%23181617' class='st1'%3E%3C/path%3E%3Cpath d='M645.6 13.3h25v25h-25zM695.6 13.3h25v25h-25zM695.6 63.3h25v25h-25z' fill='%23e11f26' class='st0'%3E%3C/path%3E%3C/svg%3E"); background-position: center center; background-repeat: no-repeat; background-size: 100% auto; }
.stellar_logo a { position: relative; }
.stellar_logo a:before { width: 1px; height: 100%; background: linear-gradient(0deg, rgba(0,0,0,0) 0%, #d0d0d0 50%, rgba(0,0,0,0) 100%); position: absolute; right: -15px; top: 7px; margin: auto; content: ''; }
.stellar_logo .exp_text { font-size: 12px; line-height: 1; color: #737373; padding-left: 15px; padding-top: 10px; }
.stellar_logo .exp_text span { display: block; background: linear-gradient(147deg, rgb(245,56,67) 10%, rgb(47,87,149) 68%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; font-size: 16px; font-weight: 700; font-family: 'Montserrat'; padding-bottom: 0.35rem; }
.navbar-top { padding: 3px 0; background-color: transparent !important; width: 100%; font-size: 13px; color: #fff; position: relative; }
.navbar-top #top-menu > li { padding: 0 10px; }
.navbar-top #top-menu > li > a { color: #fff; text-decoration: none; position: relative; }
.navbar-top:before { content: ''; position: absolute; right: 0rem; background: linear-gradient(129deg, rgba(255, 255, 255, 1) 13%, rgba(52, 87, 141, 1) 13%, rgba(245, 58, 69, 1) 100%); top: 0; min-width: 550px; width: 45%; height: 70px; }
.navbar-top #top-menu > li > a::before { content: ""; position: absolute; width: 0%; height: 1px; top: 100%; right: 0; background-color: #fff; transition: all 0.3s ease-in-out 0s; transform-origin: left center; }
.navbar-top #top-menu > li > a:hover::before, .navbar-top #top-menu > li.dropdown.show > a::before { width: 100%; left: 0; }
.navbar-main.navbar { padding: 1rem 0 1.3rem; background-color: #fff; ; z-index: 16; width: 100%; }
.navbar-main .navbar-brand img, .navbar-main .navbar-brand svg { max-width: 150px; }
.navbar-main #main-menu { margin-left: 6%; }
.navbar-main #main-menu > li { padding: 0 20px; position: static; }
.navbar-main #main-menu > li > a { background-color: transparent; font-family: 'Open Sans', arial, sans-serif; font-weight: 700; color: #ffffff; font-size: 16px; padding: 10px 0px 2px 0px; position: relative; z-index: 2; cursor: pointer; }
.navbar-main #main-menu > li > a.dropdown-toggle::after { display: none }
.navbar-main #main-menu > li > a::before { content: ""; position: absolute; width: 0%; height: 2px; top: 100%; right: 0; background-color: #e11f27; transition: all 0.3s ease-in-out 0s; transform-origin: left center; }
.navbar-main #main-menu > li > a:hover::before, .navbar-main #main-menu > li.dropdown.show > a::before { width: 100%; left: 0; }
.navbar-main #right-menu > li > a { padding: 5px; font-size: 14px; z-index: 2; position: relative; cursor: pointer; }
.navbar-main #right-menu .dropdown-item, .navbar-top #top-menu .dropdown-item { font-size: 14px; padding: 0.20rem 1rem; }
.navbar-main.navbar-light #main-menu > li > a, .navbar-top #top-menu .dropdown-item { color: #181617; }
.navbar-main #main-menu .dropdown:after, .navbar-main #right-menu .dropdown:after { content: ''; top: 105px; right: 0; bottom: 0; left: 0; transition: opacity .15s ease-in-out; opacity: 0; visibility: hidden; background-color: rgba(0,0,0,.7); pointer-events: none; }
.navbar-main #main-menu .dropdown.show:after, .navbar-main #right-menu .dropdown.show:after { z-index: 1; opacity: 0; visibility: hidden; position: fixed; }
.navbar-main.navbar-light #right-menu > li > a.btn { padding: 8px 15px; font-weight: 700;}
.navbar-main.navbar-light #right-menu > li > a.btn-primary:hover, .navbar-main.navbar-light #right-menu > li > a.btn-primary:focus { color: #fff; }
.call-icon { background: url("../images/sprites.png") no-repeat 0 -23px; width: 22px; height: 21px; display: inline-block; vertical-align: middle; margin-top: 2px; }
.call-icon-dark { background: url("../images/sprites.png") no-repeat 0 0; width: 22px; height: 21px; display: inline-block; vertical-align: middle; margin-top: 2px; }
.location-icon { background: url("../images/sprites.png") no-repeat -39px -24px; width: 25px; height: 23px; display: inline-block; vertical-align: middle; }
.location-icon-dark { background: url("../images/sprites.png") no-repeat -39px 0; width: 25px; height: 23px; display: inline-block; vertical-align: middle; }
.search-icon { background: url("../images/sprites.png") no-repeat -166px -23px; width: 23px; height: 22px; display: inline-block; vertical-align: middle; margin-top: 2px; }
.search-icon-dark { background: url("../images/sprites.png") no-repeat -166px 0; width: 23px; height: 22px; display: inline-block; vertical-align: middle; margin-top: 2px; }
.contact-call { display: flex; align-items: center; justify-content: space-around; }
.contact-call a { display: inline-block; line-height: 1.3 !important; font-size:18px; }
.contact-call a:hover { text-decoration: none }
.contact-call a strong { font-family: 'Montserrat'; font-weight: 600; color: #181617; }
/*Mega Menu*/
.megamenu { padding: 0; margin:-1px 0 0 0; border-radius: 0; width: 100%; box-shadow: 0px 0 29px 0px rgba(0, 0, 0, 0.2); min-height: 500px;}
.megamenu .nav-col { padding-top: 25px; padding-bottom: 25px }
.megamenu .nav-col-heading, .megamenu .nav-col-heading a { font-size: 17px; color: #181617; }
.megamenu .submenu-item { font-size: 14px; color: #000; font-family: 'Open Sans'; padding: 1.2rem 1.2rem; display: flex; align-items: flex-start; margin: 0; border-radius: 19px; position: relative; overflow: hidden }
.megamenu .submenu-item:before { width: 100%; height: 100%; background: linear-gradient(90deg, #f53843 0%, #2f5795 100%); position: absolute; left: 0; top: 0; content: ''; z-index: 0; opacity: 0; transition: ease-in-out 300ms }
.megamenu .submenu-item:hover:before { opacity: 1 }
.megamenu .submenu-item figure { padding: .5rem; box-shadow: 0 0 20.37px .63px rgba(0,0,0,.15); border-radius: 10px; width: 70px; display: flex; align-items: center; justify-content: center; margin-right: 1rem; background: #fff; margin-bottom: 0; position: relative; transition: ease-in-out 300ms }
.megamenu .submenu-item figcaption { font-size: 13px; transition: ease-in-out 300ms; display: flex; flex-direction: column; position: relative;line-height: 1.3; }
.megamenu .submenu-item figcaption .submenu-title { display: block; transition: ease-in-out 300ms; font-weight: 700; color: #181617; font-size: 15px; font-family: 'Montserrat'; }
.megamenu .submenu-item figcaption .submenu-desc { padding-top:.5rem;}
.megamenu .submenu-item:hover figcaption, .megamenu .submenu-item:hover, .megamenu .submenu-item:hover figcaption .submenu-title { color: #fff; text-decoration: none }
.menu_tab .tab-content > .active { display: flex }
.menu_tab .nav-tabs { border-bottom: 1px solid #ccc; }
.menu_tab .nav-tabs > .nav-link { position: relative; color: #181617 !important; font-size: 14px; font-weight: bold; font-family: 'Open Sans', arial, sans-serif; padding: 0px 0px 10px; cursor: pointer; min-width: 100px; text-align: center; margin: 0 15px; }
.menu_tab .nav-tabs > .nav-link:first-child { margin-left: 0 !important; }
.menu_tab .nav-tabs > .nav-link.active { background: linear-gradient(90deg, rgb(245, 56, 67) 10%, rgb(47, 87, 149) 68%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.menu_tab .nav-tabs > .nav-link.active, .menu_tab .nav-tabs > .nav-link:hover, .menu_tab .nav-tabs > .nav-link.active:focus { border-color: transparent; background-color: transparent; }
.menu_tab .nav-tabs > .nav-link::before { content: ""; position: absolute; width: 100%; height: 2px; bottom: -2px; left: 0; background-color: #e11f27; background: linear-gradient(147deg, rgb(47, 87, 149) 0%, rgb(245, 56, 67) 100%); transform: scaleX(0); transform-origin: bottom right; transition: transform .3s; }
.menu_tab .nav-tabs > .nav-link.active::before, .menu_tab .nav-tabs > .nav-link:focus::before { transform-origin: bottom left; transform: scaleX(1); }
/*Mobile Nav Css start*/
.navbar-main .navbar-toggler, .navbar-main .navbar-toggler:focus { border: none; outline:none; padding:0;}
.mob-nav-slide { display: none !important; }
#mob-nav-close { cursor: pointer; padding-bottom: 10px; }
.mob-nav-slide { background: #ffffff; color: #181617; float: left; height: 100%; left: -650px; padding: 10px 18px; position: fixed; top: 82px; width: 100%; max-width: 640px; z-index: 10002; overflow-y: scroll; box-shadow: 0px 8px 10px rgb(0 0 0 / 40%); }
.mob-nav-slide a { color: #181617; text-decoration: none; position:relative; }
.mob-nav-slide a:hover { color: #181617; }
.mob-nav-list { margin: 0; padding: 0; }
.mob-nav-list > ul { margin: 0 0 20px; padding: 0; }
.mob-nav-list > ul ul { padding-left: 20px }
.mob-nav-list li {background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border-bottom: solid 1px #EEEEEE; display: block; list-style: outside none none; }
.mob-nav-list li.selected > a {background: linear-gradient(147deg, rgb(245, 56, 67) 4%, rgb(47, 87, 149) 29%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent;}
.mob-nav-list li a { display: block; font-family: 'Montserrat'; font-size: 16px; font-weight: 700; padding: 16px 0; border-bottom: none; }
.mob-nav-list li a:hover { text-decoration: none; background-color: transparent; }
.mob-nav-list li a:focus { text-decoration: none; outline: none; }
.mob-nav-list > ul ul { display: none; }
.mob-nav-list > ul ul li a { font-size: 14px; }
.mob-nav-list li .caret { width: 10px; height: 10px; border: solid #ccc; border-width: 0 2px 2px 0; transform: rotate(-48deg); content: ''; position: absolute; right: 0; bottom: 0; top: 0; margin: auto; margin-right: .8rem; transition: ease-in-out .5s;}
.mob-nav-list li.selected > a > .caret{transform: rotate(47deg);}
.hamburger_menu { width: 20px; height: 40px; border-radius: 3px; text-align: center; color: #e11f26; line-height: 40px; font-size: 26px; cursor: pointer; position: relative; z-index: 9; transition: all 0.2s ease; display: flex; justify-content: flex-end; align-items: center; margin-right: 5px; }
.hamburger_icon { width: 19px; height: .12rem; background: #181617; display: block; position: relative; margin-top: 4px; }
.hamburger_icon:before { width: calc(100%); height: 2px; position: absolute; right: 0; top: -7px; content: ''; background: #181617; transition: .3s ease-in-out }
.hamburger_icon:after { width: calc(100%); height: 2px; position: absolute; right: 0; bottom: -7px; content: ''; background: #181617; transition: .3s ease-in-out }
.hamburger_icon.show { background: none }
.hamburger_icon.show:after { transform: rotate(134deg) }
.hamburger_icon.show:before { transform: rotate(45deg); top: 3px }
.hamburger_icon.show:after { top: 3px }

/*Banner Styling*/
.banner-cont { background-color: #f4f5fa; background-position: center top; background-repeat: no-repeat; background-size: cover; width: auto !important; margin-top: 0; padding: 3.4rem 0 4rem; min-height: 90vh; }
.banner-cont .scale, .banner-carousel .scale { transform:scale(1.15);}
.banner-small { min-height: 30vh; }
.banner-cont .carousel-caption .btn, .banner-carousel .carousel-caption .btn { margin-top: 15px; }
.banner-side-image { position: absolute; left: 100%; top: 0; }
.banner-carousel .banner-carousel-bg { background-position: center top; background-repeat: no-repeat; background-size: cover; }
.banner-carousel .carousel-item { height: 42rem; min-height: 85vh; }
.banner-carousel .carousel-item .carousel-caption { color: inherit; width: 95%; left: auto; right: auto; bottom: initial; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); z-index: 1; }
.banner-carousel .carousel-indicators { bottom: 7%; }
.banner-carousel .carousel-indicators li { height: 7px }
.banner-carousel .carousel-indicators .active { background-color: #e11f27; }
.banner-carousel .carousel-control-next, .banner-carousel .carousel-control-prev { z-index: 1; width: 5%; }
.banner-carousel .carousel-item .small-title, .banner-cont .small-title { font-size: 16px; }
.banner-carousel .carousel-item h1, .banner-carousel .carousel-item .h1, .banner-cont h1, .banner-cont .h1 { font-size: 40px; font-weight: 700; line-height: 1.2; margin-bottom: 15px; }
.banner-carousel .carousel-item h1.small, .banner-cont h1.small, .banner-small h1 { font-size: 34px; line-height: 1.2 !important; font-weight: 700 !important; }
.banner-carousel .carousel-item i, .banner-cont i { font-style: normal; }
.banner-carousel .carousel-item h2, .banner-carousel .carousel-item .h2, .banner-cont h2, .banner-cont .h2 { color: #686868; font-size: 20px; font-weight: 600; margin: 3% 0 5%; }
.carousel-multi-item .carousel-item { padding-top: 2rem; padding-bottom: 4rem; }
.carousel-multi-item .carousel-control-next, .carousel-multi-item .carousel-control-prev { width: 30px; }
.section-light .carousel-control-next, .section-light .carousel-control-prev, .carousel-control-next.dark-arrow, .carousel-control-prev.dark-arrow { -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); }
.section-light .carousel-indicators li { background-color: #333; }
.actions-bar { padding: 0; background-color: #ffffff; border-bottom: 1px solid #e3e3e3; position: sticky; top: 0; z-index: 11; display:none !important;}
.actions-bar .btn + .btn { margin-left: 5px; }
.actions_list { max-height: 75px; overflow: hidden; margin-bottom:-1px; }
.actions_list li { margin: 0; padding: 0; font-size: 13px; font-weight: 700; font-family: 'Montserrat', arial, sans-serif; }
.actions_list li a { padding: 18px 13px 19px; line-height: 2.5; color: #181617; position: relative }
.actions_list li a img { max-height: 25px; }
.actions_list li:first-child { margin-left: 0; }
.actions_list li:last-child { margin-right: 0; }
.actions_list li a::before { content: ""; position: absolute; width: 100%; height: 3px; bottom: 0px; left: 0; background-color: #e11f27; visibility: hidden; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); transition: all 0.3s ease-in-out 0s; }
.actions_list li a.active::before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
/*Buttons Styling*/
.btn { font-family: 'Montserrat', arial, sans-serif; border-radius: 5px; padding: 15px 15px; font-weight: 600; border: none; transition-duration: 0.3s; transition-property: background, border; margin-bottom: 5px; position: relative; overflow: hidden; line-height: 1.4; }
.btn:before, #goTop:before, .btn::before, #goTop::before, .vc-darkhoverbox-link a::before { transition: transform 0.35s cubic-bezier(0.162, 0.85, 0.45, 1); content: ''; position: absolute; top: 50%; left: 50%; background-color: rgba(255, 255, 255, 0.1); -webkit-transform: translate(-50%, -50%) scale(0); -moz-transform: translate(-50%, -50%) scale(0); -ms-transform: translate(-50%, -50%) scale(0); -o-transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0); border-radius: 50%; width: 110%; height: 0; padding-bottom: 110% }
.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus { box-shadow: none; }
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active { color: none; background-color: none; border-color: none; }

@media screen and (prefers-reduced-motion: reduce) {
.btn:before, #goTop:before, .btn::before, #goTop::before, .vc-darkhoverbox-link a::before { transition: none }
}
.btn:hover:before, #goTop:hover:before, .btn:hover::before, #goTop:hover::before, .vc-darkhoverbox-link a:hover::before { -webkit-transform: translate(-50%, -50%) scale(1); -moz-transform: translate(-50%, -50%) scale(1); -ms-transform: translate(-50%, -50%) scale(1); -o-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); }
.btn-default { background-color: #ffffff; color: #181617; border: 1px solid #ffffff; box-shadow: none; }
.btn-default:hover, .btn-default:focus, .btn-default.active { background-color: #ffffff; color: #181617; border: 1px solid #ffffff; box-shadow: none; }
.btn-primary, .btn-primary.disabled, .btn-primary[disabled], .btn-primary.disabled:hover, .btn-primary[disabled]:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active { background-color: #e11f27; color: #ffffff; border: 1px solid #e11f27; box-shadow: none; }
.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active { background-color: #e11f27; color: #ffffff; border: 1px solid #e11f27; box-shadow: none; }
.btn-secondary { background-color: #555555; color: #ffffff; border: 1px solid #555555; box-shadow: none; }
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active { background-color: #555555; color: #ffffff; border: 1px solid #555555; box-shadow: none; }
.btn-info, .btn-info.disabled, .btn-info[disabled], .btn-info.disabled:hover, .btn-info[disabled]:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, .btn-info.disabled:active, .btn-info[disabled]:active { background-color: #181617; color: #ffffff; border: 1px solid #181617; box-shadow: none; }
.btn-info:hover, .btn-info:focus, .btn-info.active, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active { background-color: #181617; color: #ffffff; border: 1px solid #181617; box-shadow: none; }
.btn-download, .btn-download.disabled, .btn-download[disabled], .btn-download.disabled:hover, .btn-download[disabled]:hover, .btn-download.disabled:focus, .btn-download[disabled]:focus, .btn-download.disabled:active, .btn-download[disabled]:active { background-color: #099e44; color: #ffffff; border: 1px solid #099e44; box-shadow: none; padding: 8px 15px 16px 15px; }
.btn-download:hover, .btn-download:focus, .btn-download.active { background-color: #099e44; color: #ffffff; border: 1px solid #099e44; box-shadow: none; }
.btn-download span { font-size: 12px; font-weight: 500; display: block; position: absolute; left: 43px; }
.btn-download > img { float: left; margin-top: 8px; margin-right: 12px; }
.btn-green, .btn-green.disabled, .btn-green[disabled], .btn-green.disabled:hover, .btn-green[disabled]:hover, .btn-green.disabled:focus, .btn-green[disabled]:focus, .btn-green.disabled:active, .btn-green[disabled]:active { background-color: #099e44; color: #ffffff; border: 1px solid #099e44; box-shadow: none; }
.btn-green:hover, .btn-green:focus, .btn-green.active { background-color: #099e44; color: #ffffff; border: 1px solid #099e44; box-shadow: none; }
.btn-wire { border-width: 1px; border-style: solid; background-color: transparent; }
.btn-wire.btn-default { border-color: #ffffff; color: #ffffff; }
.btn-wire.btn-default:hover, .btn-wire.btn-default:focus { border-color: #ffffff; color: #181617; }
.btn-wire.btn-primary { border-color: #e11f27; color: #e11f27; }
.btn-wire.btn-primary:hover, .btn-wire.btn-primary:focus { border-color: #e11f27; color: #ffffff; }
.btn-wire.btn-secondary { border-color: #555555; color: #555555; }
.btn-wire.btn-secondary:hover, .btn-wire.btn-secondary:focus { background-color:transparent;}
.btn-wire.btn-info { border-color: #181617; color: #181617; }
.btn-wire.btn-info:hover, .btn-wire.btn-info:focus, .btn-wire.btn-info.active { border-color: #181617; color: #ffffff; }
.btn-wire.btn-download { border-color: #099e44; color: #099e44; }
.btn-wire.btn-download:hover, .btn-wire.btn-download:focus, .btn-wire.btn-download.active { border-color: #099e44; color: #ffffff; }
.btn-wire.btn-green { border-color: #099e44; color: #099e44; }
.btn-wire.btn-green:hover, .btn-wire.btn-green:focus, .btn-wire.btn-green.active { border-color: #099e44; color: #ffffff; }
.btn-wire.btn-light { border-color: #ffffff; color: #ffffff; }
.btn > img { display: inline-block !important; max-height: 20px; vertical-align: middle; margin-right: 7px; }
.btn svg, .btn i {display: inline-block; width: 20px; height: 20px; transition: all 0.35s; vertical-align: text-top; line-height: 1; }
.btn svg, .btn.btn-right-icon svg, .btn i, .btn.btn-right-icon i { margin-left: 5px; margin-right: 0; }
.btn.btn-left-icon svg, .btn.btn-left-icon i { margin-right: 5px; margin-left: 0; }
.btn i:before { transition: all 0.35s; -webkit-text-stroke: 0.6px;}
.btn:hover svg, .btn.btn-right-icon:hover svg, .btn:hover i:before, .btn.btn-right-icon:hover i:before { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.btn.btn-left-icon:hover svg, .btn.btn-left-icon:hover i:before { -webkit-transform: translateX(-5px); -moz-transform: translateX(-5px); -ms-transform: translateX(-5px); -o-transform: translateX(-5px); transform: translateX(-5px); }
.btn.btn-round { border-radius: 50px !important; }
.btn-sm, .btn-xs { border-width: 1px !important; }
.btn.btn-lg > img { height: 20px; }
.btn-lg, .btn-group-lg > .btn { padding: 20px 20px; }
.btn-lg.btn-download, .btn-group-lg > .btn.btn-download { padding: 11px 20px 22px; }
.btn-lg.btn-download span, .btn-group-lg > .btn.btn-download span { left: 53px; }
.btn-lg.btn-download > img, .btn-group-lg > .btn.btn-download img { margin-top: 11px; height: 24px; max-height: 25px; margin-right: 10px; }
.btn-big, .btn-group-big > .btn { padding: 25px 30px; font-size: 24px; }
.btn.btn-big > img { height: 26px; }
.btn-big.btn-download, .btn-group-big > .btn.btn-download { padding: 16px 20px 32px; }
.btn-big.btn-download span, .btn-group-big > .btn.btn-download span { left: 55px; }
.btn-big.btn-download > img, .btn-group-big > .btn.btn-download img { margin-top: 11px; height: 24px; max-height: 26px; margin-right: 10px; }
.btn-sm, .btn-group-sm > .btn { padding: 10px 10px 9px; }
.btn.btn-sm > img { height: 16px; margin-right: 7px; }
.btn-sm.btn-download, .btn-group-sm > .btn.btn-download { padding: 3px 10px 11px; }
.btn-sm.btn-download span, .btn-group-sm > .btn.btn-download span { left: 33px; bottom: 2px; font-size: 10px; }
.btn-xs, .btn-group-xs > .btn { padding: 2px 5px; font-size: 12px; }
.btn.btn-xs > img { height: 13px; margin-right: 5px; margin-top: 1px; }
.btn-xs.btn-download span { display: none }
.light-icon, .btn-primary:hover > img, .btn-primary:focus > img, .btn-primary.active > img, .btn-download:hover > img, .btn-download:focus > img, .btn-download.active > img, .btn-green:hover > img, .btn-green:focus > img, .btn-green.active > img, .btn-info:hover > img, .btn-info:focus > img, .btn-info.active > img { -webkit-filter: brightness(100); -moz-filter: brightness(100); -o-filter: brightness(100); -ms-filter: brightness(100); filter: brightness(100); }
/*Contetn Styling*/
.section-title { font-weight: 500; padding-bottom: 20px; }
.section-title span { color: #e11f27; }
.small-title { font-size: 16px; font-family: 'Montserrat', arial, sans-serif; font-weight: 700; line-height: 1.2; color: #e11f27; margin-bottom: 10px; }
.title-underline { position: relative; margin-bottom: 50px !important; }
.title-underline::after { content: ""; position: absolute; width: 100px; max-width: 20%; height: 1px; bottom: -10px; left: 0; border-bottom: 5px solid #e11f27; }
.title-underline-grad::after { content: ""; position: absolute; width: 100px; max-width: 20%; height: 2px; bottom: -10px; left: 0; background: linear-gradient(90deg, rgba(235, 232, 232, 1) 0%, rgba(226, 13, 31, 1) 0%, rgba(158, 156, 166, 0) 100%); border-bottom: none; }
.title-underline.text-center::after, .text-center > .title-underline::after, .title-underline[style*="text-align:center"]::after, .title-underline[style*="text-align: center"]::after { left: 46%; }
.bullet, .no-bullet { margin: 0; padding: 0 0 5px; }
.banner-cont .banner-caption ul, .banner-carousel .carousel-caption ul { margin: 20px 0 20px; padding: 0 0 5px; }
.bullet li, .banner-cont .banner-caption ul>li, .banner-carousel .carousel-caption ul>li { line-height: 1.5; list-style: outside none none; margin: 6px 0; padding: 0 0 0 20px; text-align: left; position: relative; }
ol.bullet li { list-style: auto; padding: 0 0 0 5px; margin: 6px 0px 6px 15px; }
ol.bullet li:before { background: none; }
.bullet li:before { background: url("../images/sprites.png") no-repeat -23px -24px; width: 10px; height: 10px; display: block; position: absolute; content: " "; top: 7px; left: 0px; }
.bullet-colored li:before { background: url("../images/sprites.png") no-repeat -23px -15px; width: 10px; height: 10px; display: block; position: absolute; content: " "; top: 7px; left: 0px; }
.bullet-black li:before { background: url("../images/sprites.png") no-repeat -23px -33px; width: 10px; height: 10px; display: block; position: absolute; content: " "; top: 7px; left: 0px; }
.bullet-tick li, .banner-cont .banner-caption ul>li, .banner-carousel .carousel-caption ul>li { padding-left: 25px; }
.bullet-tick li:before, .banner-cont .banner-caption ul>li:before, .banner-carousel .carousel-caption ul>li:before { background: url("../images/sprites.png") no-repeat -23px -1px; width: 14px; height: 14px; display: block; position: absolute; content: " "; top: 5px; left: 0px; }
.bullet-green li, .bullet-cross li { padding-left: 30px; }
.bullet-green li:before { background: url("../images/sprites.png") no-repeat -128px 0px; width: 17px; height: 17px; display: block; position: absolute; content: " "; top: 4px; left: 0px; }
.bullet-cross li:before { background: url("../images/sprites.png") no-repeat -147px 0px; width: 17px; height: 17px; display: block; position: absolute; content: " "; top: 4px; left: 0px; }
.bullet-grey { padding-left: 18px; }
.bullet-grey li { line-height: 1.5; margin: 6px 0; text-align: left; position: relative; }
.bullet-grey li::marker {
color:#b2b2b2
}
.no-bullet li { line-height: 1.5; list-style: outside none none; margin: 10px 0; padding: 0px; }
.columns-2 { height: auto; -moz-column-count: 2; -moz-column-gap: 20px; -webkit-column-count: 2; -webkit-column-gap: 20px; column-count: 2; column-gap: 20px; vertical-align: top; margin-top: 10px }
.columns-3 { height: auto; -moz-column-count: 3; -moz-column-gap: 20px; -webkit-column-count: 3; -webkit-column-gap: 20px; column-count: 3; column-gap: 20px; vertical-align: top; margin-top: 10px }
.columns-2 li, .columns-3 li { margin-top: 0!important }
.spec_table tr td { padding: .3rem .5rem; padding-right: 1rem; vertical-align:top; }
.spec_table tr td:first-child { min-width: 200px; padding-left: 0 }
.spec_guides li { margin: 0px 0 10px; }
.spec_guides li a { display: inline-flex; align-items: center; text-indent: 0.5rem; position: relative; text-decoration: none; color: inherit }
.spec_guides li a:after { width: 60%; height: 1px; background: #686868; content: ''; position: absolute; left: 1.5rem; bottom: -2px; transform: scaleX(0); transition: all .5s; transform-origin: left bottom; }
.spec_guides li a:hover:after { transform: scaleX(1); }
/*Service box*/
.servicebox { height: 100%; border-radius: 2px; border: none; }
.servicebox.border { border: 1px solid #cccccc !important; }
.servicebox.dark-box { background-color: #181617; color: #ffffff; min-height: 600px; }
.servicebox.dark-box .btn-default, .servicebox.fluid-box .btn-default { color: #e11f27; }
.servicebox.fluid-box { background-color: #000000; color: #ffffff; min-height: 480px; overflow: hidden; border-radius: 0px; border-right: 1px solid #fff; }
.servicebox.fluid-box > .card-img-top { width: 100%; border-radius: 0; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.servicebox.fluid-box .card-img-overlay { padding: 3rem; z-index: 0; top: 30%; transition: all ease-in-out .5s; }
.servicebox.fluid-box .card-img-overlay .h1 { font-size: 42px; }
.servicebox.fluid-box .card-img-overlay .btn { opacity: 0; transition: all 0.3s ease .3s; }
.servicebox.fluid-box:hover .card-img-overlay .btn { opacity: 1; }
.servicebox.fluid-box:hover .card-img-overlay { z-index: 0; top: 15%; }
.servicebox.padding-box { padding: 1.2rem; }
.servicebox.padding-box .card-body, .servicebox.padding-box .card-footer { padding-left: 0; padding-right: 0; }
.servicebox.icon-box { padding: 20px 16px 16px; -webkit-box-shadow: 0px 5px 15px -10px rgba(0,0,0,0.5); -moz-box-shadow: 0px 5px 15px -10px rgba(0,0,0,0.5); box-shadow: 0px 5px 15px -10px rgba(0,0,0,0.5); transition: all 0.3s; overflow: hidden; }
.servicebox.icon-box:hover { padding-top: 13px; border-top: 7px solid #e11f27 !important; -webkit-box-shadow: 0px 15px 50px -25px rgba(0,0,0,0.5); -moz-box-shadow: 0px 15px 50px -25px rgba(0,0,0,0.5); box-shadow: 0px 15px 50px -25px rgba(0,0,0,0.5); }
.servicebox.icon-box .card-body { padding: 0; transition: all 0.3s; }
.servicebox.icon-box p:not(.card-title) { font-size: 13px; margin-bottom: 2px; transition: all 0.3s; }
.servicebox.icon-box img { max-height: 50px }
.servicebox img { transition: all ease-in-out .3s; border-radius: 0; }
.servicebox > .hover-img { position: absolute; left: 0; right: 0; top: 0; opacity: 0; transition: all ease-in-out .3s; }
.servicebox.dark-box > .hover-img { top: auto; bottom: 0; }
.servicebox:hover > .hover-img { opacity: 1; }
.servicebox:hover a.btn-info.hover-btn-red { background: #e11f27; color: #fff; border: 1px solid #e11f27; }
.servicebox .card-title span { display: block; clear: both; color: #e11f27; }
.servicebox .card-footer { border: none; background: transparent; }
.servicebox .card-footer .btn { margin-bottom: 15px; }
.servicebox:hover .card-footer .btn-wire.btn-primary { background-color: #e11f27; color: #ffffff; }
.color-box > div:nth-child(even) .servicebox { background-color: #fef5f5; }
.color-box > div:nth-child(odd) .servicebox { background: #f3f6fc; }
.cross-box > div { padding-top: 50px; border: solid #ddd; border-width: 0px 1px 1px 1px; margin: -1px 0 0px -1px; }
.cross-box > div:first-child { border-width: 0px 1px 1px 0px; }
.cross-box > div:last-child { border-width: 0px 0px 1px 1px; }
.cross-box:last-child > div { border-bottom-width: 0px; border-top-width: 1px; }
.cross-box:last-child > div:first-child { border-width: 1px 1px 0px 0px; }
.cross-box:last-child > div:last-child { border-width: 1px 0px 0px 1px; }
.scale-img img { transition: ease-in-out .6s; transform-origin: bottom right; }
.scale-img:hover img { transform: scale(1.2); }
.scale-img:hover .link_slide:before { transform: scaleX(1); }
.section-bts { background-image: url('../images/banners/stellar-bts-banner.jpg'); background-position: left bottom; background-repeat: no-repeat; background-size: cover; height: 75vh; min-height: 500px; }
.section-bts .h1 { line-height: 1.1; }
.servicebox.video-box { border-radius: 25px; overflow: hidden; position: relative; background-color: #000000;}
.servicebox.video-box .card-body { position: absolute; bottom: 0; font-family: 'Montserrat', arial, sans-serif; color: #ffffff; line-height: 1.3; font-size: 14px; font-weight: 600; padding-left: 50px; padding-top: 0;}
.servicebox.video-box .card-body span { font-size: 12px; margin-top: 15px; display: block; }
.servicebox.video-box .card-body::before { content: '“'; position: absolute; left: 25px; top: -7px; font-size: 40px; line-height: 1; }
.servicebox.video-box .card-body::after { content: '”'; position: absolute; right: 20px; bottom: 0; font-size: 40px; line-height: 1; }
.servicebox.video-box .video-play { position: absolute; top: 42%; left: 40%; border: 5px solid rgba(255, 255, 255, .3); border-radius: 50%; }
.servicebox.video-box .card-img-top {margin-bottom: 45px;}
.lab-video { position: relative; overflow: hidden }
.lab-video .video-play-big { position: absolute; top: 37%; left: 45%; border-radius: 50%; cursor: pointer }
.servicebox.video-box .video-play img, .lab-video .video-play-big img { z-index: 1; position: relative; }
.servicebox.video-box .video-play:before, .lab-video .video-play-big:before { max-width: 100%; height: 100%; border-radius: 50%; background: #ff3c46; opacity: .1; content: ""; position: absolute; transition: all .3s; left: 0; right: 0; margin: auto; z-index: 0; }
.servicebox.video-box:hover .video-play:before, .lab-video:hover .video-play-big:before { animation: wave_circle infinite; animation-duration: 3s; animation-delay: .5s; }
@keyframes wave_circle {
from {
opacity: .2;
}
to {
transform: scale(9);
opacity: 0;
}
}
.rainbow-bg { color: #fff; background: rgb(225,31,39); background: -moz-linear-gradient(left, rgba(225,31,39,1) 0%, rgba(224,38,44,1) 27%, rgba(23,92,149,1) 75%, rgba(23,92,149,1) 100%); background: -webkit-linear-gradient(left, rgba(225,31,39,1) 0%, rgba(224,38,44,1) 27%, rgba(23,92,149,1) 75%, rgba(23,92,149,1) 100%); background: linear-gradient( 110deg, rgb(245,56,67) 0%, rgb(47,87,149) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e11f27', endColorstr='#175c95', GradientType=1 );
}
.rainbow-text { background: linear-gradient( 140deg, rgb(245,56,67) 10%, rgb(47,87,149) 70%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; }
.rainbow-text-small { background: linear-gradient(94deg, rgb(223 41 41) 3%, rgb(21 95 161) 55%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; }
.rainbow-border { border: 1px solid transparent; background: linear-gradient(#fff, #fff) padding-box, linear-gradient(119deg, rgb(47, 87, 149) 15%, rgb(245, 56, 67)) border-box; }
.counter_text { font-size: 60px; line-height: 1.3; padding: 0; margin: 0; }
.small_counter .counter_text { font-size: 48px; }
.counter_text sup { font-weight: normal; font-size: 65%; position: static; vertical-align: super; }
.fixed_inline_list { float: left; margin: 0; padding: 0; width: 100%; }
.fixed_inline_list li { display: inline-block; list-style: outside none none; margin: 0 15px 10px; padding: 0; min-height: 50px; vertical-align: middle; text-align: center; }
/*NEW CSS*/
.quote { position: relative; }
.quote:before { content: ""; position: absolute; left: 0; top: 0; margin-top: -120px; width: 100%; height: 100%; background-image: url("../images/quote-big.png"); background-repeat: no-repeat; }
.sticky-header { position: sticky; top: 0; z-index: 11; }
.help-section { background: linear-gradient( 110deg, rgb(245,56,67) 0%, rgb(47,87,149) 100%), url("../images/data-bg.png"); background-repeat: no-repeat; background-position: right center; background-size: contain; position: relative; }
.help-section:before { content: ""; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background-image: url("../images/data-bg.png"); background-repeat: no-repeat; background-position: right center; background-size: contain; filter: invert(1) brightness(1.1); }
.help-section-light { background: linear-gradient(133deg, rgba(255, 255, 255, 1) 0%, rgba(234, 242, 254, 0.7) 11%, rgba(244, 241, 247, 1) 16%, rgba(255, 240, 240, 1) 30%, rgba(243, 241, 248, 1) 44%, rgb(234 242 254 / 49%) 57%, rgba(234, 242, 254, 0.5) 100%), url("../images/data-bg.png"); background-repeat: no-repeat; background-position: right center; background-size: contain; }
.why-stellar-bg { background: #f2f2f2; background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,243,243,1) 21%, rgba(247,250,255,1) 70%, rgba(255,243,243,1) 100%); }
.why-stellar-bg-2 { background: #f2f2f2; background: linear-gradient(90deg, rgba(255,243,243,1) 10%, rgba(247,250,255,1) 60%, rgba(255,243,243,1) 100%); }
.small-banner-bg { background: #f2f2f2; background: linear-gradient(133deg, rgb(253 253 253) 8%, rgb(255 230 231 / 67%) 28%, rgba(234, 242, 254, .7) 36%); }
.video-bg { background: #f2f2f2; background: radial-gradient(ellipse farthest-corner at top center, #F7FAFF 21%, #FFF7F7 55%, #FFFFFF 85%); }
.award-box { display: block; background-color: #fff; border-radius: 20px; padding: 0 15px 25px; box-shadow: 0 0px 5px #ddd; position: relative; overflow: hidden; }
.award-box .aw-title { display: inline-block; margin-left: -15px; min-width: 150px; background-color: #e11f27; color: #fff; font-size: 30px; padding: 10px 20px; border-radius: 20px 0; }
.highlight-box { display: block; position: relative; background-color: #fff; border-radius: 20px; padding: 0 25px 25px; box-shadow: 0 0px 15px 5px #fff3f3; position: relative; overflow: hidden; border: 1px solid transparent; background: linear-gradient(#fff, #fff) padding-box, linear-gradient(359deg, rgb(243 243 243) 15%, #d28c9b) border-box; }
.highlight-box .hl-title { display: inline-block; margin-left: -25px; min-width: 200px; background-color: #e11f27; color: #fff; font-size: 30px; padding: 10px 25px; border-radius: 20px 0; }
.highlight-box:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url("../images/bg-dot.png"), url("../images/bg-dot.png"); background-repeat: no-repeat, no-repeat; background-position: right 30px top 30px, left 30px bottom 30px; background-size: 15%, 8%; }
.appleblue-servicebox > div { position: relative; padding: 30px 35px 0 35px; border-radius: 30px; background: linear-gradient(180deg, rgba(211, 229, 255, 0.0984768907563025) 0%, rgba(211, 229, 255, 0) 100%); }
.appleblue-servicebox > div:before { content: ""; position: absolute; inset: 0; top: 0;right: 0;bottom: 0;left: 0; border-radius: 30px; padding: 1px; overflow: hidden; background: linear-gradient(180deg, rgb(211 229 255) 12%, rgba(255, 255, 255, 0) 30%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.gradient-border-box { display: block; position: relative; background-color: #fff; border-radius: 20px; padding: 0 25px 25px; box-shadow: 0 0px 15px 5px #fff3f3; position: relative; overflow: hidden; border: 1px solid transparent; background: linear-gradient(#fff, #fff) padding-box, linear-gradient(359deg, rgb(243 243 243) 15%, #d28c9b) border-box; }
.gradient-softwarebox > div { position: relative; padding: 50px 50px 30px 50px; border-radius: 30px; background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 243, 243, 1) 21%, rgba(247, 250, 255, 1) 70%, rgba(255, 243, 243, 1) 100%); }
.gradient-softwarebox > div:before { content: ""; position: absolute; inset: 0;top: 0;right: 0;bottom: 0;left: 0; border-radius: 30px; padding: 1px; overflow: hidden; background: linear-gradient(180deg, rgb(241 152 155) 16%, rgba(255, 255, 255, 0) 50%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.sticky-sidebar { position: sticky; top: 30px; }
.call-me { display: none; }
.call-me { position: fixed; left: 40px; bottom: 40px; width: 70px; height: 70px; opacity: 1; pointer-events: none; z-index: 10; }
.call-me .call-me-btn { display: none; -moz-border-radius: 50% !important; -webkit-border-radius: 50% !important; border-radius: 50% !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; border: 0px solid #fff; cursor: pointer; pointer-events: all; width: 70px; height: 70px; box-shadow: 0px 10px 30px rgba(0,0,0,0.6); }
.gradient-table { border: 1px solid transparent; background: linear-gradient(#fff, #fff) padding-box, linear-gradient(359deg, rgb(243 243 243) 15%, #d28c9b) border-box; }
.gradient-table thead { border-bottom: 1px solid #fdd7da; }
.gradient-servicebox > div { position: relative; padding: 25px 50px 0 30px; margin-bottom:15px; }
.gradient-servicebox > div:before { content: ""; position: absolute; inset: 0; top: 0;right: 0;bottom: 0;left: 0; border-radius: 30px; padding: 1px; background: linear-gradient(.43turn,#e11f26,rgba(59,87,138,0),rgba(59,86,138,0),rgba(59,86,138,0)); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; transition: ease-in-out .3s; opacity: .3; }
.gradient-servicebox > div:hover:before {opacity: 1;}
.testi-slider { position: relative; padding: 20px; }
.testi-slider:after { content: ""; position: absolute; inset: 0;top: 0;right: 0;bottom: 0;left: 0; border-radius: 30px; padding: 2px; background: linear-gradient(0deg, rgb(47, 87, 149) 15%, rgb(245, 56, 67) 90%) border-box; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.testi-slider .carousel-item { height: 300px; }
.testi-slider .carousel-caption { color: #181617; text-align: left; left: 3%; right: 3%; bottom: initial; top: 5%; z-index: 1; }
.testi-slider .carousel-indicators { bottom: -18%; left: 6%; right: auto; margin-left: 0; z-index:10; }
.testi-slider .carousel-indicators li { background: transparent; border: 1px solid #767676; height: 10px; width: 10px; border-radius: 50%; margin-left: 5px; transition: width .3s ease-in-out; }
.testi-slider .carousel-indicators .active { background: linear-gradient(90deg, rgb(245,56,67) 0%, rgb(47,87,149) 100%); border: none; height: 12px; width: 30px; border-radius: 6px; opacity: 1; }
.testi-slider .bg-quote-left{ position: absolute;top: 0;background: #ffffff;display: inline-block; padding: 0 .5rem;left: 2rem;margin-top: -1rem;z-index: 1; }
.testi-slider .bg-quote-right { position: absolute;bottom: 0;background: #ffffff;display: inline-block;padding: 0 .5rem;right: 2rem;margin-bottom: -.5rem;z-index: 1;}
.why-stellar-bg .bg-quote-left{ background: #faf8fc; }
.why-stellar-bg .bg-quote-right{ background: #fdf5f6; }
.gradient-box { overflow: hidden; }
.gradient-box { max-width: 250px; width: 100%; margin: auto; box-shadow: 0px 0px 28.8px 11.2px rgba(0, 0, 0, 0.09); padding: 1rem 1rem; height: 250px; border: solid 1px #d1d1d1; border-radius: 13px; overflow: hidden; position: relative; transition: all .5s; display: block; text-decoration: none; box-sizing: border-box; background-color: #fff; }
.gradient-box:after { content: ''; position: absolute; width: 100%; height: 7px; background: linear-gradient(90deg, rgb(245, 56, 67) 0%, rgb(47, 87, 149) 100%) !important; top: 0; left: 0; transition: all .3s; }
.gradient-box:before { width: 100%; height: 100%; content: ''; position: absolute; left: 0; top: 0; background: linear-gradient(147deg, rgb(245, 56, 67) 0%, rgb(47, 87, 149) 100%); z-index: 0; opacity: 0; transition: 1s; }
.gradient-box .photo-panel { display: flex; justify-content: center; align-items: center; width: 100px; height: 100px; background: #fff; transition: ease-in-out .5s; margin-top: 1rem; transform: translateX(50%) scale(1); border-radius: 50px; }
.gradient-box .photo-panel img { transition: all .3s; }
.gradient-box h6, .gradient-box .h6 { font-size: 16px; font-weight: 700; color: #181617; margin-top: 1rem; text-align: center; position: relative; font-family: 'Montserrat'; }
.gradient-box .card-footer { margin-top: 0rem; transition: ease-in-out .5s; opacity: 0; position: relative; }
.gradient-box:hover { text-align: left; text-decoration: none; }
.link_slide { display: inline-block; position: relative; text-decoration: none; }
.link_slide:before { width: 106%; height: 1px; background: #e11f26; position: absolute; left: 0; bottom: 0; content: ''; transform: scaleX(.8); transform-origin: left; transition: ease-in-out .5s; }
.link_slide.link_white:before { background: #ffffff; }
.link_slide:hover:before { transform: scaleX(1); }
.link_slide:hover { text-decoration: none; }
.link_hover, .link_hover:hover { position: relative; text-decoration: none;}
.link_hover::before { content: ""; position: absolute; width: 0%; height: 1px; top: 100%; right: 0; background-color: #555555; transition: all 0.3s ease-in-out 0s; transform-origin: left center; }
.link_hover:hover::before{width: 100%; left: 0;}
.updates-box { padding: 2rem; border-radius: 22px; text-align: left; position: relative; overflow: hidden; transition: ease-in-out .5s; text-decoration: none; color: #181617; }
.updates-box img { transition: ease-in-out .3s; }
.updates-box:hover, .updates-box:focus  { text-decoration: none; color: #181617; }
.updates-box:hover img { transform: scale(1.03) translate(-5px, -5px); }
.updates-box .link_slide { opacity:0;transition: ease-in-out .3s;}
.updates-box:hover .link_slide { opacity:1;}
.shadow-bg { background-image: radial-gradient(circle farthest-corner at 70% 100%, #edf2f9 0%, transparent 25%); }
.shadow-bg-1 { background: radial-gradient(circle farthest-side at 30% 0%, #f9cacc 25%, #FFF1F2 65%); background-color: #fff1f2; }
.shadow-bg-2 { background: radial-gradient(circle farthest-corner at 70% 100%, #d6d6d6 0%, transparent 50%); background-color: #f2f2f2; }
.shadow-bg-3 { background: radial-gradient(circle farthest-side at 115% 75%, #c8ddf1 3%, #F3F8FE 60%); background-color: #F3F8FE; }
.shadow-bg-4 { background: radial-gradient(circle farthest-side at top center, #d3e5db 25%, #ecf5f0 65%); background-color: #ecf5f0; }
.shadow-bg.hover-shadow-bg { transition: all ease-in-out .5s; }
.shadow-bg.hover-shadow-bg:hover { background-image: radial-gradient(circle farthest-corner at 70% 100%, #FCE5E5 0%, transparent 25%); }
.lab_services { max-width: 853px;width: 100%;margin: auto; border: solid 1px #f1f1f1; box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .18);background-size: auto 100%; border-radius: 22px; overflow: hidden; }
.lern_text { display: inline-block; margin-left: .3rem; font-weight: 600; color: #e11f26; position: relative; }
.lern_text:hover { color: #e11f26; }
.lern_text:hover:after { transform: scaleX(1); transform-origin: bottom left; }
.lern_text:after { width: 100%; height: 2px; background: #e11f26; content: ''; position: absolute; left: 0; bottom: 0; transform: scaleX(0); transform-origin: bottom right; transition: transform .3s ease-in-out; }
.hline { width: 100%; height: 1px; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, rgba(196, 196, 196, 1) 50%, rgba(255, 255, 255, 0) 90%); }
/*NEW CSS END*/
/*Review CSS*/
.review_data .border_review { position: relative; }
.review_data .review_line { font-size: 15px; color: #000; line-height: 1.6; padding: 25px 35px; margin-bottom: 0; }
.review_data .review_quote_left { width: 24px; height: 18px; background: url("https://www.stellarinfo.co.in//catalog/view/theme/default/image/review/quote_start.png") top left no-repeat; position: absolute; left: 0px; }
.review_data .review_quote_right { width: 24px; height: 18px; background: url("https://www.stellarinfo.co.in//catalog/view/theme/default/image/review/quote_end.png") bottom right no-repeat; position: absolute; }
.profile_preview, .profile-left, .profile-right { display: table-cell; vertical-align: top; }
.profile-left { padding-right: 10px; }
.profile-right .rating { font-size: 12px; color: #595959; clear: both; display: block; }
.review_data .profile_preview .profile-left img { border: 1px solid #d5d5d5; border-radius: 50%; max-width: 45px; }
.profile_preview .profile-name { font-size: 15px !important; margin-bottom: 1px; font-weight: 600; }
.profile_preview { padding-left: 2rem; }
.review-icon-total { display: inline-block; background-color: #cccccc; height: 20px; overflow: hidden; position: relative; width: 105px; }
.rated-bg-inner { background-color: #ff6e02; border: medium none; height: 100%; left: 0; position: absolute; }
.stared { display: flex; left: 0; margin: 0 !important; padding: 0 !important; position: absolute; top: 0; }
.stared li, .stared img { background: rgba(0, 0, 0, 0) !important; border: medium none; display: block; float: left; margin: 0 !important; outline: medium none; padding: 0 !important; z-index: 10; line-height: 1 !important; }
/*Footer Styling*/
#goTop { background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0; border-radius: 10px; bottom: 100px; color: #fff; cursor: pointer; display: none; font-size: 16px; font-weight: 600; padding: 5px 14px 10px; position: fixed; right: 5px; text-decoration: none; transition: all 0.3s ease; outline: none; border: none; }
#goTop i { color: #fff; font-size: 16px; font-weight: bold; transition: all 0.3s ease 0s; }
footer { color: #545454; background-color: #f2f2f2 !important; padding: 35px 0 20px; }
footer h4, footer .h4 { font-weight: 700; font-size: 14px; text-transform: uppercase; color: #545454; }
footer a { color: #545454; }
footer .small, footer small { font-size: 12px; color: #545454 !important; }
footer .ft-address { display: block; width: 100%; color: #181617; font-size: 14px; position: relative; }
footer .ft-gradient { position: relative; }
.other_links ul { margin: 0; padding: 0 0 15px; }
.other_links li { list-style: none outside none; padding-left: 0; font-size: 14px; line-height: 1.87; margin-bottom: 0; background: none; }
.other_links li a { text-decoration: none; }
.other_links li a:hover { text-decoration: underline; }
.branch-list ul { display: block; margin: 10px 0; padding: 0; text-align: left; }
.branch-list li { display: inline-block; font-size: 13px; list-style: none; color: #545454; line-height: 1; text-decoration: none; text-align: center; text-transform: capitalize; padding: 0px 6px 0px 2px; border-right: 1px solid #545454; }
.branch-list li:first-child { padding-left: 0; }
.branch-list li:last-child { border-right: none; }
.branch-list li a { color: #545454; }
.branch-list li a:hover { color: #e11f27; }
.social_icons ul { margin: 0; padding: 0; display: table; }
.social_icons li { border: none; display: inline-block; list-style: outside none none; margin: 0 9px 0 0; position: relative; float: left; }
.social_icons li a { color: #32908f; padding: 10px 11px; display: inline-block; text-align: center; vertical-align: middle; font-size: 18px; transition: all 0.2s ease-in 0s; line-height: 0.5; width: auto; border-radius: 3px; }
.social_icons.colored li .bi { margin-right: auto; color: #fff; font-weight: 500; }
.social_icons.colored .icon-facebook a { background-color: #3a599b; }
.social_icons.colored .icon-twitter a { background-color: #14b6f1; }
.social_icons.colored .icon-gplus a { background-color: #b9473a; }
.social_icons.colored .icon-linkedin a { background-color: #1A7696; }
.social_icons.colored .icon-rss a { background-color: #e29126; }
.social_icons.colored .icon-youtube a { background-color: #b9473a; }
.social_icons.colored .icon-green a { background-color: #099e44; }
.left_side_logo { display: flex; align-items: center; }
.left_side_logo p { margin-left: 2rem; border-left: solid 1px #fff; padding-left: 2rem; font-size: 18px; text-transform: uppercase; font-weight: 600; color: #fff; font-family: 'Montserrat'; margin-bottom: 0; }
.left_side_logo p span { display: block; font-size: 14px; font-weight: 500; text-transform: none; color: #ffffff; }
.logo_list { list-style: none; display: flex; justify-content: flex-end; align-items: center; margin: 0; padding: 0 }
.subscribe-box { position:relative; padding:8px 15px 10px; border:1px solid #dee2e6; border-radius:10px; background-color:#f7f7f7;}
.subscribe-box .subscribe_submit{padding: 8px 5px 8px; background-color: #e11f27; color: #fff; font-size: 12px;}
.subscribe-box .subscribe-thankyou{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #ffffff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; z-index: 1; border-radius: 10px; }
/*Review Slider*/
.dp-wrap { margin: 0 auto; position: relative; height: 100%; min-height: 500px }
.dp-wrap .dp-slider .dp-item:first-child { z-index: 5 !important; transform: rotateY(0deg) translate(0) scale(1) !important; }
.dp-wrap .dp-item[data-position="2"] { z-index: 4; transform: rotateY(0deg) translateX(0%) scaleX(1.3) scaleY(.8); opacity: .7; }
.dp-wrap .dp-item[data-position="3"] { z-index: 3; transform: rotateY(0deg) translateX(0%) scaleX(1.4) scaleY(.7); opacity: .6; }
.dp-wrap .dp-item[data-position="4"] { z-index: 2; transform: rotateY(0deg) translateX(0%) scaleX(1.5) scaleY(.6); opacity: .3; }
.dp-wrap .dp-item[data-position="5"] { z-index: 1; transform: rotateY(0deg) translateX(0%) scaleX(1.6) scaleY(.5); opacity: .2; }
.dp-wrap .dp-next, .dp-wrap .dp-prev { position: absolute; top: 200px; right: 0; height: 33px; width: 33px; z-index: 10; cursor: pointer; }
.dp-wrap .dp-prev { left: 0; transform: rotate(180deg); }
.dp-wrap .dp-dots { position: absolute; top: 460px; z-index: 1; left: 0%; right: 0; cursor: default; text-align: center; padding-left: 0; }
.dp-wrap .dp-dots li { display: inline-block; width: 30px; height: 7px; background: #e0e0e0; }
.dp-wrap .dp-dots li:hover { cursor: pointer; background: #e11f27; transition: background .3s; }
.dp-wrap .dp-dots li.active { background: #e11f27; }
.dp-wrap .dp-item { position: absolute; cursor: pointer; text-align: center; left: 0; right: 0; margin: auto; transition: transform 1.2s; width: 40%; box-sizing: border-box; padding: 20px 45px 0; height: auto; min-height: 420px; display: flex; align-items: center; background: #fff; border-radius: 5px; overflow: hidden; box-shadow: 2px 2px 45px #ccc }
.dp-wrap .dp-content { margin: auto; text-align: center; }
.dp-wrap .dp-content .profile { position: absolute; top: -40px; left: 0; right: 0; margin: auto; width: 75px; }
/*Custom Tab*/
.custom_tab > .tab-content { padding-top: 2rem; }
.custom_tab > .nav-tabs { margin-top: 1rem; border-bottom: 1px solid #ccc; }
.custom_tab > .nav-tabs > .nav-link { position: relative; color: #181617 !important; font-weight: bold; font-family: 'Montserrat', arial, sans-serif; padding: 15px 5px; cursor: pointer; min-width: 150px; text-align: center; }
.custom_tab > .nav-tabs > .nav-link.active, .custom_tab > .nav-tabs > .nav-link:hover, .custom_tab > .nav-tabs > .nav-link.active:focus { border-color: transparent; background-color: transparent; }
.custom_tab > .nav-tabs > .nav-link::before { content: ""; position: absolute; width: 100%; height: 3px; bottom: -1px; left: 0; background-color: #e11f27; background: linear-gradient(147deg, rgb(47, 87, 149) 0%, rgb(245, 56, 67) 100%); visibility: hidden; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); transition: all 0.3s ease-in-out 0s; }
.custom_tab > .nav-tabs > .nav-link.active::before, .custom_tab > .nav-tabs > .nav-link:focus::before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.custom_tab.pills-tab > .nav-tabs { margin-top: 1rem; border-bottom: none; }
.custom_tab.pills-tab > .nav-tabs > .nav-link { border: 2px solid #9d9d9d; color: #696969; border-radius: 50px; padding: 15px; margin: 0 10px; }
.custom_tab.pills-tab > .nav-tabs > .nav-link.active { border:none; background: rgb(225, 31, 39); background: -moz-linear-gradient(left, rgba(225, 31, 39, 1) 0%, rgba(224, 38, 44, 1) 27%, rgba(23, 92, 149, 1) 75%, rgba(23, 92, 149, 1) 100%); background: -webkit-linear-gradient(left, rgba(225, 31, 39, 1) 0%, rgba(224, 38, 44, 1) 27%, rgba(23, 92, 149, 1) 75%, rgba(23, 92, 149, 1) 100%); background: linear-gradient(110deg, rgb(245, 56, 67) 0%, rgb(47, 87, 149) 100%); color: #ffffff !important; }
.custom_tab.pills-tab > .nav-tabs > .nav-link::before { display: none; }
.custom_tab.joint-tab > .nav-tabs { margin: 3rem auto 1.5rem; border-bottom: none; border: solid 1px #eb7b9a; border-radius: 50px; max-width: 450px; overflow: hidden; }
.custom_tab.joint-tab > .nav-tabs > .nav-link { background-color: #ffffff; color: #696969; padding: 8px; margin: 0; border-radius: 0px; border: none; }
.custom_tab.joint-tab > .nav-tabs > .nav-link.active { background: linear-gradient(270deg, rgb(245 56 67) 0%, rgba(41,87,149,1) 100%); background-color: #e11f27; color: #ffffff !important; }
.custom_tab.joint-tab > .nav-tabs > .nav-link::before { display: none; }
.custom_tab.icon-tab > .nav-tabs { margin-top: 1rem; border-bottom: none; }
.custom_tab.icon-tab > .nav-tabs > .nav-link { background-color: #ffffff; border-radius: 50px; padding: 25px 20px 15px !important; margin: 0 15px 20px; box-shadow: 0px 4px 7px 1px rgb(0 0 0 / 25%); border-radius: 15px; }
.custom_tab.icon-tab > .nav-tabs > .nav-link.active { background-color: #181617; color: #ffffff !important; }
.custom_tab.icon-tab > .nav-tabs > .nav-link.active .text-red, .custom_tab.icon-tab > .nav-tabs > .nav-link.active .text-blue {color:#ffffff !important;}
.custom_tab.icon-tab > .nav-tabs > .nav-link img { margin-bottom: 10px; }
.custom_tab.icon-tab > .nav-tabs > .nav-link.active img { filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1); }
.custom_tab.icon-tab > .nav-tabs > .nav-link::before { display: none; }
.custom_tab.icon-tab > .nav-tabs > .nav-link.active::after { content: ''; border-left: 20px solid transparent; display: block; border-right: 20px solid transparent; border-top: 20px solid #181617; position: absolute; left: 0; right: 0; margin: auto; width: 25px; bottom: -18px; }
.custom_tab.joint-tab > .nav-tabs > .nav-link, .custom_tab.pills-tab > .nav-tabs > .nav-link { display: -ms-flexbox!important; display: flex!important; -ms-flex-align: center!important; align-items: center!important; -ms-flex-pack: center!important; justify-content: center!important; }
.scrollbar-tab > .nav-tabs::-webkit-scrollbar {width:2px;height:5px;}
.scrollbar-tab > .nav-tabs::-webkit-scrollbar-track {background: #f1f1f1;}
.scrollbar-tab > .nav-tabs::-webkit-scrollbar-thumb {background: #e11f27;}
.circle-tab-group { max-width: 480px; border: none; }
.circle-tab-group a { color: #707070; text-align: left; padding-bottom: 20px; display: block; min-height: 135px; position: relative; background: none; border: none; text-decoration: none; }
.circle-tab-group a::before {content: ''; width: 1px; height: 100%; position: absolute; left: 37px; top: 0; border-left: 1px dashed #9c9c9c; z-index: 0;}
.circle-tab-group a.active::before { border-left: 1px dashed #e11f27; }
.circle-tab-group a:last-child::before { height: 0; display: none; }
.circle-tab-group .circle-tab-icon { float: left; font-size: 26px; justify-content: center; background-color: #ffffff; border: 1px solid #707070; width: 75px; height: 75px; padding: 10px 0; border-radius: 50%; text-align: center; transition: all .3s; position: relative; z-index: 9; }
.circle-tab-group .circle-tab-icon img { margin: 0 auto; }
.circle-tab-group a.active { color: #181617; }
.circle-tab-group a.active .circle-tab-icon { color: #fff; background-color: #e11f27; border: 1px solid #e11f27; }
.circle-tab-group a.active .circle-tab-icon img { filter: brightness(0) invert(1); }
.circle-tab-group .circle-tab-content { padding-left: 100px; }
.circle-tab-group .circle-tab-content h4, .circle-tab-group .circle-tab-content .h4 { font-weight: 700; }
.rainbow-tab-group { max-width: 480px;border: none;position: relative;overflow: auto;flex-wrap: nowrap; }
.rainbow-tab-group a { font-family: 'Montserrat';color: #181617;text-align: left;padding: 0 0 0 30px;position: relative;background: none;border: none;text-decoration: none; }
.rainbow-tab-group a::before {content: '';width: 7px;height: 100%;position: absolute;left: 0px;top: 0;z-index: 0;background: #393939;border-radius: 3px;}
.rainbow-tab-group a::after { content: "";background: -webkit-linear-gradient(top, rgba(245, 56, 67, 1) 0%, rgba(245, 56, 67, 1) 10%, rgba(47, 87, 149, 1) 90%, rgba(47, 87, 149, 1) 100%);background: linear-gradient(180deg, rgb(245, 56, 67) 0%, rgb(47, 87, 149) 100%); width: 7px;position: absolute;left: 0;top: 0;bottom: 100%;transition: .3s all;border-radius: 3px;transform: scaleY(1);transform-origin: top; }
.rainbow-tab-group a.active::after { top: 0;bottom: 0;transition: ease .5s;transform: scale(1); }
.rainbow-tab{opacity: .5;}
.rainbow-tab.active{opacity: 1;}
.rainbow-tab h3{ font-weight: 600;}
.rainbow-tab p{ display: none;}
.rainbow-tab.active p{ display: block;}
/*RMW Reviews Styling*/
.swiper-container-slider3 .swiper-slide { border-color: #cccccc !important; transition: all 0.3s ease-in-out 0s; }
.swiper-container-slider3 .swiper-slide:hover { -webkit-box-shadow: 0px 15px 25px 5px rgba(0,0,0,0.3); -moz-box-shadow: 0px 15px 25px 5px rgba(0,0,0,0.3); box-shadow: 0px 15px 25px 5px rgba(0,0,0,0.3); }
.swiper-container-slider3 .romw .romw-author-stars { font-family: 'Open Sans', arial, sans-serif !important; }
.swiper-container-slider3 .romw .romw-stars { display: block !important; }
.swiper-container-slider3 .romw .romw-date { font-family: 'Open Sans', arial, sans-serif !important; font-size: 13px; }
.swiper-container-slider3 .romw .romw-text { font-family: 'Open Sans', arial, sans-serif !important; font-size: 15px; width: 100%; text-align: left; }
.swiper-container-slider3 .romw-container .romw-container-wrapper { width: 100% }
/*Custom Table*/
table.custom-table th { padding: 17px 15px; }
table.custom-table td { border: 1px solid #cccccc; padding: 15px; }
table.custom-table .thead-dark th { background-color: #181617; color: #ffffff; border-top: 7px solid #e11f27; border-right: 1px solid #cccccc; border-bottom: none !important; }
table.custom-table .cell-clean { border-top: none !important; border-right: none !important; border-bottom: none !important; border-left: none !important; border-collapse: collapse; background-color: transparent !important; }
.table-bordered td, .table-bordered th { border: 1px solid #cccccc; }
.table-align-middle td, .table-align-middle th { vertical-align: middle; }
.sep-underline { position: relative; margin-bottom: 30px !important; }
.sep-underline::after { content: " "; background: url("../images/sprites.png") no-repeat 0px -48px; width: 143px; height: 3px; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: -15px; }
/**Accordion Toggle**/
.faq-wrapper .accordion-wrapper { margin-bottom: 15px; box-shadow: 0 0 5.22px .78px rgb(0 0 0 / 14%); border-left: none; border-radius: 5px; overflow: hidden; position: relative; }
.faq-wrapper .accordion { cursor: pointer; padding: 25px 50px 25px 25px; background-color: #ffffff; color: #181617; font-weight: 700; width: 100%; text-align: left; outline: none; transition: 0.4s; position: relative; }
.faq-wrapper .accordion-wrapper::before { content: ''; background: linear-gradient(180deg, rgb(245, 56, 67) 0%, rgb(47, 87, 149) 100%); width: 5px; height: 100%; top: 0; left: 0; position: absolute; z-index: 1; }
/* .faq-wrapper .accordion-wrapper .panel:before { content: ''; color: #555555; font-weight: normal; line-height: 1.3; font-size: 52px; font-family: Montserrat; top: 3px; position: absolute; left: 15px; } */
.faq-wrapper .accordion:after { content: ''; background: url(../images/left-gray-arrow.svg); background-repeat: no-repeat; width: 25px; height: 25px; top: 27px; bottom: 0; background-position: top; position: absolute; right: 15px; transition: ease-in-out .3s; transform-origin: center; }
.faq-wrapper .accordion.active:after { transform: rotate(90deg); }
.faq-wrapper .accordion-wrapper .panel { padding: 0 50px 10px 25px; color: #2b2b2b; background-color: #ffffff; border-radius: 0; display: none; text-align: left; transition: max-height 0.2s ease-out; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; position: relative; }
.process-steps { position: relative; }
.process-steps::before { content: " "; background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(225,31,39,1) 17%, rgba(23,92,159,1) 84%, rgba(255,255,255,1) 100%); line-height: 1; width: 100%; height: 2px; position: absolute; left: 0; top: 100px; margin-top: -2px; }
.process-steps .process-thumb { display: inline-block; position: relative; }
.process-steps .process-thumb::before { content: " "; width: 65px; height: 27px; position: absolute; right: -35px; top: 110px; margin-top: -25px; background-color: #f9f9f9; box-shadow: 0px 4px 25px rgba(0,0,0,0.4); border-radius: 15px; }
.process-steps .process-thumb::after { content: attr(data-steptext); line-height: 1; width: 65px; height: 27px; position: absolute; right: -35px; top: 110px; margin-top: -25px; font-size: 12px; text-transform: uppercase; font-weight: 700; padding: 8px 5px 0px; font-family: "Montserrat"; background: linear-gradient(140deg, rgb(245, 56, 67) 20%, rgb(47, 87, 149) 70%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; }
.process-steps .h4, .process-steps .h5 { margin-top: 15px; }
.steps-hover-wrap { display: inline-block; border-radius: 50%; overflow: hidden; position: relative; }
.steps-hover-text { opacity: 0; text-align: center; background-color: #181617; color: #fff; font-size: 14px; height: 100%; width: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 25px; border-radius: 50%; vertical-align: middle; transition: all 0.3s ease-in-out 0s; }
.process-steps > div:hover .steps-hover-text { opacity: 1; }
.process-steps.compact > div { margin-bottom: 10px !important; margin-top: 20px !important; }
.process-steps.compact::before { background: linear-gradient(179deg, rgba(255, 255, 255, 1) 0%, rgba(225, 31, 39, 1) 17%, rgba(23, 92, 159, 1) 84%, rgba(255, 255, 255, 1) 100%); line-height: 1; width: 2px; height: 100%; position: absolute; top: 15px; margin-top: -2px; left: 27%; }
.process-steps.compact .process-thumb { position: unset; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
.process-steps.compact .card-body { margin-left: 50px; margin-top: 5px; text-align: left; padding-right: 0; padding-left: 0; }
.process-steps.compact .process-thumb::before { width: 30px; height: 30px; right: auto; top: 115%; left: calc(27% - 15px); background: #ffffff url("../images/down-arrow.png") no-repeat center center; }
.process-steps.compact .process-thumb::after { font-size: 15px; right: auto; top: 40px; left: calc(22% + 42px); box-shadow: none; }
.process-steps.compact > div:last-child .process-thumb::before { display: none; }
.recovery-process { position: relative; }
.recovery-process .video-icon { position: absolute; top: 40%; left: 50%; border: 5px solid #ffffff; background: #ffffff; -webkit-transition: width .35s ease-in-out; transition: all .35s ease-in-out; text-align: left; display: inline-block; border-radius: 70px; width: 77px; transform: translateX(-50%); overflow: hidden; box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.7); }
.recovery-process .video-icon .video-text {font-size: 18px; padding-left: 10px; padding-right: 15px; position: absolute; top: 30%; white-space: nowrap; }
.recovery-process:hover{ cursor: pointer; }
.recovery-process:hover .video-icon { width: 235px; transform: translateX(-50%); }
.recovery-process:hover .video-icon .video-text { display: inline-block; }
/**Pricing table**/
.prd_price { font-family: 'Montserrat', arial, sans-serif; font-size: 36px; font-weight: 700; }
.rupee { font-family: 'rupee_foradianregular'; font-style: normal; }
.prd_price_mrp { font-family: 'Montserrat', arial, sans-serif; font-size: 20px; margin-bottom: 0px; }
.prd_price_mrp del { text-decoration: none; position: relative; display: inline-block; }
.prd_price_mrp del::before { content: ''; border-bottom: 2px solid #e12027; width: 110%; position: absolute; right: -4px; top: 50%; -webkit-transform: skewY(-4deg); transform: skewY(-4deg); }
.comparision_panel { margin-bottom: 15px; }
.comparision_panel .ribbon-top-right { top: -1px; left: -2px; }
.comparision_panel .ribbon { width: 80px; height: 80px; overflow: hidden; position: absolute; }
.comparision_panel .ribbon span { position: absolute; display: block; width: 130px; padding: 5px 0; background-color: #e12027; box-shadow: 0 -5px 10px rgba(0,0,0,.1); color: #fff; font: 700 13px/1 'Montserrat', sans-serif; text-shadow: 0 1px 1px rgba(0,0,0,.2); text-transform: uppercase; text-align: center; }
.comparision_panel .ribbon-top-right span { right: -15px; top: 20px; -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.comparision_panel .top_header { font-family: 'Montserrat', arial, sans-serif; font-size: 14px; background: #000; height: 25px; margin-top: -26px; color: #fff; border-radius: 4px 4px 0px 0px; text-transform: uppercase; padding: 1px 0; }
.comparision_panel > .card { height: 100%; background-color: #f3f3f3; }
.comparision_panel > .card > .card-header { background-color: transparent; padding: 20px 30px 0px; position: relative; border-radius: unset; min-height: 150px; }
.comparision_panel > .card > .card-header .card-title { font-size: 28px; font-family: 'Montserrat', arial, sans-serif; font-weight: 700; }
.comparision_panel > .card > .card-body { font-size: 14px; }
.comparision_panel > .card.active { padding-bottom: 35px; border-radius: 0px 0px 4px 4px; background-color: #ffffff; transform: scaleX(1.01); -webkit-box-shadow: 0px 0px 35px -15px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 35px -15px rgba(0,0,0,0.5); box-shadow: 0px 0px 35px -15px rgba(0,0,0,0.5); z-index: 1; }
.comparision_panel > .card.active > .card-header { color: #fff; background: #165ca1 !important; }
.comparision_panel > .card.active > .top_header { background: #181617 !important; height: 35px; margin-top: -36px; font-size: 1.05em; padding: 3px 0; }
.certified > h5 { background: #939598; color: #fff; font-size: 18px; padding: 9px 0px 9px 18px; margin-bottom: 34px; }
.repimg { padding: 15px; box-shadow: 0px 0px 20px #c9c9c9; cursor: pointer; }
.capability .table tbody tr:nth-child(even) { background-color: rgba(0,0,0,.05); padding: 10px 10px 10px 20px; }
.capability .table th { background: #939598; color : #fff; border-bottom: 0px; font-family: Montserrat; font-weight: 500; padding: 8px 10px 8px 20px; }
.capability .table tbody tr td { padding: 13px 8px 13px 20px; border: 0px; }
.consultant_partn { position: absolute; top: -60px; }
.find-partner { background: rgb(255,255,255); background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(246,246,246,1)); }
/*inlab page*/
.scrollbar-section { height: 370px; overflow: scroll; direction: ltr; overflow: auto; box-shadow: inset -65px -135px 40px -130px #ccc; }
.scrollbar-section::-webkit-scrollbar {
width: 10px;
}
.scrollbar-section::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px #dbdbdb;
border-radius: 10px;
}
.scrollbar-section::-webkit-scrollbar-thumb {
background: #a1a1a1;
border-radius: 10px;
}
.slideup-box-wrap { display: block; overflow: hidden; position: relative; }
.slideup-box-wrap img { width: 100%; }
.slideup-box-wrap h5, .slideup-box-wrap .h5 { background: #e11f27; color: #fff; margin-bottom: 0; }
.slideup-box-text { position: absolute; width: 100%; top: 101%; left: 0; height: 100%; color: #fff; background: #e11f27; transition: ease-in-out .3s; }
.slideup-box-wrap:hover .slideup-box-text { top: 0; }
/* waffle  start */
.waffle-wrapper .waffle-toggle { display: inline-block; background-color: #175c9f; padding: 9px; text-decoration: none; border: solid 1px #4285c7; border-right: none; position: fixed; right: 0; top: 40%; z-index: 11; outline: none; }
.waffle-wrapper .waffle-close, .waffle-wrapper.active .waffle-open { display: none }
.waffle-wrapper .waffle-open, .waffle-wrapper.active .waffle-close { display: block }
.waffle-wrapper .waffle-items { position: fixed; top: 40%; right: 0; opacity: 0; right: -370px; background: #175c9f; width: 370px; color: #fff; border: solid 1px #4285c7; transform: translateY(-40%) scale(0); -webkit-transform: translateY(-40%) scale(0); transition-duration: 0.5s; -webkit-transition-duration: 0.5s; z-index: 99; }
.waffle-wrapper.active .waffle-items { display: block; opacity: 1; right: 48px; transform: translateY(-40%) scale(1); -webkit-transform: translateY(-40%) scale(1); }
.waffle-wrapper .waffle-row { border-bottom: solid 1px #4285c7; height: 145px; }
.waffle-wrapper .waffle-row:last-child { border-bottom: none; }
.waffle-wrapper .waffle-block { border-right: solid 1px #4285c7; height: 100%; padding: 0px; }
.waffle-wrapper .waffle-block:last-child { border-right: none }
.waffle-wrapper .waffle-block a { display: block; padding: 17px 10px 17px 17px; height: 100%; color: #fff; text-decoration: none; text-transform: uppercase; font-size: 13px; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; }
.waffle-wrapper .waffle-block a:hover { background-color: #0a457f }
.waffle-wrapper .waffle-icon { margin: 0px; height: 60px; }
.waffle-wrapper .waffle-text { margin: 0px; font-weight: 500; }
/* waffle  end */
/* About  Start */
.navbar-about { border: 1px solid #181617 !important; }
.navbar-about span { color: #181617 !important; }
.image_bg_stroke:after { content: ''; background: none; box-shadow: 0px 0px 2px #888; width: 90%; height: 100%; position: absolute; left: -11px; top: 25px; z-index: -100; }
.image_bg_stroke-sm:after { content: ''; background: none; box-shadow: 0px 0px 2px #888; width: 41%; height: 94%; position: absolute; left: 110px; top: 10px; z-index: -1; }
.prifile_bg_stroke { float: left; position: relative; }
.prifile_bg_stroke:after { content: ''; background: none; box-shadow: 0px 0px 2px #888; width: 90%; height: 95%; position: absolute; left: -17px; top: 15px; z-index: -100; }
.profile-bg p { line-height: 22px; text-align: justify; font-size: 14px; }
.video-im { position: relative; margin: 0; padding: 30px 0px 0px; text-align: center; cursor: pointer; }
.video_img { margin: 0 auto; }
.explore_stellar h4 { color: #e11f26; font-size: 52px; font-weight: 400; margin-bottom: 0px; }
.explore_stellar p { text-transform: uppercase; }
.globe { position: relative; background-image: url(../images/about/globe.png); background-position: center; background-repeat: no-repeat; background-size: container; padding: 50% 0 0 100%; }
.globe-mobile { display: none; }
.globe .US { left: 25%; top: 35%; }
.globe .india { left: 64%; top: 41%; font-size: 13px; }
.globe .NL { left: 44%; top: 27%; }
.globe .location { position: absolute; display: inline-block; background-color: #e11f26; width: 1.2%; height: 2.5%; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.globe .location .us_tag { position: relative; left: -7.4em; top: -6.8em; background-color: #181617; box-shadow: 0px 3px 5px rgba(0,0,0,0.2); font-weight: 400; color: #FFFFFF; padding: 10px; width: 17em; display: none; text-align: center; font-size: 0.9em; z-index: 1000; }
.globe .location .ind_tag { position: relative; left: -7.4em; top: -9.6em; background-color: #181617; box-shadow: 0px 3px 5px rgba(0,0,0,0.2); font-weight: 400; color: #FFFFFF; padding: 10px; width: 17em; display: none; text-align: center; font-size: 0.9em; z-index: 1000; }
.globe .location .nl_tag { position: relative; left: -7.4em; top: -5.3em; background-color: #181617; box-shadow: 0px 3px 5px rgba(0,0,0,0.2); font-weight: 400; color: #FFFFFF; padding: 10px; width: 17em; display: none; text-align: center; font-size: 0.9em; z-index: 1000; }
.globe .location:hover .nl_tag { display: block; }
.globe .location:hover .ind_tag { display: block; }
.globe .location:hover .us_tag { display: block; }
.cookies_message { z-index: 99; position: fixed; bottom: 0; background-color: #ffffff; width: 84%; text-align: center; color: #181617; padding: 10px 5px; font-size: 11px; line-height: 1.2; left: 8%; border: solid 1px #555; border-bottom: 0; border-radius: 7px 7px 0 0; box-shadow: 0 0 18px rgb(0 0 0 / 30%); }
.cookies_message .btn-cookie { padding: 6px 20px; background-color: #fff; color: #e11f27; border-radius: 3px; display: inline-block; margin-left: 20px; cursor: pointer; border: 1px solid #e11f27; }
/* About  end */
/*video thumb*/
.video_thumb { max-width: 555px; width: 100%; border-radius: 22px; overflow: hidden; margin: 25px auto; background-color: #181617; box-shadow: 0 0 43px rgb(0 0 0 / 44%); position: relative; }
.video_overlay { display: block; width: 100%; position: absolute; top: 0; left: 0; padding: 35px 30px; color: #fff; height: 100%; }
.video_overlay:hover, .video_overlay:focus { color: #fff; text-decoration: none; }
.video_overlay .watch { display: inline-flex; align-items: center; justify-content: center; padding: 8px 15px; border-radius: 30px; font-weight: 600; font-size: 10px; text-transform: uppercase; color: #fff; }
.video_overlay .h3 { margin-top: 2rem; font-size: 15px; line-height: 20px; padding-right: 55%; }
.video_overlay .cxname { font-size: 13px; max-width: 200px; display: block; margin-top: 1rem; }
.video_overlay .play_btn { width: 60px; height: 60px; position: absolute; left: 35px; right: 0; margin: 0 auto; background: #fb3f46; top: 40%; border-radius: 50%; display: flex; display: flex; align-items: center; justify-content: center; }
.video_overlay .play_btn img { z-index: 0; width: 100%; }
.video_overlay .play_btn:before { max-width: 48px; height: 48px; border-radius: 88px; background: #ff3c46; opacity: .1; content: ''; position: absolute; transition: all .3s; left: 0; right: 0; margin: auto; z-index: 0; }
.play_btn:after { max-width: 40px; height: 40px; border-radius: 80px; background: #fff; opacity: .16; content: ''; position: absolute; left: 0; right: 0; margin: auto; z-index: -1; }
.video_overlay:hover .play_btn:after { animation: wave_circle infinite; animation-duration: 3s; }
.video_overlay:hover .play_btn:before { animation: wave_circle2 infinite; animation-duration: 3s; animation-delay: .5s; }
@keyframes wave_circle {
from {
opacity: 0.26;
}
to {
transform: scale(9);
opacity: 0;
}
}
@keyframes wave_circle2 {
from {
opacity: 0.20;
}
to {
transform: scale(9);
opacity: 0;
}
}
/*video thumb end*/
[data-toggle="modal"] { cursor: pointer; }
.keditor-iframe-body { zoom: 90%; }
.modal-backdrop.show { opacity: 0.75; }
.custom_modal .modal-header { background-color: #181617; color: #ffffff; padding: 10px 1em 8px; }
.custom_modal .modal-header .close { color: #ffffff }
#modal_video.custom_modal .modal-content, .modal_video.custom_modal .modal-content { background-color: #181617; color: #ffffff; }
#modal_video.custom_modal .modal-header, .modal_video.custom_modal .modal-header { border-bottom: none; }
#modal_video.custom_modal .modal-body, .modal_video.custom_modal .modal-body { padding: 3px; }
.city-block > .col { padding: 0px }
.city-block > .col a { display: block; padding: 15px }
.city-block > .col a:hover, .city-block > .col a.active { background-color: #f3f3f3; text-decoration: none; }
.city-block > .col .city-name { font-size: 13px; text-transform: uppercase; color: #181617; margin-bottom: 0px }
.radio_toggle, .radio_toggle a { font-weight: 400; cursor: pointer; font-size: 14px !important; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.radio_toggle img { vertical-align: middle; margin-right: 5px; margin-top: -2px; }
.offer-box { background: #ffffe4; border: 2px dashed #e11f27; padding: 15px 20px; }

@media screen and (orientation:portrait) {
.banner-cont { height: auto; min-height: 30vh; }
}

@media (max-width: 575.98px) {
.btn { margin-right: 5px !important; margin-left: 0 !important; padding-right: 10px; padding-left: 10px; font-size: 80%; }
.btn svg, .btn i { width: 15px; height: 15px; }
.btn > img { height: 15px; }
.btn-download span { left: 32px; font-size: 11px; }
.logo { width: 100px; height: 30px; }
.banner-cont .btn { margin-right: 2px !important; margin-bottom: 10px; }
.banner-carousel .carousel-item h2, .banner-carousel .carousel-item .h2, .banner-cont h2, .banner-cont .h2 { margin: 3% 0 4% !important; }
.navbar-main .navbar-brand img, .navbar-main .navbar-brand svg { max-width: 100px; }
.no-bg-xs { background-image: none !important; }
.small-title { font-size: 16px; }
.dp-wrap .dp-item { padding: 15px 15px 0; }
.dp-wrap .dp-content { font-size: 14px; }
.carousel-multi-item .carousel-item { padding-left: 0; padding-right: 0; padding-top: 1rem; padding-bottom: 2rem; }
.custom_tab .nav-tabs .nav-link { padding: 10px 5px; }
.custom_tab .tab-content { padding-top: 1rem }
.carousel-multi-item .carousel-control-next { right: -6px; }
.carousel-multi-item .carousel-control-prev { left: -6px; }
.servicebox.fluid-box { border-bottom: 1px solid #ffffff; border-right: none; min-height: auto !important; }
.servicebox.fluid-box > .card-img-top { display: none }
.columns-2, .columns-3 {-moz-column-count: 1; -moz-column-gap: 0px; -webkit-column-count: 1; -webkit-column-gap: 0px; column-count: 1; column-gap: 0px;}
.comparision_panel .top_header, .comparision_panel > .card.active > .top_header { margin-top: 0px; }
.circle-tab-group .circle-tab-icon { width: 60px; height: 60px; padding: 10px 5px; }
.slideup-box-text { display: none }
.image_bg_stroke-sm:after { display: none }
.image_bg_stroke:after { display: none }
.prifile_bg_stroke:after { display: none }
.explore_stellar h4 { font-size: 38px; }
.contact-call a strong { font-size: 14px; }
.call-me { left: 15px; bottom: 15px; width: 55px; height: 55px; }
.call-me .call-me-btn { width: 55px; height: 55px; }
.lab-video .video-play-big { max-width: 60px; left: 43%; }
.testi-slider .carousel-item { height: 400px;overflow-y: auto; }
.testi-slider .carousel-caption { top:0;}
.testi-slider .carousel-item .media {flex-direction: column;}
.testi-slider .carousel-item .media .media-body {margin-top: 1rem;}
.video_overlay { padding: 20px; }
.video_overlay .h3, .video_overlay .cxname { font-size: 10px; }
.testi-slider .carousel-indicators { bottom: -10%; }
.carousel-multi-item .carousel-control-next-icon, .carousel-multi-item .carousel-control-prev-icon { filter: brightness(1) invert(1); opacity: 1 !important; }
.subscribe-box .form-check-input { margin-top: .15rem; }
}

@media screen and (max-width: 767.98px) {
body { line-height: 1.5; }
h1 br, .h1 br, h2 br, .h2 br, h3 br, .h3 br, h4 br, .h4 br { display: none; }
h1, .h1 { font-size: 28px; }
h2, .h2 { font-size: 24px; }
h3, .h3 { font-size: 20px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 16px; }
.section-dark { background-color: #333333; }
.black-bg { background-color: #333333 !important; }
.banner-cont { background-color: #333333; }
footer { background-color: #333333; }
.stellar_logo .exp_text { padding-top: 7px; }
.stellar_logo .exp_text span { padding-bottom: .15rem; }
.stellar_logo a:before { top: 5px; }
.navbar-main #navbarMain { display: none !important; }
.mob-nav-slide, .navbar-main .navbar-toggler { display: block !important; }
.btn-lg, .btn-group-lg > .btn { padding: 15px 12px; font-size: 14px; }
.btn.btn-lg > img { height: 18px; }
.btn-lg.btn-download, .btn-group-lg > .btn.btn-download { padding: 7px 12px 16px; }
.btn-lg.btn-download > img, .btn-group-lg > .btn.btn-download img { margin-top: 8px; }
.btn-lg.btn-download span, .btn-group-lg > .btn.btn-download span { left: 39px; }
.btn-big, .btn-group-big > .btn { padding: 15px 15px; font-size: 14px; }
.btn.btn-big > img { height: 18px; }
.btn-big.btn-download, .btn-group-big > .btn.btn-download { padding: 8px 20px 16px; }
.btn-big.btn-download > img, .btn-group-big > .btn.btn-download img { margin-top: 8px; }
.btn-big.btn-download span, .btn-group-big > .btn.btn-download span { left: 47px; }
.btn svg, .btn.btn-right-icon svg, .btn:hover svg, .btn.btn-right-icon:hover svg, .btn i, .btn.btn-right-icon i, .btn:hover i, .btn.btn-right-icon:hover i { margin-left: 3px; margin-right: 0; }
.btn.btn-left-icon svg, .btn.btn-left-icon:hover svg, .btn.btn-left-icon i, .btn.btn-left-icon:hover i { margin-right: 3px; margin-left: 0; }
#goTop { display: none; }
.actions-bar .btn { font-size: 14px; }
.title-underline.text-center::after, .text-center > .title-underline::after, .title-underline[style*="text-align:center"]::after, .title-underline[style*="text-align: center"]::after { left: 41%; bottom: 0; }
.no-bg-sm, .no-bg-xs { background-image: linear-gradient(133deg, rgba(255, 255, 255) 8%, rgb(255 230 231 / 67%) 28%, rgba(234, 242, 254, .7) 36%) !important; }
.box-scale:hover { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.mob-small { font-size: 85%; }
.container { max-width: 100%; }
section, .section { display: block; padding: 30px 0 30px; }
.banner-cont { height: auto; min-height: 30vh; background: linear-gradient(133deg, rgba(255, 255, 255) 8%, rgb(255 230 231 / 67%) 28%, rgba(234, 242, 254, .7) 36%); padding: 3rem 0 2rem; }
.banner-small { min-height: 10vh; }
.banner-carousel .carousel-item { height: 35rem; min-height: auto; }
.banner-carousel .carousel-item .carousel-caption { padding-left: 10px; top: 40%; -webkit-transform: translateY(-40%); -moz-transform: translateY(-40%); -ms-transform: translateY(-40%); -o-transform: translateY(-40%); transform: translateY(-40%); }
.banner-carousel .carousel-item h1, .banner-carousel .carousel-item .h1, .banner-cont h1, .banner-cont .h1 { font-size: 28px; }
.banner-carousel .carousel-item h1.small, .banner-cont h1.small { font-size: 22px; }
.banner-carousel .carousel-item h2, .banner-carousel .carousel-item .h2, .banner-cont h2, .banner-cont .h2 { font-size: 20px; margin: 3% 0 3%; }
.banner-carousel .carousel-item p br, .banner-cont p br { display: none; }
.title-underline { margin-bottom: 30px !important; }
.bullet { padding-bottom: 5px !important; }
columns-2, columns-3 { -moz-column-count: 1; -moz-column-gap: 0px; -webkit-column-count: 1; -webkit-column-gap: 0px; column-count: 1; column-gap: 0px; }
.section-bts { height: 50vh; min-height: 300px; }
.servicebox.dark-box { min-height: 500px; }
.servicebox.fluid-box { min-height: 400px; border-bottom: 1px solid #ffffff; border-right: none; }
.servicebox.fluid-box > .card-img-top { top: 0; }
.servicebox.fluid-box .card-img-overlay { padding: 2rem; position: relative; top: 0; }
.servicebox.fluid-box:hover .card-img-overlay { top: 0; }
.servicebox.fluid-box .card-img-overlay .btn { opacity: 1; }
.servicebox.fluid-box .card-img-overlay .h1 { font-size: 28px; }
.counter_text { font-size: 30px; }
.dp-wrap .dp-item { width: 65%; }
.faq-wrapper .accordion { padding: 15px 50px 15px 55px; }
.faq-wrapper .accordion:before, .faq-wrapper .accordion-wrapper .panel:before { font-size: 35px; left: 10px; }
.faq-wrapper .accordion-wrapper .panel { padding: 15px 30px 15px 55px; }
.faq-wrapper .accordion:after { top:20px}
.process-steps > div { margin-bottom: 10px !important; margin-top: 30px !important; }
.process-steps::before { background: linear-gradient(179deg, rgba(255, 255, 255, 1) 0%, rgba(225, 31, 39, 1) 17%, rgba(23, 92, 159, 1) 84%, rgba(255, 255, 255, 1) 100%); line-height: 1; width: 2px; height: 100%; position: absolute; top: 15px; margin-top: -2px; left: 32%; }
.process-steps .process-thumb { position: unset; width: 25%; }
.process-steps .card-body { margin-left: 50px; margin-top: 5px; text-align: left; padding-right: 0; padding-left: 0; }
.process-steps .process-thumb::before { width: 30px; height: 30px; right: auto; top: 110%; left: calc(32% - 14px); background: #f9f9f9 url("../images/down-arrow.png") no-repeat center center; }
.process-steps .process-thumb::after { right: auto; top: 40px; left: calc(25% + 45px); box-shadow: none; }
.process-steps > div:last-child .process-thumb::before { display: none; }
.process-steps .h4, .process-steps .h5 { font-size:18px;}
.recovery-process .video-icon {  width: 50px; }
.recovery-process .video-icon img{width: 50px;}
.recovery-process .video-icon .video-text { font-size: 16px; top: 20% }
.recovery-process:hover .video-icon { width:195px; }
.circle-tab-group { text-align: center; margin: 0 auto 25px; }
.circle-tab-group a { float: left; padding-bottom: 10px; min-height: auto; margin: 0 auto; }
.circle-tab-group .circle-tab-content { display: none; }
.circle-tab-group a::before { display: none; }
.rainbow-tab-group { max-width: none;justify-content: center; }
.rainbow-tab-group a { text-align: center;align-items: center;width: auto;display: flex;justify-content: center;overflow: hidden;margin: 0.5rem .25rem;padding: 0.3rem 2rem;border-radius: 55px;color: #555;border: solid 1px #555; }
.rainbow-tab-group a.active { background: linear-gradient(97deg, rgb(245, 56, 67) 9%, rgb(47, 87, 149) 78%);color: #fff;border-color: #e11f26; }
.rainbow-tab-group a::before{content: none;}
.rainbow-tab-group a::after{content: none;}
.rainbow-tab-content h3{ font-size: 14px; margin-bottom: 1px;}
.rainbow-tab.active p{ display: none;}
.scrollbar-tab > .nav-tabs { overflow-x: auto; overflow-y: hidden; width: 100%; flex-wrap: nowrap; padding-bottom: 20px; }
.scrollbar-tab > .nav-tabs.justify-content-center { -ms-flex-pack: flex-start !important; justify-content: flex-start !important; }
.slideup-box-text h5, .slideup-box-text .h5 { margin-top: 25px; margin-bottom: 25px; }
.city-block > .col a { padding: 15px 5px; }
.city-block > .col .city-name { font-size: 10px; }
#goTop { display: none !important; }
.other_links li { line-height: 2.2 }
.left_side_logo { flex-direction: column; }
.left_side_logo p { white-space: normal; font-size: 16px; border: none; text-align: center; padding-top: 1rem; margin-left: 0; padding-left: 0; padding-bottom: 20px; }
.logo_list { justify-content: center; padding-left: 0; margin-bottom: 15px; }
.logo_list li:first-child { margin-left: 0; }
.call-me { display: inline-block; left: 20px; bottom: 20px; }
.video_overlay .h3 { font-size: 14px; line-height: 1.3; padding-right: 60%; }
.video_overlay.play_btn { width: 40px; height: 40px; }
.spec_table tr { display: flex; flex-direction: column; margin-bottom: 0.5rem; }
.spec_table tr td { padding: 0; font-size: 14px; }
.cookies_message { padding-right: 75px; width: 100%; left: 0; }
.quote:before { display: none; }
.lab_services .media { flex-direction: column;padding-right: .5rem; }
.why-stellar-bg .bg-quote-left{ background: #fff6f6; }
.why-stellar-bg .bg-quote-right {background: #fcf7f9;}
.rainbow-tab-group { justify-content: left; }
.gradient-softwarebox > div { padding: 20px 20px 15px 20px; }
}

@media (min-width: 576px) and (max-width: 767.98px) {
.carousel-multi-item .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item { position: absolute; top: 0; right: -50%; z-index: -1; display: block; visibility: visible; }
.carousel-multi-item .carousel-item { padding-top: 1rem; padding-bottom: 3rem; }
.custom_tab .nav-tabs .nav-link { padding: 10px 15px; }
.custom_tab .tab-content { padding-top: 2rem }
.servicebox.video-box .card-body { padding-left: 40px; font-size: 12px; padding-bottom: 5px; }
.servicebox.video-box .card-body::before { left: 15px; }
.servicebox.video-box .video-play { top: 40%; width: 45px; }
.lab-video .video-play-big { max-width: 75px; left: 45%; }
}

@media (min-width: 768px) and (max-width: 991.98px) {
.container { max-width: 100%; }
h1 br, .h1 br, h2 br, .h2 br, h3 br, .h3 br, h4 br, .h4 br { display: none; }
.no-bg-md { background-image: none !important; }
.bg-rt { background-position: right 15% top !important; }
.navbar-main #main-menu { margin-left: 3%; }
.navbar-main #main-menu > li { padding: 0 10px; }
.navbar-main #main-menu > li > a { font-size: 16px; }
.navbar-main #navbarMain { display: none !important; }
.mob-nav-slide, .navbar-main .navbar-toggler { display: block !important; }
.title-underline.text-center::after, .text-center > .title-underline::after, .title-underline[style*="text-align:center"]::after, .title-underline[style*="text-align: center"]::after { left: 43.5%; }
.banner-cont { padding: 4rem 0 4rem; }
.banner-carousel .carousel-item .carousel-caption { padding-left: 10px; }
.banner-carousel .carousel-item h1, .banner-carousel .carousel-item .h1, .banner-cont h1, .banner-cont .h1 { font-size: 38px; }
.actions-bar .btn { font-size: 14px; }
.section-bts { height: 50vh; }
.counter_text { font-size: 40px; }
.small_counter .counter_text { font-size: 36px; }
.dp-wrap .dp-item { width: 50%; }
.carousel-multi-item .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item { position: absolute; top: 0; right: -33.3333%; z-index: -1; display: block; visibility: visible; }
.custom_tab .nav-tabs .nav-link { padding: 15px 5px; }
.custom_tab .tab-content { padding-top: 2rem }
.servicebox.fluid-box { min-height: auto; }
.servicebox.fluid-box .card-img-overlay { padding: 2rem; position: relative; top: 0; }
.servicebox.fluid-box:hover .card-img-overlay { top: 0; }
.servicebox.fluid-box .card-img-overlay .btn { opacity: 1; }
.servicebox.fluid-box .card-img-overlay .h1 { font-size: 28px; }
.servicebox.fluid-box .card-img-overlay .h2 { font-size: 20px; }
.servicebox.fluid-box > .card-img-top { top: 0; bottom: auto; }
.circle-tab-group a { padding-bottom: 10px; min-height: 100px; }
.rainbow-tab-group { max-width: none;justify-content: center; }
.rainbow-tab-group a::before{content: none;}
.rainbow-tab-group a::after{content: none;}
.rainbow-tab-group a { text-align: center;align-items: center;width: auto;display: flex;justify-content: center;overflow: hidden;margin: 1rem .5rem;padding: .3rem 2rem;border-radius: 55px;color: #555;border: solid 1px #555; }
.rainbow-tab-group a.active { background: linear-gradient(97deg, rgb(245, 56, 67) 9%, rgb(47, 87, 149) 78%);color: #fff;border-color: #e11f26; }
.rainbow-tab-content h3{ font-size: 16px; margin-bottom: 1px; }
.rainbow-tab.active p{ display: none;}
.steps-hover-text { font-size: 13px; }
.left_side_logo { flex-direction: column; }
.left_side_logo p { white-space: normal; font-size: 18px; border: none; text-align: center; padding-top: 1rem; margin-left: 0; padding-left: 0; padding-bottom: 20px }
.logo_list { justify-content: center; padding-left: 0; }
.servicebox.video-box .card-body { padding-left: 40px; font-size: 11px; padding-bottom: 5px; }
.servicebox.video-box .card-body::before { left: 15px; }
.servicebox.video-box .card-body::after { bottom:-5px;}
.servicebox.video-box .card-body p {line-height: 1.3; margin-bottom: 10px;}
.servicebox.video-box .video-play { top: 40%; width: 45px; }
.recovery-process .video-icon {  width: 50px; }
.recovery-process .video-icon img{width: 50px;}
.recovery-process .video-icon .video-text { font-size: 16px; top: 20% }
.recovery-process:hover .video-icon { width:195px; }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
.container { max-width: 94%; }
.navbar-main #main-menu { margin-left: 3%; }
.navbar-main #main-menu > li { padding: 0 10px; }
.navbar-main #main-menu > li > a { font-size: 16px; }
.bg-rt { background-position: right 15% top !important; }
.counter_text { font-size: 50px; }
.small_counter .counter_text { font-size: 42px; }
.banner-carousel .carousel-item h1, .banner-carousel .carousel-item .h1, .banner-cont h1, .banner-cont .h1 { font-size: 38px; }
.title-underline.text-center::after, .text-center > .title-underline::after, .title-underline[style*="text-align:center"]::after, .title-underline[style*="text-align: center"]::after { left: 45%; }
.servicebox.fluid-box { min-height: 400px; }
.servicebox.fluid-box .card-img-overlay { top: 5%; }
.servicebox.fluid-box:hover .card-img-overlay { top: 0%; }
.servicebox.fluid-box.columns-3 .card-img-overlay { top: 30%; }
.video_overlay .h3 { font-size: 14px; }
.left_side_logo p { white-space: nowrap; }
.left_side_logo p { white-space: nowrap; font-size: 16px; }
.servicebox.video-box .card-body { padding-left: 40px; font-size: 12px; padding-bottom: 5px; }
.servicebox.video-box .card-body::before { left: 15px; }
.servicebox.video-box .video-play { top: 40%; width: 45px; }
.gradient-box .photo-panel { transform: translateX(42%) scale(1); }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
body { font-size: 16px; line-height: 1.5; }
.container { width: 92%; max-width: 1400px; }
.bullet li:before, .bullet-colored li:before { top: 8px; }
.bullet-green li:before, .bullet-cross li:before { top: 4px; }
.bullet-tick li:before { top: 5px; }
.servicebox.fluid-box.columns-3 .card-img-overlay { top: 45%; }
.servicebox.fluid-box.columns-3:hover .card-img-overlay { top: 20%; }
}

@media (min-width: 576px) {
.carousel-multi-item .carousel-item:not(.col-fullwidth) { margin-right: 0; z-index: 0 !important; }
.carousel-multi-item .carousel-inner .active:not(.col-fullwidth) + .carousel-item { display: block; }
.carousel-multi-item .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left):not(.col-fullwidth), .carousel-multi-item .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left):not(.col-fullwidth) + .carousel-item { transition: none; }
.carousel-multi-item .carousel-inner .carousel-item-next:not(.col-fullwidth) { position: relative; transform: translate3d(0, 0, 0); }
.carousel-multi-item .active.carousel-item-left:not(.col-fullwidth) + .carousel-item-next.carousel-item-left, .carousel-multi-item .carousel-item-next.carousel-item-left:not(.col-fullwidth) + .carousel-item, .carousel-multi-item .carousel-item-next.carousel-item-left:not(.col-fullwidth) + .carousel-item + .carousel-item { position: relative; transform: translate3d(-100%, 0, 0); visibility: visible; }
.carousel-multi-item .carousel-inner .carousel-item-prev.carousel-item-right:not(.col-fullwidth) { position: absolute; top: 0; left: 0; z-index: -1; display: block; visibility: visible; }
.carousel-multi-item .active.carousel-item-right:not(.col-fullwidth) + .carousel-item-prev.carousel-item-right, .carousel-multi-item .carousel-item-prev.carousel-item-right:not(.col-fullwidth) + .carousel-item, .carousel-multi-item .carousel-item-prev.carousel-item-right:not(.col-fullwidth) + .carousel-item + .carousel-item { position: relative; transform: translate3d(100%, 0, 0); display: block; visibility: visible; }
.carousel-multi-item .carousel-control-next { right: -15px; }
.carousel-multi-item .carousel-control-prev { left: -15px; }
}

@media (min-width: 768px) {
.carousel-multi-item .carousel-inner .active:not(.col-fullwidth) + .carousel-item + .carousel-item { display: block; }
.carousel-multi-item .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left):not(.col-fullwidth) + .carousel-item + .carousel-item { transition: none; }
.carousel-multi-item .carousel-inner .carousel-item-next:not(.col-fullwidth) { position: relative; transform: translate3d(0, 0, 0); }
.carousel-multi-item .carousel-item-next.carousel-item-left:not(.col-fullwidth) + .carousel-item + .carousel-item + .carousel-item { position: relative; transform: translate3d(-100%, 0, 0); visibility: visible; }
.carousel-multi-item .carousel-item-prev.carousel-item-right:not(.col-fullwidth) + .carousel-item + .carousel-item + .carousel-item { position: relative; transform: translate3d(100%, 0, 0); display: block; visibility: visible; }
.title-underline.text-md-left::after, .text-md-left > .title-underline::after { left: 0; }
.help_user { margin-top: -85px; }
.actions-bar.actionbar-fixed { box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); display: block !important; }
}

@media (min-width: 992px) {
.carousel-multi-item .carousel-inner .active + .col-lg-3.carousel-item + .col-lg-3.carousel-item + .col-lg-3.carousel-item { display: block; }
.carousel-multi-item .carousel-inner .active + .col-lg-4.carousel-item + .col-lg-4.carousel-item { display: block; }
.carousel-multi-item .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .col-lg-3.carousel-item + .col-lg-3.carousel-item + .col-lg-3.carousel-item { transition: none; }
.carousel-multi-item .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .col-lg-4.carousel-item + .col-lg-4.carousel-item { transition: none; }
.carousel-multi-item .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item { position: absolute; top: 0; right: -25%; z-index: -1; display: block; visibility: visible; }
.carousel-multi-item .carousel-inner .active.col-lg-4.carousel-item + .carousel-item + .carousel-item + .carousel-item { position: absolute; top: 0; right: -33.3333%; z-index: -1; display: block; visibility: visible; }
.carousel-multi-item .col-lg-3.carousel-item-next.carousel-item-left + .col-lg-3.carousel-item + .col-lg-3.carousel-item + .col-lg-3.carousel-item + .col-lg-3.carousel-item { position: relative; transform: translate3d(-100%, 0, 0); visibility: visible; }
.carousel-multi-item .col-lg-4.carousel-item-next.carousel-item-left + .col-lg-4.carousel-item + .col-lg-4.carousel-item + .col-lg-4.carousel-item { position: relative; transform: translate3d(-100%, 0, 0); visibility: visible; }
.carousel-multi-item .col-lg-3.carousel-item-prev.carousel-item-right + .col-lg-3.carousel-item + .col-lg-3.carousel-item + .col-lg-3.carousel-item + .col-lg-3.carousel-item { position: relative; transform: translate3d(100%, 0, 0); display: block; visibility: visible; }
.carousel-multi-item .col-lg-4.carousel-item-prev.carousel-item-right + .col-lg-4.carousel-item + .col-lg-4.carousel-item + .col-lg-4.carousel-item { position: relative; transform: translate3d(100%, 0, 0); display: block; visibility: visible; }
.carousel-multi-item .carousel-control-next { right: -30px; }
.carousel-multi-item .carousel-control-prev { left: -30px; }
.servicebox.icon-box { padding-bottom: 0px; }
.servicebox.icon-box img { margin-top: 30px; margin-bottom: 100px; }
.servicebox.icon-box:hover img { transform: scale(0.7); margin-top: 0 }
.servicebox.icon-box .card-body { padding: 0; position: absolute; top: 100px; right: 10px; left: 10px; }
.servicebox.icon-box p:not(.card-title) { opacity: 0; transform: translateY(100px); }
.servicebox.icon-box:hover .card-body { top: 63px; }
.servicebox.icon-box:hover p:not(.card-title) { opacity: 1; transform: translateY(0px); }
.servicebox.icon-box .card-title { transition: all 0.3s; margin-bottom: 5px; }
.servicebox.icon-box:hover .card-title { padding-top: 5px !important; }
.title-underline.text-lg-left::after, .text-lg-left > .title-underline::after { left: 0; }
.gradient-box:hover:before { opacity: 1; }
.gradient-box:hover .photo-panel { width: 44px; height: 42px; background: #fff; margin-top: 0; border-radius: 50px; transform: translateX(-0%); }
.gradient-box:hover .photo-panel img { transform: scale(.7); transform-origin: center; margin: auto; }
.gradient-box:hover .card-footer { margin-top: 0; opacity: 1; }
.gradient-box:hover h6 br, .gradient-box:hover .h6 br { display: none; }
.gradient-box:hover h6, .gradient-box:hover .h6, .gradient-box .card-footer p, .gradient-box .card-footer a, .gradient-box:hover .card-footer p, .gradient-box:hover .card-footer a { color: #fff; text-align: left; font-size: 13px; }
.gradient-box:hover:after { opacity: 0; }
}

@media (min-width: 1200px) {
.title-underline.text-xl-left::after, .text-xl-left > .title-underline::after { left: 0; }
.servicebox.video-box { margin: 0 15px; }
}

@media (min-width: 1600px) {
.container { width: 94%; max-width: 1400px; }
.banner-cont { padding: 4.3rem 0 5rem; min-height: 50vh; }
.banner-small { min-height: 30vh; }
.navbar-top:before { width: 46%; }
.bullet li:before, .bullet-colored li:before { top: 8px; }
.bullet-green li:before, .bullet-cross li:before { top: 4px; }
.bullet-tick li:before { top: 7px; }
.servicebox.fluid-box { min-height: 600px; }
.servicebox.fluid-box .card-img-overlay { top: 45%; }
.servicebox.fluid-box:hover .card-img-overlay { top: 30%; }
.servicebox.fluid-box.columns-3 .card-img-overlay { top: 60%; }
.servicebox.fluid-box.columns-3:hover .card-img-overlay { top: 30%; }
.modal-lg { max-width: 1140px; }
.waffle-wrapper .waffle-toggle, .waffle-wrapper .waffle-items { top: 45%; }
.counter_text { font-size: 70px; }
}
