﻿/* Google font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;display=swap');

body {
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    color: #5f6367;
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    -moz-scroll-behavior: smooth;
    -o-scroll-behavior: smooth;

}

a {
    color: #003580;
}

a:hover {
    color: #013e94;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #343a40;
}

hr {
    border-top: 1px solid #e5e5e5;
}

img {

    width: 100%;

}

input:focus,
button:focus,
textarea:focus {

    outline: 0;

}

header {

    /*box-shadow: 0px 14px 46px #eaeaea;*/

}

input:focus,
select:focus,
button:focus {

    outline: 0;

}


/*Top bar start*/
.top-bar {

    background-color: #003580;

    padding: 8px 0px;

}

.top-bar span {

    color: #fff;

    font-size: 16px;

}

.top-bar .navbar {

    padding: 0px;

}

.top-bar .nav-link {

    padding: 0rem 1rem;

    color: #f3f3f3;

}

.top-bar .nav-link:hover,
.top-bar .nav-link:focus {

    color: #fff;

}



.top-bar .dropdown-menu {

    background-clip: unset;

    border: 1px solid #f1f1f1;

    border-radius: unset;

    margin-top: 16px;
    margin-bottom: 12px;

    padding: 0px;

}



.top-bar .dropdown-menu .dropdown-item {

    padding: 10px 15px;

    border-bottom: 1px solid #f1f1f1;

    font-size: 14px;

}



.top-bar .dropdown-menu .dropdown-item:last-child {

    border-bottom: none;

}



.top-bar .dropdown-menu .dropdown-item:focus {

    background-color: #fff;

}



.top-bar .navbar-toggler {

    color: #000;

    background-color: white;

    font-size: 14px;

    padding: 6px 8px;

    position: absolute;

    right: 0;

    top: 0;

    cursor: pointer;

    z-index: 9;

}

.top-bar .navbar-nav li {
    border-right: 1px solid #003580;
    padding: 3px 15px;

}

.top-bar .navbar-nav li:last-child {
    border-right: unset;

}

.top-bar .navbar-nav li a {
    border-right: unset;

}

/*Top bar end*/





/*Main navigation start*/



.navigation .navbar {

    padding: 0;

}



.navigation .navbar-brand {

    padding-top: unset;

    padding-bottom: unset;

}



.navigation .navbar .nav-link {

    text-align: center;

    text-transform: uppercase;

    padding: 18px 25px;

}



.navigation .navbar .nav-link i {

    display: block;

    font-size: 24px;

    margin-bottom: 5px;

}



.navigation .navbar .navbar-nav .nav-link {

    color: rgba(0, 0, 0, 0.85);

    border-left: 1px solid #fff;

}



.navigation .navbar-light .navbar-nav .active>.nav-link,

.navigation .navbar-light .nav-link:hover {

    color: rgb(255, 255, 255) !important;

    background-color: #003580;

}



.mob-nav {

    display: none;

}

/*Main navigation end*/

/*==Home 03 start==*/
/*Banner start*/

.banner-bg {
    min-height: 550px;
    padding: 50px 0px 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 49%);
}


/*Search engine start*/

.search-bg {
    background-color: rgba(255, 255, 255, 0.80);
    padding: 20px 30px 50px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.search-bg .tab-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -55px 0px 35px;
}

.search-bg .tab-nav .mtab {
    background-color: #fff;
    border-radius: 8px;
    padding-bottom: 1px;
    -ms-flex-direction: unset;
    flex-direction: unset;
    display: inline-block;
    box-shadow: 0px 4px 14px #9c9c9c;

}

.search-bg .tab-nav .mtab .list-group-item {
    position: unset;
    display: unset;
    float: left;
    padding: 15px 30px 10px;
    margin-bottom: unset;
    border: unset;
    border-right: 1px solid #f3f3f3;
    border-radius: 8px;
    text-align: center;

}

.search-bg .tab-nav .mtab .list-group-item i {
    display: block;
    margin-bottom: 5px;
    font-size: 24px;
}



.search-bg .tab-nav .list-group-item-action {

    width: unset;

}

.search-bg .tab-nav .list-group-item.active {
    color: #ee1d25;
    background-color: transparent;
}



.tab-bg {}

.tab-bg h2 {

    font-size: 20px;

    font-style: italic;

    font-weight: bold;

    margin: 20px 0px;

}



.tab-bg .stab {

    padding-bottom: 1px;

    -ms-flex-direction: unset;

    flex-direction: unset;

    margin-bottom: 15px;

}



.tab-bg .stab .list-group-item {
    position: unset;
    display: unset;
    float: left;
    padding: 5px 15px;
    margin-bottom: unset;
    margin-right: 3px;
    background-color: #ffffff;
    border: unset;
    border-radius: 4px !important;
    border-radius: unset;

}



.tab-bg .stab .list-group-item:first-child {

    border-radius: 4px 0px 0px 4px;

}



.tab-bg .stab .list-group-item:last-child {

    border-right: unset;

    border-radius: 0px 4px 4px 0px;

}



.tab-bg .list-group-item-action {

    width: unset;

}



.tab-bg .list-group-item.active {

    background-color: #ee1d25;

}



.input,
.input2 {

    margin-bottom: 15px;

}



.input span,
.input2 span {

    display: block;

    font-weight: 600;

    font-size: 14px;

}



.input input {
    width: 100%;
    padding: 12px 15px 12px 45px;
    font-size: 13px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;

}

.input2 input {

    width: 100%;

    padding: 8px 15px 8px 15px;

    font-size: 13px;
    border: 1px solid #d2d2d2;

    border-radius: 4px;

}


.input i {
    width: auto;
    position: absolute;
    top: 32px;
    left: 23px;
    border-right: 1px solid #e4e4e4;

}



.input1 {

    margin-bottom: 15px;

}



.input1 span {

    display: block;

    font-weight: 600;

    font-size: 14px;

}



.input1 input {

    width: 100%;

    padding: 12px 45px;

    font-size: 13px;

    border: 1px solid #d2d2d2;

    border-radius: 4px;

    text-align: center;

}



.inc a {

    position: absolute;

    margin-top: -40px;

    height: 35px;

    width: 35px;

    text-align: center;

    padding-top: 8px;

    color: #888;

}



.inc a:first-child {

    left: 16px;

    border-right: 1px solid #e6e6e6;

}



.inc a:last-child {

    right: 20px;

    border-left: 1px solid #e6e6e6;

}



.option {

    font-size: 12px;

    cursor: pointer;

}

.option b {

    color: #003580;

}

.option-det {

    margin-top: 10px;

}



.input2 {

    margin-bottom: 15px;

}



.input2 span {

    display: block;

    font-weight: 600;

    font-size: 14px;

}



.input2 select {

    width: 100%;

    padding: 12px;

    font-size: 13px;
    border: 1px solid #d2d2d2;

    border-radius: 4px;

    text-align: center;

}



.input2 input {

    width: 100%;

    padding: 12px;

    font-size: 13px;
    border: 1px solid #d2d2d2;

    border-radius: 4px;

}



.search-btn {
    border: unset;
    background-color: #ee1d25;
    font-size: 22px;
    color: #fff;
    padding: 8px 70px;
    border-radius: 53px;
    margin-top: 15px;
    transition: all .5s;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}



.search-btn:hover {

    background-color: #003580;

}



.del {

    font-size: 16px;

    color: #787878;

    display: inline-block;

    margin-top: 28px;

}



.del:hover {

    color: #ed1d24;

}



.addmore {

    background-color: #003580;

    color: #fff;

    display: inline-block;

    padding: 8px 20px;

    border-radius: 40px;

    text-decoration: none;

    margin-bottom: 10px;

    font-size: 13px;

}

.addmore:hover {

    background-color: #ed1d24;

    text-decoration: none;

    color: #fff;

}

/*Search engine end*/

/*Banner end*/

/*Best Flight section start*/

.best-flight-bg {

    background-color: #f5f8fb;

    padding: 0px 0px 35px;

    margin-bottom: 50px;

}

.best-bg,
.support-bg {
    color: #434343;
    display: block;
    background-color: #fff;
    padding: 20px 20px 20px 80px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: 101%;
    box-shadow: 0px 4px 14px #e2e2e2;
    margin-top: -40px;
    margin-bottom: 70px;

}



.best-bg {

    background-image: url(../img/dollar-02.png);

}

.best-bg img,
.support-bg img {

    width: auto;

    position: absolute;

    left: 40px;

    margin-top: 5px;

}

.best-bg span,
.support-bg span {

    display: block;

    font-weight: bold;

    font-size: 16px;

}



.best-bg small,
.support-bg small {

    display: block;

    font-size: 13px;

}



.best-bg:hover,
.best-bg:focus,
.support-bg:hover,
.support-bg:focus {

    color: #434343;

    background-color: #fff;

    text-decoration: none;

}



.support-bg {

    background-image: url(../img/support-02.png);

}



.title {
    font-size: 26px;
    margin-bottom: 25px;
}

.title span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #6f6f6f;
}

.best-block-bg {
    margin: 0px 20px 25px;
    box-shadow: 0px 4px 20px #d4d4d4;
    border-radius: 6px;

}

.best-block-bg img {
    border-radius: 6px 6px 0px 0px;
}

.best-block-bg footer {
    background-color: #fff;
    padding: 20px;
    position: relative;
    box-shadow: unset;
    margin-bottom: 10px;
    border-radius: 0px 0px 6px 6px;

}

.best-block-bg footer h4 {

    font-size: 18px;

    color: #003580;

    font-weight: 600;

    margin-bottom: 5px;

}

.best-block-bg footer span {

    font-size: 12px;

    line-height: 15px;

    display: block;

    color: #505050;

    margin-bottom: 25px;

}

.best-block-bg footer .coup {

    border: 2px dotted rgba(47, 49, 146, 0.7);

    text-align: center;

    padding: 5px;

    margin-bottom: 5px;

}

.best-block-bg footer .coup:after {

    content: "";

    position: absolute;

    background-image: url(../img/sea.png);

    background-repeat: no-repeat;

    width: 23px;

    height: 23px;

    top: -8px;

    right: 2px;

}

.best-block-bg footer small {

    display: block;

    margin-top: 10px;

    text-align: center;

}

/*Best Flight section end*/

/* Slick slider styles */

.slider {

    position: relative;

    display: block;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-touch-callout: none;

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    -ms-touch-action: pan-y;

    touch-action: pan-y;

    -webkit-tap-highlight-color: transparent;
    margin-left: -20px;
    margin-right: -20px;

}



.slick-list {

    position: relative;

    overflow: hidden;

    display: block;

    margin: 0;

    padding: 0;

}



.slick-list:focus {

    outline: none;

}



.slick-list.dragging {

    cursor: pointer;

    cursor: hand;

}



.slider .slick-track,

.slider .slick-list {

    -webkit-transform: translate3d(0, 0, 0);

    -moz-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}



.slick-track {

    position: relative;

    left: 0;

    top: 0;

    display: block;

}



.slick-track:before,
.slick-track:after {

    content: "";

    display: table;

}



.slick-track:after {

    clear: both;

}



.slick-loading .slick-track {

    visibility: hidden;

}



.slick-slide {

    float: left;

    height: 100%;

    min-height: 1px;

    display: none;

}



[dir="rtl"] .slick-slide {

    float: right;

}



.slick-slide img {

    display: block;

}



.slick-slide.slick-loading img {

    display: none;

}



.slick-slide.dragging img {

    pointer-events: none;

}



.slick-initialized .slick-slide {

    display: block;

}



.slick-loading .slick-slide {

    visibility: hidden;

}



.slick-vertical .slick-slide {

    display: block;

    height: auto;

    border: 1px solid transparent;

}



.slick-arrow.slick-hidden {

    display: none;

}





.popular-posts-slider {

    padding-bottom: 45px;

}



.popular-posts-slider .slick-arrow {

    width: 34px;

    height: 34px;

    border-radius: 50%;
    background-color: #fff;

}



.popular-posts-slider .slick-arrow.slick-disabled {

    pointer-events: none;

    color: #777777;

}

.slick-prev:before,
.slick-next:before {
    color: #003580 !important;
}



.popular-posts-slider .slick-arrow:hover {

    background-color: #dcdbdb;

}



.popular-posts-slider .slick-prev {

    left: 50%;
    bottom: -30px;
    top: unset;
    margin-left: -45px;

}

.popular-posts-slider .slick-next {

    right: 50%;
    bottom: -30px;
    top: unset;
    margin-right: -40px;

}



/*Tour package start*/

.tour {
    padding: 70px 0px 90px;
}

.tour h2 {
    font-size: 26px;
    margin-bottom: 25px;
    position: relative;
}

.tour h2 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #6f6f6f;
}

.tour-block {
    display: block;
    margin: 0px 0px 20px;
    box-shadow: 0px 7px 20px #bdbdbd;
    border-radius: 6px;
    transition: all .5s ease-in-out;
}

.tour-block img {
    border-radius: 6px;

}

.tour-block h2 {
    font-size: 15px;
    background-color: rgb(0 0 0 / 35%);
    padding: 8px 25px;
    color: #fff;
    position: absolute;
    width: 80%;
    bottom: 15px;
    left: 25px;
    border-radius: 6px;
    transition: all .5s ease-in-out;
}



.tour-block:hover,
.tour-block:focus {

    text-decoration: none;

}



.tour-block:hover h2 {

    background-color: rgba(47, 49, 146, 0.90);

    border: 1px solid rgba(47, 49, 146, 0.90);

    color: #fff;

}



.view-more {
    border: 1px solid #d5d5d8;
    padding: 10px 20px;
    border-radius: 4px;
    color: #464646;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease-in-out;
}

.view-more:hover,
.view-more:focus {

    border: 1px solid #003580;
    color: #003580;
    text-decoration: none;

}

/*Tour package end*/


/*Holidays call to action start*/
.holidays-call-to-action {
    padding: 190px 0px;
    position: relative;
}

.holidays-call-to-action:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    /*background-color: rgb(0 0 0 / 16%);*/
}

.holidays-call-to-action h2 {
    font-size: 42px;
    color: #003580;
    margin-bottom: 25px;
    position: relative;
}

.holidays-call-to-action a {
    position: relative;
    background-color: #003580;
    display: inline-block;
    padding: 12px 30px;
    font-size: 15px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 500;
    transition: all .5s ease-in-out;
}

