@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/




body {
  word-break: break-word;
  color: #001b2e;
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
  background:#f3f3f3; 
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #001b2e;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}
p {
    font-weight: 500;
    margin: 0 0 0px;
    font-family: "Raleway", sans-serif;
    color: #464646;
    font-size: 16px;
    line-height: 27px;
}


span{     font-family: "Raleway", sans-serif;
 }



/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.btn.btn_red {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    padding: 12px 34px;
    color: #fff;
    margin: 20px 20px 20px 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-transform: capitalize;
    border: 1px solid #d61100;
    background-color: rgb(214, 17, 0);
    box-shadow: 9.368px 10.404px 31.92px 6.08px rgba(214, 17, 0, 0.25);
    position: relative;
    z-index: 2;
    width: fit-content;
    font-family: "Raleway", sans-serif;

}


/*.btn.btn_red:before{
   position: absolute;
   content: '';
   right: -10px;
   bottom: -10px;
   width: 163px;
   height: 55px;
   border:2px solid #311f2b;
   z-index: 0;
   border-radius: 50px;
}
*/
.btn.btn_red:focus, .btn.btn_red:hover {
    background-color: #011c2f;
    color: #ffffff;
    border: 1px solid #ffffff;
}
img.pull-left,
.imgOverlay.pull-left {
  margin: 0 30px 20px 0;
}

img.pull-right {
  margin: 0 0 20px 30px;
}

.float-right {
    float: right;
}
.centerCol{ margin:0 auto; float: none; }

.red{ color: #d61100 !important;}

h1 {
    font-size: 52px;
    line-height: 1.3;
    color: #011c2f;
    font-weight: 600;
    margin: 0 0 20px;
    font-family: "Raleway", sans-serif;
}
h2,h3,h4,h5,h6 {
  font-size: inherit;
  line-height: inherit;
  color: #393939;
  font-weight:inherit;
  margin: 0 0 0px;
  font-family: "Raleway", sans-serif;

}

 .h3 {
    font-size: 35px;
    line-height: 1.3;
    margin: 0 0 0;
    font-weight: 600;
    color: #011c2f;
    font-family: "Raleway", sans-serif;
    display: inline-block;

}


.h5 {
    font-size: 20px;
    line-height: 27px;
    color: #082235;
    display: inline-block;
    margin: 0 0 20px;
}


input[type="text"],
input[type="password"],
select,
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    background-color: transparent;
    font-size: 16px;
    line-height: 20px;
    color: #9a9a9a;
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
    padding: 0px 15px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #011c2f;
}

textarea {
    padding: 10px;
    height: auto;
    resize: none;
}

input[type="submit"] {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    padding: 16px 44px;
    color: #fff;
    margin: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-transform: capitalize;
    border: 1px solid #d61100;
    background-color: rgb(214, 17, 0);
    box-shadow: 9.368px 10.404px 31.92px 6.08px rgba(214, 17, 0, 0.25);
    position: relative;
    z-index: 2;
    width: fit-content;
    font-family: "Raleway", sans-serif;
}

input[type="submit"]:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
    background-color: #011c2f;
    color: #ffffff;
    border: 1px solid #ffffff;
}

select {
  background: #fff url('../images/arrow.webp') no-repeat right;
  padding: 0 40px 0 30px;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0 10px 20px 0;
}

::-webkit-input-placeholder {
  color: #011c2f;
}

::-moz-placeholder {
  color: #011c2f;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #011c2f;
}

:-moz-placeholder {
  color: #011c2f;
  opacity: 1;
}


.dark_bg{ background:#eaebec;  }

.btn_center {
    margin: 20px 0 !important;
    display: block;
}
/*banner css start */
/*
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity 0.6s ease; 
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
    */



.banner_sec {
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    background-position:bottom right;
    padding: 9% 0;
}

.banner_text .h4 {
    color: #eb0806;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
    display: block;
      font-family: "Raleway", sans-serif;

}
/*cyber sec css start */

.cyber_logo_sec {
    padding: 5% 0;
}


.cyber_hed .h3 {
    margin: 0 0 5%;
    display: inline-block;
}




/*about_sec css start */


.about_sec{ padding: 5% 0; }


.about_text{  }
.about_text .h3 {
    margin: 0 0 20px;
    padding: 0 60px 0 0;
}

.about_text p {
    padding: 0 30px 0 0;
}




/*services sc start */



.services_sec{ padding: 5% 0;}
.ser_main {
    margin: 50px 0 0px;
}

.ser_img img {
    float: left;
    margin:10px 20px 100px 0px;
}


.ser_main .h4 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 10px;
    display: block;
}
.ser_text a {
    font-size: 22px;
    line-height: 1.3;
    color: #eb0806;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    margin: 10px 0 0;
    display: block;
    transition:all 0.5s ease-in-out;
}

