@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-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;
	top:0;
	background: #fff;
	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;
	}
.catlog {
	text-align:center;
	float:right;
	}
.topp {
	width:85%;
	margin: 1rem auto 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;
    background: linear-gradient(180deg, #032344f5, #032d5800);
    padding: 25px 0;
}
.all_inpage_menu:after {
    /*content: "";*/
    position: absolute;
    bottom:-18px;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../images/banner_bottom.png) top center no-repeat;
    background-size: cover;
}
.logo {
	padding:0;
	margin-top:0px;
	float:left;
	position:absolute;
	}
.logo img {
	z-index:99;
	display: -webkit-inline-box;
	height:100px;
	}
.for_res_bg {
	}		
.navbar {
	margin-bottom:0px;
    margin-top: 0px;
	}	
.navibar {
	z-index: 99;
    position: absolute;
    
	}	



/* Demo purposes only */

.navbar-nav {margin-right:2px;}
.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 10px;}
.navbar-nav > li:last-child {background:none;}
.navbar-nav > li > a{color:#fff ; transition:all 0.3s ease-in-out; font-size:16px; font-family:"Poppins-Regular"; padding:10px 20px 10px 20px; font-weight:500; position: relative; text-transform:uppercase;}

.navbar-nav > li > a::before{
  content: "";
  width: 100%;
  height: 2px;
  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: #f38321;
  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: #000  ;  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:#000 ;
    background-color: #3ab54a;
}
.navbar-nav > li > a.active {
	
	}
.solution_dropdown {
	width:18rem !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:#000;
	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:#000;
	background-color:#3ab54a;
	}
ul.d_down {
	margin:0;
	padding:0;
	}
ul.d_down h3 {
	color:#00a551;
	font-family:"Poppins-SemiBold";
	font-size:16px;
	margin:7px 0 0 0;
	}
ul.d_down h3 a {
	color:#00a551;
	font-family:"Poppins-SemiBold";
	font-size:16px;
	margin:7px 0 0 0;
	}		
ul .d_down li  {
	
	}
ul .d_down li a {
	display:block;
	padding:10px 5px;
	font-size: 14px;
	color:#292929;
	transition:all 0.3s ease-in-out;
	}	
ul .d_down li a:hover {
	color:#00a551 ;
	padding-left:10px;
	}
ul .d_down li a i {
	margin-right:1rem;
	}	
.r_menu_p_o {
	padding: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:30rem;
  top: auto;
  margin-top: 1rem;
}
.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;
}




























.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:#f38321 !important;
}	
.sticky .nav-link:focus, .nav-link:hover {
	/*background: #242065;*/
	color:#f38321 !important;
	}	
/*menu animation end*/
/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container{ width:100%; margin:auto; clear:both; padding:0 0px; height:80vh; overflow:hidden;}
.slider_container:before {
    content: "";
    position: absolute;
    bottom:19.6vh;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../images/banner_top.png) top center no-repeat;
    background-size: cover;
    z-index: 3;
}

.cliver {
	width: 100%;
    position: absolute;
    height:80vh;
    top: 0;
	}
.flex-caption{ position: absolute;
    bottom: 37%;
    margin: 0 auto 0 10%;
    width: 80%;
    }	
.caption_title_line p  {
    color: #fff;
    border-radius: 50px;
	font-size:25px;
	font-family:"Candara";
    }	
