@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 200;
  src: local('RobotoCondensed-Light'), local('RobotoCondensed-Light'), url("../font/RobotoCondensed-Light.ttf") format('truetype');
}

@font-face {
  font-family: "Bronova-Regular";
  font-style: normal;
  src: local('Bronova-Regular'), local('Bronova-Regular'), url("../font/Bronova-Regular.otf") format('truetype');
}
@font-face {
  font-family: 'Butler_Bold';
  font-style: normal;
  font-weight: 600;
  src: local('Butler_Bold'), local('Butler_Bold'), url("../font/Butler_Bold.otf") format('truetype');
}

@font-face {
  font-family:"Optien";
  font-style: normal;
  font-weight: 600;
  src: local('Optien'), local('Optien'), url("../font/Optien.ttf") format('truetype');
}
@font-face {
  font-family:"Candara";
  font-style: normal;
  font-weight: 600;
  src: local('Candara'), local('Candara'), url("../font/Candara.ttf") format('truetype');
}
@font-face {
  font-family:"Poppins-Light";
  font-style: normal;
  font-weight: 600;
  src: local('Poppins-Light'), local('Poppins-Light'), url("../font/Poppins-Light.ttf") format('truetype');
}
@font-face {
  font-family:"Poppins-Regular";
  font-style: normal;
  font-weight: 600;
  src: local('Poppins'), local('Poppins'), url("../font/Poppins-Regular.otf") format('truetype');
}
@font-face {
  font-family:"Poppins-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: local('Poppins'), local('Poppins'), url("../font/Poppins-SemiBold.otf") format('truetype');
}
@font-face {
  font-family:"Poppins-Bold";
  font-style: normal;
  font-weight: 600;
  src: local('Poppins'), local('Poppins'), url("../font/Poppins-Bold.otf") format('truetype');
}


body {
	margin:0;
	padding:0;
	font-size:16px;
	color:#333;
	background:#fff;
	top:0;
	overflow-x: hidden;
	font-family:"Poppins-Regular";
	}
a {
	text-decoration:none;
	}
ul,li,lo {
	list-style-type:none;
	}
.cle {
	clear:both;
	margin:0;
	padding:0;
	}
.full-body {
	position: relative;
    z-index: 100;
	background:#e8eeff;
	margin-bottom:100vh;
	}
.full-body-inpage {
	position: relative;
    z-index: 100;
	background:#050325;
	margin-bottom:100vh;
	}		
.catlog {
	text-align:center;
	float:right;
	}
.topp {
	width:90%;
	margin:0 auto;
	}
.btni {
  flex: 1 1 auto;
  text-align: center;
  text-transform: uppercase;
  transition:all 0.3s ease-out;
  background-size: 200% auto;
  
 /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
 }
.btni:hover {
  background-position: right center; /* change the direction of the change here */
}
.btn-4 {
  background-image:linear-gradient(to right, #e40a65 0%, #b00c51 51%, #e40a65 100%);
}		
button .info {
	padding:9px 25px;
	}					

.absolute-div {
    width: 100%;
    z-index: 999;
    position: absolute;
	/*background: linear-gradient(180deg,#050b29,#032d5800);*/
	padding:25px 0;
}

.logo {
	padding:0;
	margin-top:0px;
	float:left;
	}
.logo img {
	z-index:99;
	display: -webkit-inline-box;
	height: 70px;
	filter: brightness(0) invert(1) !important;
	transition:all 0.3s ease-in-out;
	}
.for_res_bg {
	}		
.navbar {
	margin-bottom:0px;
    margin-top: 0px;
	}	
.navibar {
	z-index: 99;
    position: absolute;
    
	}	

.sticky {
	animation: header-module--fade-in-top--660c9 .6s cubic-bezier(.39,.575,.565,1) both;
    backdrop-filter: blur(11px);
  	position: fixed;
  	top: 0;
  	padding:5px 0;
  	width: 100%;
  	height: fit-content;
  	transition:all 0.3s ease-out;
  	background:rgb(255 255 255 / 100%);
  	box-shadow: 0px 0px 82px #0751b74a;
	}
.sticky .logo img {
	height: 60px;
	filter: none !important;
	}
.sticky .navbar-nav > li > a {
	color:#00316e ;
	}	
.sticky + .content {
  padding-top: 0px;
}
.sticky .parallax-button .forground {
	padding: 5px 5px 5px 2rem;
	font-size: 16px;
	line-height:47px;
	}
.sticky .main-button i {
	height: 3rem;
    width: 3rem;
    margin-left: 1rem;
    line-height: 3rem;
	}
.sticky .navbar-nav > li {
    padding: 0px 1rem;
    line-height: 37px;
}
.sticky .navbar-nav > li > a {
	}	
/* Demo purposes only */

.navbar-nav {margin-right:30px;}
.navbar-inverse{background:rgba(0,0,0,0.0); height:auto; border:0; padding-bottom:0px; padding-top: 10px;  margin:0 auto; float:right;}


.navbar-nav > li {padding:0px 1.5rem; line-height:55px; transition:all 0.3s ease-out;}
.navbar-nav > li:last-child {background:none;}
.navbar-nav > li > a{color:#fff ; transition:all 0.3s ease-in-out; font-size:19px; font-family:"Poppins-SemiBold"; padding:10px 20px 10px 20px; font-weight:500; position: relative;}
.dropdown-menu	{
	background-color: #e9e9e9;
	border-radius:0px;
	padding: 10px 0;
	}
	.navbar-nav ul.sm-nowrap > li > a {
	padding:8px 20px 8px 10px;
	color:#fff;
	font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    margin: 1px 0;
	}	
.navbar-nav ul.sm-nowrap > li > a:focus, .navbar-nav ul.sm-nowrap > li > a:hover  {
	color:#fff;
	background-color:#3ab54a;
	}
ul.d_down {
	margin:0;
	padding:0;
	}
ul.d_down h3 {
	color:#007dd3;
	font-family:"Poppins-SemiBold";
	font-size:16px;
	margin:7px 0 0 0;
	}
ul.d_down h3 a {
	color:#c7058f;
	font-family:"Poppins-SemiBold";
	font-size:16px;
	margin:7px 0 0 0;
	}		
ul .d_down li  {
	}
ul .d_down li a {
	display:block;
	padding:7px;
	font-size: 17px;
	line-height:33px;
	color:#242065;
	transition:all 0.3s ease-in-out;
	}	
ul .d_down li a:hover {
	color:#e40a65 ;
	padding-left:10px;
	}
ul .d_down li a i {
	margin-right:1rem;
	font-size:9px;
	}	
.r_menu_p_o {
	padding:2rem 0.5rem;
	background:#fff url(../images/Corporate-Web-Designing.png) no-repeat bottom right;
	}	
					
/*menu animation start*/



.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: relative;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width:90%;
  position:fixed;
  left:5%;
  top: auto;
  margin-top:0.6rem;
}
.navbar-toggler {
    border: none;
    padding: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 2px;
  position: absolute;
  background: #04184a;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
/*.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}*/




























.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color);
    /*background: #242065;*/
}	
.nav-link:focus, .nav-link:hover {
	/*background: #242065;*/
	}
.sticky .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    /*border-bottom:3px solid #ff2dc3;*/
    color:#e40a65 !important;
}	
.sticky .nav-link:focus, .nav-link:hover {
	/*background: #242065;*/
	color:#e40a65 !important;
	}	
/*menu animation end*/

.parallax-button, 
.parallax-button div {
  padding: 0;
  margin: 0;
  color: #f1f1f1;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  transform: translate3d(0,0,0);
  transition: all 260ms ease-out;
}

.parallax-button .shadows {
  position: absolute;
  top: 0;
  left: 10%;
  background: rgba(0, 0, 0, 0);
  height: 80%;
  width: 80%;
  border-radius: 6rem;
  filter: blur(0);
  z-index: 1;
  transform: translateY(0);
}
.parallax-button.hovered .shadows {
  background: rgba(0, 0, 0, 0.5);
  filter: blur(10px);
  transform: translateY(20px);
}

