@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600&display=swap');

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Raleway', sans-serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

.active {
    color: #b42931 !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffffff;
}
/*Banner two*/

.banner-two::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 62, 77, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
}

.banner-two .ot-title {
    margin-top: 116px;
}

.banner-two .ot-title h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
}

/* /Banner two*/
/*Title*/
.ft-section-title-3 span {
    color: #fa3b0e;
    font-size: 17px;
    font-weight: 500;
}

.ft-section-title-3 h2 {
    color: #141415;
    font-size: 25px;
    font-weight: 700;
    /*padding-top: 12px;*/
}

/*End Title*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 27px;
    z-index: 99;
    border: none;
    color: #fff;
    background-color: #fd5602;
    padding: 15px;
    cursor: pointer;
    font-size: 14px;
    border-top: 3px solid #6fe2d4;
    border-bottom: 3px solid #6fe2d4;
    border-radius: 66%;
}

/*navbae*/
.top-nav {
    background-color: #fff;
    border-top: 15px solid #fff2f2;
}

@media all and (min-width: 992px) {
    .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .dropdown-menu.fade-up {
        top: 180%;
    }

    .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}
.dropdown-menu {
    border:0px;
    color:#000000;
}
.navbar {
    padding: 0.2rem 0.2rem;
}

/*.logo {*/
/*    width: 240px;*/
/*    height: 52px;*/
/*}*/

.nav-link {
    color: #000;
    font-weight: 500;
}