.caption_title_line{  height:auto; color:#303030;  padding:15px; margin:0 auto; width:100%; margin:0 auto; float:left;}
.caption_title_line h1 {
	display:inline-block;
	color:#fff;
	width:100%;
	font-family:"Poppins-Bold";
	font-size:65px;
	padding: 0 0 10px 0;
	}
.mouse-icon{position: absolute;
    bottom: 35%;
    left: 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: 25px;
	font-weight:600;
    padding:10px;
}
.text{
    border-right: 2px solid #FFF;
    font-size:25px;
	font-weight:600;
    color:#ffcf1c;
	font-family:"Poppins-SemiBold";
	}
.typed-cursor {
	opacity:0 !important;
	}	
.box-fit {
	background-color: #ffffff1a;
	border-radius:4px;
	display:flex;
	padding:10px 20px;
	}

.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:83.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:40%; right:5%; text-align:center; z-index:1;}
.flex-control-nav li {margin: 7px 0 0 0px; display: block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 3px; height: 25px; display: block; cursor: pointer; text-indent: -9999px; background:#DDD;}
.flex-control-nav li a:hover {background-position: 0 -13px; background:#f38321;}
.flex-control-nav li a.active {cursor: default; background:#f38321; }

/*-----------------------------------------------------------------------------------*/


.main-button {
  background-color: #00a551;
  border: 0;
  padding:13px 25px 10px 15px;
  font-size: 15px;
  font-weight:600;
  border-radius:5px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-family:"Poppins-SemiBold";
  position: relative;
  text-transform: uppercase;
  transition:all 0.3s ease-in-out;
}
.main-button:hover {
	background-color: #f38321;
	}
.main-button i {
	margin-right:10px;
	}	
/* 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:80%;
	margin:0 auto;
	}	
.welcomebody {
	width:100%;
	margin:5rem auto 2rem auto;
	padding:1rem 0 1rem 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: 0px;
	margin-bottom:1rem;
	}
 	
.welm_main {
	text-align:center;
	}
.welm_main h2 {
    font-size:45px;
	color: #f38321;
	font-weight: 600;
    margin: 10px 0 5px 0;
	font-family:"Poppins-Bold";
	}
.welm_main h3 {
    font-size:33px;
    color: #00a551;
	font-weight: 600;
    margin: 5px 0 25px 0;
	}
.welm_main h4 a {
    color: #000;
}
.welm_main h4 a:hover {
    color: #f38321;
}
.welm_main p {
    font-size:17px;
    color: #000;
    line-height: 35px;
    margin: 5px 0 25px 0;
	}
.bgwy {
	margin:3rem auto 5rem auto;
	width:100%;
	background:#2D2D2D;
	position: relative;
    z-index: 100;
	}	
.bgw {
	margin:3rem auto 5rem auto;
	width:100%;
	position: relative;
    z-index: 100;
	}
.padoffr {
	padding:0;
	}				
.tech_logo {
	padding:0px;
	}	
.tech_logo img {
	width:100%;
	height:80vh;
	transition:all 0.3s ease-in-out;
	}
.tech_logo img:hover {
	filter: grayscale(0%);
	opacity:1;
	cursor:pointer;
	}	
.pro_block {
	border:1px solid #c789b6;
	padding:15px;
	border-radius:10px;
	transition: all 0.3s ease-in-out;
	background:#fff;
	}
.hospital_building {
	text-align:center;
    align-content: center;
	padding:3rem;
	}
.h_name p {
	color:#fff;
	font-weight:600;
	font-size:23px;
	font-family: "Poppins-Bold";
	margin:0;
	}	
.h_name h2 {
	font-size: 35px;
    color: #00a551;
    font-weight: 600;
    margin: 0px 0 5px 0;
	text-transform:uppercase;
    font-family: "Poppins-Bold";
	}
.sdt_pr {
	margin:2rem 0 2rem 0;
	}		
.sdt_pr	span {
	font-size: 23px;
    color: #B5B5B5;
    font-weight: 600;
    margin: 5px 0 25px 0;
	}
.sdt_pr h3 span {
	font-size: 39px;
    color: #fff;
    background: #f38321;
    /* font-weight: 600; */
    padding: 6px 30px;
    display: inline-block;
    margin: 10px 0 0px 0;
    font-family: "Poppins-Bold";
	}
.sdt_pr p {
	color:#B5B5B5;
	font-size:21px;
	margin:0;
	}
.paddingssa {
    padding:15px;
}	
.dod_n {
	margin:0 0 2rem 0;
	}	
.dod_n h3 {
	font-size: 45px;
    color: #f38321;
    font-weight: 600;
    margin: 10px 0 5px 0;
    font-family: "Poppins-Bold";
	}			
.dod_n p {
	font-size: 22px;
	font-style:italic;
    color: #00a551;
    margin: 0;
	}	
		
	
.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: 28%;
}
.about_pic2 img {
    width: 100%;
    height: 155px;
}	
.pro_diteals {
    bottom: 0;
    width: 100%;
    padding: 10px 0px 10px 10px;
}
.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:5rem 0 0 0;
	}	
