/*Navigation csss start */

.font-11 {
	font-size: 11px;
}

.font-12 {
	font-size: 12px;
}

.font-13 {
	font-size: 13px;
}

.font-14 {
	font-size: 14px;
}

.font-15 {
	font-size: 15px;
}

.font-16 {
	font-size: 16px;
	line-height: 1.6;
}

.font-17 {
	font-size: 17px;
}

.font-18 {
	font-size: 18px;
}

.font-19 {
	font-size: 19px;
}

.font-20 {
	font-size: 20px;
}

.font-21 {
	font-size: 21px;
}

.font-22 {
	font-size: 22px;
}

.font-23 {
	font-size: 23px;
}

.font-24 {
	font-size: 24px;
}

.font-25 {
	font-size: 24px;
}

.font-26 {
	font-size: 26px;
}

.font-27 {
	font-size: 27px;
}

.font-28 {
	font-size: 28px;
}

.font-29 {
	font-size: 29px;
}

.font-30 {
	font-size: 30px;
}

.font-31 {
	font-size: 31px;
}

.font-32 {
	font-size: 32px;
}

.font-33 {
	font-size: 33px;
}

.font-34 {
	font-size: 34px;
}

.font-35 {
	font-size: 35px;
}

.font-36 {
	font-size: 36px;
}

.font-37 {
	font-size: 37px;
}

.font-38 {
	font-size: 38px;
}

.font-39 {
	font-size: 39px;
}

.font-40 {
	font-size: 40px;
}

.font-41 {
	font-size: 41px;
}

.font-42 {
	font-size: 42px;
}

.font-43 {
	font-size: 43px;
}

.font-44 {
	font-size: 44px;
}

.font-45 {
	font-size: 45px;
}

.font-46 {
	font-size: 46px;
}

.font-47 {
	font-size: 47px;
}

.font-48 {
	font-size: 48px;
}

.font-49 {
	font-size: 49px;
}


/*.font-50{font-size: 50px;}*/

.font-51 {
	font-size: 51px;
}

.font-52 {
	font-size: 52px;
}

.font-53 {
	font-size: 53px;
}

.font-54 {
	font-size: 54px;
}

.font-55 {
	font-size: 55px;
}

.font-56 {
	font-size: 56px;
}

.font-57 {
	font-size: 57px;
}

.font-58 {
	font-size: 58px;
}

.font-59 {
	font-size: 59px;
}

.font-60 {
	font-size: 50px;
}

.font-61 {
	font-size: 61px;
}

.font-62 {
	font-size: 62px;
}

.font-63 {
	font-size: 63px;
}

.font-64 {
	font-size: 64px;
}

.font-65 {
	font-size: 65px;
}

.font-66 {
	font-size: 66px;
}

.font-67 {
	font-size: 67px;
}

.font-68 {
	font-size: 68px;
}

.font-69 {
	font-size: 69px;
}

.font-70 {
	font-size: 70px;
}

@font-face {
	font-family: 'GTWalsheim-Black';
	src: url('../fonts/GTWalsheim-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/GTWalsheim-Black.woff') format('woff'), url('../fonts/GTWalsheim-Black.ttf') format('truetype'), url('GTWalsheim-Black.svg#GTWalsheim-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GTWalsheim-Medium';
	src: url('../fonts/GTWalsheim-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/GTWalsheim-Medium.woff') format('woff'), url('../fonts/GTWalsheim-Medium.ttf') format('truetype'), url('GTWalsheim-Medium.svg#GTWalsheim-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GTWalsheim';
	src: url('../fonts/GTWalsheim.eot?#iefix') format('embedded-opentype'), url('../fonts/GTWalsheim.woff') format('woff'), url('../fonts/GTWalsheim.ttf') format('truetype'), url('../fonts/GTWalsheim.svg#GTWalsheim') format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
}

body {
	/*    background-color: #1d1d1d;*/
	margin: 0;
	padding: 0;
	position: relative;
}

* {
	outline-color: transparent;
}

header {
	padding: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

header.affix {
	background-color: #000;
	padding: 10px;
}


/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}

.scroll-wrapper>.scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-element {
	display: none;
}

.scroll-element,
.scroll-element div {
	box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
	overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}


/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer>.scroll-element,
.scrollbar-outer>.scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-outer>.scroll-element {
	background-color: #ffffff;
}

.scrollbar-outer>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-y {
	height: 100%;
	right: 0;
	top: 0;
	width: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer {
	height: 8px;
	top: 2px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
	left: 2px;
	width: 8px;
}

.scrollbar-outer>.scroll-element .scroll-element_outer {
	overflow: hidden;
}

.scrollbar-outer>.scroll-element .scroll-element_track {
	background-color: #eeeeee;
}

.scrollbar-outer>.scroll-element .scroll-element_outer,
.scrollbar-outer>.scroll-element .scroll-element_track,
.scrollbar-outer>.scroll-element .scroll-bar {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.scrollbar-outer>.scroll-element .scroll-bar {
	background-color: #d9d9d9;
}

.scrollbar-outer>.scroll-element .scroll-bar:hover {
	background-color: #c2c2c2;
}

.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191;
}


/* scrollbar height/width & offset from container borders */

.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
	left: -12px;
	margin-left: 12px;
}

.scrollbar-outer>.scroll-content.scroll-scrollx_visible {
	top: -12px;
	margin-top: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
	min-width: 10px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-bar {
	min-height: 10px;
}


/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -14px;
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -14px;
}

.banner {
	height: 600px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner .inner {
	position: absolute;
	top: 90%;
	left: 50%;
	-webkit-transform: translate(-50%, -30%);
	transform: translate(-50%, -30%);
	text-align: center;
}

.banner .inner h1 {
	font-size: 60px;
	line-height: 80px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.banner .inner p {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 4px;
}

.section {
	position: relative;
}

.body-wrapper {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.body-wrapper.in {
	position: relative;
	overflow-y: hidden;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2001;
	width: 100%;
}

.navOverlay.in {
	overflow-y: hidden;
	background-color: #28496a;
	transition: .4s ease-in-out;
	transform: translate(0%, 0%);
	z-index: 99;
}

.orangeline:before {
	list-style-type: none;
	margin-bottom: 35px;
	position: absolute;
	content: "";
	height: 30px;
	width: 4px;
	background: #ff731e;
	left: -25px;
	border-radius: 25px;
	top: 0;
}

.nav-menu-wrapper .main-nav li a {
	transition: all ease-in-out 0.5s;
}

.nav-menu-wrapper .main-nav li a:hover {
	color: #ff731e;
}

.navOverlay {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transform: translate(100%, 0%);
	transition: all .8s ease-in-out;
}

.burger-btn {
	width: 50px;
	height: 45px;
	z-index: 5000;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: right;
	background: transparent;
	padding: 10px;
	opacity: 1;
	transition: all .8s ease-in-out;
}

.burger {
	position: relative;
	z-index: 9999999999;
}

.burger-btn .icon-bar {
	background-color: #000;
	height: 3px;
	position: absolute;
	width: 30px;
	left: 0;
	transition: all .2s ease-in-out;
}

.burger-btn.opend .icon-bar.one {
	top: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
}

.burger-btn.opend .icon-bar.two {
	-webkit-transform: scale(0);
	transform: scale(0);
	background-color: #fff;
}

.burger-btn.opend .icon-bar.three {
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #fff;
}

.burger-btn .icon-bar.one {
	top: 1px;
}

.burger-btn .icon-bar.two {
	top: 11px;
}

.burger-btn .icon-bar.three {
	top: 21px;
}

.nav-menu-wrapper {
	position: absolute;
	top: 50%;
	right: 5%;
	opacity: 0;
	transition: all 0.8s ease-in-out;
	left: 25%;
	transform: translate(-15%, -50%);
	text-align: left;
	width: 80%;
}

.nav-menu-wrapper.slide-in {
	opacity: 1;
}

.nav-menu-wrapper .main-nav li {
	list-style-type: none;
	margin-bottom: 35px;
	position: relative;
}

.nav-menu-wrapper .main-nav li a {
	text-transform: uppercase;
	line-height: 36px;
	padding-bottom: 3px;
	border-bottom: 1px solid transparent;
	transition: all .2s ease-in-out;
	text-decoration: none;
	color: #fff;
	outline: none;
	font-family: 'GTWalsheim';
}

.nav-menu-wrapper .main-nav li a span {
	line-height: 16px;
	margin-right: 18px;
}

.nav-menu-wrapper .social-nav li {
	display: inline-block;
	padding: 10px;
	font-size: 17px;
}

.nav-menu-wrapper .social-nav li a {
	color: #fff;
}

.navi {
	display: none;
}


/**/

.listli {
	display: none;
}

.listli ul li {
	display: none;
}

.abs-div {
	position: absolute;
	top: 2%;
	left: 40%;
	width: 40%;
}

.aboutabsdiv {
	position: absolute;
	top: 15%;
	left: 40%;
	height: 500px;
	width: 40%;
}

.devtesting-absdiv {}

.subli ul li {
	padding: 8px 0 8px 30px;
}

.subli ul li a {
	transition: all ease-in-out 0.5s;
	border-bottom: 2px solid transparent;
}

.subli ul li a:hover {
	color: #ff731e;
	border-bottom: 2px solid #ff731e;
}

.subli {
	color: #fff;
}

.subli:hover {
	color: #ff731e;
}

.subli a:hover {
	color: #ff731e;
}

.subli {
	display: none;
	padding: 8px 0 8px 30px;
}

.subpages {
	display: none;
}


/*.devlclick:hover .devtesting-absdiv {
    transition:  all ease-in-out 5s;
    display: block;
}
*/

.main-nav li:hover .harrow {
	padding-left: 10px;
	transition: all ease-in-out 0.5s;
	opacity: 1;
}

.main-nav li .harrow {
	transition: all ease-in-out 0.5s;
	opacity: 0;
}

.activecolorclass {
	color: #ff731e !important;
}

.subli ul li {
	color: #fff;
}


/**/

.abt-absdiv {
	position: absolute;
	top: 10%;
	left: 40%;
	width: 40%;
}

.pra-absdiv {
	position: absolute;
	top: 15%;
	left: 40%;
	width: 40%;
}

.qms-absdiv {
	position: absolute;
	top: 30%;
	left: 40%;
	width: 50%;
}

.devtesting-absdiv {
	position: absolute;
	top: 10%;
	left: 40%;
	width: 40%;
}


/*Navigation css end  */


/*.lazy_img{
    opacity:0;
}
.img_bg{
    background:#d1d1d1;
}

*/

.menu_active_leftborder {
	/* border-bottom: 2px solid #ff731e !important; */
	border-left: 5px solid #ff731e !important;
	color: #ff731e !important;
}

.displaybr {
	display: none;
}

.brnone {
	display: block;
}

.navOverlay a:focus {
	color: #fff;
}

.bannerswiperpagenation {
	display: none;
}

.swiperhome .swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 60px 60px;
	background-position: center;
	background-repeat: no-repeat;
}


/*
.swiperhome .slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.swiperhome .slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*/

.home-prev1 .swiper-button-prev {
	background-image: url(../images/home/prev-about.png);
	left: 5px;
	right: auto;
	transition: all ease-in-out 0.5s;
	z-index: 99;
}

.home-prev1 .swiper-button-prev:hover {
	background-image: url(../images/home/prev-about-hover.png);
	left: 5px;
	right: auto;
	z-index: 99;
}

.home-next1 .swiper-button-next {
	background-image: url(../images/home/next-about.png);
	right: 5px;
	left: auto;
	transition: all ease-in-out 0.5s;
	z-index: 99;
}

.home-next1 .swiper-button-next:hover {
	background-image: url(../images/home/next-about-hover.png);
	right: 5px;
	left: auto;
	z-index: 99;
}

.swiperhomemaindiv {
	position: relative;
}

.homebanerbg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	width: 100%;
	height: 100vh;
}

.homeswiperbanner1 {
	/*background-image: url(../images/home/slide1.jpg);*/
	background-image: url(../images/home/banner-1.jpg);
}

.homeswiperbanner2 {
	/*background-image: url(../images/home/slide2.jpg);*/
	/*background-image: url(../images/home/b2.jpg);*/
	background-image: url(../images/home/banner-2.jpg);
}

.homeswiperbanner3 {
	/*background-image: url(../images/home/slide3.jpg);*/
	/*    background-image: url(../images/home/b3.jpg);*/
	background-image: url(../images/home/banner-3.jpg);
}

.swiperhome .swiper-container {
	width: 100%;
	height: 100%;
}

.swiperhome .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.width40btn {
	width: 40%;
	margin: 0 auto;
}

.dlink:hover a {
	color: #ff671d;
	transition: all ease-in-out 0.5s;
}

.dlink {
	transition: all ease-in-out 0.5s;
}


/*.practicdevicewidth {
    position: fixed;
    top: 30%;
    left: 0;
    width: 20% !important;
}*/

.formError {
	opacity: 0.87;
	bottom: 0px!important;
	left: 0px!important;
	right: initial;
	margin-top: -20px!important;
	color: #f61616;
	text-align: left;
}

.ChatIconTop.activeChat {
	transform: translateX(0);
}

.ChatIconTop {
	position: fixed;
	bottom: 1.5%;
	right: 1%;
	width: 58px;
	z-index: 9999;
	cursor: pointer;
	transform: translateX(150px);
	transition: all ease-in-out 0.5s;
}

.webmenu {
	display: block;
}

.mobilemenu {
	display: none;
}

.squareboxmobilenone {
	display: block;
}

.squareboxmobileshow {
	display: none;
}

h3 {
	font-size: unset;
}

.menu_active {
	/*border-bottom: 2px solid #ff731e !important;*/
	border-bottom: 2px solid #ff731e !important;
	color: #ff731e !important;
}

.menu_activewhiteborder {}


/*.sidefixpagediv {
  display: none;
}*/

.sliderlogo {
	display: none;
}

.md {
	position: fixed;
	top: 30px;
	left: 90px;
	/*top:20px;
    left: 120px;*/
	z-index: 99999;
	display: block;
}

.header-socialicon li i {
	opacity: 1 !important;
	float: left;
}

.header-socialicon li {
	padding: 8px 10px;
	float: left;
}

.cishadow {
	box-shadow: 0px 0px 9px 4px #CCC;
	width: fit-content;
	border-radius: 50%;
}

.drugdevicewidth {
	position: fixed;
	top: 30%;
	left: 0;
	width: 15% !important;
}

.tabdisplayinmobile {
	display: none;
}

.circleswiper {
	display: block;
}

.activetab {
	display: block;
}

.hide {
	display: none;
}

.activelink {
	background: #FF671C !important;
	transition: all ease-in-out 0.5s;
}

.padding_top50 .nav-tabs {
	border-bottom: 1px solid transparent;
}

.blackshadebg {
	/*background-color:#3a3a3a;*/
	background-color: #393939;
}

.coffee_title {
	color: #fec1a4;
}


/*backtop*/

#backtotop {
	line-height: 48px;
	background-color: #39a6b1;
	display: none;
	position: fixed;
	bottom: 10%;
	text-align: center;
	width: 40px;
	right: 25px;
	opacity: 0;
	transition: all .4s ease 0s;
	color: #fff;
	height: 40px;
	z-index: 99999;
	border-radius: 50px;
}

#backtotop.active {
	opacity: 1;
	display: block
}

#backtotop i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 19px;
	transform: translate(-50%, -50%);
}

