/*
Template Name: Minton - Admin & Dashboard Template
Author: CoderThemes
Email: support@coderthemes.com
File: Main scss file
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
/*******************
    1.General
*******************/
body {
  font-size: 15px;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
}
td-red{
    background-color:red;
}
a {
    color: #E31E24;
    outline: none;
}

p {
  line-height: 1.6;
  font-size: 15px;
}

html {
  scroll-padding-top: 69px;
  /* height of sticky header */
}

.row > * {
  position: relative;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
/***list of highlight**/
.highlight-list li {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #777;
    line-height: 45px;
}

    .highlight-list li i {
        color: #393185;
        margin-right: 10px;
    }


.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.feature-right {
    padding-bottom: 30px;
}

    .feature-right .text {
        overflow: hidden;
        text-align: right;
        padding-right: 10px;
    }

        .feature-right .text h3 {
            color: #393185;
            /*color: #32c5d2;*/
            font-weight: 600;
            font-size: 20px;
            text-transform: capitalize;
        }

    .feature-right .icon {
        float: right;
        margin-left: 20px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        /*border: 1px solid #32c5d2;*/
        border: 1px solid #393185;
        -webkit-box-shadow: 0 0 0 2px #fff;
        -moz-box-shadow: 0 0 0 2px #fff;
        -ms-box-shadow: 0 0 0 2px #fff;
        box-shadow: 0 0 0 2px #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: all ease-in 0.25s;
        -o-transition: all ease-in 0.25s;
        -webkit-transition: all ease-in 0.25s;
        transition: all ease-in 0.25s;
    }

        .feature-right .icon i {
            font-size: 20px;
            color: #393185;
            /*color: #32c5d2;*/
        }

    .feature-right:hover .icon {
        border: 2px solid #fff;
        -webkit-box-shadow: 0 0 0 2px #32c5d2;
        -moz-box-shadow: 0 0 0 2px #32c5d2;
        -ms-box-shadow: 0 0 0 2px #32c5d2;
        /*box-shadow: 0 0 0 2px #32c5d2;*/
        box-shadow: 0 0 0 2px #E31E24;
        background-color: #E31E24;
        /*background-color: #32c5d2;*/
    }

        .feature-right:hover .icon i {
            color: #fff;
        }

.feature-left {
    padding-bottom: 30px;
}

    .feature-left .text {
        overflow: hidden;
        text-align: left;
        padding-left: 10px;
    }

        .feature-left .text h3 {
            color: #393185;
            /*color: #32c5d2;*/
            font-weight: 600;
            font-size: 20px;
            text-transform: capitalize;
        }

    .feature-left .icon {
        float: left;
        margin-right: 20px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border: 1px solid #393185;
        /*border: 1px solid #32c5d2;*/
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 2px #fff;
        -moz-box-shadow: 0 0 0 2px #fff;
        -ms-box-shadow: 0 0 0 2px #fff;
        box-shadow: 0 0 0 2px #fff;
        -moz-transition: all ease-in 0.25s;
        -o-transition: all ease-in 0.25s;
        -webkit-transition: all ease-in 0.25s;
        transition: all ease-in 0.25s;
    }

        .feature-left .icon i {
            font-size: 20px;
            color: #393185;
            /*color: #32c5d2;*/
        }

    .feature-left:hover .icon {
        border: 2px solid #fff;
        -webkit-box-shadow: 0 0 0 2px #32c5d2;
        -moz-box-shadow: 0 0 0 2px #32c5d2;
        -ms-box-shadow: 0 0 0 2px #32c5d2;
        box-shadow: 0 0 0 2px #E31E24;
        /*box-shadow: 0 0 0 2px #32c5d2;*/
        background-color: #E31E24;
        /*background-color: #32c5d2;*/
    }

        .feature-left:hover .icon i {
            color: #fff;
        }

.iphone_holder {
    width: 300px;
    height: 526px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/iphone-holder.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center top;
}

    .iphone_holder .iphone_inner {
        position: absolute;
        width: 203px;
        height: 355px;
        left: 45px;
        top: 59px;
        background-color: #fff;
        padding: 0px;
        border: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

        .iphone_holder .iphone_inner .slides li img {
            height: 355px;
            width: auto;
        }

        .iphone_holder .iphone_inner .flex-control-paging li a {
            background-color: transparent;
            background: transparent;
            border: 1px solid #fff;
        }

            .iphone_holder .iphone_inner .flex-control-paging li a.flex-active {
                background-color: #fff;
                opacity: 1;
            }
/******************pricing tables***********************/
/**pricing simple **/
.pricing-simple {
    border: 1px solid #D0D6DF;
    margin-bottom: 30px;
}

    .pricing-simple h4 {
        border-bottom: 1px solid #D0D6DF;
        margin: 0px;
        color: #666;
        padding: 20px;
        font-size: 20px;
        text-align: center;
        font-weight: 600;
        text-transform: capitalize;
    }

    .pricing-simple h3 {
        margin: 0px;
        padding: 30px 20px;
        border-bottom: 1px solid #D0D6DF;
        font-size: 50px;
        font-weight: 400;
        text-align: center;
        background-color: #f4f4f4;
    }

        .pricing-simple h3 sup, .pricing-simple h3 sub {
            font-size: 14px;
            color: #D0D6DF;
            font-weight: 400;
        }

        .pricing-simple h3 sup {
            vertical-align: top;
            left: 10px;
        }

        .pricing-simple h3 sub {
            vertical-align: bottom;
        }

    .pricing-simple ul {
        padding-top: 30px;
    }

        .pricing-simple ul li {
            padding: 6px 20px;
            border-bottom: 1px solid #f5f5f5;
            color: #aeaeae;
        }

            .pricing-simple ul li:last-child {
                border-bottom: 0px;
            }

            .pricing-simple ul li i {
                color: #32c5d2;
                margin-right: 10px;
            }

    .pricing-simple .bottom {
        padding: 20px 10px;
        text-align: center;
    }

    .pricing-simple p {
        color: #aeaeae;
        padding: 15px 20px;
        text-align: center;
        padding-bottom: 0px;
    }

    .pricing-simple .circle {
        width: 150px;
        height: 150px;
        padding: 0px 0 0;
        margin: 30px auto;
        margin-bottom: 0px;
        display: table;
        -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
        border: 5px solid #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-color: #f4f4f4;
    }

        .pricing-simple .circle .price {
            text-align: center;
            font-size: 30px;
            display: table-cell;
            vertical-align: middle;
        }

            .pricing-simple .circle .price sub, .pricing-simple .circle .price sup {
                font-size: 14px;
                color: #777;
            }

            .pricing-simple .circle .price sup {
                vertical-align: top;
            }

            .pricing-simple .circle .price sub {
                vertical-align: bottom;
            }

.popular {
    position: relative;
    overflow: hidden;
}

    .popular .ribbon {
        position: absolute;
        left: -55px;
        bottom: 5px;
        font-size: 11px;
        text-align: center;
        width: 150px;
        color: #fff;
        text-transform: capitalize;
        padding: 1px 12px;
        display: block;
        -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
        background-color: #32c5d2;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.no-space-pricing {
    margin: 0px;
}



/**dark pricing tables**/
.pricing-simple.dark-pricing {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #333;
}

    .pricing-simple.dark-pricing h4 {
        border-color: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    .pricing-simple.dark-pricing .circle {
        background-color: #444;
        border-color: #333;
    }

        .pricing-simple.dark-pricing .circle .price {
            color: #fff;
        }

    .pricing-simple.dark-pricing ul li {
        border-bottom-color: rgba(255, 255, 255, 0.1);
    }

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }
        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }
.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }
.section_heading h3 {
    font-size: 35px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #000;
    font-weight: 500;
    text-align: center;
}

