* {
    margin: 0px;
    padding: 0px;
    border: medium none;
    outline: medium none !important;
    list-style: outside none none;
    font-size: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none!important;
}

html,
body {
    height: 100%;
    color: #000;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none!important;
    outline: none!important;
}

a img {
    border: none;
}

a,
a:hover,
a:active,
a:focus,
.btn,
.close {
    transition: all 0.2s ease-in-out 0s!important;
    cursor: pointer!important;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none;
}

ul {
    margin: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    transition: all ease-in-out .2s;
}

::selection {
    background-color: #eb6413;
    color: #fff;
}

.btn:focus,
.btn:active {
    box-shadow: none!important;
}

.content-list ul li {
    list-style: disc !important;
}

.content-list ul {
    margin: 0px 20px 15px !important;
}

.content-list div {
    margin-bottom: 15px !important;
}

.content-list ol {
    margin: 0px 20px 15px !important;
}

.content-list ol li {
    list-style: decimal !important;
}

.content-list i {
    margin-bottom: 15px !important;
    float: left;
    width: 100%;
}

.content-list a {
    color: #AEAEAE !important;
}

.content-list p {
    margin-bottom: 15px;
    font-size: 18px !important;
}

.news-pdt ul li {
    margin-bottom: 15px;
}


/*! ---------Font----------- !*/

