@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: hetic;
    src: url(./source/fonts/Hertical\ Sans\ Texture.ttf);
}
.padder_header{
    background:#5485EA !important;
}
.headers_main{
    position: sticky !important;
    top: 0px !important;
    z-index: 9999999 !important;
}
.offcanvas-backdrop.show {
    opacity: .5 !important;
}
.btn_close_nav{
    width: 50px;
    height: 50px;
    padding: 0px;
    border: none;
    background-color: transparent;
}
.main_sidenav_inner{
    padding: 20px 0px;
    font-family: hetic;
    text-align: center;
    border-radius: 40px;
    background: #FFF;
}
.main_sidenav_inner a{
    color: #18487F !important;
    margin: 20px 0px;
}
.main_sidenav_inner .dropdown-menu{
    width: 100%;
    border: none;
    text-align: center;
    background-color: transparent;
    padding: 0px;
}
.main_sidenav_inner .dropdown-menu a{
    margin: 0px 0px !important;
}
.btn_close_nav img{
    width: 100%;
}
/* body{
    font-family: hetic !important;
} */
.logo{
    width: 150px;
}
.main_bg{
    background-color: #9ACDFE !important;
}
.menu_btn_header{
    background-color: transparent;
    width: 60px;
    padding: 0px;
    border: none;
}
.menu_btn_header img{
    width: 40px;
}
.main_search_input{
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 51.5px;
    background: #FFF;
    box-shadow: 0px 5px 0px 0px #18487F;
}
.main_search_input input{
    width: 85%;
    border-radius: 30px;
    background-color: transparent;
    border: none;
    height: 40px;
    font-family: hetic !important;
    outline: none;
}
.askus_btn{
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 5px 0px 0px #18487F;
    width: 180px;
    height: 40px;
    font-family: hetic !important;
    border: none;
}
.main_aa_img img{
    width: 75%;
}
.main_hero_banner{
    background-image: url(./source/main_bg.svg);
    /* height: 80vh; */
    background-color:#9ACDFE;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero_banner_img{
   width: 100%; 
}
.hero_btn{
    width: 100%;
    height: 60px;
    color: #18487F;
    border: none;
    font-size: 18px;
    font-family: hetic;
    border-radius: 24px;
    background: #fff;
    transition: 0.5s;
}
.hero_btn:hover{
    color: #fff;
    background: #18487F;
    box-shadow: 10px 7px 0px 0px #FFF;
}
.main_header_content h1{
    text-align: center;
    font-family: hetic;
}
.main_header_content p{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
}
.main_sidebar{
    background-color: #9ACDFE !important;
}
.main_sidebar h5{
    color: #18487F;
    font-weight: 600;
    font-family: hetic;
}
.main_card_content{
    border-radius: 40px;
    border: 1px solid #18487F;
    background: #FFF;
    box-shadow: 10px 10px 0px 0px #18487F;
}
.main_card_content img{
    width: 100%;
    margin:20px 0px;
    border-radius: 35px !important;
}
.main_card_content span{
    font-family: 'Roboto', sans-serif !important;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 19px;
    background: #18487F;
}
.main_card_content h4{
    font-family: 'Roboto', sans-serif !important;
    color: #18487F;
    font-weight: 500;
    text-align: center;
}


.main_sidebar a{
    color: #fff;
    font-weight: bold;
}
.main_not_show{
    display: none;
}
.main_show{
    display: block;
}
.nexter{
    border-radius: 7px;
    width: 40px !important;
    height: 50px;
    background-color: transparent;
    color: #18487F;
    border: 2px solid #18487F;
}
.normal_btn{
    width: 30px !important;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    color: #18487F;
    background-color: transparent;
    font-weight: 600;
    border: none;
}
.active_page{
    background: #18487F;
    color: #fff !important;
}
.img_blog img{
    width: 100%;
}
.main_blog_header{
    text-align: center;
    font-family: hetic;
}
@media only screen and (max-width: 760px) {
    .main_not_show{
        display: block !important;
    }
    .main_show{
        display: none !important;
    }
    .main_aa_img{
        display: none;
    }
    .main_content_footer h5{
        font-size: 16px;
    }
}
.main_rounded span{
    font-family: 'Roboto', sans-serif !important;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 19px;
    background: #18487F;
}
.main_blog_content p{
    font-size: 20px;
    font-family: 'Roboto', sans-serif !important;
}
.main_blog_content_sec p{
    font-size: 20px;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif !important;
}

