html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1rem;
    font-family: 'Greta Arabic';
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/***************************/

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background-color: #D3CFC9;
    color: #212121;
}

p {
    color: #000000;
}

button:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
}

.scroll-adjust {
    height: 0;
    opacity: 0;
    position: absolute;
    top: -150px;
}

.pageloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/page-loader.gif) 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
    display: none;
}


/*****************/

header {
    position: relative;
    float: left;
    width: 100%;
    padding-right: 0px !important;
    z-index: 2;
    background-color: #D3CFC9;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

header.header-accel {
    top: 0px !important;
}

header.fixed-top {
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 0px 7px #e5e5e5;
}

header .navbar {
    padding: 30px 0px 30px 0px;
    justify-content: flex-end;
}

header .navbar .navbar-brand {
    width: 385px;
    margin-right: 0px;
}

header .navbar .navbar-brand img {
    float: left;
    width: 100%;
}

header .navbar .language {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #00E19F;
    padding: 5px 50px;
}

header .navbar .language li {
    display: inline-block;
    padding: 0px;
}

header .navbar .language li a {
    background-color: transparent;
    border: none;
    padding: 0px;
    font-size: 18px;
    color: #525252;
}

header .navbar .language li a:focus {
    outline: none;
}

header .navbar .language li span {
    color: #525252;
}

header .navbar .language li a.active {
    color: #000;
}

.navbar-toggler {
    /*		opacity: 0;*/
    padding-right: 0px;
}

.navbar-toggler-icon {
    background-image: url(../images/menu-icon.png);
    width: 25px;
    height: 18px;
}


/**/


/*header .navbar .navbar-collapse{

	margin-left: 175px;

}*/

header .navbar .navbar-collapse {
    margin-left: 150px;
}

header .navbar .navbar-collapse li {
    display: inline-block;
    float: left;
    padding: 5px 0px;
    border: 2px solid transparent;
}

header .navbar .navbar-collapse li.active,
header .navbar .navbar-collapse li:hover {
    border: 2px solid #00E19F;
}

header .navbar .navbar-collapse li .nav-link {
    font-size: 12px;
    line-height: 12px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    /*font-family: 'Freigeist Variable Test';*/
    font-family: 'Roboto', sans-serif;
    padding: 0px 12px;
    border-right: 1px solid #000;
    margin-right: -1px;
}
header .navbar .navbar-collapse .navbar-nav-ar li .nav-link {
    border-right:0;
    border-left: 1px solid #000;
}

header .navbar .navbar-collapse li:last-child .nav-link {
    border: none;
}

header .navbar .dropdown-toggle::after {
    display: none;
}

header .navbar .navbar-collapse li.dropdown.show .dropdown-menu,
header .navbar .navbar-collapse li.dropdown .dropdown-menu.show {
    display: block;
    border: 1px solid #00E19F;
    border-radius: 0px;
    margin-left: -2px;
    background-color: rgb(255 255 255 / 90%);
    padding: 5px 15px;
    min-width: 190px;
}

header .navbar .navbar-collapse li.dropdown .dropdown-menu li {
    width: 100%;
    padding: 0px;
    border: 2px solid transparent;
}

header .navbar .navbar-collapse li.dropdown .dropdown-menu li a {
    font-size: 12px;
    line-height: 12px;
    font-family: 'Roboto', sans-serif;
    padding: 3px 0px;
    border-bottom: 2px solid transparent;
}

header .navbar .navbar-collapse li.dropdown .dropdown-menu li.active a,
header .navbar .navbar-collapse li.dropdown .dropdown-menu li:hover a {
    border-bottom: 2px solid #00E19F;
    background-color: transparent;
    font-weight: 600;
}


/**/

header .srch {
    position: absolute;
    height: 25px;
    width: calc(100% / 6);
    min-width: 225px;
    bottom: 0px;
    right: 1px;
    border: 2px solid #00E19F;
    border-bottom: 0px;
    z-index: 1;
}

header .srch input {
    position: relative;
    float: left;
    width: 100%;
    height: 21px;
    border: 0;
    background-color: transparent;
    font-size: 12px;
    padding: 5px 10px;
    padding-right: 30px;
}

header .srch input:focus {
    outline: none;
}

header .srch .srch-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 21px;
    font-size: 13px;
    line-height: 13px;
    color: #00E19F;
    border-left: 1px solid #00E19F;
    text-align: center;
    padding: 0px;
}


/**/

section.banner {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
}

section.banner .lft {
    position: relative;
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #00E19F;
}

section.banner .lft:before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 35%;
    padding-top: 35%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

section.banner .lft h2 {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    font-size: 70px;
    font-weight: 600;
    color: #00E19F;
    text-align: right;
}

section.banner .lft h2 span {
    clear: both;
    width: 100%;
    -webkit-animation-fill-mode: inherit;
    animation-fill-mode: inherit;
}

section.banner .lft h2 span.span1 {
    --animate-delay: 0.1s;
    animation-duration: 1s !important;
    /* don't forget to set a duration! */
}

section.banner .lft h2 span.span2 {
    --animate-delay: 0.15s;
    animation-duration: 1.5s !important;
    /* don't forget to set a duration! */
}

section.banner .lft h2 span.span3 {
    --animate-delay: 0.2s;
    animation-duration: 2s !important;
    /* don't forget to set a duration! */
}

section.banner .lft h2 span.span4 {
    --animate-delay: 0.25s;
    animation-duration: 2.5s !important;
    /* don't forget to set a duration! */
}

section.banner .lft h2 span.span5 {
    --animate-delay: 0.3s;
    animation-duration: 3s !important;
    /* don't forget to set a duration! */
}

section.banner .lft h2 span.span6 {
    --animate-delay: 0.35s;
    animation-duration: 3.5s !important;
    /* don't forget to set a duration! */
}

section.banner .lft h2 span.span7 {
    --animate-delay: 0.4s;
    animation-duration: 4s !important;
    /* don't forget to set a duration! */
}

section.banner .lft h2 span.span8 {
    --animate-delay: 0.45s;
    animation-duration: 4.5s !important;
    /* don't forget to set a duration! */
}

section.banner .rgt {
    position: relative;
    float: left;
    width: 50%;
}

section.banner .rgt .top {
    position: relative;
    float: left;
    width: 100%;
}

section.banner .rgt .top img {
    float: left;
    width: 100%;
}

section.banner .rgt .mid {
    position: relative;
    float: left;
    width: 100%;
}

section.banner .rgt .mid figure {
    position: absolute;
    width: 33.25%;
    top: 0;
    bottom: 0;
    background-size: 100%;
    background-repeat: repeat-y;
}

section.banner .rgt .mid figure:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
    padding-top: 50%;
    background-image: url(../images/bancut6.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

section.banner .rgt .mid figure img {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

section.banner .rgt .mid .cntnt {
    position: relative;
    float: left;
    width: 66.75%;
    min-height: 308px;
    background-size: 100%;
    background-position: 0 calc(100% + 1px);
    background-repeat: repeat-y;
    padding: 10px;
}

section.banner .rgt .mid .cntnt:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
    padding-top: 50%;
    background-image: url(../images/bancut4.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

section.banner .rgt .mid .cntnt h3 {
    position: absolute;
    top: -56px;
    font-size: 70px;
    line-height: 70px;
    color: #000;
    font-weight: 600;
}

section.banner .rgt .mid .cntnt p {
    z-index: 1;
}

section.banner .rgt .bot {
    position: relative;
    float: left;
    width: 100%;
}

section.banner .rgt .bot img {
    float: left;
    width: 100%;
}


/**/

footer {
    /*	display: flex;*/
    position: relative;
    float: left;
    width: 100%;
    background-color: #000;
    border: 1px solid #00E19F;
    border-top: none;
    overflow: hidden;
}

footer .addrs {
    position: relative;
    width: 390px;
    height: 100%;
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
}

footer .addrs:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 125%;
    background-position: top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

footer .addrs ul li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

footer .addrs ul li p {
    color: #fff;
    margin-bottom: 40px;
    line-height: 20px;
}

footer .addrs ul li a {
    color: #fff;
}

footer .footone {
    position: relative;
    width: calc(100% - 770px);
    padding-top: 20px;
}

footer .footone .newslet {
    position: relative;
    float: left;
    width: 100%;
}

footer .footone h3 {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}

footer .footone h3 span {
    color: #00E19F;
    font-weight: 500;
    width: 100%;
    float: left;
}

footer .footone .form-box {
    position: relative;
    width: 90%;
    max-width: 280px;
    margin-top: 15px;
    margin-bottom: 50px;
    border: 2px solid #00E19F;
}

footer .footone .form-box input {
    width: 100%;
    height: 25px;
    padding-right: 70px;
    background-color: #000000;
    color: #fff;
    border: none;
    text-align: left;
    padding: 7px;
    font-size: 11px;
}

footer .footone .form-box .btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000000;
    width: 70px;
    height: 25px;
    border-radius: 0px;
    color: #00E19F;
    border-left: 1px solid #00E19F;
    font-size: 11px;
    text-align: center;
}

footer .footone .form-box .btn:hover {
    background-color: #00E19F;
    color: #000;
}

footer .footone .social {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

footer .footone .social ul {
    margin-top: 10px;
}

footer .footone .social ul li {
    display: inline-block;
    float: left;
    margin-right: 18px;
}

footer .footone .social ul li:last-child {
    margin-right: 0px;
}

footer .footone .social ul li a {
    display: block;
    float: left;
    line-height: 18px;
    color: #fff;
}

footer .footone h6 {
    width: 100%;
    color: #fff;
    font-size: 12px;
}

footer .footone .social ul li a img {
    width: 18px;
}

footer .footone .social ul li a:hover img {
    opacity: 0.9;
}

footer .foottwo {
    position: relative;
    float: left;
    width: calc(380px);
    padding-top: 20px;
}

footer .foottwo .hackat-sec {
    position: relative;
    width: calc(100% - 40px);
    margin-top: 28px;
    margin-bottom: 50px;
    opacity: 0;
    /*display none below 768*/
}

footer .foottwo .hackat-sec h3 {
    font-size: 24px;
    line-height: 28px;
    color: #00E19F;
    font-weight: 500;
    width: 100%;
}

footer .foottwo .hackat-sec .btn {
    background-color: #000000;
    width: 90px;
    height: 29px;
    border-radius: 0px;
    color: #00E19F;
    border: 2px solid #00E19F;
    font-size: 11px;
    text-align: center;
    margin-top: 15px;
}

footer .foottwo ul {
    position: relative;
    width: calc(100% - 40px);
}

footer .foottwo ul li {
    display: inline-block;
    float: left;
    width: 50%;
}

footer .foottwo ul li:first-child {
    border-right: 1px solid #fff;
    padding-right: 10%;
}

footer .foottwo ul li:last-child {
    padding-left: 10%;
}

footer .foottwo ul li img {
    width: 100%;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 75%);
    z-index: 99999;
}

.popup .dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 100%;
    max-width: 350px;
    padding: 30px;
    border-radius: 3px;
}

.popup .dialog p {
    color: #000;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
}

.popup .dialog p em {
    color: #00E19F;
    font-size: 36px;
    line-height: 50px;
}

.popup .dialog .popclose {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 34px;
    height: 34px;
    padding: 10px;
    cursor: pointer;
}

.popup .dialog .popclose img {
    width: 100%;
}


/**/

#email_error {
    color: #ea0505;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
}