@font-face {
    font-family: 'Conv_OratorStd';
    src: url('../fonts/OratorStd.eot');
    src: local('☺'), url('../fonts/OratorStd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_FontsFree-Net-SFProText-Light';
    src: url('../fonts/FontsFree-Net-SFProText-Light.eot');
    src: local('☺'), url('../fonts/FontsFree-Net-SFProText-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
    src: url('../fonts/FontsFree-Net-SFProText-Regular.eot');
    src: local('☺'), url('../fonts/FontsFree-Net-SFProText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_FontsFree-Net-SFProText-Semibold';
    src: url('../fonts/FontsFree-Net-SFProText-Semibold.eot');
    src: local('☺'), url('../fonts/FontsFree-Net-SFProText-Semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF-Pro-Text-Thin';
    src: url('../fonts/SF-Pro-Text-Thin.otf');
    src: local('☺'), url('../fonts/SF-Pro-Text-Thin.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SF-Pro-Display-Light';
    src: url('../fonts/SF-Pro-Display-Light.otf');
    src: local('☺'), url('../fonts/SF-Pro-Display-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SF-Pro-Display-Regular';
    src: url('../fonts/SF-Pro-Display-Regular.otf');
    src: local('☺'), url('../fonts/FontsFree-Net-SFProText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SF-Pro-Display-Medium';
    src: url('../fonts/SF-Pro-Display--Medium.otf');
    src: local('☺'), url('../fonts/FontsFree-Net-SFProText--Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SF-Pro-Display-Semibold';
    src: url('../fonts/SF-Pro-Display-Semibold.otf');
    src: local('☺'), url('../fonts/SF-Pro-Display-Semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF-Pro-Display-Thin';
    src: url('../fonts/SF-Pro-Display-Thin.otf');
    src: local('☺'), url('../fonts/SF-Pro-Text-Thin.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*! ---------Font----------- !*/


/*! ----dropdown-transitions------ !*/

.dropdown .dropdown-menu {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    margin-top: -20px!important;
    visibility: hidden;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    border: 1px solid #d9d9d9!important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    left: auto;
    right: 0
}

.dropdown.show .dropdown-menu {
    max-height: 250px;
    opacity: 1;
    height: auto;
    overflow: unset;
    filter: alpha(opacity=100);
    visibility: visible;
    margin-top: 2px!important
}

.dropdown-menu>li>a {
    padding: 6px 15px;
    outline: 0;
    border-radius: 4px
}

.dropdown-menu>li>a:focus {
    background: 0 0
}

.dropdown-menu>li>a:hover {
    background: #8f8e8e
}

.dropdown-menu>li>a span {
    transition: all .3s ease-out
}

.dropdown-menu>li>a:hover span {
    color: #fff
}

.bootstrap-select .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    min-width: 196px!important;
    -webkit-transform-origin: top;
    transform-origin: top;
    display: block;
    transition: all .2s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transition: all .2s linear;
    z-index: 99;
    right: 0;
    left: auto;
    box-shadow: none;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.10);
}

.bootstrap-select.show .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible
}

.bootstrap-select>.dropdown-menu {
    border: 1px solid #f7f6fb!important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0!important
}

.bootstrap-select .btn {
    padding: 8px 25px;
    border: none!important;
    border-radius: 0;
    background: #f7f6fb;
    height: 55px;
    border: 1px solid #DCDCDC;
}

.bootstrap-select .btn:focus {
    color: #8f8e8e;
    background: #f4f4ff;
}

.dropdown-toggle::after {
    display: none!important;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    background: #e8e7e7
}

.btn-group.show .dropdown-toggle {
    box-shadow: none
}

.btn-default.active,
.btn-default:active,
.show>.dropdown-toggle.btn-default {
    background: 0 0
}

.bootstrap-select .bs-caret .fa-angle-down:before {
    content: "\f0d7";
    color: #757575
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 220px;
    width: 100%;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background: #f4f4ff;
    color: #8f8e8e;
}


/*.bootstrap-select .dropdown-toggle::after{content: '';background:#1ec0ca;width: 22px;height: 22px;border-radius:50%;border:none;position: relative;top: 5px;}*/

.bootstrap-select .filter-option-inner {
    position: relative;
    font-size: 15px;
}

.bootstrap-select .filter-option-inner:before {
    content: '';
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    background: url(../images/downarw.svg) no-repeat center;
    width: 10px;
    height: 9px;
}

.dropdown-item.active,
.dropdown-menu>li>a:hover {
    background: #eb6413;
}

.bootstrap-select .dropdown-menu.inner {
    border: none!important;
}

.date-section {
    font-size: 15px !important;
    line-height: 44px;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular' !important;
}


/*! ----dropdown-transitions------ !*/


/*! --------button click styles-------- !*/

.btn {
    outline: 0!important
}

.btn.active,
.btn:active {
    box-shadow: none
}

.btn:foucs {
    box-shadow: none!important
}

.fa-spin {
    margin-left: 10px;
}

/*! --------button click styles-------- !*/


/*! ---placeholder and form-control--- !*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.form-control {
    background: #F7F6FB;
    box-shadow: none;
    width: 100%;
    transition: all .3s ease-out;
    border-radius: 15px;
    height: 55px;
    border: none;
    border: 1px solid #F7F6FB;
    padding: 8px 25px;
    text-align: left;
    color: #5B6870;
    font-size: 16px;
}

.form-control:focus {
    background-color: #fff;
    color: #5B6870;
    border-color: #e1e0e2;
}

.form-control::-webkit-input-placeholder {
    color: #888;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
}

.form-control::-moz-placeholder {
    color: #888;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
}

.form-control:-ms-input-placeholder {
    color: #888;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
}

.form-control:-moz-placeholder {
    color: #888;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
}

.form-control:focus::-webkit-input-placeholder {
    border: none;
    color: #888;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
}

.getinTouch .form-control {
    background: none;
    box-shadow: none;
    width: 100%;
    transition: all .3s ease-out;
    border-radius: 0;
    height: 40px;
    border: none;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
    border-bottom: 1px solid #707070;
    padding: 8px 0;
    text-align: left;
    color: #000000;
    font-size: 16px;
}

.getinTouch .form-control:focus {
    background-color: transparent;
    color: #000;
    border-color: #BABABA;
}

.getinTouch .form-group label {
    color: #46464e;
    font-family: 'Conv_FontsFree-Net-SFProText-Light';
}

.getinTouch textarea.form-control {
    height: 130px;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #BABABA;
    resize: none;
}

.getinTouch .form-control::-webkit-input-placeholder {
    color: #403d3d;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Conv_FontsFree-Net-SFProText-Light';
}

.getinTouch .form-control::-moz-placeholder {
    color: #403d3d;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Conv_FontsFree-Net-SFProText-Light';
}

.getinTouch .form-control:-ms-input-placeholder {
    color: #403d3d;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Conv_FontsFree-Net-SFProText-Light';
}

.getinTouch .form-control:-moz-placeholder {
    color: #403d3d;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Conv_FontsFree-Net-SFProText-Light';
}

.getinTouch .form-control:focus::-webkit-input-placeholder {
    border: none;
    color: #403d3d;
    font-family: 'Conv_FontsFree-Net-SFProText-Light';
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

.form-group label {
    font-size: 16px;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
    color: #323232;
}


/*! ---placeholder and form-control--- !*/

span {
    position: relative;
}

p {
    margin: 0;
    font-family: 'Conv_FontsFree-Net-SFProText-Light'!important;
    font-weight: normal!important;
}

p+p {
    margin-top: 20px;
}

.header-padding {
    padding: 0px 30px;
}

.navbar {
    padding: 0;
    position: inherit;
}

.navbar-nav>li {
    height: 90px;
    display: flex;
    align-items: center;
}

.navbar-expand-lg .navbar-toggler {
    height: 35px;
    border: none;
    padding: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
}

.navbar-toggler-icon {
    width: 40px;
    display: inline-block;
    height: 4px;
    background: #EB6413!important;
    position: relative;
    border-radius: 5px;
}

.navbar-toggler-icon:before,
.navbar-toggler-icon:after {
    width: 40px;
    transition: all ease-in-out 0.3s;
    height: 4px;
    background: #EB6413;
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    border-radius: 5px;
    float: left;
    margin-top: 10px;
}

.navbar-toggler.active .navbar-toggler-icon:after {
    transform: rotate(45deg);
    background: #EB6413;
}

.navbar-toggler-icon:after {
    top: -21px;
}

.navbar-toggler.active .navbar-toggler-icon:before {
    transform: rotate(-45deg);
    top: -13px;
    background: #EB6413;
}

.navbar-toggler.active .navbar-toggler-icon:after {
    top: -13px;
}

.navbar-toggler.active .navbar-toggler-icon {
    background: none!important;
}

.prdctMenu,
.prdctMenu a {
    display: inline-flex;
    align-items: center;
}

.prdctbar {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 16px;
    margin-left: 15px;
}

.prdctbar span {
    width: 16px;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 4px;
    transition: all ease-out .2s
}

.prdctbar span:last-child {
    margin-bottom: 0;
}

.prdctMenu a:hover span {
    background: #EA1903;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border: 1px solid rgba(117, 64, 238, .60);
    width: 12px;
    height: 12px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #7540EE;
    border-color: #7540EE;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.breadcrumb {
    margin-top: 25px;
    background: #fff;
    padding: 0;
    flex-wrap: nowrap;
    text-transform: uppercase;
    /*padding-left: 70px;*/
}

.breadcrumb-item a {
    color: #787878;
    font-size: 12px;
    letter-spacing: 2px;
    vertical-align: text-bottom;
}

.breadcrumb-item.active {
    color: #000;
    font-size: 12px;
    letter-spacing: 2px;
}

.breadcrumb-item+.breadcrumb-item {
    min-width: 47px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}


/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx>.scroll-element,
.scrollbar-macosx>.scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx>.scroll-element .scroll-element_track {
    display: none;
}

.scrollbar-macosx>.scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover>.scroll-element .scroll-bar,
.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scrollbar-macosx>.scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}


/* scrollbar height/width & offset from container borders */

.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}


/* update scrollbar offset if both scrolls are visible */

.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}


/*************** SCROLLBAR MAC OS X ***************/

.submenu>.w-100>.row>li>a {
    background: #0E0E0E;
}

.submenu>.w-100>.row>li>a {
    color: #C1C1C1 !important;
    padding: 15px 0;
    font-size: 15px;
}

.container {
    overflow: hidden;
}

.topSec .container,
.ourServiceBg .container,
.greyBg .container {
    overflow: visible;
}

.header {
    width: 100%;
    background: url(../images/headImg.svg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

.homeHeader {
    height: 100%;
    max-height: 900px;
}

.topSec {
    height: 90px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 991;
    width: 100%;
    top: 0;
    background: #000000;
}

.navbar-nav .nav-link {
    text-transform: uppercase;
    color: #fff!important;
    padding: 10px 20px!important;
    font-size: 14px;
    font-family: 'Conv_OratorStd';
}

.navbar-nav .nav-link:hover {
    color: #EA1903!important;
}

.productsMenu {
    background: #0E0E0E;
    border-top: 1px solid #828282;
    border-bottom: 1px solid #828282;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 1s ease-out;
    z-index: 1;
}

.productsMenu>.container {
    position: relative;
    height: 100%;
}

.prdctMenu.active .productsMenu {
    min-height: 520px;
    visibility: visible;
    top: 90px;
    transition: all .5s ease-in-out;
    padding: 40px;
    z-index: 999;
    opacity: 1;
}

.prdctMenu.active .lftMenu>li>a {
    visibility: visible;
}

.prdctMenu .lftMenu>li>a {
    visibility: hidden;
}

.prdctMenu.active .lftMenu>.menu-scroll>li>a {
    visibility: visible;
}

.prdctMenu .lftMenu>.menu-scroll>li>a {
    visibility: hidden;
}

.menu-scroll {
    max-height: 430px;
    height: auto;
    overflow: auto;
}

.lftMenu {
    width: 100%;
    max-width: 480px;
    height: 100%;
    position: relative;
    padding-right: 45px;
    border-right: 1px solid #828282;
    font-size: 18px;
}

.lftMenu>.menu-scroll>li {
    margin-bottom: 5px;
}

.lftMenu>li {
    margin-bottom: 5px;
}

.lftMenu>li:last-child {
    margin: 0;
}

.lftMenu>.menu-scroll>li:last-child {
    margin: 0;
}

.lftMenu>.menu-scroll>li>a {
    color: #E2E2E2!important;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 33px;
    border-radius: 10px;
    cursor: pointer;
}

.lftMenu>li>a {
    color: #E2E2E2!important;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 33px;
    border-radius: 10px;
    cursor: pointer;
}

.lftMenu>li.active>a:hover {
    color: #FF6A5A!important;
    background: #424040;
}

.lftMenu>.menu-scroll>li.active>a:hover {
    color: #FF6A5A!important;
    background: #424040;
}

.submenu {
    display: flex;
    flex-wrap: wrap;
    padding-left: 45px;
    position: absolute;
    left: 90%;
    top: 0;
    width: 970px!important;
    height: 430px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: auto !important;
}

.lftMenu li.active .submenu {
    opacity: 1;
    left: 100%;
}

.lftMenu .menu-scroll li.active .submenu {
    opacity: 1;
    left: 100%;
}

.submenu>li>a {
    color: #C1C1C1;
    padding: 15px 0;
    font-size: 15px;
}

.submenu .scroll-wrapper>.scroll-content>li>a {
    background: #0E0E0E;
}

.submenu>li>a:hover {
    color: #FF6A5A;
}

.submenu>li.col-md-6 {
    padding-left: 0;
}

.scroll-wrapper>.scroll-content {
    max-height: 338px;
    display: flex;
    flex-wrap: wrap;
}

.scroll-wrapper>.scroll-content>li>a {
    color: #C1C1C1;
    padding: 15px 0;
    font-size: 15px;
}

.scroll-wrapper>.scroll-content>li>a:hover {
    color: #FF6A5A;
}

.scroll-wrapper>.scroll-content>li.col-xl-6 {
    padding-left: 0;
}

.drop-down {
    position: relative;
}

.drop-down .dropdown-menu {
    padding: 20px;
    border-radius: 7px;
    background: #111111;
    position: absolute;
    width: 240px;
    min-width: inherit;
    opacity: 0;
    display: block;
    height: 0;
    top: 110%;
    transition: all ease-in-out .2s;
    z-index: -1;
    pointer-events: none;
    margin: 0;
}

.drop-down .dropdown-menu a {
    padding: 5px 0;
    color: #C7C7C7;
    font-size: 15px;
    display: block;
}

.drop-down .dropdown-menu a:hover {
    color: #FF6A5A;
    background: transparent;
    padding-left: 3px;
}

.headerCont {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.headTxt {
    margin-top: 170px;
    margin-bottom: 80px;
}

.headerCont .smallTxt {
    max-width: 200px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    margin: 22px 0;
    line-height: 24px;
}

.cmnBtn {
    width: 204px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EB6413;
    border: 1px solid #EB6413;
    border-radius: 6px;
    color: #fff;
    font-size: 21px;
    transition: all ease-in-out .2s;
}

.cmnBtn:hover {
    background: none;
    width: 270px;
    color: #fff;
}

.ContentSec {
    background: #EB6925;
    padding: 110px 110px;
}

.lftSec p {
    font-size: 27px;
    color: #ffffff;
    font-family: 'SF-Pro-Text-Thin' !important;
    line-height: 36px;
}

.appBg {
    margin: 50px 0;
}

.appBg a>img{
    height: 60px;
}

.appBg a+a {
    margin-left: 10px;
}

.subBtn {
    width: 210px;
    height: 52px;
    background: #171717;
    border-radius: 6px;
    font-size: 21px;
    border: 1px solid #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.subBtn:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.ourServiceBg {
    padding: 75px 0;
    width: 100%;
    overflow: hidden;
}

.ourServiceBg .container {
    position: relative;
}

.ourServce {
    margin-top: 50px;
}

.ourServce .owl-stage-outer {
    overflow: visible;
}

.ourServce .owl-nav {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -110px;
    margin: 0;
    width: 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ourServiceBg h3 {
    font-family: 'Conv_OratorStd';
    line-height: 40px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    max-width: 200px;
    font-size: 43px;
    color: #fff;
}

.servItem {
    width: 100%;
    background: #161616;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    padding: 30px 30px 45px;
}

.servItem * {
    transition: all ease-in-out .2s;
}

.servItem h2 {
    font-size: 42px;
    margin: 0 0 20px;
    color: #fff;
    font-family: 'Conv_SF-Pro-Display-Regular';
}

.n-3 {
    font-size: 13px;
    margin-bottom: 20px;
}


/* Begin required CSS. */

.line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
}

.line-clamp:after {
    content: '...';
    text-align: right;
    bottom: 0;
    right: 0;
    width: 25%;
    display: block;
    position: absolute;
    height: calc(1em * 1.2);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
}

@supports (-webkit-line-clamp: 1) {
    .line-clamp:after {
        display: none !important;
    }
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    height: calc(1em * 1.2 * 1);
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    height: calc(1em * 1.2 * 2);
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    height: calc(1em * 1.2 * 3);
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
    height: calc(1em * 1.2 * 4);
}

.line-clamp-5 {
    -webkit-line-clamp: 5;
    height: calc(1em * 1.2 * 5);
}


/* End required CSS. */

.imgblck {
    /*height: 247px;*/
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.learnMore {
    text-transform: uppercase;
    color: #EB6925;
    font-size: 13px;
    padding: 0 0 10px;
    border-bottom: 1px solid #fff;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.learnMore img {
    position: absolute;
    right: 0;
    max-width: 31px;
    top: 14px;
    background: #161616;
}

.servItem:hover .learnMore img {
    max-width: 35px;
}

.servItem:hover .imgblck img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.servItem:hover h2 {
    color: #FFE600;
}

.greyBg {
    padding: 130px 110px;
    background: #F2F2F2;
}

.lftTitle {
    max-width: 325px;
}

.lftTitle h5 {
    max-width: 284px;
    font-family: 'Conv_OratorStd';
    font-size: 33px;
    color: #EB6413;
    line-height: 43px;
}

.midCont p {
    font-size: 23px;
    font-family: 'Conv_FontsFree-Net-SFProText-Light'!important;
}

.findOutMore {
    padding-bottom: 12px;
    border-bottom: 1px solid #3E1B00;
    width: 170px;
    position: relative;
    margin-top: 30px;
    text-transform: uppercase;
    color: #EB6413;
    display: block;
}

.findOutMore * {
    transition: all ease-in-out .2s;
}

.findOutMore .arwbtn {
    position: absolute;
    right: -10px;
    top: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: 1px solid #EB6413;
    background: #F2F2F2;
}

.findOutMore:hover {
    color: #EB6413;
}

.findOutMore:hover .arwbtn {
    background: transparent !important;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    right: -31px;
}

.findOutMore:hover .arwbtn path {
    stroke: #EB6413;
}

.rghtSliderBg {
    max-width: 515px;
    padding-left: 65px;
}

.SliderBg {
    border: 1px solid #EB6413;
    border-radius: 6px;
}

.rghtSlider {
    overflow: hidden;
    position: relative;
    top: -10px;
    right: -12px;
    overflow: hidden;
    border-radius: 6px;
    overflow: visible;
}

.rghtSlider .owl-item {
    border-radius: 6px;
    overflow: hidden;
}

.rghtSlider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}

.rghtSlider .owl-dot span {
    margin: 5px!important;
}

.getinTouch h6 {
    font-size: 23px;
    display: inline-block;
    border-bottom: 1px solid #707070;
    color: #323232;
    margin-bottom: 30px;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
}

.enquiriesBg h6 {
    font-size: 23px;
    display: inline-block;
    border-bottom: 1px solid #707070;
    color: #323232;
    margin-bottom: 30px;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
}

.address li {
    font-size: 16px;
    line-height: 27px;
    float: left;
    width: 100%;
    color: #000000;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
}

.address li:last-child {
    margin-bottom: 0;
}

.address li.email {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-b {
    margin-bottom: 30px !important;
}

.btm-row {
    margin-top: 45px;
}

.enquiriesBg .midCont {
    max-width: 1000px;
}

.sumenu li h5 {
    margin-bottom: 0px;
    line-height: 27px;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    font-family: 'Conv_FontsFree-Net-SFProText-Semibold';
}

.getinTouch {
    margin-top: 88px;
    padding: 0px;
}

.getinTouch .cmnBtn:hover {
    color: #EB6413;
    background: #fff;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
}

.whiteBg {
    background: #fff;
    padding: 60px 0;
    text-align: center;
}

.brandBg {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95px;
}

.footer .container {
    max-width: 1600px;
}

.footer {
    background: #171717;
    padding: 95px 0px 0px 0px;
    float: left;
    width: 100%;
}

.ftrbox h6 {
    font-size: 23px;
    color: #EB6413;
    display: inline-block;
    border-bottom: 1px solid #EB6413;
    margin-bottom: 30px;
}

.ftrbox li {
    font-size: 16px;
    color: #fff;
    margin-bottom: 4px;
}

.ftrbox.last {
    text-align: right;
}

.ftrLogo {
    margin-bottom: 40px;
}

.copyRght {
    justify-content: space-between;
    align-items: center;
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 70px;
}

.copyRght span {
    color: #707070;
    opacity: .85;
    font-size: 14px;
}

.social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: right;
    width: 100%;
    margin: 30px 0px;
}

.social li {
    float: left;
    margin-right: 25px;
}

.social li:last-child {
    margin-right: 0;
}

.social .fa {
    font-size: 22px;
    color: #EB6925;
    display: block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #EB6925;
    transition: all ease-in-out .4s;
}

.social .icon {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

.social .icon:hover .fa {
    background: #F25E11;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #F25E11;
}

.header.contcthead {
    height: 470px;
    background: #000000;
}

.contcthead .headerCont,
.contcthead .headerCont .container {
    align-items: flex-end;
    justify-content: flex-start;
    display: flex;
    position: relative;
}

.contcthead .headerCont h1 {
    /*max-width: 305px;*/
    text-transform: uppercase;
    color: #EB6413;
    font-size: 70px;
    line-height: 60px;
    margin: 0 0 75px;
    font-family: 'Conv_OratorStd';
    position: relative;
    z-index: 2;
}

.contcthead .headerCont h1 span {
    color: #fff;
}

.ContImg {
    position: absolute;
    bottom: 0;
    right: 80px;
}

.ContImg img {
    max-height: 100%;
}

.contactUs .enquiriesBg {
    margin: 0 0 80px;
}

.contactUs .enquiriesBg:last-child {
    margin: 0;
}

.contTxt {
    font-size: 26px;
    font-family: 'Conv_FontsFree-Net-SFProText-Light'!important;
    color: #000000;
}

.innerpage {
    margin-top: 90px;
}

.grey {
    background: #F2F2F2;
}

.innerpageCont {
    padding: 60px 0;
}

.innerpageCont h1 {
    font-size: 50px;
    color: #000;
    margin-bottom: 25px;
}

.innerpageCont .colortxt {
    color: #EB6413;
    font-size: 22px;
}

.headrtxt {
    margin-bottom: 65px;
}

.innerpageCont p {
    font-size: 20px;
}

.rghtUl li {
    margin-bottom: 10px;
    position: relative;
}

.rghtUl li:last-child {
    margin: 0;
}

.rghtUl li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
    padding: 5px 80px 5px 30px;
    text-transform: uppercase;
    color: #000;
    background: #F2F2F2;
    font-family: 'Conv_OratorStd';
    font-size: 20px;
}

.rghtUl li .arwbtn {
    position: absolute;
    right: 25px;
    top: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: 1.5px solid #EB6413;
    background: #fff;
    transition: all ease-in-out .2s;
}

.rghtUl li .arwbtn:before {
    content: '';
    width: 23px;
    height: 1px;
    background: #3E1B00;
    position: absolute;
    right: 27px;
}

.rghtUl li>a:hover {
    background: #efeeee;
    padding-left: 35px;
}

.rghtUl li>a:hover .arwbtn {
    right: 20px;
    transform: scale(1.2);
    background: transparent !important;
}

.rghtUl li>a:hover .arwbtn path {
    stroke: #EB6413
}

.rghtUl li>a:hover .arwbtn:before {
    right: 30px;
}

.btmImg {
    margin: 60px -15px;
}

.btmImg [class*="col-"] {
    padding: 15px;
}

.btmImg a {
    display: flex;
    overflow: hidden;
}

.btmImg a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btmImg a video {
    width: 100%;
    height: 100%;
}

.btmImg iframe {
    width: 100% !important;
    height: 100% !important;
}

.btmImg a:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}

.btmImg a:hover img {
    transform: scale(1.2);
}

.lftTitle span {
    font-size: 16px;
    position: relative;
    font-family: 'Conv_OratorStd';
    padding-left: 17px;
    float: left;
}

.lftTitle span:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #EB6413;
    left: 0;
    top: 4px;
    bottom: 0;
    margin: auto;
}

.scrolldown {
    text-align: right;
}

.compartmentbox {
    display: flex;
    padding: 0 15px;
    background: #fff;
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}

.compartmentbox:last-child {
    margin-bottom: 0;
}

.compartmentbox [class*="col"] {
    display: flex;
    align-items: center;
}

.compartmentbox .numberblck {
    width: 255px;
    max-width: 255px;
    font-size: 24px;
    font-family: 'Conv_OratorStd';
    color: #EB6925;
    justify-content: center;
}

.compartmentbox .imgblck img {
    width: 100%;
    transition: all ease-in-out .3s;
}

.compartmentbox .imgblck {
    overflow: hidden;
    border-radius: 0;
    max-width: 335px;
    height: 215px;
    justify-content: center;
    padding: 0;
}

.compartmentbox .txtblck {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 70px;
    transition: all ease-in-out .3s;
}

.compartmentbox h4 {
    font-size: 28px;
    margin-bottom: 22px;
    font-family: 'Conv_FontsFree-Net-SFProText-Light';
    color: #000;
    text-transform: capitalize;
    transition: all ease-in-out .3s;
}

.compartmentbox span {
    color: #5D5D5D;
    font-size: 15px;
    margin-bottom: 5px;
}

.compartmentbox p {
    position: relative;
    width: 100%;
}

.compartmentbox p .arwbtn {
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: 1.5px solid #EB6413;
    background: #fff;
    transition: all ease-in-out .2s;
}

.compartmentbox p .arwbtn:before {
    content: '';
    width: 23px;
    height: 1px;
    background: #3E1B00;
    position: absolute;
    right: 27px;
}


/*.compartmentbox:hover .imgblck img{transform: scale(1.2);}*/

.compartmentbox:hover .arwbtn {
    right: -10px;
    transform: scale(1.1);
    background: transparent !important;
}

.compartmentbox:hover .arwbtn path {
    stroke: #EB6413
}

.compartmentbox:hover .arwbtn:before {
    right: 30px;
}

.compartmentbox:hover .txtblck {
    padding-left: 90px;
}

.compartmentbox:hover h4 {
    color: #EB6413;
}

.compartmentbox:hover .imgblck img {
    transform: scale(1.1);
}

.newsTabBg nav {
    display: flex;
    justify-content: center;
}

.newsTabBg .nav-tabs {
    display: inline-flex;
    border: none;
    justify-content: center;
}

.nav-tabs .nav-link {
    border: none;
    color: #000!important;
    font-size: 20px;
    font-family: 'Conv_OratorStd';
    text-transform: uppercase;
    border-radius: 0;
    padding: 16px 30px;
    display: block;
    margin-right: 2px;
}

.nav-tabs .nav-link:last-child {
    margin-right: 0;
}

.nav-tabs .nav-link:hover {
    color: #000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background: #F2F2F2;
}

.tabCont {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
}

.tabBox {
    margin: 10px 0;
}

.tabimg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 255px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.tabimg img {
    width: 100%;
    border-radius: 10px;
}

.tabBox h4 {
    margin: 25px 0 0px;
    font-size: 20px;
    font-family: 'Conv_FontsFree-Net-SFProText-Semibold';
    color: #000;
    height: auto;
    text-transform: uppercase;
}

.tabBox .findOutMore {
    width: 150px;
    margin: 0 0 35px;
    padding-bottom: 10px;
}

.tabBox .findOutMore .arwbtn {
    background: #fff;
}

.tabBox .findOutMore:hover .arwbtn {
    background: transparent !important;
}

.vdoBg iframe {
    width: 100%;
}

.trainingCont {
    padding-bottom: 125px;
}

.trainingCont .findOutMore {
    margin-bottom: 25px;
}

.trainingCont .findOutMore .arwbtn {
    background: #fff;
}

.trainingCont .findOutMore:hover .arwbtn {
    background: transparent !important;
}

.traininglft {
    padding-right: 40px;
}

.testingProduct {
    padding-bottom: 125px;
}

.testingProduct-lft {
    padding-right: 40px;
}

.testprdct_rght .box1 {
    text-align: center;
}

.testprdct_rght .box1+.box1 {
    margin-top: 50px;
}

.testprdct_rght .round {
    border-radius: 27% !important;
}

.testprdct_rght .box1 h4 {
    font-size: 22px;
    color: #EB6413;
    margin: 0 0 15px;
}

.roundbg {
    display: flex;
    margin: 0 -15px;
    justify-content: center;
    flex-wrap: wrap;
}

.round {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #EB6413;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 7px;
}

.round+.round {
    margin-left: 10px;
}

.round img {
    max-width: inherit;
}

.roundbg .round img {
    max-width: 100% !important;
    min-height: 220px;
    object-fit: cover;
}

.strip {
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    color: #EB6413;
    font-size: 16px;
    font-family: 'Conv_OratorStd';
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    text-transform: uppercase;
}

.img-overlay {
    z-index: 2;
}

.headeImg {
    position: relative;
    height: 410px;
    overflow: hidden;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #000000;
}

.headeImg img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 410px;
    object-fit: cover;
}

.headeImg .container {
    position: relative;
    z-index: 2;
}

.headeImg h2 {
    font-size: 50px;
    max-width: 875px;
    width: 100%;
    color: #fff;
    margin-top: 150px;
}

.headeImg .date {
    font-family: 'Conv_FontsFree-Net-SFProText-Semibold';
    font-size: 18px;
    color: #fff;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), #171717);
    z-index: 1;
}

.back_btn {
    font-size: 17px;
    color: #EB6413 !important;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-family: 'Conv_FontsFree-Net-SFProText-Semibold';
}

.back_btn img {
    margin-right: 13px;
}

.deatlCont {
    padding-right: 40px;
}

.newsDetailsCont h1 {
    font-size: 40px;
}

.newsDetailsCont p {
    font-size: 20px;
}

.detlBg {
    margin-bottom: 15px;
}

.detlBg:last-child {
    margin: 0;
}

.smllhead {
    margin: 40px 0;
}

.smllhead h6 {
    font-family: 'Conv_FontsFree-Net-SFProText-Semibold';
    font-size: 20px;
    margin: 0 0 2px;
}

.recentPost h4 {
    font-size: 22px;
    color: #EB6413;
    font-family: 'Conv_FontsFree-Net-SFProText-Semibold';
    margin: 0 0 20px;
}

.recentPost .form-group {
    position: relative;
}

.recentPost .form-control {
    padding-right: 55px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recentPost .search {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
}

.recentPost ul {
    margin: 20px 0 0;
}

.recentPost ul li a {
    font-size: 16px;
    font-family: 'Conv_FontsFree-Net-SFProText-Semibold';
    padding: 20px 0;
    border-bottom: 1px solid #9B9B9B;
    color: #000;
    display: block;
}

.recentPost ul li a:hover {
    color: #EB6413;
}

.subbox {
    padding: 13px;
    width: 375px;
}

.whiteBox {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #D6D6D6;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.08);
    height: 292px;
    padding: 35px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.whiteBox h5 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 35px;
}

.whiteBox .price {
    font-family: 'Conv_FontsFree-Net-SFProText-Semibold';
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 5px;
}

.whiteBox h6 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 20px;
}

.whiteBox p {
    color: #5B6870;
    font-size: 17px;
    line-height: 17px;
    margin: 30px 0 0;
}

.whiteBox .cmnBtn:hover {
    color: #EB6413;
}

.cloudBenifit {
    padding: 35px 15px;
    padding-left: 35px;
}

.cloudBenifit h4 {
    color: #584C67;
    font-size: 24px;
    margin-bottom: 30px;
    font-family: 'Conv_FontsFree-Net-SFProText-Semibold';
}

.cloudBenifit li {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 5px;
}

.cloudBenifit li:last-child {
    margin-bottom: 0;
}

.cloudBenifit li span {
    width: 100%;
    max-width: 30px;
}

.cloudBenifit li p {
    font-family: 'Conv_FontsFree-Net-SFProText-Regular'!important;
    font-size: 16px;
    color: #5B6870;
}

.upcomingBg {
    padding: 0 0 20px;
    margin-top: 10px;
    width: 100%;
}

.eventdate {
    position: absolute;
    top: 0;
    left: 20px;
    background: rgba(235, 100, 19, 0.9);
    min-width: 75px;
    height: 90px;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
    border-radius: 0 0 4px 4px;
}

.eventdate h1 {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 2px;
    color: #fff;
}

.eventdate .month {
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
}

.eventdate .year {
    font-size: 10px;
}

.upcombox {
    display: flex;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid #DBDBDB;
    flex-wrap: wrap;
}

.upcombox:last-child {
    border: none;
}

.upcombox:first-child {
    padding-top: 0;
}

.upcomingBg .tabBox {
    margin: 0;
}

.evenRght {
    padding-left: 35px;
}

.evenRght h4 {
    font-size: 20px;
    color: #000;
    margin: 0 0 15px;
    font-family: 'Conv_FontsFree-Net-SFProText-Semibold';
}

.evenRght span {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
}

.evenRght p {
    font-size: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 112px;
}

.upcomingBg .tabimg {
    height: 300px;
}

.upcomingBg .findOutMore {
    margin-top: 25px;
}

.upcomingBg .findOutMore .arwbtn {
    background: #fff;
}

.upcomingBg .findOutMore:hover .arwbtn {
    background: transparent;
}

.eventDetlscont {
    padding-bottom: 100px;
}

.eventDetailsHead {
    height: 100%;
    display: flex;
    align-items: center;
}

.recentPost ul li a span {
    display: block;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
}

.pointhead h6 {
    position: relative;
    padding-left: 18px;
}

.pointhead h6:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    display: inline-block;
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 0;
    margin: auto;
}

.upcomEvnt .headrtxt {
    margin-bottom: 30px;
}

.eventSearchBg {
    margin: 0 -7.5px 30px;
}

.eventSearchBg [class*="col"] {
    display: flex;
    align-items: center;
    padding: 0 7.5px;
}

.eventSearchBg .form-group {
    margin-bottom: 0;
    width: 100%;
}

.clearfil {
    max-width: 110px;
}

.clearfil a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #000;
    width: 100%;
}

.clearfil circle {
    transition: all ease-in-out .2s;
}

.clearfil a:hover circle {
    fill: #EB6413;
}

.eventSearchBg .search {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
}

.selectBg {
    max-width: 260px;
}

.eventSearchBg .form-control {
    border-radius: 0;
}

.eventSearchBg .form-control::-webkit-input-placeholder {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
}

.eventSearchBg .form-control::-moz-placeholder {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
}

.eventSearchBg .form-control:-ms-input-placeholder {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
}

.eventSearchBg .form-control:-moz-placeholder {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
}

.eventSearchBg .form-control:focus::-webkit-input-placeholder {
    border: none;
    color: #000;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
}

.infopurchasebtn .purchasepopup .modal-content {
    border-radius: 15px;
    padding: 30px;
    border: 0px;
}

.infopurchasebtn .purchasepopup .modal-header {
    border-bottom: 0px;
    padding: 0px;
    margin-bottom: 15px;
}

.infopurchasebtn .purchasepopup .modal-body {
    padding: 0px;
    margin-bottom: 15px;
}

.infopurchasebtn .purchasepopup .modal-footer {
    justify-content: flex-start;
    border-top: 0px;
    padding: 0px;
}

.infopurchasebtn .purchasepopup .modal-title {
    color: #EB6413;
    font-size: 25px;
}

.infopurchasebtn .purchasepopup .modal-body p {
    color: #535353;
    font-size: 17px;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular'!important;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 29.33px;
}

.infopurchasebtn .mainbtn {
    background-color: #FFEAE8;
    border-radius: 11px;
    color: #EB6413;
    font-size: 17px;
    padding: 10px 40px;
    margin: 40px 0px;
    cursor: pointer;
    line-height: 29px;
}

.infopurchasebtn .purchasepopup .btn-secondary:not(:disabled):not(.disabled):active {
    width: auto;
    background: #E1E1E1;
    color: #323232;
    border-color: #E1E1E1;
    font-size: 21px;
}

.infopurchasebtn .purchasepopup .btn-secondary {
    padding: 9px 15px;
    border-radius: 6px;
    width: auto;
    background: #E1E1E1;
    color: #323232;
    border-color: #E1E1E1;
    font-size: 21px;
}

.confirmpurchasebtn {
    padding: 9px 15px;
    border-radius: 6px;
    width: 160px;
    background: #EB6413;
    color: #fff;
    border-color: #EB6413;
    font-size: 21px;
    margin-left: 15px !important;
}

.confirmpurchasebtn:hover {
    color: #EB6413;
    width: 185px;
}

.subsstepbg {
    padding: 30px 0 80px;
}

.subsstepbg .container {
    overflow: visible;
}

.subshead {
    text-align: center;
    width: 100%;
}

.subshead h1 {
    font-size: 40px;
    color: #000;
    margin: 0 0 5px;
}

.subshead p {
    font-size: 18px;
    color: #5B6870;
}

.subsTab {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 45px;
}

.subsTab .nav-tabs .nav-link {
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
    text-transform: capitalize;
    font-size: 14px;
}

.subsTab .nav-tabs {
    border: none;
}

.subsTab .nav-tabs .nav-item.show .nav-link,
.subsTab .nav-tabs .nav-link.active,
.subsTab .nav-tabs .nav-link:focus,
.subsTab .nav-tabs .nav-link:hover {
    background: none;
}

.subsTab .nav-tabs .nav-link {
    color: #bbb!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    min-width: 200px;
    margin-right: 0;
}

.subsTab .nav-tabs .nav-link.active {
    color: #000!important;
}

.subsTab .nav-tabs .nav-link span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #BBB;
    display: inline-block;
    transition: all ease-in-out .2s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subsTab .nav-tabs .nav-link span img {
    transform: scale(0, 0);
    transition: all ease-in-out .2s;
}

.subsTab .nav-tabs .nav-link.active span {
    width: 17px;
    height: 17px;
    background: #F58320;
}

.dotBg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    margin-bottom: 10px;
}

.subsTab .nav-tabs .nav-link span:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    left: 11px;
    margin: auto;
    background: #bbb;
    width: 190px;
}

.subsTab .nav-tabs .nav-link:last-child span:before {
    display: none;
}

.subsTab .nav-tabs .nav-link.active:first-child span:before,
.subsTab .nav-tabs .nav-link.active span:before {
    left: 17px;
}

.subsTab .nav-tabs .nav-link.active11 {
    color: #007AE8!important;
}

.subsTab .nav-tabs .nav-link.filled span {
    width: 23px;
    height: 23px;
    background: #F58320;
}

.subsTab .nav-tabs .nav-link.filled span:before,
.subsTab .nav-tabs .nav-link.filled.active span:before {
    left: 23px;
    background: #F58320;
}

.subsTab .nav-tabs .nav-link.filled.active11 span img {
    transform: scale(1, 1);
}

.subsTab .nav-tabs .nav-link.active11 span img {
    transform: scale(1, 1);
}

.subsTab .nav-tabs .nav-link.active11 span {
    width: 23px;
    height: 23px;
    background: #F58320;
}

.subsTab .nav-tabs .nav-link.active11 span:before {
    left: 23px;
    background: #F58320;
}

.subsTab .tab-content {
    width: 100%;
    max-width: 1025px;
    margin: 80px 0;
}

.subSummary {
    max-width: 380px;
}

.subSummaryCont {
    border-radius: 15px;
    border: 1px solid #D6D6D6;
    padding: 25px;
    background: #fff;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.08);
}

.summarytitle {
    font-size: 22px;
    color: #000;
    width: 100%;
    text-align: center;
    padding-bottom: 22px;
}

.changePlan {
    padding: 18px 0;
    border-bottom: 1px solid #C2C2C2;
    border-top: 1px solid #C2C2C2;
}

.changePlan li {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.changePlan li>div {
    color: #5B6870;
    font-size: 16px;
    width: 100%;
}

.changePlan li span {
    max-width: 110px;
    width: 100%;
    text-align: right;
    font-size: 16px;
    color: #5B6870;
}

.changePlan li .smltxt {
    font-size: 14px;
    color: #8F9395;
}

.changePlan li span a {
    color: #007AE8;
}

.discountBg {
    padding: 22px 0;
}

.discountBg .form-group {
    margin-bottom: 0;
}

.discountBg .form-control {
    height: 45px;
    border-color: #CFCFCF;
    border-radius: 23px;
    padding-right: 90px;
}

.discountBg .apply {
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 83px;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    background: #FC6076;
    border-radius: 23px;
    color: #fff;
    font-size: 13px;
}

.discountBg .apply:hover {
    background: #ec566b;
}

.gst {
    padding: 13px 0;
    border-bottom: 1px solid #F1F1F1;
    border-top: 1px solid #F1F1F1;
    display: flex;
    justify-content: space-between;
}

.gst .perc {
    color: #5B6870;
    font-size: 16px;
}

.gst .perc span {
    font-size: 14px;
    color: #8F9395;
    margin-left: 9px;
}

.gst .text-right {
    color: #5B6870;
    font-size: 16px;
}

.grandTotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}

.grandTotal .lft {
    padding-right: 5px;
    font-size: 18px;
    color: #171717;
}

.grandTotal .rght {
    text-align: right;
    font-size: 28px;
    font-family: 'Conv_FontsFree-Net-SFProText-Semibold';
}

.subcontlft {
    padding-right: 30px;
}

.subcontlft h5 {
    font-size: 22px;
    color: #000;
    margin-bottom: 25px;
}

.subcontlft label {
    font-size: 17px;
    color: #323232;
}

.subcontlft .form-control {
    color: #5B6870;
    font-size: 17px;
}

.error {
    font-size: 14px;
    color: #FC6076;
}

.nxtbtnBg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nxtbtnBg .cmnBtn {
    width: 135px;
}

.nxtbtnBg .cmnBtn:hover {
    width: 160px;
    color: #EB6413;
}

.loginTxt {
    font-size: 18px;
}

.loginTxt a {
    text-decoration: underline!important;
    color: #0170EE;
}

.loginTxt a:hover {
    color: #EB6413;
}

.backBtn {
    margin-right: 11px;
    border-color: #E1E1E1;
    background: #E1E1E1;
    color: #323232;
}

.backBtn:hover {
    border-color: #E1E1E1;
    background: #E1E1E1;
    color: #323232!important;
}

.billingBox {
    width: 100%;
    border-radius: 9px;
    height: 138px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F4F6F9;
    border: 1px solid #F4F6F9;
    padding: 20px;
    transition: all ease-in-out .2s;
}

.billingBox.active {
    border: 1px solid #007AE8;
}

.radioBg {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    color: #5B6870!important;
    display: flex;
    align-items: center;
}

.radioBg input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radioBg .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #B4B4B4;
}