.holidays-call-to-action a:hover {
    padding: 12px 50px;
    color: #fff;
    text-decoration: none;
}

/*Holidays call to action end*/

/*Testimonial start*/
.testimonial-bg {
    background-color: #fff;
    position: relative;
    padding: 70px 0px;
}

.testimonial-bg h2 {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
}

.testimonial-bg h6 {
    text-align: center;
    font-size: 16px;
    color: #737373;
    font-weight: 300;
    margin-bottom: 70px;
}

.testi-con {
    background-color: #ffffff;
    padding: 30px 30px;
    color: #727272;
    box-shadow: 0px 4px 11px #d8d8d8;
    border-radius: 4px;
    margin: 15px 20px 0px;
}

.testi-con p {
    margin-bottom: 0px;
}


.testi-con i {

    color: #003580;
}

.triangle-down {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 18px solid #ffffff;
    border-bottom: 35px solid transparent;
    margin: -9px 0px 0px 75px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.testi-con-name {
    background-color: #ffffff;
    padding: 8px 10px 0px 50px;
    font-size: 18px;
    margin: 27px 20px 20px 35px;
    line-height: 19px;
    border: 1px solid #dadada;
    border-radius: 4px;
    color: #343a40;
}

.testi-con-name img {
    float: left;
    margin: -31px 0px 0px -65px;
    width: 55px;
}

.testi-con-name p {
    padding-bottom: 5px;
    font-size: 12px;
    color: #003580;
    margin-bottom: 0px;
}

/*Testimonial end*/

/*Blog package start*/
.blog-bg {
    background-color: #f5f8fb;
    padding: 110px 0px 80px;
    position: relative;
}

.blog-bg h3 {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
}

.blog-bg h6 {
    text-align: center;
    font-size: 16px;
    color: #737373;
    font-weight: 300;
    margin-bottom: 70px;
}

.blog-bg .blog-item {
    position: relative;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 30px;
}

.blog-bg .blog-item .blog-text {
    padding: 25px 0px 25px 25px;
}

.blog-bg .blog-item .blog-text h2 {
    font-size: 17px;
    margin-bottom: 10px;
}

.blog-bg .blog-item .blog-text a:hover,
.blog-bg .blog-item .blog-text a:hover h2 {
    text-decoration: none;
    color: #003580;
}

.blog-bg .blog-item .blog-text p {
    margin-bottom: 0px;
}

.blog-bg .blog-item img {
    border-radius: 0px 6px 6px 0px;
}

/*Blog package end*/


/*Partner package end*/
.partner {
    padding: 70px 0px 30px;
}

.partner h2 {
    font-size: 26px;
    margin-bottom: 25px;
    position: relative;
}

.partner h2 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #6f6f6f;
}

.plogo {

    border: 1px solid #e3e3e3;

    padding: 5px;

    margin-bottom: 10px;

    width: auto;


}

/*Partner package end*/


/*Subscribe start*/

.subscribe-bg {
    background-color: #f5f8fb;
    padding: 50px 0px;
    margin: 50px 0px -25px;

}

.qr h3 {

    font-size: 22px;

    margin: 15px 0px 15px;

}

.qr img {}



.download {

    text-align: center;

}

.download h3 {

    font-size: 22px;

    margin: 15px 0px 7px;

}

.download img {

    width: auto;

}



.subscribe {

    background-color: rgba(255, 255, 255, 0.8196078431372549);

    padding: 15px;

    margin: 20px 0px;

    border-radius: 4px;

    border: 1px solid #dfdede;

}



.sms-bg {

    display: flex;

}

.sms-bg input {

    border: 1px solid #dfdfdf;

    padding: 6px;

    height: 35px;

    font-size: 12px;

    width: 55%;

}

.sms-bg select {

    border: 1px solid #dfdfdf;

    padding: 6px;

    border-radius: 4px 0px 0px 4px;

    height: 35px;

    width: 20%;

}

.sms-bg button {

    border: none;

    padding: 6px 10px;

    border-radius: 0px 4px 4px 0px;

    height: 35px;

    background-color: #003580;

    color: #fff;

    width: 25%;

}

.sms-bg button:hover {

    background-color: #ed1d24;

    color: #fff;

}



.sub-email {

    position: absolute;

    width: 98%;

    top: 50%;

    transform: translateY(-50%);

}



.sub-email h3 {

    font-size: 22px;

    margin: 15px 0px 0px;

}



.sub-input {

    display: flex;

    margin-top: 20px;

}

.sub-input input {

    width: 75%;

    padding: 8px 15px;

    height: 40px;

    border: 1px solid #d6d6d6;

    border-radius: 4px 0px 0px 4px;

}

.sub-input button {

    width: 25%;

    border: none;

    background-color: #003580;

    color: #fff;

    height: 40px;

    border-radius: 0px 4px 4px 0px;

}

.sub-input button:hover {

    background-color: #ed1d24;

}

/*Subscribe end*/

/*===Home 03 end=*/



/*Footer start*/

footer {
    margin-top: 25px;
    padding-top: 50px;
    box-shadow: 0px 12px 46px #d2d2d2;
    background-color: #fff;
}



footer h2 {

    font-size: 18px;

    margin: 15px 0px;

}



footer .flink {}



footer .flink a {

    display: block;

    margin-bottom: 15px;

    color: #414141;

    font-size: 13px;

    transition: all .5s;

}



footer .flink a:hover,
footer .flink a:focus {

    color: #ed1d24;

    text-decoration: none;

}



footer .flink a i {

    margin-right: 8px;

    width: 25px;

    height: 25px;

    text-align: center;

    padding-top: 5px;

    border-radius: 50%;

    box-shadow: 0px 0px 2px 0px #5a5a5a;

    color: #989898;

}



footer p {

    text-align: justify;

    font-size: 13px;

}



footer .read {

    float: left;

    border: 1px solid #dfdfdf;

    padding: 6px 20px;

    border-radius: 4px;

    color: #003580;

}



footer .read:hover {

    color: #ed1d24;

    text-decoration: none;

}



footer h4 {

    font-size: 18px;

}



footer h4 i,
footer h5 i,
footer h6 i {

    color: #003580;

}



footer h5 {

    font-size: 13px;

}



footer h6 {

    font-size: 14px;

}



footer .social {

    margin-top: 20px;

}

footer .social a {

    display: inline-block;

    margin-right: 10px;

    margin-bottom: 10px;

}

footer .social a i {

    background-color: #003580;

    width: 35px;

    height: 35px;

    font-size: 16px;

    color: #fff;

    text-align: center;

    padding-top: 9px;
    border-radius: 4px;

}

footer .social a i:hover {

    background-color: #ed1d24;

}



footer .backto {

    border: 1px solid #003580;

    padding: 5px 10px;

    text-transform: uppercase;

    font-size: 16px;

    text-align: center;

    margin: 15px 0px;

}



footer .backto a {

    color: #003580;

}



footer .backto a:last-child {

    color: #ed1d24;

}



footer .backto a:hover {

    text-decoration: none;

}



.payment {

    text-align: center;

    margin: 20px 0px 5px;

    text-transform: uppercase;

    font-size: 16px;

}



.payment:before {

    content: "";

    position: absolute;

    left: 0;

    width: 50%;

    height: 2px;

    background-image: linear-gradient(to left, #ff0009, #003580);

    margin-top: 12px;

    z-index: -1;

}



.payment:after {

    content: "";

    position: absolute;

    left: 50%;

    width: 50%;

    height: 2px;

    background-image: linear-gradient(to right, #ff0009, #003580);

    background-color: #003580;

    margin-top: 12px;

    z-index: -1;

}



.payment span {

    background-color: #fff;

    padding: 0px 20px;

}



.copy {

    background-color: #003580;

    color: #d0d0f7;

    padding: 15px 0px;

    font-size: 13px;

    margin-top: 25px;

}

.designedby {
    color: #d0d0f7;
}

.designedby:hover,
.designedby:focus {
    color: #fff;
    text-decoration: none;
}

/*Footer end*/







/*Internal page search bar start*/
.search-int {

    padding: 15px 0px 5px;

    background-color: #003580;

    margin-bottom: 30px;

}

.search-int .int .col-6 {

    padding-left: 5px;

    padding-right: 5px;

}



.search-int .int .col-6:first-child {

    padding-left: 15px;

}





.text-box {

    margin-bottom: 15px;

}



.text-box span {

    display: block;

    color: #fff;

    font-size: 12px;

    text-transform: uppercase;

}



.text-box input {

    width: 100%;

    padding: 5px 8px;

    font-size: 13px;

    border: 1px solid #003580;

    border-radius: 4px;

}



.text-box select {

    width: 100%;

    padding: 6px 8px;

    font-size: 13px;

    border: 1px solid #003580;

    border-radius: 4px;

}

.text-box1 {

    margin-bottom: 15px;
    border: 1px solid #d6d5d5;
    padding: 15px;
    border-radius: 4px;


}



.text-box1 span {

    display: block;

    color: #000;

    font-size: 12px;

    text-transform: uppercase;
    margin-bottom: 4px;

}



.text-box1 input {

    width: 100%;

    padding: 5px 8px;

    font-size: 13px;

    border: 1px solid #003580;

    border-radius: 4px;

}



.text-box1 select {

    width: 100%;

    padding: 5px 8px;

    font-size: 13px;

    border: 1px solid #003580;

    border-radius: 4px;

}



.btn-search {

    background-color: #ed1d24;

    border: unset;

    color: #fff;

    width: 100%;

    border-radius: 50px;

    padding: 3px 5px;

    font-size: 18px;

    margin-top: 15px;

    margin-bottom: 15px;

}



.btn-search:hover {

    background-color: #f72c33;

}



.btn-search1 {

    background-color: #ed1d24;

    border: unset;

    color: #fff;

    width: 100%;

    border-radius: 50px;

    padding: 3px 5px;

    font-size: 18px;

    margin-top: 15px;

    margin-bottom: 15px;

}



.btn-search1:hover {

    background-color: #f72c33;

}

.input11 {

    margin-bottom: 15px;

}



.input11 span {

    display: block;

    color: #fff;

    font-size: 12px;

    text-transform: uppercase;

}



.input11 input {

    width: 100%;

    padding: 5px 30px;

    font-size: 13px;

    border: 1px solid #003580;

    border-radius: 4px;

    text-align: center;

}



.inc1 a {

    position: absolute;

    margin-top: -30px;

    height: 29px;

    width: 35px;

    text-align: center;

    padding-top: 5px;

    color: #888;

}



.inc1 a:first-child {

    left: 2px;

    border-right: 1px solid #e6e6e6;

}



.inc1 a:last-child {

    right: 2px;

    border-left: 1px solid #e6e6e6;

}



.option1 {

    background-color: #fff;

    padding: 20px 20px 15px;

    margin-bottom: 10px;

    border-radius: 5px;

    margin-right: -7px;

}

.cursor {

    cursor: pointer;

}

/*Internal page search bar end*/


/*user account page start*/
.user-profile-bg {
    box-shadow: 0px 4px 16px #c3c3c3;
    border-radius: 6px;
    background-color: #f1f1f1;
    margin-bottom: 35px;
}

.user-profile-bg .user-profile-info {
    text-align: center;
    padding: 30px 20px;

}

.user-profile-bg .user-profile-info img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 8px solid #fff;
    box-shadow: 0px 4px 16px #c3c3c3;
    margin-bottom: 15px;
}

.user-profile-bg .user-profile-info h2 {
    font-size: 18px;
    font-weight: 600;
}

.user-profile-bg .user-profile-info h6 {
    font-weight: 400;
    font-size: 15px;
    color: #7b7b7b;
}

.user-profile-bg .user-nav {
    background-color: #fff;
    padding: 20px;
    border-radius: 0px 0px 6px 6px;
}

.user-profile-bg .user-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user-profile-bg .user-nav ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.user-profile-bg .user-nav ul li:last-child {
    margin-bottom: unset;
    padding-bottom: unset;
    border-bottom: unset;
}

.user-profile-bg .user-nav ul li a {
    font-size: 15px;
    display: block;
    color: #43474a;
}

.user-profile-bg .user-nav ul li a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #eaeaea;
    border-radius: 6px;
    margin-right: 6px;
    font-size: 13px;
    transition: all .5s ease-in-out;
}

.user-profile-bg .user-nav ul li.current a i {
    color: #003580;
}

.user-profile-bg .user-nav ul li a:hover {
    text-decoration: none;
}

.user-profile-bg .user-nav ul li a:hover i {
    background-color: #003580;
    color: #fff;
}

.user-profile-bg .user-nav ul li:last-child a i {
    color: #ed2028;
}

.user-profile-bg .user-nav ul li:last-child a:hover i {
    background-color: #ed2028;
    color: #fff;
}

.dashboard-title {
    font-size: 24px;
    border-bottom: 1px solid #ededed;
    margin-bottom: -3px;
}

.dashboard-title span {
    border-bottom: 3px solid #ed1d24;
    padding-bottom: 10px;
    display: inline-block;
}

.dashboard-title span small {
    font-size: 13px;
    display: block;
}

.dasboard-content-bg {
    margin-top: 30px;
}

.dasboard-content-bg .dashboard-item {
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    padding: 20px;
    display: block;
    margin-bottom: 25px;
}

.dasboard-content-bg .dashboard-item i {
    font-size: 32px;
    background-color: #dfecff;
    color: #003580;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0px 2px 8px #c3c3c3;
    transition: all .5s ease-in-out;
}

.dasboard-content-bg .dashboard-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.dasboard-content-bg .dashboard-item h6 {
    font-size: 13px;
    color: #7d8790;
    line-height: 1.5;
}

.dasboard-content-bg .dashboard-item:hover {
    text-decoration: none;
}

.dasboard-content-bg .dashboard-item:hover i {
    background-color: #f5e0e1;
    color: #ed2028;
}

/*user account page end*/

/*filter start*/

.filter-head {

    font-size: 18px;

    background-color: #f5f5f5;

    padding: 6px 12px;

}

.filter-head i {

    float: right;

    margin: 5px -5px 0px 0px;

    color: #003580;

}

.filter-side {}

.filter-side h3 {

    border: 1px solid #c5c4c4;

    float: left;

    width: 100%;

    font-size: 15px;

    padding: 5px 12px;

    margin-top: 15px;

}

.filter-side label {

    display: block;

    margin-left: 15px;
    cursor: pointer;

}



