/*

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Section Title CSS
** - Default btn CSS
** - Navbar Area CSS
** - Main Banner Area CSS
** - Main Slider Area CSS
** - Features Area CSS
** - About Area CSS
** - Services Area CSS
** - Default Shape CSS
** - Digital Experience Area CSS
** - Fun Facts Area CSS
** - Portfolio Area CSS
** - Testimonial Area CSS
** - Blog Area CSS
** - Team Area CSS
** - Pricing Area CSS
** - Industries Area CSS
** - Client Area CSS
** - Subscribe Area CSS
** - Quote Area CSS
** - Overview Area CSS
** - Page Banner CSS
** - FAQ Area CSS
** - Login Area CSS
** - Register Area CSS
** - Forgot Password CSS
** - 404 Error Area CSS
** - Privacy Area CSS
** - Terms of Service Area CSS
** - Contact Info Area CSS
** - Contact Area CSS
** - Services Details Area CSS
** - Pagination Area CSS
** - Portfolio Details Area CSS
** - Blog Details Area CSS
** - Widget Sidebar CSS
** - Products Area CSS
** - Cart Area CSS
** - Checkout Area CSS
** - Product Details Area CSS
** - Partner Area CSS
** - Footer Area CSS
** - Copy Right Area CSS
** - Go Top CSS

*/
/*================================================
Default CSS
=================================================*/
body {
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #202647;
}

a:hover,
a:focus {
    color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    text-decoration: none;
}

button {
    outline: 0 !important;
}

p {
    /* margin-bottom: 5px;
    line-height: 1.8;
     color: #6b6b84; 
    color: black; */
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* font-size: 15px; */
}

p:last-child {
    margin-bottom: 0px;
}

i {
    line-height: normal;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

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

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 20px;
}

.pt-70 {
    padding-top: 70px;
}

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

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000e9c;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    text-transform: capitalize;
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

/*================================================
Default btn CSS
=================================================*/
.default-btn {
    display: inline-block;
    padding: 7px 15px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.default-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #1bba0d;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.default-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d41c21;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.default-btn:hover {
    color: #ffffff;
}

.default-btn:hover::after {
    opacity: 1;
    visibility: visible;
}

.text p {
    color: #222222;
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;
    padding-top: 1%;
}

/*================================================
Section Title CSS
=================================================*/
.section-title {
    text-align: center;
    padding-bottom: 2%;
}

.section-title span {
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.5em;
    color: #1f448a;
}

.section-title h2 {
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.5em;
    color: #1f448a;
}

.section-title .bar {
    height: 4px;
    width: 85px;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #f22c28, #e16045, #ff3e3a);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: auto;
}

.section-title .bar::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;

}





/*================================================
Navbar Area CSS
=================================================*/
.main-responsive-nav {
    display: none;
}

.main-navbar {
    /* padding-bottom: 1%; */
    border-bottom: 1px solid #e8d5d5;
    background: #fff;
}

.main-navbar .navbar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.main-navbar .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.main-navbar .navbar .navbar-nav {
    margin: auto;
}

.main-navbar .navbar .navbar-nav .nav-item {
    position: relative;
    margin-right: 20px;
}

.main-navbar .navbar .navbar-nav .nav-item a {
    color: #000e9c;
    font-size: 0.9em;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    padding-top: 28px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.main-navbar .navbar .navbar-nav .nav-item a i {
    font-size: 17px;
    position: relative;
    top: 3px;
    display: inline-block;
    margin-left: -3px;
    margin-right: 0px;
}

.main-navbar .navbar .navbar-nav .nav-item a:hover,
.main-navbar .navbar .navbar-nav .nav-item a:focus,
.main-navbar .navbar .navbar-nav .nav-item a.active {
    color: #522828;
}

.main-navbar .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:hover a,
.main-navbar .navbar .navbar-nav .nav-item.active a {
    color: #f64c67;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    top: 70px;
    left: 0;
    z-index: 99;
    opacity: 0;
    width: 350px;
    display: block;
    border-radius: 0;
    padding: 4px 0;
    margin-top: 15px;
    position: absolute;
    visibility: hidden;
    background: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover {
    background: #e6e9ef;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 13px 2px 0px 10px;
    position: relative;
    display: block;
    color: #0050df;
    font-size: 13px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #5a7bde;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    right: -300px;
    left: auto;
    margin-top: 15px;
    visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #202647;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #f64c67;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 300px;
    visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #202647;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #f64c67;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -300px;
    visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #202647;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #f64c67;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 300px;
    visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #202647;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #f64c67;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -300px;
    visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #202647;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #f64c67;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 300px;
    visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #202647;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #f64c67;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #f64c67;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #f64c67;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #f64c67;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #f64c67;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #f64c67;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #f64c67;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.main-navbar .navbar .others-options .option-item {
    margin-right: 20px;
}

.main-navbar .navbar .others-options .option-item:last-child {
    margin-right: 0;
}

.main-navbar .navbar .others-options .option-item .cart-btn a {
    font-size: 30px;
    color: #202647;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.main-navbar .navbar .others-options .option-item .cart-btn a:hover {
    color: #f64c67;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
}

.main-navbar .navbar .others-options .option-item .cart-btn a span {
    position: absolute;
    right: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    background: #f64c67;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.main-navbar .navbar .others-options .option-item .search-btn {
    font-size: 30px;
    color: #202647;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.main-navbar .navbar .others-options .option-item .search-btn:hover {
    color: #f64c67;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
}

.main-navbar .navbar .others-options .option-item .close-btn {
    font-size: 30px;
    color: #202647;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: none;
    cursor: pointer;
}

.main-navbar .navbar .others-options .option-item .close-btn:hover {
    color: #f64c67;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
}

.main-navbar .navbar .others-options .option-item .close-btn.active {
    display: block;
}

.main-navbar .navbar .others-options .option-item .default-btn {
    padding: 10px 25px;
    position: relative;
    top: 2px;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.search-overlay {
    display: none;
}

.search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    background: #ffffff;
    z-index: 2;
    right: 12%;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    margin-top: 0;
}

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

.search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eeeeee;
    color: #202647;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 4px;
    padding-left: 10px;
}

.search-overlay.search-popup .search-form .search-input:focus {
    border-color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
}

.search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: transparent;
    border: none;
    width: 50px;
    outline: 0;
    color: #6b6b84;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
}

.search-overlay.search-popup .search-form .search-button:hover,
.search-overlay.search-popup .search-form .search-button:focus {
    color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
}

.search-overlay.search-popup .search-form .search-button i {
    font-size: 18px;
    font-weight: bold;
}

.others-option-for-responsive {
    display: none;
}

.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 9991;
    position: absolute;
    right: 60px;
    top: -28px;
}

.others-option-for-responsive .dot-menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    display: none;
}

.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #202647;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
}

.others-option-for-responsive .container {
    position: relative;
}