.ser_text a:hover {
    color: #001b2d;
}

.view_btn .btn.btn_red {
    margin: 0 auto;
    padding: 12px 40px;
    display: block;
}




/*on_demand sec start */


.on_demand_sec{ padding: 5% 0;}



.on_demand_text .h3 {
    margin: 0 0 20px;}


.on_demand_text .btn.btn_red {
    margin: 20px auto 0;
    display: block;
}





/*growing sec start */

.growing_sec {   padding: 5% 0;}

.growing_sec .row{ justify-content: center; }

.grow_main {
    border-radius: 15px;
    background-color: rgb(244, 244, 244);
    box-shadow: 0px 2px 86.45px 8.55px rgba(8, 34, 53, 0.1);
    width: 201px;
    height: 153px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto 40px;
}
.grow_main:hover {
    box-shadow: none;
    background: #ffffff;
    border: 1px solid #d61100;
}
.grow_main .h5 {
    font-size: 17px;
    line-height: 21px;
    color: #001b2e;
    display: inline-block;
    margin: 0 0 0px;
    font-weight: 600;
    text-align: center;
}






/*testimonial sec start */


.testimonial_sec {
    padding: 5% 0;
}

.testimonial_sec .h5 {
    margin: 0 0 10px;
}
.testimonial_sec .about_img img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.profile_div img {
    float: left;
    margin: 0px 20px 0 0;
    width: auto;
}

.profile_div .h4 {
    display: block;
    color: #d61100;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 0px;
    padding: 10px 0 0;
}

.profile_div .h5 {
    font-size: 16px;
    line-height: 25px;
    color: #011c2f;
    display: inline-block;
    margin: 0 0 20px;
}


.star_div a {
    color: #ffc001;
    padding: 0 4px 0 0;
    font-size: 20px;
}

.star_div {
    padding: 20px 0 ;
}



/*counter sec start */

.counter_sec {
  padding: 5% 0;
  position: relative;
}


.counter {
  font-size: 90px;
  color: #082235;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: table;
  width: auto;
}

.counter:after {
    position: absolute;
    content: '';
    top: 50px;
    right: -30px;
    width: 31px;
    height: 30px;
    background: url(../images/plus.webp) no-repeat;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.why_text .h3 {
    margin: 0 0 20px;
    display: inline-block;
}









.count_text p {
    color: #082235;
    font-size: 20px;
    font-weight: 600;
    width: 260px;
}

/*blog sec css start */
.blog_sec{ padding: 5% 0; }

.blog_div img {
    width: 100%;
    border-radius: 30px;
}
.blog_sec .on_demand_text .h5 {
    display: block;
}




  .blog_div .h5 {
    font-size: 22px;
    line-height: 27px;
    color: #011c2f;
    display: inline-block;
    margin: 20px 0 10px;
    font-weight: 600;
        font-family: "Raleway", sans-serif;

}


.blog_div p {
    font-weight: 500;
    margin: 0 0 0px;
    font-family: "Raleway", sans-serif;
    color: #011c2f;
    font-size: 16px;
    line-height: 27px;
}

.blog_div a {
    font-size: 18px;
    line-height: 1.3;
    color: #eb0806;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    margin: 10px 0 0;
    display: block;
}




/*form section css start */



.form_sec {
    padding: 5% 0 0;
    margin: 0 0 -10%;
}
/* The container */
.service_list .containerd {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    color: #011c2f;
}
/* Hide the browser's default checkbox */
.service_list .containerd input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.service_list .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
    background-color: #eee0;
}

/* On mouse-over, add a grey background color */
.service_list .containerd:hover input ~ .checkmark {
    background-color: #ccc0;
}

/* When the checkbox is checked, add a blue background */
.service_list .containerd input:checked ~ .checkmark {
    background-color: #eee0;

}