.fca_la	h2 {
	color: #f38321;
    font-weight: 600;
    font-size: 41px;
    font-family: "Poppins-Bold";
	}
.fca_la p {
	font-size: 17px;
    line-height: 31px;
    color: #252525;
    font-weight: 300;
	}
.fca_la p a {
    color: #252525;
}
.fca_la p a:hover {
    color: #f38321;
}
.tech_ha {
	}	
.tech_ha ul {
	padding:0;
	}	
.tech_ha ul li {
	display:inline-block;
	width:29.5%;
	margin:1.5%;
	padding:1.3rem 0.5rem;
	font-size:18px;
	border:2px solid #0a356238;
	border-radius:1rem;
	color: #252525;
	font-family:"Poppins-SemiBold";
	transition:all 0.3s ease-in-out;
	}		
.tech_ha ul li:hover {
	border:2px solid #f38321;
	color: #fff;
	background:#f38321;
	box-shadow: 0px 0px 82px #0776b747;
	}
.border-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
}
.border-gradient-purple {
  border-image-source: linear-gradient(194.27deg, #882021, #68c886, #c78d35);
}	
	

.v_b_w {
	width:90%;
	margin:0 auto;
	}
.content_p h2 {
	color: #f38321;
    font-weight: 600;
    font-size: 41px;
    font-family:"Poppins-SemiBold";
	}
.content_p p {
	font-size: 17px;
    font-weight: 600;
    line-height: 35px;
    margin:0.5rem 0;
    color: #252525;
	}	
.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:#000;
	}	
.content_p ul li i {
	font-size: 11px;
    color: #f38321;
    margin-right: 0.5rem;
	}
.con_pho {
	position:relative;
	margin-top:-4rem;
	}		
.con_pho img {
	width:94%;
	background:#fff;
	padding:2rem;
	box-shadow: 0px 0px 82px #0776b754;
	}
.gabs {
	background:url(../images/bgb.jpg) no-repeat center;
	background-size:cover;
	background-attachment:fixed;
	padding:0;
	}	
.v_b_s_background {
	background: #000000a6;
    padding: 5rem 0;
	}		
.v_b_s {
	width:90%;
	margin:0 auto;
	padding:0;
	}
.v_con {
	margin:4rem 3rem 0 2rem;
	}	
.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 a {
	color:#fff;
	font-family:"Poppins-SemiBold";
	background:url(../images/brush-btn-3.png) no-repeat;
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    display: inline-block;
    width: 256px;
    text-align: center;
    padding: 18px 45px;
    text-transform: uppercase;
    font-size: 16px;
	}	
.readmore a i {
	margin-left:1.5rem;
	
	transition:all 0.3s ease-in-out;
	}
.readmore a:hover i {
	-webkit-transform: rotate(-45deg);
	}	
.faq {
	width:90%;
	margin:2rem auto 7rem 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: #f38321;
    right: 25px;
    z-index: 100;
}
.back-to-top i {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}	
	
	
	
	
	
	
.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%;
	}
		
.video_block_full {
	padding:5rem 0 1rem 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;
	}

.whypart {
	padding:30px 0 30px 0;
	}
.foot {
	padding: 32px 0px 15px 0px;
    border-top: 1px solid #ffffff36;
    width: 80%;
    margin: 30px auto 0 auto;
	text-align: center;
	}
.foot p {
	color:#ffffff9c;
	margin:0;
	}
.foot p a {
	color:#f38321;
	}
.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;
}
.sug_up {
	margin-top:35px;
	}
.sug_up a {
	display: inline-block;
    background: #3ab54a;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 67px;
    padding: 0px 10px 0px 11px;
    border-radius: 50%;
    font-size: 43px;
    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; }
}	
.footcont {
	width:80%;
	margin:0 auto;
	}
.footer {
	background: #323232 url(../images/business-hands-laptop-office.png);
	position:relative;
	padding:40px 0px 20px 0px;
	}
