html {font-size: 62.5%;}
		
		body {font-family:'Poppins', sans-serif;font-size:1.6rem; color:#1c1f2b;}
		
		h1 {font-weight:700; font-size: 4rem;}	
		
		h2 {font-weight:700; font-size: 3.2rem; color:#0076bb;}
		
		h3 {font-weight:700; font-size: 2.4rem; color:#0076bb;}
		
		h4 {font-weight:700; font-size: 1.8rem; color:#0076bb;}
		
		h5 {font-weight:700; font-size: 1.6rem; color:#0076bb;}
		
		a {color:#0076bb;}
		
		h1 b, h2 b, h3 b, h4 b {font-weight:700;}
		
		p {
    margin-top: 1em;
    margin-bottom: 1em;
}

        .left-video {
                
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;


        }

        .section-padding {
            padding-top: 2.5rem;
            padding-bottom: 2.5rem;
        }

        .section-padding-bottom {
            
            padding-bottom: 2.5rem;
        }

       @media (min-width: 992px) {
         .section-padding {
            padding-top: 5rem;
            padding-bottom: 5rem;
        }

        .section-padding-bottom {
           
            padding-bottom: 5rem;
        }
       }

        .popout-boxes {
            background: rgba(9, 9, 121, 10);
background: linear-gradient(180deg,rgba(9, 9, 121, .2) 0%, rgba(0, 212, 255, 0) 100%);
border-radius: 1rem;
        }

        .icon-shell {
            aspect-ratio: 1/1;
            background: #6BD9EA;
background: linear-gradient(180deg,rgba(107, 217, 234, .2) 0%, rgba(220, 246, 250, .2) 100%);
            border-radius: 50%;
            width: 70px;
        }

        .white-shell {
            aspect-ratio: 1/1;
            background-color: rgba(255, 255, 255, .5);
            border-radius: 50%;
            width: 70px;
        }

        .blue-pbox {
        background: #6BD9EA;
background: linear-gradient(180deg,rgba(107, 217, 234, .2) 0%, rgba(220, 246, 250, .2) 100%);
        padding:4rem;
    }


.vert-align-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-padding-noangle {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.blog-cats li {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 2rem;
}

ul.blog-cats {
    padding-left: 0px;
}

.blog-cats a {
    border: 1px solid #0076bb;
    padding: .5rem 2rem;
    border-radius: 2rem;
    text-decoration: none;
}

.blog-cats a:hover {
    color: #fff;
    background-color: #0076bb;
}

@media (min-width: 800px) {
    .cta-padding-noangle {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
}



.expionme-app-image {
    max-width: 200px;
    height: auto;
}

@media (min-width: 800px) {
    .expionme-app-image {
    max-width: 300px;
}
}

.key-features {
    padding-left: 30px;
    position: relative;
}

.key-features:before {
  content: url(/assets/images/green-double-bullet.svg);
      position: absolute;
    left: 0px;
    width: 25px;
    top: 15px;
}


.wp-block-image img {
height: auto!important;

}

.splide__pagination__page.is-active {
    background: #0076bb;

}

.green {
    color: #95c93d;
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center;
    display: flex;
}

.wp-block-button .wp-block-button__link {
background-color:#0076bb;
color:#fff;
white-space: nowrap;

padding: 0.8rem 2em;
    font-size: 1.8rem;
    border-radius: 2em;
    border: none;
    transition: all 800ms ease;

}

.wp-block-button.green-btn .wp-block-button__link {
background-color: #95c93d;
}

.wp-block-button.green-btn .wp-block-button__link:hover {
background-color:#f4f4f4;
color: #95c93d;}

.wp-block-button .wp-block-button__link:after {
    display: inline-block;
    content: url(/assets/images/button-arrow.svg);
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
    line-height: 2px;
    padding-left: 8px;
}



.wp-block-button.green-btn .wp-block-button__link:after {
    content: url(/assets/images/button-arrow-green.svg);
}

.wp-block-button.green-btn .wp-block-button__link:hover:after {
    content: url(/assets/images/button-arrow-green2.svg);
}

.wp-block-button .wp-block-button__link:hover {
background-color: #dfe0e0; color:#0076bb;
}

.rounded3 {
    border-radius: 12px;
}

.splide__slide img {
    max-width: 125px;
    margin-left: auto;
    margin-right: auto;
}

.splide__slide {
    display: flex;
    justify-content: center;
}

.sn-header {
    background-image: url(/assets/images/sn-header-bg.jpg)!important;
    background-size: cover!important;
    background-repeat: no-repeat;
    background-color: transparent!important;
}

.announcement {
    position:fixed;
    bottom:10px;
    width:80%;
    left:10%;
    padding:1em 2em;
    background-color:#0076bb;
color:#fff;
border: 2px solid #08bfdd;
    border-radius: 15px;
    z-index:99999;
    
}

.dotted-line-sn {
        border: 5px dashed #2dc2df;
    border-radius: 1em;
    padding-top: 200px;
    position: relative;
    top: -180px;
    margin-bottom: 15px;
}

img.sn-icon {
    position: relative;
    top: 0px;
    background-color: #fff;
}



.expioniq-logo {
    width: 280px;
    max-width: 70vw;
    position: relative;
    z-index: 99;
}

.announcement-left {
    flex-grow: 1;
}

.announcement a {
   /* color:#e6b421;*/
}

.announcement a:hover {
    /*color:#ececec;*/
}


.desktop-br {display: none;}
    .mobile-br {display: inline;}


.staff-factor {height:100px;margin-top:4px;font-size:.9em;}

h2.gform_submission_error {
    font-size: 1.5rem;
}

.gform_required_legend {
    font-size: 1.3rem;
    font-style: italic;
}

.gfield_validation_message {
color:#0076bb;
}

label.gfield_label {
    margin-top: 15px;
    font-size:1.4rem;
}

.ginput_container input, .ginput_container select {
    width: 425px;
    max-width: 100%;
    padding:10px;
}

.trademark {
    font-size: .4em;
    font-weight: normal;
    position: relative;
    top: -1.2em;
    vertical-align: baseline;
}

.ms-bottom-nopad {margin-bottom:-165px;}

.ms-bottom-nopad2 {margin-bottom:-145px;}
		
		.blue {color:#0076bb;}	
		
		.light-blue {color:#08bfdd;}
		
		.white {color:#ffffff;}
		
		.btn, .gform_button {
    padding: 0.8rem 2em ;
    font-size: 1.8rem;
    border-radius: 2em;
    border:none;
    transition: all 800ms ease;
}

ul {
list-style-type: square;
}

ul li::marker {color:#08bfdd;}

p.staff-bio {
font-size:1.5rem;
}

.copyright {
padding-top:15px;}

a.nav-link:focus {
outline: 0;}

.navbar-light .navbar-toggler-icon {
background-image: url('/assets/images/menu-toggler.svg');
border:none;
}

.navbar-light .navbar-toggler {
border:none;
}

.navbar-light .navbar-toggler:focus {
outline: 0;
}



.admin-bar .header-cont {
top: 32px;
}

.header-cont {
-webkit-box-shadow: 0px 1px 9px 2px rgba(0,0,0,0.28); 
box-shadow: 0px 1px 9px 2px rgba(0,0,0,0.28);
position: fixed;
width:100%;
  top: 0;
  z-index: 99;
    background: #fff;
    max-width:100vw;
}

.title-descriptor {
color:#fff;
opacity:.5;
}

strong {
    font-weight: 700;
}

.content-start {padding-top:152px;}

.content-start2 {position: relative;
    top: 152px;}
    
.content-start.blue-gradient-inside {
padding-top:250px;
padding-bottom:80px;}   

.inside-intro-section {
padding-top:40px;
padding-bottom:40px;
}

.dropdown-menu {
min-width: 27rem; 
font-size:1.6rem;
left:40%;}

.dropdown-menu a {
text-decoration: none;
color:#1c1f2b;
}

.dropdown-menu a:hover {
color:#0076bb;
}



.dropdown .dropdown-menu.show {
display:block;}

.dropdown:hover .dropdown-menu {
  transform: scale(1);
}

.dropdown-toggle::after {display:none;}



.dm-text {padding-top:23px;}

.dm-text ul {
	list-style-type: none;
	font-size:1.4rem;
	color: #666;
	padding-left:0;
}

.dm-text ul li {
	margin-top:8px;
	margin-bottom:8px;
}

.btn:after {
	display: inline-block;
   content: url("/assets/images/button-arrow.svg");
   background-size: 12px 12px;
   height: 12px;
   width: 12px;
   line-height: 2px; /* 1. */
   padding-left:8px;
}

.btn.linkedin:after {
	display: inline-block;
   content: url("/assets/images/linkedin-icon.svg");
   background-size: 24px 24px;
   height: 24px;
   width: 24px;
   line-height: 2px; /* 1. */
   padding-left:8px;
   position: relative;
    top: 4px;
}

.page-id-119 .solution-bottom-cta {display:none;}

span.stat-big {
    font-size: 3rem;
    font-weight: 700;
    color: #93c83d;
}

.exp-factor-cont {

}

.exp-icon img {
    max-width: 60px;
    height: auto;
}

.staff-exp-factor {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0px;
    
}

.card {
    border-radius: 1.2em;
    padding: 2em;
}

.card-staff {
background: rgb(229,229,229);
background: linear-gradient(180deg, rgba(229,229,229,.2) 0%, rgba(184,184,184,0.2) 67%);
border:0px;
border-radius: 0;
margin-top: 100px;
flex-grow:1;
}

.card-staff

.staff-photo-container {
position:relative;}

.staffphoto {
width:160px;
height:160px;
border-radius: 50%;
margin: 0 auto;
overflow:hidden;
border:8px solid #fff;
position:absolute;
top:-80px;}



.staffphoto img {
max-width:100%;
height:auto;
}

.staff-title {
text-transform:uppercase;
margin-top:95px;
margin-bottom:0px;
font-size: .8em;
}

.staff-name {
font-weight:700;
font-size:2rem;
}

.staff-bio {}

.security-snippet {
font-size:1.4rem;}

.exp-factor-cont {
border-top:2px solid #08bfdd;
background-color:#e8e8e8;
padding-top:12px;}

.nf-form-layout {
    margin-top: 30px;
    text-align: left;
}

.nf-form-fields-required {
    margin-bottom: 14px;
}

.nf-form-layout .nf-form-content label {
    font-size: 14px;
    line-height: 20px;
}

.nf-form-layout .nf-form-content input.ninja-forms-field {
height:40px;}

.nf-error.field-wrap .nf-field-element:after {
    
    height: 38px;
    width: 40px;
    line-height: 40px;
   
}

.nf-form-layout .nf-form-content .label-above .nf-field-label {
margin-bottom:5px;}

.nf-form-layout .nf-form-content input[type=button] {
background-color:#0076bb;
color:#fff;
padding: 0.8rem 2em ;
    font-size: 1.8rem;
    border-radius: 2em;
    border:none;
    transition: all 800ms ease;
}

.nf-form-layout .nf-form-content input[type=button]:hover {
background-color: #023654; color:#fff;
}

.nf-form-layout .nf-field-label label {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.pre-line {
    font-size: 1.7rem;
    text-transform: uppercase;
    letter-spacing: .4rem;
}

.btn-primary, .gform_button {
background-color:#0076bb;
color:#fff;
white-space: nowrap;
}

.btn-secondary {
background-color:#fff;
color:#0076bb;
white-space: nowrap;
}

.btn-secondary2 {
background-color:#fff;
color:#0076bb;
border:1px solid #0076bb;
white-space: nowrap;
}

.btn-secondary:hover, .gform_button:hover {
background-color: #dfe0e0; color:#0076bb;
}

.btn-primary:hover, input#gform_submit_button_1:hover {
background-color: #023654; color:#fff;
}

img.platform-icons-hp {
    max-width: 100%;
}

.main-logo {max-width:250px; height: auto; transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */}

.hitrust-logo {max-width:180px; height: auto;}
		

.topbar {border-bottom:1px solid #ccc;}

.topbar a {color: #808080; text-decoration:none; font-size: 1.4rem; margin-right:20px;}

.topbar ul {list-style-type:none;}	

.copyright-row {border-top:1px solid #e6e7eb;margin-bottom:20px;}
	
.footer {border-top:1px solid #e6e7eb;}

.footer ul {list-style-type:none;padding-left: 0;}

.footer ul li a {color:#0076bb;font-weight:bold;font-size:1.5rem; text-decoration:none;}

.footer ul li ul li a {color:#1c1f2b;font-weight:normal; font-size:1.3rem;}

.max-content {width:max-content;}

#topbar ul {
    margin-top: 5px;
    margin-bottom: 5px;
}
    
	.hero {
		padding-top:200px;
		padding-bottom:40px;
		
}

.hero h1 {
animation-delay: 0.5s
}

.hero p {
animation-delay: 1s
}

.hero a {
animation-delay: 1.3s
}

.home .blue-gradient-bg2 .slant2, .home .green-gradient-bg2 .slant2 {
padding-top: 130px;}

.page-cont {padding-top: 40px; padding-bottom: 40px;}

.row.slant3.top0 {
top:0;}

.solutions-page-intro {
margin-top: 100px;
    margin-bottom: 80px;
    font-size:2.1rem;
    }
    
.page-intro {
font-size:2.1rem;
margin-bottom: 50px;
}    

.expand {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.technology-gradient-top, .solution-gradient-top {
padding-top: 200px;
padding-bottom:10%;
color:#fff;
}

.technology-gradient-top2 {
    padding-top: 200px;
padding-bottom:25%;
color:#fff;
}

.technology-gradient-top {
background: rgb(0,118,187);
background: linear-gradient(180deg, rgba(0,118,187,1) 0%, rgba(8,191,221,1) 100%);
padding-bottom:250px;}

.technology-gradient-top2 {
background: rgb(0,118,187);
background: linear-gradient(180deg, rgba(0,118,187,1) 0%, rgba(8,191,221,1) 100%);
}



.solution-gradient-top h2, .blue-gradient-inside h2 {text-transform:uppercase;opacity:.5;font-size:1.8rem;}

.solution-gradient-top h1 {}

.page-id-11 .solution-gradient-top {
background: rgb(0,118,187);
background: linear-gradient(180deg, rgba(0,118,187,1) 0%, rgba(8,191,221,1) 100%);
}


.page-id-769 .solution-gradient-top {
background: rgb(0,118,187);
background: linear-gradient(180deg, rgba(0,118,187,1) 0%, rgba(8,191,221,1) 100%);
min-height: 600px;
}


.page-id-1125 .solution-gradient-top {
background: rgb(0,118,187);
background: linear-gradient(180deg, rgba(0,118,187,1) 0%, rgba(8,191,221,1) 100%);
min-height: 600px;
}


.page-id-704 .solution-gradient-top {
background: rgb(0,118,187);
background: linear-gradient(180deg, rgba(0,118,187,1) 0%, rgba(8,191,221,1) 100%);
}

.page-id-656 .solution-gradient-top, .page-id-1053 .solution-gradient-top, .page-id-118 .solution-gradient-top, .page-id-444 .solution-gradient-top, .page-id-620 .solution-gradient-top {
background: rgb(112,149,61);
background: linear-gradient(180deg, rgba(112,149,61,1) 0%, rgba(214,224,69,1) 99%);
}

.page-id-1053 .solution-gradient-top {
    min-height: 650px;
}

.page-id-1065 .content-start {
    min-height: 650px;
    background-image: url(/assets/images/rebate-background.jpg);
    background-size: cover;
}

.page-id-856 .solution-gradient-top {
background: rgb(112,149,61);
background: linear-gradient(180deg, rgba(112,149,61,.8) 0%, rgba(214,224,69,1) 99%);
}

.saas-grouping .card {
    background: rgb(214,224,69,.2);
background: linear-gradient(180deg, rgba(214,224,69,.2) 0%, rgba(255,255,255,1) 99%);
border: 1px solid #fff;

}

.page-id-656 .solution-gradient-top, .page-id-444 .solution-gradient-top  {min-height: 600px;}

.page-id-704 .blue-gradient-inside {
    min-height: 600px;
}

.page-id-620 .solution-gradient-top {min-height: 525px;}

.download-intro {
    font-size: 1.9rem;
    
}

.page-id-444 .solution-gradient-top, .page-id-620 .solution-gradient-top {
    background-image: url('/assets/images/nsa-texture.jpg');
    background-size: cover;
}

.page-id-656 .solution-gradient-top {
    background-image: url('/assets/images/expion-me-texture.png');
    background-size: cover;
}

.page-id-119 .solution-gradient-top {
background: rgb(247,158,30);
background: linear-gradient(180deg, rgba(247,158,30,1) 0%, rgba(253,209,6,1) 99%);
}

.solution-header-image {
position:absolute;
    position: relative;
    /* max-width: 350px; */
    z-index: 9;}
    
.blue-hr {
	color:#08bfdd;
	width:33%;
	height:3px;}

.row.slant3 {
position:relative;
top:-135px;}

.hero-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45%;
    height: auto;
    opacity:.6;
}

.page-id-132 .technology-gradient-top h1 {
font-size:5rem;
}

.excerpt {margin-bottom:30px;}

.widget-area {
    
    border-radius: 0.3em;
    margin-top:20px;
    padding:20px;
}


img.header-bg-texture {
    position: absolute;
    width: 40%;
    right: -10%;
}

.widget-area ul {
    list-style-type: none;
    
}

.technology-header-image {}

		.hero h1 {
		font-size: 4.5rem;
		}

        @media (max-width: 600px) {
            .hero h1 {
        font-size: 3.5rem;
        }

        h1 {
            font-size: 3rem;
        }

        .hero h2, h2 {
        font-size: 2.8rem;
        }
        }
		
		.hero p {
		font-size: 1.7rem;
		}
		
		.small-title-intro {
		font-weight:700;
		color:#08bfdd;
		font-size:1.8rem;
		}
		
		.blue-gradient-bg {
		background: rgb(0,118,187);
background: linear-gradient(180deg, rgba(0,118,187,1) 0%, rgba(4,152,203,1) 13%, rgba(8,191,221,1) 100%);
color:#fff;
}

.blue-gradient-bg h1, .blue-gradient-bg h2 {color:#fff;}

.blue-gradient-bg2 h1, .blue-gradient-bg2 h2, .green-gradient-bg2 h1, .green-gradient-bg2 h2 {color:#fff;}

.blue-gradient-bg2 .bg-white h2 {color:#0076bb;}

.blue-gradient-bg2 {
background: rgb(0,118,187);
background: linear-gradient(0deg, rgba(0,118,187,1) 42%, rgba(4,152,203,1) 49%, rgba(8,191,221,1) 58%);
}

.green-gradient-bg2 {
background: rgb(112,149,61);
background: linear-gradient(0deg, rgba(112,149,61,1) 1%, rgba(214,224,69,1) 100%);
}

.blue-gradient-bg2.reverse {
background: rgb(8,191,221);
background: linear-gradient(0deg, rgba(8,191,221,1) 1%, rgba(0,118,187,1) 64%);
}

.blue-gradient-bg3 {
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 23%, rgba(112,212,228,1) 99%);
}

.blue-gradient-inside {
background: rgb(0,118,187);
background: linear-gradient(180deg, rgba(0,118,187,1) 0%, rgba(8,191,221,1) 100%);
color:#fff;
padding-top:5em;
padding-bottom:5em;
}

.grey-gradient-bg {
background: rgb(240,240,240);
background: linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
}

.grey-gradient-bg2 {
background: rgb(240,240,240);
background: linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 25%);
}

.card.bg-white {
	color: #1c1f2b;
}

.short-blue {
width:175px;
color:#08bfdd;
height:5px;
margin:20px auto;
border: 2px solid #08bfdd;
}

.maximize-solution-icon {
margin:0 auto;
max-width:120px;
position:relative;
top:-40px;}

.card.card-solutions {
    padding-top: 0;
    margin-bottom:40px;
    margin-top:20px;
    border: 0px;
    background: rgb(138,207,231);
background: linear-gradient(180deg, rgba(138,207,231,1) 0%, rgba(255,255,255,0) 67%);
}

.card.card-technology {
    padding-top: 25px;
    margin-bottom:40px;
    margin-top:20px;
    border: 0px;
  background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 55%, rgba(138,207,231,1) 99%);
}

.card.card-keyfeatures {
    padding-top: 25px;
    margin-bottom:40px;
    margin-top:20px;
    border: 0px;
  background: rgb(214,224,29);
background: linear-gradient(0deg, rgba(214,224,29,.2) 0%, rgba(255,255,255,1) 50%);
}
 

.mi-benefits {
    border: 1px solid rgb(214,224,69);
    border-radius: 12px;
}
 
.slant {
clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
  padding-top: 2rem ; 
  padding-bottom: 2.7rem ;
  background: rgb(255,255,255);
background: linear-gradient(41deg, rgba(255,255,255,1) 49%, rgba(217,232,239,1) 100%);
  padding-left:0;
  padding-right:0;
  }
  
  .slant2 {
clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
  padding-top: 10rem ; padding-bottom: 6rem ;
  
  }
  
  .slant2 {
clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
  padding-top: 10rem ; padding-bottom: 10rem ;
  
  }
  
  .slant3 {
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
  padding-top: 9rem ; padding-bottom: 6rem ;
  }
  

  .security.slant3 {
  
  top:-225px;
  margin-bottom:-225px;
  }
  
  .technology-sm-icon {
      position: absolute;
    right: 20px;
    top: 10px;
    }
  
.yamm .dropdown {position:relative;}
  

		.navbar .megamenu{ padding: 1rem; }
		
		.dropdown-menu hr {
    width: 100vw;
    position: relative;
    left: -22px;}
    
    .navbar-light .navbar-nav .nav-link:hover, .topbar ul li a:hover {color:#0076bb;}
    
   

/* ============ desktop view ============ */
@media all and (min-width: 992px) {


.glp1-gradient-top2-reverse {
background: rgb(0,118,187);
background: linear-gradient(0deg, rgba(255,255,255,1) 78%, rgba(8,191,221,1) 78%);
}


.technology-gradient-top2 {
   
padding-bottom:10%;
}


.splide__slide img {
    max-width: 200px;
    
}

.row.dotted-line-sn.d-lg-flex.d-none div {
    height: 100px;
}

.dotted-line-sn {
    
    margin-bottom: 70px;
}

.sn-notch {
    position: relative;
    top: -140px;
}

 .desktop-br {display: inline;}
    .mobile-br {display: none;}


		.hero h1 {
		font-size: 6.2rem;
		}
		
		.hero p {
		font-size: 1.7rem;
		}
		
		h1 {font-weight:700; font-size: 4rem;}	
		
		h2 {font-weight:700; font-size: 3.2rem; color:#0076bb;}
		
		h3 {font-weight:700; font-size: 2.4rem; color:#0076bb;}
		
		h4 {font-weight:700; font-size: 1.8rem; color:#0076bb;}
		
		h5 {font-weight:700; font-size: 1.6rem; color:#0076bb;}
		


		
img.platform-icons-hp {
    max-width: 140px;
}


.ms-bottom-nopad {margin-bottom:-165px;}

.ms-bottom-nopad2 {margin-bottom:-165px;}

  
  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
  
  .page-id-132 .technology-gradient-top h1 {
font-size:7rem;
}
  
  .navbar .nav-item:hover .dropdown-menu{ display: block; }
  
	.slant, .slant2 {
clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);

}	

.slant3 {
clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
padding-top: 15rem ;padding-bottom: 10rem ;
}	

 
.slant3.large {
clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);

}	

.copyright {
padding-top:50px;}

.dropdown .dropdown-menu {
  
  display: block;
  
}

.dropdown .dropdown-menu {
  transition: all 0.2s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: none;
  left: -40%;
}

.second-solution-icon {margin-top: -90px;
    margin-bottom: -90px;}
    
      a.nav-link {
  font-size:2.1rem;
    margin-left: 2rem;
}

.page-template-solution-landing .slant3 {
top: -195px;}

ul.solution-page-intro {
    column-count: 2;
}

ul.solution-page-intro li {padding-right:20px;}

.technology-gradient-top, .solution-gradient-top {
padding-top:20%;
padding-bottom:10%;
}

.row.slant3 {
position:relative;
top:-165px;}

}

.row.slant3.security {
position:relative;
top:-225px;}

}


@media all and (min-width: 1100px) {

	.page-template-solution-landing .slant3 {
top: -195px;}

}

@media all and (min-width: 1400px) {

.solution-gradient-top {
padding-top:15%;
padding-bottom:3%;
}

.technology-gradient-top {
padding-top:15%;
padding-bottom:12%;
}

h1 {font-weight:700; font-size: 5.2rem;}	
		
		h2 {font-weight:700; font-size: 3.8rem; color:#0076bb;}
		
		h3 {font-weight:700; font-size: 2.4rem; color:#0076bb;}
		
		h4 {font-weight:700; font-size: 1.8rem; line-height: 2.8rem; color:#0076bb;}
		
		h5 {font-weight:700; font-size: 1.6rem; color:#0076bb;}

}


/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
  
  .dropdown-menu {
  border:none;
  }
  
  a.nav-link {
  font-size:2.1rem;
}





.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav a.nav-link.show {
	color:#0076bb;
}

.slant1,.slant2, .slant3 {   
clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%);
}

.home .slant2  {   
clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
}
}