@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 200;
  src: local('Poppins-Bold'), local('Poppins-Bold'), url("../font/Poppins-Bold.otf") format('truetype');
}
@font-face {
  font-family: "Poppins-SemiBold";
  font-style: normal;
  src: local('Poppins-SemiBold'), local('Poppins-SemiBold'), url("../font/Poppins-SemiBold.otf") format('truetype');
}
@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  src: local('Poppins-Regular'), local('Poppins-Regular'), url("../font/Poppins-Regular.otf") format('truetype');
}
@font-face {
  font-family: 'Poppins-Light';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins-Light'), local('Poppins-Light'), url("../font/Poppins-Light.ttf") format('truetype');
}

@font-face {
  font-family:"Optien";
  font-style: normal;
  font-weight: 600;
  src: local('Optien'), local('Optien'), url("../font/Optien.ttf") format('truetype');
}
@font-face {
  font-family:"Amperzand";
  font-style: normal;
  font-weight: 600;
  src: local('Amperzand'), local('Amperzand'), url("../font/Amperzand.ttf") format('truetype');
}
@font-face {
  font-family:"BellamySignature";
  font-style: normal;
  font-weight: 600;
  src: local('BellamySignature'), local('BellamySignature'), url("../font/BellamySignature.ttf") format('truetype');
}



body {
	margin:0;
	padding:0;
	font-size:16px;
	color:#333;
	top:0;
	background: #101010;
	overflow-x:hidden !important;
	font-family: 'Poppins-Light';
	}
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:90%;
	margin:0 auto;
	}
.btni {
  flex: 1 1 auto;
  text-align: center;
  text-transform: uppercase;
  transition:all 0.3s ease-out;
  background-size: 200% auto;
  
 /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
 }
.btni:hover {
  background-position: right center; /* change the direction of the change here */
}
.btn-4 {
  background-image:linear-gradient(to right, #c18b0d 0%, #423644 51%, #c18b0d 100%);
}		
button .info {
	padding:9px 25px;
	}					

.absolute-div {
    width: 100%;
    z-index: 999;
    position: absolute;
    background: linear-gradient(180deg,#070e16f5,#032d5800);
    padding:5px 0;
}

.logo {
	padding:0;
	margin-top:0px;
	float:left;
	}
.logo img {
	z-index:99;
	display: -webkit-inline-box;
	height:111px;
	}
.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 82px #0000004a;
}
.sticky .logo img {
	filter: none !important;
	height:60px;
	}
.sticky .navbar-nav > li > a {
	color:#04184a ;
	}	
.sticky + .content {
  padding-top: 0px;
}
.sticky .Drop_revied {
    top: 1rem;
}
.absolute-div .sticky .Drop_revied {
    top: 1.2rem;
}
/* Demo purposes only */

.navbar-nav {margin-right:30px;}
.navbar-inverse{background:rgba(0,0,0,0.0); height:auto; border:0; padding-bottom:0px; padding-top: 10px;  margin:0 auto; float:right;}


.navbar-nav > li {padding:0px 8px;}
.navbar-nav > li:last-child {background:none;}
.navbar-nav > li > a{color:#fff ; transition:all 0.3s ease-in-out; font-size:16px; padding:10px 5px 17px 5px !important; font-weight:500; position: relative; text-transform:uppercase;}

.navbar-nav > li > a::before{
  content: "";
  width: 100%;
  height: 0.05rem;
  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: #ffb249;
  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: 0;
    padding: 10px 0;
    border-top: 3px solid #ffb249;
	}
	.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:#c7058f;
	font-family:"Poppins-SemiBold";
	font-size:16px;
	margin:7px 0 0 0;
	}
ul.d_down h3 a {
	color:#c7058f;
	font-family:"Poppins-SemiBold";
	font-size:16px;
	margin:7px 0 0 0;
	}		
ul .d_down li  {
	
	}
ul .d_down li a {
	display:block;
	padding:7px;
	font-size: 14px;
	color:#242065;
	transition:all 0.3s ease-in-out;
	}	
ul .d_down li a:hover {
	color:#ffb249;
	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:30rem;
  top: auto;
  margin-top:-1px;
}
.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: 60%;
  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%);
  width: 80%;
  margin-left: 25%;
}
.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:#ffb249 !important;
}	
.sticky .nav-link:focus, .nav-link:hover {
	/*background: #242065;*/
	color:#ffb249 !important;
	}	
