/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");*/
@font-face {
    font-family: "Montserrat Bold";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
         url("../fonts/Montserrat-Bold.woff") format("woff");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
         url("../fonts/Montserrat-Regular.woff") format("woff");
}
body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; 
}
h1,h2,h3,h4,h5,h6{
	font-family: "Montserrat Bold";
	letter-spacing: 4px;
}
a {
    text-decoration: none;
}
.homeBgCont {
    /*background-image: url(./../images/home_bg.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
	    position: relative;
}
.homebannerdiv .slick-slide img {
    width: 100%;
}
.crslbox{
	min-height: 100vh;
	position: relative;
}
.homeBannerContent {
   /* padding-top: 240px;*/
    height: 100%;
    min-height: 100vh;
    position: relative;
}
.homeBannerContent .carousel {
    min-height: 320px;
	position: absolute;
    bottom: 40px;
	z-index: 1;
	width: 100%;
}
.homeBannerContent .carousel .carousel-indicators {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 40px;
    bottom: 20px;
}
.homeBannerContent .carousel .carousel-indicators [data-bs-target] {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.5);
}
.homeBannerContent .carousel .carousel-indicators [data-bs-target].active {
    background-color: #D8D8D8;
}
#homeSlider .carousel-inner{
	height: 100vh;
}
#homeSlider .carousel-inner .carousel-item {
	height: 100vh;
}
.bnrsct{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.homeBannerContent .carousel .carousel-inner .carousel-item h1 {
    letter-spacing: 4px;
    font-weight: 700;
	font-size: 36px;
	line-height: 54px;
    color: #fff;
    margin: 0 0 18px;
    text-transform: uppercase;
	margin-left: 48px;
}
.line-with-dot {
    border: 1px solid rgba(151, 151, 151, 0.5);
    height: 1px;
    max-width: 360px;
    margin: 0 auto;
    position: relative;
}
.homeBannerContent .carousel .carousel-inner .carousel-item .line-with-dot {
    border: 1px solid rgba(73, 175, 253, 0.5);
    height: 1px;
    max-width: 360px;
    margin: 0 auto;
    position: relative;
}
.homeBannerContent .carousel .carousel-inner .carousel-item .line-with-dot::after {
    content: "";
    background: #49AFFD;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    right: -1px;
    bottom: -3px;
}
.homeBannerContent .carousel .carousel-inner .carousel-item .line-with-dot {
    max-width: 270px;
    margin: 0;
	margin-bottom: 30px;
	margin-left: 48px;
}
/*.homeBannerContent .carousel .carousel-inner .carousel-item .line-with-dot::after {
    right: 0;
    top: -2.5px;
}*/
.sldcnt{
	background: rgba(0, 0, 0, 0.4);
	padding-left: 48px;
	padding-top: 48px;
	padding-right: 48px;
}
.homeBannerContent .carousel .carousel-inner .carousel-item p {
    font-weight: 400;
    line-height: 28px;
	font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    margin: 20px 0 0;
}
.homeBannerContent .carousel .carousel-control-next, .homeBannerContent .carousel .carousel-control-prev {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    bottom: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	width: 25%;
}
.homeBannerContent .carousel .carousel-control-prev-icon {
    background-image: url(./../images/leftarr.svg);
}
.homeBannerContent .carousel .carousel-control-prev-icon:hover {
    background-image: url(./../images/leftarr_act.svg);
}
.homeBannerContent .carousel .carousel-control-next {
    left: auto;
    right: 0;
}
.homeBannerContent .carousel .carousel-control-next-icon {
    background-image: url(./../images/rightarr.svg);
}
.homeBannerContent .carousel .carousel-control-next-icon:hover {
    background-image: url(./../images/rightarr_act.svg);
}
.homeBannerContent .carousel .carousel-inner .carousel-item span{
	font-size: 14px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 2px;
	font-weight: 500;
	background: rgba(22, 53, 76, 0.8);
	padding: 8px 16px 8px 16px;
	margin-left: 48px;
    margin-bottom: 30px;
    display: inline-block;
}
.grde{
	background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}
.mlgo{
	width: 100%;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
}
.tpmenu{
	justify-content: space-between;
}
.mbtn{
	position: relative;
	z-index: 1;
}
.navbar {
    padding: 48px 0;
}
.navbar .navbar-nav .nav-item {
    position: relative;
}
.navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 19.5px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 0;
	padding-top: 0;
    margin-right: 18px;
	font-weight: 400;
}
.navbar .navbar-nav .nav-item:first-child .nav-link::after {
    content: "";
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    right: -3px;
    bottom: 15px;
	z-index: 1;
}
.tmenudiv {
    /*display: none;*/
    position: absolute;
    right: 0;
    width: 100%;
	transition: all .25s ease; 
	height: 0; 
	overflow: hidden;
}
.tpmnu > li:hover .tmenudiv {
    /*display: block;
	transition: all .25s ease; */
	transition-property: all;
    transition-duration: 1s;
	height: 550px;
}
.tpmnu .menu {
    display: flex;
    gap: 50px;
}
.tpmnu li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /* display: none; */
}
.tpmnu li ul li {
    position: relative;
}
.tpmnu li ul a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    white-space: nowrap;
}
.tpmnu .menu > li > a {
    text-transform: uppercase;
}
.sub-menu {
    /* display: none; */
    /* background: #49AFFD; */
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 150px;
    font-size: 14px;
    text-transform: capitalize;
}
.tpmnu li ul li ul {
    right: 100%;
    top: 0;
}
.navbar .navbar-nav .nav-item+.nav-item {
    /*border-left: 1px solid rgba(151, 151, 151, 0.5);*/
}
.navbar .navbar-nav .nav-item+.nav-item::before {
   background: rgba(151, 151, 151, 0.5);
   height: 15px;
   width: 1px;
	position: absolute;
	content: "";
	top: 18px
}
.navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-left: 18px;
    margin-right: 0;
}
.navbar .navbar-toggler {
    display: block;
	background-image: url(./../images/menu_icon.svg);
	padding: 0;
    width: 48px;
    height: 48px;
}
.navbar .navbar-toggler:hover{
	background-image: url(./../images/menu_icon_active1.svg);
	padding: 0;
    width: 48px;
    height: 48px;
}
.navbar .navbar-toggler .navbar-toggler-icon {
    /*background-image: url(./../images/menu_icon.svg);*/
	background: transparent;
}
.closebtn{
	background: rgba(0,0,0,0.2) url(./../images/close_icon.svg) no-repeat;
	padding: 0;
    width: 48px;
    height: 48px;
	border: 0;
}
.collapseMenu {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0;
    z-index: 1050;
    height: 100%;
    bottom: 0;
}
.collapseMenu .overlay-menu {
    background-image: url(./../images/menupopupbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
    width: 100%;
    height: 100%;
    padding: 16px 0;
}
.collapseMenu .collapseMenuItems {
    height: calc(100vh - 98px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	/*overflow-y: scroll;*/
}
.collapseMenu .collapseMenuItems .leftBlock {
    max-width: 33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
	padding-right: 100px;
}
.collapseMenu .collapseMenuItems .leftBlock > ul > li > a {
	font-family: "Montserrat Bold";
}
.collapseMenu .collapseMenuItems .leftBlock ul li a {
    font-weight: 600;
    font-size: 32px;
    line-height: 39.01px;
	text-transform: uppercase;
}
.collapseMenu .collapseMenuItems ul li a h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #CDCED2;
	letter-spacing: 4px;
	margin-bottom: 2px;
}
.collapseMenu .collapseMenuItems ul li+li {
    padding-top: 16px;
}
.collapseMenu .collapseMenuItems .middleBlock {
    max-width: 33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
	padding-right: 100px;
}
.collapseMenu .collapseMenuItems .middleBlock > ul > li > a {
	font-family: "Montserrat Bold";
}
.collapseMenu .collapseMenuItems .middleBlock ul li a {
    font-weight: 700;
    font-size: 32px;
    line-height: 39.01px;
	text-transform: uppercase;
}
.collapseMenu .collapseMenuItems .rightBlock {
    max-width: 33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    padding-left: 64px;
    /*border-left: 1px dashed rgba(151, 151, 151, 0.5);*/
    position: relative;
}
.collapseMenu .collapseMenuItems .rightBlock ul li a {
    font-weight: 700;
    font-size: 32px;
    line-height: 39.01px;
	text-transform: uppercase;
}
.collapseMenu .collapseMenuItems .rightBlock .projbox > ul > li > a {
	font-family: "Montserrat Bold";
}
/*.collapseMenu .collapseMenuItems .rightBlock::before {
    content: "+";
    position: absolute;
    left: -6px;
    bottom: -10px;
    color: #fff;
}*/
.collapseMenu .collapseMenuItems ul li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    padding: 0;
}
.collapseMenu .collapseMenuItems ul li a.active, .collapseMenu .collapseMenuItems ul li a:active, .collapseMenu .collapseMenuItems ul li a:focus, .collapseMenu .collapseMenuItems ul li a:hover {
    color: #49AFFD;
}
.closeBtnCont{
	/*margin-right: 15px;*/
}
.tpmnu{
	background: rgba(0, 0, 0, 0.2);
	/*margin-right: 30px;*/
}
.mbtn{
	/*background: rgba(0, 0, 0, 0.1);*/
	padding: 11px 16px;
	border: 0;
	border-radius: 0;
}
.topmnuouter{
	gap:20px;
}
.homebannerdiv{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.homebannerdiv ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.crslg{
	position: relative;
	background: rgba(0, 0, 0, 0.4);
	padding-left: 48px;
	padding-bottom: 10px;
	padding-right: 48px;
}
.crslginr{
	position: relative;
	height: 80px;
    display: flex;
    width: 140px;
}
.blackBg{
	background: rgba(0,0,0,0.8);
}
.popmenu .line-with-dot {
    border: 1px solid rgba(34, 76, 108, 1);
    height: 1px;
    position: relative;
	margin: 0;
	margin-bottom: 50px;
	max-width: 100%;
	margin-top: 16px;
}
.popmenu .line-with-dot::after {
    content: "";
    background: #224C6C;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    right: -1px;
    bottom: -3px;
}
.menuflex {
    max-height: calc(100vh - 100px);
    margin-top: 100px;
    overflow-y: auto;
}
.menu-item-has-children > a{
	position: relative;
	/*margin-bottom: 20px;*/
}
.popmenu .menu-item-has-children .submenu{
	margin-top:20px;
}
.popmenu .menu-item-has-children > a::after{
	content: "";
    background: url(./../images/Plus.svg) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
	top:20px;
}
.submenu {
     
    /* background: #49AFFD; */
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 150px;
    font-size: 14px;
    text-transform: capitalize;
	/*height: 0;*/
	overflow: hidden;
	display: none;
}
.popmenu .menu-item-has-children.active > a::after{
	content: "";
    background: url(./../images/Minus.svg) no-repeat;
    width: 18px;
    height: 2px;
    position: absolute;
    right: 0;
	top:25px;
}
/*.menu-item-has-children.active .submenu{
	height: 300px;
	transition: height 600ms ease-in-out;
}*/
.collapseMenu .collapseMenuItems .submenu a {
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    text-transform: capitalize !important;
}
.big-only{
	display: none;
}
.m-big-only{
	display: none;
}
.mobile-only{
	display: block;
}
.qmenu .tmenudiv {
    top: 100%;
}
.qmenu.tpmnu > li > a{
	padding: 16px !important;
}
.tmnuinr {
    display: flex;
    justify-content: center;
    background: #000;
    width: 98%;
    margin: 0 auto;
    padding: 100px 60px;
    gap: 50px;
}
.tpmnu.qmenu #menu-top-menu > li > a{
	font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 28px !important;
	white-space: normal;
	letter-spacing: 2px;
}
.tpmnu.qmenu #menu-top-menu li  a{
	white-space: normal;
}
#menu-top-menu > li:first-child >ul.sub-menu > li > a{
	background: url(./../images/box.svg) no-repeat;
	padding-left: 50px !important;
	margin:20px 0;
}
/*.platformmenu li a{
	background: url(./../images/box.svg) no-repeat;
	padding-left: 50px !important;
	margin:20px 0;
}*/
.tpmnu.qmenu #menu-top-menu > li{
	min-width: 300px;
}
.tpmnu.qmenu #menu-top-menu li ul li a{
	font-weight: 400;
    font-size: 20px;
    line-height: 28px;
	white-space: normal;
	letter-spacing: 1px;
	color: #CDCED2;
}
.tpmnu.qmenu #menu-top-menu li ul li a:hover{
	color: #49AFFD;
}
.tpmnu.qmenu #menu-top-menu li ul li a span{
	font-weight: 600;
	color: #fff;
}
.tpmnu.qmenu #menu-top-menu li ul li a:hover span{
	color: #49AFFD;
}
#menu-top-menu > li:nth-child(2) >ul.sub-menu{
	padding-left: 30px !important;
}
#menu-top-menu > li:nth-child(2) >ul.sub-menu li{
	list-style: disc;
	color: #fff;
	margin:10px 0;
}
/*.smenu{
	padding-left: 30px !important;
}*/
.smenu li{
	list-style: disc;
	color: #fff;
	margin:10px 0;
}
.mimg{
	margin-top: 50px;
}
.qmenu.tpmnu > li:hover{
	background: #000;
}
.homeIntroBgSection{
	background: url(./../images/homebg.jpg) no-repeat right top / cover;
}
.introhead{
	font-weight: 700;
    font-size: 32px;
    line-height: 48px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
}
.introhead span{
	color: #49AFFD;
}
.homeintrosection{
	color:#748897;
	font-weight: 400;
    font-size: 16px;
    line-height: 24px;
	letter-spacing: 1px;
	padding: 104px 0;
	/*margin-bottom: 50px;*/
}
.introcnt p{
	margin-bottom: 48px;
}
.btn.btn-link {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.btn-link:hover {
    color: #0a58ca;
	position: relative;
    z-index: 1;
}
.btn.btn-link.singleBtn {
    padding: 16px 24px;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #49AFFD;
    margin-bottom: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #49AFFD;
}
.btn.btn-link.singleBtn:hover {
    color: #000 !important;
	background: #49AFFD;
}
.heading {
    position: relative;
}
.heading h2.whiteTxt {
    color: #fff;
	font-size: 24px;
    line-height: 36px;
    letter-spacing: 4px;
    font-weight: 700;
	text-transform: uppercase;
	position: absolute;
    width: 100%;
}
.bigFont {
    font-family: "Montserrat Bold";
    font-size: 120px;
    /* line-height: 100px; */
    letter-spacing: 16px;
    text-transform: uppercase;
    color: rgba(116, 136, 151, 0.0001);
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.09);
    font-weight: bold;
    text-align: center;
}
.heading .bigFont {
    /*position: absolute;*/
    top: 40%;
    width: 100%;
    left: 50%;
    /*-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    margin-top: 10px;
}
.phead{
	min-height: 100px;
}
.projbox{
	/*padding:20px;*/
	background: url(./../images/projbg.jpg) no-repeat bottom center/ 100%;
	/*padding-top: 0;*/
	min-height: 300px;
	position: relative;
}
.joinus{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-top: 120px;
	position: absolute;
	bottom: 30px;
	width: 100%;
}
.joinus p{
	color: #fff;
	font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 500;
	margin-bottom: 0;
}
.joinus h4{
	color: #fff;
	font-size: 24px;
    line-height: 36px;
    letter-spacing: 4px;
    font-weight: 700;
}
.sctft{
	margin-bottom: -70px;
}
.satrow{
	color:#748897;
	position: relative;
	padding-top: 60px;
	overflow: hidden;
}
.line-sep{
	width: 100%;
	height: 1px;
	background: rgba(22, 53, 76, 0.7);
	position: relative;
}
.line-sep::after {
    content: "";
    background: rgba(22, 53, 76, 0.7);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    bottom: -2px;
	z-index: 10;
}
.descBlock{
	color: #748897;
	font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
	padding-right: 50px;
}
.descBlock span{
	color: #fff;
}
.descBlock p{
	margin-bottom: 0;
}

