@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: 'Bavista_Soulare';
  font-style: normal;
  font-weight:400;
  src: local('Bavista_Soulare'), local('Bavista_Soulare'), url("../font/AGaramondPro-Regular.otf") format('truetype');
}

@font-face {
  font-family:"OXFORD__";
  font-style: normal;
  font-weight: 600;
  src: local('OXFORD__'), local('OXFORD__'), url("../font/OXFORD__.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-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:"Abel-Regular";
  font-style: normal;
  font-weight:200;
  src: local('AccidentalPresidency'), local('AccidentalPresidency'), url("../font/Abel-Regular.ttf") format('truetype');
}


body {
	margin:0;
	padding:0;
	font-size:16px;
	color:#333;
	top:0;
	background: #fff;
	overflow-x: hidden;
	font-family:"Abel-Regular";
	}
a {
	text-decoration:none;
	}
ul,li,lo {
	list-style-type:none;
	}
h1, h2, h3, h4, h5, h6, p, span, b, ul, a, label {
	user-select: none;
	}	
.cle {
	clear:both;
	margin:0;
	padding:0;
	}
.no_pad {
	padding:0;
	}	
.catlog {
	text-align:center;
	float:right;
	}
.topp {
	width:95%;
	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, #c18b0d 0%, #423644 51%, #c18b0d 100%);
}		
button .info {
	padding:9px 25px;
	}					

.absolute-div {
    width: 100%;
    z-index: 999;
    position: absolute;
	padding:5px 0;
	}

.logo {
	padding:0;
	margin-top:0px;
	float:left;
	}
.logo img {
	z-index:99;
	display: -webkit-inline-box;
	height:80px;
	filter: brightness(0) invert(1) !important;
	}
.for_res_bg {
	}		
.navbar {
	margin-bottom:0px;
    margin-top: 0px;
	}	
.navibar {
	z-index: 99;
    position: absolute;
    
	}	


.sticky {
  position: fixed;
  top: 0;
  padding:5px 0;
  width: 100%;
  height: fit-content;
  transition:all 0.3s ease-out;
  background:#fff;
  box-shadow:0px 0px 4px #2c2c2c45;
}
.sticky .logo img {
	filter:none !important;
	height: 60px;
	}
.sticky .navbar-nav > li > a {
	color:#0462aa ;
	}	
.sticky + .content {
  padding-top: 0px;
}
.sticky .navbar {
    padding: 0;
}
/* Demo purposes only */

.navbar-nav {margin-right:0px;}
.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 6px;}
.navbar-nav > li:last-child {background:none;}
.navbar-nav > li > a{color:#ffffff ; transition:all 0.3s ease-in-out; font-size:17px; font-family:"Abel-Regular"; padding:10px 20px 10px 20px; font-weight:500; position: relative; text-transform:uppercase;}

.navbar-nav > li > a::before{
  content: "";
  width: 100%;
  height:0px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}
.navbar-nav > li > a:hover::before{
  transform: scale3d(1,1,1);
}
.navbar-nav > li > a::before{
  background: #efa21b;
  transform-origin: 100% 50%;
}
.navbar-nav > li > a:hover::before{
  transform-origin: 0 50%;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > li > a:hover{ color: #fff  ;  background-color: rgba(0,90,213,0.0); }

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color:#fff ;
    background-color: #3ab54a;
}
.navbar-nav > li > a.active {
	
	}
.solution_dropdown {
	width:24rem !important;
	}	
.dropdown-menu	{
	background-color: #fff;
	border-radius:7px;
	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:#efa21b;
	font-family:"Poppins-SemiBold";
	font-size:16px;
	margin:7px 0 0 0;
	}
ul.d_down h3 a {
	color:#efa21b;
	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: 14px;
	color:#242065;
	transition:all 0.3s ease-in-out;
	}	
ul .d_down li a:hover {
	color:#efa21b ;
	padding-left:10px;
	}
ul .d_down li a i {
	margin-right:1rem;
	}	
.r_menu_p_o {
	padding:1rem 0.5rem;
	}			
/*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: absolute;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width:48rem;
  top: auto;
  margin-top:2rem;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu img {
	margin-top:-1.6rem;
	margin-left:1rem;
	position: absolute;
	}
.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.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);
}*/

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}
.about_wel {
	width:80%;
	margin:0 auto;
	}
.anti_photo {
	}
.anti_photo img {
	width:95%;
	}	
.anti_cont {
	}
.anti_cont h2 {
	font-family: 'Bavista_Soulare';
    font-size: 27px;
    color: #0462aa;
	}
.anti_cont span {
	background: #0462aa;
	color:#fff;
	padding:0.7rem 1rem;
	font-size:21px;
	display: inline-block;
	}	
.anti_cont h3 {
	font-family: 'Bavista_Soulare';
    font-size: 21px;
    color: #021222b5;
	}	
.anti_cont p {
	color: #021222b5;
    font-size: 17px;
    line-height: 31px;
	margin-bottom:41px;
	}	
.anti_cont ul {
	}	
.anti_cont ul li {
	color: #021222b5;
    font-size: 19px;
    line-height: 35px;
	list-style-type:circle;
	}			
.inb_body {
	margin:4rem 0;
	}
.padding_adjust img {
    width: 100%;
	height: 13rem;
    float: left;
    margin: 0.2%;
    display: flex;
    transition: all 0.3s ease-in-out;
}
.padding_adjust img:hover {
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
	}
.padding_adjust {
    padding: 7px;
}

/*popup start*/
#mask {
  position: fixed;
    overflow: hidden;
  left:0;
  top:0;
  width:100%;
  height:100vh;
  background:#000000d9;
  z-index:9000;
}  
#boxes .window {
  position: fixed;
    z-index: 9999;
    padding: 20px;
    text-align: center;
    background: #f65a56 url(../images/pngtree-abstract-dot-white-polka-dot-black-png-image_8796915.png) left bottom repeat;
    margin: 8% auto 0 auto;
    background-size: auto;
    top: 0;
    left: 30%;
    width: 40%;
    height: auto;
}
#boxes #dialog {
  
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}

