.topbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    padding: 11px 0 12px;
}

.topbar p {
    display: inline-block;
    font-size: 15px;
    line-height: 35px;
    color: #fff;
    font-weight: 500;
    margin: 0 21px 0 0;
}

.topbar p i {
    color: var(--theme-color);
    font-size: 13px;
    line-height: 33px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 6px;
}

.topbar p i.twi-phone-volume {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.topbar p a {
    color: inherit;
}

.topbar p a:hover {
    color: var(--theme-color);
}

.topsocial {
    position: relative;
    padding: 0 0;
    text-align: right;
}

.topsocial a {
    display: inline-block;
    font-size: 15px;
    line-height: 33px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    color: #191919;
    background: #fff;
    text-align: center;
    margin-left: 2px;
}

.topsocial a:hover {
    background: var(--theme-color);
    color: #fff;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background: #000;
}

.navbar {
    justify-content: space-between;
    display: flex;
    border-radius: 3px;
    padding: 0px;
}

.logo {
    line-height: 66px;
    margin: 0;
    padding: 10px 0;
    position: relative;
}

.logo img {
    height: 45px;
    width: auto;
    max-width: 100%;
}

.mainMenu {
    position: relative;
    padding: 0;
}

.mainMenu ul {
    position: relative;
    margin: 0;
    padding: 0;
}

.mainMenu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 0px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mainMenu ul li:first-child {
    margin-left: 0;
}

.mainMenu ul li > a {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    padding: 30px 25px;
    position: relative;
}

.mainMenu ul li.menu-item-has-children > a::before {
    content: "\f543";
    font-family: 'themewar' !important;
    position: absolute;
    left: auto;
    right: 7px;
    top: calc(50% + 2px);
    text-align: center;
    z-index: 9999;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
}

.mainMenu ul .sub-menu li.menu-item-has-children > a::before {
    right: 19px;
    content: '..';
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 25px;
    letter-spacing: 3px;
    top: calc(50% - 5px);
}

.mainMenu ul li:hover > a {
    color: var(--theme-color);
}

.mainMenu ul li .sub-menu {
    position: absolute;
    left: -10px;
    pointer-events: none;
    top: calc(100% - 4px);
    width: 260px;
    border-radius: 0px;
    z-index: 100;
    text-align: left;
    margin: 0;
    padding: 18px 0 16px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0 5px 1px rgb(0 0 0 / 5%);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0 5px 1px rgb(0 0 0 / 5%);
    border-top: 3px solid var(--theme-color);
    color: inherit;
    font-size: inherit;
}

.mainMenu ul li .sub-menu li {
    display: block;
    padding: 0;
    margin: 0;
}

.mainMenu ul li .sub-menu li:last-child {
    border-bottom: none;
}

.mainMenu ul li .sub-menu li a {
    padding: 13px 30px;
    margin: 0;
    color: #333;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    display: block;
    position: relative;
}

.mainMenu ul li .sub-menu li.current-menu-item > a,
.mainMenu ul li .sub-menu li:hover > a {
    color: #fff;
    background: var(--theme-color);
}

.mainMenu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: inherit;
}

.mainMenu ul li .sub-menu li .sub-menu {
    position: absolute;
    left: 110%;
    right: auto;
    top: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.mainMenu ul li .sub-menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    left: calc(100% + 2px);
    pointer-events: inherit;
}

.mainMenu ul li .sub-menu.mega_menu {
    min-width: 820px;
    padding: 35px;
    left: -300px;
}

.mainMenu ul li .sub-menu.mega_menu li a {
    padding: 10px 0px;
}

.mainMenu ul li .sub-menu.mega_menu li a:hover {
    background: none;
    color: var(--theme-color);
}

.mainMenu ul li .sub-menu.mega_menu h5 {
    font-size: 16px;
}

.mainMenu ul li .sub-menu.mega_menu h3 {
    font-size: 24px;
    line-height: 32px;
}

.mainMenu ul li .sub-menu.mega_menu h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
}

.mainMenu ul li .sub-menu.mega_menu p {
    font-size: 15px;
    line-height: 24px;
}

.mainMenu ul li .sub-menu.mega_menu .link_btn {
    height: 50px;
    line-height: 50px;
    padding: 0px 25px;
    border: 1px solid var(--theme-color) !important;
    background: none !important;
    color: var(--theme-color) !important;
}

.showcase {
    margin: 0 0 20px;
    -webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24, .74, .58, 1);
}

.showcase .showcaseThumb {
    -webkit-box-shadow: 0 20px 32px rgba(185, 181, 181, .5);
    -moz-box-shadow: 0 20px 32px rgba(185, 181, 181, .5);
    -ms-box-shadow: 0 20px 32px rgba(185, 181, 181, .5);
    -o-box-shadow: 0 20px 32px rgba(185, 181, 181, .5);
    box-shadow: 0 20px 32px rgba(185, 181, 181, .5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    position: relative;
    overflow: hidden;
}

.showcase:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.showcase h5 {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #2a2828;
    margin: 18px 0 0;
}

.showcase h5 span {
    color: var(--theme-color);
}

.showcase .showcaseThumb img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.mission-box {
    min-height: 280px;
    padding: 40px;
    background: #fff;
    margin: 10px 0px;
    border-radius: 16px;
    box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.07);
    text-align: center;
}

.mission-box p {
    margin: 0px;
    padding: 0px;
}

.about-box {
    padding: 0px;
    background: #fff;
    margin: 20px 0px;
    border-radius: 16px;
    box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.07);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-box img {
    width: 100%;
}

.about-box .content {
    padding: 30px;
    min-height: 350px;
}

.about-box p {
    margin: 0px;
}

.resourceSection {
    position: relative;
    background: #f7f7f7;
    padding: 70px 0px;
}

.resource-box {
    position: relative;
    background: #fff;
    margin: 0 0 30px;
    border-radius: 8px 7px 5px 5px;
    transition: all ease 400ms;
    box-shadow: 0px 10px 38px 0px rgba(0, 0, 0, 0.02);
}

.resource-box .sitem_con {
    position: relative;
    padding: 22px 30px;
    min-height: auto;
}

.resource-box .sitem_con h3 {
    margin: 0px;
}

.section-faq {
    padding: 50px 0px;
    background: #f4f7fa;
}

.section-faq .accordion {
    margin: 50px 0px;
}

.section-faq .accordion-item {
    border: none;
    background: transparent;
}

.section-faq .accordion-header .accordion-button {
    border: none;
    color: #000 !important;
    background: none !important;
    font-size: 20px;
    font-weight: bold;
}