/*******************
    2.Helper
*******************/
.card {
  border: none;
  box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
}

.bg-gradient {
  background: linear-gradient(360deg, #fff 0%, #3bafda 78%);
}

.btn {
  font-weight: 500;
}

.dropdown-menu-end {
  right: 0 !important;
  left: auto !important;
}

.avatar-sm {
  width: 32px;
  height: 32px;
}

.avatar-md {
  width: 56px;
  height: 56px;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

/******************
    3.Navbar
*******************/
.tagline {
  position: absolute;
  width: 100%;
  z-index: 9;
}

.tagline .info-link {
  color: rgba(255, 255, 255, 0.7);
}

.tagline .info-link li {
  line-height: 40px;
  padding: 0px 7px;
}

.tagline .info-link li a {
  color: rgba(255, 255, 255, 0.7);
}

.tagline .social-links li a {
  line-height: 30px;
  padding: 0px 7px;
  color: rgba(255, 255, 255, 0.7);
  background-color: #3e4754;
  display: block;
  height: 30px;
  width: 30px;
  margin: 5px 0;
  border-radius: 50%;
}

.tagline .social-links li a:hover {
  color: #ffffff;
}

.navbar-custom {
  padding: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.4s;
  background: #ffffff;
  top: 40px;
}

.navbar-custom .logo .logo-light {
  display: inline-block;
}

.navbar-custom .logo .logo-dark {
  display: none;
}

.navbar-custom .navbar-nav .nav-item {
  position: relative;
}

.navbar-custom .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item {
  color: #7a7d84;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  line-height: 26px;
  transition: all 0.4s;
  color: #7a7d84;
  background-color: transparent !important;
  padding: 22px 10px;
  margin: 0 7px;
  font-weight: 500;
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link.active, .navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #323a46;
}

.navbar-custom .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0px;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

@media (min-width: 992px) {
  .navbar-custom .navbar-nav .nav-item .dropdown:hover .dropdown-menu {
    display: block;
  }
}

/*--- navbar sticky ---*/
.nav-sticky .navbar-custom {
  padding: 0px;
  background-color: #ffffff;
  box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  top: 0px;
}

.nav-sticky .navbar-custom .logo .logo-dark {
  display: inline-block;
}

.nav-sticky .navbar-custom .logo .logo-light {
  display: none;
}

.nav-sticky .navbar-custom .navbar-nav .nav-item .nav-link {
  color: rgba(50, 58, 70, 0.8);
}

.nav-sticky .navbar-custom .navbar-nav .nav-item .nav-link:hover, .nav-sticky .navbar-custom .navbar-nav .nav-item .nav-link.active, .nav-sticky .navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #6658dd;
}

/*******************
    4.Home
*******************/
.bg-home {
  position: relative;
  padding-top: 190px;
}

.bg-home .home-img {
  position: relative;
  top: 70px;
  z-index: 1;
}

.bg-overlay {
    /*background-image: url('../images/overlay.png');*/
    background-image: url('../images/SmartAwardsBanner.png');
    /*background-image: url('../images/smart-passport-showing-card.jpg');*/
    /*  background: url(~/landing/images/overlay.png);*/
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.home-desc {
  color: #d4edf5;
}

/*******************
    5.Services
*******************/
.services-box .services-icon {
  display: inline-block;
  position: relative;
}

.services-box .services-icon i {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: rgba(59, 175, 218, 0.6);
  color: #ffffff;
  border-radius: 92% 50% 80% 50%;
  z-index: 99;
  position: relative;
}

.services-box .services-icon:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 64px;
  background: rgba(102, 88, 221, 0.3);
  right: -8px;
  top: 4px;
  border-radius: 50% 100% 50% 80%;
}

/*******************
    5.counter
*******************/
.counter-box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  border-radius: 7px;
}

