/* Custom CSS */

@font-face {
    font-family: Normal-Regular;
    src: url('/wp-content/themes/wpbstarter/assets/webfonts/Normal-Regular.ttf');
}
@font-face {
    font-family: VisbyCF-Bold;
    src: url('/wp-content/themes/wpbstarter/assets/webfonts/VisbyCF-Bold.otf');
}
@font-face {
    font-family: VisbyCF-Medium;
    src: url('/wp-content/themes/wpbstarter/assets/webfonts/VisbyCF-Medium.otf');
}
@font-face {
    font-family: VisbyCF-Regular;
    src: url('/wp-content/themes/wpbstarter/assets/webfonts/VisbyCF-Regular.otf');
}

body {
    font-family: Normal-Regular;
}
h2 {
    font-family: VisbyCF-Medium;
    font-size: 70px;
    display: block;
    line-height: 70px;

}
h3 {
    font-family: VisbyCF-Regular;
}
input:focus, 
textarea:focus, 
button:focus, 
.form-control:focus, 
.btn.focus, 
.btn:focus, 
a:focus, 
button:focus, 
.search-box input.form-control:focus, 
button.close-search:focus {
    outline: none;
    border: 0px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
    .akg-header-container {
        max-width: 1620px;
    }
}
#mastheadx {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 50px 0px;
    opacity: 1;
}
#mastheadx .row {
    align-items: center;
}
.navbar-toggle {
    display: none;
}
.headerNav ul.sina-menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    gap: 32px;
    justify-content: center;
}
.headerNav .nav-link {
    padding: 0px;
    font-family: Normal-Regular;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.header-cta-btn {
    text-align: right;
}
.header-cta-btn a {
    color: #CFFCFE;
    font-size: 18px;
    border: 1px solid #ECFFFF;
    padding: 18px 30px !important;
    display: inline-block;
    border-radius: 90px;
    position: relative;
    overflow: hidden;
    transition: .5s;
}
.header-cta-btn a:hover {
    padding-right: 40px;
    transition: .5s;
}
.header-cta-btn a:after {
    content: '';
    display: block;
    height: 65px;
    position: absolute;
    bottom: -100px;
    background-color: #30B7C8;
    left: 0px;
    right: 0px;
    border-radius: 150px;
    opacity: 0;
    transition: .5s;
    z-index: -1;
}
.header-cta-btn a:hover:after {
    bottom: 0px;
    opacity: 1;
    transition: .5s;
}
.header-cta-btn .vc_btn3-icon {
    font-size: 14px;
    position: relative;
    left: 0px;
    transition: .5s;
}
.header-cta-btn a:hover .vc_btn3-icon {
    left: 10px;
    transition: .5s;
}
.mobile-menu-btn {
    display: none;
}
.home-first-sec h3.vc_custom_heading small {
    color: #fff;
    font-size: 90px;
    line-height: 90px;
    font-family: VisbyCF-Medium;
    display: block;
}
.home-first-sec h3.vc_custom_heading {
    font-size: 90px;
    color: #30B7C8;
    font-family: VisbyCF-Bold;
    line-height: 85px;
}
.home-first-sec p {
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
}   
.homeAboutSec h2 {
    font-size: 70px;
    color: #0F7D93;
    line-height: 74px;
    margin-bottom: 30px;
}
.homeAboutSec h6 {
    font-size: 25px;
    color: #FFFFFF;
    line-height: 43px;
    margin-bottom: 50px;
}
.homeAboutSec p {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 32px;
    margin: 50px 0px;
}
.homeAboutSec .aboutImgCol.vc_col-sm-6 > .vc_column-inner {
    padding: 0px;
}
.homeAboutSec .aboutTextCol.vc_col-sm-6 > .vc_column-inner {
    padding-right: 0px;
    padding-left: 100px;
}
.themeBtn .vc_btn3.vc_btn3-size-md {
    background-color: transparent !important;
    color: #CFFCFE !important;
    font-size: 18px;
    border: 1px solid #ECFFFF !important;
    display: inline-block;
    border-radius: 90px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 30px;
    position: relative;
    overflow: hidden;
    transition: .5s;
    z-index: 9;
}
.themeBtn .vc_btn3.vc_btn3-size-md:hover {
    padding-right: 40px;
    transition: .5s;
}
.themeBtn .vc_btn3.vc_btn3-size-md:after {
    content: '';
    display: block;
    height: 60px;
    position: absolute;
    bottom: -100px;
    background-color: #30B7C8;
    left: 0px;
    right: 0px;
    border-radius: 150px;
    opacity: 0;
    transition: .5s;
    z-index: -1;
}
.themeBtn .vc_btn3.vc_btn3-size-md:hover:after {
    bottom: 0px;
    opacity: 1;
    transition: .5s;
}
.themeBtn .vc_btn3-icon {
    font-size: 14px;
    position: relative;
    left: 0px;
    transition: .5s;
}
.themeBtn .vc_btn3.vc_btn3-size-md:hover .vc_btn3-icon {
    left: 10px;
    transition: .5s;
}


.bulletRow .wpb_wrapper {
    display: flex;
    gap: 40px;
}
.hoverRotate img {
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}
.hoverRotate img:hover {
    -webkit-transform: rotateZ(150deg);
    -moz-transform: rotateZ(150deg);
    transform: rotateZ(150deg);
}
.investmentLeft h2{
    font-size: 70px;
}
.lightblue{
    color: #30B7C8;
}


.themeBtn2 .vc_btn3.vc_btn3-size-md {
    background-color: #083644 !important;
    color: #CFFCFE !important;
    font-size: 18px;
    border: 1px solid #ECFFFF !important;
    display: inline-block;
    border-radius: 90px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 30px;
    position: relative;
    overflow: hidden;
    transition: .5s;
    z-index: 9;
}
.themeBtn2 .vc_btn3.vc_btn3-size-md:hover {
    padding-right: 40px;
    transition: .5s;
}
.themeBtn2 .vc_btn3.vc_btn3-size-md:after {
    content: '';
    display: block;
    height: 60px;
    position: absolute;
    bottom: -100px;
    background-color: #30B7C8;
    left: 0px;
    right: 0px;
    border-radius: 150px;
    opacity: 0;
    transition: .5s;
    z-index: -1;
}
.themeBtn2 .vc_btn3.vc_btn3-size-md:hover:after {
    bottom: 0px;
    opacity: 1;
    transition: .5s;
}
.themeBtn2 .vc_btn3-icon {
    font-size: 14px;
    position: relative;
    left: 0px;
    transition: .5s;
}
.themeBtn2 .vc_btn3.vc_btn3-size-md:hover .vc_btn3-icon {
    left: 10px;
    transition: .5s;
}

/*=====*/
.customimgbox{  
    overflow: hidden;
    transition: all .3s ease-in-out 0.2s;
    margin-top: 70px;
}
.fortopspace{
    margin-top: 0px;
}
.customimgbox .vc_column-inner > .wpb_wrapper {
    position: relative;
}
.customimgbox img {
    transform: scale(1.1);
    transition: all .3s ease-in-out 0.2s;
}
.customimgbox:hover img {
    transform: scale(1.3) translateY(-20px);
        transition: all .3s ease-in-out 0.2s;
}
.customimgbox .boxoverlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 100px 15px 30px;
    color: #fff;
    margin: 0;
    transition: all .3s ease-in-out 0.2s;
    align-items: end;
    display: flex;
}
.customimgbox:hover .boxoverlay {
    background: rgb(0 0 0 / 63%);
}
.customimgbox .text-h1 {
    transform: translateY(130px);
    opacity: 1;
    transition: all .3s ease-in-out 0.2s;
    font-size: 28px;
    line-height: 26px;
    font-family: VisbyCF-Bold;
}
.customimgbox .text-p {
    transform: translateY(50px);
    opacity: 0;
    transition: all .3s ease-in-out 0.2s;
    margin-bottom: 0px;
}
.customimgbox p {
    min-height: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.customimgbox:hover .boxoverlay .text-h1 {
    opacity: 1;
    transform: translateY(0);
    transition: all .3s ease-in-out 0.2s;
}

.customimgbox:hover .boxoverlay .text-p {
    opacity: 1;
    transform: translateY(0);
    transition: all .3s ease-in-out 0.2s;
}
.forgap{
    display: flex;
    gap: 30px;
    margin-left: -15px !important;
    margin-right: -15px !important;

}
.forgap .vc_column_container>.vc_column-inner{
 padding: 0px;   
}
.forinvestheading h2 {
    font-size: 70px;
    line-height: 74px;
    margin: 0;
}
.invest-row-padd .wpb_text_column p {
    font-size: 18px;
    line-height: 30px;
    padding-right: 100px;
}
/* BEGIN Counter Section Css */
.MainCounterSec{
    background-color:#233237 ;
}
.imggrid .wpb_wrapper{
    display: flex;
    gap: 80px;
}
.imggrid .wpb_wrapper img{
    margin: 30px 0 50px 0;
	display:none;
}
.mobile-img {
    display: none;
}
.abloutSecleft {
    margin-top: 30px;
}
.abloutSecleft h2{
    color: #fff;
    font-size: 70px;
    display: block;
    margin: 0 0 50px 0;
    line-height: 70px;
}
.abloutSecleft p{
    color: #fff;
    font-size: 18px;
    display: block;
    margin: 0;
    line-height: 30px;
    padding-right: 60px;
}
.MainCounterBox .stats-top .stats-number{
    font-size: 100px !important;
    font-weight: 400;
    color: #fff;
    font-family: VisbyCF-Regular;
}
.MainCounterBox .stats-block .stats-text{
    font-size: 20px !important;
    font-weight: 400;
    color: #fff;
}
.forbottomspace{
    margin-bottom: 100px;
}

/* END Counter Section Css */
/* BEGIN Team Section */
.SliderOuter{
    border: 1px solid #30B7C8;
    padding: 13px;
    margin-bottom: 30px;
    margin-right: 30px;
    cursor: pointer;
}
.SliderOuter img{
    width: 100%;
    height: 215px;
    object-fit: cover;
    filter: grayscale(1);
    transition: .2s;
}
.SliderOuter:hover img {
    filter: grayscale(0);
    transition: .2s;
}
.team-box-detail {
    background: #2C3A3F;
    padding: 20px;
    margin-top: 13px;
}
.team-box-detail h3{
    display: block;
    margin: 0;
    color: #30B7C8;
    font-weight: 600;
    font-size: 20px;
}
.team-box-detail h4{
    color: #ffffff4f;
    margin: 0;
    display: block;
    font-size: 14px;
}
.RightTeamMain{
    position: relative;
}
.team-slider-arrow {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.RightTeamMain .team-slider-arrow .prev-arrow {
    background-color: transparent;
    color: #fff !important;
    width: 48px;
    height: 48px;
    display: grid;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #30b7c8;
    cursor: pointer;
}
.RightTeamMain .team-slider-arrow .next-arrow {
    background-color: transparent;
    color: #fff;
    width: 48px;
    height: 48px;
    display: grid;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #30b7c8;
    cursor: pointer;
}
.RightTeamMain .prev-arrow:hover, .RightTeamMain .next-arrow:hover{
    border: 1px solid #30B7C8;
    background: #30b7c8;
    color:  #083644 !important;
}

.teamModalMain .modal-dialog {
    max-width: 1195px;
    margin: 1.75rem auto;
}    
.teamModalMain .modal-body{
    background-color: #0F7D93;
    padding: 5%;
}
.teamModalMain .modal-body h3{
    font-size: 70px;
    color: #fff;
    line-height: 50px;
    margin: 0 0 30px 0;
}
.teamModalMain .modal-body h4{
    font-size: 20px;
    color: #fff;
}
.teamModalMain .modal-body label{
    font-size: 15px;
    color: #fff;
    margin: 10px 0 10px 0;
}
.teamModalMain .modal-body p{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}
.teamModalMain .add-socials {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    margin: 30px 0 40px 0;
}
.teamModalMain .add-socials  li{
    margin-bottom: 10px;
    margin-right: 10px;
}
.teamModalMain .add-socials  li a{
    background: #083644;
    border: 2px solid #083644;
    color: #fff;
    display: table;
    width: 43px;
    height: 43px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 100px;
}
.teamModalMain .add-socials  li a:hover{
    background: transparent;
    border: 2px solid #083644;
    color: #fff;
}
.model-box-row {
    display: flex;
}
.model-box-col {
    flex: 0 0 50%;
}
.model-box-img {
    display: flex;
    gap: 17px;
}
.teamModalMain  .modal-content{
    border: transparent;
    background: transparent;   
    position: relative;
}

.teamModalMain button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    background: #fff;
    opacity: 1;
    border-radius: 100px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9;
}
.team-mobile-popup-box {
    display: none;
}
.mobile-btn {
	display: none !important;
}
/* BEGIN Team Section */
.discoverinner p{
    color: #fff;
    font-size: 24px;
    display: block;
    margin-right: 300px;
}
.discoverinner h2{
    color: #fff;
    width: 80%;
    margin-bottom: 60px;
}
.discoverinner h2 small{
    color: #30B7C8; 
    font-size: 70px;
}
.OurPartners h2 {
    color: #fff;
    width: 280px;
    margin-bottom: -150px;
}
.customTabs {
    display: flex;

}
.OurPartners .customTabs .nav-tabs {
    flex: 0 0 30% !important;
    margin-top: 200px !important;
    padding: 0px;
    list-style: none;
    border: 0px;
    display: block;
}
.OurPartners .customTabs .tab-content {
    flex: 0 0 70% !important;
}
.OurPartners .vc_general .vc_tta-panels-container .vc_tta-panels {
    background-color: transparent !important;
    border: 0px !important;
}
.OurPartners .customTabs .tab-content h6 {
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 50px;
}
.OurPartners .customTabs .tab-content p {
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    margin-top: 50px;
}
.OurPartners .customTabs .tab-content p a {
    font-size: 20px;
    color: #30b7c8;
    line-height: 32px;
    text-decoration: underline;
}
.OurPartners .customTabs  .tab-pane {
    padding: 0px 170px;
}
.OurPartners .customTabs .nav-item>a {
    text-align: center;
    background-color: transparent;
    border: 1px solid #30B7C8;
    color: #fff !important;
    font-size: 35px;
    padding: 30px 0px;
    line-height: normal;
    margin-bottom: 30px;
}
/*.OurPartners .customTabs .nav-item>a:focus, */
.OurPartners .customTabs .nav-item >a.active,
.OurPartners .customTabs .nav-item>a:hover {
    background-color: #233237;
    border: 1px solid transparent;
}
.CounterTextMain .stats-top .aio-icon-top, .stats-top .stats-desc {
    text-align: left !important;
}
.MainCounterBox .stats-top .counter_suffix {
	font-size: 85px !important;
    font-weight: 400;
    color: #fff;
    font-family: VisbyCF-Regular;
}

.newsSection h2 {
	margin-bottom: 90px;
	line-height: 85px;
}
.newsSection h2 small {
	font-size: 70px;
    display: block;
    line-height: 70px;
    color: #30B7C8;
}
.newsSliderMain .slick-slide {
	margin-right: 30px;
}
.news-box-detail {
	background-color: #233237;
    padding: 50px 45px;
}
.news-box-detail span {
	color: #07BFD3;
    margin-bottom: 21px;
    display: block;
}
.news-box-detail p {
	color: #fff;
    font-size: 23px;
    line-height: 43px;
    margin-bottom: 0px;
}
.news-box-detail a {
	color: #fff;
    text-decoration: underline;
    font-size: 18px;
}
.news-box-detail a i {
    font-size: 11px;
    margin-left: 6px;
}
.newsSliderMain .slick-arrow {
	border: none;
    background: transparent;
    color: #233237;
    padding: 0px;
    cursor: pointer;
    z-index: 2;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #233237;
    font-size: 0;
    font-family: 'Font Awesome 5 Free';
    display: flex;
    align-items: center;
}
.newsSliderMain .slick-prev:hover{
    background: #233237;
    color: #fff;
}
.newsSliderMain .slick-prev {
    position: absolute;
    right: 90px;
    top: -160px;
}
.newsSliderMain .slick-prev:before {
    content: "\f104";
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: 900;
    position: relative;
    flex: 0 0 100%;
}
.newsSliderMain .slick-next {
    position: absolute;
    right: 30px;
    top: -160px;
   
}
.newsSliderMain .slick-next:hover {
    background: #233237;
    color: #fff;
}
.newsSliderMain .slick-next:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: 900;
    position: relative;
    flex: 0 0 100%;
}
.news-box img {
	border-top: 5px solid transparent;
	transition: .5s;
}
.news-box:hover img {
	border-top: 5px solid #30B7C8;
	transition: .5s;
}
.fp-watermark {
    display: none;
}
.customFooter {
	background-image: url('/wp-content/uploads/2023/11/footer-bg-img.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	display: grid;
    align-items: center;
}
.customFooter .formText h2 {
	color: #fff;
    font-size: 50px;
    line-height: 55px;
}
.customFooter .formText p {
	color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.footer-form-column {
	padding-right: 150px !important;
}
.footer-contact-info,
.footerLogoCol {
	padding-left: 122px !important;
}
.footer-form-column label {
    color: #fff;
    font-size: 14px;
    font-family: VisbyCF-Medium;
    margin-bottom: 0px;
}
.footer-form-column .form-control {
    height: 50px;
    padding: 0px 0px;
    font-size: 18px;
    color: #30B7C8;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #FFFFFF4D;
    box-shadow: none;
    padding-bottom: 10px;
    margin-bottom: 40px !important;
}
.footer-form-column .form-control::placeholder {
	color: #30B7C8;
}
.footer-form-column .submitBtn {
	background-color: transparent !important;
    color: #CFFCFE !important;
    font-size: 18px;
    font-weight: 400;
    z-index: 2;
    position: relative;
    box-shadow: none !important;
    padding: 0px;
    border: 0px;
}
.wpcf7-submit::first-letter {
  font-family: "Font Awesome 5 Free";
  float:right;
  font-weight:900;
  margin: 0 0 0 5px
}
.footer-form-column .wpcf7-spinner {
	position: absolute;
    bottom: 30px;
}
.btnRight {
	text-align: right;
}
.footer-contact-info h3.widget-title {
    font-size: 20px;
    font-family: 'VisbyCF-Medium';
    color: #30B7C8;
    margin-bottom: 23px;
}
.menu-quick-links-container a.nav-link {
    padding: 0px;
    color: #ECFFFF;
    font-size: 18px;
    margin-bottom: 20px;
    border: 0px;
}
.contactInfoBox h6 {
    font-size: 14px;
    color: #30B7C8;
}
.contactInfoBox a {
    font-size: 18px;
    color: #fff;
    border: 0px;
}
.contactInfoBox {
    margin-bottom: 30px;
}
.contactInfoBox ul {
    padding: 0px;
    list-style: none;
    margin-top: 13px;
}
.contactInfoBox ul li a {
	background-color: #074254;
    padding: 5px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    border: 0px;
}
.formText,
.footerLogoCol {
	margin-bottom: 70px;
}
.site-info .wpb_text_column.wpb_content_element {
    margin-bottom: 0px;
}
.hentry {
    margin: 0px;
}
.site-info {
	border-top: 1px solid #FFFFFF66;
	padding-top: 20px;
    margin: 0px auto !important;
    position: absolute !important;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}
.footer-copyright p {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
}
.footer-copyright p a {
	color: #68EEF8;
}
.design-n-develop p {
	color: #FFFFFF;
	font-size: 14px;
	text-align: right;
	margin: 0px;
}
.customimgbox .wpb_single_image {
    overflow: hidden;
}
.sticyMenu {
    position: fixed;
    bottom: 0px;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
}

/*=====Inner Page Css======*/
.customInnerBanner {
    background-color: #233237;
    padding: 290px 0 100px;
    color: #fff;
}
.customInnerBanner ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.customInnerBanner ul li a:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    font-weight: 600;
    color: #30B7C8;
    position: relative;
    left: 10px;
}
.customInnerBanner ul li a {
    color: #fff;
    border: 0px;
}
.PrivacyContent h2 {
    color: #30B7C8;
    font-size: 26px;
    line-height: 43px;
    font-family: Normal-Regular;
}
.PrivacyContent p {
    color: #81A8B5;
    font-size: 18px;
    line-height: 30px;
}
.customInnerBanner h2 {
    font-size: 90px;
    line-height: 90px;
    font-family: VisbyCF-Regular;
}
.wpcf7-response-output {
    color: #fff;
}


.imginline{
    display: flex;
}
.ThankyouCenter h2{
    color: #0F7D93;
    display: block;
    text-align: center !important;
    font-size: 90px;
}
.ThankyouCenter h2.error404 {
    color: #0F7D93;
    display: block;
    text-align: center !important;
    font-size: 250px;
    line-height: 220px;
    margin: 0;
}
.ThankyouCenter h3{
    color: #fff;
    display: block;
    text-align: center !important;
    font-size: 90px;
    text-transform: capitalize;
}
.ThankyouCenter p{
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
}
.ThankyouCenter .themeBtn{
    margin: 0px auto;
}
.MainThankyou {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}





/*=========*/
.home #fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0,-50%,0);
}

