* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.cta-section h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 27px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: justify;
    font-family: "Montserrat", sans-serif;

    line-height: 41px;
}

.cta-section h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
}

.cta-section h1 em {
    font-style: normal;
    font-weight: 600;
}

.cta-section .titles h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 16px 0;
    grid-gap: 22px;
    padding-bottom: 40px;
}

.cta-section .titles h1:after,
.titles h1:before {
    content: " ";
    display: block;
    border-bottom: 2px solid #ccc;
    background-color: #f8f8f8;
}


#solution .why-content {

    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

#solution .why-content img {
    height: 54px;
}

#solution .img-fluid {
    width: 100%;
    height: 475px;
}

.why-p {
    font-size: 18px;

}


.why-title {
    padding-top: 15px;
    color: #413e66;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}


.about-content p {
    padding-top: 15px;
    font-size: 18px;
}



/* CTA */

.cta-section {
    padding: 71px 0;
    font-family: "Montserrat", sans-serif;
    /* padding-top: 163px; */
}

.cta-section p {
    font-size: 18px;
    text-align: justify;
}

.cta-section .offer-list-item {
    color: #000;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color;
    padding: 1.8rem 1rem;
    margin: 1.5rem 0;
    border-radius: .312rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
}


.cta-section .offer-list-item:hover {
    background-color: #0a2640;
    color: #fff;
}

.cta-section ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-top: 15px;

}

.cta-section .pr1 {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
}

/* end CTA */


.top-titles {
    padding-top: 10rem;
    font-size: 20px;
}



/* security */
.security-download {
    padding: 60px;
}

#downloaddoc .header {
    /* background-color: #f1f1f1; */
    padding: 20px;
    text-align: center;
}

#downloaddoc .content {
    padding: 20px;
    background-color: #fff;
    text-align: center;
    border-left: solid;
    border-color: forestgreen;
}

#downloaddoc .download-button {
    background-color: #4CAF50;
    /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

#downloaddoc .download-button:hover {
    background-color: #3e8e41;
    /* Darker green */
}

#downloaddoc .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 20%; */
    width: 40%;
    border-radius: 5px;
}

#data-s .datasecurity {
    background: #121c40;
    color: #fff;
}

#data-s .datacard {
    background: #252e5f;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    border-bottom: 10px solid #00b243;
    height: auto;
    min-height: 400px;
}

#data-s .datasecurity ul li {
    list-style-type: none;
    font-weight: 500;
}

#data-s .datacard h4 {
    font-size: 22px;
    font-weight: 500;
    height: 40px;
}

#data-s .datacard {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.29px;
}

#data-s .datasecurity h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -.77px;
}

#data-s .contnt {
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
}

#compilanc .card {
    /* color: #2d2b46; */
    background-color: #80b9f34d;

}


.certificate-compliance {
    background-color: #f4f7fb;
}



#c-c .title {
    font-size: 36px;
    padding: 90px;
    color: #212529;

}

#c-c .container {

    border-radius: 8px;
    background-color: #fff;
    padding: 64px 134px;
    margin-bottom: 24px;
}

#c-c .container p {

    font-size: 18px;
}


#c-c .divider {
    display: block;
    margin-top: 16px;
    margin-bottom: 32px;
    width: 100%;
    height: 3px;
    border-radius: 40px;
    /* background-color: #6C55F9; */
    background-color: #0566c96e;
}

#c-c .title-details {
    font-size: 25px;
}


#c-c .fa-sublink {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    color: #00b243 !important;
    text-decoration: underline !important;
    text-transform: lowercase !important;
}




/* data-handeling */
.datahandeling {
    background: #121c40;
    color: #fff;
}

#data-h .datacard {
    background: #252e5f;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    border-bottom: 10px solid #00b243;
    height: auto;
    min-height: 400px;
}

#data-h .datahandeling ul li {
    list-style-type: none;
    font-weight: 500;
}

#data-h .datacard h4 {
    font-size: 22px;
    font-weight: 500;
    height: 40px;
}

#data-s .datacard {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.29px;
}

#data-h .datahandeling h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -.77px;
}

#data-h .contnt {
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
}

/* avalibility */

#availability .title {
    font-size: 35px;
}

#availability span {

    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

#availability .subtitle {

    font-size: 22px;
}


