body{font-family: 'Roboto', sans-serif;background-color: #170939;}
p{margin-bottom: 0;}
ul{list-style: none;padding: 0;}
#main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 9px 0 0;
    position: absolute;
    width: 100%;
    top: 0;
    /*height: 100px;*/
}
#main-header .container{
	max-width: 1750px;
	display: flex;
	justify-content: space-between;
    align-items: center;
    /*height: 100px;*/
}
#hamburger-menu {
    display: block;
    background: none;
    width: 40px;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
}
#main-nav{

}
/*#homeMenu {
    vertical-align: bottom;
    left: 20px;
    position: relative;
    top: -25px;
}*/
#hamburger-menu::before {
    content: '';
    display: block;
    height: 3px;
    background-color: #fff;
}
#hamburger-menu span {
    display: block;
    height: 3px;
    background-color: #ff5ed2;
    margin: 6px 0;
}
#hamburger-menu::after {
    content: '';
    display: block;
    width: 50%;
    height: 3px;
    background-color: #fff;
}
#homeMenu #collapsingNavbar {
    left: 0px;
}
#collapsingNavbar {
    position: absolute;
    z-index: 999;
    left: 100px;
        width: 100%;
    margin: 0 15px;
    /*margin-left: -7.5px;*/
    margin-left: 0px;
}
.custom-nav .navbar-nav {
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: unset;
    flex-direction: unset;
}
.custom-nav .navbar-nav .nav-item:not(:last-of-type) {
    margin-right: 50px;
}
.custom-nav .navbar-nav .nav-item {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
#collapsingNavbar a {
    color: #fff;
    padding-bottom: 0;
    border-bottom: 4px solid transparent;
    transition: all 0.2s linear;
}