.select-style {
    color: #ffffff !important;
    background: #d61100;
}
    
    
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.service_list .containerd input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
/*.service_list .containerd .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);*/
/*}*/

.service_list ul li .containerd {
    border: 1px solid #011c2f;
    display: inline-block;
    border-radius: 30px;
    padding: 4px 15px;
    margin: 0 17px 20px 0;
    float: left;
}
.service_list ul li .containerd:hover, 
.service_list ul li .containerd:focus {
    color: #d61100;
    border: 1px solid #d61100;
}
.form_side .h5 {
    display: block;
    margin: 0 0 10px;
}
.form_main {
    background: #f3f3f3;
    padding: 50px 30px;
    border-radius: 50px;
    border: 1px solid #011c2f;
    margin: 40px 0 0;
    width: 90%;
}


.service_list .h4 {
    color: #082235;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 15px;
    display: block;
}



.phone_div {
    margin: 0 0 40px;
}
.phone_div img {
    background: #d61100;
    height: 50px;
    width: 50px;
    display: block;
    padding: 10px;
    border-radius: 15px;
    float: left;
    margin: 0 10px 0 0;
    object-fit: scale-down;
}

.phone_div .h5 {
    font-size: 20px;
    line-height: 22px;
    color: #d61100;
    margin: 0 0 0px;
    display: block;
    font-weight: 600;
}

.phone_div a {
    color: #082235;
    font-size: 18px;
    font-weight: 600;
}






/*footer css start */
.footerSec {
    padding: 13% 0 0;
}


.goodfirm ul{margin: 0;display: flex;gap: 30px;}

.goodfirm ul li a{padding: 0 0 0 0;}




.dark_bg {
    background: #eaebec;
}

.foot_logo p {
    font-weight: 600;
    margin: 0 0 0px;
    font-family: "Raleway", sans-serif;
    color: #082235;
    font-size: 16px;
    line-height: 27px;
}

.higly .h5 {
    color: #011c2f;
    font-size: 18px;
    font-weight: 600;
}

.higly .h5 .red {
    display: block;
}



.social_icon ul {
    margin: 20px 0 0;
    display: flex;
    gap: 15px;
}


.social_icon ul li a {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    object-fit: scale-down;
    gap: 20px;
    border-radius: 30px;
}

.foot_logo img {
    margin: 0 0 10px;
    width:200px;
}

.foot_links {
    margin: 10% 0;
}

.foot_links .h5 {
    font-size: 30px;
    line-height: 35px;
    color: #d61100;
    display: inline-block;
    margin: 0 0 20px;
    font-weight: 600;
}

.foot_links ul li a {
    color: #082235;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    transition: all .3s ease-in-out;
}

.foot_links ul li a:hover{      color: #d61100;
 }


.copy_right p {
    color: #082235;
    font-weight: 500;
    font-size: 14px;
}

.copy_right ul {
    display: flex;
    gap: 15px;
    margin: 0;
    justify-content: end;
}

.copy_right ul li a {
    color: #082235;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    transition: all .3s ease-in-out;
}


.copy_right ul li a:hover{      color: #d61100;
 }


.logo_div a img {
    margin: 0 auto;
    display: block;
}

.clucth_div a img {
    display: inline-block;
    height: 100px;
    width: 100px;
    object-fit: scale-down;
    margin: 0 auto;
    padding: 0 0 0 0px;
}


/*contact us sec css start */
.contact_us .banner_sec {
    background: url(../images/banner_2.webp) no-repeat;
    background-size: 84% 91%;
    background-position: bottom  right;
    padding: 9% 0 5%;
}

.contact_us .banner_text p {
    width: 72%;
}

/*about us sec css start */

.about_us .banner_sec {
    background: url(../images/banner_3.webp) no-repeat;
    background-size:cover;
    background-position: center  right;
    padding: 5% 0;
}

.about_us .banner_img img {
    margin: 0 auto;
    display: block;
    /*width: 100%;*/
}

.digi_main{  }

.digi_div {
    background: #e6e8e9;
    border: 1px solid #7a8791;
    width: 90%;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px;
    border-radius: 20px;
    margin: 0 0 30px;
}