/**/

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
    unicode-bidi: bidi-override;
}


/**/


/*section.acceler{

	position: relative;

	float: left;

	width: 100%;

	background-position: center;

	background-repeat: no-repeat;

	background-size: cover;

	padding: 25px;

	text-align: center;

	border: 1px solid #00E19F;

	border-top: 0px;
}

section.acceler span.border-around{

	position: relative;

	float: left;

	width: 100%;

	border: 1px solid #00E19F;

	padding: 30px 0px;
}

section.acceler h2{

	font-size: 40px;

	line-height: 55px;

	font-weight: 700;

	max-width: 500px;

	color: #00E19F;

	margin: 0 auto;

	z-index: 1;

		--animate-delay: 0.5s;
	animation-duration: 2s;
}

section.acceler .aply-now{

    background-color: #00E19F;

    width: 110px;

    height: 34px;

    border-radius: 0px;

    color: #000;

    border: 2px solid #00E19F;

    font-size: 13px;

    text-align: center;

    margin-top: 15px;

    font-weight: 600;
}*/


/**/

.accel-head {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    background-color: #682691;
    padding: 10px 15px;
}

.accel-head ul {
    text-align: center;
}

.accel-head ul li {
    display: inline-block;
    vertical-align: middle;
}

.accel-head ul li h2 {
    color: #00E19F;
    font-size: 24px;
    line-height: 25px;
    font-weight: 500;
}

.accel-head ul li .apply-btn {
    position: relative;
    float: left;
    width: 110px;
    height: 25px;
    background-image: url(../images/acceler-btn.png);
    background-color: transparent;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    line-height: 25px;
    text-align: left;
    padding: 0px;
    padding-left: 12px;
    box-shadow: none;
    border: none;
    margin-left: 30px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}


/**/

section.prgms-slisec {
    position: relative;
    float: left;
    width: 100%;
    border-left: 1px solid #00E19F;
    border-right: 1px solid #00E19F;
    /*	border-bottom: 1px solid #00E19F;*/
}

section.prgms-slisec .item {
    position: relative;
    float: left;
    width: 100%;
    height: 425px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.prgms-slisec .owl-dots {
    display: none;
}

section.prgms-slisec .owl-nav {
    position: absolute;
    top: 100px;
    left: 30px;
    right: 30px;
    z-index: 1;
}

.owl-nav {
    margin-top: 0px !important;
}

.owl-nav button {
    float: left;
    width: 40px;
    height: 40px;
    background-color: transparent !important;
    margin: 0px !important;
    border-radius: 0px !important;
}

.owl-nav button.owl-next {
    float: right;
}

.owl-nav button span {
    float: left;
    color: transparent;
    width: 100%;
    height: 100%;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

section.event-sec .rgt .rgt-inn .evnts-carousel .owl-nav {
    display: block !important;
}

.owl-nav button.owl-prev span {
    background-image: url(/assets/scale7/images/lft-arrow-wt.png) !important;
}

.owl-nav button.owl-next span {
    background-image: url(/assets/scale7/images/rgt-arrow-wt.png) !important;
}

.owl-nav button.owl-prev:hover span {
    background-image: url(/assets/scale7/images/lft-arrow-gn.png) !important;
}

.owl-nav button.owl-next:hover span {
    background-image: url(/assets/scale7/images/rgt-arrow-gn.png) !important;
}

section.prgms-slisec .item .cntnt {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0px;
    max-width: 850px;
}

section.prgms-slisec .item .cntnt figure {
    position: relative;
    float: left;
    width: 30%;
}

section.prgms-slisec .item .cntnt figure img {
    width: 100%;
}

section.prgms-slisec .item .cntnt .cntnt-inn {
    position: relative;
    float: left;
    width: 70%;
    background-color: #fff;
    border: 1px solid #00E19F;
    border-left: 0px;
    border-right: 0px;
}

section.prgms-slisec .item .cntnt .cntnt-inn span.head {
    position: relative;
    float: left;
    width: 100%;
    height: 25%;
    border-bottom: 1px solid #00E19F;
}

section.prgms-slisec .item .cntnt .cntnt-inn span.head h4 {
    position: absolute;
    font-size: 24px;
    color: #00E19F;
    bottom: 10px;
}

section.prgms-slisec .item .cntnt .cntnt-inn span.cntr {
    position: relative;
    float: left;
    width: 100%;
    /*height: 75%;*/
    height: 50%;
    border-bottom: 1px solid #00E19F;
    padding: 9px 25px;
    overflow-y: auto;
}

section.prgms-slisec .item .cntnt .cntnt-inn span.btnarea {
    /*display: none;*/
    position: relative;
    float: left;
    width: 100%;
    height: 25%;
}

section.prgms-slisec .item .cntnt .cntnt-inn span.btnarea:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    right: 17px;
    height: 9px;
    background-color: #fff;
}

section.prgms-slisec .item .cntnt .cntnt-inn span.btnarea .prgms-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 200px;
    bottom: 0px;
    background-color: #00E19F;
    color: #000;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

section.prgms-slisec .item .cntnt .cntnt-inn span.btnarea .prgms-btn em {
    font-size: 20px;
    line-height: 18px;
    vertical-align: middle;
    margin-left: 5px;
}


/**/

section.event-sec {
    display: flex;
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid #00E19F;
    border-bottom: 1px solid #00E19F;
}

section.event-sec .lft {
    position: relative;
    float: left;
    width: calc(calc(100% / 6) * 2);
}

section.event-sec .lft img {
    float: left;
    width: 100%;
}

section.event-sec .rgt {
    position: relative;
    float: left;
    width: calc(calc(100% / 6) * 4);
    background-color: #fff;
    /*	border: 1px solid #00E19F;

	border-bottom: 2px solid #00E19F;*/
}

section.event-sec .rgt .rgt-inn {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

section.event-sec .rgt .rgt-inn .evnts-carousel {
    position: relative;
    float: none;
    width: calc(100% - 100px);
    margin: 0 auto;
}

section.event-sec .rgt .rgt-inn .evnts-carousel .owl-dots {
    display: none;
}

section.event-sec .rgt .rgt-inn .evnts-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
    right: -45px;
    z-index: 1;
}

section.event-sec .owl-nav button.owl-prev span {
    background-image: url(/assets/scale7/images/lft-arrow-gn.png) !important;
}

section.event-sec .owl-nav button.owl-next span {
    background-image: url(/assets/scale7/images/rgt-arrow-gn.png) !important;
}

section.event-sec .owl-stage-outer {
    z-index: 2;
}

section.event-sec .rgt .rgt-inn .item {
    text-align: center;
}

section.event-sec .rgt .rgt-inn .item h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 7px;
}

section.event-sec .rgt .rgt-inn .item h6 {
    font-size: 14px;
    color: #00E19F;
}


/**/

section.team-sec {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #00E19F;
}

section.team-sec .row {
    margin-right: 0px;
    margin-left: 0px;
}

section.team-sec .one {
    position: relative;
    float: left;
    width: calc(calc(100% / 6) * 2);
    background-color: #1d1d1b;
}

section.team-sec .two,
section.team-sec .three,
section.team-sec .four,
section.team-sec .five,
section.team-sec .six,
section.team-sec .seven,
section.team-sec .eight,
section.team-sec .nine,
section.team-sec .ten,
section.team-sec .eleven {
    position: relative;
    float: left;
    width: calc(calc(100% / 6) * 1);
    border: 1px solid #00E19F;
}

section.team-sec .blank {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 100%;
}

section.team-sec img {
    float: left;
    width: 100%;
}

section.team-sec .dtls {
    position: absolute;
    width: 100%;
    border-top: 1px solid #00E19F;
    padding: 4% 12px;
    z-index: 1;
}

section.team-sec .dtls h5 {
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    color: #000;
}

section.team-sec .dtls h6 {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    margin-top: 2px;
    color: #000;
}