/*menu animation end*/
/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container{ width:100%; margin:auto; clear:both; padding:0 0px; height:100vh; /*overflow:hidden;*/ z-index:10;}


.cliver {
	width: 100%;
    position: absolute;
    height:100vh;
    top: 0;
    background: #121c250f;
	}
.flex-caption{ position: absolute; bottom:23%; margin: 0 auto 0 auto; width: 100%;}	
.caption_title_line p {
    color:#fff;
    display:inline-block;
    border-radius:50px;
	font-size: 135px;
    line-height: 66px;
	margin:0;
	font-family:"BellamySignature";
}	
.caption_title_line{  height:auto; color:#303030; width:90%; float:left; margin-left:4%;}
.caption_title_line h2 {
	display:inline-block;
	color:#ffb249;
	text-shadow:7px 5px 0px #0000002e;
	width:100%;
	font-family:"Poppins-Bold";
	font-size:125px;
	padding:0px 0;
	text-transform:uppercase;
	}
.mouse-icon{position:absolute;
    bottom: 30%;
    right: 2%;
    z-index: 100;
	text-align:center;
	}
.mouse-icon a {
	color:#fff;
	font-weight:600;
	font-size:18px;
	}
.rotate {
/* Safari */
-webkit-transform: rotate(-90deg);
/* Firefox */
-moz-transform: rotate(-90deg);
/* IE */
-ms-transform: rotate(-90deg);
/* Opera */
-o-transform: rotate(-90deg);
margin-bottom: 53px;
    margin-left: 5px;
}
.fdfd {
	display:flex;
	}
.iam{
  color: white;
    font-size: 25px;
	font-weight:600;
    padding:10px;
}
.text{
    border-right: 2px solid #FFF;
    font-size:25px;
	font-weight:600;
    color:#ffcf1c;
	}
.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:103.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:7%; left:5%; text-align:center; z-index:1; display:none;}
.flex-control-nav li {margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 30px; height: 2px; display: block; cursor: pointer; text-indent: -9999px; background:#DDD;}
.flex-control-nav li a:hover {background-position: 0 -13px; background:#fdb441;}
.flex-control-nav li a.active {cursor: default; background:#fdb441; }

/*-----------------------------------------------------------------------------------*/


.main-button {
  background-color: #ffb249;
  border: 0;
  padding:13px 35px 10px 35px;
  font-size: 15px;
  line-height: 26px;
  font-weight:600;
  border-radius:35px;
  cursor: pointer;
  color: #000;
  font-family: "Poppins-Regular";
  position: relative;
  text-transform: uppercase;
  margin-right: 4rem;
}
.main-button:after {
  background-color: #ffb249;
  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;
	z-index:10;
	}
.welweight {
	width:90%;
	margin:0 auto;
	}	
.welcomebody {
	width:100%;
	margin:5rem auto 5rem auto;
	padding:10px 0 20px 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:37px;
    color: #0a3562;
    line-height: 57px;
	font-weight: 600;
    margin: 10px 0 25px 0;
	}
.welm h2 span {
	font-family:"Candara";
	color:#3ab54a;
	font-size: 37px;
	}
.welm p {
	color: #6161ff;
    float: left;
    padding-bottom: 5px;
    border-bottom: 2px solid #6161ff;
	}			
.welcomecompany {
    margin:0rem auto 2rem auto;
	}	
.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:19px;
	color:#0a3562b5;
    line-height:35px;
	font-family:"Candara";
	}
	
.pro_block {
	border-radius:10px;
	transition: all 0.3s ease-in-out;
	background:#deedff;
	padding:20px;
	}
.pro_block:hover {
	}	
.ehover11 {
	padding:15px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	}
	
.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);
	}
.pro_diteals {
    bottom: 0;
    width: 100%;
    padding: 10px 0px 10px 10px;
}
.pro_diteals h2 {
    color: #0a3562;
    padding: 0 0 25px 0;
    margin: 0;
    font-size: 65px;
	font-weight:600;
	font-family: "BellamySignature";
}
.pro_diteals p {
	margin:0;
	}
.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:100%;
	margin:0rem auto;
	background:#fff;
	z-index:10;
	position:relative;
	}
.fca_la {
	margin: 0 0 2rem 0;
	}	
.fca_la	h2 {
	color: #94086f;
    font-weight: 600;
    font-size:43px;
    font-family: 'Butler_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-weight:600;
	font-size:23px;
	border:2px solid #0a356238;
	border-radius:1rem;
	color: #0a3562;
	font-family: 'Butler_Bold';
	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;
	}
	
	
