/* Fontello */


@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?62667169');
  src: url('fonts/fontello.eot?62667169#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff2?62667169') format('woff2'),
       url('fonts/fontello.woff?62667169') format('woff'),
       url('fonts/fontello.ttf?62667169') format('truetype'),
       url('fonts/fontello.svg?62667169#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Scrollbar CSS */

::selection{
  background: #ed2675;
  color: #fff;
}

::-moz-selection{
  background: #ed2675;
  color: #fff; 
}

::-o-selection{
  background: #ed2675;
  color: #fff; 
}

::-ms-selection{
  background: #ed2675;
  color: #fff;
}

::-webkit-scrollbar{
  width: 8px;
  background: #52585e;
}

::-webkit-scrollbar-thumb{
  background: #ed2675;
}

/* ----- Global CSS ----- */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}
ul li {
	list-style: none;
}
img {
	border: 0px;
	max-width: 100%;
	vertical-align: middle;
}
a, a:hover {
	text-decoration: none;
	color: inherit;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* ----- Fixed CSS ----- */

.hr {
	padding: 10px 0px;
}
.clear-float {
	clear: both;
}
.theme-L, .theme-R {
	width: 100%;
	height: 100%;
}
.table-div {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.table-cell {
	display: table-cell;
	vertical-align: top;
}
.theme-L, .theme-R {
	position: absolute;
	z-index: 99;
	padding: 0px;
	margin: 0px;
	top: 0px;
}
.theme-L {
	left: -100%;
}
.theme-R {
	right: -100%;
}
.image-left {
	float: left;
	margin: 0px 15px 10px 0px;
}
.image-right {
	float: right;
	margin: 0px 0px 10px 15px;
}
.image-center {
	text-align: center;
	margin: 10px;
}
.videoBorder {
	width: 90%;
	border: 4px solid #333;
	padding: 53% 0px 0px 0px;
	position: relative;
	margin: 15px auto;
}
.videoBorder iframe, .videoBorder embed, .videoBorder video  {
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

/* ---------- Theme CSS ---------- */

.textMain h1,
.textMain h2,
.textMain h3,
.textMain h4 {
    margin: 0 0 10px 0;
}

.textMain {
    font: 400 16px / 30px "Inter", sans-serif;
	color: #2d2f2f;
    padding: 20px 10px 50px 10px;
}

.textMain p{
    font: 400 16px / 30px "Inter", sans-serif;
    color: #2d2f2f;
    padding: 10px 0;
}

.textMain a {
    color: #2054ab;
    text-decoration: none;
    transition: 0.7s all ease;
    font-weight: 500;
}

.textMain a:hover {
	color: #000;
}
.textMain h1 {
    font: 700 34px/40px "Inter", sans-serif;
    color: #144f94;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0;
}

.textMain h1 span {
	font: normal 20px/30px "Inter", sans-serif;
	color: #4d4d4d;
}
.textMain h2 {
    font: 500 30px/40px "Inter", sans-serif;
    color: #643d97;
}
.textMain h2 span {
	font: normal 16px/20px "Inter", sans-serif;
	color: #000000;
}
.textMain h2 a {
	color: #014cbe;
}
.textMain h3 {
    font: 500 24px/34px "Inter", sans-serif;
	color: #207391;
    margin: 10px 0;
}
.textMain h3 a {
	color: #353535;
}
.textMain h4 {
	font: normal 20px/30px "Inter", sans-serif;
	color: #000101;
}
.textMain h4 a {
	color: #014cbe;
}
.textMain > ul{
	padding: 20px 0;
}
.textMain ul li, .textMain ol ul li {
    padding: 5px;
    background: none;
}
/* Credibility Slider */



.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
	width: 94%;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	text-align: center;
}
.nbs-flexisel-item img {
	cursor: pointer;
	position: relative;
	margin: 10px 0px;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	position: absolute;
	z-index: 99;
	margin: 0px;
	padding: 0px;
	top: 0px;
	height: 100%;
	width: 40px;
	cursor: pointer;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/left-arrow.png) no-repeat center center;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/right-arrow.png) no-repeat center center;
}