section.team-sec .two:before {
    content: "";
    position: absolute;
    left: 0;
    right: -2px;
    top: -2px;
    bottom: -2px;
    background-image: url(../images/t-back-two.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

section.team-sec .two .dtls {
    text-align: left;
    right: -100%;
    top: calc(calc(calc(100% / 8) * 1) - 1px);
}

section.team-sec .five:before {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    top: 0px;
    bottom: calc(100% / 8);
    background-image: url(../images/t-back-five.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

section.team-sec .five .dtls {
    text-align: right;
    left: -100%;
    top: calc(calc(calc(100% / 8) * 6) - 2px);
}

section.team-sec .seven:before {
    content: "";
    position: absolute;
    left: 0;
    right: -2px;
    top: -2px;
    bottom: -2px;
    background-image: url(../images/t-back-seven.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

section.team-sec .seven .dtls {
    text-align: left;
    right: -100%;
    top: calc(calc(calc(100% / 8) * 2) - 1px);
}

section.team-sec .nine:before {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    top: 0px;
    bottom: calc(100% / 8);
    background-image: url(../images/t-back-five.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

section.team-sec .nine .dtls {
    text-align: right;
    left: -100%;
    top: calc(calc(calc(100% / 8) * 6) - 1px);
}

section.team-sec .ten:before {
    content: "";
    position: absolute;
    left: 0;
    right: -2px;
    top: -2px;
    bottom: -2px;
    background-image: url(../images/t-back-ten.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

section.team-sec .ten .dtls {
    text-align: left;
    right: -100%;
    top: calc(calc(calc(100% / 8) * 4) - 1px);
}


/**/

section.serv-sec {
    position: relative;
    float: left;
    width: 100%;
}

section.serv-sec .hd-sec {
    display: flex;
    position: relative;
    float: left;
    width: 100%;
    height: 135px;
    background-color: #1d1d1b;
    border: 2px solid #00E19F;
    border-top: 0px;
}

section.serv-sec .hd-sec .lft {
    position: relative;
    float: left;
    width: calc(calc(100% / 6) * 2);
    border-right: 2px solid #00E19F;
}

section.serv-sec .hd-sec .lft:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 100%;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: 1;
}

section.serv-sec .hd-sec .lft:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url(../images/servhd-bg-line.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 1;
}


/*section.serv-sec .hd-sec .lft:before{

	content: "";

	position: absolute;

	bottom: -2px;

	left: 0;

	right: 0;

	height: 22%;

	background-image: url(../images/servhd-bg.png);

    background-position: bottom;

    background-size: contain;

    background-repeat: no-repeat;

    z-index: 1;
}

section.serv-sec .hd-sec .lft h2{

	position: absolute;

	right: -2px;

    bottom: 22%;

    font-size: 70px;

    line-height: 47px;

    color: #00E19F;

    font-weight: 600;

    text-align: right;
}

section.serv-sec .hd-sec .lft h2 span{

	float: right;

	width: 100%;
}

*/

section.serv-sec .hd-sec .rgt {
    position: relative;
    float: left;
    width: calc(calc(100% / 6) * 4);
}

section.serv-sec .hd-sec .rgt ul {
    display: flex;
    position: absolute;
    left: -2px;
    right: 0;
    height: 100%;
}

section.serv-sec .hd-sec .rgt ul li {
    display: inline-block;
    position: relative;
    /*	width: 20%;*/
    width: 25%;
    height: 100%;
}

section.serv-sec .hd-sec .rgt ul li.active,
section.serv-sec .hd-sec .rgt ul li:hover {
    background-image: url(../images/serv-active.png);
    background-size: 100%;
    background-repeat: repeat-y;
}

section.serv-sec .hd-sec .rgt ul li.active:after,
section.serv-sec .hd-sec .rgt ul li:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../images/down.png);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}

section.serv-sec .hd-sec .rgt ul li a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 18px 0px;
}

section.serv-sec .hd-sec .rgt ul li.active a,
section.serv-sec .hd-sec .rgt ul li:hover a {
    color: #00E19F;
    background-image: url(../images/serv-active-inn.png);
    background-size: 100% 100%;
    background-repeat: repeat-x;
}

section.serv-sec .bot-sec {
    position: relative;
    float: left;
    width: 100%;
    border-left: 1px solid #00E19F;
    border-right: 1px solid #00E19F;
    /*	border-bottom: 1px solid #00E19F;*/
}

section.serv-sec .bot-sec .item {
    position: relative;
    float: left;
    width: 100%;
    height: 425px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.serv-sec .bot-sec .owl-dots {
    display: none;
}

section.serv-sec .bot-sec .owl-nav {
    position: absolute;
    top: 100px;
    left: 30px;
    right: 30px;
    z-index: 1;
}


/*section.serv-sec .bot-sec .item .cntnt{

	position: absolute;

	left: 0;

	bottom: 0px;

	max-width: 600px;
}

section.serv-sec .bot-sec .item .cntnt .cntnt-inn{

	position: relative;

	float: left;

	width: 100%;

	background-color: #fff;

	border: 1px solid #00E19F;

	border-left: 0px;

	border-right: 0px;

	border-bottom: 0px;

}

section.serv-sec .bot-sec .item .cntnt .cntnt-inn span.head{

	position: relative;

	float: left;

	width: 100%;

	height: 60px;

	border-bottom: 1px solid #00E19F;
}

section.serv-sec .bot-sec .item .cntnt .cntnt-inn span.head h4{

	position: absolute;

	font-size: 24px;

	color: #00E19F;

	left: 25px;

	bottom: 10px;
}

section.serv-sec .bot-sec .item .cntnt .cntnt-inn span.cntr{

	position: relative;

	float: left;

	width: 100%;

	height: 50%;

	border-bottom: 1px solid #00E19F;

	padding: 10px 25px;
}

section.serv-sec .bot-sec .item .cntnt .cntnt-inn span.btnarea{

	position: relative;

	float: left;

	width: 100%;

	height: 60px;
}

section.serv-sec .bot-sec .item .cntnt .cntnt-inn span.btnarea .prgms-btn{

	position: absolute;

	right: 0px;

	top: 0px;

	width: 200px;

	bottom: 0px;

	background-color: #00E19F;

	color: #000;

	font-size: 13px;

    text-align: center;

    font-weight: 600;
}

section.serv-sec .bot-sec .item .cntnt .cntnt-inn span.btnarea .prgms-btn em{

	font-size: 20px;

	line-height: 18px;

	vertical-align: middle;

	margin-left: 5px;
}*/

section.serv-sec .item .cntnt {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0px;
    max-width: 850px;
}

section.serv-sec .item .cntnt figure {
    position: relative;
    float: left;
    width: 30%;
}

section.serv-sec .item .cntnt figure img {
    width: 100%;
}

section.serv-sec .item .cntnt .cntnt-inn {
    position: relative;
    float: left;
    width: 70%;
    background-color: #fff;
    border: 1px solid #00E19F;
    border-left: 0px;
    border-right: 0px;
}

section.serv-sec .item .cntnt .cntnt-inn span.head {
    position: relative;
    float: left;
    width: 100%;
    height: 25%;
    border-bottom: 1px solid #00E19F;
}

section.serv-sec .item .cntnt .cntnt-inn span.head h4 {
    position: absolute;
    font-size: 24px;
    color: #00E19F;
    bottom: 10px;
}

section.serv-sec .item .cntnt .cntnt-inn span.cntr {
    position: relative;
    float: left;
    width: 100%;
    height: 75%;
    /*border-bottom: 1px solid #00E19F;*/
    padding: 9px 25px;
    overflow-y: auto;
}

section.serv-sec .item .cntnt .cntnt-inn span.btnarea {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    height: 25%;
}

section.serv-sec .item .cntnt .cntnt-inn span.btnarea:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    right: 17px;
    height: 9px;
    background-color: #fff;
}

section.serv-sec .item .cntnt .cntnt-inn span.btnarea .prgms-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 200px;
    bottom: 0px;
    background-color: #00E19F;
    color: #000;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

section.serv-sec .item .cntnt .cntnt-inn span.btnarea .prgms-btn em {
    font-size: 20px;
    line-height: 18px;
    vertical-align: middle;
    margin-left: 5px;
}


/**/

section.prtnrs-sec {
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
    border: 1px solid #00E19F;
    border-bottom: 2px solid #00E19F;
    overflow: hidden;
}

section.prtnrs-sec .prtnrs-hd {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(calc(100% / 3) * 1);
    height: 100%;
    /*	-ms-flex-order: 2;
    order: 2;*/
}

section.prtnrs-sec .prtnrs-hd:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0%;
    height: 100%;
    background-position: center;
    background-size: 100%;
}

section.prtnrs-sec .prtnrs-hd img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

section.prtnrs-sec .cntnt {
    position: relative;
    float: right;
    width: calc(calc(100% / 3) * 2);
    padding: 50px 1px;
    height: 100%;
    -ms-flex-order: 1;
    order: 1;
}

section.prtnrs-sec .cntnt .prtnrs-carousel {
    position: relative;
    float: left;
    width: 100%;
}

section.prtnrs-sec .cntnt .prtnrs-carousel:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: -1px;
    width: 3px;
    background-color: #fff;
    z-index: 1;
}

section.prtnrs-sec .cntnt .prtnrs-carousel:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    right: -1px;
    width: 3px;
    background-color: #fff;
    z-index: 1;
}

section.prtnrs-sec .cntnt .prtnrs-carousel .item {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px 40px;
    border-right: 2px solid #1d1d1b;
}

section.prtnrs-sec .cntnt .prtnrs-carousel .item figure {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 40%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

section.prtnrs-sec .cntnt .prtnrs-carousel .owl-dots,
section.prtnrs-sec .cntnt .prtnrs-carousel .owl-nav {
    display: none;
}


/**/

.accelerprgm {
    position: relative;
    float: left;
    width: 100%;
    height: 90vh;
    min-height: 1000px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.accelerprgm .acceler-inn {
    position: absolute;
    top: 200px;
    width: 100%;
}

.accelerprgm .acceler-inn .acceler-pop {
    position: relative;
    float: none;
    width: 400px;
    height: 377px;
    margin: 0 auto;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border: 1px solid #00E19F;
    box-shadow: 30px 30px 30px #461267;
}

.accelerprgm .acceler-inn .acceler-pop .btn {
    padding: 0px;
    box-shadow: none;
    background-color: transparent;
    border: none;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.accelerprgm .acceler-inn .acceler-pop .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px;
    background-image: url(../images/acceler-close.png);
}

.accelerprgm .acceler-inn .acceler-pop .apply-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 110px;
    height: 25px;
    background-image: url(../images/acceler-btn.png);
    line-height: 25px;
    text-align: left;
    padding-left: 12px;
}


/**************************************************/

@media (min-width: 0px) and (max-width: 470px) {
    .accelerprgm .acceler-inn .acceler-pop {
        width: 300px;
        height: 283px;
    }
    .accelerprgm .acceler-inn .acceler-pop .apply-btn {
        right: 10px;
        bottom: 20px;
        width: 90px;
        height: 21px;
        line-height: 21px;
        font-size: 10px;
    }
}


/**/

.accel-head.incub-head {
    background-color: #f0db49;
}

.accel-head.incub-head ul li h2 {
    color: #000;
}

.accel-head.incub-head ul li .apply-btn {
    background-image: url(../images/incub-btn.png);
    color: #fff;
}

.accelerprgm.incubpgrm .acceler-inn .acceler-pop {
    box-shadow: 30px 30px 30px rgb(47 47 47 / 20%);
    border: none;
}

.accelerprgm.incubpgrm .acceler-inn .acceler-pop .close-btn {
    background-image: url(../images/incub-close.png);
}

.accelerprgm.incubpgrm .acceler-inn .acceler-pop .apply-btn {
    background-image: url(../images/incub-btn.png);
    color: #fff;
}


/**************blog**************/

section.blog-banner {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
    border-top: 1px solid #00E19F;
}

section.blog-banner .lft {
    position: relative;
    float: left;
    width: 50%;
}

section.blog-banner .lft img {
    float: left;
    width: 100%;
}

section.blog-banner .rgt {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #00E19F;
    border-top: 1px solid #00E19F;
    border-left: 1px solid #00E19F;
}


/**/

section.blog-categ {
    position: relative;
    float: left;
    width: 100%;
}

section.blog-categ .hd-sec {
    display: flex;
    position: relative;
    float: left;
    width: 100%;
    height: 135px;
    background-color: #1d1d1b;
    border: 2px solid #00E19F;
    border-top: 0px;
}

section.blog-categ .hd-sec .lft {
    position: relative;
    float: left;
    width: calc(calc(100% / 8) * 2);
    border-right: 2px solid #00E19F;
}

section.blog-categ .hd-sec .lft:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url(../images/blogcateg-bg.png);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: 1;
}

section.blog-categ .hd-sec .lft:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url(../images/servhd-bg-line.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 1;
}

section.blog-categ .hd-sec .rgt {
    position: relative;
    float: left;
    width: calc(calc(100% / 8) * 6);
}

section.blog-categ .hd-sec .rgt ul {
    display: flex;
    position: absolute;
    left: -2px;
    right: 0;
    height: 100%;
}

section.blog-categ .hd-sec .rgt ul li {
    display: inline-block;
    position: relative;
    width: calc(100% / 6);
    height: 100%;
}

section.blog-categ .hd-sec .rgt ul li.active,
section.blog-categ .hd-sec .rgt ul li:hover {
    background-image: url(../images/serv-active.png);
    background-size: 100%;
    background-repeat: repeat-y;
}

section.blog-categ .hd-sec .rgt ul li.active:after,
section.blog-categ .hd-sec .rgt ul li:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../images/down.png);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}

section.blog-categ .hd-sec .rgt ul li a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 18px 0px;
}