.scrollbar {

    float: left;

    height: 110px;

    width: 100%;

    overflow-y: scroll;

    margin-bottom: 25px;

}



.force-overflow {

    min-height: 100px;

}



#scrollbarstyle::-webkit-scrollbar {

    width: 5px;

    background-color: #dcdcdc;

}



#scrollbarstyle::-webkit-scrollbar-thumb {

    background-color: #f72c33;

}



.scrollbar .checkbox {

    margin-top: 0px !important;

}



.force-overflow {

    list-style: none;

    padding-left: 0px;

}

/*filter end*/



/*Flight section start*/
.flight-bg {

    background-color: #fff;

    padding: 5px 20px 5px 10px;

    box-shadow: 0px 0px 1px 1px #ddd;

    border-radius: 6px;

    text-align: center;

    margin-bottom: 20px;
    position: relative;

}



.flight-bg .flogo {

    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0px 3px 3px 0px #d2cece;

}



.flight-bg span {

    display: block;

}



.flight-bg .ftitle {

    display: block;

}



.flight-bg .ft {

    font-size: 20px;

    margin-top: 5px;

}



.flight-bg .price small {

    text-decoration: line-through;

    margin-top: 15px;

    display: block;

}



.flight-bg .price span {

    font-size: 20px;

}



.flight-bg .col-6,
.flight-bg .col-12 {

    padding-left: 5px;

    padding-right: 5px;

}

.bus-seats {
    margin-bottom: -15px;
}


.flight-bg .book {

    background-color: #ed1d24;

    color: #fff;

    display: block;

    padding: 8px 5px;

    border-radius: 55px;

    margin-top: 20px;

    transition: all .4s;

}



.flight-bg .book:hover,
.flight-bg .book:focus {

    background-color: #003580;

    text-decoration: none;

}



.flight-detail-bg {

    padding: 10px 15px 5px;

    border-top: 1px solid #e0e0e0;

    margin-top: 10px;

    text-align: left;

}



.flight-detail-bg h2 {

    font-size: 15px;

    margin: 0px;

}



.flight-detail-bg .ref {

    font-size: 13px;

    float: right;

}



.flight-detail-bg .details {

    float: right;

    color: #5c5a5a;

    font-size: 13px;

}



.flight-detail-bg .details:hover {

    color: #1b1b1b;

    text-decoration: none;

}



.flight-detail {

    background-color: #f8f8f8;

    padding: 20px;

    text-align: left;

    border-radius: 8px;

    margin: 10px 0px;

}

.flight-detail:before {

    content: "";

    position: absolute;

    border-right: 8px solid transparent;

    border-bottom: 12px solid #f8f8f8;

    border-left: 8px solid transparent;

    right: 70px;

    margin-top: -31px;

}



.flight-detail .loc {

    display: block;

    text-align: center;

}



.flight-detail .time {

    font-size: 24px;

    font-weight: bold;

    line-height: 28px;

    display: block;

    text-align: center;

}



.flight-detail .date {

    font-weight: bold;

    font-size: 13px;

    display: block;

    text-align: center;

}



.flight-detail .air {

    color: #746d6d;

    font-size: 13px;

    display: block;

    text-align: center;

}



.flight-detail .line,
.flight-detail .line2 {

    border-bottom: 3px solid #e8e8e8;

    /*width: 80%;*/

    margin-top: 20px;

    padding-bottom: 12px;

    text-align: center;

    margin-bottom: 10px;

}



.flight-detail .line i {

    position: absolute;

    margin-top: 25px;

    transform: rotate(45deg);

    font-size: 20px;

    left: 50%;

}

.flight-detail .line2 i {
    position: absolute;
    margin-top: 25px;
    font-size: 15px;
    left: 50%;
    transform: translateX(-50%);

}



.flight-detail .change-plan {

    background-color: #003580;

    border-radius: 50px;

    text-align: center;

    color: #fff;

    padding: 5px;

    margin: 20px 0px;

}



.feat {

    background-color: #fff;

    padding: 15px;

    border-radius: 4px;

    font-size: 12px;

    text-align: right;

    margin: 10px 0px 20px;

}



.amenities {

    background-color: #eaeaea;

    padding: 15px 25px;

    border-radius: 4px;

    font-size: 12px;

    margin: 25px 0px 0px;

}

.amenities div {

    margin-bottom: 5px;
    margin-top: 5px;

}

.amenities-details {

    background-color: #eaeaea;

    padding: 15px 25px;

    border-radius: 4px;

    font-size: 13px;

}

.amenities-details div {

    margin-bottom: 5px;
    margin-top: 5px;

}



.fare {

    text-align: left;

    margin-top: 20px;
    background: #f8f8f8;
    padding: 20px 20px 5px;
    border-radius: 8px;

}

.fare:before {
    content: "";
    position: absolute;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #f8f8f8;
    border-left: 8px solid transparent;
    right: 70px;
    margin-top: -31px;
}


.agentfare {

    position: absolute;

    right: 0px;

    margin-top: -6px;

    background-color: #003580;

    color: #fff;

    padding: 0px 3px 7px 10px;

    border-radius: 0px 13px 0px 50px;

    z-index: 1;

}

.agentfare:hover,
.agentfare:focus {

    background-color: #3436b1;

    color: #fff;

    text-decoration: none;

}



.agentfared {

    background-color: #e3e4ff;

    padding: 5px;

    margin: -5px -20px 5px -10px;

    border-radius: 6px 0px 0px 0px;

    font-size: 13px;

}

.fcart {

    text-align: center;

}

.fcart img {

    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    box-shadow: 0px 3px 3px 0px #d2cece;

}

.fcart span {

    display: block;
    margin-top: 3px;

}

.fcart small {

    display: block;

}



/*Flight section end*/

/*Hotel section start*/

.hotel-bg {

    background-color: #fff;

    padding: 15px;

    box-shadow: 0px 0px 1px 1px #ddd;

    border-radius: 6px;

    margin-bottom: 20px;
    position: relative;

}



.hotel-bg .himg {

    height: 115px;

    border-radius: 4px;

}



.hotel-bg span {

    display: block;

}



.hotel-bg .rate {

    display: inline;

    color: #FF9800;

    padding-right: 10px;

}

.hotel-bg .location {

    display: inline-block;

}

.hotel-bg .location i {

    color: #434343;

}



.hotel-bg .faci {

    font-size: 16px;

}



.hotel-bg .faci small {

    display: inline-block;

    margin-top: 5px;

    margin-right: 8px;

}



.hotel-bg .ht {

    font-size: 20px;

    margin-top: 5px;

    line-height: 25px;

}

.hotel-bg .ht a {

    color: #474747;

}

.hotel-bg .ht a:hover,
.hotel-bg .ht a:focus {

    color: #003580;

    text-decoration: none;

}



.hotel-bg .price small {

    display: block;

    text-align: center;

    font-size: 15px;

}



.hotel-bg .price span {

    font-size: 24px;

    text-align: center;

}



.hotel-bg .book {

    background-color: #ed1d24;

    color: #fff;

    display: block;

    padding: 8px 5px;

    border-radius: 55px;

    margin-top: 15px;

    transition: all .4s;

    text-align: center;

}



.hotel-bg .book:hover,
.hotel-bg .book:focus {

    background-color: #003580;

    text-decoration: none;

    color: #fff;

}



.btn-book {

    background-color: #c0c0c0;

    color: #000;

    display: block;

    padding: 8px 5px;

    border-radius: 55px;

    transition: all .4s;

    text-align: center;

    width: 100%;

    border: unset;

}



.btn-book:hover,
.btn-book:focus {

    background-color: #000;

    text-decoration: none;

    color: #fff;

}



.btn-book1 {

    background-color: #003580;

    color: #fff;

    display: block;

    padding: 8px 5px;

    border-radius: 55px;

    transition: all .4s;

    text-align: center;

    width: 100%;

    border: unset;

    font-size: 18px;

}



.btn-book1:hover,
.btn-book1:focus {

    background-color: #ed1d24;

    text-decoration: none;

    color: #fff;

}



.hheading {

    background-color: #f7f7f7;

    padding: 15px 15px 8px;

    border-radius: 6px;

    margin-bottom: 20px;

    margin-top: 25px;

}

.hheading h1 {

    font-size: 22px;

}

.hheading h5 {

    font-size: 14px;

}

.hheading .hprice {

    font-size: 24px;

    display: block;

    text-align: center;

    margin-bottom: 5px;

}

.hheading i {

    color: #ed1c24;

}



.book-bg {

    background-color: #003580;

    display: block;

    text-align: center;

    color: #fff;

    font-size: 16px;

    padding: 7px 10px;

    border-radius: 50px;

    margin-bottom: 10px;

}



.book-bg:hover {

    background-color: #ed1d24;

    text-decoration: none;

    color: #fff;

}



.slide-bg {

    margin-bottom: 20px;

}

.slide-bg img {

    border-radius: 4px;

}



.slide-bg h4 {

    font-size: 20px;

    border: 1px solid #e7e4e4;

    padding: 5px 12px;

    border-radius: 4px;

}



.slide-bg .fac {

    display: block;

    border-bottom: 1px solid #efecec;

    margin-bottom: 2px;

    padding: 5px;

}



.hdetails {

    border: 1px solid #d9d9d9;

    padding: 15px;

    border-radius: 6px;

    margin-bottom: 30px;

}

.hdetails h2 {

    font-size: 18px;

}



.htitle {

    font-size: 20px;

    color: #003580;

}

.title2 {

    font-size: 28px;

    color: #003580;

    font-size: 26px;

    color: #003580;

    margin-bottom: 0;

}

.hotel-detail-bg {

    padding: 10px 15px 5px;

    border-top: 1px solid #e0e0e0;

    margin-top: 10px;

}



.hotel-detail-bg h2 {

    font-size: 15px;

    margin: 0px;

}



.hotel-detail-bg .ref {

    font-size: 13px;

}



.hotel-detail-bg .details {

    color: #5c5a5a;

    font-size: 14px;

}



.hotel-detail-bg .details:hover {

    color: #1b1b1b;

    text-decoration: none;

}

.agentfare-h {

    position: absolute;

    right: 0px;

    margin-top: -16px;

    background-color: #003580;

    color: #fff;

    padding: 0px 3px 7px 10px;

    border-radius: 0px 13px 0px 50px;

    z-index: 1;

}



.agentfare-h:hover,
.agentfare-h:focus {

    background-color: #3436b1;

    color: #fff;

    text-decoration: none;

}



.agentfared-h {

    background-color: #e3e4ff;

    padding: 5px;

    margin: -15px -15px 10px;

    border-radius: 6px 0px 0px 0px;

    font-size: 13px;

    text-align: center;

}

/*hotel section end*/

/*Cab section start*/
.cab-bg {

    background-color: #fff;

    padding: 15px;

    box-shadow: 0px 0px 1px 1px #ddd;

    border-radius: 6px;

    margin-bottom: 20px;
    position: relative;

}



.cab-bg .himg {
    border-radius: 6px;
    box-shadow: 0px 3px 3px 0px #d2cece;

}



.cab-bg span {

    display: block;

}



.cab-bg .rate {

    display: inline;

    color: #FF9800;

    padding-right: 10px;

}

.cab-bg .location {

    display: inline-block;

}

.cab-bg .location i {

    color: #434343;

}



.cab-bg .faci {

    font-size: 16px;
    margin-top: 5px;

}



.cab-bg .faci small {

    display: inline-block;

    margin-top: 5px;

    margin-right: 8px;

}

.cab-bg .faci b {
    margin-right: 10px;

}

.cab-notes {
    margin-top: 15px;
}

.cab-notes i {}

