@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --primary-color: #177ee5;
    --highlight-color: #3A2FB9;
    --s_backgound-color: #f1f5fa;
    --secondary-color: #ffffff;
    --text-color: #202020;
    --p-color: #696969;
    font-family: 'Montserrat', sans-serif;
    font-family: "Jost", serif;
    font-family: 'Poppins', sans-serif;
    font-family: "Libre Baskerville", serif;
}

p {
    font-size: 15px;
}

/* Header five */

#top_bar {
    width: 100%;
    height: auto;
    padding: 15px 0;
    z-index: 999 !important;
    background: var(--primary-color);
}

.top_phone_mail {
    padding: 0;
    margin: 0;
}

.top_phone_mail li {
    display: inline-block;
    color: var(--secondary-color);
    padding-right: 30px;
    font-family: "Jost", serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.15px;
    transition: all 0.3s ease-in;
}

.top_phone_mail li a i {
    color: var(--secondary-color);
    padding-right: 6px;
    transition: all 0.3s ease-in;
}

.top_phone_mail li:hover {
    transition: all 0.3s ease-in;
    color: var(--secondary-color);
}

.top_social {
    padding: 0;
    margin: 0;
}

.top_social li {
    display: inline-block;
    color: var(--secondary-color);
    padding: 0px 12px;
    transition: all 0.3s ease-in;
}

.top_social li :hover {
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}

#header {
    position: sticky;
    top: 0;
    z-index: 999 !important;
}

.navbar-brand {
    padding: 0px 15px;
}

.navbar {
    width: 100%;
    background: var(--secondary-color);
    border: none;
    border-radius: 0;
    margin: 0 !important;
    box-shadow: 0px 3px 6px 0px rgba(5, 37, 95, 0.2);
}

.logo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: -0.5px;
    padding-top: 18px !important;
    font-size: 32px;
}

.navbar .five>li>a {
    font-family: "Jost", serif;
    padding: 2px 0px;
    background: none !important;
    margin: 0;
}

.navbar .five>li {
    padding: 8px 0px;
    color: var(--text-color);
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    background: none !important;
    margin: 16px 20px;
    transition: all 0.3s ease;
}

.navbar .five>li::after {
    content: "";
    position: absolute;
    width: 0%;
    right: 0;
    margin: auto;
    height: 2.5px;
    background: var(--primary-color);
    left: 0;
    bottom: 0;
    transition: all 0.3s ease;
}

.navbar .five>li:hover::after {
    width: 50%;
    transition: all 0.3s ease;
}

.navbar .five>li>a:hover {
    background: none !important;
    color: var(--primary-color) !important;
}

.navbar-default .five>.active>a,
.navbar-default .five>.active>a:focus,
.navbar-default .five>.active>a:hover {
    background: none !important;
    color: var(--primary-color) !important;
    font-weight: 500;
}

.navbar-default .five>li.active::after {
    width: 50%;
    transition: all 0.3s ease;
}

/* Header four */

#banner {
    width: 100%;
    height: auto;
    position: relative;
}

.section_box {
    width: 100%;
    height: 100%;
}