.icons .fa {
    padding-right: 20px;
    font-size: 14.4px;
    font-weight: 500;
    color: #a2542d;
    cursor: pointer;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.link {
    background-color: #ED212C;
    padding: 6px 15px 6px 15px;
    border-radius: 7px;
}

.link a {
    color: white;
    font-size: 13.4px;
    text-decoration: none;
    font-weight: 500;
}

/* /navbae*/

/*About / Agent*/

.about h2 {
    font-size: 25px;
    letter-spacing: 1px;
}

.about p {
    font-size: 13.4px;
    font-weight: 600;
    color: #2e2c2c;
    line-height: 1.7;
    margin-bottom: 0px;
}

.about img {
    height: 210px
}

.ab-two img {
    height: 265px;
}

.ab {
    background-color: #f8f7f7;
    padding: 18px;
    border-radius: 5px;
}

.abpic img {
    height: 350px;
    border-radius: 5px;
}

.ft-about-img-exp {
    padding-top: 110px;
}

.position-relative {
    position: relative !important;
}

.ft-about-exp-area {
    top: 0px;
    right: 0;
}

.position-absolute {
    position: absolute !important;
}

.ft-about-exp-area .ft-about-exp-text {
    top: 50px;
    left: 60px;
    max-width: 185px;
}

.ft-about-exp-area .ft-about-exp-text h3 {
    font-size: 18px;
    color: #00044b;
    font-weight: 700;
}

.pera-content p {
    margin-bottom: 0;
}

.ft-section-title .sub-title {
    font-size: 20px;
    font-weight: 700;
    color: #ea1e00;
    padding: 0px 82px;
    position: relative;
}

.ft-section-title h2 {
    color: #00044b;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.333;
    padding: 10px 0px 20px;
}

.ft-about-feature-list-warpper {
    padding-top: 35px;
}

/*.ft-about-feature-list-item {*/
/*    padding: 27px 20px 25px 20px;*/
/*    border-radius: 6px;*/
/*    margin-bottom: 30px;*/
/*    box-shadow: 1.91px 10.833px 50px 0px rgb(68 68 68 / 15%);*/
/*}*/

.ft-about-feature-list-item .ft-about-feature-icon {
    width: 55px;
    height: 55px;
    margin-right: 20px;
    border-radius: 100%;
    background-color: #ffebeb;
    transition: 500ms all ease;
}


.ft-about-feature-list-item .ft-about-feature-icon i {
    font-size: 30px;
    line-height: 0.75;
    color: #ea1e00;
    transition: 500ms all ease;
}

.ft-service-sidebar-widget {
    border-radius: 8px;
    overflow: hidden;

}

.service-category-widget {
    padding: 40px 30px;
    background-color: #f4f4f4;
}

.service-category-widget .widget-title {
    color: #004150;
    padding-bottom: 25px;
}

.widget-title {
    font-size: 22px;
    font-weight: 700;
}

.ul-li-block ul {
    margin: 0;
    padding: 0;
}

.service-category-widget li {
    margin-bottom: 15px;
}

.ul-li-block ul li {
    display: block;
    list-style: none;
}

.service-category-widget li a {
    width: 100%;
    color: #004150;
    font-weight: 700;
    position: relative;
    padding: 15px 20px;
    display: inline-block;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    text-decoration: none !important;
}

.service-category-widget li a:after {
    top: 15px;
    right: 20px;
    content: "";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
}

.service-category-widget li a:hover {
    border: 1px solid #fff;
    background-color: white;
    box-shadow: 0.698px 9.976px 10px 0px rgb(104 104 104 / 10%);
}

/*.others {*/
/*    background-color: rgb(255 215 215 / 8%);*/
/*    padding: 19px;*/
/*    border-radius: 5px;*/
/*}*/

.others h3 {
    font-size: 18.5px;
    color: #a2542d;
    line-height: 1.9;
}

.agpic img {
    height: 265px;
    border-radius: 5px;
}

.others .mt2 {
    font-size: 14.5px;
    color: #625c56;
}

/*End About / Agent*/
/*Gallery*/

.slider-nav img {
    height: 70px;
    width: 95%;
    object-fit: cover;
    cursor: pointer;
}

.gallery-title h3 {
    font-size: 14.5px;
    font-weight: 600;
    color: #e28875;
}

.slider-for img {
    height: 350px;
}

/*End Gallery*/
/*Contact*/
.corporate {
    font-size: 18.5px;
}

.corporate b {
    color: #8d986e;
}

.office-address p {
    font-size: 13.5px;
    font-weight: 600;
    color: #2e2c2c;
}

.office-address .fa {
    color: #fd5602;
    font-size: 15.5px;
}

.con-img img {
    height: 250px
}

.form-control {
    border-radius: 0px;
}

.input-group-text {
    border-radius: 0px;
}

.btn {
    border-radius: 0px;
}

.btn-success {
    background-color: #df9e7e;
    border-color: #df9e7e;
}

.input-group-text {
    background-color: #df9e7e;
    border: 1px solid #df9e7e;
    border-radius: 0px;
    color: #fff;
}

/*End Contact*/
/*Service*/

.ft-service-innerbox-3 .ft-service-img {
    overflow: hidden;
}

.ft-service-innerbox-3 .ft-service-img:before {
    left: -8px;
    width: 110%;
    content: "";
    height: 100px;
    bottom: -57px;
    position: absolute;
    background-color: #f2f3f5;
    transform: rotate(-13deg);
}

.ft-service-innerbox-3 .ft-service-text-icon {
    top: -70px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: -70px;
    padding: 19px 14px 37px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: white;
    box-shadow: 0px 0px 29px 0px rgb(12 12 12 / 7%);
}

.ft-service-innerbox-3 .ft-service-text-icon:before {
    left: 6px;
    top: -73px;
    content: "";
    position: absolute;
    transition: 500ms all ease;
    border-bottom: 81px solid #fff;
    border-left: 264px solid rgba(255, 255, 255, 0);
}

.ft-service-innerbox-3 .ft-service-icon i {
    color: #141415;
    font-size: 40px;
    line-height: 0.75;
}

.ft-service-innerbox-3 .ft-service-text h3 {
    color: #5b5b60;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
}

.ft-service-innerbox-3 .ft-service-text p {
    color: #9797a3;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.ft-service-innerbox-3 .ft-service-text-icon:after {
    top: -38px;
    left: -6px;
    width: 104%;
    content: "";
    height: 15px;
    position: absolute;
    background-color: #f3ede7;
    -webkit-transform: rotate(-15deg) skew(-15deg);
    transform: rotate(-16deg) skew(-20deg);
}

.ft-service-innerbox-3 .more-btn {
    right: 19px;
    bottom: 70px;
}

.ft-service-innerbox-3 .more-btn a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    padding: 8px 11px;
    background-color: #ee663d;
    text-decoration: none !important;
}

