body{
    font-family: "Inter";
}
header, .section-1, .section-2{
    background-color: #f4f3ef;
}
.section-1{
    background-image: url(images/triangle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.mobile-menu{
    display: none;
}
.c-header-fix{
    position: fixed;
    left: 0;
    right: 0;
    top:38px;
    background-color: #fff;
    z-index: 999;
    transition: all .5s ease-in-out;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.1);
}
.c-header-fix-about{
    position: fixed;
    left: 0;
    right: 0;
    top:38px;
    background-color: #fff;
    z-index: 999;
    transition: all .5s ease-in-out;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.1);
}
.c-header-fix-top-0{
    top: 0;
}
.c-header-fix .navbar-container, .c-header-fix-about .navbar-container{
    box-shadow: none;
}
.c-navbar{
    background-color: #17172f;
    padding: 0;
}
.c-navbar .navbar-text{
    color: #b8b8b8;
    font-size: 14px;
}
.c-navbar-nav .nav-item .nav-link{
    color: #b8b8b8;
    font-size: 14px;
}
.logo-container{
    display: flex;
    align-items: center;
}
.c-logo{
    max-width: 120px;
    width: 100%;
}
.navbar-container{
    background-color: #fff;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
} 
.navbar-container .nav-item .nav-link{
    color: #000;
}
.navbar-container .nav-item .nav-link:focus, .navbar-container .nav-item .nav-link:hover{
    color:#004BFF;
}
.call-container{
    display: flex;
    align-items: center;
    gap: 15px;
}
.call-container i{
    font-size: 44px;
    color: #004BFF;
}
.call-container p{
    /* font-family: var(--redias-primary-font); */
    font-weight: 400;
    color: #585d5e;
    margin: 0;
}
.call-container p a{
    display: block;
    /* font-family: var(--redias-secondary-font); */
    display: block;
    color: #000018;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
}
.section-1{padding: 65px 0;}
.content-container{
    display: flex;
    align-items: center;
    height: 100%;
}
.c-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.title-0{
    font-size: 20px;    
}
.title-0 i{color: #004BFF;}
.title-1{
    font-weight: bold;
    color: #000;
}
.c-btn{
    display: block;
    text-decoration: none;
    background-color: #004BFF;
    width: 200px;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.c-btn:hover{color:#fff;background-color: #0240D7;}
.section-2{
    padding: 65px 0;
}
#cCarousel .carousel-inner .carousel-item .carousel-caption{
    background-color: #004BFF;
    position: absolute;
    top: 38%;
    left: 30%;
    transform: translate(-50%, -50%);
    /* left: 7%; */
    padding: 2.25rem;
    color: #fff;
    text-align: left;
    bottom: auto;
    width: 40%;
}
.box-container{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.box-title-0{
    font-size: 24px;
    font-weight: normal;
}
.box-title-1{
    font-size: 30px;
    font-weight: 600;
}
.box-para-1{
    font-size: 18px;
}
    .box-btn {
        text-decoration: none;
        color: #fff;
        display: block;
        border: 1px solid #fff;
        padding: 10px;
        text-align: center;
        width: 200px;
}
#cCarousel .carousel-indicators {
    justify-content: end;
    margin-right: 3%;
}


#cCarousel .carousel-indicators [data-bs-target], #testCarousel .carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    margin-right: 7px;
    margin-left: 7px;
    background-color: #fff !important;
    opacity: .8;
    border: 2px solid rgba(0, 0, 0, 0.1);
}
#cCarousel .carousel-indicators [data-bs-target].active, #testCarousel .carousel-indicators [data-bs-target].active{
    /* border:2px solid rgb(207, 39, 39, 0.7);   */
    border:2px solid rgb(0, 75, 255, 0.7); 
    
    background-color: #004BFF !important;
}
.section-title-container{
    text-align: center;
    position: relative;
}
.c-py{
    padding-top: 70px;
    padding-bottom: 70px;
}
.c-py-100{
    padding-top: 100px;
    padding-bottom: 70px;
}
.c-pt{
    padding-top: 70px;
}
.section-title-0{
    font-size: 24px;
    color: #089FAC;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: linear-gradient(90deg, #089FAC 0%, #FF6A32 100%);
}
.section-title-1{
    font-size: 36px;
    color: #000;
    font-weight: 700;
}

