* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

:root {
    --theme-color: #2c2d82;
    --sky-blue: #418DCE
}

body {
    font-family: 'Poppins', serif;
    color: #87868a;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

input::placeholder {
    color: #b9b9b9 !important;
}

/* Loader */

.preloader {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}

.preloader:after {
    content: '';
    position: fixed;
    width: 35px;
    height: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35%;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 2px solid;
    border-top-color: rgb(227, 1, 15);
    border-bottom-color: rgba(212, 212, 212, 0.4);
    border-left-color: rgb(227, 1, 15);
    border-right-color: rgba(212, 212, 212, 0.4);
    -webkit-animation: preloader 0.8s linear infinite;
    animation: preloader 0.8s linear infinite;
}

@keyframes preloader {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes preloader {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

ul li {
    list-style: none;
    padding: 0;
}

ul li a {
    text-decoration: none;
    /* display: block; */
    line-height: 20px;
    font-size: 14px;
    color: #424242;
    font-weight: normal;
}

ul li.first {
    border-left: none;
}

ul li a:active,
ul li a:hover {
    color: #007dc5;
}

.primary-nav li ul {
    display: none;
    width: 200px;
    z-index: 999;
    border-top: 2px solid var(--theme-color) !important;
}

.primary-nav li:hover>ul {
    display: block;
}

.primary-nav li ul li ul {
    top: -18px;
    left: 198px;
}

.bg-light {
    background-color: #ebebeb !important;
}

.text-theme {
    color: var(--theme-color) !important;
}

.bg-theme {
    background: var(--theme-color) !important;
}

.bg-blue {
    background: var(--sky-blue) !important;
}

.box-shadow {
    -webkit-box-shadow: inset 0 0 11px 1px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 0 11px 1px rgba(0, 0, 0, 0.04);
}

.btn-theme-light {
    font-size: 14px;
    font-weight: 500 !important;
    border: 1px solid var(--theme-color);
    color: #fff;
    background: var(--theme-color);
}

.btn-theme-light:hover {
    border: 1px solid var(--theme-color);
    background: rgba(255, 255, 255, 0);
    color: var(--theme-color);
}

.btn-theme-light-inverse {
    font-size: 14px;
    font-weight: 500 !important;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0);
    color: #fff;
}

.btn-theme-light-inverse:hover {
    border: 1px solid var(--theme-color);
    background: #fff;
    color: var(--theme-color);
}

.brand img {
    width: 140px
}

.brand-bg {
    width: 30%;
    height: 64px;
}

.brand-bg:after {
    content: '';
    width: 50px;
    height: 100%;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    position: absolute;
    right: -15px;
}

.qoute-btn-top:after {
    content: '';
    width: 25px;
    height: 100%;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    position: absolute;
    top: 0;
    left: 5px;
}

.item-count {
    width: 20px;
    height: 20px;
    right: -12px;
    top: -10px;
    line-height: 20px;
}

.navigation--fix {
    position: fixed;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    z-index: 1040;
    -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
}

ul.social-icons li {
    color: #fff;
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    width: 2.2em;
    height: 2.2em;
    text-align: right;
    border-radius: 40px;
    vertical-align: top;
}

ul.social-icons a {
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    font-weight: 300;
    -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
}

ul.footer-social-icons li a {
    color: #343a40;
}

ul.social-icons a:hover {
    color: var(--sky-blue);
}

.service_box {
    transform: scale(1);
}

.service_box div {
    background: #fff;
}

.service_box div:hover>h6 {
    color: #fff !important;
}

.service_box div:hover>p {
    color: #fff;
}

.service_box div:hover>a {
    background: #fff;
    color: var(--theme-color);
}

.service_box div:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.service_box img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

/* .carousel img{object-fit: contain;height: 265px;object-position: center;} */

.tech {
    width: 100px;
    height: 100px;
}

.tech h3 {
    line-height: 88px;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.help-section-icon {
    width: 200px;
    height: 200px;
    margin: -85px auto 40px;
    border: 12px solid #ebebeb;
    background: #fff;
    padding: 22px 18px;
    border-radius: 8px;
}

.news-section {
    background: url(../imgs/news.svg) no-repeat;
    background-size: 97%;
    background-position: center 25%;
}

.faq_section {
    margin: 40px auto;
}

.FaQ_Each {
    padding-bottom: 10px;
}

.box {
    /*background: rgba(246, 246, 246, 1);*/
    color: #00afef;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 13px;
    cursor: pointer;
    background: #f8f8f8;
    border: 1px solid #d9d9d9;
}

.box span._ico {
    border: 2px solid #bcbcbc;
    border-radius: 20px;
    text-align: center;
    width: 19px;
    height: 19px;
    color: #bcbcbc;
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
}

.draw {
    display: none;
    background: #ffffff;
    padding: 20px;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding-left: 30px;
    text-align: justify;
    line-height: 20px;
}

#other {
    display: none;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.pricingTable {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    border: 1px solid #373435;
    border-top: none;
}

.pricingTable text,
.pricingTable .titlefont-family: 'Roboto',
serif !important;
}

.pricingTable svg {
    display: block;
    margin-left: -1px;
}

.pricingTable .pricing-content {
    padding: 30px 0;
    position: relative;
}

.pricingTable .title {
    font-size: 30px;
    font-weight: 600;
    color: #373435;
    margin: 0 0 20px 0;
}

.pricingTable .pricing-content ul {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}

.pricingTable .pricing-content ul li {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    display: block;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0;
}

.pricingTable .pricingTable-signup {
    display: inline-block;
    padding: 8px 50px;
    background: #ae003d;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease 0s;
}

.pricingTable.blue .title {
    color: #005c99;
}

.pricingTable.blue .pricingTable-signup {
    background: #005c99;
}

.pricingTable.red .title {
    color: #db2c29;
}

.pricingTable.red .pricingTable-signup {
    background: #db2c29;
}

.pricingTable:hover {
    -webkit-box-shadow: 0 3px 13px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 13px 2px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale3d(1.05, 1.05, 2);
    transform: scale3d(1.05, 1.05, 2);
}

.icon-bx-wraper.bx-style-1,
.icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    position: relative;
    border-color: #ddd;
}

.mt-20 {
    margin-top: 20px;
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .col-xs-15 {
        width: 30%;
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    .col-xs-15 {
        width: 100%;
        float: left;
    }
}

/* Main Navigation Menu*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.navbar-nav li a {
    font-size: 1rem;
    text-transform: uppercase;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 29px;
    height: 17px;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-image: none;
    background-size: auto;
    background-image: url("../images/mobile-menu.png");
}

/* End Main Navigation Menu*/

/* New css*/

.single_top__block {
    background: #418DCE;
    color: #ffffff;
    min-height: 169px;
    padding: 20px 16px 25px 87px;
    position: relative;
    z-index: 100;
    border-radius: 20px 0 20px;
}

@media (max-width:768px) {
    .single_top__block {
        min-height: 0;
        padding: 10px 16px 5px 87px;
    }
    .top_section__block {
        margin-top: 0;
    }
}

.single_top__block .icon-box__block {
    width: 68px;
    display: block;
    position: absolute;
    top: 25px;
    left: 10px;
    text-align: center;
    font-size: 35px;
}

.single_text__block {
    position: relative;
}

.single_top__block h2 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.5;
    font-weight: 600;
}

@media (max-width:768px) {
    .single_top__block h2 {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.5;
        font-weight: 600;
        text-align: left;
    }
    .single_top__block .icon-box__block {
        width: 68px;
        display: block;
        position: absolute;
        top: 15px;
        left: 10px;
        text-align: center;
        font-size: 25px;
    }
    .single_text__block p {
        text-align: left;
    }
}

.single_top__block {
    color: #ffffff;
}

.single_top__block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
}