.others-option-for-responsive .container .container {
    position: absolute;
    right: 0;
    top: 10px;
    max-width: 260px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.others-option-for-responsive .option-inner .others-options .option-item {
    margin-right: 20px;
}

.others-option-for-responsive .option-inner .others-options .option-item:last-child {
    margin-right: 0;
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn a {
    font-size: 30px;
    color: #202647;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn a:hover {
    color: #f64c67;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn a span {
    position: absolute;
    right: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    background: #f64c67;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.others-option-for-responsive .option-inner .others-options .option-item .search-btn {
    font-size: 30px;
    color: #202647;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.others-option-for-responsive .option-inner .others-options .option-item .search-btn:hover {
    color: #f64c67;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
}

.others-option-for-responsive .option-inner .others-options .option-item .close-btn {
    font-size: 30px;
    color: #202647;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: none;
    cursor: pointer;
}

.others-option-for-responsive .option-inner .others-options .option-item .close-btn:hover {
    color: #f64c67;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
}

.others-option-for-responsive .option-inner .others-options .option-item .close-btn.active {
    display: block;
}

.others-option-for-responsive .option-inner .others-options .option-item .default-btn {
    padding: 10px 25px;
    position: relative;
    top: 2px;
}

@media only screen and (max-width: 600px) {
    .macHeader .row .col-lg-4.col-sm-2 {
        width: 43%;
    }

    .macHeader .row .col-lg-2.col-sm-2 {
        width: 35%;
    }

    .macHeader .row .col-lg-2.col-sm-2.phpimg {
        width: 20% !important;
    }
}

@media only screen and (max-width: 1199px) {

    .main-responsive-nav {
        display: block;
    }

    .main-responsive-nav .main-responsive-menu {
        position: relative;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
        color: #f64c67;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
        display: none;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 14px;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .others-options {
        display: none !important;
    }

    .main-responsive-nav .mean-container a.meanmenu-reveal {
        color: #202647;
    }

    .main-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #202647;
        position: relative;
    }

    .main-responsive-nav .logo {
        position: relative;
    }

    .main-responsive-nav .logo img {
        max-width: 100px !important;
    }

    .navbar-area {
        background-color: #ffffff;
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .main-navbar {
        display: none;
    }

    .others-option-for-responsive {
        display: block;
    }
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-item {
    position: relative;
    z-index: 1;
    background-image: url(../img/main-banner-bg-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 630px;
    background-attachment: fixed;
}

.main-banner-item .container-fluid {
    padding-right: 0;
}

.main-banner-item.item-two {
    background-image: url(../img/main-banner-bg-2.jpg);
    height: 800px;
    background-attachment: unset;
}

.main-banner-item.item-two .main-banner-image {
    top: 0;
}

.main-banner-item.item-two .main-banner-image img {
    -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
    animation: border-transform-default 10s linear infinite alternate forwards;
    border-radius: 50%;
}

.main-banner-item.item-three {
    background-image: url(../img/main-banner-bg-3.jpg);
    height: 800px;
    background-attachment: unset;
}

.main-banner-item.item-three .main-banner-image {
    top: 0;
}

.main-banner-item.item-three .main-banner-image img {
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}

.main-banner-item.item-four {
    background-image: url(../img/main-banner-bg-4.jpg);
    height: 520px;
}

.main-banner-item.item-four .main-banner-image {
    top: 0;
}

.main-banner-item.item-four .main-banner-image img {
    -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
    animation: border-transform-default 10s linear infinite alternate forwards;
    border-radius: 100%;
}

.main-banner-content {
    max-width: 620px;
    margin-left: auto;
}

.main-banner-content h1 {
    font-size: 36px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
    margin-top: -100px;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #19108c;
}

.main-banner-content h2 {
    font-size: 25px;
    line-height: 1.8;
    letter-spacing: -1px;
    color: #f00;
    font-weight: 700;
    text-align: center;
}

.main-banner-content p {
    margin-bottom: 0;
}

.main-banner-content .banner-btn {
    margin-top: 30px;
}

.main-banner-image {
    position: relative;
    top: 40px;
}

.main-banner-image img {
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}

.main-banner {
    overflow: hidden;
    position: relative;
}

.main-banner-shape .shape-1 {
    position: absolute;
    left: 10%;
    top: 16%;
    z-index: 1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
    max-width: 50px;
}

.main-banner-shape .shape-2 {
    position: absolute;
    left: 55%;
    top: 30%;
    z-index: 1;
    max-width: 50px;
}

.main-banner-shape .shape-2 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.main-banner-shape .shape-3 {
    position: absolute;
    left: 35%;
    bottom: 18%;
    z-index: 1;
    max-width: 50px;
}

.main-banner-shape .shape-3 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.main-banner-shape .shape-4 {
    position: absolute;
    left: 8%;
    top: 20%;
    z-index: 1;
    max-width: 50px;
}

.main-banner-shape .shape-4 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.main-banner-shape .shape-5 {
    position: absolute;
    left: 5%;
    bottom: 15%;
    z-index: 1;
    max-width: 45px;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.main-banner-shape .shape-6 {
    position: absolute;
    left: 35%;
    bottom: 5%;
    z-index: 1;
    max-width: 50px;
}

.main-banner-shape .shape-6 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.main-banner-shape .shape-7 {
    position: absolute;
    left: 45%;
    top: 30%;
    z-index: 1;
    max-width: 30px;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.main-banner-shape .shape-8 {
    position: absolute;
    right: 20%;
    bottom: 15%;
    z-index: 1;
    max-width: 30px;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
}

.main-banner-shape .shape-9 {
    position: absolute;
    left: -20px;
    top: -85px;
    z-index: 1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
    max-width: 300px;
}

.main-banner-shape .shape-10 {
    position: absolute;
    top: 5%;
    left: 40%;
    z-index: 1;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
}

.main-banner-shape .shape-11 {
    position: absolute;
    left: 5%;
    bottom: 15%;
    z-index: 1;
    max-width: 60px;
    -webkit-animation: moveScale 3s linear infinite;
    animation: moveScale 3s linear infinite;
}

.main-banner-shape .shape-12 {
    position: absolute;
    bottom: 15%;
    left: 30%;
    z-index: 1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}

.main-banner-shape .shape-13 {
    position: absolute;
    bottom: 0;
    right: -5%;
    z-index: 1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
    max-width: 300px;
}

.main-banner-shape .shape-14 {
    position: absolute;
    top: 15%;
    left: 48%;
    z-index: 1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}

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

.banner-form .form-control {
    display: block;
    width: 100%;
    background-color: #eeeeee;
    border: none;
    height: 70px;
    padding-top: 5px;
    padding-left: 20px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.banner-form .form-control:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f64c67;
}

.banner-form .form-control::-webkit-input-placeholder {
    color: #6b6b84;
}

.banner-form .form-control:-ms-input-placeholder {
    color: #6b6b84;
}

.banner-form .form-control::-ms-input-placeholder {
    color: #6b6b84;
}

.banner-form .form-control::placeholder {
    color: #6b6b84;
}

.banner-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    color: #ffffff;
    border: none;
    height: 62px;
    padding: 0 30px;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 50px;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

@-webkit-keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(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 animationFramesTwo {
    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 animationFramesTwo {
    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 rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes moveScale {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@keyframes moveScale {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
}

@-webkit-keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

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

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

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

@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

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

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

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

@-webkit-keyframes border-transform-default {

    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes border-transform-default {

    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

/*================================================
Main Slider Area CSS
=================================================*/
.main-slider-item {
    background-color: #fdf1ef;
    position: relative;
    z-index: 1;
}

.main-slider-item .container-fluid {
    padding-right: 0;
}

.main-slider-content {
    padding-top: 200px;
    padding-bottom: 200px;
    max-width: 600px;
    margin-left: auto;
}

.main-slider-content h1 {
    font-size: 60px;
    margin-bottom: 16px;
}

.main-slider-content .slider-btn {
    margin-top: 25px;
}

.main-slider-image {
    background-image: url(../img/main-slider/main-slider-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.main-slider-image.two {
    background-image: url(../img/main-slider/main-slider-2.jpg);
}

.main-slider-image.three {
    background-image: url(../img/main-slider/main-slider-3.jpg);
}

.home-wrapper-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.main-slider-shape .shape-1 {
    position: absolute;
    left: -20px;
    top: -85px;
    z-index: 1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}

.main-slider-shape .shape-2 {
    position: absolute;
    top: 5%;
    left: 40%;
    z-index: 1;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
}

.main-slider-shape .shape-3 {
    position: absolute;
    left: 5%;
    bottom: 15%;
    z-index: 1;
    max-width: 60px;
    -webkit-animation: moveScale 3s linear infinite;
    animation: moveScale 3s linear infinite;
}

.main-slider-shape .shape-4 {
    position: absolute;
    bottom: 15%;
    left: 30%;
    z-index: 1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}

.main-slider-shape .shape-5 {
    position: absolute;
    bottom: 0;
    left: 30%;
    z-index: 1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}

.home-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    outline: 0;
    width: 45px;
    height: 45px;
    line-height: 52px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
    color: #f64c67;
    border-radius: 50%;
    opacity: 1;
    visibility: hidden;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover,
.home-slides.owl-theme .owl-nav [class*=owl-]:focus {
    background-color: #202647;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 10px;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next i {
    position: relative;
    top: 1px;
    left: 2px;
}

.home-slides.owl-theme .owl-nav [class*=owl-] i {
    font-size: 25px;
    font-weight: bold;
    position: relative;
    top: 1px;
    right: 2px;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
    visibility: visible;
    left: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
}

/*================================================
Features Area CSS
=================================================*/
.single-features {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    padding: 35px 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    margin-bottom: 30px
}

.single-features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #0674cc, #0674cc, #2196f3, #2196f3, #2196f3);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px
}

.single-features .icon {
    margin-bottom: 16px
}

.single-features .icon i {
    font-size: 50px;
    color: #f64c67;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 1
}

.single-features h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-features h3 a {
    color: #202647
}

.single-features p {
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 0
}

.single-features .number {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.single-features .number span {
    font-size: 25px;
    font-weight: 500;
    color: #cbcac9;
    -webkit-transition: .5s;
    transition: .5s
}

.single-features .shape {
    position: absolute;
    bottom: 25px;
    left: 18px;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 30%
}

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

.single-features:hover .icon i {
    color: #fff
}

.single-features:hover h3 a {
    color: #fff
}

.single-features:hover p {
    color: #fff
}

.single-features:hover .number span {
    color: #fff
}

.single-features:hover .shape {
    opacity: 30%;
    bottom: 35px
}

.single-features-box {
    background: url(../img/case/case1.jpg);
    padding: 14px 12px;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
}

.single-features-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #0a336b;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px
}

.single-features-box .icon {
    margin-bottom: 16px
}

.single-features-box .icon i {
    font-size: 25px;
    color: #f64c67;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 1;
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 62px;
    border-radius: 50px;
    background-color: #f6f6f6;
}

.single-features-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-features-box h3 a {
    color: #ece3e3;
    font-size: 0.9em;
}

.single-features-box p {
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 0;
    color: #fff;
}

.single-features-box:hover::before {
    height: 100%
}

.single-features-box:hover .icon i {
    color: #f64c67
}

.single-features-box:hover h3 a {
    color: #fff;
    font-size: 0.9em;
}

.single-features-box:hover p {
    color: #fff
}

.single-features-box.top-1 {
    margin-top: 30px
}

.single-features-box.top-2 {
    margin-top: 0
}

.single-features-box.top-3 {
    margin-top: 0
}

.single-features-box.top-4 {
    margin-top: -30px
}

.features-inner-content span {
    font-weight: bold;
    text-transform: uppercase;
}

.features-inner-content h3 {
    font-size: 38px;
}

.features-inner-content .bar {
    height: 4px;
    width: 85px;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
}

.features-inner-content .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.features-inner-content p {
    margin-bottom: 0;
}

.features-inner-content .features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 16px;
    margin-left: -10px;
    margin-right: -10px;
}

.features-inner-content .features-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.features-inner-content .features-list li span {
    display: block;
    background-color: #fab0bc;
    padding: 10px 15px;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #202647;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 5px;
}

.features-inner-content .features-list li span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
}

.features-inner-content .features-list li span i {
    margin-right: 5px;
    color: #ffffff;
}

.features-inner-content .features-list li span:hover {
    color: #ffffff;
}

.features-inner-content .features-list li span:hover::before {
    width: 100%;
}

.features-inner-content .features-btn {
    margin-top: 30px;
}

/* ******************************
:: 10.0 CONTENT AREA CSS
****************************** */
.content-area {
    z-index: 1;
}

.single-content-list span {
    font-size: 16px;
}

/*Profile Circle Wrapper*/
.profile-circle-wrapper {
    position: relative;
    height: 397px;
    width: 517px;
    margin: auto;
    pointer-events: fill;
    cursor: pointer;
    -webkit-transform: perspective(100px), translate3d(0, 0, 0);
    transform: perspective(1000px);
}

.folder-img {
    position: relative;
    top: 210px;
    left: 25px;
    z-index: 1;
}

.profile-inner {
    position: absolute;
    height: 397px;
    width: 517px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: 3s all;
    transition: 3s all;
}

.profile-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #ededed;
    border-radius: 50%;
    margin: 25px auto 0;
}

.circle-lg {
    height: 465px;
    width: 465px;
}

.circle-md {
    height: 335px;
    width: 335px;
    margin-top: 85px;
}

.circle-sm {
    height: 220px;
    width: 220px;
    margin-top: 145px;
}

.profile-icon {
    position: absolute;
    display: block;
    height: 55px;
    width: 55px;
    margin: 0 auto;
    -webkit-transition: 1s all;
    transition: 1s all;
}

.profile-icon img {
    -webkit-transform: rotate(-90deg);
    display: block;
}

.icon-1 {
    top: 40px;
    left: 35px;
    -webkit-transform-origin: 350% 182px;
    transform-origin: 350% 182px;
}

.icon-2 {
    top: 40px;
    left: 370px;
    -webkit-transform-origin: -135px 185px;
    transform-origin: -135px 185px;
}

.icon-3 {
    top: 210px;
    left: 425px;
    -webkit-transform-origin: -355% 12px;
    transform-origin: -355% 12px;
}

.icon-4 {
    top: 422px;
    left: 140px;
    -webkit-transform-origin: 160% -191px;
    transform-origin: 160% -191px;
}

.icon-5 {
    top: -28px;
    left: 130px;
    -webkit-transform-origin: 50% 193px;
    transform-origin: 50% 193px;
}

.icon-6 {
    top: 65px;
    left: -15px;
    -webkit-transform-origin: 328% 100px;
    transform-origin: 328% 100px;
}

.icon-7 {
    top: 200px;
    left: -20px;
    -webkit-transform-origin: 328% -35px;
    transform-origin: 328% -35px;
}

.icon-8 {
    top: -15px;
    left: 120px;
    -webkit-transform-origin: -28% 117px;
    transform-origin: -28% 117px;
}

.icon-9 {
    top: 175px;
    left: 80px;
    -webkit-transform-origin: 46% -68px;
    transform-origin: 46% -68px;
}

.icon-8,
.icon-9 {
    height: 65px;
    width: 65px;
}

/*Circle SM Animation*/
.circle-animation .icon-3-img,
.circle-animation .icon-4-img,
.circle-animation .icon-2-img,
.circle-animation .icon-1-img {
    -webkit-animation: rotateCircle 80s 3.01s infinite linear;
    animation: rotateCircle 80s 3.01s infinite linear backwards;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
}

.circle-animation .icon-1,
.circle-animation .icon-2,
.circle-animation .icon-3,
.circle-animation .icon-4 {
    -webkit-animation: rotateCircle 80s 3s infinite linear;
    animation: rotateCircle 80s 3s infinite linear;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

/*Circle MD Animation*/
.circle-animation .icon-5-img,
.circle-animation .icon-6-img,
.circle-animation .icon-7-img {
    -webkit-animation: rotateCircle 90s 1.01s infinite linear;
    animation: rotateCircle 90s 1.01s infinite linear;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;

}

.circle-animation .icon-5,
.circle-animation .icon-6,
.circle-animation .icon-7 {
    -webkit-animation: rotateCircle 90s 1s infinite linear;
    animation: rotateCircle 90s 1s infinite linear;
}

.circle-animation .icon-8,
.circle-animation .icon-9 {
    -webkit-animation: rotateCircle 35s 2s infinite linear;
    animation: rotateCircle 35s 2s infinite linear;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

/*Circle LG Animation*/
.circle-animation .icon-8-img,
.circle-animation .icon-9-img {
    -webkit-animation: rotateCircle 35s 2.01s infinite linear;
    animation: rotateCircle 35s 2.01s infinite linear;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
}

@-webkit-keyframes rotateCircle {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotateCircle {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.section-heading {
    margin-bottom: 80px;
}

.section-heading>span {
    color: #222;
}

.section-heading>h2 {
    display: inline-block;
    font-size: 46px;
    font-weight: 700;
    text-transform: lowercase;
    line-height: 1em;
    letter-spacing: -1.6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #2b1fc6;
}

.ptb-100 {
    padding: 100px 0px;
}

.color-2 {
    color: #2b1fc6;
}

.color-2 i {
    font-weight: bold;
}

.process-section {
    position: relative;
    padding: 130px 0px 100px;
}

/* Process Block */

.process-block {
    position: relative;
    margin-bottom: 30px;
}

.process-block .inner-box {
    position: relative;
    text-align: center;
}

.process-block .inner-box .icon-box {
    position: relative;
    margin-bottom: 25px;
}

.process-block.one .inner-box .icon-box:first-child:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../img/resource/process-bg-1.png) no-repeat;
    background-position: center center;
}

.process-block-two.two .inner-box .icon-box::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../img/resource/process-bg-2.png) no-repeat;
    background-position: center center;
}

.process-block.three .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../img/resource/process-bg-3.png) no-repeat;
    background-position: center center;
}

.process-block-two.four .inner-box .icon-box::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../img/resource/process-bg-4.png) no-repeat;
    background-position: center center;
}

.process-block .inner-box .icon-box .icon {
    position: relative;
    z-index: 1;
}

.process-block .inner-box h3 {
    position: relative;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
}

.process-block .inner-box .number {
    position: relative;
    color: #000000;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    margin-top: 70px;
    background-color: #d7d7d7;
}

.process-block .inner-box .number:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -45px;
    width: 1px;
    height: 45px;
    background-color: #2200bd;
}

/* Process Block Two */

.process-block-two {
    position: relative;
}

.process-block-two .inner-box {
    position: relative;
    text-align: center;
}

.process-block-two .inner-box .icon-box {
    position: relative;
    margin-top: 25px;
}

.process-block-two .inner-box .icon-box .icon {
    position: relative;
    z-index: 1;
}

.process-block-two .inner-box h3 {
    position: relative;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
}

.process-block-two .inner-box .number {
    position: relative;
    color: #000000;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 70px;
    background-color: #d7d7d7;
}

.process-block-two .inner-box .number:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -45px;
    width: 1px;
    height: 45px;
    background-color: #2200bd;
}

.work-section .icon-one,
.about-section .section-icons .icon-three,
.about-section .section-icons .icon-one,
.choose-section .section-icons .icon-one,
.choose-section .section-icons .icon-two,
.counter-section .plus-icon,
.about-section .section-icons .icon-two,
.page-title .section-icons .icon-five,
.process-block.one .inner-box .icon-box:first-child:before,
.process-block-two.two .inner-box .icon-box::before,
.process-block.three .inner-box .icon-box:before,
.process-block-two.four .inner-box .icon-box::before,
.call-to-action-section-two .section-icons .icon-one,
.call-to-action-section-two .section-icons .icon-two,
.services-section-two .section-icons .icon-one,
.services-section .section-icons .icon-four,
.services-section .section-icons .icon-one {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


@-webkit-keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: rotate(180deg);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
    }
}

@-moz-keyframes rotateme {
    0% {
        -moz-transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        -moz-transform: rotate(180deg);
        opacity: 0.7;
    }

    100% {
        -moz-transform: rotate(360deg);
        opacity: 1;
    }
}

@-o-keyframes rotateme {
    0% {
        -o-transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        -o-transform: rotate(180deg);
        opacity: 0.7;
    }

    100% {
        -o-transform: rotate(360deg);
        opacity: 1;
    }
}

@keyframes rotateme {

    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}


/***

====================================================================
  Pricing Section
====================================================================

***/


/*================================================
About Area CSS
=================================================*/
.about-area {
    background-image: url(../img/bg-back.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.ptb-50 {
    padding-bottom: 21px !important;
    padding-top: 21px !important;
}

.about-area .container-fluid {
    padding-left: 0;
}

.about-content span {
    /* color: #fd9b5f; */
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.about-content h3 {
    font-size: 18px;
    margin: 14px 0 10px 0;
    color: #fff;
}

.about-content .bar {
    height: 4px;
    width: 85px;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
}

.about-content .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.about-content strong {
    color: #fff;
    font-weight: 600;
}

.about-content p {
    color: #fff;
    margin: 0;
    text-align: justify;
    font-size: 1.1em;
}

.about-content .about-btn {
    margin-top: 25px;
}

.about-content.style-width {
    max-width: 630px;
}

.about-content.warp {
    padding: 0;

}

.about-content .about-inner-content {
    margin-top: 20px;
    position: relative;
    padding-left: 45px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.about-content .about-inner-content .icon i {
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 27px;
    background: #ffaa00;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.about-content .about-inner-content h4 {
    font-size: 18px;
    color: #fff;
}

.about-content .about-inner-content p {
    margin-top: 0;
}

.about-content .about-inner-content:hover .icon i {
    background: #ec7323;
}

.about-image-warp {
    background-image: url(../img/about/about-2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.about-image-warp.image-two {
    background-image: url(../img/about/about-3.jpg);
}

.about-image-warp.image-three {
    background-image: url(../img/about/about-5.jpg);
}

.about-image-warp .video-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 70px;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    z-index: 1;
    right: 30px;
    bottom: 50px;
    text-align: center;
}

.about-image-warp .video-btn i {
    font-size: 50px;
    position: relative;
    top: 4px;
    left: 2px;
}

.about-image-warp .video-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #f64c67;
    -webkit-animation: ripple 1s linear 1s infinite;
    animation: ripple 1s linear 1s infinite;
}

.about-image-warp .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #f64c67;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

.about-image-warp .video-btn:hover,
.about-image-warp .video-btn .video-content .video-btn:focus {
    background-color: #ffffff;
    color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}


.about-section {
    position: relative;

    background-image: -ms-linear-gradient(right, #EFFAFF 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(right, #EFFAFF 0%, #ffffff 100%);
    background-image: -o-linear-gradient(right, #EFFAFF 0%, #ffffff 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #EFFAFF), color-stop(100, #ffffff));
    background-image: -webkit-linear-gradient(right, #EFFAFF 0%, #ffffff 100%);
    background-image: linear-gradient(to left, #EFFAFF 0%, #ffffff 100%);
}

.about-section.style-two {
    background: none;

}

.about-section .section-icons {
    position: absolute;
    left: 0;

    right: 0;

}

.about-section .section-icons .icon-one {
    position: absolute;
    left: 50%;
    top: 70px;
    width: 33px;
    height: 33px;
    display: inline-block;
    background-repeat: no-repeat;
}

.about-section .section-icons .icon-two {
    position: absolute;
    right: 9%;
    top: 120px;
    width: 45px;
    height: 45px;
    display: inline-block;
    background-repeat: no-repeat;
}

.about-section .section-icons .icon-three {
    position: absolute;
    right: 5%;
    top: 300px;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
}

.about-section .title-column {
    position: relative;
}

.about-section .title-column .inner-column {
    position: relative;
}

.about-section .title-column .sec-title {
    margin-bottom: 10px;
}

.about-section .title-column .sec-title h2 {
    font-size: 2em;
    color: #1f448a;
}


.about-section .title-column .text {
    position: relative;
    color: #222222;
    font-size: 15px;
    line-height: 1.8em;
    text-align: justify;
}

.about-section .title-column .author-box {
    position: relative;
    margin-top: 48px;
}

.about-section .title-column .author-box .box-inner {
    position: relative;
    padding-top: 12px;
    padding-left: 105px;
    display: inline-block;
}

.about-section .title-column .author-box .box-inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f4f4f4;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.20);
}

.about-section .title-column .author-box .box-inner h3 {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
}

.about-section .title-column .author-box .box-inner .designation {
    position: relative;
    color: #555555;
    font-size: 14px;
    margin-top: 4px;
}

.about-section .title-column .signature {
    position: relative;
    margin-top: 40px;
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .inner-column {
    position: relative;
    text-align: center;
}

.about-section .image-column .image {
    position: relative;
}

/***

/*================================================
Services Area CSS
=================================================*/
.services-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.services-area.bg-fff5ee {
    background-color: #fff5ee;
}

.services-area.bg-fafafa {
    background-color: #fafafa;
}

.services-area.bg-fafafa {
    background-color: #fafafa;
}

.services-area.bg-0f051e {
    background-color: #0f051e;
}

.services-area.bg-0f051e .section-title h2 {
    color: #ffffff;
}

.single-services {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    margin-bottom: 30px;
    text-align: center;
    padding: 35px 30px 75px 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services::before {
    content: '';
    position: absolute;
    bottom: -88%;
    left: 0;
    width: 120%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
}

.single-services .image {
    margin-bottom: 25px;
}

.single-services h3 {
    font-size: 25px;
    margin-bottom: 16px;
}

.single-services h3 a {
    color: #202647;
}

.single-services .services-btn {
    color: #f64c67;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services .services-btn i {
    position: relative;
    top: 1px;
}

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

.single-services:hover .services-btn {
    letter-spacing: 1px;
}

.single-services:hover h3 a {
    color: #f64c67;
}

.single-services .icon {
    margin-bottom: 20px;
}

.single-services .icon i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    color: #ffffff;
    font-size: 45px;
    border-radius: 50px;
}

.single-services-item {
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-item .content {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 35px 20px;
    max-width: 350px;
    margin: -50px auto 0;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
}

.single-services-item .content h3 {
    margin-bottom: 10px;
    font-size: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-item .content h3 a {
    color: #202647;
}

.single-services-item .content span {
    font-weight: bold;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #6b6b84;
}

.single-services-item .content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
}

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

.single-services-item:hover .content::before {
    height: 100%;
}

.single-services-item:hover .content h3 a {
    color: #ffffff;
}

.single-services-item:hover .content span {
    color: #ffffff;
}

.single-services-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    margin-bottom: 30px;
    text-align: center;
    padding: 35px 30px 45px 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-box::before {
    content: '';
    position: absolute;
    bottom: -92%;
    left: 0;
    width: 120%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #0a336b;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.single-services-box .icon {
    margin-bottom: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-box .icon i {
    display: inline-block;
    height: 120px;
    width: 120px;
    line-height: 120px;
    background: #0a336b;
    color: #ffffff;
    font-size: 45px;
    border-radius: 50px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.single-services-box h3 {
    font-size: 25px;
    margin-bottom: 16px;
}

.single-services-box h3 a {
    color: #202647;
}

.single-services-box .services-btn {
    color: #f64c67;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services-box .services-btn i {
    position: relative;
    top: 1px;
}

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

.single-services-box:hover .services-btn {
    letter-spacing: 1px;
}

.single-services-box:hover h3 a {
    color: #f64c67;
}

.single-services-box:hover .icon {
    -webkit-animation: bounce 2s;
    animation: bounce 2s;
}

/*================================================
Default Shape CSS
=================================================*/
.shape1 {
    position: absolute;
    left: 5%;
    top: 10%;
    z-index: 1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
    z-index: -1;
}

.shape2 {
    position: absolute;
    left: 2%;
    bottom: 30%;
    z-index: 1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
    z-index: -1;
}

.shape3 {
    position: absolute;
    right: 10%;
    top: 10%;
    z-index: 1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear;
    z-index: -1;
}

.shape4 {
    position: absolute;
    right: 5%;
    bottom: 30%;
    z-index: 1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
    z-index: -1;
}

/*================================================
Digital Experience Area CSS
=================================================*/
.digital-experience-area {
    background-color: #f7f0f0;
    border-top: 1px solid #d0bbbb;
}

.tab .tabs_item {
    display: none;
}

.tab .tabs_item:first-child {
    display: block;
}

.digital-experience-tab .tabs {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 70px;
    border: 1px solid #d1d7e2;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
}

.digital-experience-tab .tabs li {
    text-align: center;
    display: inline-block;
    list-style: none;
    background-color: #efe6e6;
    margin-right: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19.6666666667%;
    flex: 0 0 19.6666666667%;
    max-width: 18.6666666667%;
    border-radius: 60px;
    border: 1px solid #e0cece;
}

.digital-experience-tab .tabs li:last-child {
    margin-right: 0;
}

.digital-experience-tab .tabs li a {
    display: block;
    color: #202647;
    /** padding: 20px 25px; **/
    padding: 5px 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 60px;


}

.digital-experience-tab .tabs li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.digital-experience-tab .tabs li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f3cfcf;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.digital-experience-tab .tabs li a span {
    display: block;
    margin-top: 0;
    color: #000 !important;
}

.digital-experience-tab .tabs li a span i {
    display: block;
    font-size: 25px;
}


.digital-experience-tab .tabs li.current a,
.digital-experience-tab .tabs li:hover a {
    color: #ffffff;
}

.digital-experience-tab .tabs li.current a::after,
.digital-experience-tab .tabs li:hover a::after {
    opacity: 1;
    visibility: visible;
}

.digital-experience-tab .tabs li.current a span i,
.digital-experience-tab .tabs li:hover a span i {
    color: #ffffff;
}

.digital-experience-tab .tabs li.bg-5cbd12 i {
    color: #5cbd12;
}

.digital-experience-tab .tabs li.bg-e2851b i {
    color: #e2851b;
}

.digital-experience-tab .tabs li.bg-04b893 i {
    color: #04b893;
}

.digital-experience-tab .tabs li.bg-785eda i {
    color: #785eda;
}

.digital-experience-tab .tabs li.bg-d0465a i {
    color: #d0465a;
}

.digital-experience-tab .tab_content .tabs_item .digital-experience-content h3 {
    font-size: 25px;
    margin-bottom: 12px;
}

.digital-experience-tab .tab_content .tabs_item .digital-experience-content p {
    margin-bottom: 2%;
    text-align: justify;
}

.digital-experience-tab .tab_content .tabs_item .digital-experience-content .experience-inner-content {
    margin-top: 30px;
    position: relative;
    padding-left: 45px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.digital-experience-tab .tab_content .tabs_item .digital-experience-content .experience-inner-content .icon i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #fd9b5f;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.digital-experience-tab .tab_content .tabs_item .digital-experience-content .experience-inner-content h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.digital-experience-tab .tab_content .tabs_item .digital-experience-content .experience-inner-content:hover .icon i {
    background: #f64c67;
}

.web-dev-sec .right-conts-web {
    border: 1px solid #dfd0d0;
    margin: 1% 0% 1% 0%;
    padding: 1%;
    background: #1363ec;
    height: 420px;
    max-width: 400px;
}


/* nav tab */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #5a1515;
    background-color: #c99a9a;
    border: none;
    border-bottom: 3px solid #522e00;
}

.nav-link {
    display: block;
    padding: 0.4rem 0.5rem;
    color: #ffffff;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.tab-header {
    padding: 6% 0%;
    line-height: 21px;
}

.title {
    padding: 6% 0%;
    line-height: 21px;
    font-size: 0.7em;
    color: #ffffff;
}

.delivery {
    padding: 4% 0% 4% 0%;
    line-height: 21px;
    font-size: 0.6em;
    color: #ffffff;
}

#rectangle2 {

    position: fixed;
    top: 200px;
    right: 0px;
    z-index: 10;
    bottom: 0;
}

.tab-header h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.tab-header h3 span {
    font-size: 22px;
    font-weight: 600;
    color: #ebe7e7;
    padding: 5%;
}

.tab-header-1 h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tab-header-1 h3 span {
    padding: 4% 0% 4% 0%;
    line-height: 21px;
    font-size: 0.6em;
    color: #c7b9b9;
}

.tab-header p {
    font-size: 1em;
    margin-top: 10px;
    color: #efe7e7;
    font-weight: 700;
}

.tab-header ul li {
    font-size: 14px;
    line-height: 140%;
    margin-top: 10px;
}

/* end nav tab */
/*================================================
Fun Facts Area CSS
=================================================*/
.single-fun-fact {
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 45px 30px 45px 115px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-fun-fact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
}

.single-fun-fact h3 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-fun-fact p {
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-fun-fact .icon {
    position: absolute;
    left: 30px;
    top: 50px;
}

.single-fun-fact .icon i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #fbe4d4;
    color: #f64c67;
    font-size: 30px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

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

.single-fun-fact:hover h3 {
    color: #ffffff;
}

.single-fun-fact:hover p {
    color: #ffffff;
}

.single-fun-fact:hover .icon i {
    background-color: #ffffff;
    color: #f64c67;
}

.single-fun-fact-box {
    margin-bottom: 11px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    padding: 20px 20px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.single-fun-fact-box::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #1f4ea0;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-fun-fact-box h3 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-fun-fact-box p {
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-fun-fact-box .icon {
    margin-bottom: 25px;
}

.single-fun-fact-box .icon i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #fbe4d4;
    /* color: #f64c67; */
    color: rgba(27, 127, 204, .8);
    font-size: 30px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-fun-fact-box:hover::before {
    height: 100%;
}

.single-fun-fact-box:hover h3 {
    color: #ffffff;
}

.single-fun-fact-box:hover p {
    color: #ffffff;
}

.single-fun-fact-box:hover .icon i {
    background-color: #ffffff;
    color: #f64c67;
}

/*================================================
Portfolio Area CSS
=================================================*/
.portfolio-area1 {
    background: #fff;
    border-top: 1px solid #fff;
}

.portfolio-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.portfolio-image p {
    color: #4d4d4d;
    font-size: 15px;
    line-height: 1.7em;
    padding: 0 4%;
}

.portfolio-image h6 a {
    color: #1f448a;
    font-size: 1em;
    line-height: 1.8em;
    font-weight: bolder;
}

.portfolio-area.bg-fff5ee {
    background-color: #fff5ee;
}

.portfolio-area.bg-f1f1f1 {
    background-color: #f1f1f1;
}

.portfolio-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.single-portfolio {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-portfolio::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-portfolio .portfolio-content {
    position: absolute;
    left: 0;
    top: 55%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    text-align: center;
    right: 0;
    margin-top: 0;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-portfolio .portfolio-content i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 38px;
    background-color: #ffffff;
    color: #f64c67;
    border-radius: 50px;
    font-size: 22px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-portfolio .portfolio-content i:hover {
    background-color: #202647;
    color: #ffffff;
}

.single-portfolio .portfolio-content h3 {
    font-size: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 12px;
    margin-bottom: 0;
}

.single-portfolio .portfolio-content h3 a {
    color: #ffffff;
}

.single-portfolio:hover,
.single-portfolio:focus {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-portfolio:hover::before,
.single-portfolio:focus::before {
    opacity: 0.9;
    visibility: visible;
}

.single-portfolio:hover .portfolio-content,
.single-portfolio:focus .portfolio-content {
    opacity: 1;
    visibility: visible;
    margin-top: -15px;
}

.single-portfolio-item {
    margin-bottom: 23px;
    text-align: center;
}

.single-portfolio-item:hover {
    margin-bottom: 23px;
    text-align: center;
    color: #000;
}

.text {
    text-align: justify;
    font-size: 1.1em;
    color: #4d4d4d;
    line-height: 1.8;
}

.portfolio-image {
    padding: 4%;
    box-shadow: 0 5px 5px rgb(0 0 0 / 23%), 0 2px 2px rgb(0 0 0 / 32%);
    transition: ease-in-out .5s;
    border: 1px solid #fff;
    height: 147px;
}

.portfolio-image i {
    font-size: 1.5em;
    margin-right: 2%;
    color: #000e9c;
}

.portfolio-image:hover {
    transform: scale(1.06);
    background: none;
}

.single-portfolio-item .portfolio-content {
    padding: 35px 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


.single-portfolio-item .portfolio-content h3 {
    margin-bottom: 10px;
    font-size: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-portfolio-item .portfolio-content h3 a {
    color: #202647;
}

.single-portfolio-item .portfolio-content span {
    font-weight: bold;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #6b6b84;
}

.single-portfolio-item .portfolio-content::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #005e54;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.reviews-slide-text-name h4 {
    float: right;
    font-size: 1em;
    color: #ccb8b8;
}

.reviews-slide-text-name h4:hover {
    float: right;
    font-size: 1em;
    color: #3d3d3d;
}

.single-portfolio-item:hover .portfolio-content::before {
    height: 100%;
}

.single-portfolio-item:hover .portfolio-content h3 a {
    color: #ffffff;
}

.single-portfolio-item:hover .portfolio-content span {
    color: #ffffff;
}

/* .portfolio-slider.owl-theme .owl-dots .owl-dot span,.test-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #f64c67;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
} */
.portfolio-slider.owl-theme .owl-dots .owl-dot span,
.test-slider.owl-theme .owl-dots .owl-dot span {
    /* width: 20px; */
    /* height: 20px; */
    background-color: transparent;
    /* -webkit-transition: 0.5s; */
    /* transition: 0.5s; */
    /* border-radius: 50%; */
    /* border: 1px solid #f64c67; */
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

.portfolio-slider.owl-theme .owl-dots .owl-dot span::before,
.test-slider.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656)); */
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    border-radius: 50%;
    margin: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.portfolio-slider.owl-theme .owl-dots .owl-dot:hover span::before,
.portfolio-slider.owl-theme .owl-dots .owl-dot.active span::before,
.test-slider.owl-theme .owl-dots .owl-dot span::before,
.portfolio-slider.owl-theme .owl-dots .owl-dot.active span::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    line-height: 0;
}




#site-content {
    height: 1500px;
    background-color: red;
}

header {
    height: 50px;
    background-color: #fff;
}

main {
    float: left;
    height: 1200px;
    background-color: orange;
}

#site-sidebar {
    float: right;
    width: 150px;
}

#sideB {
    height: auto;
    width: 100%;
    height: auto;

}

.side-fixed-content {
    position: fixed;
    top: 30%;
}

footer {
    clear: both;
    height: 600px;
    background-color: #fff;
}






/*================================================
Testimonial Area CSS
=================================================*/
.testimonial-area {
    background-image: url(../img/testimonial/testimonial-bg-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.testimonial-area.testimonial-two {
    background-image: unset;
}

.testimonial-area.testimonial-two .testimonial-image {
    position: relative;

}

.testimonial-area.testimonial-two .testimonial-image::before {
    position: absolute;
    content: "";
    height: 90%;
    width: 100%;
    border-left: 20px solid #3F42C3;
    border-bottom: 20px solid #3F42C3;
    left: 0;
    bottom: 0;
}

.testimonial-area.testimonial-two .testimonial-content h2 {
    color: #202647;
}

.testimonial-area.testimonial-two .testimonial-inner-content p {
    color: #fff;
    text-align: justify;
    font-size: 1.1em;
}

.testimonial-area.testimonial-two .testimonial-inner-content .info-text h4 {
    color: #202647;
}

.testimonial-area.testimonial-two .testimonial-inner-content .info-text span {
    color: #6b6b84;
}

.testimonial-image {
    background-image: url(../img/testimonial/testimonial-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    overflow: hidden;
}




.testimonial-content {
    margin-top: 20px;
    margin-bottom: 45px;
}

.testimonial-content span {
    color: #fd9b5f;
    font-weight: bold;
    text-transform: uppercase;
}

.testimonial-content h2 {
    font-size: 25px;
    color: #ffffff;
    margin: 14px 0 25px 0;
}

.testimonial-content .bar {
    height: 4px;
    width: 85px;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.testimonial-content .bar::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #ffffff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.testimonial-inner-content {
    padding-top: 64px;
    padding-bottom: 0px;
}

.testimonial-inner-content .icon {
    margin-bottom: 30px;
}

.testimonial-inner-content .icon i {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 60px;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    color: #ffffff;
    text-align: center;
}

.testimonial-inner-content p {
    color: #ffffff;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 0;
}

.testimonial-inner-content .info-text {
    margin-top: 30px;
}

.testimonial-inner-content .info-text h4 {
    font-size: 25px;
    margin-bottom: 12px;
    color: #ffffff;
}

.testimonial-inner-content .info-text span {
    color: #ffffff;
}



.testimonial-slider.owl-theme .owl-nav {
    margin-top: 0;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: -10px;
    top: 93%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    margin: 0;
    outline: 0;
    width: 45px;
    height: 45px;
    line-height: 52px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #fd9b5f;
    color: #ffffff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-]:hover,
.testimonial-slider.owl-theme .owl-nav [class*=owl-]:focus {
    background-color: #202647;
}


/*================================================
Blog Area CSS
=================================================*/
.blog-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* .single-blog {
    overflow: hidden;
    background-color: #dedfdf;
    margin-bottom: 30px;
} */

.single-blog h5 {
    font-size: 1.1em;
    text-align: center;
    line-height: 1.5;
    padding-top: 3%;
}

.single-blog p {
    text-align: center;
    /* line-height: 1.5; */
    font-size: 1em;
    /* color: #4d4d4d; */
}

.blog-btn-single-blog {
    background: #1bba0d;
    color: #fff !important;
    padding: 11px 14px;
    line-height: 1;
    font-size: 12px;
    display: inline-flex;
    margin-bottom: 4%;
    margin-left: 30%;
}

.blog-btn-single-blog:hover {
    background: #d41c21;
    color: #fff !important;
    padding: 11px 14px;
    line-height: 1;
    font-size: 12px;
    display: inline-flex;
    margin-bottom: 4%;
    margin-left: 30%;
}

.single-blog .image img {
    -webkit-transition: 0.5s;
    transition: 0.5s;

}

.single-blog .content {
    padding: 25px 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 9;
}

.single-blog .content span {
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.blog-det {
    text-align: center;
    border-right: solid 1px #ccc;
}

.single-blog .content h3 {
    font-size: 25px;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-blog .content h3 a {
    color: #202647;
    font-size: 18px;
}

.single-blog .content .blog-btn {
    font-weight: 600;
    color: #f64c67;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.single-blog .content .blog-btn i {
    position: relative;
    top: 2px;
}

.single-blog:hover .content .blog-btn {
    letter-spacing: 1px;
}

.single-blog:hover .image img {
    -webkit-transform: rotate(8deg) scale(1.3);
    transform: rotate(8deg) scale(1.3);
}

/*================================================
Team Area CSS
=================================================*/
.team-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

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

.single-team .image {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team .image img {
    border-radius: 10px;
}

.single-team .image .social {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-team .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;
    visibility: hidden;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    margin-bottom: 8px;
}

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

.single-team .image .social li a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 20px 30px rgba(0, 0, 0, 0.07);
    text-align: center;
    position: relative;
    font-size: 22px;
    color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    border-radius: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team .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;
}

.single-team .image .social li a:hover {
    color: #ffffff;
    background: #f64c67;
}

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

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

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

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

.single-team .image .content {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 10px 15px;
    max-width: 265px;
    margin: -10px auto 0;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
}

.single-team .image .content h3 {
    margin-bottom: 10px;
    font-size: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team .image .content h3 a {
    color: #202647;
}

.single-team .image .content span {
    font-weight: bold;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #6b6b84;
}

.single-team .image .content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #fcb424;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;

}

.single-team:hover .image .social li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.single-team:hover .image .content::before {
    height: 100%;
}

.single-team:hover .image .content h3 {
    color: #ffffff;
}

.single-team:hover .image .content span {
    color: #ffffff;
}

.team-slider.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid #f64c67;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

.team-slider.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    border-radius: 50%;
    margin: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.team-slider.owl-theme .owl-dots .owl-dot:hover span::before,
.team-slider.owl-theme .owl-dots .owl-dot.active span::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.team-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    line-height: 0;
}

.single-team-box {
    margin-bottom: 30px;
    text-align: center;
}

.single-team-box .image {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}

.single-team-box .image .social {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.single-team-box .image .social li {
    display: inline-block;
    -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;
    visibility: hidden;
    margin-left: 1px;
    margin-right: 1px;
}

.single-team-box .image .social li a {
    display: block;
    width: 33px;
    height: 33px;
    background-color: #f4f5fe;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #202647;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team-box .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;
}

.single-team-box .image .social li a:hover {
    color: #ffffff;
    background-color: #f64c67;
}

.single-team-box .image .social li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.single-team-box .image .social li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single-team-box .image .social li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.single-team-box .image .social li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.single-team-box .image img {
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team-box .content {
    margin-top: 20px;
}

.single-team-box .content h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.single-team-box .content span {
    display: block;
    color: #f64c67;
    font-size: 14px;
    margin-top: 6px;
}

.single-team-box:hover .image .social li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.single-team-box:hover .image img {
    -webkit-transform: rotate(-5deg) scale(1.1);
    transform: rotate(-5deg) scale(1.1);
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-area .row {
    max-width: 1000px;
    margin: auto;
}

.single-pricing-box {
    margin-bottom: 30px;
    padding: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.single-pricing-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
}

.single-pricing-box.top-1 {
    margin-top: 35px;
}

.single-pricing-box.top-2 {
    margin-top: 35px;
}

.single-pricing-box .pricing-header h3 {
    margin-bottom: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 25px;
}

.single-pricing-box .price {
    font-size: 36px;
    font-weight: bold;
    color: #f64c67;
    margin-bottom: 30px;
    line-height: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-pricing-box .price span {
    font-size: 16px;
}

.single-pricing-box .pricing-features {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 220px;
}

.single-pricing-box .pricing-features li {
    margin-bottom: 12px;
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-pricing-box .pricing-features li:last-child {
    margin-bottom: 0;
}

.single-pricing-box .pricing-features li i {
    margin-right: 5px;
    color: #fd9b5f;
    font-size: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-pricing-box .pricing-btn {
    margin-top: 25px;
    position: relative;
    z-index: 1;
}

.single-pricing-box .pricing-btn .default-btn {
    border-radius: 30px;
}

.single-pricing-box .pricing-shape {
    position: absolute;
    right: -30px;
    bottom: -30px;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.single-pricing-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-pricing-box:hover::before {
    width: 100%;
}

.single-pricing-box:hover .pricing-header h3 {
    color: #ffffff;
}

.single-pricing-box:hover .price {
    color: #ffffff;
}

.single-pricing-box:hover .pricing-features li {
    color: #ffffff;
}

.single-pricing-box:hover .pricing-features li i {
    color: #ffffff;
}

.single-pricing-box:hover .pricing-btn .default-btn {
    background-color: #ffffff;
    color: #f64c67;
}

.single-pricing-box:hover .pricing-shape {
    opacity: 1;
    visibility: visible;
    right: -30px;
    bottom: -30px;
}

.pricing-tab {
    text-align: center;
}

.pricing-tab .tabs {
    padding-left: 0;
    list-style-type: none;
    display: inline-block;
    position: relative;
    border-radius: 35px;
    border: 1px solid #f64c67;
    margin-bottom: 40px;
}

.pricing-tab .tabs li {
    display: inline-block;
}

.pricing-tab .tabs li a {
    background-color: #ffffff;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border-radius: 30px;
}

.pricing-tab .tabs li a:hover {
    color: #ffffff;
    background-color: #f64c67;
}

.pricing-tab .tabs li.current a {
    color: #ffffff;
    background-color: #f64c67;
}

/*================================================
Industries Area CSS
=================================================*/
.industries-area {
    background: -webkit-gradient(linear, left bottom, right top, from(#ffbac3), color-stop(#ffc4c3), color-stop(#ffcec5), color-stop(#ffd7ca), to(#fee1d2));
    background: linear-gradient(to right top, #ffbac3, #ffc4c3, #ffcec5, #ffd7ca, #fee1d2);
}

.single-industries-box {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    border-radius: 0 50px 0 50px;
    background-color: #f7f9fc;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 25px;
    padding-right: 48px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.single-industries-box::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    z-index: -1;
    content: '';
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-industries-box i {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ffa6b3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
}

.single-industries-box i::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 50px;
}

.single-industries-box h3 {
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
    font-weight: 700;
}

.single-industries-box a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.single-industries-box:hover {
    padding-left: 74px;
}

.single-industries-box:hover::before {
    width: 100%;
}

.single-industries-box:hover i {
    left: 25px;
    color: #ffffff;
    font-size: 35px;
}

.single-industries-box:hover i::before {
    font-size: 35px;
}

.single-industries-box:hover h3 {
    color: #ffffff;
}

/*================================================
Client Area CSS
=================================================*/
.client-area {
    background-image: url(../img/client-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.client-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000000;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: .70;
}

.client-area .section-title span {
    color: #ffffff;
}

.client-area .section-title h2 {
    color: #ffffff;
}

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

.client-slider .client-item p {
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

    max-width: 1000px;
    margin: auto;
}

.client-slider .client-item .client-info {
    margin-top: 30px;
}

.client-slider .client-item .client-info img {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.client-slider .client-item .client-info h3 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #f64c67;
}

.client-slider .client-item .client-info span {
    color: #ffffff;
}

.client-slider.owl-theme .owl-nav {
    margin-top: 0;
}

.client-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: -10px;
    top: 35%;
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
    margin: 0;
    outline: 0;
    width: 45px;
    height: 45px;
    line-height: 52px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #f64c67;
    color: #ffffff;
    border-radius: 50%;
}

.client-slider.owl-theme .owl-nav [class*=owl-]:hover,
.client-slider.owl-theme .owl-nav [class*=owl-]:focus {
    background-color: #202647;
}

.client-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -10px;
}

.client-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
    position: relative;
    top: 1px;
    left: 2px;
}

.client-slider.owl-theme .owl-nav [class*=owl-] i {
    font-size: 25px;
    font-weight: bold;
    position: relative;
    top: 1px;
    right: 2px;
}

.client-slider.owl-theme:hover .owl-nav [class*=owl-] {
    left: -20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.client-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -20px;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
    position: relative;
    z-index: 1;
    background: #ececec;
}

.subscribe-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    /*background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
  background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);*/
    opacity: 0.9;
}

.subscribe-content {
    text-align: center;
    max-width: 835px;
    margin: auto;
}

.subscribe-content span {
    color: #ffffff;
    font-weight: bold;
}

.subscribe-content h2 {
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 48px;
}

.subscribe-content .newsletter-form {
    position: relative;
    margin-top: 35px;
}

.subscribe-content .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: none;
    height: 65px;
    padding-left: 25px;
    border-radius: 10px;
    padding-top: 0;
    outline: 0;
    color: #202647;
}

.subscribe-content .newsletter-form button {
    position: absolute;
    right: 5px;
    top: 5px;

    background-image: linear-gradient(to right top, #2c5395, #473cce, #2854a5);
    color: #ffffff;
    border: none;
    height: 55px;
    padding: 0 40px;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 55px;
    font-size: 15px;
    font-weight: 700;
}

.subscribe-content .newsletter-form #validator-newsletter {
    color: white;
    margin-top: 15px;
}

/*================================================
Quote Area CSS
=================================================*/
.quote-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.quote-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 50px 40px;
}

.quote-form .content {
    text-align: center;
    margin-bottom: 20px;
}

.quote-form .content h3 {
    font-size: 36px;
    margin-bottom: 0;
}

.quote-form .form-group .form-control {
    padding: 15px 20px;
    border-bottom: 1px solid #eeeeee !important;
    color: #5d5d5d;
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    border: none;
    padding-left: 0;
}

.quote-form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.quote-form textarea {
    height: 130px !important;
}

.quote-form .nice-select {
    height: 60px;
    width: 100%;
    line-height: 48px;
    margin-bottom: 20px;
    padding-left: 0;
    border-bottom: 1px solid #eeeeee !important;
    color: #5d5d5d;
    border-radius: 0;
    background-color: transparent;
    padding-top: 5px;
    border: none;
}

.quote-form .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.quote-form .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    color: #202647;
    padding-left: 20px;
    padding-right: 20px;
}

.quote-form .nice-select .list .option:hover {
    background: #f64c67 !important;
    color: #ffffff;
}

.quote-form .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 600;
}

.quote-form .nice-select::after {
    height: 8px;
    width: 8px;
    border-color: #fd9b5f;
    right: 5px;
}

.quote-form .quote-btn {
    margin-top: 25px;
}

.quote-form .quote-btn .default-btn {
    display: block;
    padding: 12px;
    width: 100%;
    background-color: #f64c67;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.quote-form .quote-btn .default-btn:hover {
    background-color: #fd9b5f;
}

.quote-shape .shape-1 {
    position: absolute;
    top: 5%;
    left: 42%;
    z-index: -1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}

.quote-shape .shape-2 {
    position: absolute;
    left: 2%;
    bottom: 8%;
    z-index: -1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}

/*================================================
Overview Area CSS
=================================================*/
.overview-area {
    background-color: #fafafa;
    position: relative;
    z-index: 1;
}

.overview-content span {
    color: #fd9b5f;
    font-weight: bold;
    text-transform: uppercase;
}

.overview-content h3 {
    font-size: 48px;
    margin-top: 12px;
    margin-bottom: 16px;
}

.overview-content p {
    margin-bottom: 0;
}

.overview-content .overview-btn {
    margin-top: 30px;
}

.overview-image img {
    border-radius: 100%;
    -webkit-animation: border-transform-default 10s linear infinite alternate forwards2021;
    animation: border-transform-default 10s linear infinite alternate forwards;
}

/*================================================
Page Banner CSS
=================================================*/
.page-banner-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/page-banner/page-banner-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-banner-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000000;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: .60;
}

.page-banner-area.item-bg1 {
    background-image: url(../img/page-banner/page-banner-2.jpg);
}

.page-banner-area.item-bg2 {
    background-image: url(../img/page-banner/page-banner-3.jpg);
}

.page-banner-area.item-contact {
    background-image: url(../../images/contact.png);
    /* height: 100px; */
}

.page-banner-area.item-about {
    background-image: url(../../images/about.jpg);
}

.page-banner-area.item-career {
    background-image: url(../../images/career.png);
    /* height: 108px; */
}

.page-banner-area.item-blog {
    background-image: url(../../images/blog.png);
    /* height: 108px; */
}

.page-banner-area.item-portfolio {
    background-image: url(../../images/portfolio.png);
}

.page-banner-area.item-seo {
    background-image: url(../../images/seo.jpg);
}

.page-banner-area.item-digital {
    background-image: url(../../images/digital.jpg);
}

.page-banner-area.item-online {
    background-image: url(../../images/online.jpg);
}

.page-banner-area.item-content {
    background-image: url(../../images/content.jpg);
}

.page-banner-area.item-graphic {
    background-image: url(../../images/graphic.jpg);
}

.page-banner-area.item-video {
    background-image: url(../../images/video.jpg);
}

.page-banner-area.item-story {
    background-image: url(../../images/story.jpg);
}

.page-banner-area.item-who {
    background-image: url(../../images/who.jpg);
}

.page-banner-area.item-usp {
    background-image: url(../../images/usp.jpg);
}

.page-banner-area.item-LMS {
    background-image: url(../../images/LMS.jpg);
}

.page-banner-area.item-bg4 {
    background-image: url(../img/page-banner/page-banner-5.jpg);
    background-position: center -30px;
    background-attachment: inherit;
}

.page-banner-content {
    text-align: center;
}

.page-banner-content h2 {
    margin-bottom: 0;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 45px;
}

.page-banner-content ul {
    text-align: center;
    position: relative;
    right: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-banner-content ul li {
    display: inline-block;
    margin-left: 15px;
    font-weight: 600;
    color: #f64c67;
    position: relative;
}

.page-banner-content ul li::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 6px;
    height: 12px;
    width: 1px;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
}

.page-banner-content ul li:first-child {
    margin-left: 0;
}

.page-banner-content ul li:first-child::before {
    display: none;
}

.page-banner-content ul li a {
    display: block;
    color: #ffffff;
}

/*================================================
FAQ Area CSS
=================================================*/
/*.faq-area {
  background-color: #fafafa;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  background: #f3f3f3;
  margin-bottom: 10px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
 padding: 10px 53px 10px 15px;
    color: #f00;
position: relative;
display: block;
text-transform: capitalize;
font-size: 16px;
font-weight: 600;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #202647;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\eace";
  color: #f64c67;
}

.faq-accordion .accordion .accordion-content {
    padding: 18px 20px;
    border-top: 1px solid #f64c67;
    color: #6b6b84;
    text-align: justify;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-contact-form #contactForm .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #202647;
  background-color: transparent;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 400;
}

.faq-contact-form #contactForm .form-group .form-control:focus {
  border-color: #f64c67;
}

.faq-contact-form #contactForm .form-group textarea.form-control {
  height: auto;
  padding: 15px 0 0 15px;
}

.faq-contact-form #contactForm .form-group .help-block.with-errors ul {
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
}

.faq-contact-form #contactForm #msgSubmit {
  margin: 0;
  font-size: 1.3rem;
}

.faq-contact-form #contactForm #msgSubmit.text-danger, .faq-contact-form #contactForm #msgSubmit.text-success {
  margin-top: 15px;
}

.faq-contact-form #contactForm .send-btn {
  margin-top: 15px;
}

.faq-contact-form #contactForm .send-btn .default-btn {
  border: none;
  position: relative;
  z-index: 1;
}*/



/*------new---------*/
.faq-area {
    background-color: #fafafa;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
    display: block;
    background: #f3f3f3;
    margin-bottom: 10px;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
    padding: 15px 40px 15px 15px;
    color: #202647;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #202647;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i::before {
    content: "\eace";
    color: #f64c67;
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 18px 20px;
    border-top: 1px solid #f64c67;
    color: #6b6b84;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}

.faq-contact-form #contactForm .form-group .form-control {
    height: 60px;
    padding: 0 0 0 15px;
    line-height: initial;
    color: #202647;
    background-color: transparent;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 400;
}

.faq-contact-form #contactForm .form-group .form-control:focus {
    border-color: #f64c67;
}

.faq-contact-form #contactForm .form-group textarea.form-control {
    height: auto;
    padding: 15px 0 0 15px;
}

.faq-contact-form #contactForm .form-group .help-block.with-errors ul {
    color: red;
    margin-bottom: 0;
    margin-top: 10px;
}

.faq-contact-form #contactForm #msgSubmit {
    margin: 0;
    font-size: 1.3rem;
}

.faq-contact-form #contactForm #msgSubmit.text-danger,
.faq-contact-form #contactForm #msgSubmit.text-success {
    margin-top: 15px;
}

.faq-contact-form #contactForm .send-btn {
    margin-top: 15px;
}

.faq-contact-form #contactForm .send-btn .default-btn {
    border: none;
    position: relative;
    z-index: 1;
}

/*--------END----------*/




/*================================================
Login Area CSS
=================================================*/
.login-form {
    padding: 40px 50px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}

.login-form h2 {
    margin-bottom: 30px;
    font-size: 35px;
}

.login-form form .form-group {
    margin-bottom: 25px;
}

.login-form form .form-group label {
    display: block;
    margin-bottom: 10px;
    color: #6b6b84;
    font-weight: 400;
    font-size: 16px;
}

.login-form form .form-group .form-control {
    height: 55px;
    padding: 0 0 0 15px;
    line-height: initial;
    color: #202647;
    background-color: transparent !important;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 400;
}

.login-form form .form-group .form-control:focus {
    border-color: #f64c67;
}

.login-form form .lost-your-password {
    text-align: right;
}

.login-form form .lost-your-password a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    color: #6b6b84;
}

.login-form form .lost-your-password a::before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #eeeeee;
}

.login-form form .lost-your-password a::after {
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    bottom: 0;
    content: '';
    background-color: #f64c67;
}

.login-form form .lost-your-password a:hover::before {
    width: 0;
}

.login-form form .lost-your-password a:hover::after {
    width: 100%;
}

.login-form form .form-check {
    font-weight: 500;
    font-size: 15px;
    color: #6b6b84;
}

.login-form form .form-check-input {
    position: absolute;
    margin-top: 4px;
    margin-left: -18px;
}

.login-form form button {
    position: relative;
    z-index: 1;
    border: none;
    margin-top: 25px;
    padding: 12px 30px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}

/*================================================
Register Area CSS
=================================================*/
.register-form {
    padding: 40px 50px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}

.register-form h2 {
    margin-bottom: 30px;
    font-size: 35px;
}

.register-form form .form-group {
    margin-bottom: 25px;
}

.register-form form .form-group label {
    display: block;
    margin-bottom: 10px;
    color: #6b6b84;
    font-weight: 400;
    font-size: 16px;
}

.register-form form .form-group .form-control {
    height: 55px;
    padding: 0 0 0 15px;
    line-height: initial;
    color: #202647;
    background-color: transparent !important;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 400;
}

.register-form form .form-group .form-control:focus {
    border-color: #f64c67;
}

.register-form form .description {
    font-style: italic;
    font-size: 13.5px;
    margin-top: -10px;
    margin-bottom: 0;
}

.register-form form button {
    position: relative;
    z-index: 1;
    border: none;
    margin-top: 25px;
    padding: 12px 30px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}

/*================================================
Forgot Password CSS
=================================================*/
.forgot-password-form {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 40px;
    border-radius: 5px;
    max-width: 750px;
    margin: auto;
}

.forgot-password-form .forgot-password-in-title {
    margin-bottom: 30px;
}

.forgot-password-form .forgot-password-in-title h3 {
    font-size: 30px;
    margin-bottom: 0;
}

.forgot-password-form .forgot-password-in-title p {
    margin-bottom: 30px;
}

.forgot-password-form form .form-control {
    height: 60px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    color: #202647;
    padding-left: 20px;
    background: transparent;
}

.forgot-password-form form .form-control:focus {
    border-color: #f64c67;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.forgot-password-form form .form-control::-webkit-input-placeholder {
    color: #6b6b84;
}

.forgot-password-form form .form-control:-ms-input-placeholder {
    color: #6b6b84;
}

.forgot-password-form form .form-control::-ms-input-placeholder {
    color: #6b6b84;
}

.forgot-password-form form .form-control::placeholder {
    color: #6b6b84;
}

.forgot-password-form form .send-btn {
    margin-top: 25px;
}

.forgot-password-form form .send-btn .default-btn {
    cursor: pointer;
    border: none;
    position: relative;
    z-index: 1;
}


/*================================================
Privacy Area CSS
=================================================*/
.privacy-content h3 {
    font-size: 22px;
    margin: 0 0 16px 0;
}

.privacy-content ol,
.privacy-content ul {
    margin-top: 20px;
}

.privacy-content ol li,
.privacy-content ul li {
    margin-bottom: 10px;
    color: #6b6b84;
    line-height: 1.8;
    font-weight: 400;
}

/*================================================
Terms of Service Area CSS
=================================================*/
.terms-of-service-content h3 {
    font-size: 22px;
    margin: 0 0 16px 0;
}

.terms-of-service-content ol,
.terms-of-service-content ul {
    margin-top: 20px;
}

.terms-of-service-content ol li,
.terms-of-service-content ul li {
    margin-bottom: 10px;
    color: #6b6b84;
    line-height: 1.8;
    font-weight: 400;
}

/*================================================
Contact Info Area CSS
=================================================*/
.contact-info-box {
    text-align: center;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.contact-info-box::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #1f4ea0;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
}

.contact-info-box .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 35px;
    color: #0050df;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 12px;
    position: relative;
}

.contact-info-box .icon i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.contact-info-box h3 {
    margin-bottom: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 23px;
    font-weight: 700;
}

.contact-info-box p {
    margin-bottom: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact-info-box p a {
    display: inline-block;
    color: #6b6b84;
}

.contact-info-box p a:hover {
    color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
}

.contact-info-box p:last-child {
    margin-bottom: 0;
}

.contact-info-box:hover::before {
    height: 100%;
}

.contact-info-box:hover h3 {
    color: #ffffff;
}

.contact-info-box:hover p a {
    color: #ffffff;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-form {
    padding: 20px 17px;
    background: #0050df;
}

.contact-form .form-group .form-control {
    display: block;
    width: 100%;
    height: 50px;
    outline: 0;
    padding: 0 12px;
}

.contact-form .form-group .form-control:focus {
    outline: 0;
    background-color: #ffffff;
    border-color: #f64c67;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form .form-group textarea.form-control {
    height: auto;
    padding: 8px 12px;
    line-height: 1.5rem;
}

.contact-form .form-group .help-block.with-errors ul {
    color: red;
    margin-bottom: 0;
    margin-top: 10px;
}

.contact-form .form-group .help-block.with-errors ul li {
    font-size: 14px;
}

.contact-form .form-group label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact-form #msgSubmit {
    margin: 0;
    font-size: 1.3rem;
}

.contact-form #msgSubmit.text-danger,
.contact-form #msgSubmit.text-success {
    margin-top: 15px;
    font-size: 20px;
}

.contact-form .default-btn {
    position: relative;
    z-index: 1;
    border: none;
    margin-top: 10px;
}

.contact-form-inner .form-group .form-control {
    display: block;
    width: 100%;
    height: 50px;
    outline: 0;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
}

.contact-form-inner .form-group .form-control:focus {
    outline: 0;
    background-color: #ffffff;
    border-color: #f64c67;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form-inner .form-group textarea.form-control {
    height: auto;
    padding: 8px 12px;
    line-height: 1.5rem;
}

.contact-form-inner .form-group .help-block.with-errors ul {
    color: red;
    margin-bottom: 0;
    margin-top: 10px;
}

.contact-form-inner .form-group .help-block.with-errors ul li {
    font-size: 14px;
}

.contact-form-inner #msgSubmit {
    margin: 0;
    font-size: 1.3rem;
}

.contact-form-inner #msgSubmit.text-danger,
.contact-form-inner #msgSubmit.text-success {
    margin-top: 20px;
    font-size: 20px;
}

.contact-form-inner .default-btn {
    position: relative;
    z-index: 1;
    border: none;
    margin-top: 10px;
}

.general-contact-info {
    text-align: center;
    margin-top: 60px;
}

.general-contact-info .contact-info-content h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.general-contact-info .contact-info-content h2 {
    margin-bottom: 0;
    font-size: 18px;
    text-transform: lowercase;
}

.general-contact-info .contact-info-content h2 a {
    display: inline-block;
    color: #f64c67;
}

.general-contact-info .contact-info-content h2 a:hover {
    color: #fd9b5f;
}

.general-contact-info .contact-info-content h2 span {
    display: block;
    color: #6b6b84;
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.general-contact-info .contact-info-content .social {
    padding-left: 0;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 0;
}

.general-contact-info .contact-info-content .social li {
    display: inline-block;
    margin: 0 2px;
}

.general-contact-info .contact-info-content .social li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    border: 1px solid #dadada;
    border-radius: 50%;
    color: #aba5a5;
}

.general-contact-info .contact-info-content .social li a i {
    font-size: 18px;
}

.general-contact-info .contact-info-content .social li a:hover {
    color: #ffffff;
    border-color: #f64c67;
    background-color: #f64c67;
}

/*================================================
Services Details Area CSS
=================================================*/
.services-details-desc h2 {
    font-size: 1.5em;
    color: #1f448a;
    padding-top: 2%;
}

.services-details-desc p {
    margin-bottom: 15px;
    text-align: justify;
    font-size: 1.1em;
    color: #4d4d4d;
    line-height: 1.8;
}

.services-details-desc .services-details-features {
    margin-top: 0px;
    margin-bottom: 15px;
}

.services-details-desc .services-details-features .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 0;
}

.services-details-desc .services-details-features .features-list li {
    position: relative;
    color: #202647;
    margin-bottom: 15px;
    padding-left: 25px;
    line-height: 1.8;
    font-weight: 500;
    font-size: 16px;
}

.services-details-desc .services-details-features .features-list li i {
    color: #f64c67;
    position: absolute;
    left: 0;
    top: 8px;
}

.services-details-desc .services-details-features .features-list li:last-child {
    margin-bottom: 0;
}

.services-details-desc .services-details-features .features-image img {
    border-radius: 50%;
    -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
    animation: border-transform-default 10s linear infinite alternate forwards;
}

.services-details-desc .text-result h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 25px;
}

.services-details-desc .text-result p {
    margin-bottom: 0;
}

.services-details-desc .services-details-faq {
    margin-top: 30px;
}

.services-details-desc .services-details-faq .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.services-details-desc .services-details-faq .accordion .accordion-item {
    display: block;
    background: #f3f3f3;
    margin-bottom: 10px;
}

.services-details-desc .services-details-faq .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.services-details-desc .services-details-faq .accordion .accordion-title {
    padding: 25px 40px 20px 20px;
    color: #202647;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}

.services-details-desc .services-details-faq .accordion .accordion-title i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #202647;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.services-details-desc .services-details-faq .accordion .accordion-title.active i::before {
    content: "\eace";
    color: #f64c67;
}

.services-details-desc .services-details-faq .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 18px 20px;
    border-top: 1px solid #f64c67;
    color: #6b6b84;
}

.services-details-desc .services-details-faq .accordion .accordion-content.show {
    display: block;
}

.services-details-information .services-list {
    padding-left: 0;
    list-style-type: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 40px 10px #eaeaef;
    box-shadow: 0 5px 40px 10px #eaeaef;
    margin-bottom: 30px;
}

.services-details-information .services-list li a {
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding: 9px 15px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}

.services-details-information .services-list li a:hover,
.services-details-information .services-list li a.active {
    /* background-color: #404040; */
    background-color: rgba(27, 127, 204, .8);
    color: #ffffff;
}

.services-details-information .services-list li:last-child a {
    border-bottom: none;
}

.services-details-information .download-file {
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 40px 10px #eaeaef;
    box-shadow: 0 5px 40px 10px #eaeaef;
    margin-bottom: 17px;
    padding: 23px;
}

.services-details-information .download-file h3 {
    margin-bottom: 6px;
    font-size: 19px;
}

.services-details-information .download-file ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.services-details-information .download-file ul li a {
    display: block;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.services-details-information .download-file ul li a i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
}

.services-details-information .download-file ul li a:hover {
    color: #f64c67;
}

.services-details-information .download-file ul li:first-child {
    border-top: 1px solid #eeeeee;
}

.services-details-information .services-contact-info {
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 40px 10px #eaeaef;
    box-shadow: 0 5px 40px 10px #eaeaef;
    padding: 23px;
}

.services-details-information .services-contact-info h3 {
    margin-bottom: 13px;
    font-size: 19px;
}

.services-details-information .services-contact-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.services-details-information .services-contact-info ul li {
    margin-bottom: 11px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    color: #f64c67;
    font-weight: 500;
    font-size: 16px;
    padding-left: 35px;
    padding-bottom: 7px;
    font-size: 14px;
}

.services-details-information .services-contact-info ul li span {
    color: #202647;
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}

.services-details-information .services-contact-info ul li a {
    display: block;
    color: #f64c67;
    margin-bottom: 8px;
    font-size: 14px;
}

.services-details-information .services-contact-info ul li a:last-child {
    margin-bottom: 0;
}

.services-details-information .services-contact-info ul li a:hover {
    color: #f64c67;
}

.services-details-information .services-contact-info ul li .icon {
    position: absolute;
    left: -8px;
    top: 3px;
    /* color: #f64c67; */
    color: #167ac6;
    font-size: 25px;
}

.services-details-information .services-contact-info ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
    text-align: center;
    margin-top: 20px;
}

.pagination-area .page-numbers {
    width: 35px;
    height: 35px;
    margin: 0 3px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 35px;
    color: #202647;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
    background: #f64c67;
    color: #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
}

/*================================================
Portfolio Details Area CSS
=================================================*/
.portfolio-details-image {
    margin-bottom: 30px;
}

.portfolio-details-desc h3 {
    margin-bottom: 14px;
    font-size: 25px;
}

.portfolio-details-desc .features-text {
    margin-top: 20px;
    margin-bottom: 20px;
}

.portfolio-details-desc .features-text h4 {
    margin-bottom: 12px;
    font-size: 18px;
}

.portfolio-details-desc .features-text h4 i {
    font-size: 16px;
    margin-right: 4px;
    color: #f64c67;
}

.portfolio-details-desc h4 {
    margin-top: 20px;
    font-size: 25px;
}

.portfolio-details-information {
    background-color: #ffffff;
    -webkit-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border-top: 3px solid #f64c67;
    padding: 40px 30px;
}

.portfolio-details-information ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.portfolio-details-information ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    color: #6b6b84;
    font-weight: 600;
    font-size: 15px;
    padding-left: 35px;
    padding-bottom: 20px;
}

.portfolio-details-information ul li span {
    color: #202647;
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
}

.portfolio-details-information ul li a {
    display: block;
    color: #6b6b84;
    margin-bottom: 8px;
}

.portfolio-details-information ul li a:last-child {
    margin-bottom: 0;
}

.portfolio-details-information ul li a:hover {
    color: #f64c67;
}

.portfolio-details-information ul li .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #f64c67;
    font-size: 25px;
}

.portfolio-details-information ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-content {
    margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
    margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
    position: relative;
    display: inline-block;
    color: #202647;
    margin-right: 20px;
}

.blog-details-desc .article-content .entry-meta ul li span {
    display: inline-block;
    color: #202647;
    font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #6b6b84;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
    color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
}

.blog-details-desc .article-content .entry-meta ul li i {
    color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    margin-right: 2px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
    content: '';
    position: absolute;
    top: 12px;
    right: -15px;
    width: 6px;
    height: 1px;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
    margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
    display: none;
}

.blog-details-desc .article-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 25px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 34px;
    color: #6b6b84;
}