.footer:after {
	content: "";
    position: absolute;
    top:-1px;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../images/banner_bottom.png) top center no-repeat;
    background-size: cover;
    z-index: 3;
	}		
.foot_menu {
	margin-top:0;
	}
.foot_menu ul {
    padding: 0;
    margin: 0;
    width: 48%;
    margin-left: 2%;
	float:left;
}	
.foot_menu ul li {
	display:block;
	padding:8px 7px;
	list-style-type:circle;
	}
.foot_menu ul li a {
	color:#ffffffad;
	padding:5px;
	transition:all 0.3s ease-in-out;
	text-decoration:none;
	}
.foot_menu ul li a:hover {
	color:#f38321;
	}		
.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;
	}
.foot-cont img {
	padding:11px;
	background:#fff;
    width: 70%;
}	
.social_wr1 {
    margin-top:20px;
    margin-left:1rem;
}
.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 #f38321;
}
.social_wr1 a i {
	 font-size: 16px !important;
	 color:#f38321;
	}
.social_wr1 a:hover {
	margin-top:-7px;
	}	
.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: #f38321;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border: 1px solid #f38321;
    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:15px;
	}
.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;
}
.foot_top {
	padding:30px 0px 50px 0;
	text-align:center;
	border-bottom:1px solid #ffffff36;
	margin-bottom: 3rem;
	}
.foot_top h2 {
	color:#fff;
	font-weight:600;
	font-size:31px;
	font-family:"Poppins-Bold";
	}	
.foot_top p {
	color:#fff;
	margin:0 0 15px 0;
	}	
.foot-requ {
  background-color: #00a551;
  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;
}
.lag {
	float:left;
	width:66%;
	}
.abtRt {
    margin: 0 auto;
	width:95%;
}
.abtRt ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}
.abtRt ul li {
    width: 25%;
    padding: 2px;
}
.abtbx {
    width: 100%;
    margin: 0px 0 0;
    padding:20px 0;
	text-align: center;
    transition: all 0.3s ease-in-out;
}
.count_bg {
    display: flex;
	align-items: center;
    align-content: center;
    justify-content: center;
    vertical-align: middle;
}
.counter {
    display: flex;
    font-size: 65px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    font-family: "Poppins-Bold";
}
.col1 {
	color: #ff9800 !important;
	}
.col2 {
	color: #8bca4e !important;
	}
.col3 {
	color: #5fd1ff!important;
	}
.col4 {
	color: #ef68ff !important;
	}			
.count_bg span {
    font-size: 35px !important;
    font-weight: bold !important;
    transition: all 0.3s ease-in-out !important;
}
.abtbx span {
    font-size: 19px;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.latst {
	width:100%;
	margin:6rem auto;
	}	
.mison {
	border-radius:10px;
	transition:all 0.3s ease-in-out;
	}
.mison:hover {
	box-shadow: #dcdcdc 0 2px 2px, #dcdcdc 0 4px 4px, #dcdcdc 0 8px 8px, #dcdcdc 0 16px 16px, #dcdcdc 0 32px 32px !important;
	}		
.mison img {
	width:100%;
	border-radius:10px 10px 0 0;
	}		
.owl-carousel3 .owl-nav .owl-prev {
	float: left;
    left: -35px;
    position: absolute;
	opacity:0;
	}
.owl-carousel3 .owl-nav .owl-next {
	float: right;
    right: -35px;
    position: absolute;
	opacity:0;
	}	
.bgw:hover .owl-carousel3 .owl-next {
	opacity:1;
	}	
.bgw:hover .owl-carousel3 .owl-prev {
	opacity:1;
	}	
.mis_con {
	background:#fff;
	padding:2rem 2rem;
	border-bottom:4px solid #f38321;
	transition:all 0.3s ease-in-out;
	border-radius: 0 0 10px 10px;
	
	}
.mis_con:hover {
	}		
.mis_con h3 {
	font-size: 17px;
    color: #0a3562;
    font-family: "Poppins-SemiBold";
	}	
.mis_con p {
	font-size: 15px;
    transition: all 0.3s ease-in-out;
    color: #00000082;
    margin-bottom: 5px;
	}	
.upd_c {
	margin:3rem 10% 3rem 15%;
	}	
.upd_c h2 {
	color: #f38321;
    font-weight: 600;
    font-size: 37px;
    font-family: "Poppins-SemiBold";
	padding-bottom:1rem;
	}	
.upd_c p {
	font-size: 17px;
    transition: all 0.3s ease-in-out;
    color: #252525;
	padding-bottom:0.7rem;
	line-height:30px;
	}		
.owl-carousel4 .owl-nav .owl-prev {
	float: left;
    left: -35px;
	bottom:0;
    position: absolute;
	}
.owl-carousel4 .owl-nav .owl-next {
	float: left;
    left: -35px;
	
    position: absolute;
	}		
	
	
	
	
	
	
/*inpage about start*/
.all_inpage_menu {
    width: 100%;
    z-index: 999;
    position: absolute;
    
    padding: 25px 0;
}
.all_inpage_menu .logo img {
    filter: none !important;
}	
.all_inpage_menu .navbar-nav > li > a {
    color: #fff;
}
.inpage_head_tag {
	margin:1rem auto;
	}
.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;
	}