#collapsingNavbar a.active,#collapsingNavbar a:hover{
	border-bottom: 4px solid #DA56B6;
}
.custom-nav .nav-item .nav-link {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom-nav .navbar-nav .nav-item:not(:last-of-type):after {
    position: absolute;
    content: '|';
    color: transparent;
    border-right: 1px dashed #206d8f;
    top: 6px;
    right: -25px;
    font-size: 19px;
}
.navrghtLink{
	/*position: absolute;
	right: 10px;
	top: 22px;*/

}
.navrghtLink .nav-link{
	font-size: 12px;
    text-transform: uppercase;
    color: #3be8f8;
    padding-top: 25px;
}
.navrghtLink .nav-link:hover{
	color: #ff5ed2;
}
/* Header */

.abtBnr{
	background: url(../images/images-about/AboutUs-Hero1.jpg?v=1.1) no-repeat center center / 100% 100%;
	height: 100vh;
	display: flex;
    justify-content: center;
    align-items: center;
}
.abtBnr .col-md-12{
	padding: 8rem 0 10rem;
}
.abtBnr h3{
	text-transform: uppercase;
	font-weight: 900;
	font-size: 26px;
	letter-spacing: 0.2em;
	color: #fff;
}
.txtImg{
	width: 220px;
}
.abtBnr h2{
	text-transform: uppercase;
	color: #fff;
	font-size: 54px;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.abtBnr h1{
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	font-size: 54px;
	letter-spacing: 0.05em;
}
.sec2{
	background-color: #170939;
	padding-bottom: 40px;
}
.sec2 .col-md-6:first-child::after{
	content: "";
	background-color: #27ECF9;
	width: 3px;
	height: 100%;
	position: absolute;
	right: 30px;
	top: 0;
	border-radius: 10px;
}
.sec2 p{
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	padding: 10px 20px;
}
.allHd h2{
	text-align: center;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 54px;
    background-color: #170939;
    display: inline-block;
    padding: 0 20px;
}
.allHd h2::after{
	content: "";
    background: #27ECF9;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    top: 34px;
    z-index: -1;
}
.sec3{
	padding-bottom: 20px;
}
.sec3Inr{
	border: 4px solid #27ECF9;
	/*filter: drop-shadow(0px 0px 120px #00F0FC);*/
	border-radius: 5px;
	color: #fff;
	/*padding:30px 30px;*/
	/*min-height: 520px;*/
	box-shadow: 0px 0px 19px #00f0fc8a;
	-webkit-box-shadow: 0px 0px 19px #00f0fc8a;
	-moz-box-shadow: 0px 0px 19px #00f0fc8a;
}
.sec3Inrmain{
	background: #142550;
    -webkit-box-shadow: inset 0px 0px 180px 1px rgb(9 10 49);
    -moz-box-shadow: inset 0px 0px 180px 1px rgba(9,10,49,1);
    box-shadow: inset 0px 0px 50px 1px rgb(9 10 49);
    padding: 30px 30px;
    min-height: 570px;
}
.sec3Img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0px 0px 10px #9D4887) drop-shadow(0px 0px 10px #9D4887);
}
.sec3Img{
	/*height: 200px;
	margin-bottom: 20px;*/
	width: 128px;
    height: 124px;
    margin: 0 auto 20px;
}
.sec3 .row .col-md-4:nth-child(2) .sec3Img{
	width: 195px;
}
.sec3 .row .col-md-4:nth-child(3) .sec3Img{
	width: 197px;
}
.sec3 .row .col-md-4:nth-child(3) .sec3Img img{
	object-fit: cover;
}
.sec3Inr h3{
	color: #27ECF9;
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 0;
}
.sec3Inr h5{
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 20px;
}
.sec3Inr p{
	font-size: 18px;
	line-height: 25px;
}
.sec4Left h2{
	color: #fff;
	font-weight: 900;
	font-size: 42px;
	position: relative;
	left: -20px;
}
.sec4Left h2 span{
	color: #E84DB7;
}
.sec4Right p em{
	color: #E84DB7;
	font-size: 22px;
	font-weight: 600;
}
.sec4Right p{
	color: #fff;
	font-size: 22px;
}
.sec4Left  img{
	height: 100px;
    filter: drop-shadow(0px 0px 10px #9D4887) drop-shadow(0px 0px 10px #9D4887);
    object-fit: contain;
    margin-right: 25px;
    margin-bottom: 20px;
}
.sec4Right::after{
	content: "";
    background: url(../images/images-about/quotes-left.png) no-repeat center center / contain;
    position: absolute;
    left: -48px;
    width: 100px;
    height: 100px;
    top: -37px;
}
.sec4Right::before{
	content: "";
    background: url(../images/images-about/quotes-right.png) no-repeat center center / contain;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100px;
    top: -37px;
}
.sec5{
	padding-bottom: 50px;
}
.sec5innr{
	border: 4px solid #27ECF9;
    /*filter: drop-shadow(0px 0px 200px #00F0FC);*/
    box-shadow: 0px 0px 55px #00f0fc52;
    -webkit-box-shadow: 0px 0px 55px #00f0fc52;
	-moz-box-shadow: 0px 0px 55px #00f0fc52;
    border-radius: 5px;
}
.sec5inrMain{
	background: #142550;
	-webkit-box-shadow: inset 0px 0px 180px 1px rgba(9,10,49,1);
	-moz-box-shadow: inset 0px 0px 180px 1px rgba(9,10,49,1);
	box-shadow: inset 0px 0px 180px 1px rgba(9,10,49,1);
	 padding: 50px;
}
.sec5Hd{
	margin-bottom: 3rem;
}
.sec5Hd h2{
	color: #E84DB7;
	font-weight: 900;
	font-size: 36px;
}
.sec5Hd h3{
	color: #FFFFFF;
	font-size: 42px;
	font-weight: 900;
}
.sec5 .col-md-3{
	padding-bottom: 30px;
}
.sec5 .row h3{
	color: #E84DB7;
	font-weight: 700;
	font-size: 25px;
    margin-bottom: 15px;
}
.sec5 .row p{
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
}
.sec5 .row .col-md-3:nth-last-child(-n+4){
	padding-bottom: 0;
}
.sec6{
	background: url('../images/images-about/metabg.jpg?v=1.1') no-repeat center top / cover;
	padding-bottom: 0px;
}
.sec6hd h2{
	text-align: center;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 54px;
    display: inline-block;
    padding: 0 20px;
	background-color: transparent;
}
.sec6hd::after{
	content: "";
    background: #27ECF9;
    width: 25%;
    height: 4px;
    position: absolute;
    left: 0;
    top: 34px;
}
.sec6hd::before{
	content: "";
    background: #27ECF9;
    width: 25%;
    height: 4px;
    position: absolute;
    right: 0;
    top: 34px;
}
.sec6Txt{
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	margin-bottom: 2rem;
	max-width: 600px;
    margin: 0 auto 2rem;
}
.sec6 .col-md-2{
	text-align: center;
}
.sec6 .row p{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.sec6 .row img{
	filter: drop-shadow(0px 0px 50px #9D4887) drop-shadow(0px 0px 50px #9D4887);
	height: 147px;
    object-fit: contain;
}
.sec7{
	background: url(../images/images-about/ideabg.jpg?v=1.1) no-repeat center bottom / cover;
	padding-top: 5rem;
    padding-bottom: 25rem;
}
.sec7 h2{
	color: #E84DB7;
	font-size: 42px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 25px;
}
.sec7 h2 span{
	color: #FFFFFF;
	font-size: 60px;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
}
.sec7 p{
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 30px;
}
.sec7 h6{
	color: #fff;
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 30px;
}
.sec7Btn{
	background: #E84DB7;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:  0px 4px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:  0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	width: 275px;
	height: 66px;
	text-align: center;
	display: inline-block;
	padding: 13px 10px;
	transition: all 0.3s ease;
}
.sec7Btn:hover{
	color: #fff;
	transform: scale(1.1);
}
.sec7 .col-xl-4::after{
	content: "";
	background: url('../images/images-about/arrow.png') no-repeat center center / contain;
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 200px;
	height: 200px;
}
.sec8{
	background: url(../images/images-about/teambg.jpg) no-repeat center center / cover;
}
.sec8 .sec6hd h2{
	font-size: 48px;
}
.sec8 .sec6hd::before,.sec9 .sec6hd::after{
	width: 27%;
	border-radius: 5px 0 0 5px;
	top: 28px
}
.sec8 .sec6hd::after,.sec9 .sec6hd::after{
	width: 27%;
	border-radius: 0px 5px 5px 0px;
	top: 28px;
}
.sec8 .sec6Txt{
	max-width: 650px;
}
.teamAr{
	max-width: 90%;
	margin:auto;
}
.teamAr img{
	width: 100%;
	height: 250px;
	object-fit: contain;
	filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.2));
	margin-bottom: 20px;
}
.teamAr .col-md-3{
	text-align: center;
	margin-bottom: 40px;
}
.teamAr h2{
	color: #27ECF9;
	font-weight: 600;
	font-size: 24px;
}
.teamAr h4{
	font-family: 'Press Start 2P', cursive;
	color: #F14ABC;
	font-weight: 400;
	font-size: 14px;
}
.teamAr p{
	color: #FFFFFF;
	font-size: 20px;
	line-height: 26px;
}
.beambtn{
	background: #E84DB7;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	width: 211px;
	height: 66px;
	padding: 12px 10px;
	display: inline-block;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
	transition: all 0.3s ease;
	text-decoration: none;
	margin-top: 20px;
}
.beambtn:hover{
	color: #fff;
	transform: scale(1.1);
}
.sec8{
	background:url('../images/images-about/teambg.png?v=1.1') no-repeat center bottom / cover;
	padding-bottom: 50px;
}
.sec9{
	background: url(../images/images-about/ftrBg.jpg?v=1.1) no-repeat bottom center / cover;
    padding-bottom: 10px;
}
.sec9 p{
	color: #27ECF9;
	font-size: 36px;
	font-weight: 900;
}
.ftrdetails{
	padding-top: 24rem;
}
.ftrdetails h2{
	color: #fff;
	font-weight: 900;
	font-size: 40px;
	margin-bottom: 0;
	line-height: 1;
}
.vidBx video[poster]{
	height:100%;
	width:100%;
}
.txtImg {
    width: 245px;
	position: relative;
	left: 14px;
}

.social-icon
{
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(0px, 25px);
}

.social-icon img{
	/* width:55px;
	cursor: pointer;
	margin-right: 10px; */
	width: 45px;
	height: 45px;
    cursor: pointer;
    margin: 0 20px;
    filter: drop-shadow(0px 0px 13px #48A2A3) drop-shadow(0px 0px 20px #48A2A3) drop-shadow(0px 0px 22px #48A2A3);
}
.vidBx{
	margin-bottom: 30px;
}

.footer-class{
	bottom: 10px;
}
.footer-class .container{
	max-width: 1750px;
	padding: 0 15px;
}
.ftrinnr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-class .right{
	display: flex;
    align-items: center;
    position: relative;
}
.footer-class .right .step-indicator {
    font-size: 11px;
    color: #3be8f8;
    text-transform: uppercase;
}
.footer-class .right .step-indicator .step-lines span.active {
    height: 3px;
    background-color: #ff5ed2;
}
.footer-class .right .step-indicator .step-lines span {
    display: inline-block;
    height: 2px;
    width: 30px;
    background-color: #435363;
    margin: 2px;
    cursor: pointer;
}
.footer-class .right .circle-nxt {
    margin-left: 15px;
    display: block;
}
.footer-class .right .circle-nxt svg {
    width: 50px;
    height: 50px;
}

.footer-class .right .circle-nxt .icon {
  fill: rgb(65, 217, 239);
}
.footer-classr .right .circle-nxt:hover .icon, .footer-class .right .circle-nxt:hover .icon-m,
.footer-class .right .circle-nxt:active .icon, .footer-class .right .circle-nxt:active .icon {
  fill: #ff5ed2;
}
.footer-class .right .circle-nxt .icon-m {
  display: none;
}
.footerList li a {
    color: #8fc2f5;
    font-size: 12px;
    text-decoration: none;
    padding: 0 5px;
    transition: all 0.2s linear;
}
.footerList li a:hover{
	text-decoration: underline;
}
.disclaimer p {
    font-size: 11px;
    font-weight: 400;
    color: #8fc2f5;
    margin-bottom: 0;
}
.footerList li a {
    color: #8fc2f5;
    font-size: 12px;
    text-decoration: none;
    padding: 0 5px;
    transition: all 0.2s linear;
}
.footerList li a:hover{
	text-decoration: underline;
}
#main-header .container{padding: 0 15px;}
#main-header{margin: 5px 0 0;}
.hmlogo {
    position: relative;
    top: 10px;
    margin-right: 10px;
}


/*******************************************************/
.hmlogo{display: inline-block;width: 70px; height: 68px;}
#main-header{height: auto;}
.pr-2, .px-2 {
    padding-right: 0.5rem!important;
}
/*******************************************************/


/* Modal */
.footerModal .modal-title{
	font-weight: 400;
}
.footerModal .modal-body{
    height: 550px;
    overflow-x: scroll;
 }
 
.footerModal .modal-body p{
 	margin-bottom: 1rem!important;
}
.footerModal .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    position: relative;
    top: -12px;
}


 /* Custom Scrollbars */
/* width */
 .footerModal .modal-body::-webkit-scrollbar {
  width: 9px;
}

/* Track */
 .footerModal .modal-body ::-webkit-scrollbar-track {
  background: rgba(255,255,255, 0.1);
}
 
/* Handle */
 .footerModal .modal-body::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  background-color: #9686ae;
}

/* Handle on hover */
 .footerModal .modal-body::-webkit-scrollbar-thumb:hover {
  background: #72618e; 
}


/* Responsive */
@media (min-width: 768px){
/*#homeMenu {
    vertical-align: bottom;
    left: 20px;
    position: relative;
    top: -15px;
}*/
}
@media screen and (min-width: 1920px) {
  .sec7 {
  	padding-top: 16rem;
  }
  .sec9 {
    background: url(../images/images-about/ftrBg.jpg) no-repeat bottom center / 100% 100%;
  }
  /*#main-header{
		margin: 22px 0 0;
	}*/
  .navrghtLink .nav-link{
  	padding-top: 23px;
  }
}
@media screen and (max-width: 1400px){
	.sec3Inr h3{
		font-size: 28px;
	}
	.sec6hd::before,.sec6hd::after,.sec8 .sec6hd::after,.sec8 .sec6hd::before,.sec9 .sec6hd::after,.sec9 .sec6hd::before{
		width: 22%;
	}
	.sec7 .col-xl-4::after{
		right: -60px;
	}
	.sec3Inrmain{
		min-height: 570px;
	}
	.sec4Right::before{
		right: 0px;
	}

}
@media screen and (max-width: 1199px){
	.abtBnr{
		background: url(../images/images-about/AboutUs-Hero1.jpg) no-repeat center center / cover;
		height: auto;
	}
	.sec2 .col-md-6:first-child::after{
		right: 17px;
	}
	.sec3Img {
	    height: 150px;
	}
	.sec3Inr h3{
		font-size: 25px;
	}
	.sec3Inr h5{
		font-size: 19px;
		padding-bottom: 10px
	}
	.sec6hd::before,.sec6hd::after,.sec8 .sec6hd::before,.sec8 .sec6hd::after,.sec9 .sec6hd::before,.sec9 .sec6hd::after{
		width: 12%;
	}
	.sec7 .col-xl-4::after {
	    right: 40px;
	}
	.sec3Inrmain{
		min-height: 684px;
	}
	.sec4Right::before{
		right: 13px;
	}
	.sec5Hd h3{
		font-size: 35px;
	}
}
@media screen and (max-width: 992px){
	.sec2 p{
		font-size: 16px;
    	line-height: 26px;
	}
	.sec3Inr{
    	text-align: center;
	}
	.sec3Img {
	    height: 85px;
	    margin-bottom: 10px;
	}
	.sec3 .row .col-md-4:nth-child(3) .sec3Img img {
	    object-fit: contain;
	}
	.sec3Inr h3{
		font-size: 20px;
	}
	.sec3Inr h5{
		font-size: 20px;
		padding-bottom: 10px;
	}
	.sec3Inr p {
	    font-size: 16px;
	    line-height: 23px;
	}
	.sec4Left img {
	    height: 130px;
	}
	.sec4Left h2{
		font-size: 20px;
	}
	.sec4Right p,.sec4Right p em{
		font-size: 16px;
	}
	.sec5Hd h2{
		font-size: 22px;
	}
	.sec5Hd h3{
		font-size: 25px;
	}
	.sec5 .row p{
		font-size: 16px;
	}
	.sec5innr{
		/*padding: 30px 30px;*/
	}
	.sec5inrMain{
		padding: 30px 30px;
	}
	.sec5 .row h3{
		font-size: 22px;
    	margin-bottom: 8px;
	}
	.sec6Txt{
		font-size: 16px;
	}
	.sec6 .row p{
		font-size: 13px;
		line-height: 18px;
	}
	
	
	.teamAr{
		max-width: 100%;
	}
	.teamAr img{
		height: 150px;
		object-fit: contain;
	}
	.teamAr h2{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.teamAr h4{
		font-size: 7px;
		margin-bottom: 5px;
	}
	.teamAr p{
		font-size: 11px;
		line-height: 1.1;
	}
	.beambtn{
		width: 100%;
    	font-size: 15px;
    	height: 40px;
    	padding: 8px 10px;
	}
	.sec6hd h2{
		font-size: 45px;
	}
	.sec8 .sec6hd h2 {
	    font-size: 38px;
	}
	.ftrdetails {
	    padding-top: 15rem;
	}
	.sec7{
		padding-bottom: 10rem;
	}
	.sec7 .col-xl-4::after{
		width: 100px;
    	height: 100px;
    	bottom: 0px;
    	right: 0px;
	}
	.sec7 h6 br{display: none;}
	.sec3Inrmain{
		min-height: 610px;
		padding: 20px 10px;
	}
	.sec4Right::before{
		right: 0px;
	}
}
@media screen and (max-width: 767px){
	#collapsingNavbar {
	    display: none;
	}
	#collapsingNavbar {
	    position: absolute!important;
	    left: unset;
	    padding: 5px 15px;
	    border: 1px solid rgba(255, 255, 255, 0.1);
	}
	#hamburger-menu{
		position: absolute;
    	left: 90px;
    	top: 22px;
	}
	#homeMenu{
		left: 0;
		top: 0;
	}
	.abtBnr{
		background: url(../images/images-about/herobgmob.jpg) no-repeat top center / 100% 100%;
    	height: auto;
	}
	.abtBnr h3{
		font-size: 22px;
		margin-bottom: 34px
	}
	.abtBnr h2,.abtBnr h1{
		font-size: 34px;
		margin-bottom: 0;
    	line-height: 1.1;
	}
	.abtBnr .col-md-12 {
	    padding: 8rem 0 2rem;
	}
	.txt1{
		margin-bottom: 10px!important;
	}
	.sec2 .col-md-6{
		text-align: center;
	}
	.sec2 .col-md-6:first-child{
		margin-bottom: 28px;
	}
	.sec2 .col-md-6:first-child::after {
	    width: 88px;
	    height: 3px;
	    right: auto;
	    top: auto;
	    bottom: -10px;
	    left: 50%;
	    transform: translate(-50%,0%);
	}
	.allHd h2{
		font-size: 35px;
		max-width: 250px;
		padding: 0px 15px;
	}
	.sec3 .col-md-4{
		margin-bottom: 20px;
	}
	.sec3Inrmain{
		padding: 20px;
    	min-height: auto;
    	text-align: center;
	}
	.sec3Inr h3 {
	    font-size: 28px;
	}
	.sec4Left img {
	    height: 110px;
	}
	.sec4Left h2{
		font-size: 20px;
		left: 0;
	}
	.pl-2{
		padding-left: 15px;
	}
	.sec4Right{
		position: relative;
	}
	.sec4Right::after{
		left: -48px;
    	width: 80px;
    	height: 80px;
    	top: -20px;
	}
	.sec4Right::before{
	    width: 80px;
	    height: 80px;
	    top: 0px;
	    right: 0;
	}
	.sec5innr{
		border:none;
		filter: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		/*padding: 30px 0px 0px;*/
	}
	.sec5inrMain{
		padding: 30px 0px 0px;
		background: transparent;
    	-webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
	}

	.row{
		margin: 0;
	}
	.sec5Hd h2 img{
		display: none;
	}
	.sec5 .row .col-md-3:nth-last-child(-n+4) {
	    padding-bottom: 30px;
	}
	.sec5 .row .col-md-3:last-child{
		padding-bottom: 0;
	}
	.sec6hd h2{
		font-size: 32px;
		max-width: 280px;
	}
	.sec6hd::before{
		width: 30%;
	}
	.sec6hd::after{
		width: 30%;
	}
	.sec7{
		background: none;
		background-color: #1b093c;
		padding-top: 0;
		padding-bottom: 2rem;
	}
	.sec7 .col-md-6{
		background: url(../images/images-about/ideabgmob2.jpg) no-repeat top center / cover;
    	padding: 4rem 15px 25rem;
	}
	.sec7 h2{
		text-align: right;
		font-size: 30px;
	}
	.sec7 h2 span{
		font-size: 48px;
	}
	.sec7 .col-md-6 p,.sec7 .col-md-6 h6,.sec7 .col-md-6 a,.sec7 .col-md-6::after{
		display: none;
	}
	.sec7mobtext{
		padding: 0 15px;
		text-align: center;
		position: relative;
	}
	.sec7mobtext::after{
		content: "";
    	background: url(../images/images-about/arrow.png) no-repeat center center / contain;
    	position: absolute;
    	right: 0;
    	bottom: -10px;
    	width: 140px;
    	height: 140px;
	}
	.sec7 .container{
		max-width: 100%;
		padding: 0;
	}
	.sec7 p{
		font-size: 16px;
    	line-height: 24px;
	}
	.sec7 h6{
		font-size: 16px;
	}
	.sec7Btn{
		width: 169px;
    	height: 49px;
    	padding: 11px 10px;
    	font-size: 16px;
	}
	.sec8 .sec6hd::before, .sec8 .sec6hd::after,.sec9 .sec6hd::before, .sec9 .sec6hd::after {
	     width: 27%; 
	}
	.sec8 .sec6hd h2{
		max-width: 250px;
    	margin: auto;
    	font-size: 30px;
	}
	.sec8{
		background:url('../images/images-about/teambgmob.jpg') no-repeat bottom center / cover;
		padding-bottom: 50px;
	}
	.sec9 .sec6hd{
		margin-bottom: 0!important;
	}
	.sec9 p{
		font-size: 30px;
	}
	.ftrdetails h2{
		font-size: 19px;
	}
	.ftrdetails img{
		height: 100px;
	}
	.sec6{
		background: url(../images/images-about/metabgmob.jpg) no-repeat center center/cover;
	}
	.sec9{
		background:url(../images/images-about/ftrbgmob.jpg) no-repeat bottom center / cover;
	}
	.txtImg {
	    width: 245px;
	    position: relative;
	    left: 0;
	}
	.social-icon
	{
		display: -webkit-box;      
	  	display: -moz-box;         
	  	display: -ms-flexbox;     
	  	display: -webkit-flex; 
	  	display: flex;
		justify-content: center;
		align-items: center;
		transform: translate(0, 30px);
		flex-wrap: wrap;
	}
	.social-icon img {
		width: 60px;
	    margin: 0 10px;
	    margin-bottom: 10px;
	    object-fit: contain;
	}
	.vidBx{
		margin-bottom: 0px;
	}
	.navrghtLink{
		/*top: 20px;*/
		margin-bottom: 0;
	}
	.navrghtLink .nav-link{
		font-size: 12px;
    	/*padding: 5px 9px;*/
    	padding: 3px 25px;
	}
	.disclaimer {
	    text-align: center;
	}
	.disclaimer p {
	    font-size: 12px;
	    color: #fff;
	    /*display: block!important;*/
	}
	.hmlogo {
    position: relative;
    top: 0px;
    }
    .red-bar{display: none;}
    .footerModal .modal-body{
       height: 400px!important;
    }
    .footerModal .modal-title{
      font-size: 25px;
    }
    .footerModal .modal-body::-webkit-scrollbar {
	    width: 6px;
	  }

	.footerModal .modal-body::-webkit-scrollbar-thumb {
	    border: 2px solid rgba(0, 0, 0, 0);
	}
	.footerModal .close{
		top: -8px;
	}
}