.satimgbox{
	position: relative;
}
.satimgbox img{
	/*display: block;*/
	margin:0 auto;
}
.satelimg{
	/*margin-top:-60px !important;*/
	left: 30%;
    width: 50%;
	top:10px;
}
.expbtn{
	color: #49AFFD;
	font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 600;
	text-transform: uppercase;
	align-items: center;
    display: inline-flex;
}
.expbtn:hover{
	color:#fff;
}
/*.satbtmbg{
	background: url(./../images/satbottombg.svg) no-repeat bottom center/ cover;
	height: 100px;
	display: none;
	margin-top: -50px;
}*/
.satbtmbg {
    background: url(./../images/satbottombg.svg) no-repeat bottom 20px center / cover;
    height: 80px;
    display: none;
    margin-top: -10px;
}
.hoversect{
	-webkit-transform:translateY(200%);
    -moz-transform:translateY(200%);
    transform:translateY(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;	
	opacity: 0;
	position: absolute;
}
.satrow .dd{
	height: 0;
	transition: height 0.3s ease-in-out;
}
.satrow.active .dd{
	height: 100px;
	transition: height 0.3s ease-in-out;
}
/*.satrow:hover .hoversect{
	animation-name: easeOutElastic;
    animation-duration: .3s;
    animation-timing-function: ease-in;
	animation-delay: .0s;
    animation-fill-mode: forwards;
    display: block;
}*/
.satrow.active .hoversect{
	-webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    transform:translateY(0px) ;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity:1;
}
.satrow.active .satbtmbg{
	animation-name: easeOutElastic;
    animation-duration: .3s;
    animation-timing-function: ease-in;
	animation-delay: .0s;
    animation-fill-mode: forwards;
	display: block;
}
.homesatellitesection{
	margin-bottom: 60px;
	margin-top: 60px;
}
.posrelative{
	position: relative;
	margin-top: 50px;
}

@keyframes easeOutElastic {
  0% { transform: translateY(100%);opacity: 0; }
  59% { transform: translateY(30.36%);opacity: 0.4; }
  88% { transform: translateY(10.8%);opacity: 1; }
  100% { transform: translateY(-0%); opacity: 1;}
}
@keyframes heaseOutElastic {
  
  
  
  100% { transform: translateY(100%); opacity: 1;}
	88% { transform: translateY(30.36%);opacity: 1; }
	59% { transform: translateY(10.8%);opacity: 0.4; }
	0% { transform: translateY(-0%);opacity: 0; }
}
@keyframes slideUp {
    0%{
      transform: translateY(100%);
      opacity: 0;
    }
	15% {
      transform: translateY(100%);
      opacity: 0;
    }
	25% {
      transform: translateY(100%);
      opacity: 0;
    }
	40% {
      transform: translateY(100%);
      opacity: 0;
    }
    50% {
      transform: translateY(100%);
      opacity: 0;
    }
     65% {
      transform: translateY(100%);
      opacity: 0.5;
    }
    80%,
    100% {
      transform: translateY(0);
      opacity: 1;
    
    }
  }
.hoversect .expbtn{
	margin-top: 30px;
}
.expbtn font{
	transition: 0.1s ease-in;
	margin-right: 10px;
}
.expbtn:hover font{
	transform: translateX(-2%);
	display: inline-block;
}
.expbtn .exparr{
	transition: 0.2s ease-in;
	background: url(./../images/exparr.svg) no-repeat center center/ cover;
	height: 40px;
	width:40px
}
.expbtn:hover .exparr{
	transform: translateX(40%);
	background: url(./../images/exparr_act.svg) no-repeat center center/ cover;
	height: 40px;
	width:40px
}
.mt-120{
	margin-top:120px;
}
.mb-50{
	margin-bottom:50px;
}
.hprojinr{
	background: url(./../images/homeprojectbg.jpg) no-repeat top left/ cover;
	min-height: 800px;
	position: relative;
}
.hprojcnt{
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
}
.hprj{
	display: flex;
	color: #fff;
	max-width: 1165px;
	margin: 0 auto;
}
.hprj h4{
	color: #fff;
	font-size: 36px;
    line-height: 36px;
    letter-spacing: 5px;
    font-weight: 700;
	text-transform: uppercase;
	width:950px;
}
.wsepline {
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 1px;
    width: 117px;
    position: relative;
	margin-right: 20px;
	margin-top: 20px;
}
.wsepline::after {
    content: "";
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    bottom: -2.5px;
}
.hptxt{
	color:#CDCED2;
	font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 400;
	display: flex;
}
.hptxt span{
	color:#fff;
	font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 500;
}
.hmebnrul .hptxt{
	display: block;
}
.rarr {
    transition: 0.2s ease-in;
    background: url(./../images/rightarrtrans.svg) no-repeat center center / cover;
    height: 40px;
    width: 40px;
}
.hptxt:hover .rarr {
    transform: translateX(40%);
    background: url(./../images/exparr_act.svg) no-repeat center center / cover;
    height: 40px;
    width: 40px;
}
.hptxt p{
	width:90%;
	padding-right: 100px;
}
.pboxbg{
	background: url(./../images/projlistbg.jpg) no-repeat center center / cover;
	min-height: 100px;
	position: relative;
	overflow: hidden;
}
.pboxcnt{
	position: absolute;
	bottom: 20px;
	left: 0;
	color: #CDCED2;
	padding:40px;
}
.pboxcnt h2{
	color:#fff;
	font-size: 32px;
    line-height: 48px;
    letter-spacing: 4px;
    font-weight: 700;
	text-transform: uppercase;
}
.pboxtxt{
	font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
	display: flex;
}
.pboxtxt p{
	margin-bottom: 0;
	margin-right: 50px;
}
.prarr{
	display: inline-flex;
    align-items: end;
}
.pboxbg:hover .rarr{
	 background: url(./../images/exparr_act.svg) no-repeat center center / cover;
}
.hprolist{
	margin-top: 100px;
}
.pbox1{
	padding-top: 210px;
}
.projfootdiv{
	background: url(./../images/projfootbg.jpg) no-repeat center center / cover;
	min-height: 350px;
}
.pbimg{
	transform: scale(1.1);
	transition: transform .4s;
}
.pboxbg:hover .pbimg{
	transform: scale(1);
	transition: transform .4s;
}
.projfootdiv .singleBtn{
	margin: 0 auto;
	margin-top: 50px;
}
.industriesdiv{
	background: #E7E7E7;
	padding:60px 0;
	padding-top: 120px;
}
.industriesdiv .heading .bigFont {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 10px;
	color: rgba(231, 231, 231, 1);
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: rgba(116, 136, 151, 0.2);

}
.industriesdiv .heading h2.whiteTxt {
    color: #000;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 11;
    position: relative;
}

.indrow .line-sep {
    width: 100%;
    height: 1px;
    background: rgba(102, 102, 102, 0.5);
    position: relative;
}
.indrow .line-sep::after {
    content: "";
    background: rgba(102, 102, 102, 0.5);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    bottom: -2px;
    z-index: 10;
}
.indusinr{
	padding:50px 80px;
	color: #16354C;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 500;
}
.indusinr p{
	margin:0;
}
.indusinr h4{
	color: #000;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}
.indusdescBlock{
	padding-right: 50px;
}
.indusinr > .row:hover .exparr{
	transform: translateX(40%);
	background: url(./../images/exparr_act.svg) no-repeat center center/ cover;
	height: 40px;
	width:40px
}
.industriescnt{
	margin-top: 40px;
}
.icondiv{
	text-align: right;
}
.blogsdiv{
	background: #000;
	padding:50px 0;
	padding-top: 150px;
	/*overflow: hidden;*/
}
.blogsdiv .heading h2.whiteTxt {
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 11;
    /*position: relative;*/
}
.newsbox{
	position: relative;
}
.newsbox .featured{
	position: absolute;
	top:30px;
	left:30px;
	padding: 10px 15px;
	color: #fff;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 500;
	background: rgba(22, 53, 76, 0.8);
    text-transform: uppercase;
}
.newsshortdet{
	padding-left: 0;
}
.newsshortdet .newsdate{
	color: #999999;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 600;
	margin-top: 20px;
}
.newsshortdet .newstitle{
	color: #fff;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
    font-weight: 700;
}
.navbar.fixed-top{
	padding:16px 0;
}
.newsbox.box1 .newsshortdet{
	position: absolute;
	bottom:40px;
	left:0;
	width:100%;
	padding-left: 30px;
}
.newsbox.box1 .newsshortdet .newsdate{
	color: #fff;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
	margin-top: 0;
}
.newsbox.box1 .newsshortdet .newstitle{
	color: #fff;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 2px;
    font-weight: 600;
}
.newslistdiv{
	margin-top: 50px;
}
.newsall{
	display: flex;
	gap:20px;
	align-items: flex-end;
	justify-content: space-between;
}
.newsall span{
	height: 1px;
	width:89%;
	background: rgba(22, 53, 76, 1);
	margin-bottom: -2px;
}
.viewall{
	color: rgba(73, 175, 253, 1);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 600;
	text-decoration: underline;
	text-transform: uppercase;
	text-underline-position: under;
	text-underline-offset: 4px;
}
.viewall:hover{
	color:#fff;
}
.enquiryboxinr{
	position: relative;
}
.enqbx{
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 30px 100px;
	width: 100%;
	gap:200px;
	justify-content: space-between;
}
.enqbx h4{
	color: #fff;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 4px;
    font-weight: 700;
	text-transform: uppercase;
	max-width: 480px;
}
.enquirybox{
	margin-bottom: -130px;
    margin-top: 80px;
}
footer{
	background: rgba(239, 239, 239, 1);
	padding: 120px 0;
	padding-bottom: 70px;
}
footer .footsect{
	border-top:1px solid rgba(102, 102, 102, 0.5);
	border-bottom:1px solid rgba(102, 102, 102, 0.5);
}
.flft1{
	padding: 40px 0;
}
.footlogo{
	margin-bottom: 40px;
}
.flft1{
	font-size: 24px;
    line-height: 29px;
    letter-spacing: 1px;
    font-weight: 400;
	color: #1D1D1D;
	border-bottom:1px solid rgba(102, 102, 102, 0.5);
}
.flft1 span{
	font-weight: 600;
}
.flft1 p{
	margin-bottom: 20px;
}
.flft1 a{
	color: #1D1D1D;
}
.socialicon{
	display: flex;
	list-style: none;
	margin:0;
	padding:0;
	gap:30px;
}
.flft2{
	padding: 40px 0;
	padding-bottom: 0;
}
.flft2 h6{
	font-size: 14px;
    line-height: 26px;
    letter-spacing: 2px;
    font-weight: 600;
	color: #1D1D1D;
	margin-bottom: 0;
	text-transform: uppercase;
}
.flft2 p{
	font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 400;
	color: #1D1D1D;
	margin-bottom: 0;
}
.flft2 .col-md-6{
	margin-bottom: 40px;
}
.footleft{
	padding-right: 0;
}
.footright{
	border-left:1px solid rgba(102, 102, 102, 0.5);
	padding-left: 0;
}
.footmenusect{
	padding:50px 0;
	border-bottom:1px solid rgba(102, 102, 102, 0.5);
	padding-bottom:40px; 
}
.footmenu1 ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 25px;
}
.footmenu1 li{
	margin-bottom: 25px;
}
.footmenu1 a{
	font-size: 24px;
    line-height: 36px;
    letter-spacing: 4px;
    font-weight: 700;
	color: #1D1D1D;
	text-transform: uppercase;
	font-family: "Montserrat Bold";
}
.footcopyrightsect{
	padding:30px;
	color:#748897;
	font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 400;
}
.footmenu2 ul{
	margin: 0;
	padding:0;
	list-style: none;
}
.footmenu2 ul > li{
	margin-bottom: 30px;
}
.footmenu2 ul > li > a{
	font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 600;
	color: #1D1D1D;
	text-transform: uppercase;
}
.footmenu2 ul ul{
	margin: 0;
	padding:0;
	list-style: none;
}
.footmenu2 ul li ul li{
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.footmenu2 ul li ul li a{
	font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 500;
	color: #1D1D1D;
	text-transform: capitalize;
}
.footmenu1 ul li:last-child {
    margin-bottom: 0;
}
.projviewall {
	margin-top: 50px;
}
.projviewall .btn.btn-link.singleBtn{
	margin:0 auto;
}
#bhomeSlider .carousel-item img{
		width:100%;
	height: 100vh;
	}

/*inner section*/
.bannerCont {
    background-image: url(./../images/default-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 488px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bannerCont h1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 4px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    width: 100%;
}
.bannerCont .bigFont {
    /*line-height: 128px;*/
	top:30%;
}
.innerBgSection{
	background: #000;
}
.innerintrosection {
    color: #748897;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 104px 0;
    /* margin-bottom: 50px; */
	/*padding-bottom: 0;*/
}
.innerintrosection .introhead {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
	margin-bottom: 40px;
}
.innerintrosection .introhead span {
    color: #49AFFD;
	display: block;
}
.innerintrosection .line-with-dot {
	border: 1px solid rgba(73, 175, 253, 1);
    height: 1px;
    max-width: 400px;
    margin: 0;
    position: relative;
    /*margin-bottom: 30px;*/
}
.innerintrosection .line-with-dot::after {
    content: "";
    background: #49AFFD;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    bottom: -4px;
}
.howwestartedsection {
    /*margin-bottom: 60px;*/
    /*margin-top: 60px;*/
	background: url(./../images/howwestartedbg.png) no-repeat left top/cover;
	padding: 70px 0;
}
.howwestartedsection .bigFont {
    font-size: 120px;
    line-height: 64px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: rgba(116, 136, 151, 0.0001);
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.09);
    font-weight: 700;
    text-align: center;
}
.hwsbx h2{
	font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
	margin-bottom: 20px;
}
.hwcnt{
	font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #748897;
}
.howwestartedsection .line-with-dot {
	border: 1px solid rgba(73, 175, 253, 1);
    height: 1px;
    max-width: 320px;
    margin: 0;
    position: relative;
    margin-bottom: 30px;
}
.howwestartedsection .line-with-dot::after {
    content: "";
    background: #49AFFD;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    bottom: -4px;
}
.howstartedbox{
	background: rgba(7, 18, 25, 0.6);
	margin-bottom: 120px;
}
.hwsbx{
	padding: 40px;
}
.hwslgo{
	margin-top: 10px;
}
.goalsbox h3{
	font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #fff;
	font-family: "Montserrat", sans-serif;
}
.goalsbox h3 span{
	font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #49AFFD;
}
.goalstatus{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.goalstatus li{
	flex: 0 0 50%;
	border-left: 1px solid rgba(73, 175, 253, 0.8);
	padding-left: 20px;
	margin-bottom: 80px;
}
.goalstatus h2{
	font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 4px;
    color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.goalstatus h5{
	font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 2px;
    color: #748897;
	margin-bottom: 2px;
}
.missionvisionsection{
	background: url(./../images/missionvisionbg.jpg) no-repeat center top/100%;
	padding: 80px 0;
	min-height: 900px;
}
.missionvisionsection h2.head{
	font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 4px;
    color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.missionvisionsection .line-with-dot{
border: 1px solid rgba(73, 175, 253, 0.6);
	 height: 1px;
    max-width: 320px;
    margin: 0;
    position: relative;
}
.missionvisionsection .line-with-dot::after {
    content: "";
    background: #49AFFD;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    bottom: -4px;
}
.missioncnt h2{
	font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 4px;
    color: #fff;
	margin-bottom: 30px;
}
.misslft{
	font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 2px;
    color: #748897;
}
.misslft span{
	font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 2px;
    color: #49AFFD;
}
.missrgt{
	font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #748897;
}
.missrgt p{
	margin-bottom: 30px;
}
.missioncntdiv{
	margin-top: 500px;
}
.teamsection{
	padding: 50px 0;
	padding-bottom: 120px;
	display: none;
}
.teaminr{
	padding:80px;
	background: #16354C;
	padding-top: 120px;
	padding-bottom: 120px;
}
.teamul{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
}
.teamul li{
	display: flex;
    justify-content: center;
}
.tmbox{
	font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #999999;
}
.tmbox h2{
	font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 4px;
    color: #fff;
	margin-bottom: 20px;
}
.tmbox h4{
	font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 4px;
    color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 20px;
}
.tmbox h6{
	font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #E1E1E1;
	margin-bottom: 20px;
}
.tmbox .line-with-dot{
border: 1px solid rgba(73, 175, 253, 0.6);
	 height: 1px;
    max-width: 320px;
    margin: 0;
    position: relative;
	margin-bottom: 20px;
}
.tmbox .line-with-dot::after {
    content: "";
    background: #49AFFD;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    bottom: -4px;
}
.partnersection{
	background: #fff;
	padding: 50px 0;
    padding-top: 120px;
}
.partnersection .head{
	font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 4px;
    color: #000;
}
.partnersection .line-with-dot{
border: 1px solid rgba(73, 175, 253, 0.6);
	 height: 1px;
    max-width: 320px;
    margin: 0;
    position: relative;
}
.partnersection .line-with-dot::after {
    content: "";
    background: #49AFFD;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    bottom: -4px;
}
.partnersul{
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
	align-content: center;
}
.partnersul li{
	flex:0 0 100%;
}
.servicessection{
	background: url(./../images/servicebg.jpg) no-repeat center top/cover;
	padding: 80px 0;
}
.servicebox{
	position: relative;
}
.servicebox .servdet{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	padding: 50px;
	display: flex;
}
.servbnr{
	/*height: 100%;*/
}
.servicebox .servcount{
	font-family: "Montserrat Bold";
	position: absolute;
	top: 30px;
	left: 30px;
	font-weight: 600;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: 8px;
    color: rgba(116, 136, 151, 0.0001);
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: rgba(249, 249, 249, 0.8);
}
.servicebox:hover .servcount{
	color: rgba(255, 255, 255, 1);
}
.servtxt{
	font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color:  #748897;
	max-width: 90%;
	margin-bottom: 50px;
	width: 90%;
}
.servtxt h4{
	font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 4px;
    color:  #fff;
	text-transform: uppercase;
}
.rtarr{
	background: url(./../images/rtarr.svg)no-repeat center / cover;
	width:45px;
	height: 45px;
}
.srvinr{
	margin-bottom: 30px;
	position: relative;
}
.servicebox:hover .rtarr{
	background: url(./../images/rtarract.svg)no-repeat center / cover;
	width:45px;
	height: 45px;
}
.servdet{
	height: 190px;
	overflow: hidden;
	 -webkit-transition: height 600ms ease;
    -moz-transition: height 600ms ease;
      -o-transition: height 600ms ease;
     -ms-transition: height 600ms ease;
         transition: height 600ms ease;
}
.servicebox:hover .servdet{
	height:76%;
}
.servicebox:hover .servtxt{
	color:#fff;
}
.servicerow{
	margin-bottom: 30px;
}
.txtsrv{
	height: 50px;
	overflow: hidden;
}
.txtsrv::-webkit-scrollbar {
  width: 1px;
}

/* Track */
.txtsrv::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.8); 
}
 
/* Handle */
.txtsrv::-webkit-scrollbar-thumb {
  background: #748897; 
}

/* Handle on hover */
.txtsrv::-webkit-scrollbar-thumb:hover {
  background: rgba(73, 175, 253, 1); 
}
.menuflex::-webkit-scrollbar {
  width: 1px;
}

/* Track */
.menuflex::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.8); 
}
 