.inpage_head_tag ul li a:hover {
	color: #f38321;
	}	
.inpage_body {
	width:90%;
	margin:0 auto;
	}
.about_top_part {
	padding: 60px 75px;
    margin:7rem 0;
    background-image:linear-gradient(60deg, #f38321, #ef9b1c 100%);
	}
.l_p_d p {
	font-size: 19px;
    color: #252525;
	text-align:center;
    line-height: 35px;
    margin: 5px 0 0rem 0;
	}	
.about_top_part h3 {
	    font-size: 27px;
    line-height: 42px;
    color: #fff;
    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: #f38321;
    font-weight: 600;
    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: #252525;
	}
.paperplan {
	background: url(../images/paperplan.jpg) no-repeat top right;
    background-size: contain;
	}	
.mis_vis {
	margin-bottom:7rem;
	background:#ffefe3;
	}	
.vision {
	padding:3rem;
	text-align:center;
	height: 100% !important;
	border-right:1rem solid #fff;
	}
.vision img {
	width:20%;
	}	
.vision h3 {
	font-size:29px;
    color: #f38321;
    font-weight: 600;
    margin: 10px 0 5px 0;
    font-family:"Poppins-Bold";
	}
.vision p {
	font-size:18px;
    margin: 2rem 0;
    color: #252525;
	}		
.mission {
	padding:3rem;
	text-align:center;
	border-left:1rem solid #fff;
	height: 100% !important;
	}
.mission img {
	width:20%;
	}				
.mission h3 {
	font-size:29px;
    color: #f38321;
    font-weight: 600;
    margin: 10px 0 5px 0;
    font-family:"Poppins-Bold";
	}
.mission p {
	font-size:18px;
    margin: 2rem 0;
    color: #252525;
	}	
.l_a_o {
	margin-bottom:7rem;
	}
.l_a_o h2 {
	font-size: 41px;
    color: #f38321;
    font-weight: 600;
    margin: 10px 0 5px 0;
    font-family: "Poppins-Bold";
	}
.l_a_o p {
	font-size: 19px;
    font-weight: 600;
    margin: 2rem 0;
    color: #0a3562b5;
	}
.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;
	}	
.about_last_block {}	
.about_last_block ul {
	width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
	}
.about_last_block ul li {
	width: 30%;
    padding:1.5rem;
	background: #c7058f;
    color: #fff;
    border-radius: 1rem;
    font-size: 29px;
	margin:1rem;
	text-align:center;
	transition:all 0.3s ease-in-out;
	}
.about_last_block ul li:hover {
	box-shadow:0px 0px 35px #01042099;
	}	
.about_last_block ul li i {
	background:#fff;
	padding:5px;
	color:#c7058f;
	border-radius:5rem;
	}
.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-left:5%;
	}		
.d_con_st h3 {
	font-size: 35px;
    line-height: 57px;
    color: #fff;
	font-family:"Poppins-SemiBold";
    font-weight: 600;
    margin: 5px 0 0px 0;
	}	
