/*@import url('https://fonts.googleapis.com/css2?family=Rampart+One&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');

@font-face {
  font-family: securitaspro_bold;
  src: url(../font/securitaspro_bold.otf);
}

@font-face {
  font-family: securitaspro_regular;
  src: url(../font/securitaspro_regular.otf);
}

@font-face {
  font-family: securitaspro_light;
  src: url(../font/securitaspro_light.otf);
}

.ff_bold,
h1,h2,h3,h4,h5,h6,
button,
a{
  font-family: securitaspro_bold;
  letter-spacing: inherit;
  color: #031f30;
}

.ff_l, .copyright a{
  font-family: securitaspro_light;
}

.ff_reg, 
.footer a,
.dropdown-item{
  font-family: securitaspro_regular;
}

:root {
    --primary: #FC273F;
    --secondary: #4777F5;
    --light: #F7FAFF;
    --dark: #031F30;
}

body,p{
  font-family: securitaspro_regular !important;
  /*color: #53565A;*/
  font-size: 15px;
  /*letter-spacing: .22px;*/
}

a{
    text-decoration: none !important;
}
 

 

.fs_12{
  font-size: 12px;
}
.fs_13{
  font-size: 13px;
}

.fs_14,
.dropdown-item{
  font-size: 14px;
}

.fs_15, 
.modal-dialog input, .modal-dialog select, .modal-dialog label{
  font-size: 15px;
}


.fs_16, .modal-dialog label.fs_16{
  font-size: 16px;
}

.fs_18{
  font-size: 18px;
}

.fs_20{
  font-size: 20px;
}

.fs_22{
  font-size: 22px;
}

.fs_24{
  font-size: 24px;
}

.fs_28{
  font-size: 28px;
}

.fs_34{
  font-size: 34px;
}

.fs_44{
  font-size: 44px;
}

.fs_48{
  font-size: 48px;
}

.fs_54{
  font-size: 54px;
}

.fs_65{
  font-size: 65px;
}


.tc_w, .tc_h_w:hover, #sg_login_modal .nav-link.active{
  color: white;
}

.tc_bla{
  color: black;
} 

.tc_red, 
.tc_h_red:hover,
.nav-tabs .nav-link.active,
.breadcrumb-item.active{
  color: #FC273F;
}

.tc_lred{
  color: #FF8DA3;
}

/*.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active{
  color: #FC273F !important;
}*/

.tc_blu,
.navbar-light .navbar-nav .nav-link,
.tc_h_blu:hover{
  color: #031F30;
}

.tc_prp,
.h_tc_prp:hover,
.navbar-light .navbar-nav .sg_inner_child_menu .nav-link,
.nav-tabs .nav-link.active{
  color:#8D5FFF;
}

.tc_m_blu{
  color: #42638C;
}

.tc_lprp{
  color: #C2B4FC;
}

.bg_blu{
  background-color: #031F30;
}


.bg_w{
  background-color: white;
}

.bg_lblu, .bg_lblu_h:hover{
  background: #ACC2DD;
}

.bg_lred, .bg_lred_h:hover{
  background: #FF8DA3;
}

.bg_red,
.dropdown-item.active, 
.dropdown-item:active,
.bg_h_red:hover{
  background: #FC273F;
}

.bg_prp, 
.bg_h_prp:hover,
.btn-check:focus+.btn-primary, 
.btn-primary:focus,
#sg_login_modal .nav-link.active,
.team-item:hover::after{
  background: #8D5FFF;
}

.bg_lprp, .bg_h_lprp:hover{
  background: #C2B4FC;
}

.bg_lgry{
  background-color: #f7f7f7;
}


.bg_m_blu{
  background-color: #42638C;
}

.bg_p_lr{
   background-image: linear-gradient(22deg, rgba(255,141,163,1) 8%, rgba(141,95,255,1) 60%);
  background-size: 200% auto;
  transition: 0.6s all; 
}

