@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
.card-blog {
    display: flex;
    flex-direction: column;
    width: clamp(20rem, calc(20rem + 2vw), 22rem);
    overflow: hidden;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 1em;
    background: #ECE9E6;
    background: linear-gradient(to right, #FFFFFF, #ECE9E6);

}



.card__body_blog {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}


.tag {
    align-self: flex-start;
    padding: .25em .75em;
    border-radius: 1em;
    font-size: .75rem;
}

.tag + .tag {
    margin-left: .5em;
}

.tag-blue {
    background: #56CCF2;
    background: linear-gradient(to bottom, #2F80ED, #56CCF2);
    color: #fafafa;
}

.tag-brown {
    background: #D1913C;
    background: linear-gradient(to bottom, #FFD194, #D1913C);
    color: #fafafa;
}

.tag-red {
    background: #cb2d3e;
    background: linear-gradient(to bottom, #ef473a, #cb2d3e);
    color: #fafafa;
}

.card__body_blog h4 {
    font-size: 1.5rem;
    text-transform: capitalize;
}

.card__footer_blog {
    display: flex;
    padding: 1rem;
    margin-top: auto;
}

.user {
    display: flex;
    gap: .5rem;
}

.user__image {
    border-radius: 50%;
}

.user__info > small {
    color: #666;
}
.icon-bar {
    position: fixed;
    top: 50%;
    z-index: 5555;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}


.iconsidebar {
    display: flex;
    text-align: center;
    padding: 5px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    width: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 5px;
    height: 40px;
    background: #1B60C1;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding-top: 8px;
    flex-direction: row;
    gap: 10px;
}

.iconsidebar:hover {
    background-color: #212121;
    width: 80px;
}
/*.banner.owl-carousel{*/
/*    border: 1px solid lightgrey;*/
/*    !*padding: 10px;*!*/
/*    border-radius: 5px;*/
/*}*/


.topbar{
    width: 100%;
    height: 20px;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 250000;
    background: #1B60C1;
}

nav {
    max-width: 1840px;
    margin: 0px auto;
}
.col-md-12{

    width: 90%;
    margin: 0px auto;
    height: 30px;
    background: #1B60C1;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.col-md-12 ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

}
.contact-info{
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 20px;
}

.contact-info button{
    font-size: 14px;
}

.authentication a{

    color: white;
    font-size: 14px;
    padding: 10px 5px;
}
.authentication a:hover{
    background: #3B5996;
}

.header-list{
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: justify;
}

.header-list li{
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    list-style: none;
    display: inline-block;
    padding: 10px 0;
}



.header-list  .dropdown{
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    list-style: none;
    display: inline-block;
    margin-top: 20px;
}

.dropdown .dropdown-toggle{

    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    background-color: transparent;
    white-space: nowrap;
    font-weight: 500;
    color: #7b7b7b;
    padding: 10px;
    font-size: 14px;
    position: relative;

}

.dropdown .dropdown-menu{

    font-weight: 400;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    left: 0;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    position: absolute !important;
    top: 90% !important;
    transform: none !important;
    z-index: 1100;
    background: #fff;
    border: 1px solid #f1676f;
    border-radius: 8px;
}

.header-list li a {
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    background-color: transparent;
    font-weight: 500;
    color: #7b7b7b;
    padding: 10px;
    font-size: 14px;
    position: relative;
    transition: border-color 0.5s ease;
    color: black;
    border-color: #0c9ddb;

}



.seoLinkSection a{
    color: black;
    border-right: 1.5px solid gray;
    margin-left: 10px;
    padding-right: 5px;
}

.seoLinkSection a:hover{
    color: blue;
}

.topbar .row{
    background: #1B60C1;;
}

.footer {
    width: 100%;
    margin-top: 30px;
    position: relative;
    height: auto;
    background-color: #1B60C1;
}
.footer .col {
    width: 190px;
    height: auto;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 20px 20px 20px;
}
.footer .col h1 {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 12px;
    line-height: 17px;
    padding: 20px 0px 5px 0px;

    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.250em;
}
.footer .col ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer .col ul li {
    color: white;
    font-size: 14px;

    font-weight: bold;
    padding: 5px 0px 5px 0px;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}
.social ul li {
    display: inline-block;
    padding-right: 5px !important;
}

.footer .col ul li:hover {
    color: #ffffff;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
}
.clearfix {
    clear: both;
}
@media only screen and (min-width: 1280px) {
    .contain {
        width: 1200px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1139px) {
    .contain .social {
        width: 1000px;
        display: block;
    }
    .social h1 {
        margin: 0px;
    }
}
@media only screen and (max-width: 950px) {
    .footer .col {
        width: 33%;
    }
    .footer .col h1 {
        font-size: 14px;
    }
    .footer .col ul li {
        font-size: 13px;
    }
}
@media only screen and (max-width: 500px) {
    .footer .col {
        width: 50%;
    }
    .footer .col h1 {
        font-size: 14px;
    }
    .footer .col ul li {
        font-size: 13px;
    }
}
@media only screen and (max-width: 340px) {
    .footer .col {
        width: 100%;
    }
}


.testimonials{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    font-family:'Poppins', sans-serif;
}
.testimonials::before{
    content:'';
    position: absolute;
    right:0;
    left:0;
    top:0;
    bottom:0;
    background: white;
}
.testimonials .title {
    text-align: center;
    position: relative;
    padding: 20px 0;
    max-width: 600px;
    margin: 0 auto;
}
.testimonials .title h5 {
    color: #EB6D2F;
    line-height: 1.2em;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: -3px;
}
.testimonials .title h2 {
    color: #5A3733;
    line-height: 1.2em;
    font-weight: 900;
    font-size: 41px;
    letter-spacing: -1px;
    margin:0
}
.testimonials .title img {
    margin-top: -10px;
}
.testimonials .title p {
    margin: 0 0 10px;
    margin-bottom: 0;
    color: #5A3733;
}
.testimonials .testi .item {
    background: #fff;
    padding: 50px 30px;
    border-radius:15px;
}
.testimonials .testi .item .profile {
    display:flex;
    padding-left: 15px;
}
.testimonials .testi .item .profile img {
    border-radius: 100%;
    width:50px;
    height:50px;
    object-fit:cover
}
.testimonials .testi .item .profile .information {
    padding-left:20px;
    margin-bottom:15px
}
.testimonials .testi .item .profile .information .stars i {
    color:#ffd832
}
.testimonials .testi .item .profile .information p {
    font-size: 24px;
    margin: 0px auto 0px;
    color: #5A3733;
    font-weight: 900;
    line-height: 1;
}
.testimonials .testi .item .profile .information span {
    color: #EB6D2F;
    font-weight: bold;
    margin-top: -4px;
    line-height: 1.6em;
    font-size: 14px;
}
.testimonials .testi .item>p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6em;
    display: block;
    z-index: 2;
    font-style: italic;
    color: #5A3733;
    text-align: center;
}
.testimonials .testi .item .icon {
    text-align: center;
    position: relative;
}
.testimonials .testi .item .icon i {
    font-size: 32px;
    color: #FFD832;
}

.testimonials .viewallbuton{
    position: absolute;
    top: 20px;
    right: 20px;
}

.popularroutes{
    display: grid;
    grid-template-columns: repeat(10,1fr);
    text-align: center;
}

.popularroutes p{
    margin-right: 10px;
    text-align: center;
    line-height: 15px;
    cursor: pointer;
    margin-top: 10px;
    border: 1px solid black;
}

html {
    scroll-behavior: smooth;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

.scrolldownbutton{
    padding: 5px 15px;
    border-radius: 5px;
    position: absolute;
    bottom: 20px;
    left:48%;
    background: blue;
    color:white;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 20px;
}

.iconbouncy {
    display: inline-block;
    background-color: currentColor;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    animation: bounce 1s infinite;
}

.gotoTop{
    position: fixed;
    right: 50px;
    height: 50px;
    width: 50px;
    background: blue;
    bottom: 40px;
    z-index: 555555;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
    cursor: pointer;
}
