/*@import 'https://fonts.googleapis.com/css?family=Montserrat:300, 400, 700&display=swap';*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html, body {
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	scroll-behavior: smooth;
	/*background-image: linear-gradient(to left top, #0e044f, #222773, #354a97, #4a6eba, #0e044f);*/
	/*background-image: linear-gradient(to right top, #0e151f, #111019, #0f0a11, #0a0508, #000000);*/
}
a {
	text-decoration: none;
}
.containers {
	min-height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar{
	margin-bottom: 0px !important;
}


.navbar-toggle .icon-bar {
	background: #333;
}

#header {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100vw;
	height: auto;
}
#header .header {
	min-height: 8vh;
	background-color: #fff;
	transition: .3s ease background-color;
}

#header .nav-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	max-width: 1600px;
	padding: 0 10px;
}
#header .nav-list ul {
	list-style: none;
	position: absolute;
	background-color: rgb(31, 30, 30);
	width: 100vw;
	height: 100vh;
	left: 100%;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
	overflow-x: hidden;
	transition: .5s ease left;
}
#header .nav-list ul.active {
	left: 0%;
}
#header nav ul a {
	display: block;
    position: relative;
    color: rgba(0,0,0,.6);
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-weight: 600;
}

#header nav  a {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .2rem;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	padding: 20px;
	display: block;
	margin-top: .4rem;

}
#header .nav-list ul a::after {
	content: attr(data-after);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	color: rgba(240, 248, 255, 0.021);
	font-size: 13rem;
	letter-spacing: 50px;
	z-index: -1;
	transition: .3s ease letter-spacing;
}
#header .nav-list ul li:hover a::after {
	transform: translate(-50%, -50%) scale(1);
	letter-spacing: initial;
}
#header .nav-list ul li:hover a {
	color: #52bfbf;
}

.nav>li>a:focus, .nav>li>a:hover {
	color: #0bbbee!important;
	background-color: #fff;
}
#header .hamburger {
	height: 60px;
	width: 60px;
	display: inline-block;
	border: 3px solid white;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	cursor: pointer;
	transform: scale(.8);
	margin-right: 20px;
}
#header .hamburger:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 3px solid white;
	animation: hamburger_puls 1s ease infinite;
}
#header .hamburger .bar {
	height: 2px;
	width: 30px;
	position: relative;
	background-color: black;
	z-index: -1;
}
#header .hamburger .bar::after,
#header .hamburger .bar::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	background-color: white;
	transition: .3s ease;
	transition-property: top, bottom;
}
#header .hamburger .bar::after {
	top: 8px;
}
#header .hamburger .bar::before {
	bottom: 8px;
}
#header .hamburger.active .bar::before {
	bottom: 0;
}
#header .hamburger.active .bar::after {
	top: 0;
}


img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
p {
	color: #000000;
	font-size: 1.4rem;
	margin-top: 5px;
	line-height: 2.5rem;
	font-weight: 300;
	letter-spacing: .05rem;
}




.carousel-inner .item .test > img {
  -webkit-animation: zoom 30s;
  animation: zoom 30s;

}



/* write on img */


/*.item:after {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.1);
  color: #000;
}*/
.overlay-txt{
	color: #fff;
    font-weight: 500;
    font-size: 3rem;
    text-align: center;
    line-height: 1.7;
    word-spacing: .5rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    padding: 1rem;
    z-index: 999;
}

.overlay-txt1{
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 59px;
    color: #f7f7f7!important;
    text-align: center;
    text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.2);
    padding: 3rem;
    z-index: 999;

}

.overlay-txt2{
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 56px;
    color: #0bbbee!important;
    text-align: center;
    text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.2);
    padding: 1rem;
    z-index: 999;


}

.overlay-txt3{
		color:#fff;
		font-weight: bold;
		font-size: 2rem;
		text-align: center;
		line-height: 2.5;
		word-spacing: .5rem;
		padding-top: 2rem;
		z-index: 999;
	}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}