.bg_lp_r, .bg_h_lp_r:hover {
     background-image: linear-gradient(22deg, #ACC2DD 8%, #42638C 60%);
       background-size: 200% auto;
  transition: 0.6s all; 
}

.sg_gradient_ani:hover {   
    background-position: right center;
}

.btn_outline_red {
    color: #FC273F;
    border-color: #FC273F;
}

.bg_transparent, .bg_h_transparent,.bg_h_transparent.nav-link.active{
  background-color: transparent;
}

.rounded_20{
    border-radius: 20px;
}

.border_blu{
    border-color: #031F30 !important;
}
.border_prp{
    border-color: #8D5FFF !important;
}
.border_red{
    border-color: #FC273F !important;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.transition_06{
  transition: 0.6s all;
}

.w_fit_c{
  width: fit-content;
}



/*.zoom-in-zoom-out {    
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}*/


.btn_shadow {
    /*box-shadow: 3px 4px 3px 1px #c1c1c1;*/
    box-shadow: 0px 0px 7px 2px #0000003b;
}

.btn_shadow:hover{ 
    box-shadow: 0px 0px 0px 0px #c3c3c3;
}

.sg_shadow{
      box-shadow: 0px 0px 22px 3px whitesmoke;
}




/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}




/*** Heading ***/
 
 


/*** Button ***/
.btn { 
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 60px;
    height: 60px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; 
    border-radius: 50px;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 20px;
    padding: 28px 0;
    /*color: var(--light) !important;*/
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color:  #FC273F !important;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        /*position: absolute;*/
        width: 100%;
        /*top: 39px;*/
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
        background: #fff;
    }
    .sg_inner_page .navbar-light {
        position: relative; 
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
        padding: 0 50px;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }
nav.navbar.navbar-expand-lg.sg_menu_nav.sticky-top.shadow-sm {
    top: 0px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
}


/*** Hero Header ***/
.sg_header {
/*    background:
        url(../img/bg-dot.png),
        url(../img/bg-dot.png),
        url(../img/bg-round.png),
        url(../img/bg-tree.png),
        url(../img/bg-bottom-hero.png);
    background-position:
        10px 10px,
        bottom 190px right 10px,
        left 55% top -1px,
        left 45% bottom -1px,
        center bottom -1px;
    background-repeat: no-repeat;*/
    /*background-position: center bottom -1px,center;*/
    /*background-repeat: no-repeat;*/
    /*background-image: url(../img/bg-bottom-hero.png),url(../img/graph3.png);*/
    /*background-size: contain, cover;*/
}

.sg_page_title{
    background-position: center;
    background-repeat: repeat;
    background-image: url(../img/graph3.png);
    background-size: cover;
}

/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #FC273F;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: #FC273F;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: rgba(33, 66, 177, .5);
}

.section-title h6.tc_w::before,
.section-title h6.tc_w::after { 
    background: rgb(255 255 255 / 50%);
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}


/*** Service ***/
.service-item {
    position: relative;
    height: 310px;
    padding: 30px 16px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: #8D5FFF;
    background-image: url(../img/product.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.service-item:hover:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #8D5FFF;
    border-radius: 18px;
    opacity: 0.8;
    z-index: 0;
}

.service-item .service-icon {
    margin: 0 auto 16px auto;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: url(../img/icon-shape-primary.png) center center no-repeat;
    transition: .5s;
    background-size: contain;
}

.service-item:hover .service-icon {
    color: var(--primary);
    background: url(../img/icon-shape-white.png);
    background-size: contain;
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--light);
}

.service-item a.btn {
    position: relative;
    display: flex;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.service-item:hover a.btn {
    color: var(--primary);
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: #8d5fff2e;
    transition: .5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 100%;
    background: var(--light);
}


/*** Testimonial ***/
.newsletter,
.testimonial {
    background:
        url(../img/bg-top.png),
        url(../img/bg-bottom.png),#031F30;
    background-position:
        left top,
        right bottom;
    background-repeat: no-repeat;
}

.newsletter {
    background: url(../img/graph.png), #55525e;
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    background-size: cover, contain;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--light) !important;
    border-color: var(--light);
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #888888;
}