#backtotop:hover {
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
}

#backtotop:focus {
	background-color: #ff671d;
}

#backtop i:hover {
	top: 20%;
}


/*backtop*/


/*backtop end */

.homebox .amibaa {
	position: absolute;
	bottom: -12%;
	right: 12%;
	border-radius: 50px;
	background: #39a6b1;
	padding: 15px;
	transition: all ease-in-out 0.5s;
}

.mainbox .homebox:hover .amibaa {
	position: absolute;
	bottom: -12%;
	right: 12%;
	border-radius: 50px;
	background: #ff671d;
	padding: 15px;
	transition: all ease-in-out 0.5s;
}

@font-face {
	font-family: 'GTWalsheim-Black';
	src: url('../fonts/GTWalsheim-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/GTWalsheim-Black.woff') format('woff'), url('../fonts/GTWalsheim-Black.ttf') format('truetype'), url('GTWalsheim-Black.svg#GTWalsheim-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GTWalsheim-Medium';
	src: url('../fonts/GTWalsheim-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/GTWalsheim-Medium.woff') format('woff'), url('../fonts/GTWalsheim-Medium.ttf') format('truetype'), url('GTWalsheim-Medium.svg#GTWalsheim-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GTWalsheim';
	src: url('../fonts/GTWalsheim.eot?#iefix') format('embedded-opentype'), url('../fonts/GTWalsheim.woff') format('woff'), url('../fonts/GTWalsheim.ttf') format('truetype'), url('../fonts/GTWalsheim.svg#GTWalsheim') format('svg');
	font-weight: normal;
	font-style: normal;
}

.header.sticky {
	background: #fff;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 99999999;
	background: rgba(255, 255, 255, 0.9);
}

.centerDiv {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bannerdivbg {
	background: #f2f2f2;
	height: 75vh;
	position: relative;
	width: 100%;
	z-index: 99;
}

#homesection1 {
	position: relative;
	width: 100%;
}

.clearfix {
	clear: both;
}

.rightsquarebox {
	position: absolute;
	right: 3%;
	top: 0%;
	width: 50%;
	z-index: 9;
}

.relative {
	position: relative;
}

.mid-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 67.7%;
}

.mid-img img {
	width: 80%;
}

.rightsquarebox img {
	width: 97%;
}

p {
	margin: 0;
	padding: 0;
}

.homebanertextdiv {
	position: absolute;
	top: 43%;
	left: 8%;
	color: #000;
	width: auto;
	z-index: 99;
}


/*.banertextdiv {
  position: absolute;
  bottom: 18%;
  left: 5%;
  color: #000;
  width: auto;
  border-bottom: 4px solid #24405f;
  z-index: 99;
}
*/

.theamcolor {
	color: #4a91e3;
}

.title {
	font-family: 'GTWalsheim-Medium';
	line-height: 1.23;
}

.content {
	font-family: 'GTWalsheim';
}


/**/

@keyframes up-right {
	0% {
		transform: scale(1);
		opacity: .25
	}
	50% {
		transform: scale (1, 5);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: .25;
	}
}

.dot {
	opacity: 1.25;
	height: 20px;
	width: 20px;
	background-color: transparent;
	border-radius: 50%;
	display: inline-block;
	border: 4px solid #4a91e3
}

a:hover {
	text-decoration: none;
}


/**/

.dot1home {
	position: absolute;
	left: 7%;
	top: 40%;
	-webkit-animation: up-right 1s infinite;
	-moz-animation: up-right 1s infinite;
	-o-animation: up-right 1s infinite;
	animation: up-right 1s infinite;
	z-index: 99;
}

.dot2home {
	position: absolute;
	left: 38%;
	bottom: 10%;
	-webkit-animation: up-right 1s infinite;
	-moz-animation: up-right 1s infinite;
	-o-animation: up-right 1s infinite;
	animation: up-right 1s infinite;
	z-index: 99;
}

.paddingl0 {
	padding-left: 0;
}


/*section2*/

#homesection2 {
	position: relative;
	padding-bottom: 0;
	z-index: 9;
}

.homebigbackgroudimg {
	background-image: url(../images/home/backgroudn.png);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-size: cover;
	background-position: 100%;
	width: 100%;
	z-index: -1;
}

.paddingtop50 {
	padding-top: 50px
}

.sectionpadding {
	padding: 80px 0;
}

.black {
	color: #000;
}

.dark_blue {
	color: #24405f;
}

.amibatextleftpadding {
	padding-left: 70px;
}

.section2textdiv {
	width: 90%;
	padding: 70px 30px 30px 30px;
}

.gray {
	color: #24405f;
}

.light_cyan {
	color: #39a6b1;
}

.dot3home {
	position: absolute;
	top: 10%;
	right: 0%;
	z-index: 999;
	-webkit-animation: up-right 1s infinite;
	-moz-animation: up-right 1s infinite;
	-o-animation: up-right 1s infinite;
	animation: up-right 1s infinite;
}

.paddingtop100 {
	padding-top: 100px;
}

.marginleft100 {
	margin-left: 100px;
}

.left_numberdiv {
	min-width: 13vw;
	height: 14vw;
	margin-right: 5vw;
	border-top-right-radius: 15px;
	background-color: #60c8d3;
	position: relative;
}

.number-midtext {
	margin-top: 20px;
}

.left_numberdiv:before {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
}

.left_numberdiv:after,
.left_numberdiv:before {
	background-color: #9dc8fb;
	content: "";
}

.numberalignment {
	position: absolute;
	bottom: -19px;
	left: 14px;
	font-family: 'GTWalsheim-Medium';
	font-size: 76px;
	/*  color: #b0cff3;*/
	color: #fff;
}

.left_numberdiv:after {
	width: 6vw;
	height: 3px;
	position: absolute;
	top: 50px;
	right: -4vw;
}

.left_numberdiv:after {
	background-color: #000;
	content: "";
}

.left_numberdiv:before {
	background-color: #9dc8fb;
	content: "";
}

.maintext-leftdiv {
	display: flex;
	margin-right: 5vw;
}

.mywidth {
	width: 75%;
}


/*Right block*/

.homebox {
	border: 1px solid #ccc;
	position: relative;
	background-color: #f2f2f2;
	transition: all ease-in-out 0.5s;
}

.homebox .amiba {
	position: absolute;
	bottom: -11%;
	right: 10%;
}

.mainbox {
	padding: 20px 0 0px 0;
	border-bottom: 1px #39a6b1 solid;
	transition: all ease-in-out 0.5s;
}

.boxtext {
	padding: 20px 5px 20px 0;
}

.boxtext p {
	padding: 0;
	margin: 0
}

.white {
	color: #fff;
}

.blockmarginmaindiv .col-md-5 {
	margin-bottom: 50px;
}

.blockmarginmaindiv .mainbox {
	min-height: 490px;
}

.divheight0 {
	min-height: 0 !important;
}

.border-none {
	border-bottom: 2px transparent solid;
}

.paddingbottom80 {
	padding-bottom: 80px;
}

.defultimg {
	transition: all ease-in-out 0.5s;
}

.hoverimg {
	opacity: 0;
	transition: opacity 0.5s;
	position: absolute;
	top: 0;
	left: 0;
	transition: all ease-in-out 0.5s;
}

.mainbox:hover .hoverimg {
	opacity: 0.9;
	/*background: #990000; */
}

.mainbox:hover .defultimg {
	transition: all ease-in-out 0.5s;
	/*background: #990000; */
}

