/* CSS styles */
:root {
  
    --color-blue: #035e7e;
    --color-white: #fff;
    --solutions-tilebg: #f6f6f6;
    --solutions-tilebg-hover: #dcdcdc;
    --solutions-tile-titlebg: #e9e5e5;
    --solutions-tile-titlecolor: #fb8742;
    --solutions-tile-titlebotborder: #dcdcdc;
    --hover-orange: #f35a11;
    --btn-orange: #f35a11;
    --btn-blue: #2785e5;
  
    --scrollable-bg: #d1d1d1;
    --scrollable-blue: #2785e5;
    --scrollable-orange: #f35a11;
    
    --navbar-hover: #6e6c6c;
    
}

.paragraph_solution{
    
    display: block;
    margin-left: 8px;
    margin-right: 8px;
    height: auto;
    font-size:13px;
    /*letter-spacing: 1px;*/
    /*line-height: 1.8;*/
    text-align: justify; /* Optional, but works well with hyphens */
    hyphens: auto;      /* Enable automatic hyphenation */
    overflow-wrap: break-word; /* Fallback for long words */
    word-break: break-word;    /* Ensure proper wrapping of long words */

    

}


#myElement {
  color: var(--color-blue);
  font-family:Arial;
  margin-top:10px;
  font-size:16.5px
}

#myElement:hover {
  color: var(--hover-orange);
}
#myElement2 {
  color: var(--color-blue);
}

#myElement2:hover {
  color: var(--hover-orange);
}
#myElementbackground {
  background-color: var(--solutions-tilebg);
  
  
}

#myElementbackground:hover {
  background-color: var(--solutions-tilebg-hover);
}

#myElementbackground:hover {
  background-color: var(--solutions-tilebg-hover);
}

#more {
    display: none;
}

#more1 {
    display: none;
}

#more2 {
    display: none;
}

#more3 {
    display: none;
}

#more4 {
    display: none;
}



.readmore {
    /*background-color: var(--color-blue) !important;*/
    border: none !important;
    /*color: white !important;*/
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 10px !important;
    /*margin: 4px 2px !important;*/
    cursor: pointer !important;
    border-radius: 10px !important;
    line-height: 1!important;
}
.readmore1 {
    padding: 10px 15px !important
}

.readmore:hover {
  background-color: var(--hover-orange) !important;
}

.solutions {
  color: var(--color-blue);
  font-family:Arial;
  margin-top:10px;
  font-size:24px
}

.solutions:hover {
  color: var(--hover-orange);
}

.header .btn_getintouch {
	color: var(--color-white);
	padding: 13px 25px;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 500;
	/*background: #1A76D1;*/
	background: var(--btn-blue);
	position: relative;
	box-shadow: none;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	border: none;
	border-radius: 0;
	border-radius:4px;
}

.header.sticky .btn_getintouch {
	color: var(--color-white) !important;
	padding: 20px 10px;
	font-size: 13px;
	/*text-transform: capitalize;*/
	font-weight: 500;
	/*background: #1A76D1;*/
	background: var(--btn-orange);
	position: relative;
	box-shadow: none;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	border: none;
	border-radius: 0;
	border-radius:4px;
}

.slider .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	/*background: #1A76D1;*/
	background: var(--btn-blue);
	color: #fff;
	font-size: 26px;
	position: absolute;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	border-radius: 50%;
}
.slider .owl-carousel .owl-nav div:hover{
	background:var(--btn-orange);
	color:var(--color-white);
}

.header .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width:0%;
	/*background: #1A76D1;*/
	background: var(--navbar-hover);
	border-radius: 5px 5px 0 0;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

#submitbutton{
 	color: var(--color-white);
	padding: 13px 25px;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 500;
	/*background: #1A76D1;*/
	background: var(--btn-blue);
	position: relative;
	box-shadow: none;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	border: none;
	border-radius: 0;
	border-radius:4px;
	width:100px;
	margin-bottom: 100px;
    
}