#fp-nav .fp-sr-only {
    display: none;
    color: #30b7c8;
    position: relative;
    left: 20px;
    width: auto !important;
    height: auto !important;
    background-color: transparent !important;
    top: -8px;
    margin: 0px !important;
    text-transform: capitalize;
}
#fp-nav.fp-right {
    right: 115px;
}
#fp-nav ul li a:hover span.fp-sr-only {
    display: block;
}
#fp-nav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
#fp-nav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    border: 0px;
}

#fp-nav ul li a span {
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	
}
#fp-nav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav.dark-built ul li a span {
    background: #07303d;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    background: #30b7c8;

 }
.ThankyouCenter h2.title-404 {
    font-size: 250px;
    font-weight: 700;
    line-height: 230px;
}


.footer-form-column .btnRight .submit-span:after {
    content: '';
    display: block;
    height: 65px;
    position: absolute;
    bottom: -100px;
    background-color: #30B7C8;
    left: 0px;
    right: 0px;
    border-radius: 150px;
    opacity: 0;
    transition: .5s;
    z-index: -1;
}
.footer-form-column .btnRight .submit-span:hover:after {
    bottom: 0px;
    opacity: 1;
    transition: .5s;
    z-index: 1;
}
.btnRight p > .submit-span {
	position: relative;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #ECFFFF !important;
    border-radius: 90px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 30px;
    padding-right: 40px;
}
.btnRight .submit-span:before {
	content: "\f061";
    color: #CFFCFE;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 22px;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    font-size: 13px;
    z-index: 2;
}
.page-template-template-no-banner .customFooter {
    display: none !important;
}
.customInnerBanner .col-lg-12:after {
    content: '';
    width: 40px;
    height: 5px;
    display: inline-block;
    background-color: #0F7D93;
    margin-top: 40px;
}
.last-word {
	color: #0F7D93;
}