.mainbox:hover .inside2img {
	/*    transform: scale(1.1);*/
	opacity: 0.7;
	/* transition: all ease-in-out 0.5s;*/
}

.inside2img {
	transition: all ease-in-out 0.5s;
}

.midtext p {
	padding: 10px 0;
	text-align: center;
}

.contentm {
	font-family: 'GTWalsheim-Medium';
}

.midtext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
}

.lastbox {
	background-color: #d2551c !important;
}

.mainbox:hover .midtext {
	opacity: 1;
}

.dot4home {
	position: absolute;
	top: 31%;
	left: -12%;
	z-index: 9999;
	-webkit-animation: up-right 1s infinite;
	-moz-animation: up-right 1s infinite;
	-o-animation: up-right 1s infinite;
	animation: up-right 1s infinite;
}

.dot5home {
	position: absolute;
	top: -6%;
	right: 11%;
	z-index: 9999;
	-webkit-animation: up-right 1s infinite;
	-moz-animation: up-right 1s infinite;
	-o-animation: up-right 1s infinite;
	animation: up-right 1s infinite;
}


/**/

.padding0 {
	padding: 0 !important;
}

.swiperbgimage {
	/*  background-image: url(../images/home/bgparellax.jpg);*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	background-color: #EDF2F5;
	color: #000;
}

.left_numberdiv1 {
	min-width: 13vw;
	height: 14vw;
	margin-right: 5vw;
	border-top-right-radius: 15px;
	background: #60c8d3;
	position: relative;
}

.left_numberdiv1:before {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
}

#footerhome {
	position: relative;
	z-index: 99;
}

.left_numberdiv1:after,
.left_numberdiv1:before {
	background-color: #9dc8fb;
	content: "";
}

.numberalignment1 {
	position: absolute;
	bottom: -19px;
	left: 14px;
	font-family: 'GTWalsheim-Medium';
	font-size: 76px;
	/*  color: #b0cff3;*/
	color: #fff;
}

.maintext-leftdiv1 {
	display: flex;
	margin-right: 5vw;
}

.left_numberdiv1:after {
	width: 6vw;
	height: 3px;
	position: absolute;
	top: 50px;
	right: -4vw;
}

.left_numberdiv1:after {
	background-color: #000;
	content: "";
}

.left_numberdiv1:before {
	background-color: #9dc8fb;
	content: "";
}

.margin-left0 {
	margin: 0 !important;
}

.swiperleftpadding {
	padding-left: 80px;
}


/**/

.swiper-container {
	width: 100%;
	height: auto;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.devtesting .swiper-slide {
	background: transparent;
}

.homeboxswiper {
	background: #5695ef;
}

.homeboxswiper .amiba {
	position: absolute;
	bottom: -12%;
	right: 12%;
	border-radius: 50px;
	background: #39a6b1;
	padding: 15px;
	transition: all ease-in-out 0.5s;
}

.homeboxswiper:hover .amiba {
	position: absolute;
	bottom: -12%;
	right: 12%;
	border-radius: 50px;
	background: #ff671d;
	padding: 15px;
	transition: all ease-in-out 0.5s;
}

.mainboxswiper {
	padding: 20px 0 0px 0;
	border-bottom: 1px #000 solid;
	width: 90%;
	position: relative;
}

.paddingbottom0 {
	padding-bottom: 0;
}


/**/

.paddingtop25 {
	padding-top: 50px;
}

.numberalignment2 {
	position: absolute;
	bottom: -19px;
	left: 14px;
	font-family: 'GTWalsheim-Medium';
	font-size: 76px;
	color: #fff;
}

.left_numberdiv2 {
	min-width: 13vw;
	height: 14vw;
	margin-right: 5vw;
	border-top-right-radius: 15px;
	background: #6699ff;
	position: relative;
}

.left_numberdiv2:before {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
}

.numberalignment2 {
	position: absolute;
	bottom: -19px;
	left: 14px;
	font-family: 'GTWalsheim-Medium';
	font-size: 76px;
	color: #b0cff3;
}

.maintext-leftdiv2 {
	display: flex;
	margin-right: 5vw;
}

.paddingbottom60 {
	padding-bottom: 60px;
}

.testimonaalbackgroudimg {
	background-image: url(../images/home/backgroudn.png);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-size: cover;
	background-position: center center;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
	margin-bottom: 7px;
}

.testimonialboxborder h4,
h5 {
	margin: 0;
	line-height: 1.2;
}

.testimonialboxborder h5 {}

.testimonialboxborder h5:after {
	content: "";
	height: 1px;
	position: absolute;
	bottom: 20px;
	width: 75px;
	background: #4a91e3;
	left: 30px;
}

.testimonialboxborder {
	padding: 30px 30px 40px 30px;
	border: 1px solid #4a91e3;
	border-radius: 15px;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.marginbottom120 {
	margin-bottom: 120px;
}

.inside2img>.defultimg,
.hoverimg {
	width: 100%;
}

.smallimg img {
	width: 100%;
}


/*============== my css ==================*/

.devtestingprev {
	background-image: url('../images/home/right-arrow.png');
	right: 25px;
	left: auto;
	display: none;
}

.devtestingnext {
	background-image: url('../images/home/left-arrow.png');
	left: 25px;
	right: auto;
	display: none;
}

.mobilepagination {
	display: none;
}


/*=====medical device====*/

.font-120 {
	font-size: 120px;
}

.red {
	color: #ff0000;
}

.light_red {
	color: #ff671d;
}

.lightgray {
	color: #e8e8e8;
}

.paddingbottom15 {
	padding-bottom: 15px;
}

.italic {
	font-style: italic;
}

.width100 {
	width: 100%;
}

.paddingleft50 {
	padding-left: 50px;
}

.paddingleft80 {
	padding-left: 80px;
}

#mdsection1 {
	position: relative;
	width: 100%;
	padding-bottom: 70px;
}

.margin0 {
	margin: 0;
}

.banner_md {
	width: 100%;
	position: relative;
	display: block;
}

.banner_md_text {
	position: absolute;
	margin: 0 auto;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}

.borderbottomwhite {
	border-bottom: 4px solid #fff;
	padding-bottom: 10px;
}

.banner_left_md {
	padding-top: 200px;
}


/*.banner_md_text img{
    width: 65%;
    margin: auto;
}
*/

.topleftimg {
	background-color: #f6f6f6;
	border-radius: 50%;
	padding: 40px;
	margin: 0 auto;
	width: 55%;
}

.twoboxmd {
	margin: 50px 0;
	width: 90%;
}

.mobiletext {
	display: none;
}

.bannerlefttwo {}

.twoboxmd h1 {
	position: absolute;
	top: 50%;
	margin: 0 auto;
	text-align: center;
	/* width: 80%; */
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.twoboxmd h2 {
	width: 75%;
	margin: 0 auto;
	padding: 15px 0;
}

.blacklinediv:after {
	content: "";
	background-color: #24405f;
	width: 100px;
	height: 3px;
	position: relative;
	top: 20px;
	left: -50px;
	display: block;
}

.blacklinediv_slider:after {
	content: "";
	background-color: #24405f;
	width: 150px;
	height: 2px;
	position: relative;
	top: -30px;
	left: -160px;
	display: block;
}

.blocktwomd {
	background-color: #EDF2F5;
	padding: 20px 0 100px 0;
}

.col-center-md {
	float: none;
	margin: 0 auto;
}

.designWrapper {
	display: inline-flex;
	width: 100%;
	padding-top: 100px;
	text-align: center;
}

.with20 {
	width: 20%;
}

.designWrapper img {
	margin: 0 auto;
}

.designWrapper h2 {
	width: 78%;
	margin: 0 auto;
	padding-top: 20px;
}

.testingWrapper_md {
	width: 100%;
}

.testing_bg_md {
	background-color: #E9E9E9;
	padding: 0px 0 100px 0;
}

.testing_boxtext {
	min-height: 145px;
}

.testing_bg_md .swiper-slide {
	background: transparent;
}

.testing_bg_md h2 {
	padding: 50px 0;
}

.productboxswiper {
	text-align: left;
}

.product_left {
	padding-left: 90px;
	padding-top: 14px;
}

.product_left p {
	width: 90%;
	text-align: justify;
}

.productWrapper_md {
	padding: 150px 0;
}

.productWrapper_md .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	/*background: #70C7FD;*/
	background: #6d6969;
	margin-right: 8px;
}

.productWrapper_md .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ff671d;
}

.productWrapper_md .swiper-pagination {
	padding-left: 14%;
}

.swiperbox_md {
	border-bottom: 1px #39a6b1 solid;
}


/* footer */

.width90 {
	width: 90%;
	margin: 0 auto;
}

.whitelinefooter:after {
	content: "";
	background-color: #fff;
	width: 80px;
	height: 1px;
	position: relative;
	top: 10px;
	left: -30px;
	display: block;
	margin: 15px 0 25px 0;
}

.footermanu_md li {
	padding: 3px 0;
}

.footerfirstbox {
	min-height: 250px;
}

.footer_logo_md {
	display: block;
	top: 70px;
	position: relative;
}

.footer_block_wraper_md {
	padding: 20px 0 10px 0;
}

.bordertop {
	border-top: 1px solid #fff;
}

.width85 {
	width: 85%;
}

.footermanu_md li:hover {
	color: #ccc;
	cursor: pointer;
}

.footer_block_wraper_md .social_div ul li a:hover {
	color: #ccc;
}


/*end footer*/


/* header*/

.headernew {
	position: fixed;
	top: 0;
	padding-left: 70px;
	z-index: 2001;
	width: 100%;
	transition: all 0.5s ease;
}

.logoblue {
	display: none;
}

.sticky .logowhite {
	display: none;
}

.sticky .logoblue {
	display: block;
	float: left;
}


/*Practices*/

.practicemidimgdiv {
	background-color: #f6f6f6;
	border-radius: 50%;
	padding: 40px 0;
	margin: 0 auto;
	width: 60%;
}

.practiseinjetimg {
	width: 60%;
	margin: 0 auto;
}

.pratitle:after {
	content: "";
	height: 4px;
	position: absolute;
	bottom: -5px;
	width: 72%;
	background: #fff;
	left: 49px;
}