.blog-details-desc .article-content .features-list li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 40px;
    background-color: #faf5f5;
    color: #f64c67;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: -2px;
}

.blog-details-desc .article-content .features-list li:hover i {
    background-color: #f64c67;
    color: #ffffff;
}

.blog-details-desc .article-content .features-list li:last-child {
    margin-bottom: 0;
}

.blog-details-desc .article-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    color: #6b6b84;
}

.blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: #202647;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    margin-right: 2px;
    font-weight: 500;
    color: #6b6b84;
}

.blog-details-desc .article-footer .article-tags a:hover {
    color: #f64c67;
}

.blog-details-desc .article-footer .article-share {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
    display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 2px;
    font-weight: 500;
    color: #6b6b84;
}

.blog-details-desc .article-footer .article-share .social li a {
    display: block;
    color: #f64c67;
    width: 30px;
    height: 30px;
    line-height: 34px;
    border-radius: 50%;
    background-color: #eeeef0;
    text-align: center;
}

.blog-details-desc .article-footer .article-share .social li a:hover {
    color: #ffffff;
    background-color: #f64c67;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

blockquote,
.blockquote {
    background-color: #fafafa;
    padding: 30px !important;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 3px solid #f64c67;
    border-right: 3px solid #f64c67;
    border-radius: 5px;
}

blockquote p,
.blockquote p {
    color: #202647;
    margin-bottom: 0;
    font-size: 18px !important;
    font-weight: 500;
    font-style: italic;
}

.post-navigation {
    margin-top: 30px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.post-navigation .navigation-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-navigation .navigation-links .nav-previous {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.post-navigation .navigation-links .nav-previous a i {
    margin-right: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.post-navigation .navigation-links .nav-previous a:hover i {
    margin-right: 0;
}

.post-navigation .navigation-links .nav-next {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}

.post-navigation .navigation-links .nav-next a i {
    margin-left: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.post-navigation .navigation-links .nav-next a:hover i {
    margin-left: 0;
}

.post-navigation .navigation-links div a {
    display: inline-block;
    font-weight: 600;
}

.comments-area {
    margin-top: 30px;
}

.comments-area .comments-title {
    margin-bottom: 30px;
    font-size: 24px;
}

.comments-area ol,
.comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .children {
    margin-left: 20px;
}

.comments-area .comment-body {
    border-bottom: 1px dashed #eeeeee;
    padding-left: 70px;
    color: #202647;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comments-area .comment-body .reply {
    margin-top: 15px;
}

.comments-area .comment-body .reply a {
    border: 1px dashed #ded9d9;
    color: #202647;
    display: inline-block;
    padding: 5px 25px 5px;
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}

.comments-area .comment-body .reply a:hover {
    color: #ffffff;
    background-color: #f64c67;
    border-color: #f64c67;
}

.comments-area .comment-author {
    font-size: 16px;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}

.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
}

.comments-area .comment-author .fn {
    font-weight: 600;
}

.comments-area .comment-metadata {
    color: #6b6b84;
    margin-bottom: 10px;
    font-size: 14px;
}

.comments-area .comment-metadata a {
    display: inline-block;
    color: #6b6b84;
}

.comments-area .comment-metadata a:hover {
    color: #f64c67;
}

.comments-area .comment-respond {
    margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
    margin-bottom: 0;
    font-size: 24px;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
}

.comments-area .comment-respond .comment-form {
    overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
    margin-top: 10px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-notes .required {
    color: red;
}

.comments-area .comment-respond .comment-form-comment {
    float: left;
    width: 100%;
}

.comments-area .comment-respond label {
    display: none;
}

.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #f4f4f4;
    border: none;
    padding: 1px 0 0 15px;
    height: 60px;
    outline: 0;
    border-radius: 2px;
    color: #202647;
}

.comments-area .comment-respond input[type="date"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="time"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="week"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="month"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="text"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="email"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="url"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="password"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="search"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="number"]::-webkit-input-placeholder,
.comments-area .comment-respond textarea::-webkit-input-placeholder {
    color: #6b6b84;
}

.comments-area .comment-respond input[type="date"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]:-ms-input-placeholder,
.comments-area .comment-respond textarea:-ms-input-placeholder {
    color: #6b6b84;
}

.comments-area .comment-respond input[type="date"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]::-ms-input-placeholder,
.comments-area .comment-respond textarea::-ms-input-placeholder {
    color: #6b6b84;
}

.comments-area .comment-respond input[type="date"]::placeholder,
.comments-area .comment-respond input[type="time"]::placeholder,
.comments-area .comment-respond input[type="datetime-local"]::placeholder,
.comments-area .comment-respond input[type="week"]::placeholder,
.comments-area .comment-respond input[type="month"]::placeholder,
.comments-area .comment-respond input[type="text"]::placeholder,
.comments-area .comment-respond input[type="email"]::placeholder,
.comments-area .comment-respond input[type="url"]::placeholder,
.comments-area .comment-respond input[type="password"]::placeholder,
.comments-area .comment-respond input[type="search"]::placeholder,
.comments-area .comment-respond input[type="tel"]::placeholder,
.comments-area .comment-respond input[type="number"]::placeholder,
.comments-area .comment-respond textarea::placeholder {
    color: #6b6b84;
}

.comments-area .comment-respond textarea {
    height: auto !important;
    padding-top: 15px;
}

.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 7.5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #6b6b84;
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}

.comments-area .comment-respond .form-submit input {
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    border: none;
    color: #ffffff;
    padding: 10px 30px 10px;
    display: inline-block;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0;
    font-weight: 600;
    border-radius: 5px;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
    margin-bottom: 30px;
}

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

.widget-area .widget .widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 20px;
}

.widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    bottom: -1px;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
}

.widget-area .widget_search {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 25px;
}

.widget-area .widget_search form {
    position: relative;
}

.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
    display: none;
}