section.blog-categ .hd-sec .rgt ul li.active a,
section.blog-categ .hd-sec .rgt ul li:hover a {
    color: #00E19F;
    background-image: url(../images/serv-active-inn.png);
    background-size: 100% 100%;
    background-repeat: repeat-x;
}

section.blog-categ .bot-sec {
    position: relative;
    float: left;
    width: 100%;
    border-left: 1px solid #00E19F;
    border-right: 1px solid #00E19F;
    /*	border-bottom: 1px solid #00E19F;*/
}

section.blog-categ .bot-sec .item {
    position: relative;
    float: left;
    width: 100%;
    height: 425px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.blog-categ .bot-sec .owl-dots {
    display: none;
}

section.blog-categ .bot-sec .owl-nav {
    display: none;
    position: absolute;
    top: 100px;
    left: 30px;
    right: 30px;
    z-index: 1;
}

section.blog-categ .item .cntnt {
    position: absolute;
    left: 0;
    bottom: 0px;
    max-width: 850px;
    padding: 20px 30px;
}

section.blog-categ .item .cntnt h4 {
    float: left;
    width: 100%;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

section.blog-categ .item .cntnt p {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
}

section.blog-categ .item .cntnt .btn {
    background-color: #00E19F;
    padding: 25px 60px;
    padding-right: 100px;
    color: #000;
    font-size: 16px;
    text-align: left;
    background-image: url(../images/play.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 40px);
    margin-top: 30px;
}


/**/

.blog-card {
    display: inline-block;
    width: 100%;
}

.feturd-blog {
    position: relative;
    float: left;
    width: 100%;
    background-color: #1d1d1b;
    border-top: 2px solid #00E19F;
    padding-top: 20px;
}

.feturd-blog .row {
    margin-left: -10px;
    margin-right: -10px;
}

.feturd-blog .row .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.card-coloumns {
    float: left;
    width: 100%;
}

.feturd-blog .card {
    float: left;
    border: 2px solid #00E19F;
    margin-bottom: 20px;
}

.feturd-blog .card .fig-box {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 40%;
    overflow: hidden;
}

.feturd-blog .card .fig-box figure {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.feturd-blog .card figcaption {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px;
    border-bottom: 2px solid #00E19F;
}

.feturd-blog .card figcaption h4 {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.feturd-blog .card figcaption p {}

.feturd-blog .card ul {
    display: flex;
    float: left;
    position: relative;
    width: 100%;
}

.feturd-blog .card ul li {
    display: inline-flex;
    width: 100%;
}

.feturd-blog .card ul li:first-child {
    width: calc(100% - 200px);
}

.feturd-blog .card ul li:last-child {
    width: 200px;
}

.feturd-blog .card ul li p {
    padding: 25px 30px;
}

.feturd-blog .card ul li .btn {
    float: right;
    width: 100%;
    background-color: #00E19F;
    padding: 25px 60px;
    padding-right: 100px;
    color: #000;
    font-size: 16px;
    text-align: left;
    background-image: url(../images/play.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 40px);
}


/**/

.other-blogs {
    position: relative;
    float: left;
    width: 100%;
    background-color: #1d1d1b;
    padding-bottom: 70px;
    column-gap: 20px;
}

.other-blogs .card {
    border: 2px solid #00E19F;
}

.other-blogs .fig-box,
.other-blogs .fig-box figure {
    position: relative;
    float: left;
    width: 100%;
}

.other-blogs .fig-box {
    border-bottom: 2px solid #00E19F;
}

.other-blogs .fig-box figure img {
    float: left;
    width: 100%;
}

.other-blogs .card figcaption {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px;
    border-bottom: 2px solid #00E19F;
}

.other-blogs .card figcaption h4 {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.other-blogs .card figcaption p {}

.other-blogs .card ul {
    display: flex;
    float: left;
    position: relative;
    width: 100%;
}

.other-blogs .card ul li {
    display: inline-flex;
    width: 100%;
}

.other-blogs .card ul li:first-child {
    width: calc(100% - 150px);
}

.other-blogs .card ul li:last-child {
    width: 150px;
}

.other-blogs .card ul li p {
    padding: 25px 30px;
}

.other-blogs .card ul li .btn {
    float: right;
    width: 100%;
    background-color: #00E19F;
    padding: 25px 30px;
    padding-right: 50px;
    color: #000;
    font-size: 16px;
    text-align: left;
    background-image: url(../images/play.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 30px);
}


/**/

.ceo-msg {
    position: relative;
    float: left;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    border: 1px solid #00E19F;
}

.ceo-msg .top {
    position: relative;
    float: left;
    width: 100%;
}

.ceo-msg .top h3 {
    position: absolute;
    bottom: 0px;
    padding: 12px 20px;
    background-color: #00E19F;
    color: #000;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

.ceo-msg .top .rgt {
    position: relative;
    width: calc(calc(calc(100% / 6) * 2) + 2px);
    margin-top: -2px;
    margin-bottom: -2px;
}

.ceo-msg .top .rgt img {
    float: left;
    width: 100%;
}

.ceo-msg .btm {
    position: relative;
    float: left;
    width: 100%;
    border-top: 2px solid #00E19F;
}

.ceo-msg .btm .btm-inn {
    position: relative;
    width: calc(calc(100% / 6) * 4);
    background-color: #d3cfc9;
    border-right: 2px solid #00E19F;
}

.ceo-msg .btm .btm-inn h4 {
    padding: 20px 20px;
    color: #000;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

.ceo-msg .btm .column {
    position: relative;
    float: left;
    width: 100%;
    column-count: 2;
    column-gap: 30px;
    padding: 30px 20px;
    border-top: 2px solid #00E19F;
}

.ceo-msg .btm .column p {
    margin-bottom: 30px;
}

.ceo-msg .btm .column p strong {
    font-weight: 600;
}


/*******/

section.about-pge {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
}

section.about-pge .lft {
    position: relative;
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #00E19F;
}

section.about-pge .lft img {
    float: left;
    width: 100%;
}

section.about-pge .rgt {
    position: relative;
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #00E19F;
}

section.about-pge .rgt h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    font-size: 70px;
    font-weight: 600;
    color: #fff;
    line-height: 60px;
    text-align: right;
}

section.about-pge .rgt h2 span {
    float: left;
    clear: both;
    width: 100%;
    -webkit-animation-fill-mode: inherit;
    animation-fill-mode: inherit;
}

section.about-pge .rgt h2 span.span1 {
    --animate-delay: 0.1s;
    animation-duration: 1s !important;
    /* don't forget to set a duration! */
}

section.about-pge .rgt h2 span.span2 {
    --animate-delay: 0.15s;
    animation-duration: 1.5s !important;
    /* don't forget to set a duration! */
}

section.about-pge .rgt h2 span.span3 {
    --animate-delay: 0.2s;
    animation-duration: 2s !important;
    /* don't forget to set a duration! */
}

section.about-pge .rgt h2 span.span4 {
    --animate-delay: 0.25s;
    animation-duration: 2.5s !important;
    /* don't forget to set a duration! */
}

section.about-pge .rgt h2 span.span5 {
    --animate-delay: 0.3s;
    animation-duration: 3s !important;
    /* don't forget to set a duration! */
}

section.about-pge .rgt h2 span.span6 {
    --animate-delay: 0.35s;
    animation-duration: 3.5s !important;
    /* don't forget to set a duration! */
}

section.about-pge .rgt h2 span.span7 {
    --animate-delay: 0.4s;
    animation-duration: 4s !important;
    /* don't forget to set a duration! */
}

section.about-pge .rgt h2 span.span8 {
    --animate-delay: 0.45s;
    animation-duration: 4.5s !important;
    /* don't forget to set a duration! */
}

section.about-pge .rgt h2:after {
    /* content: "";
    position: absolute;
    width: 35%;
    padding-top: 35%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/aboutpge7.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; */
    background: none;
    display: none;
}
section.about-pge .rgt .img_7 {
    position: absolute;
    width: 35%;
    top: 33%;
    right: 0;
}
section.about-pge .rgt .arb_img_7 {
    position: absolute;
    width: 35%;
    top: 33%;
    left: 0 ;
}


/**/

.ceo-msg.about-msg {
    background-image: none !important;
    background-color: #d3cfc9;
}

.ceo-msg.about-msg .top {
    display: none;
}

.ceo-msg.about-msg .btm {
    border-top: 0px;
}

.ceo-msg.about-msg .btm h4 {
    padding-top: 70px;
    padding-bottom: 0px;
}

.ceo-msg.about-msg .btm h4 br {
    display: none;
}

.ceo-msg.about-msg .btm .column {
    border-top: 0px;
}

.ceo-msg.about-msg .btm .btm-inn {
    float: none;
    margin: 0 auto;
    border-right: 0px;
}


/**/

section.vismis-slisec {
    position: relative;
    float: left;
    width: 100%;
    border-left: 1px solid #00E19F;
    border-right: 1px solid #00E19F;
    /*	border-bottom: 1px solid #00E19F;*/
}

section.vismis-slisec .item {
    position: relative;
    float: left;
    width: 100%;
    height: 425px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.vismis-slisec .owl-dots {
    display: none;
}

section.vismis-slisec .owl-nav {
    position: absolute;
    top: 100px;
    left: 30px;
    right: 30px;
    z-index: 1;
}

section.vismis-slisec .item .cntnt {
    display: flex;
    position: absolute;
    bottom: 0px;
    max-width: 700px;
}

section.vismis-slisec .item .cntnt figure {
    position: relative;
    float: left;
    width: 30%;
}

section.vismis-slisec .item .cntnt figure img {
    width: 100%;
}

section.vismis-slisec .item .cntnt .cntnt-inn {
    position: relative;
    float: left;
    width: 70%;
    background-color: #fff;
    border: 1px solid #00E19F;
    border-left: 0px;
    border-right: 0px;
}

section.vismis-slisec .item .cntnt .cntnt-inn span.head {
    position: relative;
    float: left;
    width: 100%;
    height: 25%;
    border-bottom: 1px solid #00E19F;
}

section.vismis-slisec .item .cntnt .cntnt-inn span.head h4 {
    position: absolute;
    font-size: 24px;
    color: #00E19F;
    bottom: 10px;
}

section.vismis-slisec .item .cntnt .cntnt-inn span.cntr {
    position: relative;
    float: left;
    width: 100%;
    height: 75%;
    padding: 9px 25px;
    overflow-y: auto;
}

section.vismis-slisec .item .cntnt .cntnt-inn span.btnarea {
    position: relative;
    float: left;
    width: 100%;
    height: 25%;
}

section.vismis-slisec .item .cntnt .cntnt-inn span.btnarea:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    right: 17px;
    height: 9px;
    background-color: #fff;
}

section.vismis-slisec .item .cntnt .cntnt-inn span.btnarea .prgms-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 200px;
    bottom: 0px;
    background-color: #00E19F;
    color: #000;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

section.vismis-slisec .item .cntnt .cntnt-inn span.btnarea .prgms-btn em {
    font-size: 20px;
    line-height: 18px;
    vertical-align: middle;
    margin-left: 5px;
}


/**/

body.modal-open {
    padding-right: 0px !important;
}

.coming-modal {
    margin-top: 15vh;
}

.coming-modal .modal-dialog {
    max-width: 350px;
}

.coming-modal .modal-body {
    text-align: center;
    font-size: 24px;
    color: #00E19F;
    font-weight: 500;
    padding: 40px 30px;
}

.coming-modal .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/popclose.png);
    cursor: pointer;
    z-index: 9;
}

.coming-modal .close span {
    display: none;
}


/*-----------------*/

section.floorplan {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

section.floorplan img {
    float: left;
    width: 100%;
}

section.floorplan .dropdown {
    position: absolute;
}

section.floorplan .dropdown .positrela {
    position: relative;
}

section.floorplan .dropdown button {
    float: left;
    padding: 0;
    border: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /*background-color: #cb0303;*/
    background-size: contain;
    background-repeat: no-repeat;
    /*	border: 1px solid #fff;*/
    box-shadow: 3px 3px 5px rgb(0 0 0 / 60%);
}

@media (min-width: 0px) and (max-width: 991px) {
    section.floorplan .dropdown button {
        width: 30px;
        height: 30px;
    }
}

section.floorplan .dropdown.show .dropdown-menu,
section.floorplan .dropdown .dropdown-menu.show {
    display: flex;
    border: 1px solid #00E19F;
    border-radius: 0px;
    background-color: rgb(255 255 255 / 90%);
    padding: 0px 10px;
    padding-bottom: 10px;
    min-width: 190px;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 60%);
}

@media (min-width: 0px) and (max-width: 767px) {
    section.floorplan .dropdown.show .dropdown-menu,
    section.floorplan .dropdown .dropdown-menu.show {
        display: block;
    }
}

section.floorplan .opentoright .dropdown-menu {
    left: 20px !important;
    right: unset !important;
    top: 20px !important;
    transform: none !important;
}

section.floorplan .opentoleft .dropdown-menu {
    left: unset !important;
    right: 20px !important;
    top: 20px !important;
    transform: none !important;
}

@media (min-width: 0px) and (max-width: 991px) {
    section.floorplan .opentoright .dropdown-menu {
        left: 15px !important;
        top: 15px !important;
    }
    section.floorplan .opentoleft .dropdown-menu {
        right: 15px !important;
        top: 15px !important;
    }
}

section.floorplan .dropdown.show .dropdown-menu .left,
section.floorplan .dropdown .dropdown-menu.show .left {
    position: relative;
    float: left;
    width: 200px;
}

section.floorplan .dropdown.show .dropdown-menu .right,
section.floorplan .dropdown .dropdown-menu.show .right {
    position: relative;
    float: left;
    width: 300px;
}

@media (min-width: 0px) and (max-width: 767px) {
    section.floorplan .dropdown.show .dropdown-menu .left,
    section.floorplan .dropdown .dropdown-menu.show .left,
    section.floorplan .dropdown.show .dropdown-menu .right,
    section.floorplan .dropdown .dropdown-menu.show .right {
        width: 225px;
    }
}

section.floorplan .dropdown.show .dropdown-menu .left .dropinside,
section.floorplan .dropdown .dropdown-menu.show .left .dropinside,
section.floorplan .dropdown.show .dropdown-menu .right .dropinside,
section.floorplan .dropdown .dropdown-menu.show .right .dropinside {
    float: left;
    width: 100%;
    margin-top: 15px;
}

section.floorplan .dropdown.show .dropdown-menu li,
section.floorplan .dropdown .dropdown-menu.show li {
    width: calc(100% - 25px);
    padding: 0px;
    margin-left: 25px;
    list-style: disc;
}

section.floorplan .dropdown.show .dropdown-menu a,
section.floorplan .dropdown .dropdown-menu.show a {
    font-size: 11px;
    line-height: 13px;
    font-family: 'Roboto', sans-serif;
    padding: 3px 0px;
    text-align: left;
    white-space: unset !important;
}

section.floorplan .dropdown.show .dropdown-menu h4,
section.floorplan .dropdown .dropdown-menu.show h4 {
    font-size: 12px;
    line-height: 12px;
    font-family: 'Roboto', sans-serif;
    padding: 3px 0px;
    text-align: left;
    font-weight: 600;
}

section.floorplan .dropdown.show .dropdown-menu h5,
section.floorplan .dropdown .dropdown-menu.show h5 {
    font-size: 12px;
    line-height: 12px;
    font-family: 'Roboto', sans-serif;
    padding: 3px 0px;
    text-align: left;
}

section.second-floor .fablab1 {
    top: 62%;
    left: 70%;
}

section.second-floor .fablab2 {
    top: 62%;
    left: 89%;
}

section.second-floor .photostudio {
    top: 33.5%;
    left: 27%;
}


/**/

section.third-floor .fashionstudio {
    top: 25%;
    left: 70%;
}

section.third-floor .jewellerystudio {
    top: 69%;
    left: 86.5%;
}


/**/

.downloadbooklet {
    display: block;
    position: absolute;
    top: 8px;
    background-color: #00e19f;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 7px 15px;
    z-index: 1;
    min-width: 190px;
    text-align: center;
}

.downloadbooklet:hover {
    background-color: #1d1d1b;
    color: #fff;
}


/******21Jan*******/

section.demo-pge {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
}

section.demo-pge figure {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #00E19F;
}

section.demo-pge figure img {
    float: left;
    width: 100%;
}


/**/

section.demoabt {
    position: relative;
    float: left;
    width: 100%;
    background-color: #d3cfc9;
    min-height: 380px;
    border: 1px solid #00E19F;
    padding: 40px 25px;
}

section.demoabt figure {
    position: absolute;
    width: 300px;
    padding-top: 300px;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    left: 25px;
    top: 25px;
}

section.demoabt .demoabt-inn {
    float: right;
    margin: 0% 4%;
    width: calc(92% - 325px);
}

section.demoabt .demoabt-inn h4 {
    color: #000;
    font-size: 24px;
    line-height: 28px;
    /*    font-weight: 600;*/
    margin-bottom: 20px;
}

section.demoabt .demoabt-inn p {
    margin-bottom: 15px;
}


/**/

section.demosgmnt {
    position: relative;
    float: left;
    width: 100%;
    background-color: #d3cfc9;
    border: 1px solid #00E19F;
}

section.demosgmnt .head {
    position: relative;
    float: left;
    width: 100%;
    height: 120px;
    border-left: 1px solid #00E19F;
    border-right: 1px solid #00E19F;
    background-color: #000;
    background-image: url(../images/demosgmnt-bg.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

section.demosgmnt .head h4 {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: #00E19F;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    text-align: left;
}

section.demosgmnt ul {
    width: 50%;
}

section.demosgmnt ul li {
    float: left;
    width: 100%;
    padding: 20px 40px;
    border: 1px solid #00E19F;
}

section.demosgmnt ul.demo2022 li {
    display: grid;
    min-height: 106px;
}

section.demosgmnt ul li span {
    position: relative;
    float: left;
    width: 100%;
    font-weight: 600;
}

section.demosgmnt ul li b {
    font-weight: 500;
}


/**/

section.videosgmnt {
    position: relative;
    float: left;
    width: 100%;
    height: 500px;
    background-image: url(../images/playvideo-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.videosgmnt p {
    position: absolute;
    left: 50%;
    top: 62%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    line-height: 20px;
}

section.videosgmnt video {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

section.videosgmnt video source {
    width: 100%;
}

section.videosgmnt .playpause {
    display: block;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: url(../images/playvideo-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/**/

section.fshnprenr {
    position: relative;
    float: left;
    width: 100%;
    background-color: #d3cfc9;
    border: 1px solid #00E19F;
}

section.fshnprenr .head {
    position: relative;
    float: left;
    width: 100%;
    height: 130px;
    border-left: 1px solid #00E19F;
    border-right: 1px solid #00E19F;
    background-color: #000;
}

section.fshnprenr .head h4 {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: #00E19F;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    text-align: left;
}

section.fshnprenr ul {
    position: relative;
    float: left;
    width: 100%;
}

section.fshnprenr ul li {
    position: relative;
    float: left;
    width: 20%;
    background-color: #fff;
    border: 1px solid #00E19F;
}

section.fshnprenr ul.fshn2022 li {
    width: 25%;
}

section.fshnprenr ul li a {
    float: left;
    width: 100%;
    padding-top: 50%;
}

section.fshnprenr ul li img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 50%;
    max-height: 50%;
}

.btn-box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 190px;
    height: 85px;
    border: 1px solid #00E19F;
}

.btn-box .lft {
    position: relative;
    float: left;
    width: 80%;
    height: 100%;
}

.btn-box .lft .btn {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0px;
    background-color: #00E19F;
    color: #000;
    font-size: 12px;
    line-height: 48px;
    text-align: center;
    font-weight: 600;
    border-radius: 0px;
}

.btn-box .rgt {
    float: left;
    width: 20%;
    height: 100%;
    border-left: 1px solid #00E19F;
}


/**/

section.expintrst {
    position: relative;
    float: left;
    width: 100%;
    background-color: #d3cfc9;
    border: 1px solid #00E19F;
}

section.expintrst .head {
    position: relative;
    float: left;
    width: 100%;
    height: 130px;
    border-left: 1px solid #00E19F;
    border-right: 1px solid #00E19F;
    background-color: #000;
}

section.expintrst .head h4 {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: #00E19F;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    text-align: left;
}

section.expintrst .expintbot {
    display: flex;
    position: relative;
    float: left;
    width: 100%;
}

section.expintrst .expintbot .lft {
    position: relative;
    float: left;
    width: 50%;
    background-image: url(../images/expintbot-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.expintrst .expintbot .lft:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 101%;
    width: 100%;
    background-image: url(../images/expbotline.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

section.expintrst .expintbot .rgt {
    position: relative;
    float: left;
    width: 50%;
    background-color: #fff;
}

section.expintrst .expintbot .rgt .expintbot-top {
    position: relative;
    float: left;
    width: 100%;
    padding: 25px 40px;
    border-bottom: 1px solid #00E19F;
}

section.expintrst .expintbot .rgt .expintbot-top h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
}

section.expintrst .expintbot .rgt .expintbot-top a {
    color: #00E19F;
}

section.expintrst .expintbot .rgt .expintbot-bot {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 40px;
}

section.expintrst .expintbot .rgt .expintbot-bot figure {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
}

section.expintrst .expintbot .rgt .expintbot-bot .dtls {
    position: relative;
    float: left;
    width: calc(100% - 75px);
}

section.expintrst .expintbot .rgt .expintbot-bot .dtls .title {
    color: #999;
}

section.expintrst .expintbot .rgt .expintbot-bot .dtls ul {
    float: left;
    width: 100%;
    margin-top: 5px;
}

section.expintrst .expintbot .rgt .expintbot-bot .dtls ul li {
    display: inline-block;
    float: left;
    padding-right: 20px;
}

section.expintrst .expintbot .rgt .expintbot-bot .dtls ul li a {
    color: #000000;
}

section.expintrst .expintbot .rgt .expintbot-bot .dtls ul li span {
    display: block;
    width: 1px;
    height: 18px;
    background-color: #00E19F;
}


/**/

.expintpop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.expintpop figure {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.expintpop.expintpop2022 figure {
    background-color: #f2f2f2;
    background-size: contain;
}

.expintpop .dtls {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    background-color: #000;
    padding: 5% 7%;
    padding-top: 10%;
    overflow: auto;
}

.expintpop .dtls .dtls-inn {
    position: relative;
    float: left;
    width: 100%;
}

.expintpop .dtls .dtls-inn h4 {
    color: #00E19F;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.expintpop .dtls .dtls-inn .form-control {
    position: relative;
    float: left;
    width: 100%;
    height: unset !important;
    background-color: transparent;
    margin-bottom: 15px;
    border: 0px !important;
    padding: 0px !important;
}

.expintpop .dtls .dtls-inn .form-control label {
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
}

.expintpop .dtls .dtls-inn .form-control input {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 7px 15px;
    height: 34px;
    border: none;
}

.expintpop .dtls .dtls-inn .btn {
    background-color: #00E19F;
    color: #000;
    font-size: 12px;
    padding: 10px 20px;
    margin-top: 20px;
    font-weight: 600;
}

.expintpop .expintpopclose {
    position: fixed;
    right: 0px;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/popclose.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #00E19F;
    z-index: 99;
}


/**/

.fshnprenrpop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.fshnprenrpop .dtls {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    background-color: #000;
    padding: 7% 7%;
    padding-top: 10%;
    overflow: auto;
}

.fshnprenrpop .dtls .dtls-inn {
    position: relative;
    float: left;
    width: 100%;
}

.fshnprenrpop .dtls .dtls-inn h4 {
    color: #00E19F;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.fshnprenrpop .dtls .dtls-inn .form-control {
    position: relative;
    float: left;
    width: 100%;
    height: unset !important;
    background-color: transparent;
    margin-bottom: 15px;
    border: 0px !important;
    padding: 0px !important;
}

.fshnprenrpop .dtls .dtls-inn .form-control label {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
}

.fshnprenrpop .dtls .dtls-inn .form-control input {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 7px 15px;
    height: 34px;
    border: none;
    text-align: left;
}

.fshnprenrpop .dtls .dtls-inn .form-control select {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 7px 15px;
    height: 34px;
    border: none;
    text-align: left;
}

.fshnprenrpop .dtls .dtls-inn .form-control .form-check {
    float: left;
    width: 150px;
    text-align: left;
    padding-left: 0px;
    margin: 10px 0px;
}

.fshnprenrpop .dtls .dtls-inn .form-control .form-check input {
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    width: 34px;
}

.fshnprenrpop .dtls .dtls-inn .form-control .form-check label {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 17px;
    margin-bottom: 0px;
    width: calc(100% - 45px);
}

.fshnprenrpop .dtls .dtls-inn .btn {
    background-color: #00E19F;
    color: #000;
    font-size: 12px;
    padding: 10px 20px;
    margin-top: 20px;
    font-weight: 600;
}

.fshnprenrpop .fshnprenrpopclose {
    position: fixed;
    right: 17px;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/popclose.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #00E19F;
    z-index: 99;
}

.fshnprenrpop .fshnprenr-dtls {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    background-color: #fff;
    padding: 7% 7%;
    overflow: auto;
}

.fshnprenrpop .fshnprenr-dtls .fshnprenr-dtlsinn {
    position: relative;
    float: left;
    width: 100%;
}

.fshnprenrpop .fshnprenr-dtls .fshn-img {
    position: relative;
    width: 165px;
    height: 100px;
}

.fshnprenrpop .fshnprenr-dtls .fshn-img img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.fshnprenrpop .fshnprenr-dtls .fhnsec {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.fshnprenrpop .fshnprenr-dtls .fhnsec h5 {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.fshnprenrpop .fshnprenr-dtls .fhnsec ul {
    position: relative;
    width: 50%;
}

.fshnprenrpop .fshnprenr-dtls .fhnsec ul li {
    position: relative;
    width: 100%;
}

.fshnprenrpop .fshnprenr-dtls .fhnsec p.fhnhed {
    font-weight: 600;
    margin-top: 5px;
}


/**/

section.labserv-sec {
    position: relative;
    float: left;
    width: 100%;
}

section.labserv-sec .hd-sec {
    display: flex;
    position: relative;
    float: left;
    width: 100%;
    height: 135px;
    background-color: #1d1d1b;
    border: 2px solid #00E19F;
    border-top: 0px;
}

section.labserv-sec .hd-sec .lft {
    position: relative;
    float: left;
    width: calc(calc(100% / 6) * 1);
    border-right: 2px solid #00E19F;
}

section.labserv-sec .hd-sec .lft:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url(../images/labservsec-bg.png);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: 1;
}

section.labserv-sec .hd-sec .lft:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 100%;
    /*    background-image: url(../images/servhd-bg-line.png);*/
    background-position: bottom right;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 1;
}

section.labserv-sec .hd-sec .rgt {
    position: relative;
    float: left;
    width: calc(calc(100% / 6) * 5);
}

section.labserv-sec .hd-sec .rgt ul {
    display: flex;
    position: absolute;
    left: -2px;
    right: 0;
    height: 100%;
}

section.labserv-sec .hd-sec .rgt ul li {
    display: inline-block;
    position: relative;
    /*	width: 20%;*/
    width: 25%;
    height: 100%;
}

section.labserv-sec .hd-sec .rgt ul li.active,
section.labserv-sec .hd-sec .rgt ul li:hover {
    background-image: url(../images/serv-active.png);
    background-size: 100%;
    background-repeat: repeat-y;
}

section.labserv-sec .hd-sec .rgt ul li.active:after,
section.labserv-sec .hd-sec .rgt ul li:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../images/down.png);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}

section.labserv-sec .hd-sec .rgt ul li a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 18px 0px;
}

section.labserv-sec .hd-sec .rgt ul li.active a,
section.labserv-sec .hd-sec .rgt ul li:hover a {
    color: #00E19F;
    background-image: url(../images/serv-active-inn.png);
    background-size: 100% 100%;
    background-repeat: repeat-x;
}

section.labserv-sec .bot-sec {
    position: relative;
    float: left;
    width: 100%;
    border-left: 1px solid #00E19F;
    border-right: 1px solid #00E19F;
    /*	border-bottom: 1px solid #00E19F;*/
}

section.labserv-sec .bot-sec .item {
    position: relative;
    float: left;
    width: 100%;
    height: 550px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.labserv-sec .bot-sec .owl-dots {
    display: none;
}

section.labserv-sec .bot-sec .owl-nav {
    position: absolute;
    top: 100px;
    left: 30px;
    right: 30px;
    z-index: 1;
}

section.labserv-sec .item .cntnt {
    display: flex;
    position: absolute;
    bottom: 0px;
    width: 525px;
    max-width: 100%;
}

section.labserv-sec .item .cntnt figure {
    position: relative;
    float: left;
    width: 10%;
}

section.labserv-sec .item .cntnt figure img {
    width: 100%;
}

section.labserv-sec .item .cntnt .cntnt-inn {
    position: relative;
    float: left;
    width: 90%;
    background-color: #fff;
    border: 1px solid #00E19F;
    border-left: 0px;
    border-right: 0px;
}

section.labserv-sec .item .cntnt .cntnt-inn span.head {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #00E19F;
}

section.labserv-sec .item .cntnt .cntnt-inn span.head h4 {
    position: absolute;
    font-size: 50px;
    line-height: 55px;
    color: #00E19F;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
}

section.labserv-sec .item .cntnt .cntnt-inn span.btnarea .prgms-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 200px;
    bottom: 0px;
    background-color: #00E19F;
    color: #000;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

section.labserv-sec .item .cntnt .cntnt-inn span.btnarea .prgms-btn em {
    font-size: 20px;
    line-height: 18px;
    vertical-align: middle;
    margin-left: 5px;
}

.labechcntnt {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #00E19F;
    padding: 50px 40px;
    min-height: 600px;
}

.labechcntnt .cntnt {
    float: left;
    width: 100%;
    padding: 0px 7%;
    margin-bottom: 20px;
}

.labechcntnt h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin: 15px 0px;
}

.labechcntnt h6 {
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0px 5px 0px;
}

.labechcntnt ul li {
    list-style: disc;
}

.labechcntnt p {
    margin-bottom: 10px;
}

.lined {
    width: 100%;
    line-height: 30px;
    margin-top: 10px;
    border-bottom: 1px solid #00E19F;
	clear: both;
}

.strong {
    font-weight: 600;
}

.colored {
    color: #212121;
    font-weight: 600;
}

.labechcntnt .green-btn {
    background-color: #00E19F;
    color: #fff;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
}

.labechcntnt .green-btn:hover {
    background-color: #1d1d1b;
}

.labechcntnt .book-design {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 50px;
}

.labechcntnt .book-design figure {
    width: 35%;
    text-align: center;
}

.labechcntnt .book-design figure img {
    width: 100%;
}

.labechcntnt .book-design p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 65%;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}


/* $hijin */

.no-display {
    display: none !important;
}


/* end$hijin */

section.labprgm-sec {
    position: relative;
    float: left;
    width: 100%;
}

section.labprgm-sec .hd-sec {
    display: flex;
    position: relative;
    float: left;
    width: 100%;
    height: 135px;
    background-color: #1d1d1b;
    border: 2px solid #00E19F;
    border-top: 0px;
}

section.labprgm-sec .hd-sec .lft {
    position: relative;
    float: left;
    width: calc(calc(100% / 6) * 1);
    border-right: 2px solid #00E19F;
}

section.labprgm-sec .hd-sec .lft:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url(../images/labservsec-bg.png);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: 1;
}

section.labprgm-sec .hd-sec .lft:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 100%;
    /*    background-image: url(../images/servhd-bg-line.png);*/
    background-position: bottom right;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 1;
}

section.labprgm-sec .hd-sec .rgt {
    position: relative;
    float: left;
    width: calc(calc(100% / 6) * 5);
}

section.labprgm-sec .hd-sec .rgt ul {
    display: flex;
    position: absolute;
    left: -2px;
    right: 0;
    height: 100%;
}

section.labprgm-sec .hd-sec .rgt ul li {
    display: inline-block;
    position: relative;
    /*	width: 20%;*/
    width: 25%;
    height: 100%;
}

section.labprgm-sec .hd-sec .rgt ul li.active,
section.labprgm-sec .hd-sec .rgt ul li:hover {
    background-image: url(../images/serv-active.png);
    background-size: 100%;
    background-repeat: repeat-y;
}

section.labprgm-sec .hd-sec .rgt ul li.active:after,
section.labprgm-sec .hd-sec .rgt ul li:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../images/down.png);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}

section.labprgm-sec .hd-sec .rgt ul li a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 18px 0px;
}

section.labprgm-sec .hd-sec .rgt ul li.active a,
section.labprgm-sec .hd-sec .rgt ul li:hover a {
    color: #00E19F;
    background-image: url(../images/serv-active-inn.png);
    background-size: 100% 100%;
    background-repeat: repeat-x;
}

section.labprgm-sec .bot-sec {
    position: relative;
    float: left;
    width: 100%;
    border-left: 1px solid #00E19F;
    border-right: 1px solid #00E19F;
    /*	border-bottom: 1px solid #00E19F;*/
}

section.labprgm-sec .bot-sec .item {
    position: relative;
    float: left;
    width: 100%;
    height: 550px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.labprgm-sec .bot-sec .owl-dots {
    display: none;
}

section.labprgm-sec .bot-sec .owl-nav {
    position: absolute;
    top: 100px;
    left: 30px;
    right: 30px;
    z-index: 1;
}

section.labprgm-sec .item .cntnt {
    display: flex;
    position: absolute;
    bottom: 0px;
    width: 525px;
    max-width: 100%;
}

section.labprgm-sec .item .cntnt figure {
    position: relative;
    float: left;
    width: 10%;
}

section.labprgm-sec .item .cntnt figure img {
    width: 100%;
}

section.labprgm-sec .item .cntnt .cntnt-inn {
    position: relative;
    float: left;
    width: 90%;
    background-color: #fff;
    border: 1px solid #00E19F;
    border-left: 0px;
    border-right: 0px;
}

section.labprgm-sec .item .cntnt .cntnt-inn span.head {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #00E19F;
}

section.labprgm-sec .item .cntnt .cntnt-inn span.head h4 {
    position: absolute;
    font-size: 50px;
    line-height: 55px;
    color: #00E19F;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
}

section.labprgm-sec .item .cntnt .cntnt-inn span.btnarea .prgms-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 200px;
    bottom: 0px;
    background-color: #00E19F;
    color: #000;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

section.labprgm-sec .item .cntnt .cntnt-inn span.btnarea .prgms-btn em {
    font-size: 20px;
    line-height: 18px;
    vertical-align: middle;
    margin-left: 5px;
}

.labprgmechcntnt {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #00E19F;
    padding: 50px 40px;
    min-height: 600px;
}

.labprgmechcntnt .cntnt {
    float: left;
    width: 100%;
    padding: 0px 7%;
    margin-bottom: 20px;
}

.labprgmechcntnt h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin: 15px 0px;
}

.labprgmechcntnt h6 {
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0px 5px 0px;
}

.labprgmechcntnt ul {
    padding-left: 30px;
}

.labprgmechcntnt ul li {
    list-style: disc;
}

.labprgmechcntnt p {
    margin-bottom: 10px;
}

.labprgmechcntnt p a {
    color: #212121;
    font-weight: 600;
}

.labprgmechcntnt .green-btn {
    background-color: #00E19F;
    color: #fff;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
}

.labprgmechcntnt .green-btn:hover {
    background-color: #1d1d1b;
}

.labprgmechcntnt .book-design {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 50px;
}

.labprgmechcntnt .book-design figure {
    width: 35%;
    text-align: center;
}

.labprgmechcntnt .book-design figure img {
    width: 100%;
}

.labprgmechcntnt .book-design p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 65%;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}


/*events style*/

section.events-mainsec {
    position: relative;
    float: left;
    width: 100%;
}

.scroll-new {
    border: 2px solid #00e19f;
}

.event-head-sec {
    display: flex;
    margin-bottom: 100px;
}

.event-head {
    width: 30%;
    height: 150px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    z-index: 1;
}

.event-head-p {
    font-size: 40px;
    font-weight: 900;
    color: #00e19f;
    line-height: 35px;
}

.box-outline {
    width: 50px;
    border: 2px solid #00e19f;
    display: flex;
    flex-direction: column;
}

.box-outline-1 {
    border-bottom: 2px solid #00e19f;
    height: 40%;
}

.box-outline-2 {
    border-bottom: 2px solid #00e19f;
    height: 31%;
}

.timeline {
    /* position: relative;
    max-width: 1200px; */
    margin: 0 auto;
    max-width: 1000px;
}


/* The actual timeline (the vertical ruler) */

.timeline::after {
    content: '';
    position: fixed;
    width: 3px;
    background-color: #00E19F;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}


/* Container around content */

.event-box {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}


/* The circles on the timeline */

.event-box::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    right: -19px;
    background-color: #00E19F;
    border: 4px solid #00E19F;
    top: 36%;
    border-radius: 50%;
    z-index: 1;
}


/* Place the container to the left */

.left-side {
    left: 0;
}


/* Place the container to the right */

.right-side {
    left: 50%;
}


/* Add arrows to the left container (pointing right) */

.left-side::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
    display: none;
}


/* Add arrows to the right container (pointing left) */

.right-side::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
    display: none;
}