.manbgimg {
	background-image: url(../images/practices/background.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
}

.margin0auto {
	margin: 0 auto;
}

.textmar0auto img {
	margin: 0 auto;
	text-align: center;
}

.textmar0auto {
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.minisectionpadding {
	padding: 40px 0;
}

.paddingtb20 {
	padding: 20px 0;
}

.theambackground {
	background-color: #EDF2F5;
}

.desc2 {
	position: absolute;
	top: 0;
	right: 15%;
	width: auto;
}

.desc3 {
	position: absolute;
	top: 50%;
	right: 8%;
	width: auto;
}

.desc4 {
	position: absolute;
	bottom: 0;
	right: 15%;
	width: auto;
}

.desc5 {
	position: absolute;
	top: 0;
	left: 15%;
	width: auto;
}

.desc6 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
}

.desc7 {
	position: absolute;
	top: 37%;
	left: 0;
	width: auto;
}

.webman {
	display: block;
}

.mobileman {
	display: none;
}

.webmandiv {
	display: block;
}

.mobilemandiv {
	display: none;
}

.paddinglr10 {
	padding: 0 10px;
}

.footermanu_md li a {
	color: #fff;
	transition: all ease-in-out 0.5s;
}

.footermanu_md li {
	color: #fff;
	transition: all ease-in-out 0.5s;
}

.footermanu_md li a:hover {
	color: #24405f;
	transition: all ease-in-out 0.5s;
}

.smallimg {
	transition: all ease-in-out 0.4s;
}


/* biocompatibility */

.bg_img {
	background-image: url('../images/biocompatibility/amibasmall.png');
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner_bio {
	position: absolute;
	margin: 0 auto;
	top: 50%;
	transform: translate(-5%, -50%);
	left: 25%;
}

.biobottomwhite:after {
	content: "";
	background-color: #fff;
	width: 70%;
	height: 4px;
	position: relative;
	bottom: -15px;
	display: block;
	margin: 0 auto;
}

.col-center-top {
	float: none;
	margin: 0 auto;
}

.biocircleimage {
	margin-top: 100px;
}

.lightgray_bg {
	background-color: #EDF2F5;
}

.padding100 {
	padding: 100px 0;
}

.riskWrapper {
	display: inline-flex;
	width: 100%;
	padding: 80px 0 80px 0;
	text-align: center;
}

.biotopleftimg {
	background-color: #f6f6f6;
	border-radius: 50%;
	padding: 40px;
	margin: 0 auto;
	width: 38%;
}

.paddingbottom25 {
	padding-bottom: 25px;
}

.width75 {
	width: 80%;
	margin: 0 auto;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.margintop35 {
	margin-top: 35px;
}

.policyWrapper ul {
	text-align: left;
	width: 92%;
}

.policyWrapper ul li {
	display: inline-block;
	margin: 12px 0;
}

.policyWrapper p {
	display: inline-block;
	padding-left: 25px;
	position: relative;
}

.policyWrapper span {
	/* content: ""; */
	width: 30px;
	height: 22px;
	position: relative;
	top: 30px;
	display: block;
	background-image: url(../images/li_dot.png);
	background-repeat: no-repeat;
	left: 0px;
	margin-right: 0px;
}

.policycontent {
	display: block;
	width: 100%;
	padding-left: 0px;
}

.paddingright100 {
	padding-right: 100px;
}

.paddingright80 {
	padding-right: 80px;
}

.riskimg {
	width: 130px;
	height: 130px;
	background: #39a6b1;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	transition: all ease-in-out 0.5s;
}

.riskimgblock:hover .riskimg {
	background: #ff671d;
	cursor: pointer;
}

.riskimgblock:hover h2 {
	color: #ff671d;
	cursor: pointer;
}

.riskimg img {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.policyblock h2 {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	font-family: 'GTWalsheim';
}

.policyWrapper {
	display: inline-flex;
	width: 100%;
	padding: 80px 0 0px 0;
	text-align: center;
}

.paddingtop50 {
	padding-top: 50px;
}

.policyblock img {
	width: 55%;
}

.gray_dark {
	color: #D2D7DA;
}

.no_padding_top {
	padding-top: 0px;
}

.prat_slider_box {
	position: relative;
	height: 430px;
	width: 430px;
	border-radius: 50%;
	/*  border: solid 2px #cacaca;*/
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
}

.prat_slider_box>img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.padding_top {
	padding-top: 30px;
}

.no_padding_top {
	padding-top: 0px;
}

.no_padding_left {
	padding-left: 0px!important;
}

.spicel_text {
	line-height: 30px;
}

.blacklinediv.top_5px:after {
	top: 20px;
}

.right_margin_10 {
	margin-right: 10%;
}

.display_block {
	display: block!important;
}

.prat_slider_box_diffrant {
	height: 350px;
	width: 350px;
}

.read_more_link {
	padding-top: 15px;
	padding-left: 0px!important;
}

.banch_tasting_accordin .panel-default {
	border-color: #cde7ea;
}

.banch_tasting_accordin .panel-group .panel {
	margin-bottom: 0;
	border-radius: 0px;
}

.banch_tasting_accordin .panel-default>.panel-heading {
	background-color: transparent;
	border-color: #cde7ea;
}

.banch_tasting_accordin .panel-heading {
	padding: 20px 25px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	/* border-top-right-radius: 3px; */
}

.banch_tasting_accordin .panel {
	border: none;
	background-color: transparent;
}

.banch_tasting_accordin .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-bottom: 1px solid #cde7ea;
}

.banch_tasting_accordin .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: 0px solid #cde7ea;
}

a:focus,
a:hover {
	text-decoration: none;
}

.banch_tasting_accordin .panel-title::before {
	content: "";
	height: 20px;
	width: 3px;
	top: 37%;
	background: #ff6a22;
	position: absolute;
	left: 0;
}

.panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: 'FontAwesome';
	/* essential for enabling glyphicon */
	content: "\f106";
	/* adjust as needed, taken from bootstrap.css */
	float: right;
	/* adjust as needed */
	color: grey;
	/* adjust as needed */
	font-size: 40px;
	position: absolute;
	top: 10%;
	right: 25px;
}

.panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\f107";
	/* adjust as needed, taken from bootstrap.css */
}

.border_top {
	border-top: 1px solid #cde7ea!important;
}

.showmobile {
	display: none;
}


/*Practise */

#manabckg {
	position: relative;
}

.left_horizontal_div_web {
	position: absolute;
	left: 3%;
	top: 5%;
	z-index: 9;
}

.left_horizontal_div_web ul>li a {
	transition: all ease-in-out 0.54s;
	border-bottom: 2px solid transparent;
}

.left_horizontal_div_web ul>li a:hover {
	color: #ff671d;
	border-bottom: 2px solid #ff671d;
}

.manbgimgformobile {
	/* background-image: url(../images/practices/background.png); */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background: #000066;
	padding: 25px;
	min-height: 350px;
	border-radius: 10px;
}

#manabckg .container {
	width: 70%;
	margin: 0 25px 0 auto;
}

.left_horizontal_div_web h4 span {
	border-bottom: 2px solid #ff671d;
}

.left_horizontal_div_web h4 {
	padding: 5px 0;
}

.left_horizontal_div_web ul li {
	position: relative;
	padding-left: 15px;
}

.left_horizontal_div_web ul li:before {
	position: absolute;
	content: "";
	height: 8px;
	width: 8px;
	background: #fff;
	left: -5px;
	border-radius: 25px;
	top: 8px;
}

.left_horizontal_div_web ul {
	position: relative;
}

.padding_top50 {
	padding-top: 50px;
}

.paddingleft100 {
	padding-left: 100px !important;
}

.bordertopbgimage {
	border-top: 2px solid #eaeff3;
}

.philosophyblockbg {
	background: #eff5f5;
	transition: all ease-in-out 0.5s;
}

.philosophyblockbg:hover {
	background: #ff671d;
}

.philosophy {
	padding: 80px 25px 25px 25px;
	min-height: 786px;
}

.philosophytextblock {
	transition: all ease-in-out 0.5s;
}

.border-rightvision:after {
	position: absolute;
	content: "";
	height: 350px;
	width: 2px;
	background: #ccc;
	right: 0px;
	border-radius: 25px;
	top: 50px;
}

.smallmiddiv {
	padding: 20px 20px 20px 50px;
}

.mvmainblock {
	padding: 50px;
}

.philosophy:hover h3 {
	color: #fff;
}

.philosophy:hover p {
	color: #fff;
}

.borderbottombgimage {
	border-bottom: 2px solid #eaeff3;
}

.line-height-content18 {
	line-height: 1.8;
}

.width95 {
	width: 95%;
}

.paddinglr10 {
	padding: 0 10px;
}

.text-center {
	text-align: center !important;
}

.riskimgblock h4 {
	transition: all ease-in-out 0.5s
}

.riskimgblock:hover h4 {
	color: #ff671d;
}

.paddingtop10 {
	padding-top: 10px;
}

.paragrap80 {
	width: 80%;
	margin: 0 0 0 100px;
}

.margin-right0 {
	margin: auto 0 auto auto;
}

.margin-left0 {
	margin-right: 0 !important;
}

.padding_top25 {
	padding-top: 25px
}

.padding_bottom25 {
	padding-bottom: 25px
}

.orangecircle {
	height: 300px;
	width: 300px;
	position: relative;
	border-radius: 50%;
	border: 1px solid #ff671d;
	display: inline-block;
	margin: 50px 20px 10px 20px;
	transition: all ease-in-out 0.5s;
}

.orangecircle:hover {
	background-color: #ffffff;
}

.orangemidtext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bold {
	font-weight: bold;
}

.orangerbullet span {
	/* content: ""; */
	width: 30px;
	height: 22px;
	position: relative;
	top: 30px;
	display: block;
	background-image: url(../images/li_dot.png);
	background-repeat: no-repeat;
	left: 0px;
	margin-right: 0px;
}

.orangerbullet p {
	display: inline-block;
	padding-left: 25px;
	position: relative;
}

.paddingtb10 {
	padding: 10px 0;
}


/* Mayur style */

.bg_nonem {
	background-image: none !important;
}

.circle-m {
	background: #8D8D8D;
	border-radius: 50%;
	height: 130px;
	width: 130px;
	position: relative;
}

.circle-m h2 {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}

.light_graym {
	color: #8C8E8D;
}

.design-swiper-m p {
	padding-top: 15px;
	text-align: center;
	/*padding-left: 7%;*/
}

.design-swiper-m:hover .circle-m {
	background: #FF671C;
	transition: all ease-in-out 0.5s;
}

.design-swiper-m:hover p {
	color: #FF671C;
	transition: all ease-in-out 0.5s;
}

.circle-m:after {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	background: #8D8D8D;
	width: 150%;
	left: 120%;
	z-index: 1;
}

.circle-m:nth-last-child(1) {
	display: none;
	content: "";
	position: absolute;
	top: 50%;
	height: 5px;
	background: red;
	width: 150%;
	left: 120%;
	z-index: 1;
}

.bg_transparent_m {
	background: transparent;
}

.paddingmobile0m {
	padding: 0 !important;
}

.col-center-m {
	float: none;
	margin: auto;
}

.padding_top25m {
	padding-top: 25px;
}

.border-top-m {
	border: 1px solid #e8e8e8;
}


/*Usability Engineering - Human Factor*/

.line-height2-m {
	line-height: 1.6;
}

.line-height-1m {
	line-height: 1;
}

.usability-panel .panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
	border: none;
	border-top: 1px solid #c4ebef;
}

.usability-panel .panel-default>.panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: transparent;
	border-color: #EEEEEE;
}

.usability-panel .panel-title>a {
	display: block;
	padding: 20px 20px;
	text-decoration: none;
	position: relative;
}

.usability-panel .panel-title>a:before {
	content: "";
	background: #FF731E;
	width: 4px;
	position: absolute;
	display: block;
	text-align: left;
	height: 35%;
	top: 32%;
	left: 0px;
}

.usability-panel .more-less {
	float: right;
	color: #212121;
}

.usability-panel .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #EEEEEE;
}

.paddingbottom50m {
	padding-bottom: 50px;
}

.paddingtop50m {
	padding-top: 50px;
}

.usability-swiper-block .swiper-slide {
	background: transparent !important;
	display: block;
}

.usability-swiper-block .swiper-pagination-bullet-active {
	opacity: 1;
	background: #FF731E;
}

.usability-swiper-block .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}

.usability-swiper-block .swiper-pagination-bullets {
	text-align: left;
	padding-left: 10%;
}

.usabilityBlock {
	width: 90%;
	float: right;
}

.usability-line:before {
	content: "";
	background: #000;
	width: 10%;
	position: absolute;
	display: block;
	text-align: left;
	height: 2px;
	top: 23%;
	left: -11%;
}