.radioBg input:checked~.checkmark:after {
    transform: scale(1, 1);
}

.radioBg .checkmark:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #007AE8;
    content: "";
    position: absolute;
    transform: scale(0, 0);
    transition: all ease-in-out .2s;
}

.priseSec {
    display: flex;
    margin-top: 5px;
    align-items: center;
}

.priseSec span {
    padding-right: 30px;
    font-size: 44px;
    line-height: 44px;
    color: #414141;
}

.priseSec .rghtSec {
    padding-left: 30px;
    font-size: 14px;
    color: #8F9395;
    border-left: 1px solid #D4D4D4;
}

.btmcont {
    margin-top: 18px;
}

.btmcont h4 {
    color: #584C67;
    font-size: 18px;
    font-family: 'Conv_FontsFree-Net-SFProText-Semibold';
    margin-bottom: 10px;
}

.checkBg {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    user-select: none;
    font-size: 15px!important;
    color: #5B6870!important;
    width: 100%;
    max-width: 420px;
}

.checkBg input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkBg .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background: #fff;
    border: 1px solid #B4B4B4;
}

.checkBg input:checked~.checkmark:after {
    transform: scale(1, 1) rotate(45deg);
}

.checkBg .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #007AE8;
    border-width: 0 2px 2px 0;
    content: "";
    position: absolute;
    transform: scale(0, 0);
    transition: all ease-in-out .2s;
}

