isolation-modeboxoneisolation-modeboxoneisolation-modeboxoneisolation-modeboxoneisolation-modeboxoneisolation-modeboxoneisolation-modeboxoneisolation-modeboxoneisolation-modeboxoneisolation-modeboxoneisolation-modeboxone html,
body {
	height: 100%;
}

body {
	font-family: 'Poppins';
	overflow-x: hidden;
	font-size: 16px;
	/* background: linear-gradient(to bottom, #FFD2A4, #F8F9F4); */
}

/*--------------------------------------
		LINK
--------------------------------------*/
a:focus,
a:visited,
button:focus,
button:visited {
	outline: none;
}

a:hover {
	text-decoration: none;
}


/*--------------------------------------
		TYPOGRAPHY
--------------------------------------*/
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
	font-family: 'Montserrat', sans-serif;
	;
}

.h1,
h1 {
	font-size: 2.571rem;
}

.h2,
h2 {
	font-size: 2.143rem;
}

.h3,
h3 {
	font-size: 1.714rem;
}

.h4,
h4 {
	font-size: 1.286rem;
}

h1 .small,
h1 small,
.h1 .small,
.h1 small {
	font-size: 1.429rem;
	display: block;
}

h5,
.h5 {
	font-size: 1rem;
}

.font-18 {
	font-size: 1.1rem;
}

.font-16 {
	font-size: 16px;
}

/*--------------------------------------
		TYPOGRAPHY COLOR
--------------------------------------*/
.color-pink {
	color: #f32363;
}

/*---------------------------------------
		CUSTOM MARGIN
----------------------------------------*/
.mar-top-5 {
	margin-top: 5px;
}

.mar-top-10 {
	margin-top: 10px;
}

.mar-top-15 {
	margin-top: 15px;
}

.mar-top-20 {
	margin-top: 20px;
}

.mar-top-25 {
	margin-top: 25px;
}

.mar-top-30 {
	margin-top: 30px;
}

.mar-top-35 {
	margin-top: 35px;
}

.mar-top-40 {
	margin-top: 40px;
}

.mar-top-45 {
	margin-top: 45px;
}

.mar-top-50 {
	margin-top: 50px;
}

.mar-top-100 {
	margin-top: 100px;
}


/* gradient nav */
.gradient-box {
	display: inline-flex;
	align-items: center;
	padding: 0.5em 2em;
	border-radius: 50px;
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(to right, #FF6820, #FFFFFF, #046A38) border-box;
	border: 4px solid transparent;
	color: #000;
}




.hemburgermenu {
	width: 26px;
	float: left;
	position: relative;
	margin-right: 15px;
}

.menu-txt {
	width: auto;
	float: right;
	background: linear-gradient(to right, #d353a9, #a24fc0);
	background: -webkit-linear-gradient(to right, #d353a9, #a24fc0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 18px;
}

/*-----------------------------------------
		NAV MENU TOGGLE
----------------------------------------*/

#nav-icon1 {
	width: auto;
	height: 45px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin: 0 0 14px 14px;
}

#nav-icon1 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #d3531a;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
	top: 0px;
	left: auto;
	right: 0;
}

#nav-icon1 span:nth-child(2) {
	top: 7px;
}

#nav-icon1 span:nth-child(3) {
	top: 14px;
	left: auto;
	right: 0;
}

#nav-icon1.open {
	z-index: 101;
}

#nav-icon1.open span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 26px;
}

#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#nav-icon1.open span:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	width: 26px;
}

#nav-icon1 span.grad1 {
	background: #d353a9;
	/* For browsers that do not support gradients */
	background: linear-gradient(to right, #d353a9, #a24fc0);
	/* Standard syntax (must be last) */
}

#nav-icon1 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon1 .toggle1 {
	width: 18px;
}

#nav-icon1 .toggle2 {
	width: 26px;
}

#nav-icon1 .toggle3 {
	width: 12px;
}