.cab-notes span {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

.cab-notes span small {}

.cab-notes a {}



.cab-bg .ht {

    font-size: 20px;

    margin-top: 5px;

    line-height: 25px;

}

.cab-bg .ht a {

    color: #474747;

}

.cab-bg .ht a:hover,
.cab-bg .ht a:focus {

    color: #003580;

    text-decoration: none;

}



.cab-bg .price small {

    display: block;

    text-align: center;

    font-size: 15px;

}



.cab-bg .price span {

    font-size: 24px;

    text-align: center;

}



.cab-bg .book {

    background-color: #ed1d24;

    color: #fff;

    display: block;

    padding: 8px 5px;

    border-radius: 55px;

    margin-top: 15px;

    transition: all .4s;

    text-align: center;

}



.cab-bg .book:hover,
.cab-bg .book:focus {

    background-color: #003580;

    text-decoration: none;

    color: #fff;

}

/*Cab section end*/


/*Bus Section start*/
.select-seat {
    margin-top: 20px;
    background: #f8f8f8;
    padding: 30px 30px;
    border-radius: 8px;
    text-align: left;
}

.seat {

    background-color: #fff;
    box-shadow: 0px 4px 14px #a5a4a4;
    padding: 20px;
    border-radius: 50px 0px 0px 50px;
    margin-bottom: 30px;
}

.seat:last-child {

    margin-bottom: 0px;
}

.seat-title {

    background-color: #f3f3f3;
    padding: 6px;
    margin-bottom: 10px;
    font-weight: 600;
    border-radius: 4px;
    text-align: center;
}

.seat .single {
    margin-top: 50px;
}

.driver-s {
    background: url(../img/d.png) no-repeat;
    background-position: center 30%;
    background-size: 60%;
}

.check-box {
    display: block;
    position: relative;
    height: 50px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-box small {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checked {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #003580;
}

.check-box:hover input~.checked {
    background-color: #fff;
}

.check-box input:checked~.checked {
    background-color: #003580;
    color: #fff;
}

.checked.booked {
    background-color: #c1c1c1;
    border-color: #c1c1c1;
    cursor: not-allowed;
    color: #c1c1c1;
}

.checked.booked:hover,
.checked.booked:focus {
    background-color: #c1c1c1 !important;
}

.available,
.bookedinfo,
.ladies,
.blocked {
    padding-left: 15px;
    display: inline-block !important;
    margin: 0px 10px 5px;
}

.available::before,
.bookedinfo::before,
.ladies::before,
.blocked::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #fff;
    margin-left: -25px;
    border: 1px solid;
}

.available::before {
    border-color: #003580;
}

.bookedinfo::before {
    background-color: #c1c1c1;
    border-color: #c1c1c1;
}

.ladies::before {
    border-color: #ff40bf;
}

.blocked::before {
    background-color: #ffeaeb;
    border-color: #fea3a3;
}

.seat-info {
    margin-top: 10px;
}

.seat-count {
    font-size: 24px;
    margin: 10px 0px;
}

.seat-count small {
    font-size: 60%;

}

.book-seat-btn {

    background-color: #ed1d24;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 10px 5px;
    border-radius: 40px;
    margin-top: 15px;
}

.book-seat-btn:hover {

    background-color: #003580;
    text-decoration: none;
    color: #fff;
}

.total-amount {
    font-size: 28px;
    margin-top: 15px;
    text-align: center;
}

/*Bus Section end*/




/*Checkout start*/
.form-bg {

    background-color: #fff;

    box-shadow: 0px 0px 1px 1px #dcdcdc;

    padding: 15px;

    border-radius: 4px;

}



/*Checkout end*/





/*Login start*/

.login-bg {

    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 4px 12px #c5c5c5;
    padding: 45px 45px 30px;
    border-radius: 8px;

}

.login-bg h1 {

    border-bottom: 1px solid #dbdbdb;

    padding-bottom: 8px;

    margin-bottom: 20px;

    font-size: 24px;

}

.login-bg h1 span {

    border-bottom: 3px solid #ed1d24;

    padding-bottom: 7px;

}

.login-inp {

    margin-bottom: 15px;

}

.login-inp span {

    display: block;

    margin-bottom: 5px;

}

.login-inp input {

    width: 100%;

    border: 1px solid #d6d2d2;

    padding: 8px 15px;

    border-radius: 4px;

}



.forgot {

    position: absolute;

    right: 40px;

    color: #686767;

    z-index: 1;

}

.forgot:hover {

    color: #003580;

    text-decoration: none;

}



.check {

    display: block;

    position: relative;

    padding-left: 30px;

    margin-bottom: 12px;

    cursor: pointer;

    font-size: 14px;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

}



.check input {

    position: absolute;

    opacity: 0;

    cursor: pointer;

    height: 0;

    width: 0;

}



.checkmark {

    position: absolute;

    top: 0;

    left: 0;

    height: 22px;

    width: 22px;

    border-radius: 4px;

    background-color: #eee;

}



.check:hover input~.checkmark {

    background-color: #ccc;

}



.check input:checked~.checkmark {

    background-color: #003580;

}



.checkmark:after {

    content: "";

    position: absolute;

    display: none;

}



.check input:checked~.checkmark:after {

    display: block;

}



.check .checkmark:after {

    left: 9px;

    top: 5px;

    width: 5px;

    height: 10px;

    border: solid white;

    border-width: 0 3px 3px 0;

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

}



.btn-login {

    width: 100%;

    border: unset;

    border-radius: 6px;

    font-size: 18px;

    padding: 7px 10px;

    background-color: #ee1d25;

    color: #fff;

    margin-top: 15px;

}



.btn-login:hover {

    background-color: #f8323a;

}



.orlogin {

    text-align: center;

    font-size: 13px;

    margin: 30px 0px 15px;

    border-bottom: 1px solid #eee;

}

.orlogin span {

    position: absolute;

    background-color: #fff;

    padding: 0px 10px;

    transform: translateX(-50%);

    margin-top: -10px;

}



.login-social {

    margin: 20px 0px 10px;

}

.login-social .lfacebook,
.login-social .lgoogle {

    display: block;

    text-align: center;

    font-size: 15px;

    padding: 7px 5px;

    border-radius: 50px;

    margin-bottom: 10px;

}



.login-social .lfacebook {

    background-color: #3b589a;

    border: 1px solid #3b589a;

    color: #fff;

}



.login-social .lgoogle {

    background-color: #fff;

    color: #434343;

    border: 1px solid #888;

    box-sizing: border-box;

}

.login-social .lfacebook:hover,
.login-social .lgoogle:hover {

    text-decoration: none;

}



.orsignup {

    text-align: center;

    font-size: 13px;

    margin: 40px 0px 30px;

    border-bottom: 1px solid #eee;

}

.orsignup span {

    position: absolute;

    background-color: #fff;

    padding: 0px 10px;

    transform: translateX(-50%);

    margin-top: -10px;

}

.create-acc {

    text-align: center;

    margin-bottom: 20px;

}



.create-acc a {

    background-color: #fff;

    border: 1px solid #d6d6d6;

    padding: 8px 25px;

    border-radius: 50px;

    font-size: 18px;

    color: #003580;

    margin-top: 20px;

    display: block;

}



.create-acc a:hover {

    text-decoration: none;

    background-color: #003580;

    color: #fff;

}

/*Login end*/



/*Common page*/

.mar10 {

    margin-top: 10px;

}

.mar20 {

    margin-top: 20px;

}

.mar30 {

    margin-top: 30px;

}

.mar40 {

    margin-top: 40px;

}

.mar50 {

    margin-top: 50px;

}

.mar60 {

    margin-top: 60px;

}

.mar70 {

    margin-top: 70px;

}

.mar80 {

    margin-top: 80px;

}



.sidenav {

    list-style: none;

    padding: 10px 15px;

    border: 1px solid #f4f3f3;

}

.sidenav li {

    border-bottom: 1px solid #eee;

}

.sidenav li:last-child {

    border-bottom: unset;

}

.sidenav li a {

    display: block;

    color: #656565;

    padding: 5px 0px;

    transition: all .5s;

}

.sidenav li a:hover,
.sidenav li a:focus {

    color: #f72c33;

    text-decoration: none;

    padding-left: 15px;

}





/*Common page end*/



/*Blog start*/
.banner-blog {
    text-align: center;
    padding: 90px 0px;
    margin-bottom: 70px;
}

.banner-blog h1 {
    color: #fff;
    font-size: 32px;
}

.banner-blog h6 {
    color: #fff;
    font-size: 14px;
}

.banner-blog.overlay {
    position: relative;
    z-index: 1;
}

.banner-blog.overlay::before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-blog .breadcrumb {

    background-color: transparent;
    display: block;
    color: #fff;
}

.banner-blog .breadcrumb li {
    display: inline-block;
}

.banner-blog .breadcrumb li a {
    color: #fff;
}

.banner-blog .breadcrumb li a:hover {
    color: #ed2028;
    text-decoration: none;
}

.blogTags {

    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0px 10px;
    margin: 35px 0px;
}

.social-btn {
    text-align: end;
}

.social-btn a {
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    margin: 0px 3px;
}

.social-btn a:hover {
    text-decoration: none;
}

.social-btn a i {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.social-btn a i.fa-facebook {
    background-color: #5d82d1;
}

.social-btn a i.fa-linkedin {
    background-color: #238cc8;
}

.social-btn a i.fa-twitter {
    background-color: #40bff5;
}

.social-btn a:hover {
    transform: scale(1.2);
}

.blog-author {
    background-color: #f7f8f9;
    padding: 20px 20px 20px 120px;
    border-radius: 6px;
    position: relative;
    margin-bottom: 50px;
}

.blog-author img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    left: 25px;
}

.blog-author h3 {
    font-size: 18px;
}

.blog-author h3 span {
    color: #2f3092;
}

.blog-author p {
    margin: 0px;
}

.blog-comment {}

.blog-comment h3 {
    font-size: 18px;
    margin-bottom: 15px;
    ;
}

.blog-comment .media {
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
    margin-bottom: 25px;
    position: relative;

}

.blog-comment .media .media {
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
    margin-bottom: 0px;

}

.blog-comment .media .reply {
    position: absolute;
    right: 0;
    top: 25px;
    background-color: #f7f8f9;
    color: #000;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 4px;
}

.blog-comment .media .reply:hover {
    background-color: #e4e5e6;
    text-decoration: none;
}

.blog-comment .media img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.blog-comment .media h5 {
    font-size: 15px;
    margin-bottom: 15px;
}

.blog-comment .media h5 small {
    display: block;
    margin-top: 5px;
}

.comment-from {
    margin: 70px 0px 20px;
}

.comment-from h3 {
    font-size: 20px;
    margin-bottom: 25px;
}

.comment-from h3 small {
    display: block;
    font-size: 13px;
    margin-top: 5px;
}

.comment-from input,
.comment-from textarea {
    font-size: 14px;
}

.comment-from input:focus,
.comment-from textarea:focus {
    box-shadow: unset;
    border: 1px solid #003580;
}

.related-article-bg {
    background-color: #f5f8fb;
    padding: 70px 0px 90px;
    margin-bottom: -50px;
    margin-top: 70px;
}

.related-article-bg .related-title {
    text-align: center;
    margin-bottom: 45px;
}

.related-article-bg .article-item {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 3px 5px #eaeaea;
    padding: 20px;
    margin: 10px 0px;
}

.related-article-bg .article-item span {
    display: block;
    margin-bottom: 10px;
    color: #8c98a4;
    font-size: 13px;

}

.related-article-bg .article-item a:hover,
.related-article-bg .article-item a:hover h2 {
    text-decoration: none;
    color: #003580;

}

.related-article-bg .article-item a h2 {
    font-size: 17px;
    line-height: 1.5;

}

.related-article-bg .article-item p {
    color: #646f79;

}

.related-article-bg .article-item .postedby {
    background: #f5f8fb;
    padding: 15px;
    margin: 40px -20px -20px;
    border-radius: 0px 0px 6px 6px;
    position: relative;

}

.related-article-bg .article-item .postedby::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #f5f8fb;
    right: 30px;
    top: -10px;

}

.related-article-bg .article-item .postedby .media img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.related-article-bg .article-item .postedby .media h5 a {
    color: #343a40;
}

.related-article-bg .article-item .postedby .media h5 a:hover {
    color: #003580;
}

.blog-list {

    padding-left: 85px;

    border-bottom: 1px solid #e6e6e6;

    padding-bottom: 40px;

    margin-bottom: 40px;

}

.blog-list img {

    border-radius: 6px;

    margin-bottom: 10px;

}



.blog-list h2 {

    font-size: 28px;

    font-weight: 600;

}



.blog-list p {

    line-height: 24px;

}



.blog-list a {

    border: 2px solid #e3e3e3;

    color: #000;

    text-transform: uppercase;

    padding: 8px 15px;

    display: inline-block;

}



.blog-list a:hover {

    color: #003580;

    text-decoration: none;

}



.pdate {

    width: 60px;

    text-align: center;

    border: 1px solid #e1e1e1;

    padding: 8px 0px 15px;

    border-radius: 4px;

    position: absolute;

    left: 15px;

    color: #5c5c5c;

}

.pdate span {

    display: block;

    font-size: 28px;

    border-bottom: 1px solid #f2f2f2;

    margin-bottom: 5px;

}

.pdate small {

    display: block;

    line-height: 13px;

}



.blog-search {

    margin-bottom: 20px;
    position: relative;

}



.blog-search input {
    width: 100%;
    padding: 10px 35px 10px 15px;
    border: 2px solid #dfe2e5;
    border-radius: 4px;

}



.blog-search button {
    position: absolute;
    right: 0px;
    border: unset;
    background-color: transparent;
    height: 43px;
    width: 43px;
    color: #003580;

}



.post-info {

    margin-bottom: 15px;

}

.post-info small {
    color: #8f9397;
    border-right: 1px solid #8f9397;
    padding: 0px 10px;
    font-size: 13px;

}

.post-info small:first-child {
    padding-left: 0px;

}

.post-info small:last-child {
    border-right: unset;

}

.blockquote {
    padding: 10px 20px;
    border-left: 4px solid #ed2028;
    border-radius: 6px;
    margin-bottom: 25px;
}

.blockquote h5 {
    font-size: 17px;
}

.blockquote cite {
    font-size: 13px;
}

.recent-post h2 {
    font-size: 17px;
    padding: 6px 0px;
    margin-bottom: 6px;
    color: #343a40;
}

.recent-post a {

    border-bottom: 1px solid #e5e5e5;
    display: block;

    color: #2f2f2f;

    padding-bottom: 10px;

    margin-bottom: 15px;
}

.recent-post a:last-child {

    border-bottom: unset;
}

.recent-post a:hover {
    color: #003580;

    text-decoration: none;
}

.recent-post a h3 {

    line-height: 1.3;
    display: block;
    margin-bottom: 0px;
    color: #343a40;
    font-weight: 600;
    font-size: 13px;
}

.recent-post a img {
    border-radius: 4px;
}

.recent-post a span {
    font-size: 12px;
}

.tag-bg h2 {

    font-size: 17px;
    padding: 6px 0px;
    margin-bottom: 6px;
    color: #343a40;
}

.tag-bg a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 15px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #8f9397;
    font-size: 13px;
    transition: all .5s;
}

.tag-bg a:hover {
    text-decoration: none;
    color: #003580;
    border: 1px solid #003580;
}

.pl {

    padding-left: 10px;

}



.pr {

    padding-right: 0px;

}

.page-link {

    color: #003580;

}

.page-item.active .page-link {

    background-color: #003580;

    border-color: #003580;

}

/*Blog end*/

/*404 Error start*/
.error-bg {
    text-align: center;
    padding: 30px 0px 50px;
}

.error-bg h2 {
    font-size: 210px;
    font-weight: 600;
    line-height: 170px;
    color: #003580;
}

.error-bg h4 {
    font-size: 58px;
    margin-bottom: 25px;
}

.error-bg h6 {
    color: #8f9397;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 20px;

}

.error-bg a {

    display: inline-block;
    border: 2px solid #e4e4e4;
    color: #8f9397;
    border-radius: 6px;
    padding: 8px 25px;
    transition: all .5s ease-in-out;
}

.error-bg a:hover {
    border: 2px solid #003580;
    color: #003580;
    text-decoration: none;
}

/*404 Error end*/

/*FAQs start*/
.faq-search {

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}

.faq-search input {
    font-size: 15px;
    height: 45px;
    padding: 15px 25px;
    border-radius: 3px 0px 0px 3px;
    border: unset;
}

.faq-search .input-group {
    width: 700px;
}

.faq-search input:focus {
    box-shadow: unset;
}

.faq-search button {
    background-color: #003580;
    color: #fff;
    border: unset;
    font-size: 14px;
    padding: 10px 25px;
    transition: all .5s ease-in-out;

}

.faq-search button:hover,
.faq-search button:focus {
    background-color: #ed2028;
    color: #fff;
    border: unset;
    font-size: 14px;
    box-shadow: unset;

}

.faq-bg {}

.faq-bg .related-title {
    text-align: center;
    margin-bottom: 45px;
}

.faq-bg .article-item {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 3px 14px #eaeaea;
    padding: 20px;
    margin-bottom: 30px;
}

