@import 'https://fonts.googleapis.com/css2?family=Varela+Round&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;700&display=swap';
@font-face {
    src: url(../fonts/Quicksand-Regular.ttf);
    font-family: ques-reguler;
}

@font-face {
    src: url(../fonts/Quicksand-Bold.ttf);
    font-family: ques-bold;
}


/*
Frepik
 
5519413
1116318
4070849
4291542

*/


/*header*/

a:hover {
    text-decoration-line: none;
}

.topbar {
    background: #04246A;
    padding: 8px 0;
    display: flex;
}

.topbar p {
    margin: 0;
    color: #fff;
    display: inline;
    margin: 0 8px 0 0;
    font-family: "Varela Round";
    font-size: 13px;
}

.topbar p a {
    color: #fff;
}

.topbar p a .svg-inline--fa {
    margin: 0 8px;
}

.sina-nav {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.19);
    border: 0;
    position: sticky;
    top: 0;
    background: #fff;
}

.sina-nav .sina-menu>li>a {
    color: #000;
    font-family: "Varela Round";
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 36px;
}

.sina-nav.navbar-fixed.navbar-freez {
    background: #fff;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.19);
}

.sina-nav ul li a {
    font-family: "Varela Round";
    font-size: 14px;
    text-transform: capitalize;
}
.sina-nav .sina-menu .dropdown .dropdown-menu{ width:300px;}
.sina-nav .sina-menu .dropdown .dropdown-menu>li>a{ padding:6px 12px;}

/*slider*/

.slider {
    position: relative;
}

.slider .carousel-caption {
    top: 35%;
}

.slider .carousel-caption h1 {
    font-size: 48px;
    font-family: "Barlow Condensed";
    font-weight: 700;
    text-transform: capitalize;
}

.slider .carousel-caption p {
    font-family: "ques-reguler";
}


/*about us*/

.about {
    padding: 50px 0 25px 0;
    text-align: center;
}

.about h2 {
    font-size: 42px;
    color: #04246A;
    font-family: "Varela Round";
}

.about p {
    font-size: 14px;
    font-family: "ques-reguler";
    line-height: 30px;
    margin-bottom: 25px;
}

.about .btn {
    border-radius: 0;
    font-family: "Varela Round";
    background: #aa2d65;
    padding: 8px 25px;
    border: 0;
}

.about .box {
    margin: 55px 0 0px 0;
    padding: 15px;
    border-radius: 0px;
    min-height: 200px;
    border-right: 1px solid #eee;
}

.about .box h3,
.about .box h4,
.about .box h5,
.about .box h6 {
    font-family: "Barlow Condensed";
    color: #04246A;
    font-size: 24px;
}

.about .box .svg-inline--fa {
    color: #aa2d65;
    font-size: 36px;
    margin: 15px 0;
}

.about .box p {
    font-size: 13px;
    line-height: 20px;
    color: #000;
}

.service {
    padding: 50px 0;
    background: #000;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.service h2 {
    font-family: "Barlow Condensed";
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 45px;
}