.widget-area .widget_search form .search-field {
    background-color: transparent;
    height: 50px;
    padding: 8px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
}

.widget-area .widget_search form .search-field:focus {
    border-color: #f64c67;
}

.widget-area .widget_search form button {
    border: none;
    background-color: #eeeeee;
    color: #f64c67;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 5px;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 5px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.widget-area .widget_search form button i {
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%);
}

.widget-area .widget_search form button:hover,
.widget-area .widget_search form button:focus {
    background-color: #f64c67;
    color: #ffffff;
}

.widget-area .widget_spix_posts_thumb {
    position: relative;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 25px;
}

.widget-area .widget_spix_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px;
}

.widget-area .widget_spix_posts_thumb .item:last-child {
    margin-bottom: 0;
}

.widget-area .widget_spix_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}

.widget-area .widget_spix_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 5px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.widget-area .widget_spix_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../img/blog/blog-1.jpg);
}

.widget-area .widget_spix_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../img/blog/blog-2.jpg);
}

.widget-area .widget_spix_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../img/blog/blog-3.jpg);
}

.widget-area .widget_spix_posts_thumb .item .thumb .fullimage.bg4 {
    background-image: url(../img/blog/blog-7.jpg);
}

.widget-area .widget_spix_posts_thumb .item .thumb .fullimage.bg5 {
    background-image: url(../img/blog/blog-8.jpg);
}

