body {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #282828;
	font-weight: 400;
	line-height: normal;
}
h1, h2, h3, h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
a {
	color: #13a6e5;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
#wrap {
	float: left;
	width: 100%;
}
:root {
    --container-width: 1250px;
	--container-padding: calc((100vw - var(--container-width)) / 2);
}
.container {
	max-width: 1250px;
	padding:0;
	margin:0px auto;
}
.et-db #et-boc .et-l .et_pb_row {
    width: 100%!important;
	max-width: 1250px!important;
}
#header {
	width: 100%;
	float: left;
	padding: 21px 0px;
	background-color: #0b0e0d;
}
#header * {
	transition: all .3s ease-in-out;
}
#header .logo {
	float: left;
	width: 282px;
}
#header .logo img {
	width: 100%;
	height: auto;
}
#header .top-right {
    width: 100%;
    float: right;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 10px;
}
#header .top-right a {
	width: 30px;
    height: 30px;
	display: inline-block;
	margin: 0 3px;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;    
}
#header .top-right a:hover {
    color: #fff;
    text-decoration: none;
	background-color:#03d0f0;
	border: 1px solid #03d0f0;
}
#header .top-right a.phone {
	width: auto;
    height: auto;
	display: inline-block;
    margin: 0 0 0 10px;
    border: 0px solid #fff;
    border-radius: 0px;
    font-size: 18px;
    line-height: 30px;
	font-weight:600;
    color: #ea6d66;
    text-decoration: none;
    text-align: left;    
}
#header .top-right a.phone:hover {
    color: #fff;
    text-decoration: none;
	background-color:transparent;
}
#header .top-right a.phone > i {
	float:left;
	margin: 0 0 0 5px;
}
.menu_box {
	float: right;
	width: auto;
	padding: 0px 0 0 0;
}
.menu_box ul.menu {
	float: right;
	width: auto;
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
    align-items: center;
}
.menu_box ul.menu li {
	position: relative;
	float: left;
    width: auto;
	padding: 0px 10px;
}
.menu_box ul.menu li:last-child {
	padding-right:0;
}
.menu_box ul.menu li a {
	position: relative;
	display: block;
	font-size: 16px;
	padding: 0 0 5px 0;
	line-height: 26px;
	color: #fff;
	text-decoration: none;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.menu_box ul.menu li a:before {
	position: absolute;
	bottom: 0;
	left: 0;	
	content: '';	
	visibility: hidden;
    width: 0;
    height: 0;
    background: #000000;
    background: -webkit-linear-gradient(90deg, #363636 0%, #f3fbf7 100%);
    background: -moz-linear-gradient(90deg, #363636 0%, #f3fbf7 100%);
    background: linear-gradient(90deg, #363636 0%, #f3fbf7 100%);
	transition: all .5s ease-in-out;
}
.menu_box ul.menu > li > a:hover:before,
.menu_box ul.menu > li:hover > a:before,
.menu_box ul.menu > li.current_page_item > a:before,
.menu_box ul.menu > li.current-menu-parent > a:before {
	visibility: visible;
    width: 100%;
	height:1px;
}
.menu_box ul.menu li.getBtn a {
	position: relative;
	background-color: #ffffff;
	border: 2px solid transparent;
	color: #0e1110;
	border-radius: 25px;
	padding: 10px 55px 10px 30px;
	transition: all 0.3s ease-in-out;
}
.menu_box ul.menu li.getBtn a:before {
	display: none;
}
.menu_box ul.menu li.getBtn a:hover {
	background-color: transparent;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.menu_box ul.menu li.getBtn a:after {
    position: absolute;
    content: '\F054';
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 16px;
    right: 30px;
    color: #0e1110;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
.menu_box ul.menu li.getBtn a:hover::after {
	color: #ffffff;
}
.menu_box ul.menu li.menu-item-has-children a {
	padding-right: 14px;
}
.menu_box ul.menu li.menu-item-has-children > a:after {
	content: "\f104";
    font: normal normal normal 14px/1 Ionicons;
	font-family: Ionicons;
    font-size: 12px;
    position: absolute;
	margin-top: -6px;
    top: 50%;
    right: 10px;
}
.menu_box ul li a svg {
	display: none;
}
.menu_box ul.menu > li:hover > ul.sub-menu {
	display: block;
}
.menu_box ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 250px;
	background: rgb(100,92,236);
    background: linear-gradient(90deg, rgba(43,34,199,1) 0%, rgba(100,92,236,1) 100%);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	display: none;
}
.menu_box ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0 0px;
}
.menu_box ul.menu li ul.sub-menu li:last-child a {
    background: none; 
}
.menu_box ul.menu li ul.sub-menu li a {
	padding: 10px 12px;
	margin-left: 0;
	border-radius: 0px;
	font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
	text-transform: none;
}
.menu_box ul.menu li ul.sub-menu li a:hover,
.menu_box ul.menu li ul.sub-menu li:hover > a,
.menu_box ul.menu li ul.sub-menu li.current_page_item > a {
	background: rgb(250,83,17);
    background: linear-gradient(90deg, rgba(250,83,17,1) 0%, rgba(253,159,84,1) 100%);
	color: #ffffff;
	text-decoration: none;
}
.menu_box ul.menu li ul.sub-menu li.menu-item-has-children > a:after {
	content: "\f125";
    right: 10px;
}
.menu_box ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
.menu_box ul.menu > li > ul > li:hover > ul.sub-menu {
	display: block;
}
.mobileMenu {
	display:none;
}
#rmp_menu_trigger-116 {
    border: 2px solid #ffffff;
}
/*-------------- Sticky Header Start --------------*/
#header.stiky {
	position: sticky;
    top: 0;
    z-index: 3;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
	transition: all .3s ease-in-out;
}
#header.stiky .logo {
	width: 282px;
}
#header.stiky .top-right {
    padding-bottom: 10px;
}
/*#header.stiky .menu_box {
	padding: 0px 0px 0px 0px;
}
#header.stiky .menu_box ul.menu li {
    padding: 0px 25px;
}*/
#header.stiky .menu_box ul.menu li a {
    font-size: 16px;
    line-height: 26px;
}
#header.stiky .menu_box ul.menu li:last-child {
	padding-right:0px;
}
#header.stiky .menu_box ul.menu li ul.sub-menu li {
    float: left;
    width: 100%;
    padding: 0 0px;
}
#header.stiky .menu_box ul.sub-menu li:last-child a {
    margin-left: 0px;
}