.OurPartners {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.DiscoverExciting {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mobile-footer-logo {
	display: none;
}
.footer-form-column .widget_media_image {
	display: none;
}

section#custom_html-5, section#custom_html-6 {
    margin: 0px;
}
.wpb_widgetised_column.footer-copyright, .wpb_widgetised_column.design-n-develop {
    margin: 0px;
}
.fa.fa-linkedin {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

@media only screen and (max-height: 768px) and (max-width: 1440px) {
	.formText, .footerLogoCol {
		margin-bottom: 0px;
	}
	.customFooter .formText h2 {
		font-size: 35px;
		line-height: 35px;
	}
	.customFooter .formText p {
		font-size: 15px;
		line-height: 20px;
	}
	.footer-contact-info, .footerLogoCol {
		padding-left: 40px !important;
	}
	.footer-form-column .form-control {
		margin-bottom: 20px !important;
	}
	.btnRight p > .submit-span {
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.site-info {
		position: initial !important;
	}
	.footerLogoCol .widget_media_image img {
		width: 170px;
	}
	#fp-nav.fp-right {
		right: 15px;
	}
	.home #fp-nav:before {
		width: 20px;
		height: 20px;
		margin: 0px auto 20px;
	}
	
/* 	About Us */
	
	.homeAboutSec h2 {
		font-size: 60px;
		line-height: 65px;
	}
	.homeAboutSec p {
		font-size: 14px;
		margin: 20px 0px;
		padding-right: 50px;
	}
	.homeAboutSec .wpb_single_image {
		margin-bottom: 20px;
	}
	.homeAboutSec {
		padding-top: 0px !important;
		padding-bottom: 0px;
	}
	.homeAboutSec .aboutTextCol.vc_col-sm-6 > .vc_column-inner {
		padding-left: 70px;
	}
	.aboutImgCol .wpb_single_image {
		margin-bottom: 0px !important;
	}
/* 	Meet Our Team */
	
	.abloutSecleft h2 {
		font-size: 60px;
		line-height: 65px;
		margin: 0 0 30px 0;
	}
	.abloutSecleft p {
		font-size: 17px;
	}
	.meetTeamSec {
		padding-top: 25px !important;
		padding-bottom: 0px !important;
	}
	.SliderOuter {
		margin-bottom: 20px;
		margin-right: 20px;
	}
	.team-slider-arrow {
		margin-top: 0px;
	}
	.SliderOuter img {
		height: 195px;
	}
/* 	Investment Sec */
	
	.forinvestheading h2 {
		font-size: 60px;
		line-height: 65px;
	}
	.invest-row-padd .wpb_text_column p {
		font-size: 17px;
	}
	.investmentSec .vc_col-sm-5 .wpb_text_column {
		margin-bottom: 20px;
	}
	.investmentSec .invest-row-padd {
		margin-bottom: 60px !important;
	}
	.investmentSec {
		padding-top: 0px !important;
		padding-bottom: 0px;
	}
/* 	 Main Counter Sec */
	
	.MainCounterSec .abloutSecleft .wpb_text_column {
		margin-bottom: 20px !important;
	}
	.MainCounterBox .stats-top .stats-number {
		font-size: 80px !important;
	}
	.MainCounterSec .counterText {
		margin-bottom: 15px !important;
	}
	.forbottomspace {
		margin-bottom: 60px;
	}
	.imggrid .wpb_wrapper img {
		margin: 30px 0 30px 0;
		max-width: 70px;
	}
	.MainCounterSec .imggrid .wpb_single_image {
		margin-bottom: 0px;
	}
/* 	 Our Partners Sec */
	
	.OurPartners h2 {
		font-size: 60px;
	}
	.OurPartners .customTabs .tab-content h6 {
		font-size: 20px;
		line-height: 32px;
	}
	
/* 	 News Sec */
	
	.newsSection h2 {
		font-size: 60px;
		line-height: 75px;
		margin-bottom: 60px;
	}
	.newsSection h2 small {
		font-size: 60px;
	}
	.news-box-detail p {
		font-size: 20px;
		line-height: 35px;
		margin-bottom: 25px;
	}
	
/* 	Discover Sec */
	
	.discoverinner h2 {
		font-size: 60px;
		width: 70%;
		margin-bottom: 50px;
	}
	.discoverinner p {
		font-size: 21px;
		display: block;
		margin-right: 366px;
	}
}

@media (min-width: 1400px) and (max-width: 1600px) {
	#fp-nav.fp-right {
		right: 50px;
	}
	.homeAboutSec h2 {
		font-size: 60px;
		margin-bottom: 20px;
	}
	.homeAboutSec p {
		font-size: 17px;
		line-height: 29px;
		margin: 40px 0px;
	}
	.themeBtn .vc_btn3.vc_btn3-size-md {
		font-size: 16px;
	}
	.abloutSecleft h2 {
		font-size: 60px;
    	margin: 0 0 40px 0;
	}
	.forinvestheading h2 {
		font-size: 60px;
    	line-height: 65px;
	}
	.imggrid .wpb_wrapper img {
		margin: 30px 0 35px 0;
	}
	.MainCounterBox .stats-top .stats-number {
		font-size: 85px !important;
	}
	.forbottomspace {
		margin-bottom: 70px;
	}
	.formText, .footerLogoCol {
		margin-bottom: 20px;
	}
	.footer-form-column .form-control {
		margin-bottom: 25px !important;
		font-size: 16px;
	}
	.homeAboutSec .aboutImgCol img {
		max-width: 600px;
	}
	.homeAboutSec .aboutTextCol.vc_col-sm-6 > .vc_column-inner {
		padding-left: 0px;
	}
	.SliderOuter img {
		height: 180px;
		object-position: top;
	}
	.team-box-detail h3 {
		font-size: 17px;
	}
	.team-box-detail h4 {
		font-size: 12px;
	}
	.team-box-detail {
		padding: 15px;
		margin-top: 12px;
	}
	.SliderOuter {
		margin-bottom: 20px;
		margin-right: 20px;
		padding: 13px;
	}
	.abloutSecleft p {
		font-size: 17px;
		line-height: 29px;
	}
	.invest-row-padd .wpb_text_column p {
		font-size: 17px;
		line-height: 29px;
	}
	.themeBtn2 .vc_btn3.vc_btn3-size-md {
		font-size: 16px;
	}
	.investmentSec .vc_row.invest-row-padd {
		margin-bottom: 50px !important;
	}
	.invest-row-padd .wpb_text_column p {
		font-size: 17px;
		line-height: 29px;
	}
	.themeBtn2 .vc_btn3.vc_btn3-size-md {
		font-size: 16px;
	}
	.investmentSec .vc_row.invest-row-padd {
		margin-bottom: 50px !important;
	}
	.investmentSec .customimgbox > .vc_column-inner > .wpb_wrapper .wpb_single_image {
		height: 340px;
	}
	.customimgbox .text-h1 {
		font-size: 22px;
		line-height: 24px;
		position: relative;
	}
	.customimgbox p {
		font-size: 13px;
	}
	.customimgbox .text-p {
		margin-bottom: 30px;
	}
	.MainCounterSec h2 {
		margin: 0 0 30px 0;
		line-height: 62px;
	}
	.MainCounterSec .imggrid .wpb_single_image {
		margin-bottom: 0px;
	}
	.MainCounterSec .imggrid .wpb_single_image img {
		height: 70px;
		width: 70px;
	}
	.MainCounterSec .abloutSecleft .wpb_text_column {
		margin-bottom: 0px;
	}
	section.investmentSec {
		padding-top: 0px !important;
	}
	.OurPartners .customTabs .tab-content h6 {
		font-size: 20px;
		line-height: 32px;
	}
	.OurPartners h2 {
		font-size: 60px;
		line-height: 62px;
	}
	.newsSection h2 {
		font-size: 60px;
		margin-bottom: 60px;
		line-height: 70px;
	}
	.news-box-detail {
		padding: 40px 35px;
	}
	.news-box-detail span {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.news-box-detail p {
		font-size: 18px;
		line-height: 38px;
		margin-bottom: 25px;
	}
	#fp-nav .fp-sr-only {
		left: -90px;
	}
	.discoverinner h2 {
		font-size: 60px;
		line-height: 65px;
		width: 70%;
		margin-bottom: 50px;
	}
	.discoverinner p {
		font-size: 20px;
		display: block;
		margin-right: 360px;
	}
	.customFooter .formText h2 {
		font-size: 45px;
		line-height: 50px;
	}
	.customFooter .formText p {
		font-size: 16px;
		line-height: 28px;
	}
	.footer-form-column label {
		font-size: 13px;
	}
	.footer-form-column .submitBtn {
		font-size: 16px;
	}
	.btnRight p > .submit-span {
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 20px;
		padding-right: 30px;
	}
	.btnRight .submit-span:before {
		right: 12px;
	}
	
}
@media (min-width: 1200px) and (max-width: 1399px) {
	
	.container {
		max-width: 1170px;
	}
	#fp-nav.fp-right {
		right: 20px;
	}
	.homeAboutSec h2 {
		    font-size: 50px;
    	margin-bottom: 10px;
	}
	.homeAboutSec p {
		font-size: 14px;
		line-height: 26px;
		margin: 25px 0px;
	}
	.themeBtn .vc_btn3.vc_btn3-size-md {
		font-size: 14px;
	}
	.abloutSecleft h2 {
		font-size: 50px;
		margin: 0 0 30px 0;
		line-height: 60px;
	}
	.forinvestheading h2 {
		font-size: 50px;
    	line-height: 55px !important;
	}
	.imggrid .wpb_wrapper img {
		margin: 25px 0 30px 0;
	}
	.MainCounterBox .stats-top .stats-number {
		font-size: 69px !important;
	}
	.MainCounterBox .stats-block .stats-text {
		font-size: 16px !important;
	}
	.forbottomspace {
		margin-bottom: 50px
	}
	.abloutSecleft {
		margin-top: 0px;
	}
	.MainCounterSec .desktop-img img {
		width: 100%;
		max-width: 420px;
	}
	.formText, .footerLogoCol {
		margin-bottom: 0px;
	}
	.footer-form-column .form-control {
		margin-bottom: 20px !important;
    	font-size: 14px;
	}
	.homeAboutSec .aboutImgCol img {
		max-width: 520px;
	}
	.homeAboutSec .aboutTextCol.vc_col-sm-6 > .vc_column-inner {
		padding-left: 0px;
	}
	.SliderOuter img {
		height: 160px;
    	object-position: top;
	}
	.team-box-detail h3 {
		font-size: 17px;
	}
	.team-box-detail h4 {
		font-size: 12px;
	}
	.team-box-detail {
		padding: 15px;
		margin-top: 12px;
	}
	.SliderOuter {
		margin-bottom: 20px;
		margin-right: 20px;
		padding: 13px;
	}
	.abloutSecleft p {
		font-size: 14px;
		line-height: 26px;
		padding-right: 100px;
	}
	.invest-row-padd .wpb_text_column p {
		font-size: 17px;
		line-height: 29px;
	}
	.themeBtn2 .vc_btn3.vc_btn3-size-md {
		font-size: 16px;
	}
	.investmentSec .vc_row.invest-row-padd {
		margin-bottom: 50px !important;
	}
	.invest-row-padd .wpb_text_column p {
		font-size: 14px;
    	line-height: 25px;
	}
	.themeBtn2 .vc_btn3.vc_btn3-size-md {
		font-size: 14px;
	}
	.investmentSec .vc_row.invest-row-padd {
		margin-bottom: 50px !important;
	}
	.investmentSec .customimgbox > .vc_column-inner > .wpb_wrapper .wpb_single_image {
		height: 300px;
	}
	.customimgbox .text-h1 {
		font-size: 22px;
		line-height: 24px;
		position: relative;
	}
	.customimgbox p {
		font-size: 13px;
    	min-height: 98px;
	}
	.customimgbox .text-p {
		margin-bottom: 30px;
	}
	.MainCounterSec h2 {
		margin: 0 0 30px 0;
    	line-height: 60px;
	}
	.MainCounterSec .imggrid .wpb_single_image {
		margin-bottom: 0px;
	}
	.MainCounterSec .imggrid .wpb_single_image img {
		height: 60px;
    	width: 60px;
	}
	.MainCounterSec .abloutSecleft .wpb_text_column {
		margin-bottom: 0px;
	}
	section.investmentSec {
		padding-top: 0px !important;
	}
	.OurPartners .customTabs .tab-content h6 {
		font-size: 18px;
		line-height: 29px;
		margin-bottom: 0px !important;
	}
	.OurPartners .customTabs .tab-content p {
		font-size: 18px;
		line-height: 29px;
		margin-top: 30px;
	}
	.OurPartners h2 {
		font-size: 50px;
    	line-height: 52px;
	}
	.OurPartners .customTabs img {
		width: 100%;
		max-width: 250px;
	}
	.OurPartners .customTabs .nav-item>a {
		padding: 25px 0px;
	}
	.newsSection h2 {
		font-size: 50px;
		margin-bottom: 40px;
		line-height: 60px;
	}
	.newsSection h2 small {
		font-size: 50px;
	}
	section.newsSection {
		padding-top: 0px !important;
	}
	.news-box-detail {
		padding: 30px 30px;
	}
	.news-box-detail span {
		font-size: 13px;
    	margin-bottom: 10px;
	}
	.news-box-detail p {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.newsSection .wpb_text_column {
		margin-bottom: 0px !important;
	}
	#fp-nav .fp-sr-only {
		left: -90px;
	}
	.discoverinner h2 {
		font-size: 50px;
		line-height: 55px;
		width: 70%;
		margin-bottom: 30px;
	}
	.discoverinner h2 small {
		font-size: 50px;
	}
	.discoverinner p {
		font-size: 16px;
		display: block;
		margin-right: 410px;
	}
	.customFooter .formText h2 {
		font-size: 35px;
    	line-height: 35px;
	}
	.customFooter .formText p {
		font-size: 16px;
		line-height: 28px;
	}
	.footer-form-column label {
		font-size: 12px;
	}
	.footer-form-column .submitBtn {
		font-size: 16px;
	}
	.btnRight p > .submit-span {
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 20px;
		padding-right: 30px;
	}
	.btnRight .submit-span:before {
		right: 12px;
	}
	.home-first-sec h3.vc_custom_heading small {
		font-size: 80px;
	}
	.home-first-sec h3.vc_custom_heading {
		font-size: 80px;
	}
	.home-first-sec p {
		font-size: 18px;
	}
	.meetTeamSec {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.meetTeamSec .vc_col-sm-8 .wpb_text_column {
		margin-bottom: 0px;
	}
	.homeFooterSec {
		padding-top: 30px !important;
	}
	.formText .wpb_content_element {
		margin-bottom: 0px !important;
	}
	.formText .wpb_content_element section {
		margin-bottom: 0px !important;
	}
	.btnRight p {
		margin-bottom: 0px;
	}
	
}