.section-faq .accordion-header .accordion-button.collapsed {
    font-weight: normal;
}

.section-faq .accordion-body {
    font-size: 18px;
}

.section-faq .accordion-button:focus {
    box-shadow: none;
}


.menu_btn {
    display: none;
}

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

.accessNav a {
    display: inline-block;
}

.accessNav .search_btn {
    position: relative;
    margin: 0 0 0 0;
    width: 52px;
    height: 52px;
    font-size: 16px;
    background: #f5f5f5;
    border-radius: 50%;
    text-align: center;
    color: #131313;
    line-height: 53px;
}

.accessNav .search_btn:hover {
    color: #fff;
    background: var(--theme-color);
}

.accessNav .ctl_btn {
    margin-left: 30px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    display: flex;
    color: #fff;
    font-weight: normal;
}

.accessNav .ctl_btn:hover {
    color: #fff;
}


/*--- Hero Slier ---*/
.home-slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.home-slider-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.home-slider-image:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(4 32 57), transparent);
}

.home-slider-image video {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.home-slider-image img {
    width: 100%;
    height: 100%;
}

.home-slider-content {
    position: absolute;
    left: 0%;
    bottom: 10%;
    width: 100%;
    text-align: left;
}

.home-slider-content .slider-content {
    padding: 15px;
    width: 50%;
}

.home-slider-content .tp-caption {
    text-align: left;
    margin: 10px 0px 20px;
    padding: 0px;
    font-family: 'ErasDemiITC', sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}

.home-slider-content .tp-caption.headFont {
    text-align: left;
    margin: 0px 0px 50px;
    padding: 0px;
    font-family: 'ErasDemiITC', sans-serif;
    font-size: 56px;
    line-height: 60px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.ws_nowrap {
    white-space: normal !important;
}

.tp-caption .ctl_btn {
    height: 54px;
    font-weight: 600;
    font-size: 15px !important;
    line-height: 54px !important;
    transition: all ease 400ms !important;
    -moz-transition: all ease 400ms !important;
    -webkit-transition: all ease 400ms !important;
}

.tp-caption .ctl_link i {
    background: #000;
    height: 30px !important;
    line-height: 12px;
    border: none;
    width: 30px !important;
    display: inline-block;
    vertical-align: top;
}

.tp-caption .ctl_link:hover i {
    color: #fff;
    background: #bb0b0b;
}

.prcolor {
    color: var(--theme-color);
}

.support {
    position: relative;
    padding-left: 83px;
}

.support img {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 0;
}

.support span {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    display: block;
}

.support p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 16px;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #ed145b, #e7007d, #d400a0, #af26c4, #6e45e2);
}

/*--- Service Box 01 ---*/
.service_item {
    position: relative;
    background: #fff;
    margin: 0 0 30px;
    border-radius: 16px;
    transition: all ease 400ms;
    box-shadow: 0px 10px 38px 0px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    position: relative;
}

.service_item:hover {
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.07);
}

.siThumb {
    position: relative;
    margin: 0;
}

.service_item .siThumb img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.sitem_con {
    position: relative;
    padding: 20px 30px;
    min-height: 300px;
}