@media (max-width:767px) {
    .top_section__block .single_top__block {
        margin-top: 30px;
    }
    .container {
        max-width: 95% !important;
    }
}

.container {
    max-width: 80%;
}

.btn-h {
    font-size: 20px;
    color: #065ca9;
    border: 2px solid #065ca9;
    border-radius: 15px;
    padding: 8px 30px;
    display: inline-block;
    text-align: left;
}

@media (min-width:767px) {
    .btn-h {
        font-size: 28px !important;
    }
    .btn-h {
        padding: 8px 28px !important;
    }
    .book-y {
        margin-top: 0px;
    }
}

.error {
    color: #fff;
}

/*==========================================
    faq page > faq
==========================================*/

.faq {
    padding: 30px 0 20px 0;
    background: #fff;
    margin-bottom: 3rem;
}

.faq .section-title {
    margin-bottom: 54px;
}

.faq .section-title h2 {
    margin-bottom: 22px;
}

.faq .accordion .card {
    border: none;
    margin-bottom: 30px;
}

.faq .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 10px;
}

.faq .accordion .card .card-header {
    border: none;
    border-radius: 10px;
    padding: 0;
}

.faq .accordion .card .card-header h5 {
    padding: 0;
}

.faq .accordion .card .card-header h5 button {
    color: #1e3056;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 30px 0 70px;
    height: 80px;
    display: block;
    width: 100%;
    color: rgba(30, 48, 86, 0.8);
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 10px 10px 0 0;
    position: relative;
}

