@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 48; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, h5 {
  color: #3B3B3B;
  letter-spacing: normal; }

a,
a:hover {
  text-decoration: none;
  outline: none; }

a {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s; }

img {
  max-width: 100%; }

@media (max-width: 575px) {
  .container, .container-fluid {
    padding: 0 20px; } }
::selection {
  background: #333;
  color: #fff; }

::-moz-selection {
  background: #333;
  color: #fff; }

body {
  color: #3B3B3B;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7; }

button {
  outline: none;
  box-shadow: none;
  border: 0; }

@media (min-width: 1200px) {
  .m30 {
    margin: 0 -30px; }
    .m30 .col_30 {
      padding: 0 30px; } }
@media (min-width: 1200px) {
  .m20 {
    margin: 0 -20px; }
    .m20 .col_20 {
      padding: 0 20px; } }
@media (min-width: 1200px) {
  .m_30 {
    margin: 0 -30px; }
    .m_30 [class*='col-'] {
      padding: 0 30px; } }
@media (min-width: 1200px) {
  .m_20 {
    margin: 0 -20px; }
    .m_20 [class*='col-'] {
      padding: 0 20px; } }
@media (min-width: 1250px) {
  .m_40 {
    margin: 0 -40px; }
    .m_40 [class*='col-'] {
      padding: 0 40px; } }
.h_100 {
  height: 100%; }

@media (min-width: 992px) {
  .h_lg_100 {
    height: 100%; } }
@media (min-width: 768px) {
  .h_md_100 {
    height: 100%; } }
@media (min-width: 576px) {
  .h_sm_100 {
    height: 100%; } }
.align_items_center {
  display: flex;
  align-items: center; }

.justify_content_right {
  justify-content: flex-end; }

.display_flex {
  display: flex; }

.row_reverse {
  flex-direction: row-reverse; }

.body_wraper {
  width: 100%;
  display: flex;
  flex-direction: column; }

.header_outer {
  width: 100%;
  position: relative; }

.headerin {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1000; }
  .headerin:before {
    content: "";
    left: 0;
    top: 0;
    height: 110px;
    width: 100%;
    position: absolute;
    z-index: -1;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)); }

.header_align {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  height: 90px; }

.logo_sec {
  width: auto;
  display: flex; }
  .logo_sec a {
    display: inline-block;
    position: relative; }

.dark_logo {
  display: none;
  width: 150px; }

.menu_secfixed .dark_logo {
  display: inline-block; }
.menu_secfixed .white_logo {
  display: none; }
.menu_secfixed .desktop_menu_ul > li > a {
  color: #000; }

.menu_part {
  display: flex;
  margin-left: auto;
  align-items: center; }

.header_enq {
  margin-left: 30px; }
  .header_enq a.book_demo {
    background: #D80025;
    border-color: #D80025;
    margin-left: 15px; }
    .header_enq a.book_demo:hover {
      color: #D80025;
      background: #fff;
      border-color: #fff; }
  .header_enq a.header_nav_login {
    padding: 5px;
    display: inline-block;
    border: 0;
    margin: 0 15px;
    background: transparent;
    font-size: 16px; }
    .header_enq a.header_nav_login svg {
      width: 18px;
      height: 18px;
      stroke: #fff;
      stroke-width: 2;
      margin-right: 5px;
      transition: all 0.5s ease-out 0s; }
    .header_enq a.header_nav_login:hover {
      background: transparent;
      color: #D80025; }
      .header_enq a.header_nav_login:hover svg {
        stroke: #D80025; }

.header_enq a {
  padding: 0px 15px;
  line-height: 2.5;
  margin: 0;
  font-size: 15px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  font-weight: 500; }
  .header_enq a:hover {
    background: #fff;
    color: #D80025; }

.inr_body .headerin:before {
  display: none; }

.menu_secfixed .header_enq a, .inr_body .header_enq a {
  border-color: #3B3B3B;
  color: #3B3B3B; }
  .menu_secfixed .header_enq a:hover, .inr_body .header_enq a:hover {
    background: #111;
    border-color: #111;
    color: #fff; }
.menu_secfixed .header_enq a.book_demo, .inr_body .header_enq a.book_demo {
  background: #D80025;
  border-color: #D80025;
  margin-left: 15px;
  color: #fff; }
  .menu_secfixed .header_enq a.book_demo:hover, .inr_body .header_enq a.book_demo:hover {
    background: #111;
    border-color: #111;
    color: #fff; }
.menu_secfixed .header_enq a.header_nav_login svg, .inr_body .header_enq a.header_nav_login svg {
  stroke: #3B3B3B; }
.menu_secfixed .header_enq a.header_nav_login:hover, .inr_body .header_enq a.header_nav_login:hover {
  background: transparent;
  color: #D80025; }
  .menu_secfixed .header_enq a.header_nav_login:hover svg, .inr_body .header_enq a.header_nav_login:hover svg {
    stroke: #D80025; }

.menudiv {
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.08); }

.home_b .menudiv {
  box-shadow: none; }

.menu_secfixed {
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; }

.desktop_menu {
  display: flex; }

.desktop_menu_ul {
  display: flex; }

.desktop_menu_ul > li {
  display: block;
  color: #333;
  position: relative;
  padding: 10px;
  margin-right: 0px; }

.arrow_sub > a:after {
  content: "\f107";
  display: inline-block;
  top: 1px;
  vertical-align: middle;
  font-family: 'FontAwesome';
  margin-left: 3px; }

.desktop_menu_ul > li:first-child a {
  margin-left: 0;
  padding-left: 0; }

.desktop_menu_ul > li:first-child {
  padding-left: 0; }

.desktop_menu_ul > li:last-child {
  padding-right: 0; }
  .desktop_menu_ul > li:last-child a {
    padding-right: 0; }

.desktop_menu_ul > li > a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: block;
  position: relative;
  z-index: 21;
  padding: 0 5px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s; }

.desktop_menu_ul > li > a:hover, .desktop_menu_ul > li.MM_show > a {
  color: #D80025; }

.desktop_menu_ul > li.menu_activie > a {
  color: #005499; }

.desktop_menu_ul > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  background: #fff;
  width: 330px;
  padding: 40px 50px;
  margin-left: -35px;
  margin-top: 15;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.175);
  transition: all 0.3s ease-out 0s; }

.desktop_menu_ul > li > ul.ul_widthadj {
  width: 270px; }

.desktop_menu_ul > li:last-child > ul {
  left: auto;
  right: 0px; }

.desktop_menu_ul > li > ul li {
  display: block; }

.desktop_menu_ul > li > ul li:last-child {
  border-bottom: 0; }

.desktop_menu_ul > li > ul li a {
  color: #333;
  font-size: 18px;
  display: block;
  line-height: 1.5;
  padding: 8px 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s; }

.desktop_menu_ul > li > ul li a:hover {
  color: #D80025;
  padding-left: 3px; }

.desktop_menu_ul > li.megamenu_child {
  position: inherit; }

.for_megamenu {
  position: relative; }

.desktop_menu_ul li .megmenu_ul {
  position: absolute;
  display: block !important;
  left: 50%;
  z-index: 20;
  top: 100%;
  background: #fff;
  width: 900px;
  padding: 30px;
  opacity: 0;
  transform: translateX(-50%);
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.08);
  visibility: hidden;
  border-top: 1px solid #ddd;
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
  transition: all 0.3s ease-out 0s; }

.desktop_menu_ul > li.MM_show .megmenu_ul {
  top: 100%;
  opacity: 1;
  visibility: visible; }
.desktop_menu_ul > li.MM_show > ul {
  opacity: 1;
  visibility: visible; }

.for_megamenu > .container {
  position: relative; }

.mm_dropdown_box {
  display: block;
  padding: 20px 60px 20px 20px;
  background: #fff;
  position: relative; }
  .mm_dropdown_box:hover {
    background: #f0f0f0; }
  .mm_dropdown_box .mm_drop_title {
    font-weight: 600;
    color: #3B3B3B;
    font-size: 16px;
    transition: all 0.3s ease-out 0s; }
  .mm_dropdown_box .mm_drop_content {
    overflow: hidden; }
    .mm_dropdown_box .mm_drop_content p {
      color: #3B3B3B;
      margin: 0;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
  .mm_dropdown_box .g_icon {
    display: block;
    font-size: 26px;
    color: #D80025;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }

.dropdown_arrow .g_drop_up {
  width: 20px;
  height: 20px;
  background: url("../images/arrow-drop.svg") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 431px;
  top: -20px; }

.mobile_menu {
  display: none;
  margin-left: auto;
  width: fit-content; }

.mobile_menu_icon {
  display: none;
  margin-left: auto;
  width: fit-content; }

.panel-menu .sub_item li a {
  font-size: 15px; }

.tt-menu-toggle span {
  background: #fff; }

/*-------------------------------
mobile menu
---------------------------------*/
.mb_menu_button {
  text-align: right; }
  .mb_menu_button .cus_menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0; }
  .mb_menu_button .line, .mb_menu_button .line1, .mb_menu_button .line2, .mb_menu_button .line3, .mb_menu_button .opened .line1, .mb_menu_button .opened .line2, .mb_menu_button .opened .line3 {
    stroke-width: 6; }
  .mb_menu_button .line {
    fill: none;
    stroke: #333;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
  .mb_menu_button .line1 {
    stroke-dasharray: 60 207; }
  .mb_menu_button .line2 {
    stroke-dasharray: 60 60; }
  .mb_menu_button .line3 {
    stroke-dasharray: 60 207; }
  .mb_menu_button .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134; }
  .mb_menu_button .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30; }
  .mb_menu_button .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134; }

.block-bg {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 0;
  transition: -webkit-transform 0.8s ease 0s, transform 0.8s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  overflow: auto; }

.block-bg.is-visible {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible; }

.block-bg .close__wrap {
  color: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  margin-top: -12.5px;
  padding-right: 25px;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
  top: 50%;
  z-index: 11;
  transition: 0.4s; }

.block-bg .close__wrap:hover {
  color: #f50381; }

.block-bg .close__wrap::after {
  content: "\f136";
  font-family: Material-Design-Iconic-Font;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0; }

.block-bg.close__top .close__wrap {
  right: 90px;
  top: 50px; }

.mb_menu_style .mb_menuwindow ul li a:hover {
  color: #D80025; }

.mb_footer .theme_btn {
  font-size: 20px; }

.mobile_bottom_btn .theme_btn {
  display: block;
  text-align: center; }
.mobile_bottom_btn .theme_btn.book_a_demo {
  margin-bottom: 15px;
  border: 1px solid #3B3B3B;
  background: #3B3B3B;
  border-color: #3B3B3B; }
  .mobile_bottom_btn .theme_btn.book_a_demo:hover {
    background: transparent;
    color: #3B3B3B; }
.mobile_bottom_btn .theme_btn.enq_btn {
  border: 1px solid #D80025; }
  .mobile_bottom_btn .theme_btn.enq_btn:hover {
    background: transparent;
    color: #D80025; }

.mb_ft_social {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 20px; }
  .mb_ft_social ul {
    display: inline-block; }
    .mb_ft_social ul li {
      display: inline-block;
      margin-right: 10px; }
      .mb_ft_social ul li:last-child {
        margin: 0; }
      .mb_ft_social ul li a {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-size: 18px;
        color: #3B3B3B;
        padding: 15px; }
        .mb_ft_social ul li a:hover {
          color: #D80025; }

@media (min-width: 992px) {
  .inr_body .menudiv {
    background: #fff; }
  .inr_body .desktop_menu_ul > li > a {
    color: #000; }
    .inr_body .desktop_menu_ul > li > a:hover {
      color: #D80025; }
  .inr_body .dark_logo {
    display: inline-block; }
  .inr_body .white_logo {
    display: none; }

  .menu_secfixed .header_align {
    height: 80px; } }
@media (max-width: 1199px) {
  .desktop_menu_ul > li {
    padding-left: 0px;
    padding-right: 10px; }

  .desktop_menu_ul > li > a {
    font-size: 14px; } }
@media (max-width: 991px) {
  .headerin:before {
    display: none; }

  .white_logo {
    display: none; }

  .dark_logo {
    display: inline-block; }

  .menu_secfixed {
    box-shadow: none;
    animation: inherit; }

  .menudiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background: #fff;
    box-shadow: none; }

  .desktop_menu {
    display: none !important; }

  .mobile_menu, .mobile_menu_icon {
    display: flex;
    align-items: center; }

  .menu_part {
    display: flex; }

  .header_align {
    height: 60px; }

  .header_enq a.book_demo {
    display: none; }
  .header_enq a.header_nav_login {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    margin: 0 15px 0 0;
    transition: all 0s ease-out 0s; }
    .header_enq a.header_nav_login span {
      display: none; }
    .header_enq a.header_nav_login svg {
      stroke: #3B3B3B;
      margin: 0;
      stroke-width: 2.3;
      width: 20px;
      height: 20px; } }
@media (max-width: 575px) {
  .mb_footer .theme_btn {
    display: block; } }
.theme_btn {
  font-size: 16px;
  display: inline-block;
  border-radius: 4px;
  padding: 12px 35px 12px;
  margin-top: 15px;
  color: #fff;
  font-weight: 500;
  background: #D80025;
  transition: all 0.5s ease-out 0s; }
  .theme_btn:hover {
    background: #111;
    color: #fff; }

.theme_btn2 {
  font-size: 16px;
  display: inline-block;
  border-radius: 4px;
  padding: 12px 35px 12px;
  margin-top: 15px;
  color: #fff;
  font-weight: 500;
  background: #111;
  transition: all 0.5s ease-out 0s; }
  .theme_btn2:hover {
    background: #D80025;
    color: #fff; }

.readmore_link {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid #3B3B3B;
  color: #111;
  margin-top: 15px; }
  .readmore_link:hover {
    color: #D80025; }

.totop {
  position: fixed;
  bottom: 80px;
  right: 15px;
  cursor: pointer;
  display: none;
  background: #D80025;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  z-index: 10;
  box-shadow: 0 5px 12px 0 rgba(218, 88, 0, 0.1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.totop span {
  display: block; }

.comn_img_block {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .comn_img_block img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.home_baner_sec {
  position: relative;
  background: url("../images/bnr-image.jpg") no-repeat center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  z-index: 1; }
  .home_baner_sec:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: #000;
    opacity: 0.5; }
  .home_baner_sec .sec_left {
    position: relative;
    z-index: 2; }
    .home_baner_sec .sec_left h3 {
      font-size: 50px;
      font-weight: 400;
      color: #fff;
      line-height: 1.3; }
    .home_baner_sec .sec_left .readmore_link {
      color: #fff;
      border-color: #fff; }
      .home_baner_sec .sec_left .readmore_link:hover {
        color: #D80025; }
  .home_baner_sec .bnr_icon_block {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60%;
    z-index: 1; }
    .home_baner_sec .bnr_icon_block .icon_block {
      position: relative; }
      .home_baner_sec .bnr_icon_block .icon_block .paroller {
        position: absolute;
        right: 0px; }

@media (max-width: 991px) {
  .home_baner_sec {
    margin-top: 60px;
    display: block;
    min-height: auto;
    padding: 60px 0;
    min-height: 450px; }

  .home_baner_sec .sec_left {
    width: 600px;
    max-width: 100%; }
    .home_baner_sec .sec_left h3 {
      font-size: 40px; }

  .home_baner_sec .bnr_icon_block .icon_block .paroller img {
    width: 120px; } }
@media (max-width: 575px) {
  .home_baner_sec:before {
    opacity: 0.7; }

  .home_baner_sec .sec_left h3 {
    font-size: 33px; }

  .home_baner_sec .bnr_icon_block {
    top: auto;
    bottom: 0;
    height: 100px; }

  .home_baner_sec {
    overflow: hidden;
    min-height: 400px; } }
.site_title {
  font-size: 44px;
  font-weight: 500;
  color: #3B3B3B;
  line-height: 1.3;
  margin-bottom: 10px; }

@media (max-width: 575px) {
  .site_title {
    font-size: 36px; } }
.service_sec {
  padding: 100px 0 30px; }
  .service_sec .title_row {
    margin-bottom: 70px; }
    .service_sec .title_row p {
      font-size: 18px; }

.srow {
  margin-bottom: 120px; }
  .srow .sec_image_block {
    position: relative; }
  .srow .sec_content_block {
    padding-left: 60px; }
    .srow .sec_content_block .site_title {
      font-size: 27px;
      margin-bottom: 15px;
      font-weight: 600; }
    .srow .sec_content_block p {
      font-size: 18px; }
    .srow .sec_content_block .theme_btn {
      padding: 0px 25px;
      font-size: 18px;
      line-height: 2.5;
      margin-right: 30px; }

.gps_service_row .sec_image_block .comn_img_block {
  height: 351px; }
.gps_service_row .gps_map_img {
  position: absolute;
  left: 15px;
  bottom: 15px; }
  .gps_service_row .gps_map_img img {
    width: 140px; }
.gps_service_row .gps_user {
  position: absolute;
  right: 15px;
  top: -40px; }

.app_software_row .theme_btn {
  margin-right: 30px; }

@media (min-width: 992px) {
  .service_intro .srow:nth-child(even) {
    flex-direction: row-reverse; }
    .service_intro .srow:nth-child(even) .sec_content_block {
      padding-left: 0;
      padding-right: 60px; } }
.monitor_border {
  border-top-right-radius: 3% 4%;
  border-top-left-radius: 3% 4%;
  border-bottom-left-radius: 3% 4%;
  border-bottom-right-radius: 3% 4%;
  padding: 30px;
  text-align: center;
  background: #111;
  position: relative;
  z-index: 1;
  box-shadow: 3px 12px 50px rgba(50, 57, 94, 0.3); }
  .monitor_border:before {
    content: "";
    background: #f7f7f7;
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 3%);
    height: calc(100% - 5%);
    overflow: hidden;
    border-top-right-radius: 2% 3%;
    border-top-left-radius: 2% 3%;
    border-bottom-left-radius: 2% 3%;
    border-bottom-right-radius: 2% 3%;
    transform: translate(-50%, -50%);
    z-index: -1; }

@media (max-width: 991px) {
  .srow .sec_content_block {
    padding-left: 0;
    padding-top: 30px;
    text-align: center; }

  .vss_row.srow .sec_content_block {
    padding-top: 40px; } }
@media (max-width: 575px) {
  .service_sec {
    padding: 30px 0 0px; }

  .srow {
    margin-bottom: 80px; }

  .app_software_row .ser_btn_area .theme_btn {
    display: block;
    margin-right: 0; }

  .srow .ser_btn_area .theme_btn {
    display: block;
    margin-right: 0; } }
.q_container {
  max-width: 100%;
  width: 1920px;
  margin: auto;
  position: relative; }

.quick_fact_sec {
  padding: 130px 0 80px;
  background-color: #111;
  background-image: url("../images/dot-bg.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .quick_fact_sec .sec_left .title_row {
    margin-bottom: 15px; }
    .quick_fact_sec .sec_left .title_row .site_title, .quick_fact_sec .sec_left .title_row h5 {
      color: #fff; }
    .quick_fact_sec .sec_left .title_row h5 {
      font-size: 15px;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-weight: 400;
      letter-spacing: 0.3px; }
    .quick_fact_sec .sec_left .title_row .site_title {
      font-weight: 400; }
  .quick_fact_sec .sec_left p {
    color: #e0e0e0;
    font-size: 18px; }
  .quick_fact_sec .sec_right {
    display: flex;
    justify-content: flex-end; }
    .quick_fact_sec .sec_right ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .quick_fact_sec .sec_right ul li {
        width: 50%; }
    .quick_fact_sec .sec_right .q_count {
      margin-bottom: 60px; }
      .quick_fact_sec .sec_right .q_count .count_text {
        font-size: 55px;
        font-weight: 400;
        color: #fff;
        line-height: 1;
        margin-bottom: 10px; }
      .quick_fact_sec .sec_right .q_count label {
        color: #fff;
        font-size: 16px;
        letter-spacing: 0.3px; }

.q_round_shape {
  width: 300px;
  border-radius: 50%;
  height: 300px;
  z-index: -1;
  background: #D80025;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%); }

@media (min-width: 1200px) {
  .quick_fact_sec .sec_left {
    padding-right: 100px; } }
@media (max-width: 992px) {
  .quick_fact_sec .sec_right {
    justify-content: flex-start;
    padding-top: 50px; } }
@media (max-width: 767px) {
  .quick_fact_sec {
    text-align: center; }

  .q_round_shape {
    right: -150px; }

  .quick_fact_sec .sec_right .q_count .count_text {
    font-size: 44px; } }
@media (max-width: 575px) {
  .quick_fact_sec {
    padding: 50px 0 0; }

  .quick_fact_sec .sec_right ul li {
    width: 100%; }

  .quick_fact_sec .sec_right .q_count {
    margin-bottom: 50px; } }
.products_sec {
  padding: 100px 0; }
  .products_sec .title_row {
    margin-bottom: 60px; }

.product_box {
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0px 3px 6px #d5d5d5; }
  .product_box .comn_img_block {
    display: block;
    height: 180px; }
  .product_box .product_box_content {
    padding: 20px; }
    .product_box .product_box_content h4 {
      font-size: 22px;
      color: #333;
      font-weight: 600; }
    .product_box .product_box_content .theme_btn {
      border: 1px solid #D80025;
      background: transparent;
      color: #D80025;
      padding: 7px 17px;
      font-weight: 500;
      margin: 10px 0 0; }
      .product_box .product_box_content .theme_btn:hover {
        background: #D80025;
        color: #fff; }

.products_sec .silde_item_content {
  padding: 0 20px; }
.products_sec .slick-list {
  margin: 0 -20px; }

@media (max-width: 991px) {
  .products_sec .slick_dots_style .slick-dots {
    bottom: -25px; } }
@media (max-width: 575px) {
  .products_sec {
    padding: 30px 0 60px; }

  .products_sec .title_row {
    margin-bottom: 30px; }

  .products_sec .slick_dots_style .slick-dots {
    bottom: -15px; } }
.features_sec {
  padding: 100px 0 70px;
  background-color: #FAFAFA;
  background-image: url("../images/s-logo-shape.svg");
  background-position: right center;
  background-repeat: no-repeat; }
  .features_sec .title_row {
    margin-bottom: 50px; }

.features_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  .features_box .f_icon {
    width: 60px; }
  .features_box .f_content_container {
    flex: 1;
    padding-left: 30px; }
    .features_box .f_content_container h4 {
      font-size: 20px; }
    .features_box .f_content_container p {
      margin: 0; }

@media (max-width: 575px) {
  .features_sec {
    padding: 40px 0 0; }

  .features_box {
    flex-direction: column;
    text-align: center; }

  .features_box .f_content_container {
    padding: 20px 0 0; }

  .features_sec .title_row {
    text-align: center; } }
.clients_sec {
  padding: 0px 0 100px;
  overflow: hidden; }
  .clients_sec .title_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px; }
    .clients_sec .title_row .site_title, .clients_sec .title_row .theme_btn {
      margin: 0; }
    .clients_sec .title_row .site_title {
      font-size: 36px; }
    .clients_sec .title_row .theme_btn {
      padding: 7px 20px; }
  .clients_sec .silde_item_content .comn_img_block {
    border-radius: 7px;
    height: 280px; }
  .clients_sec .silde_item_content h5 {
    font-size: 20px;
    line-height: 1.5;
    margin: 30px 0 0; }
  .clients_sec .silde_item_content .cs_image_block {
    position: relative; }
    .clients_sec .silde_item_content .cs_image_block .cs_logo {
      padding: 5px;
      background: #fff;
      width: 170px;
      position: absolute;
      right: 15px;
      top: 15px;
      border-radius: 4px; }
  .clients_sec .container_1920 {
    overflow: hidden; }
  .clients_sec .custom_nav {
    margin-top: 10px;
    padding: 30px 0; }
    .clients_sec .custom_nav i {
      box-shadow: 0 3px 15px #ccc;
      border: 0; }
  .clients_sec .custom_nav i.slick-disabled {
    pointer-events: none;
    opacity: 0.5; }

.custom_nav i:hover {
  background: #D80025; }
  .custom_nav i:hover svg {
    stroke: #fff; }

.container_1920 {
  width: 1920px;
  max-width: 100%;
  margin: auto; }

.overflow_slider {
  position: relative; }

.overflow_slider:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  right: 100%;
  position: absolute;
  top: 0;
  z-index: 1; }

.overflow_slider .slick-list {
  padding-left: 0 !important;
  overflow: visible;
  margin: 0 -20px; }

.overflow_slider .silde_item_content {
  padding: 0 20px; }

.overflow_slider .silde_item_content img {
  width: 100%; }

.slick_dots_style .slick-dots {
  bottom: -100px;
  z-index: 99; }
  .slick_dots_style .slick-dots button {
    background: #ccc;
    width: 15px;
    height: 15px; }
.slick_dots_style .slick-dots .slick-active button {
  background: #D80025; }

@media (max-width: 1024px) {
  .overflow_slider .slick-list {
    margin: 0 -15px; }

  .overflow_slider .silde_item_content {
    padding: 0 15px; } }
@media (max-width: 767px) {
  .clients_sec .silde_item_content {
    padding: 0 10px; }
  .clients_sec .slick-list {
    margin: 0 -10px; }

  .clients_sec .silde_item_content h5 {
    margin: 15px 0 0; } }
@media (max-width: 575px) {
  .clients_sec {
    padding: 20px 0 50px; }

  .clients_sec .title_row .site_title {
    font-size: 30px; }

  .clients_sec .title_row .theme_btn {
    font-size: 14px; }

  .clients_sec .silde_item_content h5 {
    font-size: 18px; }

  .clients_sec .silde_item_content .cs_image_block .cs_logo {
    width: 150px; }

  .clients_sec .silde_item_content .comn_img_block {
    height: 230px; }

  .clients_sec .title_row {
    margin-bottom: 30px; }

  .clients_sec .custom_nav {
    display: none; } }
.sub_footer_Sec {
  background-color: #D80025;
  background-image: url("../images/dot-bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 70px 0; }
  .sub_footer_Sec .sec_left h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    margin: 0; }
  .sub_footer_Sec .sec_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%; }
    .sub_footer_Sec .sec_right .theme_btn {
      background: #fff;
      color: #D80025;
      margin: 0;
      border: 1px solid #fff;
      font-size: 18px; }
      .sub_footer_Sec .sec_right .theme_btn:hover {
        background: transparent;
        color: #fff; }

@media (max-width: 991px) {
  .sub_footer_Sec {
    text-align: center;
    padding: 55px 0 70px; }

  .sub_footer_Sec .sec_right {
    margin-top: 30px;
    display: block;
    height: auto; } }
@media (max-width: 575px) {
  .sub_footer_Sec .sec_left h3 {
    font-size: 36px; } }
.footer_sec {
  padding-top: 80px;
  position: relative;
  z-index: 2; }
  .footer_sec li, .footer_sec a, .footer_sec p {
    color: #3B3B3B; }
  .footer_sec a:hover {
    color: #D80025; }
  .footer_sec .ftr_title {
    font-size: 16px;
    color: #3B3B3B;
    margin-bottom: 20px;
    font-weight: 600; }
  .footer_sec .ftr_contact {
    margin-bottom: 30px; }
    .footer_sec .ftr_contact ul li {
      margin-bottom: 10px;
      line-height: 1.3; }
  .footer_sec .ftr_address_area .ftr_contact ul li {
    line-height: 1.7; }
  .footer_sec .ftr_nav ul li {
    margin-bottom: 10px; }
    .footer_sec .ftr_nav ul li a {
      display: inline-block; }
  .footer_sec .ftr_social ul li {
    display: inline-block;
    margin-right: 15px; }
    .footer_sec .ftr_social ul li a {
      display: block;
      padding: 5px; }
  .footer_sec .footer_copyright {
    border-top: 1px solid #ddd;
    padding: 30px 0;
    text-align: center; }
    .footer_sec .footer_copyright p {
      margin: 0; }
  .footer_sec .ftr_widget {
    margin-bottom: 40px; }

@media (max-width: 991px) {
  .footer_sec {
    text-align: center; } }
@media (max-width: 991px) {
  .footer_sec {
    padding-top: 50px; } }
.inr_page {
  margin-top: 90px; }

@media (max-width: 991px) {
  .inr_page {
    margin-top: 60px; } }
.inr_bnr {
  background: #111;
  padding: 80px 0; }
  .inr_bnr h3 {
    font-size: 44px;
    font-weight: 600;
    color: #fff;
    margin: 0; }

@media (max-width: 575px) {
  .inr_bnr {
    padding: 60px 0; }
    .inr_bnr h3 {
      font-size: 36px; } }
.about_sec {
  padding: 100px 0 90px; }
  .about_sec .sec_left p {
    font-size: 22px;
    font-weight: 500;
    line-height: 2; }
  .about_sec .sec_right p {
    font-size: 18px;
    line-height: 2; }

@media (max-width: 575px) {
  .about_sec {
    padding: 40px 0 30px; } }
.comn_ser_sec1 {
  padding: 60px 0 80px; }

.site_title.tb_30 {
  margin-bottom: 30px; }

.bult_sec li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.7; }
  .bult_sec li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    background: #D80025;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center; }

@media (max-width: 575px) {
  .comn_ser_sec1 {
    padding: 40px 0 30px; } }
.site_title.font_small {
  font-size: 36px; }

@media (max-width: 575px) {
  .site_title.font_small {
    font-size: 30px; } }
.video_serv_sec1 {
  padding: 0 0 100px; }

.VSS_content_row {
  padding-top: 100px; }
  .VSS_content_row .sec_left {
    padding-right: 30px; }
    .VSS_content_row .sec_left .comn_img_block {
      height: 460px;
      border-radius: 15px; }
  .VSS_content_row .sec_right {
    padding-left: 30px; }
    .VSS_content_row .sec_right h3 {
      font-size: 26px;
      line-height: 1.5;
      margin: 5px 0 15px;
      color: #3B3B3B;
      font-weight: 600; }
    .VSS_content_row .sec_right p {
      font-size: 18px; }

@media (min-width: 992px) {
  .VSS_content_row_outer .VSS_content_row:nth-child(even) {
    flex-direction: row-reverse; }
    .VSS_content_row_outer .VSS_content_row:nth-child(even) .sec_left {
      padding-right: 0;
      padding-left: 30px; }
    .VSS_content_row_outer .VSS_content_row:nth-child(even) .sec_right {
      padding-left: 0;
      padding-right: 30px; }

  .VSS_content_row_outer .VSS_content_row:nth-child(5) .sec_left .comn_img_block {
    height: 346px; } }
@media (max-width: 991px) {
  .VSS_content_row .sec_left {
    padding: 0; }

  .VSS_content_row .sec_right {
    padding: 30px 0 0; } }
@media (max-width: 575px) {
  .video_serv_sec1 {
    padding: 0px 0 50px; }

  .VSS_content_row {
    padding-top: 60px; }

  .VSS_content_row .sec_left .comn_img_block {
    padding-bottom: calc((130 / 200) * 100%);
    height: auto; } }
.access_control_sec1 {
  padding: 100px 0; }
  .access_control_sec1 .sec_image_block img {
    width: 470px; }

.access_control_sec2 {
  padding: 0 0 70px; }

.vsbox {
  border: 1px solid #d8d8d8;
  display: block;
  margin-bottom: 50px; }
  .vsbox .vb_content {
    padding: 30px; }
    .vsbox .vb_content h4 {
      font-size: 18px;
      font-weight: 600;
      color: #3B3B3B;
      line-height: 1.5;
      margin: 0; }

@media (max-width: 991px) {
  .access_control_sec1 .sec_image_block {
    text-align: center;
    margin-bottom: 30px; } }
@media (max-width: 575px) {
  .access_control_sec1 {
    padding: 60px 0 40px; }

  .access_control_sec2 {
    padding: 0 0 20px; } }
.app_sec1 {
  padding: 100px 0 90px; }

@media (max-width: 991px) {
  .app_sec1 .sec_left {
    margin-bottom: 50px; } }
@media (max-width: 575px) {
  .app_sec1 {
    padding: 60px 0 40px; } }
.contact_info_sec {
  padding: 100px 0;
  overflow: hidden; }

.contact_box {
  text-align: center; }
  .contact_box h5 {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5; }
  .contact_box ul li {
    margin-bottom: 5px; }
  .contact_box ul a {
    display: inline-block;
    color: #3B3B3B; }
    .contact_box ul a:hover {
      color: #D80025; }

.contact_col_bro {
  border: 1px;
  border-top: 0;
  border-bottom: 0;
  border-style: solid;
  border-color: #aaa; }

@media (max-width: 991px) {
  .contact_col_bro {
    border: 0; }

  .contact_box {
    margin-bottom: 50px; }

  .contact_info_sec {
    padding-bottom: 50px; } }
@media (max-width: 575px) {
  .contact_info_sec {
    padding: 50px 0 20px; }

  .contact_box {
    margin-bottom: 30px; } }
.form_page {
  padding: 60px 0;
  position: relative;
  z-index: 1; }
  .form_page:before {
    width: 100%;
    height: 180px;
    background: #111;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }

.form-group {
  margin-bottom: 30px; }

.form_title h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px; }

.form_mgn {
  width: 800px;
  padding: 40px 45px;
  max-width: 100%;
  margin: auto;
  border: 1px solid #D9D9DC;
  background: #fff; }
  .form_mgn form {
    width: 100%;
    max-width: 450px;
    margin: 45px auto; }
  .form_mgn .form-label {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 2px; }
  .form_mgn .form-control {
    outline: none;
    box-shadow: none;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    padding: 0;
    height: 30px; }
    .form_mgn .form-control:focus {
      border-color: #111; }
  .form_mgn textarea.form-control {
    height: 70px; }
  .form_mgn .select2-container .select2-selection--single {
    height: 30px; }
  .form_mgn .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px; }
  .form_mgn .select2-container--default .select2-selection--single {
    border-color: #ced4da; }
  .form_mgn .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0; }
  .form_mgn .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    top: 1px;
    right: -6px; }
  .form_mgn .select2-container--default .select2-selection--single {
    border-left: 0;
    border-top: 0;
    border-right: 0; }
  .form_mgn .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1rem; }

.phone_code_row {
  position: relative;
  padding-left: 120px; }

.std_mobile_select {
  width: 100px;
  position: absolute;
  left: 0;
  top: 0; }

@media (max-width: 767px) {
  .form_mgn {
    padding: 30px 30px 20px; }

  .form_mgn form {
    margin-top: 0;
    margin-bottom: 0; } }
.inr_clients_sec {
  padding: 100px 0 40px;
  overflow: hidden; }

.clients_box {
  margin-bottom: 60px; }
  .clients_box .comn_img_block {
    border-radius: 7px;
    height: 280px; }
  .clients_box h5 {
    font-size: 20px;
    line-height: 1.5;
    margin: 30px 0 0; }
  .clients_box .cs_image_block {
    position: relative; }
    .clients_box .cs_image_block .cs_logo {
      padding: 5px;
      background: #fff;
      width: 170px;
      position: absolute;
      right: 15px;
      top: 15px;
      border-radius: 4px; }

@media (max-width: 575px) {
  .inr_clients_sec {
    padding: 50px 0 0; } }
.cont_updated_soon {
  padding: 100px 0;
  min-height: 300px; }

.gps_inr_sec1 {
  padding: 100px 0; }
  .gps_inr_sec1 .sec_image_block {
    position: relative; }

.comn_service_feature {
  padding: 100px 0;
  background-color: #F3F3F3;
  background-image: url("../images/s-logo-shape.svg");
  background-position: right center;
  background-repeat: no-repeat; }
  .comn_service_feature .site_title {
    margin-bottom: 40px; }

@media (max-width: 991px) {
  .gps_inr_sec1 .sec_image_block {
    margin-bottom: 30px; } }
@media (max-width: 575px) {
  .gps_inr_sec1 {
    padding: 70px 0 40px; }

  .comn_service_feature {
    padding: 50px 0 40px; } }
.site_title.mb_20 {
  margin-bottom: 20px; }

.app_soft_features {
  padding: 70px 0; }
  .app_soft_features .title_row {
    margin-bottom: 50px; }

.apf_box {
  padding: 40px 30px;
  box-shadow: 0px 15px 50px 0px rgba(17, 12, 79, 0.1);
  display: flex;
  align-items: center;
  min-height: 260px;
  margin-bottom: 50px; }
  .apf_box h5 {
    line-height: 1.5;
    font-weight: 600;
    font-size: 18px;
    color: #3B3B3B;
    margin: 0; }
  .apf_box .apf_box_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px; }
  .apf_box .apf_box_icon.apicon1 {
    background: url("../images/app/1.svg") no-repeat center bottom;
    background-size: contain; }
  .apf_box .apf_box_icon.apicon2 {
    background: url("../images/app/2.svg") no-repeat center bottom;
    background-size: 45px; }
  .apf_box .apf_box_icon.apicon3 {
    background: url("../images/app/3.svg") no-repeat center bottom;
    background-size: contain; }
  .apf_box .apf_box_icon.apicon4 {
    background: url("../images/app/4.svg") no-repeat center bottom;
    background-size: 52px; }
  .apf_box .apf_box_icon.apicon5 {
    background: url("../images/app/5.svg") no-repeat center bottom;
    background-size: 55px; }
  .apf_box .apf_box_icon.apicon6 {
    background: url("../images/app/6.svg") no-repeat center bottom;
    background-size: contain; }
  .apf_box .apf_box_icon.apicon7 {
    background: url("../images/app/7.svg") no-repeat center bottom;
    background-size: 45px; }
  .apf_box .apf_box_icon.apicon8 {
    background: url("../images/app/8.svg") no-repeat center bottom;
    background-size: contain; }
  .apf_box .apf_box_icon.apicon9 {
    background: url("../images/app/9.svg") no-repeat center bottom;
    background-size: 55px; }
  .apf_box .apf_box_icon.apicon10 {
    background: url("../images/app/10.svg") no-repeat center bottom;
    background-size: contain; }

@media (max-width: 767px) {
  .apf_box {
    min-height: auto;
    text-align: center;
    justify-content: center; }

  .apf_box .apf_box_icon {
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 575px) {
  .app_soft_features {
    padding: 0 0 20px; } }
.inr_products_sec1 {
  padding: 100px 0 130px; }
  .inr_products_sec1 .title_row {
    text-align: center; }
    .inr_products_sec1 .title_row h6 {
      line-height: 1.8;
      font-size: 24px;
      font-weight: 500;
      color: #3B3B3B; }

.IPDT_row {
  padding-top: 100px; }
  .IPDT_row .sec_left {
    padding-right: 30px; }
    .IPDT_row .sec_left .comn_img_block {
      height: 460px;
      border-radius: 15px; }
  .IPDT_row .sec_right {
    padding-left: 30px; }
    .IPDT_row .sec_right h3 {
      font-size: 26px;
      line-height: 1.5;
      margin: 5px 0 15px;
      color: #3B3B3B;
      font-weight: 600; }
    .IPDT_row .sec_right p {
      font-size: 18px; }

@media (min-width: 992px) {
  .inr_products_outer .IPDT_row:nth-child(even) {
    flex-direction: row-reverse; }
    .inr_products_outer .IPDT_row:nth-child(even) .sec_left {
      padding-right: 0;
      padding-left: 30px; }
    .inr_products_outer .IPDT_row:nth-child(even) .sec_right {
      padding-left: 0;
      padding-right: 30px; }

  .inr_products_outer .IPDT_row:nth-child(5) .sec_left .comn_img_block {
    height: 346px; } }
@media (max-width: 991px) {
  .IPDT_row .sec_left {
    padding: 0; }

  .IPDT_row .sec_right {
    padding: 30px 0 0; } }
@media (max-width: 575px) {
  .inr_products_sec1 {
    padding: 50px 0; }

  .IPDT_row {
    padding-top: 60px; }

  .IPDT_row .sec_left .comn_img_block {
    padding-bottom: calc((130 / 200) * 100%);
    height: auto; } }
.about_sec2 {
  padding: 100px 0;
  background-color: #F3F3F3;
  background-image: url("../images/s-logo-shape.svg");
  background-position: right center;
  background-repeat: no-repeat; }
  .about_sec2 .title_row {
    margin-bottom: 50px; }

@media (max-width: 575px) {
  .about_sec2 {
    padding: 50px 0 40px; } }
.career_bnr .sec_right p {
  color: #ddd;
  line-height: 2;
  font-size: 18px;
  margin: 0; }

@media (max-width: 991px) {
  .career_bnr .sec_right {
    padding: 20px 0 0; } }
.career_sec1 {
  padding: 100px 0; }
  .career_sec1 .sec_left .site_title {
    margin-bottom: 40px; }

.sec_form .form-label {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 2px;
  color: #000; }
.sec_form .form-control {
  outline: none;
  box-shadow: none;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  padding: 0;
  height: 30px;
  color: #000; }
  .sec_form .form-control:focus {
    border-color: #111; }
.sec_form textarea.form-control {
  height: 70px;
  padding: 5px 0 0; }
.sec_form .select2-container .select2-selection--single {
  height: 30px; }
.sec_form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px; }
.sec_form .select2-container--default .select2-selection--single {
  border-color: #ced4da; }
.sec_form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0; }
.sec_form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  top: 1px;
  right: -6px; }
.sec_form .select2-container--default .select2-selection--single {
  border-left: 0;
  border-top: 0;
  border-right: 0; }
.sec_form .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 1rem; }

.sumoselect_style .SumoSelect .select-all.selected > span i, .sumoselect_style .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: #D80025; }
.sumoselect_style .SumoSelect > .CaptionCont {
  border-color: #ced4da;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0; }
.sumoselect_style .SumoSelect.open > .optWrapper {
  top: 39px; }
.sumoselect_style .SumoSelect {
  width: 100%; }
.sumoselect_style .SelectBox {
  height: 35px;
  padding: 0 15px;
  outline: none;
  box-shadow: 0;
  border-radius: 4px; }
.sumoselect_style .SumoSelect > .CaptionCont > span {
  padding-top: 5px;
  cursor: pointer;
  color: #000; }
.sumoselect_style .SumoSelect > .CaptionCont > label > i {
  background-image: url("../images/da.svg");
  opacity: 1;
  background-size: 10px;
  top: 8px;
  background-position: center right;
  cursor: pointer; }
.sumoselect_style .SumoSelect .select-all > label {
  margin: 0; }
.sumoselect_style .SumoSelect .select-all > span i {
  top: 4px; }
.sumoselect_style .SelectClass, .sumoselect_style .SumoUnder {
  outline: none;
  box-shadow: none; }

.SumoSelect > .optWrapper > .options::-webkit-scrollbar {
  width: 8px; }

.SumoSelect > .optWrapper > .options::-webkit-scrollbar-track {
  background: #fff; }

.SumoSelect > .optWrapper > .options::-webkit-scrollbar-thumb {
  background: grey;
  opacity: .2;
  transition: 0.5s; }

.SumoSelect > .optWrapper > .options::-webkit-scrollbar-thumb:hover {
  background: #083362;
  opacity: 1; }

.fileupload_style .fileUpload {
  position: relative;
  overflow: hidden;
  height: 43px;
  margin-top: 0;
  border: 1px solid #bababa;
  display: inline-block;
  padding: 10px 30px;
  max-width: 100%;
  line-height: 22px;
  text-align: center;
  border-radius: 4px;
  transition: all 0.5s ease-out 0s; }
  .fileupload_style .fileUpload span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block; }
  .fileupload_style .fileUpload:hover {
    border-color: #111; }
.fileupload_style .fileUpload input.upload_file_input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 42px; }
.fileupload_style input::-webkit-file-upload-button {
  cursor: pointer !important;
  height: 42px;
  width: 100%; }

.career_sec1 .sec_left .sec_form .theme_btn {
  min-width: 50%; }

@media (max-width: 575px) {
  .career_sec1 {
    padding: 50px 0 30px; }
    .career_sec1 .sec_left .sec_form .theme_btn {
      min-width: 100%; } }
.login_page {
  padding: 60px 0 60px;
  background-image: linear-gradient(#fff, #f6f6f6);
  border-bottom: 1px solid #eee; }
  .login_page .title_row {
    text-align: center;
    margin-bottom: 50px; }
    .login_page .title_row .site_title {
      font-size: 27px; }

.login_category_box {
  border: 1px solid #d8dee3;
  padding: 60px 30px;
  text-align: center;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 30px;
  display: block;
  position: relative;
  transition: all 0.2s ease-out 0s; }
  .login_category_box:hover {
    border-color: transparent;
    transform: translateY(-5px);
    box-shadow: 0 2px 12px 0 rgba(0, 6, 36, 0.16); }
  .login_category_box .lcb_content h4 {
    font-size: 18px;
    font-weight: 500;
    color: #3B3B3B;
    line-height: 1.3;
    margin-bottom: 20px; }
  .login_category_box .lcb_content .theme_btn {
    padding: 5px 20px; }
  .login_category_box .lcb_icon {
    width: 30px;
    height: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; }
  .login_category_box .lcb_ic1 {
    background-image: url("../images/lp.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .login_category_box .lcb_ic2 {
    background-image: url("../images/lg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .login_category_box .lcb_ic3 {
    background-image: url("../images/ls.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

@media (max-width: 575px) {
  .login_page {
    padding: 50px 0 30px; }

  .login_page .title_row {
    margin-bottom: 30px; } }
.getint_touch {
  background: #fff;
  padding: 30px 0 100px; }
  .getint_touch .title_row .site_title {
    font-size: 30px; }
  .getint_touch .form_mgn {
    border: 0;
    margin: 0;
    width: 100%;
    padding: 0; }
  .getint_touch .form_mgn form {
    max-width: 100%; }
  .getint_touch .sec_left .comn_img_block {
    height: 600px; }

@media (max-width: 991px) {
  .getint_touch .sec_left .comn_img_block {
    margin-bottom: 30px; } }
@media (max-width: 575px) {
  .getint_touch .sec_left .comn_img_block {
    height: 430px; }

  .getint_touch {
    padding: 30px 0 50px; } }
.desktop_menu_ul li.login_nav .megmenu_ul {
  width: 220px;
  margin-top: 14px;
  border-top: 0; }

.login_nav .megmenu_ul ul li {
  margin-bottom: 10px; }
  .login_nav .megmenu_ul ul li:last-child {
    margin-bottom: 0; }
  .login_nav .megmenu_ul ul li a {
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
    padding: 5px 0; }
    .login_nav .megmenu_ul ul li a:hover {
      color: #D80025; }

/*# sourceMappingURL=custom.css.map */