.ibMeta {
    font-size: 50px;
    line-height: 50px;
    color: var(--theme-color);
    position: relative;
    z-index: 2;
    text-align: center;
    display: inline-block;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.sitem_con .ibMeta {
    position: absolute;
    left: 36px;
    top: 20px;
}

.service_item h3 {
    font-size: 26px;
    line-height: 30px;
    color: #333333;
    margin: 15px 0px;
}

.service_item h3 a {
    color: inherit;
}

.service_item h3 a:hover {
    color: var(--theme-color);
}

.service_item p {
    color: #666666;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.servicePage {
    position: relative;
    padding: 70px 0px;
}

.productPage {
    position: relative;
    padding: 100px 0px;
}

.productPage .product_item {
    border-radius: 16px;
    margin: 0px 0px 30px;
    position: relative;
    padding: 0px 30px 50px;
}

.productPage .product_item h3 {
    font-size: 30px;
    line-height: 34px;
    color: #333333;
    margin: 20px 0px;
}

.productPage .product_item p {
    font-size: 18px;
    line-height: 28px;
}

.productPage .product_item .ibMeta {
    position: relative;
    transition: transform .5s; /* Animation */
}

.productPage .product_item .ibMeta img {
    width: 100%;
    border-radius: 26px;
}

.productPage .product_item .ibMeta:after {
    position: absolute;
    right: -9px;
    height: 40%;
    width: 40%;
    top: -9px;
    content: '';
}

.productPage .product_item .ibMeta:before {
    position: absolute;
    left: 61px;
    height: 25%;
    width: 25%;
    bottom: -9px;
    content: '';
}

.productPage .product_item.item-left .ibMeta {
    padding-left: 70px;
}

.productPage .product_item.item-right .ibMeta {
    padding-right: 70px;
}

.productPage .product_item.item-left .ibMeta:after {
    border: 10px solid transparent;
    border-top-right-radius: 36px;
    border-right: 10px solid var(--theme-color);
    border-top: 10px solid var(--theme-color);
}

.productPage .product_item.item-left .ibMeta:before {
    border: 10px solid transparent;
    border-bottom-left-radius: 36px;
    border-left: 10px solid var(--theme-color);
    border-bottom: 10px solid var(--theme-color);
}

.productPage .product_item.item-right .ibMeta:after {
    border: 10px solid transparent;
    border-top-left-radius: 36px;
    border-left: 10px solid var(--theme-color);
    border-top: 10px solid var(--theme-color);
    right: auto;
    left: -9px;
}

.productPage .product_item.item-right .ibMeta:before {
    border: 10px solid transparent;
    border-bottom-right-radius: 36px;
    border-right: 10px solid var(--theme-color);
    border-bottom: 10px solid var(--theme-color);
    left: auto;
    right: 61px;
}

.productPage .product_item .product_text h3 {
    font-size: 28px;
}

.SignMatrixPage {
    position: relative;
    padding: 100px 0px;
}

.section-features ul.listing-items {
    margin: 0px;
    padding: 0px;
}

.section-features ul.listing-items li h3 {
    font-size: 22px;
    line-height: 32px;
}

.section-features ul.listing-items li {
    position: relative;
    padding: 20px 50px 20px 80px;
    min-height: 60px;
    font-size: 19px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.section-features ul.listing-items li span.icon {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 60px;
    text-align: center;
}

.section-features ul.listing-items li span.icon img {
    height: 50px;
}

.ctl_link {
    color: #fff;
}

.ctl_link i {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 26px;
    margin-left: 10px;
    border-radius: 100%;
    border: 1px solid #fff;
    padding: 10px;
}

.partnerSection {
    background: #f1f1f1;
    padding: 50px 0px;
    overflow: auto;
}

.partnerSection .partners-logos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partnerSection .partners-logos_item {
    display: inline-block;
    margin: 10px 30px;
}

.subscribe-section {
    padding: 70px 0px;
    text-align: center;
}

.subscribe-gray {
    background: #f1f1f1;
}

.usecasesSection {
    padding: 100px 0px;
}

.section-usecases {
    padding: 100px 0px;
}

.listing-items {
    margin: 0px;
    margin-left: 20px;
    padding: 0px;
}

.usecases-box {
    height: 100%;
    border-top: 6px solid var(--theme-color);
    padding: 40px 40px 0px;
    background: #fff;
    margin: 10px 0px;
    border-radius: 16px;
    box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.07);
}

.usecases-box h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

/*--- About Image ---*/
.abThumb {
    position: relative;
}

.abThumb img {
    max-width: 100%;
    height: auto;
}

/*--- Client Reviewr ---*/
.happyClinets {
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #fff;
    -webkit-box-shadow: 0px 10px 81px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 10px 81px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 10px 81px 0px rgba(0, 0, 0, 0.09);
    padding: 23px 32px 13px;
    border-radius: 100px;
    max-width: 508px;
    margin-bottom: -42px;
}

.happyClinets > i {
    width: 61px;
    height: 61px;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    line-height: 61px;
    text-align: center;
    background: var(--theme-color);
    display: inline-block;
}

.cThumb {
    position: relative;
}

.cThumb img {
    width: 61px;
    height: 62px;
    border-radius: 50%;
}

.cThumb img:nth-child(2) {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    position: absolute;
    left: 28px;
    top: -2px;
}

.cThumb img:nth-child(3) {
    width: 65px;
    height: 66px;
    border-radius: 50%;
    position: absolute;
    left: 65px;
    top: -2px;
}

.hcCon {
    padding-left: 40px;
    position: relative;
}

.hcCon h5 {
    font-size: 18px;
    border-bottom: 1px solid #ededed;
    margin: 1px 0 5px;
    padding: 0 0 7px;
}

.hcCon p {
    font-size: 15px;
    color: #101a25;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    margin: 0;
}

.hcCon p i {
    display: inline-block;
    font-size: 12px;
    color: #fdc703;
    margin-right: 10px;
}


/*--- Contact Form ---*/
.input-field {
    position: relative;
}

.input-field i {
    color: var(--theme-color);
    font-size: 14px;
    line-height: 67px;
    position: absolute;
    left: 25px;
    top: 0;
}

input[type="email"],
input[type="text"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="password"],
textarea,
select,
.nice-select {
    display: block;
    width: 100%;
    height: 67px;
    background: #f8f8f8;
    padding: 0 15px 0 60px;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    line-height: 67px;
    margin: 0 0 7px;
    color: #898989;
}

textarea {
    height: 150px;
    padding-top: 12px;
    padding-left: 55px;
    line-height: 34px;
    border-radius: 30px;
    resize: none;
    margin-bottom: 30px;
}

input[type="email"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #898989;
    opacity: 1;
}

input[type="email"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #898989;
    opacity: 1;
}

input[type="email"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
    color: #898989;
    opacity: 1;
}

/*--- Service Item ---*/
.stpmeta {
    position: relative;
    display: flex;
}

.stpmeta .ibMeta {
    position: relative;
    text-align: left;
    margin-right: 15px;
}

.ibMeta svg {
    width: 80px;
    height: 64px;
    fill: #ffc1c1;
    position: absolute;
    left: -5px;
    top: 11px;
    z-index: -1;
}

.si02 .ibMeta svg {
    fill: #ffde73;
}

.si03 .ibMeta svg {
    fill: #ff8522;
}

.si04 .ibMeta svg {
    fill: #bef0ef;
}

.si05 .ibMeta svg {
    fill: #dcf7b9;
}

.si06 .ibMeta svg {
    fill: #ffa6b0;
}


/*--- List Item ---*/
.listItem {
    margin: 0;
    padding: 0;
}

.listItem li {
    list-style: none;
    display: flex;
    width: 100%;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
}

.withbg li {
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #101a25;
    margin: 0 0 14px;
}

.withbg li span {
    padding: 12px 30px 16px;
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.07);
}

