/*


==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - PRELOADER CSS
04 - RESPONSIVE MENU CSS
05 - BREADCRUMB CSS
06 - BTN TOP CSS
07 - PAGINATION CSS
08 - HEADER CSS
09 - HERO SECTION CSS
10 - COMPANIES SECTION CSS
11 - ABOUT SECTION CSS
12 - SERVICE SECTION CSS
13 - VIDEO SECTION CSS
14 - FUNFACT SECTION CSS
15 - TRIAL SECTION CSS
16 - PRICING SECTION CSS
17 - TESTIMONIAL SECTION CSS
18 - BLOG SECTION CSS
19 - SUBSCRIBE SECTION CSS
20 - FOOTER SECTION CSS
21 - ABOUT PAGE CSS
22 - TIMELINE CSS
23 - TEAM PAGE CSS
24 - PARTNER PAGE CSS
25 - PRIVACY PAGE CSS
26 - 404 PAGE CSS
27 - LOGIN PAGE CSS
28 - SERVICE DETAILS PAGE CSS
29 - PRODUCT PAGE CSS
30 - PRODUCT DETAILS PAGE CSS
31 - CART PAGE CSS
32 - CHECKOUT PAGE CSS
33 - BLOG PAGE CSS
34 - BLOG DETAILS PAGE CSS
35 - CONTACT PAGE CSS



*/

/*================================================
01 - IMPORTED CSS
==================================================*/

@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

/*================================================
02 - DEFAULT CSS
==================================================*/

body {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.7;
    color: #3a505f;
}

html,
body {
    height: 100%;
}

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

p {
    font-size: 15px;
    color: #3a505f;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    margin: 0;
    font-weight: 400;
    letter-spacing: 1px;
}

.no-pad-left {
    padding-left: 0;
}

.no-pad-right {
    padding-right: 0;
}

.no-pad-all {
    padding: 0;
}

.fix {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
}

a {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #6b739c;
}

a:focus {
    text-decoration: none;
    outline: medium none;
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
    color: inherit;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: medium none;
}

:-moz-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

::-moz-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

:-ms-input-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

::-webkit-input-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

:-ms-select-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

::-webkit-select-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

:-ms-textarea-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

::-webkit-textarea-placeholder {
    color: #7c8a97;
    text-transform: capitalize;
}

tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.theme-btn {
    position: relative;
    background: #7052fb none repeat scroll 0 0;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 12px 65px 12px 30px;
    text-transform: capitalize;
    border-radius: 30px;
    overflow: hidden;
}

.theme-btn span {
    position: absolute;
    height: 33px;
    width: 33px;
    right: 9px;
    top: 9px;
    background-color: white;
    color: #7052fb;
    text-align: center;
    line-height: 35px;
    padding: 0;
    border-radius: 50%;
}

.theme-btn-white {
    position: relative;
    background: #fff none repeat scroll 0 0;
    color: #7052fb;
    font-weight: 500;
    display: inline-block;
    padding: 12px 65px 12px 30px;
    text-transform: capitalize;
    border-radius: 30px;
    overflow: hidden;
}

.theme-btn-white span {
    position: absolute;
    height: 33px;
    width: 33px;
    right: 9px;
    top: 9px;
    background-color: #7052fb;
    color: #fff;
    text-align: center;
    line-height: 35px;
    padding: 0;
    border-radius: 50%;
}

.theme-btn:hover {
    background: #4b2be3 none repeat scroll 0 0;
    color: #fff;
}

.theme-btn-white:hover {
    background: #4b2be3 none repeat scroll 0 0;
    color: #fff;
}

.section-title {
    margin-bottom: 50px;
}

.section-para {
    margin-bottom: 50px;
}

.section-title h1 {
    font-size: 44px;
    font-weight: 700;
    color: #1c2045;
    text-transform: capitalize;
}

.section-title h1 span {
    position: relative;
}

.section-title h1 span:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 16px;
    height: 1rem;
    bottom: 7px;
    z-index: -1;
    background-color: #9b86fc;
    width: auto;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.section-para p {
    color: #111;
    font-weight: 500;
    font-size: 16px;
}

.section_100 {
    padding: 100px 0;
}

.section_t_100 {
    padding-top: 100px;
}

.section_b_100 {
    padding-bottom: 100px;
}

.section_70 {
    padding: 70px 0;
}

.section_t_70 {
    padding-top: 70px;
}

.section_b_70 {
    padding-bottom: 70px;
}

.section_50 {
    padding: 50px 0;
}

.section_t_50 {
    padding-top: 50px;
}

.section_b_50 {
    padding-bottom: 50px;
}

.section_15 {
    padding: 15px 0;
}

.pad-right {
    padding-right: 0;
}

.section_t_100 {
    padding-top: 100px;
}

.section_b_70 {
    padding-bottom: 70px;
}

.section_70 {
    padding: 70px 0;
}

.section_b_80 {
    padding-bottom: 80px;
}

/*================================================
03 - PRELOADER CSS
==================================================*/

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #7052fb;
}

.preload-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 100;
}

#dream-load {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: dreamrotate 2400ms linear infinite;
    animation: dreamrotate 2400ms linear infinite;
    z-index: 999;
}

#dream-load:before {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: dreamrotate 2700ms linear infinite;
    animation: dreamrotate 2700ms linear infinite;
}

#dream-load:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.5);
    -webkit-animation: dreamrotate 1800ms linear infinite;
    animation: dreamrotate 1800ms linear infinite;
}

@-webkit-keyframes dreamrotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes dreamrotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*================================================
04 - RESPONSIVE MENU CSS
==================================================*/

.mobile-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 5px;
    width: 100%;
    z-index: 999;
}

.slicknav_nav a {
    font-size: 14px;
    margin: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #000;
}

.slicknav_menu {
    background: transparent;
}

.slicknav_menutxt {
    display: none !important;
}

.slicknav_arrow {
    float: right;
    color: #7052fb;
}

.slicknav_nav a:hover {
    border-radius: 0;
}

.slicknav_nav .slicknav_row:hover {
    border-radius: 0;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    background: #7052fb none repeat scroll 0 0;
    color: #fff;
}

.slicknav_nav a:hover .slicknav_arrow {
    color: #fff;
}

.slicknav_nav a:hover a {
    color: #fff;
}

.slicknav_nav li {
    border-bottom: 1px solid #ddd;
}

.slicknav_nav li.hide-desktop {
    border-bottom: 0px solid #ddd;
}

.slicknav_nav li:last-child {
    border-bottom: 0px solid #ddd;
}

.slicknav_nav {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #7052fb;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.19);
}

.slicknav_btn {
    background-color: transparent !important;
    line-height: 0;
    margin-right: 0px;
    margin-top: 5px;
}

.slicknav_menu .slicknav_icon {
    float: none !important;
    margin: 0;
}

.slicknav_icon-bar {
    height: 2px !important;
    margin: 5px 0;
    width: 28px !important;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}

.fixed-header .slicknav_menu .slicknav_icon-bar {
    background-color: #111;
}

/*================================================
05 - BREADCRUMB CSS
==================================================*/

.breadcrumb-area {
    padding: 190px 0 140px;
    background: #f1eeff;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    bottom: -5px;
    margin-top: -110px;
}