.faq-bg .article-item a h2 {
    color: #003580;

}

.faq-bg .article-item a:hover,
.faq-bg .article-item a:hover h2 {
    text-decoration: none;
    color: #ed2028;

}

.faq-bg .article-item a h2 {
    font-size: 17px;
    line-height: 1.5;

}

.faq-bg .article-item p {
    color: #646f79;

}

.faq-bg .article-item .postedby {
    background: #f5f8fb;
    padding: 10px 15px 5px;
    margin: 20px -20px -20px;
    border-radius: 0px 0px 6px 6px;
    position: relative;

}

.faq-bg .article-item .postedby::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #f5f8fb;
    right: 30px;
    top: -10px;

}

.faq-bg .article-item .postedby .media img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.faq-bg .article-item .postedby .media h5 {
    color: #343a40;
    font-size: 13px;
    font-weight: 400;
}

.faq-bg .article-item .postedby .media h5 span {}

.faqs-support {
    background-color: #f7f8f9;
    padding: 25px;
    margin-bottom: 25px;
}

.faqs-support h3 {
    font-size: 20px;
}

.faqs-support a {
    color: #444444;
    font-size: 18px;
}

.faqs-support p a {
    color: #003580;
    font-size: 14px;
}

.faqs-video {
    background-color: #f7f8f9;
    padding: 15px;
}

.faqs-video iframe {
    width: 100% !important;
    height: auto;
}

/*FAQs end*/

/*Career start*/
.career-search {

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
}

.career-search input {
    font-size: 15px;
    height: 45px;
    padding: 15px 25px;
    border-radius: 3px 0px 0px 3px;
    border: unset;
}

.career-search select {
    font-size: 15px;
    height: 45px;
    padding: 15px 25px;
    border-radius: 3px 0px 0px 3px;
    border: unset;
}

.career-search select:focus {
    box-shadow: unset;
}

.career-search select.vline {
    border-left: 1px solid #e4e6e8;
}

.career-search .input-group {
    width: 700px;
}

.career-search input:focus {
    box-shadow: unset;
}

.career-search button {
    background-color: #003580;
    color: #fff;
    border: unset;
    font-size: 14px;
    padding: 10px 25px;
    transition: all .5s ease-in-out;

}

.career-search button:hover,
.career-search button:focus {
    background-color: #ed2028;
    color: #fff;
    border: unset;
    font-size: 14px;
    box-shadow: unset;

}

.career-bg {}

.career-bg .related-title {
    text-align: center;
    margin-bottom: 45px;
}

.career-bg .article-item {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 3px 14px #eaeaea;
    padding: 20px;
    margin-bottom: 30px;
}

.career-bg .article-item a h2 {
    color: #003580;

}

.career-bg .article-item a:hover,
.career-bg .article-item a:hover h2 {
    text-decoration: none;
    color: #ed2028;

}

.career-bg .article-item a h2 {
    font-size: 17px;
    line-height: 1.5;

}

.career-bg .article-item p {
    color: #646f79;

}

.career-bg .article-item .postedby {
    background: #f5f8fb;
    padding: 10px 15px 5px;
    margin: 20px -20px -20px;
    border-radius: 0px 0px 6px 6px;
    position: relative;

}

.career-bg .article-item .postedby::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #f5f8fb;
    right: 30px;
    top: -10px;

}

.career-bg .article-item .postedby .media img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.career-bg .article-item .postedby .media h5 {
    color: #343a40;
    font-size: 13px;
    font-weight: 400;
}

.career-bg .article-item .postedby .media .apply-now {
    position: absolute;
    right: 20px;
    top: 9px;
    background-color: #f5f8fb;
    border: 1px solid #003580;
    color: #003580;
    padding: 6px 15px;
    border-radius: 6px;
    transition: all .5s ease-in-out;
}

.career-bg .article-item .postedby .media .apply-now:hover {
    background-color: #003580;
    color: #fff;
}

.career-support {
    background-color: #f7f8f9;
    padding: 25px;
    margin-bottom: 25px;
}

.career-support h3 {
    font-size: 20px;
}

.career-support a {
    color: #444444;
    font-size: 18px;
}

.career-support p a {
    color: #003580;
    font-size: 14px;
}

.career-video {
    background-color: #f7f8f9;
    padding: 15px;
}

.career-video iframe {
    width: 100% !important;
    height: auto;
}

.career-intro {
    background-color: #f7f8f9;
    padding: 25px;
    margin-bottom: 25px;
}

.career-intro h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.applynow-btn {
    background-color: #003580;
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    border-radius: 6px;
    margin-top: 25px;
    transition: all .5s ease-in-out;
}

.applynow-btn:hover,
.applynow-btn:focus {
    background-color: #ed2028;
    color: #fff;
    text-decoration: none;
}

.career-cont h2 {
    font-size: 17px;
}

.career-intro .career-print {
    color: #003580;
}

.career-intro .career-print:hover {
    text-decoration: none;
}

.career-form {
    box-shadow: 0px 4px 14px #dcdcdc;
    padding: 45px;
    border-radius: 12px;
    margin: 70px 0px 20px;
}

.career-form h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.career-form input,
.career-form textarea {
    font-size: 14px;
}

.career-form input:hover,
.career-form input:focus,
.career-form textarea:hover,
.career-form textarea:focus {
    box-shadow: unset;
    outline: 0;
    border: 1px solid #003580;
}

/*Career end*/

/*Contact us start*/
.contact-form {
    box-shadow: 0px 4px 14px #dcdcdc;
    padding: 45px;
    border-radius: 12px;
    margin: 0px 0px 30px;
}

.contact-form h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    font-size: 14px;
}

.contact-form input:hover,
.contact-form input:focus,
.contact-form textarea:hover,
.contact-form textarea:focus {
    box-shadow: unset;
    outline: 0;
    border: 1px solid #003580;
}

.contact-form .data-notes {
    margin-top: 25px;

}

.contact-info {
    background-color: #f7f8f9;
    padding: 25px;
    margin-bottom: 25px;
}

.contact-info h3 {
    font-size: 20px;
}

.contact-info p {
    margin-bottom: 0px;
    ;
}

.contact-info p a {
    color: #003580;
    font-size: 15px;
    display: block;
    margin-top: 5px;
}

.contact-info p a:hover {
    color: #ed2028;
    text-decoration: none;
}

/*Contact us end*/

/*About Page start*/
.about-bg {}

.about-bg .about-aling {
    align-items: center;
    display: flex;
}

.about-bg .about-intro {
    margin-bottom: 20px;
}

.about-bg .about-intro h6 {
    color: #6d6d6d;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 15px;
}

.about-bg .about-intro h2 {
    font-weight: 600;
    margin-bottom: 15px;
}

.about-bg .about-intro h2 span {
    color: #003580;
}

.about-bg .about-intro ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.about-bg .about-intro ul li {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.about-bg .about-intro ul li::before {
    content: "";
    position: absolute;
    border-left: 14px solid #d2d2d2;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    left: 3px;
    top: 3px;
}

.about-bg .about-intro ul li::after {
    content: "";
    position: absolute;
    border-left: 14px solid #003580;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    left: 0;
	top: 0;
}

.about-bg .intro-img {
    margin-left: 20px;
    position: relative;
    margin-bottom: 30px;

}

.about-bg .intro-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100%);
    background-color: #fff;
    border: 4px dashed #dcdcdc;
    border-radius: 2px;
    left: -30px;
    top: 30px;
    z-index: -1;

}

.about-bg .intro-img img {
    border-radius: 4px;

}

.about-tag {
    background-color: #f5f8fb;
    padding: 70px 0px;
    margin: 90px 0px;
    position: relative;
}

.about-tag h3 {
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
}

.why-us {
    padding: 30px 0px 70px;
    position: relative;
    text-align: center;
}

.why-us h3 {
    font-size: 26px;
    line-height: 1.5;
}

.why-us h6 {
    font-size: 16px;
    color: #737373;
    font-weight: 300;
    margin-bottom: 70px;
}

.why-us .why-item {
    margin-bottom: 35px;
}

.why-us .why-item i {
    font-size: 32px;
    border-radius: 50%;
    border: 2px dotted #b3b3b3;
    width: 75px;
    height: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #003580;
    margin-bottom: 20px;
}

.why-us .why-item h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.why-us .why-item p {}

.team-bg {
    background-color: #f5f8fb;
    padding: 110px 0px 80px;
    position: relative;
}

.team-bg h3 {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
}

.team-bg h6 {
    text-align: center;
    font-size: 16px;
    color: #737373;
    font-weight: 300;
    margin-bottom: 70px;
}

.team-bg .team-item {
    position: relative;
    border-radius: .4rem;
    background: #fff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    padding: 25px;
    text-align: center;
    margin-bottom: 30px;
}

.team-bg .team-item img {
    border-radius: 8px 8px 0px 0px;
    margin-bottom: 30px;
}

.team-bg .team-item h2 {
    font-size: 17px;
    margin-bottom: 5px;
}

.team-bg .team-item h5 {
    font-size: 13px;
    font-weight: 400;
}

.team-bg .team-item .team-social {
    margin: 20px 0px 15px;
}

.team-bg .team-item .team-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #003580;
    color: #003580;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    margin: 10px 5px 0px;
    transition: all .5s ease-in-out;

}

.team-bg .team-item .team-social a:hover {
    background-color: #003580;
    color: #fff;
    text-decoration: none;
}

.client-bg {
    padding: 110px 0px 80px;
    position: relative;
}

.client-bg h3 {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
}

.client-bg h6 {
    text-align: center;
    font-size: 16px;
    color: #737373;
    font-weight: 300;
    margin-bottom: 50px;
}

.client-bg img {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-bottom: 15px;
}

.news-bg {
    background-color: #f5f8fb;
    padding: 110px 0px 80px;
    position: relative;
}

.news-bg h3 {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
}

.news-bg h6 {
    text-align: center;
    font-size: 16px;
    color: #737373;
    font-weight: 300;
    margin-bottom: 70px;
}

.news-bg .news-item {
    position: relative;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 30px;
}

.news-bg .news-item .news-text {
    padding: 25px 0px 25px 25px;
}

.news-bg .news-item .news-text h2 {
    font-size: 17px;
    margin-bottom: 10px;
}

.news-bg .news-item .news-text a:hover,
.news-bg .news-item .news-text a:hover h2 {
    text-decoration: none;
    color: #003580;
}

.news-bg .news-item .news-text p {
    margin-bottom: 0px;
}

.news-bg .news-item img {
    border-radius: 0px 6px 6px 0px;
}

/*About Page end*/

/*Maintenance Page start*/
.maintenance-bg {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maintenance-bg .maintenance-text h1 {
    font-size: 38px;
    color: #003580;
    margin-bottom: 20px;

}

.maintenance-bg .maintenance-text h5 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 25px;
}

.maintenance-bg .maintenance-text .progress {
    height: 30px;
    padding: 6px;
}

.maintenance-bg .maintenance-text .progress-bar {
    border-radius: 4px 0px 0px 4px;
    background-color: #003580;
}

.maintenance-bg .maintenance-text .subscribe-sec {
    box-shadow: 0px 4px 14px #d6d6d6;
    padding: 20px 30px;
    border-radius: 6px;
    margin: 70px 0px 35px;
}

.maintenance-bg .maintenance-text .subscribe-sec h6 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
}

.maintenance-bg .maintenance-text .subscribe-sec input {
    font-size: 14px;
    padding: 25px 20px;
    transition: all .5s ease-in-out;
}

.maintenance-bg .maintenance-text .subscribe-sec input:hover,
.maintenance-bg .maintenance-text .subscribe-sec input:focus {
    outline: 0;
    box-shadow: unset;
    border: 1px solid #003580;
}

.maintenance-bg .maintenance-text .subscribe-sec button {
    background-color: #003580;
    color: #fff;
    padding: 10px 25px;
    border: 1px solid #003580;
    transition: all .5s ease-in-out;
}

.maintenance-bg .maintenance-text .subscribe-sec button:hover,
.maintenance-bg .maintenance-text .subscribe-sec button:focus {
    outline: 0;
    box-shadow: unset;
    background-color: #ed2028;
    border: 1px solid #ed2028;
}

.maintenance-bg .maintenance-text .maintenance-social {
    margin: 20px 0px 15px;
    text-align: center;
}

.maintenance-bg .maintenance-text .maintenance-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #003580;
    color: #003580;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    margin: 10px 5px 0px;
    transition: all .5s ease-in-out;

}

.maintenance-bg .maintenance-text .maintenance-social a:hover {
    background-color: #003580;
    color: #fff;
    text-decoration: none;
}

/*Maintenance Page end*/

/*Timeline start*/
.timeline-start {
    font-size: 15px;
    text-align: center;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 90px auto 90px;
    font-family: Open Sans;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #e0e0e0;
    top: -30px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
}

.timeline-cont {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.timeline-cont::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: #003580;
    border: 4px solid #e0e0e0;
    top: 30px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-left {
    left: 0;
    padding-left: 0px;
}

.timeline-right {
    left: 50%;
    padding-right: 0px;
}

.timeline-left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 33px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #003580;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #003580;
}

.timeline-right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 33px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #003580;
    border-width: 10px 10px 10px 0;
    border-color: transparent #003580 transparent transparent;
}

.timeline-right::after {
    left: -12px;
}

.timeline-content {
    padding: 30px;
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 4px 16px #d6d5d5;
}

.timeline-content h2 {
    font-size: 18px;
    margin: 0px 0px 15px;
}

.timeline-content ul {
    list-style: none;
    padding-left: 0px;
    width: 100%;
    margin-bottom: 20px;
}

.timeline-content ul li {}

.timeline-content ul i {
    font-size: 18px;
    margin-right: 10px;
    line-height: 30px;
}

.timeline-content ul a {
    color: #565857;
    line-height: 30px;
}

.timeline-content ul a:hover,
.timeline-content ul a:focus {
    color: #003580;
    text-decoration: none;
}

.timeline-content img {
    border-radius: 4px;
}

.timeline-end {
    text-align: center;
    color: #565857;
    margin: 90px 0px;
}

.timeline-end h2 {
    font-size: 24px;
}

.timeline-end a {
    display: inline-block;
    border: 2px solid #e0e0e0;
    padding: 12px 30px;
    font-size: 17px;
    color: #828282;
    border-radius: 4px;
    margin-top: 10px;
    transition: all .5s ease-in-out;
}