.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-item {
    margin: 10px;
    width: calc(20% - 20px);
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.flex-item i {
    font-size: 24px;
    color: #28a745;
}

.flex-item h5 {
    margin-top: 10px;
}

.flex-item a {
    margin-top: 20px;
    display: block;
    width: 100%;
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.flex-item a:hover {
    background-color: #2f865f;
}

/* Responsive design */
@media only screen and (max-width: 1200px) {
    .flex-item {
        width: calc(25% - 20px);
    }
}

@media only screen and (max-width: 992px) {
    .flex-item {
        width: calc(33.33% - 20px);
    }

    #c-c .container {
        border-radius: 8px;
        background-color: #fff;
        padding: 64px;
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .flex-item {
        width: calc(50% - 20px);
    }

    #c-c .container {
        border-radius: 8px;
        background-color: #fff;
        padding: 64px 24px;
        margin-bottom: 24px;
    }

    #c-c .container p {
        font-size: 12px;

    }

    #c-c .title-details {
        font-size: 22px;

    }

}

@media only screen and (max-width: 480px) {
    .flex-item {
        width: calc(100% - 20px);
    }

}

#compilanc {
    margin: 3rem !important;
}

#compilanc .title {

    font-size: 50px;

    font-weight: 700;
    line-height: 72px;
}

#compilanc .subtitle {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
}

#compilanc .subtext {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

#compilanc span {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

#compilanc i {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}


#op .title {

    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
}

#op .subtext {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

@media (max-width: 478px) {

    #compilanc .title {
        font-size: 34px;
    }

}

#operation .title {
    font-size: 35px;
    font-weight: 700;
    line-height: 56px;
}

#operation span {

    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

#operation .subtitle {

    font-size: 22px;
}


#appsecurity .title {
    font-size: 35px;
    font-weight: 700;
    line-height: 56px;
}

#appsecurity span {

    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

#appsecurity .subtitle {

    font-size: 22px;
}



#appsecurity .subtitles {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}


/* Book a meeting CSS */

.bg-bookappointment {
    background-color: #2b3991 !important;
}

.bookappsubtext {
    font-size: 15px;
    color: aliceblue;
}


.btn3 {
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 0px;
}

.bookappointment-subtitle {
    padding-top: 5rem;
}


.bookappoint-subtext-2 {

    padding-top: 10rem;
    line-height: 40px;

}

.bookappoint-button {
    text-align: center;
}

.booksubtext {
    line-height: 40px;

}


.bookapp-img {
    max-width: 800px;
    margin: 0 auto;

}

.bookapp-img img {
    width: 100%;
    height: auto;

}

.Bm {
    display: block;
}

@media (max-width: 991px) {

    .Bm {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* Book a meeting CSS */




/* blog wrapper */
.blog-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    border: 1px solid #dee2e6;
    margin-bottom: 30px;
    border-radius: 0;
    overflow: hidden;
}

.blog-card-header {
    /*blog main page */
    min-width: 350px;
    max-width: 350px;
}

.blog-card-headers {
    /* blog details page css */
    min-width: 350px;
    max-width: 100%;
    ;
}

.blog-card-imgs {
    border-radius: 0 0 0 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-card-img {
    border-radius: 0 0 0 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-card-body {
    padding: 30px 20px 30px 30px;
}

.blog-card-title {
    font-weight: 100;
    font-size: 22px;
}


.blog-card-caption {
    margin: 15px 0 15px !important;
}

.blog-card-caption i {
    display: inline-block;
    width: 15px;
}

.blog-card-caption a {
    margin-right: 10px;
    color: #444;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    opacity: .7;
    font-size: 15px;
}

.blog-card-link {
    text-decoration: none;
    margin-top: 20px;
    display: block;
    font-size: 13px;
}

.blog-card-link i {
    position: relative;
    top: 1px;
}

#blog .content {
    font-size: 18px;

}

@media (max-width: 991.98px) {
    .blog-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-card .blog-card-header {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}



.blog-pagination {
    margin-top: 80px
}

.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
    font-size: 13px
}

.blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888888
}

.blog-pagination .page-item:last-child .page-link {
    margin-right: 0
}


@media (max-width: 767px) {

    .section-title::before {
        left: -49px;
    }

    .section-title::after {
        left: -49px;

    }

}


@media (max-width: 477px) {

    .blog-card-imgs {
        width: 60%;

    }
}

@media (max-width: 1200px) {
    #blog .container {
        max-width: 90%;
    }
}

/* .bookappointment-form {
    padding-top: 16%;
} */
.bookfo{
    background-color: #eeeeee;
} 
.contact-form {
    padding-top: 16%;
}

