
html, body{
	scroll-behavior: smooth;
	overflow-x: initial;
    font-family: 'Montserrat', sans-serif;
}

html{}
body{
    overflow-x: hidden;
}

a,
a:hover{
    text-decoration: none;
}

hr{
    border-top: 1px solid rgb(255 255 255 / 24%);
}

p{
    color: #03034D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}


h1{
    /* font-family: Avenir Next; */
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    /*    line-height: 58px;*/
}
h2{
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
}
h3{
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
h4{

}
h5{}



img{
	max-width: 100%;
	width: auto;
}

.dropdown-toggle{
    position: relative;
}
.dropdown-toggle::after{
    opacity: 0;
}
.dropdown-toggle::before{
    content: '';
    background: url(../imgs/arrow.png);
    width: 18px;
    height: 18px;
    background-size: contain;
    position: absolute;
    top: 6px;
    right: 2px;
    bottom: 0;
}

@media screen and (min-width: 992px){
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; 
     }
}

header{
    
position: fixed;
    
top: 0;
    
left: 0;
    
right: 0;
    
z-index: 100000;
}

.custom-navbar .nav-item.dropdown{
	position: inherit;
}
.custom-navbar .dropdown-menu{
	left: 0;
	right: 0;
	padding: 0;
	border-radius: 25px;
	overflow: hidden;
}

.custom-navbar .dropdown-menu .left-full-img{
	height: 100%;
    object-fit: cover;
    width: 90%;
}

.custom-navbar h3{
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 47px;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #000;
}

.custom-navbar .card{
	border: 1px solid #ccc;
	padding: 10px;
	height: 100%;
}
.custom-navbar .card img{
	/* height: 95px; */
	/* object-fit: cover; */
}
.custom-navbar .card h3{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: initial;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #000;
    margin: 8px 0 5px;
}
.custom-navbar .card ul{padding-left: 20px;list-style: none;}
.custom-navbar .card ul li{
    font-size: 15px;
    font-weight: 500;
    padding: 2px 0;
    position: relative;
    color: #000;
    transition: all ease 1s;
}
.custom-navbar .card ul li a{
    color: #000;
    transition: all ease 1s;
}
.custom-navbar .card ul li a:hover,
.custom-navbar .card ul li:hover{
    /*letter-spacing: 1px;*/
    text-decoration: underline;
}
.custom-navbar .card ul li:before{
    content: '';
    background: #000;
    width: 3px;
    height: 3px;
    border-radius: 15px;
    display: block;
    position: absolute;
    left: -15px;
    top: 10px;
}
.custom-navbar .dropbtnmain{
    margin-top: 32px;
}
.custom-navbar .dropbtnmain .dropbtn{
    border-color: black;
    background-color: transparent;
    color: #000;
    border: 1px solid;
    padding: 12px 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    margin-right: 12px;
}
.custom-navbar .dropbtnmain .dropbtn2{
    border-color: black;
    background-color: black;
    color: #fff;
    border: 1px solid;
    padding: 12px 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
}



/*  Numbers */
.owl-dots {
    counter-reset: dots;
}
.owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}


.btn-primary{
    border-radius: 30px;
    background: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #03034D;
    min-width: 150px;
}
.btn-secondary{
    border-radius: 30px;
    background: #fff0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #ffffff;
    min-width: 150px;
    border-color: transparent;
}

.hero{
    background-image: url(../images/banner-bg.svg);
    background-color: #03034D;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 250px 0 200px;
    text-align: center;
}

.hero h1{}
.hero h3{
    text-align: center;
    /* font-family: Avenir Next; */
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 24px;
}


.after-hero{
    padding: 200px 0;
}