/*-------------- Sticky Header End --------------*/
#slider {
    position: relative;
	width:100%;
    display: flex;
    align-items: center;
}

#middle {
	float: left;
	width: 100%;
}
.aboutSec h2 strong {
	background: #000000 !important;
    background: -webkit-linear-gradient(to bottom, #000000 0%, #FFFFFF 67%) !important;
    background: -moz-linear-gradient(to bottom, #000000 0%, #FFFFFF 67%) !important;
    background: linear-gradient(to top, #000000 0%, #FFFFFF 67%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 600 !important;
}
.aboutSec .readBtn:after {
	top: 50%;
    transform: translateY(-50%);
    line-height: 26px !important;
    margin-left: 15px !important;
}
.ourVision .visionImg:after {
	position: absolute;
    content: '';
    width: calc(100% - 255px);
    height: 68px;
    background: #000000 !important;
    background: -webkit-linear-gradient(to bottom, #000000 0%, #FFFFFF 67%) !important;
    background: -moz-linear-gradient(to bottom, #000000 0%, #FFFFFF 67%) !important;
    background: linear-gradient(to left, #000000 0%, #ffffff 93%) !important;
    left: 0;
    bottom: -40px;
    margin: 0 auto;
    right: 0;
    z-index: -1;
}
.InvestmentSec h2 {
	background: #000000 !important;
    background: -webkit-linear-gradient(to bottom, #000000 0%, #FFFFFF 67%) !important;
    background: -moz-linear-gradient(to bottom, #000000 0%, #FFFFFF 67%) !important;
    background: linear-gradient(to top, #000000 0%, #FFFFFF 67%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.home .InvestmentSec .itemBox {
	padding: 45px 0 0 0 !important;
	width: 25% !important;
	margin: 0 !important;
}
.InvestmentSec .itemBox:before {
	position: absolute;
    content: '';
    width: calc(100% - 25px);
    height: 1px;
    background: #000000 !important;
    background: -webkit-linear-gradient(90deg, #363636 0%, #f3fbf7 100%) !important;
    background: -moz-linear-gradient(90deg, #363636 0%, #f3fbf7 100%) !important;
    background: linear-gradient(90deg, #363636 0%, #f3fbf7 100%) !important;
	left: 0;
    top: 0;
}
.InvestmentSec .itemBox h4 {
	min-height: 66px;
}
.InvestmentSec .itemBox .et_pb_button:after {
	top: 51%;
    transform: translateY(-50%);
    line-height: 26px !important;
    margin-left: 15px !important;
}

#footer {
	float: left;
	width: 100%;
	position:relative;
	background-color: #161616;
	padding: 94px 0 65px 0;
}
#footer:before {
    position: absolute;
    content: '';
    width: 96px;
    height: 486px;
    background-image: url(../images/footer-before-shape.png);
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    bottom: 0;
}
#footer:after {
    position: absolute;
    content: '';
    width: 104px;
    height: 486px;
    background-image: url(../images/footer-after-shape.png);
    background-repeat: no-repeat;
    background-size: 100%;
    right: 0;
    bottom: 0;
}
#footer .footerSec {
	position: relative;
	float: left;
	width: 100%;
}
#footer .footerSec h3 {
	margin: 0 0 15px 0;
	font-size: 20px;
	line-height: 30px;
	font-weight:700;
	color: #fff;
}
#footer .footerSec .ftr_companyinfo {
	display: flex;
    align-items: center;
	justify-content: center;
}
#footer .footerSec .ftr_companyinfo h4 {
	margin: 0 0 30px 0;
	font-size: 40px;
	line-height: 50px;
	font-weight:600;
	color: #fff;
}
#footer .footerSec .ftr_companyinfo .contactBtn {
    position: relative;
    display: inline-block;
    padding: 7px 42px 7px 25px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 25px;
    line-height: 26px;
	transition: all 0.3s ease-in-out;
}
#footer .footerSec .ftr_companyinfo .contactBtn:hover {
	background-color: #ffffff;
    border: 2px solid transparent;
	color: #000000;
}
#footer .footerSec .ftr_companyinfo .contactBtn:after {
    position: absolute;
    content: '\F054';
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 16px;
    right: 20px;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
#footer .footerSec .ftr_companyinfo .contactBtn:hover::after {
	color: #000000;
}
#footer .footerSec .ftr_logo {
	display: flex;
    align-items: center;
	justify-content: center;
}
#footer .footerSec .ftr_menu {
	display: flex;
}
#footer .footerSec .ftr_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer .footerSec .ftr_menu ul li {
	position:relative;
	display: inline-block;
	width: 100%;
	padding: 5px 0;
}
#footer .footerSec .ftr_menu ul li a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#footer .footerSec .ftr_menu ul li a:hover {
	color: #d2d4d4;
	text-decoration: none;
}
#footer .footerSec .social {
	width: 100%;
    display: flex;
    margin-bottom: 30px;
}
#footer .footerSec .social ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#footer .footerSec .social ul li {
	float: left;
	width: 100%;
	padding: 2px 0;
}
#footer .footerSec .social ul li:last-child {
	margin-right:0;
}
#footer .footerSec .social ul li a {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#footer .footerSec .social ul li a:hover {
    color: #d2d4d4;
    text-decoration: none;
}