.sb_content {
    width: 100%;
    height: 100%;
    position: absolute;
    /* padding: 0 20%; */
    left: 0;
    top: 0;
    background: rgba(5, 37, 95, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.shape_one {
    width: 52.5%;
    height: 90%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    /* background: rgba(255, 255, 255, 0.25); */
    /* background: rgba(23, 126, 229, 0.25); */
    /* background: rgba(58, 47, 185, 0.25); */
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    animation-delay: 0.4s !important;
}

.shape_two {
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    /* background: rgba(255, 255, 255, 0.5); */
    /* background: rgba(23, 126, 229, 0.5); */
    /* background: rgba(58, 47, 185, 0.5); */
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 15px;
    animation-delay: 0.8s !important;
}

.shape_one,
.shape_two {
    opacity: 0;
    transform: scale(0);
    animation: banner_circle 0.5s 1 linear forwards;
}

@keyframes banner_circle {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


.banner_sh {
    font-family: "Jost", serif;
    color: var(--primary-color);
    letter-spacing: 0.65px;
    font-size: 26px;
    font-weight: 600;
    animation-delay: 1.2s !important;
}

.banner_h {
    font-family: 'Montserrat', sans-serif;
    font-family: "Libre Baskerville", serif;
    font-size: 32px;
    padding-top: 20px !important;
    color: var(--secondary-color);
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0.65px;
    animation-delay: 1.5s !important;
}

.banner_btn {
    border: none;
    padding: 9px 30px;
    font-family: "Jost", serif;
    color: var(--secondary-color);
    background: var(--primary-color);
    font-size: 20px;
    margin-top: 25px;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.3s ease;
    animation-delay: 1.8s !important;
}

.banner_btn i {
    position: relative;
    padding: 7px 8.5px;
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 50px;
    font-size: 16px;
    left: 2.5px;
    transition: all 0.3s ease;
}

.banner_btn:hover i {
    left: 10px;
    transition: all 0.3s ease;
}


.banner_sh,
.banner_h,
.banner_btn {
    transform: translateY(150px);
    opacity: 0;
    filter: blur(20px);
    animation: banner_animation 0.5s 1 linear forwards;
}

@keyframes banner_animation {
    from {
        opacity: 0;
        filter: blur(20px);
        transform: translateY(150px);
    }

    to {
        opacity: 1;
        filter: blur(0px);
        transform: translateY(0);
    }
}

#about{
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: rgba(23, 126, 229, 0.1);
}
.abt_hp{
    padding-top: 25px !important;
    font-family: "Jost", serif;
    color: var(--text-color);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.35px;
}
.abt_h{
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    padding-top: 12px !important;
    color: var(--primary-color);
}
.abt_sh{
    padding-top: 12px !important;
    font-family: "Jost", serif;
    color: var(--text-color);
    line-height: inherit;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.35px;
}
.abt_p{
    padding-top: 12px !important;
    font-family: "Jost", serif;
    color: var(--text-color);
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0.35px;
}

.abt_btn {
    border: none;
    padding: 10px 25px;
    font-family: "Jost", serif;
    color: var(--secondary-color);
    background: var(--primary-color);
    font-size: 20px;
    margin-top: 25px;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.abt_btn i {
    position: relative;
    padding: 7px 8.5px;
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 50px;
    font-size: 16px;
    left: 2.5px;
    transition: all 0.3s ease;
}

.abt_btn:hover i {
    left: 10px;
    transition: all 0.3s ease;
}

#services{
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}
.ser_box{
    margin-top: 40px;
}
.ser_hp{
    padding-top: 12px !important;
    font-family: "Jost", serif;
    color: var(--p-color);
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0.35px;
}
.ser_p{
    padding-top: 12px !important;
    font-family: "Jost", serif;
    color: var(--text-color);
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0.35px;
}
.ser_p::before{
    position: absolute;
    font-family: "Jost", serif;
    left: 0;
    top: -15px;
    font-size: 90px;
    color: rgba(23, 126, 229, 0.2);
    z-index: -1;
    font-weight: 600;
}
.serp01::before{
    content: "01";
}
.serp02::before{
    content: "02";
}
.serp03::before{
    content: "03";
}
.serp04::before{
    content: "04";
}
.margin-bottom{
    margin-bottom: 90px !important;
}
.margin-responsive-bottom{
    margin-bottom: 0 !important;
}

#why{
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: rgba(23, 126, 229, 0.1);
}
.why_p{
    padding-top: 20px !important;
    font-family: "Jost", serif;
    color: var(--text-color);
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    display: inline-flex;
    letter-spacing: 0.35px;
}
.why_p i{
    position: relative;
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    top: 8px;
    text-align: center;
    padding-top: 8px;
    background: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 50px;
    font-size: 15px;
    right: 10px;
    transition: all 0.3s ease;
}


.modal {
    top: 12%;
    z-index: 9999 !important;
}

.modal-body {
    padding: 30px;
}

#img_center {
    margin: auto;
}

#numbers {
    width: 100%;
    height: auto;
    padding: 50px 0;
    padding-bottom: 100px;
    background: var(--primary-color);
    background-position: top center;
    background-size: cover;
}

.numbers_box {
    margin-top: 40px;
    text-align: center;
}

.num_h {
    font-family: "Libre Baskerville", serif;
    font-size: 42px;
    color: var(--secondary-color);
    font-weight: 700;
}

.num_p {
    font-family: "Jost", serif;
    color: var(--secondary-color);
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 19px;
    padding-top: 10px !important;
}

#testimonials{
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: var(--secondary-color);
}

.textimonials_box {
    margin-top: 40px;
    padding: 25px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 0 5px rgba(23, 126, 229, 0.2);
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
}

.textimonials_box i {
    font-size: 46px;
    color: var(--secondary-color);
    background: var(--primary-color);
    padding: 15px 20px;
    position: absolute;
    border-top-right-radius: 5px;
    top: -5px;
    right: -5px;
}

.tb_h {
    padding-top: 30px !important;
}

.tb_h {
    font-family: "Monserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.15px;
    font-size: 22px;
    color: var(--text-color);
}

.tb_p {
    font-family: "Jost", serif;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0.35px;
    padding-top: 12px !important;
    font-weight: 400;
    color: var(--p-color);
}



#footer{
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: var(--primary-color);
}
.footer_logo{
    font-family: "Libre Baskerville", serif;
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 32px;
}
.footer_p{
    font-family: "Jost", serif;
    font-size: 16px;
    color: var(--secondary-color);
    line-height: 30px;
    font-weight: 400;
    padding-top: 10px !important;
    letter-spacing: 0.35px;
}
.footer_h{
    font-family: "Libre Baskerville", serif;
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 20px;
    margin-bottom: 10px !important;
}
.footer_links{
    padding: 0;
    margin: 0;
}
.footer_links li{
    font-size: 17px;
    color: var(--secondary-color);
    line-height: 30px;
    font-weight: 400;
    list-style: none;
    padding-top: 15px;
}
.footer_links li a{
    font-family: "Jost", serif;
    letter-spacing: 0.25px;
}
.footer_links li i{
    padding-right: 5px;
    font-size: 15px;
    color: var(--secondary-color);
}
.footer_social{
    padding: 0;
    margin: 0;
}
.footer_social li{
    display: inline-block;
    color: var(--secondary-color);
    font-size: 18px;
    padding-right: 15px;
    margin-top: 25px;
}


#copyrights {
    width: 100%;
    height: auto;
    padding: 15px;
    background: #004e9b;
}

.copy_p{
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.65px;
    text-align: center;
}
.copy_p a{
    font-family: "Jost", serif;
}

.l_translate{
    margin-top: 15px;
}
#counter_img{
    width: 80px;
    margin-top: 15px;
}

#map{
    line-height: 0;
}