html {
    overflow-x: hidden;
  }
  .row:before,
  .row:after {
    display: none;
  }
  
  .flex-row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .flex-row:before,
  .flex-row:after {
    display: none;
  }
  body {
    color: #7b7b7b;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat";
    transition: color 150ms ease-in-out;
  }
  a {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  :focus {
    outline: none;
  }
  a:hover,
  a:focus {
    outline: none;
    text-decoration: none;
  }
  button:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
  }
  p {
    margin-bottom: 8px;
  }
  p:last-child {
    margin-bottom: 0;
  }
  .theme-bg {
    background-color: #398bca;
  }
  
  .title-color {
    color: #434040;
  }
  
  /* ------- sticky side buttons ------- */
  .social {
    position: fixed;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    transform: translate(82px, 0px);
    z-index: 80;
  }
  .social .call-cta {
    color: #fff;
    background: #398bca !important;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 5px;
    padding: 12px 15px;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    transition: 0.4s;
    transition-property: transform;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    line-height: 132px;
  }
  
  .social a:hover {
    transform: translate(-15px, 0px);
    background: #27387f !important;
    color: #fff;
    border-radius: 7px;
  }
  .dropdown-toggle::after {
    margin-top: 5px;
    margin-left: -4px;
  }
  .custom-dropdown a {
    color: #27387f;
    border-bottom: 1px solid #0000002b;
    padding: 9px 14px;
    font-size: 14px !important;
  }
  .custom-dropdown {
    background-color: #ffffff;
    border-radius: 7px;
  }
  .pr-ctas {
    margin-right: 15px;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .cta-wrapper {
    display: flex;
    justify-content: flex-end;
  }
  /* ------Translations btns------ */
  
  .translation-wrapper {
    display: flex;
    justify-content: flex-start;
  }
  .translations {
    text-align: center;
    height: 100vh;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    transform: translate(-22px, 0px);
  }
  
  .translations a {
    margin-left: 5px;
    transition-property: transform;
    transition: 0.4s;
    margin-top: 05px;
  }
  .translations a:hover {
    transform: translate(13px, 0px);
  }
  
  .container {
    max-width: 1200px;
  }
  .header-top a:hover {
    text-decoration: none;
  }
  .header-social-link a:first-child {
    margin-left: 0;
  }
  .header-social-link a {
    color: #fff;
    margin-left: 26px;
    font-size: 13px;
  }
  .header-social-link a {
    color: #fff;
  }
  .demo {
    position: relative;
    color: #fff;
  }
  .demo a {
    padding: 10px 20px;
    color: #27387f;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
  }
  .pl-30 {
    padding-left: 30px;
  }
  img {
    max-width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    margin-bottom: 0;
  }
  ul {
    margin: 0;
    padding: 0;
  }
  ul li {
    list-style: none;
  }
  
  .demo a:hover {
    -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
    background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    background-color: #f6f6f6;
  }
  .demo:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  section.hero-slide {
    z-index: -1;
  }
  /*------- header top style start -------*/
  .header-top {
    padding: 15px 20px;
  }
  .header-top-left {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991.98px),
    only screen and (max-width: 767.98px) {
  }
  
  .header-top-left a {
    color: #fff;
  }
  
  .header-top-left a:hover {
    color: #151515;
  }
  
  @media only screen and (max-width: 575.98px) {
    .login-register {
      padding-bottom: 6px;
    }
    .m3 {
      margin-top: 20px;
    }
  }
  
  .login-register a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
  }
  
  .login-register a:hover {
    color: #151515;
  }
  
  .header-social-link a:hover {
    color: #151515;
  }
  
  .header-social-link a:first-child {
    margin-left: 0;
  }
  
  /*------- header top style end -------*/
  /*------ main menu start ------*/
  
  .main-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  .main-menu ul li {
    position: relative;
  }
  
  .main-menu ul li a i {
    font-size: 14px;
    padding: 0 3px;
  }
  
  .main-menu ul li:last-child a {
    padding-right: 0;
  }
  
  .main-menu ul li:hover > a,
  .main-menu ul li.active > a {
    color: #0fb9b2;
  }
  
  .main-menu ul li ul.dropdown {
    top: 100%;
    left: 0;
    width: 230px;
    position: absolute;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    pointer-events: none;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    border: 1px solid #efefef;
  }
  
  .main-menu ul li ul.dropdown li {
    margin-right: 0;
    border-right: none;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  
  .main-menu ul li ul.dropdown li a {
    color: #151515;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #efefef;
    z-index: 1;
  }
  
  .main-menu ul li ul.dropdown li a i {
    float: right;
    padding-top: 5px;
  }
  
  .main-menu ul li ul.dropdown li:hover > a {
    color: #fff;
    background-color: #398bca;
  }
  
  .main-menu ul li ul.dropdown li:hover > ul.dropdown {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  
  .main-menu ul li ul.dropdown li:last-child a {
    border-bottom: 0;
  }
  
  .main-menu ul li ul.dropdown li ul.dropdown {
    top: 100%;
    left: 100%;
    opacity: 0;
    visibility: hidden;
  }
  
  .main-menu ul li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  
  /*------ main menu end ------*/
  
  .mobile-top-dropdown {
    padding: 20px;
  }
  
  .mobile-top-dropdown > a {
    color: #fff;
  }
  
  .mobile-top-dropdown .dropdown-toggle:after {
    display: none;
  }
  
  /*----- language style end -----*/
  /*------ sticky menu style start ------*/
  .sticky.is-sticky {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1
      running fadeInDown;
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running
      fadeInDown;
  }
  
  .sticky.is-sticky.main-menu-wrapper {
    padding: 10px 0;
  }
  
  .sticky.is-sticky.main-menu-wrapper .brand-logo {
    max-width: 100%;
  }
  
  /*------ sticky menu style end ------*/
  
  /*----- mobile menu start -----*/
  .mobile-header {
    padding: 15px 0;
    z-index: 999;
    position: relative;
  }
  
  .mobile-logo {
    max-width: 100%;
  }
  
  .mobile-main-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .mobile-main-header .mobile-menu-toggler {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .mobile-main-header .mobile-menu-toggler .mobile-menu-btn {
    margin-left: 25px;
  }
  
  .mobile-main-header .mobile-menu-toggler .mobile-menu-btn span {
    width: 25px;
    height: 2px;
    display: block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #151515;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  
  .mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(2),
  .mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(3) {
    margin-top: 5px;
  }
  
  .mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span {
    background-color: #398bca;
  }
  
  .mobile-main-header
    .mobile-menu-toggler
    .mobile-menu-btn:hover
    span:nth-child(1),
  .mobile-main-header
    .mobile-menu-toggler
    .mobile-menu-btn:hover
    span:nth-child(3) {
    width: 20px;
  }
  
  .mobile-navigation {
    overflow: hidden;
    min-height: 410px;
    padding: 20px;
  }
  
  .mobile-navigation nav {
    height: 100%;
  }
  
  .mobile-menu {
    margin-top: 30px;
    height: 100%;
    overflow: auto;
    padding-right: 30px;
    margin-right: -30px;
  }
  
  @media only screen and (max-width: 479.98px) {
    .mobile-menu {
      margin-top: 15px;
    }
  }
  
  .mobile-menu li > a {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    line-height: 18px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
  }
  
  .mobile-menu li > a:hover {
    color: #151515;
  }
  
  .mobile-menu li ul li {
    border: none;
  }
  
  .mobile-menu li ul li a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 0 8px;
  }
  
  .mobile-menu li.menu-item-has-children {
    display: block;
    position: relative;
  }
  
  .mobile-menu li.menu-item-has-children .dropdown {
    padding-left: 15px;
  }
  
  .mobile-menu li.menu-item-has-children .menu-expand {
    line-height: 50;
    top: -5px;
    left: 95%;
    width: 30px;
    position: absolute;
    height: 50px;
    text-align: center;
    cursor: pointer;
  }
  
  .mobile-menu li.menu-item-has-children .menu-expand i {
    display: block;
    position: relative;
    width: 10px;
    margin-top: 25px;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  
  .mobile-menu li.menu-item-has-children .menu-expand i:before {
    top: 0;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-bottom: 1px solid #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  
  .mobile-menu li.menu-item-has-children.active > .menu-expand i:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  
  .main-menu-wrapper.header-transparent {
    padding: 5px 32px;
    box-shadow: 0 9px 11px rgba(0, 0, 0, 0.15);
    z-index: 999;
    background-color: #fff;
  }
  
  .main-menu-wrapper {
    padding: 20px 0;
  }
  .brand-logo {
    max-width: 100%;
  }
  .main-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .main-menu ul li {
    position: relative;
  }
  ul li {
    list-style: none;
  }
  .main-menu ul li:hover > a,
  .main-menu ul li.active > a {
    color: #398bca;
  }
  .main-menu ul li a {
    color: #151515;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 400;
    display: block;
    font-family: Montserrat;
  }
  .main-menu ul li a:hover {
    text-decoration: none;
  }
  
  .main-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .dropdown,
  .dropleft,
  .dropright,
  .dropup {
    position: relative;
  }
  .main-menu ul li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .main-menu ul li ul.dropdown li {
    margin-right: 0;
    border-right: none;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .main-menu ul li ul.dropdown li a {
    color: #151515;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #efefef;
    z-index: 1;
  }
  .main-menu ul li ul.dropdown li:hover > a {
    color: #fff;
    background-color: #398bca;
  }
  
  /*----- mobile menu end -----*/
  
  /*------ offcanvas widget area start ------*/
  .offcanvas-widget-area {
    margin-top: auto;
    padding: 20px;
  }
  
  .off-canvas-contact-widget li {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
  }
  
  .off-canvas-contact-widget li i {
    width: 20px;
  }
  
  .off-canvas-contact-widget li a {
    color: #fff;
  }
  
  .off-canvas-contact-widget li a:hover {
    color: #151515;
  }
  
  .off-canvas-social-widget {
    margin-top: 20px;
  }
  
  .off-canvas-social-widget a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-right: 15px;
  }
  
  .off-canvas-social-widget a:hover {
    color: #151515;
  }
  
  /*------ offcanvas widget area end ------*/
  .off-canvas-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 9999;
  }
  
  .off-canvas-wrapper.open {
    opacity: 1;
    visibility: visible;
  }
  
  .off-canvas-wrapper.open .off-canvas-inner-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  
  .off-canvas-wrapper .off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    cursor: url("../img/icon/cancel.png"), auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  
  .off-canvas-wrapper .off-canvas-inner-content {
    background-color: #398bca;
    width: 300px;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(calc(-100% - 50px));
    -ms-transform: translateX(calc(-100% - 50px));
    transform: translateX(calc(-100% - 50px));
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  
  @media only screen and (max-width: 479.98px) {
    .off-canvas-wrapper .off-canvas-inner-content {
      width: 270px;
    }
  }
  
  .off-canvas-wrapper .btn-close-off-canvas {
    top: 0;
    left: 100%;
    width: 60px;
    height: 60px;
    font-size: 26px;
    color: #398bca;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
  }
  
  .off-canvas-wrapper .btn-close-off-canvas i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: block;
    line-height: 60px;
  }
  
  .off-canvas-wrapper .btn-close-off-canvas:hover i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  
  .off-canvas-wrapper .off-canvas-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    height: 100%;
  }
  
  .search-box-offcanvas form {
    position: relative;
  }
  
  .search-box-offcanvas form input {
    color: #666;
    font-size: 13px;
    width: 100%;
    height: 60px;
    border: none;
    padding: 0 40px 0 10px;
    background-color: #f2f2f2;
  }
  
  .search-box-offcanvas form .search-btn {
    top: 0;
    right: 0;
    width: 40px;
    height: 60px;
    line-height: 62px;
    font-size: 20px;
    color: #29387e !important;
    border: none;
    position: absolute;
  }
  
  /*------- mobile top bar settings start -------*/
  .mobile-settings {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e1e1e1;
  }
  
  .mobile-settings li {
    margin-bottom: 5px;
  }
  
  .mobile-settings .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .mobile-settings .nav .mobile-top-dropdown .dropdown-toggle {
    font-size: 14px;
    color: #151515;
    cursor: pointer;
  }
  
  .mobile-settings .nav .mobile-top-dropdown .dropdown-toggle i {
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
    word-break: break-all;
  }
  
  .mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:hover {
    color: #398bca;
  }
  
  .mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:after {
    display: none;
  }
  
  .mobile-settings .nav .mobile-top-dropdown .dropdown-menu {
    padding: 0;
    border-color: #e1e1e1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  
  .mobile-settings .nav .mobile-top-dropdown .dropdown-menu.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  
  .mobile-settings .nav .mobile-top-dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
    color: #151515;
    padding: 6px 15px;
  }
  .btn,
  button {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: transparent;
  }
  /*------- mobile top bar settings end -------*/
  
  /* -------- Hero slide Area -------- */
  .hero-slide {
    background-image: url("../images/hero-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 550px;
  }
  .m-title h1 {
    color: #808080;
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
  }
  .xl-title h1 {
    color: #434040;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
  }
  .row.brand-line h1 {
    color: #27387f;
    font-size: 20px;
    line-height: 30px;
  }
  .btn-upload {
    padding: 10px 20px;
    background: #398bca;
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
  }
  
  .btn-upload:hover {
    background: #27387f;
    color: #fff;
    -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
  }
  a.btn-qoute.btn:hover {
    background: #398bca;
    color: #fff;
  }
  
  .main-ctas .btn-qoute {
    padding: 10px 20px;
    border: 1px solid#398bca;
    color: #398bca;
    font-size: 18px;
    border-radius: 2px;
  }
  
  .down-arrow a {
    border: 1px solid #398bca;
    border-radius: 100%;
    height: 50px;
    line-height: 46px;
    text-align: center;
    width: 50px;
    display: block;
    color: #398bca;
  }
  .down-arrow a:hover {
    border: 1px solid#398bca;
    background: #398bca;
    color: #fff;
  }
  
  /* ============ Our Brands Section ========== */
  /*------ service section start ------*/
  .servivce-middle-thumb {
    text-align: center;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991.98px),
    only screen and (max-width: 767.98px) {
    .servivce-middle-thumb {
      margin-top: 60px;
    }
  }
  
  .service-item {
    width: 218px;
    text-align: left;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .service-item {
      float: left;
    }
  }
  
  /* ---------------- Media Query for Small Mobiles ----------- */
  @media only screen and (max-device-width: 480px) {
    .service-detail.card-back {
      min-height: 395px;
    }
  }
  
  /* ----------- Media Query for Mobiles ----------- ------- */
  
  @media only screen and (max-width: 767.98px) {
    .service-item {
      width: 100%;
    }
    .flip-card {
      margin: 20px;
      min-height: 369px !important;
    }
    .service-wrapper.section-padding.pb-125 {
      padding-top: 245px;
    }
    div#arrow-down {
      display: none;
    }
    .pro-box {
      border-bottom: 1px solid #ffffff63;
      padding: 20px;
    }
    .pro-box:last-child {
      border-bottom: 0;
    }
    .pmda-box:hover .pmda-box-back {
      display: none !important;
      top: 0px !important;
      right: 0 !important;
      box-shadow: 5px 9px 11px rgba(0, 0, 0, 0.1) !important;
      width: 0px !important;
      height: 0px !important;
    }
    .pmda-box {
      width: 100% !important;
    }
    .pmda-box h1 {
      line-height: 30px !important;
      font-size: 20px !important;
      color: #434040 !important;
      padding: 10px 0px !important;
    }
    .mb-sm-5 {
      margin-bottom: 50px;
    }
    .heading h1 {
      font-size: 40px !important;
      padding: 10px 0 10px 0 !important;
      color: #565656 !important;
      font-weight: 400 !important;
    }
    p.para {
      font-size: 17px !important;
      line-height: 32px !important;
      width: 100% !important;
      margin: 0px auto !important;
      color: #505050 !important;
    }
    .icons-head > h1 {
      display: inline-block !important;
      font-size: 30px !important;
      font-weight: 400 !important;
      padding: 10px 0px 0px 0px !important;
      line-height: 38px !important;
      color: #434040 !important;
    }
    p.services-dscp {
      font-size: 18px !important;
      line-height: 34px !important;
      padding-bottom: 10px !important;
      width: 90% !important;
    }
    .spacer {
      min-height: 10px !important;
    }
    .geo-wrapper {
      text-align: center !important;
      display: block;
      margin: 0 auto;
    }
    .geo-wrapper h1 {
      font-size: 30px !important;
      display: block !important;
      line-height: 38px !important;
      padding: 9px 10px !important;
    }
    .geo-wrapper .cta-wrapper {
      justify-content: center !important;
    }
    .translations {
      height: 65vh !important;
    }
    .trans-icons a {
      margin-left: 20px !important;
      line-height: 50px;
    }
    .plv-5 {
      padding-left: 0px !important;
    }
    .Pub-icon {
      margin: 15px 0px 0px 18px;
    }
  
    .FS-btns .fake-btn {
      font-size: 16px !important;
    }
    .FS-upload label {
      font-size: 24px !important;
    }
    .testimonial_para {
      width: 100% !important;
      margin: 0 auto;
    }
    .testimonial-title h1 {
      font-size: 26px;
      line-height: 38px;
    }
    .reports-top {
      margin-top: -50px !important;
    }
    .reports-wrapper {
      margin-bottom: 25px;
      margin-bottom: 45px;
      border-top: 1px solid #00000042;
      padding-top: 20px;
    }
    #border-right {
      border-right: none !important;
    }
    .my-text-left,
    .my-text-right {
      text-align: center !important;
    }
    .checkmark_fs {
      left: 16% !important;
    }
    .pricing-sub-title h4 {
      font-size: 22px !important;
      line-height: 40px !important;
      font-weight: 400;
    }
    /*------------------------- packages tab1 ----------------*/
    .tab_packages .nav-tabs .nav-link {
      margin: 0 auto 30px !important;
      padding: 8px 0 !important;
      width: 46% !important;
      text-align: center !important;
    }
  
    .tab_packages .tab-content {
      padding: 0 !important;
    }
  
    .tab_packages .package_one1 h2 {
      font-size: 26px !important;
    }
  
    .tab_packages .basic_buy {
      padding: 5px 13px !important;
      width: 100% !important;
    }
  
    .tab_packages .logo_info li {
      display: inline-block;
      margin: 0 4px 20px !important;
      width: 46% !important;
      border: none !important;
    }
  
    .tab_packages .legal_buy {
      padding: 5px 10px !important;
      width: 100% !important;
    }
    .tab_packages .package_one1 tbody tr td img {
      margin: auto !important;
      display: block !important;
      max-width: 100% !important;
    }
  
    .tab_packages {
      padding: 0 !important;
    }
    .logo_info li {
      width: 90% !important;
    }
    .pree_release_info {
      line-height: 34px;
    }
  
    .slider_detail .slick-next.slick-arrow,
    .slider_detail .slick-prev.slick-arrow {
      background-size: 42% !important;
    }
  }
  
  .service-item:hover .service-icon img {
    -webkit-transform: scale(0.95) translateX(10px);
    -ms-transform: scale(0.95) translateX(10px);
    transform: scale(0.95) translateX(10px);
  }
  
  .service-title {
    font-weight: 700;
    padding: 18px 0 10px;
  }
  
  .service-title a {
    color: #151515;
  }
  
  .service-title a:hover {
    color: #0172d0;
  }
  
  .service-list-left .service-item:nth-child(1),
  .service-list-left .service-item:nth-child(3) {
    margin-left: 52px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199.98px),
    only screen and (min-width: 768px) and (max-width: 991.98px),
    only screen and (max-width: 767.98px) {
    .service-list-left .service-item:nth-child(1),
    .service-list-left .service-item:nth-child(3) {
      margin-left: 0;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .service-list-left .service-item {
      margin-right: 30px;
    }
  
    .service-list-left .service-item:last-child {
      margin-right: 0;
    }
  }
  
  .service-list-left .service-item:last-child {
    margin-bottom: 0;
  }
  
  .service-list-right .service-item:nth-child(2) {
    margin-left: 52px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199.98px),
    only screen and (min-width: 768px) and (max-width: 991.98px),
    only screen and (max-width: 767.98px) {
    .service-list-right .service-item:nth-child(2) {
      margin-left: 0;
    }
  }
  
  .service-list-right .service-item:last-child {
    margin-bottom: 0;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .service-list-right .service-item {
      margin-right: 30px;
    }
  
    .service-list-right .service-item:last-child {
      margin-right: 0;
    }
  }
  
  .service-wrapper .section-title {
    text-align: center;
  }
  /* ===================== Media Query for i-pad =========== */
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .service-wrapper.section-padding.pb-125 {
      margin-top: 400px;
    }
    .flip-card {
      min-height: 470px !important;
    }
    .landing-page-link a {
      background: #fff !important;
      padding: 10px 20px !important;
      border-radius: 5px !important;
      font-size: 16px !important;
      color: #000 !important;
      font-weight: 500 !important;
    }
    .service-title {
      font-weight: 700;
      padding: 55px 10px;
    }
    .pmda-box:hover .pmda-box-back {
      display: block !important;
      top: 24px !important;
      right: 15px !important;
      box-shadow: 5px 9px 11px rgba(0, 0, 0, 0.1) !important;
      width: 260px !important;
      height: 570px !important;
    }
    .geo-wrapper {
      text-align: center !important;
      display: block;
      margin: 0 auto;
    }
    .geo-wrapper h1 {
      font-size: 26px !important;
      display: block !important;
      line-height: 40px !important;
      padding: 9px 10px !important;
    }
    .spacer {
      min-height: 46px !important;
    }
    .geo-wrapper .cta-wrapper {
      justify-content: center !important;
    }
    .plv-5 {
      padding-left: 0 !important;
    }
    .reports-top {
      margin-top: -45px !important;
    }
    .my-text-right {
      text-align: left !important;
    }
    #border-right {
      border-right: none !important;
    }
    .reports-wrapper {
      margin-bottom: 25px;
    }
    /*------------------- package one -----------------*/
    .tab_packages .nav-tabs .nav-link {
      margin: 0 auto 30px !important;
      width: 30% !important;
      text-align: center !important;
      padding: 8px 0 !important;
    }
    .tab_packages {
      padding: 0 !important;
    }
    .logo_info li {
      width: 90% !important;
    }
  }
  /* ===================== Media Query for i-pad-pro =========== */
  @media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .service-wrapper.section-padding.pb-125 {
      margin-top: 0px;
    }
    .main-menu ul li a {
      color: #151515;
      font-size: 14px;
      padding: 10px 20px;
      font-weight: 400;
      display: block;
      font-family: Montserrat;
    }
    .btn-upload {
      padding: 10px 15px;
      background: #398bca;
      color: #fff;
      font-size: 16px;
      border-radius: 2px;
    }
    .main-ctas .btn-qoute {
      padding: 10px 15px;
      border: 1px solid#398bca;
      color: #398bca;
      font-size: 16px;
      border-radius: 2px;
      margin-left: 8px;
    }
    .geo-wrapper {
      margin-left: 10px !important;
    }
    .geo-wrapper h1 {
      font-size: 18px !important;
      display: block !important;
      line-height: 27px !important;
      padding: 4px 5px !important;
      font-weight: 600 !important;
    }
    .pmda-box:hover .pmda-box-back {
      display: block !important;
      top: 24px !important;
      right: 19px !important;
      box-shadow: 5px 9px 11px rgba(0, 0, 0, 0.1) !important;
      width: 388px !important;
      height: 477px !important;
    }
    #border-right {
      border-right: 2px solid #ddd !important;
    }
    .my-text-right {
      text-align: right !important;
    }
    .main-menu-wrapper.header-transparent {
      padding: 5px 25px !important;
      box-shadow: 0 9px 11px rgba(0, 0, 0, 0.15);
      z-index: 999;
    }
  
    /*---------------------- package_one ------------------*/
    .tab_packages .nav-tabs .nav-link {
      margin: 0 auto 30px !important;
  
      text-align: center !important;
    }
  }
  .service-wrapper .service-item {
    padding: 20px;
    border-radius: 14px;
    width: 95%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 1px 6px 10px RGBA(0, 0, 0, 0.3);
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .service-wrapper .service-item {
      width: 100%;
    }
  }
  
  /* ------ Laptop Screen --------- */
  @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
    .reports-top {
      margin-top: 25px !important;
    }
  }
  
  h1.Products-hdng {
    color: #434040;
    font-size: 38px;
    padding: 20px;
  }
  
  .flip-card {
    min-height: 350px;
  }
  
  .service-item.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .flip-card:hover .card-inner {
    transform: rotateY(180deg);
    -moz-transform-style: rotateY(180deg);
    -ms-transform-style: rotateY(180deg);
    -o-transform-style: rotateY(180deg);
  }
  .card-front,
  .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    border-radius: 15px;
  }
  .card-front {
    padding: 10px;
  }
  .landing-page-link a:hover {
    background-color: #27387f;
    color: #fff;
    -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
  }
  .card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
  }
  .service-detail img {
    padding: 20px;
  }
  .service-detail img {
    padding: 20px;
  }
  p.product-details {
    font-size: 15px;
    width: 88%;
    margin: 10px auto;
  }
  .landing-page-link a {
    background: #fff;
    padding: 10px 55px;
    border-radius: 5px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
  }
  p.products-para {
    color: #5d5d5d;
    font-size: 17px;
    line-height: 36px;
    width: 80%;
    margin: 0 auto;
  }
  /*------ service section end ------*/
  
  /* ----------- Progress-bar - start --------- */
  .progress-bar {
    background: #223480;
  }
  .text-medium {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    padding-top: 10px;
  }
  p.nos {
    font-size: 26px;
    font-weight: 600;
  }
  
  /* ----------- Progress-bar - ENDS --------- */
  /* ----------------------------------------------------------------------------- */
  
  /* ----------------------------- What We Do Section Start ---------------------- */
  .WWD-top-wrapper {
    background-color: #f6f6f6;
  }
  .w100 {
    width: 100%;
  }
  .heading h1 {
    font-size: 50px;
    padding: 10px 0 10px 0;
    color: #565656;
    font-weight: 400;
  }
  p.para {
    font-size: 19px;
    line-height: 34px;
    width: 80%;
    margin: 10px auto;
    color: #505050;
  }
  .icons-head > h1 {
    display: inline-block;
    font-size: 36px;
    font-weight: 400;
    padding: 10px 0px 0px 17px;
    line-height: 44px;
    color: #434040;
  }
  p.services-dscp {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 10px;
    width: 90%;
  }
  .services-btn {
    font-size: 18px;
    background: #398bca;
    padding: 10px 20px;
    color: #fff;
  }
  .services-btn:hover {
    background: #27387f;
    color: #fff;
    margin-left: 10px;
  }
  .medium {
    font-weight: 500;
  }
  .pmda-box {
    text-align: center;
    padding: 20px;
    width: 85%;
    margin: 0 auto;
    border: 1px solid #d4d4d4;
    background: #fff;
    z-index: 9;
  }
  .pmda-box h1 {
    line-height: 34px;
    font-size: 24px;
    color: #434040;
    padding: 20px 0px;
  }
  p.pmda-para {
    font-size: 15px;
    line-height: 31px;
    padding: 0 20px 10px 20px;
  }
  .pmda-box a {
    color: #27387f;
    font-weight: 600;
    font-size: 14px;
  }
  .pmda-box-back {
    position: absolute;
    width: 450px;
    height: 430px;
    border: 4px solid #27387f;
    top: 0;
    right: 60px;
    z-index: -12;
    display: none;
    -webkit-transition: 0.4s;
    transition: 0.4s ease-out;
  }
  .pmda-box:hover .pmda-box-back {
    display: block !important;
    top: 24px;
    right: 29px;
    box-shadow: 5px 9px 11px rgba(0, 0, 0, 0.1);
  }
  .pmda-box:hover {
    box-shadow: 5px 9px 11px rgba(0, 0, 0, 0.1);
  }
  .pmda-box a:hover {
    border: 1px solid #398bca;
    padding: 7px 18px;
  }
  .targeting-wrapper h1 {
    font-size: 40px;
    color: #434040;
    padding: 10px 0px;
  }
  .targeting-wrapper p {
    font-weight: 500;
  }
  .geo-wrapper h1 {
    font-size: 24px;
    display: inline-block;
    line-height: 34px;
    padding: 9px 10px;
  }
  .spacer {
    min-height: 168px;
  }
  .geo-wrapper .cta-wrapper {
    justify-content: flex-end;
  }
  a.cta {
    border: 1px solid #398bca;
    padding: 10px 15px;
  }
  a.cta.btn:hover {
    background: #398bca;
    color: #fff;
  }
  .trans-bg {
    background-image: url(../../assets/images/trans.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 464px;
  }
  .trans-wrapper,
  .vdas-wrapper h1 {
    font-size: 40px;
    color: #434040;
    padding: 10px 0 30px 0;
  }
  .trans-wrapper .sub-title {
    font-size: 18px;
    padding: 10px 0px;
  }
  .trans-wrapper p:nth-child(3) {
    font-size: 18px;
    padding: 10px 0px;
  }
  .trans-wrapper p:nth-child(4) {
    font-size: 20px;
    padding: 10px 0px;
    font-weight: 500;
    color: #398bca;
  }
  .trans-icons a {
    margin-left: 20px;
  }
  .moving-vertical {
    -webkit-animation-name: float-bob;
    animation-name: float-bob;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  
  .vdas-wrapper p:nth-child(4) {
    font-size: 18px;
    padding: 20px 0px;
    font-weight: 400;
  }
  .plv-5 {
    padding-left: 120px;
  }
  .vdas-bg {
    background-image: url(../../assets/images/vda.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 464px;
  }
  
  .Pub-icon :nth-child(2) {
    font-size: 30px;
    color: #434040;
    padding: 10px 0px;
    line-height: 36px;
  }
  .g-a-thumb {
    text-align: end;
  }
  
  .reports-bg {
    background-image: url("../../assets/images/reports-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 430px;
  }
  .reports-top {
    margin-top: 85px;
  }
  .reports-top img {
    margin: 0 auto;
  }
  .reports-title :nth-child(1) {
    font-size: 32px;
    color: #434040;
  }
  #border-right {
    border-right: 2px solid #ddd;
  }
  .reports-wrapper :nth-child(1) {
    font-size: 19px;
    line-height: 34px;
  }
  .reports-wrapper :nth-child(2) {
    font-size: 15px;
  }
  .btn.reports-btn {
    color: #398bca !important;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    padding: 0px 10px;
  }
  .btn.reports-btn:hover {
    color: #223480 !important;
  }
  
  .btn.reports-btn-bg {
    background: #398bca;
    padding: 10px 20px;
    color: #fff !important;
    margin-top: 15px;
  }
  .btn.reports-btn-bg:hover {
    background: #27387f;
  }
  .my-text-left {
    text-align: left;
  }
  .my-text-right {
    text-align: right;
  }
  
  /* -------------------- Reports-page-styles------------- */
  h1.reports-hdng {
    font-size: 26px;
    color: #434040;
    font-weight: 500;
    border-left: 15px solid #398bca;
    padding-left: 20px;
  }
  .reports-cards {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 16rem;
    padding: 5px;
    display: inline-block;
    margin: 10px auto;
  }
  .reports-cards img {
    width: 100%;
  }
  .report-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 20px 10px;
  }
  
  .viewReport {
    text-align: center;
    margin-bottom: 2rem;
  }
  .viewReport a.btn.btn-report {
    background-color: #fff;
    color: #27387f;
    padding: 5px 30px;
    border-radius: 7px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #27387f7a;
  }
  .viewReport a.btn.btn-report:hover {
    background-color: #00aff0;
    color: #fff;
    border: none;
  }
  /* ---------------------------- ends reports page --------- */
  
  .WLR-wrapper h1 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .btn.wlr-btn {
    border: 1px solid #398bca;
    padding: 5px 24px;
    font-size: 20px;
    margin-top: 22px;
  }
  .btn.wlr-btn:hover {
    background: #398bca;
    color: #fff !important;
  }
  
  .news-title h1 {
    font-size: 36px;
    color: #434040;
    margin-bottom: 20px;
  }
  .news-title p {
    line-height: 34px;
  }
  
  .news-card {
    border: 1px solid #dbdee3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
    margin-right: 10px;
  }
  
  .news-card .pr-img img {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border: 1px solid #fff;
    height: 100%;
    width: 100%;
  }
  
  .news-card:hover {
    box-shadow: 5px 0px 10px 2px #e6e6e6;
  }
  .news-card:hover .pr-title a {
    color: #398bca;
  }
  .pr-title a {
    /* padding: 10px 10px; */
    color: #398bca;
  }
  .pr-title a {
    font-size: 14px;
    color: #434040;
    font-weight: 600;
  }
  .news-categories {
    font-size: 11px;
    display: block;
    padding: 10px 10px;
  }
  .news-categories .category {
    padding: 3px 8px;
    display: inline-block;
    color: #838d97;
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid #c8d0db;
    margin-right: 15px;
    background: #f9f9f9;
  }
  .pr-description {
    border-top: 1px solid #0000004d;
    padding: 10px;
    font-size: 14px;
  }
  .pr-title {
    padding: 10px 10px;
  }
  .pr-description p {
    font-size: 12px;
  }
  .pr-description a {
    font-size: 12px;
    float: right;
    padding: 10px;
    color: #27387f;
    font-weight: 600;
  }
  .news-btn a:hover {
    background-color: #398bca;
    color: #fff;
  }
  @media (min-width: 992px) {
    .news-card.col-lg-3 {
      -ms-flex: 0 0 24%;
      flex: 0 0 24%;
      max-width: 24% !important;
    }
  }
  @media (min-width: 768px) {
    .news-card.col-md-4 {
      -ms-flex: 0 0 31.333333%;
      flex: 0 0 31.333333%;
      max-width: 31.333333%;
    }
  }
  .news-btn a {
    font-size: 20px;
    border: 1px solid #398bca;
    padding: 10px 30px;
    border-radius: 5px;
    color: #27387f;
  }
  
  .testimonials {
    background: #f9f9f9;
    position: relative;
  }
  .text-white {
    color: #382323 !important;
  }
  .testimonial_para {
    width: 60%;
    margin: 0 auto;
  }
  .testimonial_subtitle {
    color: #0aaa7a;
    font-size: 12px;
  }
  .testimonial_btn {
    background-color: #373d4b !important;
    color: #fff !important;
  }
  .carousel-content {
    padding: 50px 0px;
  }
  .carousel-content h3 span {
    font-size: 17px;
    font-weight: normal;
    color: #e8e8e8;
    text-transform: uppercase;
  }
  
  #testimonial {
    text-align: center;
    padding: 40px 0px;
    color: #fff;
  }
  #testimonial .carousel-control-prev,
  #testimonial .carousel-control-next {
    font-size: 36px;
  }
  #testimonial h2 {
    font-size: 40px;
    font-style: italic;
    border-bottom: 1px solid #7fbdff;
    padding-bottom: 20px;
  }
  .details .name {
    font-size: 20px;
    font-weight: 500;
    color: #282828;
  }
  
  .card.testimonials-single {
    background: transparent;
    border: none;
  }
  .border-right {
    border-right: 2px solid #0000002b;
  }
  
  .customer-logos .slick-track {
    margin: 0 auto;
  }
  .FS-upload input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
  }
  
  .files {
    position: relative;
  }
  
  .FS-upload label {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    margin: 15px;
  }
  .full-services {
    outline: 2px dashed #ffffff67;
    outline-offset: -10px;
    text-align: center;
  }
  .full-services-wrapper {
    background: #398bca;
    padding: 10px 5px;
  }
  .FS-upload .upload_wrapper {
    position: relative;
    display: inline-block;
    margin: 0 auto;
  }
  .FS-btns .fake-btn {
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 13px;
    margin: 15px auto 10px;
    font-size: 26px;
    text-transform: capitalize;
    color: #515151;
    display: block;
    border-radius: 9px;
    background-image: linear-gradient(to bottom, #ecedea, #dcdbd8);
    width: 100%;
  }
  .FS-btns .upload_btn_icon {
    margin-right: 10px;
  }
  .FS-btns .file-msg {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
  }
  .fake-btn p {
    font-size: 14px !important;
  }
  
  /* ---- about us page styles --------------- */
  
  .about_container {
    background: url(../images/about_us/about_bg.png) no-repeat;
    width: 100%;
    height: auto;
    display: block;
    padding: 30px 15px 50px;
    background-size: cover;
  }
  .about_left h1 {
    text-align: left;
    color: #434040;
    margin-bottom: 50px;
  }
  .about_left p {
    text-align: left;
    color: #434040;
  }
  .about_us {
    border-left: 5px solid #e3eff7;
  }
  .about_left {
    position: relative;
  }
  .round_icon {
    width: 25px;
    height: 25px;
    background: #398bca;
    display: block;
    border-radius: 50%;
    border: 5px solid #b0d1ea;
    position: absolute;
    left: -63px;
    top: 7px;
  }
  .about_pressimg img {
    width: 56%;
    margin: 140px 0 0;
  }
  .second_rowabout {
    margin-top: 100px !important;
  }
  .about_info {
    display: flex;
    justify-content: flex-end;
    margin: -70px 0 0;
  }
  
  /*-------------------------------  why section ----------------------*/
  
  .why_container {
    background: url("../images/about_us/vector_imgbg.png") no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    padding: 30px 0 80px;
    position: relative;
    background-position: center;
    background-size: cover;
  }
  .why_container h3 {
    color: #434040;
  }
  .why_container p {
    color: #808080;
    font-size: 14px;
  }
  .border_line {
    border: 1px solid #e3eff7;
    display: block;
    height: 100px;
    width: 10px;
    background: #e3eff7;
    position: absolute;
    margin: auto;
    text-align: center;
    left: 50%;
    top: 110px;
  }
  /*------------------------  distribution channels   --------------*/
  
  .distribution_container {
    background: #ebf3fa;
    padding: 50px 0 30px;
    text-align: center;
  }
  
  .blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
  }
  
  .carousel-indicators {
    top: 0;
    position: relative;
  }
  .carousel-indicators li {
    background-color: #398bca;
  }
  .carousel-item ul li {
    display: inline-block;
    margin: 0 18px;
  }
  .view_more {
    color: #434040;
    border: 1px solid #434040;
    padding: 5px 15px;
    background: transparent;
    transition: all 0.3s;
  }
  .view_more:hover {
    color: #ffffff;
    border: 1px solid #434040;
    padding: 5px 15px;
    background: #434040;
    transition: all 0.3s;
  }
  
  /* ------------------------- slider ----------------*/
  
  /* Slider */
  
  .slick-slide {
    margin: 0px 20px;
  }
  
  .slick-slide img {
    width: 100%;
  }
  
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: "";
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  [dir="rtl"] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: block;
    width: auto;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-slider {
    padding: 40px 0;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  .distribution_container .row {
    margin: 0;
  }
  /*------------------------- infoemation detail   ---------------------------*/
  
  .box_information {
    border: 1px solid #cccccc;
    padding: 25px;
    border-radius: 5px;
    position: relative;
    margin: 80px 80px 0;
    background: #ffffff;
  }
  .box_information h1 {
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: bold;
  }
  
  .left_point {
    border-right: 8px solid #e3eff7;
  }
  .right_point .round_icon {
    left: -17px !important;
    top: 99px;
  }
  .right_point .border_shap {
    width: 100%;
    display: block;
    background: #e3eff7;
    height: 10px;
    position: absolute;
    left: -125px;
    z-index: -99999999999;
  }
  .left_point .border_shap {
    width: 100%;
    display: block;
    height: 10px;
    background: #e3eff7;
    position: absolute;
    z-index: -9;
    right: -90px;
  }
  
  /*-------------------------- button section --------------------*/
  .team_btn {
    float: right;
    margin-right: 80px;
    display: inline-block;
    background: #398bca;
    padding: 10px 50px;
    color: #ffffff;
    transition: all 0.3s;
    border-radius: 52px;
    border: 1px solid #398bca;
  }
  .team_btn:hover {
    background: #ffffff;
    color: #398bca;
    transition: all 0.3s;
    border: 1px solid #398bca;
  }
  
  .nroom_btn {
    margin-left: 50px;
    display: inline-block;
    background: #ffffff;
    padding: 10px 50px;
    color: #398bca;
    border-radius: 52px;
    transition: all 0.3s;
    border: 1px solid #398bca;
  }
  .nroom_btn:hover {
    background: #398bca;
    color: #ffffff;
    border: 1px solid #398bca;
  }
  .btn_containers {
    padding: 50px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 9px 7px 10px 0 #e6e6e6;
  }
  .btn_containers .partner_detail .col-md-6 {
    float: left;
  }
  /*------------------- partner information --------------------*/
  .partner_containers {
    position: relative;
    padding: 100px 0 50px;
  }
  .partner_containers .border_line {
    top: 0;
    left: 49%;
  }
  .partner_containers h3 {
    display: block;
    text-align: center;
    width: 100%;
    margin: 15px 0;
  }
  
  .partner_containers .information_detail {
    width: 100%;
  }
  .partner_containers .information_detail .right_point {
    border-left: 8px solid #e3eff7;
    /*height: 130px;*/
  }
  .partner_containers .box_information {
    border: none !important;
  }
  .partner_containers .right_point .round_icon {
    left: -17px !important;
    top: 50px;
  }
  
  .partner_containers .right_point img {
    padding: 35px 0 0 120px;
  }
  .partner_containers .right_point p {
    padding: 10px 0 0 120px;
  }
  .partner_containers strong {
    display: block;
    text-align: center;
    width: 100%;
    margin: 10px 0;
  }
  .partner_containers .border_shap {
    width: 95px;
    left: 0;
    top: 58px;
  }
  .logo_information {
    display: block;
    width: 100%;
    position: relative;
  }
  .logo_information .partner_images {
    padding: 80px 0 0;
    text-align: center;
    display: block;
  }
  .logo_information .partner_images li {
    display: inline-block;
    margin: 0 20px;
  }
  .logo_information .border_line {
    top: 45px;
    left: 48.7%;
    height: 62px;
  }
  
  /*-------------------------------  icn release ----------------------*/
  .release_containers {
    background: #fafafa;
    padding: 50px 0;
  }
  .pr-img a img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  
  .release_detail h1 {
    width: 100%;
    font-size: 32px;
    margin-bottom: 15px;
    color: #000000;
    display: block;
  }
  .release_detail p {
    text-align: center;
    margin-bottom: 50px;
  }
  .release_right {
    background: #ffffff;
    padding: 15px;
  }
  .release_right h1 {
    font-size: 18px;
    line-height: 30px;
  }
  .release_imgwrap img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .release_infodetail p {
    font-size: 14px;
    text-align: left;
    margin: 0;
  }
  .release_infodetail .nroom_btn {
    margin-left: 0;
    padding: 5px 20px;
  }
  .release_right span {
    font-size: 12px;
    margin: 20px 0;
    display: block;
  }
  .information_releasedetail1 {
    margin: 0 15px 25px 0;
    background: #fff;
    box-shadow: 1px -1px 10px 0 #e6e6e6;
  }
  .view_release {
    margin: 40px auto 0;
    display: block;
  }
  .release_containers {
    margin-bottom: 50px;
  }
  .partner_containers .right_point .border_line {
    display: none;
  }
  .release_responsiveborder {
    display: none;
  }
  
  @media (max-width: 1024px) {
    .release_infodetail .nroom_btn {
      padding: 5px 15px;
    }
  }
  @media (max-width: 991px) {
    .about_left {
      margin: 60px 0 0;
    }
    .second_rowabout {
      margin-top: 70px !important;
    }
    .about_left h1 {
      margin-bottom: 30px;
      font-size: 24px;
    }
    .about_pressimg img {
      width: 100%;
    }
    .right_point .box_information {
      margin: 80px 0 0 40px;
    }
    .right_point .border_shap {
      width: 95%;
      left: -100px;
    }
    .left_point .box_information {
      margin: 80px 40px 0 20px;
    }
    .left_point .border_shap {
      width: 60%;
      right: -62px;
    }
    .release_infodetail .nroom_btn {
      padding: 5px 10px;
    }
    .nroom_btn {
      margin-left: 0;
    }
    .team_btn {
      margin-right: 0;
    }
    .right_point .border_shap {
      width: 120px;
      left: 0;
    }
  }
  @media (max-width: 767px) {
    .round_icon {
      display: none;
    }
    .about_us {
      border-left: none;
    }
    .about_us .pl-5 {
      padding-left: 15px !important;
    }
    .left_point {
      border-right: none;
      padding: 0;
    }
  
    .right_point .box_information {
      margin: 0;
    }
    .left_point .border_shap {
      display: none;
    }
    .right_point {
      border-right: none;
      padding: 0 !important;
      margin: 20px 0 0;
    }
    .left_point .box_information {
      margin: 40px 0 0;
    }
    .about_pressimg img {
      width: 60%;
      margin: 30px 0 0;
    }
    .partner_detail {
      text-align: center !important;
    }
    .team_btn {
      margin: 0 auto 20px;
      float: none;
    }
    .btn_containers .partner_detail {
      float: none;
      width: 100% !important;
      display: block;
      text-align: center;
      padding: 0 !important;
    }
    .btn_containers {
      padding: 30px 0;
    }
    .partner_containers .right_point .round_icon {
      display: none;
    }
    .right_point .border_shap {
      display: none;
    }
    .partner_containers .right_point {
      position: relative;
    }
    .partner_containers .right_point .border_line {
      display: block !important;
    }
    .partner_containers .box_information {
      display: none;
    }
    .partner_containers .right_point .border_line {
      display: block !important;
      left: 51%;
      top: -20px;
      height: 50px;
    }
    .partner_containers .right_point img {
      padding: 30px 0 0;
      margin: auto;
      text-align: center;
      display: block;
    }
    .partner_containers .right_point p {
      padding: 10px 0 0;
      text-align: center;
    }
    .release_responsiveborder {
      display: block !important;
    }
    .release_responsiveborder {
      top: 120px !important;
    }
    .partner_containers strong {
      margin: 40px 0 0;
    }
    .logo_information .border_line {
      top: 73px;
      left: 48.7%;
      height: 51px;
    }
    .logo_information .partner_images li {
      display: block;
      margin: 30px 20px;
    }
    .release_infodetail .nroom_btn {
      padding: 5px 10px;
      margin: 20px 10px;
    }
    .view_release {
      margin: 40px auto 2px !important;
    }
    .right_point {
      max-width: 100%;
      flex: 0 0 100%;
    }
    .left_point {
      max-width: 100%;
      flex: 0 0 100%;
    }
    .partner_images li:first-child {
      margin-top: 0;
    }
    .partner_detail .pl-5 {
      padding: 0 !important;
    }
  }
  
  /* ------------------------------ newsletter ----------------------------*/
  .newsletter_containers {
    background: url(../images/about_us/newsletter_bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 145px;
    display: block;
    padding: 40px 0;
  }
  .newsletter_containers h4 {
    color: #27387f;
    font-weight: 600;
    font-size: 24px;
  }
  .check_newletter {
    /* display: block; */
    /* width: 100%; */
    margin: 14px 0 22px 18px;
    cursor: pointer;
  }
  .email_field {
    border: 1px solid #3b8acb;
    padding: 5px 10px;
    border-radius: 31px;
    width: 100%;
  }
  .submit_btn {
    background: #3b8acb;
    width: 100%;
    margin-left: 3%;
    padding: 5px 0;
    color: #ffffff;
    border-radius: 42px;
    text-align: center;
  }
  .submit_icon {
    background: url(../images/about_us/submit_icon.png) no-repeat;
    width: 30px;
    height: 23px;
    display: inline-block;
    background-position: 8px 9px;
    background-size: 72% !important;
  }
  .check_newletter input[type="checkbox"] {
    width: 25px;
    height: 18px;
    vertical-align: middle;
    word-break: break-all;
  }
  .check_newletter span {
    font-size: 13px;
    padding: 0 0 0 6px;
  }
  
  @media (max-width: 767px) {
    .newsletter_field {
      margin: 30px 0;
    }
    .newsletter_containers {
      background: #ffffff;
      /* padding: 40px 0; */
    }
    .email_field {
      /* margin-bottom: 20px; */
      width: 100%;
    }
    .submit_btn {
      width: 40%;
      margin: 0;
    }
  }
  
  /* ---- Team page styling start --------------- */
  
  .team_wrapper {
    padding-left: 30px;
    padding-bottom: 10%;
  }
  
  .team_right_area {
    position: absolute;
    right: 0;
  }
  
  .team_left_text {
    padding-top: 12%;
  }
  .team_left_text h2 {
    font-size: 36px;
    line-height: 3.5rem;
  }
  .team_left_text p {
    font-size: 20px;
  }
  
  .team_right_image_area {
    position: absolute;
    right: 0;
    max-width: 100%;
    top: -20px;
  }
  
  .team_wrapper_content {
    margin-top: 10%;
  }
  
  .blockmenu {
    width: 100%;
    border: 1px solid #f9f9f3;
    border-radius: 4px;
    float: left;
  }
  
  .blockmenu .menutitle {
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    border-bottom: 1px solid #cecece;
    text-align: center;
    background-color: #398bcb;
    padding: 7px;
  }
  
  .blockmenu ul {
    list-style-type: none;
    display: block;
  }
  
  .blockmenu ul li a {
    color: #4c4c4c;
    font-size: 18px;
    height: 50px;
    cursor: pointer;
  }
  .departments .tab-content .tab-pane .row {
    width: 100%;
  }
  .team_nav-tabs .nav-item a > i {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
  }
  
  .team_nav-tabs {
    border-bottom: 0;
  }
  
  .team_nav-tabs .nav-item {
    margin-bottom: -1px !important;
  }
  
  .team_nav-tabs .nav-link {
    border-color: #f4f5fb #f9fbf7 #f9f9f3;
    padding-left: 6px;
    padding-top: 10px;
  }
  
  .departments .tab-content > .active {
    display: flex;
  }
  
  .tab-pane .name {
    padding-top: 8px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5rem;
  }
  
  .tab-pane .work {
    font-size: 15px;
    color: #767676;
    text-align: center;
    line-height: 1.5rem;
  }
  
  .member_sec img {
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    border-radius: 75px;
  }
  
  .blockPhoto {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    background-color: #fff;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  
  .blockPhoto img {
    object-fit: cover;
    object-position: top;
    opacity: 1;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  
  .blockPhoto img:hover,
  .blockPhoto:hover img {
    opacity: 0.5;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  
  .active_pane {
    display: flex !important;
    opacity: 1 !important;
  }
  
  /* Team wise members image hovering colors start*/
  
  .mang .blockPhoto:hover {
    background-color: #b3b3b3;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  
  .sal .blockPhoto:hover {
    background-color: #9dbf72;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
  }
  
  .dev .blockPhoto:hover {
    background-color: #1b1464;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
  }
  
  .market .blockPhoto:hover {
    background-color: #29aae3;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
  }
  
  .des .blockPhoto:hover {
    background-color: #23b574;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
  }
  
  .cont .blockPhoto:hover {
    background-color: #808080;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
  }
  
  .seo .blockPhoto:hover {
    background-color: #fbd69f;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
  }
  
  .edit .blockPhoto:hover {
    background-color: #c7b199;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
  }
  
  .res .blockPhoto:hover {
    background-color: #2e3192;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
  }
  
  .secu .blockPhoto:hover {
    background-color: #ff0000;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
  }
  
  .adv .blockPhoto:hover {
    background-color: #a058ae;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
  }
  
  /* Team wise members image hovering colors End*/
  
  /* Team Menu colors  start*/
  
  .mang > a > i,
  .nav-tabs .mang .nav-link.active,
  .nav-tabs .mang .nav-link:hover {
    color: #fff !important;
    background-color: #b3b3b3;
  }
  
  .sal > a > i,
  .nav-tabs .sal .nav-link.active,
  .nav-tabs .sal .nav-link:hover {
    color: #fff !important;
    background-color: #9dbf72;
  }
  
  .dev > a > i,
  .nav-tabs .dev .nav-link.active,
  .nav-tabs .dev .nav-link:hover {
    color: #fff !important;
    background-color: #1b1464;
  }
  
  .market > a > i,
  .nav-tabs .market .nav-link.active,
  .nav-tabs .market .nav-link:hover {
    color: #fff !important;
    background-color: #29aae3;
  }
  
  .des > a > i,
  .nav-tabs .des .nav-link.active,
  .nav-tabs .des .nav-link:hover {
    color: #fff !important;
    background-color: #23b574;
  }
  
  .cont > a > i,
  .nav-tabs .cont .nav-link.active,
  .nav-tabs .cont .nav-link:hover {
    color: #fff !important;
    background-color: #808080;
  }
  
  .seo > a > i,
  .nav-tabs .seo .nav-link.active,
  .nav-tabs .seo .nav-link:hover {
    color: #fff !important;
    background-color: #fbd69f;
  }
  
  .edit > a > i,
  .nav-tabs .edit .nav-link.active,
  .nav-tabs .edit .nav-link:hover {
    color: #fff !important;
    background-color: #c7b199;
  }
  
  .res > a > i,
  .nav-tabs .res .nav-link.active,
  .nav-tabs .res .nav-link:hover {
    color: #fff !important;
    background-color: #2e3192;
  }
  
  .secu > a > i,
  .nav-tabs .secu .nav-link.active,
  .nav-tabs .secu .nav-link:hover {
    color: #fff !important;
    background-color: #ff0000;
  }
  
  .adv > a > i,
  .nav-tabs .adv .nav-link.active,
  .nav-tabs .adv .nav-link:hover {
    color: #fff !important;
    background-color: #a058ae;
  }
  .nav-tabs .all .nav-link.active,
  .nav-tabs .all .nav-link:hover {
    background-color: #398bcb;
    color: #fff !important;
  }
  
  /* Team Menu colors  End*/
  
  /* Team image hovering icons Start*/
  
  .blockPhoto .custom-linkdin {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 32%;
    right: 37%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    display: none;
    background-color: #0e76a8;
    color: #fff;
  }
  
  .blockPhoto:hover .custom-linkdin {
    display: block !important;
  }
  
  .blockPhoto .custom-skype {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 35%;
    right: 37%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    display: none;
    background-color: #00aff0;
    color: #fff;
  }
  .adv .blockPhoto .custom-linkdin {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 23%;
    right: 37%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    display: none;
    background-color: #00aff0;
    color: #fff;
  }
  .secu .blockPhoto .custom-skype {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 28%;
    right: 37%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    display: none;
    background-color: #00aff0;
    color: #fff;
  }
  .des .blockPhoto .custom-skype {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 31%;
    right: 37%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    display: none;
    background-color: #00aff0;
    color: #fff;
  }
  .blockPhoto:hover .custom-skype {
    display: block !important;
  }
  
  .tab-pane .member_sec {
    min-height: 20vh;
    margin-bottom: 25px;
  }
  
  /* Team image hovering icons End*/
  
  /* All media queries */
  
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .blockPhoto .custom-skype,
    .blockPhoto .custom-linkdin {
      position: absolute;
      right: 35%;
      top: 29%;
    }
    .adv .blockPhoto .custom-linkdin {
      position: absolute;
      top: 23%;
      right: 37%;
    }
  
    .dev .blockPhoto .custom-skype {
      position: absolute;
      top: 36%;
      right: 35%;
    }
  }
  @media screen and (max-width: 767px) and (min-width: 540px) {
    .blockPhoto .custom-skype,
    .blockPhoto .custom-linkdin {
      position: absolute;
      right: 44% !important;
      top: 35% !important;
    }
    .adv .blockPhoto .custom-linkdin {
      position: absolute;
      top: 32% !important;
      right: 42% !important;
    }
  }
  @media screen and (max-width: 539px) and (min-width: 280px) {
    .blockPhoto .custom-skype,
    .blockPhoto .custom-linkdin {
      position: absolute;
      right: 42% !important;
      top: 35% !important;
    }
    .adv .blockPhoto .custom-linkdin {
      position: absolute;
      top: 32% !important;
      right: 42% !important;
    }
  }
  
  @media screen and (min-width: 992px) and (max-width: 1024px) {
    .team_menu {
      padding-right: 0px;
    }
    .blockmenu ul li a {
      font-size: 16px;
    }
    .adv .blockPhoto .custom-linkdin {
      position: absolute;
      top: 19% !important;
      right: 36% !important;
    }
    .secu .blockPhoto .custom-skype {
      position: absolute;
      top: 26%;
      right: 35%;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .team_wrapper {
      padding-left: 0px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .team_right_image_area {
      position: initial;
      text-align: right;
    }
    .team_right_area {
      position: initial;
    }
    .team_wrapper_content .tab-content {
      padding-left: 0px !important;
    }
  }
  @media screen and (max-width: 290px) {
    .blockmenu ul li a {
      font-size: 16px;
    }
  }
  /* ---- Team page styling End --------------- */
  
  /* --- Footer styling ------- */
  
  .footer {
    background-color: #2a2a2a;
  }
  
  .social-media li {
    display: inline-block;
    padding: 10px;
    font-size: 20px;
  }
  .social-media li a {
    color: rgba(255, 255, 255, 0.555);
  }
  .social-media li a:hover {
    color: #fff;
  }
  .Resources span,
  .Products span,
  .Contact span {
    color: #cecece;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .icn-wrapper p {
    color: #ffffffa6;
    font-size: 18px;
    padding: 10px 10px !important;
    line-height: 30px;
  }
  .footer-inner .social-media li a {
    color: rgba(255, 255, 255, 0.555);
  }
  .footer-inner ul.Contact li {
    color: #ffffffa6;
  }
  .icn-resources ul li a,
  .icn-products ul li a {
    font-size: 12px;
    color: #ffffffa6;
    line-height: 38px;
  }
  ul.Contact li {
    font-size: 12px;
    line-height: 34px;
  }
  ul.Contact li a {
    color: inherit;
  }
  ul.Contact li a:hover {
    color: #fff;
    padding-left: 10px;
  }
  .footer-bottom {
    border-top: 1px solid #ffffff2e;
    padding: 0;
    margin: 0;
  }
  p.copyright {
    font-size: 12px;
  }
  ul.footer-extra {
    width: 100%;
  }
  ul.footer-extra li {
    display: inline-block;
    margin-right: 25px;
    font-size: 12px;
  }
  .icn-resources ul li a:hover,
  .icn-products ul li a:hover {
    color: #fff;
    padding-left: 10px;
  }
  ul.footer-extra li a {
    color: inherit;
  }
  ul.footer-extra li a:hover {
    color: #fff;
  }
  .file-input:hover .fake-btn {
    box-shadow: 3px 4px 6px 1px rgba(0, 0, 0, 0.6);
    background: #fff;
  }
  .file-input:hover {
    background: #27387f;
    color: #fff;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
  }
  
  /* -------- Sign Up / Sign-In Style Starts Here ----------- */
  
  .register_form_1 button {
    padding: 10px 30px;
    border-radius: 24px;
    transition: all 0.3s;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
  }
  /* .modal-dialog {
      max-width: 850px !important;
  
  } */
  .close {
    background: none;
    position: absolute;
    right: -40px;
    opacity: 1;
    text-shadow: none;
    color: #ffffff;
    top: -20px;
  }
  .form_content {
    background: none;
    border: none;
    box-shadow: none;
  }
  
  /* ----------------------------- sugup_form1 ------------------*/
  .register_form_1 {
    border: 1px solid #2178bd;
    min-height: 747px;
  }
  
  .register_form_1 .top_border {
    width: 8px;
    display: block;
    height: 50px;
    background: #ffffff;
    margin: auto;
  }
  .register_form_1 .sign_up_area {
    text-align: center;
    padding: 7px 20px 20px;
  }
  .register_form_1 .ic_icon_top {
    margin: 0px auto 82px;
    display: block;
  }
  .register_form_1 .icn_whitelogo {
    margin-bottom: 30px;
  }
  .register_form_1 h1 {
    font-size: 32px;
    margin: 0 0 30px;
    color: #ffffff;
    font-weight: 600;
  }
  .register_form_1 p {
    font-size: 16px;
    margin: 0 0 40px;
    color: #ffffff;
    line-height: 26px;
    padding: 0 28px;
  }
  .register_form_1 .sign_up {
    background: #2178bd;
    color: #ffffff;
    box-shadow: none;
    border: 1px solid #ffffff;
    margin-bottom: 50px;
  }
  .register_form_1 .sign_up:hover {
    background: #ffffff;
    color: #2178bd;
    transition: all 0.3s;
    border: 1px solid #2178bd;
  }
  .account-btn {
    background: #2178bd;
    padding: 15px;
    border-radius: 0 0 10px 10px;
  }
  /* -------------------------- sign in side ---------------------------- */
  .modal-open .modal {
    padding: 0;
  }
  
  .register_form_1 .sign_inarea {
    padding: 120px 40px 0 !important;
    text-align: center;
    background: #ffffff;
  }
  .register_form_1 .sign_inarea h1 {
    color: #2178bd;
    font-size: 26px;
  }
  .register_form_1 .sign_inarea input {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #e6e6e6;
    border-radius: 7px !important;
    height: 40px;
    padding: 10px;
  }
  .register_form_1 .sign_inarea a {
    display: block;
    color: #191919;
    margin: 25px 0 100px;
    font-size: 16px;
  }
  .register_form_1 .sign_in {
    border: 1px solid #2178bd;
    color: #2178bd;
    background: #ffffff;
    display: block;
    margin: auto;
  }
  .second_form .sign_inarea {
    padding: 60px 40px 40px !important;
  }
  .register_form_1 .sign_in:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: all 0.3s;
    background: #2178bd;
  }
  a.forgot:hover {
    color: #2178bd;
    transition: all 0.3s;
  }
  .robot_check {
    background: #e6e6e6;
    display: inline-block;
    padding: 20px;
    border-radius: 5px;
    margin: 15px auto;
  }
  .robot_check .robot_box {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #ffffff;
    margin-right: 10px;
  }
  .create_form .sign_inarea {
    padding: 24px 40px;
    overflow: hidden;
  }
  .create_form .sign_up_area {
    overflow: hidden;
  }
  .rebot_check {
    vertical-align: super;
  }
  .robot_check .custom_checkbox {
    margin: 0;
  }
  .term_link {
    color: #2178bd !important;
    font-weight: 600;
    margin: 0 !important;
    display: inline-block !important;
  }
  
  /*-------------------- custom check box -------------------*/
  .custom_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .custom_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
  }
  
  /* On mouse-over, add a grey background color */
  .custom_checkbox:hover input ~ .checkmark {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #cccccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .custom_checkbox input:checked ~ .checkmark {
    background-color: #2196f3;
    border-radius: 5px;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .custom_checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .custom_checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .responsive_tabs {
    display: none;
  }
  
  /*---------------------------------- responsive view -------------------------*/
  
  .resposive_view_mobile {
    display: none;
  }
  
  /*--------------------------------- forget password --------------------------------*/
  .forget_password img {
    width: 35%;
  }
  .mail_resend {
    height: 100vh;
    width: 100vh;
    display: table;
  }
  .mail_resend .mail_confirmation {
    display: table-row !important;
  }
  .forget_password {
    display: table-cell;
    vertical-align: middle;
    word-break: break-all;
  }
  .forgot_body {
    width: 70%;
    text-align: center;
    border: 1px solid #f8f8f8;
    margin: 30px auto;
    padding: 30px 60px;
    background: #fdfdfd;
  }
  .forget_password h1 {
    font-size: 26px;
    margin: 30px 0;
  }
  .forget_password p {
    font-size: 16px;
    margin: 36px 20px;
  }
  
  .forget_password .sent_btn {
    border: 1px solid #2178bd;
    color: #ffffff;
    background: #2178bd;
    display: block;
    margin: 20px auto;
    padding: 10px 60px;
    transition: all 0.3s;
  }
  .forget_password .sent_btn:hover {
    border: 1px solid #2178bd;
    color: #2178bd;
    background: #ffffff;
    transition: all 0.3s;
  }
  
  /* ------------------------------------- confirm-password ------------------*/
  
  .password_rest {
    height: 100vh;
    width: 100vh;
    display: table;
  }
  .password_rest .password_set_confirm {
    display: table-row !important;
  }
  .confirm_password {
    min-height: auto;
    width: 70%;
    display: table-cell;
    vertical-align: middle;
    word-break: break-all;
    border: none;
  }
  .confirm_password .col-md-6 {
    display: inline-block;
    float: left;
    border: 1px solid #2178bd;
    min-height: 460px;
  }
  
  @media (max-width: 991px) {
    .modal-dialog {
      max-width: 90% !important;
      margin: 40px auto;
    }
    .close {
      right: 1px;
      top: -33px;
    }
  }
  @media (max-width: 767px) {
    .signup_body input {
      display: block;
      width: 100%;
      margin: 0 0 20px;
      border: 1px solid #e6e6e6;
      border-radius: 5px;
      height: 40px;
      padding: 10px;
    }
  
    .form_header {
      background: #2178bd;
      padding: 33px 20px;
      border-radius: 10px 10px 0 0;
      height: auto;
      display: block;
      text-align: center;
    }
    .register_form_1 .sign_inarea {
      padding: 50px 40px 50px !important;
    }
    .register_form_1 .sign_inarea a {
      margin: 25px 0 50px;
    }
    .register_form_1 .checkmark {
      left: 0;
    }
    .register_form_1 {
      width: 90%;
      margin: auto;
    }
    .mail_resend {
      height: auto;
      width: 80%;
      margin: 50px auto !important;
    }
    .forgot_body {
      width: 100%;
    }
  
    /*------------------------- confirm password ---------------------*/
    .password_rest {
      height: auto;
      width: 80%;
      margin: 50px auto !important;
    }
    .confirm_password .col-md-6 {
      min-height: auto;
    }
    .confirm_password .sign_inarea {
      padding: 60px !important;
    }
  }
  @media (max-width: 575px) {
    .form_header img {
      width: 200px;
    }
    .signup_body {
      padding: 40px 20px 15px;
    }
    .signin_body {
      padding: 40px 20px 15px;
    }
  }
  
  @media (max-width: 479px) {
    .robot_check {
      padding: 20px;
    }
  
    .confirm_password .sign_inarea {
      padding: 40px 20px !important;
    }
    .forgot_body {
      padding: 30px 20px;
    }
  }
  
  /* -------- Sign Up / Sign-In Style Ends Here ----------- */
  
  /*  ---------- Demo Popup ---------- */
  
  .quote h3 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  
  .close {
    background: none;
    position: absolute;
    right: -40px;
    opacity: 1;
    text-shadow: none;
    color: #ffffff;
    top: -20px;
  }
  .form_body input {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: 40px;
    padding: 10px;
  }
  
  .main_body {
    background: #ffffff;
    border-radius: 25px;
  }
  .modal-dialog {
    max-width: 537px;
    margin: 1.75rem auto;
  }
  .demo_form h1 {
    margin: 64px 0 20px;
  }
  
  .head_modal_demo {
    background: url("../../assets/images/top_img-blue.png") no-repeat;
    width: 100%;
    height: 107px;
    display: block;
    position: absolute;
    top: 0;
    background-size: 100%;
    left: 0;
  }
  .demo_form h1,
  .demo_form h3,
  .demo_form p {
    text-align: center;
  }
  .form_body {
    padding: 20px 50px 50px;
  }
  .request_demo {
    background: #388ac9;
    border: 1px solid #388ac9;
    color: #ffffff;
    width: 240px;
    height: 50px;
    border-radius: 5px;
    display: block;
    margin: 30px auto 0;
  }
  .demo_form img {
    margin: 20px 0 0;
  }
  .modal-content {
    border-radius: 25px;
  }
  
  @media (max-width: 695px) {
  }
  @media (max-width: 680px) {
    .demo_form img {
      margin: 20px 0 0;
      display: block;
      width: 100%;
    }
    .modal-dialog {
      max-width: 80%;
      margin: 1.75rem auto;
    }
    .form_body {
      padding: 20px 33px 50px;
    }
  }
  
  @media (max-width: 479px) {
    .form_body {
      padding: 20px 15px 50px;
    }
    .modal-dialog {
      max-width: 90%;
      margin-top: 60px;
    }
    .modal {
      padding: 0 15px;
    }
    .close {
      right: 0;
      top: -40px;
    }
    .demo_form h1 {
      font-size: 26px;
    }
    .form_body h3 {
      font-size: 23px;
      margin-bottom: 30px;
    }
  }
  
  /* ------ Demo Popup Ends -------------- */
  
  /* ------- Full Service Popup Modle starts ------------- */
  
  .service_body {
    position: relative;
  }
  .services_package_demo ul li {
    width: 33%;
    float: left;
    border-right: 1px solid #ffffff;
  }
  .services_package_demo h5 {
    color: #ffffff;
    font-size: 24px;
    margin: 0 0 20px;
  }
  .services_package_demo {
    margin: 0 0 30px;
  }
  .services_package_demo ul li:last-child {
    border-right: none;
  }
  .services_package_demo ul {
    position: relative;
  }
  .services_package_demo ul .radio-button {
    width: 100%;
  }
  .services_package_demo ul .radio-button__custom-indicator {
    left: 12px;
  }
  .package_demo_btn {
    background: #ffffff;
    padding: 2px 20px;
    border-radius: 5px;
    color: #1a366e !important;
    display: inline-block !important;
  }
  .services_package_demo
    ul
    .radio-button__custom-indicator
    .radio-button__input::after {
    content: "350$";
    display: block;
    color: #0066cc;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 25px;
    margin-top: 10px;
    border: 1px solid #0066cc;
  }
  .services_package_demo ul .radio_info strong {
    font-size: 12px;
    margin: 0 0 5px;
  }
  
  .services_package_demo ul .radio-button__custom-indicator {
    height: 20px;
    left: 0;
    position: initial !important;
    top: 0;
    width: 20px;
    margin: auto;
  }
  .services_package_demo ul .radio-button__custom-indicator::after {
    height: 14px;
    left: 0;
    position: inherit;
    top: 0;
    width: 14px;
    margin: 2px 2px 0;
  }
  .services_package_demo ul input#package_service3 {
    width: 33%;
    height: 20px;
  }
  .services_package_demo ul input#package_service2 {
    height: 20px;
    width: 20px;
  }
  .services_package_demo ul input#package_service1 {
    height: 20px;
    width: 20px;
  }
  #package_panel {
    display: none;
  }
  
  .services_package_demo ul input[type="radio"] {
    position: absolute;
  }
  .services_package_demo ul label {
    display: block;
    padding: 40px 0 10px;
    cursor: pointer;
    margin: 0;
  }
  
  .services_package_demo ul .blank-label {
    display: none;
  }
  .services_package_demo ul input[type="radio"] {
    position: absolute;
    top: 12px;
    display: block;
    margin: auto;
    text-align: center;
    width: 33%;
  }
  .services_package_demo ul input[type="radio"]:checked + label {
    background: #ffffff;
  }
  .services_package_demo ul input[type="radio"]:checked + label strong {
    color: #192b61;
  }
  .close {
    background: none;
    position: absolute;
    right: -40px;
    opacity: 1;
    text-shadow: none;
    color: #ffffff;
    top: -20px;
  }
  .text_info input {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    font-size: 14px !important;
    height: 45px !important;
    border: 1px solid #e6e6e6;
    border-radius: 10px !important;
    padding: 10px;
  }
  .text_info textarea {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #e6e6e6;
    border-radius: 10px !important;
    padding: 10px;
  }
  
  /*-------------------- custom check box -------------------*/
  .custom_checkbox-FS {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
  }
  
  /* Hide the browser's default checkbox */
  .custom_checkbox-FS input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark_fs {
    position: absolute;
    top: 0;
    left: 28%;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
  }
  
  /* On mouse-over, add a grey background color */
  .custom_checkbox-FS:hover input ~ .checkmark_fs {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #cccccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .custom_checkbox-FS input:checked ~ .checkmark_fs {
    background-color: #2196f3;
    border-radius: 5px;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark_fs:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .custom_checkbox-FS input:checked ~ .checkmark_fs:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .custom_checkbox-FS .checkmark_fs:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .submit_demo {
    padding: 12px 64px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 46px;
    height: 50px;
    width: 200px;
    display: inline-block;
    margin-bottom: 50px;
    transition: all 0.3s;
  }
  .submit_demo:hover {
    transition: all 0.3s;
    background: #ffffff;
    color: #171748;
    border: 1px solid #ffffff;
  }
  
  .modal-dialog {
    max-width: 600px;
  }
  
  .main_body {
    background: #ffffff;
    border-radius: 25px;
  }
  .modal-dialog {
    max-width: 537px;
    margin: 1.75rem auto;
  }
  .demo_form h1 {
    margin: 64px 0 20px;
  }
  
  .head_modal_image {
    background: url("../../assets/images/top_img_white.png") no-repeat;
    width: 100%;
    height: 145px;
    display: block;
    position: absolute;
    top: 0;
    background-size: 100%;
    left: 0;
  }
  .service_body h1,
  .service_body h3,
  .service_body p {
    text-align: center;
  }
  .form_body {
    padding: 20px 50px 50px;
  }
  
  .request_demo {
    background: #388ac9;
    border: 1px solid #388ac9;
    color: #ffffff;
    width: 240px;
    height: 50px;
    border-radius: 5px;
    display: block;
    margin: 30px auto 0;
  }
  .service_body h1 {
    color: #ffffff;
    font-size: 23px;
    margin: 50px auto 30px;
    text-align: center;
    font-weight: 600;
  }
  .modal-content {
    border-radius: 25px;
  }
  .service_body {
    background-image: linear-gradient(#2178bd, #160f3f);
    text-align: center;
  }
  .text_info {
    padding: 0 70px;
  }
  .service_body p {
    font-size: 14px;
    text-align: center;
    display: block;
    color: #d8d8d8;
  }
  .service_body .para_one {
    margin: 30px 0;
  }
  .service_body h2 {
    color: #ffffff;
    font-size: 20px;
    display: block;
    text-align: center;
    font-weight: 600;
  }
  .service_body .para_two {
    margin: 0 0 30px;
  }
  .choose_addition {
    position: relative;
    border-top: 3px solid #ffffff;
    margin: 60px 0 20px;
  }
  .addition_heading {
    position: inherit;
    top: -16px;
    width: auto;
    text-align: center;
    background: #1b417b;
    left: 0;
    display: inline-block;
    margin: 0 auto 0;
    color: #ffffff;
    font-size: 22px;
    padding: 0 26px;
  }
  .term_link {
    color: #ffffff !important;
    font-weight: 400;
    margin: 0 !important;
    display: inline-block !important;
    transition: all 0.3s;
    font-size: 14px;
  }
  .term_link:hover {
    color: #388ac9 !important;
    transition: all 0.3s;
  }
  .selection_addition .standard_labels {
    float: left;
    width: 50%;
  }
  .selection_addition {
    padding: 0 40px;
  }
  .radio_info strong {
    display: block;
    color: #ffffff;
    font-size: 16px;
    margin: 15px 0 7px;
  }
  .radio_info p {
    display: block;
  }
  .radio_info_1 img {
    width: 23%;
  }
  .radio_info_2 img {
    width: 32%;
  }
  .radio_info {
    text-align: center;
    padding: 0 10px;
  }
  .selection_addition input[type="radio"] {
    padding: 0;
    width: 20px;
    float: left;
  }
  .selection_addition {
    padding: 0 15px;
  }
  .service_icon {
    height: 65px;
    display: block;
    overflow: hidden;
  }
  
  .radio-button {
    margin-bottom: 1rem;
    float: left;
    width: 50%;
  }
  
  .radio-button__label-wrapper {
    border-radius: 50%;
    cursor: pointer;
    display: block;
    padding-left: 0;
    position: relative;
    top: 0.25rem;
  }
  .radio-button__label-wrapper:hover
    .radio-button__input
    ~ .radio-button__custom-indicator {
    border-color: black;
  }
  
  .radio-button__label-title {
    margin-bottom: 0.25rem;
  }
  
  .radio-button__label-subtext {
    display: block;
    font-size: 0.85rem;
    font-style: italic;
  }
  .radio-button__custom-indicator {
    background-color: white;
    border: 1px solid #999;
    border-radius: 50%;
    height: 20px;
    left: 28px;
    position: absolute;
    top: 15px;
    width: 20px;
  }
  .radio-button__custom-indicator::after {
    background-color: #388ac9;
    border-radius: 50%;
    content: "";
    display: none;
    height: 12px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 12px;
  }
  
  .radio-button__input {
    opacity: 0;
    position: absolute;
    z-index: -1;
  }
  .radio-button__input:focus ~ .radio-button__custom-indicator {
    border-color: black;
  }
  .radio-button__input:checked ~ .radio-button__custom-indicator::after {
    display: block;
  }
  .radio-button__input:disabled ~ .radio-button__custom-indicator {
    opacity: 0.6;
    pointer-events: none;
  }
  
  /*-------------------------------- grad drop --------------------*/
  
  .file-drop-area {
    position: relative;
    align-items: center;
    width: 95%;
    padding: 25px;
    border-radius: 3px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin: 0 auto 30px;
    background: #ffffff;
    height: 192px;
    border: 2px dashed #388ac9;
  }
  .file-drop-area.is-active {
    background: #ffffff;
  }
  .fake-btn {
    flex-shrink: 0;
    background-color: #388ac9;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 15px;
    margin: 15px auto 10px;
    font-size: 12px;
    text-transform: capitalize;
    width: 320px;
    color: #ffffff;
    display: block;
    border-radius: 26px;
  }
  .upload_wrapper {
    position: relative;
  }
  .file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
  }
  .upload_btn_icon {
    margin-right: 10px;
  }
  
  .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
  }
  .file-input:focus {
    outline: none;
  }
  .file_images i img {
    width: 12%;
  }
  .file_images i {
    margin: 0 10px;
  }
  
  @media (max-width: 1200px) {
  }
  @media (max-width: 1024px) {
  }
  @media (max-width: 991px) {
  }
  @media (max-width: 767px) {
    .text_info {
      padding: 0 35px;
    }
    .service_body h1 {
      font-size: 22px;
      margin: 36px auto 15px;
    }
    .fake-btn {
      width: 100%;
    }
    .icons {
      margin-right: 7px;
    }
  }
  @media (max-width: 680px) {
    .demo_form img {
      margin: 20px 0 0;
      display: block;
      width: 100%;
    }
    .modal-dialog {
      max-width: 80%;
      margin: 1.75rem auto;
    }
    .form_body {
      padding: 20px 33px 50px;
    }
    .addition_heading {
      top: -13px;
      font-size: 18px;
      padding: 0 20px;
    }
    .radio-button__custom-indicator {
      left: 0;
    }
    .radio_info i img {
      width: 36%;
    }
    .radio_info i {
      height: 65px;
      display: block;
    }
    .fake-btn {
      width: 90%;
    }
    .checkmark {
      left: 16%;
    }
  }
  
  @media (max-width: 479px) {
    .form_body {
      padding: 20px 15px 50px;
    }
    .modal-dialog {
      max-width: 90%;
      margin-top: 60px;
    }
    .modal {
      padding: 0 15px;
    }
    .close {
      right: 0;
      top: -40px;
    }
    .demo_form h1 {
      font-size: 26px;
    }
    .form_body h3 {
      font-size: 23px;
      margin-bottom: 30px;
    }
  }
  
  /* -------- Full Service Popup model Ends ----------- */
  
  /** ------------------------------------- packages-Stylings Starts Here ------------------------------ *!*/
  
  /** ------------------------------------- packages-tab ------------------------------ *!*/
  .main_body-pricing {
    margin: 60px 0 0;
  }
  .tab_packages .nav-tabs .nav-link.active {
    border: 1px solid #3b8acb;
    background: #3b8acb;
    color: #ffffff;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 5px;
  }
  .tab_packages.nav-tabs {
    border-bottom: none;
  }
  .tab_packages .nav-tabs .nav-link {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin: 0 auto;
    padding: 8px 20px;
    background: #ffffff;
    font-size: 14px;
    color: #949494;
    box-shadow: 0 3px 6px 0 #dcdcdc;
  }
  .tab_packages .tab-content {
    padding: 50px 0;
  }
  .tab_packages .package_one1 h2 {
    display: block;
    text-align: center;
    margin: 30px 0;
    color: #191919;
  }
  .tab_packages .super_premium {
    position: relative;
  }
  .tab_packages .star_icon {
    position: absolute;
    right: 5px;
    top: 5px;
  }
  
  .tab_packages .tab-content ul {
    display: flex;
    top: 0px;
    z-index: 10;
    padding-bottom: 14px;
    padding-left: 0;
    text-align: center;
  }
  .tab_packages .tab-content li {
    list-style: none;
    flex: 1;
  }
  .tab_packages .tab-content li:last-child {
    border-right: 1px solid #ddd;
  }
  .tab_packages button {
    width: 100%;
    border: 1px solid #e6e6e6 !important;
    border-right: 0;
    border-top: 0;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    color: #999;
  }
  .tab_packages li.active button {
    background: #f5f5f5;
    color: #000;
  }
  .tab_packages table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 30px;
  }
  .tab_packages th {
    background: #f5f5f5;
    display: none;
  }
  .tab_packages td,
  .tab_packages th {
    height: 53px;
  }
  .tab_packages td,
  .tab_packages th {
    border: 1px solid #ddd;
    padding: 10px;
    empty-cells: show;
  }
  .tab_packages td,
  .tab_packages th {
    text-align: left;
  }
  .tab_packages td + td,
  .tab_packages th + th {
    text-align: center;
    display: none;
  }
  .tab_packages td.default {
    display: table-cell;
  }
  
  .tab_packages .bg-purple button {
    color: #ffffff !important;
    background-color: #398bca !important;
    border: 1px solid #398bca;
  }
  /* .tab_packages .bg-blue {
      border-top:3px solid #0097CF;
  } */
  .tab_packages .sep {
    background: #f5f5f5;
    font-weight: bold;
  }
  .tab_packages .txt-l {
    font-size: 28px;
    font-weight: bold;
  }
  .tab_packages .txt-top {
    position: relative;
    top: -9px;
    left: -2px;
  }
  .tab_packages .tick {
    font-size: 18px;
    color: #2ca01c;
  }
  .tab_packages .cross {
    font-size: 18px;
    color: #ff0404;
  }
  .tab_packages .hide {
    border: 0;
    background: none;
  }
  .tab_packages .basic_buy {
    color: #398bcb;
    font-weight: 500;
    padding: 5px 20px;
    border: 1px solid #398bcb;
    border-radius: 50px;
    background: #ffffff;
    font-size: 14px;
    cursor: pointer;
    display: block;
    width: 120px;
    margin: 0 auto 10px;
    transition: all 0.3s;
    height: 38px;
  }
  .tab_packages .basic_buy:hover {
    background: #3b8acb;
    color: #fff;
  }
  .tab_packages .package_one1 thead tr th h3 {
    font-size: 20px;
  }
  .tab_packages .basic_td {
    font-size: 27px;
    font-weight: 600;
    color: #191919;
    margin: 0 0 10px;
    display: block;
  }
  .tab_packages .basic_para {
    border-top: 1px solid #e6e6e6;
    display: block;
    padding-top: 15px;
    color: #191919;
    font-size: 12px;
  }
  .tab_packages .package_one1 tbody tr td img {
    margin: auto;
    display: block;
    max-width: 100% !important;
  }
  .tab_packages .package_one1 tbody tr td.premium {
    border-left: 3px solid #398bcb !important;
    border-right: 3px solid #398bcb;
  }
  .tab_packages .sep {
    background: #f5f5f5;
    font-weight: bold;
    text-align: center;
  }
  .tab_packages .feature_dist {
    font-size: 16px;
  }
  .tab_packages .premium_btn {
    background: #398bcb;
    color: #ffffff;
  }
  
  .action_header {
    display: block !important;
    background: #398bca !important;
  }
  .action_wirepackage {
    width: 70% !important;
    margin: auto;
  }
  .tab_packages button {
    border: 1px solid #398bcb !important;
  }
  
  .legal_footer strong {
    color: #ffffff;
    text-align: center;
    float: none;
    font-size: 26px;
    padding: 8px;
    display: block;
  }
  .tab_packages button {
    font-size: 20px;
  }
  
  @media (max-width: 650px) {
    .action_wirepackage {
      width: 100% !important;
      margin: auto;
    }
    .tab_packages button {
      font-size: 16px;
    }
    .action_wirepackage .legal_row {
      text-align: center;
    }
  }
  /**/
  
  /*---------------------- legal newswire table start ---------------------*/
  .logo_info {
    display: block !important;
  }
  .logo_info li {
    display: inline-block;
    margin: 0 10px 20px;
    width: 20%;
    border: none;
  }
  .legal_row p {
    text-align: left !important;
  }
  .package_legalnewswire h2 {
    text-align: center;
    margin: 20px 0 60px;
    color: #191919;
  }
  .legalbasic_info h3,
  .bulk_info h3,
  .legal_premium h3 {
    font-size: 22px;
    text-align: center;
  }
  .legal_premium .star_icon {
    opacity: 0.7;
    top: 9px;
    font-size: 20px;
  }
  .legal_buy {
    background: #398bcb !important;
    color: #ffffff !important;
    border: 1px solid #398bcb;
    float: right;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    transition: all 0.3s;
    height: 45px;
    width: 120px;
    margin-right: 20px;
  }
  .legal_buy:hover {
    background: #ffffff !important;
    color: #398bcb !important;
    transition: all 0.3s;
  }
  
  .legal_contact {
    background: #ffffff;
    color: #191919;
    transition: all 0.3s;
    border: 1px solid #191919;
    float: right;
    height: 45px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
  }
  .legal_contact:hover {
    background: #191919;
    color: #ffffff;
    transition: all 0.3s;
  }
  .legal_footer {
    background: #184275;
    vertical-align: middle;
    word-break: break-all;
  }
  .legal_footer strong {
    color: #ffffff;
    text-align: left;
    float: left;
    font-size: 26px;
    padding-left: 8px;
  }
  .legal_tr td {
    border-bottom: none;
    border-top: none;
  }
  .super_legalinfo {
    border-bottom: 1px solid #e6e6e6 !important;
    border-top: 1px solid #e6e6e6 !important;
  }
  .tab_packages .nav-tabs {
    border-bottom: none;
  }
  .time_logo img {
    max-width: 100%;
  }
  
  /*---------------------- legal newswire table end ---------------------*/
  
  .tab_packages .tick_table {
    color: #00a651;
  }
  .tab_packages .tab-content li:last-child {
    border: none !important;
  }
  
  @media (min-width: 640px) {
    .tab_packages .tab-content ul {
      display: none;
    }
    .tab_packages td,
    .tab_packages th {
      display: table-cell !important;
    }
    .tab_packages td,
    .tab_packages th {
      width: 34%;
    }
  }
  
  th.bg-blue.super_premium {
    background: #398bcb;
    color: #ffffff;
    border: 3px solid #398bcb;
  }
  
  /*---------------------------- Pricing Styling Ends Here ------------------------------- */
  
  /* ===================== Sample PR Page ====================== */
  
  .section_team1 {
    background: url("../../assets/images/team-page/team-page.png") no-repeat;
    background-position: center right;
    display: block;
    height: 624px;
  }
  .content_txt {
    margin: 20% 0;
    padding: 0 15px;
  }
  .content_txt h1 {
    color: #191919;
  }
  .content_txt span {
    font-size: 14px;
    color: #191919;
    font-weight: 600;
  }
  .content_txt p {
    color: #191919;
  }
  
  .advanced_section {
    text-align: center;
    padding: 50px 0;
  }
  .sample_press {
    background: #398bcb;
    color: #ffffff;
    border: 1px solid #398bcb;
    height: 40px;
    border-radius: 5px;
    padding: 0 20px;
    width: 250px;
    margin: auto;
  }
  .team_left_area {
    position: absolute;
    left: 0;
  }
  
  .section_team2 {
    background: url("../../assets/images/team-page/team_page2.png") no-repeat;
    background-position: center left;
    display: block;
    height: 624px;
  }
  .submit_samp_btn {
    background: #398bcb;
    color: #ffffff;
    border: 1px solid #398bcb;
    height: 40px;
    border-radius: 50px;
    padding: 0 20px;
    /* width: 250px; */
    margin: auto;
    display: inline-block;
    transition: all 0.3s;
    margin-left: 12px;
  }
  .submit_samp_btn:hover {
    background: #ffffff;
    color: #398bcb;
    transition: all 0.3s;
  }
  .video_btn {
    background: #ffffff;
    color: #191919;
    border: 1px solid #19dfcd;
    height: 42px;
    border-radius: 50px;
    padding: 5px 25px 5px 5px;
    display: inline-block;
    margin: 0 10px 20px 0;
    transition: all 0.3s;
    vertical-align: inherit;
  }
  .video_btn:hover {
    background: #19dfcd;
    color: #ffffff;
    border: 1px solid #19dfcd;
    transition: all 0.3s;
  }
  
  .video_icon {
    background: #19dfcd;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: inline-block;
    padding: 4px;
    margin-right: 10px;
  }
  .video_icon .caret_icon {
    color: #ffffff;
  }
  @media (max-width: 1024px) {
    .content_txt {
      background: rgba(255, 255, 255, 0.6);
      padding: 10px;
    }
  }
  
  @media (max-width: 767px) {
    .content_txt {
      margin: 29% auto;
      background: rgba(255, 255, 255, 0.8);
      padding: 21px;
      flex: 0 0 70%;
      max-width: 70%;
    }
    .video_btn {
      margin: 0 auto 20px;
      display: block;
    }
    .submit_samp_btn {
      width: 250px;
      margin: 0 auto;
      display: block;
    }
  }
  @media (max-width: 479px) {
    .content_txt {
      margin: 43% auto;
      max-width: 98%;
      flex: 0 0 98%;
    }
  }
  
  /* ----------------- ICN Newsroom Page Starts ----------------------------- */
  
  .pressreleases-wrapper {
    box-shadow: 0px 0px 3px 0 #e6e6e6;
  }
  .pr-logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .pr-titless h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
  }
  .pr-description a:hover {
    margin-right: -5px;
  }
  .pr-sub-title p {
    font-size: 20px;
  }
  .pr-sub-title p span {
    display: block;
  }
  
  .search_prbar input[type="text"] {
    width: 320px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 14px;
    background-color: white;
    background-image: url(../images/pr_search.svg);
    background-repeat: no-repeat;
    padding: 20px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    background-size: 20px;
    background-position: 8px center;
    margin: 20px auto;
  }
  .search_prbar input[type="text"]:focus {
    width: 100%;
    background-size: 20px;
    background-position: 8px center;
    border: 1px solid #e6e6e6 !important;
  }
  
  /* ----------------- ICN Newsroom Page Ends ----------------------------- */
  
  /* -------------------------- Single Page Style Starts --------------------------  */
  .main_body-single {
    margin: 60px 0 0;
  }
  .release_ul .business_strong a {
    color: #398bca;
    font-size: 14px;
    font-weight: 500;
  }
  .legal_detailinfo h1 {
    color: #191919;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 44px;
  }
  .press_span {
    padding: 5px 10px;
    display: inline-block;
    color: #838d97;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid #c8d0db;
    margin-right: 15px;
    background: #f9f9f9;
  }
  .icrowd_strong {
    margin-right: 15px;
  }
  .crowd_logo {
    display: inline-block;
    margin: 40px 0;
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-radius: 5px;
  }
  .legal_detailinfo h2 {
    font-size: 20px;
    color: #191919;
    margin: 40px 0;
  }
  
  .release_ul {
    margin: 15px;
  }
  .release_ul .icrowd_strong {
    color: #398bca;
  }
  .release_ul .business_strong {
    color: #398bca;
  }
  .legal_categories .row {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 30px 0;
    padding: 20px 0;
  }
  .slider_detail {
    position: relative;
  }
  .slider_detail h3 {
    font-size: 18px;
    color: #191919;
    line-height: 25px;
    margin: 20px 0;
  }
  .back_data {
    border-right: 2px solid #e6e6e6;
    width: 90%;
    float: right;
  }
  .next_data {
    text-align: right;
    width: 90%;
  }
  
  .slider_detail .slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    width: 50px;
    height: 62px;
    top: 45%;
    border: none;
    background: url("../images/legal-assets/back_icon.png") no-repeat;
    z-index: 1091;
    font-size: 0;
  }
  .next_data {
    text-align: right;
  }
  .next_data strong {
    display: block;
  }
  .next_data h3 {
    width: 90%;
  
    float: right;
  }
  .pr-title a:hover {
    color: #3b8acb;
  }
  .paragraph_one {
    margin: 30px 0;
  }
  
  .slider_detail .slick-next.slick-arrow {
    position: absolute;
    right: 0;
    top: 45%;
    width: 50px;
    height: 62px;
    border: none;
    background: url("../images/legal-assets/next_icon.png") no-repeat;
    font-size: 0;
  }
  .social_iconsdetail {
    background: url("../images/legal-assets/share_icon.png") no-repeat;
    width: 64px;
    height: 163px;
    display: inline-block;
    top: 200px;
    right: 70px;
    position: fixed;
    z-index: 99;
  }
  .detail_icons li {
    border: none;
    display: block !important;
    margin: 10px 0;
  }
  
  .facebook_icon {
    background-image: linear-gradient(to right, #325fa1, #7babf1);
    padding: 10px 20px;
    border-radius: 0 20px 20px 0;
  }
  .twitter_icon {
    background-image: linear-gradient(to right, #3c9fee, #acd9fe);
    padding: 10px 20px;
    border-radius: 0 20px 20px 0;
  }
  .linkedin_icon {
    background-image: linear-gradient(to right, #047bbb, #43bbfa);
    padding: 10px 20px;
    border-radius: 0 20px 20px 0;
  }
  
  .detail_icons {
    display: block;
  }
  .detail_icons li {
    border: none;
    display: block !important;
    margin: 18px 0;
    height: 31px;
    overflow: hidden;
  }
  
  /* -------------------------- end legal_dtails --------------------------  */
  
  @media (max-width: 767px) {
    /*------------------- detail_page ---------------*/
    .back_data {
      border-right: none;
      width: 90%;
    }
  
    .next_data {
      width: 90%;
    }
  
    .social_iconsdetail {
      right: 45px;
    }
  
    .legal_buy {
      margin-right: 0;
    }
  
    .image_wrapdetail {
      text-align: center;
    }
  
    /*--------------------- bootstrap classes for detail [pages -------------*/
    .col-sm-8,
    .col-sm-6 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 100%;
      max-width: 100%;
      margin: 20px 0;
    }
  }
  
  .detail_table_information h3 {
    font-size: 14px;
    margin: 0;
    background: url("../images/legal-assets/li_icon.png") no-repeat;
    background-position: center left;
    background-size: 20px;
  }
  .detail_table_information h3 a {
    padding-left: 40px;
  }
  .detail_table_information table {
    border: 1px solid #e6e6e6;
  }
  .detail_table_information table tbody tr:hover {
    background-color: #e6e6e6;
  }
  
  /* -------------------------- Single Page Style Ends --------------------------  */
  
  /* ----------------------------- blog css start -------------------------- */
  
  .blog_section {
    margin: 50px 0;
  }
  
  .blog_section .blog_heading {
    display: block;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
  }
  .blog_section .blog_headborder {
    width: 20px;
    height: 3px;
    border-radius: 50px;
    background: #000000;
    display: inline-block;
    margin: 0 2px;
  }
  .blog_row1 {
    text-align: center;
    margin-bottom: 60px;
  }
  .blog_detail_para {
    margin-bottom: 30px;
  }
  .blog_detail_para h3 {
    line-height: 24px;
  }
  
  .blog_detail_para h3 a {
    font-size: 18px;
    color: #191919;
    text-transform: capitalize;
    margin: 10px 0;
    font-weight: 600;
    transition: all 0.3s;
    display: block;
  }
  .blog_detail_para h3 a:hover {
    color: #398bca;
    transition: all 0.3s;
  }
  .blog_detail_para p {
    font-size: 14px;
    color: #191919;
  }
  .blog_readmore {
    color: #191919;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    transition: all 0.3s;
  }
  .blog_readmore {
    font-size: 16px;
    transition: all 0.3s;
  }
  .blogsub_data p {
    font-size: 12px;
    text-transform: capitalize;
    margin: 20px 0 0;
    color: #191919;
    font-weight: 400;
  }
  .blogsub_data p span {
    color: #398bca;
  }
  .related_news_aside {
    font-size: 12px;
    line-height: 2.33;
    position: relative;
    border: 2px solid #f0f0f0;
    padding: 30px 10px 18px;
    margin-bottom: 30px;
  }
  
  .related_news_aside:before {
    width: 68px;
    height: 4px;
    z-index: 1;
    margin: 0 0 0 30px;
  }
  
  .related_news_aside::before {
    background-color: #388bca;
  }
  .related_news_aside:before {
    position: absolute;
    content: "";
    top: -2px;
    bottom: auto;
    left: 0;
    right: auto;
  }
  .related-head h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
  }
  .related_allnewsblog li:before {
    float: none;
    margin: 0 5px 0 0;
    counter-increment: item;
    content: counters(item, ".", decimal) ".";
    color: #2a2d34;
    display: block;
    font-weight: 600;
  }
  .related_allnewsblog li h4 {
    color: #2a2d34;
    line-height: 16px;
  }
  .related_allnewsblog {
    counter-reset: item;
  }
  
  .related_allnewsblog h4 a {
    color: #2a2d34;
    margin: 0 0 7px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
    line-height: 22px;
  }
  .related_allnewsblog h4 a:hover {
    color: #398bca;
    transition: all 0.3s;
  }
  .related_allnewsblog .post-tag {
    display: block;
    text-transform: uppercase;
  }
  .related_allnewsblog time {
    color: #a3a3a3;
    margin: 0 9px 0 0;
    font: 700 11px/1.2 "biko";
    display: inline-block;
    vertical-align: middle;
    word-break: break-all;
  }
  .related_allnewsblog li {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .related_allnewsblog li:last-child {
    border-bottom: none;
  }
  .blog_imgbanner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
  }
  .blog_imgbanner img:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
  .active_pagnation a {
    background: #388bca;
    color: #ffffff;
    opacity: 1;
  }
  .pagination li a {
    padding: 8px 15px !important;
  }
  
  /*-------------------------------- blog_detail css ------------------------------*/
  .detailblog_body {
    margin: 50px 0;
  }
  .blogdetail_pagesinfo {
    background: #f5f5f5;
  }
  .detailblod_info {
    background: #ffffff;
    padding: 30px 0;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.06);
    margin-bottom: 50px;
  }
  .blog_touch_aside {
    background: #ffffff;
    padding: 30px 0;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.06);
  }
  .blog_details_row {
    justify-content: space-between;
  }
  .double_bloginfo {
    justify-content: space-between;
  }
  .double_bloginfo .blog_imgbanner {
    background: #ffffff;
    margin-bottom: 30px;
  }
  .detailblod_info h1 {
    font-size: 20px;
    margin: 0 0 20px;
    color: #434040;
    line-height: 32px;
  }
  .detailblod_info img {
    width: 100%;
    object-fit: contain;
    margin-bottom: 30px;
  }
  .detailblod_info p {
    margin-bottom: 30px;
  }
  .detailblod_info p:last-child {
    margin-bottom: 0;
  }
  .detailblod_info strong {
    display: block;
    color: #434040;
  }
  .name_blogfield {
    font-size: 12px;
    margin-bottom: 20px;
    background: #f8f8f8;
  }
  .touch_message label {
    color: #434040;
    font-size: 14px;
    margin-bottom: 0;
  }
  .blogdetail_send {
    display: block;
    border: 1px solid #398bca;
    width: 100%;
    padding: 5px 0;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    background: #398bca;
    transition: all 1s;
  }
  .blog_touch_aside {
    margin-bottom: 50px;
  }
  .postblog_detail h5 a {
    font-size: 14px;
    color: #191919;
    transition: 0.3s;
  }
  .postblog_detail h5 a:hover {
    color: #398bca;
    transition: 0.3s;
  }
  .postblog_detail {
    padding-top: 10px;
  }
  .post_blogdetail {
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .post_blogdetail:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  
  @media (max-width: 590px) {
    .blog_pagination {
      margin-bottom: 50px;
    }
    .blog_row1 {
      text-align: center;
      margin-bottom: 50px;
    }
  }
  
  .release_ul a {
    font-size: 20px;
    margin-right: 12px;
    color: #398bca;
  }
  /* ----------------------------- blog css end -------------------------- */
  
  /* ------------------------------------------ creative add start ---------------------------------*/
  
  .creative_main_body {
    margin: 70px 0 0;
  }
  .stacked-cards h2 {
    text-align: center;
    position: relative;
    top: -20px;
  }
  .heading_ads {
    font-size: 24px;
  }
  
  .stacked-cards-slide {
    max-width: 80%;
    margin: 0 auto;
  }
  
  .stacked-cards-slide {
    max-width: 35%;
    margin: 0 auto;
  }
  
  .stacked-cards h2 {
    text-align: center;
    position: relative;
    top: -20px;
  }
  .stacked-cards {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  
  .stacked-cards-fanOut {
    padding-bottom: 40px;
  }
  
  .stacked-cards-fanOut li img {
    max-height: 200px;
  }
  
  .stacked-cards li {
    height: 500px;
    width: 500px;
    display: block;
  }
  
  @media (max-width: 767px) {
    .stacked-cards li {
      height: 180px;
    }
  }
  
  .source {
    margin: 25px auto;
  }
  
  .creative_main_body .header {
    margin: 0 auto;
    padding: 25px 5px;
    background-color: #fff;
  }
  .creative_main_body .header img {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    height: auto;
  }
  
  .stacked-cards {
    position: relative;
  }
  .stacked-cards ul {
    position: relative;
    max-width: 100%;
    margin: 0 auto 60px;
    padding-left: 0;
    height: 480px !important;
  }
  
  .stacked-cards li {
    margin-top: 5px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 #333;
    list-style: none;
    position: absolute;
    background: #ffffff;
    left: 50%;
    /*width: 85% !important;*/
    transition: 0.5s ease transform;
  }
  .stacked-cards li img {
    opacity: 0.8;
  }
  .stacked-cards li a {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
    padding: 5px 0 0 0;
    font-size: 24px;
    color: #4c91c8;
    cursor: pointer;
    text-decoration: underline;
  }
  
  .stacked-cards li:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .stacked-cards li.active:after {
    display: none;
  }
  .stacked-cards li img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    z-index: 4;
  }
  .stacked-cards li.active {
    cursor: default;
    box-shadow: 0 5px 10px 0 #333;
    opacity: 1;
    transition: 0.5s ease transform;
  }
  .stacked-cards li.active img {
    opacity: 1 !important;
  }
  .heading_ads .block_icon {
    background: #398bca;
    padding: 5px 12px;
    border-radius: 2px;
    margin-right: 25px;
  }
  .sub_head {
    font-weight: 200;
    margin-left: 5px;
  }
  .creative_main_body img {
    width: 100%;
    display: block;
    border: 1px solid #e6e6e6;
  }
  .first_section {
    margin: 40px 0 20px;
  }
  .large_images li {
    display: inline-block;
  }
  .large_images {
    padding: 0;
  }
  .second_section {
    margin-bottom: 20px;
  }
  .square_images {
    padding: 0;
  }
  .square_images li {
    padding: 0;
    display: inline-block;
    list-style-type: none;
    width: 24%;
    margin-right: 11px;
  }
  .image_mainwrap img {
    display: block;
    margin: 15px auto 0;
    height: 100%;
    width: auto;
  }
  .creative_modal .modal-content.first_image {
    background: transparent;
    box-shadow: none;
    height: 100%;
    width: auto;
    margin: 0;
    padding: 0 15px;
    border: none;
  }
  .creative_modal .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.7);
  }
  .creative_modal .modal-header {
    border-bottom: none;
    padding: 20px 0 0;
  }
  .creative_modal .modal-dialog {
    width: auto;
    margin: 0;
  }
  .creative_modal {
    padding: 0 !important;
  }
  .creative_modal .modal-content.first_image .close {
    opacity: 1;
    color: #ffffff;
    font-size: 33px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 99;
  }
  
  .footer_images a {
    color: #ffffff;
    font-size: 26px;
    margin: 5px 0 0;
    font-weight: bold;
    text-align: center;
    display: block;
  }
  
  .banner_img2,
  .fourth_section,
  .fifth_section {
    margin-bottom: 20px;
  }
  .sixth_section .col-sm-3 {
    margin-bottom: 20px;
  }
  a {
    cursor: pointer;
  }
  .section_sixth {
    margin-bottom: 60px;
    margin-top: 100px;
    display: block;
  }
  .creative_ad-img1 img {
    width: 40.5% !important;
    margin: auto;
  }
  .creative_ad-img3 img {
    width: 75% !important;
    margin: auto;
  }
  .large_images li {
    background: #f8f8f8;
    width: 19.4%;
    margin-right: 3.2px;
    display: inline-block;
  }
  .large_images li img {
    margin: auto !important;
    display: block;
  }
  .large_images li:last-child {
    margin-right: 0;
  }
  .creative_modal .modal-dialog {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  .img_wrap img {
    margin: auto !important;
    display: block;
  }
  .stacked_slider_card {
    margin-bottom: 50px;
  }
  
  @media (max-width: 1200px) {
    .image_mainwrap img {
      width: auto;
    }
    .stacked-cards ul {
      height: 440px !important;
    }
    .large_images li {
      width: 19.3%;
    }
    .square_images li {
      width: 23.8%;
    }
    .container-fixed {
      max-width: 46%;
    }
    .image_mainwrap img {
      width: 100%;
    }
    .creative_main_body {
      margin: 25px 0 25px 0;
      overflow: hidden;
    }
    .stacked-cards li a {
      padding: 5px 0 0;
    }
    .stacked-cards li {
      height: 450px;
      width: 450px;
    }
  }
  
  @media (max-width: 1023px) {
    .stacked-cards li {
      height: 280px;
      width: 460px;
    }
  }
  @media (max-width: 991px) {
    .stacked-cards li {
      box-shadow: none !important;
    }
    .stacked-cards ul {
      height: 420px !important;
    }
    .large_images li {
      width: 19.1%;
    }
    .image_mainwrap img {
      width: auto;
    }
    .square_images li {
      width: 23.4%;
    }
    .image_23 img {
      width: 100%;
    }
  }
  
  @media (max-width: 767px) {
    .stacked-cards ul {
      height: 325px !important;
    }
    .stacked-cards li {
      width: 340px;
      height: 130px;
    }
    .heading_ads {
      font-size: 18px;
    }
    .heading_ads .block_icon {
      margin-right: 16px;
    }
    .first_section .col-sm-6 {
      padding: 0 15px !important;
      margin-bottom: 15px;
    }
    .large_images li {
      width: 47%;
      margin-bottom: 15px;
    }
    .square_images li {
      width: 47%;
    }
    .section_sixth {
      margin-top: 60px;
    }
    .row.sixth_section .col-sm-3 {
      width: 50%;
      float: left;
    }
    .banner_img2 .col-sm-6 {
      margin-bottom: 15px;
    }
    .banner_img2,
    .fourth_section,
    .fifth_section {
      margin-bottom: 0;
    }
    .fourth_section .col-sm-3,
    .fifth_section .col-sm-3 {
      width: 49%;
      float: left;
      margin-bottom: 15px;
    }
    .image_mainwrap img {
      width: 100%;
    }
    .image_3 img,
    .image_5 img,
    .image_4 img {
      width: auto;
    }
    .footer_images a {
      font-size: 20px;
    }
    .stacked-cards li a {
      padding: 5px 0 0;
      font-size: 18px;
    }
  }
  
  @media (max-width: 650px) {
    .stacked-cards ul {
      height: 270px !important;
    }
    .stacked-cards li {
      width: 320px;
    }
    .stacked-cards li a {
      padding: 0;
      font-size: 18px;
      margin: 0;
    }
  }
  
  @media (max-width: 479px) {
    .row.sixth_section .col-sm-3 {
      width: 100%;
    }
    .fourth_section .col-sm-3,
    .fifth_section .col-sm-3 {
      width: 100%;
    }
    .square_images li {
      width: 100%;
      margin-bottom: 15px;
    }
    .large_images li {
      width: 100%;
      margin-bottom: 15px;
    }
    .heading_ads {
      margin: 0;
    }
    .creative_main_body {
      margin: 25px 0 25px 0;
    }
    .container-fixed {
      max-width: 100%;
    }
    .stacked-cards ul {
      height: 270px !important;
    }
    .second_section {
      margin-bottom: 0;
    }
    .creative_modal .modal-content {
      width: 100% !important;
    }
    .first_section .col-sm-6 {
      padding: 0 !important;
    }
    .image_1 img {
      width: 100%;
    }
    .image_3 img,
    .image_5 img,
    .image_4 img {
      width: 50%;
    }
    .third_section {
      margin: 0 0 30px;
    }
    .sixth_section {
      margin: 30px -15px 0;
    }
    .heading_ads .block_icon {
      display: none;
    }
    .stacked-cards li {
      width: 320px;
      display: block;
      height: auto;
    }
    .stacked-cards li a {
      margin: 2px 0 0;
      font-size: 16px;
    }
  }
  
  /* ------------------------------------------ creative add ends -----------------------------------*/
  
  /* / ----------------------------- terms_condition css end -------------------------- / */
  .terms_page {
    background: #f2f2f2;
  }
  .terms_condition {
    margin: 50px 0;
  }
  .terms_condition h1 {
    font-size: 32px;
    text-transform: capitalize;
    text-align: center;
    display: block;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .title-blue {
    color: #398bcb;
    text-transform: capitalize;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .row.detail_terms ul {
    margin-left: 50px;
    margin-bottom: 20px;
  }
  .detail_terms ul li {
    list-style-type: revert !important;
  }
  .row.detail_terms li p {
    margin-bottom: 10px;
  }
  .website_title {
    background: #ffffff;
    padding: 20px 0;
    text-align: center;
    border-radius: 2px;
    margin-bottom: 30px;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
  }
  .detail_terms {
    background: #ffffff;
    padding: 20px 0 10px;
    border-radius: 2px;
    margin-bottom: 20px;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
  }
  .detail_terms p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .referance_title {
    color: #398bcb;
  }
  @media (max-width: 991px) {
    .terms_condition {
      margin: 50px 30px;
    }
  }
  
  /* / ----------------------------- terms_condition  css end -------------------------- / */
  
  /* ------------- FAQS Style Starts here --------------- */
  .faq_wraper {
    margin: 80px 0;
  }
  .faq_question h1 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 50px;
  }
  .accordion > .card .card-header {
    margin-bottom: 30px;
    background-color: #f8f8f8;
    border-bottom: none;
    box-shadow: -4px 2px 11px rgb(169, 169, 169, 0.3);
    border-radius: 5px;
    position: relative;
  }
  .card.mb-0 {
    border: none;
  }
  .card-title {
    font-weight: 600;
    color: #191919 !important;
    display: block;
    margin-bottom: 0;
  }
  .card-title span {
    margin-right: 10px;
  }
  .card-body {
    padding: 15px 0 5px;
  }
  .accordion > .card .card-header {
    cursor: pointer;
  }
  
  .accordion .card-header a:after {
    font-family: "FontAwesome";
    content: url("../images/up_arrow.png");
    float: right;
  }
  .accordion .card-header.collapsed a:after {
    /* symbol for "collapsed" panels */
    content: url("../images/down_arrow.png");
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .faq_wraper {
      margin: 30px 0;
    }
  }
  
  @media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .faq_wraper {
      margin: 80px 0;
    }
  }
  
  @media only screen and (max-width: 767.98px) {
    .faq_wraper {
      margin: 30px 0;
    }
    .faq_question h1 {
      font-size: 20px;
      margin-bottom: 30px;
    }
  }
  
  /* ------------- FAQS Style Ends here --------------- */
  
  @keyframes page-load {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
  .page-loading::before {
    content: " ";
    display: block;
    position: fixed;
    z-index: 10;
    height: 2px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #06d;
    animation: page-load ease-out 2s;
  }
  
  /* *==============media_Campaigns modal start================*/
  .media_modal_campaigns {
    width: 60% !important;
    max-width: 60%;
  }
  .media_modal_campaigns .main_body {
    padding: 20px 10px;
  }
  .media_modal_campaigns .main_body li {
    font-size: 16px;
  }
  .media_modal_campaigns .media_check {
    color: #339900;
    margin-right: 5px;
  }
  .media_modal_campaigns h2 {
    font-size: 30px;
    margin: 30px 0;
  }
  
  .media_camp_modal {
    overflow: hidden;
  }
  
  /* ----------i pad ------------------ */
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    /*==============media_Campaigns modal start================*/
    .media_modal_campaigns {
      width: 80% !important;
      max-width: 80%;
    }
    .media_modal_campaigns h2 {
      font-size: 26px;
    }
  
    /*==============media_Campaigns modal end================*/
  }
  @media only screen and (max-width: 767.98px) {
    /*==============media_Campaigns modal start================*/
    .media_modal_campaigns {
      width: 90% !important;
      max-width: 90%;
    }
    .media_modal_campaigns h2 {
      font-size: 22px;
    }
  
    /*==============media_Campaigns modal end================*/
  }
  
  /*==============media_Campaigns modal end================*/
  .exportBtns {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
    padding: 0.375rem 0.75rem !important;
  }
  .exportBtns:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
  }
  .footerbody {
    color: #7b7b7b;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat";
  }
  .footerbody a:hover {
    text-decoration: none;
  }
  
  /* Release live Reporting responsive styling start */
  @media only screen and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
    .left_max_width {
      max-width: 100% !important;
    }
  }
  @media only screen and (max-width: 392px) {
    .google_campaign_summary.hd-top {
      height: 65px !important;
    }
  }
  @media only screen and (max-width: 411px) {
    .super_premium_summary.hd-top {
      height: auto;
    }
  }
  @media only screen and (max-width: 459px) {
    .super_premium_websites_ad.hd-top {
      height: 80px;
    }
  }
  @media only screen and (max-width: 392px) {
    .google_index_section.hd-top {
      height: 65px !important;
    }
  }
  #emailMediaReach-9 h1 {
    width: 100%;
    background: #022f50;
    color: #fff;
    text-align: center;
    font-size: 32px;
    height: 75px !important;
    padding-top: 15px;
    padding-bottom: 13px;
  }
  @media only screen and (max-width: 320px) {
    #emailMediaReach-9 h1 {
      height: auto !important;
    }
  }
  #socialWebsites-1 h1 {
    height: 75px !important;
  }
  @media only screen and (max-width: 355px) {
    #socialWebsites-1 h1 {
      height: auto !important;
    }
  }
  .img-bg {
    z-index: -1 !important;
  }
  /* Release live Reporting responsvie styling end */
  
  
  .ir3-arrow-after::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-30%);
      background-image: url(../../../../assets/images/icon_down_main_menu.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      height: 12px;
      width: 12px;
      transition: transform 0.3s;
  }
  .ir3-arrow-after:hover::after {
      transform: rotate(180deg);
  }
  
  .main-menu ul li a {
      color: #191919;
      font-size: 16px;
      padding: 10px 20px;
      font-weight: 700;
      display: block;
  }
  
  .main-menu ul {
    margin-bottom: 0 !important; 
  }
  
  .main-menu ul li ul.dropdown li:hover > a {
      color: #191919 !important;
  }
  .off-canvas-wrapper .off-canvas-inner-content {
      background-color: #29387e !important;
  }
  .off-canvas-wrapper .btn-close-off-canvas {
      color: #29387e !important;
  }
  
  .main-menu ul li:hover > a,
  .main-menu ul li.active > a {
      color: #29387e;
  }
  #u-hover-sub:hover {
      background: #29387e !important;
      color: #fff !important;
  }
  
  .main-menu ul li a:hover {
      color: #29387e;
  }
  .theme-bg {
    background-color: #29387e !important;
  }
  
  .u-btn-demo {
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    border: 2px solid transparent;
    font-weight: bold;
    background-color: #fff !important;
    color: #062e6c !important;
  }
  
  .u-btn-demo.u-btn-demo--outlined {
    border: 2px solid #3a8bca;
    color: #fff !important;
    background-color: transparent !important;
  }
  
  @media (min-width: 1174px) {
      #Desktop_header {
          display: block !important;
      }
      #Mobile_header {
          display: none !important;
      }
  }