.welcome_block {
	z-index: 100;
	position:relative;
	background:#08090a;
	margin-bottom:29rem;
	padding:0rem 0 0rem 0;
	}	
.abtRt {
	width: 90%;
	margin:0 auto;
	}		
.abtRt ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	padding:0;
	margin:0;
}
.abtRt ul li {
	width:25%;
	padding:0;
	/*border-right: 1px solid #282828ad;*/
	}
.abtRt ul li:last-child {
	border-right:none;
	}	
.abtbx {
    width: 100%;
    margin:0px 0 0;
    /*background: #fff;*/
    /*box-shadow: 0px 0px 82px #0776b726;*/
    text-align: center;
    padding:5rem 25px;
	transition:all 0.3s ease-in-out;
}
.count_bg {
	display:flex;
	align-items: center;
  align-content: center;
  justify-content: center;
  vertical-align: middle;
	}
.count_bg span {
	font-size: 45px !important;
	font-family: "Poppins-Regular";
    color: #f3aa53 !important;
	transition:all 0.3s ease-in-out !important;
	position: relative;
    margin-top: -34px;
    margin-left: 7px;
	}	
.counter {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  vertical-align: middle;
  font-size: 63px;
	font-weight: bold;
    color: #f3aa53;
	transition:all 0.3s ease-in-out;
	font-family: "Poppins-Bold";
}	
.abtbx h4 {
	font-size: 49px;
	font-weight: bold;
    color: #f3aa53;
	transition:all 0.3s ease-in-out;
	font-family: 'Butler_Bold';
	}
.abtbx span {
    font-size: 19px;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.abtbx img {
	width:22%;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	}
.abtbx:hover {
	background:#f3aa53;
	}
.abtbx:hover span {
	color:#000 !important;
	}
.abtbx:hover .count_bg span {
	color:#000 !important;
	}	
.abtbx:hover h4 {
	color:#000;
	}
.abtbx:hover .counter {
	color:#000;
	}
.abtbx:hover img {
	transform: rotate(45deg);
	filter: brightness(0) invert(1);
	}								
/********************************************************************************************************/
/******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:1.5rem;
    text-decoration: none;
    padding: 10px 17px;
    display: none;
    border-radius: 50%;
    box-shadow: 0px 16px 10px #00000047;
    text-align: center;
    background: #ffab39;
    right:1.5%;
    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:#ffb249;
	}
.viewall a i {
	width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    color: #ffb249;
    text-align: center;
    line-height: 30px;
	font-size:14px;
	margin-right:15px;
	transition:all 0.3s ease-in-out;
	}		
.viewall a:hover {
	color:#000;
	box-shadow: 0 15px 20px rgb(66 54 68 / 57%);
	}
.viewall a:hover i {
	background: #000;
	}
.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:0px auto;
	padding:7rem 0 2rem 0;
	width:100%;
	background: #111a2200;
	}	
.video_block_full {
	padding:150px;
	background:#fff0fb;
	}	
.padding-problem {
    padding:0 7px;
}
	
				
.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%);
	}
.g_rdh {
	padding: 0rem 0 0rem 1rem;
	}
.servs {
	margin:3rem 3rem 0 5rem;
	}
.servs p {
	color: #ffb249;
    display:block;
    border-radius: 50px;
    font-size: 181px;
    line-height: 66px;
	position:relative;
	bottom:-1.5rem;
    margin: 0;
    font-family: "BellamySignature";
	}		
.servs h3 {
	display: inline-block;
    color: #263b63;
    width: 100%;
    font-family: "Poppins-Bold";
    font-size: 61px;
    padding: 0px 0;

	}		
.about_photo {
	padding:0;
    position: relative;
	z-index:10;
	background:#fff;
	}

.whypart {
	padding:0;
	}

.foot {
	padding: 32px 25px 15px 0px;
    border-top: 1px solid #ffffff36;
    width: 90%;
    margin: 3.5rem auto 0 auto;
	text-align:center;
	}
.foot p {
	color:#ffffff9c;
	margin: 0.7rem 0 0 1rem;
	float: left;
	}
.foot p a {
	color:#f59f38;
	font-family:"Amperzand";
	font-size:17px;
	}
.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;
	}
.absolute-div .Drop_revied {
    top: 2.85rem;
}
.Drop_revied {
   top: 1.72rem;
    /* right: 1.5%; */
    float: right;
    right: 4rem;
    position: absolute;
    z-index: 100;
}
.sug_up {
	margin-left:1.5rem;
	}