/* Fix the circle for containers on the right side */

.right-side::after {
    left: -22px;
}


/* The actual content */

.event-box-content {
    /* padding: 20px 30px; */
    background-color: white;
    position: relative;
    border: 3px solid #00E19F;
    display: flex;
    justify-content: space-between;
}

.head-sec {
    display: flex;
    cursor: pointer;
    align-items: center;
    width: 100%;
}

.box-right {
    padding: 30px 30px;
    width: calc(100% - 135px);
}

.box-left {
    width: 135px;
    padding: 20px 30px;
    /* border-right: 3px solid #00e19f; */
}

.zero-right-padding {
    padding-right: 0;
    line-height: 18px
}

.box-close-left {
    position: absolute;
    left: 0;
    min-width: 26px;
    height: 26px;
    border-bottom: 3px solid #00E19F;
    border-right: 3px solid #00E19F;
    text-align: center;
    background-image: url(../images/boxclose-btn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    align-self: flex-start;
    display: none;
}

.flex-reverse {
    flex-direction: row-reverse;
}

.right-border {
    border-right: 3px solid #00e19f;
}

.left-border {
    border-left: 3px solid #00e19f;
}

.event-heading-date {
    font-family: 'Greta Arabic';
    font-size: 28px;
    font-weight: 900;
    text-align: center;
}

.event-heading {
    font-family: 'Greta Arabic';
    font-size: 28px;
    font-weight: 900;
}

.box-close {
    position: absolute;
    right: 0;
    min-width: 26px;
    height: 26px;
    border-bottom: 3px solid #00E19F;
    border-left: 3px solid #00E19F;
    text-align: center;
    background-image: url(../images/boxclose-btn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    align-self: flex-start;
    display: none;
}

.detail {
    position: relative;
    border-top: none;
    background-color: white;
    padding: 20px;
    border-top: 3px solid #00e19f;
    display: none;
}

.dtl-p {
    margin-bottom: 20px;
    height: 150px;
    overflow: scroll;
}

.dtl-p::-webkit-scrollbar {
    display: none;
}

.gn-btn {
    background: #00e19f;
    border-radius: 2px !important;
    cursor: pointer;
}

.event-date-2 {
    display: none;
}

#img-holder {
    margin-top: 20px;
    height: 170px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#img-holder::-webkit-scrollbar {
    /*width: 20px;*/
    display: none;
}

#img-holder img {
    width: 130px;
    margin: 3px;
}