/* Handle */
.menuflex::-webkit-scrollbar-thumb {
  background: #748897; 
}

/* Handle on hover */
.menuflex::-webkit-scrollbar-thumb:hover {
  background: rgba(73, 175, 253, 1); 
}
.servicebox:hover .txtsrv{
	height: 100%;
	overflow: auto;
}
.servicessection .enquirybox {
    margin-bottom: -170px;
    margin-top: 80px;
}
.srvinr.double .servicebox{
	min-height: 500px;
}
.missionBnr.bannerCont{
	    min-height: 1565px;
}
.moonBgSection{
	background: url(./../images/moonbg.jpg)no-repeat center center/ cover;
	padding:50px 0;
}
.lunarbnrfoot{
	background: url(./../images/lunarbnrfoot.jpg)no-repeat top center/ cover;
	height: 260px;
}
.whatwedosection{
	background: #000;
	padding: 80px 0;
}
.missionbnrbox{
	font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    color:  rgba(116, 136, 151, 1);
	max-width: 60%;
}
.missionbnrbox h3{
	font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 2px;
    color:  #fff;
	text-transform: uppercase;
}
.missionbnrbox .line-with-dot{
border: 1px solid rgba(73, 175, 253, 0.6);
	 height: 1px;
    max-width: 320px;
    margin: 0;
    position: relative;
	margin-bottom: 30px;
	margin-top: 20px;
}
.missionbnrbox .line-with-dot::after {
    content: "";
    background: #49AFFD;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    bottom: -4px;
}
.missionbnrbox h4{
	font-weight: 300;
    font-size: 32px;
    line-height: 39px;
    color:  rgba(205, 206, 210, 1);
}
.missionbnrbox h4 span{
	font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color:  #fff;
	text-transform: uppercase;
}
.missionbnrbox h2{
	font-weight: 700;
    font-size: 64px;
    line-height: 78px;
    letter-spacing: 5px;
    color:  #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.msect1{
	margin-bottom: 200px;
}
.jrnyhead h2{
	font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 16px;
    color:  #fff;
	text-transform: uppercase;
	/*margin-bottom: 30px;*/
}
.jrnyhead .line-with-dot{
border: 1px solid rgba(73, 175, 253, 0.6);
	 height: 1px;
    max-width: 320px;
    margin: 0 auto;
    position: relative;
	margin-bottom: 30px;
	margin-top: 30px;
}
.jrnyhead .line-with-dot::after {
    content: "";
    background: #49AFFD;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    bottom: -4px;
}
.jrnyul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap:150px;
}
.jrnyul li{
	text-align: center;
}
.jrnyul h6{
	font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 8px;
    color:  rgba(116, 136, 151, 1);
	text-transform: uppercase;
}
.jrnyul h4{
	font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 8px;
    color:  #fff;
	text-transform: uppercase;
}
.jrnyul li .line-with-dot{
border: 1px solid rgba(34, 76, 108, 1);
	 height: 1px;
    max-width: 320px;
    margin: 0 auto;
    position: relative;
	margin-bottom: 30px;
	margin-top: 30px;
}
.jrnydet{
	display: flex;
	justify-content: center;
}
.msect2{
	margin-bottom: 300px;
}
.moonserv{
	margin-top: 80px;
}
.moonservbox{
	position: relative;
	margin-bottom: 30px;
}
.mncnt{
	position: absolute;
	top:20%;
	left: 0;
    padding: 0 50px;
	font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    color:  rgba(116, 136, 151, 1);
}
.mncnt h2{
	font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 4px;
    color:  #fff;
	text-transform: uppercase;
}
.innerintrosection .mncnt .line-with-dot {
    max-width: 300px;
	margin-top: 20px;
    border: 1px solid rgba(34, 76, 108, 1);
}
.innerintrosection .mncnt .line-with-dot::after {
    content: "";
    background: rgba(34, 76, 108, 1);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    bottom: -4px;
}
.moonservbox.small .mncnt{
	top:10%;
	color:  #fff;
}
.whatwedosection .title{
	margin-bottom: 40px;
}
.whatwedosection .title h2{
	font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 4px;
    color:  #fff;
	text-transform: uppercase;
}
.whatwedosection .title .line-with-dot{
border: 1px solid rgba(34, 76, 108, 1);
	 height: 1px;
    max-width: 320px;
    margin: 0;
    position: relative;
	margin-bottom: 30px;
	margin-top: 30px;
}
.whatwedosection .title .line-with-dot::after {
    content: "";
    background: rgba(34, 76, 108, 1);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    bottom: -4px;
}
.wwbox{
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color:  #fff;
	display: flex;
	background: rgba(112, 146, 158, 1);
	margin-bottom: 30px;
}
.wwbox li{
	flex:0 0 50%;
}
.wbx{
	padding: 40px;
	color: rgba(242, 242, 242, 1);
}
.wbx h2{
	font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 4px;
    color:  #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.wbx .line-with-dot{
border: 1px solid rgba(242, 242, 242, 0.3);
	 height: 1px;
    max-width: 320px;
    margin: 0;
    position: relative;
	margin-bottom: 30px;
	margin-top: 30px;
}
.wbx .line-with-dot::after {
    content: "";
    background: rgba(242, 242, 242, 0.5);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    bottom: -4px;
}
.joinmission{
	text-align: center;
	margin-top: 80px;
    margin-bottom: 40px;
}
.joinmission .expbtn{
	font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 2px;
    color:  #fff;
	text-transform: uppercase;
}
.joinmission .expbtn font{
	    /*text-decoration: underline;*/
	text-underline-position: under;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}