.sug_up a {
	display: inline-block;
    background: #3ab54a;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 46px;
    padding: 0px 10px 0px 9px;
    border-radius: 50%;
    font-size: 31px;
    transition: all 0.3s ease-in-out;
   
	}
.footcont {
	width:90%;
	margin:0 auto;
	}
.footer {
	background: #101010;
	background-size:cover;
	position:fixed;
	bottom:0;
	padding:40px 0px 20px 0px;
	}	
.foot_menu {
	margin-top:0;
	}
.foot_menu ul {
    padding: 0;
    margin: 0;
    margin-left: 2%;
	float:left;
}	
.foot_menu ul li {
	display:inline-block;
	padding:7px 5px;
	list-style-type:circle;
	}
.foot_menu ul li a {
	color:#ffffffad;
	padding:5px;
	transition:all 0.3s ease-in-out;
	text-decoration:none;
	font-size:15px;
	}
.foot_menu ul li a:hover {
	color:#f59f38;
	}		
			
.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 {
    width: 70%;
	/*filter: brightness(0) invert(1) !important;*/
}	
.social_wr1 {
    margin-top:0rem;
    margin-left: 0rem;
	float:left;
}
.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 #ffffff73;
}
.social_wr1 a i {
	 font-size: 21px !important;
	 color:#ffffff73;
	}
.social_wr1 a:hover {
	margin-top:-7px;
	}	
.foot-cont {
    padding:13px 0;
}
.foot-cont .cticon {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}
.foot-cont .cticon i {
	float:left;
    font-size: 25px;
    color: #f59f38;
    height: 55px;
    width: 55px;
    line-height: 55px;
    border: 1px solid #f59f38;
    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;
	width:78%;
	font-size:15px;
	}
.twosight {
    border-left: 1px solid #ffffff36;
    border-right: 1px solid #ffffff36;
	padding:1.5rem 0;
}						
.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;
}
	


.lag {
	float:left;
	width:66%;
	}

.mbotu {
    margin-bottom: 25px;
}
.formname {
    color: #6e8195;
    font-weight: 300;
    margin-bottom: 1px;
    font-size: 18px;
}
.form-control1 {
    display: block;
    width: 100%;
    /* height: 45px; */
    padding: 12px 10px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #3b3d3e;
    background-color:rgb(239 246 255);
    background-image: none;
    border: 1px solid #6e819500;
    border-radius:0px;
    transition: all 0.3s ease-in-out;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#3b3d3e;
    opacity: 1; /* Firefox */
	font-size:16px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#3b3d3e;
	font-size:16px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:#3b3d3e;
	font-size:16px;
}
input[type=text]:focus,input[type=email]:focus, input[type=number]:focus, textarea:focus, select:focus {
  border-bottom: 1px solid #ffab39;
  outline:none;
  background-color:rgb(255 246 239);
}
select.form-control1 {
	font-size:16px;
	}
select[type=text]:focus,select[type=email]:focus {
  border-bottom: 1px solid #ffab39;
  outline:none;
  background-color:rgb(255 246 239);
}
span.paper-plan {
    position: relative;
    bottom: 36px;
    border-radius: 50%;
    left: 5px;
    padding: 7px 11px;
    background: #fff;
}
span.paper-plan i {
	color:#ffab39;
	}
.quesend {
    border-radius: 7rem;
    padding: 11px 30px 11px 60px;
    font-size: 16px;
    display: list-item;
    background: #ffab39;
    border-color: #ffab39;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.quesend:hover {
	background:#ffab39;
    border-color: #ffab39;
    color: #000;
    box-shadow: 0 15px 20px rgb(66 54 68 / 57%);
	}
.quesend:hover span.paper-plan {
	background: #000;
	}	
.career_photo img {
    width: 100%;
    float: right;
    border-radius:5rem 0 0 0;
	/*animation: bounce 5.7s cubic-bezier(0, 0, 0.58, 0.5) infinite alternate;*/
	}
@keyframes bounce {
  0% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(-10%);
  }
}	
.career_c_t {
    width: 120%;
    background: #fff;
	margin-top:2rem;
    padding: 5rem;
    z-index: 10;
    position: relative;
    float: right;
    box-shadow: 5px 5px 70px #0a35626e;
    margin-right: 5%;
    border-radius: 0 0 5rem 0;
}
.c_he_ad {
	}