.d_con_st p {
	font-size: 18px;
	line-height:35px;
    color: #ffffffcc;
    margin: 2rem 0 0 0;
	font-style:italic;
	}	
.in_pg_ph img {
	width:95%;
	}	
.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*/
/*donate start*/	
.inpage_donate {	
	padding: 0;
    height: 30rem;
    overflow: hidden;	
	position: relative;
	background:url(../images/banner/slider/1.jpg) no-repeat right;
	background-size: cover;
}
.inpage_donate:before {
    content: "";
    position: absolute;
    bottom: 0vh;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../images/banner_top.png) top center no-repeat;
    background-size: cover;
    z-index: 3;
}
.inpage_donate img {
	width:100%;
	transition: all 1.3s ease-in-out;
	}
.donate_d_t {
    margin-top:3rem;
}
.donate_d_t h2 {
    color: #f38321;
    font-weight: 600;
    font-size: 41px;
    font-family: "Poppins-SemiBold";
}
.donate_d_t ul {
    padding: 0;
}
.donate_d_t ul li {
   font-size: 19px;
    font-weight: 600;
    line-height: 35px;
    margin: 1rem 0;
    color: #0a3562b5; 
}
	
/*donate end*/	
	
/*career start*/	
.inpage_career {	
	padding: 0;
    height: 30rem;
    overflow: hidden;	
	position: relative;
	background:url(../images/valen.jpg) no-repeat right;
	background-size: cover;
}
.inpage_career:before {
    content: "";
    position: absolute;
    bottom: 0vh;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../images/banner_top.png) top center no-repeat;
    background-size: cover;
    z-index: 3;
}
.inpage_career img {
	width:100%;
	transition: all 1.3s ease-in-out;
	}
.testpage_heading {
    position: absolute;
    top:10rem;
    width:100%;
	text-align:center;
}	
.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:#f38321;
	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 {
	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: 20px;
    line-height: 35px;
	}	
.c_he_ad h2 {
	font-size:45px;
	color:#000;
	margin:2rem 0;
	}