.testimonial-carousel .owl-item.center .testimonial-item i {
    color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item h6 {
    color: var(--dark) !important;
}


/*** Team ***/
.team-item {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.team-item::after {
    position: absolute;
    content: "";
    top: 3rem;
    right: 3rem;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    transition: .5s;
    z-index: -1;
}
 

.team-item h5,
.team-item small {
    transition: .5s;
}

.team-item:hover h5,
.team-item:hover small {
    color: var(--light);
}


/*** Project Portfolio ***/
#portfolio-flters .btn {
    position: relative;
    display: inline-block;
    margin: 10px 4px 0 4px;
    transition: .5s;
}

#portfolio-flters .btn::after {
    position: absolute;
    content: "";
    right: -1px;
    bottom: -1px;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 50px solid #FFFFFF;
}

#portfolio-flters .btn:hover,
#portfolio-flters .btn.active {
    color: var(--light);
    background: var(--primary);
}

.portfolio-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    background: var(--primary);
    transition: .5s;
    z-index: 1;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item .btn {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/icon-shape-white.png) center center no-repeat;
    border: none;
    transition: .5s;
    opacity: 0;
    z-index: 2;
}

.portfolio-item:hover .btn {
    opacity: 1;
    transition-delay: .15s;
}


/*** Footer ***/
.footer {
    background: url(../img/graph3.png) top center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}





/*---------*/


      .our-portfolio .item {
    margin-bottom: 15px;
  }

  .our-portfolio .item {
  position: relative;
}
    .our-portfolio .item:hover .hidden-content {
  top: -60px;
  opacity: 1;
  visibility: visible;
}

.our-portfolio .item:hover .showed-content {
  top: 90px;
}

.our-portfolio .hidden-content {
  background: #990712;
  background:linear-gradient(105deg, #bf0e1c 0%, #990712 100%);
  padding: 15px 20px;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  top: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  transition: all 0.5s;
}

.our-portfolio .hidden-content:after {
  width: 20px;
  height: 20px;
  position: absolute;
  background: #990712;
  content: '';
  left: 50%;
  bottom: -8px;
  margin-left: -5px;
  transform: rotate(45deg);
  /*background: linear-gradient(105deg, rgba(255,52,69,1) 0%, rgba(255,51,78,1) 100%);*/
  z-index: -1;
}

.our-portfolio .hidden-content h4 {
  font-size: 20px; 
  color: #fff;
  margin-bottom: 20px;
}

.our-portfolio .hidden-content p {
  color: #fff;
}

.our-portfolio .showed-content {
  top: 0px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align: center;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  transition: all 0.5s;
}

.our-portfolio .showed-content img {
  max-width: 100px;
}

.our-portfolio {
    /*padding-top: 120px;*/
    /*margin-top: 0px;*/
}



.sg_plan_div .sg_plan_shadow {
    box-shadow: 0px 0px 16px 3px #00000012;
    transition: 0.6s all;
}

.sg_plan_div:hover .sg_plan_shadow{
   box-shadow:none;
}

.portfolio-item.second{
  display: none;
} 

.contact-us {
    /*padding: 160px 0px;*/
    /*background-image: url(../img/graph3.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*background-size: cover;*/
}

form#contact {
    margin-left: 30px;
    position: relative;
    background-color: #fff;
    padding: 60px 30px;
    border-radius: 20px;
}

form#contact input {
width: 100%;
    height: 40px;
    border-radius: 33px;
    background-color: #ffffff;
    border: none;
    outline: none;
    font-size: 14px;
    color: #031F30;
    padding: 0px 13px;
    margin-bottom: 15px;
}

form#contact button {
    /*display: inline-block;*/
    /*background-color: #03a4ed;*/
    /*font-size: 15px;*/ 
    /*color: #fff;*/
    /*text-transform: capitalize;*/
    padding: 12px 25px;
    /*border-radius: 23px;*/
    /*letter-spacing: 0.25px;*/
    /*border: none;*/
    /*outline: none;*/
    transition: all .3s;
}

.phone-info h4 span i {
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    /*background-color: #fff;*/
    border-radius: 50%;
    /*color: #ff3b2c;*/
    font-size: 22px;
    margin-left: 30px;
    margin-right: 15px;
}

form#contact textarea {
width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 180px;
    min-height: 114px;
    height: 114px;
    border-radius: 20px;
    background-color: #ffffff;
    border: none;
    outline: none;
    font-size: 15px;
    color: #031F30;
    padding: 10px 13px;
    margin-bottom: 20px;
}