.c_he_ad p {
	color: #ffb249;
    display: inline-block;
    border-radius: 50px;
    font-size: 141px;
    line-height: 66px;
    position: relative;
    bottom: -3.5rem;
    margin: 0;
    font-family: "BellamySignature";
	}	
.c_he_ad h2 {
    font-family: "Poppins-Bold";
    font-size: 51px;
    color: #1d2a64;
    margin: 2rem 0 2.5rem 1rem;
	width:95%;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
               1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 1000;
}
.page-loader .txt {
  color: #000;
  text-align: center;
  top: 42%;
  position: relative;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
  font-size:25px;
}
.page-loader .txt span {
	color:#ffb249;
	font-size:41px;
	}
.l_logo {
	position: relative;
  top: 35%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100%;
	}
.l_logo img {
	width:100px;
	margin-top:-100px;
	z-index:100;
	position: absolute;
	}	
/* SPINNER ANIMATION */
.spinner {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-color: #000;
  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(2);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
figure.snip1084 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin:0px;
  min-width: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
}

figure.snip1084 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

figure.snip1084 img {
  opacity: 1;
  width: 100%;
}

figure.snip1084 figcaption {
  top: 50%;
  left: 40px;
  right: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.snip1084 figcaption h2 {
  font-family: "Amperzand";
  position: relative;
  font-weight: 400;
  font-size:31px;
  margin: 0;
  -webkit-transform: translateY(75%);
  transform: translateY(75%);
}

figure.snip1084 figcaption h2 span {
  font-weight: 800;
}

figure.snip1084 figcaption p {
  font-size: 1.1em;
  font-weight: 500;
  opacity: 0;
  margin: 0;
}

figure.snip1084:before,
figure.snip1084:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s, transform 0.6s;
}

figure.snip1084:before {
  border-top: 1px double #fff;
  border-bottom: 1px double #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.snip1084:after {
  border-right: 1px double #fff;
  border-left: 1px double #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.snip1084 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1084.blue {
  background: #0a212f;
}

figure.snip1084.red {
  background: #36100c;
}

figure.snip1084.yellow {
  background: #562e0a;
}

figure.snip1084:hover img,
figure.snip1084.hover img {
  opacity: 0.5;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1084:hover figcaption h2,
figure.snip1084.hover figcaption h2,
figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.snip1084:hover:before,
figure.snip1084.hover:before,
figure.snip1084:hover:after,
figure.snip1084.hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}


/*product part start*/
.mar_bot {
	margin-bottom:2rem;
	}
.our_product {
	padding:1rem 0;
    position: relative;
    z-index: 10;
    background: #fff;
	}
.pro_body {
	width:88%;
	margin:0 auto;
	}
.product-item {
    border: none;
    position: relative;
    border-radius: 0;
}
.p_r_d {
	margin:1rem 0.3rem;
	/*background: #deedff;
	padding:1rem;*/
	box-shadow: 0px 0px 20px #b6c7dcd9;
	transition: all 0.3s ease-in-out;
	border-radius: 25px;
	}
.p_r_d:hover {
	box-shadow: 0px 0px 64px #b6c7dcd9;
	}	
.product-item .product {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #deedff;
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
	}

.product-item .product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.p_r_d:hover .product img {
    transform: scale(1.1);
}
.product-item .product .icons .icon {
    width: 40px;
    height: 40px;
    background-color: #ffab39;
	color:#fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.6s ease;
    transform: rotate(180deg);
    cursor: pointer
}

.product-item .product .icons .icon:hover {
    background-color: #b71c1c;
    color: #fff
}

.product-item .product .icons .icon:nth-last-of-type(3) {
    transition-delay: 0.2s
}

.product-item .product .icons .icon:nth-last-of-type(2) {
    transition-delay: 0.15s
}

.product-item .product .icons .icon:nth-last-of-type(1) {
    transition-delay: 0.1s
}

.product-item:hover .product .icons .icon {
    transform: translateY(-160px)
	}

.product-item .tag {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    position: absolute;
    top: 3rem;
    left: 3rem;
    padding: 0 0.4rem
	}

.product-item .title {
    font-size: 1.2rem;
    font-family: "Poppins-Regular";
    color: #ffab39;
	transition:all 0.3s ease-in-out;
	}