.ft-service-innerbox-3 .more-btn a:before {
    top: 0;
    width: 0;
    height: 0;
    content: "";
    left: -16px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border-bottom: 35px solid #ee663d;
    border-left: 16px solid transparent;
}

.fa-arrow-right {
    font-size: 12px;
}

.headline a {
    color: #825037;
}

/*End Service*/
/*Footer*/
#footer-wrapper.footer-dark {
    background-color: #25272e;
}

.footer-t {
    color: #bcc0c4;
    font-size: 15.5px;
}

.copyright-right p {
    color: #bcc0c4;
    text-align: right;
    font-size: 15.5px;
}

.footer-dark .copyright-container .row {
    border-top: 1px solid #384653;
    padding: 15px 0 10px 0;
}

.copyright-container .row {
    margin-bottom: 0;
}

.footer-logo {
    height: 12.5px;
}

/* /Footer*/

/*Main Page*/
/*................*/

.about-area {
    position: relative;
}

.section-padding {
    padding-top: 50px;
    padding-bottom: 35px;
}

.gray-bg {
    background: #f1fbff;
}

.section-tittle h2 {
    font-size: 35px;
    display: block;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 22px;
}

.about-area .about-caption .support-caption p.pera-top {
    margin-bottom: 30px;
}

.about-area .about-caption .support-caption p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.about-btn {
    padding: 30px 40px;
}

.about-area .about-blog {
    position: relative;
    z-index: 2;
}

.about-area .about-blog .single-offers {
    padding: 34px 34px 14px 0;
    background: #ffff;
}

.about-area .about-blog .single-offers .icon {
    position: relative;
}

.about-area .about-blog .single-offers .icon::before {
    position: absolute;
    content: "";
    width: 1.7px;
    height: 68%;
    left: 0;
    z-index: 1;
    background: #a2542d;
}

.about-area .about-blog .single-offers .icon .icon-border {
    position: relative;
}

.about-area .about-blog .single-offers .icon img {
    padding-left: 30px;
    margin-right: 20px;
}

.about-area .about-blog .single-offers .icon .icon-border::before {
    position: absolute;
    content: "";
    width: 1.8px;
    height: 68%;
    left: 0;
    z-index: 1;
    background: red;
}

.about-area .about-blog .single-offers .offers-cap h3 a {
    color: #232f55;
    transition: all .4s ease-out 0s;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px;
    display: block;
}

.about-area .about-blog .single-offers:last-child {
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}

.about-area .about-blog .single-offers {
    padding: 34px 34px 14px 0;
    background: #ffff;
}

.about-area .about-shape {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

/*................*/
.bg h3 {
    padding-top: 140px;
    color: #fff;
}

.bg::before {
    position: absolute;
    content: "";
    background-color: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
}

/*................*/

.h2 {
    color: #fff !important;
    font-size: 23px;
    font-weight: 700;
    padding-top: 12px;
}

.ft-testimonial-item-innerbox {
    padding: 30px 30px 0px 30px;
    background-color: #fff;
    box-shadow: 1.045px 9.945px 60px 0px rgb(68 68 68 / 11%);
}

.ft-testimonial-item-innerbox .ft-testimonial-item-img-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.position-relative {
    position: relative !important;
}

.ft-testimonial-item-innerbox .ft-testimonial-item-img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%;
    border: 2px solid #cbcbcb;
}

.ft-testimonial-item-innerbox .ft-testimonial-quote {
    right: 0px;
    width: 28px;
    bottom: 15px;
    height: 28px;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #cbcbcb;
}

.ft-testimonial-item-innerbox .ft-testimonial-text-item {
    padding-bottom: 35px;
}