.sg_menu_nav .navbar-nav .dropdown-menu a.dropdown-item i {
    transition: 0.6s all;
}

.sg_menu_nav .navbar-nav .dropdown-menu a.dropdown-item:hover i {
    padding-right: 5px;
}

.sg_call_to_action {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index:1;
    display: block;
}

.back-to-top {
/*    position: fixed;
    display: none;
    right: 15px;
    bottom: 20px;
    z-index: 99;*/
}

.sg_chat_btn {
/*    position: fixed;
bottom: 74px;
    right: 14px;
    z-index: 99999;*/
    /*margin: 6px 0px;*/
}

.sg_chat_btn:after {
    text-align: left;
    content: "Hi there! Got any question? I can help you...";
    position: absolute;
    top: -51px;
    color: white;
    font-size: 10px;
    letter-spacing: 1px;
    width: 165px;
    right: -11px;
    background: #8d5fff;
    padding: 6px 8px;
    border-radius: 3px;
    font-family: 'securitaspro_light';
}

.sg_chat_btn:before {
    content: "";
    top: -10px;
    width: 17px;
    height: 7px;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #8d5fff;
}


/*toggle button css*/


.sg_switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 20px;
}

.sg_switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.sg_switch_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8d5fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.sg_switch_slider:before {
    position: absolute;
    content: "\F4E1";
    height: 50px;
    width: 50px;
    left: -2px;
    bottom: -14px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    font-family: 'bootstrap-icons';
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px #8d5fff solid;
    color: #8d5fff;
    box-shadow: 0px 0px 8px 2px #00000033;
}

.sg_switch input:checked + .sg_switch_slider {
  background-color: #FF8DA3;
}

.sg_switch input:focus + .sg_switch_slider {
  box-shadow: 0 0 1px #2196F3;
}

.sg_switch input:checked + .sg_switch_slider:before {
  -webkit-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px);
content: "\F1DD";
    border: 2px #ff8da3 solid;
    color: #ff8da3;
}

/* sg_Rounded sg_switch_sliders */
.sg_switch_slider.sg_round {
  border-radius: 34px;
}

.sg_switch_slider.sg_round:before {
  border-radius: 50%;
}


/*toggle button css stop*/