.product-item .fa-star {
    font-size: 0.65rem;
    color: goldenrod
	}

.product-item .price {
	font-size: 0.95rem;
    margin-top: 2px;
    padding: 0;
	transition:all 0.3s ease-in-out;
	}

.fw-800 {
    font-weight: 800
	}

.bg-green {
    background-color: #208f20 !important;
    color: #fff
}

.bg-black {
    background-color: #1f1d1d;
    color: #fff
}

.bg-red {
    background-color: #bb3535;
    color: #fff
}

/*product part end*/
.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100vh;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    opacity: 1;
}
.video {
    width: 110vw;
    height: 76.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0 none;
    z-index: 2;
}
.video_block {
	padding: 0px 0 0 0;
    position: relative;
    background: #fff;
    z-index: 10;
	}
iframe.vid_ifra {
	width:100%;
	height:75vh;
	display:block;
	}
.product_bot_p {
    margin: 0 auto;
    position: relative;
    background: #fff;
    margin-top: -30px;
    padding:1rem 0rem 1.5rem 0;
    text-align: center;
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
}
.p_r_d:hover .product_bot_p {
	background: #fff;
	}
.p_r_d:hover .product_bot_p .title {
    color: #1b2733;
}	
.p_r_d:hover .product_bot_p .price {
    color: #1b2733;
}
/*inpage start*/	
	
.all_inpage_menu {
    width: 100%;
    z-index: 999;
    position: relative;
    background: #fff;
    padding: 2px 0;
    box-shadow: 0px 0px 2px #002a6b87;
}
.all_inpage_menu .navbar-nav > li > a {
    color: #04184a;
}	
.all_inpage_menu .logo img {
	height: 85px;
	}
.all_inpage_menu .sticky .logo img {
    filter: none !important;
    height: 60px;
}
.pag_p_r_bw {
	padding:0;
    position: relative;
    z-index: 10;
    background: #fff;
	}
.inpage_head_tag {
    width: 90%;
    margin: 2rem auto;
	border-bottom:1px solid #04184a21;
	
}
.inpage_head_tag ul {
    padding: 0;
	}
.inpage_head_tag ul li {
    color: #000;
    font-size: 16px;
    display: inline-block;
    padding: 0 0.3rem;
	font-family: "Poppins-Regular";
	}
.inpage_head_tag ul li a {
    color: #000;
	}
.inpage_head_tag ul li span {
    color: #ff9e1a;
	}
.inpage_banner {
	width:100%;
	padding: 0;
	}		
.inpage_banner img {
	width:100%;
	padding:0;
    position: relative;
    z-index: 10;
	}	
.innerpage_body {
	z-index: 100;
    position: relative;
    background: #fff;
    margin-bottom: 29rem;
    padding: 0rem 0 0rem 0;
	}
.about_top_cont {
	width:90%;
	margin:0 auto;
	}	
.about_top_cont p {
	font-size: 21px;
    color: #0a3562b5;
    line-height: 35px;
	text-align:center;
	}
.about_body {
	margin:0;
	}
.a_b_company {
	margin:0rem auto 3rem auto;
    padding:4rem;
    background: #fff;
    box-shadow: 0 0 25rem #00000038;
	}
.founder_photo {
    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;
	}					
.inpage_contact {
    padding: 0;
    margin: 4rem 0 4rem 0;
    background: #fff;
	box-shadow: 0px 0px 40px #0a356259;
	border-radius:1rem;
	overflow:hidden;
	
}	
.contact_bg {
    background: url(../images/banner/slider/6.jpg) no-repeat left;
	height: 100%;
}	
.contact_dit {
    padding: 5rem 3rem 2rem 3rem;
    background: #000313ba;
	height: 100%;
}
.form {
    padding:4rem 5rem 4rem 3rem;
}	
.form h2 {
	display: inline-block;
    color: #263b63;
    width: 100%;
    font-family: "Poppins-Bold";
    font-size: 45px;
    padding: 0px 0;
	margin-bottom:2rem;
	}	
.contact_dit h2 {
	display: inline-block;
    color: #ffab39;
    width: 100%;
    font-family: "Poppins-Bold";
    font-size: 42px;
    padding: 0px 0;
	margin-bottom:2rem;
	}