.copyright {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-top: 68px;
}
.copyright .copyright-text {
	width: auto;
    float: left;
}
.copyright .copyright-text p {
	margin: 0 0 0 0;
}
.copyright .copyright-text a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.copyright .copyright-text a:hover {
	color: #00aab2;
	text-decoration: none;
}

/* contact form 7 */
body div.wpcf7-response-output { padding: 10px!important; margin: 20px 0 !important; box-sizing: border-box; border: none; display: inline-block; width: 100%; text-align: center!important; border: 1px solid #ff0000!important; font-size: 16px; }
body span.wpcf7-not-valid-tip { position: absolute; top: 3px; right: 4px; font-size: 12px; white-space: nowrap; color: #dc3232!important; }
body .wpcf7-not-valid {	border-color: #f00 !important; }
.wpcf7 form.sent .wpcf7-response-output { border-color: #46b450!important; }


/*----------------- inner pages -----------------*/
.alignleft, .alignnone { float: left; max-width: 100%; height: auto; margin: 0 20px 20px 0; }
.alignright { float: right; max-width: 100%; height: auto; margin: 0 0 20px 20px; }
.aligncenter { float: none; display: block; max-width: 100%; height: auto; margin: 30px auto 30px auto;}

#inner_banner {
	position: relative;
    float: left;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	overflow: hidden;	
}
#inner_banner img {
	width: 100%;
	height: auto;
}
#inner_banner .caption {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}	
#inner_banner .caption h1 {
    margin: 0;
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
}

.inner_section {
	width:100%;
	display:block;
	/*padding:50px 0;*/
}

.leadershipSec ul {
    margin: 0px 0 10px 0!important;
    padding: 0px!important;
    list-style: none!important;
}
.leadershipSec ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 0 20px 30px!important;
}
.leadershipSec ul li:before {
    position: absolute;
	top: 5px;
    left: 0;
    content: '\F133';
    font-family: "Material Design Icons";
    font-size: 20px;
    color: #13a6e5;
}
.leadershipSec ul li strong {
    font-size: 22px;
    line-height: 32px;
	font-weight: 600;
    color: #13a6e5;
}