.seemore {
    /*background-color: var(--color-blue);*/
    border: none;
    color:  var(--color-blue) !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    /*margin: 4px 2px;*/
    cursor: pointer;
}
.seemore1 {
    /*padding: 4px 6px;*/
}

.seemore:hover {
  color: var(--hover-orange) !important;
}

.label_vulnerability{
  /*background-color: var(--solutions-tile-titlebg) !important;*/
  /*color: #f6f6f6 !important;*/
  /*margin-left:-35px !important;*/
  /*border-radius:8px !important;*/
  /*font-size:10px !important;*/
  /*font-weight:bold;*/
  /*box-shadow: 1px 2px var(--solutions-tilebg-hover) !important;*/
}

.label_compliance{
  /*background-color: #ffad0e !important;*/
  background-color: var(--solutions-tile-titlebg) !important;
  color: #007bff !important;
  margin-left:-35px !important;
  border-radius:8px !important;
  font-size:10px !important;
  font-weight:bold;
  /*box-shadow: 1px 2px #f2a40e !important;*/
  box-shadow: 1px 2px var(--solutions-tilebg-hover) !important;
}

#captchaTxtArea{
  background: url(../captcha/cap.jpg);
  color: #2785e5;
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  outline: none;
  border: 3px solid black;
  width: 164px;
  text-transform: none
}

#CaptchaEnter{
  margin-top: 15px;
  width: 175px;
  height: 30px;
  border: 3px solid black;
  font-size: 12px;
  text-transform: none
}

#CaptchaEnter::placeholder{
  color: black;
  font-size: 12px;
}

#refreshbtn{
  background: #2785e5;
  width: 150px;
  height: 35px;
  border: 2px solid black;
  font-weight: bold;
  color: white;
  cursor:pointer;
  
}

#checkbtn{
  background: #66ff99;
  width: 150px;
  height: 35px;
  border: 2px solid black;
  font-weight: bold;
  color: white;
  cursor:pointer;
}

@keyframes fadein{
    from{
        opacity: 0;
        /*padding-top:20px;*/
        transform:translateY(33px);
    
    }
    to{
        opacity:1;
        /*padding-top:0px;*/
        transform:translateY(0px);
    }
}

.row.in-view{
    animation: fadein 2s ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.about.in-view{
    animation: fadein 2s ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.appointment.in-view{
    animation: fadein 2s ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.single_solutions.in-view{
    animation: fadein 2s ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}





/* Center the loader */
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 5s;
  animation-name: animatebottom;
  animation-duration: 5s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0; } 
  to { bottom:0px; opacity:1;}
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1; }
}

.divpreloader {
  position: fixed;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  -webkit-transition: .9s;
  transition: .9s;
}