.paddingtop25m {
	padding-top: 25px;
}

.usability-point-m p {
	padding-left: 25px;
}

.usability-point-m span {
	/* content: ""; */
	width: 30px;
	height: 22px;
	position: relative;
	top: 30px;
	display: block;
	background-image: url('../images/li_dot.png');
	background-repeat: no-repeat;
	left: 0px;
	margin-right: 0px;
}

.with90m {
	width: 90%;
}


/* usfda */

.what-md-m span {
	color: #FF731E;
	position: absolute;
	left: -12px;
	padding-top: 5px;
}

.line-number-m:after {
	content: "";
	background-color: #24405f;
	width: 110%;
	height: 2px;
	position: absolute;
	top: 60%;
	right: -75%;
	display: block;
}

.guidance-swiper-block {
	top: 55px;
	left: 70px;
	position: relative;
}

.block-center-m {
	top: 50%;
	transform: translateY(50%);
}

.data-subblock {
	margin-left: 50px;
	position: relative;
}

.data-md-m span {
	position: absolute;
	left: -25px;
	padding-top: 0px;
}

.line-height1_4m {
	line-height: 1.3;
}

.line-height1_6m {
	line-height: 1.6;
}

.usfda-guidance-arrow {
	width: 90px;
	margin: 0 auto;
	position: relative;
	bottom: -35px;
}

.swiper-button-next-data {
	background-image: url('../images/usfda-guidance/arrow-right.png');
	right: 0px;
	left: auto;
}

.swiper-button-prev-data {
	background-image: url('../images/usfda-guidance/arrow-left.png');
	left: 0px;
	right: auto;
}

.usfda-guidance-arrow .swiper-button-next,
.usfda-guidance-arrow .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 35px;
	height: 35px;
	margin-top: unset;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
	background-size: 35px 35px;
	background-position: center;
	background-repeat: no-repeat;
}

.productboxswiper .mobile-m {
	display: none;
}


/*linical report*/

.clinical-dots span {
	content: "";
	width: 30px;
	height: 22px;
	position: relative;
	top: 30px;
	display: block;
	background-image: url(../images/li_dot.png);
	background-repeat: no-repeat;
	left: 0px;
	margin-right: 0px;
}

.clinical-dots p {
	display: inline-block;
	padding-left: 25px;
	position: relative;
}

.clinical-dots h2 {
	position: relative;
	padding-bottom: 5px;
}

.clinical-dots h2:after {
	content: "";
	width: 85px;
	height: 2px;
	position: relative;
	top: 3px;
	display: block;
	background: #8797A6;
	background-repeat: no-repeat;
	left: 0px;
	margin-right: 0px;
}

.clinical-point-m {
	padding-left: 50px;
	top: -10px;
	position: relative;
}

.checklist {
	background: #F5F6F8;
	position: relative;
	display: inline-block;
	padding: 50px;
	width: 92%;
	margin: 25px auto;
}

.checklist h2 {
	margin-top: 0;
	margin-bottom: 15px;
}

.checklist4 {
	background: #F5F6F8;
	position: relative;
	display: inline-block;
	padding: 20px;
	width: 92%;
	margin: 25px auto;
}

.swiper-wrapper {
	padding-bottom: 28px;
}


/*Left menu */

.arrow_carrot-2right li a {
	color: #24405f;
}

.listleftpadding10 {
	padding-left: 10px;
}

.arrow_carrot-2right li span:hover {
	color: #24405f;
}

.menu_active_sub {
	color: #ff671d;
}


/**/

.left-fixed-div {
	background: #ffffff;
	/*  padding: 15px 0px 15px 0px;*/
	z-index: 999;
	transition: all ease-in-out 0.5s;
	box-shadow: 10px 10px 14px -11px rgba(186, 186, 186, 1);
}

.left-fixed-div li {
	text-align: left;
	padding: 5px 15px 5px 30px;
	transition: all ease-in-out 0.5s;
}

.left-fixed-div li a {
	padding: 10px 0;
}

.left-fixed-div li:hover a {
	color: #ff671d;
}

.left-fixed-div li:hover {
	color: #ff671d;
	background-color: rgb(234, 176, 149);
}

.arrow_carrot-2right a:hover {
	color: #ff671d !important;
}

.left-fixed-div li:hover .caretright {
	visibility: visible;
	transition: all ease-in-out 0.5s;
}

.left-fixed-div li a:hover .caretright {
	visibility: visible;
	transition: all ease-in-out 0.5s;
}

.selected {
	background-color: rgba(0, 0, 0, 0.1);
	color: #ff671d;
}

.menu_active_subtab {
	background-color: rgb(234, 176, 149);
	color: #ff671d;
}

.menu_active_subtab .caretright {
	visibility: visible;
}

.caretright {
	visibility: hidden;
	transition: all ease-in-out 0.5s;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
}


/**/

.read-more-m {
	position: relative;
	width: 120px;
	display: block;
}

.read-more-m span {
	top: 0;
	left: -35px;
}

.lessm {
	display: none;
}

.readbuttomtoggle .readm {
	display: none;
	left: -25px;
}

.readbuttomtoggle .lessm {
	display: inline-block;
	left: -25px;
}

.paddingl0 {
	padding-left: 0!important;
}

.bio-button {
	padding: 15px 30px;
	background: #ffd9c6;
	width: fit-content;
	transition: all ease-in-out 0.5s;
	text-align: center;
	border-radius: 50px;
}

.bio-button a {
	transition: all ease-in-out 0.5s;
}

.bio-button a span {
	transition: all ease-in-out 0.5s;
}

.bio-button:hover a span {
	color: #fff;
	transition: all ease-in-out 0.5s;
}

.bio-button:hover {
	color: #fff;
	transition: all ease-in-out 0.5s;
	background: #ff731e;
}

.width30table {
	width: 30%;
}

.mytable .table>tbody>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 1px solid #ddd;
}

.mytable .table>thead>tr>th {
	vertical-align: bottom;
	border: 1px solid #ddd;
	border-top: 1px solid #ddd !important;
}


/**/

.implants_table {
	width: 100%;
}

.product_table_wraper .product_table {
	border: 1px solid #c7c8c3;
}

.product_table_wraper table {
	margin: 0;
}

.product_table {
	border: 0;
	width: 100%;
	border-collapse: collapse;
}

.product_table tr td {
	padding: 10px;
	text-align: center;
	border: 1px solid #c7c8c3;
}

.product_table th {
	padding: 10px;
	text-align: center;
	border: 1px solid #c7c8c3;
}

.product_table th {
	vertical-align: middle;
}

.testnew {
	color: #ff671d;
	background-color: rgb(234, 176, 149);
}

.selected1 {
	background-color: #ff671d;
}

.selected1 .gray {
	color: #fff;
}


/**/

#accordian img {
	padding: 20px;
	width: 50%;
}

#accordian {
	/*background: #004050;*/
	background: transparent;
	/* width: 250px; */
	margin: 0;
	color: white;
	/* box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.6), 0 0 200px 1px rgba(255, 255, 255, 0.5);*/
}

#accordian h3 a {
	padding: 0 10px;
	line-height: 34px;
	display: block;
	color: white;
	text-decoration: none;
}

#accordian h3:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

i {
	margin-right: 10px;
}

#accordian li {
	list-style-type: none;
}

#accordian ul ul li a,
#accordian h4 {
	color: white;
	text-decoration: none;
	line-height: 27px;
	display: block;
	padding: 10px 15px;
	transition: all 0.15s;
	position: relative;
}

#accordian ul ul li a:hover {
	border-left: 5px solid #ff731e;
}

#accordian ul ul {
	display: none;
}

#accordian li.active>ul {
	display: block;
	background-color: rgba(82, 106, 130, 0.48);
}

#accordian ul ul ul {}

#accordian a:not(:only-child):after {
	content: "\002b";
	font-family: fontawesome;
	position: absolute;
	right: 25px;
	top: 10PX;
	font-size: 14px;
}

#accordian .active>a:not(:only-child):after {
	content: "\2212";
}

.uparrow {
	display: none;
}

.clockabs {
	position: absolute;
	right: 0;
	bottom: 0;
}

.stickclock {
	position: fixed;
	top: 3.5%;
	right: 5%;
	color: #000;
	opacity: 1;
}

.stickclockmobile {
	position: fixed;
	top: 10px;
	right: 15%;
	color: #000;
}

.menu_active .harrow {
	transition: all ease-in-out 0.5s;
	opacity: 1!important;
}

#accordian h3 {
	margin: 0 !important;
}


/**/


/*.activecolorclass a:not(:only-child):after {
  content: "\002b";
  font-family: fontawesome;
  position: absolute;
  right: 25px;
  top: 10PX;
  font-size: 14px;
}*/


/**/

#contact_form_startup .col-md-6 {
	margin: 30px 0;
}

#contact_form_startup .form-control {
	width: 90%;
	height: 53px;
	padding: 6px 12px;
	background-color: transparent;
	border-bottom: 2px solid #334255;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: unset;
	font-size: 20px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	color: #334255;
}

#contact_form_startup .form-control:focus {
	border-color: #ccc;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: none;
}

#contact_form_startup .add_file_hm .add_file_label {
	width: 90%;
	color: #334255;
	font-weight: bold;
	border-bottom: 2px solid #334255;
}

#contact_form_startup .custom-file-input {
	width: 0.1px;
	height: auto;
	opacity: 0;
	overflow: hidden;
	/* position: absolute; */
	z-index: -1;
}

#contact_form_startup label {
	margin-bottom: 0;
}

.btn-left {
	text-align: left;
}

.contactpadding {
	padding: 15px 25px;
}

.view_btn {
	background: transparent;
	border-radius: 50px;
	transition: all ease-in-out .9s;
	border: 1px solid #000;
	padding: 15px 30px;
	color: #000;
	margin-bottom: 50x;
}

.btn-danger:active,
.btn-danger:hover,
.contact_submit:hover .btn-danger.active,
.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #3aa6b1;
	border: 1px solid #3aa6b1;
}

#contact_form_startup ::placeholder {
	color: #334255;
	opacity: 1;
	/* Firefox */
}


/*Contact page form*/

#contact_form .col-md-12 {
	margin: 10px 0;
}

#contact_form .form-control {
	height: 53px;
	padding: 6px 12px;
	background-color: transparent;
	border-bottom: 2px solid #334255;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: unset;
	font-size: 20px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	color: #334255;
	margin: 0 auto;
}

#contact_form .form-control:focus {
	border-color: #334255;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: none;
}

#contact_form .add_file_hm .add_file_label {
	width: 80%;
	color: #334255;
	font-weight: bold;
	border-bottom: 2px solid #334255;
}

#contact_form .custom-file-input {
	width: 0.1px;
	height: auto;
	opacity: 0;
	overflow: hidden;
	/* position: absolute; */
	z-index: -1;
}

#contact_form label {
	margin-bottom: 0;
}

.btn-left {
	text-align: left;
}

.contactpadding {
	padding: 15px 25px;
}

.view_btn {
	background: transparent;
	border-radius: 50px;
	transition: all ease-in-out .9s;
	border: 1px solid #000;
	padding: 15px 30px;
	color: #000;
	margin-bottom: 50x;
}

.btn-danger:active,
.btn-danger:hover,
.contact_submit:hover .btn-danger.active,
.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #3aa6b1;
	border: 1px solid #3aa6b1;
}

#contact_form ::placeholder {
	color: #334255;
	opacity: 1;
	/* Firefox */
}