/* Menu */

nav {
	z-index: 9999;
}
#Main-Menu {
	display: block;
	position: relative;
}
#Mobile-Menu {
	display: none;
}
/* Layer 1 */

.menu>li {
	display: inline-block;
	margin: 0 -2px;
}
.menu li {
    font: 500 14px / 28px "Inter", sans-serif;
    color: #fff;
    position: relative;
    text-align: center;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 8px;
}
.menu li.active{
	background: #141414;
}
.menu li.active a{
	color: #fff;
}
.menu:after {
	content: '';
	display: block;
	clear: both;
}

.menu li a {
    transition: 0.6s all ease;
    display: block;
    padding: 5px 18px;
    position: relative;
}
.menu li a {
	color: #000;
}


.menu li li a {
	color: #000;
}

.fixed .menu li a{
	color: #000;
}

/* Layer 2 */

.menu ul {
    background: #ffffff;
	position: absolute;
	z-index: 9999;
	left: 0px;
	display: none;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(00, 00, 00, 0.2);
    box-shadow: 0px 2px 5px -1px rgba(00, 00, 00, 0.2);
    padding: 11px 0 0 0;
}
.menu li:hover>ul {
	display: block;
}
.menu ul li {
    color: #fff;
    border-bottom: 1px solid #fff;
    font: 500 13px/20px "Inter", sans-serif;
    text-align: left;
    width: 240px;
}
.menu ul li a {
	padding: 10px 10px 10px 28px;
	background: url(../images/menu-bullets.png)no-repeat 10px center;
}
.menu ul li:hover a {
	padding: 10px 10px 10px 35px;
}
.menu li li a:hover:before {
	content: "\203A";
	position: absolute;
	transform: translateZ(0px);
	transition: .3s all ease;
	left: 14px;
	font-size: 20px;
	top: 9px;
}

.mega-menu{
    width: 600px;
    background: #fff;
	text-align: left;
}

.menu .mega-menu li{
    display: inline-block;
    width: 49%;
    margin: 0 0px;
}

/* Layer 3 */

.menu ul ul {
	left: 100%;
	z-index: 9999;
	top: 0px;
}
.menu ul ul li {
	background: #52803a;
}
.menu ul ul li a {}
/* Mobile */

.Wrapper {
	position: absolute;
	z-index: 9999;
	left: 0px;
	width: 100%;
	background: #aeadfe;
	display: none;
}
.par-menu {
	font: 400 14px/20px "Inter", sans-serif;
	color: #fff;
	text-align: left;
}
.par-menu li a {
	padding: 10px 0px 10px 20px;
	color: #fff;
	background: rgba(49, 51, 56, 0.99);
	display: block;
	transition: 0.6s all ease;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.par-menu li a:hover {
	background: #000;
}
.par-menu li ul {
	display: none;
}
.par-menu li li a {
	padding: 10px 0px 10px 40px;
	color: #fff;
}
.par-menu li li li a {
	padding: 10px 0px 10px 60px;
	color: #fff;
}

/* Slider Code */

.rslides {
	width: 100%;
	height: 100%;
	position: relative;
}
.rslides li {
	display: none;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-khtml-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}
.rslides li li {
	display: inherit;
	width: inherit;
	height: inherit;
	position: inherit;
	left: inherit;
	top: inherit;
}

/* Navigation CSS */

.navigation {
    font: 400 14px/20px "Inter", sans-serif;
    color: #cfc1e0;
    padding: 10px 0px 10px 10px;
    text-align: center;
}
.navigation a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px solid #fff;
}

/* Accordion CSS*/

