
@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700|Rubik:400,400i,500,500i,700,700i&amp;display=swap");

html,
body {
    overflow-x: hidden
}

body {
    font-size: 14px;
    color: #111;
    line-height: 1.8em;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    max-width: 100%;
}

a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

a:hover {
    text-decoration: none;
}

img {
    display: inline-block;
}

p {
    color: #111;
}

.display-none {
    display: none
}

.padding-bottom-none {
    padding-bottom: 0 !important
}

.padding-top-none {
    padding-top: 0 !important
}

.padding-right-none {
    padding-right: 0 !important
}

.padding-left-none {
    padding-left: 0 !important
}

.margin-bottom-none {
    margin-bottom: 0 !important
}

.margin-top-none {
    margin-top: 0 !important
}

.margin-right-none {
    margin-right: 0 !important
}

.margin-left-none {
    margin-left: 0 !important
}

.margin-0 {
    margin: 0;
}

.padding-0 {
    padding: 0;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 70px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-60 {
    padding-bottom: 60px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 600;
    margin: 0px;
    background: none;
}

ul,
li {
    padding: 0;
    list-style-type: none;
}

@media (min-width: 1200px) {
    .container-ncl {
        max-width: 980px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

.grey-bg1 {
    background: #f5f5f5;
}

.main-title-ncl {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.main-title-ncl h3 {
    font-size: 36px;
    letter-spacing: -.26px;
    color: #131921;
    text-transform: capitalize;
    font-family: "Roboto Regular";
    margin-bottom: 20px;
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.scroll-top a {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100px;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    font-size: 22px;
    color: #ffffff;
    background: #6b7a99;
    box-shadow: 0px 0px 10px 3px rgb(19, 25, 33, .15);
}

.scroll-top a:hover {
    background: #ef665e;
}

.post-btn {
    border: 2px solid #006ce0;
    background: none;
    color: #006ce0;
    padding: 12px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 30px;
    font-family: "Roboto Regular";
}

.post-btn:before {
    content: '';
    display: block;
    position: absolute;
    background: #006ce0;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(40deg);
    -webkit-transform: translate(-50%, -50%) rotate(40deg);
    -moz-transform: translate(-50%, -50%) rotate(40deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

.post-btn:hover:before {
    width: 110%;
    height: 400%;
    z-index: -1;
    background: #006ce0;
}

.post-btn:hover {
    color: #fff;
}

.view-btn {
    border: 2px solid #000000;
    background: none;
    color: #000000;
    padding: 12px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 30px;
    font-family: "Roboto Regular";
}

.view-btn:before {
    content: '';
    display: block;
    position: absolute;
    background: #000000;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(40deg);
    -webkit-transform: translate(-50%, -50%) rotate(40deg);
    -moz-transform: translate(-50%, -50%) rotate(40deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

.view-btn:hover:before {
    width: 110%;
    height: 400%;
    z-index: -1;
    background: #000000;
}

.view-btn:hover {
    color: #fff;
}

.view-btn1 {
    border: 2px solid #fff;
    background: none;
    color: #fff;
    padding: 12px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 30px;
    font-family: "Roboto Regular";
}

.view-btn1:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(40deg);
    -webkit-transform: translate(-50%, -50%) rotate(40deg);
    -moz-transform: translate(-50%, -50%) rotate(40deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

.view-btn1:hover:before {
    width: 110%;
    height: 400%;
    z-index: -1;
    background: #fff;
}

.view-btn1:hover {
    color: #000;
}

.sticky .bottom-header {
    position: fixed;
    top: 0px;
    left: 0;
    height: 60px;
    padding-top: 0;
    animation-name: scroll-down;
    animation-duration: 0.4s;
}

@keyframes scroll-down {
    from {
        transform: translate(0, 30%)
    }

    to {
        transfrom: translate(0, 0)
    }
}

.top-header {
    background: #3669ac;
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 6px 0 4px;
}

.maintop-block {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}

.numberslist-ncl {
    margin: 0;
    display: inline-flex;
}

.numberslist-ncl li i {
    padding-right: 5px;
    color: #fff;
}

.numberslist-ncl li span {
    color: #e3f0ff;
}

.numberslist-ncl li {
    padding-right: 0;
}

.btn-con a {
    text-transform: uppercase;
    transition: all ease-in .3s;
    background-color: #45f2b0;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 35px;
    font-size: 14px;
    width: 120px;
    display: inline-block;
    text-align: center;
    padding: 2px 0 0;
}

.btn-con a:hover {
    background-color: #3669ac;
    color: #fff;
}

li.btn-con11 select {
    font-size: 12px;
    border: none;
}

.swiper-slide {
    height: 100%;
}

.search-right {
    position: relative;
    display: inline-block;
    padding-top: 2px;
}

.search-right a {
    color: #fff !important;
    padding: 0px 10px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.6em;
}

.search-right a:hover {
    opacity: 0.8;
}

#box-search {
    display: none;
}

.box-search {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #E6EAEA;
    background-color: #f5f5f5;
    font-weight: 300;
    z-index: 2;
    transition: all 0.9s ease-in-out;
}

.box-search .box-left {
    display: block;
    float: left;
    width: 94.65%;
}

.box-search .box-input {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.box-search .search-input {
    display: flex;
    flex: 1;
    height: 29px;
    padding: 0 20px;
    border: 0;
    background-color: transparent;
    font-size: 13px;
    text-transform: uppercase;
    line-height: normal;
}

.box-search .search-input:focus {
    outline: 0;
}

.box-search .box-right {
    float: right;
}

.box-search .bt-close {
    position: relative;
    width: 40px;
    height: 30px;
    background-color: #33d7ae;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.box-search .bt-close:before,
.box-search .bt-close:after {
    content: '';
    position: absolute;
    top: 13px;
    right: 12px;
    width: 16px;
    height: 3px;
    background: #f4f7f6;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}

.box-search .bt-close:after {
    transform: rotate(-45deg);
}



.bottom-header {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    -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);
    z-index: 4;
    height: 60px;
    border-bottom: 1px solid #E6EAEA;
}

.head-section {
    display: flex;
}

.logo-wi-lemnu-sincl {
    height: 60px;
    border-right: 1px solid #E6EAEA;
    width: 12%;
    display: inline-block;
}

.logo-wi-lemnu-sincl a#nav-hamburger-menu {
    margin: 13px 7px 10px 7px;
    padding: 10px 8px 10px 8px;
    font-size: 16px;
    color: #000;
    border-radius: 3px;
    vertical-align: top;
    display: inline-block;
}

.logo-wi-lemnu-sincl a#nav-hamburger-menu:hover {
    border-radius: 2px;
}

.logo-wi-lemnu-sincl a#nav-hamburger-menu i {
    padding-right: 10px;
}

.logo-nav {
    display: block;
    width: auto;
    line-height: normal;
    padding: 0 3px;
    text-align: center;
}

.logo-nav a {
    display: inline-block;
    transition: all ease-in .5s;
    position: relative;
}

.logo-nav img {
    width: 119px;
    transition: all ease-in .5s;
}

.logo-fill {
    fill: #33d7ae;
    z-index: 0;
    transition: all 0.3s;
}

.logo-nav.change1 .logo-fill {
    fill: transparent;
    transform: translateX(145px);
}

.logo-nav.change1 #logo-a1 {
    fill: #33d7ae;
    transform: translateX(145px);
}

.search-ncl-01 {
    height: 60px;
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    line-height: 60px;
    width: 100%;
}

.menu-section {
    display: inline-block;
}

.right-top-ncl {
    height: 60px;
    float: right;
}

.right-top-ncl #nav-tools {
    text-decoration: none;
    text-align: right;
    height: 60px;
    display: flex;
}

.right-top-ncl #nav-tools a {
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: left;
    background: #316ab3;
    padding: 0 20px;
}

.right-top-ncl #nav-tools a .nav-line-2 {
    color: #ffffff;
    font-size: 14px;
    line-height: 15px;
    clear: both;
    display: inline-block;
    white-space: nowrap;
    font-weight: bold;
    font-family: "Roboto Regular", sans-serif;
    text-transform: uppercase;
}

.right-top-ncl #nav-tools a .nav-line-2 i {
    padding-right: 5px;
}

.right-top-ncl #nav-tools a:hover {
    background: #6b7a99;
}

.right-top-ncl #nav-tools a:last-child {
    background:#33d7ae;
    padding: 0 20px;
    width: 70px;
    transition: all ease-in .5s;
    color: #000;
    text-align: center;
    font-size: 22px;
}

.right-top-ncl #nav-tools a:hover:last-child {
    background: #f1b499;
}

.add-left-ncl {
    padding: 0px 25px;
    text-decoration: none;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    border-right: 1px solid #E6EAEA;
    float: left;
}

.add-left-ncl a {
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 22px;
}

.main-links-ncl {
    position: static;
    float: none;
    margin: 0;
    padding: 0;
    z-index: 20;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.main-links-ncl .navlink-ncl1 {
    overflow: hidden;
}

.main-links-ncl .navlink-ncl1 li {
    display: inline-block;
    float: left;
}

.main-links-ncl .navlink-ncl1 .nav-a {
    padding: 0px 16px;
    color: #000;
    font-size: 15px;
    display: inline-block;
    text-transform: capitalize;
    transition: all ease-in .5s;
    letter-spacing: 1px;
}

.main-links-ncl .navlink-ncl1 .nav-a:hover {
    background: #6b7a99;
    color: #fff;
}

#hmenu-customer-profile {
    background-color: #ecc94d;
    height: 50px;
    align-items: center;
    display: flex;
    transition: all ease-in .5s;
}

#hmenu-customer-profile-link:hover #hmenu-customer-profile {
    background-color: #e4bd37;
}

#hmenu-customer-profile #hmenu-customer-profile-left #hmenu-customer-avatar-icon {
    margin: 0 10px 0 36px;
    width: 27px;
    font-size: 27px;
    color: #fff;
}

#hmenu-customer-profile #hmenu-customer-profile-right {
    flex: 1;
    overflow: hidden;
    line-height: 10px;
}

#hmenu-customer-profile #hmenu-customer-profile-right #hmenu-customer-name {
    display: inline-block;
    white-space: nowrap;
    font-size: 19px;
    max-width: 90%;
    line-height: 25px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}

#hmenu-customer-profile-link {
    display: inline-block;
    width: 100%;
}

.hmenu-item.hmenu-title {
    font-weight: 300;
    color: #969397;
    text-transform: uppercase;
    padding-right: 20px;
    padding-left: 36px;
    padding-top: 9px;
    padding-bottom: 10px;
}

