/*
Author: Druva Karthik
Author URI: https://druvakarthik.in/
Last Update: 14 - 04 - 2022
*/

/* Fontello */

@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?83218925');
  src: url('fonts/fontello.eot?83218925#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff2?83218925') format('woff2'),
       url('fonts/fontello.woff?83218925') format('woff'),
       url('fonts/fontello.ttf?83218925') format('truetype'),
       url('fonts/fontello.svg?83218925#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Scrollbar CSS */

::selection{
  background: #964F41;
  color: #fff;
}

::-moz-selection{
  background: #964F41;
  color: #fff; 
}

::-o-selection{
  background: #964F41;
  color: #fff; 
}

::-ms-selection{
  background: #964F41;
  color: #fff;
}

::-webkit-scrollbar{
  width: 8px;
  background: #52585e;
}

::-webkit-scrollbar-thumb{
  background: #964F41;
}

/* ----- 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;
    background: #fcf8f7;
}
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/30px "Poppins",sans-serif;
    color: #2d2f2f;
    padding: 40px 10px;
}

.textMain p{    
    padding: 10px 0;
    font: 400 16px/40px "Poppins",sans-serif;
    color: #333;
    letter-spacing: 0.5px;
}

.textMain a {
    color: #964F41;
    text-decoration: none;
    transition: 0.7s all ease;
    font-weight: 600;
}

.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: #0e6e62;
}
.textMain h2 span {
	font: normal 16px/20px "Poppins",sans-serif;
	color: #000000;
}
.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;
}
.textMain ul li, .textMain ol ul li {
    background: url(../images/se-icon.svg) no-repeat left 22px;
    background-size: 32px;
    padding: 10px 5px 10px 45px;
    font: 400 16px/28px "Poppins",sans-serif;
    color: #333;
    letter-spacing: 0.5px;
}
/* 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 ! 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;
    position: relative;
}
.menu li a {
	color: #000;
}


.menu li li a {
	color: #000;
}

.fixed .menu li a{
	color: #000;
}

.menu > li > a:before, .menu > li > a:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 1px;
	bottom: 0;
	margin-top: -2.5px;
	background: #000;
	left: 0;
	right: 0;
	margin: auto;
}


.menu > li:hover > a:before {
	background: #000;
	width: 60%;
	transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu > li:hover > a:after {
	background: transparent;
	width: 60%;
	transition: 0s;
}

/* 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 14px/24px "Poppins",sans-serif;
    text-align: left;
    width: 220px;
}
.menu ul li a {
	padding: 10px 10px 10px 20px;
	background: url(../images/menu-bullets.png)no-repeat 10px center;
}
.menu ul li:hover a {
    padding: 10px 10px 10px 30px;
}
.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;
}


/*
Author: Druva Karthik
Author URI: https://druvakarthik.in/
Last Update: 14 - 04 - 2022
*/