.breadcrumb-shape {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 10px;
    background: -webkit-linear-gradient(45deg, #7052fb 30%, #7052fb 100%);
    background: linear-gradient(45deg, #7052fb 30%, #7052fb 100%);
}

.breadcrumb-shape:before {
    left: 0px;
    border-left: 14vw solid #f1eeff;
    border-right: 0px solid #f1eeff;
    content: "";
    position: absolute;
    bottom: 0px;
    border-top: 26px solid transparent;
    border-bottom: 0px solid transparent;
    z-index: 1;
    width: 0;
}

.breadcrumb-shape:after {
    right: 0px;
    border-right: 85vw solid #f1eeff;
    border-left: 0px solid white;
    content: "";
    position: absolute;
    bottom: 0px;
    border-top: 120px solid transparent;
    border-bottom: 0px solid transparent;
    z-index: 1;
    width: 100%;
}

.breadcrumb-area:before {
    left: 0px;
    border-left: 15vw solid #fff;
    border-right: 0px solid white;
    content: "";
    position: absolute;
    bottom: 0px;
    border-top: 32px solid transparent;
    border-bottom: 0px solid transparent;
    z-index: 1;
    width: 0;
}

.breadcrumb-area:after {
    right: 0px;
    border-right: 87vw solid #fff;
    border-left: 0px solid white;
    content: "";
    position: absolute;
    bottom: 0px;
    border-top: 114px solid transparent;
    border-bottom: 0px solid transparent;
    z-index: 1;
    width: 100%;
}

.breadcrumb-inn h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.breadcrumb-inn h2 span:after {
    background-color: #3a1bc6;
}

.breadcrumb-inn .section-title {
    margin: 0;
}

/*================================================
06 - BTN TOP CSS
==================================================*/

.btntoTop:before {
    color: #fff;
    content: "";
    display: inline-block;
    font: 20px "FontAwesome";
    vertical-align: middle;
}

.btntoTop {
    background-color: #7052fb;
    border-radius: 50%;
    bottom: 40px;
    cursor: pointer;
    height: 50px;
    line-height: 47px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    right: 20px;
    text-align: center;
    -webkit-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
    width: 50px;
    z-index: 99999;
}

.btntoTop.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.btntoTop.active:hover {
    background: #8668eb none repeat scroll 0 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btntoTop.active.btntoTop:hover:before {
    color: #fff;
}

/*================================================
07 - PAGINATION CSS
==================================================*/

.pagination-box-row {
    text-align: center;
}

.pagination-box-row p {
    display: inline-block;
    font-size: 15px;
    color: #444;
    margin-right: 15px;
}

.pagination {
    margin-top: 50px;
    text-align: center;
    float: none;
    display: inline-block;
}

.pagination li {
    display: inline-block;
    margin-right: 5px;
}

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

.pagination li a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    border-radius: 50%;
    color: #111;
    font-weight: 500;
    text-align: center;
    border: 1px solid #fff;
}

.pagination li.active a {
    background: #7052fb none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #7052fb;
}

.pagination li.active a:hover {
    border: 1px solid #7052fb;
}

.pagination li a:hover {
    border: 1px solid #ddd;
}

/*================================================
08 - HEADER CSS
==================================================*/

.header-area {
    position: relative;
    z-index: 99;
}

.main-menu ul li {
    position: relative;
    display: inline-block;
    margin: 0 13px;
    padding: 35px 0;
}

.main-menu ul li a {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.main-menu ul li.dropdown:before {
    position: absolute;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: normal;
    right: -14px;
    top: 51%;
    -webkit-transform: translateY(-51%);
    transform: translateY(-51%);
    color: #fff;
}

.main-menu ul li a:hover {
    color: #ccc;
}

.main-menu ul li ul {
    position: absolute;
    top: 130%;
    left: 0;
    width: 400px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 20px 0;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: block;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: medium none;
}

.main-menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 90%;
}

.main-menu ul li ul li {
    display: block;
    padding: 0;
    margin: 2px 0;
}

.main-menu ul li ul li a {
    display: block;
    text-decoration: none;
    padding: 5px 25px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    color: #1c2045;
}

.main-menu ul li ul li a:hover {
    color: #7052fb;
}

.right-bar-icon li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding: 35px 0;
}

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

.right-bar-icon li a {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    position: relative;
}

.search-toggle {
    font-size: 16px !important;
}

.cart-icon span {
    position: absolute;
    right: -8px;
    top: -3px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
    background-color: #2044cb;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.fixed-header {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 1000;
    background: #fff;
    -webkit-animation: 300ms ease-in-out fadeInDown;
    animation: 300ms ease-in-out fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.header-area.fixed-header .main-menu > .menu-box > ul > li {
    padding: 25px 0;
}

.header-area.fixed-header .right-bar-icon li {
    padding: 25px 0;
}

.header-area.fixed-header .main-menu > .menu-box > ul > li > a {
    color: #111;
}

.header-area.fixed-header .main-menu > .menu-box > ul > li.dropdown:before {
    color: #111;
}

.header-area.fixed-header .right-bar-icon li a {
    color: #111;
}

.header-area.fixed-header .main-menu ul > .menu-box li a:hover,
.header-area.fixed-header .right-bar-icon li a:hover {
    color: #7052fb;
}

.logo-area.scroll-show-logo {
    display: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.header-area.fixed-header .logo-area.scroll-hide-logo {
    display: none;
}

.header-area.fixed-header .logo-area.scroll-show-logo {
    display: block;
}

.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.search-overlay .search-overlay-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.search-overlay .search-overlay-layer:nth-child(1) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.search-overlay .search-overlay-layer:nth-child(2) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
}

.search-overlay .search-overlay-layer:nth-child(3) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.9s ease-in-out 0.6s;
    transition: all 0.9s ease-in-out 0.6s;
}

.search-overlay .search-overlay-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    -webkit-transition: all 0.9s ease-in-out 1.5s;
    transition: all 0.9s ease-in-out 1.5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.search-overlay .search-overlay-close .search-overlay-close-line {
    width: 100%;
    height: 3px;
    float: left;
    margin-bottom: 5px;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
    margin-top: -7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-overlay .search-overlay-close:hover .search-overlay-close-line {
    background: #7052fb;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search-overlay .search-overlay-form {
    -webkit-transition: all 0.9s ease-in-out 1.4s;
    transition: all 0.9s ease-in-out 1.4s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    max-width: 500px;
    width: 500px;
}

.search-overlay .search-overlay-form form {
    position: relative;
}

.search-overlay .search-overlay-form form .input-search {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 30px;
    color: #111;
    padding: 3px 0 0 25px;
}

.search-overlay
    .search-overlay-form
    form
    .input-search::-webkit-input-placeholder {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    letter-spacing: 0.5px;
    color: #111;
}

.search-overlay .search-overlay-form form .input-search:-ms-input-placeholder {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    letter-spacing: 0.5px;
    color: #111;
}

.search-overlay .search-overlay-form form .input-search::-ms-input-placeholder {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    letter-spacing: 0.5px;
    color: #111;
}

.search-overlay
    .search-overlay-form
    form
    .input-search::-webkit-input-placeholder {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    letter-spacing: 0.5px;
    color: #111;
}

.search-overlay .search-overlay-form form .input-search::-moz-placeholder {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    letter-spacing: 0.5px;
    color: #111;
}

.search-overlay .search-overlay-form form .input-search:-ms-input-placeholder {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    letter-spacing: 0.5px;
    color: #111;
}

.search-overlay .search-overlay-form form .input-search::placeholder {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    letter-spacing: 0.5px;
    color: #111;
}

.search-overlay
    .search-overlay-form
    form
    .input-search:focus::-webkit-input-placeholder {
    color: transparent;
}

.search-overlay
    .search-overlay-form
    form
    .input-search:focus:-ms-input-placeholder {
    color: transparent;
}

.search-overlay
    .search-overlay-form
    form
    .input-search:focus::-ms-input-placeholder {
    color: transparent;
}

.search-overlay
    .search-overlay-form
    form
    .input-search:focus::-webkit-input-placeholder {
    color: transparent;
}

.search-overlay
    .search-overlay-form
    form
    .input-search:focus::-moz-placeholder {
    color: transparent;
}

.search-overlay
    .search-overlay-form
    form
    .input-search:focus:-ms-input-placeholder {
    color: transparent;
}

.search-overlay .search-overlay-form form .input-search:focus::placeholder {
    color: transparent;
}

.search-overlay .search-overlay-form form button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    color: #fff;
    height: 50px;
    border-radius: 50%;
    background-color: #7052fb;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: none;
    font-size: 20px;
    line-height: 45px;
}

.search-overlay.search-overlay-active.search-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

/*================================================
09 - HERO SECTION CSS
==================================================*/

.hero-section {
    position: relative;
    overflow: hidden;
    background: #7052fb none repeat scroll 0 0;
    height: 890px;
    padding-top: 220px;
    margin-top: -110px;
    z-index: 1;
}