.hmenu-arrow-next {
    background-position: -166px -288px;
    margin-left: auto;
    width: 10px;
    height: 14px;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.hmenu-separator {
    border-bottom: 1px solid #d5dbdb;
    padding: 2px 0 0 0;
    margin: 0;
}

.hmenu-link-separator1 {
    border-bottom: 1px solid #d5dbdb;
    padding: 2px 0 0 0;
    margin: 2px 31px 0 36px;
}

.swiper-container {
    height: 417px;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-button-white {
    display: none;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.slide-inner .slide-img {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.slider-txt {
    transform: translate(22%, 120%);
    width: 30%;
    position: absolute;
    top: 40px;
    left: 24px;
}

.slider-txt h4 {
    color: #000;
    margin-bottom: 20px;
    font-size: 36px;
    margin-top: -122px;
}

.wizard-v1-content {
    background: #fff;
    width: 35%;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0 100px 0 0;
    float: right;
    transform: translate(0%, 20%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.wizard-v1-content .wizard-form {
    width: 100%;
    padding: 15px 25px;
}

.form-register .steps {
    margin-bottom: 33px;
    display: none;
}

.form-register .content {}

.form-register .content h2 {
    display: none;
}

.form-register .inner h4 {
    color: #006ce0;
    font-size: 22px;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 30px;
}

#form1 {
    display: none;
}

#formncl {
    display: none;
}

#formncl1 {
    display: none;
}

.form-register .inner .form-row {
    display: flex;
    margin: 30px 0px 20px;
    position: relative;
    justify-content: center;
}

.form-register .inner .form-row1 {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.form-register .inner .form-row.pl-ncl {
    padding-left: 30px;
    justify-content: flex-start;
}

.form-register .inner .form-row .form-holder {
    width: 33%;
    margin-bottom: .5rem;
    position: relative;
}

.form-register .inner .form-row1 .form-holder {
    width: 33%;
    margin-bottom: .5rem;
    position: relative;
    display: inline-block;
}

.form-register .inner .form-row .form-holder label {
    font-size: 14px;
    color: #000;
    padding-left: 25px;
    position: relative;
    z-index: 1;
}

.form-register .inner label {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    padding-left: 25px;
    position: relative;
    z-index: 1;
}

.form-holder input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.form-holder:hover label {
    color: #000;
}

.form-holder .check {
    display: block;
    position: absolute;
    border: 3px solid #AAAAAA;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 3px;
    left: 0;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.form-holder:hover .check {
    border: 3px solid #000;
}

.form-holder .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.form-holder input[type=radio]:checked~.check {
    border: 3px solid #33d7ae;
}

.form-holder input[type=radio]:checked~.check::before {
    background: #33d7ae;
}

.form-holder input[type=radio]:checked~label {
    color: #33d7ae;
}

.actions ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
}

.actions ul li.disabled {
    opacity: 0;
}

.actions ul li {
    display: inline-flex;
    font-size: 16px;
    font-weight: 400;
}

.actions ul li:hover {}

.actions ul li:first-child {
    background: transparent;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.actions ul li a {
    color: #000;
    text-decoration: none;
    padding: 9px 20px;
}

.actions ul li:first-child a {
    color: #666;
}

.actions ul li a i {
    font-size: 18px;
}

.actions ul li:last-child a {
    border: 2px solid #006ce0;
    background: none;
    color: #006ce0;
    padding: 6px 22px;
    height: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 30px;
    font-family: "Roboto Regular";
}

.actions ul li:last-child a:before {
    content: '';
    display: block;
    position: absolute;
    background: #006ce0;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(40deg);
    -webkit-transform: translate(-50%, -50%) rotate(40deg);
    -moz-transform: translate(-50%, -50%) rotate(40deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

.actions ul li:last-child a:hover:before {
    width: 110%;
    height: 400%;
    z-index: -1;
    background: #006ce0;
}

.actions ul li:last-child a:hover {
    color: #fff;
}

.ttips {
    position: relative;
    display: inline-block;
}

.ttips i {
    color: #006ce0;
}

.ttips .ttipContent {
    visibility: hidden;
    width: 270px;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #006ce0;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    bottom: 105%;
    left: -141px;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.ttips .ttipContent::after {
    content: "";
    position: absolute;
    left: 140px;
    top: 100%;
    border-width: 7px;
    border-style: solid;
    border-color: #006ce0 transparent transparent transparent;
}

.ttips .ttipContent p {
    line-height: 16px;
    font-size: 12px;
    margin-bottom: 0;
}

.ttips:hover .ttipContent {
    visibility: visible;
    opacity: 1;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    top: auto;
    bottom: 93px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    top: auto;
    bottom: 93px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    top: auto;
    bottom: 93px;
}

.mainfive-boxes {
    display: block;
    width: 100%;
    margin-top: 17px;
}

.boxes-ul {
    margin: 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

p.pfive {
    margin-top: -16px;
}

p.pfive a {
    color: #006ce0;
    font-weight: 600;
}

.boxes-ul li {
    width: 20%;
    height: 75px;
    padding: 10px;
    margin: 0 2% 2% 0;
    transition: 0.5s;
    position: relative;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 15%);
    cursor: pointer;
    text-align: center;
    border-radius: 15px;
}

.boxes-ul li:last-child {
    margin: 0;
}

.boxes-ul li:after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.boxes-ul li:hover {
    background: #3669ac;
}

.boxes-ul li:hover:after {
    height: 100% !important;
    z-index: -1 !important;
}

.boxes-ul li a i {
    font-size: 26px;
    color: #f25d45;
    padding-right: 10px;
    display: block;
}

.boxes-ul li:hover i {
    display: none;
}

.boxes-ul li a h4 {
    margin-bottom: 0 !important;
    font-size: 14px;
    color: #545454;
    display: inline-block;
    width: auto;
    text-align: left;
    vertical-align: super;
    margin-top: 12px;
    font-weight: 600;
    font-family: 'Roboto';
}

.boxes-ul li:hover h4 {
    display: none;
}

.boxes-ul li p {
    display: none;
    font-size: 12px;
    line-height: initial;
    margin: 0;
    color: #fff;
    margin-top: 12px;
}

.boxes-ul li:hover p {
    display: block;
}

.products-wrapper .main-title-ncl {
    margin-left: 0;
}

.products-wrapper .owl-carousel .owl-stage-outer {
    padding-bottom: 30px;
}

.products-wrapper .owl-8 .item {
    width: 285px;
    height: 370px;
    border-radius: 5px;
    display: block;
    position: relative;
    margin: 0 auto;
}

.products-wrapper .owl-8 .item .featured-item-ncl {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25);
    overflow: hidden;
}

.products-wrapper .owl-8 .item .featured-item-ncl .detials-ncl-products {
    width: 75%;
    height: 190px;
    padding: 20px;
    background: #fff;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-top-right-radius: 5px;
}

.products-wrapper .owl-8 .item .featured-item-ncl .detials-ncl-products h3 {
    font-size: 16px;
    line-height: 1.5;
    color: #101820;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}

.products-wrapper .owl-8 .item .featured-item-ncl .detials-ncl-products p {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}

.products-wrapper .owl-8 .item .featured-item-ncl .detials-ncl-products i {
    display: block;
    width: 32px;
    height: 32px;
    background-color: rgba(0, 108, 224, .1);
    border-radius: 5px;
    -webkit-transition-property: margin-left;
    transition-property: margin-left;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
}

.products-wrapper .owl-8 .item:hover i {
    margin-left: 5px;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    color: #ddd !important;
}

.benefits-item {
    position: relative;
}

.benefits-box {
    padding: 50px 30px 30px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    margin-bottom: 40px;
    background: #f5f5f5;
    height: 300px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25);
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.benefits-item:hover .benefits-box {
    background: #ffffff;
    transform: translate(15px, 15px);
}

.benefits-item .card--border {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px dashed #ccc;
    border-radius: 5px;
}

.benefits-box .benefits-icon {
    margin-bottom: 20px;
    line-height: 0;
}

.benefits-box .benefits-icon i {
    font-size: 45px;
    line-height: 45px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.benefits-icon-hover {
    opacity: 0;
    font-size: 65px;
    transition: all 0.5s ease-in-out 0s;
    transform: translate(80%, 10px);
}

.benefits-box:hover .benefits-icon-hover {
    opacity: .05;
}

.benefits-box.border-1 .benefits-icon i {
    color: #d74533;
}

.benefits-box.border-2 .benefits-icon i {
    color: #6b7a99;
}

.benefits-box.border-3 .benefits-icon i {
    color: #316ab3;
}

.benefits-box.border-4 .benefits-icon i {
    color: #316ab3;
}

.benefits-box.border-5 .benefits-icon i {
    color: #d74533;
}

.benefits-box.border-6 .benefits-icon i {
    color: #6b7a99;
}

.benefits-item .benefits-title h5 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
}

.benefits-item .benefits-desc p {
    margin-bottom: 0;
}

.border-1 {
    border-left: 6px solid #d74533;
}

.border-2 {
    border-left: 6px solid #6b7a99;
}

.border-3 {
    border-left: 6px solid #316ab3;
}

.border-4 {
    border-left: 6px solid #316ab3;
}

.border-5 {
    border-left: 6px solid #d74533;
}

.border-6 {
    border-left: 6px solid #6b7a99;
}

.success-wrapper {
    background: #d7dee4;
}

.success-wrapper .owl-carousel .owl-stage-outer {
    padding-bottom: 30px;
}

.success-wrapper .main-title-ncl {
    padding-left: 5px;
}

.testimonial {
    background: none;
    text-align: center;
    margin-bottom: 0;
    padding: 5px;
    position: relative;
}

.testimonial .testimonial-border {
    border-radius: 5px;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25);
}

.testimonial .testimonial-content {
    color: #222021;
    font-size: 18px;
    line-height: 34px;
    display: inline-block;
    width: 73%;
    text-align: left;
    vertical-align: middle;
    padding-right: 30px;
}

.testimonial span {
    font-size: 40px;
    line-height: 40px;
    color: #74b0f8;
    display: block;
}

.testimonial .testimonial-content p {
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 0;
}

.testimonial-avatar {
    margin-top: 0;
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    position: relative;
    padding-right: 20px;
}

.testimonial-avatar::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    right: 30px;
    background: #316ab3;
}

.testimonial .testimonial-img {
    display: block;
    margin: 0px 0 20px;
}

.testimonial .testimonial-avatar img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 5px;
    -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
}

.testimonial .testimonial-caption {
    display: inline-block;
    vertical-align: middle;
}

.testimonial h6 {
    color: #74b0f8;
    text-transform: uppercase;
    line-height: 14px;
}

.testimonial .testimonial-caption label {
    color: #222021;
    margin-bottom: 0;
}

.blog-classic {
    border-bottom: 1px dashed #efefef;
}

.news-features-wrapper .main-title-ncl {
    margin-left: 10px;
}

.blog-classic .post {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 5px;
    width: 285px;
    margin: 0 auto;
}

.blog-classic .post:hover {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -moz-transform: translateY(5px);
}

.blog-classic .post-image {
    overflow: hidden;
    height: 240px;
    position: relative
}

.blog-classic .post-image img {
    width: 100%;
}

.blog-classic .post-image .dt-post {
    background: #e5ffdc;
    color: #000000;
    border-radius: 30px;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    margin: 0 10px 0 0;
    list-style-type: none;
    position: relative;
    padding: 4px 14px;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: 10px;
}

.blog-classic .post-image .dt-post1 {
    background: #316ab3;
    color: #000000;
    border-radius: 30px;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    margin: 0 10px 0 0;
    list-style-type: none;
    position: relative;
    padding: 4px 14px;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: 10px;
}

.blog-classic .post-image .dt-post2 {
    background: #92d2f6;
    color: #000000;
    border-radius: 30px;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    margin: 0 10px 0 0;
    list-style-type: none;
    position: relative;
    padding: 4px 14px;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: 10px;
}

.blog-classic .post .post-desc {
    padding: 20px;
    background: #ffffff;
    width: 100%;
    display: inline-block;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.blog-classic .post .post-desc h5 {
    font-size: 20px;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 25px;
    color: #222021;
}

.blog-classic .post .post-desc h5 a {
    text-transform: capitalize;
    font-weight: 500;
    color: #222021;
}

.blog-classic .post-meta {
    margin: 15px 0 0;
}

.blog-classic .post .post-desc p {
    margin-top: 15px;
}

.choose-wrapper {
    background-position: center !important;
    background-size: inherit !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    position: relative;
}

.choose-wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}

.choose-wrapper .main-title-ncl,
.choose-wrapper .main-title-ncl h3 {
    color: #fff;
}

.choose-item {
    position: relative;
}

.choose-box {
    padding: 35px 25px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    margin-bottom: 40px;
    background: #ffffff;
    height: 225px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 9px 5px rgba(255, 255, 255, .25);
    box-shadow: 0 2px 9px 5px rgba(255, 255, 255, .25);
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.choose-item:hover .choose-box {
    background: #ffffff;
    transform: translate(0px, -20px);
}

.choose-item .choose-title h5 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
}

.choose-item .choose-desc p {
    text-align: justify;
}

.partners-wrapper .owl-carousel .owl-stage-outer {
    padding-bottom: 0px;
}

.partners-slides img {
    width: 85%;
    height: 70px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all ease-in .5s;
}

.partners-slides:hover img {
    filter: grayscale(0%);
}

.owl-carousel .owl-nav {
    background: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25);
    border-radius: 5px;
    width: 100px;
    height: 50px;
    margin-left: 7px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 0 5px 5px 0;
    vertical-align: top;
    font-size: 26px;
    color: #006ce0;
}

.owl-carousel .owl-nav button.owl-prev {
    border-radius: 5px 0 0 5px;
}

.owl-carousel .owl-nav button.owl-prev::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.owl-carousel .owl-nav button.owl-next {
    border-left: 1px solid #d3d3d3;
}

.owl-carousel .owl-nav button.owl-next::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus {
    outline: 1px solid #006ce0;
}

.download-belt {
    background-color: #d7dee494;
    padding: 50px 0px 0px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.download-belt h3 {
    color: #000;
    font-size: 42px;
    text-transform: capitalize;
}

.download-belt p {
    color: #555;
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
}

.app-btn {
    padding: 0 10px;
    display: inline-block;
    margin-top: 17px;
}

.app-btn img {
    width: 180px;
}

.phone-with-video {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.phone-with-video .owl-carousel.owl-loaded {
    max-width: 280px;
    margin-left: 10px;
    position: absolute;
    top: 6px;
    width: 75%;
    height: 100%;
}

.phone-with-video .owl-carousel .owl-stage-outer {
    padding-bottom: 0px;
}

.phone-with-video .preview-video-mask {
    max-width: 100%;
    width: 300px;
    height: 450px;
    position: relative;
}

.preview-video-mask-1 {
    max-width: 100%;
    width: 300px;
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin-left: 44px;
}

.slides-1 img {
    width: 100%;
    max-width: 295px;
    height: 450px;
    display: inline-block;
}

.main-footer {
    background: #072664;
    padding: 30px 0;
    overflow: hidden;
}

.main-footer .container-ncl {
    max-width: 1025px;
}

.footer-widget-ncl1 {}

.footer-title {
    margin-bottom: 25px;
    font-weight: 500;
    position: relative;
    color: #d2eeff;
    font-size: 18px;
    padding: 0px;
    font-family: 'Rubik', sans-serif;
}

.footer-widget-ncl1 .footer-logo {
    margin-top: -24px;
    margin-bottom: 18px;
}

.footer-widget-ncl1 .footer-logo img {
    padding: 7px 10px;
    border-radius: 5px;
    width: 135px;
}

.footer-widget-ncl1 ul.add-ul {
    margin: 0px;
}

.footer-widget-ncl1 p,
.footer-widget-ncl1 a,
.footer-widget-ncl1 li {
    color: #fff;
}

.footer-widget-ncl1 p {
    text-align: justify;
}

.footer-widget-ncl1 ul.add-ul li {
    font-size: 14px;
    padding-bottom: 10px;
    display: flex;
    margin-bottom: 11px;
    color: #466d91;
}

.footer-widget-ncl1 ul.add-ul li:last-child {
    padding-bottom: 0px;
}

.footer-widget-ncl1 ul.add-ul li i {
    display: inline-block;
    color: #466d91;
    padding-right: 4px;
}

.footer-widget-ncl1 ul.quick-links {
    margin: 0px;
}

.footer-widget-ncl1 ul.quick-links li a {
    color: #ebf7ff;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    padding: 6px 0px;
    display: block;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.footer-widget-ncl1 ul.quick-links li a i {
    padding-right: 3px;
}

.footer-widget-ncl1 ul.quick-links li:last-child a {
    padding-bottom: 0px;
}

.footer-widget-ncl1 ul.quick-links li a:hover {
    color: #F9556D;
    padding-left: 5px;
}

.footer-widget-ncl1 ul.follow-links {
    margin: 0px;
}

.footer-widget-ncl1 ul.follow-links li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 4px 0 0;
}

.footer-widget-ncl1 ul.follow-links li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    height: 30px;
    line-height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    margin: 0;
    background: transparent;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.footer-widget-ncl1 ul.follow-links li a:hover {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -moz-transform: translateY(5px);
    color: #fff;
}

.footer-widget-ncl1 ul.follow-links a.social-facebook:hover {
    background-color: #5d82d1;
}

.footer-widget-ncl1 ul.follow-links a.social-twitter:hover {
    background-color: #40bff5;
}

.footer-widget-ncl1 ul.follow-links a.social-youtube:hover {
    background-color: #db5442;
}

.footer-widget-ncl1 ul.follow-links a.social-linkedin:hover {
    background-color: #238cc8;
}

.footer-widget-ncl1 ul.follow-links a.social-insta:hover {
    background-color: #C13584;
}

.footer-widget-ncl1 ul.follow-links a.social-whatsapp:hover {
    background-color: #25D366;
}

.social-icons-footer ul li a {
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.bottom-footer {
    background: #131921;
    text-align: center;
    padding: 15px 0px;
}

.bottom-footer p {
    margin: 0px;
    color: #c3c3c3;
}

.chats-wrapper-icon {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 2;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.chats-wrapper-icon a {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 22px;
    color: #ffffff;
    background: #316ab3;
    box-shadow: 0px 0px 10px 3px rgb(19, 25, 33, .15);
}

.chats-wrapper-icon a:hover {
    background: #0863c5;
}

.chats-wrapper-icon a i {
    font-weight: 900;
}

.change {
    right: 100px;
}

.stick-left-nav-ul {
    padding-left: 20px;
    width: 130px;
}

.sticky-left-nav {
    position: fixed;
    width: 120px;
    display: block;
    background-color: transparent;
    z-index: 1;
    top: 130px;
}

.sticky-left-nav ul li {
    list-style: none;
    height: 50px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.sticky-left-nav ul li a::before,
.side-menu .sticky-left-nav ul li.nav-active-menu a::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    opacity: 1;
    background-color: #006ce0;
    transition: all 0.3s ease-in-out;
}

.side-menu .sticky-left-nav ul li a::before {
    background-color: #000 !important;
}

.sticky-left-nav ul li.nav-active a::before,
.side-menu .sticky-left-nav ul li.nav-active-menu a::before {
    width: 60px;
    height: 4px;
    opacity: 1;
}

.side-menu .sticky-left-nav ul li.nav-active-menu {
    margin-bottom: 50px !important;
}

.sticky-left-nav ul li a,
.sticky-left-nav ul li a:hover,
.sticky-left-nav ul li a:focus {
    text-decoration: none;
}

.sticky-left-nav ul li a span {
    display: block;
    color: #006ce0;
    transition: opacity 0.3s ease-out;
    font-size: 14px;
}

.side-menu .sticky-left-nav ul li a span {
    color: #000 !important;
    opacity: 1 !important;
}

.sticky-left-nav ul li.nav-active a span {
    opacity: 1;
}

.sticky-left-nav ul li.darkText a span {
    color: #7E7E7E !important;
}

.sticky-left-nav ul li.darkText a::before {
    background-color: #7E7E7E !important;
    opacity: 1;
}

.fromUp {
    animation: fromUpAnim 800ms;
    animation-fill-mode: forwards;
}

@keyframes fromUpAnim {
    from {
        transform: translate3d(0, -50%, -200px);
        transform: scale(0.8);
    }

    to {
        transform: translate3d(0, 0, 0);
        transform: scale(1);
    }
}

.modal-open {
    padding-right: 0px !important;
}

.modal-loginncl.modal {
    padding: 0 !important;
    z-index: 11;
    height: 400px;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, 30px);
}

.modal-backdrop.show {
    display: none;
}

.modal-loginncl .modal-dialog {
    max-width: 100%;
    height: 100%;
    margin: 0;
}

.modal-loginncl.modal .modal-dialog {
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, 0px);
}

.modal-loginncl.modal.show .modal-dialog {
    transform: translate(0, 0);
}

.modal-loginncl.modal.show {
    -webkit-transform: none;
    transform: translate(0, 90px);
}

.sticky .modal-loginncl.modal.show {
    -webkit-transform: none;
    transform: translate(0, 60px);
}

.modal-loginncl .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 500px;
    height: 100%;
    float: right;
    pointer-events: auto;
    background: #f5f5f5;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0;
    outline: 0;
}

.modal-loginncl .modal-header h4 {
    text-transform: uppercase;
    color: #000000;
}

.modal-loginncl .modal-header button.close:focus {
    outline: 0px;
}

.modal-loginncl .modal-content .modal-body .md-form {
    margin-bottom: 20px;
}

.modal-loginncl .modal-content .modal-body .md-form:last-child {
    margin-bottom: 0px;
}

.modal-loginncl .modal-content .modal-body .forlink {
    padding-left: 20px;
    padding-bottom: 15px;
}

.modal-loginncl .modal-content .modal-body .forlink:hover {
    color: #000;
}

.modal-loginncl .tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    justify-content: center;
}

.modal-loginncl .tab-group li {
    width: 40%;
    display: inline-block;
}

.modal-loginncl .tab-group li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 10px;
    color: #000000;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    border-radius: 50px 0px 0px 50px;
    border: 2px solid #f5a373;
}

.modal-loginncl .tab-group li:last-child a {
    border-radius: 0px 50px 50px 0px;
}

.modal-loginncl .tab-group .active a {
    background: #f5a373;
    color: #ffffff;
}

.modal-loginncl .tab-content>div:last-child {
    display: none;
}

.modal-loginncl .modal-header {
    border: 0px;
    padding-bottom: 0px;
}

.modal-loginncl .tab-content {
    padding: 0 10px;
}

ul.slidep li {
    margin-bottom: 9px;
}

#team {
    padding: 60px 0 60px;
}

#team .member {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

#team .member .member-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
    padding: 15px 0;
    background: rgba(29, 28, 41, 0.6);
    margin: 0 4px;
}

#team .member .member-info-content {
    transition: margin 0.2s;
    height: 40px;
    transition: height 0.4s;
}