.counter-box .counter-icon i {
  position: absolute;
  right: 14px;
  bottom: -20px;
}

/*******************
    6.pricing
*******************/
.pricing-plan {
  border-radius: 7px;
  max-width: 523px;
  margin: 0px auto;
}

.pricing-plan.active {
  border: 2px solid #3bafda;
}

/*******************
    7.testimonial
*******************/
.testi-desc {
  background-color: #ffffff;
  box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  border-radius: 7px;
  position: relative;
}

.testi-desc:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #ffffff;
  bottom: -6px;
  left: 52px;
  transform: rotate(45deg);
}

.client-images img {
  margin: 10px auto;
  opacity: 0.7;
}

/*******************
    8.Faq
*******************/
.faq-nav-tabs .nav-item {
  margin: 0px 12px;
  box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
}

.faq-nav-tabs .nav-item:first-child {
  margin-left: 0px;
}

.faq-nav-tabs .nav-item:last-child {
  margin-right: 0px;
}

.faq-nav-tabs .nav-item .nav-link {
  padding: 1.2rem;
  color: #323a46;
}

.faq-nav-tabs .nav-item .nav-link.active h4 {
  color: #ffffff;
}

.faq-nav-tabs .nav-item .nav-link.active i {
  color: #ffffff !important;
}

.faq-tab-content .faq-question-q-box {
  height: 30px;
  width: 30px;
  color: #3bafda;
  text-align: center;
  border-radius: 50%;
  float: left;
  font-weight: 600;
  line-height: 30px;
  background-color: rgba(59, 175, 218, 0.15);
}

/*******************
    9.Footer
*******************/
.footer .footer-cta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-title {
  font-size: 16px;
}

.footer .footer-list li {
  padding: 7px 0px;
}

.footer .footer-list li a {
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.4s;
}

.footer .footer-list li a:hover {
  color: #ffffff;
}

/*******************
    10.Page title box
*******************/
.page-header-box {
  padding: 175px 0px 60px 0px;
  color: #ffffff;
}

.page-header-box .breadcrumb {
  background: transparent;
  justify-content: center;
}

.page-header-box .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.6);
}

.page-header-box .breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}

.page-header-box .breadcrumb-item + .breadcrumb-item:before {
  color: #ffffff;
}