.ft-testimonial-item-innerbox .ft-testimonial-name:before {
    left: -30px;
    z-index: -1;
    content: "";
    height: 50px;
    width: 215px;
    bottom: -15px;
    position: absolute;
    background-color: #000000;
}

.ft-testimonial-item-innerbox .ft-testimonial-name .ft-testimonial-shape {
    top: -14px;
    width: 0;
    height: 0;
    right: 35px;
    content: "";
    position: absolute;
    border-bottom: 50px solid #000000;
    border-right: 50px solid transparent;
}

.ft-testimonial-item-innerbox .ft-testimonial-name .ft-testimonial-shape:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 16px solid #000000;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -50px;
    right: -50px;
}

.ft-testimonial-item-innerbox .ft-testimonial-name {
    z-index: 1;
    width: 270px;
}

.ft-testimonial-item-innerbox .ft-testimonial-name h3 {
    color: #fff;
    font-size: 17px;
    position: relative;
    padding-left: 48px;
}

.ft-testimonial-item-innerbox .ft-testimonial-name h3:before {
    left: 0;
    top: 12px;
    width: 40px;
    content: "";
    height: 3px;
    position: absolute;
    background-color: #fff;
}

.ft-testimonial-section .ft-testimonial-map {
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

/*................*/
.key {
    text-align: center;
    font-size: 32px;
}

.member-box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.member-box .shape {
    width: 292px;
    height: 456px;
    background: rgb(101 175 255 / 50%);
    opacity: .2;
    position: absolute;
    top: 0;
    right: -100px;
    transform: rotate(45deg);
}

.member-box .card-img-top {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border-top-left-radius: 0;
    border-bottom: 2px solid #6dc8be;
}

.member-box .member-title {
    font-size: 16px;
    font-weight: 600;
    height: 20px;
    letter-spacing: -.025em;
}

.card {
    border: 0px;
}

/*End Main Page*/

/*Responsive*/
@media(max-width: 768px) {
    body {
        overflow-x: hidden !important;
    }

    .banner-title {
        width: 290px !important;
    }

    .banner-two {
        height: 150px !important;
    }

    .banner-two .ot-title {
        margin-top: 64px !important;
        text-align: center;
    }

    .banner-two .ot-title h1 {
        font-size: 17px
    }

    .d {
        display: none;
    }

    .w {
        width: 100% !important;
    }

    .agpic img {
        height: 160px !important;
    }

    .copyright-right p {
        text-align: center;
        font-size: 12.5px;
    }

    .footer-t {
        font-size: 13.5px;
    }

    #footer-wrapper {
        padding-top: 25px !important;
        padding-bottom: 10px !important;
    }
    
    .posi {
        position: absolute;
        top: -63px;
        right: 67px;
    }
    .link {
        background-color: #fce8e8;
    }

    .link a {
        color: #a2542d;
    }

    .top-nav {
        background-color: #efe4e5;
        border-top: 15px solid #ce9494;
    }

    .office-address p {
        font-size: 13px;
        line-height: 24px;
    }

    .logo {
        width: 110px !important;
        height: 50px !important;
    }

    .navbar-toggler-icon {
        margin-top: 12px !important;
    }

    .abpic img {
        height: 217px;
    }

    .ft-about-img img {
        margin-top: 77px;
        width: 345px;
    }

    .member-box .card-img-top {
        width: 300px !important;
        height: 300px !important;
    }

    .bg {
        height: 264px !important;
    }

    .text {
        padding-top: 43px !important;
    }

    .about-area .about-shape {
        right: 20px;
        top: 70%;
    }

    .section-tittle h2 {
        font-size: 27px !important;
        margin-bottom: 10px !important;
    }

    .about-area .about-blog {
        margin-top: 21px !important;
    }

    .section-padding {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .slider-for img {
        height: 160px !important;
    }

    .d-img img {
        height: 208px !important;
        width: 339px !important;
    }

    .d-title h3 {
        font-size: 17px !important;
    }
}

/*End Responsive*/