.timeline-end a:hover {
    border: 2px solid #003580;
    color: #003580;
    text-decoration: none;
}

/*Timeline end*/

/*User panel start*/
.snav {}

.snav a {

    display: block;

    border-bottom: 1px solid #dedede;

    padding: 5px 10px;

    font-size: 15px;

    color: #1b1b1b;

    transition: all .5s;

}

.snav a:hover {

    padding-left: 25px;

    text-decoration: none;

    color: #003580;

}

.snav a i {

    margin-right: 5px;

}





.head {

    font-size: 24px;

    border-bottom: 1px solid #ededed;

    padding-bottom: 6px;

}



.head span {

    border-bottom: 3px solid #ed1d24;

    padding-bottom: 3px;

}



.head2 {

    font-size: 18px;

    border-bottom: 1px solid #ededed;

    padding-bottom: 6px;

}



.head2 span {

    border-bottom: 3px solid #ed1d24;

    padding-bottom: 3px;

}


.btn-add {
    background-color: #ffffff;
    border: 1px solid #003580;
    color: #003580;
    padding: 8px 15px;
    border-radius: 4px;
    position: absolute;
    right: 15px;
    margin-top: -30px;
    transition: all .5s ease-in-out;

}

.btn-add:hover {

    background-color: #003580;

    color: #fff;

    text-decoration: none;

}



.edit,
.delete,
.print {

    display: inline-block;

    padding: 1px 5px;

    border-radius: 4px;

    border: 1px solid;

}

.edit {

    border-color: #4CAF50;

    color: #4CAF50;

}



.edit:hover {

    background-color: #4CAF50;

    color: #fff;

}



.delete {

    border-color: #ed1d24;

    color: #ee1d25;

}



.delete:hover {

    background-color: #ed1d24;

    color: #fff;

}



.print {

    border-color: #003580;

    color: #003580;

}



.print:hover {

    background-color: #003580;

    color: #fff;

}



.balance {

    box-shadow: 0px 0px 1px 1px #dcdcdc;

    padding: 15px;

    text-align: center;

    margin-top: 25px;

    border-radius: 4px;

    background-color: #fcfcfc;

    font-size: 32px;

    line-height: 28px;

}

.balance small {

    display: block;

    font-size: 14px;

}



.refill {

    box-shadow: 0px 0px 1px 0px #dadada;

    padding: 15px;

    margin: 20px 0px;

}



.bflight-bg {

    border: 1px solid #003580;

    border-radius: 8px;

    padding: 15px;

    margin-bottom: 25px;

}

.bflight-bg h2 {

    font-size: 15px;

    background-color: #003580;

    color: #fff;

    padding: 8px 12px;

    border-radius: 6px 6px 0px 0px;

    margin: -15px -15px 0px;

}



.bflight-bg .fd {}

.bflight-bg .id {

    margin-bottom: 10px;

    border-bottom: 1px solid #edecec;

    padding: 5px 0px;

}

.bflight-bg .fd span {

    display: block;

    font-size: 18px;

    line-height: 16px;

    text-align: center;

    text-align: center;

}



.bflight-bg .fd small {

    display: block;

    text-align: center;

    margin-bottom: 10px;

}



.bflight-bg .fd h3 {

    font-size: 18px;

}

.bflight-bg .fd h3 small {

    display: inline;

    color: #888;

}



.fi {

    text-align: center;

}

.fi i {

    position: absolute;

    left: -8px;

    margin-top: 18px;

    font-size: 20px;

}

.fi span {

    display: block;

    line-height: 18px;

}

.fi small {

    display: block;

}



.bag {

    border-top: 1px solid #eaeaea;

    margin-top: 15px;

    padding-top: 4px;

}

.bag span {

    font-size: 13px;

    display: inline-block;

    margin-right: 10px;

    border-right: 1px solid #d0d0d0;

    padding-right: 15px;

}

.bag span:last-child {

    border-right: unset;

}



.btn-print {

    margin-top: 10px;

}

.btn-print a {

    display: inline-block;

    background-color: #ee1d25;

    padding: 6px 20px;

    color: #fff;

    border-radius: 4px;

}

.btn-print a:hover {

    text-decoration: none;

    background-color: #003580;

}

/*User panel end*/


/*Element page start*/
.element-nav {
    list-style: none;
    padding: 10px 15px;
    border: 1px solid #f4f3f3;
}

.element-nav li {
    border-bottom: 1px solid #eee;
}

.element-nav li:last-child {
    border-bottom: unset;
}

.element-nav li a {
    display: block;
    color: #656565;
    padding: 5px 0px;
    transition: all .5s;
}

.element-nav li a:hover,
.element-nav li a:focus {
    color: #f72c33;
    text-decoration: none;
    padding-left: 15px;
}

.dark-bg {
    background-color: #003580;
    padding: 90px 0px;
}

.gray-bg {
    background-color: #f7f7f7;
    padding: 90px 0px;
}

.white-bg {
    background-color: #fff;
    padding: 90px 0px;
}

.dark-bg .sub-title,
.gray-bg .sub-title,
.white-bg .sub-title {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
    margin-bottom: 50px;
}

.dark-bg .sub-title {
    color: #c1c1c1;
}

/*Title 01 start*/
.site-title {
    padding: 50px 0px;
    margin-bottom: 70px;
}

.site-title h1 {
    font-size: 32px;
}

.site-title h6 {
    font-size: 14px;
}

.site-title .breadcrumb {
    background-color: transparent;
    display: block;
}

.site-title .breadcrumb li {
    display: inline-block;
}

.site-title .breadcrumb li a:hover {
    color: #ed2028;
    text-decoration: none;
}

/*Title end*/

/*Title with image start*/
.image-title {
    padding: 90px 0px !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-title h1 {
    color: #fff;
}

.image-title h6 {
    color: #fff;
}

.image-title.overlay {
    position: relative;
    z-index: 1;
}

.image-title.overlay::before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: -1;
}

.image-title .breadcrumb {
    color: #fff;
}

.image-title .breadcrumb li a {
    color: #fff;
}

/*Title with image end*/

/*Title color light start*/
.light-title {
    background-color: #f5f8fb;
}

/*Title color light end*/

/*Title color dark start*/
.dark-title {
    background-color: #003580;
}

.dark-title h1 {
    color: #fff;
}

.dark-title h6 {
    color: #fff;
}

.dark-title .breadcrumb {
    color: #fff;
}

.dark-title .breadcrumb li a {
    color: #fff;
}

/*Title color dark end*/


/*Testimonial desing 02 start*/
.testimonial-design-two-con {
    background-color: #ffffff;
    padding: 30px 30px;
    color: #727272;
    box-shadow: 0px 4px 11px #d8d8d8;
    border-radius: 6px;
    margin: 15px 20px 15px;
}

.testimonial-design-two-con p {
    margin-bottom: 0px;
}

.testimonial-design-two-con i {
    color: #003580;
}

.testimonial-design-two-con-name {
    position: relative;
    padding: 5px 10px 5px 60px;
    margin-top: 15px;
}

.testimonial-design-two-con-name .testi-desin-two-name {
    font-weight: 500;
    font-size: 15px;
    display: block;
}

.testimonial-design-two-con-name .testi-designation-desin-two {
    font-size: 12px;
    display: block;
}

.testimonial-design-two-con-name .testi-img {
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 12px #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
}

.testimonial-design-two-con-name .testi-img img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

/*Testimonial desing 02 end*/


/*Testimonial desing 03 start*/
.testimonial-design-three-con {
    background-color: #ffffff;
    padding: 30px 30px;
    color: #727272;
    box-shadow: 0px 4px 11px #d8d8d8;
    border-radius: 6px;
    margin: 15px 20px 15px;
}

.testimonial-design-three-con p {
    margin-bottom: 0px;
}

.testimonial-design-three-con i {
    color: #003580;
}

.testimonial-design-three-con-name {
    position: relative;
    margin-top: 15px;
}

.testimonial-design-three-con-name .testi-desin-three-name {
    font-weight: 500;
    font-size: 15px;
    display: block;
}

.testimonial-design-three-con-name .testi-designation-desin-three {
    font-size: 12px;
    display: block;
}

/*Testimonial desing 03 end*/

/*Testimonial desing 04 start*/
.testimonial-design-four-con {
    background-color: #ffffff;
    padding: 30px 30px 30px 125px;
    color: #727272;
    box-shadow: 0px 4px 11px #d8d8d8;
    border-radius: 6px;
    margin: 15px 20px 45px;
    position: relative;
}

.testimonial-design-four-con:before {
    position: absolute;
    content: "\f10e";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 64px;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #e0dede;
}

.testimonial-design-four-con:after {
    position: absolute;
    content: "";
    border-bottom: 0px solid transparent;
    border-left: 20px solid #f6f6f6;
    border-top: 25px solid transparent;
    left: 70px;
    top: -25px;
}

.testimonial-design-four-con p {
    font-size: 18px;
    font-style: italic;
}

.testimonial-design-four-con i {
    color: #003580;
}

.testimonial-design-four-con .testi-desin-four-name {
    font-size: 17px;
    display: block;
    color: #000;
}

/*Testimonial desing 04 end*/

/*Testimonial desing 05 start*/
.testimonial-design-five-con {
    background-color: #ffffff;
    padding: 30px 30px 30px 125px;
    color: #727272;
    box-shadow: 0px 4px 11px #d8d8d8;
    border-radius: 6px;
    margin: 15px 20px 45px;
    position: relative;
}

.testimonial-design-five-con:before {
    position: absolute;
    content: "\f10e";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 64px;
    left: 30px;
    top: 30px;
    color: #e0dede;
    z-index: 1;
}

.testimonial-design-five-con:after {
    position: absolute;
    content: "";
    border-bottom: 0px solid transparent;
    border-left: 110px solid #003580;
    border-top: 100px solid transparent;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.testimonial-design-five-con p {
    font-size: 18px;
    font-style: italic;
}

.testimonial-design-five-con i {
    color: #003580;
}

.testimonial-design-five-con .testi-desin-five-name {
    font-size: 17px;
    display: block;
    color: #000;
}

/*Testimonial desing 05 end*/

/*Testimonial desing 06 start*/
.testimonial-design-six-con {
    padding: 20px 70px;
    color: #727272;
    border-radius: 6px;
    margin: 15px 20px 15px;
    text-align: center;
}

.testimonial-design-six-con p {
    font-size: 17px;
}

.testimonial-design-six-con i {
    color: #003580;
}

.testimonial-design-six-con-name {
    position: relative;
    margin-top: 15px;
}

.testimonial-design-six-con-name .testi-desin-six-name {
    font-weight: 500;
    font-size: 15px;
    display: block;
}

.testimonial-design-six-con-name .testi-designation-desin-six {
    font-size: 12px;
    display: block;
}

.testimonial-design-six-con-name .testi-img {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 12px #e2e2e2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.testimonial-design-six-con-name .testi-img img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
}

/*Testimonial desing 06 end*/

/*Testimonial desing 07 start*/
.testimonial-design-seven-con {
    margin: 15px 20px 15px;
}

.testimonial-design-seven-con .testimonial-design-seven-text {
    background-color: #ffffff;
    padding: 30px 30px;
    color: #727272;
    box-shadow: 0px 4px 11px #d8d8d8;
    border-radius: 6px;
    position: relative;
}

.testimonial-design-seven-con .testimonial-design-seven-text:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 12px solid #e2e2e2;
    left: 22px;
    bottom: -13px;
}

.testimonial-design-seven-con-name {
    position: relative;
    padding: 30px 10px 5px 90px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.testimonial-design-seven-con-name .testi-desin-seven-name {
    font-weight: 500;
    font-size: 15px;
    display: block;
}

.testimonial-design-seven-con-name .testi-designation-desin-seven {
    font-size: 12px;
    display: block;
}

.testimonial-design-seven-con-name .testi-img {
    position: absolute;
    left: 0;
    top: 15px;
}

.testimonial-design-seven-con-name .testi-img img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

/*Testimonial desing 07 end*/


/*Blog post desing 01 start*/
.blog-design-one-item {
    position: relative;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 3px 14px #e2e2e2;
}

.blog-design-one-item .blog-design-one-text {
    padding: 25px 0px 25px 25px;
}

.blog-design-one-item .blog-design-one-text h2 {
    font-size: 17px;
    margin-bottom: 10px;
}

.blog-design-one-item .blog-design-one-text a:hover,
.blog-design-one-item .blog-design-one-text a:hover h2 {
    text-decoration: none;
    color: #003580;
}

.blog-design-one-item .blog-design-one-text p {
    margin-bottom: 0px;
}

.blog-design-one-item img {
    border-radius: 0px 6px 6px 0px;
}

/*Blog post desing 01 end*/

/*Blog post desing 02 start*/
.blog-design-two-item {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 3px 12px #eaeaea;
    padding: 20px;
    margin: 10px 0px;
}

.blog-design-two-item span {
    display: block;
    margin-bottom: 10px;
    color: #8c98a4;
    font-size: 13px;

}

.blog-design-two-item a:hover,
.blog-design-two-item a:hover h2 {
    text-decoration: none;
    color: #003580;

}

.blog-design-two-item a h2 {
    font-size: 17px;
    line-height: 1.5;

}

.blog-design-two-item p {
    color: #646f79;

}

.blog-design-two-item .postedby {
    background: #f5f8fb;
    padding: 15px;
    margin: 40px -20px -20px;
    border-radius: 0px 0px 6px 6px;
    position: relative;

}

.blog-design-two-item .postedby::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #f5f8fb;
    right: 30px;
    top: -10px;

}

.blog-design-two-item .postedby .media img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.blog-design-two-item .postedby .media h5 a {
    color: #343a40;
}

.blog-design-two-item .postedby .media h5 a:hover {
    color: #003580;
}

/*Blog post desing 02 end*/

/*Blog post desing 03 start*/
.blog-design-three {
    padding-left: 85px;
    margin-bottom: 40px;
}

.blog-design-three img {
    margin-bottom: 10px;
}

.blog-design-three h2 {
    font-size: 18px;
}

.blog-design-three p {
    line-height: 24px;
}

.blog-design-three a {
    border: 2px solid #e3e3e3;
    color: #000;
    text-transform: uppercase;
    padding: 8px 15px;
    display: inline-block;
}

.blog-design-three a:hover {
    color: #003580;
    text-decoration: none;
}