/*WHy Us*/
.whyus {
	margin: 0px;
	padding: 0px;
}
.row{
	margin: 0px;
	padding: 0px;
}
.whytxt {
	height: 93.4rem;
    padding-top: 10%;
    padding-right: 8%;
    padding-bottom: 10%;
    padding-left: 8%;
    z-index: 9;
    position: relative;
    background-image: linear-gradient(to right top, #00bff3, #00aae6, #0096d8, #0081c8, #106db7);
}

.whyimg {
	padding-left: 0px;
	padding-right: 0px;
}
.whyimg {
	height: 93.4rem;
}

.whytxt h1, .whytxt_spn {
	font-size: 46px;
	font-weight: 800;
}

.whytxt_spn {
	color: #fff;
}

.whyustxt {
	font-size: 2rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 45px !important;
}

.whytxt p{
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2.5rem;
	color: #353740!important;
	font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
	word-wrap: break-word;
}

.btn-whytxt{
	font-size: 2rem;
	text-decoration: none !important;
	color: #fff;
	border-radius: 30px;
	border: 3px solid #fff;
	padding:8px 18px;
	letter-spacing: 1px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    cursor: pointer;

}

.btn-whytxt:hover{
	background-color: #fff;
	color: #000;
	border: 3px solid #000;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}



/* Whatwe doo */

.whatdo_header, .whatdo_txt{
	margin-top: 5rem;
}

.whatdo_txt p{
	font-size: 1.8rem;
	line-height: 1.8em;
	color: #353740!important;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	word-wrap: break-word;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}

.whatdo_header h1{
	font-size: 42px;
	font-weight: 700;
	color: #333;
	line-height: 1.3em;
}


.image_icons{
	width: 40%;
	padding-top: 6rem;
}

.what_do h3{
	font-weight: 700;
	color: #000;
}

.whatdo_btn_div {
	margin-top: 5rem;
	margin-bottom: 5rem;
}


.btn-whatdo{
	font-size: 2rem;
	text-decoration: none !important;
	color: #000;
	border-radius: 30px;
	border: 3px solid #000;
	padding:8px 18px;
	letter-spacing: 1px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700 ;
    text-transform: uppercase ;
    cursor: pointer;

}

.btn-whatdo:hover{
	border: 3px solid #000;
	background-color: #12c0f3;
	color: #fff;
	transition: .3s ease background-color;
}


/* solutions */

.solutions{
	/*background-image: url("../icons/circle-back.png");*/
	background: rgba(234,234,234,0.5)!important;
	padding-bottom: 5rem;
}

.sol_header{
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.solutions h1{
	padding-top: 5rem;
	font-size: 42px;
	font-weight: bolder;
	color: #000!important;
}

.sol_img_div{
	padding:4rem;
	margin-left: 7rem;
}

.sol_img_div h4{
	margin-top: 2.4rem;
	font-weight: bolder;
	font-size: 2rem;
	color: #000!important;

}


/* Counterup */
.title_div{
	padding:5rem;
}
.cnts_sec{

	padding-bottom: 10rem;
	/*margin-bottom: 10rem;*/
	background-image: linear-gradient(to right top, #00bff3, #00aae6, #0096d8, #0081c8, #106db7);
}

.cnts_sec .p1 {
	margin-top: 0px !important;
	padding-top: 5rem;
	font-size:4rem;
	font-weight: bolder;
	line-height: 1rem;
	color: #000;
}

.cnts_sec .p2 {
	margin-top: 0px !important;
	padding-top: 3.5rem;
	font-size:4rem;
	font-weight: bolder;
	line-height: 1rem;
}

.counter_div{
	margin-top: 2rem;
	margin-left: 8rem;
	margin-right: 0rem;
}

.counter_div h2{
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: #000000!important;
    line-height: 90px;
}

.counter_div h3 {
	font-size: 18px;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000!important;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
}



#whatwedo{
	/*background:#e9e8eb;*/
	/*padding-bottom: 1rem;*/
}

/* World presence*/

.wld-p{
	display: none;
}

.world-presence{
	padding-top: 5rem;
	padding-bottom: 10rem;
}

.world-presence .title{
    line-height: 1em;
    color: #333333!important;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-align: left;
    font-size: 35px;
    padding-bottom:2rem;

}

.world-presence .txt_div{
	margin-right: 5rem;
}



.world-presence  .detail{
	text-align: justify;
	line-height: 1.8em;
	color: #747d88!important;
	font-weight: 500;
	font-size: 17px;
}




/* Partners*/


.our_patners{
	display: none !important;
	padding-top: 76px;
    padding-right: 0px;
    padding-bottom: 76px;
    padding-left: 0px;
   /* background-color: rgba(234,234,234,0.5)!important;*/
}


.our_patners .head_txt{
	margin-bottom: 5rem;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.sol_img_div img{
	border-radius: 8px;
	}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*newsletter*/


.newsletter{
    background-image: url(../img/Subscribe-to.png)!important;
    padding-left: 0px;
    z-index: 0;
    position: relative;
    background-repeat: no-repeat;
    /*mix-blend-mode: color-dodge;*/
    backface-visibility: hidden;
    /*filter: brightness(104%) contrast(92%);*/
    padding-bottom: 21rem;
    background: bottom;
}



.fom-div{
	text-align: left;
	padding-top: 12rem;

}

.fom-div .spn{
	font-size: 4rem;
	font-weight: bolder;
	color: #000;

}

.fom-div p{
	font-size: 12px;
	font-weight: bolder;
	color: #000;
}

.label-control {
	font-size: 1.4rem;
	color: #000;
}

.label-control span {
	color: red;
}

#btn-sub{
	font-weight: bold;
}


/*contact-bck*/

.contact-bck{
	background-image: linear-gradient(to right top, #00bff3, #00aae6, #0096d8, #0081c8, #106db7);
}

.contact-div{
	margin-top: 5rem;
	margin-bottom: 5rem;
	padding-top: 4rem;
	padding-bottom: 5rem;
	background-color: #ffffff;
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);

}

.cont{
	margin-left: 5rem;
}


#news-cont{
	font-size: 14px;
}


/*footer*/
#footer{
	background-color: #211f1ff2;
}

.footer{
	padding: 2rem;
	vertical-align: center;
}
.footer a{
	
}

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.topnav li {float: left;    margin-left: 3rem;}

ul.topnav li a {
  text-align: center;
  padding: 14px 16px;
  text-decoration: none !important;
font-size: 1.7rem;
font-weight: bolder;
margin-left: 6rem;
color: #fff;
}

.nav-div {
	padding: 2rem;
}

ul.topnav li a:hover:not(.active) {background-color: #111;}

ul.topnav li a.active {color: #ccc !important;}

ul.topnav li.right {float: right;}

@media screen and (max-width: 600px) {
  ul.topnav li.right, 
  ul.topnav li {float: none;}
}

.cpyright p{
    color: #666;
}

.cpyright a{
    color: #666;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
}

hr{
	margin-top: 0px;
	margin-bottom: 0px;
}

/*footer*/

/* media querys*/

.carousel-caption {
	right: 0% !important;
    left:  0% !important;
    /*top: 15%;*/
    padding-bottom: 0px;
}



@media screen and (max-width: 1060px) {
    #primary { width:67%; }
    #secondary { width:30%; margin-left:3%;}  
}

/* Media Queries: Tabled Portrait */
@media screen and (max-width: 768px) {
    #primary { width:100%; }
    #secondary { width:100%; margin:0; border:none; }

    .test img{
	  height: 47vh !important;
	}
    .overlay-txt{
		font-size: 1.5rem  !important;
		padding: 0px !important;
	}

	.overlay-txt1{
		line-height: .7rem  !important;
		font-size: 2.1rem  !important;
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.overlay-txt2{
		top: 10px;
		line-height: 1rem  !important;
		font-size: 1.7rem  !important;
		padding: 0px !important;
	}
	.overlay-txt3{
		top: 10px;
		line-height: 2.5rem  !important;
		font-size: 1.9rem  !important;
		margin-top: 19px !important;
	}



	.carousel-caption {
		bottom: 5rem !important;
		padding-bottom: 0rem !important;
		right: 0rem !important;
		left: 0rem !important;
		width: 100%;
	}

	.carousel-inner .item > img {
		height: 27rem;
	}

	.whytxt {
		height: 100%;
		padding: 2rem !important;
		padding-top: 4rem !important;
		padding-bottom: 6rem !important;
		font-weight: 540;
	}

	.btn-whytxt{
		font-size: 12px;
		padding:5px 8px;
	}

	.whyimg img {
		height: 30rem !important;
	}

	.whyimg {
		height: 30rem !important;
	}

	.image_icons {
		width: 30% !important;
	}

	.sol_img_div{
		margin-left: 0rem !important;
	}

	.title_div{
		padding-left: 2rem !important;
	}

	.cnts_sec .p1, .p2 {
		line-height: 4.5rem !important;
		padding-left: 2.3rem;
	}

	.counter_div{
		margin-left: 0rem !important;
		padding-bottom: 4rem;
	}

	.counter_div h2{
		font-size: 8rem !important;
	}

	.counter_div h3 {
		font-size: 2.3rem !important;

	}

	.cont{
		margin-left: 0rem !important;
	}

	ul.topnav li, ul.topnav li a{
		margin-left: 0rem !important;
	}


	.slider .item{
	height: 28rem !important;
}

.blockquote{
	padding: 0px 0px 0px 0px !important;
	color: #000;
}

.no-gutters .col-md-2 {
    width: 40% !important;
}

.abtsec{
margin-left:0px !important;
margin-right: 0px !important;
}

	.solu_desc{
	padding: 10px 10px 10px 30px !important;

}

.solu_descp {
	height: 80rem !important;

}

.divcard{
	margin-left: 0px !important;
	}


	.container-solu {
  		flex-direction: column !important;
	}

	.image > img{
		 width: 36rem !important;
	}

	.container-solu > .text {
	    width: 36rem;
	    word-break: break-word;
	}

	.htags_solu{
		font-size: 40px !important;
	}


	.hsubtag{
		font-size: 22px !important;
	}



}


/* Media Query For Desktop */

@media only screen and (min-width: 1200px) {

	
}
/* End  Media Query For Desktop */


/* Keyframes */

/* Header section */

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}


/* End Keyframes */

/* Media Query For Tablet */
@media only screen and (min-width: 768px) {
	.cta {
		font-size: 2rem;
		padding: 20px 60px;
	}
	h1.section-title {
		font-size: 6rem;
		margin-bottom: 8rem;
	}

	/* Hero */
	#hero h1 {
		font-size: 7rem;
	}
	/* End Hero */
}
/* End Media Query For Tablet */



@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item > .test.next,
    .carousel-fade .carousel-inner > .item > .test.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item > .test.prev,
    .carousel-fade .carousel-inner > .item > .test.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item > .test.next.left,
    .carousel-fade .carousel-inner > .item > .test.prev.right,
    .carousel-fade .carousel-inner > .item > .test.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/* media querys


/*Abt Us*/

.abtus, .serpage{
	margin-top: 5rem;
	margin-bottom: 5rem;
}



.slider .item{
	height: 70rem;
}

.no-gutters {
	padding-top: 40px!important;
    padding-right: 39px!important;
    padding-bottom: 21px!important;
    padding-left: 39px!important;
    margin-top: 60px!important;
    margin-right: auto!important;
    margin-left: auto!important;
    padding-top: 40px;
    padding-right: 39px;
    padding-bottom: 21px;
    padding-left: 39px;

    background-color: #f7f7f7;
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
    box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.3);
}

.card-titles{
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.card-texts{
	font-size: 14px;
	color: #666;
	font-weight: 500;
}


.card-bodys{

}

.no-gutters .col-md-2 {
	margin-top: 5rem;
}

.blockquote{
	padding: 0px 40px 40px 40px ;
	color: #000;
}

.abtsec{
	margin-left: 50px;
	margin-right: 50px;
}

.disc{
	/*background-image: linear-gradient(to right top, #00bff3, #00aae6, #0096d8, #0081c8, #106db7);;*/
	padding: 0px 10px 30px 0px;
	color: #000;
	font-weight: 600;
	border-radius: 3.4rem;
}



.solu_desc{
	background-image: linear-gradient(to right top, #00bff3, #00aae6, #0096d8, #0081c8, #106db7);
	/*padding: 45px 45px 45px 45px;*/
	/*border-radius: 16px;*/
    /*margin-top: 1rem;*/
    /*margin-bottom: 6rem;*/
}


.divcard{
	box-shadow:1px 1px 21px 1px #d8d3d3;
	margin-left: 8rem;
	padding:20px;
	height: 40rem;
	margin-bottom: 3rem;
	text-align: center;
}


.thmb-img img:hover{
	background-color: #ccc;
}

.thmb-img .thumbnail img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.thmb-img .thumbnail:hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}

.img__description {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  background: rgba(29, 106, 154, 0.72);
  color: #000;
  visibility: hidden;
  opacity: 0;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.test:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(23, 14, 12, 0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23, 14, 12, 0.5)), color-stop(100%,rgba(0,47,75,0.5))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(23, 14, 12, 0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(23, 14, 12, 0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(23, 14, 12, 0.5) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgb(0 0 0 / 82%) 0%,#010608b8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.test img{
  display:block;
}


.cmp-ovr{
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 42px;
    color: #333333!important;
    letter-spacing: 1px;
    line-height: 1.3em;
    margin-bottom: 50px!important;
}

.ptags{
	 font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	line-height: 1.8em;
	text-align: center;
	color: #666;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 1em;
	font-size: 18px;
}

.ourapp{
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    color: #333333!important;
    margin-top: 70px!important;
    margin-bottom: 21px!important;

}

.ptags_appro{
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	line-height: 1.8em;
	text-align: left;
	color: #666;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 1em;
	font-size: 18px;
}

.ser_page_head{
	 font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.3em;
}

.carcap {
	top: 45% !important;
}

.backgr:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(23, 14, 12, 0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23, 14, 12, 0.5)), color-stop(100%,rgba(0,47,75,0.5))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(23, 14, 12, 0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(23, 14, 12, 0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(23, 14, 12, 0.5) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgb(0 0 0 / 62%) 0%,#06060685  100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


.solu_descp{
	background-image: linear-gradient(to right top, #00bff3, #00aae6, #0096d8, #0081c8, #106db7);
	padding-top: 10% !important;
    padding-right: 8% !important;
    padding-bottom: 10% !important;
    padding-left: 8% !important;
    z-index: 9;
    position: relative;
    mix-blend-mode: unset!important;
}

.htag{
    margin-bottom: 40px!important;
}


.htags_solu{
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 50px;
    color: #f7f7f7!important;
    line-height: 1.3em;

}

.hr{
	border-top-color: #353740;
    border-top-width: 3px;
    width: auto;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 50%;
}

.hr:before{
	    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eee;
    border-top-color: rgba(0,0,0,.1);
    content: "";

}

.hsubtag{
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-size: 25px;
    line-height: 1.8em;
    margin-bottom: 50px!important;
    color: #353740!important;
    font-weight: 700;
}


.container-solu {
  display: flex;
  flex-direction: row-reverse;
}
.container-solu > .image {
  flex: 1 0 0%;
  text-align:right;/* and here*/
  padding:0px;
}
.image > img {
  vertical-align:top;/* here */
  width: 68rem ;
}
.container-solu > .text {
  flex: 2 0 0%;
  /* and eventually */
  margin:auto 0;
}

.container-solu > .image1 {
  flex: 2 0 0%;
  text-align:right;/* and here*/
  padding:0px;
}
.image1 > img {
  vertical-align:top;/* here */
  width: 68rem ;
}
.container-solu > .text1 {
  flex: 1 0 0%;
  /* and eventually */
  margin:auto 0;
}

.card-text {
	color:  #ffffff;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
    -webkit-font-smoothing: antialiased;
    line-height: 1.7em;
    text-align: justify;
        font-size: 17px;
}