#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
  padding:10px 30px 0px 30px;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
  text-align:center;
}
#popupfoot a{
	text-decoration: none;
	color:#000;
	opacity:0.9;
}
.agree:hover{
	color:#000;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}
.window h2 {
	margin:0;
	padding:10px 0;
	color:#fff;
	border-radius: 15px 15px 0 0;
	}
.window h5 {
	border-bottom:1px solid #000;
	padding-bottom:1rem;
	margin-bottom:2rem;
	color:#000;
	}	
	
#lorem p {
	font-size:21px;
	color:#000;
	}	
	
.butt_start {
	border-radius: 5px;
    padding: 11px 25px;
    font-size: 16px;
    width: 60%;
	position: relative;
    margin-top: 2rem;
    left: 20%;
    color: #fff;
    background: #021222;
    border: 1px solid #0212229c;
    transition: all 0.3s ease-in-out;
	}
.butt_start:hover {
    background: #fff;
    border-color: #fff;
    color: #f65a56;
}	
/*popup end*/

.whatWeBx {
    width: 100%;
    margin:30px 0 0;
    border-radius:3rem;
    text-align: center;
    padding: 50px 15px 20px;
	min-height:24rem;
	transition:all 0.3s ease-in-out;
}
.whatWeBx:hover {
	background:#0276cf;
	}
.no_pad .row>div:nth-child(1) .whatWeBx {
    margin: 90px 0 0;
}
.no_pad .row>div:nth-child(4) .whatWeBx {
    margin-top: -30px;
}
.whatWeBx h3 {
    color: #fff;
    font-size: 31px;
    font-weight: 500;
    line-height: 30px;
	font-family: 'Bavista_Soulare';
}
.whatWeBx p {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
}

.whatWeBx i {
    color: #fff;
    margin: 0 auto 20px;
    font-size: 70px;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
}
.check_cont {
	margin-top: 10rem !important;
    padding: 0 0 0 4rem !important;
	}














.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:#f65a56 !important;
}	
.sticky .nav-link:focus, .nav-link:hover {
	/*background: #242065;*/
	color:#f65a56 !important;
	}	
/*menu animation end*/
/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container{ width:100%; margin:auto; clear:both; padding:0 0px; height:125vh;}
.slider_container:after {
    content: '';
    position: absolute;
    bottom:-25vh;
    left: 0;
    width: 100%;
    height: 70px;
    background: url(../images/banner-buttom.png) no-repeat scroll center bottom;
    background-size: 100% auto;
}
.bb_log {
	text-align: center;
    margin-top: -46px;
    position: relative;
    z-index: 1;
	}
.bb_log img {
	width:135px;
	}	
.cliver {
	width: 100%;
    position: absolute;
    height:125vh;
    top: 0;
    background: #2648622e;
	}
.flex-caption{ position: absolute; top:19%; margin: 0 auto 0 auto; width: 100%;}	
.caption_title_line p span {
    color: #fff;
    display: inline-block;
    border-radius: 50px;
	font-size:42px;
}	
.caption_title_line{  height:auto; color:#303030;   padding:35px; margin:0 0 0 2.5%;  width:50%; }
.caption_title_line h1 {
	display:inline-block;
	color:#fff;
	width:100%;
	font-family: 'Bavista_Soulare';
	font-size:101px;
	line-height:99px;
	padding: 0 0 10px 0;
	}
.fdfd p {
	display:inline-block;
	color:#fff;
	font-size:29px;
	padding:0 4px;
	}
	

.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav {margin: 0; padding: 0; list-style: none;} 
.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:125vh; 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: inherit; 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:48px; height:60px; margin:0; position: absolute;  cursor: pointer; text-indent: -9999px;}
.cliver:hover .flex-direction-nav {
	opacity:1;
	}