/*******************
    11.about
*******************/
.about-box .about-index-number {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  text-align: center;
  background-color: #c4e7f4;
  color: #3bafda;
  border-radius: 50%;
}

.team-box {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border-radius: 7px;
}

.team-box .team-overlay {
  background: none repeat scroll 0 0 rgba(50, 58, 70, 0.7);
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border-radius: 8px;
}

.team-box .team-content {
  position: absolute;
  bottom: -60px;
  left: 0px;
  right: 0px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.5s ease-in-out 0s;
  opacity: 0;
}

.team-box .team-content .social-icon a {
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 34px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.5s;
}

.team-box .team-content .social-icon a:hover {
  background: #3bafda;
  border-color: #3bafda;
}

.team-box:hover .team-overlay {
  opacity: 1;
  visibility: visible;
}

.team-box:hover .team-content {
  bottom: 50%;
  transform: translateY(50%);
  opacity: 1;
}

/*******************
    12.blog
*******************/
.blog-content {
  position: relative;
  bottom: 14px;
  background: #ffffff;
  border-radius: 4px;
}

.blog-right-sidebar .widget-search form {
  position: relative;
}

.blog-right-sidebar .widget-search form .form-control {
  font-size: 14px;
}

.blog-right-sidebar .widget-search form .search-button {
  position: absolute;
  top: 5px;
  right: 4px;
  background-color: #ffffff;
  border: none;
  font-size: 18px;
  transition: all .3s ease-out;
}

.blog-right-sidebar .widget-search form .search-button:focus {
  outline: 0;
}

.blog-right-sidebar .widget ul li {
  padding: 12px 0px;
}

.blog-right-sidebar .widget ul li:last-child {
  padding-bottom: 0px;
}

.blog-right-sidebar .widget ul li a {
  color: #323a46;
  display: block;
}

.blog-right-sidebar .widget.widget-popular-post .popular-post {
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0px;
}

.blog-right-sidebar .widget.widget-popular-post .popular-post img {
  width: 64px;
}

.blog-right-sidebar .widget.widget-popular-post .popular-post:last-of-type {
  border: none;
}

.blog-right-sidebar .widget.widget-tag-cloud .tagcloud > a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid rgba(50, 58, 70, 0.1);
  border-radius: 2px;
  color: #475364;
  font-size: 12.4px;
  margin-top: 9px;
  margin-right: 6px;
}

.blog-right-sidebar .widget.widget-tag-cloud .tagcloud > a:hover {
  background: #3bafda;
  border-color: #3bafda;
  color: #ffffff;
}

/*******************
    13.blog Details
*******************/
.blog-details-box .post-meta .list-inline-item {
  margin-right: 24px;
  color: #7a7d84;
}

.blog-details-box .post-meta .list-inline-item a {
  color: #7a7d84;
}

.blog-details-box .blockquote {
  position: relative;
}

.blog-details-box .blockquote .blockquote-icon i {
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(50, 58, 70, 0.1);
}

/*******************
    14.contact
*******************/
.map iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

.custom-form form .form-control {
  height: 43px;
  font-size: 15px;
  border-color: #dfdfe1;
}

.custom-form form textarea {
  height: auto !important;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #ee324d;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #ee324d;
  background-color: #fcdce0;
  border-color: #fcdce0;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #1abc9c;
  font-size: 22px;
}

/******************
    15.Responsive
*******************/
@media (min-width: 200px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 95%;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 85%;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    max-width: 70%;
  }
}

@media (min-width: 200px) and (max-width: 991px) {
  .navbar-custom {
    top: 0px;
    padding: 10px 0px !important;
    background-color: #ffffff !important;
    box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  }
  .navbar-custom .logo .logo-dark {
    display: inline-block;
  }
  .navbar-custom .logo .logo-light {
    display: none;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    transition: all 0.4s;
    color: rgba(50, 58, 70, 0.8) !important;
    margin: 0px;
    padding: 6px 0px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link i.mdi-chevron-down {
    position: absolute;
    right: 14px;
  }
  .navbar-custom .navbar-nav .nav-item.active .nav-link {
    color: #3bafda !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #323a46;
  }
  .mo-mb-20 {
    margin-bottom: 20px !important;
  }
  .page-header-box {
    padding: 100px 0px 40px 0px;
  }
}

@media (max-width: 540px) {
  .bg-home {
    padding-top: 130px;
  }
  .home-title {
    font-size: 26px;
  }
  .media-list {
    padding: 0px !important;
  }
  .media-list .media .media-body {
    margin-left: 1rem !important;
  }
  .post-meta .list-inline-item {
    padding: 10px 0px;
  }
}

/*# sourceMappingURL=style.css.map */