.widget-area .widget_spix_posts_thumb .item .thumb .fullimage.bg6 {
    background-image: url(../img/blog/blog-9.jpg);
}

.widget-area .widget_spix_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}

.widget-area .widget_spix_posts_thumb .item .info span {
    display: block;
    color: #f64c67;
    margin-top: -2px;
    margin-bottom: 5px;
    font-size: 14px;
}

.widget-area .widget_spix_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 17px;
    font-weight: bold;
}

.widget-area .widget_spix_posts_thumb .item .info .title a {
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.widget-area .widget_spix_posts_thumb .item .info .title a:hover {
    color: #f64c67;
}

.widget-area .widget_categories {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 25px;
}

.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
    color: #202647;
    padding-left: 18px;
    font-size: 15px;
    font-weight: 500;
}

.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    height: 8px;
    width: 8px;
    content: '';
    border-radius: 50%;
    left: 0;
    top: 7px;
    position: absolute;
}

.widget-area .widget_categories ul li a {
    color: #202647;
    display: inline-block;
}

.widget-area .widget_categories ul li a:hover {
    color: #f64c67;
}

.widget-area .widget_tag_cloud {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 25px;
}

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 18px;
}

.widget-area .tagcloud a {
    display: inline-block;
    background: #f5f5f5;
    color: #202647;
    padding: 7px 15px;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px !important;
    margin-top: 8px;
    margin-right: 5px;
}