.spu-content h2 {
	font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #00AAB2;
}
.spu-content p strong {
	font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding-bottom: 20px;
    color: #868686;
    display: inline-block;
}
.spu-content p {
	margin-bottom: 0;
	font-size:18px;
	line-height:28px;
	color: #3c464e;
}

/*------------------- About Page -----------------------------*/

.ourTeam .teamImg:after {
	position: absolute;
    content: '';
    width: calc(100% - 255px);
    height: 68px;
    background: #000000 !important;
    background: -webkit-linear-gradient(to bottom, #000000 0%, #FFFFFF 67%) !important;
    background: -moz-linear-gradient(to bottom, #000000 0%, #FFFFFF 67%) !important;
    background: linear-gradient(to left, #000000 0%, #ffffff 93%) !important;
    left: 0;
    bottom: -40px;
    margin: 0 auto;
    right: 0;
    z-index: -1;
}

.InvestmentSec .itemBox {
	width: 25% !important;
	margin: 0 !important;
}

/*----------------- contact page -----------------*/
.contact_form {}
.contact_form .form-group {
    margin-bottom: 15px!important;
    width: 100%!important;
    float: left!important;
}
.contact_form .form-control {
    display: inline-block!important;
    width: 100%!important;
    height: 50px!important;
    padding: 13px 15px!important;
    margin-bottom: 0!important;
    border: 1px solid #c5c5c5!important;
    background-color: #fff!important;
    border-radius: 25px!important;
    box-shadow: none!important;
    font-size: 18px!important;
    color: #000000!important;
}
.contact_form .form-control::-webkit-input-placeholder {
	font-size: 18px!important;
	color: #000000!important;
}
.contact_form .form-group .submitBtn {
	float: left!important;
	width: auto!important;
	padding: 12px 30px!important;
	border: 1px solid #000000 !important;
	font-size: 18px!important;
	line-height: 22px!important;
	font-weight: 600;
	color: #000000 !important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	transition: all .3s ease-in-out !important;
	text-align: center!important;
	border-radius: 25px!important;	
	background: transparent !important;
	border: 1px solid #000000 !important;
}
.contact_form .form-group .submitBtn:hover {
	background: #000000 !important;
	color: #ffffff!important;
}
.contact_form textarea.form-control {
    height: auto!important;
    resize: none!important;
}

.contact_detail {
	padding: 0 0 0 40px;
}
.contact_detail h2 {
	margin-bottom:20px!important;
}
.contact_detail ul {
    margin: 0px 0 10px 0!important;
    padding: 0px;
    list-style: none;
}
.contact_detail ul li {
    display: inline-block;
    width: 100%;
}
.contact_detail ul li.details {
	position: relative;
	padding: 0 0 20px 50px!important;
	min-height: 55px;
	color: #000000!important;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	display: flex;
	align-items: center;
}
.contact_detail ul li.details:before {
	position: absolute;
	left: 0;
	font-family: "Material Design Icons";
	font-size: 18px;
	color: #ffffff;
	width: 36px;
	height: 36px;
	background-color: #0b0e0d;
	border-radius: 30px;
	text-align: center;
	line-height: 36px;
}
.contact_detail ul li.address:before {
	content: '\F34E';
}
.contact_detail ul li.phone:before {
	content: '\F3F2';
}
.contact_detail ul li.email:before {
	content: '\F1EE';
}
.contact_detail ul li.details a {
	font-weight: 400!important;
	color: #000!important;
	text-decoration: none;
	line-height:inherit;
	padding-bottom:0!important;
	transition: all 0.3s ease-in-out !important;
}
.contact_detail ul li.details a:hover {
	color: #9e9f9f!important;
	text-decoration: none;
}
.mapSec {}
.mapSec iframe {
	width: 100%;
    display: block;
}
.teamBox .et_pb_blurb_container {
	padding: 0 20px 20px 20px!important;
	min-height: 150px;
}
.teamBox .et_pb_blurb_container h3 {
	font-size: 16px!important;
}