@media (max-width: 575px){
	.custom-nav .nav-item .nav-link{
		font-size: 16px;
	}
}
@media screen and (max-width: 600px){
	.sec6hd::before{
		width: 20%;
	}
	.sec6hd::after{
		width: 20%;
	}
	.sec7 .col-md-6 {
	    background: url(../images/images-about/ideabgmob2.jpg) no-repeat top center / 100%;
    	padding: 4rem 15px 18rem;
	}
	.vidBx video{
		height: 250px;
	}
}
@media screen and (max-width: 576px){
	.sec7 .col-md-6 {
	    background: url(../images/images-about/ideabgmob2.jpg) no-repeat top center / 100%;
    	padding: 4rem 15px 12rem;
	}
	#main-header .container,#main-header{
		height: 70px;
	}
	.ftrinnr{
		flex-direction: column-reverse;
		justify-content: center;
	}
	.footer-class .right .circle-nxt svg {
	    width: 26px;
	    height: 31px;
	}
	.footer-class .right .circle-nxt .bg, .footer-class .right .circle-nxt .icon {
	    display: none;
	}
	.footer-class .right .circle-nxt .icon-m {
	    display: inline;
	}
	.footer-class .right .circle-nxt {
	    position: absolute;
	    top: -8px;
	    right: 0;
	}
	.footer-class .right .step-indicator {
	    margin-right: 25px;
	    text-align: center;
	}
	.disclaimer p{
		display: block!important;
		margin-bottom: 15px;
	}
	.disclaimer p br{
		display: none;
	}
	/*#hamburger-menu{
		position: absolute;
    	left: 90px;
    	top: 18px;
	}*/
}
@media screen and (max-width: 400px){
	.abtBnr{
		background: url(../images/images-about/herobgmob.jpg) no-repeat top center / cover;
    	height: auto;
	}
	.sec6hd::before{
		width: 15%;
	}
	.sec6hd::after{
		width: 15%;
	}
	.sec7 .col-md-4{
    	padding: 3rem 15px 12rem;
	}
	.sec8 .sec6hd::before, .sec8 .sec6hd::after,.sec9 .sec6hd::before, .sec9 .sec6hd::after {
	     width: 17%; 
	}
	.sec7 .col-md-6 {
	    background: url(../images/images-about/ideabgmob2.jpg) no-repeat top center / 100%;
    	padding: 4rem 15px 10rem;
	}
	.sec7mobtext::after{
		width: 100px;
		height: 100px;
	}
}


@media (min-width: 576px){
.pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem!important;
}
}

.pl-md-2{padding-left: 0.5rem!important;}