.service .service-bg {
    background: url(../images/service-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-origin: 50% 50px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    opacity: .3;
}

.service .box {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    background: #aa2d65;
    text-align: center;
    padding: 45px 20px;
    margin-bottom: 25px;
    min-height: 250px;
}

.service .box::before {
    border: 0;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left: 1px solid #fff;
    height: 70px;
    width: 70px;
    border-top: 1px solid #fff;
}

.service .box::before {
    content: '';
    bottom: auto;
    left: 8px;
    top: -8px;
    right: auto;
    opacity: 1;
    position: absolute;
}

.service .box::after {
    content: '';
    top: auto;
    right: 8px;
    bottom: 18px;
    left: auto;
    opacity: 1;
    position: absolute;
}

.service .box::after {
    border: 0;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-right: 1px solid #fff;
    height: 70px;
    width: 70px;
    border-bottom: 1px solid #fff;
}

.service .box .svg-inline--fa {
    font-size: 40px;
    color: #fff;
    margin: 15px 0;
}

.service .box h2,
.service .box h3,
.service .box h4,
.service .box h5,
.service .box h6 {
    font-family: "ques-bold";
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.service .box p {
    font-size: 14px;
    font-family: "ques-reguler";
    color: #fff;
}

.service .btn {
    border-radius: 0;
    font-family: "Varela Round";
    background: #aa2d65;
    padding: 8px 25px;
    border: 0;
    color: #fff;
    margin-top: 25px;
}

.feature {
    background: #f5f5f5;
    padding: 50px 0;
}

.feature .feature-box {
    text-align: center;
    padding: 15px;
    border-right: 1px solid #ddd;
}

.feature .feature-box .svg-inline--fa {
    font-size: 36px;
    color: #04246A;
}

.feature .border-right0 {
    border-right: 0;
}

.feature p {
    color: #000;
    font-family: "ques-bold";
    margin: 5px 0;
    text-transform: uppercase;
    font-size: 14px;
}

.feature h2,
.feature h3,
.feature h5,
.feature h6 {
    font-size: 42px;
    font-family: "Barlow Condensed";
    font-weight: 700;
    color: #000;
}


/*******/

.contact-information {
    padding: 50px 0;
}

.contact-information img {
    padding: 10px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.19);
    margin-bottom: 15px;
}

.contact-information address {
    background: #f5f5f5;
    padding: 25px;
    min-height: 233px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.19);
    border: 10px solid #fff;
}

.contact-information address p {
    font-family: "ques-reguler";
    font-size: 16px;
}

.contact-information address p strong {
    font-size: 24px;
    font-family: "ques-bold";
    color: #aa2d65;
}

.contact-information address p .svg-inline--fa {
    color: #04246A;
}


/*footer*/

.footer {
    padding: 50px 0;
    background: #04246A;
}

.footer h4,
.footer h5,
.footer h6 {
    font-family: "ques-bold";
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px;
}

.footer ul {
    padding-left: 0;
    list-style: none;
}

.footer ul li a {
    color: #fff;
    font-family: "ques-reguler";
    font-size: 14px;
    line-height: 30px;
}

.footer .service-list li {
    float: left;
    width: 50%;
}

.footer .icon .svg-inline--fa {
    color: #fff;
    margin: 0 8px;
}

.copyright {
    padding: 15px 0;
    background: #000;
}

.copyright p {
    margin-bottom: 0;
    color: #fff;
    font-family: "ques-reguler";
}

#return-to-top {
    position: fixed;
    right: 20px;
    bottom: 25px;
}

#return-to-top .svg-inline--fa {
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 10px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.19);
}

