/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */
/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after{box-sizing:border-box;}


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  font-size: 18px;
  /* font-family: 'Helvetica Neue Regular'; */
  /* font-family: 'Helvetica 45 Light Regular';
  font-family: 'Helvetica 55 Roman Regular'; */
}
body.fixed-position {
  position: fixed;
  width: 100%;
}
/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
 a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #faa61a;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

 [hidden]{display:none}
 .yellow-text{color:#faa61a}
 .white-text{color:#fff !important}
 .blue-text{color:#00497e}
 .darkblue-text{color:#063f73}							  
 .blue-text-bold{color:#0093ff}
 .orange-text{color:#f8a51a}
 .section__padding{padding:75px 5%}
 .fw-700{font-weight:700}
 .fw-300{font-weight:300}
 .card-title{font-weight:600}
 .row.factsheet-card-section .coures_wrap{border-right:2px dotted #196081;padding:.5em 2em;min-height:250px}
 .factsheet-card-section .col-sm-6.col-md-4.col-lg-3{padding:40px 0;border-bottom:2px dotted #196081}
 .factsheet-card-section .col-sm-6.col-md-4.col-lg-3:nth-child(4) .coures_wrap,.factsheet-card-section .col-sm-6.col-md-4.col-lg-3:nth-child(8) .coures_wrap{border-right:0}
 .factsheet-card-section .col-sm-6.col-md-4.col-lg-3:nth-child(5),.factsheet-card-section .col-sm-6.col-md-4.col-lg-3:nth-child(6),.factsheet-card-section .col-sm-6.col-md-4.col-lg-3:nth-child(7),.factsheet-card-section .col-sm-6.col-md-4.col-lg-3:nth-child(8){border-bottom:0}
 .differentiators-item{display:flex;padding:1.5em}
 .differentiators-item .icon{margin-right:24px}
 .differentiators-item .icon img{width:inherit;max-width:inherit}
 .partners-card-item{padding:40px 0;border-bottom:1px solid #ccc;border-right:1px solid #ccc;display:flex;justify-content:center;align-items:center}
.partners-card-item:nth-child(4), .partners-card-item:nth-child(8){border-right:0;}
.partners-card-item:nth-child(5), .partners-card-item:nth-child(6), .partners-card-item:nth-child(7), .partners-card-item:nth-child(8){border-bottom:0;}
/* .partners-card-item .icon {
  padding: 2em;
  
} */
.partners-card-item .icon img{height:auto;max-width:80%}
.client-card-item .icon img{height:auto;max-width:90%}
.client-card-item{padding:32px 0;border-bottom:1px solid #ccc;border-right:1px solid #ccc;display:flex;justify-content:center;align-items:center}
.partners-card-section{padding:0 20px}
.client-card-item:nth-child(6),.client-card-item:nth-child(12){border-right:0}
.client-card-item:nth-child(13),.client-card-item:nth-child(14),.client-card-item:nth-child(15),.client-card-item:nth-child(16),.client-card-item:nth-child(17){border-bottom:0}
.jumbotron.card.card-image.aboutUs-banner-container .img-container{background:url(../img/aboutUs-banner-img01.jpg) no-repeat 0 0}
.jumbotron.card.card-image.aboutUs-banner-container div.title-bottom-border{width:110px}
.whyUs-section div.title-bottom-border{position:absolute;left:0;right:0;margin:0 auto;bottom:40px}
.aboutUs-credos-container img{margin:0 auto}
.teammamber-name{font-size:1.5em;line-height:1.5;margin-top:1.5em}
/*Banner cs start here*/
.slider_bg_1{background-image:url(../img/banner/homepage-banner02.jpg)}
.slider_bg_2{background-image:url(../img/banner/banner2.png)}
.slider_area .single_slider{height:calc(100vh - 72px);background-size:cover;background-repeat:no-repeat;background-position:center center}
.slider_text h2{font-size:3.75em;text-transform:uppercase;color:#fff}
.slider_text h2 span{color:#faa61a}
.slider_text .slider-text-label{font-size:2.75em;color:#fff;text-transform:capitalize;font-weight:600;margin:0}
.slider_text .slider-text-label span{color:#faa61a;font-weight:300}
.slider_text{display:inline-block;background-color:rgba(0,19,33,0.7);border:2px solid;text-align:center;padding:10px 20px;width:auto;border-color:rgba(63,112,144,.7)}
.slider_area .single_slider .row{justify-content:center}
.slider_text .slider-text-label > div{display:inline-block;margin:0 5px}
/*Banner cs end here*/

.ourDifferentiators-section_inner .section_title h3,.successStories-section_inner .section_title h3,.insights-section_inner .section_title h3,.getin-touch-form .section_title h3, .partners-section_inner .section_title h3, .client-section_inner .section_title h3{margin-bottom:30px}
.successStories-section_inner .section_title h3{margin-bottom:30px}
.ourApproch-section, .section__padding.factsheet-section, .section__padding.leadership-section, .section__padding.partner-section1{background:#172030;background:linear-gradient(0deg,rgba(17,47,99,1) 0%,rgba(11,21,36,1) 100%)}
div.title-bottom-border{width:150px;height:5px;background:#172030;background:linear-gradient(90deg,rgba(250,166,26,1) 0%,rgba(0,74,128,1) 100%);z-index:99;/*-moz-box-shadow:5px 5px 5px rgba(68,68,68,0.6);-webkit-box-shadow:5px 5px 5px rgba(68,68,68,0.6);box-shadow:0 0 5px rgba(68,68,68,0.6);*/ margin:25px 0;border-radius:3px;display:inline-block}
a.btn.btn-outline{color:#faa61a;border:1px solid #faa61a;font-size:1em;padding:10px 24px;border-radius:48px}
.btn-em{margin-top:20px}
.ourApproch-section .section_img.text-center{position:relative}
/* .ourApproch-section .section_img.text-center:before {position: absolute; content: ''; left:0; width:20px; height: 400px; background: url(../img/approch-divider.png) no-repeat 0 0;} */
.ourApproch-section .section_img.text-center img{max-width:60%;}



/*Who we are section start here*/
.service_area{padding-top:85px;padding-bottom:50px}
.blue_bg{background: rgb(17,65,99);background: linear-gradient(0deg, rgba(17,65,99,1) 4%, rgba(8,27,54,1) 50%);}
.tagline-text{max-width:80%}
.tagline-text h4{color:#fff;text-align:center;font-weight:300;font-size:2em}
.tagline-text h1.h1-custome {color: #fff;text-align: center;font-weight: 300;font-size: 2em;margin-top: 0; margin-bottom:.5rem;}
.single_service.d-flex.align-items-center.justify-content-center{flex-direction:column}
.single_service.d-flex.align-items-center.justify-content-center .service_info{padding-top:30px}
.tagline-text h4 .blue-text-bold{font-weight:700;color:#0093ff}
.tagline-text .h1-custome .blue-text-bold{font-weight:700;color:#0093ff}
.section_title h3,.section_title h1{font-size:2em;text-transform:uppercase;font-weight:700;margin-bottom:15px}
.title-sub-text{font-size:1.125em;font-weight:400}
.whoWeAre-section .section_content{padding-right:100px}

/*Who We are Section end here*/
.section__padding.whoWeAre-section .card-deck{padding-top:4em}
.card{font-weight:400;border:0;-webkit-box-shadow:0 2px 20px 0 rgba(140,145,148,0.12),0 2px 10px 0 rgba(140,145,148,0.12);box-shadow:0 2px 20px 0 rgba(140,145,148,0.12),0 2px 10px 0 rgba(140,145,148,0.12);border-radius:12px}
/*Who We are Section End Here*/

/*custome ul li*/
ul{font-size:1em;line-height:1.5em;margin:5px 0 15px;padding:0}
ul li{list-style:none;position:relative;padding:0 0 0 20px}
ul.arrow li::before{content:"";position:absolute;left:0;top:9px;height:8px;width:8px;border:1px solid #faa61a;border-width:2px 2px 0 0;transform:rotate(45deg)}


/*Our Differentiators start here*/
.row.ourDifferentiators-card-section .col-md-4{border-right:1px dotted #252525; border-bottom:1px dotted #252525; padding:25px;}
/* .row.ourDifferentiators-card-section .col-md-4:nth-child(4), .row.ourDifferentiators-card-section .col-md-4:nth-child(5), .row.ourDifferentiators-card-section .col-md-4:nth-child(6) {
  border-bottom: 0;
}
.row.ourDifferentiators-card-section .col-md-4:nth-child(3), .row.ourDifferentiators-card-section .col-md-4:nth-child(6){ border-right: 0;} */
.ourDifferentiators-card-section .single_wrap .icon {margin-bottom: 20px;}
.ourDifferentiators-section .section_title {margin-bottom: 2.75em;}
/*Our Differentiators end here*/

/*Our Capabilities section css start here*/
.ourCapabilities-card-section .card{background: #22272a;}
.ourCapabilities-section_inner p.title-sub-text{font-weight:400;margin-bottom:30px}
/* .ourCapabilities-section_inner .btn.btn-orange{background:#f8a51a;color:#fff;border-radius:0 20px 20px 0;padding:5px 22px;position:absolute;left:0;bottom:20px} */
.ourCapabilities-section_inner .btn.btn-orange {
  background: transparent;
  color: #f8a51a;
  border-radius: 20px;
  padding: 5px 22px;
  position: absolute;
  left: inherit;
  bottom: 20px;
  border: 1px solid #f8a51a;
}
.ourCapabilities-section_inner .btn.btn-orange:hover{background:#004a80;color:#f8a51a}
.row.ourCapabilities-card-section h4.card-title{min-height:56px;font-weight:700}
/* .row.ourCapabilities-card-section p.card-text{min-height:135px} */
.row.ourCapabilities-card-section img.card-img-top{border-radius:12px 12px 0 0}
/*Our Capabilities section css end here*/

.securityAssessment-section_inner{padding:70px}
.securityAssessment-section{background:url(../img/requestdemo-img.png) no-repeat center center}
.securityAssessment_info a.btn.btn-yellow{background:#faa61a;text-transform:capitalize;font-size:26px;font-weight:600;border-radius:30px;padding:8px 25px 7px}
a.btn.btn-yellow{background:#faa61a;text-transform:uppercase;font-size:16px;font-weight:600;border-radius:20px;padding:8px 20px 7px}
a.btn.btn-yellow:hover{background:#004a80;color:#faa61a}
.securityAssessment-section_inner .section_title h4{font-size:2.125em;font-weight:400}

/*Success Stories section css start here*/
/* .successStories-section_inner .section_title {
  margin-bottom: 2.75em;
} */
.successStories-card-section .card,.successStories-card-section .card img.card-img-top{border-radius:0;overflow:hidden;border-radius:12px}
.successStories-card-section > .col-sm-6 a img{transition:transform 1.5s,filter 1.2s ease-in-out;transform-origin:center center;filter:brightness(80%)}
.successStories-card-section > .col-sm-6 a:hover img{filter:brightness(100%);transform:scale(1.05)}
.successStories-card-section > .col-sm-6{padding:15px}
/*.successStories-card-section .card-body{position:absolute;bottom:2em;left:2em;padding:1em;background:#fff;width:485px;background-color:rgba(255,255,255,0.9);border-radius:8px;min-height:155px;padding-top:30px}*/
.successStories-card-section .card-body {
  position: absolute;
    bottom: 0;
    /* left: 0; */
    /* padding: 1em; */
    /* background: #fff; */
    /* width: 485px; */
    /* background-color: rgba(255,255,255,0.9); */
    /* border-radius: 8px; */
    /* min-height: 155px; */
    /* padding-top: 30px; */
    z-index: 2;
}										 
.successStories-card-section .card-body .card-text.card-title-tagline{line-height:1.2; font-size: 1.35em; padding: 0;color: #fff;}
.card-title-tagline{font-size:1.5em}
/*.successStories-card-section h4.card-title{font-size:1em;font-weight:300;color:#000}*/
.successStories-card-section h4.card-title{font-size: 1em;
  font-weight: 300;
  color: #fff;
  background: rgba(250,166,26,0.75);
  padding: 4px 10px;
  display: inline-block;
  border-radius: 5px;}														  
 .successStories-card-section a:hover .card {/* filter: drop-shadow(0 0 10px rgba(0,0,0,.3)); */}
/*.successStories-card-section .card-body:after{content:"";width:49px;height:82px;z-index:999;background:url(../img/success-story-border-style-img.png) no-repeat center center;bottom:0;right:0;position:absolute}*/

.wipro-case-studies-bg {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-left: 0;
  margin-bottom: 24px;
}

.wipro-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  /* -webkit-box-shadow: inset 0px -100px 170px -5px rgb(0 0 0 / 75%);
  -moz-box-shadow: inset 0px -100px 170px -5px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -100px 170px -5px rgb(0 0 0 / 75%); */

  background: linear-gradient(to bottom, rgba(0,74,128,0), rgba(16,19,23,1));
  z-index: 1;
}						
/*Insights Start here*/
.insights-card-section .card .card-body{min-height:665px;padding:1.5em 0}
.insights-card-section img.card-img-top{border-radius:0px}
.title-tag-insights{font-size:1.1em;letter-spacing:2px;position:relative;  padding:0 1.5em}
/*.title-tag-insights:after{position:absolute;content:"";width:170px;height:5px;background:#b98422;background:linear-gradient(90deg,rgba(185,132,34,1) 0%,rgba(25,71,97,1) 100%);top:13px;margin-left:16px;border-radius:10px}*/
.insights-card-section .card-title{font-size:1.5em;min-height:80px; padding:0 1em}																				  
.insights-card-section .card-text, .insights-list-section .card-text{padding-top:1.5em;min-height:230px;padding-bottom:1.5em;  padding: 1.5em}
a.insights-btn{color:#f8a51a;font-size:1em;position:absolute;bottom:20px;  margin:0 1.5em}
a.insights-btn:hover{color:#004a80;text-decoration:none}
a.insights-btn:hover:after{color:#004a80}
a.insights-btn:after{/*font-family:'slick';*/margin-left: 7px;font-size:24px;line-height:1;opacity:1;color:#f8a564;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;/*content:'→'*/}

.insights-card-section .card-deck .card {
  background: #f1f3f5;
  box-shadow: none;
}


.insight-box-new{ background: #ddd; position: relative; overflow: hidden; margin-bottom: 20px; border-radius: 12px;}
.insight-box-new img{ position: absolute; left: 0; top: 0; width: 100%; transition: 0.5s;}
.insight-box-new a{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-indent: -9999px; z-index: 3;}
.insight-box-new-desc{ position: absolute; left: 0; bottom: 0; padding: 25px; z-index: 1;}
.insight-box-new-desc .title{ font-size: 1em;
  font-weight: 300;
  color: #fff;
  background: rgba(250,166,26,0.75);
  padding: 4px 10px;
  display: inline-block;
  border-radius: 5px;}
.insight-box-new-desc .desc{ font-size: 18px; line-height: 24px; color: #fff; padding:5px 10px 5px 0;}


.height500{ height: 470px;}
.height250{ height: 270px;}


.insight-box-new:before{ position: absolute; width: 100%; height: 100%; top: 0; content: ''; z-index: 1;
    /* -webkit-box-shadow: inset 0px -100px 170px -5px rgb(0 0 0 / 75%);
    -moz-box-shadow: inset 0px -100px 170px -5px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -100px 170px -5px rgb(0 0 0 / 75%); */
    background: linear-gradient(to bottom, rgba(0,74,128,0), rgba(16,19,23,1));
}



.insight-box-new:hover img { transform: scale(1.1);}
.insight-box-new h3.card-text.card-title-tagline.fw-700 {
  line-height: 1.2;
  font-size: 1.35em;
  padding: 0;
  color: #fff;
  margin-top: 10px;
}										 


/*Insights end here*/



/*Testimonials Start here*/
.testimonials-left-container{background:url(../img/testiomonials-bg.jpg) no-repeat center center;background-size:cover;width:100%;height:100%;min-height:600px;display:flex;flex-direction:column;justify-content:center;border-radius:12px 0 0 12px}
.testimonials-left-container div{font-size:1.75em;color:#fff;padding:40px 175px 40px 75px;position:relative}
.testimonials-left-container div:before{content:"";position:absolute;width:100px;height:80px;background:url(../img/quotation-mark-icon.png) no-repeat center center;z-index:999;left:75px;top:-80px}
.testimonials-left-container div::after{transform:rotate(180deg);content:"";position:absolute;width:100px;height:80px;background:url(../img/quotation-mark-icon.png) no-repeat center center;z-index:999;right:180px;bottom:-80px}
.testimonials-right-container{background:#002f52;min-height:600px;color:#fff;border-radius:0 12px 12px 0}
.company-details-container{text-align:center;padding:70px}
.slick-slide .company-details-container > img{max-width:100%;width:auto;margin:20px auto}
.slick-slide .user-details-container > img{width:auto;max-width:100%;position:absolute;left:-95px}
.user-details-container{position:relative}
.testimonials-user-name{font-size:1.75em}
.testimonials-designation{font-size:1.25em}
.testimonials-client-container{position:absolute;top:60px;left:120px}
.slider{width:100%;margin:30px auto}
.slick-slide{margin:0}
.slick-slide img{width:100%}
.slick-prev:before,.slick-next:before{color:#000}
.slick-slide{transition:all ease-in-out .3s;opacity:1}
.slick-active{opacity:1}
.slick-current{opacity:1}
.slick-dots li.slick-active button:before{opacity:1;color:#f8a51a}
.slick-dots li button:before{font-family:'slick';font-size:20px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:1;color:#004a80;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}


/*Career Section start here*/
.career-section_inner{background:url(../img/career-section-bg.png) no-repeat center center;background-size:cover;padding:5em}
.career-section_inner .career .card{max-width:400px;height:auto;background:rgb(255,255,255, .7);padding:55px 15px 40px}
.career-section_inner .career .card .card-title{font-size:3em;padding:20px 0}
.card-text{padding:0px 0 20px;font-size:1.125em}
.career-section_inner .career .card a.btn.btn-yellow{text-transform:capitalize;font-size:1.125em;border-radius:36px;padding:8px 26px 7px;margin-top:1.5em;font-weight:400}
/* .career.d-flex.justify-content-end.align-items-center{margin-right:10em} */
.jumbotron.aboutUs-banner-container .text-container{position:absolute;padding:0!important;margin:0 auto;top:0;left:6%;right:0;width:auto;max-width:inherit;bottom:0;display:flex;align-items:center;justify-content:flex-start}
.whyUs-section .card-deck .card{padding:1.5em}
.aboutUs-credos-container{padding-top:5em}
/* .section__padding.factsheet-section {
  background: #172030;
  background: linear-gradient(0deg,rgba(17,47,99,1) 0%,rgba(11,21,36,1) 100%);
} */
/*Footer CSS Start here*/

.getin-touch-form .form-control{border:0;border-bottom:1px solid #ccc;border-radius:0;box-shadow:inherit;}
.getin-touch-form .form{padding:0 2em}
.getin-touch-form input.btn.btn-yellow{text-transform:capitalize;font-size:1.125em;border-radius:36px;padding:8px 26px 7px;margin-top:1.5em;background:#faa61a;font-weight:400;width:150px}
.getin-touch-form input.btn.btn-yellow:hover{color:#faa61a;background:#004a80}
.footer-country ul{display:flex;flex-wrap:wrap}
.footer-country ul li{list-style:none;width:50%;margin:5px 0}
.footer-country ul li a img{max-width:35px;margin-right:5px}
.footer-country ul li a{color:#fff;text-decoration: none;cursor: pointer;}
.address-box{background:#004a80;width:100%;height:auto;color:#fff;position:relative;padding:50px 40px;border-radius:12px;margin-top:40px}
a.btn.btn-yellow.btn-contactUs{width:100%;max-width:220px;text-transform:capitalize;font-weight:400}
.global-titale-lable,.office-titale-lable{margin-bottom:32px}
.country-add span{margin-left:10px}
.footer-link-section{padding:70px 5% 40px;background:#242a2e;margin-top:35px}
.footer-copyRight-section{padding:15px 5%;background:#1b2023;color:#fff}
.footer-link-section .footer-links h3{color:#faa61a;font-size:20px;font-weight:600;text-transform:uppercase}
.footer-link-section .footer-links ul li{padding:0}
.footer-link-section .footer-links ul li a{font-size:1em;font-weight:300;color:#a6b5c0}
.footer-link-section .footer-links ul li a:hover{color:#faa61a}
.footer-link-section .footer-links h4{color:#fff;font-size:1em;font-weight:400;text-transform:uppercase}
.mdr-service-card{background:#d99a28;background:linear-gradient(90deg,rgba(217,154,40,1) 0%,rgba(30,85,116,1) 100%);padding:1em;border-radius:10px;text-align:center;margin-top:2em;position:relative;max-width:300px}
a.mdr-service-btn:hover{text-decoration:none}
.mdr-service-card:after{content:"";width:49px;height:83px;z-index:999;background:url(../img/success-story-border-style-img.png) no-repeat center center;bottom:0;right:0;position:absolute;z-index:9999}
.footer-link-section .footer-links .mdr-service-card h4{font-size:1.5em;color:#fff}
.footer-link-section .footer-links .mdr-service-card h3{font-size:2em;color:#fff}
.copyright-txt p{font-weight:300;color:#6f7a81;margin-bottom:5px}
.copyright-txt a{color:#a6b5c0;font-weight:300}
.copyright-txt a:hover{color:#faa61a}
.whoWeAre-section .card{position:relative;padding:30px 16px 20px}
.whoWeAre-section .card:before{position:absolute;content:"";width:15px;height:59px;background:url(../img/left-small-border-blue.png) no-repeat 0 0;left:0;bottom:0;z-index:999}
.whoWeAre-section .card::after{position:absolute;content:"";width:15px;height:129px;background:url(../img/right-large-border-orange.png) no-repeat 0 0;right:0;bottom:0;z-index:999}
span.border-bottom-container{position:absolute;content:"";background:url(../img/border-bottom-grediant-img02.png) no-repeat center bottom;width:100%;height:11px;z-index:999;left:0;bottom:0;border-radius:0 0 12px 12px;background-size:cover}
.copyright-txt{font-size:.9em}
.whoWeAre-section .card:nth-child(even):after{position:absolute;content:"";width:15px;height:59px;background:url(../img/right-small-border-orange-top.png) no-repeat 0 0;right:0;top:0;z-index:999}
.whoWeAre-section .card:nth-child(even) span.border-bottom-container{position:absolute;content:"";background:url(../img/border-top-grediant-img02.png) no-repeat center bottom;width:100%;height:10px;z-index:999;left:0;top:0;border-radius:12px 12px 0 0;background-size:cover}
.whoWeAre-section .card:nth-child(even):before{position:absolute;content:"";width:15px;height:139px;background:url(../img/left-large-top-blue-border.png) no-repeat 0 0;left:0;top:0;z-index:999}
.footer-copyRight-section .text-sm-right{line-height:3}

/*Levele 1 page CSS start here*/

/*Banner section start here*/
.jumbotron .text-container{position:absolute;padding:0!important;margin:0 auto;top:0;left:0;right:0;width:100%;max-width:1000px;bottom:0;display:flex;align-items:center;justify-content:center}
.jumbotron .text-container-tp-2 {
    position: absolute;
    padding: 0 !important;
    margin: 0 auto;
    top: 0;
    left: 6%;
    right: 0;
    width: auto;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.box .letter-spacing-title {
    text-transform: uppercase;
}
.jumbotron .text-container h2.card-title{font-size:2.5em}
.letter-spacing-title.orange-text{letter-spacing: 0; font-weight: 400; font-size: 2.5em;}
p.text-para-item{font-weight:300}
/*Banner section end here*/
.containt_title.white-text h3{font-size:2em}
.features-card-section .card{min-height:400px;padding:30px 15px}
.features-card-section a.btn.btn-orange{background:#f8a51a;color:#fff;border-radius: 20px 20px;padding:5px 22px;position:absolute;/*left:0;*/bottom:32px}
.features-card-section a.btn.btn-orange:hover{background:#004a80;color:#f8a51a}
.features-card-section .card:after{content:"";width:78px;height:110px;z-index:999;background:url(../img/gradiant-top-right-border-img.png) no-repeat 0 0;top:0;right:-1px;position:absolute}
.features-card-section.features-card-section-level2 .card{min-height:inherit;flex-basis:48%;margin:1%}
.features-card-section.features-card-section-level2 .card p.card-text{padding:0}
.bg-blue{background:#004a80}
.valuePropositions-section_inner{color:#fff}
.valuePropositions-section_inner .title-bottom-border{margin:15px 0}
.valuePropositions-section_inner .section_title,.features-section_inner .section_title{margin-bottom:30px}
/* .valuePropositions-card-section h4.card-title{min-height:58px} */
p.text-para-item.white-text{width:80%;text-align:center;max-width:1000px}
.img-container{padding:17.5em;background-size:cover!important}
.valuePropositions-card-section p.card-text{padding:0;}


/**/

.section__padding.insight-detail-container{padding:0 5% 75px;margin-top:-400px}
.insight-detail-title{font-size:2.2em;margin-top: 0;}
.jumbotron.card.card-image.blog-insight-detail-banner.p-0.m-0 .img-container{padding:12em;background-size:cover!important}
.blog-ui-style-custom-container.pb-md-4.pb-32{display:flex}
ul.blog-ui-style-custom{display:flex;flex-wrap:wrap}
ul.blog-ui-style-custom li{padding:20px 20px 20px 0;margin-left:50px;line-height:1.4;flex-basis:43%}
span.gradiant-bg{background:#004a80;background:linear-gradient(45deg,rgba(0,74,128,1) 10%,rgba(250,166,26,1) 100%);width:36px;height:36px;border-radius:30px;margin-right:20px;display:flex;justify-content:center;align-items:center;font-size:1.125em;color:#fff;font-weight:600;position:absolute;left:-50px}
.releted-blog-item{margin:8px 0;padding:1em 0 1.4em;position:relative}
.blog-image-container img{width:100%;border-radius:12px}
.jumbotron.card.card-image.blog-insight-detail-banner .text-container{right:inherit;left:6%;position:absolute;margin:0;top:70px;width:100%;max-width:58%;bottom:0;display:flex;align-items:inherit;justify-content:inherit}
.jumbotron.blog-insight-detail-banner .text-container h2.card-title{font-size:2.5em}
.releted-blog-item span.border-bottom-container{z-index:auto;left:0;background-size:cover;width:100%;height:3px;background:#172030;background:linear-gradient(90deg,rgba(250,166,26,1) 0%,rgba(0,74,128,1) 100%);z-index:99;-moz-box-shadow:5px 5px 5px rgba(68,68,68,0.6);-webkit-box-shadow:0 0 0 rgba(68,68,68,0.6);box-shadow:0 0 0 rgba(68,68,68,0.6);margin:0;border-radius:3px;display:inline-block}
.releted-blog-item a.yellow-text{font-size:.9em;font-weight:700}
a.yellow-text{color:#faa61a;font-size:.9em;font-weight:700}
a.yellow-text:hover{color:#004a80}
.releted-blog-item p.title-sub-text{font-size:.9em}
.social-links-grp{margin-top:340px;margin-bottom:32px}
.releted-blog-item h5.title{margin-bottom:1em;font-weight:600}
.left-side-line{position:relative;font-size:.9em}
.left-side-line:after{position:absolute;content:"";width:110px;height:4px;background:#172030;background:linear-gradient(90deg,rgba(250,166,26,1) 0%,rgba(0,74,128,1) 100%);border-radius:3px;top:10px;margin-left:10px}
.insight-detail-container .fa{padding:20px;font-size:30px;width:36px;text-align:center;text-decoration:none;margin:5px 2px;height:36px;border-radius:3px;position:relative}
.insight-detail-container .fa:hover{opacity:.7;color:#fff}
.insight-detail-container .fa-facebook{background:#006cbb;color:#1e2736}
.insight-detail-container .fa-twitter{background:#006cbb;color:#1e2736}
.insight-detail-container .fa-google{background:#dd4b39;color:#fff}
.insight-detail-container .fa-linkedin{background:#006cbb;color:#1e2736}
.insight-detail-container .fa-youtube{background:#b00;color:#fff}
.insight-detail-container .fa-facebook-f:before,.insight-detail-container .fa-facebook:before{content:"\f09a";left:0;right:0;margin:0 auto;position:absolute;top:11px}
.insight-detail-container .fa-twitter:before{content:"\f099";left:0;right:0;margin:0 auto;position:absolute;top:6px}
.insight-detail-container .fa-linkedin:before{left:0;right:0;margin:0 auto;position:absolute;top:5px}
.jumbotron.card.card-image.blog-success-detail-banner .img-container{padding:12em;background-size:cover!important}
.jumbotron.card.card-image.blog-success-detail-banner .text-container{right:inherit;left:12%;position:relative;display:flex;align-items:center;justify-content:start;padding:12% 12% 0 0 !important;max-width:100%}
.jumbotron.card.card-image.blog-success-detail-banner.img-container{border-radius:0;padding:0}
.jumbotron.blog-success-detail-banner .text-container h2.card-title{font-size:2.5em}
.top-banner-img{position:relative;right:-15px;bottom:-80px}
.top-banner-img img{border-radius:12px 0 0 12px}
.section__padding.caseStudy-detail-container{padding:0 5% 75px}
  /* .case-study-inner-block{margin-bottom: 1.5em;} */
  .case-study-inner-block,.related-success-container{padding:3em 0 0}
  .related-success-container{position:sticky;top:60px}
  .case-study-inner-block .title{padding-bottom:18px;font-weight:600;font-size:1.25em}
  .pr-10{padding-right:10%}

.projectChallenge-container p.border-left-gradient{position:relative;display:flex}
/* .projectChallenge-container p.border-left-gradient i{margin-right:15px} */
p.border-left-gradient:before{position:absolute}
i.fas.fa-long-arrow-alt-right:after{font-family:slick;font-size:20px;line-height:1;opacity:1;color:#f8a564;-webkit-font-smoothing:antialiased;content:"→"}
.solutions-container ul{display:flex;flex-wrap:wrap;margin:0}
.solutions-container ul li.border-left-yellow{flex-basis:49%;padding:10px;margin:1%;color:#000;border-radius:10px}
.solutions-container ul li.border-left-yellow:nth-child(even){margin-right:0}
.solutions-container ul li.border-left-yellow:nth-child(odd){margin-left:0}


.solutions-container li.border-left-yellow.card:after{content:"";width:40px;height:57px;z-index:999;background:url(../img/corner_top-right.png) no-repeat center center;top:0;right:0;position:absolute}
.solutions-container li.border-left-yellow.card{position:relative}
.projectChallenge-container p:last-child{margin-bottom:0}
.businessBenefit-container li.border-left-yellow{padding:10px 0;display:flex}
.businessBenefit-container li.border-left-yellow i.fas.fa-long-arrow-alt-right,.projectChallenge-container p.border-left-gradient i{margin-right:15px}
.caseStudy-navbar{padding:20px 5%;border-bottom:1px solid #004a80}
a.nav-link.scrollCnt.active{background:#faa61a;border-radius:30px;padding:8px 30px}
a.nav-link.scrollCnt{color:#004a80;text-transform:uppercase;font-size:1.2em;font-weight:700;margin-right:10px}
.section__padding.successStories-listing-section{padding-top:40px}
.section__padding.features-section.benefit-section{background:#f8f8f8}
.section__padding.be-a-partner-section{background:url(../img/be-partner-section-banner-bg-img.jpg) no-repeat center center;background-size:cover}
button.btn.btn-yellow.btn-submit{background:#faa61a;font-size:20px;font-weight:600;border-radius:32px;padding:8px 20px 7px;width:175px}
button.btn.btn-yellow.btn-submit:hover{background:#004a80;font-size:20px;font-weight:600;border-radius:32px;padding:8px 20px 7px;width:175px;color:#faa61a}
.card.already-partner-container .card-img-overlay.text-center{display:flex;flex-direction:column;justify-content:center}
.card.already-partner-container{max-width:475px}
.card.already-partner-container img{border-radius:12px}
span.border-bottom-black{width:150px;height:5px;background:#0a3150;margin:10px auto}
a.btn.btn-blue-login{background:#004a80;color:#fff;width:190px;border-radius:30px;padding:9px 14px 8px;margin:0 auto;text-align:center;display:inline-block;font-size:1.125em}
a.btn.btn-blue-login:hover{color:#faa61a}
.be-a-partner-section_inner .form-control{height:52px}
.jumbotron.card.card-image.partnerProgram-banner-container .img-container{background:url(../img/partner-program-banner-img.jpg)no-repeat center center;background-size:cover}
.btn-outline-white{border:2px solid #fff;min-width:190px;color:#fff;font-size:16px;font-weight:600;border-radius:30px;padding:7px 20px 6px;font-size:22px}
a.btn.btn-yellow.btn-apply{min-width:190px;border-radius:30px;padding:7px 20px 6px;font-size:22px}
.btn-outline-white:hover{color:#faa61a;border-color:#faa61a}
.jumbotron.card.card-image.partnerProgram-banner-container h3.orange-text{font-size:2.25em;margin-bottom:2em}
.already-partner-main-container{display:flex;justify-content:center;align-items:center}
.jumbotron.card.card-image.freeAssessment-banner-container .img-container{padding:12em;background:url(../img/freeAssessement-banner-img.jpg)no-repeat center center;background-size:cover}
.jumbotron.card.card-image.freeAssessment-banner-container .text-container{max-width:100%}
.section__padding.partner-section1 h2.text-uppercase.white-text{font-size:2.75em;font-weight:700}
.section__padding.partner-section1 h1.text-uppercase.white-text{font-size:2.75em;font-weight:700;margin-top: 0;}
.section__padding.partner-section1 .section_content{height:100%;display:flex;align-items:center}
.sliver-class .card-body-inner,.gold-class .card-body-inner,.platinum-class .card-body-inner{border:3px solid #acbfde;padding:1em;border-radius:10px}
.gold-class .card-body-inner{border:3px solid #faa61a}
.platinum-class .card-body-inner{border:3px solid #004a80}
.sliver-class .title span,.gold-class .title span,.platinum-class .title span{font-size:1.5em;font-weight:700}
.sliver-class .title span{color:#acbfde}
.gold-class .title span{color:#faa61a}
.sliver-class .title span{color:#acbfde}
.platinum-class .title span{color:#004a80}
.sliver-class .title,.gold-class .title,.platinum-class .title{padding:10px;position:relative}
span.border-silver,span.border-gold,span.border-platinum{width:118px;height:4px;background:#acbfde;position:absolute;content:"";z-index:9;left:0;right:0;margin:0 auto;border-radius:8px;bottom:0;padding:0!important}
span.border-gold{background:#faa61a}
span.border-platinum{background:#004a80}
.freeAssessment-section_inner{background:#fafafa;padding:4em;border:1px solid #f0f0f0}
.dms-questions .dms-que{margin-bottom:30px;margin-top:35px;font-size:18px;line-height:18px;font-weight:500}
.dms-questions ul{list-style-type:none;margin:0;padding:0}
.dms-questions ul li{padding:0 0 25px;margin-bottom:25px;border-radius:0;border-bottom:1px solid #e6e6e6}
.form-chkbox{display:block;position:relative;padding-left:35px;margin-bottom:16px;cursor:pointer;font-size:18px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.form-chkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}
.form-chkbox .checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#eee;background:#fff;position:absolute;top:0;left:0;height:25px;width:25px;background-color:#eee;background:#fafafa;border:1px solid #333;min-width:24px;width:24px;height:24px;margin:0 10px 0 0;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .1s linear;transition:all .1s linear;border-radius:3px}
.form-chkbox:hover input ~ .checkmark{background-color:#ccc}
.form-chkbox input:checked ~ .checkmark{background-color:#004a80}
.form-chkbox .checkmark:after{content:"";position:absolute;display:none}
.form-chkbox input:checked ~ .checkmark:after{display:block}
.form-chkbox .checkmark:after{left:7px;top:1px;width:8px;height:15px;border:solid #faa61a;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}

.form-radiobox { position: relative; padding-left: 35px; margin-bottom: 0; cursor: pointer; font-size: 18px;  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin-right: 20px; }
.form-radiobox input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
.form-radiobox .checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #eee; border-radius: 50%;}
.form-radiobox:hover input ~ .checkmark { background-color: #ccc;}
.form-radiobox input:checked ~ .checkmark { background-color: #f37021;}
.form-radiobox .checkmark:after { content: ""; position: absolute; display: none;}
.form-radiobox input:checked ~ .checkmark:after { display: block;}
.form-radiobox .checkmark:after { top: 9px; left: 9px; width: 8px; height: 8px; border-radius: 50%; background: white;}
li.multioptions label.form-chkbox{display:inline-block;width:49%;vertical-align:text-top}
li.multioptions.max-options label.form-chkbox{width:24%}
.dms-questions ul li div.select-dropdown-grp{display:flex}
select{-webkit-box-flex:1;flex:1;padding:0 .5em;cursor:pointer}
.select select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;outline:0;box-shadow:none;border:0!important;background-image:none}
/* Remove IE arrow */
select::-ms-expand{display:none}
/* Custom Select */
.select{position:relative;display:flex;width:100%;height:3em;line-height:3;background:transparent;overflow:hidden;border-radius:.25em;border:1px solid #2c3e50}
select{flex:1;padding:0 .5em;cursor:pointer}
/* Arrow */
.select::after{content:'';position:absolute;top:18px;right:15px;cursor:pointer;pointer-events:none;-webkit-transition:.25s all ease;-o-transition:.25s all ease;transition:.25s all ease;border:solid #565656;border-width:0 2px 2px 0;display:inline-block;padding:4px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}
/* Transition */
.select:hover::after{color:#f39c12}
.dms-questions ul li .select-dropdown-item{width:25%;margin:0 .75%}
.dms-questions ul li .select-dropdown-item:first-child{margin-left:0}
.dms-questions ul li .select-dropdown-item:last-child{margin-right:0}
.dms-questions textarea{display:block;margin-top:20px;width:100%;max-width:1100px; padding: 15px;}
.dms-questions a.btn.btn-yellow.btn-next,.dms-questions a.btn.btn-yellow.btn-previous{text-transform:capitalize;font-size:1.125em;border-radius:36px;padding:8px 26px 7px;width:150px;font-weight:400}
.dms-questions .dms-que span{color:red}
[type="radio"]:checked,[type="radio"]:not(:checked){position:absolute;left:-9999px}
[type="radio"]:checked + label,[type="radio"]:not(:checked) + label{position:relative;padding-left:28px;cursor:pointer;line-height:20px;display:inline-block;color:#666;margin-right:30px}
[type="radio"]:checked + label:before,[type="radio"]:not(:checked) + label:before{content:'';position:absolute;left:0;top:0;width:18px;height:18px;border:1px solid #333;border-radius:100%;background:#fff}
[type="radio"]:checked + label:after,[type="radio"]:not(:checked) + label:after{content:'';width:12px;height:12px;background:#004a80;position:absolute;top:3px;left:3px;border-radius:100%;-webkit-transition:all .2s ease;transition:all .2s ease}
[type="radio"]:not(:checked) + label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}
[type="radio"]:checked + label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
.gg-txt{font-size:20px!important;line-height:20px;padding:0;font-weight:600;font-style:italic}
/*contact-us Form-style*/
.getin-touch-form .form-row>.col,.form-row>[class*=col-]{padding-right:15px;padding-left:15px}
.g-ring-cnt{width:100%;height:660px;background:#02284c;background:linear-gradient(0deg,rgba(2,40,76,1) 0%,rgba(15,28,50,1) 50%,rgba(10,18,32,1) 100%);text-align:center}
.base-img{position:absolute;left:50%;top:0;z-index:4;animation:myfirst 0 infinite;margin-left:-788px}
.img1,.img2,.img3{position:absolute;left:0;top:50%;margin-top:-200px;opacity:.7}
.img1{z-index:1}
.img2{z-index:2;display:none}
.img3{z-index:3;display:none}
.icon-box{width:320px;height:210px;position:absolute;left:140px;top:215px}
.icon-box p{margin:0}
.icon-box p span{display:block;color:#7dbeff;text-transform:uppercase}
.threat-intel{position:absolute;left:125px;top:0}
.assests{position:absolute;left:40px;top:30px}
.cloud{position:absolute;right:5px;top:30px}
.network{position:absolute;left:0;top:100px}
.behavioural{position:absolute;left:130px;top:80px}
.logs{position:absolute;right:0;top:90px}
.endpoint{position:absolute;left:80px;top:150px}
.unavailability{position:absolute;left:180px;bottom:0}
.anim1{animation:animtxt 5s infinite}
@keyframes animtxt {
0%{left:140px}
50%{left:145px}
}
@keyframes myfirst {
0%{left:0}
50%{left:5px}
}
@-webkit-keyframes fadeIn {
from{opacity:0}
to{opacity:1}
}
@keyframes fadeIn {
from{opacity:0}
to{opacity:1}
}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.animation1{animation:example1 4s infinite}
@keyframes example1 {
0%{left:0}
100%{left:50px}
}
.animation2{animation:example2 4s infinite}
@keyframes example2 {
0%{left:0}
100%{left:50px}
}
.animation3{animation:example3 4s infinite}
@keyframes example3 {
0%{left:0}
100%{left:50px}
}


.row .feature-table{margin:20px 0 10px;text-align:center}
.row .feature-table.hide-550{display:block;padding:20px}
.row .feature-table.show-550{display:none}
.row .feature-table.show-550 #sticky{width:100%;background-color:#fff;display:flex}
.row .feature-table.show-550 #sticky.stick{margin:0 auto;margin-top:0!important;position:fixed;top:0;width:95%;z-index:10000}
.row .feature-table.show-550 #sticky.stick .feature-row-header{font-size:18px}
.row .feature-table.show-550 #sticky.stick .feature-row-header:first-child{border-right:2px solid #ebeced}
.row .feature-table td{color:#505e67;font-size:16px;font-weight:400;padding:20px;text-align:center}
.row .feature-table table{width:100%;margin:0 auto}
.row .feature-table table .feature-row-1{background-color:#fff}
.row .feature-table table .feature-row-2{background-color:#f8f8f8}
.row .feature-table table span.check-mark:after{content:'';display:inline-block;width:11px;height:19px;border:solid #faa61a;border-width:0 4px 4px 0;transform:rotate(45deg);top:2px;position:relative}
span.check-mark{border:3px solid #faa61a;padding:6px 10px;border-radius:30px}
span.check-mark.silverMark{border-color:#acbfde}
span.check-mark.platinumMark{border-color:#004a80}
.row .feature-table table span.x-mark:after{content:"\2718";color:#bb0613;font-weight:800;font-size:24px}
.row .feature-table table .feature-label p{color:#505e67;font-weight:600;font-size:16px;margin:0 auto;text-align:left}
.row .feature-table.show-550 .feature-row-header{font-size:20px;font-family:"Bree Serif","Source Sans Pro",sans-serif;width:33.33%;margin:0;display:inline-block;padding:15px 0;vertical-align:middle;text-align:center}
.row .feature-table.show-550 .feature-row-wrap{border-bottom:3px solid #fff}
.row .feature-table.show-550 .feature-row-wrap .feature-row-1{border-bottom:2px solid #fff;background-color:#ebeced}
.row .feature-table.show-550 .feature-row-wrap .feature-row-1 div{display:inline-block;margin:0;padding:20px 0;width:32%;vertical-align:middle}
.row .feature-table.show-550 .feature-row-wrap .feature-row-1 div span.check-mark.goldMark:after{content:'';display:inline-block;width:11px;height:19px;border:solid #faa61a;border-width:0 4px 4px 0;transform:rotate(45deg);top:2px;position:relative}
.row .feature-table.show-550 .feature-row-wrap .feature-row-1 div span.check-mark.silverMark:after{content:'';display:inline-block;width:11px;height:19px;border:solid #acbfde;border-width:0 4px 4px 0;transform:rotate(45deg);top:2px;position:relative}
.row .feature-table.show-550 .feature-row-wrap .feature-row-1 div span.check-mark.platinumMark:after{content:'';display:inline-block;width:11px;height:19px;border:solid #004a80;border-width:0 4px 4px 0;transform:rotate(45deg);top:2px;position:relative}
.row .feature-table.show-550 .feature-row-wrap .feature-row-1 div span.x-mark:after{content:"\2718";color:#bb0613;font-weight:800;font-size:24px}
.row .feature-table.show-550 .feature-row-wrap .feature-row-2{border-bottom:2px solid #fff;background-color:#f5f5f5;display:flex}
.row .feature-table.show-550 .feature-row-wrap .feature-row-2 div{display:inline-block;margin:0;padding:20px 0;width:33.33%;vertical-align:middle}
.row .feature-table.show-550 .feature-row-wrap .feature-row-2 div:first-child{border-right:2px solid #fff}
.row .feature-table.show-550 .feature-row-wrap .feature-row-2 div span.check-mark.platinumMark:after{content:'';display:inline-block;width:11px;height:19px;border:solid #004a80;border-width:0 4px 4px 0;transform:rotate(45deg);top:2px;position:relative}
.row .feature-table.show-550 .feature-row-wrap .feature-row-2 div span.check-mark.goldMark:after{content:'';display:inline-block;width:11px;height:19px;border:solid #faa61a;border-width:0 4px 4px 0;transform:rotate(45deg);top:2px;position:relative}
.row .feature-table.show-550 .feature-row-wrap .feature-row-2 div span.check-mark.silverMark:after{content:'';display:inline-block;width:11px;height:19px;border:solid #acbfde;border-width:0 4px 4px 0;transform:rotate(45deg);top:2px;position:relative}
.row .feature-table.show-550 .feature-row-wrap .feature-row-2 div span.x-mark:after{content:"\2718";color:#bb0613;font-weight:800;font-size:24px}
.row .feature-table.show-550 .feature-row-wrap .feature-label p{color:#505e67;font-size:16px;font-weight:600;line-height:1.5;margin:0 auto;padding:20px;text-align:left}
.row .footer{font-family:"Source Sans Pro",sans-serif;font-size:14px;font-style:italic;padding-top:5px;text-align:right}
td.feature-row-header.silver,.feature-row-header.silver{background:#acbfde;color:#000;font-size:1.2em;font-weight:500}
td.feature-row-header.gold,.feature-row-header.gold{background:#faa61a;color:#000;font-size:1.2em;font-weight:500}
td.feature-row-header.platinum,.feature-row-header.platinum{background:#004a80;color:#fff;font-size:1.2em;font-weight:500}
.row .feature-table table span.check-mark.silverMark:after{content:'';display:inline-block;width:11px;height:19px;border:solid #acbfde;border-width:0 4px 4px 0;transform:rotate(45deg);top:2px;position:relative}
.row .feature-table table span.check-mark.platinumMark:after{content:'';display:inline-block;width:11px;height:19px;border:solid #004a80;border-width:0 4px 4px 0;transform:rotate(45deg);top:2px;position:relative}
@media (max-width: 550px) {
  h1{font-size:25px}
  .feature-table.hide-550{display:none!important}
  .feature-table.show-550{display:block!important;padding:15px}
  .row .feature-table.show-550 #sticky{width:100%;background-color:#fff;display:flex;position:sticky;z-index:1;top:72px}
  .table-list-sec  .feature-table.show-mobile{
    display: block !important;
  }
  .table-list-sec  .feature-table.show-mobile #sticky{
    width: 100%;
    background-color: #fff;
    display: flex;
    position: sticky;
    z-index: 1;
    top: 72px;
    background: linear-gradient(90deg, #004a80 33%, #faa61a 40%);
  }
  .table-list-sec  .feature-table.show-mobile  .feature-table-wrapper{
    overflow: initial;
    }
  .table-list-sec  .feature-table.show-mobile .feature-table-header .feature-header {
    width: 33% !important;
    padding: 0;
    text-align: center;

  }
  li.feature-row.mobile-feature-row{
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 15px;

  }
  .feature-row .feature-label.mobile-label{
    width: 100%;
  }
  li.feature-row.mobile-feature-row .mobile-cols{
    display: flex;
    width: 100%;
  }
  li.feature-row.mobile-feature-row .mobile-cols .feature-col{
    width: 33%;
  }
  }
  lable span.small-text{display:block;font-weight:400}
  .red-color{color:red}
  .wizard{position:relative}
  .steps .current-info,.steps .number{display:none}
  .steps.clearfix{display:none}
  .actions{margin-top:30px}
  .actions ul{display:flex;justify-content:center}
  .actions ul.step-4{justify-content:center}
  .actions li.disabled a{background:transparent;border:1px solid #ccc;color:#ccc;font-weight:400;pointer-events:none}
  .actions li a{border:none;display:inline-flex;height:42px;width:132px;align-items:center;color:#000;cursor:pointer;justify-content:center;letter-spacing:1px;font-size:15px;border-radius:3px;background:#faa61a;font-size:16px;font-weight:600;border-radius:20px;padding:8px 20px 7px}
  .actions li a:hover{background:#004a80;color:#faa61a;text-decoration:none}
  div#user-registration-form-550{border:0}
  div#user-registration-form-550.ur-frontend-form .ur-form-row .ur-form-grid input,div#user-registration-form-550.ur-frontend-form .ur-form-row .ur-form-grid select{border:0}
  div#user-registration-form-550.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password input[type=password]{padding-right:10px}
  div#user-registration-form-550.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group{display:block;position:relative;width:100%}
  div#user-registration-form-550.ur-frontend-form .ur-form-row .ur-form-grid select{height:2.5em}
  .ur-frontend-form .ur-button-container .ur-submit-button{margin-left:auto}
  div#user-registration-form-550.ur-frontend-form .ur-button-container .ur-submit-button{background:#faa61a;font-size:20px;font-weight:600;border-radius:32px;padding:8px 20px 7px;width:175px;margin-left:inherit;margin-top:20px}
  div#user-registration-form-550.ur-frontend-form .ur-button-container .ur-submit-button:hover{background:#004a80;font-size:20px;font-weight:600;border-radius:32px;padding:8px 20px 7px;width:175px;color:#faa61a}
  .getin-touch-form .form-control{border-radius:0;border:none;border-bottom:1px solid #c7c7c7;font-size:14px;text-align:left;opacity:1;top:1em;color:#000;padding-left:.5rem;height:calc(2.5em + .75rem + 2px)}
  .custom-countrydroupdown span.wpcf7-form-control-wrap.selct_multiselct-339{display:block;height:49px}
  .custom-countrydroupdown span.wpcf7-form-control-wrap.selct_multiselct-339 .select2-container{display:block;width:100%!important}
  .custom-countrydroupdown span.wpcf7-form-control-wrap.selct_multiselct-339 .select2-container .select2-selection--single{display:block;width:100%;height:calc(2.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;background-color:#fff;background-clip:padding-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;border-radius:0;border:none;border-bottom:1px solid #c7c7c7;font-size:14px;text-align:left;opacity:1;top:1em;color:#000;padding-left:.5rem;outline:0}
  .custom-countrydroupdown span.wpcf7-form-control-wrap.selct_multiselct-339 .select2-container .select2-selection--single .select2-selection__rendered{padding-left:0}
  .custom-countrydroupdown span.wpcf7-form-control-wrap.selct_multiselct-339 .select2-container--default .select2-selection--single .select2-selection__placeholder{color:#6c757d}
  .custom-countrydroupdown span.wpcf7-form-control-wrap.selct_multiselct-339 .select2-container .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:8px;right:1px;width:20px}
  input.user-registration-Button.button.btn-yellow{background:#faa61a;text-transform:uppercase;font-size:20px;font-weight:600;border-radius:30px;padding:10px 20px 9px;display:block;width:250px;margin:0 auto}
  input.user-registration-Button.button.btn-yellow:hover{background:#004a80;color:#faa61a}
  .user-registration span.password-input-group{width:100%}
  .user-registration label.user-registration-form__label.user-registration-form__label-for-checkbox.inline{display:none}
  .user-registration input#username,.user-registration input#password{border:1px solid #cfcfcf;height:50px;line-height:50px;outline:0}

  .features-card-section .card.no-read-more-btn p.card-text{padding-bottom:0}
  span.error{color:red;font-size:.85em}
  section.thank-you-main-block{padding:2.5em 0 0;display:flex;justify-content:center;align-items:center}
  .privacy-policy h5 {font-weight: 600;margin-top: 30px;}
  .privacy-policy ul{padding-left:15px}
  .privacy-policy ul li{list-style:none;position:relative;padding:0 0 0 30px; margin-bottom:15px}
  .list-type1 li:before{position:absolute;left:0;width:7px;height:11px;content:"→";font-size:20px;color:#ee9a20;top:-1px}

  a.btn.btn-yellow.btn-contactUs {
    width: 100%;
    max-width: 220px;
    text-transform: capitalize;
    font-weight: 400;
    border: 1px solid #faa61a;
    background: transparent;
    color: #faa61a;
}
a.btn.btn-yellow.btn-contactUs:hover {
  width: 100%;
  max-width: 220px;
  text-transform: capitalize;
  font-weight: 400;
  border: 1px solid #faa61a;
  background:#faa61a;
  color: #000;
}
.user-registration-error::before, .user-registration-info::before, .user-registration-message::before {   
  font-size: inherit;
  margin-right: 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid label, .ur-frontend-form .ur-form-row .ur-form-grid legend {
  display: block;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
  z-index: 1;
}
.user-registration-error {
  border-top-color: inherit;
  background: none;
  color: #f4000a;
  border: 0;
  padding: 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
  margin-bottom: 30px;
}
.leadership-card-section a{text-decoration:none;}
.banner-caption {
    position: relative;
}
.banner-caption h2 {
    margin: 15px 0;
    font-size: 24px;
    font-weight: 600;
    color: #03045e;
    text-transform: uppercase;
}
.banner-caption h3.name {
    font-size: 20px;
    margin: 15px 0;
    border-bottom: 2px solid #6c757d;
    padding-bottom: 15px;
}
.linkedinIcon {
    position: absolute;
    right: 15px;
    bottom: 15px;
}



.jumbotron .text-container h1.card-title.custom-h1-title {
  font-size: 3.1em;
  margin-top: 0;
}
.jumbotron.blog-success-detail-banner .text-container h1.card-title.custom-h1-title {
  font-size: 2.5em;
}
.section_title h1.custom-h1-title {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.section_title .custom-h2-title {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.custome-h2{font-size:1em}
.privacy-policy .h2-custome {
  font-weight: 600;
  margin-top: 30px;
}


.service_info-bottom .card-group > .card {
  box-shadow: none;
  background: linear-gradient(to bottom, rgba(27,85,128,0), rgba(27,85,128,.65));
  margin: 1px;
  color: #fff;
}
.service_info-bottom .card-group > .card .card-body > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_info-bottom .card-group > .card .card-body > div img{width:48px; margin-right: 25px;}


.service_info-bottom .card-body {
  padding: 1.75em 1em;
}

h3 {
  margin:5px 0; 
}

.sliderContainer {
  position: relative;
}

.slider {
  width: 100%;
  margin: 0
}

.slick-slide {
  background: #3a8999;
  color: white;
  /* padding: 80px 0 120px; */
  font-size: 30px;  
  text-align: left;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  bottom: -30px;
}

/* .slick-slide:nth-child(odd) {
  background: #e84a69;
 
} */
.banner1 {background:url(../img/banner/home-banner-4.jpg) no-repeat center center;background-size:cover;}
.banner2 {background:url(../img/banner/home-banner-2.jpg) no-repeat center center;background-size:cover;}
.banner3 {background:url(../img/banner/home-banner-3.jpg) no-repeat center center;background-size:cover;}
.banner4 {background:url(../img/banner/home-banner-1.jpg) no-repeat center center;background-size:cover;}

.progressBarContainer {
  position: absolute;
  bottom: 20px;
  width:300px;
  left:150px;
}

.progressBarContainer div {
  display: block;
  width: 30%;
  padding: 0;
  cursor: pointer;
  margin-right: 5%;
  float: left;
  color: white;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: rgba(255, 255, 255, 1);
  width: 0%;
  height: 4px;
}

.slick-track {
  height: calc(100vh - 72px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* .slick-slide.slick-current.slick-active {
  display: flex;
} */
.slick-slide {
  color: white;
  padding: 0 120px;
  font-size: 30px;
  text-align: left;
  align-items: center;
  display: flex !important;
}
.lable-content {
  background: #045b9c;
    display: inline-block;
    padding: 5px 10px;
    font-size: 22px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 2px 0px 0px #faa61a;
}
.text-content {
  max-width: 700px;
  font-size: 50px;
  line-height: 1.1;
  margin-top: 50px;
}
.link-content {
  margin-top: 50px;
}
.link-content a.btn.btn-outline {
  position: relative;
  font-size: 18px; 
}

.link-content a.btn.btn-outline:after {
  margin-left: 7px;
  font-size: 24px;
  line-height: 1;
  opacity: 1;
  color: #f8a564;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '→';
}
.progressBarContainer {
  position: absolute;
  bottom: 20px;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.progressBarContainer div {
  display: block;
  width: 20%;
  padding: 0;
  cursor: pointer;
  margin-right: 5%;
  float: left;
  color: white;
  text-align: center;
  font-size: 15px;
}
.progressBarContainer div span.progressBar {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
}
.progressBarContainer div span.progressBar .inProgress {
  background-color: rgb(250 166 26);
  width: 0%;
  height: 2px;
}
.progressBarContainer div h3{font-size: 12px; opacity: .5;}


.content-container {
  position: relative;
  z-index: 9;
}
.banner-bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.slick-slide {
  position: relative;
}

.slick-slide a.btn.yellow-btn {
  background: #faa61a;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
  padding: 10px 20px 10px;
  display: flex;
  /* max-width: 180px; */
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
}
.slick-slide a.btn.yellow-btn:hover {
  background: #c6c8ca;
}
.slick-slide a.btn.yellow-btn img {
  width: 28px;
  margin-left: 12px;
}
.link-content {
  display: flex;
}


.select-dropdown-item#pcs .select, .select-dropdown-item#laptops .select, .select-dropdown-item#servers .select{
  overflow: inherit;
}
.select-dropdown-item .select .btn-group {
  display: flex;
    height: 100%;
}
.select-dropdown-item .select span.multiselect-native-select {
  position: relative;
  width: 100%;
}

.select-dropdown-item .select .custom-select {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff;
  border: 0px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left !important;
}
.select-dropdown-item .select .multiselect-container.dropdown-menu {
  width: 100%;
}
.system-select-options li.multioptions label.form-chkbox {
  display: inline-block;
  width: 100%;
  vertical-align: text-top;
}
.dms-questions .system-select-options ul li {
  border: 0;
  margin: 0;
  padding: 0;
}


.letter-spacing-title.text-white {
    letter-spacing: 0;
    font-weight: 400;
    font-size: 2.5em;
}

.service_area.blue_bg {
  position: relative;
}
.home .service_area.blue_bg:before {
  position: absolute;
    content: "";
    background: url(../img/backgroubd-bg-01.png) no-repeat center bottom;
    width: 100%;
    height: 100%;
    bottom: 20px;
}



/*New COE page start here*/
.page-template-coe-level-1 .bg-gray{background:#ccdbe6}
.page-template-coe-level-1 .bg-darkblue {background: #081b36;}
.page-template-coe-level-1 .bg-darkblue.left-section {padding:20px 0;border-radius:12px;}
.page-template-coe-level-1 .bg-darkblue.left-section p.card-text {
  border-bottom: 1px solid #063f73;
  padding: 20px 70px 20px 100px;
  margin: 0;
  position: relative;
}
.page-template-coe-level-1 .bg-darkblue.left-section p.card-text:before {  
  display: inline-block;
  transform: rotate(45deg);
  height: 24px;
  width: 12px;
  border-bottom: 3px solid #0091fb;
  border-right: 3px solid #0091fb;
  position: absolute;
  content: "";
  left: 40px;
  top: 30%;
}
.page-template-coe-level-1 .valuePropositions-card-section .bg-darkblue.left-section p.card-text:last-child {
  border: 0;
}
.valuePropositions-card-section .right-section p.card-text {
  padding: 0;
  color: #081b36;
  position: relative;
}
.valuePropositions-card-section .right-section p.card-text:before {
  margin-right: 10px;
  font-size: 24px;
  line-height: 1;
  opacity: 1;
  color: #0091fb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '→';
}
.page-template-coe-level-1 .valuePropositions-card-section .right-section {
  padding: 0 100px;
}
.valuePropositions-card-section .row.top-ponters-container {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #0091fb;
  box-shadow: 0px 0px 12px #7a8e9c;
}


.valuePropositions-card-section .row.top-ponters-container .col-sm-12.col-lg-6.mb-2 {
  padding: 0;
}
.valuePropositions-card-section .row.top-ponters-container .row.mb-2 {
  border-bottom: 1px solid #0091fb;
}
.valuePropositions-card-section .row.top-ponters-container .top-ponters-innerContainer .row:first-child {
  border-bottom: 1px solid #0091fb;
}
.valuePropositions-card-section .row.top-ponters-container .top-ponters-innerContainer .row {
  margin: 0;
}
.valuePropositions-card-section .top-ponters-innerContainer {
  padding: 0;
}
.valuePropositions-card-section .right-section .top-ponters-innerContainer p.card-text {  
  border-bottom: 0px solid #0091fb;
}
.valuePropositions-card-section .right-section p.card-text {
  padding: 11px 5px;
  color: #081b36;
  position: relative;
  border-bottom: 1px solid #0091fb;
}

.page-template-coe-level-1 .features-card-section.features-card-section-level2 .card {
  min-height: inherit;
  flex-basis: 23%;
  margin: 1%;
  color:#fff;
}
.page-template-coe-level-1 .features-card-section .card:after {
  content: inherit;
  width:0;
  height: 0;
  z-index: 999;
  background: url(../img/gradiant-top-right-border-img.png) no-repeat 0 0;
  top: 0;
  right: -1px;
  position: inherit;
}
.page-template-coe-level-1 .features-card-section.features-card-section-level2 .card:first-child {
  background:#07274a;
}
.page-template-coe-level-1 .features-card-section.features-card-section-level2 .card:nth-child(2) {
  background: #06335e;
}
.page-template-coe-level-1 .features-card-section.features-card-section-level2 .card:nth-child(3) {
  background: #063f73;
}
.page-template-coe-level-1 .features-card-section.features-card-section-level2 .card:last-child {
  background: #054b86;
}
.valuePropositions-card-section .row.top-ponters-container .top-ponters-innerContainer .row > div {padding: 0;}

.page-template-coe-level-1 .letter-spacing-title.orange-text, .page-template-gsl-essencial-1 .letter-spacing-title.orange-text {  
  font-size: 2.5em;
} 
.page-template-coe-level-1 .jumbotron .text-container h2.card-title, .page-template-gsl-essencial-1 .jumbotron .text-container h2.card-title,.page-template-coe-level-1 .jumbotron .text-container h1.card-title, .page-template-gsl-essencial-1 .jumbotron .text-container h1.card-title, .page-template-contact-us .jumbotron .text-container h1.card-title {
  font-size: 2.75em;
  margin-top:0px;
}



.page-template-gsl-essencial-1 .valuePropositions-section_inner {
  color:#081b36;
}
.page-template-gsl-essencial-1 .valuePropositions-card-section p.card-text {
  padding: 15px 0  15px 40px;
  border-bottom: 1px solid #081b36;
  margin: 0;
  position: relative;
}
.page-template-gsl-essencial-1 .valuePropositions-card-section p.card-text:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/blue-arrow-icon.png) no-repeat 0 0;
  left: 0;
  top: 20px;
}


.page-template-gsl-essencial-1 .features-card-section.features-card-section-level2 .card {
  min-height: inherit;
  flex-basis: 23%;
  margin: 1%;
  color:#fff;
}
.page-template-gsl-essencial-1 .features-card-section .card:after {
  content: inherit;
  width:0;
  height: 0;
  z-index: 999;
  background: url(../img/gradiant-top-right-border-img.png) no-repeat 0 0;
  top: 0;
  right: -1px;
  position: inherit;
}
.page-template-gsl-essencial-1 .features-card-section.features-card-section-level2 .card:nth-child(odd) {
  background:#081b36;
}
.page-template-gsl-essencial-1 .features-card-section.features-card-section-level2 .card:nth-child(even) {
  background: #06335e;
}
.page-template-gsl-essencial-1 .features-card-section.features-card-section-level2 .card{padding: 20px;}
.page-template-gsl-essencial-1 .features-card-section.features-card-section-level2 .card ul li {
  list-style: none;
    position: relative;
    padding: 10px 0 0 0px;
}
.page-template-gsl-essencial-1 .features-card-section.features-card-section-level2 .card ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #0365b2; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}


.page-template-gsl-essencial-1 .section__padding.packages-section.bg-gray{background: #ccdbe6;}

.page-template-gsl-essencial-1 .section__padding.packages-section .table-striped tbody tr {
  background-color: #e0e9f0;
}
.page-template-gsl-essencial-1 .section__padding.packages-section .table-striped tbody tr:nth-of-type(odd) {
  background-color: #e0e9f0;
}
.page-template-gsl-essencial-1 .section__padding.packages-section td.hiddenRow {
  padding: 0 .75em;
}
.page-template-gsl-essencial-1 thead tr {
  /* background: #e0e9f0; */
  border-bottom: 2px solid #000 !important;
}
.page-template-gsl-essencial-1 .section__padding.packages-section td.hiddenRow .table tr td.hiddenRow .table tr td {
  padding: .25em 0em .25em 1.6em;
  border: 0;
  word-break: break-all;
}
.page-template-gsl-essencial-1 .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #081b36;
}
.page-template-gsl-essencial-1 .table thead th {  
  color: #fff;
}
.page-template-gsl-essencial-1 .table thead th:first-child {
  border-radius: 12px 0 0 0;
  color: #081b36;
  background: #e0e9f0;
}
.bg-blue-dark{background: #0093ff !important}
.bg-dark-gray{background: #004a80 !important}
.bg-blue-light{background: #c9e0f2}
.bg-light-gray{background: #bfd1df}
.page-template-gsl-essencial-1 .table i.fa.fa-check {
  color: #0093ff;
  background: url(../img/checkMark-icon.png) no-repeat 0 0;
  color: transparent; 
  width: 22px;
  height: 16px;
}
.page-template-gsl-essencial-1 .table i.fa.fa-remove {
  color: #0093ff;
  background: url(../img/crossMark-icon.png) no-repeat 0 0;  
  width: 16px;
  height: 16px;
  color: transparent;
}
.page-template-gsl-essencial-1  tr.accordion-toggle td {
  font-weight: 500;
}
.page-template-gsl-essencial-1 .table { 
  margin-bottom: 0; 
}
.page-template-gsl-essencial-1 .table .btn.focus, .page-template-gsl-essencial-1 .table .btn:focus {
  outline: 0;
  box-shadow: inherit;
}


button.btn.btn-default.btn-xs.collapsed, button.btn.btn-default.btn-xs, button.btn.btn-default.btn-xs[aria-expanded="false"] {
    background: url(../img/plus-circle-icon.png) no-repeat 0 0;
    font-size: 0;
    background-size: cover;
    width: auto;
    height: 27px;
    margin-right: 10px;
}
button.btn.btn-default.btn-xs[aria-expanded="true"] {
    background: url(../img/minus-circle-icon.png) no-repeat 0 0;
    font-size: 0;
    background-size: cover;
    width: auto;
    height: 26px;
    margin-right: 11px;
}
  .page-template-gsl-essencial-1 .table tr.border-custome {border-bottom: 1px solid #cacaca;}
  .page-template-gsl-essencial-1 .table td, .table th {border-top: 0;}


  .page-template-gsl-essencial-1 .table thead th:last-child {
    border-radius: 0 12px 0 0;
}
.page-template-gsl-essencial-1 .table thead th:last-child, .page-template-gsl-essencial-1 .table thead th:nth-child(2) {
  
  width: 12%;
}


ul.level-1-menu  {
    margin-top: 20px;
}

ul.level-1-menu li.title {
    margin-bottom: 10px;
}
ul.level-2-menu {
    margin-top: 40px;
}
.footer-link-section .footer-links ul li.title a, .footer-link-section .footer-links ul.level-2-menu a {
    color: #e8e8e8;
}
ul.level-2-menu li {
    line-height: 1.3;
    margin-bottom: 16px;
}

.page-template-partners .address-form,.page-template-security-assessment .address-form{display:none;}
.slick-hide { visibility: hidden; }
.slick-initialized { visibility: visible; }
.quickbox {
    position: fixed;
    top: 150px;
    right: 0;
    border-style: none;
    z-index: 1000;
    margin: 20px 0;
}
.grecaptcha-badge { visibility: hidden; }
button.package-left-arrow {
   border: none;
    background: none;
    /* font-size: 23px; */
    pointer-events:none;
    height: 28px;
    margin-right: 12px;
}
button.package-left-arrow:focus{outline:none;}
button.package-left-arrow .fa-circle:before {
    content: "\f111";
    color: #38a9fb;
    font-size: 17px;
    position: relative;
    bottom: 1px;
}
.navbar-brand {
    width: 235px;
}


.contact-us-clock {
  background: #101b27;
  margin-top: 0px;
 
}
.contact-us-clock ul li {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #232246;
}
.contact-us-clock ul li.office-open {
  color: #f8a51c;
}
.contact-us-clock ul li.office-open a {
  color: #f8a51c;
}
.contact-us-clock ul li.office-close {
  color: #929090;
}
.contact-us-clock ul li.office-close a {
  color: #929090;
}
.contact-us-clock .contact-header {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.contact-us-clock .contact-header .city-time {
  font-size: 20px !important;
  font-weight: 700;
}
.contact-us-clock .contact-header .city-name {
  font-size: 20px !important;
  font-weight: 700;
}
.contact-us-clock ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.contact-us-clock .city-img {
  width: 25%;
}
.contact-us-clock .city-time {
  width: 15%;
  font-size: 32px;
  line-height: 32px;
  
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us-clock .city-name {
  width: 25%;
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  text-transform: uppercase;
}
.contact-us-clock .office-address {
  width: 25%;
}
.contact-us-clock .office-address strong {
  font-weight: 700;
}
.contact-us-clock .office-contact {
  width: 25%;
}
.contact-us-clock .office-contact strong {
  font-weight: 700;
}
.contact-us-clock .city-name span {
  font-size: 32px;
  line-height: 32px;
  
  display: block;
}
.zoetermeer {
  background: url(../img/zoetermeer.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.ahmedabad,
.gandhinagar {
  background: url(../img/ahmedabad.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.pune {
  background: url(../img/pune.png) left top no-repeat;
  width: 250px;
  height: 71px;
}
.brussels {
  background: url(../img/brussels.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.copenhagen {
  background: url(../img/copenhagen.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.johannesburg {
  background: url(../img/johannesburg.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.tokyo {
  background: url(../img/tokyo.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.toronto {
  background: url(../img/toronto.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.frankfurt {
  background: url(../img/frankfurt.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.paris {
  background: url(../img/paris.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.london {
  background: url(../img/london.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.helsinki {
  background: url(../img/helsinki.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.oslo {
  background: url(../img/oslo.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.stockholm {
  background: url(../img/stockholm.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.dubai {
  background: url(../img/dubai.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.reykyavik {
  background: url(../img/reykyavik.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.houston {
  background: url(../img/houston.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.contact-us-clock ul li.office-close .zoetermeer {
  background: url(../img/zoetermeer-gray.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.contact-us-clock ul li.office-close .ahmedabad,
.contact-us-clock ul li.office-close .gandhinagar {
  background: url(../img/ahmedabad-gray.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.contact-us-clock ul li.office-close .pune {
  background: url(../img/pune-gray.png) left top no-repeat;
  width: 250px;
  height: 71px;
}
.contact-us-clock ul li.office-close .brussels {
  background: url(../img/brussels-gray.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.contact-us-clock ul li.office-close .copenhagen {
  background: url(../img/copenhagen-gray.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.contact-us-clock ul li.office-close .johannesburg {
  background: url(../img/johannesburg-gray.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.contact-us-clock ul li.office-close .tokyo {
  background: url(../img/tokyo-gray.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.contact-us-clock ul li.office-close .toronto {
  background: url(../img/toronto-gray.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.contact-us-clock ul li.office-close .frankfurt {
  background: url(../img/frankfurt-gray.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.contact-us-clock ul li.office-close .paris {
  background: url(../img/paris-gray.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.contact-us-clock ul li.office-close .london {
  background: url(../img/london-gray.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.contact-us-clock ul li.office-close .helsinki {
  background: url(../img/helsinki-gray.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.contact-us-clock ul li.office-close .oslo {
  background: url(../img/oslo-gray.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.contact-us-clock ul li.office-close .stockholm {
  background: url(../img/stockholm-gray.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.contact-us-clock ul li.office-close .dubai {
  background: url(../img/dubai-gray.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.contact-us-clock ul li.office-close .reykyavik {
  background: url(../img/reykyavik-gray.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.contact-us-clock ul li.office-close .houston {
  background: url(../img/houston-gray.png) left top no-repeat;
  width: 250px;
  height: 70px;
}
.vhcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-bg {
  background: url(../img/contact-us.jpg) center center no-repeat;
  background-size: cover;
}
.inner-banner {
  height: 420px;
  padding: 0 5%;
}
.banner-title-cnt {
  display: flex;
  align-items: center;
}
.contact-bg .banner-title-cnt .title-left {
  width: 100%;
  text-align: center;
  padding-right: 0;
  font-size: 55px;
  line-height: 55px;
}
.banner-title-cnt .title-left {
  font-size: 48px;
  line-height: 48px;
  color: #20bdbe;
  width: 40%;
  text-align: right;
  padding-right: 80px;
}
.banner-title-cnt .title-left span {
  color: #fff;
  /*font-family: 'montserratBlack';*/
  text-transform: uppercase;
}
.title-right-new {
  position: absolute;
  right: 0;
  top: -67px;
  color: #fff;
  display: flex;
}
.title-right-new a {
  margin-left: 50px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.page-template-contact-us .fa-phone:before {
  content: "\f095";
}
.page-template-contact-us .fa-envelope:before {
  content: "\f0e0";
}
.contact-bg .banner-title-cnt {
  justify-content: center;
}

.h1-title{
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 2em;
  margin: 0 0 8px 0;
}

.custom-h1-title{ font-size: 1.5em;}
.page-template-Thankyou .address-form {display:none}

.modal-header{ border-bottom-color:#004a80;}
.modal-content {
  border-radius: 0;
  border: 10px solid #fff;
  background: #faa61a;
  color: #fff;
}

h4.modal-title {
  color: #004a80;
  
}

.close-popup {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 5; color: #004a80;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #004a80;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.schedule-demo {
  background: #004a80;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  cursor: pointer;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #004a80;
}

.wpcf7 form.invalid .wpcf7-response-output {
  font-size: 12px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #004a80;
}
.page-template-digital-security-services .features-section ul li {
  list-style: none;
  position: relative;
  padding: 10px 0 0 0px;
}
.page-template-digital-security-services .features-section .features-card-section .card {
  min-height: 312px;
}
.page-template-digital-security-services .jumbotron .text-container {
  max-width: 1139px;
}
.year25{ position: absolute; top: 25px; left: 20px; width: 110px;}
.year25 img{ border: 1px solid #fff; border-radius: 50%; box-shadow: 0px 0px 20px #2fc0eb;}
/* SOC Vigilance Landing page CSS */

 .sec1{background: url(../img/lp-soc-vigilance/sec1-bg.jpg) right bottom no-repeat; background-size: cover; min-height: 1263px; }
 .sec1 .content{ max-width: 50%; margin-top: 10%;}
 .sec1 .content h1{ font-size: 50px; margin-bottom: 50px; font-weight: 600;}
 .sec1 .content p{ font-size: 20px; margin-bottom: 50px;}
 .sec1 .content p a{ background: #ee9a20; padding: 10px; display: inline-block; border-radius: 5px; margin-right: 20px;}
 .sec1 .content p a:hover{ background: #000; text-decoration: none;}

 .down-arrow{ position: absolute; bottom: 5%; left: 50%; margin-left: -46px;}

 .sec2{background: url(../img/lp-soc-vigilance/sec2-bg.jpg) right top no-repeat; background-size: cover; min-height: 1263px; position: relative; }
 .content-list{ width: 30%; position: absolute; right: 20%; top: 18%;  font-size: 25px;}
 .content-list li{ position: relative; margin-bottom: 50px;}
 .content-list li::before{ position: absolute; left: -25px; top: 4px; background: url(../img/lp-soc-vigilance/dot.png) left top no-repeat; content: ""; width: 30px; height: 30px;}


 .sec3{background: url(../img/lp-soc-vigilance/sec3-bg.jpg) right top no-repeat; background-size: cover; min-height: 1550px; position: relative; }
.stockhom{ position: absolute; left: 5%; top: -25%;}

 .sec4{ background: #7E7C7C;}
 .success-storys{ padding: 0 17%;}
.success-storys h2{color: #fff; text-align: right; font-size: 50px; font-weight: 600; margin-bottom: 50px;}
.success-story{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.success-story a{ width: 48%; background: #fff; margin-bottom: 30px; border-radius: 50px; color: #000; font-size: 25px;}
.success-story a p{ padding: 20px; color: #000; min-height: 200px;}


 .sec5{ background: #000;}
 .sec5.form-container{padding-left: 22%; padding-right: 22%;}
 .sec5.form-container h2{color: #D0D1D3; text-align: center; font-size: 45px; font-weight: 600; margin-bottom: 50px;}
 .sec5.form-container p{ margin-bottom: 40px;}
 .sec5.form-container input,  .sec5.form-container textarea{ font-size: 30px; color: #fff; border: 0; border-bottom: 5px solid #D0D1D3; background: none; width: 100%; line-height: normal;}

 .sec5.form-container button{background: #ee9a20; padding: 10px; display: inline-block; border-radius: 5px; border: 0; font-size: 30px; font-weight: 600; margin: 0 auto; color: #fff; text-transform: uppercase; min-width: 150px;}
 .sec5.form-container input[type='submit']{background: #ee9a20; padding: 10px; display: inline-block; border-radius: 5px; border: 0; font-size: 30px; font-weight: 600; margin: 0 auto; color: #fff; text-transform: uppercase; min-width: 150px;width:150px;}
 .sec5.form-container .wpcf7-not-valid-tip{color:#dc3232;}
 .sec5.form-container .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{border-color: #dc3232;color: #dc3232;}
 .sec6{ background: #002F6C url(../img/lp-soc-vigilance/footer-bg.png) center bottom -100px no-repeat; background-size: cover; min-height: 450px; color: #fff; font-size: 25px; display: flex; justify-content: space-between;}

 .sec6 a:hover{ text-decoration: none;}
 .sec6 .contact-btn{ display: inline-block; padding: 10px 20px; background: #000; color: #fff; margin-top: 20px;}

 .page-template-lp-soc-vgilance .section.fullwidth, .page-template-lp-soc-vgilance .footer-link-section, .page-template-lp-soc-vgilance .footer-copyRight-section{ display: none;}

 .page-template-lp-soc-vgilance .IN-widget{ display: none !important;}

 .page-template-lp-soc-vgilance .quickbox{ display: none;}
 .content-list li:last-child{ margin-bottom: 0;}



.security-member .teammamber-name {
  margin-top: 0;
  font-size: 1.1em;
}

.security-member .teammamber {
  font-size: 0.9em;
}

.member-details {
  max-width: 297px;
  min-height: 120px;
  margin: 0 auto;
  padding: 20px;
  border-bottom: 1px solid #fff;
  transition: .5s;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.member-details::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -120px;
  background: #fff;
  content: '';
  transition: 0.5s;
  border-radius: 10px;
  z-index: 1;
}

.leadership-card-item:hover .member-details {
  color: #0F2447;
  border-radius: 10px;

}

.leadership-card-item:hover .member-details::before {
  bottom: 0;
}

.leadership-card-item:hover .member-details .teammamber-name,
.leadership-card-item:hover .member-details .teammamber {
  color: #0F2447 !important;
}

.leadership-card-item:hover .member-details div {
  position: relative;
  z-index: 2;
}

.team-group {
  background: url(../img/team/team-group.png) center top no-repeat;
  background-size: contain;
  height: 622px;
}

/* faq section css */

.faq-section {
  margin: 80px 0;
}


.faq-section .set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
  /* border: 1px solid #ebebeb; */
  margin-bottom: 25px;
  border-radius: 10px;

}

.faq-section .set>a {
  display: block;
  font-size: 22px;
  line-height: 35px;

  padding: 18px 100px 18px 40px;
  background: #ebebeb;
  color: #4B4B4B;
  position: relative;
  transition: all 0.5s ease;
  font-weight: 500;
  border-radius: 10px;


}

.faq-section .set>a:hover {
  text-decoration: none;
}

.faq-section .set>a.active {
  background: #004a80;
  color: #fff;
  transition: all 0.5s ease;
  /* font-weight: 700; */

}

.faq-section .set>a i {
  float: right;
  margin-top: 2px;
  position: absolute;
  right: 20px;
  top: 35%;
}

.faq-section .set .content {
  display: none;
  padding: 40px 30px 30px 40px;
  font-size: 20px;

  border: 1px solid #ebebeb;
  margin-top: -15px;
  border-radius: 10px;

  /* transition: all 0.5s ease; */
}

.faq-section h3 {
  margin-bottom: 30px;
}

/* news section css */
.news-section .card-title{
  min-height: initial;
}
.news-section .card-sub-title{
  padding:0 1.5em;
  font-weight: 400;
  margin-bottom: 15px;
 
}

.single-news .back-btn{
     display: flex;
    justify-content: center;
    margin-top: 30px;
}
.single-news .back-btn .btn.btn-outline {
  color: #faa61a;
  border: 1px solid #faa61a;
  font-size: 1em;
  padding: 10px 24px;
  border-radius: 48px;
}

.table-list-sec{
  background: #e1e9ee;
}
.table-list-sec .row .feature-table.hide-550{
  padding: 0;
}
.table-list-sec .feature-table{
  background: #e1e9ee;
}
/* Main Wrapper */
.feature-table-wrapper {
    /* border-radius: 6px; */
    overflow: hidden;
    margin-bottom: 40px;

}


/* Header Row */
.feature-table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, #004a80 35%, #faa61a 60%);
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 12px 15px;
    font-weight: bold;
}
.feature-table-header li:first-child{
  width: 61%;
  text-align: left;
  padding: 0;
}
.feature-table-header li:not(:first-child) {
    width: 14%;
    text-align: center;
    color: #000;
}

/* Body Rows */
.feature-table-body {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Each Row */
.feature-row {
    display: flex;
    gap: 20px; 
    padding: 0;
}
.feature-row:last-child .feature-label{
  border-bottom: 0;
}

/* First Column (Feature Label) */
.feature-row .feature-label {
width: 61%;   
text-align: left;
    color: #333;
    background: #cedce5;
      text-align: left;
      font-weight: 500;
      color: #000;
      border-bottom: 2px solid #fff;
      border-top: 2px solid #fff;
      box-shadow: none;
      position: relative;
      padding: 12px 15px;
}
.feature-row .feature-label span{
  font-weight: 700;
}
/* Other Columns */
.feature-row .feature-col {
  width: 13%; 
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #fff;
    border-bottom: 2px solid #e5edf2;
    border-top: 2px solid #e5edf2;
    color: #000;
}

/* Icon Styling */
.feature-row .feature-col i.fa.fa-check {
    background: url(../img/check-icon.jpg) no-repeat center center;
    background-size: contain;
    color: transparent;
    width: 30px;
    height: 23px;
    display: inline-block;
}

.feature-row .feature-col i.fa.fa-remove {
    background: url(../img/cancel-icon.jpg) no-repeat center center;
    background-size: contain;
    color: transparent;
    width: 30px;
    height: 23px;
    display: inline-block;
}

/* Text next to icon */
.feature-row .feature-col .icon-text {
    font-size: 14px;
    color: #000;
}
.table-list-sec .button p{
  font-weight: 700;
  color: #000;
  margin-bottom: 1.5rem;
}
.table-list-sec .bg-gredient-yl{
  padding: 10px 20px;
  background: linear-gradient(120deg, #004a80 60%, #faa61a 70%);
  border-radius: 23px;
  color: #fff;
  text-decoration: none;
}
.table-list-sec  .feature-table.show-mobile{
  display:none;
}
div.text-para-item {
    width: 80%;
    max-width: 1000px;
}
.features-card-section .type-2 .card .link{
        position: absolute;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
    top: 0;
    left: 0;
    z-index: 3;
    
}
.features-card-section a.btn.btn-gredient {
    background: linear-gradient(90deg, #00477D 50%, #F3A31C 100%);
    color: #fff;
    border: 0;
    border-radius: 0;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    padding: 5px 60px 5px 22px;
    position: absolute;
    left: 0;
    bottom: 32px;
    min-width: calc(100% - 50px);
    text-align: left;
}

 @media ( max-width:1700px ) {
  .content-list { width: 35%; right: 18%; top: 17%;}
 }

 @media ( max-width:1600px ) {
  .content-list { right: 23%;}
 }

 @media ( max-width:1500px ) {
  .content-list { right: 25%;}
 }

 @media ( max-width:1400px ) {
  .content-list { right: 28%;}
 }

 @media ( max-width:1300px ) {
  .content-list { right: 32%; top: 12%;}
 }

 @media ( max-width:1200px ) {
  .content-list { right: 37%; top: 8%;}
  .sec1 .content h1 { font-size: 46px;}
  .news-section .card-sub-title {
    padding: 0 1em;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 20px;
}
 }

 @media ( max-width:1100px ) {
  .sec1 .content h1 { font-size: 38px;}
  .down-arrow { bottom: 10%;}
  .content-list { right: 30%; top: 16%; width: 48%;}

 }
 @media ( max-width:1000px ) {
  .content-list { right: 38%; top: 13%; width: 49%;}
  .member-details {
    padding: 12px;}
 }
 @media ( max-width:900px ) {
  .content-list { right: 44%; top: 10%; width: 49%;}
  .sec3 { min-height: 1000px;}
  .success-storys h2 { font-size: 40px;}
  .success-story a { font-size: 20px;}
  .sec5.form-container { padding-left: 15%; padding-right: 15%;}
  .sec5.form-container h2 { font-size: 40px;}
  .sec5.form-container input, .sec5.form-container textarea {  font-size: 24px;}
  .sec6 { font-size: 22px;}
  .sec5.form-container button { font-size: 24px;}
  .sec5.form-container input[type='submit'] { font-size: 24px;}
  
  

 }

 @media ( max-width:767px ) {
  .sec1 .content { max-width: 100%; background: #fff; padding: 20px; border-radius: 20px;}
  .down-arrow { position: relative;}
  .content-list { right: 0; width: 80%; left: 10%; background: #fff; border-radius: 20px; padding: 50px; font-size: 20px;}
  .sec2 {  min-height: 960px;}
  .sec3 { min-height: 1570px;}
  .stockhom { position: relative; left: 5%; top: 0;}
  .sec4 { margin-top: -350px; position: relative; padding: 50px 10% !important;}
  .success-storys h2 { font-size: 36px; text-align: center;}
  .success-story a { font-size: 18px;}
  .sec5.form-container h2 { font-size: 30px;}
  .sec5.form-container { padding-left: 10%; padding-right: 10%;}
  .sec6{ flex-wrap: wrap; padding: 50px 10% !important; font-size: 20px;}
  .sec6 div{ width: 100%;}
  .sec1{padding: 50px 10% !important; min-height: 1130px}
  .success-story a{ width: 100%;}
    .faq-section .set>a {
    font-size: 18px;
    line-height: 28px;
    padding: 18px 70px 18px 30px;
  }

  .faq-section .set .content {
    font-size: 16px;
    padding: 40px 30px 30px 30px;
  }
  
  
  .news-section  img.card-img-top{
    height: 250px;

  }
 }

 @media ( max-width:575px ) {
  .sec1 .content { max-width: 100%;}
  .sec1 .content h1 { font-size: 30px;}
  .sec1 .content p a { display: block; margin-right: 0; text-align: center; margin-bottom: 10px;}
  .sec3 { min-height: 1455px;}
  .success-storys h2 { font-size: 32px;}
  .sec5.form-container h2 { font-size: 26px;}
  .sec5.form-container input, .sec5.form-container textarea { font-size: 20px;}
  .sec5.form-container button { font-size: 20px;}
  .sec5.form-container input[type='submit'] { font-size: 20px;}
 .faq-section .set>a {
    font-size: 16px;
    line-height: 25px;
    padding: 18px 50px 18px 30px;
  }

  .faq-section .set .content {
    font-size: 14px;
    padding: 35px 20px 30px 20px;
  }
   .news-section img.card-img-top {
    height: 145px;
}
.single-news .blog-image-container img {
   height: 140px;
}
 }
 
  @media ( min-width:576px ) {
 .insights-card-section .card-deck{ flex-flow: initial; flex-wrap:wrap;}
 .insights-card-section .card-deck .card{ flex: auto; margin-bottom: 20px;width: 30%;}
 
  }
 
.form-check-custom {
    display: flex;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    align-items: center;
    gap: 10px;
}
.form-check-custom.mt-0{
    margin-top:0 !important;
}
.form-check-custom.mb-5{
    margin-bottom:5px !important;
}
.form-check-custom .wpcf7-list-item {
    margin: 0px;
}
.form-check-custom .contact-checkbox {
    margin-bottom: 0px;
        font-size: 16px;
    margin-top: 1px;
}