.main_blog_card{
    border-radius: 27px;
    border: 2px solid #9ACDFE;
    background: #FFF;
    box-shadow: 10px 10px 0px 0px #9ACDFE;
}
.main_blog_card h5{
    font-family: hetic;
    text-align: center;
    margin: 20px 0px;
}
.blue_bg_card{
    background-color: #9ACDFE;
    border-radius: 26px 26px 0px 0px;
}
.main_blog_card_content img{
    width: 40px ;
}
.main_blog_card_content a{
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    cursor: pointer;
}
.form_header{
    background-color: #fff;
    border-radius: 30px 30px 0px 0px;
}
.form_header h3{
    font-family: hetic;
    margin: 20px 0px;
}
.main_form_box{
    box-shadow: 0px -6px 22.6px 0px rgba(0, 0, 0, 0.25);;
    border-radius: 30px;
    background-color: #9ACDFE;
}
.input_form input{
    width: 100%;
    border-radius: 19px;
    background: #FFF;
    border: none;
    outline: none;
    height: 50px;
    padding: 0px 15px;
    font-family: 'Roboto', sans-serif !important;
}
.input_form textarea{
    font-family: 'Roboto', sans-serif !important;
    width: 100%;
    border-radius: 19px;
    background: #FFF;
    border: none;
    outline: none;
    resize: none !important;
    padding: 10px 15px;
}
.input_form button{
    border-radius: 18px;
    background: #18487F;
    color: #FFF;
    font-family: hetic;
    width: 200px;
    height: 50px;
    border: none;
    box-shadow: 5px 5px 0px 0px #FFF;
}
.nav-link{
    color: #18487F !important;
}
.nav-item a{
    color: #18487F !important;
}
/* Footer */
.footer{
    background-color: #000;
}
.main_content_footer ul{
    padding:0px !important;
}
.main_content_footer li{
    list-style:none !important;
    margin-bottom:16px;
}
.main_content_footer h5{
    color: #fff;
    font-weight: 500;
    font-family: hetic;
    width:fit-content;
    padding-bottom: 5px;
    border-bottom: 5px solid #9ACDFE;
    margin-bottom: 20px;
}
.main_content_footer p{
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
    cursor: pointer;
}
.main_content_footer a{
    color: #fff !important;
    margin-bottom: 16px !important;
    font-family: 'Roboto', sans-serif !important;
    cursor: pointer;
    text-decoration: none !important;
}
.main_content_footer a:hover{
    color: #9ACDFE !important;
}
.copy_right_text{
    color: #FFF;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}
.totop_text{
    color: #fff;
    font-weight: 500;
    font-family: hetic;
    width:fit-content;
    margin-bottom: 0px;
}
.totop_text img{
    width: 50px;
    margin-left: 5px;
}




.main_banner_hero{
    position: relative;
}
.main_lines_connect1::after {
    position: absolute;
    top: 16%;
    transform: rotate(-90deg);
    right: 2.5%;
    width: 39%;
    content: '';
    height: 0.50em;
    background-color: #5485EA;
    background-image: linear-gradient(to right, #F33027 0, #F33027 100%);
    background-repeat: no-repeat;
    background-size: 1.5em 100%;
    background-position: right -100% center;
    animation: pulse-x 3s linear infinite;
    border-radius: 100px;
}
.main_lines_connect2::after {
    position: absolute;
    /* top: 34%; */
    transform: rotate(-180deg);
    left: 23%;
    width: 55%;
    content: '';
    height: 0.50em;
    background-color: #5485EA;
    background-image: linear-gradient(to right, #F33027 0, #F33027 100%);
    background-repeat: no-repeat;
    background-size: 1.5em 100%;
    background-position: right -100% center;
    animation: pulse-x-2 3s linear infinite;
    border-radius: 0px 100px 100px 0px;
}
.main_lines_connect3::after {
    position: absolute;
    top: 12.9%;
    transform: rotate(90deg);
    left:8%;
    width: 32%;
    content: '';
    height: 0.50em;
    background-color: #5485EA;
    background-image: linear-gradient(to right, #F33027 0, #F33027 100%);
    background-repeat: no-repeat;
    background-size: 1.5em 100%;
    background-position: right -100% center;
    animation: pulse-x 3s linear infinite;
    border-radius: 100px;
    border-radius: 100px 100px 100px 100px;
}
.main_lines_connect4::after {
    position: absolute;
    bottom: 16%;
    transform: rotate(90deg);
    border-radius: 100px;
    left: 4%;
    width: 40%;
    content: '';
    height: 0.50em;
    background-color: #F33027;
    background-image: linear-gradient(to right, #5485EA 0, #5485EA 100%);
    background-repeat: no-repeat;
    background-size: 1.5em 100%;
    background-position: right -100% center;
    animation: pulse-x 3s linear infinite;
}
.main_lines_connect5::after {
    position: absolute;
    bottom: 0%;
    /* transform: rotate(90deg); */
    border-radius: 100px;
    left: 23%;
    width: 55%;
    content: '';
    height: 0.50em;
    background-color: #F33027;
    background-image: linear-gradient(to right, #5485EA 0, #5485EA 100%);
    background-repeat: no-repeat;
    background-size: 1.5em 100%;
    background-position: right -100% center;
    animation: pulse-x-2 3s linear infinite;
}
.main_lines_connect6::after {
    position: absolute;
    bottom: 12.9%;
    transform: rotate(-90deg);
    right: 7%;
    width: 32%;
    content: '';
    height: 0.50em;    
    background-color: #F33027;
    background-image: linear-gradient(to right, #5485EA 0, #5485EA 100%);
    background-repeat: no-repeat;
    background-size: 1.5em 100%;
    background-position: right -100% center;
    animation: pulse-x 3s linear infinite;
    border-radius: 100px;
}

.main_arrow_hero_up{
    width: 10% !important;
    position: absolute;
    font-size: 250%;
    left: 19%;
    top: 21%;
    color: #5485EA;
}
.main_arrow_hero{
    width: 10% !important;
    position: absolute;
    font-size: 40px;
    right: 17.9%;
    bottom: 21%;
    color: #F33027;
}
@keyframes pulse-x{
    0% {
        background-position: left -100% center;
    }
    25% {
        background-position: right -100% center;
    }
    100% {
        background-position: right -100% center;
    }
}
@keyframes pulse-x-2{
    0% {
        background-position: left -100% center;
    }
    25% {
        background-position: left -100% center;
    }
    50% {
        background-position: right -100% center;
    }
    100% {
        background-position: right -100% center;
    }
}
.main_aa_img:hover .floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }    
}


.pagination {
    justify-content: center !important;
}
    