.faq .accordion .card .card-header h5 button:after {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: #418DCE;
    text-align: center;
    border: 1px solid #418DCE;
    border-radius: 50%;
    line-height: 100%;
    content: '\f067';
    font-size: 10px;
    line-height: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.faq .accordion .card .card-header h5 button.collapsed {
    background: #f9f9f9;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(97, 125, 255, 0.2);
}

.faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
    content: '\f068';
    color: #fff;
    background-color: #418DCE;
}

.faq .accordion .card .card-body {
    -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 0 0 10px 10px;
    padding-top: 0;
    margin-top: -6px;
    padding-left: 72px;
    padding-right: 70px;
    padding-bottom: 23px;
    color: rgba(30, 48, 86, 0.8);
    line-height: 30px;
}

.section-title h2 span {
    color: #418DCE;
}

.section-title h4 {
    color: #418DCE;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 9px;
    margin-top: -5px;
}

.h4,
h4 {
    font-size: 32px;
    line-height: 28px;
}

.h5,
h5 {
    font-size: 16px;
    line-height: 26px;
}

.icon-content i {
    margin-right: 4px;
}

.navbar li {
    padding: 0 20px 0 0;
}

.navbar {
    float: right;
}

.gimg img {
    width: 250px;
    height: auto;
}

@media (max-width:768px) {
    .msec .mcol1 {
        float: left;
    }
    .msec .mcol2 {
        float: left;
    }
    .msec .mcol3 {
        float: left;
    }
    .navbar li {
        padding: 0 0 0 0 !important;
    }
}

@media (max-width:767px) {
    .container {
        max-width: 100% !important;
    }
}

.cbanner .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.cbanner .row {
    margin-right: 0;
    margin-left: 0;
}

/*--------new-----------*/

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect img {
    display: block;
    position: relative;
    width: 100%;
    transition: .5s;
}

.hovereffect:hover img {
    transform: scale(1.1);
}

.hovereffect:hover span {
    bottom: -1px;
}

.hovereffect span {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 5px;
    width: 100%;
    position: absolute;
    overflow: hidden;
    bottom: 10px;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.2px;
}

@media (max-width:768px) {
    .hovereffect span {
        font-size: 10px;
        padding: 0;
        line-height: 13pt;
    }
}

