@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

/*font-awesome*/
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gilroy-heavyuploaded_file';
	src: url('../fonts/gilroy-heavy-webfont.woff2') format('woff2'),
		url('../fonts/gilroy-heavy-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'gilroy-blackuploaded_file';
	src: url('../fonts/gilroy-black-webfont.woff2') format('woff2'),
		url('../fonts/gilroy-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

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

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

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

@font-face {
	font-family: 'gilroy-bolduploaded_file';
	src: url('../fonts/gilroy-bold-webfont.woff2') format('woff2'),
		url('../fonts/gilroy-bold-webfont.woff') format('woff'),
		url('../fonts/gilroy-bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'gilroy-mediumuploaded_file';
	src: url('../fonts/gilroy-medium-webfont.woff2') format('woff2'),
		url('../fonts/gilroy-medium-webfont.woff') format('woff'),
		url('../fonts/gilroy-medium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}




body,
html {
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;

	font-family: 'Graphik';
	font-weight: 400;
	color: #6e6e6e;
	font-size: 20px;
	line-height: 1.5;
}

b,
strong {
	font-weight: 700;
}

p {
	margin: 0 0 15px 0;
	color: #2c343d;
	font-size: 18px;
	font-family: 'Graphik';
	font-weight: 400;
	line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;

	/*Change*/
	color: #282828;
	margin-bottom: 20px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

a {
	margin: 0;
	padding: 0;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	/*Change*/
	color: #000000;
}

a:hover {
	color: #f06826;
}

img {
	max-width: 100%;
}

ul {
	margin: 0;
}

/*Change*/
ol,
ul,
dl {

	padding: 0;
}

footer input[type="email"] {
	background-color: transparent;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	color: #fff;
	border: 1px solid #cfcfcf;
	height: 60px;
	padding: 0 25px;
	font-size: 17px;
	outline: none !important;
	border-radius: 0;
	font-weight: 300;
	color: #9496ab;
	border: 0;
	border: 1px solid #fff;
}



select::-ms-expand {
	display: none;
}


input[type="submit"] {
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: normal;
	border-width: 1px;
}

.btn {
	line-height: 1;
	color: #15b2e3;
	background: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid transparent;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	outline: none !important;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}

input[type="submit"]:hover {
	border-color: #f06826;
	color: #f06826;
}


::-webkit-input-placeholder {
	opacity: 1;
	color: #4e4e4e;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #4e4e4e;
}

::-moz-placeholder {
	opacity: 1;
	color: #4e4e4e;
}

:-moz-placeholder {
	opacity: 1;
	color: #fff;
}


.labeltxt {
	font-weight: 300;
	margin-bottom: 10px;
}

/*
ol li, ul li, dl li{
	margin-bottom: 10px;
}
*/
/*
ol li:last-child, ul li:last-child, dl li:last-child{
	margin-bottom: 0;
}
*/
/* images alignment for wordpress content pages */

/**/

ul {
	list-style: none;
}

.btn:hover {
	border-color: #f06826;
	color: #f06826;
	background-color: #f06826;
}

/*Header*/
.navbar-brand {
	padding: 0;
	margin: 0;
	/* width: 323px; */
	display: inline-block;
	/*	margin-bottom: -100px;*/
	z-index: 2;
}

.hdr_sec {
	padding: 20px 0;
}

/*Nav*/
.navbar {
	background: none;
	margin: 0;
	padding: 0;
	min-height: inherit;
	height: inherit;
	border: none;
	border-radius: 0;
}

.navbar-nav li {
	position: relative;
	list-style: none;
}

.navbar-nav>li {
	margin-left: 50px;
	position: relative;
	padding: 0;
	line-height: 1;
}

.navbar-nav>li:last-child {
	margin-right: 0;
}

.navbar-nav>li:first-child {
	margin-left: 0;
}

.navbar-nav>li>a {
	color: #fff;
	line-height: 1;
	position: relative;
	padding: 0px;
}

/*
.navbar-nav > li > a::after{
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 4px;
	width: 0;
	transition: all 0.4s;
	position: absolute;
	content: "";
	background-color:#f15a27;
}
*/
.navbar-nav>li>a:hover {
	color: #1ca3a4;
}

.navbar-nav>li>a {
	font-size: 16px;
	/* font-family: 'Roboto', sans-serif; */
	color: #281c17;
	text-transform: uppercase;
	font-weight: 700;
}

/* .navbar-nav > li > a:hover::after,.navbar-nav > li.current-menu-item > a::after{
	width: 98%;
}
 */
/*Removed Ul Style*/
.ul_style>ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.ul_style>ul li {
	margin: 0;
}

.info-btn {
	margin-left: 67px;
}

.info-btn ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.scl-ic {
	margin: 0;
	padding: 0;
}

.info-btn-otr {
	margin-bottom: 23px;
}

.info-btn ul li {
	margin-right: 7px;
}

.cmn-btn {
	background: #1ca3a4;
	padding: 13px 30px;
	border-radius: 0;
	display: inline-flex;
	line-height: 1;
	align-items: center;
	border: 2px solid #1ca3a4;
	color: #fff;
	font-size: 16px;
}

.cmn-btn span {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.info-btn .cmn-btn {
	background: #5a64ae;
	padding: 13px 24px;
	border-radius: 0;
	display: inline-flex;
	line-height: 1;
	align-items: center;
	border: 2px solid #5a64ae;
	color: #fff;
	font-size: 16px;
}

.info-btn .cmn-btn span {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
}

.cmn-btn span em {
	display: inline-block;
	font-style: normal;
	color: #fff;
	font-weight: 500;
}

.cmn-btn .fa {
	color: #fff;
	margin-right: 7px;
	font-size: 20px;
}

/*******Customize Css********/
.ban-outr {
	position: relative;
}

.bann-innr {
	position: absolute;
	top: 0;
	padding: 110px 0 0;
	left: 0;
	right: 0;
	margin: auto;
}

.banner h1 {
	font-size: 76px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'gilroy-heavyuploaded_file';
	color: #fff;
}


.bann-innr1 {
	position: absolute;
	/* top: 80px; */
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	text-align: center;
	bottom: 230px;
}



.wht_card .btn:hover {
	background-color: #fff;
}

.bnr_content h1 {
	color: #fff;
}

.index_con.bnr_content {
	padding-top: 250px;
	max-width: 680px;
}

.bnr_content p {
	color: #fff;
	line-height: 1.6;
}


.cmn_otr {
	margin-bottom: 35px;
}

.ser_inn {
	padding: 0px 25px;
}



/*How Its WOrks*/

.cmn_otr.wht h2,
.cmn_otr.wht p,
.cmn_otr.wht h5 {
	color: #fff;
}

.cmn_otr.whty h5 {
	color: #1ca3a4;
}

.cmn_otr h2 span {
	color: #529852;
}

.hdr.text-center p {
	margin-left: auto;
	margin-right: auto;
}


.cmn-btn.bd-btn span {
	display: inline-block;
	font-size: 16px;
	color: #15b2e3;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Inter';
}

.cmn-btn.bd-btn {
	background: transparent;
	border: 1px solid #15b2e3;
	padding: 12px 30px;
	margin: 15px 0;
	box-shadow: none;
}

.cmn_otr h2 {
	font-size: 63px;
	line-height: 1.1;
	font-weight: 500;
	color: #192029;
	margin-bottom: 13px;
	font-family: 'gilroy-blackuploaded_file';
	text-transform: uppercase;
}

/*2-2*/
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
	max-width: 1440px;
}

/***hdr fix ****/
.hdr_fix {
	left: 0;
	right: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background: #fff;
	animation: slide-down 0.7s;
	-ms-animation: slide-down 0.7s;
	-webkit-animation: slide-down 0.7s;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	padding: 10px 0;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
	}

	100% {
		opacity: 0.9;
		transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
	}
}

.hdr_sec.hdr_fix a img {
	max-width: 100%;

}

.hdr_sec.hdr_fix .navbar-brand {
	padding: 0;
	/* width: 323px; */
	display: inline-block;
	z-index: 2;
}

.cmn-btn:hover {
	background: #5a64ae;
	transition: 0.6s;
	border: 2px solid #5a64ae;
}

.cmn-btn:hover span {
	transition: 0.6s;
	color: #ffffff;
}

.cmn-btn:hover span em {
	transition: 0.6s;
	color: #ffffff;
}

.cmn-btn:hover .fa {
	color: #ffffff;
}
.cmn-btn.tele_btn:hover{
	background: #1ca3a4;
	transition: 0.6s;
	border: 2px solid #1ca3a4;
}

.cmn-btn.tele_btn:hover span {
	transition: 0.6s;
	color: #ffffff;
}

.cmn-btn.tele_btn:hover span em {
	transition: 0.6s;
	color: #ffffff;
}

.cmn-btn.tele_btn:hover .fa {
	color: #ffffff;
}

input:active,
textarea:active {
	border: 1px solid #fff;
}

input:focus,
textarea:focus {
	border: 1px solid #fff;
}


.bg-ls-txt {
	background: #f7f7f7;
	padding: 20px 20px;
}

/*SubMenu*/
.sub-menu {
	background: #1ca3a4;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	width: 200px;
	padding: 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	/*padding-top: 10px;
	*/
	margin-top: 5px;
	animation: sld-down 1.5s;
	-ms-animation: sld-down 1.5s;
	-webkit-animation: sld-down 1.5s;
	padding: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

/*
@keyframes sld-down{0%{opacity:0;transform:translateY(-30%);-moz-transform:translateY(-30%);-webkit-transform:translateY(-30%);-o-transform:translateY(-30%);-ms-transform:translateY(-30%);}
30%{opacity:0.9;transform:translateY(0);-moz-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);}
}
*/
.sub-menu::after {
	background: transparent;
	background-size: 100% 100%;
	top: -5px;
	left: 0;
	height: 22px;
	width: 100%;
	content: "";
	position: absolute;
	z-index: -1;
	/* border-radius: 30px; */
}

.sub-menu>li {
	width: 100%;
	display: block;
}

.sub-menu>li>a {
	color: #ffffff;
	display: block;
	width: 100%;
	padding: 13px 15px;
	line-height: 1.2;
	font-size: 15px;
	font-weight: 400;
	border-left: 3px solid transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.sub-menu>li>a:hover,
.sub-menu>li:hover>a {
	border-color: transparent;
	background: #4b4a50;
	color: #fff;
}

.sub-menu>li>a {
	padding-right: 16px;
}

.dropdown-toggle::after {
	display: block;
	margin-left: 0.6em;
	vertical-align: 0.10em;
	content: "";
	background: url(../images/arr2.png);
	width: 11px;
	height: 8px;
	background-size: 100% 100%;
	appearance: none;
	position: absolute;
	border: 0;
	right: -15px;
	top: 3px;
}

.navbar-nav>li.dropdown:hover .sub-menu {
	display: block;

}

.navbar-nav>li:hover .dropdown-toggle::after {
	background: url(../images/arr2-hv.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;

}

/*  */

/**/


/*search box*/
button:focus {
	border: 0;
	box-shadow: 0;
	outline: 0;
}


.cmn-btn.rd-btn {
	background: transparent;

}

.cmn-btn.rd-btn span {
	color: #a20e1f;

}

.rd-btn.cmn-btn:hover {
	background: #a20e1f;
}

.rd-btn.cmn-btn img {
	margin-right: 6px;
}

.rd-btn.cmn-btn:hover span {
	color: #fff;
}



.prtnr_sldr_otr .prd_img img {
	min-height: auto;
	margin: auto;
	margin-bottom: 0;
}

footer .my-form-sec p {
	width: 70%;
}

.info-btn ul li a .fa {
	margin-right: 10px;
	color: #fff;
	font-weight: 500;
}

/*
header .navbar-brand {
	margin-bottom: -53px;
	
}
*/
.banner.inr-bnr p {
	width: 70%;
	margin: auto;
}


.qus {
	margin-bottom: 15px;
}

.qus:last-child {
	margin-bottom: 0px;
}




/*21-2*/




/**/


.cmn_otr h2 span {
	color: #f06826;
}



/***** Vous Sec goutam **********/
.vous_bx {
	border-radius: 0;
	padding: 40px 20px;
	background: transparent;
	text-align: center;
	-webkit-box-shadow: -1px 3px 16px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: -1px 3px 16px 4px rgba(0, 0, 0, 0.15);
	box-shadow: -1px 3px 16px 4px rgba(0, 0, 0, 0.15);
	/* min-height: 387px; */
	border: 1px solid #4e527b;
	height: 100%;
	border-bottom: 3px solid #1d8c97;
}

.vous_txt h3 {
	color: #fff;
	font-size: 32px;
	/* font-family: 'Graphik'; */
	/* font-weight: 500; */
	margin: 0 0 20px;
	font-family: 'gilroy-blackuploaded_file';
}

.vous_txt p {
	font-size: 16px;
	color: #b8bac9;
	font-family: 'Graphik';
	font-weight: 300;
}

a.read__more {
	color: #f06826;
	font-size: 17px;
	font-family: 'Graphik';
	font-weight: 600;
	text-decoration: underline !important;
}

.vous_icn {
	min-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}

.vous__main__outr .cmn_otr p {
	font-family: 'Graphik';
	font-weight: 400;
}

.btn.cmn-btn.wht-btn {
	background: #fff;
	border: 2px solid #fff;
	color: #3e3f43;
}

.btn.cmn-btn.wht-btn:hover {
	background: #3e3f43;
	border: 2px solid #3e3f43;
	color: #ffffff;
}

.partnres__sec {
	padding: 320px 0 50px;
}

.parner_bx {
	padding: 19px 15px;
	background: #f7f7f7;
	height: 100%;
	border-radius: 7px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	min-height: 115px;
}

.footer {
	background: #181a1b;
	padding-top: 90px;
}

.footer-menu.liens-ftr ul {
	display: flex;
	flex-wrap: wrap;
}

.footer-menu ul li a,
.footer-menu p {
	color: #9496ab;
	font-size: 15px;
}

.footer-menu ul li a:hover {
	color: #1ca3a4;
}

.footer-menu p {
	line-height: 1.7em;
	width: 90%;
}

.add-div address {
	color: #9496ab;
	font-size: 15px;
}

.add-div address strong {
	color: #ffffff;
	font-weight: 400;
}

.add-div ul li a {
	color: #9496ab;
	font-size: 15px;
}

.add-div ul li span {
	color: #f06826;
	margin-right: 10px;
}

.footer-innr h3 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Graphik';
	font-weight: 900;
	margin: 0 0 33px;
}

.footer-menu ul li a span {
	margin-right: 10px;
}

.add-div ul li {
	margin: 0 0 10px;
}

.add-div ul li:last-child {
	margin: 0;
}

.ftr-dwn-in {
	border-top: 1px solid #232526;
	padding: 20px 0;
	margin-top: 80px;
}

.copy-right p,
.copy-right p a {
	color: #e4e4e4;
	font-size: 15px;
	font-family: 'Graphik';
	font-weight: 300;
	line-height: 1.5em;
	color: #9496ab;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

ul.scl-ic li {
	margin-right: 10px;
}

ul.scl-ic li:last-child {
	margin-right: 0;
}

.footer-menu.ftr_soci ul li {
	margin: 0 0 4px;
}

.footer-menu.ftr_soci ul li:last-child {
	margin: 0;
}

.copy-right p a:hover {
	color: #1ca3a4;
	text-decoration: underline !important;
}

/**** terms conditions****/
.condition__sec {
	padding: 0 0 100px;
}

/*breadcrumb*/
.breadcrumb-item+.breadcrumb-item::before {
	content: "|";
	/* font: normal normal normal 14px/1 FontAwesome; */
	top: -2px;
	position: absolute;
	left: 0;
	font-size: 17px;
	color: #ffffff;
	height: 21px;
	/* border: 1px solid #fff; */
	/* width: 3px; */
	/* background: #fff; */
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 15px;
	margin-left: 12px;
	position: relative;
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
	margin: 0;
	justify-content: center;
}

.breadcrumb-item a,
.breadcrumb-item {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #ffffff;
}

.breadcrumb-item.active {
	color: #ffffff;
}

/*
.banner.inr-bnr h1 {
	margin:0 0 30px;
}
*/

/*s-inner*/
.affi-txt h5 {
	color: #282828;
	opacity: 1;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}

.affi-txt select {
	width: 187px;
}

.affi-txt select {
	-webkit-appearance: none;
	background: url('../images/ar2.png') no-repeat;
	background-size: auto;
	background-position: 97%;
	font-weight: 400;
	opacity: 1;
	display: block;
	border: 0;
	padding-left: 12px;
	/* height: 50px; */
	color: #282828;
	opacity: 1;
	font-size: 18px;
	line-height: 1;
	border-radius: 5px;
	padding-left: 10px;
	/* padding-right: 20px; */
}

.affi-txt span {
	line-height: 1;
	color: #26272b;
}

.affi-txt {
	background: #f7f7f7;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 27px;
}

.Pager2 .page-item {
	margin-right: 7px;
}

.Pager2 .page-item.active .page-link {
	background-color: #f06826;
	border-color: #f06826;
}

.Pager2 .page-item .page-link {
	border-radius: 6px !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}

.pagination.justify-content-start {
	margin-top: 50px;
}

.Pager2 .page-link {
	color: #fff;
	background-color: #3e3f43;
	border: 1px solid #3e3f43;
}

.Pager2 .page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #f06826;
	border-color: #f06826;
}

.banner.innr-bnr h1 {
	font-size: 50px;
	margin-bottom: 50px;
}

.prod_ofrd.acc-prd .col-md-4 {
	margin-bottom: 25px;
}

.prod_ofrd.acc-prd .prod_otr_bk:hover {
	background: #fff;
}

.banner.ac-bnr .form-group.wd-9 {
	width: 5%;
	margin: 0;
	padding: 0 5px;
}

.banner.ac-bnr .form-group.wd-9 .mytoggle {
	padding-left: 0;
	background-position: center;
}

/*details*/
.productsslider-navinr {

	height: 120px;
	border-radius: 10px;
	overflow: hidden;
}

.productsslider-inr.prd_img {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	min-height: 390px;
}

.productsslider-inr.prd_img img {
	width: 100%;
	border-radius: 10px;
	display: block;
	min-height: 390px;
	margin: auto;
	max-height: 390px;
}

.products-sld {
	padding: 30px;
	background: #f3f7fd;
	border-radius: 10px;
	margin-bottom: 21px;
}

.productsslider-navinr img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.productsslider-nav .slick-slide {
	padding: 0px 5px;
}

.productsslider-nav .slick-list {
	margin: 0px -5px;
}

.products-sld .prd_img {
	margin-bottom: 11px;
}

.products-sld .wpp-list h3 {
	font-size: 19px;
	margin-bottom: 0;
	margin-right: 13px;
}

.products-sld .wpp-list {
	margin-top: 0;
}

.products-sld ul.scl-ic li {
	margin-right: 6px;
}

.products-sld .prd_txt a {
	line-height: 1;
	margin-left: 20px;
	font-size: 16px;
	font-weight: 500;
	color: #f06826;
}

.products-sld .prd_txt h3 a {
	line-height: 1;
	margin-left: 0;
	font-size: 36px;
	font-weight: 500;
	color: #495461;
}

.products-sld .prd_txt {
	padding-left: 0;
}

.products-sld .prd_txt address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
	font-size: 19px;
	font-weight: 500;
	margin-top: 15px;
}

.prz-list-in {
	display: flex;
	align-items: flex-start;
	padding: 8px 0;
}

.prz-list-in span {
	font-size: 18px;
	font-weight: 500;
	margin-left: 10px;
	color: #f06826;
}

.prz-list-in h3 {
	font-size: 21px;
	font-weight: 500;
	margin: 5px 0 5px 10px;
}

.prz-list-in img {
	border-radius: 5px;
}

.my-form input {
	height: 56px;
	font-size: 18px;
	color: #26272b;
	background: #f3f3f3;
	border: 0;
	padding: 0 20px;
}

.my-form {
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}

.my-form textarea {
	height: 146px;
	font-size: 17px;
	color: #26272b;
	background: #f3f3f3;
	border: 0;
	padding: 10px 20px 0;
}

.my-form-hdr {
	background: #f06826;
	padding: 20px;
}

.my-form-hdr h4 {
	font-size: 28px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 5px;
	font-weight: 500;
}

.my-form-hdr a {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 500;
}

.my-form label {
	font-size: 18px;
	font-weight: 500;
	color: #3e3f43;
}

.my-form-txtt {
	margin-left: 12px;
}

.my-form form {
	padding: 35px 25px;
}

.my-form .submit-innr .submit-btn {
	border-radius: 10px;
}

.inner-condition-txt .am-listz ul {
	margin: 0;
	list-style: none;
}

.inner-condition-txt .am-listz ul {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}

.inner-condition-txt .am-listz-otr h4 {
	color: #232a23;
	font-size: 16px;
	margin: 13px 0;
	text-align: center;
	font-family: 'Graphik';
	font-weight: 500;
	text-transform: capitalize;
}

.inner-condition-txt .am-listz ul li {
	padding-left: 0;
	width: 20%;
	margin-bottom: 20px;
}

.inner-condition-txt .am-listz ul li::after {
	display: none;
}

.am-listz-otr span {
	width: 30px;
	height: 30px;
	display: block;
	background: #f06826;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin: auto;
}

.am-listz-img {
	width: 85px;
	height: 90px;
	margin: auto;
	background: #fff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*about*/
.vous_sec.my-abs-vous::after {
	display: none;
}

.vous_sec.my-abs-vous {
	background: none;
}

.vous_y {
	height: 145px;
	width: 145px;
	background: #fddcd7;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	margin: auto;
	margin-top: -80px;
}

.vous_sec.my-abs-vous .vous_txt h3 {
	color: #495461;
	font-size: 20px;
	font-family: 'Graphik';
	font-weight: 600;
	margin: 25px 0 13px;
}

.vous_sec.my-abs-vous .vous_bx {
	min-height: inherit;
	height: 100%;
	position: static;
	background: #f3f7fd;
	box-shadow: none;
}

.vous_sec.my-abs-vous .vous_bx:hover {
	background: #fff;
	-moz-box-shadow: -1px 3px 16px 4px rgba(0, 0, 0, 0.15);
	box-shadow: -1px 3px 16px 4px rgba(0, 0, 0, 0.15);
}

.vous_sec.my-abs-vous .vous__outr {
	margin-top: 65px;
}

.prtnryy_slider .slick-next.slick-arrow,
.prtnryy_slider .slick-prev.slick-arrow {
	color: #fff;
	width: 32px;
	height: 32px;
	background: #e5e5e5;
}

.prtnryy_slider .slick-next.slick-arrow,
.prtnryy_slider .slick-prev.slick-arrow {
	position: absolute;
	left: -65px;
	top: auto;
	border: 0;
	z-index: 99;
	border-radius: 100%;
	color: #adb4ad;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	background: none;
	outline: 0;
	transform: translateY(-50%);
}

.prtnryy_slider .slick-prev.slick-arrow {
	left: -65px;
}

.prtnryy_slider .slick-next.slick-arrow {
	left: auto;
	right: -65px;
}

.prtnryy_slider .slick-arrow .fa {
	font-size: 44px;
	color: #000;
}

.prtnryy_slider .slick-slide {
	padding: 0px 10px;
}

.prtnryy_slider .partner_img {
	border-radius: 14px;
	overflow: hidden;
}

.prtnryy_slider h4 {
	font-size: 20px;
	color: #3c3d3e;
	font-family: 'Graphik';
	font-weight: 600;
	text-transform: uppercase;
	margin: 15px 0 5px;
}

.prtnryy_slider h5 {
	font-size: 18px;
	color: #2c343d;
	font-family: 'Graphik';
	font-weight: 400;
}

.prtnryy_slider .partner_tcet {
	text-align: center;
}

.partnres__sec.equipp {
	background: #fef6f5;
	padding: 80px 0;
}

.vous_sec.my-abs-vous .cmn_otr p {
	font-family: 'Graphik';
	font-weight: 400;
	font-size: 18px;
}

.vous_sec.my-abs-vous {
	padding: 80px 0 0;
}

/*faq 9-4*/
.dashboard-login-in {
	border-radius: 10px;
	overflow: hidden;
	width: 30%;
	margin-right: 22px;
	background: #f4f7fe;
}

#exTab1 .tab-content {
	width: 70%;
}

#exTab1 .card {

	padding: 10px 15px;
	border: 0;
	border-radius: 0;
}

#exTab1 .card-hr {
	padding: 0 15px;
}

/*
#main .card {
	
	border: 0;
	padding: 5px 15px;
}
#main .card .card-header {
	border: 0;
	border-radius: 2px;
	padding: 0;
	background: transparent;
}
#main .card .card-header .btn-header-link {
	color: #192029;
	display: block;
	text-align: left;
	padding: 20px 20px;
	text-transform: capitalize;
	font-weight: 400;
	outline: 0;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid #f5f5f5;
	font-size: 23px;
	font-weight: 600;
	
}

#main .card .card-header .btn-header-link.collapsed {
	background: #fff;
	color: #3e3f43;
}
#main .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";transform: rotate(0deg);
}

#main .card .collapsing {
  color: #fff;
  line-height: 30px;margin-top: 8px;border-radius: 10px;
}

#main .card .collapse {
  border: 0;
}

#main .card .collapse.show {
	
	line-height: 30px;
	color: #fff;
}
#main #faq .card .collapse.show {
	background: #fff;
	line-height: 30px;
	color: #222;
	border: 1px solid #1fa4a4;
	border-top: 0;
}
#main #faq .card .card-header .btn-header-link {
	color: #fff;
	display: block;
	text-align: left;
	background: #fff;
	color: #222;
	padding: 20px;
	border: 1px solid #1fa4a4;
}
*/
/*
#main #faq .card .card-header .btn-header-link.collapsed {
	background: none;
	border: 0;
	border-bottom: 1px solid #f5f5f5;
}
*/

.banner.inr-bnr.paq-bnr h1 {
	color: #424141;
}

.banner.inr-bnr.paq-bnr .breadcrumb-item a,
.banner.inr-bnr.paq-bnr .breadcrumb-item {
	color: #424141;
}

/*15-5*/
.banner {
	position: relative;
}

.banner::after {
	position: absolute;
	height: 87px;
	width: 100%;
	content: "";
	background: url(../images/ss.png);
	background-size: 100% 100%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 16px;
}

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

.frstabt {
	padding: 90px 0 195px;
}

.dnt-img {
	width: 510px;
	height: 510px;
	background: transparent;
	border: 16px solid #fff;
	overflow: hidden;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	/* align-items: center; */
	position: relative;
}

.dnt-img-otr::after {
	position: absolute;
	height: 143px;
	width: 143px;
	content: "";
	background: url(../images/a-aftr.png);
	background-size: 100% 100%;
	left: auto;
	right: 16px;
	margin: auto;
	top: 50px;
}

.dnt-img-otr::before {
	position: absolute;
	height: 173px;
	width: 240px;
	content: "";
	background: url(../images/a-bfr.png);
	background-size: 100% 100%;
	left: 0;
	right: auto;
	margin: auto;
	bottom: -135px;
}

.dnt-img-otr {
	position: relative;
}

.dnt-img-next {
	width: 460px;
	height: 460px;
	background: transparent;
	/* border: 16px solid #000; */
	overflow: hidden;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 195px;
	left: 197px;
	z-index: -1;
	box-shadow: 0 0 44px rgba(0, 0, 0, 0.1);
}

.banner p {
	margin: 0 0 15px 0;
	color: #fff;
	font-size: 33px;
	font-family: 'Graphik';
	font-weight: 400;
	line-height: 1.5em;
	font-style: italic;
}

.vous_sec {
	padding: 130px 0;
	background: url(../images/vox.jpg);
	background-size: 100% 100%;
	position: relative;
}

.vous_bx {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.vous_sec .vous_bx:hover {
	background-color: #1d8c97;
}

/* .vous_sec .vous_bx:hover .vous_icn img {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(18deg) brightness(505%) contrast(101%);
  } */
.vous_sec::after {
	position: absolute;
	height: 103px;
	width: 100%;
	content: "";
	background: url(../images/shp2.png);
	background-size: 100% 100%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -92px;
}

.cmn_otr h5 {
	font-size: 21px;
	font-weight: 800;
	color: #192029;
	text-transform: uppercase;
}

.dnt-img-otr {
	margin-right: -100px;
	margin-left: 60px;
}

header {
	position: absolute;
	width: 100%;
	z-index: 9;
}

.faqz {
	padding: 100px 0;
	background: url(../images/faq-bnr.png);
	background-size: 100% 100%;
	/* background-attachment: fixed; */
	position: relative;
}

.faqz::after {
	position: absolute;
	height: 34px;
	width: 100%;
	content: "";
	background: url(../images/shpp3.png);
	background-size: 100% 100%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

.footer-menu ul li {
	margin-right: 0px;
	line-height: 1;
	margin-bottom: 16px;
}

.add-div ul li a.fr-phno {
	color: #fff;

}

.add-div ul li a.fr-email {
	color: #22a9a9;

}

.frstabt .cmn_otr {
	margin-bottom: 35px;
	margin-left: 120px;
}











.main .card,
#main2 .card {
	border: 0;
	background-color: transparent;
}

.card-header {
	background-color: transparent;
}

.main .card .card-header {
	border: 0;
	border-radius: 2px;
	padding: 0;
}

.main .card .card-header .btn-header-link {
	color: #fff;
	display: block;
	text-align: left;
	background: #fff;
	color: #222;
	padding: 20px;
	border: 1px solid #1fa4a4;
	border-radius: 0;
	text-transform: capitalize;
}

.main .card .card-header .btn-header-link.collapsed {
	background: transparent;
	/* color: #fff; */
	border: 1px solid transparent;
	border-bottom: 1px solid #ccc;
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: none;
}

.main .card .card-header .btn-header-link.collapsed:after {
	content: "\f107";
}

.main .card .collapsing {
	background: #fff;
	line-height: 30px;
	border: 1px solid #1fa4a4;
	border-top: 0;
}

.main .card .collapse {
	border: 0;
}

.main .card .collapse.show {
	background: #fff;
	line-height: 30px;
	color: #222;
	border: 1px solid #1fa4a4;
	border-top: 0;
}

.main .card .card-header .btn-header-link::after {
	content: "\f107";

	font-weight: 900;
	float: right;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 28px;
	top: 40px;
	color: #b2b2b2;
	position: absolute;
	right: 37px;
}

.main.main-down .card .card-header .btn-header-link.collapsed {
	color: #fff;
}

.main.main-down .card .card-header .btn-header-link.collapsed::after {
	content: "\f107";
	color: #fff;
}

.main .card .card-header .btn-header-link img {
	margin-right: 20px;
}

.frstabt.solzsolution {
	padding: 120px 0;
}

.faqz .cmn_otr.whty h5 {
	color: #fff;
}

.faqz .card-body,
.card-body {
	padding-top: 0;
}

.faqz .main .card .card-header .btn-header-link::after {
	top: 26px;
}

footer form {
	position: relative;
}

footer [type="submit"] {
	-webkit-appearance: button;
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	background: #1ca3a4;
	width: 70px;
	border: 0;
	background: #1ca3a4 url(../images/submt.png)no-repeat;
	background-size: auto;
	background-position: center;
}

.form-control::placeholder {
	color: #9496ab;
	opacity: 1;
}

.footer-menu.liens-ftr ul li a {
	color: #fff;
	font-size: 18px;
	margin-right: 15px;
}

#faq .card-body a {
	font-size: 14px;
	font-weight: 600;
	color: #5a64ae;
	text-transform: uppercase;
	display: block;
	margin-top: 8px;
}










/*16-5*/
.ban-outr {
	clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}

.detlssecz {
	padding: 80px 0;
}

.dltpic-img {
	border-radius: 10px;
	overflow: hidden;
}

.dltpic-img img {
	width: 100%;
}

.dltpic-otr {
	position: relative;
}

.dltpic-otr::after {
	position: absolute;
	content: "";
	left: -25px;
	background: #1ca3a4;
	background-size: 100% 100%;
	top: 25px;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 10px;
}

.dvlpment-ul ul li {
	position: relative;
	margin-bottom: 7px;
	padding-left: 50px;
}

.dvlpment-ul ul li::after {
	position: absolute;
	content: "";
	left: 0;
	background: url(../images/tik2.png);
	background-size: 100% 100%;
	top: 0;
	bottom: 0;
	width: 32px;
	height: 33px;
}

.detlssecz.quest-sc {
	background: #202658;
	clip-path: polygon(0 0, 100% 6%, 100% 93%, 0 100%);
	clip-path: polygon(0 0, 100% 1.4%, 100% 98%, 0 100%);
}

.detlssecz.quest-sc .row:nth-child(2n) {
	flex-direction: row-reverse;
}

/*about*/

.mycntr {
	padding: 43px 18px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	border: 0;
	text-align: center;
	height: 100%;
}

.mycntr h2 {
	font-size: 80px;
	line-height: 1;
	color: #fff;
	font-family: 'gilroy-bolduploaded_file';
}

.mycntr h5 {
	font-size: 22px;
	/* font-weight: 500; */
	color: #fff;
	text-transform: uppercase;
	font-family: 'gilroy-mediumuploaded_file';
}

.frstabt.solzsolution .dnt-img-otr::before,
.frstabt.solzsolution .dnt-img-otr::after {
	display: none;
}

/*19-5-after*/
.banner.inr-bnr::after {
	display: none;
}

.vous_sec.formasc {
	background: none;
	padding: 60px 0;
}

.vous_sec.formasc .vous_bx {
	border: 0;
	border-bottom: 0;
	border-radius: 10px;
	padding: 40px 25px;
}

.vous_sec.formasc .vous_bx:hover .vous_icn img {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(18deg) brightness(505%) contrast(101%);
}

.vous_sec.formasc .vous_bx:hover {
	background: #5864c0;
}

.vous_sec.formasc .vous_txt h3 {
	color: #282828;
	font-size: 25px;
}

.vous_sec.formasc .vous_txt p {
	font-size: 18px;
	color: #282828;
}

.vous_sec.formasc .vous_icn {
	min-height: 150px;
}

.vous_sec.formasc .vous_bx:hover .vous_txt h3 {
	color: #fff;

}

.vous_sec.formasc .vous_bx:hover .vous_txt p {
	color: #fff;
}

.vous_sec.formasc .vous_bx:hover .info-btn .cmn-btn {
	background: #1ca3a4;
	border: 2px solid #1ca3a4;
}

.vous_sec.formasc .vous_bx:hover .info-btn .cmn-btn:hover span {
	color: #fff;
}

.vous_sec.formasc .shpfr {
	margin-bottom: 34px;
}

.vous_sec.formasc::after {
	display: none;
}

.vous_sec.formasc .vous__main__outr .cmn_otr p {
	width: 80%;
	margin: auto;
}

/*after-detail*/
.detlssecz .cmn_otr h2 {
	font-size: 50px;
	text-transform: capitalize;
}

.detlssecz.quest-sc .cmn_otr h2 {
	font-size: 40px;
	text-transform: uppercase;
}

.detlssecz .cmn_otr p {
	width: 78%;
}

.detlssecz.quest-sc p {
	font-weight: 300;
	width: 100%;
}

.detlssecz .cmn_otr h3 {
	font-size: 36px;
	line-height: 1.1;
	color: #192029;
	margin-bottom: 13px;
	font-family: 'gilroy-blackuploaded_file';

}

.dvlpment-ul ul li {
	font-weight: 500;
	font-size: 18px;
	color: #192029;
}

.detlssecz.quest-sc .row {
	margin-bottom: 85px;
	align-items: center;
}

/*pckg*/
.pckg-otr.d-flex {
	background: #ebebeb;
	padding: 0;
	border-radius: 10px;
	padding-left: 0;
	position: relative;
}

.pckg-list ul li {

	line-height: 1;
	/* padding: 25px 0; */
	margin: 0;
	/* border-bottom: 1px solid #494242; */
	/* height: 61px; */
	display: flex;
	align-items: center;
}

.pckg-list {
	margin-right: 0;
	width: 100%;
	margin-top: 34px;
}

.pckg-list-slider {
	width: 55%;
	position: absolute;
	right: 0;
}

.pck-hdr {
	background: #fff;
	padding: 35px 10px;
	text-align: center;
}

.parnyer_bx {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #ccc;
	height: 100%;
	box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.2);
}

.pckg-list ul li h5 {
	/* padding-left: 60px; */
	position: relative;
	padding: 17px 0;
	padding-left: 60px;
	margin-left: 30px;
	border-top: 1px solid #494242;
	width: 100%;
	/* height: 61px; */
	font-size: 22px;
	font-weight: 500;
	font-size: 22px;
	color: #282828;
	font-family: 'gilroy-mediumuploaded_file';
}

.pckg-list-slider .slick-slide {
	padding: 0px 11px;
}

.pckg-list-slider .slick-list {
	margin: 0px -11px;
	border-radius: 10px;
}

.pck-hdr h3 {
	color: #fff;
	/* font-family: 'Barlow Semi Condensed'; */
	font-size: 20px;
	/* font-family: 'gilroy-blackuploaded_file'; */
	font-family: 'gilroy-bolduploaded_file';
}

.pck-txtim ul li {
	background: #fff;
	padding: 13px;
	text-align: center;
	margin: auto;
	height: 61.5px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #615959;
}

.pckg-list ul li img {
	margin-left: 30px;
	margin-bottom: 21px;
	width: 153px;
}

.pck-txtim ul li:nth-child(2n) {
	background: #fff;
}

.pck-txtim ul li img {
	display: block;
	margin: auto;
}

.pck-txtim ul li h5 {
	font-size: 22px;
	color: #282828;
	font-family: 'gilroy-mediumuploaded_file';
}

.pck-no a.esgrt {
	font-size: 17px;
	color: #f06826;
	font-weight: 500;
	/* text-decoration: ; */
	text-decoration: underline !important;
	margin-top: 13px;
	display: block;
}

.pck-txtim ul li:last-child {
	background: #1da3a4;
	font-size: 22px;
	color: #fff;
	font-family: 'gilroy-mediumuploaded_file';
	padding: 33px 0;
	height: auto;
	border-bottom: 0;
}

.pck-txtim ul li:last-child a {
	color: #fff;
}

.pchkrg_slider .slick-next.slick-arrow,
.pchkrg_slider .slick-prev.slick-arrow {
	position: absolute;
	right: 30px;
	top: auto;
	border: 0;
	z-index: 99;
	border-radius: 100%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -34px;
	background: none;
	outline: 0;
	transform: none;
	background: #5864c0;
	width: 22px;
	height: 22px;
}

.pchkrg_slider .slick-next.slick-arrow {
	left: auto;
	right: 0;
}

.parnyer_bx .pck-hdr {
	background: #5864c0;
	transition: 0.6s;
}

.parnyer_bx:hover .pck-hdr h3,
.parnyer_bx:hover .pck-hdr span,
.parnyer_bx:hover .pck-hdr del {
	color: #fff;
}

.pckg-list ul li h5::after {
	position: absolute;
	height: 33px;
	width: 32px;
	content: "";
	background: url(../images/tik2.png);
	background-size: 100% 100%;
	left: 0;
}

.pckg-list ul li:last-child h5 {
	padding-left: 35px;
	margin-left: 0px;
	background: #5864c0;
	padding: 21px 35px;
	/* padding-left: 35px; */
	display: inline-block;
	width: 50%;
	color: #fff;
	border-bottom-left-radius: 10px;
}

.pckg-list ul li:last-child h5::after {
	display: none;
}

/**/
.qust-img {
	margin-left: 120px;
	margin-right: 120px;
}

.detlssecz.quest-sc .cmn_otr {
	margin-bottom: 0;
}

/*
.detlssecz.quest-sc .row:nth-child(2n) .qust-img {
	margin-right: 120px;
}*/
.hdr_sec.header-two .navbar-nav>li>a {
	color: #fff;
}

.banner.inr-bnr h1 {
	font-size: 60px;
}

.hdr_sec.header-two .dropdown-toggle::after {
	content: "";
	background: url(../images/ar1.png);
	width: 11px;
	height: 8px;
	background-size: 100% 100%;

}

.breadcrumb__outr {
	margin-top: 10px;
}

.nwz-sc {
	padding: 160px 0;
	background: url(../images/grn-bg.jpg);
	background-size: 100% 100%;
	clip-path: polygon(0 0, 100% 5.4%, 100% 94%, 0 100%);
	background-attachment: fixed;
}



/*after-g*/
.mgrp-ul ul li h5 {
	font-size: 18px;
	color: #192029;
	font-family: 'gilroy-blackuploaded_file';
	text-transform: uppercase;
	position: relative;
	padding-left: 50px;
}

.mgrp-ul ul li {
	width: 50%;
	margin-top: 34px;
}

.mgrp-ul ul {
	display: flex;
	flex-wrap: wrap;
}

.mgrp-ul ul li h5::after {
	content: "";
	background: url(../images/shpo.png);
	width: 35px;
	height: 40px;
	background-size: 100% 100%;
	position: absolute;
	border: 0;
	left: 0;
	top: -9px;
}

.eqp-se .slick-next.slick-arrow,
.eqp-se .slick-prev.slick-arrow {
	position: absolute;
	left: -65px;
	/* top: auto; */
	border: 0;
	z-index: 99;
	border-radius: 100%;
	color: #8dd1d1;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	background: none;
	outline: 0;
	transform: translateY(-50%);
	font-size: 85px;
}

.eqp-se .slick-prev.slick-arrow {
	left: -65px;
}

.eqp-se .slick-next.slick-arrow {
	right: -65px;
	left: auto;
}

.eqp-se .slick-slide {
	padding: 0px 10px;
}

.eqp-se .slick-list {
	margin: 0px -10px;
}

.eqip_txt {
	padding: 25px 10px;
	text-align: center;
}

.eqip_otr_bk {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
	margin: 10px 0;
}

.eqip_img img {
	width: 100%;
}

.eqp-se {
	padding: 70px 0;
}

.eqip_txt h3 {
	font-size: 23px;
	color: #192029;
	margin-bottom: 10px;
	font-family: 'gilroy-blackuploaded_file';
	text-transform: uppercase;
}

.eqip_txt p {
	font-size: 16px;
	color: #676666;
	margin-bottom: 0px;
	/* font-family: 'gilroy-mediumuploaded_file'; */
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}

.hdr_sec.header-two.hdr_fix .navbar-nav>li>a {
	color: #000;
}

.hdr_sec.header-two.hdr_fix .dropdown-toggle::after {
	background: url(../images/arr2.png);
	background-repeat: no-repeat;
	/* background-size: ; */
	background-size: 100% 100%;
}



.localized-content {
	display: none
}

@keyframes tab-content-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes tab-content-out {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.tabs-module .tab-trigger {
	cursor: pointer
}

.tabs-module .tab {
	position: relative
}

.tabs-module [data-tab-content] {
	opacity: 0;
	pointer-events: none;
	animation: tab-content-out .75s ease forwards
}

.tabs-module [data-tab-content].active {
	pointer-events: auto;
	animation: tab-content-in 1s .75s ease forwards
}

.tabs-module [data-tab-content] img,
.tabs-module [data-tab-content] video {
	max-width: 100%
}

.tabs-module.vertical {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.tabs-module.vertical .content-container {
	display: block;
	position: relative;
	width: 45%
}

@media only screen and (min-width: 1024px) {
	.tabs-module.vertical .content-container {
		display: block
	}
}

.tabs-module.vertical .content-container [data-tab-content] {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	transform: translateY(-50%)
}

.tabs-module.vertical .content-container [data-tab-content].align-top {
	top: 0;
	transform: none
}

.tabs-module.vertical .content-container.has-images [data-tab-content] {
	width: 100%
}

.tabs-module.vertical .content-container .tab-image-wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 100%
}

.tabs-module.vertical .content-container .tab-image {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-position: center 1px;
	height: 0;
	max-width: 100%
}

.tabs-module.vertical .tabs-container {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50%
}

@media only screen and (max-width: 1024px) {
	.tabs-module.vertical .tabs-container {
		width: 50%
	}
}

.tabs-module.vertical [data-tab] {
	position: relative;
	padding: 20px 24px;
	margin: 25px 0;
	border-radius: 3px;
	border: 1px solid transparent;
	transition: background-color 800ms, border-color 800ms, box-shadow 800ms, padding 400ms 400ms, margin 400ms 400ms;
	border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 1024px) {
	.tabs-module.vertical [data-tab] {
		margin: 0
	}
}

.tabs-module.vertical [data-tab]:hover,
.tabs-module.vertical [data-tab]:focus,
.tabs-module.vertical [data-tab].active {
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
	border-color: #30aabc
}

.tabs-module.vertical [data-tab]:hover[data-tab=support],
.tabs-module.vertical [data-tab]:focus[data-tab=support],
.tabs-module.vertical [data-tab].active[data-tab=support] {
	border-color: #28d0a2;
}

/*
.tabs-module.vertical [data-tab]:hover[data-tab=guide], .tabs-module.vertical [data-tab]:focus[data-tab=guide], .tabs-module.vertical [data-tab].active[data-tab=guide] {
	border-color: #ee7c7f
}
*/
/*
.tabs-module.vertical [data-tab]:hover[data-tab=chat], .tabs-module.vertical [data-tab]:focus[data-tab=chat], .tabs-module.vertical [data-tab].active[data-tab=chat] {
	border-color: #f8b31e
}
*/
/*
.tabs-module.vertical [data-tab]:hover[data-tab=talk], .tabs-module.vertical [data-tab]:focus[data-tab=talk], .tabs-module.vertical [data-tab].active[data-tab=talk] {
	border-color: #efc93d
}
*/
.tabs-module.vertical [data-tab].active,
.tabs-module.vertical [data-tab]:active {
	/*box-shadow: 0 2px 4px rgba(0,0,0,.15);*/
	margin: 25px 0;
	transition: background-color 800ms 400ms, border-color 800ms 400ms, box-shadow 800ms 400ms, padding 400ms, margin 400ms
}

.tabs-module.vertical [data-tab].active .tab-details,
.tabs-module.vertical [data-tab]:active .tab-details {
	max-height: 500px;
	opacity: 1;
	padding: 2em 0 0;
	transition: opacity 800ms 200ms, max-height 800ms, padding-top 400ms
}

@media only screen and (min-width: 1024px) {

	.tabs-module.vertical [data-tab].active .tab-details,
	.tabs-module.vertical [data-tab]:active .tab-details {
		padding: 1em 0 0
	}
}

.tabs-module.vertical [data-tab]:first-child {
	margin-top: 0
}

.tabs-module.vertical [data-tab]:last-child {
	margin-bottom: 0
}

.tabs-module.vertical [data-tab] .tab-trigger {
	margin: 0
}

.tabs-module.vertical [data-tab] .tab-trigger.with-icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.tabs-module.vertical [data-tab] .tab-trigger.with-icon .icon {
	margin: 0 20px 0 0
}

.tabs-module.vertical [data-tab] h4 {
	/* font: 600 18px/1.2em "Sharp Sans", Arial, sans-serif; */
	font-size: 20px;
	font-weight: 600;
}

@media only screen and (min-width: 1024px) {
	.tabs-module.vertical [data-tab] h4 {
		/*font-size: 20px*/
	}
}

.tabs-module.vertical [data-tab] h4 .eyebrow {
	font-size: 14px;
	color: gray;
	text-transform: uppercase;
	display: block;
	letter-spacing: .1em;
	margin: 0 0 .25em
}

/*
.tabs-module.vertical [data-tab] .icon {
	background: #fff;
	width: 60px;
	height: 60px;
	box-shadow: 0 2px 14px rgba(202,202,202,.5);
	padding:5px;
}
*/
.tabs-module.vertical [data-tab] .icon+.tab-inner>.tab-trigger {
	margin-left: 80px;
	min-height: 60px
}

.tabs-module.vertical [data-tab] .tab-details {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity 400ms, max-height 800ms, padding-top 400ms 200ms
}

.tabs-module.vertical [data-tab] .tab-details p:last-child {
	margin-bottom: 0
}

.tabs-module.vertical [data-tab] .tab-details a:hover {
	/*color: #30aabc;
	border-bottom: 1px solid #30aabc*/
}

/**/
.tab-trigger.with-icon::after {
	content: "\f107";
	font-weight: 900;
	float: right;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 28px;
	top: 11px;
	color: #b2b2b2;
	position: absolute;
	right: 37px;
}

.tab-trigger.with-icon {
	position: relative;
}

.tab-details a {
	font-size: 14px;
	font-weight: 600;
	color: #5a64ae;
	text-transform: uppercase;
	display: block;
	margin-top: 8px;
}

.build-toelevent {
	padding: 120px 0;
}

@media only screen and (max-width: 812px) {
	.tabs-module.vertical .content-container {
		width: 100%;
		height: 460px;
	}

	.build-toelevent-img img {
		height: 430px;
	}

	.tabs-module.vertical {
		display: block;
		/* flex-direction: column-reverse; */
	}

	.build-toelevent {
		padding: 70px 0;
	}

	.tabs-module.vertical .content-container [data-tab-content] {
		right: 0;
		text-align: center;
	}

	.tabs-module.vertical .tabs-container {
		width: 100%;
		margin-bottom: 50px;
	}

	.tabs-module.vertical [data-tab] h4 {
		font-size: 16px;
	}

	.tab-trigger.with-icon::after {
		font-size: 24px;
		top: 12px;
		right: 2px;
	}
}

@media only screen and (max-width: 575px) {
	.build-toelevent-img img {
		height: auto;
	}

	.tabs-module.vertical .content-container {
		width: 100%;
		height: 460px;
	}
}

@media only screen and (max-width: 484px) {
	.tabs-module.vertical .content-container {
		width: 100%;
		height: 260px;
	}

	.tabs-module.vertical [data-tab] {
		padding: 16px 8px;
		margin: 10px 0;
	}

	.tab-details a {
		font-size: 13px;
	}

	.tabs-module.vertical [data-tab] h4 {
		font-size: 13px;
	}

	.tabs-module.vertical [data-tab] .tab-trigger.with-icon .icon {
		margin: 0 10px 0 0;
		width: 12%;
	}
}

@media only screen and (max-width: 380px) {
	.tabs-module.vertical .content-container {
		width: 100%;
		height: 280px;
	}

	.build-toelevent {
		padding: 70px 0 3px;
	}

	.main .card .card-header .btn-header-link {
		font-size: 13px;
	}
}

/******** contact*****/
.contact__sec{
	padding:80px 0 60px;
}
.conct-address-outr {
	padding: 0 13px;
	background: #f1f1f1;
	min-height: 190px;
	text-align: center;
	position: relative;
	border-radius: 5px;
}
.cont-icn {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background: #f1f1f1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -35px;
  }
  .cont-address {
	padding-top: 65px;
  }
  .cont-address h4{
	  color:#1ca3a4;
	  font-size:26px;
	  margin:0 0 15px;
	  font-family: 'gilroy-mediumuploaded_file';
  }
.cont-address p,
.cont-address a {
	color: #192029;
	font-size: 15.5px;
	line-height:1.5em;
	margin: 0;
}
.rp-rmv{
	padding-right:9px;
}
.lp-rmv{
	padding-left:9px;
}
.cont-address a {
	display: block;
}
.cont-icn .fa {
	color: #1ca3a4;
	font-size: 55px;
}
.conct-address-outr.schedule-time .cont-icn{
	position: static;
	top:auto;
	margin: 0;
	background: transparent;
	width: auto;
	height: auto;
}
.inner-content {
	margin: 0 0 30px;
}

.inner-content h2 {
	color: #192029;
	font-size:63px;
	margin: 0 0 25px;
	text-transform: uppercase;
	font-family: 'gilroy-blackuploaded_file';
}
.inner-content h3 {
	color: #192029;
	font-size:36px;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-family: 'gilroy-blackuploaded_file';
}
.inner-content p {
	color: #192029;
	font-size:18px;
	line-height: 1.6em;
	margin: 0;
}

.cont-icn img {
	margin-right: 10px;
}

.conct-address-outr.schedule-time {
	min-height: auto;
	background: transparent;
	padding: 0;
	margin: 0 0 40px;
	display: flex;
	align-items: center;
}
.conct-address-outr.schedule-time  .cont-address {
	padding-top: 0!important;
	text-align: left;
  }

.adress_outr {
	margin:65px 0 40px;
  }

.s-media ul {
	display: flex;
	align-items: center;
}

.s-media ul li {
	margin-right: 25px;
}

.s-media ul li:last-child {
	margin-right: 0;
}

.s-media ul li a .fa {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	color: #fff;
	font-size: 1.5 rem;
	margin-right: 10px;
}

.s-media ul li a .fa.fa-facebook {
	background: #4267b2;
}

.s-media ul li a .fa.fa-linkedin {
	background: #0084b1;
}

.s-media ul li a .fa.fa-twitter {
	background: #03a9f4;
}

.s-media ul li a {
	display: flex;
	align-items: center;
}

.s-media ul li a {
	color: #282828;
	font-size: 20px;
	font-style: none;
}

.form-details-innr {
	padding: 60px 35px 45px;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.frm_hdr h3 {
	color: #192029;
	font-size:36px;
	font-weight: 500;
	margin: 0 0 60px;
	text-transform: uppercase;
	font-family: 'gilroy-blackuploaded_file';
}

.form-details-innr {
	background: #ffffff;
	padding: 60px 35px 35px;
	border-radius: 2px;
	box-shadow: 1px 2px 30px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 2px 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 2px 30px 0px rgba(0, 0, 0, 0.15);
}

.send-message-outr .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.schdl-innr {
	margin-right: -130px;
}

.sml-img img {
	width: 100%;
}

.descip textarea {
	padding-top: 18px;
}

.form-details-innr .form-group {
	margin: 0 0 15px;
}

.form-details-innr .form-group .form-control {
	border: 1px solid #a0a0a0;
	border-radius: 0;
	padding: 20px 25px;
	background: transparent;
	color: #192029;
	font-size:20px;
	border-radius: 8px;
	line-height: 1;
	height: auto;
}

.form-details-innr .form-group .form-control::-webkit-input-placeholder {
	color: #192029;
	font-size:20px;
}

.form-details-innr .form-group .form-control::-moz-placeholder {
	color: #192029;
	font-size:20px;
}

.form-details-innr .form-group .form-control:-ms-input-placeholder {
	color: #192029;
	font-size:20px;
}

.form-details-innr .form-group .form-control:focus {
	box-shadow: none;
}

.form-details-innr .form-group textarea {
	height: 145px !important;
}

.form-details-innr .submt input[type="submit"] {
	background: #5a64ae;
	padding: 20px 45px;
	color: #ffffff;
	font-size:18px;
	border: 2px solid transparent;
	box-shadow: none;
	outline: 0;
	border-radius:0;
	line-height: 1;
	position: relative;
	font-weight: 600;
	transition: all 0.5s;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
}

.form-details-innr .submt input[type="submit"]:hover {
	background: #1ca3a4;
	border: 2px solid #1ca3a4;
}

.form-details-innr .form-group select {
	-webkit-appearance: none;
	background: url(../images/drop-down.png) no-repeat;
	background-position: 95% center;
	width: 100%;
	position: relative;
	opacity: 1;
	border: 1px solid #a0a0a0;
	border-radius: 8px;
	padding: 20px 25px;
	height: auto;
	box-shadow: none;
	color: #33383c;
	font-size: 1.2 rem;
}
.g-recaptcha {
	margin: 0 0 30px;
}

.emailed-outr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #3fa9f5;
	border-radius: 5px;
	margin-bottom: 35px;
}

.emailed-bx {
	text-align: center;
	width: calc(100% / 3);
	padding: 50px;
	position: relative;
}

.emailed-bx:after {
	position: absolute;
	content: "";
	right: 0;
	border-right: 2px solid #8ccbf9;
	top: 50%;
	transform: translateY(-50%);
	height: 80%;
}

.emailed-bx:last-child:after {
	border-right: 0;
}

.emailed-bx img {
	margin: 0 0 15px;
}

.emailed-bx h4 {
	color: #ffffff;
	font-size: 1.7 rem;
	margin: 0 0 15px;
}

.emailed-btn {
	background: #2696e6;
	padding: 15px 70px;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	border: 2px solid transparent;
}

.emailed-btn:hover {
	background: #1878bd;
	border: 2px solid #1878bd;
	color: #ffffff;
}

.map-outr iframe {
	height: 550px;
	border-radius: 5px;
	margin:60px 0 0;
}

.realisation__bx .eqip_txt {
	text-align: left;
	display: grid;
	padding: 33px 15px;
  }
  .realisation__bx .info-btn {
	margin-left: 0 !important;
  }
  .realisation__bx .info-btn .cmn-btn {
	margin-right: 10px;
  }
  .realisation__bx .info-btn .cmn-btn:hover{
	background:#1ca3a4;
	border: 2px solid #1ca3a4;
	color:#ffffff;
  }
  .realisation__bx .info-btn .cmn-btn:last-child{
	margin-right:0;
	border: 2px solid #1ca3a4;
	background:#1ca3a4;
  }
  .realisation__bx .info-btn .cmn-btn:last-child:hover{
	background-color: #5a64ae;
	border: 2px solid #5a64ae;
	color:#ffffff;
  }
  .realisation__bx .info-btn .cmn-btn:hover span{
	color:#ffffff;
  }
  .realisation__bx .eqip_txt h3 {
	font-size: 25px;
	color: #282828;
	text-transform: none;
	margin: 0 0 20px;
	letter-spacing: 1px;
  }
.eqip_otr_bk.realisation__bx {
	align-items: stretch;
	display: grid;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  }
  .pagination.pagination-circle .page-item.active .page-link {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.pagination .page-item .page-link {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	outline: 0;
	border: 0;
	background-color: #cecece;
	font-size: 19px;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 17px;
	font-family: 'Graphik';
	font-weight: 600;
}
.pagination.pagination-circle .page-item .page-link:hover {
	/* border-radius: 50%; */
	background: #5a64ae;
	color: #fff;
	border-color: #5a64ae;
	cursor: pointer;
}
.pagination.pagination-circle .page-item.active .page-link{
	background: #5a64ae;
	color: #fff;
	border-color: #5a64ae;
}
 .pagination.pagination-circle .page-item .page-link {
	margin-left: 2px;
	margin-right: 2px;
	border-radius: 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.pagination.pagination-circle .page-item {
	margin-right: 5px;
}
.page-item.prev_btn .page-link {
	border-radius: 0 !important;
	width: auto;
	height:auto;
  }
  .Pager1 .pagination {
	align-items: center;
  }
  .realisation__bx .eqip_img {
	overflow: hidden;
	transition: all 0.5s;
  }
  .realisation__bx .eqip_img:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.dnt-img img,.dnt-img-next img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: all 0.5s;
}
.dnt-img:hover img,.dnt-img-next:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
  }
  .conct-address-outr{
	  transition: all 0.5s;
	  -webkit-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	  -ms-transition: all 0.5s;
	  -o-transition: all 0.5s;
}
  .conct-address-outr:hover{
	background-color: #5a64ae;
	transition: all 0.5s;
	  -webkit-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	  -ms-transition: all 0.5s;
	  -o-transition: all 0.5s;
  }
  .conct-address-outr:hover .cont-icn{
	background-color: #5a64ae;
	transition: all 0.5s;
	  -webkit-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	  -ms-transition: all 0.5s;
	  -o-transition: all 0.5s;
  }
  .conct-address-outr:hover .cont-icn .fa {
	color: #ffffff;
	transition: all 0.5s;
	  -webkit-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	  -ms-transition: all 0.5s;
	  -o-transition: all 0.5s;
  }
  .conct-address-outr:hover .cont-address h4 {
	color: #ffffff;
	transition: all 0.5s;
	  -webkit-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	  -ms-transition: all 0.5s;
	  -o-transition: all 0.5s;
  }
  .conct-address-outr:hover .cont-address p, .conct-address-outr:hover .cont-address a {
	color: #ffffff;
	transition: all 0.5s;
	  -webkit-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	  -ms-transition: all 0.5s;
	  -o-transition: all 0.5s;
  }
  .dltpic-img img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
  }
  .dltpic-img:hover img{
	  transform: scale(1.1);
	  -webkit-transform: scale(1.1);
	  -moz-transform: scale(1.1);
	  -ms-transform: scale(1.1);
	  -o-transform: scale(1.1);
}
.vous_icn {
	position: relative;
  }
  .hv-icn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
  }
  .otr_choose__us .vous_bx:hover .hv-icn{
	  opacity: 1;
  }
  .otr_choose__us .vous_bx:hover .norm-icn{
	opacity: 0;
}
/* .otr_choose__us .vous_bx:hover .vous_icn img {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(18deg) brightness(505%) contrast(101%);
  } */

  .otr_choose__us .vous_bx:hover .vous_txt p {
	color: #ffffff;

  }
  .qust-img{
	  width:296px;
	  height:296px;
	  background: #5864c0;
	  border-radius: 100%;
	  -webkit-border-radius: 100%;
	  -moz-border-radius: 100%;
	  -ms-border-radius: 100%;
	  -o-border-radius: 100%;
	  display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.qust-img:after{
	position: absolute;
	left: 8px;
	margin: auto;
	top:50%;
	transform: translateY(-50%);
	content: "";
	background: url(../images/crcl-frame.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width:314px;
	height:337px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}


.floating { 
    -webkit-animation-name: floating; 
            animation-name: floating;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
   
}
 
@-webkit-keyframes floating {
    0% { -webkit-transform: translate(0,  0px); transform: translate(0,  0px); }
    50%  { -webkit-transform: translate(0, 15px); transform: translate(0, 15px); }
    100%   { -webkit-transform: translate(0, -0px); transform: translate(0, -0px); }   
}
 
@keyframes floating {
    0% { -webkit-transform: translate(0,  0px); transform: translate(0,  0px); }
    50%  { -webkit-transform: translate(0, 15px); transform: translate(0, 15px); }
    100%   { -webkit-transform: translate(0, -0px); transform: translate(0, -0px); }   
}
.m-banner{
	display: none;
}