.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
    color: #ffffff;
    background-color: #f64c67;
}

.widget-area .price_list_widget {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 25px;
}

.widget-area .price_list_widget .form-group .form-control {
    display: block;
    width: 100%;
    height: 50px;
    outline: 0;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.widget-area .price_list_widget .form-group .form-control:focus {
    outline: 0;
    background-color: #ffffff;
    border-color: #f64c67;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget-area .widget_popular_products {
    position: relative;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 25px;
}

.widget-area .widget_popular_products .widget-title {
    margin-bottom: 30px;
}

.widget-area .widget_popular_products .item {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}

.widget-area .widget_popular_products .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.widget-area .widget_popular_products .item .thumb {
    float: left;
    height: 110px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 110px;
    margin-right: 15px;
    z-index: 1;
}

.widget-area .widget_popular_products .item .thumb .fullimage {
    width: 110px;
    height: 110px;
    display: inline-block;
    border-radius: 2px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.widget-area .widget_popular_products .item .thumb .fullimage.bg1 {
    background-image: url(../img/shop/shop1.jpg);
}

.widget-area .widget_popular_products .item .thumb .fullimage.bg2 {
    background-image: url(../img/shop/shop2.jpg);
}

.widget-area .widget_popular_products .item .thumb .fullimage.bg3 {
    background-image: url(../img/shop/shop3.jpg);
}

.widget-area .widget_popular_products .item .info {
    overflow: hidden;
    margin-top: 5px;
}

.widget-area .widget_popular_products .item .info span {
    display: block;
    color: #f64c67;
    text-transform: uppercase;
    margin-top: -5px;
    margin-bottom: 6px;
    font-weight: 500;
}

.widget-area .widget_popular_products .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: 500;
    font-size: 18px;
}

.widget-area .widget_popular_products .item .info .title a {
    display: inline-block;
}

.widget-area .widget_popular_products .item .info .title a:hover {
    color: #f64c67;
}

.widget-area .widget_popular_products .item .info .rating {
    margin-top: 8px;
}

.widget-area .widget_popular_products .item .info .rating i {
    color: #f6b500;
    display: inline-block;
    margin-right: -2px;
}

/*================================================
Products Area CSS
=================================================*/
.spix-grid-sorting {
    margin-bottom: 40px;
}

.spix-grid-sorting .result-count p .count {
    font-weight: 700;
    color: #202647;
}

.spix-grid-sorting .ordering {
    text-align: right;
}

.spix-grid-sorting .ordering label {
    display: inline-block;
    margin-bottom: 0;
    color: #f64c67;
    margin-right: 5px;
    font-weight: 600;
}

.spix-grid-sorting .ordering .nice-select {
    display: inline-block;
    float: unset;
    width: 215px;
    background: #f8f8f8;
    border-color: #eeeeee;
    color: #202647;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0 0 0 12px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-weight: 500;
}

.spix-grid-sorting .ordering .nice-select .list {
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    list-style-type: none;
    border: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.spix-grid-sorting .ordering .nice-select .list .option {
    line-height: 38px;
    min-height: 38px;
    color: #202647;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 15px;
    padding-right: 25px;
    font-size: 15px;
    font-weight: 500;
}

.spix-grid-sorting .ordering .nice-select .list .option:hover {
    background-color: #f64c67 !important;
    color: #ffffff;
}

.spix-grid-sorting .ordering .nice-select:after {
    border-color: #202647;
    height: 8px;
    width: 8px;
    margin-top: -5px;
}

.spix-grid-sorting .ordering .nice-select:hover {
    border-color: #f64c67;
    background-color: transparent;
}

.single-products-box {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-products-box .products-image {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.single-products-box .products-image a {
    position: relative;
    display: block;
}

.single-products-box .products-image a img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-products-box .products-content {
    margin-top: 20px;
    position: relative;
}

.single-products-box .products-content h3 {
    margin-bottom: 0;
    font-size: 25px;
}

.single-products-box .products-content h3 a {
    display: inline-block;
    color: #202647;
}

.single-products-box .products-content h3 a:hover {
    color: #f64c67;
}

.single-products-box .products-content .price {
    margin-top: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 600;
    color: #f64c67;
}

.single-products-box .products-content .price .old-price {
    text-decoration: line-through;
    color: #999999;
    font-weight: 500;
}

.single-products-box .products-content .star-rating {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #f49f0b;
}

.single-products-box .products-content .star-rating i {
    display: inline-block;
    margin-left: -2px;
}

.single-products-box .products-content .add-to-cart {
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    font-weight: 600;
    font-size: 15px;
}

.single-products-box .products-content .add-to-cart:hover {
    color: #f64c67;
}

.single-products-box:hover .products-content .price {
    opacity: 0;
    visibility: hidden;
}

.single-products-box:hover .products-content .add-to-cart {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.single-products-box:hover .products-image a img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
    margin-bottom: 0;
}

.cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 0 0 20px;
    border: none;
    white-space: nowrap;
    font-weight: bold;
    font-size: 20px;
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: .6s;
    white-space: nowrap;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
}

.cart-table table tbody tr td.product-thumbnail a {
    display: block;
}

.cart-table table tbody tr td.product-thumbnail a img {
    width: 80px;
}

.cart-table table tbody tr td.product-name a {
    color: #666666;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}

.cart-table table tbody tr td.product-name a:hover {
    color: #f64c67;
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: #f64c67;
    float: right;
    position: relative;
    top: -1px;
}

.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: .6s;
    transition: .6s;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #f64c67;
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #f64c67;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #f64c67;
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #f64c67;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #f64c67;
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #f64c67;
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
}

.cart-buttons {
    margin-top: 30px;
}

.cart-totals {
    background: #ffffff;
    padding: 30px;
    max-width: 750px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin: 50px auto 0;
}

.cart-totals h3 {
    margin-bottom: 25px;
    font-size: 25px;
}

.cart-totals ul {
    padding-left: 0;
    margin: 0 0 25px;
    list-style-type: none;
}

.cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 20px 15px;
    color: #202647;
    overflow: hidden;
    font-weight: 600;
}

.cart-totals ul li:first-child {
    border-bottom: none;
}

.cart-totals ul li:last-child {
    border-top: none;
}

.cart-totals ul li b {
    font-weight: 500;
}

.cart-totals ul li span {
    float: right;
    color: #6b6b84;
    font-weight: 500;
}

.cart-totals .default-btn {
    position: relative;
    z-index: 1;
}

/*================================================
Checkout Area CSS
=================================================*/
.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 18px 20px 15px;
    margin-bottom: 65px;
    border-top: 3px solid #202647;
    position: relative;
}

.user-actions::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 100%;
    height: 1px;
    background: #eeeeee;
}

.user-actions i {
    color: #202647;
    margin-right: 2px;
    font-size: 18px;
    color: #f64c67;
    position: relative;
    top: 2px;
}

.user-actions span {
    display: inline-block;
    font-weight: 600;
    color: #202647;
    font-size: 14px;
}

.user-actions span a {
    display: inline-block;
    color: #202647;
    text-decoration: none;
}

.user-actions span a:hover,
.user-actions span a:focus {
    color: #f64c67;
}

.billing-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 25px;
    font-weight: bold;
}

.billing-details .title::before {
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}

.billing-details .form-group {
    margin-bottom: 25px;
}

.billing-details .form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
}

.billing-details .form-group label .required {
    color: #202647;
}

.billing-details .form-group .nice-select {
    float: unset;
    line-height: 60px;
    color: #666666;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0;
}

.billing-details .form-group .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 20px;
    padding-right: 20px;
}

.billing-details .form-group .nice-select .list .option:hover {
    background-color: #f64c67 !important;
    color: #ffffff;
}

.billing-details .form-group .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 600;
}

.billing-details .form-group .nice-select:after {
    right: 20px;
}

.billing-details .form-group .form-control {
    height: 60px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.billing-details .form-group .form-control:focus {
    border-color: #f64c67;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.billing-details .form-group textarea.form-control {
    height: auto;
    padding-top: 15px;
}

.billing-details .form-check {
    margin-bottom: 20px;
}

.billing-details .form-check .form-check-label {
    color: #202647;
}

.billing-details .form-check label {
    position: relative;
    left: -3px;
    top: 1px;
    font-weight: 500;
}

.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0;
}

.order-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 25px;
    font-weight: bold;
}

.order-details .title::before {
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}

.order-details .order-table table {
    margin-bottom: 0;
}

.order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #eaedff;
    font-weight: 600;
    padding-left: 20px;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.order-details .order-table table tbody tr td {
    vertical-align: middle;
    color: #666666;
    border-color: #eaedff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.order-details .order-table table tbody tr td.product-name a {
    color: #666666;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
}

.order-details .order-table table tbody tr td.product-name a:hover {
    color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
}

.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.total-price span {
    color: #666666;
    font-weight: 500;
}

.order-details .order-table table tbody tr td.shipping-price,
.order-details .order-table table tbody tr td.order-subtotal-price,
.order-details .order-table table tbody tr td.product-subtotal {
    font-weight: 600;
}

.order-details .payment-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    padding: 30px;
}

.order-details .payment-box .payment-method p [type="radio"]:checked,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
    display: none;
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label {
    padding-left: 28px;
    cursor: pointer;
    display: block;
    color: #202647;
    position: relative;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label::before,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #ffffff;
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label::after,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f64c67;
    position: absolute;
    top: 8px;
    left: 4px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.order-details .payment-box .default-btn {
    display: block;
    margin-top: 25px;
    position: relative;
    z-index: 1;
    text-align: center;
}

/*================================================
Product Details Area CSS
=================================================*/
.product-details-image {
    background-image: url(../img/shop/shop1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.product-details-desc {
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
}

.product-details-desc h3 {
    margin-bottom: 18px;
    font-size: 25px;
}

.product-details-desc .price {
    margin-bottom: 15px;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
}

.product-details-desc .price .old-price {
    text-decoration: line-through;
    color: #828893;
}

.product-details-desc p {
    margin-bottom: 0;
}

.product-details-desc .product-review {
    margin-bottom: 15px;
}

.product-details-desc .product-review .rating {
    display: inline-block;
    padding-right: 5px;
    font-size: 14px;
}

.product-details-desc .product-review .rating i {
    color: #ffba0a;
}

.product-details-desc .product-review .rating-count {
    display: inline-block;
    color: #000000;
    border-bottom: 1px solid #000000;
    line-height: initial;
}

.product-details-desc .product-review .rating-count:hover {
    color: #f64c67;
    border-color: #f64c67;
    text-decoration: none;
}

.product-details-desc .product-add-to-cart {
    margin-top: 20px;
}

.product-details-desc .product-add-to-cart .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.product-details-desc .product-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 50px;
    height: 100%;
    line-height: 55px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
    left: 0;
}

.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
    right: 0;
}

.product-details-desc .product-add-to-cart .input-counter span:hover {
    color: #f64c67;
}

.product-details-desc .product-add-to-cart .input-counter input {
    height: 50px;
    color: #000000;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

.product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: #000000;
}

.product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #000000;
}

.product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #000000;
}

.product-details-desc .product-add-to-cart .input-counter input::placeholder {
    color: #000000;
}

.product-details-desc .product-add-to-cart .default-btn {
    position: relative;
    padding: 12px 30px;
    background-color: #f64c67;
    color: #ffffff;
    border: 1px solid #f64c67;
    cursor: pointer;
}

.product-details-desc .product-add-to-cart .default-btn i {
    margin-right: 2px;
}

.product-details-desc .product-add-to-cart .default-btn:hover {
    background-color: #ffffff;
    color: #f64c67;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product-details-desc .buy-checkbox-btn {
    margin-top: 20px;
}

.product-details-desc .buy-checkbox-btn input {
    display: none;
}

.product-details-desc .buy-checkbox-btn .cbx {
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.product-details-desc .buy-checkbox-btn .cbx span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: .6s;
    transition: .6s;
}

.product-details-desc .buy-checkbox-btn .cbx span:last-child {
    position: relative;
    top: 2px;
    padding-left: 4px;
    color: #666666;
}

.product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
    border-color: #f64c67;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child {
    background: #f64c67;
    border-color: #f64c67;
    -webkit-animation: wave 0.4s ease;
    animation: wave 0.4s ease;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child:before {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.product-details-desc .buy-checkbox-btn .item:not(:first-child) {
    margin-top: 15px;
}

.product-details-desc .buy-checkbox-btn .btn-light {
    background-color: #f2f2f2;
    border: none;
    padding: 13px 25px 10px 25px;
    -webkit-transition: .6s;
    transition: .6s;
    font-weight: 600;
    display: block;
    width: 100%;
}

.product-details-desc .buy-checkbox-btn .btn-light:hover {
    background-color: #f64c67;
    color: #ffffff;
}

.product-details-desc .products-share {
    margin-top: 30px;
}

.product-details-desc .products-share .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.product-details-desc .products-share .social li {
    display: inline-block;
}

.product-details-desc .products-share .social li span {
    display: inline-block;
    margin-right: 3px;
    font-weight: 700;
    position: relative;
    top: -2px;
}

.product-details-desc .products-share .social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #f64c67;
    color: #ffffff;
    border: 1px solid #f64c67;
    text-align: center;
    font-size: 18px;
    margin-left: 2px;
}

.product-details-desc .products-share .social li a:hover,
.product-details-desc .products-share .social li a:focus {
    color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    background-color: transparent;
}

.product-details-desc .products-share .social li a.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}

.product-details-desc .products-share .social li a.facebook:hover,
.product-details-desc .products-share .social li a.facebook:focus {
    color: #3b5998;
    background-color: transparent;
}

.product-details-desc .products-share .social li a.twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #ffffff;
}

.product-details-desc .products-share .social li a.twitter:hover,
.product-details-desc .products-share .social li a.twitter:focus {
    color: #1da1f2;
    background-color: transparent;
}

.product-details-desc .products-share .social li a.linkedin {
    background-color: #007bb5;
    border-color: #007bb5;
    color: #ffffff;
}

.product-details-desc .products-share .social li a.linkedin:hover,
.product-details-desc .products-share .social li a.linkedin:focus {
    color: #007bb5;
    background-color: transparent;
}

.product-details-desc .products-share .social li a.instagram {
    background-color: #c13584;
    border-color: #c13584;
    color: #ffffff;
}

.product-details-desc .products-share .social li a.instagram:hover,
.product-details-desc .products-share .social li a.instagram:focus {
    color: #c13584;
    background-color: transparent;
}

.products-details-tab {
    margin-top: 50px;
}

.products-details-tab .tabs {
    list-style-type: none;
    margin-bottom: -1px;
    padding-left: 0;
}

.products-details-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 5px;
}

.products-details-tab .tabs li a {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    color: #202647;
    border: 1px dashed #eeeeee;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 30px;
    padding-left: 30px;
}

.products-details-tab .tabs li a:hover,
.products-details-tab .tabs li a:focus {
    color: #ffffff;
    background-color: #f64c67;
    border-color: #f64c67;
}

.products-details-tab .tabs li.current a {
    color: #ffffff;
    background-color: #f64c67;
    border-color: #f64c67;
}

.products-details-tab .tabs li:last-child {
    margin-right: 0;
}

.products-details-tab .tab_content {
    border: 1px dashed #eeeeee;
    padding: 30px;
}

.products-details-tab .tab_content .tabs_item {
    display: none;
}