.c_he_ad h2 span {
	font-family: "Poppins-Bold";
	background:linear-gradient(to right, #e15300 0%, #f3bc21 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	}			
.car_why {
	margin:8rem auto;
	}
.car_why h2 {
	text-align:center;
	font-size: 32px;
    color: #f38321;
    font-weight: 600;
    margin: 0px 0 2rem 0;
    font-family: "Poppins-SemiBold";
	}	
.car_why p {
	text-align:center;
	font-size: 18px;
    margin: 2rem 0;
    color: #0a3562b5;
	width:70%;
	margin:0 auto;
	}	
.car_why ul {
	padding:0;
	}	
.car_why ul li {
	width: 31%;
    margin: 1%;
    background: #fff;
    box-shadow: 1px 1px 16px #00000038;
    padding: 2rem;
    display: inline-block;
    color: #0a3562b5;
	}
.car_why ul li img {
	width:100%;
	}	
.car_why ul li p {
	font-family: "Poppins-SemiBold";
	color: #f38321;
	font-size: 19px;
	margin:1rem 0;
	display: flex
;
	}	
.recru {
	width:70%;
	margin:0 auto 8rem auto;
	}	
.recru h3 {
	font-family: "Poppins-SemiBold";
    color: #94086f;
    font-size: 19px;
    margin-bottom: 2rem;
	}
			
/*career end*/
.modal_photo img {
    width: 100%;
}
.wh_y_us {
    background: #fff;
    padding:1rem 4rem 1rem 4rem;
    z-index: 10;
    position: relative;
    box-shadow:-20px 0px 37px #0a356224;
}
.wh_y_us p {
    color: #0a3562b5;
    font-size: 18px;
}
.wh_y_us ul {
    padding: 0;
}
.wh_y_us ul li {
    display: block;
    padding: 1rem 0rem 1rem 0rem;
    /* float: left; */
    margin-right: 1rem;
    color: #0a3562b5;
    font-size: 19px;
}
.wh_y_us ul li i {
    background: #1d2a64;
    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-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border: none;
    border-bottom: 1px solid #0606064f;
    transition: all 0.3s ease-in-out;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#00000080;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#00000080;
	border-bottom: 1px solid #f38321;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:#00000080;
	border-bottom: 1px solid #f38321;
}	
input[type=text]:focus,input[type=email]:focus, input[type=number]:focus, textarea:focus, select:focus {
  border-bottom: 1px solid #f38321;
  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: 100%;
    color: #fff;
	border:1px solid #00a551;
	background:#00a551;
	transition:all 0.3s ease-in-out;
}
.quesend:hover {
	background: #efcf1c;
    border-color: #efcf1c;
    color: #000;
	}	
.inpage_contact {
	padding:0;
    margin: 0rem 0 0rem 0;
	}
.form {
	padding:0rem 4rem 6rem 4rem;
	}		
.form h2 {
	font-size: 35px;
    line-height: 57px;
    color: #f38321;
    font-weight: 600;
    margin: 5px 0 0px 0;
	}
.form p {
	font-size: 17px;
    line-height: 35px;
    color: #000;
    margin:0 0 2rem 0;
    font-style: italic;
	}	
.contact_bg {
    background: url(../images/service3.jpg) no-repeat center;
}
.contact_dit {
    padding:3rem 2rem 2rem 2rem;
    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-location-dot {
	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;
	}	
.health_top {
	margin: 0rem 0 7rem 0;
    background:url(../images/What-is-Web-Developer.jpg) no-repeat center;
    background-size: cover;
	padding:0;
	position:relative
	}
.health_top:before {
    content: "";
    position: absolute;
    bottom: 0vh;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../images/banner_top.png) top center no-repeat;
    background-size: cover;
    z-index: 3;
}		
.oracal_top {
    margin: 0rem 0 5rem 0;
    background:url(../images/bgb.jpg) no-repeat center;
    background-size: cover;
	padding:0;
	position:relative
	}	
.oracal_shad {
	background-image: linear-gradient(110deg, #000000e6, #0b225447 100%);
    padding:13rem 0rem 2rem 6rem;
}
.oracal_top:before {
    content: "";
    position: absolute;
    bottom:0vh;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../images/banner_top.png) top center no-repeat;
    background-size: cover;
    z-index: 3;
}
.oracel_h_d h3 {
	display: inline-block;
    color: #fff;
    width: 100%;
    font-family: "Poppins-Bold";
    font-size: 65px;
    padding: 0 0 10px 0;
	}
.oracel_h_d h3 span {
	color: #f38321;
	}		
.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;
	}
.l_a_i_q ul li figure {
	float: left;
    margin:auto;
	margin-right: 28px;
	height:100%;
    width: 100%;
    max-width:3%;
	}
.l_a_i_q ul li p {
	margin:0;
	}	
.inpage_service {
	padding: 60px 75px;
    margin: 0rem 0 7rem 0;
    background: #460b9a url(../images/wave_service.png) no-repeat bottom;
    background-size: contain;
	}	
.l_a_st p b {
	font-family: "Poppins-SemiBold";
    font-size: 19px;
    margin: 2rem 0;
    color: #0a3562;
}					
span.wgi-icon {
	font-size: 40px;
    margin-right: 15px;
    float: left;
    color: #df2466;
    width: 80px;
    height: 80px;
    border: 2px solid #94086f;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    display: block;
    text-align: center;
    line-height: 75px;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    float: left;
    background-color: #fff;
}
span.wgi-icon img {
	max-width:100%;
	width:auto;
	}
.i_g_t {
	overflow:hidden;
	}	
.l_a_dpq {
	margin:3rem 0 2rem 0;
	}
.l_a_dpq h4 {
	font-size: 25px;
	line-height:35px;
    color: #94086f;
    margin: 10px 0 5px 0;
	font-family:"Poppins-Regular";
	}
.l_a_dpq p {
	font-size: 18px;
    color: #0a3562b5;
	}
.res_on {
    display: none;
}
.res_for_rl {
    
} 
.send_cv {
	margin:3rem 0 0 0;
	text-align:center;
	}	
.send_cv a {
	padding:0.75rem 2rem;
	color:#fff;
	background:#c7058f;
	border:1px solid #c7058f;
	border-radius:6px;
	font-size:18px;
	display: inline-block;
	transition:all 0.3s ease-in-out;
	}
.send_cv a:hover {
	background:#2e226d;
	border:1px solid #2e226d;
	}		
.inpage_body_career {
	width:60%;
	margin:0 auto;
	}
	

.for-sm-input-file{
    padding: 6px;
    cursor: pointer;
    z-index: 30;
    text-align: center;
	color:#ffffff4f;
}

.popup {
    width: 35%;
    margin: 7rem auto 0 auto;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 45px #00000087;
    padding: 50px;
    text-align: center;
}
.popup h2 {
    font-family: "Poppins-Bold";
    font-size: 33px;
    margin: 0;
    color: #04193f;
}  
.popup h4 {
    font-size: 25px;
    margin: 5px 0 35px 0;
    color: #4aaa4d;
    font-family: "Poppins-SemiBold";
}  
.popup button {
    padding: 10px 25px;
    border: none;
    background: #006eff;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    border-radius: 5px;
    cursor: pointer;
} 
.popup img {
    width: 185px;
}

.btn:disabled {
    border: 1px solid #000 !important;
    color: #000 !important;
}

/*on click open div start protfolio part*/

.tabby-tabs:before {
  display: table;
  content: " ";
}
.tabby-tabs:after {
  clear: both;
  display: table;
  content: " ";
}
.tabby-tabs {
  margin-bottom:25px;
  text-align:center;
}
.tabby-tabs ul {
	padding:0;
	}
.tabby-tabs li {
  display: inline-block;
    padding: 0px;
    float: left;
    border-right: 1px solid #fffdfc;
}
.tabby-tabs li:last-child {
	border:none;
	}
.tabby-tabs li a {
  position: relative;
  display: block;
  padding: 11px 25px 11px 25px;
  color: #363636;
  background: #ffe9cf;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.tabby-tabs li a:hover, .tabby-tabs li a.active {
  color: #ffffff;
  text-decoration: none;
  background: #ff7b4f;
}
div[data-tab="tab2"] {
  display:none;
  position: relative;
}
.health_block {
	margin:0 0 4rem 0;
	}
.p_c h4 {
	font-size: 19px;
    font-weight: 600;
    line-height: 35px;
    margin: 2rem 0;
    color: #0a3562b5;
	}
.p_c ul {
	
	}	
.p_c ul li {
	font-size: 19px;
    font-weight: 600;
    line-height: 35px;
    margin: 1rem 0;
    color: #0a3562b5;
	}		

/*on click open div end protfolio part*/
.gallery img {
	    width: 100%;
	    float: left;
	    margin: 0.2%;
	    height:17rem;
	    display:flex;
	    transition:all 0.3s ease-in-out;
	}	
.gallery img:hover {
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
	}
.gallery {
	margin-bottom:4rem;
	}	
.padding_adjust {
    padding: 7px;
}
.rot_img {
	position: absolute;
    margin-top: -8rem;
    margin-left: -20rem;
	}	
.rot_img img {
	width: 40rem;
	animation: animName 18s linear infinite;
	opacity: 0.3;
	}
@keyframes animName {
 0%{
    transform: rotate(360deg);
   }
100%{
    transform: rotate(0deg);
   }
}			
/*trustee start*/
.trustee {
	margin:4rem 0;
	}
.trusteedit {
	padding: 3rem;
    text-align: center;
    height: 100% !important;
    border-right: 1rem solid #fff;
	}	
.trusteedit img {
    width: 30%;
}
.trusteedit h3 {
    font-size: 29px;
    color: #4FB846;
    margin:1.5rem 0 5px 0;
    font-family: "Poppins-SemiBold";
}	
.trusteedit p {
    font-size: 18px;
    margin:0.5rem 0;
    color: #252525;
}
.edu_block {
     margin:4rem 0;
}
.health_pho img {
    width: 100%;
    background: #fff;
    padding: 2rem;
    box-shadow: 0px 0px 82px #0776b754;
    border-radius:4rem;
}
.mt {
     margin-top: 2rem;
    padding: 2rem;
}
/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #c7058f;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}	

		