.paymentBox {
    padding: 15px 25px;
    border: 1px solid #D6D6D6;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.08);
}

.paymentBox+.paymentBox {
    margin-top: 9px;
}

.paymentBox .checkBg.paymentcheck {
    margin-bottom: 0;
    color: #45335B!important;
    font-size: 15px!important;
    font-family: 'Conv_FontsFree-Net-SFProText-Semibold';
    padding-left: 23px;
}

.paymentcheck.checkBg .checkmark:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.paymentcheck.checkBg input:checked~.checkmark {
    background: #21D427;
    border-color: #21D427;
}

.creaditCardBg {
    height: 0;
    opacity: 0;
    transition: padding .25s ease-out;
    overflow: hidden;
}

.paymentBox.active .creaditCardBg {
    padding: 20px 0 10px;
    height: auto;
    opacity: 1;
    overflow: visible;
}

.creaditCardBg .form-group {
    margin-bottom: 20px;
}

.creaditCardBg .form-group:last-child {
    margin-bottom: 0;
}

.creaditCardBg label {
    font-size: 15px;
}

.creaditCardBg .cardLabel {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.creaditCardBg .form-control {
    font-size: 15px;
    height: 45px;
    border-radius: 0;
    padding: 8px 20px;
    color: #8D8D8D;
}

.creaditCardBg .checkBg {
    padding-left: 25px;
    font-size: 15px!important;
    color: #5B6870!important;
    margin-bottom: 0;
    display: inline-block;
    width: auto;
}

.experyMainBg {
    display: flex;
    flex-wrap: nowrap;
}

.experyBg {
    max-width: 220px;
    width: 100%;
    min-width: 200px;
}

.monthYearBg {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.monthYearBg .Month {
    width: 100%;
}

.monthYearBg .Year {
    margin-left: 10px;
    width: 100%;
}

.monthYearBg .bootstrap-select .btn {
    height: 45px;
    padding: 8px 15px;
    color: #8D8D8D!important;
}

.bootstrap-select .dropdown-toggle .filter-option {
    height: auto;
}

.monthYearBg .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: inherit;
}

.monthYearBg .bootstrap-select .dropdown-menu {
    min-width: inherit!important;
    text-align: center;
}

.nxtbtnBg .subscribebtn {
    width: 160px;
}

.nxtbtnBg .subscribebtn:hover {
    width: 185px;
}

.cvvBg {
    max-width: 104px;
    width: 100%;
    margin-left: 55px
}

.cvvBg .form-control {
    text-align: center;
}

.cvvBg label img {
    margin-left: 6px;
    cursor: pointer;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    content: "";
    border-width: 5px 5px 0;
    border-top-color: rgba(235, 100, 19, 0.9);
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: rgba(235, 100, 19, 0.9);
    border-radius: .25rem;
}

.noResultsBg {
    text-align: center;
    padding: 95px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.noResultsCont {
    width: 300px;
    position: relative;
    display: inline-block;
}

.noResultsBg h5 {
    font-size: 20px;
    color: #000;
    font-family: 'Conv_FontsFree-Net-SFProText-Semibold';
}

.noResultsBg p {
    color: #787878;
    font-size: 16px;
}

.noresultTxt {
    position: absolute;
    bottom: -15px;
}

.div-center {
    justify-content: center;
}

.changePlan .text-right a {
    font-size: 13px;
    color: #007ae8;
}

li.signIn,
li.prfllink {
    margin-left: 45px;
}

.signIn a {
    display: flex;
    align-items: center;
}

.signIn img {
    margin-right: 8px;
}

li.prfllink.show>a {
    color: #EA1903!important;
}

li.prfllink .nav-link span {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

li.prfllink .nav-link span img {
    max-width: 100%;
    max-height: 40px;
    object-fit: cover;
    height: 40px;
}

li.prfllink .nav-link i {
    margin-left: 8px;
    position: relative;
    top: 2px;
}

li.prfllink .dropdown-toggle {
    display: flex;
    align-items: center;
}

.prfllink .dropdown-menu {
    width: 240px;
    background: #111111;
    border: 1px solid #828282!important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 7px;
    color: #C7C7C7;
    padding: 0;
    margin-top: -30px!important;
}

.prfllink .prflTp {
    text-align: center;
    padding: 35px 5px 25px;
    border-bottom: 1px solid #828282;
}

.prflTp .prfl {
    width: 79px;
    height: 79px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.prflTp .prfl img {
    height: 79px;
    max-height: 79px;
    max-width: 100%;
    border-radius: 100%;
    width: 100%;
    object-fit: cover;
}

.prfllink .prflTp h4 {
    color: #fff;
    margin: 15px 0 5px;
}

.prflTp .email {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prflbtm a {
    padding: 18px 25px;
    color: #C7C7C7;
    font-size: 15px;
    border-bottom: 1px solid #828282;
    display: block;
    text-align: left;
}

.prflbtm a:hover {
    color: #EB6413;
}

.prflbtm a+a {
    border: none;
}

.prfllink.dropdown.show .dropdown-menu {
    max-height: inherit;
    margin-top: -15px!important;
}

.ftrLink a {
    display: flex;
    padding-right: 20px;
    border-right: 1px solid #707070;
    color: #AEAEAE;
    float: left;
    font-size: 14px;
}

.ftrLink a+a {
    padding: 0 20px;
}

.ftrLink a:last-child {
    border: none;
    padding-right: 0px;
}

.ftrLink a:hover {
    color: #EB6413;
}

.mblview {
    display: none;
}


/*----------SignInContBg------------------*/

.header-padding {
    padding: 0px 30px;
}

.SignInContBg {
    padding-bottom: 150px;
}

.SignInCont {
    width: 100%;
    max-width: 565px;
    margin: 0 auto
}

.SignInCont h3 {
    font-size: 40px;
    margin: 0 0 15px;
}

.SignInCont p {
    font-size: 17px;
    color: #5B6870;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular'!important;
}

.signbtnBg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.signbtnBg .cmnBtn {
    width: 137px;
}

.signbtnBg .cmnBtn:hover {
    width: 160px;
    color: #EB6413;
}

.signbtnBg a {
    color: #5B6870;
    font-size: 18px;
}

.signbtnBg a:hover {
    color: #EB6413;
}

.signtop {
    text-align: center;
    margin-bottom: 60px;
}

.signuplink {
    color: #5B6870;
    font-size: 18px;
    margin-top: 40px;
}

.signuplink a {
    color: #0170EE;
    text-decoration: underline!important;
}

.signuplink a:hover {
    color: #EB6413;
}

.form-group button.dropdown-toggle {
    background: #F7F6FB;
    box-shadow: none;
    width: 100%;
    transition: all .3s ease-out;
    border-radius: 15px;
    height: 55px;
    border: none;
    border: 1px solid #F7F6FB;
    padding: 8px 25px;
    text-align: left;
    color: #5B6870;
    font-size: 16px;
}

.form-group .btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    width: 100%;
    background: #fff;
    color: #5B6870;
    border-color: #e1e0e2;
}

.form-group button.dropdown-toggle i {
    float: right;
    font-size: 21px;
    line-height: 24px;
    color: #959da4;
}

.pswd-box {
    position: relative;
}

.pswd-box img {
    position: absolute;
    right: 20px;
    top: 20px;
}


/*----------SignInContBg------------------*/

.fileuploaderWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
}

.fileuploaderBg {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.uploadImgBg {
    width: 148px;
    height: 148px;
    border-radius: 27px;
    background: #D4D4D4;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.uploadImgBg img {
    max-width: 148px;
    max-height: 148px;
}

.signupBtn {
    width: 64px;
    height: 64px;
    background: #654AE3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 27px;
    position: absolute;
    bottom: 0;
    right: -42px;
}

.signupBtn input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 64px;
    height: 64px;
}

.successfullyCont {
    width: 100%;
    max-width: 720px;
    border-radius: 15px;
    border: 1px solid #D6D6D6;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.08);
    margin: 0 auto 150px;
}

.successfullytxt {
    text-align: center;
}

.successfullytxt h3 {
    margin: 35px 0 25px;
    font-size: 25px;
    color: #000;
}

.successfullytxt p {
    color: #5B6870;
    font-size: 18px;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular'!important;
}

.successfullytxt p span {
    text-decoration: underline;
}

.successfullytxt p+p {
    margin-top: 8px;
}

.successfullytxt .backBtn {
    width: 200px;
    display: inline-flex;
    margin-top: 30px;
    margin-right: 0;
}

.successfullytxt p label {
    color: #3A23A8;
    display: inline-flex;
    font-weight: normal;
    margin: 0;
}

.privacyContBg {
    padding-bottom: 100px;
}

.privacyCont {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.privacyCont h1 {
    font-size: 50px;
    margin: 0 0 65px;
}

.contInbox {
    margin: 0 0 30px;
}

.contInbox h6 {
    font-family: 'Conv_FontsFree-Net-SFProText-Semibold';
    margin: 0 0 4px;
}

.contInbox p {
    font-size: 15px;
}

.contInbox p+p {
    margin-top: 10px;
}


/*---------------------Accountsetting------------------------------*/

.user-intro {
    background: #f2f2f2;
    float: left;
    width: 100%;
    padding: 20px 15px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.user-intro img {
    border-radius: 100%;
    max-width: 83px;
    margin-right: 15px;
    max-height: 83px;
    width: 100%;
    object-fit: cover;
    height: 83px;
}

.img-brd {
    border-radius: 20px;
}

.user-intro p {
    font-size: 14px;
}

.user-intro h5 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 7px;
}

.user-intro p:last-child {
    font-size: 11px;
    color: #616161;
}

.user-intro p:first-child {
    padding-top: 10px;
}

.tabrow {
    float: left;
    width: 100%;
}

.tabrow .nav a {
    background: #f2f2f2;
    padding: 20px 15px;
    border-radius: 40px;
    color: #292929;
    font-size: 14px;
    margin-bottom: 10px;
}

.tabrow .nav-pills .nav-link.active {
    color: #292929;
    background-color: #fff;
    border: 1px solid #EB6413;
}

.tabrow .nav a img {
    margin-right: 12px;
    vertical-align: top;
}

.info .form-group div:first-child {
    float: left;
    width: 30%;
    color: #888888;
    font-size: 15px;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
}

.info .form-group div {
    font-size: 15px;
    color: #292929;
    font-weight: 600;
}

.bottom-wrap {
    float: left;
    width: 100%;
    margin: 50px 0px 0px 0px;
}

.info {
    padding: 5px 30px 40px 30px;
    border-bottom: 1px solid #DCDCDC;
}

.tab-title {
    font-size: 37px;
    letter-spacing: -2px;
    margin-bottom: 50px;
}

.info .form-group {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.bottom-wrap a {
    color: #1f76e8 !important;
    text-decoration: underline !important;
    font-size: 17px;
    margin-right: 30px;
}

.hidediv {
    display: none;
}

.infoclosebtn {
    float: left;
    width: 100%;
}

.infopurchasebtn {
    float: left;
    width: 100%;
}

#exitModalCenter {
    display: none;
}

.show.modal-backdrop--custom {
    opacity: 1 !important;
}

.modal-backdrop--custom {
    background-color: #ffffff !important;
}

#exitModalCenter .modal-content {
    border: 1px solid #D6D6D6;
    border-radius: 15px;
    box-shadow: 5px 1px 23px -3px #D6D6D6;
    padding: 30px;
    text-align: center;
}

#exitModalCenter .modal-body img {
    margin-bottom: 15px;
}

#exitModalCenter .modal-body h3 {
    color: #EA1903;
    font-size: 25px;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
}

#exitModalCenter .modal-body p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #000000;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
}

