@charset "utf-8";

html, body{background-image: url("../../images/global-bg-top.jpg");  background-repeat: no-repeat;}
button, .btn{font-display: auto;}
span,ul,li,a,input,select,option{font-display: auto;}
h1,h2,h3,h4,h5,h6 .display-5, .display-3, .display-4{font-display: auto;}
p,small{}
.over-img {
  position: relative;
 display: flex;
  justify-content: center;
  align-items: center;
}

.LH-h1{line-height:80px;}
.LH-h2{line-height:50px;}
.LH-h2b{line-height:40px;}
.LH-h3{line-height:30px;}
.btn-H1{line-height:1.9em;}
.typing-container {
  
  height: 1.3em;
  color:#050505;
  font-size:30px;
}

.typing {
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid;
  margin: 0.2em auto;
}

.typing.line-1 {
  width: 42ch;
  animation:
    cursor-typing 2s steps(160) 0.00s backwards,
    cursor-blink 1.06s steps(2, jump-none) 1.88s infinite;
}

@keyframes cursor-typing {
  from {
    width: 0;
  }
}

@keyframes cursor-blink {
  to {
    border-color: transparent;
  }
}

@keyframes cursor-gone {
  from, to {
    border-color: transparent;
  }
}
 .divider {
  background-image: linear-gradient(to right, #fff0, #f1f1f1 50%, #fff0);
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}
 .divider-med {
  background-image: linear-gradient(to right, #fff0, #f1f1f1 50%, #fff0);
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-xll{margin-top:200px}
.pad-xl-b{padding-bottom:150px;}
.pad-xl-all{padding:50px;}
.image {
  width: 100%;
  height: 100%;
}
.text-justify{text-align:justify;}
.over-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.7);
}
.cus-title {

  position: absolute;
}

 
 .pup-bg {
    background: #3C3D37;
    background: linear-gradient(96deg, rgba(60, 61, 55, 1)58%, rgba(60, 61, 55, 1)58%, rgba(255, 255, 255, 1)5%)
}
 
 
/* company logos slider*/

@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 40px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 200px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), rgb(255,255,255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), rgb(255,255,255));
}

.logo_items {
  display: inline-block;
  animation: 100s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  height: 108px;
}


.txt-trun{overflow:hidden;
  line-height: 2rem;
  max-height: 14rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  
}

.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin:0;
}

.counter {
  font-size: 40px;
  line-height:30px;
  font-weight:700;
  color:#fff;
}
.counter-container span{color:#fff;}
@media (max-width: 580px) {
  body {
    flex-direction: column;
  }
}


.iml-blob {
    margin-top:80px;
    padding:90px;
  width: 100%;
  height: 550px;
  background-color: rgba(32, 65, 131, 0.9);
  border-radius: 70% 30% 55% 45% / 40% 60% 40% 60%;
}




.im-1{font-size:15px;}
.im-2{font-size:20px;}
.im-3{font-size:27px;}
.im-4{font-size:36px;}
.grd-1{ background: linear-gradient(135deg,#dbb961 0%,#ffea99 100%);}
.grd-2{background: linear-gradient(135deg,#333 0%,#555 100%);}
.ap-0{height:30px;}
.ap-1{height:40px;}
.an-1{height:40px;}
.ap-f{width:130px;}
.an-f{width:130px;}
.ul-active ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  position: relative;
}
.ul-active ul:before {
  content: "";
  display: inline-block;
  width: 2px;
  background: #04b2df ;
  position: absolute;
  
  left: 8px;
  top: 5px;
  height: calc(100% - 10px );
}
.ul-active ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-weight:500;
  text-align:justify;
}
.ul-active ul li:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #fff;
  border:solid 2px #04b2df;
  position: absolute;
  left: 0;
  font-weight:300;
  top: 5px;
  border-radius: 10px;
}

.check-list {
  margin: 0;
  padding-left: 0;
}

.check-list li {
  position: relative;
  list-style-type: none;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  font-size:14px;
  letter-spacing:1px;
}

.check-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 10px;
    height: 18px;
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: #F2C94C ;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.check-list-light {
  margin: 0;
  padding-left: 0;
}

.check-list-light li {
  position: relative;
  list-style-type: none;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  font-size:14px;
  letter-spacing:1px;
  color:#fff;
}

.check-list-light li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 10px;
    height: 18px;
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: #fcbe00;
    transform-origin: bottom left;
    transform: rotate(45deg);
}