/*-------------------------------------
		SIDEBAR MENU
-------------------------------------*/

.sidebar {
	position: fixed;
	right: -100%;
	width: 100%;
	background: #fff;
	height: 100%;
	transition: .3s ease-out;
	z-index: 100;
	top: 0;
	font-family: 'Raleway', sans-serif;
}

.sidebar.offset {
	right: 0px;
	transition: .3s ease-in;
}

.sidebar .container-fluid,
.sidebar .row,
.ebix-events-wrapper,
.ebix-events-wrapper .container-fluid,
.ebix-events-wrapper .row {
	height: 100%;
}

.sidebar .left-side-menu {
	background: #251359;
	height: 100%;
}

.sidebar .col-sm {
	padding: 80px;
}

.sidebar .left-side-menu {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
}

.sidebar .left-side-menu a {
	color: #18c599;
}

.sidebar .mid-menu {
	padding-right: 0;
}


.menu-list {
	height: 100%;
	border-right: 1px solid #dbdbdb;
	padding-right: 80px;
}

.menu-list>ul {
	padding: 0;
	margin: 0;
}

.menu-list ul>li {
	font-size: 1.5rem;
	font-weight: 800;
	list-style: none;
	line-height: 60px;
	overflow: hidden;
}

.menu-list ul>li li {
	font-size: 1rem;
	font-weight: 400;
}

.menu-list ul>li>a {
	color: #0d0d0d;
	position: relative;
}

.menu-list ul>li>ul.submenu li a {
	color: #3a13e4;
}

.menu-list li a:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 0;
	height: 2px;
	background: #000;
	transition: width 0.5s;
}

.menu-list li a:hover:before,
.menu-list li.active a:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	transition: width 0.5s;
}

.menu-list li ul.submenu a:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 0;
	height: 1px;
	background: #3a13e4;
	transition: width 0.5s;
}

.menu-list li ul.submenu a:hover:before,
.menu-list li ul.submenu li.active>a:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #3a13e4;
	transition: width 0.5s;
}

.right-side-menu .menu-list {
	padding-right: 0;
	border: none;
}

.contact-email {
	line-height: 50px;
}

.left-side-menu a {
	position: relative;
}

.left-side-menu a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 0;
	height: 2px;
	background: #18c599;
	transition: width 0.5s;
}

.left-side-menu a:hover:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #18c599;
	transition: width 0.5s;
}


/*--------------------------------------
		FLIPSTER MENU
--------------------------------------*/

.flipster__nav {
	display: none;
}

.flipster--carousel .flipster__item--past .flipster__item__content {
	transform: rotateY(0) scale(1);
}


.flipster--carousel .flipster__item--future-1 .flipster__item__content {
	transform: rotateY(0) scale(0.8);
}

.flipster--carousel .flipster__item--future-2 .flipster__item__content {
	transform: rotateY(0) scale(0.6);
}

.flipster--carousel .flipster__item {
	width: 500px;
}

.flipster--carousel .flipster__item--past,
.flipster--carousel .flipster__item--future .card:first-child {
	opacity: 0;
}

.flipster--carousel .flipster__item .card {
	width: 48.5%;
	float: left;
}

.flipster--carousel .flipster__item .card:first-child {
	margin-right: 15px;
}

.flipster--carousel .flipster__item--past-1 {
	margin-left: -375px !important;
	margin-right: 15px !important;
	opacity: 0.8;
}

.flipster--carousel .flipster__item--future-1 {
	margin-left: -185px !important;
	top: 20px;
}

.flipster--carousel .flipster__item--future-2 {
	margin-left: -185px !important;
	top: 40px;
}

img.img-mask {
	height: 100%;
	position: absolute;
	right: -10%;
	top: 0;
	z-index: 0;

}


.main_container {
	width: 100%;
	padding: 30px 80px 0 80px;
}

/*-------------------------------------
		Bootstrap Overright
-------------------------------------*/
.navbar {
	padding: 0;
}