.container2 {
  text-align: center;
  color: var(--color);
  width: 100%;
  min-height: 220vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(https://images.unsplash.com/photo-1519120944692-1a8d8cfc107f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=872&q=80);
  background-size: cover;
  background-position: center;
  
/*  this is where the magic happens:  */
  background-attachment: fixed;
}

.headersolution {
    font-weight: 700;
    font-size: 3rem;
    
}

.solutionparag {
    /*max-width: 52ch;*/
    line-height: 1.4;
    padding: 1em;
    font-size:12px;
    margin-left: 15px;
    margin-right: 15px;
}

/*a {*/
/*  display: inline-block;*/
/*  padding: 1em 3.5em;*/
/*  background-color: var(--color);*/
/*  color: white;*/
/*  text-decoration: none;*/
/*  text-transform: uppercase;*/
/*  border-radius: 0.3em;*/
/*  font-weight: 700;*/
/*  letter-spacing: .5px;*/
/*  font-size: .875rem;*/
/*}*/

.blank,
.other {
  width: 100%;
  min-height: 3vh;
  /*background-color: var(--color);*/
  background-color: #888;
}

.second {
  background-image:url(https://images.unsplash.com/photo-1514496959998-c01c40915c5f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1740&q=80);
  background-attachment: fixed;
  height: 800px;
  /*background: rgb(0, 0, 0);*/
  /*background: rgba(0, 0, 0, 0.5);*/
  /* Black see-through */
  /*color: #f1f1f1; */
  
}

.headertitle {
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 1em;
    margin-left: 15px;
    margin-right: 15px;
}

/*.card > a {*/
/*  margin-bottom: 2em;*/
/*}*/

.item {
  display: flex;
  max-width: 600px;
  background-color: white;;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  -webkit-box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
  -moz-box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
  box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
  margin-right:15px;
  margin-left:15px;
}

.item1 {
  display: flex;
  max-width: 600px;
  background-color: white;;
  flex-direction: column;
  align-items: center;
  border-radius: 1.5em;
  -webkit-box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
  -moz-box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
  box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
  margin-right:15px;
  margin-left:15px;
  margin-bottom: -90px;
}


.img {
  width: 95%;
  height: 220px;
  background-color: lightgrey;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
  border-radius: .3em;;
  margin-left: auto;
  margin-right: auto;
}

.img-first {
  background-image: url(../images/img/solution1.png);
}

.img-second {
  background-image: url(../images/img/solution2.png);
}

.img-third {
  background-image: url(../images/img/solution3.png);
}
.img-fourth {
  background-image: url(../images/img/solution4.png);
}
.img-fifth {
  background-image: url(../images/img/solution5.png);
}


.containerfirst {
  text-align: center;
  color: var(--color);
  width: 100%;
  min-height: 20vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../images/img/solution1.png);
  background-size: cover;
  background-position: center;
  
/*  this is where the magic happens:  */
  background-attachment: fixed;
}

.containersecond {
  text-align: center;
  color: var(--color);
  width: 100%;
  min-height: 20vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../images/img/solution2.png);
  background-size: cover;
  background-position: center;
  
/*  this is where the magic happens:  */
  background-attachment: fixed;
}
.containerthird {
  text-align: center;
  color: var(--color);
  width: 100%;
  min-height: 20vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../images/img/solution3.png);
  background-size: cover;
  background-position: center;
  
/*  this is where the magic happens:  */
  background-attachment: fixed;
}
.containerfourth {
  text-align: center;
  color: var(--color);
  width: 100%;
  min-height: 20vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../images/img/solution4.png);
  background-size: cover;
  background-position: center;
  
/*  this is where the magic happens:  */
  background-attachment: fixed;
}
.containerfifth {
  text-align: center;
  color: var(--color);
  width: 100%;
  min-height: 20vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../images/img/solution5.png);
  background-size: cover;
  background-position: center;
  
/*  this is where the magic happens:  */
  background-attachment: fixed;
}

.second {
  flex-direction: row;
  gap: 1.6em;
}

.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: white;
    opacity: 0.8; 
}


/*#image_solution{*/
/*    border-radius:10px; */
/*    height:310px; */
/*    width:425px;*/
/*}*/


.sidebuttonGetInTouch{
    position: fixed;
    right: -300px;
    width: 300px;
    height: auto;
    line-height: 46px;
    font-size: 12px;
    background: #fff;
    text-align: left;
    color: #333;
    bottom: 8%;
    /*transform: translateY(-50%);*/
    box-shadow: -4px 0px 5px #00000036;
    color: #fff;
    z-index: 9999;
    /*padding: 20px 30px 30px 30px;*/
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; 
}


.sidebutton-GetInTouch {
	position: absolute;
	left: -150px;
	width:80px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	border-radius: 9px;
	background: #1A76D1;
	text-align: center;
	color: #fff;
	/*bottom: -37px;*/
	cursor: pointer;
	box-shadow: -4px 0px 5px #00000036;
}


.sidebutton-GetInTouch:hover {
  background: var(--hover-orange);
}

.main-sidebar{
    margin-bottom: 300px !important;
}