#team .member:hover .member-info {
    transition: 0.4s;
}

#team .member:hover .member-info-content {
    height: 80px;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}

#team .member .social {
    margin-top: 15px;
}

#team .member .social a {
    transition: none;
    color: #fff;
}

#team .member .social a:hover {
    color: #1bb1dc;
}

#team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

p.subinputtext {
    text-align: right;
    font-size: 17px;
    margin: -19px 0 13px;
    font-weight: 600;
    font-size: 14px;
}

p.subinputtext input {
    height: 30px;
    width: 300px;
}

.swiper-slide {
    height: 100%;
}

.swiper-slide video {
    height: 505px;
    width: 100%;
    object-fit: initial;
}

section#news {
    display: none;
}

a.coppp {
    color: #fff;
}

/* ::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
    background: #3669ac;
}

::-webkit-scrollbar-thumb:hover {
    background: #3669ac;
} */

.ptb-50 {
    padding: 30px 0 30px 0;
}

.search-right a i {
    color: #fff;
}

.search__input {
    margin-top: 1px;
    padding-top: 0px;
    background-image: url(search.svg);
    width: 135px;
    padding: 6px 28px 5px 12px;
    background-color: #ffffff;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 95% center;
    border-radius: 2px;
    border: 1px solid #fbfbf7;
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transition: width 0.7s ease-in-out !important;
    transition: width 0.7s ease-in-out !important;
}

.search__input::placeholder {
    color: #ccc;
    opacity: 1;
}

.search__input:-ms-input-placeholder {
    color: #ccc;
}

.search__input::-ms-input-placeholder {
    color: #ccc;
}

.search__input:hover {
    width: 100%;
}

.section-title h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #f25d45;
    bottom: 0;
    left: calc(50% - 25px);
}

.cardup {
    width: 100%;
    height: 200px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    border: 2px solid rgba(7, 7, 7, 0.12);
    font-size: 16px;
    transition: all 0.8s ease;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    margin-bottom: 25px;
}

.icon {
    color: white;
    transition: all 0.8s ease;
    font-size: 30px;
}