/*Blog post desing 03 end*/

/*Blog post desing 04 start*/
.blog-design-four {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.blog-design-four img {
    transition: all .3s ease-in-out;
}

.blog-design-four:hover img {
    transform: scale(1.05);
}

.blog-design-four .blog-design-four-text {
    background-color: #fff;
    padding: 30px;
}

.blog-design-four .blog-design-four-text h2 {
    font-size: 18px;
    margin-bottom: 15px;
    transition: all .2s ease-in-out;
}

.blog-design-four .blog-design-four-text a:hover,
.blog-design-four .blog-design-four-text a:hover h2 {
    text-decoration: none;
    color: #003580;
}

.blog-design-four .blog-design-four-text p {
    margin-bottom: 20px;
}

.blog-design-four .blog-design-four-author {
    border-top: 1px solid #e4e4e4;
    padding-top: 15px;
    font-size: 13px;
    color: #86888a;
}

.blog-design-four .blog-design-four-author span a {
    color: #86888a;
}

.blog-design-four .blog-design-four-author span a:hover {
    color: #003580;
    text-decoration: none;
}

/*Blog post desing 04 end*/

/*Blog post desing 05 start*/
.blog-design-five {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.blog-design-five img {
    transition: all .3s ease-in-out;
}

.blog-design-five:hover img {
    transform: scale(1.05);
}

.blog-design-five .blog-design-five-text {
    background-color: #fff;
    padding: 30px;
    position: relative;
}

.blog-design-five .blog-design-five-text .blog-design-five-category {
    position: absolute;
    left: 0;
    top: -40px;
    background-color: #fff;
    padding: 10px 15px;
    color: #5f6367;
}

.blog-design-five .blog-design-five-text .blog-design-five-category:hover {
    color: #003580;
    text-decoration: none;
}

.blog-design-five .blog-design-five-text h2 {
    font-size: 18px;
    margin-bottom: 15px;
    transition: all .2s ease-in-out;
}

.blog-design-five .blog-design-five-text a:hover,
.blog-design-five .blog-design-five-text a:hover h2 {
    text-decoration: none;
    color: #003580;
}

.blog-design-five .blog-design-five-text p {
    margin-bottom: 0px;
}

.blog-design-five .blog-design-five-author {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    font-size: 13px;
    color: #86888a;
    margin-bottom: 20px;
}

.blog-design-five .blog-design-five-author span a {
    color: #86888a;
}

.blog-design-five .blog-design-five-author span a:hover {
    color: #003580;
    text-decoration: none;
}

/*Blog post desing 05 end*/

/*Blog post desing 06 start*/
.blog-design-six {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.blog-design-six .blog-design-six-text {
    background-color: #003580;
    padding: 30px;
    color: #dcdcdc;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.blog-design-six .blog-design-six-text h2 {
    font-size: 20px;
    margin-bottom: 15px;
    transition: all .2s ease-in-out;
    color: #fff;
    font-weight: 400;
}

.blog-design-six .blog-design-six-text a:hover,
.blog-design-six .blog-design-six-text a:hover h2 {
    text-decoration: none;
    color: #fff;
}

.blog-design-six .blog-design-six-text p {
    margin-bottom: 0px;
    display: none;
}

.blog-design-six:hover p {
    display: block;
}

.blog-design-six .blog-design-six-author {
    font-size: 13px;
    color: #dcdcdc;
    margin-bottom: 10px;
}

.blog-design-six .blog-design-six-author span a {
    color: #dcdcdc;
}

.blog-design-six .blog-design-six-author span a:hover {
    color: #fff;
    text-decoration: none;
}

/*Blog post desing 06 end*/

/*Call to action 01 start*/
.cal-to-action {
    background: -moz-linear-gradient(150deg, #ed2028 0%, #223c7c 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ed2028), color-stop(100%, #223c7c));
    background: -webkit-linear-gradient(150deg, #ed2028 0%, #223c7c 100%);
    background: -o-linear-gradient(150deg, #ed2028 0%, #223c7c 100%);
    background: -ms-linear-gradient(150deg, #ed2028 0%, #223c7c 100%);
    background: linear-gradient(150deg, #ed2028 0%, #223c7c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
    border-radius: 12px;
    padding: 50px 50px 35px;
}

.cal-to-action h3 {
    color: #fff;
}

.cal-to-action h6 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.cal-to-action a {
    width: 100%;
    background-color: #fff;
    color: #263b7a;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 12px;
    text-align: center;
    border-radius: 4px;
    transition: all ease-in-out .5s;
}

.cal-to-action a:hover {
    text-decoration: none;
    background-color: #e6e8ea;
}

.dflex {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.booking-demo {
    padding-bottom: 70px;
}

/*Call to action 01 end*/

/*Call to action 02 start*/
.cal-to-action-two {
    background-color: #003580;
    padding: 120px 0px;
    text-align: center;
}

.cal-to-action-two h6 {
    color: #d6d4d4;
    font-weight: 400;
}

.cal-to-action-two h2 {
    color: #fff;
    font-size: 52px;
    margin: 20px 0px 50px;
}

.cal-to-action-two a {
    display: inline-block;
    background-color: #fff;
    color: #003580;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 40px;
    border-radius: 50px;
    border: 2px solid #fff;
    transition: all .5s ease-in-out;
}

.cal-to-action-two a:hover {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
}

/*Call to action 02 end*/

/*Call to action 03 start*/
.cal-to-action-three {
    background: #FFF;
    border: 1px solid #DFDFDF;
    border-top: 3px solid #003580;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    padding: 50px;
    border-radius: 10px;
}

.cal-to-action-three h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.cal-to-action-three p {
    font-size: 16px;
    margin-bottom: 0px;
}

.cal-to-action-three a {
    background-color: #003580;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 12px 5px;
    border-radius: 6px;
    transition: all .5s ease-in-out;
    margin-top: 20px;
}

.cal-to-action-three a:hover {
    text-decoration: none;
    background-color: #0f4b9e;
}

/*Call to action 03 end*/

/*Call to action 04 start*/
.cal-to-action-four {
    padding: 90px 0px;
    position: relative;
}

.cal-to-action-four::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 58%);
}

.cal-to-action-four h2 {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.cal-to-action-four a {
    background-color: #fff;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 12px 5px;
    border-radius: 2px;
    transition: all .5s ease-in-out;
}

.cal-to-action-four a:hover {
    border: 2px solid #fff;
    text-decoration: none;
    background-color: transparent;
    color: #fff;
}

/*Call to action 04 end*/

/*Call to action 05 start*/
.cal-to-action-five {
    background-color: #003580;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #fff;
}

.cal-to-action-five h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 28px;
}

.cal-to-action-five a {
    display: inline-block;
    padding: 9px 20px;
    color: #003580;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 2px;
    font-size: 17px;
    margin-top: 25px;
    transition: .5s all ease-in-out;
}

.cal-to-action-five a:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

/*Call to action 05 end*/

/*Call to action 06 start*/
.cal-to-action-six {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.cal-to-action-six h2 {
    margin-bottom: 20px;
    font-size: 28px;
}

.cal-to-action-six a {
    display: inline-block;
    padding: 9px 20px;
    color: #fff;
    background-color: #003580;
    border: 2px solid #003580;
    border-radius: 4px;
    font-size: 17px;
    margin-top: 25px;
    transition: .5s all ease-in-out;
}

.cal-to-action-six a:hover {
    color: #003580;
    background-color: transparent;
    text-decoration: none;
}

/*Call to action 06 end*/

/*Call to action 07 start*/
.cal-to-action-seven {
    padding: 90px 0px;
    position: relative;
    background-color: #003580;
}

.cal-to-action-seven::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cal-to-action-seven h2 {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.cal-to-action-seven a {
    background-color: #fff;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 12px 5px;
    border-radius: 2px;
    transition: all .5s ease-in-out;
}

.cal-to-action-seven a:hover {
    border: 2px solid #fff;
    text-decoration: none;
    background-color: transparent;
    color: #fff;
}

/*Call to action 07 end*/

/*Call to action 06 start*/
.cal-to-action-eight {
    padding: 70px 150px;
    border-radius: 8px;
    text-align: center;
    border: 3px dotted #c7cbd2;
}

.cal-to-action-eight h2 {
    margin-bottom: 20px;
    font-size: 28px;
}

.cal-to-action-eight .btn-learn {
    display: inline-block;
    padding: 9px 20px;
    color: #fff;
    background-color: #003580;
    border: 2px solid #003580;
    border-radius: 4px;
    font-size: 17px;
    transition: .5s all ease-in-out;
    margin: 15px;
}

.cal-to-action-eight .btn-learn:hover {
    color: #003580;
    background-color: transparent;
    text-decoration: none;
}

.cal-to-action-eight .btn-purchase {
    display: inline-block;
    padding: 9px 20px;
    border: 2px solid #c7cbd2;
    color: #75787b;
    background-color: transparent;
    border-radius: 4px;
    font-size: 17px;
    transition: .5s all ease-in-out;
    margin: 10px;
}

.cal-to-action-eight .btn-purchase:hover {
    text-decoration: none;
    color: #003580;
    border: 2px solid #003580;
}

/*Call to action 06 end*/

.gap-all-15 {
    margin: 15px;
}

/*Carousels or Slider 01 start*/
.sliderOne .slick-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 9;
}

.sliderOne .slick-arrow.slick-disabled {
    pointer-events: none;
    color: #777777;
}

.sliderOne .slick-prev:before,
.sliderOne .slick-next:before {
    color: #003580 !important;
}

.sliderOne .slick-arrow:hover {
    background-color: #dcdbdb;
}

.sliderOne .slick-prev {
    left: 50%;
    bottom: -30px;
    top: unset;
    margin-left: -45px;
}

.sliderOne .slick-next {
    right: 50%;
    bottom: -30px;
    top: unset;
    margin-right: -40px;
}

/*Carousels or Slider 01 end*/

/*Carousels or Slider 02 start*/
.sliderTwo .slick-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #f5f5f5;
    z-index: 9;
}

.sliderTwo .slick-arrow.slick-disabled {
    pointer-events: none;
    color: #777777;
}

.sliderTwo .slick-prev:before,
.sliderTwo .slick-next:before {
    color: #003580 !important;
}

.sliderTwo .slick-arrow:hover {
    background-color: #dcdbdb;
}

.sliderTwo .slick-prev {
    left: 50%;
    bottom: -30px;
    top: unset;
    margin-left: -45px;
}

.sliderTwo .slick-next {
    right: 50%;
    bottom: -30px;
    top: unset;
    margin-right: -40px;
}

/*Carousels or Slider 02 end*/

/*Carousels or Slider 03 start*/
.sliderThree .slick-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 9;
}

.sliderThree .slick-arrow.slick-disabled {
    pointer-events: none;
    color: #777777;
}

.sliderThree .slick-prev:before,
.sliderThree .slick-next:before {
    color: #003580 !important;
}

.sliderThree .slick-arrow:hover {
    background-color: #dcdbdb;
}

.sliderThree .slick-prev {
    margin-left: -30px;
}

.sliderThree .slick-next {
    margin-right: -30px;
}

/*Carousels or Slider 03 end*/

/*Carousels or Slider 04 start*/
.sliderFour .slick-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #f5f5f5;
    z-index: 9;
}

.sliderFour .slick-arrow.slick-disabled {
    pointer-events: none;
    color: #777777;
}

.sliderFour .slick-prev:before,
.sliderFour .slick-next:before {
    color: #003580 !important;
}

.sliderFour .slick-arrow:hover {
    background-color: #dcdbdb;
}

.sliderFour .slick-prev {
    margin-left: -30px;
}

.sliderFour .slick-next {
    margin-right: -30px;
}

/*Carousels or Slider 04 end*/

/*Carousels or Slider 05 start*/
.sliderFive .slick-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 9;
}

.sliderFive .slick-arrow.slick-disabled {
    pointer-events: none;
    color: #777777;
}

.sliderFive .slick-prev:before,
.sliderFive .slick-next:before {
    color: #003580 !important;
}

.sliderFive .slick-arrow:hover {
    background-color: #dcdbdb;
}

.sliderFive .slick-prev {
    margin-left: -30px;
}

.sliderFive .slick-next {
    margin-right: -30px;
}

/*Carousels or Slider 05 end*/

/*Carousels or Slider 06 start*/
.sliderSix {}

.sliderSix h5 {
    font-size: 32px;
    color: #fff;
}

.sliderSix p {
    font-size: 17px;
    color: #fff;
}

.sliderSix .carousel-inner {}

.sliderSix .carousel-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: rgb(25 1 6 / 20%);
    width: 100%;
    height: 100%;
}

/*Carousels or Slider 06 end*/

/*Buttons start*/
.btn {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 5px;
}

/*Button 01*/
.btn-desin-one {
    background-color: #003580;
    border: 2px solid #003580;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
}

.btn-desin-one:hover,
.btn-desin-one:focus {
    background-color: transparent;
    border-color: #003580;
    color: #003580;
    outline: 0;
    box-shadow: unset;
}

/*Button 02*/
.btn-desin-two {
    background-color: #fff;
    border: 2px solid #fff;
    color: #003580;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
}

.btn-desin-two:hover,
.btn-desin-two:focus {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

/*Button 03*/
.btn-desin-three {
    background-color: #fff;
    border: 2px solid #003580;
    color: #003580;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
}

.btn-desin-three:hover,
.btn-desin-three:focus {
    background-color: #003580;
    border-color: #003580;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

/*Button 04*/
.btn-desin-four {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
}

.btn-desin-four:hover,
.btn-desin-four:focus {
    background-color: #fff;
    border-color: #fff;
    color: #003580;
    outline: 0;
    box-shadow: unset;
}

/*Buttons end*/

/*Button 05*/
.btn-desin-five {
    background-color: #003580;
    border: 2px solid #003580;
    color: #fff;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.btn-desin-five:hover,
.btn-desin-five:focus {
    background-color: transparent;
    border-color: #003580;
    color: #003580;
    outline: 0;
    box-shadow: unset;
}

/*Button 06*/
.btn-desin-six {
    background-color: #fff;
    border: 2px solid #fff;
    color: #003580;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.btn-desin-six:hover,
.btn-desin-six:focus {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

/*Button 07*/
.btn-desin-seven {
    background-color: #fff;
    border: 2px solid #003580;
    color: #003580;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.btn-desin-seven:hover,
.btn-desin-seven:focus {
    background-color: #003580;
    border-color: #003580;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

/*Button 08*/
.btn-desin-eight {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.btn-desin-eight:hover,
.btn-desin-eight:focus {
    background-color: #fff;
    border-color: #fff;
    color: #003580;
    outline: 0;
    box-shadow: unset;
}

/*Button 09*/
.btn-desin-nine {
    background-color: #003580;
    border: 2px solid #003580;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
}

.btn-desin-nine i {
    margin: 0px 5px;
}

.btn-desin-nine:hover,
.btn-desin-nine:focus {
    background-color: transparent;
    border-color: #003580;
    color: #003580;
    outline: 0;
    box-shadow: unset;
}

/*Button 10*/
.btn-desin-ten {
    background-color: #fff;
    border: 2px solid #fff;
    color: #003580;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
}

.btn-desin-ten i {
    margin: 0px 5px;
}

.btn-desin-ten:hover,
.btn-desin-ten:focus {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

/*Button 11*/
.btn-desin-eleven {
    background-color: #003580;
    border: 2px solid #003580;
    color: #fff;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.btn-desin-eleven i {
    margin: 0px 5px;
}

.btn-desin-eleven:hover,
.btn-desin-eleven:focus {
    background-color: transparent;
    border-color: #003580;
    color: #003580;
    outline: 0;
    box-shadow: unset;
}

/*Button 12*/
.btn-desin-twelve {
    background-color: #fff;
    border: 2px solid #fff;
    color: #003580;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.btn-desin-twelve i {
    margin: 0px 5px;
}

.btn-desin-twelve:hover,
.btn-desin-twelve:focus {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

/*Button 13*/
.btn-desin-Thirteen {
    background-color: #fff;
    border: 2px solid #003580;
    color: #003580;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
}

.btn-desin-Thirteen i {
    margin: 0px 5px;
}

.btn-desin-Thirteen:hover,
.btn-desin-Thirteen:focus {
    background-color: #003580;
    border-color: #003580;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

/*Button 14*/
.btn-desin-fourteen {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
}

.btn-desin-fourteen i {
    margin: 0px 5px;
}

.btn-desin-fourteen:hover,
.btn-desin-fourteen:focus {
    background-color: #fff;
    border-color: #fff;
    color: #003580;
    outline: 0;
    box-shadow: unset;
}

/*Button 15*/
.btn-desin-fifteen {
    background-color: #fff;
    border: 2px solid #003580;
    color: #003580;
    border-radius: 50px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
}

.btn-desin-fifteen i {
    margin: 0px 5px;
}

.btn-desin-fifteen:hover,
.btn-desin-fifteen:focus {
    background-color: #003580;
    border-color: #003580;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

/*Button 16*/
.btn-desin-sixteen {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s ease-in-out;
}

.btn-desin-sixteen i {
    margin: 0px 5px;
}

.btn-desin-sixteen:hover,
.btn-desin-sixteen:focus {
    background-color: #fff;
    border-color: #fff;
    color: #003580;
    outline: 0;
    box-shadow: unset;
}

/*Button 17*/
.btn-desin-seventeen {
    background-color: #fff;
    border: 2px solid #003580;
    color: #003580;
    border-radius: 50%;
    margin-bottom: 5px;
    padding: 0px;
    transition: all .3s ease-in-out;
}

.btn-desin-seventeen i {
    margin: 0px 5px;
}

.btn-desin-seventeen:hover,
.btn-desin-seventeen:focus {
    background-color: #003580;
    border-color: #003580;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

.btn-desin-seventeen.btn-sm,
.btn-desin-seventeen.medium,
.btn-desin-seventeen.btn-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-desin-seventeen.btn-sm {
    width: 40px;
    height: 40px;
}

.btn-desin-seventeen.medium {
    width: 60px;
    height: 60px;
}

.btn-desin-seventeen.btn-lg {
    width: 80px;
    height: 80px;
}

/*Button 18*/
.btn-desin-eightteen {
    background-color: #003580;
    border: 2px solid #003580;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 5px;
    padding: 0px;
    transition: all .3s ease-in-out;
}

.btn-desin-eightteen i {
    margin: 0px 5px;
}

.btn-desin-eightteen:hover,
.btn-desin-eightteen:focus {
    background-color: transparent;
    border-color: #003580;
    color: #003580;
    outline: 0;
    box-shadow: unset;
}

.btn-desin-eightteen.btn-sm,
.btn-desin-eightteen.medium,
.btn-desin-eightteen.btn-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-desin-eightteen.btn-sm {
    width: 40px;
    height: 40px;
}

.btn-desin-eightteen.medium {
    width: 60px;
    height: 60px;
}

.btn-desin-eightteen.btn-lg {
    width: 80px;
    height: 80px;
}

/*Button 19*/
.btn-desin-ninteen {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 5px;
    padding: 0px;
    transition: all .3s ease-in-out;
}

.btn-desin-ninteen i {
    margin: 0px 5px;
}

.btn-desin-ninteen:hover,
.btn-desin-ninteen:focus {
    background-color: #fff;
    border-color: #fff;
    color: #003580;
    outline: 0;
    box-shadow: unset;
}

.btn-desin-ninteen.btn-sm,
.btn-desin-ninteen.medium,
.btn-desin-ninteen.btn-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-desin-ninteen.btn-sm {
    width: 40px;
    height: 40px;
}

.btn-desin-ninteen.medium {
    width: 60px;
    height: 60px;
}

.btn-desin-ninteen.btn-lg {
    width: 80px;
    height: 80px;
}

/*Button 20*/
.btn-desin-twenty {
    background-color: #fff;
    border: 2px solid #fff;
    color: #003580;
    border-radius: 50%;
    margin-bottom: 5px;
    padding: 0px;
    transition: all .3s ease-in-out;
}

.btn-desin-twenty i {
    margin: 0px 5px;
}

.btn-desin-twenty:hover,
.btn-desin-twenty:focus {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

.btn-desin-twenty.btn-sm,
.btn-desin-twenty.medium,
.btn-desin-twenty.btn-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-desin-twenty.btn-sm {
    width: 40px;
    height: 40px;
}

.btn-desin-twenty.medium {
    width: 60px;
    height: 60px;
}

.btn-desin-twenty.btn-lg {
    width: 80px;
    height: 80px;
}

/*Button 21*/
.btn-desin-twenty-one {
    background-color: #003580;
    border: 2px solid #003580;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 0px;
    transition: all .3s ease-in-out;
}

.btn-desin-twenty-one i {
    margin: 0px 5px;
}

.btn-desin-twenty-one:hover,
.btn-desin-twenty-one:focus {
    background-color: transparent;
    border-color: #003580;
    color: #003580;
    outline: 0;
    box-shadow: unset;
}

.btn-desin-twenty-one.btn-sm,
.btn-desin-twenty-one.medium,
.btn-desin-twenty-one.btn-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-desin-twenty-one.btn-sm {
    width: 40px;
    height: 40px;
}

.btn-desin-twenty-one.medium {
    width: 60px;
    height: 60px;
}

.btn-desin-twenty-one.btn-lg {
    width: 80px;
    height: 80px;
}

/*Button 22*/
.btn-desin-twenty-two {
    background-color: transparent;
    border: 2px solid #003580;
    color: #003580;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 0px;
    transition: all .3s ease-in-out;
}

.btn-desin-twenty-two i {
    margin: 0px 5px;
}

.btn-desin-twenty-two:hover,
.btn-desin-twenty-two:focus {
    background-color: #003580;
    border-color: #003580;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

.btn-desin-twenty-two.btn-sm,
.btn-desin-twenty-two.medium,
.btn-desin-twenty-two.btn-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-desin-twenty-two.btn-sm {
    width: 40px;
    height: 40px;
}

.btn-desin-twenty-two.medium {
    width: 60px;
    height: 60px;
}

.btn-desin-twenty-two.btn-lg {
    width: 80px;
    height: 80px;
}

/*Button 23*/
.btn-desin-twenty-three {
    background-color: #fff;
    border: 2px solid #fff;
    color: #003580;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 0px;
    transition: all .3s ease-in-out;
}

.btn-desin-twenty-three i {
    margin: 0px 5px;
}

.btn-desin-twenty-three:hover,
.btn-desin-twenty-three:focus {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

.btn-desin-twenty-three.btn-sm,
.btn-desin-twenty-three.medium,
.btn-desin-twenty-three.btn-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-desin-twenty-three.btn-sm {
    width: 40px;
    height: 40px;
}

.btn-desin-twenty-three.medium {
    width: 60px;
    height: 60px;
}

.btn-desin-twenty-three.btn-lg {
    width: 80px;
    height: 80px;
}

/*Button 24*/
.btn-desin-twenty-four {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 0px;
    transition: all .3s ease-in-out;
}

.btn-desin-twenty-four i {
    margin: 0px 5px;
}

.btn-desin-twenty-four:hover,
.btn-desin-twenty-four:focus {
    background-color: #fff;
    border-color: #fff;
    color: #003580;
    outline: 0;
    box-shadow: unset;
}

.btn-desin-twenty-four.btn-sm,
.btn-desin-twenty-four.medium,
.btn-desin-twenty-four.btn-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-desin-twenty-four.btn-sm {
    width: 40px;
    height: 40px;
}

.btn-desin-twenty-four.medium {
    width: 60px;
    height: 60px;
}

.btn-desin-twenty-four.btn-lg {
    width: 80px;
    height: 80px;
}

/*Buttons end*/

/*Accordions start*/
.panel-title {
    background-color: #f0f1f3;
    display: block;
    padding: 15px 25px;
    font-weight: 400;
    font-size: 16px;
}

.panel-title a {
    color: #343a40;
}

.panel-body {
    padding: 5px 15px 20px;
}

.panel-default>.panel-heading {
    position: relative;
}

.panel-heading .fa {
    position: absolute;
    right: 10px;
    top: 13px;
}

/*Accordion 01 start*/
.accordion-design-one {}

/*Accordion 01 end*/

/*Accordion 03 start*/
.accordion-design-three .panel-heading .panel-title a i {
    background-color: #003580;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    top: 10px;
}

/*Accordion 03 end*/

/*Accordion 04 start*/
.accordion-design-four .panel-heading .panel-title {
    background-color: #003580;
}

.accordion-design-four .panel-heading .panel-title a {
    color: #fff;
}

/*Accordion 04 end*/

/*Accordion 05 start*/
.accordion-design-five .panel {
    border-top: 2px solid #dce0e6;
}

.accordion-design-five .panel:last-child {
    border-bottom: 2px solid #dce0e6;
}

.accordion-design-five .panel-heading .panel-title {
    background-color: #fff;
}

.accordion-design-five .panel-heading .panel-title a {
    padding-left: 15px;
}

.accordion-design-five .panel-heading i {
    background-color: #f0f1f3;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    right: unset;
    left: 0px;
    top: 10px;
}

/*Accordion 05 end*/

/*Accordion 06 start*/
.accordion-design-six .panel-heading .panel-title {
    background-color: unset;
    padding: 0px;
}

.accordion-design-six .panel-heading .panel-title a {
    color: #fff;
    background-color: #003580;
    display: block;
    padding: 15px 25px;
    font-weight: 400;
    font-size: 16px;
}

.accordion-design-six .panel-heading .panel-title a.collapsed {
    background-color: #f0f1f3;
    color: #343a40;
}

.accordion-design-six .panel-heading .panel-title a.collapsed i {
    color: #5f6367;
}

.accordion-design-six .panel-heading a i {
    color: #fff;
}

/*Accordion 06 end*/

/*Accordions end*/

/*Tabs start*/
/*design 01 start*/
.tab-design-one .nav-tabs .nav-link {
    color: #5f6367;
}

.tab-design-one .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #003580;
    border-color: #003580 #003580 #fff;
    border-radius: 3px;
}

/*design 01 end*/

/*design 02 start*/
.tab-design-two .nav-tabs .nav-link {
    color: #5f6367;
    border: none;
}

.tab-design-two .nav-tabs .nav-link:hover {
    border: none;
}

.tab-design-two .nav-tabs .nav-link.active {
    color: #003580;
    background-color: transparent;
    border-radius: 0px;
    border: unset;
    border-bottom: 2px solid #003580;
}

/*design 02 end*/

/*design 03 start*/
.tab-design-three .nav-tabs {
    border-bottom: unset;
}

.tab-design-three .nav-tabs .nav-link {
    color: #5f6367;
    border: none;
}

.tab-design-three .nav-tabs .nav-link:hover {
    border: none;
}

.tab-design-three .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #003580;
    border-radius: 50px;
    border: none;
}

/*design 03 end*/

/*design 04 start*/
.tab-design-four .nav-tabs .nav-link {
    color: #5f6367;
    border: none;
}

.tab-design-four .nav-tabs .nav-link:hover {
    border: none;
}

.tab-design-four .nav-tabs .nav-link i {
    margin-right: 5px;
}

.tab-design-four .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #003580;
    border-color: #003580 #003580 #fff;
    border-radius: 3px 3px 0px 0px;
}

/*design 04 end*/

/*design 05 start*/
.tab-design-five .nav-tabs .nav-link {
    color: #5f6367;
    border: none;
    text-align: center;
    padding: 15px 25px;
}

.tab-design-five .nav-tabs .nav-link:hover {
    border: none;
}

.tab-design-five .nav-tabs .nav-link i {
    display: block;
}

.tab-design-five .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #003580;
    border-color: #003580 #003580 #fff;
    border-radius: 3px 3px 0px 0px;
}

/*design 05 end*/

/*design 06 start*/
.tab-design-six .nav-tabs {
    border-bottom: none;
}

.tab-design-six .nav-tabs .nav-link {
    color: #5f6367;
    border: none;
    text-align: center;
    padding: 15px 25px;
}

.tab-design-six .nav-tabs .nav-link:hover {
    border: none;
}

.tab-design-six .nav-tabs .nav-link i {
    display: block;
    font-size: 28px;
    margin-bottom: 5px;
    color: #afafaf;
    transition: all .3s ease-in-out;
}

.tab-design-six .nav-tabs .nav-link:hover i {
    color: #003580;
}

.tab-design-six .nav-tabs .nav-link.active {
    color: #020202;
    border-radius: 0px;
    border: none;
}

.tab-design-six .nav-tabs .nav-link.active i {
    color: #003580;
}

/*design 06 end*/

/*Tabs end*/

/*Element page end*/