.width100cont .g-recaptcha {
	width: 40%;
	margin: 0 auto;
	text-align: center;
}

.formdiv {
	padding: 25px 0;
}


/*Contact page  form end */

.topimagecontnacticon {
	width: 15%;
	margin: 0 auto;
}

.addresstop_border {
	border-top: 1px solid #ccc;
	padding-top: 90px;
}

.addresstop_border a:hover {
	color: #ff671d;
}

.addresstop_border h3 {
	padding-bottom: 10px;
}

.addresstop_border a {
	transition: all ease-in-out 0.5s
}

.sectionpaddinhomepagefooter {
	padding: 80px 0 100px !important;
}


/*.headerul{
  float: left;
}*/

.privacyh3 {
	position: relative;
	display: inline-block;
}


/*.privacyh3:after {
    content: "";
    height: 3px;
    position: absolute;
    top: 40px;
    width:100px;
    background:#24405f;
    left: 0%;
    transform: translateX(0%);
    margin-top: 15px;
}*/

.privacy_banner {
	background-image: url(../images/privacy/privacy.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	width: 100%;
	height: 50vh;
}

.termcondition .panel {
	background: transparent;
}

.width86home {
	width: 80%;
	margin: 0 auto;
}

.mainboxswiperhome {
	padding: 30px 0 15px 0;
	border-bottom: 1px #39a6b1 solid;
	margin-bottom: 15px;
	position: relative;
	min-height: 620px;
}

.social_div ul li a:hover {
	color: #24405f;
	padding: 0 0 0 5px;
}

.footercopyright ul li a:hover {
	display: inline-block;
	color: #24405f;
}

.contactleftdiv {
	padding: 50px;
	width: 100%;
}

.onebr {
	display: none;
}

.footercopyright .footerhomesocial {
	text-align: right;
}

#cookieConsent {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.81);
	padding: 25px 20px;
}

#cookieConsent label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	color: #fff;
	position: absolute;
	right: 24%;
	top: 30px;
}

.closePopup {
	position: absolute;
	right: 12%;
	color: #fff;
	font-size: 29px;
	top: 0;
}

.abtleft-div {
	position: fixed;
	top: 30%;
	left: 0;
	width: 16%;
	background: #ffffff;
	padding: 15px 0px 0px 0px;
	z-index: 999;
	transition: all ease-in-out 0.5s;
	box-shadow: 10px 10px 14px -11px rgba(186, 186, 186, 1);
}

.closeleftdivsidebar {
	position: absolute;
	right: 5px;
	top: -15px;
	margin-bottom: 5px;
	font-size: 25px;
	background-color: rgb(234, 176, 149);
	\ color: #fff;
	border-radius: 56%;
	padding: 5px 15px;
	transition: all ease-in-out 0.5s;
}

.closeleftdivsidebar:hover {
	color: #000;
}


/*left to right scroll div*/

.sidebarfixw3 {
	min-width: 361px;
	position: fixed;
	z-index: 10;
	top: 40%;
	/*left: -361px;*/
	left: 0px;
	transition: 0.5s;
}

@media screen and (max-height: 450px) {
	.sidebarfixw3 .sidenav {
		padding-top: 15px;
	}
	.sidebarfixw3 .sidenav a {
		font-size: 18px;
	}
}

.rotate_text {
	position: absolute;
	right: -51px;
	background: #de1b24;
	padding: 10px;
	transform: rotate(-90deg);
	top: 10px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	font-size: 16px;
	border-radius: 0px 0px 5px 5px;
	color: #fff;
}


/*philosophy mobile swiper*/

.swiper_mobilephilosophy .swiper-container {
	width: 100%;
	height: auto;
}

.swiper_mobilephilosophy .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper_mobilephilosophy {
	display: none;
}

.webphilosophy {
	display: block;
}

#footerpanel {
	display: none;
}

#footerpanel,
#flip {}

#flip {
	/*background-color: rgba(0, 0, 0, 0.81);*/
	background-color: #ff671d;
	color: #fff;
	padding: 25px 10px;
}

#flip span {
	display: block;
	text-align: center;
	-webkit-animation: topDown 1s infinite linear;
	animation: topown 1s infinite linear;
}


/**/

.footericon_down {
	cursor: pointer;
	-webkit-animation: topDown 1.8s infinite linear;
	animation: topown 1.8s infinite linear;
	z-index: 999;
}

#flip span {
	animation: MoveUpDown 1s linear infinite;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

@keyframes MoveUpDown {
	0%,
	100% {
		bottom: 0;
	}
	50% {
		bottom: 15px;
	}
}

.cotactform .text_area {
	background: transparent;
	width: 100%;
	border-bottom: 2px solid #334255;
	border-top: transparent;
	border-left: transparent;
	border-right: transparent;
	color: #334255;
	font-size: 18px;
}

.powerby {
	position: absolute;
	bottom: 5%;
	right: 0;
	width: 25%;
	text-align: right;
	transition: all ease-in-out 0.5s;
	color: #fff;
}

.powerby:hover a {
	position: absolute;
	bottom: 5%;
	right: 0;
	color: #fff;
}

.powerby:hover span {
	color: #ff0000;
}


/*Footer csss start */

.no-padding-tb {
	background: #ff671d;
}


/*============== footer ==================*/

.footer_wraper {
	width: 100%;
	display: inline-block;
	background: #ff671d;
	/* background: linear-gradient(to bottom, rgba(28,88,189,0.85), rgba(28,88,189,1));*/
}

.bordertop {
	border-top: 1px solid #E5EAEE;
}

.footer_links ul li a {
	display: inline-block;
	color: #fff;
	padding: 0px 0px 2px 0px;
	margin-left: 20px;
	border-bottom: 1px solid transparent;
	transition: all ease-in-out 0.4s;
}

.footer_logo {
	display: inline-block;
	padding: 15px 0;
}

.footer_block_wraper {
	display: inline-block;
	width: 100%;
	padding: 2em 0 0em 0;
	border-bottom: 1px solid #fff;
}

.footer_block_wraper_copy_right {
	display: inline-block;
	width: 100%;
	padding: 20px 0 10px 0;
}

.footer_block_wraper_copy_right a,
.footer_block_wraper_copy_right p,
.footer_block_wraper_copy_right {
	color: #fff;
	font-size: 14px;
}

.footer_block_wraper_copy_right .social_div ul li a {
	color: #fff;
	padding: 0 0 0 0px;
}

.footer_block_wraper_copy_right .social_div ul li a:hover {
	color: #999;
}

.email_deatils_main_web {
	display: block;
}

.social_div ul li a {
	color: #fff;
	padding: 0 0 0 5px;
}

.menu_footer_div ul li a {
	color: #fff;
	padding: 0 0 0 50px;
	text-decoration: none;
	transition: all ease-in-out 0.5s;
}

.menu_footer_div ul li a:hover {
	color: #24405f;
	transition: all ease-in-out 0.5s;
}

.paddingright35 {
	padding-right: 35px;
}

.email_deatils_main_web h2,
.email_deatils_duplicatemobile h2 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 0;
}

.email_deatils_duplicatemobile {
	display: none;
}

textarea {
	resize: none;
}

.comm_icon_protfolio {
	display: inline-block;
	padding: 0 3px;
}


/*============== footer ==================*/

.for_table_hm thead {
	background: green;
}

.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #B4CCB6;
}

.tbl_with {
	width: 150px;
}

.for_table_hm th {
	text-align: center;
	font-size: 16px;
}

.for_table_hm th:first-child {
	text-align: left;
	padding-left: 20px
}

.for_table_hm td {
	text-align: center;
	font-size: 16px;
	color: green;
	border-right: 1px solid #5A8F61;
}

.for_table_hm td:first-child {
	text-align: left;
	padding-left: 20px
}

.for_table_hm td:last-child {
	border: none;
}

.for_table_hm td img {
	margin: 0 auto;
	padding: 7px 5px;
}

.btn_hm {
	border: 2px solid #fff;
	padding: 12px 20px;
	border-radius: 30px;
	color: #fff;
	transition: all ease-in-out .5s;
	font-size: 16px;
	display: inline-block;
}

.btn_hm:hover {
	border: 2px solid #fff;
	color: green;
	transition: all ease-in-out .5s;
	background: #fff;
}

.btn_green_hm {
	border: 2px solid #fff;
	padding: 7px 20px;
	border-radius: 10px;
	color: green;
	transition: all ease-in-out .5s;
	font-size: 16px;
}

.btn_green_hm:hover {
	border: 2px solid #fff;
	color: #fff;
	transition: all ease-in-out .5s;
	background: green;
}

.pad_bot25 {
	padding-bottom: 25px;
}

.line_hm {
	position: relative;
}

.feat_box p {
	padding-top: 20px;
	padding-bottom: 10px;
}

.line_hm:after {
	content: ' ';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 70px;
	border: 1.5px solid #31496B;
	transform: translateX(-50%);
	margin: 10px 0px;
}

.top_swiper_wrapper .swiper-button-next,
.top_swiper_wrapper .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/new_home/arrow_right.png);
	width: 50px;
	height: 50px;
	background-size: 45px 45px;
	right: 20px;
	left: auto;
	opacity: 0.3;
	top: 40%;
}

.btn_swipper {
	text-align: left;
	margin-top: 30px;
	padding-left: 50px;
}

.btn_swipper_hm {
	padding: 12px 20px;
	border-radius: 10px;
	color: #fff;
	transition: all ease-in-out .5s;
	font-size: 16px;
	background: #576477;
}

.btn_swipper_hm:hover {
	color: #1C3762;
	transition: all ease-in-out .5s;
	background: #fff;
}

.cont_list {
	display: inline-flex;
	margin: 0;
}

.cont_list select {
	margin-left: 5px;
	outline: none;
	border: none;
	box-shadow: none;
}

.cont_list .form-control {
	width: auto;
}

.content_field_hm {
	display: flex;
}

.add_file_hm {
	display: flex;
}

.custom-file-input::-webkit-file-upload-button {
	visibility: hidden;
}

.custom-file-input::before {
	content: 'Add File';
	display: inline-block;
	padding: 5px 8px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	filter: alpha(opacity=0);
	cursor: pointer;
	font-size: 10pt;
}

.custom-file-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	/* position: absolute;*/
	z-index: -1;
}

.add_file_hm .add_file_label {
	width: 50%;
	color: #969698;
	font-weight: 500;
}

.inputfile+label {
	font-size: 1.25em;
	font-weight: 700;
	color: white;
	background-color: black;
	display: inline-block;
}


/*============== Contact End ==================*/

#contactForm {
	background: #003551;
}

.contact_wraper {
	display: inline-block;
	width: 100%;
	padding: 50px 20px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 26px 0px #55555590;
	margin-top: -150px;
}

.form_items .img_lable {
	padding: 5px;
	float: left;
}