.digi_div img{  }
.digi_div  .h4 {
    color: #001b2e;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    display: block;
    margin: 10px 0;
}
.digi_div p{  }



.about_sec.aim .about_img img {
    border-radius: 15px;
}

/*goal sec css start */

.goal_main {
    background: #e9e0e0;
    border: 1px solid #d61100;
    width: 90%;
    height: 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    padding: 20px;
    border-radius: 20px;
    margin: 0 0 30px;
}

.goal_main img{  }

.goal_main .h4{  color: #001b2e;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    display: block;
    margin: 10px 0;

}

.goal_main p{  }


.services_sec.Goals .cyber_hed{    margin: 0 0 5%;
 }

.services_sec.Goals .cyber_hed .h3 {
    margin: 0 0 2%;
    display: inline-block;
}

/*privacy_policy css start*/

.privacy_sec {
    padding: 5% 0;
}

.pri_text {
    margin: 0 0 4%;
}

.pri_text ul {
    margin: 0;
    padding: 20px 0 0 20px;
}

.pri_text ul li {
    position: relative;
    font-weight: 500;
    margin: 0 0 10px;
    font-family: "Raleway", sans-serif;
    color: #464646;
    font-size: 16px;
    line-height: 27px;
}

.pri_text ul li:after {
    position: absolute;
    content: '';
    top: 10px;
    left: -18px;
    width: 8px;
    height: 8px;
    background: #d61100;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.privacy_policy .banner_sec {
    background: url(../images/banner_4.webp) no-repeat;
    background-size: cover;
    background-position: center  right;
    padding: 5% 0;
}



/*siem_monitoring css start */

.siem_monitoring .banner_sec {
    background: url(../images/banner_5.webp) no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 5% 0;
}

.siem_monitoring .on_demand_text .btn.btn_red {
    margin: 20px 0;
    display: block;
}

.siem_monitoring .on_demand_text .h5 {
    display: block;
}


.siem_monitoring .on_demand_text  p {
    margin: 0 0 30px;
}





.siem_monitoring .about_text  {
    padding: 0px 50px 0px 0px;
}

.siem_monitoring .about_text p {
    padding: 0 30px 30px 0;
}
.siem_monitoring .about_text ul {
    margin: 0 0 0px 30px;
}
.siem_monitoring .about_text ul li {
    position: relative;
    font-weight: 500;
    margin: 0 0 10px;
    font-family: "Raleway", sans-serif;
    color: #464646;
    font-size: 16px;
    line-height: 27px;
}