@media(max-width:767px) {
    .mr50 {
        margin-right: 50px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .navbar-toggler-icon {
        margin-top: 6px;
    }
}

.carousel-2 img {
    object-fit: contain;
    height: 265px;
    object-position: center;
    /* width: 100%; */
}

.carousel-2 .col-md-12 {
    width: 33.333333%;
    float: left !important;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-arrow {
    display: none;
}

.book-y {
    margin-top: 30px;
}

::placeholder {
    color: #fff !important;
}

.space- {
    margin-top: 40px;
}

/* .text-dark{ */

/* display: inline-flex;} */

.wk {
    color: #203F9A;
}

.wk span {
    color: #000;
}

.text-dark i {
    margin-top: 6px;
}

.feature.feature-s6 {
    -ms-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    transition: all ease 400ms;
    transform: translate(0, 0)
}

.feature.feature-s6.no-round,
.feature.feature-s6.square {
    border-radius: 0;
    border: 0 none
}

.feature.feature-s6.no-round .fbox-photo,
.feature.feature-s6.square .fbox-photo {
    border-radius: 0
}

.feature.feature-s6:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    transform: translate(0, -5px)
}

.feature.feature-s6 .fbox-photo {
    border-radius: 0px 0px 0 0
}

.feature.feature-s6 .fbox-content {
    margin: 0;
    background: #ffffff
}

.feature.feature-s6 .fbox-content:not([class*="pd-"]) {
    padding: 25px
}

.feature h3,
.feature h4 {
    color: #373e45;
    font-size: 1.15em;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.feature p,
.feature .sub-lead,
.feature .lead {
    color: #596570;
}

.btn-link {
    color: #f93;
    transition: all .4s ease-in-out;
}

.btn-link.link-arrow::before,
.btn-link.link-arrow-sm::before {
    top: 50%;
    right: 9px;
    width: 9px;
    height: 9px;
    transform-origin: 50% 50%;
    transform: translate(0, -4px) rotate(45deg);
    box-shadow: inset -1px 1px 0 0 currentColor;
}

.section-pad {
    padding: 45px 0;
}

.section-services h1 {
    font-size: 32px !important;
    text-align: center;
    padding-bottom: 45px;
    color: #343a40
}

.txt-brands {
    font-size: 24px !important;
    text-align: center;
}

/* .section-services .row{ */

/* margin-right: 0px; */

/* margin-left: 0px; */

/* } */

@media(max-width:767px) {
    .row-column>[class*="col-"]:not(.col-xs-6):not(:first-child) {
        margin-top: 40px;
    }
}

.categories-box {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.categories-box img {
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%
}

.categories-box .link-btn {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    position: absolute
}

.categories-box .content {
    position: absolute;
    top: 30px;
    left: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    /* background-color:#fff; */
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px
}

.categories-box .content h3 {
    margin-bottom: 0;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 42px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
}

.categories-box:hover img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07)
}

/* .categories-box:hover .content { */

/* background-color:#f53f85 */

/* } */

/* .categories-box:hover .content h3 { */

/* color:#fff */

/* } */

.categories-box p {
    color: #fff;
    padding-top: 40px;
}

/* .default-btn { */

/* display:inline-block; */

/* border:1px solid #00afee; */

/* padding:7px 30px; */

/* -webkit-transition:.5s; */

/* transition:.5s; */

/* text-transform:uppercase; */

/* background-color: #00afee; */

/* color:#fff; */

/* font-size:14px; */

/* font-weight:500; */

/* border-radius: 6px; */

/* border-radius: 25px !important; */

/* margin-top: 10px; */

/* } */

/* .default-btn:hover { */

/* background-color:transparent; */

/* color:#fff; */

/* border:1px solid #000; */

/* } */

@media(max-width:767px) {
    .categories-box .content h3 {
        font-size: 33px !important;
    }
    .categories-box .content {
        position: absolute;
        padding: 10px 0;
    }
    .categories-box p {
        padding-top: 0px;
    }
    .categories-box img {
        height: 286px;
    }
}

@media(max-width:767px) {
    .slick-next,
    .slick-prev {
        position: absolute;
        display: block;
        padding: 0;
        display: none !important;
    }
}

.sprt img {
    width: 70px;
    height: auto;
    margin-bottom: 15px;
}

.sprt h2 {
    font-size: 24px !important;
}

.sprt h4 {
    margin-bottom: 15px;
    font-size: 26px !important;
}