.end-align {
    text-align: end;
}

.expand-width {
    width: 100%;
    box-shadow: 14px 17px 17px 0px #00000094;
    display: inline-block;
}

.no-display {
    display: none;
}

.visible {
    display: block;
}


/*  */

.eventslider {
    position: relative;
    float: left;
    width: 100%;
}

.eventslider .item {
    position: relative;
    float: left;
    width: 100%;
}

.eventslider .item img {
    width: 100%;
}

.eventslider .owl-dots {
    display: none;
}

.eventslider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}


/*end of events style*/

.askapopup {
    display: none;
    position: fixed;
    left: 50%;
    top: 110px;
    transform: translateX(-50%);
    width: 80%;
    max-width: 900px;
    z-index: 9;
}

.askapopup-inn {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 30px;
    background-color: #fff;
    border: 2px solid #00E19F;
    box-shadow: 5px 5px 30px #000;
}

.askapopup-inn h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-left: 15px;
}

.askapopup-inn .form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.askapopup-inn .form-group input {
    float: left;
    width: 100%;
    height: 34px;
    border: 1px solid transparent;
    border-bottom: 1px solid #00E19F;
    font-weight: 600;
}

.askapopup-inn .form-group input:focus {
    outline: none;
}

.askapopup-inn .form-group input::placeholder {
    font-weight: 400;
}