.el-image-container-1{
    padding: 10px;
    border: 1px solid #000;
    width: 335px;
    height: 500px;
    border-radius: 500px;
}
.el-para-container-1{
    width: 315px;
    height: 480px;
    overflow: hidden;
    border-radius: 500px;
    
}

.el-image-container-2{
    padding: 10px;
    border: 1px solid #000;
    width: 260px;
    height: 400px;
    border-radius: 500px;
}
.el-para-container-2{
    width: 240px;
    height: 380px;
    overflow: hidden;
    border-radius: 500px;
    
}
.el-text{
    line-height: 30px;
}
.section-4{
    /* background: #f5f5f5 url("/images/pattern-2.png") no-repeat top right; */
    background: rgb(245,245,245);
    background: linear-gradient(180deg, rgba(245,245,245,1) 66%, rgba(31,31,54,1) 34%);
    
}
.card-container{
    background-color: #fff;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap:10px;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.1),0 8px 18px 0 rgba(0,0,0,.1);

}
.c-card-header{
    display: flex;
    gap:10px;
    align-items: center ;
}
.c-icon-container{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004BFF;
    padding: 12px;
    border-radius: 5px;
}
.c-icon-container i{
    font-size: 32px;
    color: #fff;
}
.c-card-title{
    font-size: 22px;
}
.c-card-text{
    margin: 0;
    color: #424242;
}
.c-card-link{
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #000;
    font-weight: bold;
}
.c-card-link:hover{color: #004BFF;}
.c-card-link i{
    font-size: 24px;
    margin-top: 2px;
    color: #004BFF;
}
.c-card-link::after{
    content: "";
    width: 26px;
    height: 26px;
    background-color: rgb(207, 39, 39, 0.2) ;
    border-radius: 50%;
    margin-left: -24px;
}
.section-5{
    background: url("images/map.png");
}
.c-opacity-0{
    opacity: 0;
}
.test-container{
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.test-container i {
    color: #004BFF;
    font-size: 50px;
}
.test-container p {
    line-height: 30px;
    color: #424242;
}
#testCarousel .carousel-caption {
    position: absolute;
    right: 0;
    top: 1.25rem;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}
#testCarousel .carousel-indicators{
    bottom: -100px;
}
#testCarousel .carousel-indicators [data-bs-target]{
    background-color: #17172f !important;
    border: 2px solid rgba(0, 0, 0, 0.1);
}
.section-6{
    background: #1c1c33 url(images/map.png);
    background-size: cover;
}
.elementor-container{
    display: flex;
    align-items: center;
    gap: 15px;
}
.ele-icon{
        background-color: #004BFF;
        clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
        font-size: 36px;
        color: #fff;
        width: 90px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .2s ease-in-out;
}
.ele-icon:hover{background-color: #585d5e;cursor: pointer;}
.ele-txt-container{
    display: flex;
    flex-direction: column;
}
.ele-txt-container p{
   margin: 0;
   font-size: 36px;
   font-weight: bold;
   line-height: 40px;
   color: #fff;
}
.ele-txt-container span{
    font-weight: 600;
    color: rgb(255, 255, 255, 0.9);
    font-size: 14px;
}
#cTabContainer nav .nav-tabs{
    border-bottom: 2px solid #004BFF;
}
/* #cTabContainer .nav{
    justify-content: space-between; 
} */
#cTabContainer .nav-tabs .nav-link{
    padding: .75rem 0;
    color: #1c1c33;
    border-radius: 0;
    border: 2px solid transparent;
    width: 25%;
    box-sizing: border-box;
}
#cTabContainer .nav-tabs .nav-item.show .nav-link, #cTabContainer .nav-tabs .nav-link.active{
    background-color: #004BFF;
    color: #fff;
}
.tab-txt-title-container{
    display: flex;
    align-items: center;
    gap: 10px;
}
.tab-txt-container{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.tab-txt-title-container i{
   font-size: 40px;
   margin-left: -5px;
   color: #004BFF;
}
.tab-txt-title-container h4{
    margin: 0;
    font-size: 30px;
    color: #17172f;
}
.tab-para{
    text-align: justify;
    line-height: 26px;
}
.c-progress-container .progress{
    height: 0.5rem;
}
.c-progress-container h6{
    margin-bottom: .2rem;
    font-size: 0.9rem;
}
.section-8{
    background:linear-gradient(120deg, rgba(19, 4, 54, 0.9), rgba(0, 0, 0, 0.5)), url(images/bg-back.jpg);
    background-size: cover;
}
.section-8 .section-title-1{
    color:#fff;
}
.c-para-2{
    color: #fff;
}
.section-8 .section-title-container{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.c-btn-1, .c-btn-2{
    text-decoration: none;
    background-color: #004BFF;
    padding: 12px 30px;
    border-radius: 4px;
    color: #fff;
}
.c-btn-2{
    background-color: rgb(0,208,130);
    margin-left: 7px;
}
.c-btn-1:hover, .c-btn-2:hover{
    background-color: #023ecd;
    color: #fff;
}
.section-9{
    background: #fff url(images/map1.png) no-repeat;
}
.c-para-3{
    font-size: 18px;
    color: #585d5e;
    margin-top: 15px;
}
.form-container{
    background-color: #F5F3EF;
    padding: 40px;
}
.c-form-title{
    font-weight: bold;
    font-size: 32px;
}
.form-container .form-floating>.form-control{
    padding: 1.5rem .75rem .75rem .75rem;
}
.form-container .form-floating>.form-control, .form-container .form-floating>.form-select {
    height: calc(3rem + 2px);
    line-height: 1.25;
}
.form-container .form-floating>label{
    padding: .75rem .75rem;
}
.form-container .form-floating.c-textarea>.form-control, .form-container .form-floating.c-textarea>.form-select{
    height: calc(6rem + 2px);
}
.form-container .form-floating.c-textarea>.form-control{
    padding: 1.5rem .75rem;
}
.section-10{
    background: #1b1b32 url(images/map.png) no-repeat;
    color: #fff;
    background-size:cover ;
    position: relative;
}
.c-set-max-width{
    max-width: 150px;
}
.f-para-1{
    text-align: left;
    opacity: .9;
}
.f-container-1, .f-container-4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.f-social{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
}
.f-social li a{
    display: block;
    text-decoration: none;
    background-color: #004BFF;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 15px;
    border-radius: 3px;
}
.f-social li a.f-whatsup{
    background-color: #09d817;
}
.f-social li a.f-whatsup:hover{
    background-color: #04bc11;
}
.f-social li a img {
    width: 22px;
    height: 22px;
}

.f-social li a:hover{
    background-color: #0240D7;
}

.f-title-1{
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
.f-title-1::after{
    content: "";
    height: 3px;
    width: 50px;
    position: absolute;
    background-color: red;
    left: 0;
    bottom: -10px;
}
.f-center{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.f-pages-links{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 40px;
}
.f-pages-links li a{
    text-decoration: none;
    color: #fff;
    opacity: .9;
}
.f-pages-links li a:hover{
    color:#004BFF;
    opacity: 1;
}
.f-container-3{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.f-m-set-20{
    margin-top: 20px;
}
.f-text-1{
    color: #004BFF;
    font-size: 18px;
}
.f-text-2{
    opacity: .9;
}
.f-text-2-link{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
.f-copyright{
    background-color: #212140;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.abt-section-1{
    /* margin-top: 86px; */
    background:linear-gradient(135deg, #17172f, rgba(255, 255, 255, 0)), url(images/about-bg.jpg);
    background-size: cover;
    display: flex;
}
.abt-title-1{
    color: #004BFF;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    
}
.abt-title-2{
    font-weight: bold;
    color: #fff;
    font-size: 36px;
    line-height: 44px;
}
.abt-word{
    color:#ffd80e;
}
.abt-para-1{
    font-size: 18px;
    color: #F5F3EF;
    line-height: 24px;
}
.breadcrumb-container{
    /* display: flex;
    align-items: center; */
    position: absolute;
    top: -20px;
}
.breadcrumb-container ul {
    list-style: none;
    margin: 0;
    padding: 15px 30px; 
    display: flex;
    gap: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.1);
    
}
.breadcrumb-container ul li a{
    text-decoration: none;
    color: #212140;
    font-size: 18px;
}
.breadcrumb-container ul li a.breadcrumb-active{
    color: #aaaaaa;
    position: relative;
    padding-left:10px;
}
.breadcrumb-container ul li a.breadcrumb-active::before{
    content: "";
    width: 7px;
    height: 7px;
    background-color: #023ecd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    margin-left: -15px;
}
.abt-section-2{
    background:linear-gradient(135deg, #17172f, rgba(255, 255, 255, 0)), url(images/abt-02.jpg);
    background-size: cover;
    display: flex;
}
.abt-section-3{
    background-color: #F5F3ED;
    background-image: url(images/abstract.png);
    background-position: top center;
    background-repeat: no-repeat;
    /* background-size: cover; */
}
.abt-section-3-contaier{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.abt-section-3-contaier .section-title-0, .abt-section-3-contaier .section-title-1{
    text-align: left;
}
.abt-btn-container{
    display: flex;
    gap: 10px;
}
.abt-btn-container .c-icon-container{
    text-decoration: none;
    padding: 7px 12px;
    border: 0;
    
}
.abt-btn-container .c-icon-container i{font-size: 24px;
}
.c-quote-right{
    font-size: 44px;
    color: #004BFF;
}
/* .abt-c-img1{
    opacity: 0.3;
    max-height: 600px;
} */
.abt-carousel{
    width: 1140px; height: 530px; overflow: hidden; position: relative;
}
.abt-carousel .abt-carousel-container{
    position: absolute;
    display: flex;
    gap: 20px;
    transform: translateX(0);
    transition:transform 0.5s ease-in-out;
}
.abt-carousel .abt-carousel-container .card-container{
    width: 360px;
    box-shadow: none;
}
.abt-section-4{
    background-color: #FFFFFF;
}
.abt-section-4 .elementor-container .ele-txt-container p, .abt-section-4 .elementor-container .ele-txt-container span{
    color:#111521;
} 
.c-con-section-1{
    padding: 10px 5px;
    background-color: #f4f3ef;
}
.c-con-section-1 iframe{
    width: 100%;
}
.c-con-section-2 {
    background: url(images/map.png);
    background-size: cover;
}
.c-para-4{
    font-size: 16px;
    color: #585d5e;
    margin-top: 10px;
    text-align: left;
}
.addr-title{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.address-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.address-row{
    display: flex;
    align-items: center;
    gap: 30px;
}
.addr-icon{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #004BFF;
}
.addr-icon i{
    font-size:28px;
    color: #fff;
}
.c-con-form-textarea>.form-control, .c-con-form-textarea>.form-select{
    height: calc(6.5rem + 2px);
}
.c-con-form-container{
    padding-top: 30px;
}
.text2-container{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.text2-container div  {
    font-size: 15px;
}
.text2-container div h5 {
    margin-bottom: 0;
}
.section-11{
    background-color: #f5f3ef;
}
.f-logo-2030{
    position: absolute;
    width: 100px;
    height: 72px;
    bottom: 0;
    right: 54px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.f-logo-2030 img{
    width: 100%;
}