.siem_monitoring .about_text ul li:after {
    position: absolute;
    content: '';
    top: 6px;
    left: -30px;
    width: 15px;
    height: 15px;
    border: 2px solid  #d61100;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}




.siem_monitoring .goal_main {
    background:transparent;
    border:0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px;
    border-radius: 20px;
    margin: 0 0 30px;
}

.siem_monitoring  .about_text .h3 {
    margin: 0 0 20px;
    padding: 0 0px 0 0;
}
.siem_monitoring .about_text {
    padding: 0px 50px 0px 0px;
}
/*mxdr_services css star*/

.mxdr_services .banner_sec {
    background: url(../images/banner_6.webp) no-repeat;
    background-size: cover;
    background-position: center  right;
    padding: 9% 0;
}

.mxdr_services .on_demand_text .h5 {
    display: block;
}
.mxdr_services .on_demand_text .btn.btn_red {
    margin: 20px  0;
    display: block;
}

.mxdr_services .goal_main {
    background:transparent;
    border: 0;
    width: 100%;
    height:280px;
    display: block;
    padding: 0px;
    border-radius: 0px;
    margin: 0 0 0px;
}

/*penetration_testing css start */
.penetration_testing .banner_sec {
    background: url(../images/banner_7.webp) no-repeat;
    background-size: cover;
    background-position: center  right;
    padding: 11% 0;
}

.services_sec.pl-10.Goals {
    padding: 5% 0 5% 10%;
}


.penetration_testing .goal_main {
    background: #e9e0e0;
    border: 1px solid #d61100;
    width:100%;
    height: 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
    border-radius: 20px;
    margin: 0 0 30px;
    position: relative;
}

.penetration_testing .goal_main:hover{ border: 1px solid #001b2e;}

.penetration_testing .goal_main small {
    font-size: 100px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    color: #d611001f;
}
.penetration_testing .goal_main img{ width:auto;  }


.penetration_testing .slick-active,
.penetration_testing .slick-slide {
    opacity: 1;
} 




.penetration_testing .pene.goal_main {
    background:transparent;
    border:0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px;
    border-radius: 20px;
    margin: 0 0 30px;
}

.trust_div {
    background: #f1e7e7;
    border: 1px solid #d61100;
    width: 100%;
    height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 20px;
    margin: 50px 0 30px;
}


.trust_div span.h2 {
    color: #d21100;
    font-size: 80px;
    font-weight: 700;
    display: block;
}
.trust_div span.h4 {
    color: #011c2f;
    font-size: 23px;
    display: block;
}

.black{ color: #000; font-size: inherit; }

.trust_sec {
    padding: 5% 0;
}


/*software_penetration_testing_services*/


.penetration_testing.s_p_t_s .banner_sec {
    background: url(../images/banner_8.jpg) no-repeat;
    background-size: cover;
    background-position: center  right;
    padding: 7% 0;
}
.banner_text h1 {
    padding: 0 5% 0 0;
}



/*api_penetration_testing_services*/
.penetration_testing.a_p_t_s .banner_sec {
    background: url(../images/banner_9.jpg) no-repeat;
    background-size: cover;
    background-position: center  right;
    padding: 9% 0;
}


.penetration_testing.a_p_t_s .banner_text h1 {
    padding: 0 25% 0 0;
}



/*security_consulting css start */


.security_consulting .banner_sec {
    background: url(../images/banner_10.jpg) no-repeat;
    background-size: cover;
    background-position: center  right;
    padding: 9% 0;
}



.security_consulting  .banner_text h1 {
    padding: 0 20% 0 0;
}

 .about_text ul {
    margin: 20px 0 0px 30px;
}


.security_consulting .on_demand_text .h3 {
    margin: 0 0 20px;
    padding: 0 40% 0 0;
}
 .about_text ul li {
    position: relative;
    font-weight: 500;
    margin: 0 0 10px;
    font-family: "Raleway", sans-serif;
    color: #464646;
    font-size: 16px;
    line-height: 27px;
}

 .about_text ul li:after {
    position: absolute;
    content: '';
    top: 6px;
    left: -30px;
    width: 15px;
    height: 15px;
    border: 2px solid  #d61100;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.perk_sec{ padding:5% 0;  }

.perk_head{   padding:0 0 5% 0;}


.perk_text {
    margin: 5% 0 0;
}

.perk_text .h4 {
    margin: 0 0 10px -50px;
    display: block;
}



/*education css start */
.mxdr_services.education .banner_sec {
    background: url(../images/banner_11.jpg) no-repeat;
    background-size: cover;
    background-position: center  right;
    padding: 9% 0;
}

.mxdr_services.education .goal_main {
    background: rgb(243, 243, 243);
    width: 100%;
    height: 380px;
    display: flex;
    padding: 20px;
    border-radius: 30px;
    margin: 0 0 0px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(1, 28, 47);
}

.mxdr_services.education .about_sec .h5.f {
    font-size: 20px;
    line-height: 27px;
    color: #001b2e;
    display: inline-block;
    margin: 0 0 10px -37px;
    font-weight: 600;
}
.mxdr_services.education .right_div {
    margin: 20px 0 0 34px;
}


.empower_sec{ padding:5% 0;  }



.empower_list ul {
    padding: 0 0% 0 16%;
}

.empower_list ul li {
    font-weight: 500;
    margin: 0 0 30px;
    font-family: "Raleway", sans-serif;
    color: #464646;
    font-size: 16px;
    line-height: 20px;
}

.empower_list ul li img {
    margin: 0 10px 0 -45px;
}



.safe_sec{  }


.safe_text .h4 {
    color: #082235;
    font-size: 60px;
    font-weight: 600;
    display: block;
}

.safe_text .h6 {
    font-size: 22px;
    font-weight: 600;
    color: #082235;
}

.safe_text {
    border-width: 1px;
    border-color: rgb(205, 30, 34);
    border-style: solid;
    border-radius: 30px;
    background-color: rgb(240, 231, 230);
    width: 370px;
    height: 266px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    margin: 0 0 30px;
}


.mxdr_services.education .cyber_hed .h5 {
    display: block;
}

.safe_sec{ padding:5% 0;}


/*blog page css satrt*/


.blog .banner_sec {
    background: url(../images/banner_12.jpg) no-repeat;
    background-size: cover;
    background-position: bottom right;
    padding: 9% 0 9%;
}

.blog_text.lleft img {
    width: 100%;
    border-radius: 35px;
}
.blog_sec hr {
    margin: 30px 0;
    background-color: #d0d0d0;
    opacity: 1;
}

.bl_btn a {
    font-size: 16px;
    font-weight: 600;
    color: #001b2e;
}

.bl_btn .btn.btn_red {
    padding: 7px 34px;
}

.blog_text.lleft .h4 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    display: block;
    margin: 0 0 20px;
}


.right_space {
    padding: 0 9% 0 0;
}

.input_div{position: relative;}


.input_div input[type="text"]{
    background-color: transparent;
    font-size: 16px;
    line-height: 20px;
    color: #011c2f;
    height: 60px;
    margin-bottom: 20px;
    width: 100%;
    padding: 0px 15px;
    border-radius: 50px;
    border: 0;
    border: 1px solid #d61100;
}
.input_div button {
    border: 0;
    font-size: 18px;
    height: 48px;
    display: flex;
    width: 48px;
    background: #d61100;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    right: 9px;
}


.catgories_div {
    border: 1px solid #d61100;
    height: 360px;
    border-radius: 25px;
    padding: 20px 20px;
    margin: 0 0 40px;
}

.catgories_div ul{ margin: 0 ; }

.catgories_div ul li i{padding-right: 5px;  } 


  .catgories_div ul li {
    color: #001b2e;
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    margin: 0 0 10px;
}




.catgories_div ul li span {
    float: right;
}

.catgories_div .h5 {
    font-size: 22px;
    line-height: 27px;
    color: #082235;
    display: table;
    margin: 0 0 20px;
    font-weight: 600;
    border-bottom: 3px solid #d61100;
    padding: 0 0 5px;
}


/*tags box css start*/

.catgories_div.tags ul li { display: inline-block;    padding: 10px 10px;
 }

.catgories_div.tags ul li {
    display: inline-block;
    padding: 0 4px 15px;
}
.catgories_div.tags ul li a {
    color: #001b2e;
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    margin: 0;
    padding: 7px 16px;
    border: 1px solid #001b2e;
    display: inline-block;
    border-radius: 37px;
    transition: all 0.5s ease-in-out;
}
.catgories_div.tags ul li a:hover {
  background:#d61100;
  color:#fff;
      border: 1px solid #d61100;

}

.small_blog{  }
.small_blog img {
    width: 100%;
    border-radius: 35px;
    margin: 0 0 10px;
}

.small_blog .btn.btn_red {
    padding: 4px 10px;
    display: block;
}

.small_blog .h4 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    display: block;
    margin: 0 0 10px;
}

.small_blog span a {
    font-size: 13px;
    line-height: 27px;
    color: #011c2f;
    font-weight: 600;
}


/*incident_response_forensics*/


.mxdr_services.education.methodolgy .banner_sec {
    background: url(../images/banner_13.jpg) no-repeat;
    background-size: cover;
    background-position: bottom  right;
    padding: 5% 0 9%;
}
.methodolgy_sec{ padding: 5% 0;  }



.method_text {
    background: #e7e8ea;
    border: 1px solid #92989b;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 230px;
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    margin: 0 0 30px;
}

.method_text .h4 {
    font-size: 22px;
    line-height: 27px;
    color: #001b2e;
    display: table;
    margin: 0 0 20px;
    border-bottom: 3px solid #d61100;
    padding: 0 0 20px;
}


.method_img img {
    width: 100%;
    border-radius: 15px;
    height: 230px;
    object-fit: cover;
}



.mxdr_services.education.methodolgy .goal_main {
    background: #f0e7e6;
    width: 100%;
    height: 380px;
    display: flex;
    padding: 10px;
    border-radius: 30px;
    margin: 0 0 0px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #cd1e22;
}



.prevent_sec{ padding:5% 0;   }


.prevent_img{  }
.prevent_img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.prevent_text {
    background: #f0e7e6;
    width: 803px;
    height: 344px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    border-radius: 30px;
    padding: 30px;
    margin: 0 0 0 -24%;
}


.prevent_text .h3 {
    font-size: 38px;
    line-height: 1.3;
    margin: 0 0 10px;
    font-weight: 600;
    color: #011c2f;
    font-family: "Raleway", sans-serif;
    display: inline-block;
    padding: 0 43% 0 0;
}

.fp_sec { padding:5% 0; }


.mxdr_services.education.methodolgy  .fp_text .h3 {
    font-size: 38px;
    line-height: 1.3;
    margin: 0 0 20px;

}


.cyber_hed .h3 {
    margin: 0 0 5%;
    display: inline-block;
}

/*security-awareness*/

.about_us.security-awareness .banner_sec {
    background: url(../images/banner_14.jpg) no-repeat;
    background-size: cover;
    background-position: center  bottom;
    padding: 5% 0 8%;
}
.about_us.security-awareness  .goal_main.blue {
    background: #d2d9dd;
    border: 1px solid #011c2f;
}

.about_us.security-awareness  .goal_main {
    height: 300px;
}

.about_us.security-awareness .col-xs-12.col-sm-3.col-md-3.col-lg-3.one {
    margin: 15% 0 0 0;
}

.about_us.security-awareness .col-xs-12.col-sm-3.col-md-3.col-lg-3.two {
    margin: 5% 0 0 0;
}

.about_us.security-awareness .col-xs-12.col-sm-3.col-md-3.col-lg-3.three {
    margin: -5% 0 0 0;
}

.about_us.security-awareness .col-xs-12.col-sm-3.col-md-3.col-lg-3.four {
    margin: -14% 0 0 0;
}

.about_us.security-awareness .cyber_hed .h5 {
    display:block;
}

.pri_text a {
    color: #011c2f;
    font-weight: 600;
    display: block;
    margin: 10px 0 0;
    transition: all 0.5s ease-in-out;
}

.pri_text a:hover {    color: #d61100;
}

.siem_monitoring .banner_text h1 {
    padding: 0 0% 0 0;
}

.right_div span.h5.f img {
    margin: 0 10px 0 0;
    float: left;
}
.footerSec.dark_bg {
    background: url(../images/footer.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.mxdr_services.ciso .banner_sec {
    background: url(../images/banner_15.jpg) no-repeat;
    background-size: cover;
    background-position: center  right;
    padding: 9% 0;
}


.penetration_testing.a_p_t_s .banner_sec {
    background: url(../images/banner_16.jpg) no-repeat;
    background-size: cover;
    background-position: center  right;
    padding: 9% 0;
}

.penetration_testing.cyber_risk .banner_sec {
    background: url(../images/banner_17.jpg) no-repeat;
    background-size: cover;
    background-position: center  right;
    padding: 9% 0;
}

.penetration_testing.vulner .banner_sec {
    background: url(../images/banner_18.jpg) no-repeat;
    background-size: cover;
    background-position: center  right;
    padding: 9% 0;
}

.mxdr_services.education.finnace .banner_sec{
    background: url(../images/banner_19.jpg) no-repeat;
    background-size: cover;
    background-position: center  right;
    padding: 9% 0;
}



.mxdr_services.education.healthcare .banner_sec{
    background: url(../images/banner_20.jpg) no-repeat;
    background-size: cover;
    background-position: center  right;
    padding: 9% 0;
}


.mxdr_services.education.manufacture .banner_sec{
    background: url(../images/banner_21.jpg) no-repeat;
    background-size: cover;
    background-position: center  right;
    padding: 9% 0;
}

.mxdr_services.education.defence .banner_sec{
    background: url(../images/banner_22.jpg) no-repeat;
    background-size: cover;
    background-position: center  right;
    padding: 9% 0;
}.mxdr_services.education.transport .banner_sec{
    background: url(../images/banner_23.jpg) no-repeat;
    background-size: cover;
    background-position: center  right;
    padding: 9% 0;
}

.penetration_testing.a_p_t_s.vulner .banner_text h1 {
    padding: 0 14% 0 0;
}

.empower_sec .align-items-end {
    align-items: flex-start !important;
}
.perk_text img {
    float: left;
    margin: 0 5px 0 0px;
}

.foot_links.exp ul {
    margin: 85px 0 0;
}