.flex-direction-nav li a.next {background:url(../images/banner/next.png) no-repeat center; bottom:45%; right:-73px; transition:all 0.3s ease-in-out; opacity:0; transition:all 0.8s ease-in-out;}
.flex-direction-nav li a.prev {background:url(../images/banner/prev.png) no-repeat center;bottom:45%; left:-73px; transition:all 0.3s ease-in-out; opacity:0; transition:all 0.8s ease-in-out;}
.slider_container:hover .flex-direction-nav li a.next {background:url(../images/banner/next.png) no-repeat center; padding-right:20px; right:0%; opacity:0.3;}
.slider_container:hover .flex-direction-nav li a.prev {background:url(../images/banner/prev.png) no-repeat center; padding-left:20px; left:0%; opacity:0.3;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
.slider_container:hover .flex-direction-nav li a.prev:hover {opacity:1;}
.slider_container:hover .flex-direction-nav li a.next:hover {opacity:1;}
/* Control Nav */
.flex-control-nav {position: absolute;bottom:-1%; left: 5%; z-index:1; }
.flex-control-nav li {margin: 7px 0px 0 7px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width:15px; height:15px; display: block; cursor: pointer; text-indent: -9999px; background:#DDD; border-radius:50%;}
.flex-control-nav li a:hover {background-position: 0 -13px; background:#0462aa;}
.flex-control-nav li a.active {cursor: default; background:#0462aa; }

/*-----------------------------------------------------------------------------------*/


.main-button {
  background-color: #1282e0;
  border: 0;
  padding:13px 25px 10px 25px;
  font-size: 15px;
  font-weight:600;
  border-radius:35px;
  cursor: pointer;
  color: #fff;
  font-family:"Poppins-SemiBold";
  position: relative;
  text-transform: uppercase;
}
.main-button:after {
  background-color: #1282e0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius:35px;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@-webkit-keyframes blink {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }
  100% {
    transform: scale3d(1.1, 1.3, 1.1);
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }
  100% {
    transform: scale3d(1.1, 1.3, 1.1);
    opacity: 0;
  }
}
/* 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: #fff;
	}
.welweight {
	width:90%;
	margin:0 auto;
	}	
.welcomebody {
	width:100%;
	margin:5rem auto 3rem auto;
	padding:1rem 0 5rem 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:42px;
    line-height: 65px;
	font-weight: 600;
    margin: 10px 0 5px 0;
	font-family:"Poppins-Bold";
	color: #94086f;
	}
.welm h2 span {
	font-size:55px;
    line-height: 65px;
	font-family:"Poppins-Bold";
	font-weight: 600;
	background:linear-gradient(to right, #1d2a64 0%, #b8168d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	}	
.welm h3 {
    font-size:29px;
    color: #0a3562;
    line-height: 44px;
	font-weight: 600;
    margin: 5px 0 25px 0;
	}	
.welm p {
	color: #6161ff;
    float: left;
    padding-bottom: 5px;
    border-bottom: 2px solid #6161ff;
	}			
.welcomecompany {
    margin:5rem auto 3rem auto;
	padding:2rem 2rem 2rem 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:5rem;
	}
.founder_reg h4 {
	color: #0a3562;;
	font-family: "Poppins-SemiBold";
	}
.founder_reg h3 {
	color:#b8168d;
	font-family: "Poppins-Bold";
	font-size:39px;
	margin:0.5rem 0;
	}
.founder_reg p {
	font-size: 19px;
    color: #0a3562;
	}	
.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: 60px 75px;
	margin-bottom:5rem;
	border-radius:2rem;
    background-image: linear-gradient(60deg, #9a0b6f, #541b6e 100%);
	}
 	
.welm_main {
	text-align:center;
	}
.welm_main h2 {
    font-size:45px;
	color: #fff;
	font-weight: 600;
    margin: 10px 0 5px 0;
	font-family:"Poppins-Bold";
	}
.welm_main h3 {
    font-size:33px;
    color: #efb71c;
	font-weight: 600;
    margin: 5px 0 25px 0;
	}
.welm_main p {
    font-size:21px;
    color: #fff;
    line-height: 35px;
    margin: 5px 0 25px 0;
	}			
.tech_logo {
	padding: 5px 5px;
    border-radius: 50%;
    box-shadow: 1px 1px 25px #00000026;
    overflow: hidden;
	}	
.tech_logo img {
	width:100%;
	opacity:0.8;
	transition:all 0.3s ease-in-out;
	}
.tech_logo img:hover {
	filter: grayscale(0%);
	opacity:1;
	cursor:pointer;
	}	
.pro_block {
	border: 2px solid #d7e3f7;
    padding: 22px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background: #f1f4f9;
	}
.pro_block:hover {
	border: 2px solid #b0c1dd;
	background: #fff;
	}	
	
.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 2rem 0px 0px;
    width: 100%;
    max-width: 35%;
}
.about_pic2 img {
    width: 100%;
    height: 10rem;
}	
.pro_diteals {
    bottom: 0;
    width: 100%;
    padding:0;
}
.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:#317ebf;
	} 
.pro_diteals p {
	margin:0;
	color:#0a3562b5;
	}
.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 {
	color: #94086f;
    font-weight: 600;
    font-size:43px;
    /*font-family:"Poppins-Bold";*/
	}
.fca_la p {
	font-size: 17px;
    line-height: 31px;
    color: #0a3562;
    font-weight: 300;
	}	
.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 #0a356238;
	border-radius:1rem;
	color: #0a3562;
	font-family:"Poppins-SemiBold";
	transition:all 0.3s ease-in-out;
	}		
.tech_ha ul li:hover {
	border:2px solid #94086f;
	color: #fff;
	background:#94086f;
	box-shadow: 0px 0px 82px #0776b747;
	}
.v_b_w {
	width:87%;
	margin:0 auto;
	}
.pag_block_full {
	width:85%;
	margin:5rem auto 5rem auto;
	}	
.content_p {
	padding:2rem 1rem 0 2rem;
	margin-top:0rem;
	}	
.content_p h2  {
	color: #fff;
    font-size: 31px;
	line-height:57px;
    font-family: "Abel-Regular";
	}	
.content_p h2 span {
    font-weight:400;
    font-size:75px;
    font-family: 'Bavista_Soulare';
	}
.content_p p {
	font-size:19px;
	line-height:33px;
	margin:1rem 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: #317ebf;
    margin-right: 0.5rem;
	}
.block_desg {
	width:90%;
	margin: 5rem auto 5rem auto;
	}	
.content_blo {
	padding:2rem 1rem 0 2rem;
	margin-top:2rem;
	}
.content_blo h2 span {
	color: #0462aa;
    font-size:71px;
    font-family: 'Bavista_Soulare';
	}	
.content_blo p {
	font-size:19px;
	line-height:33px;
	margin:1rem 0 2rem 0;
	color:#0a3562;
	}		
.con_pho {
	position:relative;
	margin-top:-3rem;
	}		
.con_pho img {
	width:94%;
	background:#fff;
	padding:2rem;
	}
.bg_blue {
	background:url(../images/banner/slider/5.jpg) no-repeat center;
	background-size:cover;
	background-attachment:fixed;
    padding: 0;
	margin-bottom: 7rem;
	}
.pag_block_concp {
    width: 100%;
    background:rgb(10 39 60 / 40%);
	padding:3rem 5% 5rem 5%;
}	

.about_wel h2 {
    color: #000;
    font-size:31px;
    line-height: 57px;
    font-family: "Abel-Regular";
}
.about_wel h2 span {
    color: #0462aa;
    font-weight: 400;
    font-size: 71px;
    line-height: 57px;
    font-family: 'Bavista_Soulare';
}
.about_wel p {
    font-size: 19px;
    line-height: 33px;
    margin: 2rem 0;
    color: #000;
}
.rare_about_wel {
   width: 90%;
    margin:3rem auto 0 auto; 
}
.rare_about_wel h2 {
    color: #000;
    font-size:31px;
    line-height: 57px;
    font-family: "Abel-Regular";
}
.rare_about_wel h2 span {
    color: #0462aa;
    font-weight: 400;
    font-size: 71px;
    line-height: 57px;
    font-family: 'Bavista_Soulare';
}
.rare_about_wel p {
    font-size: 19px;
    line-height: 33px;
    margin: 2rem 0;
    color: #000;
}
.imageg {
	position:relative;
	overflow: hidden;
    border-radius: 1rem;
	}	
.imageg img {
	width:100%;
	border-radius:1rem;
	transition:all 0.7s ease-in-out;
	}
.fadein.visible:hover .imageg img {	
	transform: scale(1.1);	
	}
.vid_img_con {
	position: absolute;
    bottom: 41%;
    width: 100%;
    text-align: center;
	}
.vid_img_con p {
	color:#fff;
	font-size:15px;
	font-family:"Poppins-Regular";
	}
.vid_img_con h2 {
	color: #fff;
    font-weight: 600;
    font-size: 43px;
    font-family:"Poppins-Regular";
	margin-bottom:2rem;
	}
.vid_img_con button {
	padding: 20px 24px;
    color: #fff;
    font-size: 25px;
    line-height: 21px;
    border-radius: 50%;
	}	
.btn-close {
	right: -36px;
    
    z-index: 10;
    top: -15px;
    font-size:15px;
    opacity: 1;
	}	
					
.v_b_s {
	width:90%;
	margin:4rem auto 4rem auto;
	padding:0;
	background-image:linear-gradient(110deg, #f7e3ff, #4c4ee212 100%);
	}
.v_con {
	margin:0;
	}	
.v_con h2 {
	color: #94086f;
    font-weight: 600;
    font-size: 37px;
    font-family:"Poppins-SemiBold";
	margin-bottom:2rem;
	}	
.v_con p {
	font-size: 16px;
    line-height: 31px;
    color: #0a3562;
    font-weight: 300;
	}	
.readmore {
	margin-bottom:4rem;
	}	
.readmore a {
	font-size: 21px;
    font-family: "Abel-Regular";
    border: 1px solid #0462aa;
    color: #0462aa;
    padding: 0.7rem 1.7rem;
    border-radius: 5rem;
	display: inline-block;
	transition:all 0.3s ease-in-out;
	}	
.readmore a i {
	margin-left:1.5rem;
	
	transition:all 0.3s ease-in-out;
	}
.readmore a:hover i {
	-webkit-transform: rotate(45deg);
	color:#fff;
	}


.btn-style1 {
  position: relative;
  border-color: #979695;
  color: #979695;
}
.btn-style1:hover {
  transform: translateY(-0.25em);
  border-color: #0462aa;
  color: #fff;
  background:#0462aa;
}
.btn-style1:hover::before {
  opacity: 1;
}
.btn-style1::before {
  width: 100%;
  height: 1em;
  position: absolute;
  left: 0;
  bottom: -1.35em;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  opacity: 0;
  transition: all 0.65s;
  content: "";
}
.line {
	height:1px;
	background:#0000001f;
	width:88%;
	margin:0 auto;
	}	
	
	
	
.gradient-border-button {
    padding: 0.7rem 2.4rem;
    font-size: 1.1rem;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gradient-border-button {
    content: '';
    inset: -3px;
    background: linear-gradient(45deg, #60a5fa, #a78bfa, #60a5fa);
    border-radius:30px;
    z-index: -1;
    transition: opacity 0.3s ease;
    animation: borderRotate 4s linear infinite;
}
.pricing_heading h2 {
    text-align: center;
    color: #505883;
    font-size: 55px;
    padding-bottom: 32px;
    line-height: 43px;
   font-family:"Poppins-Regular";
}
.pricing_heading h2 span {
    font-size: 31px;
    color: #efa21b;
    font-family:"Poppins-Regular";
}
.price-range {
    border: 2px solid #d7e3f7;
    padding: 22px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background: #f1f4f9;
}
.price-range h2 {
    color: #0a3562;
    font-size: 35px;
    padding: 0px 10px;
    margin: 0;
}
.price-range h2 i {
    font-size: 35px;
}
.price-range h2 span {
    font-size: 21px;
}
.price-range h3 {
    color: #0a3562;
    padding: 0 0 25px 0;
    margin: 0;
    font-size:33px;
    font-weight: 600;
    font-family: "Poppins-SemiBold";
    transition: all 0.3s ease-in-out;
}
@keyframes borderRotate {
    0% { filter: hue-rotate(0deg); }
    100% { filter: hue-rotate(360deg); }
}

.gradient-border-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(96, 165, 250, 0.4);
}
.text_ali {
	text-align:center;
	margin-bottom: 2rem;
	}		
.faq {
	width:90%;
	margin:0rem auto 5rem auto;
	}
.faq h3 {
	color: #94086f;
    font-size:35px;
	margin:0 0 3rem 0.5rem;
	font-family:"Poppins-SemiBold";
	}		
.accordion {
	--bs-accordion-border-color: var(--bs-border-color);
	}
.accordion-item {
	margin-bottom:0rem;
	border: var(--bs-accordion-border-width) solid #f0f3ff;
	}
.accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button {
	background:#2e226d;
	color:#fff;
	box-shadow: none;
	padding: 1.3rem 1rem;
	} 
.accordion-button:hover {
	background:#2e226d;
	}	
.accordion-button h5 {
	margin:0;
	font-size:19px;
	}	
.accordion-body {
	background:#f0f3ff;
	color:#0a3562;
	}
.accordion-button:not(.collapsed) {
	background:#94086f;
	color:#fff;
	box-shadow: none;
	}


/** Remove Marker */
summary::-webkit-details-marker {
  display: none;
}

/** Rotate Icon */
details[open] .accordion-icon svg {
  transform: rotate(180deg);
}																
/********************************************************************************************************/


/******menu card start******/



.sidenav_all {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background:url(../images/c2.jpg) no-repeat;
  background-size:cover;
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav_all a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav_all a:hover {
  color: #f1f1f1;
}

.sidenav_all .closebtn_all {
  position: absolute;
  right: 0px;
    top: 0px;
    padding: 0px 10px;
    background: #c10d47;
    color: #fff;
  display:block;
  z-index:10;
}
.menuonoff_all {
	display: block;
    float: right;
    position: absolute;
    z-index: 10;
    right: 50px;
    /* top: 30%; */
    margin-top: -96px;
    font-size: 20px;
    padding: 8px 20px 5px;
    background: #c10d47;
    color: #fff;
    cursor: pointer;
	}
.left_menu {
	padding-bottom:50px;
	}	
.left_menu h2 {
	font-size: 37px;
    color: #c18b0d;
    margin: 50px 0 50px 0px;
	font-family: "Playball";
	}	

.manu_allpage {
	width:100%;
	border-right: 1px solid rgba(255,255,255,0.67);
	text-align:center;
	float:left;
	min-height:100vh;
	background: rgba(28,33,36,0.5);
	}


/******Menu Card End******/
/*********************************************************************************************************/	
	
.back-to-top {
    position: fixed;
    bottom: 60px;
    text-decoration: none;
    padding: 10px 17px;
    display: none;
    border-radius: 50%;
    box-shadow: 0px 16px 10px #00000047;
    text-align: center;
    background: #0462aa;
    right: 25px;
    z-index: 100;
}
.back-to-top i {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}	
.btnee {
	background: #f65a56;
	} 	
	
	
	
	
.jarallax {
    min-height: 450px;
}
.jarallax-keep-img {
	min-height: 300px;
	}	
.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:-7rem auto 0px auto;
	width:100%;
	}	
.video_block_full {
	padding:0rem 0 3rem 0;
	}	
.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;
	margin:4rem 0 0 0;
	}

.whypart {
	padding:30px 0 30px 0;
	}
.foot {
	text-align:center;
	margin-top:-2rem;
	}
.foot img {
	width:70%
	}	
.foot p {
	color:#000;
	font-size:19px;
	margin:0;
	}
.foot p a {
	color:#f50404;
	}
.foot ul {
	padding:0;
	}
.foot ul li {
	display:inline-block;
	padding:0 10px;
	border-left:1px solid #fff;
	line-height:15px;
	}
.foot ul li:first-child {
	border-left:none;
	}	
.foot ul li a {
	color:#ffffff9e;
	font-size:13px;
	}				
.Drop_revied {
    position: fixed;
    bottom: 5%;
    left: 2%;
    z-index: 100;
}
	
.footcont {
	width:90%;
	margin:0 auto;
	padding: 2rem 0;
	}
.footer {
	background: #fff url(../images/foot-bg.avif) repeat;
	padding:20px 0px 20px 0px;
	}	
.foot_menu {
	margin-top:0;
	text-align: center;
	}
.foot_menu ul {
    padding: 0;
    margin: 0;
}	
.foot_menu ul li {
	display:inline-block;
	padding:8px 7px;
	list-style-type:circle;
	}
.foot_menu ul li a {
	color:#000;
	padding:5px;
	transition:all 0.3s ease-in-out;
	text-decoration:none;
	font-size: 18px;
	}
.foot_menu ul li a:hover {
	color:#0462aa;
	}		
.foot-cont {
	padding:7px 0;
	}				
.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;
	}

.social_wr1 {
    margin-top: 40px;
    margin-left: 2rem;
}
.social_wr1 a {
    float: left;
    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;
    font-weight: 200;
	border:1px solid #c7058f;
}
.social_wr1 a i {
	 font-size: 16px !important;
	 color:#c7058f;
	}
.social_wr1 a:hover {
	margin-top:-7px;
	}	
.foot-cont {
    padding: 7px 0;
	margin-top:2rem;
}
.foot-cont .cticon {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}
.foot-cont .cticon i {
	float:left;
    font-size: 25px;
    color: #0462aa;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border: 2px solid #0462aa;
    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:#000;
	width:90%;
	font-size:20px;
	}
.twosight {
    border-left: 1px solid #ffffff36;
    border-right: 1px solid #ffffff36;
}						
.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;
}
.bbpot {
	padding:0;
	}
.foot_top {
	padding:60px 25px;
	background:#0462aa;	
	text-align:center;
	margin-top: 3rem;
	}
.foot_top h2 {
	color:#fff;
	font-weight:500;
	font-size:53px;
	font-family: 'Bavista_Soulare';
	}	
.foot_top p {
	color:#fff;
	margin:0 0 0px 0;
	font-size:33px;
	}	
.foot-requ {
  background-color: #111a50;
  border: 0;
  padding:13px 35px 10px 35px;
  font-size: 15px;
  border-radius:35px;
  cursor: pointer;
  color: #fff;
  font-family:"Poppins-SemiBold";
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
.foot-requ:after {
  background-color: #111a50;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius:35px;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}


.lag {
	float:left;
	width:66%;
	}




/*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:90%;
	margin:2rem auto;
	}
.inpage_head_tag ul {
	padding:0;
	}
.inpage_head_tag ul li {
	color:#04184a85;
	font-size:14px;
	display:inline-block;
	padding: 0 0.3rem;
	}
.inpage_head_tag ul li a {
	color:#04184a85;
	}
.inpage_head_tag ul li a:hover {
	color: #04184a;
	}	
.inpage_body {
	width:90%;
	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: 23px;
    color: #0a3562;
	text-align:center;
    line-height: 39px;
    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;
	}
.about_cont {
	margin-bottom:5rem;
	padding-bottom:2rem;
	border-bottom:1px solid #0a356240;
	}		
.about_cont h2 {
	font-size: 41px;
    color: #94086f;
    font-weight: 600;
    margin: 10px 0 5px 0;
    font-family: "Poppins-Bold";
	}
		

.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;
	position: relative;
}
.inpage_career img {
	width:100%;
	transition: all 1.3s ease-in-out;
	}
.inpage_career:after {
    content: '';
    position: absolute;
    bottom:-2px;
    left: 0;
    width: 100%;
    height: 70px;
    background: url(../images/banner-buttom.png) no-repeat scroll center bottom;
    background-size: 100% auto;
}	
.testpage_heading {
    position: absolute;
    top: 13rem;
    width: 90%;
    margin-left: 6%;
}	
.testpage_heading h2 {
	color:#fff;
	font-family: 'Bavista_Soulare';
	font-size:75px;
	margin-bottom:1rem
	}	
.testpage_heading h2 span {

	}	
.testpage_heading p {
	color:#fff;
	font-size:35px;
	}	
.testpage_heading p span {
	color:#fff;
	background:#c7058f;
	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:#c7058f;
	border:1px solid #c7058f;
	}	
.career_body {
	margin:8rem 0;
	}	
	
.career_photo img {
	width:100%;
	float:right;
	border-radius:2rem;
	}	
.career_c_t {
	
	background:#fff;
	
	z-index:10;
	position:relative;
	float:right;
	padding: 0 3%;
	}
.career_c_t p {
	color: #021222b5;
    font-size: 17px;
    line-height: 31px;
	}
.c_he_ad {
    padding: 0 3%;
}	
.c_he_ad h2 {
	font-size:35px;
	color:#021222b5;
	margin:2rem 0;
	}
.c_he_ad h2 span {
	font-family: 'Bavista_Soulare';
	font-size:55px;
	background:#0462aa;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	}			
.car_why {
	margin:8rem auto;
	}
.car_why h2 {
	text-align:center;
	font-size: 32px;
    color: #94086f;
    font-weight: 600;
    margin: 0px 0 2rem 0;
    font-family: 'Bavista_Soulare';
	}	
.car_why p {
	text-align:center;
	font-size: 23px;
    margin: 2rem 0;
    color: #021222b5;
	width:90%;
	margin:0 auto;
	}	
.car_why ul {
	padding:0;
	display:flex;
	}	
.car_why ul li {
	width:24%;
	padding:2rem;
	display:inline-block;
	text-align:center;
	color: #0a3562b5;
	}
.car_why ul li p {
	font-family: "Poppins-SemiBold";
	color: #94086f;
	font-size: 19px;
	margin-bottom:2rem;
	}	
.recru {
	width:70%;
	margin:0 auto 8rem auto;
	}	
.recru h3 {
	font-family: "Poppins-SemiBold";
    color: #94086f;
    font-size: 19px;
    margin-bottom: 2rem;
	}
			
/*career end*/
.wh_y_us {
    background: #fff;
    padding:1rem 4rem 1rem 4rem;
    z-index: 10;
    position: relative;
}
.wh_y_us p {
    color: #0a3562b5;
    font-size: 18px;
}
.wh_y_us ul {
    padding: 0;
}
.wh_y_us ul li {
    display: block;
    padding: 0.7rem 0rem 0.7rem 0rem;
    /* float: left; */
    margin-right: 1rem;
    color: #0a3562b5;
    font-size: 17px;
}
.wh_y_us ul li i {
    background: #0b68b9;
    padding: 5px;
    color: #fff;
    border-radius: 5rem;
    margin-right: 1rem;
}
.wh_y_photo {
    display: flex;
	margin-top:10%;
	}
.wh_y_photo img {
	width:100%;
	}
.tec_plat {
	width:90%;
	margin:0 auto 8rem auto;
	}
.tec_plat h3 {
	color: #94086f;
    font-weight: 600;
    font-size: 35px;
	margin:0 0 2rem 0;
	}	
.plat_f_l {
	padding:3rem 2rem;
	background:#001bbb1a;
	width:100%;
	}
.p_b_p_f {
	}	
.d_h_pio {
	float: left;
    margin-right: 1rem;
	margin-bottom:2rem;
	}		
.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:100px;
	background:#fff;
	display:inline-block;
	text-align:center;
	height:60px;
	align-content: center;
	position: relative;
	margin:0 2px 2px 0;
	transition:all0.3s ease-in-out;
	}	
ul.p_drop li a {
	
	}		
ul.p_drop li a img {
	width:75%;
	}		
.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;
	}
.mbot1 {
    margin-bottom: 25px;
}
.form-control2 {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 10px;
    font-family: 'Bavista_Soulare';
    font-size: 18px;
    line-height: 1.42857143;
    color: #021222b5;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border: none;
    border-bottom: 1px solid #02122259;
    transition: all 0.3s ease-in-out;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#0212227a;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#0212227a;
	border-bottom: 1px solid #0462aa;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:#0212227a;
	border-bottom: 1px solid #0462aa;
}	
input[type=text]:focus,input[type=email]:focus, input[type=number]:focus, textarea:focus, select:focus {
  border-bottom: 1px solid #0462aa;
  padding-left: 7px;
  outline:none;
}
select.form-control1 {
	font-size:14px;
	}
select[type=text]:focus,select[type=email]:focus {
  
  padding-left: 7px;
  outline:none;
}
.quesend {
    border-radius:5px;
    padding: 11px 25px;
    font-size: 16px;
    width: 60%;
    color: #fff;
	background:#0462aa;
	border:1px solid #0462aa;
	transition:all 0.3s ease-in-out;
}
.quesend:hover {
	background: #f65a56;
    border-color: #f65a56;
    color: #fff;
	}	
.inpage_contact {
	padding:0;
    margin: 0rem 0 7rem 0;
    background: #80095c;
	}
.form {
	padding:0rem 1rem 1rem 1rem;
	}		
.form h2 {
	font-size: 35px;
    line-height: 57px;
    color: #0462aa;
    font-size: 45px;
    font-weight: 500;
    font-family: 'Bavista_Soulare';
    margin: 5px 0 0px 0;
	}
.form p {
	font-size:20px;
    line-height: 35px;
    color: #021222;
    margin:0 0 2rem 0;
	}	
.contact_bg {
}
.contact_dit {
    padding:0rem 3rem 2rem 3rem;
}
.contact_dit h2 {
    margin: 0 0 2rem 0;
    color: #0462aa;
    font-size: 45px;
    font-weight: 500;
	font-family: 'Bavista_Soulare';
}		
.ad_di h3 {
	color:#0462aa;
	font-size:31px;
	font-family: 'Bavista_Soulare';
	}
.ad_di h3 i {
	height: 35px;
    width: 35px;
    text-align: center;
    font-size: 17px;
    line-height: 37px;
    margin-right: 0.5rem;
    border-radius: 100%;
	color:#fff;
	}		
.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 h3 i.fa-location-dot {
    background: #ffb219;
}
.ad_di h3 i.fa-phone-volume	{
	background: #f65a56;
	}
.ad_di p {
    color:#000;
	margin-left:35px;
	margin-bottom:0;
	font-size: 22px;
}	
.ad_di p a {
	color:#000;
	margin-bottom:0;
	}
.ad_di p a:hover {
	color:#f65a56;
	}	
.part_a_c_m {
	margin: 7% 0;
    width: 100%;
    /* border: 1px solid #000; */
    padding: 2rem;
    border-radius: 1rem;
    background: #f2f8ff;
    box-shadow: 1px 1px 22px #0000001c;
	}	
.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;
	}	