.contact_wraper .form_items {
	border-bottom: 1px solid #D2D3D5;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

.contact_wraper .form_items .form_input {
	outline: none;
	border: none;
	padding: 8px 8px;
	width: 89%;
	margin: 0px;
}

.captacha_div,
.form_items_textarea {
	width: 100%;
	display: inline-block;
}

.form_items_textarea .text_area {
	width: 100%;
	border-radius: 20px;
	outline: none;
	padding: 13px 15px;
	border-color: #D2D3D5;
}

.message_title {
	padding-bottom: 12px;
}

.messages_tyle {
	display: inline-block;
	color: #969698;
}

.contact_wraper .form_items .form_input.file {
	opacity: 0;
	z-index: 1;
}

.file_lable {
	display: inline-block;
	position: absolute;
	z-index: 0;
	top: 11px;
	left: 58px;
	color: #969698;
}

.submit_button {
	display: inline-block;
	text-align: center;
	width: 100%;
	padding-top: 40px;
}

.button_inquiry {
	border: 2px solid #00476b;
	background: #fff;
	padding: 16px 40px;
	border-radius: 25px;
	color: #00476b;
	outline: none;
	transition: all ease-in-out 0.4s;
	text-transform: uppercase;
}

.button_inquiry:hover {
	background: #00476b;
	color: #fff;
}

input[type="email"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #969698;
}

input[type="email"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="file"]::-moz-placeholder {
	/* Firefox 19+ */
	color: #969698;
}

input[type="email"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder {
	/* IE 10+ */
	color: #969698;
}

input[type="email"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="file"]:-moz-placeholder {
	/* Firefox 18- */
	color: #969698;
}

.mail_div {
	display: inline-block;
	width: 93%;
	background: #ffffff30;
	padding: 25px 15px 25px 120px;
	border-radius: 20px;
	transition: all ease-in-out 0.4s;
	margin-top: 20px;
}

.mail_wraper {
	position: absolute;
	top: 50%;
	left: 33px;
	transform: translateY(-50%);
}

.content_after:after {
	content: '';
	width: 1px;
	height: 57%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 98px;
	transform: translateY(-50%);
	transition: all ease-in-out 0.4s;
}

.email_icon_two {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all ease-in-out 0.4s;
}

.mail_div p,
.mail_div a {
	color: #fff;
	line-height: 1.5;
	transition: all ease-in-out 0.4s;
	margin-bottom: 0px;
	text-decoration: none;
}

.mail_div p {
	font-weight: 300;
}

.mail_div:hover {
	cursor: pointer;
	background: #ffffff;
}

.mail_div:hover p,
.mail_div:hover a {
	color: #00476b;
}

.mail_div:hover .content_after:after {
	background: #00476b;
}

.mail_div:hover .email_icon_two {
	opacity: 1;
}

.second_footer_section {
	width: 100%;
	display: inline-block;
	padding: 2em 0 0em 0;
}

.tab_border {
	position: absolute;
	top: 14px;
	left: 0;
	border-bottom: 1px solid #fff;
	width: 100%;
	display: none;
}

.divder {
	width: 100%;
	height: 1px;
	background: #fff;
	position: relative;
	top: -20px;
	z-index: 0;
}

.otherService_divd {
	background: #ffca00;
	padding: 10px;
	position: relative;
	z-index: 1;
	font-size: 30px;
	color: #fff;
}

.width65 {
	width: 65%;
	margin: 0 auto;
}


/*===========Contact Us============*/

@media only screen and (max-width:1680px) {
	.width65 {
		width: 75%;
		margin: 0 auto;
	}
	.menu_footer_div ul li a {
		padding: 0 0 0 15px;
	}
}

@media only screen and (max-width:1440px) {
	.width65 {
		width: 85%;
		margin: 0 auto;
	}
}


/*Footer csss start */


/*home page new swiper vrushik start*/

html {
	overflow-x: hidden;
}

.home_swiper .swiper-container {
	width: 100%;
	height: 100vh;
	background-color: #E8F5EE;
}

.home_swiper a {
	color: #00137A;
	text-decoration: none;
}

.home_swiper img {
	max-width: 100%;
	width: 100%;
}

.home_swiper .swiper-button-next,
.swiper-button-prev {
	width: 45px;
	height: 45px;
	background-size: 35px 75px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}

.home_swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url('../images/homeswiper/arrow_6.png');
	background-color: transparent;
	left: 10px;
	right: auto;
	transition: all ease 0.9s;
}

.home_swiper .swiper-button-prev:hover {
	background-image: url('../images/homeswiper/arrow_7.png');
}

.home_swiper .swiper-button-next:hover {
	background-image: url('../images/homeswiper/arrow_7.png');
}

.home_swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url('../images/homeswiper/arrow_6.png');
	background-color: transparent;
	right: 10px;
	left: auto;
	transform: rotateY(180deg) translateY(-50%);
	transition: all ease 0.9s;
}

.home_swiper .relative {
	position: relative;
}

.home_swiper .swiper-wrapper {
	margin-top: 10%;
}

.home_swiper .background_1 img {
	height: 70vh;
}

.home_swiper .img1 {
	position: absolute;
	transform: translateY(-127%);
	width: 93%;
}

.home_swiper .img1_1 {
	position: absolute;
	transform: translateY(-128%);
	left: 20%;
	width: 50%;
}

.home_swiper .img1_2 {
	position: absolute;
	transform: translateY(-134%);
	width: 30%;
	left: 16%;
}

.home_swiper .img1_3 {
	position: absolute;
	transform: translateY(-130%);
	width: 21%;
	left: 50%;
}

.home_swiper .img1_4 {
	position: absolute;
	transform: translateY(-279%);
	width: 20%;
	left: 37%;
}

.home_swiper .img1_5 {
	position: absolute;
	left: 55%;
	width: 26%;
	transform: translateY(-444%);
}

.home_swiper .font1 {
	position: absolute;
	left: 10%;
	width: 64%;
	transform: translateY(-40%);
}

.home_swiper p {
	font-size: 15px;
	line-height: 19px;
}

.home_swiper .img2 {
	position: absolute;
	top: 50%;
	transform: translate(-130%, -110%);
	opacity: 0.1;
	width: 30%;
}