.products-details-tab .tab_content .tabs_item:first-child {
    display: block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p {
    margin-bottom: 20px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
    margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
    position: relative;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
    display: inline-block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
    color: #ffba0a;
    font-size: 14px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 5px;
    line-height: initial;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px 20px;
    background-color: #f64c67;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    border: 1px solid #f64c67;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn:hover {
    background-color: #ffffff;
    color: #f64c67;
    text-decoration: none;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
    margin-top: 35px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    padding-right: 200px;
    border-top: 1px dashed #eeeeee;
    padding-top: 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
    color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
    font-size: 14px;
    color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 13px;
    display: block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
    font-weight: 600;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
    margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
    position: absolute;
    right: 0;
    color: #666666;
    top: 40px;
    text-decoration: underline;
    font-weight: 500;
    font-size: 15px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
    color: #f64c67;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
    margin-top: 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form h3 {
    margin-bottom: 20px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form {
    max-width: 100%;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
    margin-bottom: 15px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
    height: 55px;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #202647;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control:focus {
    background-color: transparent;
    border: 1px solid #f64c67;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea.form-control {
    padding-top: 15px;
    height: auto;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form .default-btn {
    cursor: pointer;
    position: relative;
    z-index: 1;
    border: none;
}

.related-shop {
    margin-top: 35px;
}

.related-shop h4 {
    font-size: 25px;
    margin-bottom: 25px;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-item img {
    width: auto !important;
    margin: auto;
    max-width: 155px;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
    background-color: #000e9c;
    padding: 40px 0px 0px 0px
}

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

.single-footer-widget .logo {
    margin-bottom: 25px;
}

.single-footer-widget p {
    color: #666666;
    margin-bottom: 0;
}

.single-footer-widget .social {
    padding-left: 0;
    list-style-type: none;
    margin-top: 11px;
    margin-bottom: 0;
}

.single-footer-widget .social li {
    display: inline-block;
    margin-right: 10px;
}

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

.single-footer-widget .social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 40px;
    border-radius: 50%;
    background-color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    color: #ffffff;
    border: 1px solid linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    text-align: center;
    font-size: 18px;
}

.single-footer-widget .social li a:hover,
.single-footer-widget .social li a:focus {
    color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    background-color: #f64c67;
}

.single-footer-widget .social li a.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}

.single-footer-widget .social li a.facebook:hover,
.single-footer-widget .social li a.facebook:focus {
    color: #ffffff;
    background-color: #f64c67;
}

.single-footer-widget .social li a.twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #ffffff;
}

.single-footer-widget .social li a.twitter:hover,
.single-footer-widget .social li a.twitter:focus {
    color: #ffffff;
    background-color: #f64c67;
}

.single-footer-widget .social li a.linkedin {
    background-color: #007bb5;
    border-color: #007bb5;
    color: #ffffff;
}

.single-footer-widget .social li a.linkedin:hover,
.single-footer-widget .social li a.linkedin:focus {
    color: #ffffff;
    background-color: #f64c67;
}

.single-footer-widget .social li a.pinterest {
    background-color: #c13584;
    border-color: #c13584;
    color: #ffffff;
}

.single-footer-widget .social li a.pinterest:hover,
.single-footer-widget .social li a.pinterest:focus {
    color: #ffffff;
    background-color: #f64c67;
}

.single-footer-widget h3 {
    font-size: 16px;
    margin-bottom: 13px;
    color: #fff;
}

.single-footer-widget .quick-links {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .quick-links li {
    margin-bottom: 10px;
    font-size: 14px;
}

.single-footer-widget .quick-links li a {
    display: inline-block;
    /** color: #202647; **/
    color: white;
    font-weight: 500;
    position: relative;
}

.single-footer-widget .quick-links li a:hover {
    color: #c7b8ba;
}

.single-footer-widget .quick-links li a:hover::before {
    width: 100%;
}

.single-footer-widget .quick-links li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
}

.single-footer-widget .quick-links li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .footer-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .footer-contact-info li {
    margin-bottom: 22px;
    color: #202647;
    position: relative;
    padding-left: 35px;
}

.single-footer-widget .footer-contact-info li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 22px;
    color: #f64c67;
}

.single-footer-widget .footer-contact-info li span {
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    color: #202647;
}

.single-footer-widget .footer-contact-info li a {
    display: inline-block;
    color: #202647;
    font-weight: 400;
    position: relative;
    font-size: 13px;
}

.single-footer-widget .footer-contact-info li a:hover {
    color: #f64c67;
}

.single-footer-widget .footer-contact-info li a:hover::before {
    width: 100%;
}

.single-footer-widget .footer-contact-info li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
}

.single-footer-widget .footer-contact-info li:last-child {
    margin-bottom: 0;
}

/*================================================
Copy Right Area CSS
=================================================*/
.copyright-area {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #0050df;
}

.copyright-area .copyright-area-content p {
    color: #ffffff;
}

.copyright-area .copyright-area-content p a {
    display: inline-block;
    font-weight: 600;
    color: #fff;
}

.copyright-area .copyright-area-content p a:hover {
    color: #ffffff;
}

.copyright-area .copyright-area-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: right;
}

.copyright-area .copyright-area-content ul li {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.copyright-area .copyright-area-content ul li a {
    display: inline-block;
    color: #ffffff;
}

.copyright-area .copyright-area-content ul li a:hover {
    color: #f64c67;
}

.copyright-area .copyright-area-content ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    right: -13px;
    width: 1px;
    height: 14px;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
}

.copyright-area .copyright-area-content ul li:last-child {
    margin-right: 0;
}

.copyright-area .copyright-area-content ul li:last-child::before {
    display: none;
}