.whatwedosection .enquirybox {
    margin-bottom: -170px;
    margin-top: 80px;
}
.contactBgSection.innerBgSection{
	background: #000 url(./../images/contactbg.png)no-repeat top center/ 100%;
	padding:50px 0;
	padding-bottom: 0;
}
.contactdet{
	color: #fff;
}
.contactdet h2{
	font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 4px;
    color:  #fff;
	text-transform: uppercase;
}
.contactdet .line-with-dot{
border: 1px solid rgba(73, 175, 253, 0.5);
	 height: 1px;
    max-width: 320px;
    margin: 0;
    position: relative;
	margin-bottom: 30px;
	margin-top: 30px;
}
.contactdet .line-with-dot::after {
    content: "";
    background: rgba(73, 175, 253, 1);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    bottom: -4px;
}
.line-with-dot.nodot::after{
	display: none;
}
.contv{
	display: flex;
	gap:20px;
}
.contlnk h5{
	font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
    color:  #fff;
}
.contlnk h4{
	font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 4px;
    color:  #fff;
}
.contsocial{
	display: flex;
    gap: 30px;
    align-items: center;
	font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
}
.contform{
	border:1px solid rgba(73, 175, 253, 0.5);
	padding:48px 48px 40px 48px;
	color: #fff;
}
.contform h4{
	font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 4px;
    color:  #fff;
	text-transform: uppercase;
	margin: 0;
}
.contform p{
	font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    color:  rgba(95, 95, 95, 1);
}
.contform .form-control{
	border-radius:0;
	background: transparent;
	border-color: rgba(73, 175, 253, 0.5);
	color: #fff;
	padding-left: 0;
}
.contform .inp{
	border-top: 0;
	border-left:0;
	border-right: 0;
}
.contform textarea.form-control{
	padding:10px;
	height: 191px;
}
.contform .form-control::placeholder {
  color: rgba(205, 206, 210, 1);
  opacity: 1; /* Firefox */
	font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
	
}
.contform textarea.form-control::placeholder{
	color: rgba(116, 136, 151, 1);
  opacity: 1; /* Firefox */
	font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
}
.contform .form-control:active,.contform .form-control:hover{
	border-color: rgba(73, 175, 253, 1);
}
.contform .form-group{
	margin-bottom: 40px;
}
.contform label{
	color: rgba(205, 206, 210, 1);
	width: 100%;
	margin-bottom: 5px;
}
.contform label span{
	color: rgba(116, 136, 151, 1);
	font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
	font-style: italic;
	float: right;
}
.locationdiv{
	margin-top: 80px;
}
.locationdiv h3{
	color: #fff;
	font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.locv{
	margin-bottom: 30px;
}
.location1{
	background: url(./../images/loc1.png)no-repeat center center/ cover;
	padding:50px 0;
}
.location2{
	background: url(./../images/loc2.png)no-repeat center center/ cover;
	padding:50px 0;
}
.locimg{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
	text-align: center;
}
.locimg h4{
	color: #fff;
	font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.locdet {
	color: rgba(170, 170, 170, 1);
	font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
}
.locdet h5{
	color: rgba(73, 175, 253, 1);
	font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.locdet h6{
	color: #fff;
	font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
	margin-bottom: 0;
}
.viewloc a{
	text-decoration: underline;
	color:rgba(73, 175, 253, 1);
}
.productBgSection.innerBgSection {
    background: #000 url(./../images/contactbg.png) no-repeat top center / 100%;
    padding: 50px 0;
}
.productBgSection .innerintrosection {
    padding: 50px 0;
}
.productBgSection .introcnt h3{
	color: rgba(116, 136, 151, 1);
	font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
	margin-bottom: 0;
	font-family: "Montserrat", sans-serif;
}
.introimg{
	display: flex;
    justify-content: end;
	border-left:1px solid rgba(255, 255, 255, 0.2);
}
.inttcnt{
	padding-right: 100px;
}
.productBgSection .morecnt{
	margin-top: 50px;
}
.productBgSection .morecnt span{
	color: #fff;
	font-weight: 700;
}
.featuresdiv {
    margin-top: 80px;
}
.featuresdiv h3{
	color: #fff;
	font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.18px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.featdetul {
   /* border: 1px solid #333 !important;*/
    display: flex;
    flex-wrap: wrap;
	margin: 0;
	padding:0;
	list-style: none;
	border-left: 1px solid #333 !important;
    border-top: 1px solid #333 !important;
}
ul.featdetul li {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: left;
    padding: 20px 30px;
    display: flex;
    align-items: start;
	-webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
	padding-top: 30px;
}
.featdetul li .ftrlft {
    display: flex;
    gap: 20px;
}
.ftrlft img {
    display: flex;
    align-self: flex-start;
}
.fdvt h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
}
.fdvt h5 {
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
    font-weight: 600;
    line-height: 19px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
}
.fdvt h6 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 19px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
}
.prodimgul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
     display: flex !important; 
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.proddetdiv {
    border: 1px solid #333;
    padding: 30px;
    margin-top: 80px;
    margin-bottom: 30px;
}
.prodimgs {
   /* margin-bottom: 80px;*/
}
.prodimgul li img {
    width: auto !important;
    max-height: 400px;
}

.slider-nav {
    text-align: center;
    margin-top: 50px;
}
.slider-nav > div {
    display: inline-flex;
    width: 80px;
    height: 80px;
    margin: 0 5px;
    padding: 3px 0;
    text-align: center;
    font-size: 2em;
    cursor: pointer;
    background: #121212;
    border: 1px solid transparent;
}
.slider-nav > div img {
    max-width: 90%;
    margin: auto;
    max-height: 30px;
}
.productBgSection .enquirybox {
    margin-bottom: -180px;
    margin-top: 80px;
}
.error{
	color: #f00 !important;
	font-size: 13px;
}
.hprojcnt .hprj h2{
	width: 40%;
}
.hprojcnt .wsepline{
	width: 10%;
}
.hprojcnt .hptxt{
	width: 50%;
}
.introcnt p:last-child{
	margin-bottom: 0;
}
.servicebox{
	overflow: hidden;
}
.servbnr{
	transform: scale(1);
	transition: transform .8s;
}
.servicebox:hover .servbnr{
	transform: scale(1.1);
	transition: transform .8s;
}
.innerintrosection .mncnt .line-with-dot{
	margin-bottom: 30px;
}
.proddetdiv .slider-nav div.active{
	border:1px solid #fff;
}
/*.mbtn:hover .navbar-toggler-icon {
    background-image: url(./../images/menu_icon_active.svg);
}
.mbtn:hover {
    background: rgba(73, 175, 253, 1);
}*/



.mcvrimg {
    height: 350px;
    display: grid;
    align-content: center;
    background: #000;
}
.mediaoutr {
    /*background: url(./../images/hexinrbg.jpg) no-repeat top -100px center / cover;*/
	background: #0E1219;
}
.indCont {
    padding: 72px 0;
}
.indCont.indDef {
    /*padding-bottom: 0;*/
}
.cmnblock {
    text-align: left;
}
.tab-content>.active {
    display: block;
}
.descWithHeadBlock {
    padding: 60px 0 40px;
    text-align: center;
}
#mediaTabContent .descWithHeadBlock {
    text-align: left;
}
.mediarow .col {
    display: none;
}
.news-tab .card {
    background: transparent;
    border: none;
}
.news-tab a {
    text-decoration: none;
}
.news-tab .card .card-body {
    padding: 20px 0;
}
.descWithHeadBlock p {
    margin: 11px 0 0;
    color: #aaa;
}
.news-tab .card .card-body .card-text {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    font-weight: 700;
	letter-spacing: 0.18px;
	margin-bottom: 20px;
}
.news-tab .card .card-body .card-text small {
    font-size: 16px;
    line-height: 19.5px;
    letter-spacing: 2px;
    color: #49AFFD;
    font-weight: 600;
    margin: 0 0 5px;
	text-transform: uppercase;
}
.news-tab .card .card-body .card-text small span {
    color: #4F4F4F;
	text-transform: capitalize;
}
#loadLess {
    display: none;
}
.btn.btn-link.singleBtn {
    /*margin: 0 auto;*/
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
	margin-top: 50px;
}
#mediaTabContent .btn.btn-link.singleBtn {
    margin: 0 auto;
	margin-top: 50px;
}
.blog-details-page {
    padding-top: 120px;
    background-position: top -620px center;
}
/*.indCont.cmndef {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}*/
.backBtn {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #fff;
    text-decoration: none;
}
.backBtn svg {
    margin-right: 2px;
}
.blog-details-page .newsBannerDescBlock {
    position: relative;
}
.newsBannerDescBlock img {
    /*width: 100%;*/
}
.blog-details-page .blogBanner {
    max-width: 100%;
    margin-top: 32px;
}
.blog-details-page .blogDetailContent {
    margin-top: 52px;
}
.blog-details-page .blogDetailContent {
    position: relative;
}
.blogDetailContent p {
    margin-bottom: 20px;
    color: #aaa;
}
.blog-details-page .blogDetailContent p.headingTag {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #aaa;
    margin: 0 0 14px;
}
.blog-details-page .blogDetailContent p.headingTag span.news {
    color: #49AFFD;
	text-transform: uppercase;
}
.blog-details-page .blogDetailContent a.shareCls {
    font-size: 16px;
    line-height: 18.75px;
    letter-spacing: 0.16px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-details-page .blogDetailContent a.shareCls svg {
    margin-left: 10px;
}
#button_share {
    position: absolute;
    right: 0;
    background: rgba(47, 46, 46, 0.8);
    padding: 8px;
    top: 25px;
    display: none;
}
.blog-details-page .blogDetailContent h2 {
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 24px;
}
.blogDetailContent p {
    margin-bottom: 20px;
    color: #aaa;
}
.blog-details-page h3 {
    color: #fff;
}
.blog-details-page .blogDetailContent .otherStoryCont {
    padding: 64px 0 80px;
}
.blog-details-page .blogDetailContent .otherStoryCont h4 {
    color: #fff;
    margin: 0 0 32px;
}
.news-tab .card {
    background: transparent;
    border: none;
}
.news-tab a {
    text-decoration: none;
}
.shreoutr:hover #button_share{
	display:block !important;
}
#button_share{
	position:absolute;
	right:0;
	background:rgba(47,46,46,0.8);
	padding:8px;
	top: 25px;
	display:none;
}
#button_share:before 
{
content: "";
position: absolute;
top: -10px;
right: 30px;
border-style: solid;
border-width: 0 10px 10px;
border-color: #262525 transparent;
display: block;
width: 0;
z-index: 0;
}
.mediaoutr .enquirybox {
    margin-bottom: -160px;
    margin-top: 80px;
}
.blog-details-page .enquirybox {
    margin-bottom: -160px;
    margin-top: 80px;
}