.navbar .navbar-brand,
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link img {
	vertical-align: top;
}

/*---------------------------------------------------
		BOOTSTRAP MODAL DESIGN
---------------------------------------------------*/
.modal-content {
	border-radius: 0;
}

.modal-header .close {
	background: linear-gradient(to bottom, #d353a9, #a24fc0);
	background: -webkit-linear-gradient(to bottom, #d353a9, #a24fc0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: none;
	opacity: 1;
}

.modal-title {
	background: linear-gradient(to right, #d353a9, #a24fc0);
	background: -webkit-linear-gradient(to right, #d353a9, #a24fc0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*------------------------------------------------------
		BOOTSTRAP VERTICLE TAB DESIGN
------------------------------------------------------*/
.verticle {
	margin-top: 50%;
}

.verticle.nav-pills a {
	padding: 5px 10px;
	line-height: 48px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	position: relative;
	overflow: hidden;
}

.verticle.nav-pills a:hover { background: rgba(0, 0, 128, 0.7);
    padding: 5px 10px;
    border-radius: 15px;
    border: 2px solid transparent;
    background-image: linear-gradient(rgba(0, 0, 128, 0.7), rgba(0, 0, 128, 0.7));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: #FFFFFF !important;}
  
.verticle.nav-pills a.active { background: rgba(0, 0, 128, 0.7);
       padding: 5px 10px;
    border-radius: 15px;
    border: 2px solid transparent;
    background-image: linear-gradient(rgba(0, 0, 128, 0.7), rgba(0, 0, 128, 0.7));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: #FFFFFF !important;}



/*
.verticle.nav-pills a.active {
	background: none;
	font-weight: 500;
	color: #000;


	
}
.verticle.nav-pills a:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 0;
	background: #000;
	transition: width 0.3s;
	left: auto;
	top: 50%;
	margin-left: 20px;
}

.verticle.nav-pills a.active:after,
.verticle.nav-pills a:hover:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 80%;
	background: #000;
	transition: width 0.3s;
	left: auto;
	top: 50%;
	margin-left: 20px;
}*/

.tabbing,
.fab-year-wrapper {
	margin-top: 3%;
	position: relative;
}

.inner-tabbing {
	position: relative;
	bottom: 0;
}

.inner-tabbing .nav-tabs {
	position: absolute;
	right: 10px;
	z-index: 10;
	border: none;
	top: 10px;
}

.inner-tabbing .nav-tabs .nav-item {
	margin-right: 5px;
}

.inner-tabbing a.nav-link {
	width: 50px;
	padding: 0;
}

.inner-tabbing a.nav-link img {
	max-width: 100%;
}

/*-------------------------------------
	CAROUSEL CAPTION
--------------------------------------*/
.carousel-caption {
	left: 0;
	text-align: left;
	bottom: 0;
	padding-left: 40px;
	font-weight: 500;
	font-size: 1rem;
	font-family: 'Montserrat', sans-serif;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
}

.carousel-caption p {
	margin: 0;
}

/*--------------------------------------
	CAROUSEL ITEM
--------------------------------------*/
.carousel-item,
.carousel-inner .carousel-item img {
	border-radius: 4px;
}

.carousel-control-prev-icon {
	background-image: none;
	color: #fff;
	font-size: 30px;
}

.carousel-control-next-icon {
	background-image: none;
	color: #fff;
	font-size: 30px;
}

/*--------------------------------------
		COMMON CLASSES
--------------------------------------*/
.page-title h1,
.page-title .h1 {
	font-weight: 800;
	background: linear-gradient(to right, #d353a9, #a24fc0);
	background: -webkit-linear-gradient(to right, #d353a9, #a24fc0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.page-title small,
.page-title .small {
	background: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #121212;
	margin-top: 20px;
}

/*--------------------------------------
		CUSTOM CSS
--------------------------------------*/
.welcome-title {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
}

.welcome-title small {
	text-align: right;
	line-height: 2.857rem;
	color: #2e2e2e;
}

.feedback {
	margin-right: 18px;
}

.feedback i {
	background: linear-gradient(to right, #d353a9, #a24fc0);
	background: -webkit-linear-gradient(to right, #d353a9, #a24fc0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 26px;
	line-height: 18px;
}

/*----------------------------------------
		WELCOME CARD DESIGN
-----------------------------------------*/
.card {
	font-family: 'Raleway', sans-serif;
}

.card a {
	display: block;
	padding: 20px;
	text-decoration: none;
}

.card-icon {
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0 40px;
}

.card-icon>.icon {
	width: 85px;
	height: 85px;
	border: 1px solid #cdcdcd;
	border-radius: 50%;
	display: inline-block;
}

.card-icon [class^="icon-"],
.card-icon [class*=" icon-"] {
	font-size: 2.5rem;
	background: linear-gradient(to right, #d353a9, #a24fc0);
	background: -webkit-linear-gradient(to right, #d353a9, #a24fc0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 85px;
	transition: all .3s ease-in;
}

.card-txt {
	font-size: 1rem;
	font-weight: 400;
	color: #2e2e2e;
	margin-bottom: 15px;
	display: block;
	transition: all .3s ease-in;
	height: 22px;
}

.card-title h3 {
	background: linear-gradient(to right, #d353a9, #a24fc0);
	background: -webkit-linear-gradient(to right, #d353a9, #a24fc0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	transition: all .3s ease-in;
	font-size: 1.01rem;
}


.card:hover {
	background: linear-gradient(to bottom, #d353a9, #a24fc0);
	background: -webkit-linear-gradient(to bottom, #d353a9, #a24fc0);
	transition: all .3s ease-in;
}

.card:hover .card-icon [class^="icon-"] {
	background: #fff;
	transition: all .3s ease-in;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.card:hover .card-icon>.icon {
	border-color: #fff;
	transition: all .3s ease-in;
}

.card:hover .card-txt {
	color: #fff;
}

.card:hover .card-title h3 {
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all .3s ease-in;
}

/*----------------------------------
		EBIX EVENTS 
----------------------------------*/
.main_container_layerup {
	position: relative;
	z-index: 2;
}

.sidebar.offset~.main_container_layerup {
	z-index: auto;
}

.ebix-events-wrapper {
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 0;
	overflow: hidden;
	left: 0;
}

.ebix-events-wrapper .ebix-events {
	background: #251359;
	height: 100%;
}

.left-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.left-bottom.left-img {
	bottom: 0;
	top: auto;
}

.right-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.right-bottom.right-img {
	bottom: 0;
	top: auto;
}

.event-type {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	width: 100%;
	margin: -50% 0 0 -50%;
}

.event-type img {
	width: 100%;
}

.sidebar .event-type {
	top: 60%;
}

.content-area {
	padding: 80px 0 80px 80px;
	height: 100%;
}

/*-------------------------------------
		FAB YEARS ANIMATION
--------------------------------------*/
.fab-year-wrapper {
	height: 80%;
	width: 700px;
	margin: 3% auto;
}

.cardslider-card {
	padding: 20px;
	color: black;
	font-size: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cardslider__card {
	overflow: hidden;
}

.cardslider__card img {
	width: 100%;
}

.fab-year-caption {
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px 35px;
	color: #fff;
}

.fab-year-caption .name {
	font-size: 1.2rem;
	font-weight: 700;
}

.fab-year-caption .designation {
	font-size: 1rem;
	font-weight: 400;
}

.cardslider__nav-next,
.cardslider__nav-prev {
	border-color: #000;
	position: relative;
}

.cardslider__dots-nav {
	display: none;
}

.cardslider__direction-nav {
	bottom: 36px;
	right: 0;
}

.cardslider__nav-next {
	background-image: url(../svg/arrow-up.svg);
}

.cardslider__nav-prev {
	background-image: url(../svg/arrow-down.svg);
}

/*----------------------------------------------
		CREATIVE BAY
-------------------------------------*/
.creative-bay-wrapper,
.cognizance-wrapper {
	padding-right: 80px;
	margin-top: 3%;
	overflow-y: auto;
	height: calc(100% - 8%);
}

.cognizance-wrapper {
	height: 100%;
}

.creative-bay-wrapper .posted-by {
	line-height: 25px;
	margin-bottom: 10px;
}

.creative-bay-wrapper .posted-by .name {
	font-size: 1rem;
}

.creative-bay-wrapper .posted-by .designation {
	font-size: 0.8rem;
}

.creative-bay-wrapper .img-thumbnail {
	border: none;
	background: #cbcbcb;
	border-radius: 0;
}

.ekko-lightbox .modal-body {
	padding: 0;
}

.ekko-lightbox .modal-footer {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	border-top: none;
	justify-content: center;
}

.ekko-lightbox .modal-footer span {
	display: inline-block;
	margin: 0 5px;
	font-weight: bold;
}

/*-----------------------------------------
		COGNIZANCE THEME
-----------------------------------------*/
.cognizance-img {
	width: 600px;
	padding: 6px;
	background: #cbcbcb;
	position: relative;
	overflow: hidden;
}

.cognizance-img-right {
	float: right;
	margin: 0 0 20px 20px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-out;
}

.cognizance-title {
	text-transform: uppercase;
	color: #251359;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 25px;
}

.cognizance-title:before {
	content: "";
	height: 2px;
	width: 185px;
	background: #251359;
	margin-top: 25px;
	position: absolute;
}

.cognizance-caption {
	position: absolute;
	bottom: -100%;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	right: 0;
	padding: 20px;
	transition: all 0.5s ease-out;
	color: #fff;
}

.cognizance-caption span {
	color: #00fff0;
}

.cognizance-caption-title {
	margin-bottom: 10px;
	color: #ffea00;
}

.cognizance-caption p:last-child {
	margin-bottom: 0;
}

.cognizance-img-right:hover .cognizance-caption {
	bottom: 0;
	transition: all 0.5s ease-in;
}

/*------------------------------------------
		DESTINATION DELIGHT
------------------------------------------*/
.destination-group .posted-by {
	padding: 15px 0;
	text-align: right;
	border-top: 2px solid #555;
	margin-top: 20px;
}

/*------------------------------------------
		TECHNOLOGY-HUB
------------------------------------------*/
.technology-hub {
	text-transform: uppercase;
	color: #251359;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 25px;
}

.technology-hub:before {
	content: "";
	height: 2px;
	width: 325px;
	background: #251359;
	margin-top: 25px;
	position: absolute;

}

.poppins {
	font-family: 'Poppins';
}


.fontmenu {
	font-size: 16px;
	font-weight: 500;
}

.fontmenu .nav-item .nav-link {
	padding: 8px 15px 5px 15px;
	color: #000;
}

/* .fontmenu .active .nav-link{background: #ED0E72; color:#fff!important; padding: 7px 25px; border-radius: 20px;} */
.fontmenu .active .nav-link {
	background: rgba(0, 0, 128, 0.7);
	/* Navy with 70% opacity */
	padding: 7px 25px;
	border-radius: 20px;
	border: 2px solid transparent;
	background-image:
		linear-gradient(rgba(0, 0, 128, 0.7), rgba(0, 0, 128, 0.7));
	/* Inner background */
	background-origin: border-box;
	background-clip: padding-box, border-box;
	color: #FFFFFF !important;
	/* Ensure white text */
}




.pridifont {
	font-family: 'Pridi', serif;
}

.fontcolor1 {
	color: #FF6820;
}

.isolation-modeboxone {
	position: fixed;
	right: 2%;
	top: 10px;
	z-index: 9999;
}

.isolation-modeboxtwo {
	position: fixed;
	left: 20%;
	top: -5px;
	z-index: 9999;
}


.letterbox {
	position: absolute;
	left: 2%;
	top: 90%;
}

.isolation-mode {
	position: absolute;
	left: 15%;
	top: 20%;
}

.isolation-mode2 {
	position: absolute;
	left: 2%;
	top: 0%;
}

.momsms {
	position: absolute;
	right: 4%;
	top: 15%;
}

.icon5 {
	position: absolute;
	right: 10%;
	bottom: -80px;
}

footer {
	font-size: 16px;
	font-weight: 400;
}

.footerborder {
	border-top: #6D6D6D 1px solid;
}

.navbarinn {
	background: #ffe3fc;
	border-bottom: #FBD0F6 2px solid;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.letterboxin {
	position: absolute;
	right: 15px;
	top: -40px;
	z-index: 1;
}

.letterboxin img {
	width: 70px;
}

.promoterleft {
	border-radius: 10px 50px 0 10px;
}

.customimgbox {
	bottom: 0;
	padding: 10%;
	left: 0;
	background: #000;
	width: 100%;
	height: 155px;
}

.cstm-25px {
	margin-bottom: -25px;
}

.customimgbox2 {
	bottom: 0;
	padding: 10%;
	left: 0;
	background: #000;
	width: 100%;
	height: 185px;
}


.colorcust {
	position: relative;
	display: inline-block;
}

.colorcust img {
	height: auto;
	z-index: 1;
	float: right;
}

/* Half background overlay */
.colorcust::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45%;
	background-color: #a2dad9;
	/* Change color/opacity here */
	z-index: 1;
}

.customimgbox {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	color: white;
}



.csmt-img {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: .25rem;
	transition: all .2s ease-in-out;
	transition-behavior: normal;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	transition-property: all;
	max-width: 100%;
	height: auto;
}









.footerpd {
	padding: 20px 0 25px 0;
}

.roundednew {
	border-radius: 20px;
}

.roundednew2 {
	border-radius: 10px !important;
}

@media only screen and (max-width: 991px) {

	#navbarNav {
		background: #fff;
		padding: 15px;
		margin-top: 15px;
		border-radius: 10px;
	}

	.logo {
		width: 150px;
	}

	.formobileim {
		padding: 0 10%;
	}

	.isolation-mode {
		left: 3%;
	}

	.momsms {
		right: 4%;
		top: 0%;
	}

	.colorcust {
		background: #a2dad9;
	}

	.customimgbox {
		width: 100%;
		height: auto;
		border-radius: 0
	}

	.customimgbox2 {
		width: 100%;
		height: auto;
		border-radius: 0
	}
}


@media (min-width: 992px) and (max-width: 1100px) {

	.fontmenu {
		font-size: 14px;
		font-weight: 500;
	}

	.fontmenu .nav-item .nav-link {
		padding: 8px 7px 5px 7px;
	}

	.logo {
		width: 150px;
	}
}

@media (min-width: 1101px) and (max-width: 1252px) {

	.fontmenu {
		font-size: 16px;
		font-weight: 500;
	}

	.fontmenu .nav-item .nav-link {
		padding: 8px 10px 5px 10px;
	}

	.logo {
		width: 150px;
	}
}

.navbarinn .dropdown-item:focus,
.dropdown-item:hover {
	color: #000;
	text-decoration: none;
	background-color: #fff;
}


@media (min-width: 992px) {
	.cstm-nav {
		display: none !important;
	}
}

@media (max-width: 992px) {
	.cstm-nav-2 {
		display: none !important;
	}
}

@media (min-width: 960px) {
	.cstm-w-960 {
		width: 900px !important;
	}

}

@media (max-width: 960px) {
	.cstm-nav-w {
		width: 100%;
	}
}

 #navbarNav .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 128, 0.7);
}


/* Medium devices (≥768px) */
@media (min-width: 768px) {
	.cstm-md-height {
		height: 660px;
	}
}
@media (max-width: 991px) {
	.cstm-md-height {
		height: 800px;
	}
}