#exitModalCenter .btn-secondary:not(:disabled):not(.disabled):active {
    width: auto;
    background: #E1E1E1;
    color: #323232;
    border-color: #E1E1E1;
    font-size: 21px;
}

#exitModalCenter .btn-secondary {
    padding: 9px 15px;
    border-radius: 6px;
    width: auto;
    background: #E1E1E1;
    color: #323232;
    border-color: #E1E1E1;
    font-size: 21px;
}

#exitModalCenter .btn-secondary a {
    color: #323232;
}

.infoclosebtn .closepopup .modal-content {
    border-radius: 15px;
    padding: 30px;
    border: 0px;
}

.infoclosebtn .closepopup .modal-header {
    border-bottom: 0px;
    padding: 0px;
    margin-bottom: 15px;
}

.infoclosebtn .closepopup .modal-body {
    padding: 0px;
    margin-bottom: 15px;
}

.infoclosebtn .closepopup .modal-footer {
    justify-content: flex-start;
    border-top: 0px;
    padding: 0px;
}

.infoclosebtn .closepopup .modal-title {
    color: #EA1903;
    font-size: 25px;
}

.infoclosebtn .closepopup .modal-body p {
    color: #535353;
    font-size: 17px;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular'!important;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 29.33px;
}

.infoclosebtn .mainbtn {
    background-color: #FFEAE8;
    border-radius: 11px;
    color: #EA1903;
    font-size: 17px;
    padding: 10px 40px;
    margin: 40px 0px;
    cursor: pointer;
    line-height: 29px;
}

.infoclosebtn .closepopup .btn-secondary:not(:disabled):not(.disabled):active {
    width: auto;
    background: #E1E1E1;
    color: #323232;
    border-color: #E1E1E1;
    font-size: 21px;
}

.infoclosebtn .closepopup .btn-secondary {
    padding: 9px 15px;
    border-radius: 6px;
    width: auto;
    background: #E1E1E1;
    color: #323232;
    border-color: #E1E1E1;
    font-size: 21px;
}