/* @media only screen and (max-height: 864px) and (max-width: 1536px) {
	
	#fp-nav.fp-right {
		right: 50px;
	}
	.homeAboutSec h2 {
		font-size: 65px;
		margin-bottom: 20px;
	}
	.homeAboutSec p {
		font-size: 18px;
		line-height: 30px;
		margin: 45px 0px;
	}
	.themeBtn .vc_btn3.vc_btn3-size-md {
		font-size: 16px;
	}
	.abloutSecleft h2 {
		font-size: 65px;
		margin: 0 0 40px 0;
	}
	.forinvestheading h2 {
		font-size: 65px;
	}
	.imggrid .wpb_wrapper img {
		margin: 30px 0 35px 0;
	}
	.MainCounterBox .stats-top .stats-number {
		font-size: 90px !important;
	}
	.forbottomspace {
		margin-bottom: 80px;
	}
	.formText, .footerLogoCol {
		margin-bottom: 50px;
	}
	.footer-form-column .form-control {
		margin-bottom: 30px !important;
	}
}
 */
/* @media only screen and (max-height: 900px) and (max-width: 1440px) {
	
	#fp-nav.fp-right {
		right: 15px;
	}
} */
/* 
@media only screen and (min-width: 1600px) and (max-width: 1600px) {
	
	#fp-nav.fp-right {
		right: 15px;
	}
	.RightTeamMain .slick-list.draggable {
		margin-right: 1px;
	}
	.newsSliderMain .slick-list.draggable {
		margin-right: 1px;
	}
} */