.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}
.right-align-img{position:absolute; right:100px; top:-90px;}
.left-align-img{position:absolute; left:120px; top:-70px;}
/*-------CURVED HEADER---------*/
.holder{
  position:relative;
  width:100%;
  display:flex;
  height:70vh;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  overflow:hidden;
}
.holder:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background: #ec008c;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #fc6767, #ec008c);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #fc6767, #ec008c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius:0 0 50% 50%/0 0 100% 100%;
  transform:scaleX(1.5);
}
.heading{
  font-size:40px;
  font-weight:500;
  margin:5px;
  z-index:1;
  width:100%;
  color:#f5f6fa;
  text-align:center;
}
.tagline{
  z-index:1;
  font-size: 15px;
  font-weight: 200;
  width: 100%;
  color:#f5f6fa;
  text-align:center;
}
/* DEMO 1 ============================== */
.hover-1 img {
width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-1-content {
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
}

.hover-1 .hover-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.hover-1-description {
  transform: translateY(0.5rem);
  transition: all 0.4s;
  opacity: 0;
}

.hover-1:hover .hover-1-content {
  bottom: 2rem;
}

.hover-1:hover .hover-1-description {
  opacity: 1;
  transform: none;
}

.hover-1:hover img {
  width: 110%;
  transition: all 0.4s;
}

.hover-1:hover .hover-overlay {
  opacity: 0.8;
}


/*------------Arabic END------*/


@keyframes rotation {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  50% {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 360deg);
  }
}



/* jxmot customizing */
#slide-test-1 {

}


.list-group-item.active {
    background-color: #00acf0;
    border-color: #00acf0;
	
	color:#ffdc5f;
}


.range {
  position: relative;
  width: 100%;
  height: 3px;
}

.range input {
  width: 100%;
  position: absolute;
  height: 1px;
  -webkit-appearance: none;
}

.range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: -8px 0  0 0;
  border-radius: 50%;
  background: var(--slider-active-color);
  cursor: pointer;
  border: 0 !important;
}

.range input::-moz-range-thumb {
  width: 25px;
  height: 25px;
  margin:0;
  left:0;
  border-radius: 50%;
  background: var(--slider-active-color);
  cursor: pointer;
  border:solid 1px #000;
}

.range input::-ms-thumb {
  width: 18px;
  height: 18px;
  margin:0;
  border-radius: 50%;
  background: var(--slider-active-color);
  cursor: pointer;
 
}

.range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: var(--slider-inactive-color);
}

.range input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: var(--slider-inactive-color);
}

.range input::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: var(--slider-inactive-color);
}

.range input:focus {
  background: none;
  outline: none;
}

.range-labels {
  margin: 18px -2% -3px;
  padding: 0;
  list-style: none;
}

.range-labels li {
  position: relative;
  float: left;
  width: 10%;
  text-align: center;
  color: var(--slider-inactive-color);
  font-size: 14px;
  cursor: pointer;
}

.range-labels li::before {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 9px;
  height: 9px;
  background: var(--slider-inactive-color);
  border-radius: 50%;
}

.range-labels .active {
  color: var(--slider-active-color);
}

.range-labels .selected::before {
  background: var(--slider-active-color);
}

.range-labels .active.selected::before {
  display: none;
}