.accountbtn {
    padding: 9px 15px;
    border-radius: 6px;
    width: auto;
    background: #EA1903;
    color: #fff;
    border-color: #EA1903;
    font-size: 21px;
    margin-left: 15px !important;
}

.accountbtn:hover {
    color: #fff;
}

.editinfo .fileBg {
    position: relative;
    margin-bottom: 50px;
}

.editinfo .signupBtn {
    left: 120px;
}

.editinfo {
    padding: 5px 30px;
}

.report {
    padding: 5px 30px;
}

.editinfo form {
    width: 70%;
}

.editinfo h2 img {
    margin-right: 15px;
}

.editpasswrd h2 img {
    margin-right: 15px;
}

.editpasswrd {
    padding: 5px 30px;
}

.billing {
    padding: 5px 30px;
}

.editpasswrd form {
    width: 70%;
}

.btnBg .cmnBtn:hover {
    width: 260px;
    color: #EB6413;
}

.btnBg {
    margin-top: 50px;
}

.rgtbtn {
    background: #f2f2f2;
    padding: 5px 5px 5px 40px;
    border-radius: 100px;
}

.rgtbtn button {
    border: 1px solid #EB6413;
    padding: 10px 10px;
    background: #fff;
    border-radius: 100px;
    min-width: 200px;
    font-size: 18px;
    margin-left: 25px;
}

.rgtbtn .float-left {
    line-height: 18px;
    padding-top: 5px;
    font-size: 14px;
    color: #212529;
}

.searchbox {
    position: relative;
}

.filter label {
    float: left;
    line-height: 32px;
    color: #2d2d2d;
    font-weight: 400;
}

.reporthead {
    float: left;
    width: 100%;
}

.searchbox input {
    border: 1px solid #e8e8e8;
    min-width: 70%;
    border-radius: 4px;
    padding: 8px 15px;
    margin-left: 35px;
    position: relative;
}

.searchbox button {
    position: absolute;
    right: 225px;
    background-color: transparent;
    padding: 10px;
}

.no-padding {
    padding: 0px;
}

.filter .dropdown {
    padding: 7px 10px 7px 0px;
    min-width: 60px;
    box-shadow: 0px 0px 5px 1px #ece7e7;
}

.filter .dropdown-toggle {
    background-color: #fff;
    width: 100%;
    color: #707070;
    font-size: 13px;
}

.filter .dropdown-toggle i {
    float: right;
    font-size: 18px;
}

.report table {
    margin-top: 30px;
}

.report .table thead th {
    border-top: 0px;
    font-size: 13px;
}

.report .table td,
.report .table tbody th {
    padding: 20px 0px;
    color: #2d2d2d;
    font-weight: 400;
    font-size: 14px;
}

.report .table td a {
    color: #1f76e8 !important;
    text-decoration: underline !important;
}

.report .table thead th:nth-child(1) {
    width: 40%;
}

.report .table thead th:nth-child(2) {
    width: 20%;
}

.report .table thead th:nth-child(3) {
    width: 30%;
}

.report .table thead th:nth-child(4) {
    width: 10%;
}
.report .filter{
    float: left;
    width: 100%;
}

.pagintion ul {
    justify-content: center;
    align-items: center;
}

.page-link {
    border: 0px;
    color: #212529;
}

.page-link:hover {
    color: #212529;
}

.cardsection h2 img {
    margin-right: 15px;
}


/* Accordian Start*/

.panel-default>.panel-heading {
    color: #333;
    background-color: #f7f6fb;
    border-color: #f7f6fb;
    padding: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 80px;
}