.sg_step_progress {
    display: grid;
    grid-template-columns: 26px 14% 26px 14% 26px 14% 26px 14% 26px 14% 26px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

.customer_user .sg_step_progress {
    grid-template-columns: 25px 19% 25px 19% 25px 19% 25px 19% 25px;
}

.sg_step_progress span {
    display: block;
    height: 2px;
    width: 100%;
    background: #ACC2DD;
    /*border-radius: 12px;*/
}

.sg_step_progress small {
    text-align: center;
    background: #ACC2DD;
    color: white;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
        font-size: 12px;
}

.sg_step_progress small.active{ 
    background: #fc273f; 
}

.sg_cta_btn {
    position: fixed;
    top: 50%;
    /* left: 50%; */
    transform: translateX(-50%) translateY(-50%);
    transform: translate(-50%, -50%);
    right: -20px;
    z-index: 1;
    display: grid;
    grid-gap: 10px;
}

.progress { 
    height: 1.6rem; 
}

.progress-bar { 
    background-color:#11bd11; 
    text-shadow: 0px 1px 3px black;
    font-family: 'securitaspro_bold';
    letter-spacing: 1px;
}
 

.progress-bar-striped {
    background-image: linear-gradient(45deg,#ffffff66 25%,transparent 25%,transparent 50%,#ffffff66 50%,#ffffff66 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

 

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

0% {
    background-position: 40px 0;
}

100% {
    background-position: 0 0;
}

.testimonial-carousel .owl-nav {
display: flex !important; 
    position: absolute;
    width: 100%;
    justify-content: space-between;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: 0.6s all;
}

.testimonial-carousel:hover .owl-nav { 
    opacity: 1; 
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    background: #8D5FFF;
    position: relative;
        color: transparent;
        width: 25px; 
}



.testimonial-carousel .owl-nav .owl-prev{
    left: -15px;
}

.testimonial-carousel .owl-nav .owl-next{
    right: -15px;
}


.testimonial-carousel .owl-nav .owl-prev:after {
    content: "\F284";
    position: absolute;
    top: -1px;
    left: 0;
    color: #fff;
    font-family: 'bootstrap-icons';
    width: 100%;
    text-align: center;
    font-weight: 900;
}

.testimonial-carousel .owl-nav .owl-next:after {
    content: "\F285";
    position: absolute;
    top: 0px;
    left: 0;
    color: #fff;
    font-family: 'bootstrap-icons';
    width: 100%;
    text-align: center;
    font-weight: 900;
}

.our-team-carousel .owl-nav .owl-next:after,
.our-team-carousel .owl-nav .owl-prev:after{
  color: #fff;
}

.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
    background: #fc273f; 
}

.testimonial-carousel .owl-nav .owl-next:hover:after, .testimonial-carousel .owl-nav .owl-prev:hover:after{
    color:white;
}

.testimonial-carousel .border_prp {
    border-color: #8d5fff5e !important;
}


.sg_menu_nav .navbar-nav .dropdown-menu h6 {
    border-bottom: 1px #d7d8d6 solid;
    padding-bottom: 4px;
    width: fit-content;
}



.sg_search_drop {
    width: 300px;
    position: absolute;
    top: 40px;
    background: white;
    right: -140px;
    box-shadow: 0px 0px 7px 2px #b1b1b121;
    border-radius: 8px;
    border: 1px #efefef solid;
    display: none;
}

.sg_search_drop.active { 
    display: block;
}

.sg_search_drop .dropdown-menu.show {
    margin-top: -8px;
    border: 0;
    padding: 0 10px 10px;
}

.sg_search_drop .inner.show {
    padding: 0 4px;
}

.dropdown.bootstrap-select {
    width: 100% !important;
}

button.btn.dropdown-toggle.btn-light {
    background: white;
    padding: 4px 7px;
    font-size: 14px;
    font-family: 'securitaspro_regular';
    color: gray;
    border: 1px #cfcfcf solid;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
    padding: 3px 5px;
    font-size: 14px;
    height: auto;
}

.bootstrap-select .dropdown-menu li {
    position: relative;
    background: #c2b4fc61;
    border-bottom: 1px #c2b4fc solid;
    border-radius: 2px;
}


.onload_slide { 
    /*width: 0px;*/
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
}


.sg_cursor {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 1px solid #FC273F;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 9999999999;
}

.sg_cursor2 {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color: #8d5fff;
    opacity: 1;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 9999999999;
}

.sg_hover {
  background-color: red;
  opacity: 0.5;
}

.sg_cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: .5;
}

.sg_ac_search {
    padding: 4px 15px 4px;
}

.sg_banner_slider img.img-fluid {
    max-height: 80vh;
    width: 100%;
    object-fit: contain;
    object-position: top right;
}

.customer_user_text.active {
    /*font-family: securitaspro_bold;*/
    color: #8D5FFF;
}

.company_user_text.active{
    /*font-family: securitaspro_bold;*/
    color: #FF8DA3;
}

.company_user_text, .customer_user_text {
    box-shadow:inset 0px 5px 16px #00000017;
    border-radius: 25px;
    padding: 14px 22px;
}

.sg_banner_video video {
    object-fit: cover;
    object-position: top;
}

.sg_modal_bg,.sg_inner_child_menu {
    background-image: url(../img/graph22.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
        background-color: #fbfbfb;
}

.sg_icon_h_anim {
    position: relative;
}

.sg_icon_h_anim i {
    transition: 0.6s all; 
    position: relative; 
    left: 0%;
    right: 0%;
}

.sg_icon_h_anim:hover i {  
    left: 10%;
}

.sg_icon_h_anim:hover i.bi-arrow-left {  
    left: -10%;
}

div#sg_contact_frm_Modal {
    background-image: url(../img/contact_bg.jpg);
    background-size: cover;
}

.sg_skill_cnt img {
    width: 100px;
    height: auto;
}

.sg_modal_close_btn{
      position: absolute;
    right: 14px;
    top: 10px;
    font-size: 12px;
}

.our-team-carousel .owl-item{
  padding-bottom: 30px;
}

/*.our-team-carousel .owl-nav { 
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    font-size: 30px;
}*/


.our-team-carousel .owl-nav {
display: flex !important; 
    position: absolute;
    width: 100%;
    justify-content: space-between;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: 0.6s all;
}

 
.our-team-carousel:hover .owl-nav { 
    opacity: 1; 
}

 


.our-team-carousel .owl-nav .owl-prev,
.our-team-carousel .owl-nav .owl-next {
    background: #fc273f;
    position: relative;
        color:transparent;
        width: 25px; 
        border-radius: 2px;
}

 
.our-team-carousel .owl-nav .owl-prev{
    left: -15px;
}

 
.our-team-carousel .owl-nav .owl-next{
    right: -15px;
}


 
.our-team-carousel .owl-nav .owl-prev:after {
    content: "\F284";
    position: absolute;
    top: -1px;
    left: 0;
    color: #fc273f;
    font-family: 'bootstrap-icons';
    width: 100%;
    text-align: center;
    font-weight: 900;
}

 
.our-team-carousel .owl-nav .owl-next:after {
    content: "\F285";
    position: absolute;
    top: 0px;
    left: 0;
    color: #fc273f;
    font-family: 'bootstrap-icons';
    width: 100%;
    text-align: center;
    font-weight: 900;
}

.our-team-carousel .owl-nav .owl-next:after,
.our-team-carousel .owl-nav .owl-prev:after{
  color: #fff;
}

 
.our-team-carousel .owl-nav .owl-prev:hover, .our-team-carousel .owl-nav .owl-next:hover {
    background: #fc273f; 
}

 
.our-team-carousel .owl-nav .owl-next:hover:after, .our-team-carousel .owl-nav .owl-prev:hover:after{
    color:white;
}

.sg_according {
    box-shadow: 0px 0px 8px 1px #0000000d;
}

.sg_according_btn h5.active{
  /*background: #8D5FFF;*/
  color: #FC273F ;
}

.sg_menu_ctn {
    transition: opacity 0.2s ease, margin 0.5s;
    opacity: 0;
    height: 0px;
    margin-left: 0px;
}

.sg_menu_ctn.active {
    opacity: 1;
    height: 100%;
    margin-left: 10px;
        position: relative;
    z-index: 1;
}



/*Allocate*/

.sg_allocate_check input[type=checkbox] + label { 
  /*margin: 0.2em;*/
  cursor: pointer;
  /*padding: 0.2em;*/
  display: flex;
    align-items: center;
}

.sg_allocate_check input[type=checkbox] {
  display: none;
}

.sg_allocate_check input[type=checkbox] + label:before {
content: "\2714";
    border: 1px solid #fc273f;
    border-radius: 0.2em;
    display: block;
    width: 18px;
    height: 18px;
    padding-left: 3px;
    padding-bottom: 0px;
    margin-right: 10px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    float: left;
    font-size: 13px;
    line-height: 16px;
}

.sg_allocate_check input[type=checkbox] + label:active:before {
  transform: scale(0);
}

.sg_allocate_check input[type=checkbox]:checked + label:before {
  background-color: #8D5FFF;
  border-color: #8D5FFF;
  color: #fff;
}

.sg_allocate_check input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.sg_allocate_check input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #F7C28F;
  border-color: #F7C28F;
}