.copyright-area .copyright-area-content ul li:first-child {
    margin-left: 0;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #ffffff;
    background-color: #202647;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 25px;
    -webkit-transition: .9s;
    transition: .9s;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.go-top:hover {
    background: #f64c67;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*# sourceMappingURL=style.css.map */

.left-conts {
    padding-top: 90px;
    -webkit-animation: fadeInLeft 1.5s;
    animation: fadeInLeft 1.5s;

}

.left-conts p {
    font-size: 17px;
}

.left-conts h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 50px;

}

.btn-blue {
    background-color: #50deff;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
}

.btn-blue1 {
    background-color: transparent;
    border: none;
    padding: 5px 30px;
    border-radius: 5px;
    color: #b0cbff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 30px;
}

.background-img {
    background: url(../img/hero-bg-1.jpg)no-repeat center center / cover;
    height: 400px;


}

.carousel-control-next-icon {
    background-image: url(../img/right-arrow.png);
}

.carousel-control-prev-icon {
    background-image: url(../img/left-arrow.png);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.three-images {
    width: 60%;
    margin: auto;
}

.frst-img {
    margin-right: 20px;

}



.background-img:before {
    position: absolute;
    content: '';
    background: rgba(0, 67, 139, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

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

.positioned-img {
    position: relative;
    -webkit-animation: move-one 7s ease-in-out infinite;
    animation: move-one 7s ease-in-out infinite;
}


.animation-one {
    -webkit-animation: move-one 7s ease-in-out infinite;
    animation: move-one 7s ease-in-out infinite;
}

@keyframes move-one {
    0% {
        -webkit-transform: translateX(0) translateY(5px);
        transform: translateX(0) translateY(5px)
    }

    50% {
        -webkit-transform: translateX(0) translateY(-5px);
        transform: translateX(0) translateY(-5px)
    }

    100% {
        -webkit-transform: translateX(0) translateY(5px);
        transform: translateX(0) translateY(5px)
    }
}

@-webkit-keyframes move-one {
    0% {
        -webkit-transform: translateX(0) translateY(5px);
        transform: translateX(0) translateY(5px)
    }

    50% {
        -webkit-transform: translateX(0) translateY(-5px);
        transform: translateX(0) translateY(-5px)
    }

    100% {
        -webkit-transform: translateX(0) translateY(5px);
        transform: translateX(0) translateY(5px)
    }
}

.positioned-abs-img {
    position: absolute;
    top: 60%;
    right: 63%;
    -webkit-animation: move-four 6s ease-in-out infinite;
    animation: move-four 6s ease-in-out infinite;
}

@-webkit-keyframes move-four {
    0% {
        -webkit-transform: translateX(330px) translateY(-215px);
        transform: translateX(330px) translateY(-215px)
    }

    50% {
        -webkit-transform: translateX(330px) translateY(-240px);
        transform: translateX(330px) translateY(-240px)
    }

    100% {
        -webkit-transform: translateX(330px) translateY(-215px);
        transform: translateX(330px) translateY(-215px)
    }
}

@keyframes move-four {
    0% {
        -webkit-transform: translateX(330px) translateY(-215px);
        transform: translateX(330px) translateY(-215px)
    }

    50% {
        -webkit-transform: translateX(330px) translateY(-240px);
        transform: translateX(330px) translateY(-240px)
    }

    100% {
        -webkit-transform: translateX(330px) translateY(-215px);
        transform: translateX(330px) translateY(-215px)
    }
}




.positioned-abs-img1 {
    position: absolute;
    bottom: -7px;
    -webkit-animation: move-two 8s ease-in-out infinite;
    animation: move-two 8s ease-in-out infinite;

}

@-webkit-keyframes move-two {
    0% {
        -webkit-transform: translateX(-25px) translateY(-225px);
        transform: translateX(-25px) translateY(-225px)
    }

    50% {
        -webkit-transform: translateX(-25px) translateY(-205px);
        transform: translateX(-25px) translateY(-205px)
    }

    100% {
        -webkit-transform: translateX(-25px) translateY(-225px);
        transform: translateX(-25px) translateY(-225px)
    }
}

@keyframes move-two {
    0% {
        -webkit-transform: translateX(-25px) translateY(-225px);
        transform: translateX(-25px) translateY(-225px)
    }

    50% {
        -webkit-transform: translateX(-25px) translateY(-205px);
        transform: translateX(-25px) translateY(-205px)
    }

    100% {
        -webkit-transform: translateX(-25px) translateY(-225px);
        transform: translateX(-25px) translateY(-225px)
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.pt-50 {
    padding-top: 70px;
}

.pt-10 {
    padding-top: 10px;
}

.top-bar {
    background-color: #000e9c;
}

.btn-audit {
    background-color: #eee;
    padding: 8px 20px;
    border: none;
    border-radius: 3px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    position: absolute;
    top: 0;

}

.read-more {
    background-color: #201f1f;
    border: none;
    padding: 9px 30px;
    color: #fff;
    margin-top: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.learning-sec {
    background-image: url(../img/banner-learning.jpg);

    background-size: 100%;
    padding: 26px 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #fff;

}

.learning-sec h3 {

    text-transform: capitalize;
    font-weight: bold;
    font-size: 36px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.learning-sec h5 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.1em;
    line-height: 3;
}

.learning-sec li {
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    float: left;
    width: 50%;
}

.learning-sec i {
    color: #62ffff;
}

.learning-sec ul {
    padding-left: 0 !important;
}

.trial-btn {
    background-color: #000;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 12px 35px;
    border-radius: 40px;
    border: none;
    font-weight: bold;
    transition: 0.3s;
}

.trial-btn:hover {
    background-color: #423bd8;
    color: #fff;
    cursor: pointer;
}

.submit-btn {
    background-color: #d41c21;
    padding: 12px 30px;
    color: #fff;
    border: none;
    border-radius: 4px;
    width: 100%;
}

.submit-btn:hover {
    background-color: #88070b;
    padding: 12px 30px;
    color: #fff;
    border: none;
    border-radius: 4px;
    width: 100%;
}

.form-box .form-control {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #fff;
    border-radius: 0 !important;
    margin-bottom: 12px;
}

.form-box {
    background-color: rgb(255, 255, 255, 0.3);
    padding: 17px;


}

.form-box .form-control::placeholder {
    color: #fff;
}

.quick-connect h3 {
    background-color: #2196f3;
    color: #fff;
    padding: 12px;
    font-size: 17px;
    text-align: center;
    margin-bottom: 0px;
    border-radius: 3px 3px 0px 0px;
}


/*tab*/
.tab {
    padding-bottom: 45px;
    /* margin: 0 49px 0; */
    /* display: flex; */
    /* margin-top: 3%; */
    /* min-width: 936px; */
    /* padding: px;  */
    margin: 0 auto;
    border-bottom: 1px solid #ebdcdc;
}


/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 20px;
    transition: 0.3s;
    font-size: 16px;
    border-radius: 3px 3px 0px 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-right: 5px;
    color: #f00;
    font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #eee;
    color: #000;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #f7f0f0;
    color: #ca090d;
    border-bottom: 1px solid #d4c8c8;
}

/* Style the tab content */
.tabcontent {
    display: inline-flex;
    padding: 6px 12px;
    background-image: url(../img/square-bg.png);
    background-size: 20%;
    background-position: center;
    background-repeat: no-repeat;
    animation: fadeEffect 1s;

}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.row {
    overflow: hidden;
}

.tab-width {
    width: 85%;
    margin: auto;
}

.ptb-70 {
    padding: 70px 0px;
}

.pl-120 {
    padding-left: 120px;
}

/* .pl-121 {
    padding-left: 50px;
} */

.right-img-tab {
    margin-right: 0 !important;
    padding-right: 0 !important;
    float: right;

}

.img-conts-div p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 15px;
    text-align: justify;
    font-size: 1.1em;
    color: #4d4d4d;
    /* height: 317px; */
    line-height: 1.8;
}

.pt-100 {
    padding-top: 100px;
}

.title-head {
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.5em;
    color: #1f448a;
    padding-bottom: 2%;
}

.features-learning {
    padding-bottom: 70px;
}

.inner-conts {
    padding: 2%;
    background: #f5efef;
    border: 1px solid #dfd3d3;
}

.inner-conts h3 {
    font-size: 20px;
    text-align: center;
}

.inner-conts p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-align: center;

}



.vertial-tab {
    background-color: #f1f1f1;
    padding: 23px 0px;
    /* height: 530px; */
}

.tab1 {
    float: left;
    background: #f2f1f8;
    /* width: 17%; */
    height: auto;

}

.tabcontent1 p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px;
    color: #565656;
    font-weight: 500;
}

/* Style the buttons inside the tab */
.tab1 button {
    display: block;
    background-color: inherit;
    color: #ac0206;
    padding: 7px 13px;
    width: 100%;
    border: 1px solid #f0e2e2;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.bg-service {
    background-image: url(../img/service-bg.jpg);
    padding: 40px 0px;
}

/* Change background color of buttons on hover */
.tab1 button:hover {
    color: #87868f;
}

/* Create an active/current "tab button" class */
.tab1 button.active1 {
    color: #87868f;
}

/* Style the tab content */
.tabcontent1 {
    padding: 0px 12px;
    /* width: 83%; */
    width: 80%;
    border-left: none;
    height: auto;
}

.width-cloud {
    width: 70%;
    margin: auto;
}

.cloud-conts li {
    list-style: none;
    line-height: 30px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    margin-bottom: 15px;

}

.free-trial {
    background-image: url(../img/bg-back1.png);
    background-size: 60%;
    background-position: center right;
    background-repeat: no-repeat;
}

.cloud-conts i {
    color: #635396;
}

.width-cloud h5 {
    color: maroon;
}

.key-feature h4 {
    font-size: 18px;
    color: navy;
}

.key-feature h3 {
    font-size: 22px;

}

.key-feature p {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
}

.help-sec {
    background-color: #f1f1f1;

}

.help-sec p {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #4d4d4d;
    line-height: 1.8;
}

.video-sec {
    padding: 50px 0px;
    background: #e7e2e2;
}

.tablet {
    position: relative;


}

.video-div {
    position: absolute;

    top: 90px;
    left: 99px;
}

video {

    width: 100%;
    background-color: #000;
}

video:focus {
    outline: none !important;
}



.left-vid-conts p {
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-align: center;
}

.para-all {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 15px;
    text-align: justify;
    font-size: 1.1em;
    color: #4d4d4d;
    line-height: 1.8;
}

.date-blog {
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-align: center;
    font-size: 60px !important;
    font-weight: bold;
    line-height: 0px;
    margin-bottom: 0px !important;
}

.date-blog span {
    font-size: 20px;
}

.content span {
    text-align: center;
}

.last-sec {
    background-image: url(../img/footer-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    height: auto;

}

.ready-conts {
    text-align: center;
}

.big-title {
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 55px;
    font-weight: bold;
}

.icon-step {
    background-color: rgb(0, 0, 0, 0.7);
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin: auto;
    padding-top: 15px;
}

.btn-start {
    background-color: #a22e14;
    padding: 10px 50px;
    border: none;
    border-radius: 3px;
    color: #fff;
    margin-top: 40px;
}

.footer-bottom-with-bord {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 20px;
    margin-top: 20px;
}

.para-foot p {
    color: #000 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px !important;
}

.query-btn {
    font-size: 20px;
    color: red;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border: none;
    background-color: transparent;
    font-size: 20px;
    font-weight: bold;
}

.menu-foot {
    padding: 10px;
}

.last-foot {
    padding: 10px 0px;
}

.menu-foot a {
    color: navy;
    font-size: 13px !important;

}

.social i {
    background-color: rgb(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    margin: auto;
    padding-top: 10px;

}

.social i:hover {
    background-color: #2e72ff;
}



.left-conts-web {
    padding: 10px 16px 16px 35px;
}

.left-conts-web h3 {
    font-size: 1.5em;
    color: #1f448a;
    padding: 10px 0px 10px 0px;
}

.methods-sec {
    background-color: #ebe3e3;
    text-align: center;
}

.methods-sec img {
    margin-bottom: 20px;


}

.methods-sec h5 {
    text-align: center;
    font-size: 17px;
}

.web-dev-bang {
    background-image: url(../img/web-dev-bang.jpg);

    background-size: cover;
}


.show-more {
    background-color: transparent;
    border: solid 1px #000;
    padding: 10px 30px;
    border-radius: 30px;
    transition: 0.3s;
    cursor: pointer;
}

.show-more:hover {
    background-color: #000;
    color: #fff;
}

.four-sec h3 {
    margin-top: 10px;
}

.four-sec p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.tech-skill {
    background: #e8d9d9;
}

.creative-design {
    background-image: url(../img/bg-back1.png);
    background-size: 70%;
    background-position: right;
    background-repeat: no-repeat;

}

.project-sec {
    background-color: #fbfbfb;
}

.project-sec h4 {
    font-size: 20px;
    margin-bottom: 1px;
}

.project-sec a {
    font-size: 12px;
}

.inner-proj {
    border: solid 0px #eee;
    margin-bottom: 40px;

}

.inner-design {
    margin-bottom: 30px;
}

.inner-design h3 {
    font-size: 20px;
    margin-top: 20px;

}

.inner-design p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #000;
}

.inner-d-icon {
    background-color: #3054a0;
    width: 125px;
    height: 115px;
    border-radius: 10px;
    text-align: center;
    padding-top: 24px;
    margin: 0 auto;

}

.icon-web1 {
    background-color: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: auto;
    border-radius: 200px;
    padding-top: 22px;
    box-shadow: 0px 0px 15px #ccc;
    margin-bottom: 20px;
    transition: 0.3s;


}

.icon-web1:hover {
    transform: scale(0.9);
    cursor: pointer;
}

/*.drop-conts
{
  width: 100%!important;
  background-color: #fff!important;
  position: absolute;
}*/

/*navbar*/
.drop-conts {
    position: absolute;
    width: 1289px !important;
    margin: auto !important;
    top: 80px !important;
    left: -600px !important;
}

.drop-conts1 {
    position: absolute;
    width: 1289px !important;
    margin: auto !important;
    top: 80px !important;
    left: -465px !important;
}

@media (max-width: 767px) {
    .drop-conts1 {
        width: auto !important;
        /* Remove the fixed width for mobile view */
        left: 0 !important;
        /* Adjust the left position if needed */
        right: 0 !important;
        /* Center horizontally */
    }
}

.border-bottom-div {
    border-bottom: solid 1px #000 !important;
}

.team-sec {
    background-image: url(../img/team-bg.jpg);
    height: auto;
    background-size: 100%;
}

.team-sec {
    text-align: center;

}

.team-sec h2 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
}

.team-sec h3 {
    color: #fff;
    font-size: 25px;

}

.team-sec h4 {
    font-size: 18px;
    line-height: 2.8em;
}

.contents-team {
    width: 80%;
    margin: auto;

}

.contents-team h3 {
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 35px;
    line-height: 50px;

}

.btn-join {
    background-color: #26B16D;
    padding: 20px 60px;
    color: #fff;
    font-size: 35px;
    margin-top: 80px;

}

.padding-tp-btm {
    padding-bottom: 60px;
    padding-top: 60px;
}

.partner-item {
    padding: 0px;
    margin: 10px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%), 0 2px 2px rgb(0 0 0 / 20%);
}


.left-wordpress-company h1 {
    font-size: 62px;
    font-weight: normal;

    letter-spacing: 1px;
}

.left-wordpress-company h3 {

    font-weight: normal;
    font-size: 25px;
    margin-top: 30px;
    letter-spacing: 1px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.gradient-bg {
    background: #1f4ea0;
    padding: 20px;
}

.gradient-bg li {
    color: #fff;
    line-height: 30px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: normal;



}

.gradient-bg i {
    font-size: 20px;
}

.getin-touch-btn {
    font-size: 20px;
    background: #1a1a3d;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    width: 100%;
    padding: 5px;
    border: none;
}

.reach-goal-conts h2 {

    margin-bottom: 10px;
    font-weight: bold;
    font-size: 40px;
}

.reach-goal-conts li {
    list-style: none;
    line-height: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
    font-size: 18px;
}

.portfolio-btn {
    background-image: linear-gradient(to right, #3036dc 0%, #7adaff 0%, #7f9dff 21%, #44a0c3 52%, #398bc1 78%, #44a0c3 100%);
    padding: 15px 40px;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    font-size: 15px;
    border: none;
    letter-spacing: 1px;
    border-radius: 2px;
    text-transform: uppercase;
    border-left: solid 3px navy;
}

.portfolio-btn:hover {
    background-image: linear-gradient(to right, #2c30a0 0%, #5b9ab3 0%, #6179c7 21%, #5c98af 52%, #1c71a9 78%, #2db3e6 100%) !important;
    cursor: pointer;
}

.portfolio-btn1 {
    background-color: #ccc;
    padding: 15px 40px;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    font-size: 15px;
    border: none;
    letter-spacing: 1px;
    border-radius: 2px;
    text-transform: uppercase;
    border-left: solid 3px navy;
    margin-left: 10px;
}

.portfolio-btn1:hover {
    background-image: linear-gradient(to right, #3036dc 0%, #7adaff 0%, #7f9dff 21%, #44a0c3 52%, #398bc1 78%, #44a0c3 100%);
    color: #fff;
    cursor: pointer;
}

.contents-dev p {
    margin-bottom: 15px;
    text-align: justify;
    font-size: 1.1em;
    color: #4d4d4d;
    line-height: 1.8;
}

.wordpress-dev h2 {

    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
}

.inner-wordpress {
    margin-top: 30px;
    text-align: center;
}

.inner-wordpress {

    padding: 20px;

    border: solid 1px #ccc;

}

.inner-wordpress p {
    color: #000;
}

.bg-grey-div {
    background-color: #f1f1f1;
    padding: 20px;
}

/*29jun2021*/
.inner-main-banner::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .55);
}

.inner-main-banner {
    background-size: cover;
    position: relative;
    padding: 25px 0;
    padding-bottom: 25px;
}

.inner-main-banner.vps-banner {
    background: url(../img/banner-learning.jpg) no-repeat center top;
}

.inner-main-banner.vps-banner-erp {
    background: url(../img/erp-banner.jpg) no-repeat center top;
}

.inner-main-banner.vps-banner-pos {
    background: url(../img/pos-banner.jpg) no-repeat center top;
}

.inner-main-banner.vps-banner-crm {
    background: url(../img/crm-banner.jpg) no-repeat center top;
}

.inner-main-banner.vps-banner-ems {
    background: url(../img/ems-banner.jpg) no-repeat center top;
}

.inner-main-banner.vps-banner-mlm {
    background: url(../img/mlm-banner.jpg) no-repeat center top;
}

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

.large-9 {
    width: 75%;
}

.inner-main-banner .heading-tag {
    background: #fff;
    color: #0d274a;
    font-size: 18px;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 4px;
}

.inner-main-banner ul {
    margin: 0;
    padding: 20px 0 0 0;
    text-align: left;
    list-style: none;
    display: inline-block;
}

.mobile-full li {
    width: 50%;
    float: left;
}

.inner-main-banner ul li {
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    float: left;
    width: 50%;
}

.inner-main-banner ul li::before {

    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
    margin-top: 9px;
}

.icon_list ul li::before {

    filter: invert(25%) sepia(94%) saturate(1847%) hue-rotate(338deg) brightness(101%) contrast(97%) !important;
    margin-right: 7px !important;

}

.column.end:last-child:last-child,
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child),
.end.columns:last-child:last-child {
    float: left;
}

.large-3 {
    width: 25%;
}

.relative {
    position: relative;
}

.small-12 {
    width: 100%;
}

.column,
.columns {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem;
}

.inner-main-banner .special-box {
    background: #f4f4f4;
    padding: 10px 0 0 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.inner-main-banner .special-box strong {
    color: #0a336b;
    font-size: 20px;
}

.inner-main-banner .special-box .offer-p {
    font-size: 40px;
    color: #8F2D13;
    line-height: 38px;
    padding: 14px 0 0px 0;
    font-weight: 800;
}

.inner-main-banner .special-box .offer-p i {
    font-size: 24px;
    font-weight: 400;
    vertical-align: super;
    padding: 0;
    margin: 0;
    position: relative;
    top: -8px;
    right: -16px;
}

.inner-main-banner .special-box .offer-p small {
    font-size: 14px;
    font-weight: 400;
    float: none !important;
}

.inner-main-banner .special-box a,
a.see-all-c {
    background: #e18e15;
    color: #fff;
    display: inline-block;
    margin: 15px 0 0 0;
    padding: 6px 15px !important;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #e18e15;
}

.width100 {
    width: 100%;
}

.btn_green {
    background: #0a336b !important;
    border: 1px solid #0a336b !important;
    font-weight: 600 !important;
}

.bottom-black-bg {
    background: rgba(255, 255, 255, .16);
    display: block;
    box-shadow: 0 -2px 7px rgba(0, 0, 0, .21);
    margin: 60px 0 0;
    padding: 10px 0;
}

.cloud-btn-top-bar {
    clear: both;
    display: inherit;
    margin: 30px auto 0;
}

.bottom-black-bg .cloud-btn-top-bar {
    margin: 0;
    width: 100%;
}


/*** EXTRA CSS START ****/

.blink {
    color: #fff;
    padding: 7px 0;

}

span {
    font-weight: 600;
    padding: 0.375 rem 0.75 rem;
    border: 1 px solid #ced4da;
    border-radius: 0.25 rem;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

/*** extra css end **/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


ul {
    list-style-type: none;
}

a {
    color: #0050df;
    text-decoration: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/





/**
 * Submenu
 -----------------------------*/


.submenu {
    display: none;
    background: #444359;
    font-size: 14px;
}

.submenu li {
    border-bottom: 1px solid #4b4a5e;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #b63b4d;
    color: #FFF;
}


/*** Search bar start ***/

* {
    box-sizing: border-box;
}

form.example input[type=text] {
    padding: 8px;
    font-size: 12px;
    border: 1px solid #bfb2b2;
    float: left;
    width: 80%;
    background: #f1f1f1;
}

form.example button {
    float: left;
    width: 8%;
    padding: 8px;
    background: #2196F3;
    color: white;
    font-size: 12px;
    border: 1px solid #bfb2b2;
    border-left: none;
    cursor: pointer;
}

form.example button:hover {
    background: #0b7dda;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}

/*** Search bar End ***/

.bottom-bar {
    padding: 1%;
    background: #fff;
}

.bottom-search {
    background: #eeeded;
    padding: 5px;
    border: 1px solid lightgrey;
}

@import url('https://fonts.googleapis.com/css?family=Raleway');

* {
    box-sizing: border-box;
}



.title1 {
    background: rgba(255, 255, 255, 0.7);
    color: #333;
    position: fixed;
    text-align: right;
    top: 0;
    right: 0;
    padding: 10px 15px;
    margin: 0;
    z-index: 100;
}

.slider {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
}

.slide {
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 100%;
    height: 50%;
    width: 100%;
}

.slide.active {
    transform: translateX(-100%);
}

.slide .info {
    background-color: rgba(255, 255, 255, 0.7);
    color: #333;
    padding: 20px 15px;
    position: absolute;
    opacity: 0.1;
    top: 80px;
    left: 40px;
    text-align: center;
    width: 300px;
    max-width: 100%;
}

.slide.active .info {
    opacity: 1;
    transform: translateY(-40px);
    transition: all 0.5s ease-in-out 0.8s;
}

.slide .info h1 {
    margin: 10px 0;
}

.slide .info p {
    letter-spacing: 1px;
}

.eraser {
    background: #f5f5f5;
    position: absolute;
    transition: transform 0.5s ease-in-out;
    opacity: 0.95;
    top: 0;
    left: 100%;
    height: 50%;
    width: 100%;
    z-index: 100;
}

.eraser.active {
    transform: translateX(-100%);
}

.buttons-container {
    position: absolute;
    top: 350px;
    right: 60px;
    /*   display: flex; */

}

.buttons-container button {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 8px 30px;
    margin-right: 10px;
}

.buttons-container button:hover {
    background-color: #fff;
    color: #A9A9A9;
    opacity: 0.9;
}


@media (max-width: 400px) {
    .slide .info {
        top: 100px;
        left: 10px;
    }
}

/**** Client RESULT sTART ***/
.slideshow {
    margin: 0 auto;
    padding-top: 10px;
    height: 300px;
    /** background: #E1701A; **/
    background-image: url(../img/banner/banner-image-4.jpg);
    perspective: 1000px;

}

.content {
    margin: auto;
    /* width: 150px; */
    perspective: 1000px;
    position: relative;
    padding-top: 80px;
    transform-style: preserve-3d;
}

.slider-content {
    position: absolute;
    float: right;
    animation: rotate 15s infinite linear;
    transform-style: preserve-3d;
}

.slider-content:hover {
    cursor: pointer;
    animation-play-state: paused;
}

.slider-content figure {
    width: 90px;
    border: 1px solid #555;
    overflow: hidden;
    position: absolute;
}

.slider-content figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(300px);
}

.slider-content figure:nth-child(2) {
    transform: rotateY(40deg) translateZ(300px);
}

.slider-content figure:nth-child(3) {
    transform: rotateY(80deg) translateZ(300px);
}

.slider-content figure:nth-child(4) {
    transform: rotateY(120deg) translateZ(300px);
}

.slider-content figure:nth-child(5) {
    transform: rotateY(160deg) translateZ(300px);
}

.slider-content figure:nth-child(6) {
    transform: rotateY(200deg) translateZ(300px);
}

.slider-content figure:nth-child(7) {
    transform: rotateY(240deg) translateZ(300px);
}

.slider-content figure:nth-child(8) {
    transform: rotateY(280deg) translateZ(300px);
}

.slider-content figure:nth-child(9) {
    transform: rotateY(320deg) translateZ(300px);
}

.shadow {
    box-shadow: 0px 0px 0px #000;

}

.slider-content img {
    image-rendering: auto;
    transition: all 300ms;
    width: 100%;
    height: 100%;
}

.slider-content img:hover {
    transform: scale(1.2);
    transition: all 300ms;

}

@keyframes rotate {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}






/*** cLIENT rESULT eND ***/

/*** Portfolio Start ***/

/*** Portfolio End ***/


/**NEW CSS **/
.header-bot {
    padding: 0;
}

.header-bot_inner_wthreeinfo_header_mid {
    margin: 0 auto;
}

.header ul {
    margin: 0;
}

.header ul li {
    display: inline-block;
    width: 31%;
    font-size: 12px;
    padding: 7px 0;
    text-align: center;
}

.header ul li a {
    color: #fff;
    text-decoration: none;
}

.fa-map-marker:before {
    content: "\f041";
}

.header ul li span {
    margin-right: 7px;
    color: #fff;
    font-size: 15px;
}

.top_nav_right {
    float: right;
    width: 20%;
}

.box_1 {
    text-align: center;
    margin-top: 14px;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button.w3view-cart {
    outline: none;
    border: none;
    background: #FF5722;
    width: 48px;
    height: 43px;
    font-size: 24px;
    color: #fff;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-content {
    position: relative;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #0d0b0b;
}

.modal-body.modal-body-sub_agile {
    padding: 0 2em 2em;
    margin-top: 1em;
}

.main-mailposi span {
    position: absolute;
    font-size: 150px;
    color: #e8e8e8;
    opacity: .4;
    right: 7%;
    transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
}

h3.agileinfo_sign {
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
    color: #FF5722;
}

.modal-body.modal-body-sub_agile p {
    line-height: 2em;
    color: #000;
    font-size: 15px;
    margin-bottom: 20px;
}

.modal-body.modal-body-sub_agile input[type="text"],
.modal-body.modal-body-sub_agile input[type="email"],
.modal-body.modal-body-sub_agile input[type="password"] {
    font-size: 14px;
    letter-spacing: 1px;
    color: #777;
    padding: 10px 0;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
    outline: none;
    margin-bottom: 20px;
}

.modal-body.modal-body-sub_agile input[type="submit"]:hover {
    background: #000;
}

.modal-body.modal-body-sub_agile input[type="submit"] {
    border: none;
    padding: 10px 40px;
    font-size: 14px;
    outline: none;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    background: #1accfd;
    color: #fff;
    margin: 20px 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.pst-content {
    padding-left: 10px;
}

#portfolio-flters {
    padding: 0;
    margin: 5px 0 18px 0;
    list-style: none;
    text-align: center;
}

#portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 8px 24px;
    font-size: 12px;
    line-height: 20px;
    color: #555;
    border-radius: 50px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #444;
}

#portfolio-flters li:hover,
#portfolio-flters li.filter-active {
    border-color: #134a85;
    background: #134a85;
    color: #fff;
}

#portfolio-flters li:last-child {
    margin-right: 0;
}

.single-awesome-portfolio {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 25%;
    position: relative;
}

.single-awesome-project {
    overflow: hidden;
    margin-bottom: 30px;
}

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

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.awesome-img>a {
    display: block;
    position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
    opacity: 1;
}

.single-awesome-project:hover .add-actions {
    opacity: 1;
    bottom: 0;
}

.awesome-img>a::after {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}

.add-actions {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 30px;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 10px 15px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.project-dec {
    display: block;
    height: 100%;
    width: 100%;
}

.project-dec a {
    display: block;
    height: 100%;
    width: 100%;
}

.project-dec h4 {
    margin-bottom: 5px;
}

.project-dec h4:hover {
    color: #fff;
}

.project-dec h4 {
    color: #ddd;
    font-size: 24px;
    margin-top: -45px;
    padding-top: 50%;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
}

.project-dec span {
    color: #ddd;
    font-size: 13px;
}

.project-action-btn {
    display: block;
    height: 100%;
    text-align: center;
    transition: all 1s ease 0s;
    width: 100%;
}

.project-action-btn li {
    display: block;
    height: 100%;
    width: 100%;
}

.project-action-btn li a {
    display: block;
    height: 100%;
    width: 100%;
}


.dropbtn {
    color: white;
    padding: 7px 0;
    font-size: 12px;
    border: none;
    background: none;
}

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

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #039888;
    min-width: 76px;
    z-index: 1;
    top: 45px;
    left: 85%;
}

.dropdown-content a {
    color: black;
    padding: 7px 0;
    text-decoration: none;
    display: block;
    font-weight: 800;
}

.dropdown-content a:hover {
    background-color: #fcb424;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.blink {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.bx-sb-b24-price-table__body .accordion-body {
    background-color: #f2f2f2;
}


.bx-sb-b24-price-table-supply__message:hover {
    background-color: #47e7a1;
}


/* sri */
@media (max-width: 768px) {
    div[style*="display: flex"] {
        /* display: block !important;
        padding: 10px; */
    }

    div[style*="display: flex"]>div {
        flex-basis: auto !important;
        margin: 0 auto 20px;
        text-align: center;
    }

    div[style*="display: flex"] img {
        margin: 0 auto;
    }
}


/* Mobile view adjustments */
@media (max-width: 768px) {
    .pxg_template_list {
        grid-template-columns: repeat(2, 1fr);
        /* Change this to the desired number of columns for mobile view */
        grid-gap: 15px;
        /* Adjust the gap for smaller screens if needed */
    }
}

@media (max-width: 480px) {
    .pxg_template_list {
        grid-template-columns: 1fr;
        /* Single column for very small screens */
        grid-gap: 10px;
        /* Adjust the gap for very small screens if needed */
    }
}

/* laxmi */
@media (max-width: 768px) {
    .tab button {
        float: none;
        /* Stack buttons vertically */
        width: 100%;
        /* Full width for buttons */
        padding: 10px 20px;
        /* Adjust padding */
        margin-right: 0;
        /* Remove right margin */
        margin-bottom: 5px;
        /* Add bottom margin */
        font-size: 14px;
        /* Adjust font size */
    }
}