body {
    font-family: "Inter", sans-serif;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    transition: 0.5s;
    text-decoration: none;
}
.text-gry{
     color:#6c7176;
}
.text-dark{
    color: #000;
}
.font-bold{
    font-weight: bold;
}
.font-14{
    font-size: 14px;
}





.footer{
    background-image:url(../images/map-footer.png);
    background-color: #1e60aa;
    color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 44px;
}
.info-box{
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(30, 96, 170, 0.2);
    color: #6c7176;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    text-align: center;
    padding: 0 15px 15px;
    margin-top: 22px;
}
.info-box h6{
    color: #0c4c93;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.f-info__icon i {
    z-index: 1;
    position: absolute;
    top: 29px;
    left: 30px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    margin: 0px auto;
}
.f-info__icon{
    position: relative;
    margin: -20px auto 0px;
    width: fit-content;
}
.f-info__icon:before{
    font-size: 90px;
    line-height: 1;
    color: #1e60aa;
    z-index: 0;
    left: 0;
    top: -10px;
    position: relative;
    text-shadow: 0px 5px 10px rgba(30, 96, 170, 0.2);
}
.text-red{
    color: red;
}
.layout{
    width: 57%;
    height: 120%;
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testibox .blocktitle:before {
    content: "\e926";
    display: block;
    font-family: 'font-icon';
    font-size: 100px;
    position: absolute;
    margin-top: -76px;
    left: 0;
    color: #1e60aa;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.blocktitle__subtitle {
    font-size: 16px;
    font-weight: 800;
    color: #51acfb;
    letter-spacing: 0.09em;
}
.blocktitle__subtitle:before {
    content: '';
    display: inline-block;
    background-color: #51acfb;
    width: 50px;
    height: 2px;
    margin-right: 20px;
    position: relative;
    top: -3px;
}
.blocktitle__title {
    font-weight: 800;
    color: #0c4c93;
    font-size: 42px;
    line-height: 55px;
    margin-top: 12px;
}
.tt-rating.tt-rating_size-lg i{
    color: #ff4917;
}
.testimonials-item__content {
    font-size: 19px;
    line-height: 31px;
    margin-top: 22px;
}
.testimonials-item__caption {
    font-size: 13px;
    margin-top: 22px;
}
.testimonials-item__caption strong {
    font-size: 16px;
    color: #0c4c93;
}
.image-box{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50.8%;

}
.image-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 32.5vw;
    width: 26vw;
    height: 100%;
    background-color: #ffffff;
    z-index: 0;
    -webkit-transform: skew(26deg);
    transform: skew(26deg);
}
.bg-box{
    padding: 100px 0px;
}
.blocktitle__under {
    position: absolute;
    font-size: 170px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 800;
    z-index: -1;
    top: -22px;
    white-space: nowrap;
    color: #f8f8fa;
}
.btn-outline:hover{
    background-color: #0c4c93;
    color: #fff;
}
.btn-outline{
    transition: 0.5s;
    text-decoration: none;
    font-size: 15px;
    padding: 4px 31px 4px;
    height: 56px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: transparent;
    color: #0c4c93;
    border: 2px solid #0c4c93;
    line-height: 1;
    font-weight: 800;
    position: relative;
    outline: none;
    cursor: pointer;
    transition: color 0.4s ease;
    overflow: hidden;
    white-space: nowrap;
}
.accordion-item {
    border: 0px;
    margin-bottom: 20px;
    border-radius: 0px;
}
.accordion-body {
    padding: 2rem 1.25rem;
}
.accordion-header button{
    background-color: #f8f8fa;
    color: #0c4c93;
    font-weight: bold;
    font-size: 16px;
    padding: 22px 15px 22px 29px;
    transition: color 0.2s linear;
    cursor: pointer;
}
.accordion-button:not(.collapsed) {
    background-color: #f8f8fa;
    color: #0c4c93;
    box-shadow: none;
}
.emergency {
    background-image:url(../images/bg-02.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0px;
}
.tt-icon {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 99px;
    height: 99px;
    background-color: #51acfb;
    border-radius: 50%;
    font-size: 39px;
    box-shadow: 0px 5px 10px rgba(30, 96, 170, 0.2);
}
.tt-icon i{
    color: #fff;
}
.tt-additional__wrapper {
    padding: 170px 0 50px 0;
    position: relative;
    overflow: hidden;
}
.tt-additional_img01 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}
.tt-additional__bg01 {
    position: relative;
    z-index: 1;
    padding: 100px 0 0 0;
}
.tt-additional__bg01:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -15%;
    width: 64.3%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1;
    -webkit-transform: skew(-26deg);
    transform: skew(-26deg);
}
.tt-additional__bg01:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    max-height: 800px;
    background-color: #1e60aa;
}
.z-1{
    z-index: 999;
}
.bg-white{
    padding: 30px;
    background-color: #fff;
}
.service-box{
    background-color: #f8f8fa;
    padding: 45px 20px 45px 45px;
    margin: 30px 0 0 0;
}
.service-box p{
    margin-bottom: 0px;
    font-size: 18px;
    color: #6c7176;
}
.additional__title {
    font-size: 20px;
    line-height: 26px;
    color: #0c4c93;
    font-weight: 800;
    padding: 0 0 21px 0;
}
.additional__icon {
    position: relative;
    display: inline-block;
    margin: -70px 0 28px -10px;
}
.additional__icon:before {
    color: #51acfb;
    font-size: 107px;
    text-shadow: 0px 5px 10px rgba(30, 96, 170, 0.2);
}
.additional__icon i{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 10%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 41px;
    line-height: 1;
}
.tt-list {
    list-style: none;
    margin-top: 21px;
    padding: 0px;
}
.tt-list__color01 {
    color: #0c4c93;
}
.tt-list li{
    position: relative;
}
.tt-list li:before {
    content: '\e92c';
    font-family: "font-icon";
    display: inline-block;
    font-size: 13px;
    position: absolute;
    left: -23px;
    font-weight: normal;
}
.tt-data04 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
}
.tt-data04__icon:before {
    position: relative;
    top: -13px;
    left: 7px;
    z-index: 0;
    font-size: 75px;
    line-height: 1;
    color: #f8f8fa;
}
.tt-data04__icon i{
    position: absolute;
    z-index: 1;
    font-size: 55px;
    color: #51acfb;
    top: -2px;
    left: 6px;
}
.tt-data04__title {
    font-size: 20px;
    line-height: 26px;
    color: #0c4c93;
    font-weight: 800;
    padding: 0 0 12px 0;
}
.tt-text01 {
    color: #0c4c93;
    font-weight: bold;
    font-size: 34px;
    line-height: 1;
}
.tt-text02 {
    font-size: 16px;
    margin-top: 1px;
}
.tt-data01 {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    padding-top: 15px;
}
.tt-data01__icon:before {
    position: absolute;
    top: -3px;
    left: -10px;
    z-index: 1;
    font-size: 60px;
    color: #51acfb;
}
.tt-data01__icon i{
    position: relative;
    z-index: 0;
    font-size: 75px;
    color: #f8f8fa;
    top: -19px;
}
.imgbox-inner__description-small .imgbox-inner__title .tt-icon:before {
    color: #1e60aa;
    text-shadow: 0px 5px 10px rgba(30, 96, 170, 0.2);
}
.imgbox-inner__description-small {
    position: absolute;
    z-index: 2;
    bottom: -20px;
    left: 0;
    width: 83%;
    background-color: #ffffff;
    padding: 0 0 0 29px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
}
.imgbox-inner__title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    padding-bottom: 11px;
    margin-left: -13px;
}
.tt-icon {
    font-size: 112px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    top: -14px;
}
.tt-icon i {
    position: absolute;
    left: 57%;
    top: 62%;
    font-size: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tt-title {
    margin: 0 0 0 21px;
    position: relative;
}
.tt-text-01 {
    color: #0c4c93;
    line-height: 1.2;
    display: block;
    font-weight: 800;
}
.tt-text-02 {
    font-size: 16px;
    line-height: 1;
    color: #51acfb;
    display: block;
    position: relative;
    top: 5px;
}
.tt-icon-box {
    position: absolute;
    right: 8px;
    top: 4px;
    font-weight: bold;
    color: #0c4c93;
    font-size: 20px;
    line-height: 1;
}
.service-2 .tt-icon{
    background-color: transparent; 
    box-shadow:none;
}
.banner{
    background-image: url(../images/mainslide-02__bg-sm.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}
.image-box-overlay{
    background-image: url(../images/mainslide-02__img.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
}
.mainslider__title {
    font-size: 53px;
    font-weight: 800;
    color: #ffffff;
    line-height: 67px;
    max-width: 455px;
    padding-left: 50px;
}
.mainslider__title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #51acfb;
}
.mainslider__text {
    margin: 46px 0 0 50px;
    color: #ffffff;
    font-size: 16px;
    line-height: 27px;
    max-width: 404px;
}
.mainslider__text a{
        display: inline-block;
    padding: 10px 20px;
    background-color: white;
    color: black;
    text-decoration: none;
    border: 2px solid black;
    border-radius: 5px;
    font-weight: bold;
}
.tt-header-holder {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: end;
    gap: 20px;
    width: 100%;
    position: relative;
    background-color: #1e60aa;
}
.h-info-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: flex-end;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}
.h-icon__title {
    color: #a8d7ff;
    font-weight: bold;
    margin-right: 22px;
    font-size: 14px;
}
.h-icon__list {
    margin-left: -7px;
    margin-right: -7px;
}
.h-icon__list a {
    color: #ffffff;
    fill: #ffffff;
    padding: 5px 7px;
    font-size: 12px;
    transition: color 0.35s ease, fill 0.35s ease;
}
.h-info-list svg {
    width: 14px;
    height: 14px;
    fill: #a9d7ff;
}
.bg-white{
    background-color: #fff;
}
#navbarSupportedContent a{
    font-size: 18px;
    line-height: 1.1;
    font-weight: 500;
    color: #0c4c93;
}

















@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    

}
@media only screen and (max-width: 769px) {
    .logo-area.text-center img{
        width: 100%;
    }
    .image-box{
        display: none;
    }
    .faqs {
        margin-top: 30px;
    }
    .tt-additional_img01{
        display: none;
    }
    .tt-additional__wrapper{
        padding: 50px 0 50px 0;
    }
    .blocktitle__under {
            font-size: 100px;
    }
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}