@media only screen and (max-height: 1024px) and (max-width: 768px) {
	.site-info {
		position: unset !important;
	}
}

@media only screen and (max-height: 1080px) and (max-width: 810px) {
	.site-info {
		position: unset !important;
	}
	.home-first-sec p > br {
		display: none;
	}
	.home-first-sec p {
		padding: 0px 20px;
	}
}
/* 
@media only screen and (max-height: 800px) and (max-width: 1280px) {
	
	.site-info {
		position: unset !important;
	}
	.footer-form-column .form-control {
		margin-bottom: 30px !important;
	}
	.formText {
		margin-bottom: 50px;
	}
	.home #fp-nav:before {
		width: 20px;
		height: 20px;
		margin: 0px auto 15px;
	}
	#fp-nav.fp-right {
		right: 10px;
	}
	.homeAboutSec .aboutTextCol.vc_col-sm-6 > .vc_column-inner {
		padding-left: 50px;
	}
	.homeAboutSec p {
		font-size: 14px;
		padding-right: 50px;
	}
	.meetTeamSec {
		padding-top: 0px !important;
	}
	.team-slider-arrow {
		margin-top: 0px;
	}
	.abloutSecleft h2 {
    	margin-bottom: 30px;
		margin-top: 20px;
	}
	
} */

@media only screen and (max-height: 601px) and (max-width: 962px) {
	
	.home-first-sec p {
		padding: 0px 97px;
	}
	.home-first-sec p br {
		display: none;
	}
	.bulletRow {
		margin-top: 25px;
	}
	.investmentSec {
		padding-top: 50px !important;
	}
}