.cardup .title {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-top: 30px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cardup .text {
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    color: #000;
    font-weight: 200;
    letter-spacing: 1px;
    opacity: 0;
    max-height: 0;
    transition: all 0.3s ease;
}

.cardup:hover {
    background: #3669ac;
    padding-top: 20px;
}

.cardup:hover .info {
    color: #FFF;
}

.cardup:hover .text {
    transition: all 0.3s ease;
    opacity: 1;
    color: #FFF;
}

.cardup:hover .title {
    color: #FFF;
    margin-top: -120px !important;
}

.cardup .title::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    border-bottom: 1px solid white;
}

.cardup:hover .icon {
    display: none;
    background-position: -120px;
    transition: all 0.3s ease;
    background: #3669ac;
    margin-top: 0px;
}

#hero {
    width: 100%;
    height: 60vh;
    background-color: rgba(59, 59, 59, 0.8);
    overflow: hidden;
    padding: 0;
    margin-bottom: -120px;
    position: relative;
    z-index: 1;
}

#hero .carousel-item {
    width: 100%;
    height: 60vh;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

#hero .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-container {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 120px;
}

#hero .carousel-content {
    text-align: center;
}

#hero h2 {
    margin: 250px;
    color: #406491;
    margin-bottom: 126px;
    font-size: 40px;
    font-weight: 700;
}

.btmb {
    border-bottom: 2px solid #f25d45;
}

#hero h2 span {
    color: #f25d45;
}

#hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: arken(#545454, 15);
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 26px;
    line-height: 1;
    width: auto;
    height: auto;
    color: #545454;
    font-weight: 400;
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #ffffff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin-bottom: 180px;
    opacity: .2;
}

#hero .carousel-indicators li.active {
    opacity: 1;
}

#hero .btn-get-started {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    border: 2px solid #ffffff;
    background: #fb3617;
}

#hero .btn-get-started:hover {
    background: #3669ac;
    color: #FFF;
    text-decoration: none;
    border: 2px solid #3669ac;
}

@media (max-height: 768px),
(max-width: 1200px) {
    #hero {
        height: 70vh !important;
        margin-bottom: 0px;
    }

    #hero .carousel-container {
        padding-bottom: 0;
    }

    #hero .carousel-indicators li {
        margin-bottom: 0;
    }

    #hero .carousel-item {
        width: 100%;
        height: 70vh;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }

    .clor {
        margin-left: 20px !important;
        margin-top: 0px !important;
    }
}

@media (max-width: 320px) {
    #hero {
        height: 80vh !important;
    }

    #hero .carousel-item {
        height: 75vh !important;
    }

    .clor {
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
}

@media (min-width: 1024px) {
    #hero p {
        width: 50%;
    }

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

.carousel-container {
    position: relative;
}

.contentfix1 {
    position: absolute;
    left: 30%;
    bottom: 4%;
}

.btn-store {
    color: #777777;
    border-color: #f25d45 !important;
}

.btn-store {
    color: #777777;
    border-color: #f25d45 !important;
    font-size: 12px;
    background: #ffffff40;
    border: 1px solid;
    font-weight: 400;
    height: 55px;
    padding: 5px;
}

.btn-store:hover {
    background: #3669ac;
    border-color: #3669ac !important;
    color: #fff;
}

.btn-store i {
    color: #f25d45;
    font-size: 34px;
    float: left;
    padding-right: 10px;
}

.menuii i {
    padding-right: 6px;
    color: #f25d45;
    font-size: 16px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #3566a7;
}

.form-inline-css .number {
    font-size: 14px;
    color: #000;
    width: 130px;
}

.form-inline-css {
    padding: 10px 0px;
}

.form-control-css {
    border: none;
    border-bottom: solid 1px #ced4da;
    border-radius: 0px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    width: 65% !important;
}


.buynow222 {
    text-transform: uppercase;
    transition: all ease-in .3s;
    background-color: #f25d45;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 35px;
    font-size: 14px;
    width: 120px;
    display: inline-block;
    text-align: center;
    padding: 2px 0 0;
}

.buynow222:hover {
    background-color: #3669ac;
    color: #fff;
}

.kyctypehome {
    color: #fff;
    padding-right: 10px;
    font-size: 14px;
}

.nav-link22 {
    border-radius: 0 !important;
}

.radiohome {
    color: #000;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 500;
}

.radiohome input {
    vertical-align: sub;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
}

.option-input:hover {
    background: #9faab7;
}

.option-input:checked {
    background: #3669ac;
}

.option-input:checked::before {
    font-size: 16px;
    line-height: 20px;
    color: #2789df;
    display: block;
    position: absolute;
    top: 0;
    left: 3px;
    border-radius: 3px;
    content: "\e64c";
    font-family: 'themify';
    font-weight: bold;
}

.option-input.radio {
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-right: 1px;
    font-size: 13px;
    font-weight: 500;
    width: 22px;
    height: 22px;
    border: 1px solid #b6b7b7;
    background: #fff;
}

.option-input.radio::after {
    border-radius: 3px;
}

a#andr i {
    font-size: 38px;
    display: block;
}

a#ios i {
    font-size: 38px;
}

#andr {
    left: 0%;
    position: fixed;
    z-index: 99999;
    width: 50px;
    height: 48px;
    bottom: 20%;
    background-color: #3669ac;
    color: #fff;
    text-align: center;
    padding: 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    cursor: pointer;
    display: none;
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
    overflow: hidden;
    transition: 0.5s;
}

#andr:hover {
    vertical-align: middle;
    width: 100px;
    height: 100px;
    background-color: #f25d45;
}

#andr:hover .icofont-brand-apple {
    background-color: #f25d45 !important;
}

#ios:hover .icofont-brand-android-robot {
    background-color: #f25d45 !important;
}

#ios:hover {
    background-color: #f25d45;
    vertical-align: middle;
    width: 100px;
    height: 100px;
}

#ios:hover.icofont-brand-android-robot {
    color: #f25d45 !important;
}

#ios {
    left: 0%;
    position: fixed;
    z-index: 99999;
    width: 50px;
    height: 48px;
    bottom: 12.1%;
    background-color: #3669ac;
    color: #fff;
    text-align: center;
    padding: 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    cursor: pointer;
    display: none;
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
    overflow: hidden;
    transition: 0.5s;
}

div#navbarSupportedContent {
    margin-top: 0px;
}

.nav-link-icon {
    color: #111 !important;
    font-size: 20px;
}

.nav-link-icon:hover {
    color: #d74533 !important;
}

.contactfrm {
    background: #eeeeeed1;
    padding: 2px 19px;
    border-radius: 5px;
}

.search-slt {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px);
    border-radius: 0;
}

.wrn-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.search-sec {
    position: relative;
    background: rgb(241 241 241);
    padding: 20px 0;
    margin-bottom: 32px;
}

.btn-searchh {
    background: #3669ac;
    color: #fff;
}

.btn-searchh:hover {
    background: #f25d45;
    color: #fff;
}

.form-group22 {
    margin-bottom: 6px !important;
}

ul.searchlistoption {
    column-count: 2;
    padding: 0;
    margin: 0;
}

ul.searchlistoption li {
    line-height: 2;
}

.error {
    color: red;
}

span.comingtext {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.dropdown-item-css {
    position: relative;
}

.dropdown-item-css-text {
    position: absolute;
    background: #e4e6ea;
    color: #000;
    padding: 8px 4px;
    left: 0px;
    font-size: 12px;
    top: 28px;
    display: none;
}

.dropdown-item-css:hover .dropdown-item-css-text {
    display: inline;
}

@media (max-width: 450px) {
    .p-0 {
        padding: 12px !important;
    }

    .navlinkkk {
        width: 109px;
    }

    span.comingtext {
        font-size: 20px;
    }

    ul.navbar-nav li {
        padding: 0;
    }

    .col-md-4.text-right {
        text-align: center !important;
    }

    .boxes-ul {
        margin: 0px;
        display: inline-block;
        width: 100%;
        justify-content: space-between;
    }

    .boxes-ul li {
        width: 60%;
        height: 75px;
        padding: 10px;
        margin: 0px 20% 17px !important;
        transition: 0.5s;
        position: relative;
        box-shadow: 0 0 10px 0px rgb(0 0 0 / 15%);
        cursor: pointer;
        text-align: center;
        border-radius: 15px;
    }

    .navbar {
        padding: 0 4px;
    }

    .boxShadow-extra {
        max-height: initial;
    }

    section#inner-headline22 h2 {
        text-align: center;
    }

    section#inner-headline22 {
        text-align: center;
    }

    .form-sec-extra {
        max-height: initial;
        margin-top: 13px;
    }

    a.navbar-brand img {
        width: 110px;
    }

    .grow {
        display: none !important;
    }
}

.banner-top {
    min-height: 500px;
    /*background: #003e7a;*/
    position: relative;
    background-size: cover;
    padding: 30px 0px;
    z-index: 1;
    background-position: 0px -23px;
    background-repeat: no-repeat;
}

.card.form--new {
    border-radius: 20px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 3px 95px 0px rgba(0, 0, 0, 0.17);
    width: 100%;
    min-height: 425px;
    position: relative;
    border: none;
    padding: 0px 0px;
}

.navlinkkk {
    background: #3568aa;
    padding: 6px 10px !important;
    border-radius: 4px;
}

.banner-main {}

.caption-sec h2 {
    color: #fff;
    font-size: 58px;
    text-align: left;
    line-height: 70px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    z-index: 1;
}

.caption-sec h2 span {
    font-weight: 800;
}

.by--nw .buynow222.bgred {
    background: transparent;
    border: none;
    color: #e75662;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    padding: 9px 15px;
    min-width: auto;
}

.by--nw .buynow222.bgred small {
    font-size: 20px;
    font-weight: 700;
}

.by--nw .buynow222 {
    display: inline-block;
    border-radius: 6px;
    padding: 9px 9px;
    margin: 1px 0 0px;
    width: auto;
    font-size: 16px;
    text-transform: capitalize;
    background: #01358D;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    position: relative;
    min-width: 126px;
    overflow: hidden;
}

.caption-sec p {
    font-size: 16px;
    color: #f9f9f9;
    text-align: left;
    margin-top: 18px;
    padding: 0px;
}

.caption-sec {
    min-height: 315px;
    padding: 26px;
}