.accordion {
	width: 90%;
	margin: 15px auto;
	border-radius: 10px;
	border: 1px solid #f2f2f2;
	-webkit-box-shadow: 0px 0px 11px -2px rgba(239, 226, 226, 0.75);
	-moz-box-shadow: 0px 0px 11px -2px rgba(239, 226, 226, 0.75);
	box-shadow: 0px 0px 11px -2px rgba(239, 226, 226, 0.75);
}
.accordion h4 {
    padding: 20px;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
    margin: 0px;
    color: #000;
    font: 600 18px/30px "Inter", sans-serif;
    position: relative;
    letter-spacing: 0.5px;
}
.accordion h4.current:after {
	content: '';
	position: absolute;
	left: 0;
	width: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%, -50%);
	-moz-transform: translateY(-50%, -50%);
	-ms-transform: translateY(-50%, -50%);
	-o-transform: translateY(-50%, -50%);
	transform: translateY(-50%);
	height: 20px;
    background: #000000;
	z-index: 9999;
}
.accordion h4.no-border {
	border-bottom: 0;
}
.accordion .acc-content {
	display: none;
	padding: 30px;
	background: #faf8fb;
    border-left: 3px solid #003b89;
    font: 400 15px/28px "Inter", sans-serif;
}
.accordion h4:before {
	content: '';
	position: absolute;
	right: 20px;
	width: 25px;
	height: 25px;
	background: url(../images/plus-b.png) no-repeat center center;
	top: 50%;
	-webkit-transform: translateY(-50%, -50%);
	-moz-transform: translateY(-50%, -50%);
	-ms-transform: translateY(-50%, -50%);
	-o-transform: translateY(-50%, -50%);
	transform: translateY(-50%);
    background-size: 8px;
}
.accordion h4.current:before {
	background: url(../images/minus-b.png) no-repeat center center;
    background-size: 8px;
}
.accordion .acc-content p {
	padding: 5px 0;
}

/* Back to top */

.material-scrolltop {
	display: block;
	position: fixed;
	width: 0;
	height: 0;
	bottom: 23px;
	right: 23px;
	padding: 0;
	overflow: hidden;
	outline: none;
	border: none;
	border-radius: 2px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	cursor: hand;
	border-radius: 50%;
	background: #141414;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	-ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	-o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	cursor: pointer;
	z-index: 99999;
}
.material-scrolltop:hover {
	background-color: #000000;
	text-decoration: none;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}
.material-scrolltop::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 0;
	border-radius: 100%;
	background: #000000;
}
.material-scrolltop:active::before {
	width: 120%;
	padding-top: 120%;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.material-scrolltop.reveal {
	width: 56px;
	height: 56px;
}
.material-scrolltop span {
	display: block;
	font-size: 25px;
	color: #fff;
}
.material-scrolltop, .material-scrolltop::before {
	background-image: url(../images/top-arrow.svg);
	background-position: center 50%;
	background-repeat: no-repeat;
}


/* CTA Button */

.ctaBtn{
    font: 400 16px/26px "Inter", sans-serif;
    color: #fff;
    display: block;
    width: 165px;
    text-align: left;
    padding: 10px 5px 10px 28px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    transition: 0.7s all ease;
    background: #333;
}
	
.ctaBtn:hover{
	color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.ctaBtn .readmore-icon {
	position: relative;
    background: #fff;
    color: #fe4c1c;
    width: 30px;
    height: 30px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ctaBtn .readmore-icon:after {
    content: '\E816';
    top: -5px;
    position: absolute;
    font-family: 'fontello';
    left: 2px;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 13px;
    color: #430e8c;
    transition: 0.7s all ease;
}

/* Media Query */



@media screen and (max-width: 767px) {
	#Main-Menu {
		display: none;
	}
	#Mobile-Menu {
		display: block;
	}
	.menu-mobile {
		text-align: center;
		color: #fff;
		background: rgba(33, 167, 236, 0.91);
		font: 400 20px/26px "Inter", sans-serif;
	}
	.menu-mobile a {
		color: #fff;
		display: block;
	}
	.menu-mobile img {
		margin: 0px 0px 0px 10px;
	}
	#Mobile-Menu .menu-mobile a {
		background: url(../images/mob-menu-bg-open.png) no-repeat center center #313338;
		padding: 20px 0;
		display: block;
	}
	#Mobile-Menu .active a {
		background: url(../images/mob-menu-bg-close.png) no-repeat center center #313338;
	}
}