.askapopup-inn .form-group label {
    float: left;
    width: 100%;
    line-height: 34px;
    font-weight: 500;
}

.askapopup-inn .form-group select {
    float: left;
    width: 100%;
    height: 34px;
    border: 1px solid transparent;
    margin-bottom: 30px;
}

.askapopup-inn .form-group select:focus {
    outline: none;
}

.askapopup-inn .form-group ul li {
    display: inline-block;
    float: left;
}

.askapopup-inn .form-group ul li input {
    float: left;
    margin-right: 10px;
}

.askapopup-inn .form-group ul li span {
    float: left;
    line-height: 34px;
}

.askapopup-inn .btn-group {
    float: right;
    font-family: 'Roboto', sans-serif;
}

.askapopup-inn .btn-group .atch-btn {
    border: 1px solid #00E19F;
    margin-right: 20px;
    padding-left: 35px;
    background-image: url(../images/attachpin.png);
    background-position: 13px;
    background-repeat: no-repeat;
    background-size: 14px;
    font-size: 15px;
}

.askapopup-inn .btn-group .atch-btn input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.askapopup-inn .btn-group .send-btn {
    background-color: #00E19F;
    color: #fff;
    font-size: 15px;
}

.askapopup-inn input[type="checkbox"] {
    display: inline-block;
    position: relative;
    float: left;
    width: 34px !important;
    height: 34px !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.askapopup-inn input[type="checkbox"]:checked,
.askapopup-inn input[type="checkbox"]:not(:checked) {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.askapopup-inn input[type="checkbox"]:checked:after,
.askapopup-inn input[type="checkbox"]:not(:checked):after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background-image: url(../images/checked.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.askapopup-inn input[type="checkbox"]:checked:before,
.askapopup-inn input[type="checkbox"]:not(:checked):before {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    top: 0px;
    left: 0px;
    background-image: url(../images/checkbox.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3px;
}

.askapopup-inn input[type="checkbox"]:not(:checked):after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.askapopup-inn input[type="checkbox"]:checked:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/**/


/* The container must be positioned relative: */

.askapopup-inn .custom-select {
    position: relative;
    padding: 0;
    border: none;
    margin-bottom: 50px;
}

.askapopup-inn .custom-select select {
    display: none;
    /*hide original SELECT element: */
}

.askapopup-inn .select-selected {
    /*  background-color: DodgerBlue;*/
}


/* Style the arrow inside the select element: */

.askapopup-inn .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 20px;
    height: 15px;
    background-color: #fff;
    background-image: url(../images/down-arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


/* Point the arrow upwards when the select box is open (active): */

.askapopup-inn .select-selected.select-arrow-active:after {}


/* style the items (options), including the selected item: */

.askapopup-inn .select-items div,
.askapopup-inn .select-selected {
    color: #000;
    padding: 5px 16px;
    border: 2px solid transparent;
    cursor: pointer;
}


/* Style items (options): */

.askapopup-inn .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #00e19f;
    padding: 0px;
}


/* Hide the items when the select box is closed: */

.askapopup-inn .select-hide {
    display: none;
}

.askapopup-inn .select-items div:hover,
.askapopup-inn .same-as-selected {
    border-bottom: 2px solid #00e19f;
    font-weight: 600;
}


/**/

.askapopup .close {
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background-image: url(../images/popclose.png);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9;
    border: 2px solid #00E19F;
    cursor: pointer;
}

.askapopup .close.close-arb {
    right: unset !important;
    left: 20px !important;
}

/**/

section.faq-sec .faqban-sec {
    position: relative;
    float: left;
    width: 100%;
    border-left: 1px solid #00E19F;
    border-right: 1px solid #00E19F;
    /*	border-bottom: 1px solid #00E19F;*/
}

section.faq-sec .faqban-sec .owl-dots {
    display: none;
}

section.faq-sec .faqban-sec .owl-nav {
    position: absolute;
    top: 100px;
    left: 30px;
    right: 30px;
    z-index: 1;
}

section.faq-sec .faqban-sec .item {
    position: relative;
    float: left;
    width: 100%;
    height: 550px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.faq-sec .faqban-sec .item .cntnt {
    display: flex;
    position: absolute;
    bottom: 0px;
    width: 525px;
    max-width: 100%;
}

section.faq-sec .faqban-sec .item .cntnt figure {
    position: relative;
    float: left;
    width: 10%;
}

section.faq-sec .faqban-sec .item .cntnt figure img {
    width: 100%;
    height: 100%;
}

section.faq-sec .faqban-sec .item .cntnt .cntnt-inn {
    position: relative;
    float: left;
    width: 90%;
    background-color: #fff;
    border: 1px solid #00E19F;
    border-left: 0px;
    border-right: 0px;
}

section.faq-sec .faqban-sec .item .cntnt .cntnt-inn span.head {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #00E19F;
}

section.faq-sec .faqban-sec .item .cntnt .cntnt-inn span.head h4 {
    position: absolute;
    font-size: 50px;
    line-height: 55px;
    color: #00E19F;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
}

.faqechcntnt {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #00E19F;
    padding: 50px 40px;
    min-height: 600px;
}

.faqechcntnt .cntnt {
    float: left;
    width: 100%;
    padding: 0px 7%;
    margin-bottom: 20px;
}

.faqechcntnt .cntnt .questions {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.faqechcntnt h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin: 15px 0px;
}

.faqechcntnt .panel-group {
    float: left;
    width: 100%;
}

.faqechcntnt .panel-group .panel {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.faqechcntnt .panel-group.red .panel {
    border-bottom: 1px solid #ff5b5a;
}

.faqechcntnt .panel-group.yellow .panel {
    border-bottom: 1px solid #f0e400;
}

.faqechcntnt .panel-group.purple .panel {
    border-bottom: 1px solid #7a2db2;
}

.faqechcntnt .panel-group.green .panel {
    border-bottom: 1px solid #00E19F;
}

.faqechcntnt .panel-group h6 {
    position: relative;
    float: left;
    width: 100%;
}

.faqechcntnt .panel-group h6 a {
    float: left;
    width: 100%;
    color: #212121;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    min-height: 34px;
    padding: 0px;
    background-image: url(../images/upblk-arrow.png);
    background-size: 20px;
    background-repeat: no-repeat;
}

.faqechcntnt .panel-group h6 a.collapsed {
    background-image: url(../images/dwnblk-arrow.png);
}

.faqechcntnt .panel-group .panel-body {
    float: left;
    width: 100%;
    border-top: 1px solid #f3f3f3;
    padding: 10px 0px;
}

.faqechcntnt .pagelinks {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.faqechcntnt .pagelinks h4 {
    float: left;
    width: 100%;
}

.faqechcntnt .pagelinks .btn {
    min-width: 150px;
    line-height: 20px;
    background-color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 5px 0px;
    font-size: 15px;
}

.faqechcntnt .pagelinks .btn.green-btn {
    background-color: #00e19f;
    color: #fff;
}

.faqechcntnt .pagelinks .btn:hover {
    background-color: #121212;
    color: #fff;
}


/**/

.gretaimpo p,
.gretaimpo h4,
.gretaimpo h6 {
    font-family: 'Greta Arabic' !important;
}

.robotimpo p,
.robotimpo h4,
.robotimpo h6 {
    font-family: 'Roboto', sans-serif;
}

.gretaimpo p,
.robotimpo p {
    font-size: 15px !important;
    line-height: 26px !important;
}

section.event-sec .rgt .rgt-inn .evnts-carousel .owl-nav {
    display: block !important;
}

section.serv-sec .hd-sec .lft:before {
    background-image: none;
    display: none;
}

section.serv-sec .hd-sec .lft .lft_img {
    position: absolute;
    bottom: -2px;
    
    right: 0;
    height: 100%;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: 1;
}