.listItem.withbg li i {
    color: var(--theme-color);
    font-size: 22px;
    line-height: inherit;
    margin-right: 17px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.listItem li i {
    margin-right: 23px;
}

.clinetWorlwide {
    position: relative;
    text-align: right;
}

.clinetWorlwide img {
    max-width: 100%;
    height: auto;
}

.ClientNumber {
    position: absolute;
    left: 39px;
    bottom: 25px;
    text-align: left;
}

.ClientNumber h2 {
    position: relative;
    font-size: 110.79px;
    line-height: 109px;
    margin: 0 0 0 4px;
}

.ClientNumber h2 sup {
    font-style: normal;
    font-size: 55px;
    line-height: 60px;
    color: var(--theme-color);
    top: -58px;
}

.ClientNumber h5 {
    font-size: 19px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

/*--- Client Slider ---*/
.clslider_wrap {
    background: #fff;
    -webkit-box-shadow: 0px 10px 81px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 10px 81px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 10px 81px 0px rgba(0, 0, 0, 0.09);
    padding: 54px 15px 39px;
    border-radius: 3px;
}

.client-slider.owl-carousel {
    position: relative;
}

.client-slider.owl-carousel .owl-item {
    text-align: center;
}

.client-slider.owl-carousel a {
    display: inline-block;
    text-align: center;
}

.client-slider.owl-carousel a img {
    height: auto;
    width: 188px;
}


/*--- Tab Section ---*/
.ctlTab {
    position: relative;
    margin: 0 0 60px;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ctlTab li {
    width: 33.333333%;
}

.ctlTab li a {
    display: inline-block;
    width: 100%;
    background: #eef4fc;
    position: relative;
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 43px 20px;
}

.ctlTab li a:after {
    position: absolute;
    left: 60px;
    bottom: 0;
    width: 2px;
    height: 60px;
    background: var(--theme-color);
    content: '';
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.ctlTab li a:hover:after,
.ctlTab li a.active:after {
    visibility: visible;
    opacity: 1;
    bottom: -44px;
}

.ctlTab li a:hover,
.ctlTab li a.active {
    background: #fff;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.07);
}

.ctlTabCon {
    position: relative;
}

.ctlTabCon .secTitle {
    margin: 82px 0 19px;
}

.ctlTabCon p {
    margin-bottom: 52px;
    color: #5f5f5f;
    padding-right: 60px;
}

.ctlTabCon .ctl_btn {
    padding: 0 42.5px;
}

.ctlTabCon img {
    max-width: 100%;
    height: auto;
}

/*--- Accordian ---*/
.bepAccordion {
    position: relative;
    margin-right: 29px;
}

.bepAccordion .card {
    position: relative;
    z-index: 2;
    background: #FFF;
    border-radius: 3px;
    margin: 0 0 16px;
    padding: 20px 49px;
    border: none;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.accordion > .card:not(:first-of-type),
.accordion > .card:not(:last-of-type) {
    border-radius: 3px;
}

.bepAccordion .card .card-header {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bepAccordion .card .card-header h2 {
    margin: 0;
    padding: 0;
    border: none;
}

.bepAccordion .card .card-header h2 button {
    border-radius: 0;
    border: none;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    color: #1e1840;
    line-height: 36px;
    display: flex;
    padding: 0;
    width: 100%;
    text-align: left;
    border-radius: 0;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bepAccordion .card .card-header h2 button i {
    font-style: normal;
    font-size: 19px;
    color: var(--theme-color);
    margin-right: 3px;
}

.bepAccordion .card .card-header h2 button span {
    position: absolute;
    width: 12px;
    height: 12px;
    right: -11px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.bepAccordion .card .card-header h2 button span:before {
    content: '';
    width: 4px;
    height: 12px;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.bepAccordion .card .card-header h2 button span:after {
    content: '';
    width: 12px;
    height: 4px;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.bepAccordion .card .card-header h2 button:not(.collapsed) span:before {
    display: none;
}

.bepAccordion .card .card-body {
    position: relative;
    padding: 11px 5px 35px 0;
    top: 0;
    color: #5f5f5f;
    font-size: 17px;
    line-height: 28px;
    border: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bepAccordion .card.activeBg {
    background: #101a25;
}

.bepAccordion .card.activeBg .card-header h2 button {
    color: #fff;
}

.bepAccordion .card.activeBg .card-body {
    color: #a5a5a5;
}

.bepAccordion .card.activeBg .card-header h2 button i {
    color: #fff;
}

.bepAccordion .card.activeBg .card-header h2 button span:after {
    background: #fff;
}


/*--- Call To Action ---*/
.ctaCon {
    position: relative;
    padding: 158px 0 0 30px;
}

.ctaCon h4 {
    font-style: italic;
    color: #fff;
    margin: 0 0 8px;
    font-size: 59.51px;
    line-height: 1;
    -webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    transform: rotate(-9deg);
}

.ctaCon h4 span {
    font-size: 25.7px;
    font-weight: 400;
}

.ctaCon h2 {
    margin: 0 0 0 -15px;
    font-style: italic;
    color: var(--theme-color);
    font-size: 110.85px;
    letter-spacing: -3.3px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    transform: rotate(-9deg);
}

.ctaCon h3 {
    font-style: italic;
    margin: -21px 0 42px 37px;
    color: #fff;
    font-size: 73px;
    font-weight: 800;
    line-height: 1;
    -webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    transform: rotate(-9deg);
}

.ctaCon h3 span {
    font-size: 32.33px;
    font-weight: 500;
    position: relative;
    top: -25px;
}

.ctaCon .ctl_btn {
    margin-left: 120px;
}

/*--- Footer 01 ---*/
.footer {
    position: relative;
    background: #000;
    padding: 70px 0 0
}

.aboutWidget {
    position: relative;
    padding-right: 50px;
    margin-top: 0px;
}
.aboutWidget a { color: #fff;}
.aboutWidget img {
    max-width: 100%;
    height: 45px;
}

.aboutWidget p {
    color: #ccc;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0;
}

.abIcon {
    font-family: 'Fira Sans', sans-serif;
    margin: 0 0 10px;
    min-height: 30px;
    position: relative;
    padding-left: 35px;
    font-size: 16px;
    color: #fff;
    line-height: 29px;
    font-weight: 500;
}

.abIcon i {
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    background: var(--theme-color);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.wsubtitle {
    display: block;
    font-size: 12px;
    line-height: .8;
    font-weight: 500;
    color: var(--theme-color);
    letter-spacing: .36px;
    margin: 0 0 8px;
}

.widget_title {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin: 0 0 20px;
}

.pp_post_item {
    position: relative;
    min-height: 75px;
    margin: 0 0 20px;
    padding: 6px 0 0 110px;
}

.pp_post_item img {
    width: 85px;
    height: 75px;
    border-radius: 11px;
    position: absolute;
    left: 0;
    top: 0;
}

.pp_post_item span {
    display: block;
    color: #ec1c33;
    font-size: 12px;
    line-height: .8;
    letter-spacing: .24px;
    margin: 0 0 9px;
}

.pp_post_item a {
    font-family: 'Fira Sans', sans-serif;
    display: block;
    font-size: 18px;
    color: #dddddd;
    line-height: 25px;
    font-weight: 500;
}

.pp_post_item a:hover {
    color: var(--theme-color);
}

.widget ul.menu {
    margin: 0;
    padding: 0;
}

.footer .widget ul.menu li {
    font-family: 'Fira Sans', sans-serif;
}

.widget ul.menu li {
    position: relative;
    font-size: 16px;
    display: block;
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    padding-left: 20px;
    margin: 3px 0px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.widget ul.menu li:after {
    content: "\ef55";
    font-family: 'themewar' !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 12px;
    color: inherit;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.widget ul.menu li a {
    color: inherit;
}

.widget ul.menu li:hover {
    padding-left: 15px;
}

.widget ul.menu li:hover a {
    color: var(--theme-color);
}

.widget ul.menu li:hover:after {
    color: var(--theme-color);
}

.Copyright {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    color: #ccc;
    font-weight: normal;
    letter-spacing: .37px;
    margin: 30px 0px 0px;
    padding: 26px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.Copyright span {
    text-transform: uppercase;
}

.Copyright a,
.Copyright span {
    display: inline-block;
    color: var(--theme-color);
}

.Copyright a {
    margin: 0px 5px;
}

.Copyright a:hover {
    color: #ebebeb;
}

/*--- Page Banner ---*/
.policy-section {
    padding: 150px 0px 50px;
    margin-bottom: 30px;
    background: #f1f1f1;
}

.policy-section h1 {
    color: #000;
}

.page_banner {
    min-height: 400px;
    position: relative;
    background-size: cover;
    background-color: #1d1d1d;
    overflow: hidden;
    padding: 170px 0px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(29, 29, 29, .5);
}

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

.banner-title {
    font-family: 'ErasDemiITC', sans-serif;
    font-size: 42px;
    line-height: 58px;
    color: #ffffff;
    margin: 0px;
}

.sub-title {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    padding: 0 0 16px;
    font-weight: normal;
}

.breadcrumbs {
    margin: 0;
    font-size: 16px;
    color: #b8b8d3;
    line-height: 26px;
}

.breadcrumbs a {
    color: inherit;
}

.breadcrumbs a:hover {
    color: var(--theme-color);
}

.breadcrumbs span {
    display: inline-block;
    margin: 0 13px;
}

.main-para {
    margin: 0px 15px 70px;
    text-align: center;
}

.main-para h4 {
    font-weight: normal;
}

.widget.service_widget {
    border-radius: 0;
    padding: 0;
    margin-right: 16px;
}

.service_widget ul {
    position: relative;
    margin: 0;
    padding: 0;
}

.service_widget ul li {
    position: relative;
    display: block;
    margin: 0 0 10px;
    z-index: 1;
}

.service_widget ul li a {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    padding: 18.5px 30px;
    background: #f9f9f9;
    font-family: 'Fira Sans', sans-serif;
    border-radius: 3px;
    color: #07001e;
    border: none;
}

.service_widget ul li a::after {
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 19px;
    line-height: 28px;
    color: #ffffff;
    content: "\e93f";
    font-family: 'themewar' !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.service_widget ul li:hover a:after, .service_widget ul li.active a:after {
    right: 30px;
    visibility: visible;
    opacity: 1;
}

.service_widget ul li:hover a, .service_widget ul li.active a {
    background: var(--theme-color);
    color: #fff;
}

.service_details {
    position: relative;
    margin-left: -15px;
}

.service_details img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.service_details h3 {
    font-size: 35px;
    line-height: 42px;
    color: #07001e;
    margin: 29px 0 20px;
}

.service_details p {
    margin: 0 0 18px;
}

.service_details .ctl_btn.with_icon04 {
    color: #f0f0f0;
    height: 59px;
    line-height: 60px;
    padding: 0 34px;
    margin-top: 29px;
}

.service_details02 {
    position: relative;
}

.servMeta {
    position: relative;
    padding: 24px 0 0 119px;
    min-height: 91px;
    margin: 0 0 25px;
}

.servMeta i {
    width: 91px;
    height: 91px;
    line-height: 93px;
    color: #020288;
    font-size: 40px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.servMeta .simg {
    display: inline-block;
    width: 91px;
    height: 91px;
    line-height: 93px;
    color: #020288;
    font-size: 40px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.servMeta .simg img {
    height: 57px;
    width: auto;
}

.gallerSliderWraper {
    position: relative;
}

.gallerSlider {
    margin: 0 30px 0 0;
}

.gallThumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px 0 0 0;
}

.gallThumb img {
    width: 100%;
    height: auto;
    border-radius: 5px 0 0 0;
}

.gallerSliderWraper .lSPager li img {
    width: 100%;
    border-radius: 5px;
    height: auto;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
}

.serPacage {
    margin: -187px 0 0 18px;
}

.serPacage.pricing-item-02 .ctl_btn {
    background: var(--theme-color);
    box-shadow: none;
}

.serPacage ul li i {
    color: var(--theme-color);
}

.service_details02 {
    position: relative;
    margin-left: -61px;
    padding: 61px 0 0;
}

.service_details02 h3 {
    font-size: 25px;
    line-height: 28px;
    color: #13171f;
    margin: 0 0 19px;
    letter-spacing: .25px;
}

.service_details02 p {
    color: #878787;
    line-height: 30px;
    margin: 0 0 30px;
}

.socail_share {
    position: relative;
    margin: 49px 0 0;
}

.socail_share h5 {
    font-size: 16px;
    line-height: 26px;
    color: #13171f;
    margin: 0 0 10px;
    display: block;
    letter-spacing: .16px;
}

.socail_share a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #454a53;
    text-align: center;
    font-size: 16px;
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
}

.socail_share a:hover {
    color: #fff;
    background: #0051f2;
}

.service_sidebar {
    position: relative;
    margin-right: 60px;
    margin-top: 30px;
}

.service_list {
    margin: 0 0 50px;
    padding: 0 0 12px;
    background: #f9f9f9;
    border-radius: 3px;
}

.service_list .widget_title {
    position: relative;
    top: -30px;
    width: calc(100% - 50px);
    height: 76px;
    font-size: 20px;
    color: #161616;
    line-height: 75px;
    font-weight: 600;
    margin-bottom: -12px;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0 34px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 73px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 3px 73px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 73px 0px rgba(0, 0, 0, 0.11);
}

.service_list .widget_title img {
    height: 32px;
    width: auto;
    margin-right: 15px;
}

.service_list .widget_title i {
    display: inline-block;
    font-size: 32px;
    margin-right: 17px;
    color: #020288;
    position: relative;
    top: 10px;
}

.service_list ul {
    margin: 0;
    padding: 0;
}

.service_list ul li {
    list-style: none;
    display: block;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 60px;
}

.service_list ul li:last-child {
    border: none;
}

.service_list ul li a {
    display: inline-block;
    font-size: 17px;
    color: #161616;
    position: relative;
}

.service_list ul li a:before {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #d6d6d6;
    border-radius: 50%;
    content: '';
    margin-right: 14px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
}

.service_list ul li.active a,
.service_list ul li a:hover {
    color: var(--theme-color);
}

.service_list ul li.active a:before,
.service_list ul li a:hover:before {
    background: var(--theme-color);
}

.download_widget {
    position: relative;
    margin: 0 0 79px;
}

.downloadbtn.ctl_btn {
    display: block;
    height: 62px;
    background: #353535;
    border-radius: 3px;
    position: relative;
    z-index: 2;
    padding: 0 40px;
    line-height: 62px;
    color: #ffffff;
    text-align: left;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 8px;
}

.downloadbtn.ctl_btn i {
    display: inline-block;
    margin-right: 16px;
    position: relative;
    top: 1px;
}

.downloadbtn.ctl_btn .bp-shape {
    background: var(--theme-color);
}

.downloadbtn:hover {
    color: #fff;
}

.contactInfo {
    margin: 0;
    padding: 0 0 13px;
    background: #f9f9f9;
    border-radius: 3px;
}

.contactInfo .widget_title {
    position: relative;
    top: -30px;
    width: calc(100% - 50px);
    height: 76px;
    font-size: 20px;
    color: #161616;
    line-height: 75px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0 34px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 73px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 3px 73px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 3px 73px 0px rgba(0, 0, 0, 0.11);
}

.contactInfo .widget_title img {
    height: 32px;
    width: auto;
    margin-right: 15px;
}

.contactInfo .widget_title i {
    display: inline-block;
    font-size: 32px;
    margin-right: 17px;
    color: #020288;
    position: relative;
    top: 10px;
}

.supportBox {
	position: relative;
	padding-left:80px;
	margin:40px 0px;
}
.supportBox .icon { display: flex; justify-content: center; align-items: center; font-size:20px; position: absolute; left:0px; width:60px; height:60px; background: #ddd;}
.supportBox h5 { margin:0px;}

.infoItem {
    position: relative;
    min-height: 62px;
    padding: 5px 30px 26px 138px;
    margin-bottom: 24px;
    border-bottom: 1px solid #ececec;
}

.infoItem:last-child {
    border: none;
    margin: 0;
}

.infoItem i {
    left: 53px;
    width: 62px;
    height: 62px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    background: var(--theme-color);
    position: absolute;
    left: 53px;
    top: 0;
}

.infoItem i.twi-phone-volume {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.infoItem h5 {
    font-size: 22px;
    color: #161616;
    line-height: 24px;
    margin: 0 0 5px;
}

.infoItem p {
    font-size: 18px;
    line-height: 25px;
    color: #3c3c3c;
    margin: 0;
}

.imageGallery.owl-carousel {
    position: relative;
    margin: 0 0 32px;
}

.imageGallery.owl-carousel .galImg {
    position: relative;
}

.imageGallery.owl-carousel .galImg img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.imageGallery.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 21px;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
}

.imageGallery.owl-carousel .owl-dots button {
    height: 12px;
    width: 12px;
    background: #fff;
    margin: 0 3.5px;
    border-radius: 50%;
    display: inline-block;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

.imageGallery.owl-carousel .owl-dots button span {
    display: none;
}

.imageGallery.owl-carousel .owl-dots button.active,
.imageGallery.owl-carousel .owl-dots button:hover {
    background: var(--theme-color);
}

.service_details03 {
    position: relative;
    margin-left: -39px;
}

.service_details03 p {
    line-height: 30px;
    color: #878787;
    margin: 0 0 20px;
}

.serQuote {
    position: relative;
    background: #f3f6fd;
    border-left: 3px solid var(--theme-color);
    margin: 40px 0 28px;
}

.serQuote p {
    font-size: 18px;
    line-height: 35px;
    color: #666666;
    font-style: italic;
    margin: 0;
    font-weight: 300;
    padding: 60px 50px 40px 30px;
}

.sp04 {
    position: relative;
    background: #f7f7f7;
    padding: 150px 0 110px;
}

.sp04 .service_item {
    margin-bottom: 40px;
}

.mapsSection {
    position: relative;
    overflow: hidden;
}

.mapsSection iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 510px;
    line-height: .8;
    border: none;
}

.mapsSection02 iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 611px;
    line-height: .8;
    border: none;
}

.google_map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 510px;
    line-height: .8;
}

.ib62, .ib63 {
    padding-top: 19px;
}

.ib63 p {
    color: var(--theme-color);
}

.contactPageForm {
    background: transparent;
    box-shadow: none;
    margin: 0 0 0 30px;
    padding: 30px;
    font-size: 16px;
    line-height: 24px;
    background: #f1f1f1;
}

.contactPageForm .secTitle02 {
    font-size: 32px;
    line-height: 42px;
    color: #252525;
    font-weight: 800;
    text-align: left;
    margin: 0 0 29px;
}

.contactPageForm textarea,
.contactPageForm select,
.contactPageForm input,
.contactSales .form-control {
    height: 42px;
    border-radius: 0px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    background: #fff;
    font-weight: 400;
    margin: 0 0 10px;
    border: 1px solid #ccc;
    appearance: auto;
}

.contactSales select {
    appearance: auto;
}

.contactPageForm .form-label, .contactSales .form-label {
    margin-bottom: 0px;
}

.contactPageForm textarea {
    height: 220px;
    line-height: 28px;
    padding-top: 15px;
}

.contactPageForm textarea::-moz-placeholder,
.contactPageForm input::-moz-placeholder, .contactSales .form-control::-moz-placeholder {
    color: #8799a3;
    opacity: 1;
}

.contactPageForm textarea::-ms-input-placeholder,
.contactPageForm input::-ms-input-placeholder, .contactSales .form-control::-ms-input-placeholder {
    color: #8799a3;
    opacity: 1;
}

.contactPageForm textarea::-webkit-input-placeholder,
.contactPageForm input::-webkit-input-placeholder, .contactSales .form-control::-webkit-input-placeholder {
    color: #8799a3;
    opacity: 1;
}

.contactPageForm .ctl_btn {
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    margin-top: 20px;
}

.careersPageForm {
    margin: 0px 0px 70px;
    background: #f1f1f1;
    padding: 30px;
    font-size: 16px;
    line-height: 24px;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #000000;
}

.cf-captcha {
    position: relative;
}

.cf-captcha .captcha-box {
    position: absolute;
    right: 10px;
    top: 5px;
}

.cf-captcha .form-control {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cf-captcha .captcha-box .captcha-image {
    width: 144px
}

.cf-captcha .captcha-box .refresh {
    cursor: pointer;
    width: 27px;
}

.dragdrop-box {
    padding: 0px;
    margin: 5px 0px;
}

.dragdrop-box h3 {
    color: #000;
    margin: 0px;
    font-size: 17px;
    display: inline-block;
}

.dragdrop-box small {
    font-size: 14px;
}

.dragdrop-box p {
    margin: 0 0 30px;
    padding: 0px;
    font-size: 16px;
}

.dropzone-wrapper {
    color: #000;
    position: relative;
    margin-top: 0;
    border: 1px dashed #000;
    border-radius: 4px;
    padding: 30px 20px;
    background: #fff;
}

.preview-zone {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 25px;
}

.preview-zone .preview-body {
    position: relative;
    margin: 0;
    font-size: 14px;
    color: #000;
    padding: 0px;
    cursor: pointer;
}

.preview-zone .preview-body .icon {
    background: #f1f1f1;
    padding: 20px;
    text-align: center;
    border-radius: 100px;
    color: #000;
    position: absolute;
    left: 50px;
    top: 50px;
}

.preview-zone .preview-body .icon span {
    position: absolute;
    left: 30px;
    top: 20px;
    font-size: 40px;
}

.preview-zone .preview-body .icon i {
    font-size: 46px;
    margin-left: 2px;
    vertical-align: top;
    margin-top: 0px;
}

.preview-zone .preview-body h3 {
    display: block;
    word-break: break-all;
}

.preview-zone .remove-preview {
    line-height: 18px;
    z-index: 12;
    border-radius: 100%;
    border: 1px solid #d1d1d1;
    padding: 5px 10px;
    position: absolute;
    height: 32px;
    right: 22px;
    top: 25px;
    background: #fff;
}

.dropzone-desc {
    text-align: center;
    position: relative;
    border-radius: 8px;
    margin: 0;
    font-size: 14px;
    width: 100%;
    color: #000;
    padding: 0px;
    cursor: pointer;
}

.dropzone-desc .icon {
    background: #f1f1f1;
    padding: 20px;
    text-align: center;
    border-radius: 100px;
    color: #000;
    position: absolute;
    left: 50px;
    top: 70px;
}

.dropzone-desc .icon span {
    position: absolute;
    left: 30px;
    top: 24px;
    font-size: 32px;
}

.dropzone-desc .icon i {
    font-size: 46px;
    margin-left: 2px;
    vertical-align: top;
    margin-top: 0px;
}

.dropzone,
.dropzone:focus {
    position: absolute; top: 0px; left: 0px; padding: 0px !important; outline: none !important; width: 100%; height: 100% !important; cursor: pointer; margin: 0px !important; opacity: 0;
}

.dropzone-wrapper.uploaded .dropzone-desc {
    opacity: 0;
}

.dropzone-wrapper .btn {
    font-size: 16px;
    padding: 5px 20px;
    margin-left: 30px;
    border: 1px solid #bb0b0b;
    border-radius: 50px;
    color: #bb0b0b;
}

.preview-zone .loader {
    width: 48px;
    height: 48px;
    border: 6px solid #ccc;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 25px;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.preview-zone .loader::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    inset: -6px;
    border-radius: 50%;
    border: 6px solid #61b14f;
    animation: prixClipFix 2s infinite linear;
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }
    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }
    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }
    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }
    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

.upload-text { margin-bottom:20px;}
.form-control.error-input { border-color: #bb0b0b;}
.cf-required { color: #bb0b0b;}
.invalid {
    color: #bb0b0b; margin: -5px 0px 10px;
}

.btn-close {
    background: transparent;
    border: none;
    font-size: 24px;
}

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

.contactSales {
    font-size: 16px;
    line-height: 24px;
}

.contactSales .form-control {
    margin-bottom: 5px;
}

.contactSales textarea.form-control {
    height: 100px;
}

.contactSales .ctl_btn {
    padding: 0px 25px;
    height: 50px;
    line-height: 50px;
}

.cnborder {
    position: relative;
    border-top: 1px solid #e8e8e8;
    margin: 57px 0 0;
}

/* Home Page */
.serviceSectionTitle {
    position: relative;
    padding: 105px 0 140px;
    background: url(../images/bg/service-section.jpg) no-repeat center center / cover;
}

.serviceSectionTitle .secTitle {
    color: #eef3f4;
}

.mt139 {
    margin-top: -139px;
    position: relative;
    z-index: 2;
}

.policySection {
    position: relative;
    padding: 50px 0px;
    background: #fff;
}

.aboutSection {
    position: relative;
    padding: 140px 0 176px;
    background: #fff;
}

.service_section_index {
    position: relative;
    padding: 120px 0 125px;
}

.service_item_index {
    margin: 20px 0px;
}

.service_item_index h3 {
    font-size: 24px;
}

.videoSection {
    position: relative;
    padding: 150px 0px;
    background: url(../images/bg/video-section.jpg) no-repeat top center / cover;
}

.videoSection .subTitle {
    color: #dadada;
    font-size: 19px;
    font-weight: 400;
    text-transform: none;
    margin: 0 0 26px;
}

.videoSection .secTitle {
    color: #fff;
    margin-bottom: 15px;
}

.videoSection .popup_video {
    width: 88px;
    height: 88px;
    background: rgba(255, 255, 255, .25);
    color: #fff;
    line-height: 92px;
    font-size: 28px;
}

.videoSection .popup_video:hover {
    background: var(--theme-color);
    color: #FFF;
}

.videoSection p {
    color: #fff;
    margin-bottom: 20px;
}

/*--- Testimonial ---*/
.testimonialslider.owl-carousel {
    position: relative;
    padding: 40px 0 0 7px;
}

.testiItem01 {
    position: relative;
}

.testiItem01 h5 {
    font-size: 25px;
    color: #1e1840;
    font-weight: 600;
    margin: 0 0 7px;
}

.quotation {
    font-size: 20px;
    line-height: 30px;
    color: #5f5f5f;
    font-weight: 300;
    font-style: italic;
    margin: 0 0 40px;
}

.ts_author {
    position: relative;
    padding-top: 23px;
    padding-left: 138px;
    min-height: 105px;
}

.testimonialslider.owl-carousel .ts_author img {
    width: 106px;
    height: 105px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.ts_author h5 {
    font-size: 22.22px;
    line-height: 33.33px;
    color: #1e1840;
    margin: 0 0 3px;
}

.ts_author span {
    display: block;
    line-height: .8;
    font-size: 14.77px;
    color: #828282;
}

.testimonialslider.owl-carousel .owl-nav {
    position: relative;
    margin: 24px 0 0;
}

.testimonialslider.owl-carousel .owl-nav button {
    text-align: center;
    font-size: 13.49px;
    line-height: 48px;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 50%;
    color: #1e1840;
    outline: none;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.testimonialslider.owl-carousel .owl-nav button:hover {
    background: var(--theme-color);
    color: #fff;
}


/* Who we are */
.aboutSection {
    position: relative;
    padding: 70px 0px;
    background: url(../images/bg/about-section.png) no-repeat left top;
}

.aboutSection .secTitle {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 15px;
}

.abcarrerSection {
    position: relative;
    padding: 60px 0 100px;
}

.abcarrerSection .ss_child {
    background: var(--theme-color);
}

/*  Blog Page */

.sidebar {
    position: relative;
    margin: 0 0 0 20px;
}

.sidebar.lsb {
    margin-left: 0;
    margin-right: 20px;
}

.sidebar .widget .widget_title {
    color: #252525;
    font-size: 23px;
    line-height: 28px;
    text-transform: capitalize;
    margin: 0 0 31px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.sidebar .widget .widget_title:after {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 5px;
    content: '';
    background: #ffd7d7;
    border-radius: 10px;
    z-index: -1;
}

.pp_post_item {
    position: relative;
}

.sidebar .pp_post_item {
    position: relative;
    padding-top: 7px;
    min-height: 80px;
    padding-left: 120px;
    margin-bottom: 30px;
}

.sidebar .pp_post_item img {
    width: 97px;
    height: 80px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.sidebar .pp_post_item span {
    display: block;
    font-size: 14px;
    color: #bbc7cd;
    font-weight: 500;
    margin-bottom: 8px;
}

.sidebar .pp_post_item a {
    font-size: 17px;
    line-height: 23px;
    color: #252525;
    font-weight: 600;
    margin-bottom: 3px;
}

.sidebar .pp_post_item a:hover {
    color: var(--theme-color);
}

.sidebar .pp_post_item .author {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: var(--theme-color);
    font-family: 'Roboto', sans-serif;
}

.sidebar .pp_post_item .author:hover {
    color: #252525;
}

.sidebar .ctl_btn {
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
    padding: 0 36px;
    margin-top: 5px;
}

.sidebar .widget > ul {
    margin: 0;
    padding: 0;
}

.sidebar ul li {
    list-style: none;
    display: block;
    font-size: 15px;
    color: #252525;
    line-height: 26px;
    position: relative;
    margin: 0 0 15px;
}

.sidebar ul li a {
    display: inline-block;
    color: inherit;
    line-height: inherit;
}

.sidebar ul li a:hover {
    color: var(--theme-color);
}

.sidebar .widget_categories {
}

.sidebar .widget_categories ul li {
    margin-right: 12px;
    background: #fff;
    padding: 10px 22px 10px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.sidebar .widget_categories ul li span {
    display: inline-block;
    width: 32px;
    height: 36px;
    border-radius: 5px;
    text-align: center;
    background: #ededed;
    font-size: 12px;
    color: #252525;
    line-height: 36px;
    font-weight: 700;
    position: absolute;
    right: -14px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.sidebar .widget_categories ul li:hover a {
    color: var(--theme-color);
}

.sidebar .widget_categories ul li:hover span {
    background: var(--theme-color);
    color: #fff;
}

.blogPage {
    position: relative;
    padding: 70px 0;
}

.blogList01 {
    position: relative;
    margin: 0 5px 50px 0;
}

.blogList01.bil {
    margin-left: 5px;
    margin-right: 0;
}

.blogList01 img {
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 5px 5px 0 0;
}

.listCon {
    position: relative;
    background: #fff;
    margin: -40px 18px 0 27px;
    border-radius: 3px 3px 0 0;
    padding: 52px 50px 46px;
    border-bottom: 1px solid #ececec;
}

.listCon h3 {
    font-size: 30px;
    line-height: 36px;
    color: #252525;
    margin: 0 0 12px;
}

.listCon h3 a {
    color: inherit;
}

.listCon h3 a:hover {
    color: var(--theme-color);
}

.listCon .bmeta {
    color: #bbc7cd;
    font-size: 15px;
    margin: 0 0 18px;
}

.listCon .bmeta i {
    font-size: 16px;
    margin-right: 6px;
    color: inherit;
}

.listCon .bmeta span {
    color: inherit;
    margin-left: 19px;
}

.listCon .bmeta a {
    color: var(--theme-color);
    margin-right: 20px;
}

.listCon .bmeta a:hover {
    color: #252525;
}

.listCon p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.blogFooter .fcta .ctl_btn.with_icon03 {
    border-radius: 50px;
}

.blogFooter .aboutWidget04 a:hover {
    background: #e700a9;
    border-color: #e700a9;
}

.blogFooter .Copyright a:hover,
.blogFooter .wmenu03 ul.menu li:hover a {
    color: #e700a9;
}

.bepro_pagination {
    position: relative;
    display: flex;
    justify-content: center;
    font-family: 'Fira Sans', sans-serif;
    margin: 35px 0 0;
    padding: 24px 35px 18px;
}

.bepro_pagination a, .bepro_pagination > span {
    width: 32px;
    height: 32px;
    color: #252525;
    line-height: 34px;
    margin: 0 1px;
    border: none;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bepro_pagination a.next, .bepro_pagination a.prev {
    width: auto;
    height: auto;
    font-size: 20px;
    color: #8799a3;
}

.bepro_pagination a.prev {
    margin-right: auto;
}

.bepro_pagination a.next {
    margin-left: auto;
}

.bepro_pagination a i {
    display: inline-block;
}

.bepro_pagination a span {
    display: inline-block;
    font-size: 14px;
    position: relative;
    top: -4px;
    margin-left: 20px;
}

.bepro_pagination a.next span {
    margin-left: 0;
    margin-right: 20px;
}

.bepro_pagination a.next:hover, .bepro_pagination a.prev:hover {
    background: transparent;
    color: var(--theme-color);
}

.bepro_pagination a:hover, .bepro_pagination span.current {
    color: #fff;
    background: var(--theme-color);
}

.bpPad {
    padding-bottom: 258px;
}

.blogPage .bireverse .blogContent {
    padding: 0;
    text-align: left;
}

.blogPage .blogItem02.bireverse.lastItem {
    border: none;
    padding: 0;
}

.blogPage .blogThumb02 .bmeta {
    background: var(--theme-color);
}

.blogPage .blogContent h3 a:hover {
    color: var(--theme-color);
}

/* Contact Page */

.contactPage {
    position: relative;
    padding: 0 0 150px;
}

.contactFWrap {
    position: relative;
    padding: 90px 70px 0px;
    margin: -70px 0 0;
    background: #fff;
}

.contactFWrap .secTitle {
    font-size: 32px;
    line-height: 42px;
    color: #252525;
    font-weight: 800;
    margin: 0 0 22px;
}

.contactFWrap p.cnDesc {
    font-size: 24px;
    line-height: 34px;
    color: #252525;
    font-family: 'Fira Sans', sans-serif;
    margin: 0 0 50px;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-overlay {
    color: #00b8ff;
}

.spinner-border {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

.spinner-border {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}
