/* Fontello */

@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?33245747');
  src: url('fonts/fontello.eot?33245747#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff2?33245747') format('woff2'),
       url('fonts/fontello.woff?33245747') format('woff'),
       url('fonts/fontello.ttf?33245747') format('truetype'),
       url('fonts/fontello.svg?33245747#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Scrollbar CSS */

::selection{
  background: #03a9f4;
  color: #fff;
}

::-moz-selection{
  background: #03a9f4;
  color: #fff; 
}

::-o-selection{
  background: #03a9f4;
  color: #fff; 
}

::-ms-selection{
  background: #03a9f4;
  color: #fff;
}

::-webkit-scrollbar{
  width: 8px;
  background: #52585e;
}

::-webkit-scrollbar-thumb{
  background: #03a9f4;
}

/* ----- 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 {
	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: 10px 0;
}

.textMain {    
	font: 400 18px/32px "Poppins",sans-serif;
    color: #262250;
    padding: 40px 10px;
}

.textMain p{    
	font: 400 18px/32px "Poppins",sans-serif;
    color: #262250;
    padding: 10px 0;
}

.textMain a {
	color: #FF5722;
	text-decoration: none;
	transition: 0.7s all ease;
}

.textMain a:hover {
	color: #000;
}
.textMain h1 {
    font: 700 34px/40px "Poppins",sans-serif;
    color: #144f94;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0;
}

.textMain h1 span {
	font: normal 20px/30px "Poppins",sans-serif;
	color: #4d4d4d;
}
.textMain h2 {
	font: 500 30px/40px "Poppins",sans-serif;
    color: #333333;
}
.textMain h2 span {
	font: normal 16px/20px "Poppins",sans-serif;
	color: #333333;
}
.textMain h2 a {
	color: #014cbe;
}
.textMain h3 {
	font: 500 25px/30px "Poppins",sans-serif;
	color: #207391;
	margin: 0 0 10px 0;
}
.textMain h3 a {
	color: #353535;
}
.textMain h4 {
	font: normal 20px/30px "Poppins",sans-serif;
	color: #000101;
}
.textMain h4 a {
	color: #014cbe;
}
/* 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 auto;
    width: 60%;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	position: absolute;
	z-index: 99;
	margin: 0px;
	padding: 0px;
	top: 0px ! important;
	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 {
    color: #fff;
    position: relative;
    text-align: center;
    list-style: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    font: 500 14px/34px "Poppins",sans-serif;
}
.menu>li:last-child {
	background: none;
}
.menu:after {
	content: '';
	display: block;
	clear: both;
}

.menu li a {
    transition: 0.6s all ease;
    display: block;
    padding: 0 15px;
    position: relative;
}
.menu li a {
	color: #000;
}

.menu li li a {
	color: #000;
}

.fixed .menu li a{
	color: #000;
}


/* Layer 2 */

.menu ul {
	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 {
    background: #ffffff;
    color: #fff;
    border-bottom: 1px solid #fff;
    font: 400 13px/24px "Poppins",sans-serif;
    text-align: left;
    width: 260px;
}
.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;
}
/* 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 "Poppins",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 {
    position: absolute;
    font: 400 14px/20px "Poppins",sans-serif;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 1;
    letter-spacing: 1px;
}
.navigation a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px solid #ffffff;
}


/* 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: 500 16px/30px "Poppins",sans-serif;
    position: relative;
    letter-spacing: 0.5px;
}
.accordion h4.no-border {
	border-bottom: 0;
}
.accordion .acc-content {
    display: none;
    padding: 15px 10px;
    back ground: #fff7f3;
    border-left: 3px solid #f9f0eb;
    font: 400 14px/30px "Poppins",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: #03a9f4;
	-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;
	opacity: 0.6;
}
.material-scrolltop:hover {
	opacity: 1;
	background-color: #03a9f4;
	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: #144f94;
}
.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;
}

/* Creative Contact */

#Connect{
    padding: 80px 0 ! important;
}

.creativeForm{
    background: #fff;
    padding: 50px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 30px;
    max-width: 640px;
    margin: auto;
}


.creative-contact-r h3{
    margin: 0px 0 5px 0;
    font: 500 22px/36px "Poppins",sans-serif;
    color: #393939;
    text-align: center;
}

.creative-contact-r h3 span{
    position: relative;
    display: block;
    font: 500 14px/28px "Poppins",sans-serif;
}

.creative-contact-r h3 span:before {
    content: '';
    position: absolute;
    display: block;
    top: -30px;
    background-color: rgba(245,94,102, 0.20);
    border-radius: 50px 50px 50px 50px;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    right: 0;
}

.creative-contact-r p{
    font: 400 14px/30px "Poppins",sans-serif;
    padding: 5px 0;
    letter-spacing: 0.2px;
    color: #393939;
    text-align: center;
}

.creative-form{
    text-align: center;
    margin: 20px 0 0 0;
}

.inputTxt{
    display: inline-block;
    vertical-align: top;
    width: 224px;
    text-align: left;
    margin: 5px 3px;
}

.inputTxt input{
    background: #ffffff;
    width: 100%;
    border: 1px solid #cccccc;
	outline: none;
    font: 400 14px/30px "Poppins",sans-serif;
	padding: 10px;
}

.textAreaTxt{
    max-width: 458px;
    margin: 5px auto;
}

.textAreaTxt textarea{
    background: #ffffff;
    width: 100%;
    border: 1px solid #cccccc;
	outline: none;
    font: 400 14px/30px "Poppins",sans-serif;
	padding: 10px;
    resize: none;
}

.submitBtn input {
    display: block;
    vertical-align: top;
    width: 150px;
    margin: 20px auto 0 auto;
    border: 1px solid #f56961;
    color: #fff;
    cursor: pointer;
    transition: 0.7s all ease;
    background: #f56961;
    padding: 12px 0;
    font: 700 12px/24px "Poppins",sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.submitBtn input:hover {
    background: #333333;
    color: #fff;
}

.creative-form label.error {
    display: block;
    text-align: left;
    font: normal 13px/16px arial;
    padding: 8px 0 0 0;
    letter-spacing: 0.5px;
    color: #fb1a0a;
}




/* Media Query */

@media screen and (max-width: 640px) {
	#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 "Poppins",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;
	}
}