a.common--btn {
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    padding: 9px 28px;
    margin: 15px 0 0px;
    width: auto;
    font-size: 16px;
    background: linear-gradient(to left, #6b96dc, #56CCF2);
    display: inline-block;
}

a.common--btn .fa {
    margin-right: 5px;
}

.sec-padd {
    padding: 70px 0px;
}

.single-box {
    transition: .5s;
    position: relative;
    padding: 8px 20px;
    background: #d2eeff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 8px;
    text-align: left;
    min-height: 214px;
}

.single-box:hover:after,
.single-box:hover:before {
    opacity: 1;
    visibility: visible;
    width: 50%;
}

.single-box:before {
    left: 0;
}

.single-box:after,
.single-box:before {
    bottom: 0;
    content: "";
    height: 3px;
    opacity: 0;
    position: absolute;
    transition: .5s;
    visibility: hidden;
    width: 0;
}

.single-box .icon {
   position: relative;
}


.single-box:hover:before {
    opacity: 1;
    visibility: visible;
}

.single-box:hover {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    border-color: transparent;
    -webkit-box-shadow: 0 10px 30px rgba(105, 106, 119, .15);
    box-shadow: 0 10px 30px rgba(105, 106, 119, .15);
    margin-top: -5px;
    margin-bottom: 5px;
}
.single-box:hover .rmor256 {
    color: #F9556D;
}

.single-box h3 {
    font-size: 14px;
    padding: 4px 0px;
    margin: 1px 0 0;
    font-weight: 600;
    color: #01358D;
    font-family: 'Rubik', sans-serif;
}

.no-border {
    border: none !important;
}

.single-box p {
    transition: .5s;
    color: #646464;
    font-size: 14px;
    margin: 0px;
}


.bg20 {
   /* background-image: url(../assets/front/img/prod-bg.jpg);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*background: #fff;*/
}

.services.sec-padd .section-title {
    padding-bottom: 40px;
}

.featurs--top {
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.section-title h2::after {
    width: 38px;
    height: 2px;
    background: #6b96dc;
}

.services {
    position: relative;
   /* background: rgb(0 62 122 / 66%);*/
}

.single-features {
    margin-bottom: 4px;
    padding: 5px 1px;
    position: relative;
    transition: .5s;
}

.single-features:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-features .icon {
    color: #577fa7;
    text-align: center;
    transition: .5s;
    display: inline-block;
    position: absolute;
    left: 0;
}

.single-features .icon i {
    font-size: 25px;
    background-image: linear-gradient(180deg, rgb(3 83 161) 0%, #d74539 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon--disc01 {
    margin-left: 34px;
}

.single-features p {
    font-size: 14px;
    margin-bottom: 1px;
    font-weight: 500;
    color: #01358D;
    margin-top: 1px;
    font-family: 'Rubik', sans-serif;
}

.team-wrapper .title-box h2 {
    color: #01358D;
}

.single-features .text {
    font-size: 14px;
    color: #545454;
    font-weight: normal;
    margin: 0;
}

.navlinkkk {
    background: linear-gradient(to left, #6b96dc, #56CCF2);
}

.card.form--new .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: transparent;
    border-bottom: solid 1px #6b96dc;
    color: #3669ac !important;
}

.banner-main .slick-dots {
    position: absolute;
    bottom: -30%;
    left: 5%;
    right: 0;
    text-align: left;
}

.slick-dots li {
    text-align: center;
    display: inline-block;
    float: none;
    list-style: none;
    margin: 0px 1px;
}

.slick-dots li button {
    font-size: 0px;
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.2;
    padding: 0;
    display: block;
    border: none;
    outline: none;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

.banner-top:before {
    background: url(../assets/front/img/5.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 600px;
    background-position: center center;
}

.slick-dots li button:before {
    content: "";
}

.main-footer {
    position: relative;
    z-index: 1;
}

/* .banner-top::after {
    background: url(../assets/front/img/5.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 1140px;
    background-position: center center;
    z-index: -1;
} */

.caption-sec h2:before {
    position: absolute;
    left: -16px;
    top: -18px;
    content: "";
    height: 90px;
    width: 90px;
    background: #205d99;
    border-radius: 100%;
    z-index: -1;
}

li.nav-item.lognn {
    position: relative;
}

.hover-to-show {
    position: absolute;
    background: #fff;
    width: 200px;
    right: 0;
    top: 100%;
    box-shadow: 0 1px 48px 0 rgb(0 0 0 / 8%);
    padding: 13px 14px;
    display: none;
    border: solid 1px #eee;
}

ul.hover-to-show li {
    display: block;
    text-align: left;
    padding: 0px;
    background: #d84635;
    margin-bottom: 5px;
}

ul.hover-to-show li:last-child {
    background: #6a9ade;
    margin-bottom: 0;
}

.hover-to-show li a {
    display: block;
    padding: 6px 9px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.hover-to-show:before {
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #64a3e0;
    content: "";
    position: absolute;
    right: 15px;
    top: -17px;
}

.navlinkkk:hover {
    background: linear-gradient(to left, #6b96dc, #56CCF2);
}

.single-features .icon.bg-c679e3 {
    background: #edc3fc;
    color: #c679e3;
}

.single-features .icon.bg-eb6b3d {
    background: rgba(235, 107, 61, .3);
    color: #eb6b3d;
}

.infp-banner img {
    width: 100%;
}

.banner-top-new:before {
    background: url(../assets/front/img/linedraw.png);
    display: none;
}

.banner-top-new .caption-sec h2:before {
    position: absolute;
    left: -16px;
    top: -18px;
    content: "";
    height: 90px;
    width: 90px;
    background: rgb(32 93 153 / 13%);
    border-radius: 100%;
    z-index: -1;
}

.grow {
    display: none !important;
}

.step01 {
    position: relative;
    margin-top: 30px;
}

.step01 .nmbr {
    font-size: 40px;
    color: #f97f40;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 16px;
}

.step01 h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #2b1f2b;
    margin-bottom: 20px;
    margin-top: 25px;
}

.step01 p {
    text-align: left;
}

.step01:before {
    position: absolute;
    background: #d1d1d1;
    width: 58%;
    height: 1px;
    top: 24px;
    content: "";
    text-align: center;
    left: 38%;
}

.sec-padd02 {
    padding: 6px 0 10px;
}

.enquiry-bg {
    background: #003e7aa8;
}

.enqury--content p {
    color: #fff;
    font-size: 14px;
}

.map-new {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    opacity: .7;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    z-index: -1;
}

.posrel {
    position: relative;
}

.srchbox {
    position: absolute;
    top: 73px;
    background: #dbe9f7;
    width: 100%;
    left: 0;
    padding: 10px;
}

.srchbox .form-group {
    position: relative;
    margin: 0px;
}

.srchbox .form-group button {
    position: absolute;
    top: 0;
    right: 0;
}

.srchbox .form-group .form-control {
    height: 36px;
}



.pop--form {
    position: absolute;
    right: 0;
    top: -53px;
    z-index: 99;
}

.pop--form a {
    background: #072862;
    color: #fff;
    display: inline-block;
    padding: 7px 20px;
}

.eform--main .form-group {
    margin-bottom: 12px;
}

.eform--main .form-group .form-control {
    height: 40px;
    font-size: 14px;
    border-radius: 4px;
}

.close--btt .closebtn {
    font-weight: bold;
    display: block;
    text-align: center;
    position: absolute;
    right: -12px;
    top: -14px;
    background: #fff;
    box-shadow: none;
    text-shadow: none;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    opacity: 1;
    font-size: 13px;
    color: #003e7a;
    box-shadow: 0 0 1px rgb(0 0 0 / 5%), 0 0px 4px rgb(0 0 0 / 20%);
}

.main-shadow {
    background: #fff;
    padding: 40px;
    border-radius: 6px;
}

.main-shadow button {
    background-image: linear-gradient(to right, #00c6ff, #00b4f8, #00a1ef, #228ee3, #3a7bd5);
    border: none;
    font-weight: 500;
}

#content .col-md-2.pl-0.srchbtt button {
    background-image: linear-gradient(to left, #dd3e54, #e65461, #ef676e, #f7797c, #ff8b8b);
}

.pfaqs .card-header {
    padding: 0px;
    background-color: #ebf7ff;
}

.pfaqs .card-header h2 button {
    width: 100%;
    padding: 14px 30px;
    text-align: left;
    color: #01358D;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.accordion.pfaqs .card{
    border: 1px solid #77d2ff;
}

.accordion .card h2 button {
    position: relative;
}

.accordion .card h2 .btn.btn-link::before {
    content: "\e64b";
    font-family: 'themify';
    font-size: 16px;
    position: absolute;
    right: 22px;
    top: 11px;
    background: #f7f7f7;
    display: inline-block;
}

.accordion .card h2 .btn.btn-link.collapsed::before {
    content: "\e649";
}

.inner-heading {
    position: relative;
}

#inner-headline ul.breadcrumb {
    position: absolute;
    right: 30px;
    top: -7px;
    z-index: 1;
    background: #ffffff36;
    padding: 7px 20px;
    border-radius: 2px;
}

.main-shadow.form-sec056 {
    background: #f3f4f9;
    padding: 30px;
}

.form-sec056 .control-label {
    font-weight: 500;
    font-size: 13px;
    color: #4a4a4a;
    text-transform: uppercase;
}

.main-step.pinqury--rado input[type="radio"]+label {
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px;
}

.main-step.pinqury--rado .radio {
    margin: 8px 0 0px;
}

.bpart--inner-content h3 {
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #003e7a;
}

.bparner--side {
    background: #d2eeff;
    padding: 20px;
    border-radius: 6px;
}

.bparner--side h5 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #003e7a;
}

.bparner--side ul {
    column-count: inherit;
}

.bparner--side ul li {
    display: block;
    margin: 0px;
    position: relative;
}

.bparner--side li a {
    display: block;
    padding: 5px 16px;
    color: #01358d;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

.bparner--side ul li:before {
    content: "\e649";
    font-family: 'themify';
    position: absolute;
    color: #004d97;
    top: 6px;
    left: 0;
}

.bpart--inner-content p {
    color: #424242;
    text-align: justify;
}

.btn--common {
    background: #01358D;
    padding: 10px 18px;
    border: 0px solid #01358D;
    color: #fff;
    font-weight: 600;
    border-radius: 7px;
}

.btn--common:hover {
    background: #F9556D;
    color: #fff;
}

.donlod--pop .modal-title {
    color: #003e7a;
    text-align: left;
    padding: 12px 12px 0px;
    font-weight: 600;
    font-size: 18px;
}

.donlod--pop .close {
    position: absolute;
    right: -18px;
    top: -16px;
    background: #fff;
    box-shadow: none;
    text-shadow: none;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    opacity: 1;
    font-size: 15px;
    color: #000;
}

.donlod--pop .form-control {
    height: 42px;
}

.donlod--pop {
    background: #f0f2ff;
    border-radius: 6px;
}

.donlod--pop .gotp {
    color: #ffffff;
    font-weight: 500;
    background-image: linear-gradient(to left, #dd3e54, #e65461, #ef676e, #f7797c, #ff8b8b);
    z-index: 9;
}

.donlod--pop .modal-footer {
    padding: 0px 0 10px;
    border: none;
}

.donlod--pop .btn--common {
    width: 92%;
    border-radius: 5px;
}

.donlod--pop .close:hover {
    background: #003e7a;
    opacity: 1 !important;
    color: #fff;
}

.donlod--pop .close:focus {
    outline: none;
}

.donlod--pop .form-control.tarea {
    height: 56px;
}

.appform-sec blockquote {
    background: #f0f2ff;
}

.appform-sec .infoaad li {
    list-style: none;
    margin: 0;
}

.appform-sec .infoaad li a {
    background: #fff;
    display: block;
    text-align: left;
    padding: 8px;
    margin: 7px;
    color: #01358D;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

.appform-sec .infoaad li a:hover {
    background: #003e7a;
    color: #fff;
}

.appform-sec .infoaad li a i {
    font-size: 16px;
    position: absolute;
    right: 62px;
    font-weight: 500;
    padding: 1px 14px;
    border-radius: 6px;
}

.appform-sec.boxShadow h4 {
    font-size: 16px;
    padding: 5px 0px 14px;
    position: relative;
}

.appform-sec .smallbtn {
    position: absolute;
    right: 0;
    top: -3px;
    border-radius: 6px;
    background: #01358D;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.appform-sec .smallbtn:hover{
    background: #f7546e;
}

.boxShadow.appform-sec h4:after {
    width: 83px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.appform-sec .smallbtn:hover {
    color: #fff;
}

.srch--certificat h4 {
    font-size: 16px;
}

.srch--certificat .infoaad li {
    font-size: 16px;
}

.srch--certificat .infoaad li b {
    color: #004d97;
    font-weight: 600;
}

.boxShadow-extra.srch--certificat .alert {
    background: #fff !important;
    border: none;
}

.srch--certificat ul.infoaad {
    text-align: left;
}

.srch--certificat .infoaad li span {
    font-weight: 500;
    font-size: 14px;
    color: #424242;
    padding: 2px;
    margin: 2px;
    display: block;
}

.srch--certificat .alert {
    padding: 0.75rem 0rem;
}

.srchcertfic--option .form-sec {
    background: #d2eeff;
    border-radius: 6px;
}

.srchcertfic--option .form-group.appid label {
    font-size: 16px;
    font-weight: 600;
    color: #003e7a;
}

.srchcertfic--option .searchlistoption {
    margin-top: 10px;
}

.srchcertfic--option ul.searchlistoption li span {
    vertical-align: super;
}

.srchcertfic--option ul.searchlistoption li {
    line-height: 32px;
}

.srchcertfic--option .btn--common {
    padding: 8px 32px;
    font-weight: 500;
}

.root--ca h2 {
    font-size: 18px;
    color: #01358D;
    margin-bottom: 15px;
    font-family: 'Rubik', sans-serif;
}

.root--ca p {
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    color: #111;
}

.root--ca a {
    color: #004d97;
    font-size: 15px;
    font-weight: 500;
}

.root--ca img {
    text-align: center;
    display: block;
    width: 803px;
    margin: 0 auto;
}

.prech-heding b {
    font-size: 16px;
    font-weight: 600;
    color: #003e7a;
}

.prech-heding li {
    font-size: 14px;
    font-weight: 500;
    color: #2d63b0;
    padding: 4px 0px;
}

.appform-sec02 {
    background: #d2eeff;
    border-radius: 6px;
}

ul.infoaad.prech-heding {
    text-align: left;
}

.appform-sec02 label {
    color: #003e7a;
    font-weight: 600;
}

.tab--btn .activaaa {
    padding: 11px 8px;
    background-image: linear-gradient(to right, #00c6ff, #00b4f8, #00a1ef, #228ee3, #3a7bd5);
}

.tab--btn .deactivaaa {
    padding: 11px 8px;
}

.tab--btn a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 7px;
    text-transform: capitalize;
    font-size: 15px;
}

.sharedon .option-input.radio {
    vertical-align: top;
}

.contct-discript p {
    font-size: 16px;
    font-weight: 500;
    color: #003e7a;
}

.box-contct .left-contact {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: inherit;
    padding: 45px 40px 35px 40px;
    min-height: 204px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    max-width: 100%;
    text-align: center;
}

.box-contct .left-contact h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #01398a;
    padding-top: 12px;
    font-family: 'Rubik', sans-serif;
}

.mapview iframe {
    border: none;
    padding: 10px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 6px;
}

.box-contct .main-phoneaddres ul li {
    display: inline-flex;
    color: #2d63b0;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.box-contct .main-phoneaddres i {
    margin-right: 9px;
    font-size: 20px;
}

.box-contct .left-contact p,
.left-contact a {
    color: #2d63b0;
    font-size: 14px;
}

.box-contct .social-icons-footer ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.box-contct .social-icons {
    margin-top: 4px;
}

.contactfrm--inner {
    background: #d2eeff;
    padding: 14px;
    border-radius: 6px;
}

.contactfrm.contactfrm--inner input,
.contactfrm textarea {
    margin-bottom: 0px;
}

.contactfrm.contactfrm--inner h4 {
    font-size: 18px;
    margin-bottom: 3px;
    color: #003e7a;
}

.contactfrm.contactfrm--inner input {
    height: 42px;
    font-size: 14px;
}

.contactfrm--inner .btn.btn-contact.btn--common {
    background: #01358D;
    padding: 7px 17px;
    border: 2px solid #01358D;
    color: #fff;
    font-weight: 500;
    border-radius: 7px;
}

.contactfrm--inner .btn.btn-contact.btn--common:hover{
    background: #f7546e;
    border-color:#f7546e ;
}

.hero-container {
    position: relative;
}

.spine {
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 219px;
    width: 220px;
    background-position: center center;
    z-index: -1;
}

.tm-animation-spin-half {
    -webkit-animation: tm-animation-spin-half 10s linear infinite;
    -moz-animation: tm-animation-spin-half 10s linear infinite;
    animation: tm-animation-spin-half 10s linear infinite;
}

@-webkit-keyframes tm-animation-spin-half {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes tm-animation-spin-half {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

h2.valh2 {
    font-size: 20px;
    color: #2d63b0;
    font-weight: 600;
    margin-bottom: 24px;
}

.abt--main .single-features {
    padding: 10px 2px;
    display: flex;
    margin-bottom: 0px;
    align-items: center;
}

.single-features01 {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #e6eeff;
    flex: 0 0 auto;
    color: #004ad1;
    font-size: 28px;
    line-height: 0;
    position: relative;
    margin-right: 20px;
}
.single-features01:before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #004ad1;
    top: 0;
    width: 16px;
    height: 3px;
    border-radius: 3px;
}


.abt--main .single-features h6 {
    color: #003e7a;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}



.appform-sec .infoaad.rewsettng li a {
    display: inline-block;
    background: transparent;
}

.appform-sec .infoaad.rewsettng li a {
    display: inline-block;
    background: transparent;
    padding: 0;
    margin: 0;
    font-weight: 500;
}

.prech-heding.rewsettng li {
    font-weight: 500;
    font-size: 13px;
}

.app--form--top .heading_bar {
    background-image: linear-gradient(to left, #00c6ff, #00b4f8, #00a1ef, #228ee3, #3a7bd5);
}

.select-mode-box.app--form--top {
    background: #f0f2ff;
}

.app--form--top .form-bg-e {
    background-color: #f0f2ff;
}

.odr--summry {
    background: #f0f2ff;
}

.odr--summry .appinfosect {
    background: #f0f2ff;
}

.odr--summry h3 {
    color: #003e7a;
    font-weight: 700;
    font-size: 16px;
    margin-top: 3px;
}

.odr--summry table.table-condensed {
    background: #f0f2ff;
}

.odr--summry .table-bordered {
    border: none;
}

.odr--summry .table-bordered td,
.table-bordered th {
    padding: 5px;
    border: none;
    border-bottom: 1px solid rgb(0 62 122 / 25%);
}

.odr--summry .table-bordered th {
    font-weight: 500;
}

.odr--summry .table-bordered td {
    font-weight: 600;
}

.apply--dsc h3 {
    color: #003e7a;
    font-weight: 700;
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 24px;
}

.apply--dsc .table-bordered th {
    font-weight: 500;
}

.apply--dsc .table-bordered td {
    font-weight: 600;
    padding: 5px;
}

.apply--dsc h4 {
    color: #003e7a;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}

.apply--dsc {
    background: #fff;
}

.pay--mode .sidenav {
    background-color: #e3e6fb;
    padding: 8px 13px;
    min-height: 500px;
}

.pay--mode .sidenav h5 {
    padding: 4px 0;
    margin-bottom: 5px;
    font-size: 18px;
    background: transparent;
}

.pay--mode .sidenav a {
    background: #fff;
    font-size: 25px;
    color: #003e7a;
    margin: 5px 0px;
}

.pay--mode .rdobox-list {
    display: block;
    color: #003e7a;
    margin-top: 0px;
}

.pay--mode--rght .card11 {
    margin-top: 0px;
}

.pay--mode--rght .table-bordered td {
    padding: 5px;
}

.pay--mode .sidenav a.active {
    background: #003e7a;
}

.pay--mode .sidenav a.active .rdobox-list {
    color: #fff;
}

.pay--mode--rght .card-body11 {
    margin-top: 3%;
    position: relative;
}

.pay--mode--rght .purchaseLink {
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.pan--rght {
    background: #f0f2ff;
}

.pan--rght .btn.btn-primary {
    background-image: linear-gradient(to right, #00c6ff, #00b4f8, #00a1ef, #228ee3, #3a7bd5);
    border: none;
}

.paymnt--suces h5 {
    margin-bottom: 14px;
}

.paymnt--suces h2 {
    margin-bottom: 8px;
}

.paymnt--suces--vid blockquote {
    background: #f0f2ff;
    padding: 10px;
}

.paymnt--suces--vid .btn--common {
    font-size: 16px;
    font-weight: 500;
}

.apply--dsc .btn.btn--common.btn-sm.float-right {
    padding: 6px 10px;
}

.apply--dsc .btn.btn-primary.btn-block,
.appform-sec02 .btn.btn-primary.btn-block {
    background-image: linear-gradient(to right, #00c6ff, #00b4f8, #00a1ef, #228ee3, #3a7bd5);
}

.vid--common button {
    background: #337ab7;
    color: #fff;
    border: none;
    padding: 5px 13px;
    font-size: 14px;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #00c6ff, #00b4f8, #00a1ef, #228ee3, #3a7bd5);
    border-radius: 4px;
    margin-right: 3px;
}

.vid--common button:hover {
    background-image: linear-gradient(to left, #00c6ff, #00b4f8, #00a1ef, #228ee3, #3a7bd5);
}

.sample--vid .btn--common {
    padding: 6px 10px;
    font-weight: 500;
}

.mar--rght button {
    margin-left: 15px;
}

.snd--resum--form {
    padding: 17px 20px;
}

.main-shadow .btn-primary {
    background-image: linear-gradient(to right, #00c6ff, #00b4f8, #00a1ef, #228ee3, #3a7bd5);
    border: none;
    font-weight: 500;
}

.main-shadow .btn-primary:disabled {
    cursor: not-allowed;
}

.appform-sec .infoaad.dcerti--main li a {
    display: inline-block;
    background: #1495e8;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
}

li.text-center.dcerti--form {
    margin-top: 18px;
    margin-bottom: 18px;
}

li.text-center.dcerti--form span {
    background-image: linear-gradient(to left, #00c6ff, #00b4f8, #00a1ef, #228ee3, #3a7bd5);
    padding: 10px;
    border-radius: 6px;
    border: none;
    font-size: 15px;
    font-weight: 500;
}

.confirm--btn .btn-primary {
    background-image: linear-gradient(to right, #00c6ff, #00b4f8, #00a1ef, #228ee3, #3a7bd5);
    border: none;
}

.downlod--enc blockquote {
    background: #f0f2ff;
}

.appform-sec .infoaad li .inlin-bb {
    display: inline-block;
    border-radius: 4px;
    background: #1099ea;
    color: #fff;
    padding: 5px;
}

.dwdbtn.dd--certific {
    background-image: linear-gradient(to left, #00c6ff, #00b4f8, #00a1ef, #228ee3, #3a7bd5);
    padding: 10px;
    border-radius: 6px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

a.refreshCaptcha {
    background-image: linear-gradient(to left, #dd3e54, #e65461, #ef676e, #f7797c, #ff8b8b);
    padding: 9px 12px;
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
}

span#captImg {
    background-color: #d9e4f5;
    background-image: linear-gradient(315deg, #2f83db 0%, #c5e2ff 74%) !important;
    padding: 9px 8px !important;
    font-size: 18px;
    margin-right: 5px;
    border-radius: 5px;
    letter-spacing: 5px;
    font-style: italic;
    font-family: cursive;
}

.usr--control {
    background-image: linear-gradient(to left, #00c6ff, #00b4f8, #00a1ef, #228ee3, #3a7bd5);
}

.usr--control .rdobox-list {
    font-weight: 600;
    font-size: 15px;
}

.verifi--detail h2 {
    background-image: linear-gradient(to left, #00c6ff, #00b4f8, #00a1ef, #228ee3, #3a7bd5);
    font-size: 16px;
}

.btn-primary.opt-btn {
    background-image: linear-gradient(to right, #00c6ff, #00b4f8, #00a1ef, #228ee3, #3a7bd5);
    border: none;
}

.error-occur {
    height: 100%;
    width: 100%;
    color: #000;
    text-align: center;
}

.error-occur {
    margin: 0;
    padding: 0;
    line-height: 18px;
    color: #707070;
    background: url(../img/bg.jpg) no-repeat 50%;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

.notfound i {
    font-size: 115px;
    color: #1958a1;
    margin-bottom: 20px;
}

#notfound {
    position: relative;
    height: 100vh;
}

.notfound {
    padding-left: 0px;
    line-height: 1.1;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound .notfound-404 {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 140px;
    height: 140px;
    background: url(../assets/front/img/error-image.png);
    background-size: cover;
}

.notfound .notfound-404:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(2.4);
    -ms-transform: scale(2.4);
    transform: scale(2.4);
    border-radius: 50%;
    background-color: #d4e8fb;
    z-index: -1;
}

.notfound h1 {
    font-size: 45px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
}

.notfound h2 {
    font-size: 25px;
    font-weight: 400;
    margin: 0;
    color: #5f5f5f;
    margin-bottom: 6px;
}

.notfound p {
    color: #5196ce;
    font-weight: 500;
    font-size: 16px;
}

.notfound a {
    font-family: nunito, sans-serif;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    color: #388dbc;
}

.error-actions a {
    color: #fff;
}

.btn-red {
    background-image: linear-gradient(to left, #dd3e54, #e65461, #ef676e, #f7797c, #ff8b8b);
    padding: 10px 18px;
    border: 2px solid #fc8485;
    color: #fff;
    font-weight: 600;
    border-radius: 7px;
}

.btn-red:hover {
    background-image: linear-gradient(to left, #f7797c, #ff8b8b, #dd3e54, #e65461, #ef676e);
    padding: 10px 18px;
    border: 2px solid #fc8485;
    color: #fff;
}

@media (max-width:640px) {
    .featurs--top {
        margin-top: 0px
    }

    ul#progressbar strong {
        left: 5px;
        line-height: 18px;
    }

    #inner-headline ul.breadcrumb {
        position: inherit;
        float: none;
    }

    #inner-headline .inner-heading h2 {
        margin: 0px;
    }
}

@media (max-width:1024px) {
    .Publisher-menu .nav-item a {
        font-size: 12px;
    }

    .footer-widget-ncl1 ul.quick-links li a {
        font-size: 13px;
    }

    .footer-widget-ncl1 ul.add-ul li {
        font-size: 12px;
    }

    .form--new h1 {
        font-size: 18px;
    }

    .form-control-css {
        width: 50% !important;
    }

    .form-inline-css .number {
        font-size: 13px;
        color: #000;
        width: 86px;
    }

    .form-inline-css {
        padding: 8px 8px;
    }

    .by--nw .buynow222 {
        padding: 9px 20px
    }

    .main-step .radio {
        margin: 5px 0;
    }

    .radiohome {
        padding-right: 5px;
        font-size: 12px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 12px;
    }

    #notfound {
        height: 65vh;
    }
}

@media (max-width: 768px) {
    .Publisher-menu .navbar-toggler {
        border: none;
        padding: 0;
        border-radius: 0;
        width: 30px;
        text-decoration: none;
        outline: none;
    }

    .Publisher-menu .navbar-collapse {
        position: fixed;
        left: -272px;
        top: 0;
        height: 100%;
        height: 100vh;
        display: block;
        z-index: 999;
        width: 270px;
        background: #fff;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
    }

    .Publisher-menu .navbar-collapse.show {
        left: 0;
    }

    .row11 .col-lg-5,
    .row11 .col-lg-7 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .main-footer {
        padding: 20px 25px;
    }

    p.nxtstep span {
        font-size: 12px;
        padding: 10px 7px;
    }

    ul#progressbar strong {
        left: 1px;
        line-height: 15px;
    }

    ul#progressbar li i {
        top: -20px;
        bottom: inherit;
    }

    #progressbar li {
        width: 25%;
    }

    .pay--mode .sidenav {
        min-height: 300px;
    }

    .vid--common i {
        display: block;
    }

    .vid--common button {
        padding: 3px 6px;
        font-size: 13px;
        margin-right: 1px;
        line-height: 16px;
        text-transform: capitalize;
    }
}

.marg40 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cpl--main .nav-tabs .nav-link {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: none;
    color: #333;
    padding: 12px 9px;
    font-weight: 600;
    font-size: 15px;
}

.cpl--main .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #003e7a;
    border-bottom: solid 2px #003e7a;
}

.categry--main {
    margin-top: 22px;
    margin-bottom: 22px;
}

.categry--main li {
    display: inline-block;
}

.categry--main li a {
    padding: 12px 18px;
    background: #e3e3e3;
    color: #003e7a;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    opacity: 0.7;
    margin-right: 5px;
    display: block;
}

.categry--main li a.active {
    opacity: 1;
    color: #fff;
    background: #11998e;
    background: -webkit-linear-gradient(to left, #38ef7d, #11998e);
    background: linear-gradient(to left, #38ef7d, #11998e);
}

.pckage--cont p {
    font-size: 15px;
    color: #c6eafd;
    line-height: 28px;
    margin-top: 51px;
}

.pckage--cont {
    text-align: center;
    background: rgb(38, 101, 144);
    position: relative;
    padding: 27px;
    margin-top: 80px;
    border-radius: 8px;
}

.prtnr-img {
    width: 150px;
    height: 150px;
    background: #ffffff;
    line-height: 150px;
    border-radius: 100%;
    box-shadow: 0 0 0 4px #eeeef3;
    border: 3px solid #f5f6f8;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
}

.prtnr-img img {
    padding: 10px;
}

.pckage--listng {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 15px 26px;
    background: url(../img/prod-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    border: solid 1px #eee;
    border-left: 3px solid #022278;
    border-radius: 6px;
}

.pckage--listng:before {
    background: #87c0ff21;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.gxt--logo {
    position: absolute;
    top: 0px;
}

.gxt--logo img {
    width: 100px;
    border-radius: 100%;
    height: 100px;
    background: #fff;
    padding: 4px;
}

.pckg--info {
    margin-left: 112px;
}

.pckg--info h3 {
    color: #1e266d;
    font-size: 20px;
    margin-bottom: 0;
}

.mid {
    font-size: 14px;
    color: #747171;
    padding: 2px 0px;
}

.col-md-4.pckg--info02 {
    text-align: right;
    border-left: dashed 1px #5ba0e3;
}

.pckg--info02 button {
    color: #ffffff;
    background-image: linear-gradient(to right, #00c6ff, #00b4f8, #00a1ef, #228ee3, #3a7bd5);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 11px 10px;
    display: inline-block;
    border-radius: 7px;
    border: 2px solid #00c6ff;
    margin-top: 9px;
}

.cpl--main .nav-tabs {
    align-items: center;
    justify-content: center;
}

.pckg--info p {
    margin-top: 5px;
    margin-bottom: 0;
}

.mid.mid01 {
    color: #505050;
}

.mid.call01 {
    color: #505050;
}

.shap01 {
    position: absolute;
    top: 8px;
    left: 14px;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 80px solid #275c81;
    border-bottom: 40px solid transparent;
}

.shap02 {
    position: absolute;
    top: 8px;
    right: 14px;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-right: 80px solid #275c81;
    border-bottom: 40px solid transparent;
}

@media(max-width: 767px) {
    .cpl--main .nav-tabs .nav-link {
        padding: 12px 3px;
        font-size: 12px;
    }

    .categry--main li {
        display: block;
    }

    .categry--main li a {
        margin-right: 0;
        margin-bottom: 2px;
    }

    .gxt--logo {
        position: static;
    }

    .pckg--info {
        margin-left: 0;
    }

    .col-md-4.pckg--info02 {
        text-align: left;
        border: none;
    }
}

.btn-loadmore {
    background-image: linear-gradient(to right, #00c6ff, #00b4f8, #00a1ef, #228ee3, #3a7bd5);
    border: none;
    padding: 5px;
    font-weight: 500;
    width: 100%
}

a.removeitem {
    color: #fff;
    font-weight: bold;
    background-image: linear-gradient(to left, #dd3e54, #e65461, #ef676e, #f7797c, #ff8b8b);
}

a.addmore {
    color: #fff;
    font-weight: bold;
    background-image: linear-gradient(to left, #38ef7d, #11998e);
}

h6.dowmnuser {
    position: absolute;
    right: 18px;
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 500;
    top: 13px;
}

.appform-sec .infoaad.dcerti--main.dd--certi li a {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    padding: 2px 4px;
}

.follw--info {
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: 600;
    margin-top: 8px;
}

.dd--certi small#downtext {
    padding-left: 0px;
    display: block;
    margin-bottom: 8px;
}

.appform-sec .infoaad.dd--certi li {
    padding: 0 16px;
}

.upld--csr--inner input {
    background: #fff;
    padding: 8px;
}

.upld--csr label {
    color: #2d63b0;
}

.upld--csr {
    margin-bottom: 20px;
}

.wth--cntr {
    padding: 0 80px;
}

.main--confrmpass li:first-child {
    color: #2d63b0;
    padding-left: 20px;
}

.plset li:first-child {
    color: #2d63b0;
    margin-bottom: 18px;
    margin-top: 5px;
}

.plset li {
    color: #2d63b0;
    font-weight: 500;
}

#progressbar li.active strong {
    color: green;
}

button#btnMobileOTP:disabled,
button#btnEmailOTP:disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

.otp--common .btn-primary {
    height: 36px;
}

.confirm-tbl th,
.confirm-tbl td {
    padding: 5px;
}

.confirm-tbl .table {
    margin-bottom: 0px;
}

/******************home page new css******************/
/*********radio button css home page*************/
.radio--chk--top {
    display: flex;
}

.radiohome-new {
    position: relative;
    width: 100%;
    height: 30px;
    z-index: 1;
    text-align: center;
    display: inline-block;
}

.radiohome-new label {
    position: relative;
    z-index: 1;
    font-size: 13px;
    color: #003E7A;
    line-height: 30px;
    pointer-events: none;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    padding: 0 14px;
}

.radiohome-new input[type=radio] {
    position: absolute;
    background-color: #f3f6fc;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: 0.5s all ease;
    border-radius: 50px;
    border: solid 1px #c9dbee;
}

.radiohome-new input[type=radio]:checked {
    border: solid 1px #2d5f93;
    color: #2d5f93;
    background-color: #ffffff;
    box-shadow: 0px 3px 5px 0px rgb(255 255 255 / 13%);
}

.radiohome-new input[type=radio]:checked::before {
    content: "\e64c";
    font-family: themify;
    font-weight: 900;
    font-size: 9px;
    color: #ffffff;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: -8px;
    right: -2px;
    background-color: #F9556D;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.radio--chk01 {
    margin-right: 10px;
}

.row.padd05 {
    margin-left: -5px;
    margin-right: 5px;
}

.padd05 .col-md-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.row.padd05 {
    margin-left: -5px;
    margin-right: 5px;
}

.padd05 .col-md-4 {
    padding-right: 5px;
    padding-left: 5px;
}


.number {
    font-weight: 500;
    color: #333;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
}

.form--new h1 {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    top: 0;
    background: #01358D;
    width: 100%;
    left: 0;
    padding: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
}

.main-step .radio {
    margin: 2px 0 2px;
    display: inline-block;
}

.free-demo01 i {
    font-weight: 600;
}

/* .hero-container:before {
    content: "";
    background-image: url(../assets/front/img/shapform-back01.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 18%;
    left: 0;
} */


/**************buy now button effect css*********************/

.effect.effect-1 {
    transition: all 0.2s linear 0s;
  }
  .effect.effect-1:before {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 40px;
    transition: all 0.2s linear 0s;
  }
  .effect.effect-1:hover {
    text-indent: -20px;
  }
  .effect.effect-1:hover:before {
    opacity: 1;
    text-indent: 0px;
  }

  .sec-padd.serpadd--new{
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: 48% 100%;
    background: #f4f6fb;
  }
  .mtop-105 {
    margin-top: 105px;
}



.team-wrapper:before {
    content: '';
    position: absolute;
    width: 30%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f7f6fc;
    z-index: -1;
}

.team-wrapper:after {
    content: '';
    position: absolute;
    width: 70%;
    height: 100%;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(-45deg, #f7aab2, #11539f);
    background: -o-linear-gradient(-45deg, #f7aab2, #11539f);
    background: linear-gradient(-45deg, #f7aab2, #11539f);
    z-index: -1;
}

.team-wrapper .title-box {
    background: #fff;
    padding: 1rem;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: .26667rem;
    border-radius: .26667rem;
    -webkit-box-shadow: 0 5px 30px rgba(41, 41, 59, .1);
    box-shadow: 0 5px 30px rgba(41, 41, 59, .1);
}

.team-img {
    width: 45%;
    position: relative;
}

.team-desc {
    width: 55%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1.33333rem;
}

.carousel-single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.testimoni--main {
    background: #fff;
}

.team-desc h5 {
    color: #01358D;
    margin: 0 0 1px;
}

.team-desc span {
    color: #9192a3;
}

.testi-date256 {
    color: #747373;
}

.testi--rating01 i {
    color: #15a054;
    font-size: 16px;
}
.team-desc p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2rem;
    color: #2e2e2e;
    margin: 7px 7px 0px 0px;
    position: relative;
   
}

.team-desc .quotes01 {
    font-size: 24px;
}

.team-desc .quotes02 {
    font-size: 24px;
}

.carousel-single:after {
    content: "";
    background: url(../assets/front/img/testmon02.png);
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 130px;
    z-index: -1;
} 

 .testimoni--main.slick-initialized .slick-slide, .slick-slide img {
    display: block;
    height: 293px;
} 

.sec-padd.featurs--top.paddnew100 {
    padding: 0px 0 50px;
}

.single-box .icon img {
    width: 54px;
}

.rmor256 {
    position: absolute;
    width: 100%;
    bottom: 13px;
    right: 20px;
    color: #01358D;
    font-weight: 500;
    text-align: right;
}

.bordr--sec.bg20 .col-md-2 {
    margin-right: 14px;
}

.abt--sec5626 h4 {
    color: #01358D;
    margin-bottom: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 30px;
}

.abt--sec5626 h4 span {
    color: #F9556D;
}

.abt--sec5626 p {
    color: #666;
    font-family: 'Rubik', sans-serif;
    line-height: 30px;
    font-size: 15px;
}

.theme-bg {
    background: #01358D;
    background-image: linear-gradient(90deg, #01358D 0%, #F9556D 100%);
}

.cta-wrap2 {
    padding: 60px 0;
    border-radius: 10px 10px 0 0;
}

.section__title .sub-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-flex;
    line-height: 1;
    gap: 10px;
}

.section__title .sub-title:after {
    content: "";
    position: relative;
    display: inline-block;
    height: 1px;
    width: 26px;
    background: #1f2933;
    align-self: center;
    margin-top: -0.1em;
}

.section__title .sub-title.text-white:after {
    background: #fff;
}

.section__title .title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 37px;
    text-transform: capitalize;
    line-height: 1.208;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 0.3px;
}

.tg-button-wrap2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 15px;
}

.cta-wrap2 .tg-button-wrap2 .title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.cta-wrap2 .tg-button-wrap2 .content a {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 18px;
    display: inline-block;
}

.btn-white {
    background: #fff;
    color: #00233d;
}

.cta-wrap2 .tg-button-wrap2 {
    gap: 30px 19px;
}

.tg-button-wrap2 .icon--hlp {
    height: 95px;
    width: 95px;
    line-height: 95px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}

.cta-area-2 {
    margin-bottom: 50px;
}

.Publisher-menu .navbar-nav .dropdown-toggle::after{
    content: "\ea4e";
    font-family: remixicon !important;
    border: none;
    font-size: 20px;
    vertical-align: bottom;
    color: #f7546e;
}

.commonred--ui25 {
    color: #F9556D;
}

.arrow--anim01 {
    position: absolute;
    right: -45px;
    top: 25%;
    animation: messageMove 3s linear 0s infinite;
}

@keyframes messageMove {
    0%, 100% {
      transform: translateX(0);
    }
    25%, 75% {
      transform: translateX(5px);
    }
    50% {
      transform: translateX(10px);
    }
  }

  .scroll-top {
    position: fixed;
    right: 30px;
    bottom: 6px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(45px);
    transition: all 300ms linear;
}

  .scroll-top svg {
    color: #f7546e;
    border-radius: 50%;
    background: #fff;
}

.scroll-top .progress-circle path {
    stroke: #f7546e;
    stroke-width: 20px;
    box-sizing: border-box;
    transition: all 400ms linear;
}
.scroll-top svg path {
    fill: none;
}

.scroll-top:after {
    content: "\ea76";
    font-family: remixicon !important;
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #f7546e;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid #f7546e;
    box-shadow: none;
    border-radius: 50%;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.Publisher-menu .nav-item a i {
    color: #f7546e;
    font-size: 18px;
    vertical-align: bottom;
}

.appl--dsc--cursiv {
    position: absolute;
    left: -145px;
    top: 36px;
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
    transform-origin: right top 0;
    font-size: 5vw;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: vertical-text;
    display: block;
    height: auto;
    direction: rtl;
    z-index: 11;
    background: #f7546e;
    color: #fff;
    padding: 4px 14px;
}

.appl--dsc--cursiv:before {
    content: "";
    position: absolute;
    right: 48px;
    top: 27px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f5546f;
    transform: rotate(90deg);
}

.card-header-css .tab-content {
    padding: 0 20px;
}

.appl--dsc--cursiv{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

.btn.btn-primary.common--enq256 {
    display: inline-block;
    border-radius: 6px;
    padding: 8px 13px;
    font-size: 14px;
    background: #01358D;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    position: relative;
    overflow: hidden;
    color: #fff;
    border-color: #01358D;
    margin-top: 0px;
    text-transform: uppercase;
}

.common--hight01{
    min-height: 85px;
}

a.price--detail {
    font-size: 21px;
    display: inline-block;
    padding: 9px 21px 9px 4px;
    color: #a5a3a3;
    position: relative;
}

.support_charge {
    padding-right: 18px;
    display: flex;
    flex-direction: column;
    text-align: right;;
    border-right: dashed 1px #c7c7c7;
}


.support_charge span {
    font-size: 13px;
    color: #444343;
    font-weight: 500;
}

.support_charge span small {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}



/****************downtime css************/

.downt--top01 .donlod--pop {
    background: #fff;
    padding: 80px 80px 20px 17px;
}

.dwn--inner--02 p {
    font-weight: 500;
    color: #3c3c3c;
}

.dwn--inner--02 h3 {
    font-size: 16px;
    color: #01358D;
    font-weight: 700;
    margin-bottom: 10px;
}

.dwn--inner--02 li {
    padding: 4px 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #424242;
}

.dwn--inner--02 h5 {
    font-size: 16px;
    padding: 20px 0;
    color: #276e1b;
}

.dwn--inner--02 p span {
    font-weight: 600;
    color: #01398a;
}

.dwn--inner--02 a {
    color: #238ae5;
}

.shape1 {
    position: absolute;
    right: 0;
    top: 0;
}

.shape2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.downt--top01 .donlod--pop .close{
z-index: 9;
}

.thankuu h4 {
    font-size: 16px;
}

.thankuu h4 span {
    display: block;
    font-size: 14px;
    padding: 8px 0;
    color: #2f92e2;
}

.container--common--sec01 {
    border: 1px solid #b6c1db;
    border-radius: 10px;
    padding: 22px 33px;
    margin-bottom: 40px;
    background: #fff;
    position: relative;
}

.container--common--sec01::before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: -5px;
    background: #f1f4fc;
    border: 1px solid #b6c1db;
    border-radius: 8px;
    height: 70px;
    z-index: -1;
    transition: .3s ease-in;
}

.container--common--sec01::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -10px;
    background: #dfe5f0;
    border: 1px solid #b6c1db;
    border-radius: 8px;
    height: 70px;
    z-index: -2;
    transition: .3s ease-in;
}

.container--common--sec01:hover::after, .container--common--sec01:hover::before {
    bottom: 3px;
}

.carrer--inner012 h5 {
    padding-bottom: 17px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #072664;
}

.carrer--inner012 h5 strong {
    font-weight: 500;
    letter-spacing: normal;
}

.snd--resum--form02 {
    background: #fff;
    padding: 0;
}

.contactfrm.snd--resum--form02 input, .contactfrm.snd--resum--form02 textarea{
    margin-bottom: 15px;
}
.dsc--tbl526 .table thead th {
    border-top: 0;
}

.dsc--tbl526 .table td, .dsc--tbl526 .table th {
    padding: 7px 6px;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
}

/****************end downtime css************/

.contact-icon {
    position: absolute;
    top: -13px;
    right: 46%;
    transition: .5s;
}

.contact-icon i {
    font-size: 24px;
    color: #fff;
    position: relative;
    z-index: 5;
}

.contact-icon i:after {
    content: "";
    width: 62px;
    height: 62px;
    background: #01358D;
    border-radius: 4px;
    position: absolute;
    bottom: -20px;
    left: -20px;
    z-index: -5;
    transform: rotate(-135deg);
}

.contct-discript {
    min-height: 83px;
    text-align: center;
}

.box-contct .left-contact:hover .contact-icon {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.box-contct .left-contact:hover .contact-icon i:after{
    background: #f7546e;
}

.vid01:before {
      content: "\f508";
      position: absolute;
      font-family: remixicon !important;
      font-size: 24px;
      left: 100px;
      background: #385f91b5;
      top: 114px;
      z-index: 999;
      width: 50px;
      height: 50px;
      border-radius: 100%;
      color: #fff;
      line-height: 50px;
      text-align: center;
      font-weight: 600;
      cursor: pointer;
  }

.main-step.supportcharges01 {
    background: transparent;
    padding: 0;
    border-radius: inherit;
}

.sopprt--change--top {
    display: flex;
}

.sopprt--change--top .number {
    padding-right: 8px;
    
}

.main-step.supportcharges01 input[type="radio"]+label{
    margin-right: 4px;
    padding-left: 19px;
    display: inline;
}

.main-step.supportcharges01 input[type="radio"]+label:before{
    width: 16px;
    height: 16px;
}

.main-step.supportcharges01 input[type="radio"]:checked+label:after{
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
}

/**************end buy now button effect css*********************/

/* container width screen */
@media (min-width: 1500px) and (max-width: 1700px) {
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1300px) and (max-width: 1499px) {
    .container {
        max-width: 1240px;
    }
}

@media only screen and (min-width: 1800px) {
    .container {
        max-width: 1640px;
    }
}

@media only screen and (max-width: 768px) {
    .by--nw {
        position: relative;
        flex-direction: column;
       justify-content: center;
       align-items: center;
    }
    .support_charge{
        border: none;
    }

    .card-header-css .tab-content {
        padding: 0 10px;
    }

    .radio--chk01 {
        margin-right: 5px;
    }

    .radiohome-new label{
        padding: 0 9px;
        font-size: 12px;
    }

    .arrow--anim01 {
        right: 0;
        top: 1%;
        z-index: 9;
    }

    .appl--dsc--cursiv{
        position: absolute;
        left: -101px;
        top: 4px;
        padding: 2px 5px;
    }

    .appl--dsc--cursiv:before{
        right: 39px;
    top: 19px;
    }

    .appl--dsc--cursiv {
        font-size: 13px;
    }

    .single-box{
        min-height: 164px;
        margin-bottom: 10px;
    }

    .abt--sec5626 h4{
        margin-bottom: 4px;
        font-size: 18px;
    }

    .abt--sec5626 p {
        line-height: 25px;
        font-size: 14px;
    }

    .team-desc h5{
        font-size: 16px;
    }

    .team-desc span {
        font-size: 13px;
        line-height: 16px;
    }

    .team-desc p {
        font-size: 14px;
        line-height: 18px;
        margin: 7px 7px 0px 0px;
        position: relative;
    }

    .team-desc{
        padding: 0 9px;
    }

    .vid01:before{
        top:82px;
        left: 55px;
    }

    .team-wrapper .title-box h2{
        font-size: 20px;
    }

    .testimoni--main.slick-initialized .slick-slide, .slick-slide img{
        height: 215px;
    }

    .section__title .title{
        font-size: 22px;
    }

    .cta-wrap2 .tg-button-wrap2 .title{
        font-size: 16px;
    }

    .cta-wrap2 .tg-button-wrap2 .content a{
        font-size: 18px;
    }

    .btn.btn-primary.common--enq256{
        width: 100%;
        margin-bottom: 4px;
    }

    .navbar-brand{
        margin-right: 0;
    }

    .main--form--area .form-sec.pan--rght.dsc--form--rght {
        margin: 55px 4px 14px 4px;
    }

    .main--form--area .wizard-progress .step{
        font-size: 10px;
        line-height: 13px;
    }

    .main--form--area .wizard-progress .step.complete .node:before{
        top: 2px;
    }
}

  