.home_swiper .img2_1 {
	position: absolute;
	transform: translateY(-165%);
	width: 48%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.home_swiper .img2_2 {
	position: absolute;
	left: 59%;
	width: 8%;
	transform: translateY(-313%);
}

.home_swiper .img2_3 {
	position: absolute;
	width: 27%;
	left: 71%;
	transform: translateY(-120%);
}

.home_swiper .img2_4 {
	position: absolute;
	width: 30%;
	left: 30%;
	transform: translateY(-350%);
}

.home_swiper .img2_5 {
	position: absolute;
	width: 25%;
	left: 29%;
	transform: translateY(-366%);
}

.home_swiper .swiper_slide_2 .img1:nth-child(2) {
	left: 5%;
	transform: translate(20%, -50%);
}

.home_swiper .img2_6 {
	position: absolute;
	left: 2%;
	width: 28%;
	transform: translateY(-380%);
}

.home_swiper .font1_1 {
	position: absolute;
	left: 15%;
	width: 65%;
	transform: translateY(-40%);
}

.home_swiper .img3_1 {
	position: absolute;
	transform: translateY(-110%);
	width: 80%;
	right: 0;
}

.home_swiper .img3_2 {
	position: absolute;
	left: 20%;
	right: 0;
	margin: 0 auto;
	width: 64%;
	transform: translateY(-132%);
}

.home_swiper .img3_3 {
	position: absolute;
	left: 36%;
	width: 25%;
	transform: translateY(-510%);
}

.home_swiper .img3_4 {
	position: absolute;
	right: 13%;
	width: 15%;
	transform: translateY(-279%);
}

.home_swiper .img3_5 {
	position: absolute;
	left: 33%;
	width: 16%;
	transform: translateY(-180%);
}

.home_swiper .img3_6 {
	position: absolute;
	right: 14%;
	width: 15%;
	transform: translateY(-230%);
}

.home_swiper .img3_7 {
	position: absolute;
	left: 22%;
	right: 0;
	margin: 0 auto;
	width: 18%;
	transform: translateY(-140%);
}

.home_swiper .img3_8 {
	position: absolute;
	right: auto;
	width: 30%;
	transform: translateY(-341%) translateX(310%);
}

.home_swiper .font1_3 {
	position: absolute;
	left: 19%;
	width: 80%;
	transform: translateY(-40%);
}

.home_swiper .img4 {
	position: absolute;
	transform: translateY(-125%);
	left: 0;
	width: 55%;
	right: 14%;
	margin: 0 auto;
}

.home_swiper .img4_1 {
	position: absolute;
	right: 7%;
	width: 28%;
	transform: translateY(-312%);
}

.home_swiper .font1_4 {
	position: absolute;
	width: 65%;
	transform: translateY(-40%);
	left: 0;
	right: 0;
	margin: 0 auto;
}

.home_swiper .swiper_slider_4 .img1 {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.home_swiper .img5 {
	position: absolute;
	left: 0;
	width: 20%;
	transform: translateY(-282%);
}

.home_swiper .img5_1 {
	position: absolute;
	left: 11%;
	width: 8%;
	transform: translateY(-209%);
}

.home_swiper .img5_2 {
	position: absolute;
	width: 20%;
	left: 15%;
	transform: translateY(-140.5%);
}

.home_swiper .img5_3 {
	position: absolute;
	width: 16%;
	left: 28%;
	transform: translateY(-761%);
}

.home_swiper .img5_4 {
	position: absolute;
	width: 23%;
	left: 37%;
	transform: translateY(-103%);
}

.home_swiper .img5_5 {
	position: absolute;
	left: 53%;
	width: 19%;
	transform: translateY(-174.5%);
}

.home_swiper .img5_6 {
	position: absolute;
	left: 73%;
	transform: translateY(-252%);
	width: 20%;
}

.home_swiper .img5_7 {
	position: absolute;
	width: 20%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-350%);
}

.home_swiper .font1_5 {
	position: absolute;
	width: 59%;
	left: 0;
	right: 4%;
	margin: 0 auto;
	transform: translateY(-40%);
}

.home_swiper .swiper_slider_5 .img1 {
	transform: translateY(-110%);
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0.6;
}

.home_swiper .slider_5_mo {
	transform: translateX(3%);
}

.home_swiper .swiper_slider_1 {
	width: 40% !important;
}

.home_swiper .swiper_slider_2 {
	width: 40% !important;
}

.home_swiper .swiper_slider_3 {
	width: 40% !important;
	transform: translateX(-13%);
}

.home_swiper .swiper_slider_4 {
	width: 40% !important;
}

.home_swiper .swiper_slider_5 {
	width: 60% !important;
}

.home_swiper .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.home_swiper .swiper-slide {
	opacity: 0.2;
}

.home_swiper .swiper-slide.swiper-slide-active .scale_1 {
	-webkit-animation-name: scale_1;
	animation-name: scale_1;
	transform: scale(1);
	transition: all ease 1.5s;
	transition-delay: 0.5s;
	opacity: 1;
}

.home_swiper .scale_1 {
	opacity: 0;
	transform: scale(1.9);
}

.home_swiper .swiper-slide.swiper-slide-active .scale_2 {
	-webkit-animation-name: scale_2;
	animation-name: scale_2;
	transform: scale(1);
	transition: all ease 1.5s;
	transition-delay: 0.5s;
	opacity: 1;
}

.home_swiper .scale_2 {
	opacity: 0;
	transform: scale(0.5);
}

.home_swiper .swiper-slide.swiper-slide-active .scale_my {
	-webkit-animation-name: scale_my;
	animation-name: scale_my;
	transform: translateY(-510%);
	scale(1);
	transition: all ease 1.5s;
	transition-delay: 0.5s;
	opacity: 1;
}

.home_swiper .scale_my {
	opacity: 0;
	transform: translateY(-500%);
	scale(0.5);
}

.home_swiper .swiper-slide.swiper-slide-active .scale_3 {
	-webkit-animation-name: scale_3;
	animation-name: scale_3;
	transform: scale(1);
	transition: all ease 1.5s;
	transition-delay: 0.5s;
	opacity: 1;
}

.home_swiper .swiper-slide.swiper-slide-active .scale_3_1 {
	-webkit-animation-name: scale_3_1;
	animation-name: scale_3_1;
	transition-delay: 1.8s;
}

.home_swiper .scale_3 {
	opacity: 0;
	transform: scale(0.5);
}

.home_swiper .swiper-slide.swiper-slide-active .scale_4 {
	-webkit-animation-name: scale_4;
	animation-name: scale_4;
	transform: scale(1) translateY(0px) translateX(0px) rotate(0deg);
	transition: all ease 1.5s;
	transition-delay: 1.2s;
	opacity: 1;
}

.home_swiper .swiper-slide.swiper-slide-active .scale_5 {
	-webkit-animation-name: scale_5;
	animation-name: scale_5;
	transition-delay: 1.7s;
}

.home_swiper .swiper-slide.swiper-slide-active .scale_6 {
	-webkit-animation-name: scale_6;
	animation-name: scale_6;
	transition-delay: 2.2s;
}

.home_swiper .swiper-slide.swiper-slide-active .scale_7 {
	-webkit-animation-name: scale_7;
	animation-name: scale_7;
	transition-delay: 2.7s;
}

.home_swiper .swiper-slide.swiper-slide-active .scale_0_5_1 {
	-webkit-animation-name: scale_0_5_1;
	animation-name: scale_0_5_1;
	transition-delay: 1.7s;
}

.home_swiper .swiper-slide.swiper-slide-active .scale_0_5_2 {
	-webkit-animation-name: scale_0_5_1;
	animation-name: scale_0_5_1;
	transition-delay: 2.2s;
}

.home_swiper .swiper-slide.swiper-slide-active .scale_0_5_3 {
	-webkit-animation-name: scale_0_5_1;
	animation-name: scale_0_5_1;
	transition-delay: 2.7s;
}

.home_swiper .swiper-slide.swiper-slide-active .scale_0_5_4 {
	-webkit-animation-name: scale_0_5_1;
	animation-name: scale_0_5_1;
	transition-delay: 3.2s;
}

.home_swiper .swiper-slide.swiper-slide-active .scale_0_5_5 {
	-webkit-animation-name: scale_0_5_1;
	animation-name: scale_0_5_1;
	transition-delay: 3.7s;
}

.home_swiper .swiper-slide.swiper-slide-active .scale_0_5_6 {
	-webkit-animation-name: scale_0_5_1;
	animation-name: scale_0_5_1;
	transition-delay: 4.2s;
}

.home_swiper .scale_4 {
	opacity: 0;
	transform: scale(1.8) translateY(100px) translateX(100px);
}

.home_swiper .scale_my_1 {
	opacity: 0;
	transform: scale(1.8) translateY(300px) translateX(300px) rotate(180deg);
}

.home_swiper .scale_my_2 {
	opacity: 0;
	transform: scale(1.8) translateY(300px) translateX(-300px) rotate(180deg);
}

.home_swiper .scale_my_3 {
	opacity: 0;
	transform: scale(1.8) translateY(-300px) translateX(300px) rotate(180deg);
}

.home_swiper .scale_my_4 {
	opacity: 0;
	transform: scale(1.8) translateY(-300px) translateX(-300px) rotate(180deg);
}

.home_swiper .swiper-slide.swiper-slide-active .translatey {
	-webkit-animation-name: translatey;
	animation-name: translatey;
	transform: translateY(0%);
	transition: all ease 1.5s;
	transition-delay: 1s;
	opacity: 1;
}

.home_swiper .translatey {
	opacity: 0;
	transform: translateY(-10%);
}

.home_swiper .swiper-slide.swiper-slide-active .translatey_1 {
	-webkit-animation-name: translatey_1;
	animation-name: translatey_1;
	transform: translateY(0%);
	transition: all ease 1.5s;
	transition-delay: 1s;
	opacity: 1;
}

.home_swiper .translatey_1 {
	opacity: 0;
	transform: translateY(-20%);
}

.home_swiper .swiper-slide.swiper-slide-active .translatex {
	-webkit-animation-name: translatex;
	animation-name: translatex;
	transform: translateX(0%);
	transition: all ease 1.5s;
	transition-delay: 1.3s;
	opacity: 1;
}

.home_swiper .translatex {
	opacity: 0;
	transform: translateX(-20%);
}

.home_swiper .swiper-slide.swiper-slide-active .translatex_1 {
	-webkit-animation-name: translatex_1;
	animation-name: translatex_1;
	transform: translateX(0%);
	transition: all ease 1.5s;
	transition-delay: 1.3s;
	opacity: 1;
}

.home_swiper .translatex_1 {
	opacity: 0;
	transform: translateX(20%);
}

.home_swiper .swiper-slide.swiper-slide-active .translatex_2 {
	-webkit-animation-name: translatex_2;
	animation-name: translatex_2;
	transform: translateX(0%);
	transition: all ease 1.5s;
	transition-delay: 1.3s;
	opacity: 1;
}

.home_swiper .translatex_2 {
	opacity: 0;
	transform: translateX(20%);
}

.home_swiper .swiper-slide.swiper-slide-active .opacity_0 {
	-webkit-animation-name: opacity_0;
	animation-name: opacity_0;
	transition: all ease 1.5s;
	transition-delay: 1.7s;
	opacity: 1;
}

.home_swiper .swiper-slide.swiper-slide-active .opacity_0_1 {
	-webkit-animation-name: opacity_0_1;
	animation-name: opacity_0_1;
	transition-delay: 2.2s;
}

.home_swiper .swiper-slide.swiper-slide-active .opacity_0_5_1 {
	-webkit-animation-name: opacity_0_5_1;
	animation-name: opacity_0_5_1;
	transition-delay: 4.7s;
}

.home_swiper .opacity_0 {
	opacity: 0;
}

.home_swiper .swiper-slide {
	background-color: #E8F5EE;
}

.home_swiper .none_mo {
	display: none;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	transform: translate(10px, -13px);
}

.close {
	float: right;
	font-size: 27px;
	line-height: 27px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}

.close:hover {
	color: red;
}

.modal-header {
	padding: 15px;
	border-bottom: none;
}

.home_swiper .read {
	cursor: pointer;
	position: absolute;
	/*transform: translateY(-240%) translateX(380%);*/
	bottom: 10px;
	right: 15px;
	color: #00137A;
}

.home_swiper .read_3 {
	transform: translateX(25px);
}

.home_swiper .read_5 {
	transform: translateY(85px);
}

.less {
	font-size: 15px;
	line-height: 19px;
}

@media only screen and (max-width:1680px) {
	.home_swiper .font1_3 {
		left: 9%;
		width: 100%;
	}
	.home_swiper .font1_5 {
		width: 80%;
	}
	.home_swiper .font1 {
		left: 0;
		width: 100%;
	}
	.home_swiper .font1_1 {
		left: 0;
		width: 100%;
	}
	.home_swiper .font1_4 {
		width: 100%;
	}
}

@media only screen and (max-width:1366px) {
	.home_swiper .font1 {
		left: 0%;
		width: 90%;
	}
	.home_swiper .font1_1 {
		left: 0%;
		width: 106%;
	}
	.home_swiper .font1_4 {
		width: 85%;
	}
	.home_swiper .font1_3 {
		left: 0;
		width: 130%;
	}
	.home_swiper .font1_5 {
		width: 80%;
	}
}

@media only screen and (max-width:1024px) {
	.home_swiper p {
		font-size: 13px;
		line-height: 17px;
		margin: 0;
	}
	.home_swiper .font1_3 {
		left: -36%;
		width: 200%;
	}
	.home_swiper .font1_5 {
		width: 100%;
	}
	.home_swiper .font1 {
		transform: translateY(-20%);
	}
	.home_swiper .font1_1 {
		transform: translateY(-20%);
	}
	.home_swiper .font1_3 {
		transform: translateY(-20%);
	}
	.home_swiper .font1_4 {
		transform: translateY(-20%);
	}
	.home_swiper .font1_5 {
		transform: translateY(-20%);
	}
	.home_swiper .swiper-container {
		height: 85vh;
	}
	.home_swiper .background_1 img {
		height: 60vh;
	}
}

@media only screen and (max-width:992px) {
	.home_swiper .font1_4 {
		width: 90%;
	}
	.home_swiper .font1_5 {
		width: 110%;
		left: -5%;
	}
	.home_swiper .swiper_slider_1 {
		width: 50% !important;
	}
	.home_swiper .swiper_slider_2 {
		width: 50% !important;
	}
	.home_swiper .swiper_slider_3 {
		width: 50% !important;
	}
	.home_swiper .swiper_slider_4 {
		width: 50% !important;
	}
	.home_swiper .swiper_slider_5 {
		width: 70% !important;
	}
}

@media only screen and (max-width:768px) {
	.home_swiper .background_1 img {
		height: 45vh;
	}
	.home_swiper .swiper-container {
		height: 65vh;
	}
	.home_swiper .font1_3 {
		left: -33%;
		width: 190%;
	}
}

@media only screen and (max-width:767px) {
	.home_swiper .background_1 img {
		height: 70vh;
	}
	.home_swiper .swiper-container {
		height: 95vh;
	}
	.home_swiper .block_mo {
		display: none;
	}
	.home_swiper .none_mo {
		display: block;
	}
	.my_model {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) !important;
		margin: 0;
		width: 80%;
	}
	.home_swiper .swiper_slider_3 {
		transform: translateX(-10%);
	}
	.less {
		font-size: 13px;
		line-height: 17px;
	}
	.home_swiper .swiper-button-prev:hover {
		background-image: url('../images/homeswiper/arrow_6.png');
	}
	.home_swiper .swiper-button-next:hover {
		background-image: url('../images/homeswiper/arrow_6.png');
	}
}

@media only screen and (max-width:414px) {
	.home_swiper .swiper_slider_1 {
		width: 95% !important;
	}
	.home_swiper .swiper_slider_2 {
		width: 95% !important;
	}
	.home_swiper .swiper_slider_3 {
		width: 95% !important;
	}
	.home_swiper .swiper_slider_4 {
		width: 95% !important;
	}
	.home_swiper .swiper_slider_5 {
		width: 95% !important;
	}
	.home_swiper .swiper-container {
		height: 90vh;
	}
	.home_swiper .img3_8 {
		transform: translateY(-410%) translateX(258%);
	}
	.home_swiper .font1 {
		left: 0%;
		width: 95%;
		right: 0;
		margin: 0 auto;
		transform: translateY(11%);
	}
	.home_swiper .font1_1 {
		left: 0%;
		width: 95%;
		right: 0;
		margin: 0 auto;
		transform: translateY(13%);
	}
	.home_swiper .font1_3 {
		left: 0;
		width: 97%;
		right: 0;
		margin: 0 auto;
		transform: translateX(10%) translateY(-15%);
	}
	.home_swiper .font1_4 {
		width: 95%;
		left: 0;
		right: 0;
		margin: 0 auto;
		transform: translateY(12%);
	}
	.home_swiper .font1_5 {
		width: 96%;
		left: 0;
		right: 0;
		margin: 0 auto;
		transform: translateY(50%);
	}
	.home_swiper .background_1 img {
		height: 65vh;
	}
	.home_swiper .slider_5_mo {
		transform: translateY(-20%);
	}
	.home_swiper .swiper-button-next,
	.swiper-button-prev {
		width: 40px;
		height: 40px;
		background-size: 30px 70px;
	}
}


/*home page new swiper vrushik  end */