.inner .descBlock {
    margin-top: 48px;
}
.wrap-news-item {
    margin-bottom: 40px;
}
.innerImg {
    display: grid;
    align-content: center;
}
.newscntdiv {
    text-align: left;
}
.newscntdiv p{
	font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
	margin-bottom: 30px !important;
}
.newsdate {
    color: #aaa;
    margin-bottom: 5px;
	    font-size: 14px;
}
.newsmore .btn-03 {
    background: transparent !important;
    box-shadow: inset 5px 0 0 0 #49AFFD;
    color: #555555;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    padding: 0 15px;
    line-height: 35px;
    min-height: 35px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}
.text-right{
	text-align: right;
}
.newsmore .btn-03:hover, .newsmore .btn-03:focus {
    box-shadow: inset 250px 0 0 0 #49AFFD;
    color: #000;
}
/*.menu-item-has-children.menu-10.active .submenu {
    height: 180px;
    transition: height 600ms ease-in-out;
}*/
.bannerCont{
	position: relative;
}
.breadcrumbdiv{
	position: absolute;
	bottom: 30px;
	left:0;
	width: 100%;
}
.bread-crumbs{
	display: flex;
	gap:10px;
	color: rgba(170, 170, 170, 1);
	font-size: 14px;
	font-weight: 400;
	line-height: 17.07px;
	letter-spacing: 0.18000000715255737px;
	text-transform: uppercase;
}
.bread-crumbs a{
	color: rgba(170, 170, 170, 1);
}
.nwshead{
font-size: 20px;
font-weight: 700;
line-height: 24.38px;
letter-spacing: 0.20000000298023224px;
text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
}
.prodlgo{
	position: relative;
	overflow: hidden;
}
.gvimg{
	/*position: fixed;*/
}
.bfilt{
	display: flex;
	gap:20px;
	list-style: none;
	padding: 0;
	margin: 0;
font-size: 14px;
font-weight: 500;
line-height: 17.07px;
letter-spacing: 1px;
color: #BDBDBD;
	text-transform: uppercase;
}
.bchck{
	display: none;
}
.bfilt li label{
padding: 10px 12px 10px 12px;
border-radius: 20px 20px 20px 20px;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.bfilt li.active label{
	background: rgba(73, 175, 253, 0.1);
	color: rgba(73, 175, 253, 1);
}
.mediaListTabs{
	margin-top: 30px;
}
.mediaoutr .line-sep {
    width: 100%;
    height: 1px;
    background: rgba(51, 51, 51, 0.7);
    position: relative;
}
.mediaoutr .line-sep::after {
    content: "";
    background: rgba(51, 51, 51, 0.7);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    bottom: -2px;
    z-index: 10;
}
.newsdrop span{
font-size: 16px;
font-weight: 600;
line-height: 19.5px;
color:#fff;
}
.newsdrop select{
font-size: 16px;
font-weight: 400;
line-height: 19.5px;
	color: rgba(130, 130, 130, 1);
	background: transparent;
	border:0;
	border-bottom: 1px solid rgba(68, 68, 68, 1);
	    padding: 10px 0;
	padding-right: 30px;
	margin-left: 10px;
}
.featsect{
	background: #000;
	padding: 50px 0;
}
.featdiv h4{
font-size: 20px;
font-weight: 700;
line-height: 24.38px;
letter-spacing: 0.20000000298023224px;
color: rgba(116, 136, 151, 1);
	text-transform: uppercase;
	margin-bottom: 30px;
}
.featul{
	list-style: none;
	padding: 0;
	margin: 0;
	color: rgba(205, 206, 210, 0.6);
font-size: 18px;
font-weight: 700;
line-height: 28px;
	border:1px solid rgba(255, 255, 255, 0.2);
	border-right: 0;
}
.featul li{
	padding:20px;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
}
.featul li:last-child{
	border-bottom:0;
}
.featul li.active{
	color:#fff;
	border-left:1px solid rgba(73, 175, 253, 1);
}
.featul li:hover{
	background:rgba(225, 225, 225, 0.2);
}
.nwstxt{
font-size: 18px;
font-weight: 400;
line-height: 28px;
letter-spacing: 1px;
color:rgba(225, 225, 225, 1);
}
.featnewsdet .mcvrimg{
	margin-bottom: 20px;
}
.featnewsdet{
	position: absolute;
	opacity: 0;
}
.featnewsdet.active{
	-webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    transform:translateY(0px) ;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity:1;
}
.featnews{
	position: relative;
}
.featurednews{
	min-height: 550px;
}
.featnews .mcvrimg{
	min-height:350px;
}
.featnews .mcvrimg img{
	max-height:350px;
}
.pressinr.blog-details-page{
	background: #000 url(./../images/howwestartedbg.png) no-repeat left top / cover;
}
.newsBannerDescBlock{
	margin-top: 50px;
}
.newsBannerDescBlock h2{
font-size: 32px;
font-weight: 600;
line-height: 48px;
letter-spacing: 2px;
color:#fff;
}
.tprel{
	position: relative;
}
.tprel .shreoutr{
	float: right;
}
.shareCls{
font-size: 16px;
font-weight: 300;
line-height: 19.5px;
letter-spacing: 0.1599999964237213px;
color:rgba(255, 255, 255, 1);
	text-decoration: underline;
}
.prsimg{
	position: relative;
	text-align: center;
}
.pimgtxt{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 10px;
	background: rgba(0, 0, 0, 0.7);
	color: rgba(170, 170, 170, 1);
	text-align: left;
}
.otherStoryCont h4{
font-size: 20px;
font-weight: 700;
line-height: 24.38px;
letter-spacing: 0.20000000298023224px;
color:#fff;
	text-transform: uppercase;
}
.presscnt{
font-size: 16px;
font-weight: 400;
line-height: 24px;
color:rgba(242, 242, 242, 1);
}
.partnersul img{
	max-width: 160px;
}
.popmenu .logo{
	margin-top: -2px;
}



.swiper {
      width: 100%;    
    }
    .swiper-slide {
      /*display: flex;
      align-items: center;
      justify-content: center;*/
    }
.featnews .mcvrimg {
   display: flex;
    justify-content: center;
}
.swiper-slide.swiper-slide-prev .mcvrimg{
	background: rgba(255, 255, 255, 0.8);
	border-radius: 18px;
}
.swiper-slide.swiper-slide-next .mcvrimg{
	background: rgba(126, 126, 126, 1);
	border-radius: 18px;
}
.swiper-slide.swiper-slide-visible{
	/*background: #000;*/
}
.mobfeat{
	overflow: hidden;
}
.mobfeat .mcvrimg{
	    /*background: #000;*/
    height: auto;
    border-radius: 18px;
	min-height: 200px;
	overflow: hidden;
	background: #000 url(./../images/sliderbg.png) no-repeat center center / 100%;
}
.mobfeat .mcvrimg img{
	max-height: 200px;
	max-width: 80%;
}
.swiper-slide .mcvrimg img{
	opacity: 0;
}
.swiper-slide .card-body{
	opacity: 0;
}
.swiper-slide.swiper-slide-visible .mcvrimg img{
	opacity: 1;
	border-radius: 18px;
}
.swiper-slide.swiper-slide-visible .card-body{
	opacity: 1;
}
.swiper-slide.swiper-slide-visible .mcvrimg{
	margin-top: 10px;
}
.mobfeat .swiper-pagination-bullet{
background:rgba(255, 255, 255, 0.5);
}
.mobfeat .swiper-pagination-bullet.swiper-pagination-bullet-active{
background:rgba(255, 255, 255, 1);
}
.mobfeat .hoversect{
	position: relative;
	text-align: left;
	margin-bottom: 50px;
}
.mobfeat .swiper-button-next, .mobfeat .swiper-button-prev{
	top:25%;
}
.mobfeat .card .card-body .card-text {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.swiper-button-prev{
	background: url(./../images/Slider_arrow_round_left_inactive.svg) no-repeat center center / 100%;
	left: -15px;
	width: 48px;
    height: 48px;
}
.swiper-button-prev::after{
	content: "";
}
.swiper-button-prev:hover{
	background: url(./../images/Slider_arrow_round_left.svg) no-repeat center center / 100%;
	left: -15px;
	width: 48px;
    height: 48px;
}
.swiper-button-next{
	background: url(./../images/Slider_arrow_round_right_inactive.svg) no-repeat center center / 100%;
	right: -15px;
	width: 48px;
    height: 48px;
}
.swiper-button-next::after{
	content: "";
}
.swiper-button-next:hover{
	background: url(./../images/Slider_arrow_round_right.svg) no-repeat center center / 100%;
	right: -15px;
	width: 48px;
    height: 48px;
}
#slidecarouselmob{
	margin:0;
	padding: 0;
}
#slidecarouselmob .slick-dots li button{
	background: rgba(255, 255, 255, 0.5);
}
#slidecarouselmob .slick-dots li.slick-active button{
	background: rgba(255, 255, 255, 1);
}
.secndsect{
	padding: 50px 0;
}
.theaddiv{
	margin-bottom: 50px;
}
.theaddiv .line-with-dot {
    border: 1px solid rgba(73, 175, 253, 0.5);
    height: 1px;
    max-width: 360px;
    margin: 0;
    position: relative;
}
.theaddiv .line-with-dot::after {
    content: "";
    background: #49AFFD;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    right: -1px;
    bottom: -3px;
}
.theaddiv h3{
	font-size: 32px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 20px;
	text-transform: uppercase;
}
.inttcnt.scnt{
	  padding-right: 300px;
}
.newsextrabox{
	padding:20px;
}
.newsextrabox h4{
	font-size: 16px;
    line-height: 19px;
    color: rgba(224, 224, 224, 1);
    font-weight: 700;
    letter-spacing: 0.2px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.latstnews img{
	margin-bottom: 30px;
}
.newsextrabox h6{
	font-size: 14px;
    line-height: 22px;
    color: rgba(130, 130, 130, 1);
    font-weight: 500;
    letter-spacing: 1px;
	margin-bottom: 30px;
}
.newsextrabox h6 a{
    color: rgba(130, 130, 130, 1);
	font-family: "Montserrat";
}
.newsextrabox .line-with-dot {
    border: 0.5px solid rgba(51, 51, 51, 0.5);
    height: 0.5px;
    width: 100%;
    position: relative;
	margin-bottom: 30px;
}
.newsextrabox .line-with-dot::after {
    content: "";
    background: rgba(51, 51, 51, 1);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    bottom: -2.5px;
}
.featdeatul{
	margin:0;
	padding:0;
	list-style: none;
}
.featdeatul li{
	margin-bottom: 30px;
}
.ftnws a{
    font-size: 14px;
    line-height: 22px;
    color: rgba(130, 130, 130, 1);
    font-weight: 500;
    letter-spacing: 1px;
	margin-bottom: 30px;
	font-family: "Montserrat";
}
.nwscntinr{
	padding-right: 80px;
}
.opdv{
		background: rgba(0,0,0,0.3);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
.news-headlines {
  list-style: none;
  position: relative;
}
  .nh-anim {
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
.news-headlines li{
	overflow: hidden;
}
  .news-headlines .highlight {
     width: 100%;
     border-left: solid 1px rgba(73, 175, 253, 1);
     position: absolute;
     top: 0;
     left: 0;
     z-index: 10;
	  border-bottom: 0;
  }
.news-headlines .highlight:before {
    display: none;
  }
.news-preview { 
   position: relative;
   z-index: 5;  
}
.news-content {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
}
.top-content {
    display: block;
}
#menu-copyright-menu{
	margin:0;
	padding: 0;
	list-style: none;
}
#menu-copyright-menu a{
	color: #748897;
}
#nav_menu-6{
	margin-left: 5px;
}
.subnavitem{
	margin-left: 20px;
}
.collapseMenu .collapseMenuItems .submenu .subnavitem a {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    text-transform: capitalize !important;
}