.sg_allocate_check {
    max-height: 300px;
    overflow-y: scroll;
}

/* width */
.sg_allocate_check::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.sg_allocate_check::-webkit-scrollbar-track {
  background: #C2B4FC; 
}
 
/* Handle */
.sg_allocate_check::-webkit-scrollbar-thumb {
  background: #8D5FFF; 
}

/* Handle on hover */
.sg_allocate_check::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/*Allocate End*/






/*Multi Step From */


 

#sg_heading {
/*    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal*/
}

#sg_msform {
    /*text-align: center;*/
    position: relative;
    margin-top: 20px
}

#sg_msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.sg_form-sg_card {
    text-align: left
}

#sg_msform fieldset:not(:first-of-type) {
    display: none
}

 

#sg_msform input:focus,
#sg_msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#sg_msform .action-button {
/*    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right*/
}

#sg_msform .action-button:hover,
#sg_msform .action-button:focus {
    /*background-color: #311B92*/
}

#sg_msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#sg_msform .action-button-previous:hover,
#sg_msform .action-button-previous:focus {
    background-color: #000000
}

.sg_card {
    z-index: 0;
    border: none;
    position: relative
}

.sg_fs-title {
    /*font-size: 25px;*/
    /*color: #673AB7;*/
    margin-bottom: 15px;
    /*font-weight: normal;*/
    /*text-align: left*/
}