.active-brd .panel-heading {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 15px 15px 30px;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-body {
    background-color: #f7f6fb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px 15px 15px 60px;
}

.panel-title {
    margin-bottom: 0px;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #f7f6fb;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\f106";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    color: #EB6413;
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\f107";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    color: #EB6413;
}


/* Accordian End*/

.paysection {
    float: left;
    width: 100%;
}

.paysection .panel-heading a img {
    float: left;
}

.carddetails {
    float: left;
    margin-left: 20px;
    margin-top: -4px;
}

.carddetails p {
    font-size: 13px;
    color: #98989a;
}

.carddetails h6 {
    font-size: 16px;
    color: #5d5d5e;
    font-weight: 600;
}

.paysection .panel-collapse {
    float: left;
    width: 100%;
}

.paysection .panel-body {
    float: left;
    width: 100%;
}

.paysection .panel-body .bottom-wrap {
    margin: 20px 0px 0px 20px;
}

.paysection .panel-body .bottom-wrap a {
    font-size: 15px;
}

.pay-container {
    float: left;
    width: 70%;
    margin: 20px 0px;
}

.paybutton button {
    border: 1px solid #EB6413;
    padding: 10px 15px;
    background: #fff;
    border-radius: 100px;
    min-width: 300px;
    font-size: 18px;
}

.paybutton {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.cardbox {
    margin: 20px 0px;
}

.paymentBox.active .cardbox {
    padding: 20px 0 10px;
    height: auto;
    opacity: 1;
    overflow: visible;
}

.cardbox .form-group {
    margin-bottom: 20px;
}

.cardbox .form-group:last-child {
    margin-bottom: 0;
}

.cardbox label {
    font-size: 15px;
}

.cardbox .cardLabel {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.cardbox .form-control {
    font-size: 15px;
    height: 45px;
    border-radius: 0;
    padding: 8px 20px;
    color: #8D8D8D;
}

.cardbox .checkBg {
    padding-left: 25px;
    font-size: 15px!important;
    color: #5B6870!important;
    margin-bottom: 0;
    display: inline-block;
    width: auto;
}

.Month button.dropdown-toggle {
    background: #f4f6f9;
    border-radius: 0px;
    height: 45px;
    padding: 8px 15px 8px 15px;
    border: 1px solid #f4f6f9;
    color: #888888;
}

.Year button.dropdown-toggle {
    background: #f4f6f9;
    border-radius: 0px;
    height: 45px;
    padding: 8px 15px 8px 15px;
    border: 1px solid #f4f6f9;
    color: #888888;
}

.cardsection .form-control {
    background: #f4f6f9;
}

.cardsection .paymentBox {
    width: 80%;
}

.cardsection .signbtnBg .cmnBtn {
    width: 230px;
    margin: 20px 0px 0px;
}

.cardsection .form-group button.dropdown-toggle i {
    color: #323259;
}

.purchase-table thead th:nth-child(1) {
    width: 30% !important;
}

.purchase-table thead th:nth-child(2) {
    width: 30% !important;
}

.purchase-table thead th:nth-child(3) {
    width: 20% !important;
}

.purchase-table thead th:nth-child(4) {
    width: 20% !important;
}

.purchase-table tbody tr:last-child {
    border-bottom: 1px solid #dee2e6;
}

.cardsection {
    padding: 5px 30px;
}

.cardsection .form-group label {
    font-size: 16px;
}

.uploaderWrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 55px;
}

.signbtnBg a.cmnBtn {
    color: #fff;
    font-size: 18px;
}

.signbtnBg .float-right {
    color: #5B6870;
    font-size: 17px;
}

.rgtsec .wow {
    display: flex;
    margin: 0px auto;
}


/*----------------EXPLORE APP---------------------------*/

.banner-top {
    background: #fff;
    padding: 110px 110px;
}

.banner-top .rgtsec {
    margin-top: -350px;
    padding-bottom: 200px;
    text-align: center;
}

.banner-top .lftSec p {
    color: #000000;
    font-size: 26px;
    width: 70%;
    font-family: 'SF-Pro-Text-Thin' !important;
}

.banner-top .rgtsec img {
    padding-left: 50px;
}

.custom-tile {
    text-align: center;
}

.custom-tile p {
    width: 60%;
    text-align: center;
    margin: 0px auto;
    font-size: 16px;
    color: #5B6870;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
}

.custom-tile h4 {
    color: #000000;
    font-size: 21px;
    font-family: 'Conv_SF-Pro-Display-Regular';
    font-weight: 600;
    margin: 15px 0px 20px;
}

.banner-text h1 {
    color: #EB6925;
    font-size: 73px;
    margin-bottom: 0px;
    font-family: 'Conv_OratorStd';
}

.banner-text h1.subtit {
    color: #fff !important;
    font-size: 73px;
    font-family: 'Conv_OratorStd';
}

.subsHead {
    background: #000000 url(../images/flameimg.png) no-repeat right bottom;
    height: 350px;
    background-position: 84% 100%;
}

.banner-text {
    padding-top: 120px;
    padding-left: 110px;
    font-family: 'Conv_FontsFree-Net-SFProText-Light';
    line-height: 50px;
}

.img-des {
    float: left;
    width: 40%;
}

.img-box {
    float: right;
    width: 60%;
}

.content-box {
    background: #F2F2F2;
    padding: 110px 110px 200px 110px;
}

.listbox ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.listbox ul li img {
    float: left;
    margin-right: 0px;
}

.listbox {
    margin-top: 80px;
}

.listbox ul li h4 {
    font-size: 21px;
    color: #000000;
    font-family: 'Conv_FontsFree-Net-SFProText-Semibold';
}

.listbox ul li p {
    color: #5B6870 !important;
    font-size: 16px !important;
    letter-spacing: normal !important;
    width: 100%;
}

.content-box .rgtsec h2 {
    font-size: 34px;
    color: #000000;
    font-family: 'Conv_SF-Pro-Display-Regular';
    letter-spacing: -1px;
}

.content-box .rgtsec p {
    font-size: 20px;
    color: #000000;
    letter-spacing: -1px;
}

.custom-container .owl-carousel .owl-stage-outer {
    min-height: 600px;
}

.custom-container .owl-item>div {
    cursor: pointer;
    margin: 6% 8%;
    transition: margin 0.9s ease;
}

.custom-container .owl-item.center>div {
    cursor: auto;
    margin: 0;
}

.custom-container .owl-item:not(.center)>div:hover {
    opacity: .75;
}

.custom-container .owl-dots {
    text-align: center;
    padding-top: 15px;
    display: block !important;
}

.custom-container .owl-dots button.owl-dot {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    margin: 0 3px;
    border: 1px solid #707070;
}

.custom-container .owl-dots button.owl-dot.active {
    background-color: #EB6925;
    border: 1px solid #EB6925;
}

.custom-container.owl-dots button.owl-dot:focus {
    outline: none;
}

.custom-container .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.custom-container .owl-nav button:focus {
    outline: none;
}

.custom-container .owl-carousel .owl-item img {
    opacity: 0.5;
}

.custom-container .owl-item.center>div img {
    opacity: 1 !important;
}

.SubsCont {
    margin-top: -200px;
    padding-bottom: 80px;
}

.SubsCont>.row {
    margin: 0;
}

.custom-container {
    margin-bottom: 70px;
    height: 600px;
}

.appsection .div-center {
    text-align: center;
    margin: 0px auto;
    width: 30%;
}

.appsection h2 {
    font-size: 51px;
    color: #000000;
    font-family: 'Conv_FontsFree-Net-SFProText-Regular';
    letter-spacing: -1px;
}

.appsection p {
    margin: 20px;
    font-size: 20px;
    color: #000000;
    letter-spacing: -1px;
    font-family: 'Conv_FontsFree-Net-SFProText-Light';
}

.appsection .appBg {
    margin: 5px 0px 80px 0px;
}

.cleardiv {
    float: left;
    width: 100%;
}

.right-block {
    margin-left: 80px;
}

.ftrLink {
    float: right;
}

.image-modal {
    background-color: rgba(0, 0, 0, 0.8);
}

.image-modal h4 {
    font-size: 23px;
    color: #EB6413;
}

.image-modal .modal-dialog {
    max-width: 950px;
}

.image-modal .modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.image-modal .modal-body {
    max-height: 650px;
    overflow: auto;
}

.listimg {
    float: left;
    width: 13%;
}

.list-text {
    float: left;
    width: 87%;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.menu-scroll::-webkit-scrollbar {
    width: 7px;
    border-radius: 7px;
}


/* Track */

.menu-scroll::-webkit-scrollbar-track {
    background: #bdbcbc;
    border-radius: 7px;
}


/* Handle */

.menu-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 7px;
}


/* Handle on hover */

.menu-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 7px;
}

.fadein,
.fadeout {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.fadein {
    opacity: 1;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.submenu::-webkit-scrollbar {
    width: 7px;
    border-radius: 7px;
}


/* Track */

.submenu::-webkit-scrollbar-track {
    background: #bdbcbc;
    border-radius: 7px;
}


/* Handle */

.submenu::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 7px;
}


/* Handle on hover */

.submenu::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 7px;
}


/*----------------EXPLORE APP---------------------------*/

@media (min-width:1490px) {
    .w-100 {
        width: 100%;
    }
}

@media (min-width:1330px) {
    .container {
        max-width: 1700px;
    }
}

@media (min-width:1200px) {
    .SubsCont .container {
        max-width: 1140px;
    }
}

@media (max-width:1600px) and (min-width:1400px) {
    .container {
        max-width: 1400px;
    }
    .listimg {
        width: 20%;
    }
    .list-text {
        width: 80%;
    }
}

@media (max-width:1400px) and (min-width:1200px) {
    .container {
        max-width: 1400px;
    }
    .listimg {
        width: 20%;
    }
    .list-text {
        width: 80%;
    }
}

@media (max-width:1200px) and (min-width:992px) {
    .filter label {
        margin-left: 15px;
    }
    .report {
        padding: 5px 0px;
    }
    .ftrLink a {
        font-size: 12px;
        padding-right: 10px;
    }
    .ftrLink a+a {
        padding: 0 10px;
    }
    .ftrbox li {
        font-size: 12px;
    }
    .lftTitle {
        max-width: 225px;
    }
    .enquiriesBg h6 {
        font-size: 17px;
    }
    .address li {
        font-size: 14px;
    }
    .listimg {
        width: 20%;
    }
    .list-text {
        width: 80%;
    }
}

@media (max-width:992px) and (min-width:768px) {
    .filter label {
        margin-left: 25px;
    }
    .report {
        padding: 5px 0px;
    }
    .rgtbtn button {
        min-width: 140px;
        font-size: 15px;
        margin-left: 20px;
    }
    .rgtbtn {
        padding: 5px 5px 5px 19px;
    }
    .report .table td,
    .report .table tbody th {
        font-size: 12px;
    }
    .account-tabs .col-md-3 {
        padding: 0px;
    }
    .info .form-group div:first-child {
        width: 40%;
    }
}

@media (min-width:1025px) {
    /* .prdctMenu:hover .productsMenu{height: 420px;visibility: visible;top: 90px;} */
    .drop-down:hover .dropdown-menu {
        opacity: 1;
        height: auto;
        top: 100%;
        z-index: 99999;
        pointer-events: inherit;
    }
    .lftMenu li:hover .submenu {
        opacity: 1;
        visibility: visible;
        left: 100%;
    }
    .lftMenu .menu-scroll li:hover .submenu {
        opacity: 1;
        visibility: visible;
        left: 100%;
    }
    .lftMenu>.menu-scroll>li:hover>a {
        color: #FF6A5A!important;
        background: #423f3f;
    }
}

@media (max-width:1490px) {
    .submenu {
        width: 775px!important;
    }
    .servItem h2 {
        font-size: 28px;
        height: 70px;
    }
    .cmnBtn {
        font-size: 19px;
    }
    .signbtnBg a,
    .signuplink,
    .loginTxt {
        font-size: 16px;
    }
    .searchbox button {
        right: 190px;
    }
}

@media (max-width:1330px) {
    .searchbox button {
        right: 145px;
    }
    .lftMenu {
        max-width: 400px;
    }
    .compartmentbox .txtblck {
        padding-left: 20px;
    }
    .compartmentbox .numberblck {
        width: 160px;
        max-width: 160px;
    }
    .compartmentbox h4 {
        font-size: 26px;
    }
    .tabimg {
        height: auto;
    }
    .innerpageCont h1 {
        font-size: 45px;
    }
    .privacyCont h1 {
        font-size: 40px;
    }
    .banner-top .lftSec p {
        width: 100%;
    }
    .banner-top {
        padding: 60px 60px;
    }
    .banner-text {
        padding-left: 60px;
    }
    .banner-top .rgtsec {
        margin-top: -150px;
    }
    .content-box {
        padding: 110px 60px 200px 60px;
    }
    .custom-container {
        height: 700px;
    }
    .appsection .div-center {
        width: 100%;
    }
}

@media (max-width:1200px) {
    .rghtUl li>a {
        padding: 5px 80px 5px 30px;
        font-size: 14px;
    }
    .searchbox button {
        right: 100px;
    }
    .lftMenu {
        padding-right: 25px;
    }
    .submenu {
        padding-left: 25px;
        width: 525px!important;
    }
    .rghtSliderBg {
        max-width: 100%;
        padding-left: 15px;
        margin-top: 60px;
    }
    .SliderBg {
        width: 700px;
        margin: 0 auto;
    }
    .compartmentbox .txtblck {
        padding-left: 15px;
    }
    .compartmentbox span {
        font-size: 14px;
        margin-bottom: 0;
    }
    .scrolldown {
        max-width: 40px;
    }
    .compartmentbox .numberblck {
        max-width: 140px;
        width: 140px;
    }
    .contTxt {
        font-size: 22px;
    }
    .nav-tabs .nav-link {
        padding: 14px 25px;
    }
    .trainingCont {
        padding-bottom: 100px;
    }
    .traininglft,
    .testingProduct-lft {
        padding-right: 15px;
    }
    .whiteBox {
        height: auto;
    }
    .whiteBox .price {
        font-size: 45px;
        line-height: 45px;
    }
    .whiteBox h5 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    .whiteBox h6 {
        font-size: 19px;
    }
    .whiteBox .cmnBtn:hover {
        width: 240px;
    }
    .cloudBenifit h4 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .SubsCont {
        padding-bottom: 60px;
    }
    .cvvBg {
        margin-left: 30px;
    }
    .evenRght {
        padding-left: 15px;
    }
    .upcomingBg .tabimg {
        height: auto;
    }
    .upcomingBg .findOutMore {
        margin-top: 20px;
    }
    .breadcrumb {
        padding-left: 0;
    }
    .privacyCont h1 {
        margin-bottom: 35px;
    }
    .privacyContBg {
        padding-bottom: 40px;
    }
    .successfullyCont {
        margin-bottom: 40px;
    }
    .SignInContBg {
        padding-bottom: 80px;
    }
    .lftSec {
        margin-bottom: 40px;
    }
    .appsection .div-center {
        width: 80%;
    }
}

@media (max-width:991px) {
    .prdctMenu.active .lftMenu>.menu-scroll>li>a {
        background: #313030;
    }
    .appsection .div-center {
        width: 80%;
    }
    .ContentSec {
        padding: 60px 60px;
    }
    .greyBg {
        padding: 130px 60px;
    }
    .searchbox button {
        right: 40px;
    }
    .topSec {
        height: auto;
    }
    .navbar {
        padding: 15px 0;
    }
    .navbar-nav>li {
        height: auto;
    }
    li.signIn,
    li.prfllink {
        margin-left: 0;
    }
    .navbar-collapse {
        background: rgba(235, 100, 19, 0.8);
        margin-top: 15px;
    }
    .navbar-nav {
        padding: 15px 0;
    }
    .navbar-nav .nav-link {
        display: block;
        width: 100%;
    }
    .navbar-nav .nav-link:hover,
    li.prfllink.show>a {
        color: #fff!important;
    }
    .prdctMenu,
    .prdctMenu a {
        display: inline-flex!important;
    }
    .prdctMenu {
        flex-direction: column;
    }
    .prdctMenu a:hover span {
        background: #fff;
    }
    .productsMenu {
        position: relative;
        width: 100%;
        top: 14px;
        overflow: auto;
        padding: 0;
        height: 0;
        border: 0;
    }
    .prdctMenu.active .productsMenu {
        top: 0px;
        height: auto;
        min-height: 300px;
        padding: 15px 5px;
        z-index: 1;
    }
    .lftMenu {
        max-width: 100%;
        border: none;
        padding: 0;
    }
    .lftMenu>li>a {
        width: 100%;
        padding: 8px 15px;
        border-radius: 4px;
        font-size: 15px;
        height: auto;
        pointer-events: none;
    }
    .lftMenu li .submenu {
        padding: 15px 15px 0;
        position: relative;
        width: 100%!important;
        left: 0;
        height: 0;
    }
    .lftMenu li.active .submenu {
        max-height: 300px;
        height: auto;
        left: 0;
    }
    .lftMenu li.active a img {
        transform: rotate(90deg);
    }
    .submenu>.w-100>.row>li>a {
        padding: 10px 0;
        font-size: 14px;
    }
    .lftMenu>.menu-scroll>li>a {
        width: 100%;
        padding: 5px 15px;
        border-radius: 4px;
        font-size: 16px;
        height: auto;
        pointer-events: none;
        font-family: 'Conv_OratorStd';
    }
    .lftMenu>.menu-scroll>li .submenu {
        padding: 10px 15px 0;
        position: relative;
        width: 100%!important;
        left: 0;
        height: 0;
    }
    .lftMenu>.menu-scroll>li.active .submenu {
        max-height: 300px;
        height: auto;
        left: 0;
    }
    .lftMenu>.menu-scroll>li.active a img {
        transform: rotate(90deg);
    }
    .lftMenu>.menu-scroll>li {
        margin-bottom: 5px;
    }
    .drop-down .dropdown-menu a {
        font-size: 14px;
    }
    .submenu>li>a {
        font-size: 14px;
        padding: 6px 0;
    }
    .navbar-nav>li {
        flex-direction: column;
    }
    .drop-down .dropdown-menu {
        position: relative;
        width: 100%;
        top: 0;
        border-radius: 0;
        display: none;
    }
    .drop-down.active .dropdown-menu {
        top: 0;
        display: block;
    }
    .drop-down.active .dropdown-menu {
        opacity: 1;
        height: auto;
        top: 100%;
        z-index: 1;
        pointer-events: inherit;
    }
    .lftTitle h5 {
        margin-bottom: 25px;
    }
    .brandBg,
    .enquiriesBg .midCont {
        max-width: 100%;
    }
    .enquiriesBg .midCont {
        margin-top: 20px;
    }
    .enquiriesBg {
        margin-top: 0px;
    }
    .copyRght {
        margin-top: 20px;
    }
    .innerpageCont h1 {
        font-size: 40px;
    }
    .innerpageCont .colortxt {
        font-size: 18px;
    }
    .innerpage {
        margin-top: 77px;
    }
    .innerpageCont {
        padding-top: 30px;
    }
    .headrtxt {
        margin-bottom: 35px;
    }
    .innerpageCont p {
        font-size: 18px;
    }
    .btmImg {
        margin: 55px -15px 0;
    }
    .rghtBox {
        margin-top: 20px;
    }
    .scrolldown {
        display: none;
    }
    .compartmentbox .numberblck {
        max-width: 120px;
        width: 120px;
    }
    .trainingCont {
        padding-bottom: 50px;
    }
    .vdoBg {
        margin-bottom: 20px;
    }
    .testprdct_rght {
        margin-top: 20px;
    }
    .recentPost {
        margin-top: 40px;
    }
    .SubsCont .container>.row {
        justify-content: center;
    }
    .billingBox {
        height: auto;
    }
    .priseSec {
        flex-direction: column;
    }
    .priseSec .rghtSec {
        padding: 0;
        border: none;
    }
    .priseSec span {
        padding: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .cvvBg {
        margin-left: 10px;
    }
    .subcontlft {
        padding-right: 15px;
    }
    .upcomingBg .tabimg {
        height: 280px;
    }
    .upcomingBg .tabBox {
        margin-bottom: 20px;
    }
    .evenRght p {
        max-height: 105px;
        height: auto;
    }
    .dskview {
        display: none;
    }
    .mblview {
        display: inline-block;
    }
    .signIn img {
        position: relative;
        top: -3px;
        margin: 0;
    }
    li.prfllink {
        min-height: 49px;
    }
    .prfllink.dropdown.show .dropdown-menu {
        margin-top: 0px!important;
    }
    .prfllink .dropdown-menu {
        width: 95%;
    }
    .subbox {
        width: 50%;
    }
    .cloudBenifit li {
        align-items: flex-start;
    }
    .pay-container {
        width: 100%;
    }
    .editinfo form {
        width: 100%;
    }
    .editpasswrd form {
        width: 100%;
    }
    .cardsection .paymentBox {
        width: 100%;
    }
    /*----------------explore----------------------*/
    .banner-top {
        background: #fff;
        padding: 60px 60px;
    }
    .banner-top .lftSec {
        text-align: center;
        width: 100%;
    }
    .banner-top .lftSec p {
        width: 100%;
    }
    .banner-top .rgtsec {
        margin-top: 0px;
        padding-bottom: 100px;
    }
    .banner-top .rgtsec img {
        padding-left: 0px;
    }
    .content-box {
        padding: 60px 60px;
        text-align: center;
    }
    .listimg {
        float: none;
        width: 100%;
    }
    .list-text {
        float: none;
        width: 100%;
    }
    .custom-tile {
        margin-top: 20px;
    }
    .custom-tile p {
        width: 100%;
    }
    .SubsCont {
        margin-top: 0px;
    }
    .custom-container {
        height: 700px;
    }
    .appsection .div-center {
        width: 100%;
    }
    .ftrLink a {
        font-size: 9px;
        padding-right: 15px;
    }
    .listbox ul li p {
        width: 100%;
    }
    .submenu {
        visibility: visible;
    }
    .listbox ul li img {
        float: inherit;
        text-align: center;
    }
    .menu-scroll>li.active>a {
        background: #2b2b2b;
        color: #e25704 !important;
    }
    .menu-scroll {
        height: auto;
        overflow: auto;
        padding-right: 5px;
        max-height: 100%;
    }
    .rghtUl li>a {
        padding: 5px 70px 5px 30px;
        font-size: 14px;
    }
    .rghtUl li .arwbtn {
        right: 15px;
    }
}

@media (max-width:767px) {
    .rghtUl li>a {
        padding: 5px 70px 5px 20px;
        font-size: 12px;
    }
    .rghtUl li .arwbtn {
        right: 10px;
    }
    .compartmentbox h4 {
        font-size: 20px;
    }
    .address li {
        font-size: 14px;
    }
    .prdctMenu.active .lftMenu>li:hover>a {
        color: #FF6A5A!important;
    }
    .menu-scroll {
        height: auto;
        overflow: auto;
        padding-right: 5px;
        max-height: 100%;
    }
    .listimg {
        float: none;
        width: 100%;
    }
    .list-text {
        float: none;
        width: 100%;
    }
    .info .form-group div {
        font-size: 13px;
    }
    .info .form-group div:first-child {
        font-size: 12px;
    }
    .lftTitle span {
        font-size: 14px;
    }
    .SubsCont {
        margin-top: 0px;
    }
    .subbox {
        width: 100%;
    }
    .ftrbox .float-left {
        float: inherit !important;
    }
    .right-block {
        float: inherit !important;
        margin-left: 0px;
    }
    .ftrLink {
        float: inherit;
        text-align: center;
        margin: 0px auto;
        width: 100%;
    }
    .ftrLink a {
        display: inline;
        float: inherit;
    }
    .listbox ul li p {
        width: 100%;
    }
    .listbox ul li img {
        float: inherit;
        text-align: center;
        margin-bottom: 15px;
    }
    .content-box .rgtsec h2 {
        font-size: 24px;
    }
    .content-box .rgtsec p {
        font-size: 16px;
    }
    .banner-text {
        padding-left: 30px;
    }
    .banner-text h1 {
        font-size: 40px;
    }
    .banner-text h1.subtit {
        font-size: 40px;
    }
    .banner-top {
        padding: 30px 30px;
    }
    .content-box {
        padding: 30px 30px;
    }
    .banner-top .lftSec p {
        font-size: 20px;
    }
    .banner-top .appBg a img {
        max-width: 150px;
    }
    .banner-top .rgtsec img {
        padding-left: 0px;
    }
    .acct-wrap {
        max-width: 700px;
    }
    .header.homeHeader {
        height: auto;
        min-height: 100%;
    }
    .headTxt {
        margin-top: 0;
    }
    .headerCont {
        padding: 90px 0 20px;
    }
    .servItem h2 {
        font-size: 18px;
        height: 50px;
    }
    .SliderBg {
        width: 100%;
    }
    .servItem {
        padding: 20px 20px 35px;
    }
    .ContentSec {
        padding: 30px 30px;
    }
    .lftSec {
        margin-bottom: 40px;
    }
    .ourServiceBg h3,
    .lftTitle h5 {
        font-size: 35px;
    }
    .ourServce .owl-nav {
        width: 65px;
    }
    .ourServiceBg {
        padding: 60px 0 15px;
    }
    .greyBg {
        padding: 20px 20px;
    }
    /*.midCont .btm-row{padding: 0px 15px;}*/
    .enquiriesBg {
        margin-top: 0px;
    }
    .lftSec p {
        font-size: 20px;
    }
    .footer {
        padding: 45px 0px 0px 0px;
        text-align: center;
    }
    .ftrbox.last {
        text-align: left;
    }
    .copyRght {
        margin: 0;
        padding: 30px 0;
        flex-direction: column;
        text-align: center;
    }
    .ftrLink {
        margin: 13px 0;
    }
    .ftrbox {
        margin-bottom: 20px;
        text-align: center;
    }
    .ftrbox h6 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .ftrLogo {
        margin-bottom: 20px;
        text-align: center;
    }
    .header.contcthead {
        height: 470px;
        min-height: auto;
    }
    .contcthead .headerCont h1 {
        font-size: 60px;
        line-height: 50px;
        margin: 70px 0 0;
    }
    .contcthead .headerCont {
        align-items: flex-start;
    }
    .contTxt {
        font-size: 22px;
    }
    .contactUs .enquiriesBg {
        margin-bottom: 45px;
    }
    .contactUs .getinTouch {
        margin-top: 45px;
    }
    .productsMenu {
        overflow: auto;
        max-height: 285px;
    }
    .scroll-wrapper>.scroll-content {
        max-height: 200px;
    }
    .scroll-wrapper>.scroll-content>li>a {
        padding: 8px 0;
    }
    .btmImg [class*="col-"] {
        margin-bottom: 15px;
    }
    .btmImg [class*="col-"]:last-child {
        margin-bottom: 0;
    }
    .compartmentbox {
        flex-direction: column;
    }
    .compartmentbox .numberblck {
        justify-content: flex-start;
        padding: 15px 0;
    }
    .compartmentbox .txtblck {
        padding: 10px 0;
    }
    .compartmentbox:hover .txtblck {
        padding-left: 0;
    }
    .compartmentbox:hover .arwbtn {
        right: 0;
    }
    .compartmentbox h4 {
        margin-bottom: 5px;
    }
    .compartmentbox p {
        text-align: right;
    }
    .compartmentbox p .arwbtn {
        position: relative;
    }
    .compartmentbox .imgblck {
        max-width: 100%;
        flex-basis: inherit;
    }
    .compartmentbox .imgblck img {
        width: 100%;
        max-height: inherit;
    }
    .tabCont {
        padding-bottom: 0;
    }
    .recentPost {
        margin-top: 25px;
    }
    .recentPost .form-group {
        margin-bottom: 20px;
    }
    .recentPost ul {
        margin: 0;
    }
    .eventSearchBg {
        flex-direction: column;
    }
    .eventSearchBg .col {
        max-width: 100%;
        margin: 5px 0;
    }
    .clearfil a {
        justify-content: flex-end;
    }
    .clearfil a svg {
        margin-right: 15px;
    }
    .subTabCont {
        flex-direction: column;
    }
    .subcontlft {
        padding-right: 15px;
    }
    .subSummary {
        max-width: 100%;
        margin-top: 30px;
    }
    .subsTab .nav-tabs .nav-link {
        min-width: 165px;
    }
    .subsTab .nav-tabs .nav-link span:before {
        width: 148px;
    }
    .subsTab {
        margin-top: 60px;
    }
    .innerpageCont h1 {
        font-size: 26px;
    }
    .innerpageCont p {
        font-size: 17px;
    }
    .form-control {
        font-size: 16px;
    }
    .subsTab .tab-content {
        margin: 20px 0;
    }
    .upcomingBg .tabimg {
        height: auto;
    }
    .enquiriesBg .address {
        margin-bottom: 30px;
    }
    li.prfllink .nav-link i {
        top: 1px;
    }
    .successfullyCont {
        margin-bottom: 0;
    }
    .rgtbtn button {
        padding: 10px 10px;
        min-width: 100px;
        font-size: 14px;
        margin-left: 15px;
    }
    .report {
        padding: 5px 5px;
    }
    .filter .col-sm-3 {
        width: 20%;
    }
    .filter .col-sm-9 {
        width: 80%;
    }
    .info {
        padding: 5px 5px 30px 5px;
    }
    .report .table td,
    .report .table tbody th {
        font-size: 12px;
    }
    .billing {
        padding: 5px 5px;
    }
    .pay-container {
        width: 100%;
    }
    .editinfo form {
        width: 100%;
    }
    .editpasswrd form {
        width: 100%;
    }
    .editinfo {
        padding: 5px 5px;
    }
    .editpasswrd {
        padding: 5px 5px;
    }
    .cardsection {
        padding: 5px 5px;
    }
    .searchbox button {
        right: 65px;
    }
    .searchbox input {
        min-width: 75%;
        margin-left: 5px;
    }
    .custom-container {
        margin-bottom: 30px;
    }
    .rgtbtn {
        margin-bottom: 20px;
        float: left !important;
    }
}

@media (max-width:660px) {
    .banner-top .appBg a img {
        max-width: 130px;
    }
    .social {
        justify-content: center;
    }
    .midCont .col-md-6 {
        margin-bottom: 15px;
    }
}

@media (max-width:576px) {
    .info .form-group div {
        font-size: 12px;
    }
    .banner-top .appBg a img {
        max-width: 100px;
    }
    .ourServiceBg h3,
    .lftTitle h5 {
        font-size: 30px;
        line-height: 30px;
    }
    .searchbox button {
        right: 30px;
    }
    .info .col-sm-9 {
        margin-top: 20px;
    }
    .headerCont .smallTxt {
        max-width: 100%;
    }
    .whiteBg {
        padding: 35px 0;
    }
    .brandBg {
        flex-direction: column;
        height: auto;
    }
    .brandBg div {
        margin-bottom: 15px;
    }
    .brandBg div:last-child {
        margin: 0;
    }
    .footer {
        padding: 40px 0px 0px 0px;
    }
    .copyRght {
        flex-direction: column;
        text-align: center;
    }
    .social {
        justify-content: center;
        margin-bottom: 15px;
    }
    .recentPost ul li a {
        padding: 15px 0;
    }
    .subsTab .nav-tabs .nav-link {
        width: 100%;
        height: 110px;
    }
    .subsTab .nav-tabs .nav-link span:before {
        transform: rotate(90deg);
        width: 98px;
    }
    .subsTab .nav-tabs .nav-link.active11 span:before {
        left: -38px;
    }
    .txt {
        background: #fff;
        position: relative;
        z-index: 2;
    }
    .subsTab .nav-tabs .nav-link span:before {
        left: -44px;
        top: 108px;
    }
    .subsTab .nav-tabs .nav-link.active span:before,
    .subsTab .nav-tabs .nav-link.active:first-child span:before,
    .subsTab .nav-tabs .nav-link.active span:before {
        left: -41px;
        top: 113px;
    }
    .subsTab .nav-tabs .nav-link.filled span:before,
    .subsTab .nav-tabs .nav-link.filled.active span:before {
        left: -38px;
        top: 118px;
    }
    .subbox {
        width: 100%;
    }
    .report .table thead th {
        font-size: 11px;
    }
}