* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Nunito Sans', sans-serif;
}
.container, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl, 
.container-xxl {
    max-width: 1190px;    
}
.my-5 .container{
	max-width: 1460px;
}
body h1 { font-size: 40px;}
body h2 { 
	font-size: 40px;
	Line-height:60px;
	font-weight: 800;
}
body h3 { font-size: 30px;}
body h4 { font-size: 20px;}
body h5 { font-size: 18px;}
body h6 { font-size: 16px;}
body img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height:auto;
	display:block;
}
.aq-button{
	font-size: 24px;
}

.blue-text {
    color: #0D37F2;
}
.btn-outline {
    border: 1px solid #0D37F2;
    color: #0D37F2;
}
.btn-outline:hover {
    border: 1px solid #0D37F2;
    background-color: #0D37F2;
    color: #FFF;
}
.btn-color {
    background-color: #0D37F2;
    border: 1px solid #0D37F2;
    color: #fff;
}
.btn-color:hover {  
    border: 1px solid #0D37F2;
    color: #0D37F2;
}
.sec-sub-text {
    font-size: 24px;
    font-weight: 400;
}
/* / Header / */
.nav-height {
    height: 65px;
}
.logo-t-color {
    color: #001367;
    font-weight: 700;
}
.m-start {
    margin-left: 70px;
    gap: 25px;
}
.dropdown-arrow {
    position: relative;
}
.dropdown-arrow:after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    /* background-color: #110808; */
    transform: rotate(-45deg) translate(0px, 5px);
	right: -10px;
    top: 10px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
}
.btn-sign-in{
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
}
/* / section-1 / */
.sec-1-img1 {
    background: url('../img/banner.png') no-repeat center;
    background-size: cover;
    min-height: 600px;
}
.sec-1-img2 {
    background: url('../img/banner-2.png') no-repeat center;
}
.sec-1-main-part {
    padding: 100px 20px;
}
.sec-1-heading {
    color: #0D37F2;
    font-weight: 900;
}
.sec-margin2 .container {
    max-width: 1900px;
}
/* / section-2 / */
#carouselExampleIndicators .carousel-item{
	margin-bottom: 50px;	
}
/* / section-3 / */
.sec-9-main-part,
.section-7,
.sec-4-main-part2,
.section-3 {
    background-color: #F9FAFD;
}
.section-3 .sec-3-box-part .sec-3-sub-icon span {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(13, 55, 242, 1);
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    width: 20px;
    height: 20px;
}
.sec-6-main-part-1 .sec-sub-text,
.sec-4-text {
    max-width: 570px;
}
/* / section-5 / */
.sec-5-silder {
    min-height: 420px;
    margin-bottom: 70px;
}
.sec-5-line {
    height: 20px;
    width: 60%;
    background-color: #F0F3FE;
    border-radius: 10px;
    cursor: pointer;
}
.line-1 {
    width: 40%;
}
.line-2 {
    width: 25%;
}
.my-5 .carousel-indicators [data-bs-target]{
	width: 38px;
    height: 4px;
	border-radius: 0%;
}
body .carousel-indicators button{
	background-color: rgba(217, 217, 217, 1) !important;
}
body .carousel-indicators button.active{
	background-color: rgba(13, 55, 242, 1) !important;
}
/* / section-7 / */
.sec-7-img {
    min-height: 550px;
    background: url('../img/Potential-img.png') no-repeat center top;
    background-size: cover;
    cursor: pointer;
}

/* / section-8 / */
.sec-8-img-part {
    padding: 20px 30px;
}
.sec-8-img {
    background: url('../img/img-1.png') no-repeat center;
    background-size: cover;
    min-height: 550px;
    border-radius: 20px;
}
.img-8-1 {
    background: url('../img/img-2.png') no-repeat center;
    background-size: cover;
}
.img-8-2 {
    background: url('../img/img-3.png') no-repeat center;
    background-size: cover;
}
.sec-8-text {
    position: absolute;
    bottom: 20px;
    left: 30px;
}
.sec-8-play-btn {
    position: absolute;
    right: 30px;
    bottom: 20px;
}
/* / section-9 / */
.sec-9-round-part {
    margin-top: -90px;
}
.sec-9-round-1 {
    max-width: 900px;
    border: 2px solid #D9D9D999;
    min-height: 800px;
    border-radius: 50%;
}
.sec-9-img-1 {
    top: 14%;
    left: 10px;
    cursor: pointer;
}
.sec-9-img-2 {
    right: 0;
    top: 17%;
    cursor: pointer;
}
.sec-9-img-3 {
    left: -50px;
    top: 45%;
    cursor: pointer;
}
.sec-9-img-4 {
    left: 100px;
    bottom: 12%;
    cursor: pointer;
}
.sec-9-round-2 {
    max-width: 700px;
    border: 2px solid #D9D9D999;
    min-height: 600px;
    border-radius: 50%;
    margin: 90px;
}
.sec-9-img-5 {
    top: 30%;
    left: 120px;
    cursor: pointer;
}
.sec-9-img-6 {
    bottom: 12%;
    left: 400px;
    cursor: pointer;
}
.sec-9-img-7 {
    bottom: 35%;
    right: 126px;
    cursor: pointer;
}
.sec-9-round-3 {
    max-width: 500px;
    border: 2px solid #D9D9D999;
    min-height: 400px;
    border-radius: 50%;
    margin: 90px;
}
.sec-9-img-8 {
    top: 16%;
    left: 395px;
    cursor: pointer;
}
.sec-9-round-4 {
    max-width: 300px;
    border: 2px solid #D9D9D999;
    background-color: #fff;
    min-height: 230px;
    border-radius: 50%;
    margin: 80px;
    cursor: pointer;
}
.content-part {
    top: 43%;
    right: 378px;
}
.sec-9-logo-name {
    font-size: 25px;
}
.img1-part {
    background-color: #FFF;
    height: 340px;
    width: 392px;
    border-radius: 15px;
}
.img1-part {
    display: none;
}
.img-1:hover+.img1-part {
    display: block;
}
/* / section-10 / */
.sec-9-wrap {
    width: 100%;
    max-width: 935px;
}
.sec-9 {
    background: url('../img/image.jpg') no-repeat center;
    background-size: cover;
    min-height: 450px;
    border-radius: 40px;
	padding: 66px 96px;
}
.sec-btn-9-1 a {
    background-color: #fff;
    border: 1px solid #fff;
    color: #3050F6;
}
.sec-btn-9-1 a:hover {
    border: 1px solid #fff;
    color: #fff;
}
.sec-btn-9-2 a {
    border: 1px solid #fff;
    color: #fff;
}
.sec-btn-9-2 a:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #3050F6;
}
/* / footer / */
footer{
	background-color: rgba(249, 250, 253, 1);
	padding: 100px 0 30px;
}
.f-contant-1 {
    max-width: 350px;
}
.aq-copyrigt{
	font-size: 14px;
	color: rgba(17, 8, 8, 1);
}
.footer-main-part .f-icon-all a img{
	border: 1px solid rgba(212, 212, 216, 1);
	border-radius: 50%;	
	padding: 8px;
}
.footer-main-part h5.blue-text{
	font-size: 16px;
}
footer .navbar-nav a{
	font-size: 14px;
	color: rgba(17, 8, 8, 1) !important;
}