.purple-text {
    /*color: #673AB7;*/
    /*font-weight: normal*/
}

.sg_steps {
/*    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right*/
}

.sg_fieldlabels {
    color: gray;
    text-align: left
}

#sg_progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #D7D8D6
}

#sg_progressbar .active {
    color: #8D5FFF;
}

#sg_progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400
}

#sg_progressbar #account:before {
    font-family: 'bootstrap-icons';
    content: "\F4D4";
}

#sg_progressbar #personal:before {
    font-family: 'bootstrap-icons';
    content: "\F601"
}

#sg_progressbar #payment:before {
    font-family: 'bootstrap-icons';
    content: "\F4DB"
}

#sg_progressbar #ac_code:before {
    font-family: 'bootstrap-icons';
    content: "\F151"
}

#sg_progressbar #confirm:before {
    font-family: 'bootstrap-icons';
    content: "\F271"
}

#sg_progressbar li:before {
    width: 45px;
    height: 45px;
    line-height: 42px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    background: #D7D8D6;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#sg_progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #D7D8D6;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#sg_progressbar li.active:before,
#sg_progressbar li.active:after {
    background: #8D5FFF;
}

.progress {
    height: 20px
}

.sg_progress-bar {
    background-color: #8D5FFF;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.fit_img_cnt { 
    object-fit: contain;
}

.form-control:focus { 
    box-shadow: none;
}

.sg_company_ac #sg_progressbar li { 
    width: 16.6%; 
}

/*Multi Step From end */


.lh_30{
      line-height: 30px;
}



/*dropdown tab css*/

.sg_select_div {
    position: relative;
    /* margin-bottom: 15px; */
    width: 250px;
    box-shadow: 0px 0px 5px 0px #ededed;
    border-radius: 5px;
    border: 1px #c2b4fc solid;
}
.sg_select_div .sg_selected_option {
  background: var(--bg1);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fff;
}
.sg_select_div .sg_selected_option:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 15px;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transition: 0.2s ease;
}
.sg_select_div .sg_selected_option.toggle {
  border-radius: 3px 3px 0 0;
}
.sg_select_div .sg_selected_option.toggle:after {
  transform: translateY(-50%) rotate(-135deg);
}
.sg_select_div .sg_option_dropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  background: var(--bg1);
  border-top: 1px solid #eee;
  z-index: 1;
  background: #fff;
  transform: scale(1, 0);
  transform-origin: top center;
  visibility: hidden;
  transition: 0.2s ease;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.sg_select_div .sg_option_dropdown .sg_drpoption {
  /*padding: 10px;*/
  /*box-sizing: border-box;*/
  /*cursor: pointer;*/
}
.sg_select_div .sg_option_dropdown .sg_drpoption:hover {
  background: #f8f8f8;
}
.sg_select_div .sg_option_dropdown.toggle {
  visibility: visible;
  transform: scale(1, 1);
} 

.section-title h6 {
    display: none !important;
}

.form-control,.form-select{
  font-size: 15px;
}


.z_index9999{
  z-index: 9999;
}



/*New Robust Processe section*/

.sg_robust_processs h1:after {
    content: "";
    width: 70%;
    height: 3px;
    background: #8d5fff;
    right: 0px;
    position: absolute;
    top: 50%;
    transform: translate(-0%, -50%);
}

/*New Robust Processe section End*/

@media (min-width: 992px){
  .sg_menu_nav .dropdown {
      position: unset;
  }
  .sg_menu_nav  .navbar-nav .dropdown-menu { 
width: 750px;
    right: 0px;
    box-shadow: 0px 6px 7px -2px #00000021;
    left: unset;
}

.dropdown-item {
    border-radius: 5px;
}
}