.contact-banner {
    background: url(../images/contact-banner.jpg) no-repeat;
    background-size: cover;
    height: 400px;
    background-position: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-banner h1 {
    color: #fff;
    font-family: "Barlow Condensed";
    font-size: 36px;
    font-weight: 700;
}

.contact-banner ul {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.contact-banner ul li {
    padding: 5px 5px;
    font-family: "ques-bold";
}

.contact-banner ul li a {
    color: #fff;
}

.contact-conent {
    padding: 50px 0;
}

.contact-conent h2 {
    margin-bottom: 30px;
    font-family: "Barlow Condensed";
    font-weight: 700;
    font-size: 30px;
}

.contact-conent p {
    display: flex;
    font-family: "ques-reguler";
}

.contact-conent p strong {
    font-family: "Barlow Condensed";
    font-size: 22px;
}

.contact-conent p .svg-inline--fa {
    margin-right: 5px;
    margin-top: 3px;
}

.contact-conent input {
    height: 42px;
    font-family: "ques-reguler";
}

.contact-conent .btn {
    padding: 8px 25px;
    font-family: "ques-reguler";
    border: 0;
}


/*about us*/

.about-banner {
    background: url(../images/about-banner.jpg) no-repeat;
    background-size: cover;
    height: 400px;
    background-position: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-banner h1 {
    color: #fff;
    font-family: "Barlow Condensed";
    font-size: 36px;
    font-weight: 700;
}

.about-banner ul {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.about-banner ul li {
    padding: 5px 5px;
    font-family: "ques-bold";
    color: #eee;
}

.about-banner ul li a {
    color: #fff;
}

.about-inner h2 {
    text-align: left;
}

.about-inner p {
    text-align: left;
}


/* download*/

.download-banner {
    background: url(../images/download.jpg) no-repeat;
    background-size: cover;
    height: 400px;
    background-position: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-banner h1 {
    color: #fff;
    font-family: "Barlow Condensed";
    font-size: 36px;
    font-weight: 700;
}

.download-banner ul {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.download-banner ul li {
    padding: 5px 5px;
    font-family: "ques-bold";
    color: #eee;
}

.download-banner ul li a {
    color: #fff;
}

.download-content {
    padding: 40px 0;
}

.download-content h2 {
    font-family: "Barlow Condensed";
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 700;
}

.download-content .box {
    margin-bottom: 30px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.19);
    padding: 25px;
    min-height: 350px;
}

.download-content .box h3 {
    font-size: 20px;
    font-family: "ques-bold";
    font-weight: 500;
    margin-bottom: 15px;
    color: #aa2d65;
}

.download-content .box ul {
    padding-left: 0;
    list-style: none;
}

.download-content .box ul li {
    line-height: 30px;
}

.download-content .box ul li a {
    color: #555;
    font-size: 13px;
    font-family: "ques-reguler";
    display: flex;
    align-items: baseline;
    text-transform: capitalize;
}

.download-content .box ul li a .svg-inline--fa {
    width: 20px;
    color: #aa2d65;
    margin-right: 8px;
}

.air-freight {
    background: url(../images/air-freight.jpg) no-repeat;
    background-size: cover;
    height: 400px;
    background-position: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.air-freight h1 {
    color: #fff;
    font-family: "Barlow Condensed";
    font-size: 36px;
    font-weight: 700;
}

.air-freight ul {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.air-freight ul li {
    padding: 5px 5px;
    font-family: "ques-bold";
    color: #eee;
}

.air-freight ul li a {
    color: #fff;
}

.rightcontent {
    margin-left: 20px;
}

.rightcontent h3 {
    font-family: "ques-bold";
}


/*services*/

.service-content {
    padding: 40px 0;
}

.service-content .sidebar {
    border-right: 1px solid #eee;
}

.service-content .sidebar h3 {
    font-size: 18px;
    font-family: "ques-bold";
    background: #aa2d65;
    color: #fff;
    padding: 8px 10px;
}

.service-content .sidebar ul {
    padding-left: 0;
    list-style: none;
}

.service-content .sidebar ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.service-content .sidebar ul li:hover {
    background: #eee;
}

.service-content .sidebar ul li a {
    color: #555;
    font-family: "ques-reguler";
    font-size: 14px;
    display: block;
    line-height: 34px;
    padding-left: 10px;
}

.service-content .sidebar ul li .svg-inline--fa {
    margin-right: 10px;
    color: #555;
    padding: 1px;
}

.service-inner {
    background: #fff;
}

.service-inner h2 {
    color: #000;
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider .carousel-caption {
        top: 30px;
    }
    .slider .carousel-caption h1 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .slider .carousel-caption {
        top: 30px;
        right: 15px;
        left: 15px;
        display: none;
    }
    .slider .carousel-caption h1 {
        font-size: 30px;
    }
    .slider .carousel-caption p {
        line-height: 18px;
    }
    .slider .carousel-item {
        background: url(../images/banner1.jpg) no-repeat;
        height: 500px;
        background-size: cover;
    }
    .slider .carousel-item img {
        display: none;
    }
    .about .box {
        margin: 0;
        border-right: 0;
        border-bottom: 1px solid #eee;
    }
    .feature .feature-box {
        border-right: 0;
        border-bottom: 1px solid #dfdfdf;
    }
    .topbar {
        text-align: center;
    }
    .topbar .text-right {
        text-align: center !important;
    }
}