.booknm{
    background-color: rgb(1 7 44) !important;
    margin-top: 30px;

}



@media (max-width: 977px) {
    .bm {
        display: flex;
        flex-direction: column-reverse;
    }
    .bookappointment-form {
        padding-top: 1%;
    }
    .contact-form{
        padding-top: 1%;
    }

}

#blogdetails .blog-card-caption a {
font-size: 18px;
}

#blogdetails .content {
    font-size: 18px;
}






/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
    position: relative;
    padding: 295px 0px 185px 0px;
  }
  
  .main-banner:after {
    content: url(../img/security/banner-right.jpg);
    top: -1px;
    right: 0;
    position: absolute;
    width: auto;
    height: auto;
    z-index: -1;
  }
  
  .main-banner::before {
    content: url(../img/security/banner-left.png);
    top: -1px;
    left: 0;
    position: absolute;
    width: 194px;
    height: 655px;
    z-index: -1;
  }
  
  .main-banner h6 {
    font-size: 20px;
    color: #110f6f;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .main-banner .line-dec {
    margin: 30px 0px 20px 0px;
    width: 210px;
    height: 2px;
    background-color: #decdfa;
  }
  
  .main-banner h4 {
    font-size: 42px;
    color: #2a2a2a;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 20px;
  }
  
  .main-banner h4 em {
    font-style: normal;
    color: #110f6f;
  }
  
  .main-banner h4 span {
    color: #110f6f;
  }
  
  
  .main-banner p {
    padding-right: 25%;
    margin-bottom: 30px;
  }
  
  .main-banner .main-button {
    display: inline-block;
  }
  
  .main-banner span {
    display: inline-block;
    margin: 0px 10px 0px 10px;
    color: #7a7a7a;
  }
  
  .main-banner .second-button {
    display: inline-block;
  }
  
  .main-banner p {
    padding-right: 25%;
    margin-bottom: 30px;
  }

  
/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
    position: relative;
    overflow: hidden;
    /* background: #bae7fe; */
    background: #050446;
  }
  
  .services .section-heading h2 {
    padding-right: 30px;
    color: #fff;
  }
  
  .services::before {
    content: url(../images/services-left.jpg);
    top: 120px;
    left: 0;
    position: absolute;
    width: 844px;
    height: 714px;
    z-index: -1;
  }
  
  .services::after {
    content: url(../images/contact-left.jpg);
    bottom: -150px;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    width: 103px;
    height: 464px;
    z-index: -1;
  }
  
  .services .service-item {
    border: 1px solid #f3d7ff;
    border-radius: 23px;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    transition: all .4s;
  }
  
  .services .service-item h4 {
    font-size: 20px;
    color: #2a2a2a;
    margin-top: 20px;
    line-height: 30px;
    transition: all .4s;
  }
  
  .services .service-item:hover {
    border-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  }
  
  .services .service-item:hover h4 {
    /* color: #5b03e4; */
    color: #0f0d6e;
  }
  
  /* .services .number{
    
    color: #050446;
    font-size: 20px;
  } */


  .spp p{
    line-height: 1.4em;
    margin: 0 0 1.25rem;
    
  }

  .ops h1{
        color: #110f6f;
  }

  .ops p{
    font-size: 20px;
    color: #2a2a2a;
    margin-top: 20px;
    line-height: 30px;
    transition: all .4s;
  }


  @media (max-width: 767px) {
    .main-banner .caption {
        /* background-color: rgb(250, 250, 250); */
        background-color: transparent;
   
        padding: 60px;
        border-radius: 23px;
    }
      
  .main-banner:after {
    display: none;
}
  }


@media (max-width: 1400px) {
    .main-banner .caption {
        background-color: rgba(250, 250, 250, 0.95);
        padding: 60px;
        border-radius: 23px;
    }
    .main-banner {
        position: relative;
        padding: 150px 0px 120px 0px;
      }
}


/* #bookmet .form-group{
    background-color: rgba(238, 238, 238, 1.0);
} */

#bookmet .bmtitle{
    font-size: 52px;
    color: #fff;
}

.booknm p{
    /* font-size: 24px; */
    color: #fff;
}
.booknm span{
    /* font-size: 22px; */
    color: #fff;
}
@media (max-width: 1177px){
#services .service-item {
    min-height: 273px;
}
@media (max-width: 990px){
    #services .service-item {
        min-height: 0px;
    }
}
}