.grd-1{ background: linear-gradient(135deg,#dbb961 0%,#ffea99 100%);}
.grd-2{background: linear-gradient(135deg,#333 0%,#555 100%);}



/* The element to hover over */
.qs {
 
  position: relative;
  text-align: center;
  width: 100%;
  height:20px;
  top:20px;
  font-size:12px;
  letter-spacing:1px;
}
.qs .popover {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 5px;
  bottom: 25px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: none;
  font-size: 12px;
  font-family: 'Helvetica',sans-serif;
  left: -95px;
  padding: 7px 10px;
  position: absolute;
  width: 700px;
  z-index: 4;
}
.qs .popover:before {
  border-top: 7px solid rgba(0, 0, 0, 0.85);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  content: '';
  display: block;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}
.qs:hover .popover {
  display: block;
  -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
  -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
  -ms-animation: fade-in .3s linear 1, move-up .3s linear 1;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes move-up {
  from {
    bottom: 10px;
  }
  to {
    bottom: 25px;
  }
}
@-moz-keyframes move-up {
  from {
    bottom: 10px;
  }
  to {
    bottom: 25px;
  }
}
@-ms-keyframes move-up {
  from {
    bottom: 10px;
  }
  to {
    bottom: 25px;
  }
}

.grd-aum{background: linear-gradient(71deg, #080509, #1a171c, #080509);}


.gradient-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding: 30px;
  @media screen and (max-width: 991px) {
    grid-template-columns: 1fr;
  }
}

.container-title {
  text-align: center;
  padding: 0 !important;
  margin-bottom: 40px;
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  line-height: 60px;
}



.container-card {
  position: relative;
  border: 2px solid transparent;
  background: linear-gradient(71deg, #080509, #1a171c, #080509);
  background-clip: padding-box;
  border-radius: 45px;
  padding: 40px;
  img {
    margin-bottom: 32px;
  }
}

.bg-green-box,
.bg-white-box,
.bg-yellow-box,
.bg-blue-box {
  position: relative;
}

.bg-green-box::after,
.bg-white-box::after,
.bg-yellow-box::after,
.bg-blue-box::after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  content: "";
  z-index: -1;
  border-radius: 45px;
}

.bg-green-box::after {
  background: linear-gradient(71deg, #0d1212, #3da077, #0d1212);
}

.bg-white-box::after {
  background: linear-gradient(71deg, #121013, #b0afb0, #121013);
}

.bg-yellow-box::after {
  background: linear-gradient(71deg, #110e0e, #afa220, #110e0e);
}

.bg-blue-box::after {
  background: linear-gradient(71deg, #0c0a0e, #5f6fad, #0c0a0e);
}

.card-title {
  font-weight: 600;
  color: white;
  letter-spacing: -0.02em;
  font-style: normal;
  font-size: 28px;
  padding-bottom: 8px;
}

.card-description {
  font-weight: 600;
  line-height: 32px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  max-width: 470px;
}

.badge.badge-pill {
    border-radius: 50px;
	width:50px;
	height:50px;
	text-align:center;
	padding-top:10px;
	font-size:30px;
	color:#F2C94C  !important;
	
}
.badge.badge-light {
    background: #eaecec;
    color: #324148;
}
.badge {
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 7px;
    font-size: 72%;
    letter-spacing: 0.3px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
}


/*-----------ACCORDION--------------------*/
.accordion .card {
	background: none;
	border: none;
}
.accordion .card .card-header {
	background: none;
	border: none;
	padding: .1rem .4rem;
	font-family: "Roboto", sans-serif;
}
.accordion .card-header h2 span {
	float: left;
	margin-top: 10px;
}
.accordion .card-header .btn {
	color: #2d5793 ;
	font-size: 1.3rem;
	text-align: left;
	position: relative;
	font-weight: 500;
	padding-left: 2rem;
}
.accordion .card-header i {
	font-size: 1.2rem;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 17px;
}
.accordion .card-header .btn:hover {
	color: #04b2df;
}
.accordion .card-body {
	color: #324353;
	padding: 0.5rem 3rem;
}


.accordion .highlight .btn {
	color: #04b2df ;
}
.accordion .highlight i {
	transform: rotate(180deg);
}


/*--------------------C POPUP------------------*/
.popup {
  position: fixed;
  display: block;
  opacity: 0;
  background-color: rgba(0,0,0,0.7);
  top: 50%;
  left:50%;
  width:100%;
/* user-select: none */
  z-index: -1;
  transform: translate(-50%, -50%);
}
.popup_show {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.66, 0.12, 0.49, 0.89);
          animation-timing-function: cubic-bezier(0.66, 0.12, 0.49, 0.89);
/*animation-timing-function: cubic-bezier(.53,.01,.18,.68)*/
/* animation-timing-function: cubic-bezier(.68,.12,.53,.9) */
  opacity: 1;
  height: 100%;
   z-index: 100;
}
.popup_content {
  background: rgb(6,202,252);
background: -moz-linear-gradient(121deg, rgba(6,202,252,1) 0%, rgba(255,255,255,1) 46%, rgba(10,184,255,1) 100%);
background: -webkit-linear-gradient(121deg, rgba(6,202,252,1) 0%, rgba(255,255,255,1) 46%, rgba(10,184,255,1) 100%);
background: linear-gradient(121deg, rgba(6,202,252,1) 0%, rgba(255,255,255,1) 46%, rgba(10,184,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06cafc",endColorstr="#0ab8ff",GradientType=1);
  position: relative;
}
.popup_content img{width:100%;}
.closeme {
  position: absolute;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 300;
  top: -10px;
  color: #fff;
  right: -10px;
  padding: .2rem .4rem 0.6rem .4rem;
  border-radius:50%;
  background: rgba(0,0,0,0.9);
  transition: all 0.3s ease-in-out;
}
.closeme:hover {
  background: rgba(0,0,0,0.5);
}

@media (max-width: 991.98px) {
	
	.popup_content{width:85%;}
}

/*-------------EBD-----------*/

.lightbox {
    display: none;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.box {
    position: absolute;
    padding: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #333;
    color: #fff;
}

/*h2, .box p {
  margin: 0 20px;
}*/

.close {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 5px 0 0 -50px;
    width: 40px;
    height: 40px;
    color: #777;
    border:none;
    text-align: center;
    border-radius: 7px;
    cursor: pointer;
	background:#fff;
    text-decoration: none;
}


/*-----------------------*/
.paralfull {
   min-height:100vh;
    background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   background-attachment: scroll;
  background-position: left top;
  background-repeat: no-repeat;
  
}
.paral {
    min-height: 60vh;
    background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  
}
.paral2 {
    min-height: 50vh;
    background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  
}
.paral22 {
    min-height: 50vh;
    background: no-repeat center center scroll;
  
   background-attachment: fixed;
  background-repeat: no-repeat;
  
}
.paral3 {
    min-height: 80vh;
    background: no-repeat center right scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   background-attachment: scroll;
  background-position: right;
  background-repeat: no-repeat;
  
}
.paral-mda {
  background: no-repeat top top scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 85% 95%;
  background-attachment: scroll;
  background-position: top;
  background-repeat: no-repeat;
}
.paral-left2 {
  background: no-repeat top top scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100% 100%;
  background-attachment: scroll;
  background-position: top;
  background-repeat: no-repeat;
}
.paral-right2 {

  background: no-repeat top right scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 200px 480px;
  background-attachment: scroll;
  background-position: top right;
  background-repeat: no-repeat;
}
.paral-footer {
    background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   background-attachment: scroll;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top:250px;
}
.bg-a1 {background-image: url("../../images/header-left-bg.jpg");}

.bg-btxt {
  background-image: url("../../images/blob-a1.webp");
}
.bg-a2 {
  background-image: url("../../images/section-bg-2.jpg");
}
.bg-a3 {
    background-image: url("../../images/blob-a2.webp");
}
.bg-a4 {
    background-image: url("../../images/section-bg-3.jpg");
}
.bg-a5 {
    background-image: url("../../images/contact-bg.webp");
}
.bg-footer {
    background-image: url("../../images/Footer-bg.webp");
}
.bg-boxes1{
	background-image: url("../../images/Paint-Fade-Text-Box.png");
	background-position: top left;
	background-size: 200% 100%;
	width:400px;
	height:700px;
}
.bg-boxes2{
	background-image: url("../../images/Paint-Fade-Text-Box.png");
	background-position: -400px 0;
	background-size: 200% 100%;
	width:400px;
	height:700px;
}




/*--------FOOTER--------------*/
.icon-button {
	border-radius: 3rem;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3rem;
	height: 3rem;
	line-height: 3rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 3rem;
	background:#fff;
	padding:5px;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	margin: -1.3rem;
}

/* Icons */
.icon-button i {
	background: none;
	height: 3rem;
	left: 0;
	line-height: 3rem;
	font-size:30px;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 3rem;
	z-index: 10;
}





.icon-button .bi-twitter-x {
	color: #000000;
}
.icon-button .bi-facebook {
	color: #3B5998;
}
.icon-button .bi-linkedin {
	color:  #517fa4;
}
.icon-button .bi-instagram {
	color:#db5a3c;
}
.icon-button .bi-youtube {
	color: #bb0000;
}





.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-linkedin,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-youtube {
	color: white;
}

@media all and (max-width: 680px) {
  .icon-button {
    border-radius: 1.6rem;
    font-size: 0.8rem;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
  }

  .icon-button:hover span {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 1.6rem;
    margin: -0.8rem;
  }

  /* Icons */
  .icon-button i {
	  height: 1.6rem;
	  line-height: 1.6rem;
	  width: 1.6rem;
  }
  body {

	  padding: 0;
  }
  .pinterest {
   display: none; 
  }

}


/*--------------------CHECKBOX------------------------------*/
.check-cont {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top:27px;
  margin:0 0 0 5px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align:left;
  float:left;
}

/* Hide the browser's default checkbox */
.check-cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  left:0;
  
}

/* Create a custom checkbox 
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #ddd;
}*/

/* On mouse-over, add a grey background color */
.check-cont:hover input ~ .checkmark {
  background-color: #999;
}

/* When the checkbox is checked, add a blue background */
.check-cont input:checked ~ .checkmark {
  background-color: #12A94B;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: block;
}

/* Show the checkmark when checked */
.check-cont input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-cont .checkmark:after {
  left: 9px;
  top: 3px;
  width: 9px;
  height: 18px;
  border: solid #f1f1f1;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pad-shape{padding-bottom:180px !important;}
/*---------------------MOBILES-------------------*/


@media (min-width: 320px) and (max-width: 991.98px) {
.img-bg-effect{-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); background-color: #ffffff0d;}	
.pad-shape{padding-bottom:40px !important;}
.paralfull{min-height:auto;}	
.LH-h2{line-height:27px;}
.vh-100 {
    height: auto !important;
	padding:100px 0 50px 0;
}
.paral-left2 {
  
  background-size: 70% 22%;
}
.bg-btxt, .bg-a3, .bg-a5{background-color:#204183 !important; background-image:none;}
.bg-a4{background:#fff; padding-top:50px;}
.right-align-img{position: static !important;  top: auto;
    left: auto;}
.left-align-img{position: static !important;  top: auto;
    left: auto;}	
	
.p-4{
	padding: 15px !important;
}
 .pup-bg{
        background: #3C3D37;
        background: linear-gradient(180deg, rgba(60, 61, 55, 1)50%, rgba(60, 61, 55, 1)50%, rgba(255, 255, 255, 1)0%)
    }
	.bg-a2{background:#fff;}
.LH-h1{line-height:30px;}

.typing-container {
  
  height: 1.3em;
  color:#050505;
  font-size:16px;
}

.typing {
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid;
  margin: 0.2em auto;
}

.typing.line-1 {
  width: 100%;
  animation:
    cursor-typing 2s steps(160) 0.00s backwards,
    cursor-blink 1.06s steps(2, jump-none) 1.88s infinite;
}
.margin-xll{margin-top:50px}
.pad-xl-b{padding-bottom:0;}
.pad-xl-all{padding:0;}

 }	 