.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-user {
    background: #8633cc;
}
.ad_di h3 i.fa-location-dot {
    background: #19bdff;
}
.ad_di h3 i.fa-whatsapp {
    background: #33cc39;
}
.ad_di h3 i.fa-envelope {
    background: #ff2727;
}
.ad_di p a {
    color: #fff;
}
.ad_di p {
    color: #fff;
    margin-left: 3rem;
}
.part_a_c_m {
    margin:0 0 1.5rem 0;
}
.social_wr {
    margin-top:0rem;
    margin-left: 0rem;
	float:left;
}
.social_wr 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;
}
.social_wr a i {
	 font-size: 21px !important;
	 color:#fff;
	}
.social_wr a:hover {
	margin-top:-7px;
	}
.quote {
	padding:4rem 5rem 4rem 5rem;
	}
.inpage_quote {
	padding: 0;
    margin: 4rem auto;
    background: #fff;
    box-shadow: 0px 0px 40px #0a356259;
    border-radius: 1rem;
    overflow: hidden;
	width:80%;
	}
.quote h2 {
	display: inline-block;
    color: #263b63;
    width: 100%;
    font-family: "Poppins-Bold";
    font-size: 41px;
	text-align:center;
    padding: 0px 0;
	margin-bottom:4rem;
	}
.service_part {
	margin:3rem 0;
	
	
	}	
.service_block {
	background:#fff;
	}
.service_img img {
	width:95%;
	border-radius:60px;
	}		
.map {
	margin-bottom:4rem;
	}		
.map iframe {
	width:100%;
	height:400px;
	}
.core_business {padding:0rem;}	
.core_business h2 {
    display: inline-block;
    color: #263b63;
    width: 100%;
    font-family: "Poppins-SemiBold";
    font-size:31px;
    padding: 0px 0;
}	
.core_business p {
    	font-size: 17px;
    color: #0a3562b5;
    line-height: 35px;
}	
.core_business ul { padding:0rem;}	
.core_business ul li {
    font-size: 17px;
    color: #0a3562b5;
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #0a35622e;
    padding: 0.5rem 1.2rem;
    border-radius: 7px;
}	
.service_cont {
	padding:2rem;
	margin-top:2rem;
	}	
.service_cont h2 {
	display: inline-block;
    color: #263b63;
    width: 100%;
    font-family: "Poppins-Bold";
    font-size:43px;
    padding: 0px 0;
	}
.service_cont p {
	font-size: 17px;
    color: #0a3562b5;
    line-height: 35px;
	}
.serv_logo {
	width: 6rem;
    position: relative;
    bottom: 10rem;
    right: -1rem;
    float: right;
	}	
.serv_logo2 {
	width: 6rem;
    position: relative;
    bottom: 10rem;
    right: 1rem;
    float: left;
	}
img.imri {
	float:right;
	}
.product_head h2 {
	display: inline-block;
    color: #263b63;
    width: 100%;
    font-family: "Poppins-SemiBold";
    font-size:33px;
    padding: 0px 0;
	text-align:center;
	}
.pro_phoo {
	width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #deedff;
    transition: all 0.3s ease-in-out;
	}		
.pro_phoo img {
	width:100%;
	height:15rem;
	transition: all 0.7s ease-in-out;
	}
.in_product_block:hover .pro_phoo img {
    transform: scale(1.1);
}	
.prod_cont {
	padding:2rem;
	}	
.prod_cont h3 {
	font-family: "Poppins-Regular";
	color:#000;
	font-size:23px;
	margin:1.5rem 0;
	}		
.prod_cont p {
	font-family: "Poppins-Regular";
	color:#000;
	font-size:15px;
	}	
.prod_cont p span {
	float:right;
	font-family: 'Poppins-Light';
	color:#000;
	}	
p.p_d_p {
	font-family: 'Poppins-Light';
	color:#000;
	}	
.padd_more {
	padding:1rem;
	}	
	
.img-comp-container {
  position: relative;
  height: 400px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
  border-right: 2px solid #fff;
}

.img-comp-img img {
  display:block;
  vertical-align:middle;
  width:595px;
  height:400px;
}

.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #ffab39;
  opacity: 1;
  border-radius: 50%;
}
	
.in_product_block {
	box-shadow: 0px 0px 3px #0000003d;
    border-radius: 11px;
    overflow: hidden;
	transition:all 0.7s ease-in-out;
	}	
.in_product_block:hover {
box-shadow: 0px 0px 33px #0000003d;
	}	
	
	
	
	
	
	
	
	
	
	
				

		
	