.parallax-button .forground {
  background: #e40a65;
  background-image: linear-gradient(#e40a65, #e40a65);
  position: relative;
  display: flex;
  z-index: 2;
  text-shadow: none;
  line-height: 55px;
  background-color: #e40a65;
    border: 0;
    padding: 10px 10px 10px 2rem;
    font-size: 21px;
    font-weight: 600;
    border-radius: 6rem;
    cursor: pointer;
    color: #fff;
    font-family: "Poppins-Regular";
    position: relative;
    transition: all 0.3s ease-in-out;
}

.parallax-button.hovered .forground {
  text-shadow: none;
}
.parallax-button .bgblank {
	background:none !important;
  	background-image:non !importante;
 	background-color:none !important;
	color: #e40a65 !important;
	border:1px solid #e40a65 !important;
	line-height:47px;
	}
.parallax-button .bgblank i {
	color:#fff;
	height: 2.9rem;
    width: 2.9rem;
    margin-left: 1rem;
    line-height: 2.9rem;
    text-align: center;
    background-color: #e40a65;
	}	
.devl {
	text-align:center;
	padding: 4rem 0 0 0;
	}
.devl img {
	width:5rem;
	}
.devl h3 {
	font-family:"Poppins-SemiBold";
	font-size: 19px;
    color: #000839;
	margin:2rem 0;
	}
.read_m a {
	border: 1px solid #a2a5b5;
    border-radius: 50px;
    color: #a2a5b5 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 12px 25px !important;
    text-shadow: none !important;
    text-transform: capitalize;
	
	}	
.devl:hover .read_m a {
	background-color: #e40a65;
    border: 1px solid #e40a65;
    color: #fff !important;
	}	



/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container{ width:100%; margin:auto; clear:both; padding:0 0px; height:130vh; overflow:hidden; background: #050b29; z-index:10;}


.cliver {
	width: 100%;
    position: absolute;
    height:130vh;
    top: 0;
    background: linear-gradient(180deg, #032d5800, #050325);
	}
.flex-caption{ position: absolute; bottom:8%; margin: 0 auto 0 auto; width: 100%;}	
.caption_title_line p span {
    color: #fff;
    display: inline-block;
    border-radius: 50px;
	font-size:42px;
	font-family:"Candara";
}	
.caption_title_line{  height:auto; color:#303030; margin:0 auto; width:90%; float:left; margin-left:5%;}
.caption_title_line h1 {
	display:inline-block;
	color:#fff;
	width:100%;
	font-family:"Poppins-Bold";
	font-size:191px;
	padding: 0 0 10px 0;
	}
.mouse-icon{position: absolute;
    bottom: 40%;
    right: 2%;
    z-index: 100;
	text-align:center;
	}
.mouse-icon a {
	color:#fff;
	font-weight:600;
	font-size:18px;
	}
.rotate {
/* Safari */
-webkit-transform: rotate(-90deg);
/* Firefox */
-moz-transform: rotate(-90deg);
/* IE */
-ms-transform: rotate(-90deg);
/* Opera */
-o-transform: rotate(-90deg);
margin-bottom: 53px;
    margin-left: 5px;
}
.fdfd {
	display:flex;
	}
.iam{
  color: white;
    font-size:111px;
	font-family:"Poppins-Bold";
    padding:10px;
}
.text{
    border-right: 2px solid #e40a65;
    font-size:111px;
    color:#e40a65;
	font-family:"Poppins-Bold";
	transition:all 0.3s ease-in-out;
	}
.typed-cursor {
	opacity:0 !important;
	}	
.box-fit {
	background-color: #00000038;
	border-radius:4px;
	display:flex;
	padding:10px 20px;
	transition:all 0.3s ease-in-out;
	}

.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
 
.flexslider { 
    margin: 0;
    padding: 0;
    }
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; height:133.5vh; display: block; }
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flex-container {zoom: 1; position: relative;}

/* Direction Nav */
.flex-direction-nav li a {width:50px; height:50px; margin:0; position: absolute;  cursor: pointer; text-indent: -9999px; display:none;}
.flex-direction-nav li a.next {background:url(../images/banner/next.png) no-repeat center; bottom:45%; right:-1px; transition:all 0.3s ease-in-out;}
.flex-direction-nav li a.prev {background:url(../images/banner/prev.png) no-repeat center;bottom:45%; left:-1px; transition:all 0.3s ease-in-out;}
.flex-direction-nav li a.next:hover {background:url(../images/banner/next_h.png) no-repeat center; padding-right:20px;}
.flex-direction-nav li a.prev:hover {background:url(../images/banner/prev_h.png) no-repeat center; padding-left:20px;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {position: absolute;bottom:6%; left:5%; text-align:center; z-index:1;}
.flex-control-nav li {margin: 0px 7px 0 0px; display:inline-block; zoom: 1; *display: inline;}
.flex-control-nav li a {width: 30px; height: 4px; display: block; cursor: pointer; text-indent: -9999px; background:#DDD; border-radius:7px;}
.flex-control-nav li a:hover {background-position: 0 -13px; background:#0075ee;}
.flex-control-nav li a.active {cursor: default; background:#0075ee; }



.banner_cont h2 {
	float:left;
	color:#fff;
	font-size:21px;
	font-family:"Poppins-Regular";
	text-transform:uppercase;
	}
.banner_cont ul {
	margin-left:2rem;
	float:left;
	}	
.banner_cont ul li {
	display:inline-block;
	color:#fff;
	padding: 8px 25px;
    font-size: 18px;
	background: #64738dcf;
    border: 1px solid #64738d;
	border-radius:4rem;
	float:left;
	position: relative;
	}
.apie {
	background:none !important;
	}
.banner_cont ul li.agach:after {
	background: #e40a65;
    border: 1px solid #e40a65;
    border-radius: 50%;
    color: #fff;
    content: "&";
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 4px 7px;
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
	}	
.banner_cont_two {
	margin-top:2.5rem;
	}
.banner_cont_two h2 {
	color: #fff;
    font-size: 27px;
	line-height: 45px;
	font-family:"Poppins-Regular";
	}			
/*-----------------------------------------------------------------------------------*/





.work_body {
	width:90%;
	margin:0 auto;
	padding: 5rem 0 5rem 0;
	}
.section {
	padding:3rem 0;
	}
.section__body {
  padding:0 4rem;
}
.section__text {
  padding: 0vw;
}

.section__img__inner {
  background-position: 50% 40%;
  transition: filter 0.6s ease, opacity 0.6s ease, background-position 0.8s ease;
}

.section__img__inner img {
  width:85%;
  border-radius:4rem;
}

.section__text h2 {
    font-size:31px;
    font-family: "Poppins-Bold";
    margin: 1rem 0 0.5rem 0;
}
.section__text h2 span {
	background: #0075ee;
	color:#fff;
	padding: 1rem 2rem;
	display: inline-block;
	}
.section__text h4 {
    font-size:61px;
    color: #e40a65;
    font-weight: 600;
	font-family: "Poppins-SemiBold";
    margin: 3rem 0 3rem 0;
}
.section__text p {
    font-size: 18px;
    color: #050b29;
    line-height: 35px;
    margin: 5px 0 25px 0;
}






/**************************************************************************************/
.worktag {
	transition:all 0.3s ease-in-out;
	}
.worktag ul {
	
	}
.worktag ul li {
	text-align:end;
	margin:2rem 0;
	background:-webkit-linear-gradient(359deg, #16c5f8, #ff0f73);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size:24px;
	}
.worktag ul li img {
	width:35px;
	margin-left:1rem;
	}			
.rightf {
	float:right;
	}
.stickit {
    position: fixed;
    top:5rem;
	right:5%;
	transition:all 0.3s ease-in-out;
}
.stickit-end {
    bottom:4rem;
    position: absolute;
    right: 5%;
	transition:all 0.3s ease-in-out;
}
.svg-container {
  overflow: hidden;
    position: relative;
    bottom: -1px;
    z-index: 100;
}

div.bottom {
  background: #008571;
  padding: 60px 0;
}
div.bottom p {
  font-size: 18px;
  margin: 0 auto 32px;
}

svg {
  display: block;
  width: 200%;
  position: relative;
  left: 0px;
  height: 8vh;
}

svg path {
  fill: #e8eeff;
}
.main-button i {
	-webkit-transform: rotate(-45deg);
	height:3.5rem;
	width:3.5rem;
	margin-left:1rem;
	line-height:3.5rem;
	text-align:center;
	background-color: #b00c51;
	border-radius:50%;
	}
/* Slider*/
.floatgoleft {
	float:left;
	}
.floatgoright {
	float:right;
	}	
.bo_image img {
	width: 100%;
    margin-top: -70px;
    z-index: 999;
    position: relative;
	}
.site-top {
    position: absolute;
    float: left;
    background-size: cover;
    padding: 0;
    width: 23%;
    z-index: 4;
    height: 100vh;
    border-right: 1px solid rgba(255,255,255,0.67);
}

.padd_no {
	padding:0;
	}
.padd_no1 {
	padding: 5px !important;
	}	
.productpanel {
	margin:10px auto 30px auto;
	width:96%;
	}
figure.effect-julia h2 {
	font-family:"roboto Condensed";
	font-size:21px !important;
	word-spacing:normal !important;
	background: #00000094;
	}
figure.effect-julia p {
	font-family: "Royal Crescent";
	}
.somebg {
	padding: 0px 0 0 0;
    position: relative;
	background: #050325;
	z-index: 1;
	}
.welweight {
	width:90%;
	margin:0 auto;
	}	
.welcomebody {
	width:100%;
	margin:5rem auto 1rem auto;
	padding:1rem 0 3rem 0;
	}
.gleryimg {
	position:relative;
	z-index:100;
	}
.gleryimg img {
    width: 100%;
	margin-top:-50px;
} 	
.welm {
	
	}
.welm img {
	float:left;
	width:104px;
	}	
.welm h2 {
    font-size:51px;
    line-height: 65px;
    margin:0px 0 25px 0;
	font-family:"Poppins-Bold";
	color: #050b29;
	}
.welm h3 span {
	background: #0075ee;
    color: #fff;
    padding: 0.9rem 1.5rem;
    display: inline-block;
	font-family:"Poppins-SemiBold";
	}	
.welm h3 {
    font-size:20px;
    color: #0a3562;
	font-weight: 600;
    margin: 5px 0 15px 0;
	}	
.welm p {
	color: #6161ff;
    float: left;
    padding-bottom: 5px;
    border-bottom: 2px solid #6161ff;
	}			
.welcomecompany {
    margin:5rem auto 3rem auto;
	padding:3rem 4rem 3rem 4rem;
	background:#fff;
	box-shadow: 0 0 25rem #00000038;
	}	
.welcomecompany h4 {
	font-size: 20px;
    line-height: 31px;
    color: #0a3562;
    font-weight: 300;
	}
.welcomecompany h4 b {
	color: #6161ff;
	padding-bottom: 5px;
    border-bottom: 2px solid #6161ff;
	}	
.welcomecompany p {
	font-size: 17px;
	color:#0a3562b5;
    line-height: 31px;
	}
.d_d {
    display: none;
}
#loadLess {
  display: none;
}

.show_ml {
    margin-top: 15px;
}
.founder {
	margin:10rem 0 5rem 0;
	}
.founder_photo {
	margin-top: -2rem;
    width: 135%;
	}
.founder_photo img {
	width:100%;
	}	
.founder_reg {
	margin-top:3rem;
	}
.founder_reg h4 {
	color: #ffffffb3;
	font-family: "Poppins-SemiBold";
	}
.founder_reg h3 {
	color:#fff;
	font-family: "Poppins-Bold";
	font-size:41px;
	margin:0.5rem 0;
	}
.founder_reg p {
	font-size:21px;
    color: #ffffffb3;
	}	
.founder_about {}					
.founder_about h4 {
	color: #0a3562;
	font-family: "Poppins-SemiBold";
	}
.founder_about h3 {
	color:#b8168d;
	font-family: "Poppins-Bold";
	font-size:35px;
	margin:0.5rem 0;
	}
.founder_about p {
	font-size: 19px;
    color: #0a3562;
	}
	
.welcomepart_main {
	padding:0px;
	margin-bottom:5rem;
	border-radius:2rem;
	}
 	
.welm_main {
	}
.welm_main h2 {
    font-size: 111px;
    font-family: "Poppins-Bold";
	color: #fff;
    margin: 10px 0 5px 0;
	}
.welm_main h2 span {
	font-size: 39px;
	font-family: "Poppins-Regular";
	}	
.welm_main h3 {
    font-size:33px;
    color: #e40a65;
	font-weight: 600;
    margin: 5rem 0 3rem 0;
	}
.welm_main p {
    font-size:21px;
    color: #ffffff99;
    line-height: 35px;
    margin: 5px 0 25px 0;
	}
.soft_logo {
	margin:0 auto;
	padding:5rem 5%;
	background:#e8eeff;
	z-index:10;
	}				
.tech_logo {
	padding:10px 4px;
	}	
.tech_logo img {
	width:100%;
	opacity:1;
	transition:all 0.3s ease-in-out;
	}
.tech_logo img:hover {
	filter: grayscale(0%);
	opacity:1;
	cursor:pointer;
	}
.owl-carousel .owl-stage {
    margin-left: -50px;
}	
.video-container {
	display: flex;
	flex-direction: column;
	/*justify-content: center;
	align-items: center;*/
	border-radius:10px;
	position: relative;
	max-width: 100%;
}
.colOne {
	background:#162366 url(../images/light/bg8.png) no-repeat right bottom;
	background-size:contain;
	}
.colTwo {
	background:#415833 url(../images/light/bg4.png) no-repeat right bottom;
	background-size:contain;
	}
.colThree {
	background:#2c154a url(../images/light/bg7.png) no-repeat right bottom;
	background-size:contain;
	}
.colFour {
	background:#0f2a23 url(../images/light/bg5.png) no-repeat right bottom;
	background-size:contain;
	}
.colFive {
	background:#522727 url(../images/light/bg6.png) no-repeat right bottom;
	background-size:contain;
	}	
.colSix {
	background:#454964 url(../images/light/bg1.png) no-repeat right bottom;
	background-size:cover;
	}
.colSeven {
	background:#101B2C url(../images/light/bg2.png) no-repeat right bottom;
	background-size:cover;
	}
.colEight {
	background:#c59a00 url(../images/light/bg2.png) no-repeat right bottom;
	background-size:cover;
	}	
.play-button {
	position: absolute;
    border-radius: 100px;
    background: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    right: 5%;
    bottom: 5%;
    opacity: 1;
	z-index:100;
	transition:all 0.3s ease-in-out;
	-webkit-transform: rotate(-45deg);
}
.colOne .play-button {
	color: #162366;
	} 
.colTwo .play-button {
	color: #415833;
	}
.colThree .play-button {
	color: #2c154a;
	}
.colFour .play-button {
	color: #0f2a23;
	}
.colFive .play-button {
	color: #522727;
	}
.colSix .play-button {
	color: #454964;
	}
.colSeven .play-button {
	color: #101B2C;
	}
.colEight .play-button {
	color: #c59a00;
	}	
.colOne:hover .play-button {
	transform:scale(1.3);
	background: #162366;
    color: #fff;
	}
.colTwo:hover .play-button {
	transform:scale(1.3);
	background: #415833;
    color: #fff;
	}
.colThree:hover .play-button {
	transform:scale(1.3);
	background: #2c154a;
    color: #fff;
	}
.colFour:hover .play-button {
	transform:scale(1.3);
	background: #0f2a23;
    color: #fff;
	}
.colFive:hover .play-button {
	transform:scale(1.3);
	background: #522727;
    color: #fff;
	}
.colSix:hover .play-button {
	transform:scale(1.3);
	background: #454964;
    color: #fff;
	}
.colSeven:hover .play-button {
	transform:scale(1.3);
	background: #101B2C;
    color: #fff;
	}
.colEight:hover .play-button {
	transform:scale(1.3);
	background: #c59a00;
    color: #fff;
	}	
.p_name {
	margin: 1rem 0;
    position: absolute;
    bottom: 2%;
    left: 5%;
    border-radius: 5rem;
	}		
.p_name p {
	color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0.5rem 1rem;
	}					
.bgOne {
	background:#162366;
	}
.bgTwo {
	background:#415833;
	}
.bgThree {
	background:#2c154a;
	}
.bgFour {
	background:#0f2a23;
	}
.bgFive {
	background:#522727;
	}	
.bgSix {
	background:#454964;
	}
.bgSeven {
	background:#101B2C;
	}
.bgEight {
	background:#c59a00;
	}	
/* END OF MAIN STYLES FOR PLAY BUTTON */

/* Optional */


	
	
	
	
	
		
.pro_block {
	transition: all 0.3s ease-in-out;
	}	
.pro_photo {
    overflow: hidden;
    border-radius: 10px;
}
.pro_photo img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}
.pro_block:hover .pro_photo img {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}
.about_pic2 {
    float: left;
    margin: 0 0rem 0px 0px;
    width: 100%;
	height:28rem;
	overflow:hidden;
	border-radius:10px;
}
.about_pic2 img {
	object-fit: cover;
    overflow: hidden;
    transition: transform 9s ease-in-out;
    width: 100%;
    position: relative;
}
.video-container:hover .about_pic2 img {
	top:0rem;

	}	
.pro_diteals {
    bottom: 0;
    width: 100%;
    padding:0px;
}
.pro_diteals h2 a {
    color: #0a3562;
    padding: 0 0 25px 0;
    margin: 0;
    font-size: 23px;
	font-weight:600;
	font-family:"Poppins-SemiBold";
	transition:all 0.3s ease-in-out; 
}
.pro_diteals h2 a:hover {
	color:#761778;
	} 
.pro_diteals p {
	margin:0;
	color:#0a3562;
	}
.proheading {
	margin:20px 0 25px 0;
	}
.proheading h2 {
    font-size: 45px;
	color:#3ab54a;
	text-align:center;
    line-height:56px;
    font-weight:600;
    margin:10px 0;
}
.proheading h2 span {
	font-family: "Candara";
	color:#0a3562;
	font-size:45px;
	}
.overlay2 {
	bottom: 0;
	text-align:center;
    width: 100%;
    padding: 20px 20px 20px 20px;
	}
.overlay2 h2 {
	text-transform:uppercase;
	}
.overlay2 h3 {
	font-size:21px;
	margin:20px 0;
	}		
.overlay2 a {
	color: #fff;
    padding: 6px 35px 6px 7px;
    font-size: 17px;
    display: inline-block;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    border-radius: 40px;
    background: #1a30c1;
	}
.overlay2 a i {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    color: #05046c;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-right: 15px;
}	
.overlay2 a:hover {
	box-shadow: 0 15px 20px rgb(66 54 68 / 57%);
	}
.wel {
	width:95%;
	margin:3rem auto;
	}
.fca_la {
	margin: 0 0 2rem 0;
	}	
.fca_la	h2 {
	font-size: 111px;
    font-family: "Poppins-Bold";
    color: #fff;
	margin-bottom: 2rem;
	}
.fca_la p {
	font-size: 25px;
    line-height: 37px;
    color: #ffffff94;
	}	
.tech_ha {
	}	
.tech_ha ul {
	padding:0;
	}	
.tech_ha ul li {
	display:inline-block;
	width:29.5%;
	margin:1.5%;
	padding:1.5rem 1rem;
	font-size:20px;
	border:2px solid #ffffff1c;
	border-radius:1rem;
	color: #ffffff8f;
	font-family:"Poppins-SemiBold";
	transition:all 0.3s ease-in-out;
	}		
.tech_ha ul li:hover {
	border:2px solid #e40a65;
	color: #fff;
	background:#e40a65;
	box-shadow: 0px 0px 82px #0776b747;
	}
	
.jarallax {
    min-height: auto;
    width: 100%;
    padding: 0;
}
.jarallax-keep-img {
	min-height: 300px;
	}		
.welcome_block {
	padding:4rem 0;
	background: #030e42b5;
	}
.count_tagline {
	padding: 2rem 0 3rem 0;
	}
.count_tagline h4 {
	color:#fff;
	font-family:"Poppins-Bold";
	font-size:111px;
	}
.count_tagline h5 {
	color:#fff;
	font-family:"Poppins-Regular";
	font-size:21px;
	}
.count_tagline p {
	color:#fff;
	font-family:"Poppins-SemiBold";
	font-size:23px;
	margin:0;
	}					
.abtRt {
	width: 90%;
	margin:0 auto;
	}		
.abtRt ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	padding:0;
	margin:0;
}
.abtRt ul li {
	width:25%;
	padding:0px;
	}
.abtbx {
    width: 100%;
    margin:0px 0 0;
    border-radius: 19px;
    padding:25px 10px 0px 10px;
	transition:all 0.3s ease-in-out;
}
.count_bg {
	display:flex;
	align-items: center;
  align-content: center;
  vertical-align: middle;
	}
span.countsign {
	font-size: 35px !important;
	font-weight: bold !important;
	transition:all 0.3s ease-in-out !important;
	margin-top: -3.1rem;
	}	
.count {
  display: flex;
  align-items: center;
  align-content: center;
  vertical-align: middle;
  font-size: 83px;
	transition:all 0.3s ease-in-out;
	font-family:"Poppins-SemiBold";
}	
.abtbx h4 {
	font-size:22px;
    color: #fff;
	font-family:"Poppins-Regular";
	}
.abtbx:hover {

	}
.abtbx:hover span {
	}
.abtbx:hover h4 {
	}
.abtbx:hover .counter {
	}
.abtbx:hover img {
	transform: rotate(45deg);
	filter: brightness(0) invert(1);
	}
.col1 {
	color:#ffa457 !important;
	}	
.col2 {
	color:#6ccf5a !important;
	}	
.col3 {
	color:#67dcff !important;
	}	
.col4 {
	color:#e76fde !important;
	}	
	
	
	
	
	
	
.v_b_w {
	width:90%;
	margin:0 auto;
	}
.content_p h2 {
	color: #007dd3;
    font-weight: 600;
    font-size: 41px;
    /*font-family:"Poppins-Bold";*/
	}
.content_p p {
	font-size:21px;
	font-weight:600;
	margin:2rem 0;
	color:#0a3562;
	}	
.content_p ul {
	padding:0 0 1rem 0.5rem;
	}	
.content_p ul li {
	width:50%;
	float:left;
	font-size:17px;	
	padding:0.5rem 0;
	color:#0a3562;
	}	
.content_p ul li i {
	font-size: 11px;
    color: #0075ee;
    margin-right: 0.5rem;
	}
.con_pho {
	position:relative;
	}		
.con_pho img {
	width:94%;
	background:#fff;
	padding:4rem;
	box-shadow: 0px 0px 82px #0776b754;
	}	
	




/** Remove Marker */
summary::-webkit-details-marker {
  display: none;
}

/** Rotate Icon */
details[open] .accordion-icon svg {
  transform: rotate(180deg);
}																
.back-to-top {
    position: fixed;
    bottom: 20px;
    text-decoration: none;
    padding: 10px 17px;
    display: none;
    border-radius: 50%;
    box-shadow: 0px 16px 10px #00000047;
    text-align: center;
    background: #022076;
    right: 25px;
    z-index: 100;
    transition:all 0.3s ease-in-out;
}
.back-to-top i {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}	
.back-to-top:hover {
    background: #e40a65;
}	
.heading_big {
	width:90%;
	margin:4rem auto 2rem auto;
	}
.heading_big h2 {		
	font-size: 111px;
    font-family: "Poppins-Bold";	
	color:#fff;
	float:left;
	}
.but_bot {
	position:relative;
	top:50%;
	margin-top: 7rem;
	}	
	
	
.viewall {
	margin-top:35px;
	}
		
.viewall a {
	color:#fff;
	padding: 10px 35px 10px 12px;
	font-size:17px;
	display:inline-block;
	font-weight:300;
	transition:all 0.3s ease-in-out;
	text-decoration:none;
	border-radius:40px;
	background:#3ab54a;
	}
.viewall a i {
	width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    color: #3ab54a;
    text-align: center;
    line-height: 30px;
	font-size:14px;
	margin-right:15px;
	}		
.viewall a:hover {
	color:#fff;
	box-shadow: 0 15px 20px rgb(66 54 68 / 57%);
	}

.centd {
	text-align:center;
	}		
.welcomephoto {
	overflow:hidden;
	}	
.welcomephoto img {
	width:100%;
	transition: all 0.3s ease-in-out;
	}
.welcomephoto img:hover {
	-webkit-transform: scale(1.08);
  transform: scale(1.08);
	}	
.pro_dit_bg {
	background: linear-gradient(209.55deg, #882585 19.96%, #00A2E3 91.48%);
    padding: 430px 0 100px;
    position: relative;
	}
.pro_dit_bg:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    background: url(../images/spag.png) no-repeat scroll top center;
    background-size: 100% auto;
    height: 525px;
}	

.rightlight {
	margin:0px auto 0px auto;
	width:97%;
	}
.bgw {
	margin:0 auto;
	background:#050325;
	width:100%;
	padding:6rem 0;
	z-index: 10;
	}	
.agw {
	margin:0 auto;
	background:#050325;
	width:100%;
	padding:6rem 0 0 0;
	z-index: 10;
	}	
.padding-problem {
    padding:7px 15px;
}
	
				
.explore {
	margin:30px 0 0px 0;
	text-align:center;
	}
.explore a {
	color: #fff;
    padding: 15px 40px;
    font-size: 17px;
	text-decoration:none;
    border:2px solid #fff;
	border-radius:35px;
    transition: all 0.3s ease-in-out;
	display:inline-block;
	}
.explore a:hover {
	background:#fff;
	border:2px solid #fff;
	color: #882585;
	box-shadow: 0 15px 20px rgb(66 54 68 / 57%);
	}
.about_photo {
	padding:0;
    position: relative;
	background:#fff;
	}

.whypart {
	padding:30px 0 30px 0;
	}
	
.foot {
	padding: 32px 0 15px 0;
    border-top: 1px solid #ffffff36;
    margin: 5rem auto 0 auto;
	text-align:center;
	}
.Drop_revied {
    position: fixed;
    bottom: 5%;
    left: 2%;
    z-index: 100;
}
.sug_up {
	margin-top:35px;
	}
.sug_up a {
	display: inline-block;
    background: #3ab54a;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px 0px 11px;
    border-radius: 50%;
    font-size: 33px;
    transition: all 0.3s ease-in-out;
     -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
	}
@-webkit-keyframes glowing {
  0% { background-color: #38cf4c; -webkit-box-shadow: 0 0 3px #38cf4c; }
  50% { background-color: #1ea22f; -webkit-box-shadow: 0 0 40px #1ea22f; }
  100% { background-color: #38cf4c; -webkit-box-shadow: 0 0 3px #38cf4c; }
}
@-moz-keyframes glowing {
  0% { background-color: #38cf4c; -moz-box-shadow: 0 0 3px #38cf4c; }
  50% { background-color: #1ea22f; -moz-box-shadow: 0 0 40px #1ea22f; }
  100% { background-color: #38cf4c; -moz-box-shadow: 0 0 3px #38cf4c; }
}

@-o-keyframes glowing {
  0% { background-color: #38cf4c; box-shadow: 0 0 3px #38cf4c; }
  50% { background-color: #1ea22f; box-shadow: 0 0 40px #1ea22f; }
  100% { background-color: #38cf4c; box-shadow: 0 0 3px #38cf4c; }
}

@keyframes glowing {
  0% { background-color: #38cf4c; box-shadow: 0 0 3px #38cf4c; }
  50% { background-color: #1ea22f; box-shadow: 0 0 40px #1ea22f; }
  100% { background-color: #38cf4c; box-shadow: 0 0 3px #38cf4c; }
}
.footimf {
	text-align:center;
	}	
.footimf img {
	width:70%;
	opacity:0.08;
	}
.footcont {
	width:90%;
	margin:0 auto;
	}
.footer {
	background: #050325;
	bottom: 0;
    padding-top: 90px;
    position: fixed;
    width: 100%;
	z-index:10;
	}	
.foot_menu {
	margin-top:0;
	}
.foot_menu p {
	float:right;
	color:#ffffff94;
	font-size:13px !important;
	margin:1rem 0 0 0;
	}	
.foot_menu ul {
    padding: 0;
    margin: 0;
	float:left;
}	
.foot_menu ul li {
	display:inline-block;
	padding:8px 7px;
	list-style-type:circle;
	}
.foot_menu ul li a {
	color: #fffffff5;
    padding: 5px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-size: 21px;
	}
.foot_menu ul li a:hover {
	color:#e40a65;
	}		
.foot-cont {
	padding:7px 0;
	}
.foot-cont p {
	color: #ffffffb0;
    font-size: 23px;
	}					
.foot-cont h3 {
	color: #a34f38;
    font-size: 22px;
    margin-top: 12px;
	}
.foot-cont h4 {
	color: #fff;
    font-size: 19px;
    margin-top: 12px;
	margin-bottom:0;
	}
.foot-cont img {
	background: #fff;
    width: 55px;
    border-radius: 5px;
	margin-right:1rem;
}
.foot-cont span {
	color:#fff;
	}	
.social_wr1 {
}
.social_wr1 a {
    float: left;
    width: 70px;
    height: 70px;
    border-radius:23%;
    text-align: center;
    vertical-align: middle;
    line-height: 75px;
    margin-right: 15px;
    transition: 0.4s ease-in-out;
	border:1px solid #ffffff5c;
}
.social_wr1 a i {
	 font-size: 27px !important;
	 color:#ffffff5c;
	}
.social_wr1 a:hover {
	}	
.foot-cont {
    padding: 7px 0;
}
.foot-cont .cticon {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}
.foot-cont .cticon i {
	float:left;
    font-size: 25px;
    color: #c7058f;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border: 1px solid #c7058f;
    text-align: center;
    border-radius: 50%;
    transition: background-color 0.5s ease-out;
}	
.foot-cont .cticontent {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.foot-cont .cticontent p {
	float:left;
	color:#ffffffb0;
	font-size:23px;
	margin-top:2rem;
	width:80%;
	}
.icon-Vector {
    background: #3ab54a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    width: 75px;
    height: 75px;
    margin-right: 19px;
    font-size: 28px;
	float:left;
}
.foot_top {
	padding:6rem 5% 7rem 5%;
	background:#fff url(../images/texture.png) repeat;
	z-index:10;
	}
.foot_top h2 {
	color:#09054b;
	font-weight:600;
	font-size:111px;
	font-family:"Poppins-Bold";
	}	
.foot_top h3 {
	
	margin:25px 0 25px 0;
	font-size:111px;
	font-family:"Poppins-Bold";
	}
.foot_top h3 a {
	color:#e40a65;
	border-bottom:2px solid #e40a65;
	transition:all 0.3s ease-in-out;
	}	
.foot_top h3 a:hover {
	color:#050b29;
	border-bottom:2px solid #080a32;
	}		
.foot-requ {
  border: 0;
  padding:13px 0 10px 0;
  font-size: 25px;
  cursor: pointer;
  color: #09054b;
  font-family:"Poppins-SemiBold";
  display: inline-block;
}

.lag {
	float:left;
	width:66%;
	}

.tec_plat {
	}
.tec_plat h3 {
	font-size:111px;
    font-family: "Poppins-Bold";
    color: #09054b;
	}	
.plat_f_l {
	}
.p_b_p_f {
	display: flow-root;
	margin-top: 3rem;
	}	
.d_h_pio {
	float: left;
    margin-right: 1rem;
	margin-bottom:2rem;
	}
.d_h_pio h4 {
	color: #050b29;
    font-family: "Poppins-SemiBold";
	font-size:25px;
	padding: 13px 0 10px 0;
	}			
.p_b_p {
	margin:0;
	display: flow-root;
	}	
.p_b_p h4 {
	color:#0a3562;
	font-size:22px;
	}
.p_b_p h5 {
	color:#0a3562;
	font-size:16px;
	}
ul.p_drop {
	padding:0;
	display:inline-table;
	}	
ul.p_drop li {
	width:150px;
	background:#fff;
	display:inline-block;
	text-align:center;
	height:90px;
	line-height:90px;
	align-content: center;
	position: relative;
	margin:0 3px 3px 0;
	transition:all0.3s ease-in-out;
	}	
ul.p_drop li a {
	
	}		
ul.p_drop li a img {
	width:90%;
	}		
.on_hover_cont {
	position: absolute;
	width:450px;
    background: #fff;
    padding: 2rem;
    margin-top: 0.5rem;
    z-index: 10;
	opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.4;
    visibility: hidden;
    pointer-events: none;
	}	
ul.p_drop li:hover .on_hover_cont {
	opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
	}
.on_hover_cont p {
	font-size: 16px;
    line-height: 31px;
    color: #0a3562;
	text-align:left;
	}


/*inpage about start*/
.all_inpage_menu {
	width: 100%;
    z-index: 999;
    position: relative;
	background:#fff;
	padding:25px 0;
	box-shadow:0px 0px 2px #002a6b87;
	}
.all_inpage_menu .logo img {
    filter: none !important;
}	
.all_inpage_menu .navbar-nav > li > a {
    color: #04184a;
}
.inpage_head_tag {
	width: 100%;
    margin: 0 auto;
    background: #050b29;
    /*background: #050b29 url(../images/young-people_office-workers.jpg) no-repeat;*/
	background-size:cover;
	padding:0;
	}
.inpage_conta {
	background: linear-gradient(180deg, #032d5800, #050325);
	padding: 13rem 3% 2rem 5%;
	}	
.inpage_head_tag ul {
	padding:0;
	}
.inpage_head_tag ul li {
	color:#fff;
	font-size:14px;
	display:inline-block;
	padding: 0 0.3rem;
	}
.inpage_head_tag ul li a {
	color:#fff;
	padding: 0.7rem 1.5rem;
    border-radius: 5rem;
    background: #ffffff36;
	}
.inpage_head_tag ul li a:hover {
	background: #e40a65;
	}	
.inpage_body {
	width:89%;
	margin:0 auto;
	}
.about_top_part {
	padding: 60px 75px;
    margin:7rem 0;
    background-image: linear-gradient(60deg, #9a0b6f, #541b6e 100%);
	}
.l_p_d p {
	font-size: 31px;
    color: #fff;
    line-height: 45px;
    margin: 5px 0 0rem 0;
	}	
.about_top_part h3 {
	font-size: 35px;
	line-height:57px;
    color: #efb71c;
    font-weight: 600;
    margin: 5px 0 0px 0;
	}	
.about_top_part h3 span {
	font-size: 31px;
    color: #fff;
    font-weight: 600;
    margin: 10px 0 0px 0;
    font-family: "Poppins-Bold";
	}
.about_top_part p {
	font-size: 18px;
    color: #ffffffad;
    margin: 2rem 0 0 0;
	border-top: 1px solid #ffffff40;
	padding-top:2rem;
	}
.widtali {
	text-align:center;
	}	
.about_cont {
	margin-bottom:5rem;
	padding-bottom:2rem;
	border-bottom:1px solid #0a356240;
	}		
.about_cont h2 {
	font-size:111px;
    color: #fff;
    margin: 10px 0 5px 0;
    font-family: "Poppins-Bold";
	}
.about_cont h3 {
	font-size:61px;
    color: #fff;
    margin: 10px 0 5px 0;
    font-family: "Poppins-Bold";
	}	
		
.about_cont p {
	font-size: 21px;
    font-weight: 600;
	line-height: 40px;
    margin: 2rem 0;
    color: #ffffffa6;
	}
.about_cont ul {
	padding:0;
	}	
.about_cont ul li {
	display:inline-block;
	margin:1rem 3rem 1rem 0;
	font-size:31px;
	padding-bottom:1rem;
	color:#ffffff5e;
	}	
.paperplan {
	background: url(../images/paper_plane.png) no-repeat top right;
    background-size: contain;
	}	
.mis_vis {
	margin-bottom:7rem;
	}	
.vision {
	width:90%;
	}
.vision img {
	width:20%;
	}	
.vision h3 {
	font-size: 61px;
    color: #fff;
    margin: 10px 0 5px 0;
    font-family: "Poppins-Bold";
	}
.vision p {
	font-size:18px;
    margin: 2rem 0;
    color: #ffffff9c;
	}
.phototopg {
	margin-top:7rem;
	}	
.pr_photo img {
	width:100%;
	border-radius:2rem;
	height:10rem;
	}			
.mission {
	padding:1rem;
	height: 100% !important;
	margin-top:0rem;
	}
.mission img {
	width:20%;
	}				
.mission h3 {
	font-size:26px;
    color: #94086f;
    font-weight: 600;
    margin: 10px 0 5px 0;
    font-family:"Poppins-SemiBold";
	}
.mission p {
	font-size:18px;
    margin: 2rem 0;
    color: #0a3562;
	}	
.accordion-wrapper {
    border-radius: 8px;
    overflow: hidden;
    margin:0 auto;
}
.accordion {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 16px;
}
.accordion input {
	display:none;
	}
.accordion:last-child{
    margin-bottom: 0;
}
p.step {
    margin: 0;
    background: #fff;
    color: #022076;
    display: table;
    padding: 0.4rem 1rem;
    border-radius: 2rem;
    font-size: 12px;
    
}
.accordion-label {
    /*display: flex;*/
   color: #fff;
    font-family: "Poppins-SemiBold";
    font-size: 31px;
    margin: 0rem 0;
    cursor: pointer;
}
.accordion-label:hover {
    color:#e40a65;
}
.accordion-content {
    max-height: 0;
    padding: 0;
    color: rgba(4,57,94,1);
    -webkit-transition: all 1.3s;
    transition: all 1.3s;
}
.accordion-content p{
    margin: 0;
    color: rgb(255 255 255 / 62%);
    font-size: 16px;
	line-height:33px;
	font-family:"Poppins-Light";
}
input:checked + .accordion-label {
    color:#e40a65;
}
input:checked ~ .accordion-content {
    max-height: 100vh;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ffffff1f;
}
.miandvis {
	width:100%;
	padding:0;
	background:#fff;
	padding:5rem 6%;
	}



.line {
	height:1px;
	width:100%;
	background:#0a356238;
	}	
.l_a_o {
	padding: 2rem 0;
	}
.l_a_o h2 {
	font-size: 51px;
    font-family: "Poppins-Bold";
    color: #09054b;
	}
.l_a_o p {
	font-size: 21px;
    font-weight: 600;
    line-height: 40px;
    margin: 2rem 0;
    color: #050b29a1;
	}
.abtqt {
	}
.abtqt ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}
.abtqt ul li {
    width: 33%;
    padding:2rem;
}

.abtbt ul {
	padding:0;
	}	
.abtbt ul li {
	display: inline-block;
    padding:1rem 2rem 1rem 1rem;
    /* float: left; */
    margin-right: 1rem;
    margin-bottom: 1rem;
    background: #c7058f;
    color: #fff;
    text-transform: uppercase;
    border-radius: 1rem;
    font-size: 21px;
	}	
.abtbt ul li i {
	background:#fff;
	padding:5px;
	color:#c7058f;
	border-radius:5rem;
	margin-right:1rem;
	}	


.inpage_toppart {
	padding: 60px 75px;
    margin: 0rem 0 7rem 0;
    background:#9a0b6f url(../images/wave.png) no-repeat bottom;
	background-size:contain;
	}
.d_con_st {
	margin-top: 3rem;
	}		
.d_con_st h3 {
	font-size:59px;
    color: #fff;
	font-family:"Poppins-SemiBold";
    font-weight: 600;
    margin: 5px 0 0px 0;
	}	
.d_con_st p {
	font-size: 19px;
	font-family:"Poppins-Light";
	line-height:40px;
    color: #ffffffcc;
    margin: 2rem 0 0 0;
	}	
.in_pg_ph img {
	width:95%;
	border-radius: 2rem;
	}
.app_ph img {
	width:100%;
	}		
.readmore1 {
	margin-top:3rem;
	margin-right:2rem;
	float:left;
	}
	
.readmore1 a {
	color:#000;
	background:#efcf1c;
	padding:0.7rem 1rem;
	font-weight:100;
	display: block;
	}
.readmore1 a i {
	margin:0 0 0 0.7rem;
	}		
.readmore2 {
	margin-top:3rem;
	margin-right:2rem;
	float:left;
	}
	
.readmore2 a {
	color:#fff;
	border:1px solid #fff;
	padding:0.6rem 1rem;
	font-weight:100;
	display: block;
	}
.readmore2 a i {
	margin:0 0 0 0.7rem;
	}	
.l_a_i {
	
	}
.l_a_i h2 {
	font-size: 41px;
    color: #94086f;
    font-weight: 600;
    margin: 0px 0 5px 0;
    font-family:"Poppins-SemiBold";
	}
.l_a_i h3 {
	font-size: 30px;
    color: #94086f;
    line-height: 48px;
    font-weight: 600;
    margin: 0px 0 5px 0;
    font-family: "Poppins-Regular";
	}		
.l_a_i ul {
	padding:0;
	}
.l_a_i ul li {
	display:block;
    padding: 1rem 2rem 1rem 1rem;
    /* float: left; */
    margin-right: 1rem;
    color: #0a3562b5;
    font-size: 21px;
	}	
.l_a_i ul li i {
    background: #0a3562b5;
    padding: 5px;
    color: #fff;
    border-radius: 5rem;
    margin-right: 1rem;
}	
.l_a_l {
	margin-bottom:3rem;
	}
.l_a_i {
	margin-bottom:3rem;
	}	
.l_a_daf p {
    /* float: left; */
    margin-right: 1rem;
    color: #0a3562b5;
    font-size: 19px;
	}	
.l_a_daf {
	margin-bottom:3rem;
	padding-bottom:3rem;
	border-bottom: 1px solid #0a356240;
	}	
.l_a_daf h2 {
	font-size: 32px;
    color: #94086f;
    font-weight: 600;
    margin: 0px 0 15px 0;
    font-family:"Poppins-SemiBold";
	}
.light_bg {
    margin: 0 auto 7rem auto;
	width:90%;
	background:#212164;
	padding:0;
	}
.g_w_t {
	margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #0a356240;
	}	
.g_w_t h2 {
	font-size: 32px;
    color: #94086f;
    font-weight: 600;
    margin: 0px 0 2rem 0;
    font-family:"Poppins-SemiBold";
	}
.key_f {
	}	
.key_f h3 {
	font-size: 21px;
    color: #94086f;
    font-weight: 600;
    margin: 10px 0 5px 0;
    font-family: "Poppins-SemiBold";
	}	
.key_f p {
	font-size: 18px;
    margin: 2rem 0;
    color: #0a3562b5;
	}
.key_f img {
	width:100%;
	}		
.l_a_st {
	margin-bottom: 5rem;
	}	
.l_a_st h3 {
	font-size: 28px;
    color: #94086f;
    font-weight: 600;
    margin: 0px 0 0.5rem 0;
    font-family:"Poppins-SemiBold";
	}
.l_a_st p {
	font-size: 18px;
    margin:1rem 0 2rem 0;
    color: #0a3562b5;
	}
.key_f_lo {
	padding:5rem 5rem 0 5rem;
	}
.key_f_lo h3 {
	font-size: 42px;
    color: #fff;
    font-weight: 600;
    margin: 0px 0 15px 0;
    font-family: "Poppins-Bold";
	}
.key_f_lo ul {
	padding:0;
	}	
.key_f_lo ul li {
	font-size: 16px;
    margin: 1.7rem 0;
    color: #ffffff7d;
	font-style:italic;
	}	
.inpage_blog_top {
	padding: 2rem 6rem;
    margin: 0rem 0 5rem 0;
    background: #3e1f77;
	}
.inpage_blog_top h3 {
	float:left;
	color: #fff;
    font-weight: 600;
    font-size: 38px;
    font-family: "Poppins-Bold";
	}	
.inpage_blog_top ul {
	display: inline-flex;
    margin-left: 26px;
	margin-top:10px;
	}	
.inpage_blog_top ul li {
    position: relative;
    padding-right: 18px;
    margin-right: 18px;
	font-size: 18px;
    color: #fff;
	}	
.inpage_blog_top ul li:before {
    position: absolute;
    content: "-";
    right: -2px;
    top: 0;
    color: #fff;
}		
.inpage_blog_top ul li:last-child {
    padding: 0;
    margin: 0;
}																					
/*inpage about end*/


/*blog start*/
.blog {
	margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #00000026;
	}
.media {
    display: flex;
}
.media figure {
    margin: 0 48px 0 0;
    max-width: 30%;
}
.media figure img {
    height: auto !important;
    display: block;
	width:100%
}
.media-object h3 {
	font-size:18px;
	font-family:"Poppins-SemiBold";
	color: #a629a9;
	}
.media-object h2 a {
	font-size:31px;
	color:#032548;
	transition:all 0.3s ease-in-out; 
	}
.media-object h2 a:hover {
	color:#761778;
	}
.media-object p {
	color: #0a3562b5;
    font-size: 18px;
	}		
.media-object ul {
    display: flex;
    margin: 16px 0 0;
	padding:0;
}
.media-object li {
    color: #032548;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    margin: 0 24px 0 0;
}
.media-object li i {
    color: #a629a9;
    margin: 0 12px 0 0;
    font-size: 25px;
}
.blog_right {
	padding:1rem;
	border:1px solid #00000026;
	margin-bottom:1rem;
	}
.blog_right img {
	width:100%;
	}	
.project_poltion ul {
    display: flex;
	padding:0;
	margin:0;
}
.project_poltion ul li {
    width: 33.33%;
    text-align: center;
}	
.project_poltion ul li i {
    color: #ff4c01;
    font-size: 25px;
}
.project_poltion h3 {
    color: #ff4c01;
    margin: 17px 0 0;
	font-family:"Poppins-SemiBold";
	font-size: 22px;
}
.project_poltion p {
    color: #202020;
	font-family:"Poppins-SemiBold";
	font-size: 15px;
	margin:0;
}
.media-photo figure {
    margin: 0 0 0 0;
    max-width: 100%;
}
.media-photo figure img {
    height: auto !important;
    display: block;
	width:100%
}
.blog_details {
	margin-bottom: 3rem;
    padding-bottom: 3rem;
	}
.media-photo {
	margin-top:3rem;
	padding-top:3rem;
	border-top: 1px solid #00000026;
	margin-bottom:3rem;
	}
.media-object-details h3 {
	font-size: 25px;
    color: #94086f;
    line-height: 48px;
    font-weight: 600;
    margin: 0px 0 5px 0;
    font-family: "Poppins-Regular";
	}
.media-object-details p {
	color: #0a3562b5;
    font-size: 17px;
	}	
.media-object-details ul {
	padding: 0;
	}
.media-object-details ul li {
	display: block;
    padding: 0rem 0rem 1rem 0rem;
    /* float: left; */
    margin-right: 1rem;
    color: #0a3562b5;
    font-size: 17px;
	}		
.b_r_b a {
	font-size:21px;
    color: #000;
    transition: all 0.3s ease-in-out;
	}	
.b_r_b a:hover {
	color: #761778;
	}	
/*blog end*/

/*career start*/	
.inpage_career {	
	padding: 0;
    height: 38rem;
    overflow: hidden;	
	position: relative;
	background:url(../images/What-is-Web-Developer.jpg) no-repeat right;
	background-size: cover;
}
.inpage_career img {
	width:100%;
	transition: all 1.3s ease-in-out;
	}
.testpage_heading {
    position: absolute;
    bottom:0rem;
    width:100%;
	text-align:center;
	background: linear-gradient(180deg, #032d5800, #050325);
}	
.testpage_heading h2 {
	color:#fff;
	font-family: "Poppins-Bold";
	font-size:61px;
	margin-bottom:2rem
	}	
.testpage_heading p {
	color:#fff;
	font-size:17px;
	}	
.testpage_heading p span {
	color:#fff;
	background:#e40a65;
	padding:2px 7px;
	font-family:"Poppins-SemiBold";
	}	
.opening_view {
	margin-top:2rem;
	}		
.opening_view a {
	border:1px solid #fff;
	color:#fff;
	padding:0.7rem 2rem;
	display:inline-block;
	border-radius:5px;
	transition:all 0.3s ease-in-out;
	}	
.opening_view a:hover {
	background:#e40a65;
	border:1px solid #e40a65;
	}	
.career_body {
	margin:8rem 0;
	}	
	
.career_photo img {
	width:100%;
	float:right;
	border-radius:2rem;
	}	
.career_c_t {
	width:120%;
	background:#fff;
	padding:4rem;
	z-index:10;
	position:relative;
	float:right;
	box-shadow:20px 20px 0px #0a35626e;
	margin-right:15%;
	}
.career_c_t p {
	color: #0a3562b5;
    font-size: 18px;
	}	
.c_he_ad h2 {
	font-size:51px;
	color:#fff;
	margin:2rem 0;
	}
.c_he_ad h2 span {
	font-family: "Poppins-Bold";
	background:linear-gradient(to right, #e40a65 0%, #0075ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	}			
.car_why {
	margin:8rem auto;
	}
.car_why h2 {
	text-align:center;
	font-size:71px;
    color: #fff;
    margin: 0px 0 2rem 0;
    font-family: "Poppins-Bold";
	}	
.car_why p {
	text-align:center;
	font-size: 18px;
    margin: 2rem 0;
    color: #ffffff85;
	width:80%;
	margin:0 auto;
	}	
.car_why ul {
	padding:0;
	display:flex;
	}	
.car_why ul li {
	width:24%;
	padding:4rem 2rem 2rem 2rem;
	display:inline-block;
	text-align:center;
	color: #ffffff85;
	}
.car_why ul li p {
	font-family: "Poppins-SemiBold";
	color: #fff;
	font-size: 27px;
	margin-bottom:2rem;
	}	
.recru {
	width:90%;
	margin:0 auto;
	}	
.recru h3 {
	font-size: 31px;
    font-family: "Poppins-Bold";
    color: #09054b;
	}
			
/*career end*/
.on_hover_cont p {
	font-size: 16px;
    line-height: 31px;
    color: #0a3562;
	text-align:left;
	}
.mbotu {
    margin-bottom:3rem;
}
.form-control2 {
    display: block;
    width: 100%;
    height: 60px;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #ffffff9c;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border: none;
    border-bottom: 1px solid #ffffff4f;
    transition: all 0.3s ease-in-out;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#ffffff4f;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#ffffff4f;
	border-bottom: 1px solid #e40a65;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:#ffffff4f;
	border-bottom: 1px solid #e40a65;
}	
input[type=text]:focus,input[type=email]:focus, input[type=number]:focus, textarea:focus, select:focus {
  border-bottom: 1px solid #e40a65;
  padding-left: 7px;
  outline:none;
}
select.form-control1 {
	font-size:14px;
	}
select[type=text]:focus,select[type=email]:focus {
  
  padding-left: 7px;
  outline:none;
}
.quesendsss {
    border-radius:5rem;
    padding: 1.1rem 4rem;
    font-size: 19px;
    color: #fff;
	border:none;
	transition:all 0.3s ease-in-out;
}
.quesendsss:hover {
    color: #fff;
	}	
.inpage_contact {
	padding:0;
    margin: 0rem 0 7rem 0;
    background: #80095c;
	}
.form {
	padding:4rem 6rem 6rem 6rem;
	}		
.form h2 {
	font-size: 35px;
    line-height: 57px;
    color: #fff;
    font-weight: 600;
    margin: 5px 0 0px 0;
	}
.form p {
	font-size: 19px;
    line-height: 35px;
    color: #ffffffcc;
    margin:0 0 2rem 0;
    font-style: italic;
	}	
.contact_bg {
    background: url(../images/ProductiveOfficeMeetings.jpg) no-repeat center;
}
.contact_dit {
    padding:5rem 3rem 5rem 3rem;
    background: #000313ba;
}
.contact_dit h2 {
    margin: 0 0 2rem 0;
    color: #fff;
    font-size: 31px;
    font-weight: 600;
}		
.ad_di h3 {
	color:#fff;
	font-size:21px;
	}
.ad_di h3 i {
	height: 35px;
    width: 35px;
    text-align: center;
    font-size: 17px;
    line-height: 37px;
    margin-right: 0.5rem;
    border-radius: 100%;
	}		
.ad_di h3 i.fa-phone {
	background:#36C;
	}
.ad_di h3 i.fa-whatsapp {
	background:#33cc39;
	}
.ad_di h3 i.fa-envelope {
	background:#19bdff;
	}
.ad_di h3 i.fa-file-contract {
	background:#ffb219;
	}			
.ad_di p a {
	color:#fff;
	margin-left:35px;
	}
.ad_di p a:hover {
	color:#2de5ff;
	}	
.part_a_c_m {
	margin:2rem 0;
	}	
.social_wr a i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    margin-right: 15px;
    transition: 0.4s ease-in-out;
    font-size: 14px;
	color:#fff;
    font-weight: 200;
}	
.social_wr a i.fa-facebook-f {
	background:#1877F2;
	}
.social_wr a i.fa-linkedin-in {
	background:#0077B5;
	}	
.inpage_cont {
	margin-bottom:5rem;
	}	
.inpage_cont h2 {
	background: linear-gradient(to right, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	 font-family: "Poppins-Bold";
	 font-size:41px;
	}	
.privacy h3 {
	font-size: 31px;
    font-family: "Poppins-SemiBold";
    color: #09054b;
	margin-top: 2rem;
}
.privacy p {
	font-size: 17px;
    line-height: 33px;
    color: #050b29f7;
	font-family:"Poppins-Light";
	}
	
	
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,50px);
}
.modal-dialog {
	max-width: 100%;
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
      
} 

.modal.show .modal-dialog {
    transform: none;
}

.modal-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #050325;
  border:none;
  
}
.modal-header {
	border:none;
	}
.btn-close {
	margin-top:-5rem !important;
	color:#fff;
	}	
.search_box h2 {
	text-align:center;
	color:#fff;
	margin:0rem 0 1rem 0;
	font-family: "Poppins-SemiBold";
	font-size:91px;
	}
.search_box p {
	text-align:center;
	color:#fff;
	margin:0 0 3rem 0;
	font-family:"Poppins-Light";
	font-size:31px;
	}		
.search_box	{
	width:85%;
	margin:0 auto;
	padding-bottom:3rem;
	}
.contact_cont {
	
	}
.contact_cont h2 {
	text-align:center;
	}		
.contact_cont h2 span {
	background: linear-gradient(to right, #e40a65 0%, #4196ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	 font-family: "Poppins-Bold";
	 font-size:111px;
	}	
.contact_cont p {
	text-align:center;
	font-size: 41px;
    margin: 3rem 0;
    color: #ff8e8e;
	font-family: "Poppins-SemiBold";
	}		
.cont_information {
	padding:7rem 0;
	}
.Contact_cont {
	margin-bottom:3.5rem;
	width:80%;
	
	}	
.Contact_cont h3 {
	font-family: "Poppins-Regular";
	font-size:27px;
	color:#fff;
	}	
.Contact_cont p {
	color:#ffffffa6;
	font-size:21px;
	margin-top:1rem;
	}
.Contact_cont p a {
    color:#ffffffa6;
    transition: all 0.3s ease-in-out;
}
.Contact_cont p a:hover {
    color: #e40a65;
}
.foot_contact {
    text-align: center;
}
.foot_contact p {
    font-size:21px;
}
.foot_contact p a {
    color: #e40a65;
    text-decoration: underline;
}
.app_nt {
	margin:2rem 0;
	}		
.app_nt h3 {
	font-size:51px;
    line-height: 57px;
    color: #fff;
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    margin: 5px 0 0px 0;
	}
.app_nt p {
	font-size: 17px;
    font-family: "Poppins-Light";
    line-height: 35px;
    color: #ffffffa6;
    margin:0;
	}	
.tech_cont {
	margin-bottom: 5rem;
    padding-bottom: 2rem;
	}
.tech_cont h3 {
	font-size: 51px;
    color: #fff;
    margin: 10px 0 5px 0;
    font-family: "Poppins-Bold";
	}			
.app_log {
	margin:2rem 0 0 0;
	}	
.app_log li {
	width: 16%;
    background: #fff;
    display: inline-block;
    text-align: center;
	float:left;
	padding:0.5rem 0;
    line-height: 70px;
    align-content: center;
    position: relative;
    margin:0.3%;
    transition: all0 .3s ease-in-out;
	}
.app_log li img {
	width:90%;
	}
	
.work_cont {
	
	}	
.work_cont h2 {
    font-size: 111px;
    font-family: "Poppins-SemiBold";
    color: #fff;
    margin: 10px 0 5px 0;
}	
.work_cont p {
	color:#fff;
	font-size:21px;
	}
.portf {
	margin:2rem 0;
	}		
.port_img img {
	width:100%;
	border-radius:1rem;
	}	
.port_name {
	text-align:center;
	padding:3rem 0 0 0;
	}	
.port_name p a {
	color:#fff;
	font-size:25px;
	}	
.port_name p b {
	font-family: "Poppins-SemiBold";
	}
.port_information {
	padding: 4rem 0;
	}	
	
.tabby-tabs {
  margin-bottom:25px;
  padding: 3rem 0 2rem 0;
}
.tabby-tabs ul {
	padding:0;
	text-align: center;
	display: flex;
    border-top: 1px solid #1f243a;
    border-bottom: 1px solid #1f243a;
	}
.tabby-tabs li {
  display: inline-block;
  width: 25%;
  float: left;
}
.tabby-tabs li:last-child {
	border-right: none;
	}
.tabby-tabs li a {
  position: relative;
  display: block;
  padding: 3rem 1.5rem;
  color: #939ab9;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.tabby-tabs li a:hover, .tabby-tabs li a.active {
  color: #e40a65;
  text-decoration: none;
  background: #0e142f;
}
div[data-tab="tab2"] {
  display:none;
  position: relative;
  
}	
.ulli ul li {
	font-size:20px;
  font-family: "Poppins-Light";
  line-height: 41px;
  color: #ffffffa6;
  list-style-type: circle;
}	

.hostblock {
	padding: 1rem 2rem;
	background: #020836;
	border-radius: 1rem;
  position: relative;
}	
.hostblock img {
  float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    width: 20%;
}
.pad_same {
	padding: 1rem;
}		
.bg1 {
	
}	
.bg2 {
	
}	
.bg3 {
	
}	
.bg4 {
	
}	
.bg5 {
	
}	
.bg6 {
	
}	
.hostn h2 {
	color: #fff;
	font-family: "Poppins-Regular";
	margin: 1rem 0;
}
.hostn p {
	color: #ffffffa8;
    margin: 25px 0 0 0;
    font-family: "Poppins-Light";
    font-size: 18px;
}
.hostn h4 {
    color: #ffffffa8;
    margin: 5px 0;
    font-family: "Poppins-Light";
    font-size: 29px;
}	
.host_ing {
  padding: 3rem 0;
  border-bottom: 1px solid #0a356240;
  margin-bottom: 4rem;
}	
.hosti {
  border-bottom: 1px solid #0a356240;
  padding: 1rem 0;
  margin-bottom: 2rem;
}	
.hosti h3 {
  font-size: 35px;
    color: #fff;
    font-family: "Poppins-Regular";
} 
.hosti p {} 

.branding_photo img {
 width: 100%; 
}	
	
.box:before{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color:rgba(0,0,0,0.9);
            opacity: 0;
            transition: all 0.5s ease 0s;
        }
        .box:hover:before{
            opacity: 1;
        }
        .box{
            text-align: center;
            position: relative;
            overflow: hidden;
            color: #fff;
            border-radius: 1rem;
            margin-top: 3rem;
        }
        .box:after{
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            left: 170%;
            top: 0;
            transform: skewX(45deg);
            transition: all 1s ease 0s;
            
            background: linear-gradient(80deg, #032d5800, #021e5c);
            z-index: 1;
        }
        .box:hover:after{
            left: -170%;
            top: 0;
        }
        .box img{
            width: 100%;
            height: auto;
        }
        .box a{
            width: 100%;
            position: absolute;
            height: 100%;
            display: flex;
            top: 0;
        }
        .box .box-content{
            position: absolute;
            bottom: -100%;
            left: 0;
            width: 100%;
            transition: all 0.5s ease 0s;
        }
        .box:hover .box-content{
            bottom: 40%;
        }
        .box .box-content .name{
            font-size:31px;
            margin: 0 0 10px;
            display: block;
            font-family: "Poppins-SemiBold";
            color: #e40a65;
        }
        .box .box-content .post{
            display: block;
            font-size: 19px;
            font-style: italic;
            color:#939ab9;
        }  
.boxsame {
    text-align: center;
    margin-bottom: 4rem;
    padding: 0 3rem;
} 
.boxsame h3 {
    font-size: 31px;
    color: #e40a65;
    font-family: "Poppins-SemiBold";
}
.boxsame p {
    color:#fff;
}
 .ha-steps-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
    padding: 40px;
    border-radius: 50%;
    border: 5px solid #e40a65;
    text-align: center;
    font-size: 46px;
} 

.ha-steps-label {
    position: absolute;
    top: 5px;
    right: 0;
    overflow: hidden;
    padding: 8px 10px;
    max-width: 200%;
    border: 3px solid #050325;
    border-radius: 20px;
    background-color: #e40a65;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1;
}
.ha-step-arrow, .ha-step-arrow:after {
    position: absolute;
    display: inline-block;
    border-top: 1px solid #ddd;
}
.ha-step-arrow {
    top: 49%;
    left: calc(100% + 20px);
    width: 100px;
    -webkit-transform: rotate(var(--ha-stepflow-direction-angle, 0));
    -ms-transform: rotate(var(--ha-stepflow-direction-angle,0));
    transform: rotate(var(--ha-stepflow-direction-angle, 0));
    -webkit-transform-origin: var(--ha-stepflow-direction-origin-x) center;
    -ms-transform-origin: var(--ha-stepflow-direction-origin-x) center;
    transform-origin: var(--ha-stepflow-direction-origin-x) center;
}
 .ha-step-arrow {
    width: 150px;
    top: 78px;
    left: calc(100% + 58px);
    border-color: #FBFAFA;
}
.ha-step-arrow:after {
    top: -2px;
    right: 5px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #ddd;
    color: #ddd;
    content: "";
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.borderbbb {
    border-bottom: 1px solid #0a356240;
}
 .whychouse h3 {
     font-size: 31px;
    color: #e40a65;
    font-family: "Poppins-Regular";
    margin: 4rem 0 0px 0;
 }  
 .whychouse ul {
     padding:0px;
     margin: 1rem 0 0 0;
 }
 
 .whychouse ul li {
     color: #fff;
     margin: 1rem 0;
     font-size: 19px;
 }
        
        
        
        
	
	
	
			
		