.oracal_top {
    margin: 0rem 0 7rem 0;
    background:url(../images/Hero-Banner_Online-Fashion-Retailer.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
	padding:0;
	}	
.oracal_shad {
	background-image: linear-gradient(110deg, #0b2254, #0b225447 100%);
    padding: 6rem;
}
.oracel_h_d h3 {
	font-size: 35px;
    line-height: 57px;
    color: #fff;
    font-weight: 600;
    margin: 5px 0 0px 0;
	}	
.g_w_t p {
	font-size: 18px;
    margin: 2rem 0;
    color: #0a3562b5;
	}	
.l_a_i_q {
    margin-bottom:0rem;
}
.l_a_i_q ul {
    padding: 0;
}
.l_a_i_q ul li {
    display: block;
    padding: 0.5rem 2rem 0.5rem 1rem;
    /* float: left; */
    margin-right: 1rem;
    color: #0a3562b5;
    font-size: 19px;
}
.l_a_i_q ul li i {
    background: #0a3562b5;
    padding: 5px;
    color: #fff;
    border-radius: 5rem;
    margin-right: 1rem;
}	
.l_a_i_q ul li b {
	font-family: "Poppins-SemiBold";
	color: #0a3562;
	}
.readmore_forcc {
	margin-top: 3rem;
    margin-right: 2rem;
	}
.readmore_forcc a {
    color: #000;
    background: #efcf1c;
    padding: 0.7rem 1rem;
    font-weight: 100;
    display: inline-block;
}	
.mod_saas {
	margin-top:2rem;
	}	
.saas_blog {
	padding:2rem;
	background:#0b2254;
	border-radius:1rem;
	}
.saas_blog h4 {
	color:#fff;
	font-size:21px;
	font-family: "Poppins-SemiBold";
	}	
.saas_blog ul {
	}
.saas_blog ul li {
	color:#ffffffb0;
	list-style-type:circle;
	margin:5px 0;
	}			
.l_a_st h4 {
	font-size: 21px;
    color: #94086f;
    font-weight: 600;
    margin: 10px 0 5px 0;
    font-family: "Poppins-SemiBold";
	}	
.inpage_toppart_wb {
	width:90%;
	padding: 20px 0;
    margin: 0rem auto 3rem auto;
	}	
.key_f_sol {
	margin:2rem 0;
	}	
.key_f_sol h3 {
	font-size: 32px;
    color: #94086f;
    font-weight: 600;
    margin: 0px 0 2rem 0;
    font-family: "Poppins-SemiBold";
	}
.key_f_sol h4 {
	font-size: 21px;
    color: #94086f;
    font-weight: 600;
    margin: 10px 0 5px 0;
    font-family: "Poppins-SemiBold";
	}
.key_f_sol p {
	font-size: 18px;
    color: #0a3562b5;
	}	
.owl-carousel .owl-stage {
	margin-left:-200px;
	}
.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}