.hero-section .hero-shape1 {
    position: absolute;
    top: 65%;
    left: 2%;
    -webkit-animation: rotaed360 6s infinite linear;
    animation: rotaed360 6s infinite linear;
    z-index: 1;
}

.hero-section .hero-shape2 {
    position: absolute;
    top: 30%;
    left: 38%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;
    z-index: 1;
}

.hero-section .hero-shape3 {
    position: absolute;
    top: 54%;
    left: 35%;
    -webkit-animation: animationFramesOne 10s linear infinite;
    animation: animationFramesOne 10s linear infinite;
    z-index: 1;
}

.hero-section .hero-shape4 {
    position: absolute;
    top: 20%;
    left: 7%;
    -webkit-animation: animationFramesOne 15s linear infinite;
    animation: animationFramesOne 15s linear infinite;
    z-index: 1;
}

.hero-section .hero-shape5 {
    position: absolute;
    right: 8%;
    z-index: 1;
    top: 16%;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    animation-name: float-bob;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.hero-section .hero-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1028px;
}

.hero-section .hero-bg img {
    max-width: unset;
    max-width: initial;
    max-width: none;
    /* test */
}

.hero-left h1 {
    font-weight: 700;
    color: #1c2045;
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.hero-left h1 span {
    display: block;
    position: relative;
    z-index: 1;
}

.underline {
    position: relative;
}

.hero-left h1 span.underline {
    display: inline-block;
}

.hero-left h1 span.underline:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 16px;
    height: 1rem;
    bottom: 7px;
    z-index: -1;
    background-color: #9b86fc;
    width: auto;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.hero-right {
    position: relative;
    z-index: 1;
}

.hero-right > img {
    width: 90%;
    border-radius: 30px;
}

.hero-dot-shape {
    width: 230px;
    position: absolute;
    left: -70px;
    bottom: -55px;
    z-index: -1;
}

.hero-dot-shape img {
    width: 100%;
}

@-webkit-keyframes rotaed360 {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

@keyframes rotaed360 {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@media (max-width: 1600px) {
    .hero-section .hero-bg {
        left: -15%;
    }
    .hero-section .hero-bg img {
        height: 890px;
    }
    .hero-section .hero-bg {
        height: 890px;
    }
}

@media (max-width: 1200px) {
    .hero-section {
        height: 840px;
    }
    .hero-section .hero-bg {
        height: 840px;
        left: -18%;
    }
    .hero-section .hero-bg img {
        height: 840px;
    }
}

@media (max-width: 991px) {
    .hero-section {
        height: 840px;
    }
    .hero-section .hero-bg {
        height: 840px;
        left: -26%;
    }
    .hero-section .hero-bg img {
        height: 840px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 840px;
    }
    .hero-section .hero-bg {
        right: -120%;
    }
}

@media (max-width: 640px) {
    .hero-section .hero-bg {
        left: -45%;
    }
    .hero-section .hero-bg {
        left: -52%;
    }
}

@media (max-width: 576px) {
    .hero-section .hero-bg {
        left: -50%;
    }
}

@media (max-width: 480px) {
    .hero-section {
        height: 840px;
    }
    .hero-section .hero-bg {
        left: -100%;
    }
}

/*================================================
10 - COMPANIES SECTION CSS
==================================================*/

.companies-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-com-slider {
    width: 75px;
    text-align: center;
}

.single-com-slider a {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.single-com-slider a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.companies-left h2 {
    color: #1c2045;
    font-weight: 700;
    font-size: 26px;
}

/*================================================
11 - ABOUT SECTION CSS
==================================================*/

.about-section {
    background: #eef3fa none repeat scroll 0 0;
    position: relative;
}

.about-top-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.about-bottom-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about-left h3 {
    font-size: 44px;
    font-weight: 700;
    color: #1c2045;
    margin-bottom: 20px;
}

.about-right img {
    border-radius: 10px;
}

.about-top .about-left {
    padding-right: 5%;
}

.about-bottom .about-left {
    padding-left: 5%;
}

/*================================================
12 - SERVICE SECTION CSS
==================================================*/

.service-page .section-title {
    text-align: center;
}

.service-box {
    margin-top: 30px;
    padding: 40px;
    background: #fff none repeat scroll 0 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-box p {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 120px;
    height: 150px;
}

.service-icon {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #7052fb;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-icon:after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #7052fb;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-icon [class^="flaticon-"]:before,
.service-icon [class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
.service-icon [class*=" flaticon-"]:after {
    font-size: 50px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-icon-bottom {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #f6f5f9;
    z-index: -1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-icon-bottom [class^="flaticon-"]:before,
.service-icon-bottom [class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
.service-icon-bottom [class*=" flaticon-"]:after {
    font-size: 90px;
    line-height: 1em;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-title {
    margin: 20px 0 20px 0;
}

.service-title h3 {
    color: #1c2045;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-desc .btn-simple {
    display: inline-block;
    font-weight: 500;
    color: #1c2045;
    letter-spacing: 1px;
}

.service-desc .btn-simple:hover {
    color: #7052fb;
}

.service-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 0;
    height: 100%;
    background-color: #7052fb;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}

.service-box.active:after {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.service-box.active.service-icon {
    color: #fff;
}

.service-box.active .service-icon:after {
    border: 1px solid #fff;
}

.service-box.active .service-icon-bottom {
    color: #7c61f5;
}

.service-box.active .service-title h3,
.service-box.active p,
.service-box.active .service-desc .btn-simple {
    color: #fff;
}

.service-box.active:before {
    z-index: 1;
}

.service-box.active .service-icon-bottom {
    z-index: 1;
}

.service-box.active .service-icon {
    color: #fff;
}

.service-box.active .service-desc {
    position: relative;
    z-index: 111;
}

/*================================================
13 - VIDEO SECTION CSS
==================================================*/

.video-section {
    position: relative;
    z-index: 1;
}

.video-pattern {
    position: absolute;
    top: 27%;
    left: 16%;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    animation-name: float-bob;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.video-section .video-bg-shape {
    background-color: transparent;
    background-image: -webkit-linear-gradient(150deg, #7052fb 0%, #7052fb 100%);
    background-image: linear-gradient(-60deg, #7052fb 0%, #7052fb 100%);
    max-height: 700px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
}

.video-bg-shape:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 200px solid transparent;
    border-left: 1900px solid #fff;
    border-bottom: 0px solid transparent;
}

.video-section .section-title {
    text-align: center;
    width: 60%;
    margin: 0 auto 50px;
}

.video-section .section-title p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
}

.video-section .section-title h1 {
    color: #fff;
    margin-top: 15px;
}

.video-section .section-title h1 span:after {
    background-color: #3a1bc6;
}

.video-inn {
    width: 75%;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 1;
}

.video-inn img {
    border-radius: 5px;
}

.video-inn .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 32px;
    background: #fff;
    border-radius: 50%;
    color: #7052fb;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    overflow: hidden;
    z-index: 9;
}

.video-inn .play-video i {
    margin-left: 5px;
}

.video-inn .play-video .flaticon-play:before {
    font-size: 34px;
}

.video-inn:hover .play-video {
    background: #fff;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

/*================================================
14 - FUNFACT SECTION CSS
==================================================*/

.choose-section {
    position: relative;
}

.choose-shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.choose-left .section-title {
    margin-bottom: 30px;
}

.choose-left {
    padding-right: 10%;
}

.choose-left ul {
    margin-top: 30px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.choose-left ul li {
    color: #1c2045;
    font-weight: 600;
    margin-bottom: 15px;
}

.choose-left ul li i {
    margin-right: 5px;
    color: #7052fb;
}

.choose-box {
    text-align: center;
    padding: 40px;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}

.choose-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 120px;
    height: 150px;
    border-top-left-radius: 10px;
}

.choose-right .col-lg-6:nth-child(2n + 1) {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.choose-icon {
    font-size: 34px;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 0 auto;
    background: rgba(161, 141, 253, 0.17);
    line-height: 70px;
    border-radius: 10px;
    color: #7052fb;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.choose-icon-bottom {
    position: absolute;
    right: 10px;
    bottom: -7px;
    color: #f6f5f9;
    z-index: -1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 58px;
    height: auto;
}

.choose-box h2 {
    margin: 15px 0 5px;
    font-weight: 700;
    color: #111;
    font-size: 36px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.choose-box p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.choose-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 0;
    height: 100%;
    background-color: #7052fb;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
    border-radius: 10px;
}

.choose-box:hover:after {
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.choose-box:hover:before {
    z-index: 1;
}

.choose-box:hover .choose-icon-bottom {
    z-index: 1;
    color: #7c61f5;
}

.choose-box p {
    position: relative;
    z-index: 9;
}

.choose-box:hover .choose-icon {
    background: #fff none repeat scroll 0 0;
    color: #7052fb;
}

.choose-box:hover h2,
.choose-box:hover p {
    color: #fff;
}

/*================================================
15 - TRIAL SECTION CSS
==================================================*/

.trial-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.trial-section:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 100vw solid #7052fb;
    border-left: 0px solid #7052fb;
    bottom: 0px;
    border-top: 90px solid #fff;
    border-bottom: 0px solid transparent;
}

.trial-box {
    text-align: center;
    padding-top: 50px;
}

.trial-box .section-title {
    margin-bottom: 0;
}

.trial-box h2 {
    position: relative;
    z-index: 1;
    color: #fff;
    text-transform: capitalize;
}

.trial-box h2 span:after {
    background-color: #3a1bc6;
}

.trial-box p {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    margin: 25px 0;
}

/*================================================
16 - PRICING SECTION CSS
==================================================*/

.pricing-section .section-title {
    text-align: center;
}

.pricing-section .section-title h1 {
    z-index: 1;
    position: relative;
}

.check_toggle {
    text-align: center;
}

.single-price-box {
    padding-top: 38px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-top: 30px;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}

.pricing-section .checkbox {
    display: none;
}

.pricing-section .switch {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    background-color: gray;
    border-radius: 500px;
    cursor: pointer;
    display: inline-block;
    height: 45px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 165px;
    margin: 0;
    text-align: center;
}

.pricing-section .check_toggle [type="checkbox"]:not(:checked) + label:after,
.pricing-section .check_toggle [type="checkbox"]:checked + label:after {
    display: none;
}

.pricing-section .check_toggle [type="checkbox"]:not(:checked) + label:before,
.pricing-section .check_toggle [type="checkbox"]:checked + label:before {
    display: none;
}

.pricing-section .check_toggle [type="checkbox"]:not(:checked) + label,
.pricing-section .check_toggle [type="checkbox"]:checked + label {
    padding: 0;
}

.pricing-section .checkbox:checked ~ .switch {
    background: #7052fb none repeat scroll 0 0;
}

.pricing-section .checkbox:not(:checked) ~ .switch {
    background: #7052fb none repeat scroll 0 0;
}

.pricing-section .check_toggle {
    margin-top: 30px;
}

.pricing-section .switch__left,
.pricing-section .switch__right {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    left: 48px;
    line-height: 45px;
    width: 100%;
    letter-spacing: 1px;
}

.pricing-section .switch__left {
    left: 6px;
}

.pricing-section .switch__right {
    left: -6px;
}

.pricing-section .checkbox:checked ~ .switch .switch__left {
    visibility: hidden;
}

.pricing-section .checkbox:not(:checked) ~ .switch .switch__right {
    visibility: hidden;
}

.pricing-section .switch__circle {
    height: 45px;
    padding: 5px;
    position: absolute;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    width: 45px;
}

.pricing-section .checkbox:checked ~ .switch .switch__circle {
    right: 0;
    left: calc(100% - 45px);
}

.pricing-section .checkbox:not(:checked) ~ .switch .switch__circle {
    right: calc(100% - 45px);
    left: 0;
}

.pricing-section .switch__circle-inner {
    background-color: white;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.priceHide {
    display: none;
}

.pricing-type {
    color: #1c2045;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pricing-head .price {
    font-size: 60px;
    line-height: normal;
    color: #7052fb;
    font-weight: 500;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pricing-head .price .dollar-sign {
    font-size: 36px;
    color: #7052fb;
    font-weight: 400;
    position: absolute;
    left: -20px;
    top: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pricing-head .price .per-time {
    font-size: 18px;
    color: #1c2045;
    font-weight: 500;
    margin-left: -15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pricing-body ul {
    margin-top: 15px;
}

.pricing-body ul li {
    line-height: 2.4;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pricing-body ul li.off-price {
    color: #cbcbcb;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hidden-charge {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #777b92;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-price-box.active,
.single-price-box:hover {
    background: #7052fb none repeat scroll 0 0;
    color: #fff;
}

.single-price-box.active .pricing-type,
.single-price-box:hover .pricing-type {
    color: #fff;
}

.single-price-box.active .pricing-head .price,
.single-price-box.active .pricing-head .price .dollar-sign,
.single-price-box.active .pricing-head .price .per-time {
    color: #fff;
}

.single-price-box:hover .pricing-head .price,
.single-price-box:hover .pricing-head .price .dollar-sign,
.single-price-box:hover .pricing-head .price .per-time {
    color: #fff;
}

.single-price-box.active .pricing-body ul li.off-price,
.single-price-box:hover .pricing-body ul li.off-price {
    color: #a694f8;
}

.single-price-box.active .hidden-charge,
.single-price-box:hover .hidden-charge {
    color: #fff;
}

.single-price-box.active .theme-btn,
.single-price-box:hover .theme-btn {
    background: #fff none repeat scroll 0 0;
    color: #7052fb;
}

.single-price-box.active .theme-btn span,
.single-price-box:hover .theme-btn span {
    background: #7052fb none repeat scroll 0 0;
    color: #fff;
}

.single-price-box.active .theme-btn:hover,
.single-price-box:hover .theme-btn:hover {
    background: #4b2be3 none repeat scroll 0 0;
    color: #fff;
}

/*================================================
17 - TESTIMONIAL SECTION CSS
==================================================*/

.testimonial-section {
    position: relative;
}

.testimonial-section .section-title h1 span {
    z-index: 1;
}

.testimonial-section .section-title {
    text-align: center;
}

.testimonial-slider {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

.client-image {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.client-image img {
    border-radius: 50%;
}

.testimonial-body {
    margin-top: 30px;
}

.testimonial-body p {
    font-size: 16px;
    line-height: 1.7;
    color: #111;
}

.testimonial-meta {
    margin-top: 20px;
}

.testimonial-meta h3 {
    color: #1c2045;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
}

.testimonial-meta ul {
    margin-top: 10px;
}

.testimonial-meta ul li {
    display: inline-block;
    font-size: 18px;
    color: #f9ae19;
    margin: 0 1px;
}

.testimonial-pos {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    margin: auto;
    text-align: center;
}

.testimonial-pos h3 {
    margin-bottom: 0;
    font-size: 100px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 21px;
    opacity: 0.05;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
    line-height: 1;
    display: inline-block;
    color: #040e21;
}

.testimonial-slider .owl-nav {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.testimonial-slider .owl-prev {
    position: absolute;
    left: -7%;
    top: 45%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #7052fb !important;
    color: #7052fb !important;
}

.testimonial-slider .owl-next {
    position: absolute;
    right: -7%;
    top: 45%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #7052fb !important;
    color: #7052fb !important;
}

.testimonial-slider:hover .owl-nav {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*================================================
18 - BLOG SECTION CSS
==================================================*/

.blog-section {
    background: #eef3fa none repeat scroll 0 0;
}

.blog-section .section-title h1 {
    z-index: 1;
    position: relative;
}

.blog-item {
    background: #fff;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-top: 30px;
}

.blog-image {
    padding: 10px 10px 0px 10px;
}

.blog-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.blog-desc {
    padding: 30px;
}

.meta-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px;
}

.author-round {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.meta-image .tags {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
}

.meta-image .tags h4 {
    color: #1c2045;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.meta-image .tags h4 span {
    font-weight: 600;
}

.meta-image .tags h5 {
    color: #7052fb;
    font-size: 16px;
    font-weight: 600;
}

.blog-text a h3 {
    color: #1c2045;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.75px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.blog-text a h3:hover {
    color: #7052fb;
}

/*================================================
19 - SUBSCRIBE SECTION CSS
==================================================*/

.subscribe-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.subscribe-section:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 100vw solid #7052fb;
    border-left: 0px solid #7052fb;
    bottom: 0px;
    border-top: 90px solid #eef3fa;
    border-bottom: 0px solid transparent;
}

.subscribe-section.innser_subscribe:after {
    border-right: 100vw solid #7052fb;
    border-left: 0px solid #7052fb;
    border-top: 90px solid #fff;
}

.subscribe-box {
    text-align: center;
    padding-top: 40px;
}

.subscribe-box h2 {
    position: relative;
    z-index: 1;
    color: #fff;
    text-transform: capitalize;
}

.subscribe-box p {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    margin: 25px 0;
}

.subscribe-section .section-title {
    margin-bottom: 0;
}

.subscribe-box h2 span:after {
    background-color: #3a1bc6;
}

.subscribe-box form {
    width: 50%;
    margin: 30px auto 0;
    position: relative;
    height: 55px;
    background: #fff;
    border-radius: 30px;
}

.subscribe-box form input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: medium none;
    padding: 10px 20px;
}

.subscribe-box form button {
    position: absolute;
    height: 45px;
    width: auto;
    right: 7px;
    top: 5px;
    background: #7052fb none repeat scroll 0 0;
    color: #fff;
    text-align: center;
    line-height: 35px;
    padding: 0;
    border-radius: 30px;
    border: medium none;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 20px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.subscribe-box form button:hover {
    background: #4b2be3 none repeat scroll 0 0;
    color: #fff;
}

/*================================================
20 - FOOTER SECTION CSS
==================================================*/

.footer-top {
    padding-top: 70px;
    padding-bottom: 40px;
}

.footer-logo {
    margin-bottom: 20px;
}

.single-footer {
    margin-bottom: 30px;
}

.single-footer h1 {
    color: #1c2045;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}

.footer-social {
    margin-top: 10px;
}

.footer-social li {
    display: inline-block;
    margin-right: 15px;
}

.footer-social li a {
    font-size: 18px !important;
}

.footer-social li a.tw {
    color: #00aced;
}

.footer-social li a.fb {
    color: #3b5998;
}

.footer-social li a.gp {
    color: #f04b3f;
}

.footer-social li a.pin {
    color: #cb2027;
}

.footer-social li a.ln {
    color: #007bb6;
}

.single-footer p {
    font-size: 14px;
}

.single-footer > ul li {
    line-height: 2.2;
}

.single-footer > ul li a {
    font-size: 14px;
    color: #3a505f;
}

.single-footer > ul li a:hover {
    padding-left: 5px;
    color: #7052fb;
}

.single-footer > ul li > span {
    font-weight: 600;
    color: #1c2045;
    margin-right: 5px;
}

.copyright {
    padding: 30px 0;
    border-top: 1px solid #ebebef;
}

.copyright p {
    text-transform: capitalize;
    font-size: 14px;
}

.copyright p span {
    font-weight: 600;
    color: #1c2045;
}

/*================================================
21 - ABOUT PAGE CSS
==================================================*/

.about-page-section .section-title {
    text-align: center;
}

.about-page-left h2 {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #ababab;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.about-page-left span.mark-text {
    font-size: 230px;
    line-height: 0.7;
    font-weight: 900;
    margin: 0 5px -5px -5px;
    color: #1c2045;
}

.about-page-text .btn-simple {
    display: inline-block;
    font-weight: 500;
    color: #7052fb;
    letter-spacing: 1px;
}

.single-about-post {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 30px;
    border-radius: 20px;
}

.about-post-image {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.about-post-image:after {
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius: 20px;
    -webkit-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
}

.about-post-image img {
    border-radius: 20px;
}

.about-post-text {
    position: absolute;
    bottom: 35px;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.about-post-text h3 {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 34px;
    color: #fff;
    padding: 0 10px;
}

.single-about-post:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}

/*================================================
22 - TIMELINE CSS
==================================================*/

.timeline-area {
    background: #eef3fa none repeat scroll 0 0;
    position: relative;
}

.tl-caption > p {
    background: #7052fb none repeat scroll 0 0;
    border: 18px solid #4b2be3;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    padding: 28px 15px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}

.ui-timline-left .ui-timeline:before {
    left: 0;
}

.ui-timline-left .ui-timeline .tl-item .tl-caption {
    margin-left: -55px;
}

.ui-timline-left .ui-timeline .tl-item .tl-body .tl-time {
    left: auto;
    right: 15px;
    color: #777;
}

.ui-timeline {
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.ui-timeline:before {
    background-color: #d5d5d5;
    bottom: 0px;
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 1px;
    z-index: 0;
}

.ui-timeline .tl-item {
    display: table-row;
    margin-bottom: 5px;
}

.ui-timeline .tl-item:before {
    display: none;
    content: "";
}

.ui-timeline .tl-item .tl-caption {
    width: 140px;
    height: 140px;
    margin-left: -107px;
}

.ui-timeline .tl-item.alt {
    text-align: right;
}

.ui-timeline .tl-item.alt:before {
    display: none;
}

.ui-timeline .tl-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}

.ui-timeline .tl-item.alt .tl-body .tl-entry {
    margin: 0 36px 35px 0;
}

.ui-timeline .tl-item.alt .tl-body .tl-time {
    right: -220px;
    left: auto;
    text-align: left;
}

.ui-timeline .tl-item.alt .tl-body .tl-icon {
    right: -48px;
    left: auto;
}

.ui-timeline .tl-item.alt .tl-body .tl-content:after {
    right: -16px;
    left: auto;
    border: 8px solid transparent;
    border-left: 8px solid rgba(255, 255, 255, 0.9);
    border-top: 8px solid rgba(255, 255, 255, 0.9);
}

.ui-timeline .tl-item .tl-body {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.ui-timeline .tl-item .tl-body .tl-entry {
    position: relative;
    margin: 0 0 35px 36px;
}

.ui-timeline .tl-item .tl-body .tl-entry .btn-primary {
    background-color: #daa106;
    border-color: #daa106;
    padding: 10px 12px;
}

.ui-timeline .tl-item .tl-body .tl-time {
    z-index: 1;
    position: absolute;
    left: auto;
    right: 15px;
    top: 0;
    width: 150px;
    color: #777;
    line-height: 35px;
    text-align: right;
}

.ui-timeline .tl-item .tl-body .tl-time {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    left: -220px;
    right: auto;
}

.ui-timeline .tl-item .tl-body .tl-icon {
    background: #4b2be3 none repeat scroll 0 0;
    border: 7px solid #7052fb;
    border-radius: 50%;
    height: 25px;
    left: -48px;
    position: absolute;
    top: 0;
    width: 25px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.ui-timeline .tl-item .tl-body .tl-content {
    position: relative;
    padding: 30px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}

.ui-timline-container {
    width: 80%;
    margin: 0 auto;
}

.ui-timeline {
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.ui-timeline:before {
    background-color: #d5d5d5;
    bottom: 0px;
    content: "";
    position: absolute;
    left: 50%;
    top: 30px;
    width: 1px;
    z-index: 0;
}

.ui-timeline .tl-item {
    display: table-row;
    margin-bottom: 5px;
}

.ui-timeline .tl-item:before {
    display: none;
    content: "";
}

.ui-timeline .tl-item .tl-body .tl-icon {
    left: -48px;
}

.ui-timeline .tl-item:before {
    display: block;
    width: 50%;
}

.tl-content .tl-tile {
    color: #1c2045;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin-bottom: 5px;
}

.tl-content .tl-date {
    display: inline-block;
    font-weight: 600;
    color: #7052fb;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 10px;
}

.ui-timeline .tl-item:hover .tl-icon {
    background: #8d75fc none repeat scroll 0 0;
    border: 7px solid #4b2be3;
}

/*================================================
23 - TEAM PAGE CSS
==================================================*/

.team-section .section-title {
    text-align: center;
}

.team-item {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.team-item .image {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.team-item .image .social {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.team-item .image .social li {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    display: inline-block;
}

.team-item .image .social li:last-child {
    margin-bottom: 0;
}

.team-item .image .social li a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    text-align: center;
    position: relative;
    font-size: 16px;
    color: #7052fb;
    border-radius: 30px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.team-item .image .social li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.team-item .image .social li a:hover {
    color: #ffffff;
    background-color: #4b2be3;
}

.team-item .image .social li:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.team-item .image .social li:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.team-item .image .social li:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.team-item .image .social li:nth-child(4) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.team-item .image .content {
    position: absolute;
    background: #7052fb;
    box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
    width: 90%;
    bottom: -130px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    text-align: center;
    padding: 35px 30px 30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin: 0 auto;
    display: block;
    -webkit-transform: translate(5%, 0);
    transform: translate(5%, 0);
}

.team-item .image img {
    border-radius: 20px;
}

.team-item .image .content h3 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}

.team-item .image .content span {
    display: block;
    color: #ffffff;
    font-size: 16px;
    margin-top: 8px;
}

.team-item:hover .image .social li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.team-item:hover .image .content {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 30px 30px 0 0;
}

.team-item:hover .image .social {
    bottom: 105px;
}

/*================================================
24 - PARTNER PAGE CSS
==================================================*/

.partners-section .section-title {
    text-align: center;
    margin-bottom: 20px;
}

.sponsor-box-item {
    text-align: center;
    margin-top: 30px;
}

.sponsor-box li {
    display: inline-block;
    margin: 0px 15px;
    width: 21%;
}

.sponsor-box li a {
    display: block;
    padding: 20px;
    background: #f2f5fe none repeat scroll 0 0;
    border-radius: 5px;
}

.sponsor-box li img {
    width: 140px;
}

/*================================================
25 - PRIVACY PAGE CSS
==================================================*/

.privacy-inn {
    width: 95%;
    margin: 0 auto;
}

.privacy-block {
    margin-top: 50px;
}

.privacy-block h3 {
    font-size: 28px;
    font-weight: 600;
    color: #1c2045;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.privacy-block p {
    margin: 15px 0 0;
}

.privacy-block ul {
    margin-top: 30px;
    padding-left: 30px;
}

.privacy-block ul li {
    margin: 12px 0;
    position: relative;
}

.privacy-block ul li:after {
    position: absolute;
    content: "";
    top: 45%;
    left: -25px;
    height: 3px;
    width: 15px;
    background: #7052fb none repeat scroll 0 0;
}

.privacy-block ul li span {
    color: #1c2045;
    font-weight: 600;
    margin-right: 10px;
}

/*================================================
26 - 404 PAGE CSS
==================================================*/

.error-page-header-area {
    padding-top: 10px;
}

.error-page-logo-right {
    text-align: right;
}

.error-page-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 80vh;
    text-align: center;
}

.error_bg {
    background: url(../img/404-bg.webp) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center center;
    display: inline-block;
    font-weight: 800;
    font-size: 140px;
    position: relative;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.error-page-box h4 {
    color: #1c2045;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.error-page-box p {
    width: 38%;
    margin: 0 auto;
}

/*================================================
27 - LOGIN PAGE CSS
==================================================*/

.login {
    position: relative;
}

.login:before {
    content: "";
    margin-left: -48%;
    background-image: url(../img/BG-REGISTER.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
}

.login-section .col-lg-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}

.login-text {
    padding-top: 20px;
}

.login-slide-item {
    width: 60%;
}

.login-text h2 {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    margin-top: 30px;
}

.login-right {
    padding-left: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.login-form {
    margin-top: 50px;
    width: 65%;
}

.login-form h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1c2045;
    text-transform: capitalize;
}

.login-form p {
    margin-top: 10px;
}

.login-form p input {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    font-size: 14px;
}

.login-form p button {
    width: 100%;
    display: block;
    cursor: pointer;
    border: medium none;
    background: #7052fb none repeat scroll 0 0;
    color: #fff;
    font-weight: 500;
    padding: 13px 20px;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.login-form p button:hover {
    background: #4b2be3 none repeat scroll 0 0;
}

.login-action {
    margin-top: 50px;
}

.login-action p:last-child a {
    color: #111;
    font-weight: 500;
}

.login-policy > p {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
    line-height: 20px;
    margin-top: 0;
}

.login-action p {
    margin: 0;
    font-size: 14px;
}

.login-policy > p:last-child {
    border-right: 0px;
}

.login-left {
    overflow: hidden;
}

.login-text .owl-dots {
    margin-top: 30px;
    padding-left: 20%;
}

.login-text .owl-dots span {
    width: 10px;
    height: 10px;
    background: #9b86fc none repeat scroll 0 0;
    display: inline-block;
    margin: 0 4px;
    border-radius: 20px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.login-text .owl-dots .active span {
    width: 25px;
    background: #fff none repeat scroll 0 0;
}

.custom-checkbox {
    padding-left: 30px;
    position: relative;
    overflow: hidden;
    margin-top: 15px !important;
    margin-bottom: 25px;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    left: -3000px;
}

.custom-checkbox input[type="checkbox"]:checked + label {
    color: #111;
}

.custom-checkbox input[type="checkbox"]:checked + label ~ .checkbox {
    background-color: #7052fb;
    border: medium none;
}

.custom-checkbox input[type="checkbox"]:checked + label ~ .checkbox:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.custom-checkbox label {
    font-size: 14px;
    color: #3a505f;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
}

.custom-checkbox label a {
    color: #7052fb;
    font-weight: 500;
}

.custom-checkbox .checkbox {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;
    border: 1px solid #ddd;
}

.custom-checkbox .checkbox:before {
    position: absolute;
    content: "";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 13px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    transform: translate(-50%, -50%) scale(1.1, 1.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*================================================
28 - SERVICE DETAILS PAGE CSS
==================================================*/

.single-service-left-widget {
    margin-bottom: 50px;
}

.single-service-left-widget li {
    border-bottom: 0px solid #fff;
    margin-bottom: 7px;
}

.single-service-left-widget li:last-child {
    margin-bottom: 0;
}

.single-service-left-widget li a {
    background: #eef3fa none repeat scroll 0 0;
    border-left: 5px solid #f7f7f7;
    color: #1c2045;
    display: block;
    font-weight: 500;
    padding: 10px 20px;
    text-transform: capitalize;
    border-radius: 30px;
}

.single-service-left-widget li a:hover,
.single-service-left-widget ul li.active > a {
    background: #7052fb none repeat scroll 0 0;
    border-left: 5px solid #1c2045;
    color: #fff;
}

.single-service-left-widget li a i {
    float: right;
    font-size: 20px;
    margin-top: 2px;
}

.broucher-item {
    margin: 10px 0;
    position: relative;
}

.broucher-item i {
    color: #ffff;
    font-size: 18px;
    height: 30px;
    left: 14px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 30px;
    border-radius: 50%;
}

.widget-title {
    margin-bottom: 25px;
}

.widget-title h3 {
    color: #1c2045;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.broucher-item .theme-btn {
    display: block;
    padding: 12px 65px 12px 55px;
}

.page-banner {
    padding: 30px;
    background: url(../img/carrer_bg.webp) no-repeat scroll 0 0 / cover;
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 10px;
}

.page-banner > h3 {
    color: #fff;
    font-size: 26px;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.page-banner p {
    color: #fff;
    line-height: 24px;
}

.page-banner h4 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin: 20px 0;
}

.page-banner:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(112, 82, 251, 0.9) none repeat scroll 0 0;
    z-index: -1;
    border-radius: 10px;
}

.service-details-text {
    margin-top: 30px;
}

.service-details-text h3 {
    color: #1c2045;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.75px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin-bottom: 15px;
}

.service-details-text h4 {
    color: #1c2045;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0.75px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin-bottom: 15px;
}

.service-details-text p {
    margin: 10px 0 0;
}

.service-works-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.service-works-item .service-works-icon {
    text-align: center;
    margin-right: 20px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    width: 50px;
}

.service-works-item .service-works-info {
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.service-works-info h5 {
    color: #1c2045;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*================================================
29 - PRODUCT PAGE CSS
==================================================*/

.product-item {
    margin-bottom: 30px;
}

.product-image img {
    width: 100%;
}

.product-text {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product-text h3 {
    font-size: 22px;
    color: #1c2045;
    letter-spacing: 0px;
    margin: 5px 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
}

.product-text h3 a {
    color: #1c2045;
}

.product-text h3 a:hover {
    color: #7052fb;
}

.product-action a {
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid #eee;
    line-height: 44px;
    font-size: 16px;
    color: #7052fb;
    border-radius: 5px;
}

.product-action a:hover {
    background: #7052fb none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #7052fb;
}

/*================================================
30 - PRODUCT DETAILS PAGE CSS
==================================================*/

.product-details-image {
    text-align: center;
    background: #eef3fa none repeat scroll 0 0;
    border-radius: 5px;
    padding: 30px;
}

.product-details-text h3 {
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: 600;
    color: #1c2045;
    text-transform: capitalize;
}

.tour-rating {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-details-text .tour-rating ul {
    display: inline-block;
    margin-right: 10px;
    text-align: left;
}

.product-details-text .tour-rating p {
    display: inline-block;
    margin-left: 5px;
    color: #1c2045;
    font-weight: 500;
    text-transform: capitalize;
}

.tour-rating ul li {
    display: inline-block;
    font-size: 15px;
    margin: 0;
    line-height: 20px;
}

.tour-rating ul li i {
    color: #ffa11a;
}

.single-pro-page-para {
    margin: 20px 0;
}

.single-shop-price > p {
    font-size: 17px;
    font-weight: 600;
    margin-top: 15px;
    letter-spacing: 0;
    color: #1c2045;
}

.single-shop-price p span {
    color: #7052fb;
    margin-left: 10px;
}

.quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 20px;
}

.quantity p {
    margin-right: 10px;
    color: #1c2045;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
}

.num-block {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.skin-2 .num-in {
    background: #eef3fa none repeat scroll 0 0;
    border-radius: 25px;
    height: 40px;
    width: 110px;
    float: left;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: "";
    position: absolute;
    background-color: #111;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 40px;
    border: none;
    text-align: center;
    background: #eef3fa none repeat scroll 0 0;
    color: #111;
}

.single-shop-page-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.single-shop-page-btn ul {
    margin-left: 30px;
}

.single-shop-page-btn ul li {
    display: inline-block;
    margin: 0 2px;
}

.single-shop-page-btn ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 15px;
    color: #7052fb;
    border: 1px solid #7052fb;
}

.related-product-section .section-title {
    text-align: center;
}

/*================================================
31 - CART PAGE CSS
==================================================*/

.table-content table {
    background: #ffffff;
    border-color: #eaedff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

.table-content table th {
    border: medium none;
    color: #1c2045;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    border-top: 0px !important;
}

.table-content table td.product-name {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 16px;
}

.table-content table th,
.table-content table td {
    border-bottom: 1px solid #eaedff;
    border-right: 1px solid #eaedff;
}

.product-quantity input {
    border: none;
    color: #6f7172;
    font-size: 14px;
    font-weight: normal;
    border: 0;
}

.table td,
.table th {
    border-top: 1px solid #eaedff;
}

.product-quantity > input {
    width: 80px;
    border-radius: 3px;
}

.table-content table td.product-subtotal {
    font-size: 16px;
}

.table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto;
}

.coupon-all {
    margin-top: 50px;
}

.coupon {
    float: left;
    position: relative;
    border: 2px solid #eaedff;
    height: 55px;
    width: 450px;
    border-radius: 30px;
}

#coupon_code {
    border: 0px solid #eaedff;
    padding: 0 15px;
    margin-right: 10px;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.coupon button {
    position: absolute;
    right: 0;
    top: 0;
    border: medium none;
    cursor: pointer;
    height: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.coupon2 {
    float: right;
}

.cart-page-total {
    padding-top: 50px;
}

.cart-page-total > h2 {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.cart-page-total > ul {
    border: 1px solid #eaedff;
}

.cart-page-total > ul > li {
    list-style: none;
    font-size: 15px;
    color: #1c2045;
    padding: 10px 30px;
    border-bottom: 1px solid #eaedff;
    font-weight: 600;
}

.cart-page-total ul > li > span {
    float: right;
    color: #585858;
    font-weight: 400;
}

.cart-page-total li:last-child {
    border-bottom: 0;
}

td.product-thumbnail img {
    width: 125px;
    border-radius: 10px;
}

.cart-area h3 {
    color: #1c2045;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 0px;
    display: block;
    text-transform: capitalize;
}

.product-name a,
.product-price,
.amount,
.product-remove a {
    color: #1c2045;
}

.product-name a:hover {
    color: #7052fb;
}

.product-quantity .num-block {
    float: none;
}

.product-quantity .skin-2 .num-in {
    float: none;
    margin: 0 auto;
}

.subscribe-box form button {
    position: absolute;
    height: 45px;
    width: auto;
    right: 7px;
    top: 5px;
    background: #7052fb none repeat scroll 0 0;
    color: #fff;
    text-align: center;
    line-height: 35px;
    padding: 0;
    border-radius: 30px;
    border: medium none;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 20px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

button.theme-btn {
    border: medium none;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.cart-action {
    text-align: right;
    margin-top: 30px;
}

/*================================================
32 - CHECKOUT PAGE CSS
==================================================*/

.checkout-left-box h3,
.order-summury-box h3 {
    color: #1c2045;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 0px;
    display: block;
    text-transform: capitalize;
}

.checkout-left-box form {
    padding: 15px 30px 30px 30px;
    background: #eef3fa none repeat scroll 0 0;
    border-radius: 30px;
}

.checkout-left-box form .checkout-form {
    margin-top: 15px;
}

.checkout-left-box form label {
    color: #000;
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.checkout-left-box form input {
    width: 100%;
    padding: 5px 15px;
    height: 47px;
    border: 0px solid #e3e3e3;
    border-radius: 3px;
    font-size: 15px;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.checkout-left-box form textarea {
    width: 100%;
    padding: 5px 15px;
    height: 120px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    font-size: 15px;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.checkout-left-box form input:focus,
.checkout-left-box form textarea:focus {
    border: 1px solid #8668eb;
}

.booking-payment .payment {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

.booking-payment .payment input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

.booking-payment .payment label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    margin: 10px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    color: #111;
    font-weight: 500;
    font-size: 15px;
    font-weight: 500;
}

.booking-payment .payment .check {
    display: block;
    position: absolute;
    border: 3px solid #aaaaaa;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 14px;
    left: 0;
    z-index: 5;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
}

.booking-payment .payment .check:before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type="radio"]:checked ~ .check {
    border: 3px solid #7052fb;
}

input[type="radio"]:checked ~ .check:before {
    background: #7052fb;
}

input[type="radio"]:checked ~ label {
    color: #7052fb;
}

.payment img {
    float: right;
    margin-top: 15px;
}

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

.booking-right .action-btn {
    text-align: right;
    margin-top: 30px;
}

.summury-inn {
    padding: 20px;
    background: #eef3fa none repeat scroll 0 0;
    border-radius: 30px;
}

.order-summury-box table {
    width: 100%;
}

.order-summury-box table tr {
    border-bottom: 1px solid #ddd;
}

.order-summury-box table td {
    padding: 10px 0;
    color: #111;
    font-weight: 600;
    font-size: 14px;
}

/*================================================
33 - BLOG PAGE CSS
==================================================*/

.blog-item-box {
    margin-bottom: 30px;
}

.blog_info .blog-img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}

.blog_info .blog-img img {
    width: 100%;
    height: 100%;
}

.blog_info .blog-detail {
    width: 100%;
    margin: 0;
    padding: 50px;
    border: 2px solid #f5f8fa;
}

.blog-page-left .other_info {
    padding-top: 5px;
    margin-bottom: 20px;
}

.other_info {
    width: 100%;
    margin: 0;
    padding: 25px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.other_info figure {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
}

.other_info figure img {
    border-radius: 50%;
}

.blog-meta h4 {
    font-size: 16px;
    font-weight: 500;
    color: #111;
}

.other_info label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #111;
}

.other_info label a {
    color: #111;
}

.blog-page-left .other_info label {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    margin-left: 20px;
}

.other_info label i {
    margin-right: 5px;
    color: #7052fb;
}

.blog-detail p {
    margin: 0 0 15px;
}

.blog-page-left .theme-btn {
    margin-top: 20px;
    position: relative;
    top: 5px;
}

.blog-detail h3 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 28px;
    color: #1c2045;
}

.blog-detail h3 a {
    color: #1c2045;
}

.blog-page-left .pagination-box-row {
    text-align: left;
}

aside .widget {
    margin-bottom: 30px;
    padding: 35px 25px 35px 25px;
    border: 2px solid #f5f8fa;
    overflow: hidden;
}

aside .widget:last-child {
    margin-bottom: 0;
}

.widget-title h4 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1;
    color: #1c2045;
    font-weight: 600;
}

.slidebar__form {
    position: relative;
}

.slidebar__form input {
    background: #f5f8fa;
    border: none;
    width: 100%;
    padding: 18px 30px;
}

.slidebar__form button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: #7052fb none repeat scroll 0 0;
    padding: 18px 23px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    height: 100%;
}

.widget-insta-post li {
    display: inline-block;
    margin: 5px 3px;
}

.widget-social a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    border: 1px solid #7052fb;
    color: #7052fb;
    margin: 0 3px;
}

.widget-social a:hover {
    background: #7052fb;
    color: #ffffff;
    border-color: #7052fb;
}

.cat__list li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

.cat__list li:last-child {
    border: medium none;
}

.cat__list li a {
    color: #1c2045;
}

.cat__list li a:hover,
.cat__list li a span:hover {
    color: #7052fb;
}

.cat__list li a span {
    float: right;
    display: block;
}

.widget__post ul li {
    margin-bottom: 20px;
    overflow: hidden;
}

.widget__post-thumb {
    float: left;
    display: block;
    margin-right: 20px;
    width: 70px;
}

.widget__post-content {
    overflow: hidden;
    display: block;
}

.widget__post-content h6 {
    font-size: 16px;
    margin-bottom: 1px;
    padding-right: 15px;
    font-weight: 600;
}

.widget__post-content h6 a {
    color: #1c2045;
}

.widget__post-content h6 a:hover {
    color: #7052fb;
}

.widget__post-content span {
    font-size: 14px;
}

.widget__post-content span i {
    margin-right: 8px;
}

.widget__tag ul li {
    display: inline-block;
    margin: 5px 3px;
}

.widget__tag ul li a {
    display: block;
    font-size: 14px;
    color: #111;
    background: #eef3fa;
    border-radius: 30px;
    padding: 9px 20px;
}

.widget__tag ul li a:hover {
    background: #7052fb;
    color: #fff;
}

/*================================================
34 - BLOG DETAILS PAGE CSS
==================================================*/

.blog-details-page .blog_info .blog-detail {
    border: medium none;
    padding: 50px 0 0;
}

.blog-details-page blockquote {
    margin-top: 34px;
    margin-bottom: 34px;
    border-left: 5px solid #a693fd;
    background-color: #7052fb;
    position: relative;
    padding: 30px 35px 38px 35px;
}

.blog-details-page blockquote:before {
    position: absolute;
    content: "";
    left: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 0;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}

.blog-details-page blockquote .blockquote_desc {
    font-style: italic;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.blog-details-page blockquote .qoute_meta {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    border-top: 1px solid #fff;
}

.blog-details-page blockquote i {
    color: #a693fd;
    font-size: 45px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    right: 20px;
    bottom: -20px;
}

.blog-cat {
    margin-top: 30px;
}

.blog-cat a {
    display: inline-block;
    font-size: 14px;
    color: #111;
    background: #eef3fa;
    border-radius: 30px;
    padding: 9px 20px;
}

.blog-cat a:hover {
    background: #7052fb;
    color: #fff;
}

.comment-list {
    margin-top: 50px;
}

.comment-group-title h3,
.leave-comment h3 {
    font-size: 26px;
    margin-bottom: 30px;
    color: #1c2045;
    font-weight: 600;
    position: relative;
    display: block;
    text-transform: capitalize;
}

.single-comment-box {
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.main-comment {
    font-size: 15px;
    padding: 0 0 0 90px;
    position: relative;
    margin-bottom: 30px;
}

.author-image {
    border-radius: 50%;
    left: 0;
    margin-bottom: 20px;
    position: absolute;
}

.author-image img {
    display: block;
    width: 70px;
    border-radius: 50%;
}

.comment-text {
    padding: 20px;
    background: #eef3fa;
    border-radius: 30px;
    position: relative;
}

.comment-info:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-style: solid;
    top: 25px;
    border-width: 11px 13px 11px 0;
    border-color: transparent #eef3fa;
    left: -12px;
}

.comment-info h4 {
    display: inline-block;
    color: #1c2045;
    text-transform: capitalize;
    font-size: 18px;
    padding-left: 10px;
    font-weight: 600;
}

.comment-info ul {
    display: inline-block;
    margin: 0 10px;
}

.comment-info ul li {
    display: inline-block;
    color: #ffa11a;
}

.comment-info p {
    display: inline-block;
    font-size: 13px;
}

.comment-text-inner {
    padding: 10px;
}

.single-comment-box.comment_reply {
    padding-left: 83px;
}

.comment-field {
    margin-top: 15px;
}

.leave-comment form {
    padding: 15px 30px 30px 30px;
    background: #eef3fa none repeat scroll 0 0;
    border-radius: 30px;
}

.leave-comment form label {
    color: #000;
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.leave-comment form input {
    width: 100%;
    padding: 5px 15px;
    height: 47px;
    border: 0px solid #e3e3e3;
    border-radius: 3px;
    font-size: 15px;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.leave-comment form textarea {
    width: 100%;
    padding: 5px 15px;
    height: 140px;
    border: 0px solid #e3e3e3;
    border-radius: 3px;
    font-size: 15px;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.leave-comment {
    margin-top: 50px;
}

.leave-comment h3 {
    margin-bottom: 15px;
}

.comment-field {
    text-align: center;
}

.comment-field .theme-btn {
    margin-top: 0;
}

/*================================================
35 - CONTACT PAGE CSS
==================================================*/

.map-area .section-title {
    text-align: center;
}

.map-area iframe {
    width: 100%;
    height: 430px;
}

.contact-form .section-title {
    text-align: center;
}

.contact-form-wrapper {
    background: #eef3fa none repeat scroll 0 0;
    padding: 33px 30px 24px;
    position: relative;
    border-radius: 30px;
}

.contact-form-wrapper:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 115%;
    height: 100%;
    background: #eef3fa none repeat scroll 0 0;
    z-index: -1;
    border-radius: 30px;
}

.contact-form-wrapper .form-group label {
    color: #000;
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.contact-form-wrapper .form-group input {
    width: 100%;
    padding: 5px 15px;
    height: 47px;
    border: 0px solid #e3e3e3;
    border-radius: 3px;
    font-size: 15px;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.contact-form-wrapper .form-group textarea {
    width: 100%;
    padding: 5px 15px;
    height: 140px;
    border: 0px solid #e3e3e3;
    border-radius: 3px;
    font-size: 15px;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.address-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 30px;
    background: url(../img/carrer_bg.webp) no-repeat scroll 0 0 / cover;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    padding: 22px 30px 25px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.address-area:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(112, 82, 251, 0.9) none repeat scroll 0 0;
    z-index: -1;
    border-radius: 30px;
}

.address-area .title {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.address-area .address-list {
    padding: 22px 0px 0px;
}

.address-area .address-list li {
    margin-bottom: 20px;
}

.address-area .address-list li p {
    color: #ffffff;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
}

.address-area .address-list li p i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 20px;
}

.form-group.button-area {
    text-align: center;
}