.after-hero p{
    color: #010101;
    text-align: center;    
    font-size: 33px;    
    font-style: normal;    
    font-weight: 600;    
    line-height: 1.4;
    
}
.after-hero p span{
    /* display: inline-block; */
    background: linear-gradient(90deg, #00FFE0 0%, rgba(0, 255, 224, 0.00) 100%);
    padding: 0 8px;
    border-left: 3px solid #0ccfb7;
}

.services{
    border-radius: 60px 60px 0px 0px;
    background: #03034D;
}
.services .block_1{
    background-image: url(../images/block_1.jpg);
    background-size: cover;
    padding: 155px 52px 28px;
    position: relative;
    border-radius: 20px;
    background-repeat: no-repeat;
}
.services .block_1:before{
    content: '';
    background: linear-gradient(180deg, rgba(3, 3, 77, 0.00) 0%, #03034D 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.services .block_1 h3{
    color: #0CF1E3;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    position: relative;
    z-index: 5;
}
.services .block_1 p{
    position: relative;
    z-index: 5;
    color: #fff;
}

.services .block_2{
    background: #18185d;
    padding: 70px 50px 40px;
    background-image: url(../images/block_2.svg);
    background-size: 66%;
    background-position: top right;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.services .block_2 h3{
    color: #0CF1E3;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    position: relative;
    z-index: 5;
}
.services .block_2 p{
    color: #fff;
}

.services .block_3{
    border-radius: 24px;
    background: #00FFE0;
    padding: 121px 50px 50px;
    background-image: url(../images/block_3.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.services .block_3 h3{
    color: #03034D;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}
.services .block_3 p{
}

.services .block_4{
    border-radius: 24px;
    background: #FFF;
    padding: 50px;
}
.services .block_4 img{
    width: 140px;
    margin: 0 auto 15px;
}
.services .block_4 h3{
    color: #03034D;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}
.services .block_4 p{}


.services .block_5{
    background: #18185d;
    border-radius: 24px;
    padding: 50px;
    background-image: url(../images/block_5.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
}
.services .block_5 h3{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    color: #0CF1E3;
}
.services .block_5 p{
    color: #fff;
}
.services .block_5 img{
    position: absolute;
    bottom: 0;
    right: 49px;
    width: 238px;
}

.why_choose{}
.why_choose .card{
    border-radius: 24px;
    background: #00FFE0;
    padding: 40px 24px;
    text-align: center;
    margin-bottom: 30px;
    height: 92%;
}
.why_choose .card h3{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}
.why_choose .card img{
    width: 45px;
    margin: 0 auto 14px;
}
.why_choose .card p{
    font-size: 17px;
    line-height: 1.4;
}

.strengths{
    background: #03034D;
}
.strengths .headd{}
.strengths .headd h5{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.strengths .headd h3{
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
}
.strengths .str1{
    background: #8428FD;
    border-radius: 12px;
        margin-bottom: 20px;
}
.strengths .str1 .d-flex{
    align-items: center;
    gap: 15px;
}
.strengths .str1{
    gap: 15px;
    align-items: center;
    padding: 18px 16px;
}
.strengths .str1 img{
    min-width: 40px;
    width: 60px;
}
.strengths .str1 h3{
    font-size: 45px;
    margin: 0;
}
.strengths .str1 p{
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    margin: 0;
}

.strengths .str2{
    background: #02ddc2;
}
.strengths .str2 h3,
.strengths .str2 p{
    
color: #03034D;
}

.strengths .str1 div{
    position: relative;
}
.strengths .str1 .top{
    position: absolute;
    top: -10px;
    left: 0;
}

.banner_tab{
    display: flex;
    margin-top: 50px;
}
.nav_wrap{
    width: 82%;
}
.nav_wrap h3{
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    text-align: left;
    position: sticky;
    top: 83px;
    background: #03034d;
    z-index: 5;
}
.nav_wrap .nav-tabs{
    display: block;
    border: 0;
    position: sticky;
    top: 130px;
}
.nav_wrap .nav-tabs .nav-item{}
.nav_wrap .nav-tabs .nav-item a{
    text-align: left;
    background: transparent;
    border: 0;
    opacity: 0.6;
    color: #fff;
    padding: 4px 0;
    margin-bottom: 10px;
}
.nav_wrap .nav-tabs .nav-item a.active{
    opacity: 1;
    border-left: 3px solid #9342FE;
    padding-left: 10px;
}
.nav_wrap_wrap{}
.nav_wrap_wrap .card{
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(147, 66, 254, 0.39) 0%, rgba(255, 255, 255, 0.00) 100%);
    padding: 50px;
    margin-bottom: 30px;
}
.nav_wrap_wrap .card img{
    width: 50px;
    height: 50px;
    background: #9342fe;
    border-radius: 8px;
    padding: 10px;
}
.nav_wrap_wrap .card h3{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    margin: 18px 0 10px;
}
.nav_wrap_wrap .card p{
    font-size: 17px;
    line-height: 1.4;
    color: #fff;
}

.banner_tab_two{}
.banner_tab_two .nav_wrap .nav-tabs .nav-item a.active{
    border-left: 3px solid #00ffe0;
}
.banner_tab_two .nav_wrap_wrap .card img{
    background: #00FFE0;
}
.banner_tab_two .nav_wrap_wrap .card{
    background: linear-gradient(135deg, rgba(0, 255, 224, 0.22) 0%, rgba(255, 255, 255, 0.00) 100%);
}

footer{
    background: #03034D;
    margin-top: 175px;
}
footer .footer_upbox{
    background-image: url(../images/footer-bg.png);
    padding: 100px;
    border-radius: 20px;
    margin-top: -175px;
    background-size: cover;
    background-repeat: no-repeat;
}
footer .footer_upbox p{
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.4;
}
footer .mail-open{
    padding: 100px 0;
    text-align: center;
}
footer .mail-open img{
    background: #9342FE;
    padding: 15px;
    border-radius: 100px;
    margin-bottom: 10px;
}
footer .mail-open a{}



@media screen and (max-width: 1199px){
    .container, .container-fluid{
        max-width: 100%;
    }
}

@media screen and (max-width: 991px){
    header{
        
background: #03034d;
    }
    .navbar-dark .navbar-toggler{
        background: #9242fe;
    }
    .custom-navbar .navbar-toggler span{
        background: #fff;
    }
    .nav_wrap{
        width: 74%;
    }
    .nav_wrap_wrap{
        width: 100%;
    }
}

@media screen and (max-width: 768px){
    .banner_tab{
        display: block;
    }
    .nav_wrap{
        position: sticky;
        top: 70px;
        width: 100%;
        background: #03034d;
        z-index: 1;
    }
    .nav_wrap .nav-tabs{
        /* white-space: nowrap; */
        margin-bottom: 13px;
        /* top: 254px !important; */
        width: 100%;
        overflow: auto;
        text-align: left;
        /* padding-top: 84px; */
        background: #03034d;
        display: none;
    }
    .nav_wrap .nav-tabs .nav-item{
        display: inline-block;
        /* float: left; */
    }
    .nav_wrap .nav-tabs .nav-item a{
        display: inline-block;
        padding: 8px 10px;
    }
    .nav_wrap .nav-tabs .nav-item a.active{
        border-left: 0;
        border-bottom: 3px solid #9342FE;
    }
    .banner_tab_two .nav_wrap .nav-tabs .nav-item a.active{
        border-left: 0;
        border-bottom: 3px solid #00ffe0;
    }
    .nav_wrap h3{
     position: initial;
    }
    footer .footer_upbox{
        padding: 40px 25px 20px;
    }
    footer .footer_upbox p{
        font-size: 21px;
    }
    .nav_wrap_wrap .container {
        padding: 0;
    }

}

@media screen and (max-width: 840px){
    .services .block_5 img{
        display: none;
    }
}

@media screen and (max-width: 500px){
    h1{
        font-size: 45px;
    }
    h3,
    .hero h3{
        font-size: 35px;

    }
    .services .block_5{
        padding: 25px;
        background-size: cover;
    }
    section,
    .after-hero{
        padding: 50px 0;
    }
    .after-hero p{
        font-size: 24px;
    }
    .services{
        border-radius: 20px 20px 0px 0px;
    }
    .services .block_1{
        padding: 140px 20px 2px;
    }
    .services .block_3{
        padding: 100px 20px 5px;
    }
    .services .block_2{
        padding: 65px 20px 10px;
    }
    .services .block_4{
        padding: 25px;
    }
    .nav_wrap_wrap .card{
        padding: 25px;
    }
}








